Ricky de Laveaga

Results 22 issues of Ricky de Laveaga

There is an issue with the top right arm of the X icon used for close etc ![Screenshot 2023-12-22 at 114733](https://github.com/socketsupply/tonic-docs/assets/74381/5a64da4b-a2a0-4aaf-89ff-2ae26f4cfe7e) ![Screenshot 2023-12-22 at 114841](https://github.com/socketsupply/tonic-docs/assets/74381/eef61bab-422d-47fd-980b-5d26226384e6)

enhancement

After one dismisses the demo Toaster component, it is gone forever until one reloads the page. Selecting the Notify Me after Toaster was dismissed does nothing. https://tonicframework.dev/examples.html#toaster

the [button](https://tonicframework.dev/examples.html#button) font-weight is heavy for my taste, disabling the: ```css tonic-button button { font: 12px var(--tonic-subheader, 'Arial', sans-serif); } ``` …rule looks better IMO

Both 11ty.dev and zachleat.com link to: https://www.11ty.dev/docs/plugins/partial-hydration/ in several places. Which is now: https://www.11ty.dev/docs/plugins/is-land/ This seems to be the easiest fix, unless I am missing something.

https://github.com/rdela/webcbed/pulls?q=is%3Apr Also, like https://github.com/11ty/tugboat/pull/9, introduces JSDoc-style comments, curious what we think about those.

https://github.com/rdela/webcbed/pulls?q=is%3Apr Also introduces JSDoc-style comments, curious what we think about those.

Update devDeps eleventy 3.0.0-alpha.17, eleventy-img 4.0.2, linkedom 0.18.4 @11ty/eleventy 3.0.0-alpha.1 - 3.0.0-beta.1 https://github.com/11ty/eleventy/compare/v3.0.0-alpha.1...v3.0.0-beta.1 @11ty/eleventy-img ^3.1.8 - ^4.0.2 https://github.com/11ty/eleventy-img/compare/v3.1.8...v4.0.2 linkedom ^0.14.25 - ^0.18.4 https://github.com/WebReflection/linkedom/compare/v0.14.25...v0.18.4 Side note, this is a precursor PR...

As noted in #6, my devDeps update (which I followed up with #7, a package metadata update), I am beginning to noodle around Tugboat 🛟 I brought up some of...

Looks like the repo name was originally longer? `11ty/eleventy-tugboat` vs current `11ty/tugboat`

See #727 This addresses the first part of that issue, adding `title` attribute to default UI input for accessibility that matches the `placeholder`. Had quite the adventure getting this to...