Deleted the duplicate 'width: 100%' style from the select component (already defined on line 56). Also fixed a typo in a comment in the docs CSS. You should setup Stylelint to prevent these issues :-)
* reverting custom `getLastModifiedISO` utility
* using 11ty's `git Last Modified` on docs/resources/changelog
* dumbing down "Last updated" date to be static
* fixing broken links in docs/resources/contributing.md
* removing broken links in docs/resources/changelog.md
* fixing broken link in docs/components/button-group.md
* fixing broken link in docs/components/comparison.md
* fixing broken link in docs/components/divider.md
* fixing broken link in docs/components/radio-group.md
* fixing broken link in docs/utilities/frame.md
* fixing broken link in docs/utilities/gap.md
* fixing broken link in docs/utilities/rounding.md
* Apply suggestions from code review
Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
* addressing PR feedback
---------
Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
* adding Free Badge macro
* using semantic color value for Pro Badge's `color`
* removing unncessary `border-color` from Pro Badge's custom CSS
* adding `data-pro-badge` attr to Pro Badge
* using freeBadge and proBadge macros in themes.njk
* using wa-icon in generated anchors
* moving anchor-heading styling from docs.css to utils.css
* improving anchor-heading styling
* adding subtle transition
* using --wa-space-3xs custom property for padding
* adding option to set 11ty's `data-no-anchor` at view-level
* moving all `base.njk` initializations to before `<html>`
* updating anchor-headings.js transformer logic
* Use <title> for search indexing but strip trailing site suffix at
build time
* centralize title logic with shared composePageTitle() and
stripSiteTitleSuffix() helpers
* introduce single source of truth for site name and separators
* keep client search rendering simple; no post-processing in the browser
* preserve existing page/OG title behavior while improving search
relevance
* adding decorative underline to utils.css
* adding banner to base.njk
* disabling sticky banner in layouts
* adding logic to show/hide pageBanner
* add changelog for `<wa-page>` fix in related Pro PR
---------
Co-authored-by: lindsaym-fa <dev@lindsaym.design>