Files
webawesome/cspell.json

245 lines
3.9 KiB
JSON
Raw Normal View History

2021-12-31 17:39:16 -08:00
{
"version": "0.2",
"words": [
2022-03-16 17:36:39 -04:00
"activedescendant",
2021-12-31 17:39:16 -08:00
"allowfullscreen",
"animationend",
"Animista",
2024-10-28 10:49:11 -04:00
"APG",
2021-12-31 17:39:16 -08:00
"apos",
"atrule",
Themer rework (#1048) * remove experimental pages * typo * untying the knots * whitespace * fix input bubbling * refactor * reimplement color scheme selector * rename * fix comments * revert premature abstraction * host vars * rework theme selector * feed themes from global data * add back component headers * reimplement component index * make headings optional * add back color palette page sans instructions * fix selector * fix search list with turbo * always dispatch after update * add back theme preview page * fix * fix errors * fix theme selector * fix themes * improve * make transition smooth * revert * revert * skip * fix borders * fix fade in * remove unused blocks * we know this guy * fix event timing * remove header * remove unused styles * add better nunjucks extension * update header * fix layout * add theme linke * fix autocomplete bug * correct description * consistency between palettes and tokens docs * better extension * add colorPalettes data * typo * typos * fix progress bar height * remove due to errors; works without * move pro palettes to pro * consolidate themer data * themer data * add font packs * reorg * restructure theme data * add word * detect the reference slot instead of requiring with-references * Remove `:root` selector and `@import` rules from themes (#1061) * remove `:root` selector and imports from themes * re-add `base.css` to free * update how themes are assigned * update showcase location * update * fix palettes * add font href * fix theme page in turbo * fix color palettes * remove rose * fix shadow * update docs * update docs * rename eyedropper to fix spelling * rename eyedropper * disable turbo * remove unused import * update themer data * add get/set icon family * revert example * fix color palette data * add brand color to theme data * fix sharp duotone name * fix typo * update changelog for merged branch * update changelog * allow default theme to inherit color scheme when nested * make font packs more exciting * update serif typeface * add examples * update font weights * set initial selection instantly * set brand and palette with theme in theme selector * add palette stylesheets * fix icon slot * fix theme descriptions * minor style touch up * tweak example button text * group callout examples * add 'create theme' button * tweak spacing, fix sneaky plain card background * prettier * ultra tiny tweak to showcase example * show usage instructions * prevent error when theme selector isn't present --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design> Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
2025-06-27 10:26:46 -04:00
"autocapitalize",
2021-12-31 17:39:16 -08:00
"autocorrect",
2023-01-13 15:43:55 -05:00
"autofix",
Themer rework (#1048) * remove experimental pages * typo * untying the knots * whitespace * fix input bubbling * refactor * reimplement color scheme selector * rename * fix comments * revert premature abstraction * host vars * rework theme selector * feed themes from global data * add back component headers * reimplement component index * make headings optional * add back color palette page sans instructions * fix selector * fix search list with turbo * always dispatch after update * add back theme preview page * fix * fix errors * fix theme selector * fix themes * improve * make transition smooth * revert * revert * skip * fix borders * fix fade in * remove unused blocks * we know this guy * fix event timing * remove header * remove unused styles * add better nunjucks extension * update header * fix layout * add theme linke * fix autocomplete bug * correct description * consistency between palettes and tokens docs * better extension * add colorPalettes data * typo * typos * fix progress bar height * remove due to errors; works without * move pro palettes to pro * consolidate themer data * themer data * add font packs * reorg * restructure theme data * add word * detect the reference slot instead of requiring with-references * Remove `:root` selector and `@import` rules from themes (#1061) * remove `:root` selector and imports from themes * re-add `base.css` to free * update how themes are assigned * update showcase location * update * fix palettes * add font href * fix theme page in turbo * fix color palettes * remove rose * fix shadow * update docs * update docs * rename eyedropper to fix spelling * rename eyedropper * disable turbo * remove unused import * update themer data * add get/set icon family * revert example * fix color palette data * add brand color to theme data * fix sharp duotone name * fix typo * update changelog for merged branch * update changelog * allow default theme to inherit color scheme when nested * make font packs more exciting * update serif typeface * add examples * update font weights * set initial selection instantly * set brand and palette with theme in theme selector * add palette stylesheets * fix icon slot * fix theme descriptions * minor style touch up * tweak example button text * group callout examples * add 'create theme' button * tweak spacing, fix sneaky plain card background * prettier * ultra tiny tweak to showcase example * show usage instructions * prevent error when theme selector isn't present --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design> Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
2025-06-27 10:26:46 -04:00
"autofocus",
2023-02-22 14:18:04 -05:00
"autoload",
"autoloader",
"autoloading",
2021-12-31 17:39:16 -08:00
"autoplay",
"bezier",
Simplify native styles (#993) * move print styles * begin native styles split * unsplit button styles 😓 * unsplit callout; remove .wa-callout * merge forms * remove unused * remove unused * unsplit checkbox * remove old astro config * remove overflow * unsplit slider * fix tooltip position in RTL * unsplit radio * move required light DOM styles to <wa-page> * remove unused file * remove unused import * remove * goodbye * fix examples * unsplit dialog * unsplit select * remove select * unsplit input * unsplit details * update * update comment * update textarea * combine native docs; improvements * update * reorg and fix headings * fix details summary padding; fixes #684 * update * fix native details summary padding; fixes #684 * #684 * remove passthrough style nonsense * it's CSS not JS * fix details in sidebar * add spacing in native buttons for icons * whitespace * update docs * remove button group util * remove shadow folder, add component folder * layerize * default border radius * remove color contrast script from dist * add term * layerize themes + color folders * reorder * remove radio button; #504 * remove visual tests * remove visual tests * remove unused stylesheet * make search smarter * add radio styles * Fix filled textareas * re-introduce visual tests (with adjustments) * fix button appearances * fix textarea focus styles * re-introduce appearance classes * remove 'native styles' note from component pages * fix checked radio styles * touch up callout styles * remove errant `.wa-tag` * scope appearance classes to relevant elements * more visual test cases * fix details borders * minor visual tests reorg * add `--box-shadow` to buttons * fix Awesome theme * use same layer for all themes (allows unset properties to inherit from Default theme) * fix box-shadow in wa-textarea * set button box shadow to `initial` * fix Active theme * fix Brutalist theme * fix Glossy theme * fix Matter theme (mostly) * fix Playful theme * fix Premium theme * fix Shoelac theme * fix Tailspin theme * fix custom radio button styles * fix links to native styles doc --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design>
2025-05-29 13:10:53 -04:00
"Blockquotes",
2021-12-31 17:39:16 -08:00
"boxicons",
"CACHEABLE",
2022-08-03 11:55:24 -04:00
"callout",
"callouts",
Simplify native styles (#993) * move print styles * begin native styles split * unsplit button styles 😓 * unsplit callout; remove .wa-callout * merge forms * remove unused * remove unused * unsplit checkbox * remove old astro config * remove overflow * unsplit slider * fix tooltip position in RTL * unsplit radio * move required light DOM styles to <wa-page> * remove unused file * remove unused import * remove * goodbye * fix examples * unsplit dialog * unsplit select * remove select * unsplit input * unsplit details * update * update comment * update textarea * combine native docs; improvements * update * reorg and fix headings * fix details summary padding; fixes #684 * update * fix native details summary padding; fixes #684 * #684 * remove passthrough style nonsense * it's CSS not JS * fix details in sidebar * add spacing in native buttons for icons * whitespace * update docs * remove button group util * remove shadow folder, add component folder * layerize * default border radius * remove color contrast script from dist * add term * layerize themes + color folders * reorder * remove radio button; #504 * remove visual tests * remove visual tests * remove unused stylesheet * make search smarter * add radio styles * Fix filled textareas * re-introduce visual tests (with adjustments) * fix button appearances * fix textarea focus styles * re-introduce appearance classes * remove 'native styles' note from component pages * fix checked radio styles * touch up callout styles * remove errant `.wa-tag` * scope appearance classes to relevant elements * more visual test cases * fix details borders * minor visual tests reorg * add `--box-shadow` to buttons * fix Awesome theme * use same layer for all themes (allows unset properties to inherit from Default theme) * fix box-shadow in wa-textarea * set button box shadow to `initial` * fix Active theme * fix Brutalist theme * fix Glossy theme * fix Matter theme (mostly) * fix Playful theme * fix Premium theme * fix Shoelac theme * fix Tailspin theme * fix custom radio button styles * fix links to native styles doc --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design>
2025-05-29 13:10:53 -04:00
"canvastext",
2021-12-31 17:39:16 -08:00
"chatbubble",
2022-06-21 09:37:16 -04:00
"checkmark",
2021-12-31 17:39:16 -08:00
"Clippy",
2022-07-08 08:36:33 -04:00
"codebases",
2021-12-31 17:39:16 -08:00
"codepen",
"colocated",
Simplify native styles (#993) * move print styles * begin native styles split * unsplit button styles 😓 * unsplit callout; remove .wa-callout * merge forms * remove unused * remove unused * unsplit checkbox * remove old astro config * remove overflow * unsplit slider * fix tooltip position in RTL * unsplit radio * move required light DOM styles to <wa-page> * remove unused file * remove unused import * remove * goodbye * fix examples * unsplit dialog * unsplit select * remove select * unsplit input * unsplit details * update * update comment * update textarea * combine native docs; improvements * update * reorg and fix headings * fix details summary padding; fixes #684 * update * fix native details summary padding; fixes #684 * #684 * remove passthrough style nonsense * it's CSS not JS * fix details in sidebar * add spacing in native buttons for icons * whitespace * update docs * remove button group util * remove shadow folder, add component folder * layerize * default border radius * remove color contrast script from dist * add term * layerize themes + color folders * reorder * remove radio button; #504 * remove visual tests * remove visual tests * remove unused stylesheet * make search smarter * add radio styles * Fix filled textareas * re-introduce visual tests (with adjustments) * fix button appearances * fix textarea focus styles * re-introduce appearance classes * remove 'native styles' note from component pages * fix checked radio styles * touch up callout styles * remove errant `.wa-tag` * scope appearance classes to relevant elements * more visual test cases * fix details borders * minor visual tests reorg * add `--box-shadow` to buttons * fix Awesome theme * use same layer for all themes (allows unset properties to inherit from Default theme) * fix box-shadow in wa-textarea * set button box shadow to `initial` * fix Active theme * fix Brutalist theme * fix Glossy theme * fix Matter theme (mostly) * fix Playful theme * fix Premium theme * fix Shoelac theme * fix Tailspin theme * fix custom radio button styles * fix links to native styles doc --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design>
2025-05-29 13:10:53 -04:00
"colorjs",
2023-01-10 17:33:55 -05:00
"colour",
2021-12-31 17:39:16 -08:00
"combobox",
2023-06-12 11:36:08 -04:00
"Commonmark",
2023-09-14 11:15:17 -04:00
"compat",
2021-12-31 17:39:16 -08:00
"Composability",
"Consolas",
"contenteditable",
"copydir",
2023-02-23 14:39:05 -05:00
"Cotte",
2021-12-31 17:39:16 -08:00
"coverpage",
"crossorigin",
"crutchcorn",
"csspart",
"cssproperty",
2024-12-17 10:44:11 -05:00
"cssstate",
Themer rework (#1048) * remove experimental pages * typo * untying the knots * whitespace * fix input bubbling * refactor * reimplement color scheme selector * rename * fix comments * revert premature abstraction * host vars * rework theme selector * feed themes from global data * add back component headers * reimplement component index * make headings optional * add back color palette page sans instructions * fix selector * fix search list with turbo * always dispatch after update * add back theme preview page * fix * fix errors * fix theme selector * fix themes * improve * make transition smooth * revert * revert * skip * fix borders * fix fade in * remove unused blocks * we know this guy * fix event timing * remove header * remove unused styles * add better nunjucks extension * update header * fix layout * add theme linke * fix autocomplete bug * correct description * consistency between palettes and tokens docs * better extension * add colorPalettes data * typo * typos * fix progress bar height * remove due to errors; works without * move pro palettes to pro * consolidate themer data * themer data * add font packs * reorg * restructure theme data * add word * detect the reference slot instead of requiring with-references * Remove `:root` selector and `@import` rules from themes (#1061) * remove `:root` selector and imports from themes * re-add `base.css` to free * update how themes are assigned * update showcase location * update * fix palettes * add font href * fix theme page in turbo * fix color palettes * remove rose * fix shadow * update docs * update docs * rename eyedropper to fix spelling * rename eyedropper * disable turbo * remove unused import * update themer data * add get/set icon family * revert example * fix color palette data * add brand color to theme data * fix sharp duotone name * fix typo * update changelog for merged branch * update changelog * allow default theme to inherit color scheme when nested * make font packs more exciting * update serif typeface * add examples * update font weights * set initial selection instantly * set brand and palette with theme in theme selector * add palette stylesheets * fix icon slot * fix theme descriptions * minor style touch up * tweak example button text * group callout examples * add 'create theme' button * tweak spacing, fix sneaky plain card background * prettier * ultra tiny tweak to showcase example * show usage instructions * prevent error when theme selector isn't present --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design> Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
2025-06-27 10:26:46 -04:00
"datalist",
2021-12-31 17:39:16 -08:00
"datetime",
"describedby",
Themer rework (#1048) * remove experimental pages * typo * untying the knots * whitespace * fix input bubbling * refactor * reimplement color scheme selector * rename * fix comments * revert premature abstraction * host vars * rework theme selector * feed themes from global data * add back component headers * reimplement component index * make headings optional * add back color palette page sans instructions * fix selector * fix search list with turbo * always dispatch after update * add back theme preview page * fix * fix errors * fix theme selector * fix themes * improve * make transition smooth * revert * revert * skip * fix borders * fix fade in * remove unused blocks * we know this guy * fix event timing * remove header * remove unused styles * add better nunjucks extension * update header * fix layout * add theme linke * fix autocomplete bug * correct description * consistency between palettes and tokens docs * better extension * add colorPalettes data * typo * typos * fix progress bar height * remove due to errors; works without * move pro palettes to pro * consolidate themer data * themer data * add font packs * reorg * restructure theme data * add word * detect the reference slot instead of requiring with-references * Remove `:root` selector and `@import` rules from themes (#1061) * remove `:root` selector and imports from themes * re-add `base.css` to free * update how themes are assigned * update showcase location * update * fix palettes * add font href * fix theme page in turbo * fix color palettes * remove rose * fix shadow * update docs * update docs * rename eyedropper to fix spelling * rename eyedropper * disable turbo * remove unused import * update themer data * add get/set icon family * revert example * fix color palette data * add brand color to theme data * fix sharp duotone name * fix typo * update changelog for merged branch * update changelog * allow default theme to inherit color scheme when nested * make font packs more exciting * update serif typeface * add examples * update font weights * set initial selection instantly * set brand and palette with theme in theme selector * add palette stylesheets * fix icon slot * fix theme descriptions * minor style touch up * tweak example button text * group callout examples * add 'create theme' button * tweak spacing, fix sneaky plain card background * prettier * ultra tiny tweak to showcase example * show usage instructions * prevent error when theme selector isn't present --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design> Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
2025-06-27 10:26:46 -04:00
"dictsort",
2021-12-31 17:39:16 -08:00
"Docsify",
2023-03-09 16:09:33 -05:00
"dogfood",
2021-12-31 17:39:16 -08:00
"dropdowns",
"easings",
"ecommerce",
Themer rework (#1048) * remove experimental pages * typo * untying the knots * whitespace * fix input bubbling * refactor * reimplement color scheme selector * rename * fix comments * revert premature abstraction * host vars * rework theme selector * feed themes from global data * add back component headers * reimplement component index * make headings optional * add back color palette page sans instructions * fix selector * fix search list with turbo * always dispatch after update * add back theme preview page * fix * fix errors * fix theme selector * fix themes * improve * make transition smooth * revert * revert * skip * fix borders * fix fade in * remove unused blocks * we know this guy * fix event timing * remove header * remove unused styles * add better nunjucks extension * update header * fix layout * add theme linke * fix autocomplete bug * correct description * consistency between palettes and tokens docs * better extension * add colorPalettes data * typo * typos * fix progress bar height * remove due to errors; works without * move pro palettes to pro * consolidate themer data * themer data * add font packs * reorg * restructure theme data * add word * detect the reference slot instead of requiring with-references * Remove `:root` selector and `@import` rules from themes (#1061) * remove `:root` selector and imports from themes * re-add `base.css` to free * update how themes are assigned * update showcase location * update * fix palettes * add font href * fix theme page in turbo * fix color palettes * remove rose * fix shadow * update docs * update docs * rename eyedropper to fix spelling * rename eyedropper * disable turbo * remove unused import * update themer data * add get/set icon family * revert example * fix color palette data * add brand color to theme data * fix sharp duotone name * fix typo * update changelog for merged branch * update changelog * allow default theme to inherit color scheme when nested * make font packs more exciting * update serif typeface * add examples * update font weights * set initial selection instantly * set brand and palette with theme in theme selector * add palette stylesheets * fix icon slot * fix theme descriptions * minor style touch up * tweak example button text * group callout examples * add 'create theme' button * tweak spacing, fix sneaky plain card background * prettier * ultra tiny tweak to showcase example * show usage instructions * prevent error when theme selector isn't present --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design> Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
2025-06-27 10:26:46 -04:00
"eleventy",
"elif",
2024-12-17 10:44:11 -05:00
"endfor",
Themer rework (#1048) * remove experimental pages * typo * untying the knots * whitespace * fix input bubbling * refactor * reimplement color scheme selector * rename * fix comments * revert premature abstraction * host vars * rework theme selector * feed themes from global data * add back component headers * reimplement component index * make headings optional * add back color palette page sans instructions * fix selector * fix search list with turbo * always dispatch after update * add back theme preview page * fix * fix errors * fix theme selector * fix themes * improve * make transition smooth * revert * revert * skip * fix borders * fix fade in * remove unused blocks * we know this guy * fix event timing * remove header * remove unused styles * add better nunjucks extension * update header * fix layout * add theme linke * fix autocomplete bug * correct description * consistency between palettes and tokens docs * better extension * add colorPalettes data * typo * typos * fix progress bar height * remove due to errors; works without * move pro palettes to pro * consolidate themer data * themer data * add font packs * reorg * restructure theme data * add word * detect the reference slot instead of requiring with-references * Remove `:root` selector and `@import` rules from themes (#1061) * remove `:root` selector and imports from themes * re-add `base.css` to free * update how themes are assigned * update showcase location * update * fix palettes * add font href * fix theme page in turbo * fix color palettes * remove rose * fix shadow * update docs * update docs * rename eyedropper to fix spelling * rename eyedropper * disable turbo * remove unused import * update themer data * add get/set icon family * revert example * fix color palette data * add brand color to theme data * fix sharp duotone name * fix typo * update changelog for merged branch * update changelog * allow default theme to inherit color scheme when nested * make font packs more exciting * update serif typeface * add examples * update font weights * set initial selection instantly * set brand and palette with theme in theme selector * add palette stylesheets * fix icon slot * fix theme descriptions * minor style touch up * tweak example button text * group callout examples * add 'create theme' button * tweak spacing, fix sneaky plain card background * prettier * ultra tiny tweak to showcase example * show usage instructions * prevent error when theme selector isn't present --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design> Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
2025-06-27 10:26:46 -04:00
"endmarkdown",
2023-06-12 11:36:08 -04:00
"endraw",
"endregion",
Themer rework (#1048) * remove experimental pages * typo * untying the knots * whitespace * fix input bubbling * refactor * reimplement color scheme selector * rename * fix comments * revert premature abstraction * host vars * rework theme selector * feed themes from global data * add back component headers * reimplement component index * make headings optional * add back color palette page sans instructions * fix selector * fix search list with turbo * always dispatch after update * add back theme preview page * fix * fix errors * fix theme selector * fix themes * improve * make transition smooth * revert * revert * skip * fix borders * fix fade in * remove unused blocks * we know this guy * fix event timing * remove header * remove unused styles * add better nunjucks extension * update header * fix layout * add theme linke * fix autocomplete bug * correct description * consistency between palettes and tokens docs * better extension * add colorPalettes data * typo * typos * fix progress bar height * remove due to errors; works without * move pro palettes to pro * consolidate themer data * themer data * add font packs * reorg * restructure theme data * add word * detect the reference slot instead of requiring with-references * Remove `:root` selector and `@import` rules from themes (#1061) * remove `:root` selector and imports from themes * re-add `base.css` to free * update how themes are assigned * update showcase location * update * fix palettes * add font href * fix theme page in turbo * fix color palettes * remove rose * fix shadow * update docs * update docs * rename eyedropper to fix spelling * rename eyedropper * disable turbo * remove unused import * update themer data * add get/set icon family * revert example * fix color palette data * add brand color to theme data * fix sharp duotone name * fix typo * update changelog for merged branch * update changelog * allow default theme to inherit color scheme when nested * make font packs more exciting * update serif typeface * add examples * update font weights * set initial selection instantly * set brand and palette with theme in theme selector * add palette stylesheets * fix icon slot * fix theme descriptions * minor style touch up * tweak example button text * group callout examples * add 'create theme' button * tweak spacing, fix sneaky plain card background * prettier * ultra tiny tweak to showcase example * show usage instructions * prevent error when theme selector isn't present --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design> Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
2025-06-27 10:26:46 -04:00
"endset",
2022-04-04 09:47:44 -04:00
"enterkeyhint",
"eqeqeq",
2021-12-31 17:39:16 -08:00
"erroneou",
2022-08-03 11:55:24 -04:00
"errormessage",
2021-12-31 17:39:16 -08:00
"esbuild",
2023-08-11 10:30:40 -04:00
"exportmaps",
2021-12-31 17:39:16 -08:00
"exportparts",
Themer rework (#1048) * remove experimental pages * typo * untying the knots * whitespace * fix input bubbling * refactor * reimplement color scheme selector * rename * fix comments * revert premature abstraction * host vars * rework theme selector * feed themes from global data * add back component headers * reimplement component index * make headings optional * add back color palette page sans instructions * fix selector * fix search list with turbo * always dispatch after update * add back theme preview page * fix * fix errors * fix theme selector * fix themes * improve * make transition smooth * revert * revert * skip * fix borders * fix fade in * remove unused blocks * we know this guy * fix event timing * remove header * remove unused styles * add better nunjucks extension * update header * fix layout * add theme linke * fix autocomplete bug * correct description * consistency between palettes and tokens docs * better extension * add colorPalettes data * typo * typos * fix progress bar height * remove due to errors; works without * move pro palettes to pro * consolidate themer data * themer data * add font packs * reorg * restructure theme data * add word * detect the reference slot instead of requiring with-references * Remove `:root` selector and `@import` rules from themes (#1061) * remove `:root` selector and imports from themes * re-add `base.css` to free * update how themes are assigned * update showcase location * update * fix palettes * add font href * fix theme page in turbo * fix color palettes * remove rose * fix shadow * update docs * update docs * rename eyedropper to fix spelling * rename eyedropper * disable turbo * remove unused import * update themer data * add get/set icon family * revert example * fix color palette data * add brand color to theme data * fix sharp duotone name * fix typo * update changelog for merged branch * update changelog * allow default theme to inherit color scheme when nested * make font packs more exciting * update serif typeface * add examples * update font weights * set initial selection instantly * set brand and palette with theme in theme selector * add palette stylesheets * fix icon slot * fix theme descriptions * minor style touch up * tweak example button text * group callout examples * add 'create theme' button * tweak spacing, fix sneaky plain card background * prettier * ultra tiny tweak to showcase example * show usage instructions * prevent error when theme selector isn't present --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design> Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
2025-06-27 10:26:46 -04:00
"fetchpriority",
2021-12-31 17:39:16 -08:00
"fieldsets",
"focusin",
"focusout",
2024-06-21 09:32:33 -04:00
"fontawesome",
2022-02-28 09:59:32 -05:00
"formaction",
2021-12-31 17:39:16 -08:00
"formdata",
2023-01-13 12:34:33 -05:00
"formenctype",
2022-02-28 09:59:32 -05:00
"formmethod",
"formnovalidate",
"formtarget",
2021-12-31 17:39:16 -08:00
"FOUC",
"FOUCE",
"Frontmatter",
2021-12-31 17:39:16 -08:00
"fullscreen",
2023-02-23 08:15:20 -08:00
"gestern",
2022-01-27 08:56:51 -05:00
"giga",
2021-12-31 17:39:16 -08:00
"globby",
"Grayscale",
Themer rework (#1048) * remove experimental pages * typo * untying the knots * whitespace * fix input bubbling * refactor * reimplement color scheme selector * rename * fix comments * revert premature abstraction * host vars * rework theme selector * feed themes from global data * add back component headers * reimplement component index * make headings optional * add back color palette page sans instructions * fix selector * fix search list with turbo * always dispatch after update * add back theme preview page * fix * fix errors * fix theme selector * fix themes * improve * make transition smooth * revert * revert * skip * fix borders * fix fade in * remove unused blocks * we know this guy * fix event timing * remove header * remove unused styles * add better nunjucks extension * update header * fix layout * add theme linke * fix autocomplete bug * correct description * consistency between palettes and tokens docs * better extension * add colorPalettes data * typo * typos * fix progress bar height * remove due to errors; works without * move pro palettes to pro * consolidate themer data * themer data * add font packs * reorg * restructure theme data * add word * detect the reference slot instead of requiring with-references * Remove `:root` selector and `@import` rules from themes (#1061) * remove `:root` selector and imports from themes * re-add `base.css` to free * update how themes are assigned * update showcase location * update * fix palettes * add font href * fix theme page in turbo * fix color palettes * remove rose * fix shadow * update docs * update docs * rename eyedropper to fix spelling * rename eyedropper * disable turbo * remove unused import * update themer data * add get/set icon family * revert example * fix color palette data * add brand color to theme data * fix sharp duotone name * fix typo * update changelog for merged branch * update changelog * allow default theme to inherit color scheme when nested * make font packs more exciting * update serif typeface * add examples * update font weights * set initial selection instantly * set brand and palette with theme in theme selector * add palette stylesheets * fix icon slot * fix theme descriptions * minor style touch up * tweak example button text * group callout examples * add 'create theme' button * tweak spacing, fix sneaky plain card background * prettier * ultra tiny tweak to showcase example * show usage instructions * prevent error when theme selector isn't present --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design> Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
2025-06-27 10:26:46 -04:00
"groupby",
2021-12-31 17:39:16 -08:00
"haspopup",
"heroicons",
"hexa",
2024-09-23 12:43:31 -04:00
"Hotwire",
"hrefs",
2021-12-31 17:39:16 -08:00
"Iconoir",
"Iframes",
"iife",
2021-12-31 17:39:16 -08:00
"inputmode",
"ionicon",
"ionicons",
Themer rework (#1048) * remove experimental pages * typo * untying the knots * whitespace * fix input bubbling * refactor * reimplement color scheme selector * rename * fix comments * revert premature abstraction * host vars * rework theme selector * feed themes from global data * add back component headers * reimplement component index * make headings optional * add back color palette page sans instructions * fix selector * fix search list with turbo * always dispatch after update * add back theme preview page * fix * fix errors * fix theme selector * fix themes * improve * make transition smooth * revert * revert * skip * fix borders * fix fade in * remove unused blocks * we know this guy * fix event timing * remove header * remove unused styles * add better nunjucks extension * update header * fix layout * add theme linke * fix autocomplete bug * correct description * consistency between palettes and tokens docs * better extension * add colorPalettes data * typo * typos * fix progress bar height * remove due to errors; works without * move pro palettes to pro * consolidate themer data * themer data * add font packs * reorg * restructure theme data * add word * detect the reference slot instead of requiring with-references * Remove `:root` selector and `@import` rules from themes (#1061) * remove `:root` selector and imports from themes * re-add `base.css` to free * update how themes are assigned * update showcase location * update * fix palettes * add font href * fix theme page in turbo * fix color palettes * remove rose * fix shadow * update docs * update docs * rename eyedropper to fix spelling * rename eyedropper * disable turbo * remove unused import * update themer data * add get/set icon family * revert example * fix color palette data * add brand color to theme data * fix sharp duotone name * fix typo * update changelog for merged branch * update changelog * allow default theme to inherit color scheme when nested * make font packs more exciting * update serif typeface * add examples * update font weights * set initial selection instantly * set brand and palette with theme in theme selector * add palette stylesheets * fix icon slot * fix theme descriptions * minor style touch up * tweak example button text * group callout examples * add 'create theme' button * tweak spacing, fix sneaky plain card background * prettier * ultra tiny tweak to showcase example * show usage instructions * prevent error when theme selector isn't present --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design> Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
2025-06-27 10:26:46 -04:00
"jank",
2021-12-31 17:39:16 -08:00
"jsDelivr",
"jsfiddle",
"keydown",
"keyframes",
2024-12-09 14:31:31 -05:00
"keymaker",
"Kickstarter",
2024-12-04 12:12:14 -05:00
"Konnor",
2023-02-23 14:39:05 -05:00
"Kool",
2021-12-31 17:39:16 -08:00
"labelledby",
"Laravel",
2023-06-06 08:22:18 -04:00
"linkify",
2022-03-16 17:36:39 -04:00
"listbox",
2023-02-23 14:39:05 -05:00
"listitem",
2021-12-31 17:39:16 -08:00
"litelement",
2023-09-14 11:15:17 -04:00
"longform",
2021-12-31 17:39:16 -08:00
"lowercasing",
2022-01-31 10:46:22 -05:00
"Lucide",
2021-12-31 17:39:16 -08:00
"maxlength",
"mdash",
2021-12-31 17:39:16 -08:00
"Menlo",
2022-07-20 16:46:14 -04:00
"menuitemcheckbox",
"menuitemradio",
2024-09-23 12:43:31 -04:00
"metaframeworks",
2022-08-05 09:17:58 -04:00
"middlewares",
2021-12-31 17:39:16 -08:00
"minlength",
2024-12-17 14:27:33 -05:00
"minmax",
2021-12-31 17:39:16 -08:00
"monospace",
"mousedown",
"mousemove",
2023-12-01 10:29:37 -05:00
"mouseout",
2021-12-31 17:39:16 -08:00
"mouseup",
2022-07-26 15:53:24 -04:00
"multiselectable",
"nbsp",
2021-12-31 17:39:16 -08:00
"nextjs",
2022-05-11 08:17:27 -04:00
"nocheck",
2024-12-04 11:52:09 -05:00
"noindex",
2021-12-31 17:39:16 -08:00
"noopener",
"noreferrer",
Themer rework (#1048) * remove experimental pages * typo * untying the knots * whitespace * fix input bubbling * refactor * reimplement color scheme selector * rename * fix comments * revert premature abstraction * host vars * rework theme selector * feed themes from global data * add back component headers * reimplement component index * make headings optional * add back color palette page sans instructions * fix selector * fix search list with turbo * always dispatch after update * add back theme preview page * fix * fix errors * fix theme selector * fix themes * improve * make transition smooth * revert * revert * skip * fix borders * fix fade in * remove unused blocks * we know this guy * fix event timing * remove header * remove unused styles * add better nunjucks extension * update header * fix layout * add theme linke * fix autocomplete bug * correct description * consistency between palettes and tokens docs * better extension * add colorPalettes data * typo * typos * fix progress bar height * remove due to errors; works without * move pro palettes to pro * consolidate themer data * themer data * add font packs * reorg * restructure theme data * add word * detect the reference slot instead of requiring with-references * Remove `:root` selector and `@import` rules from themes (#1061) * remove `:root` selector and imports from themes * re-add `base.css` to free * update how themes are assigned * update showcase location * update * fix palettes * add font href * fix theme page in turbo * fix color palettes * remove rose * fix shadow * update docs * update docs * rename eyedropper to fix spelling * rename eyedropper * disable turbo * remove unused import * update themer data * add get/set icon family * revert example * fix color palette data * add brand color to theme data * fix sharp duotone name * fix typo * update changelog for merged branch * update changelog * allow default theme to inherit color scheme when nested * make font packs more exciting * update serif typeface * add examples * update font weights * set initial selection instantly * set brand and palette with theme in theme selector * add palette stylesheets * fix icon slot * fix theme descriptions * minor style touch up * tweak example button text * group callout examples * add 'create theme' button * tweak spacing, fix sneaky plain card background * prettier * ultra tiny tweak to showcase example * show usage instructions * prevent error when theme selector isn't present --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design> Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
2025-06-27 10:26:46 -04:00
"noscript",
"Notdog",
2021-12-31 17:39:16 -08:00
"novalidate",
Themer rework (#1048) * remove experimental pages * typo * untying the knots * whitespace * fix input bubbling * refactor * reimplement color scheme selector * rename * fix comments * revert premature abstraction * host vars * rework theme selector * feed themes from global data * add back component headers * reimplement component index * make headings optional * add back color palette page sans instructions * fix selector * fix search list with turbo * always dispatch after update * add back theme preview page * fix * fix errors * fix theme selector * fix themes * improve * make transition smooth * revert * revert * skip * fix borders * fix fade in * remove unused blocks * we know this guy * fix event timing * remove header * remove unused styles * add better nunjucks extension * update header * fix layout * add theme linke * fix autocomplete bug * correct description * consistency between palettes and tokens docs * better extension * add colorPalettes data * typo * typos * fix progress bar height * remove due to errors; works without * move pro palettes to pro * consolidate themer data * themer data * add font packs * reorg * restructure theme data * add word * detect the reference slot instead of requiring with-references * Remove `:root` selector and `@import` rules from themes (#1061) * remove `:root` selector and imports from themes * re-add `base.css` to free * update how themes are assigned * update showcase location * update * fix palettes * add font href * fix theme page in turbo * fix color palettes * remove rose * fix shadow * update docs * update docs * rename eyedropper to fix spelling * rename eyedropper * disable turbo * remove unused import * update themer data * add get/set icon family * revert example * fix color palette data * add brand color to theme data * fix sharp duotone name * fix typo * update changelog for merged branch * update changelog * allow default theme to inherit color scheme when nested * make font packs more exciting * update serif typeface * add examples * update font weights * set initial selection instantly * set brand and palette with theme in theme selector * add palette stylesheets * fix icon slot * fix theme descriptions * minor style touch up * tweak example button text * group callout examples * add 'create theme' button * tweak spacing, fix sneaky plain card background * prettier * ultra tiny tweak to showcase example * show usage instructions * prevent error when theme selector isn't present --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design> Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
2025-06-27 10:26:46 -04:00
"nowrap",
2023-06-13 11:37:33 -04:00
"Numberish",
"nums",
2023-09-12 15:05:53 -04:00
"oklab",
2023-08-31 16:50:31 -04:00
"oklch",
2023-10-23 12:03:18 -04:00
"onscrollend",
2021-12-31 17:39:16 -08:00
"outdir",
"ParamagicDev",
2022-01-27 08:56:51 -05:00
"peta",
"petabit",
2023-09-14 11:15:17 -04:00
"Preact",
2024-12-04 11:52:09 -05:00
"preconnect",
Simplify native styles (#993) * move print styles * begin native styles split * unsplit button styles 😓 * unsplit callout; remove .wa-callout * merge forms * remove unused * remove unused * unsplit checkbox * remove old astro config * remove overflow * unsplit slider * fix tooltip position in RTL * unsplit radio * move required light DOM styles to <wa-page> * remove unused file * remove unused import * remove * goodbye * fix examples * unsplit dialog * unsplit select * remove select * unsplit input * unsplit details * update * update comment * update textarea * combine native docs; improvements * update * reorg and fix headings * fix details summary padding; fixes #684 * update * fix native details summary padding; fixes #684 * #684 * remove passthrough style nonsense * it's CSS not JS * fix details in sidebar * add spacing in native buttons for icons * whitespace * update docs * remove button group util * remove shadow folder, add component folder * layerize * default border radius * remove color contrast script from dist * add term * layerize themes + color folders * reorder * remove radio button; #504 * remove visual tests * remove visual tests * remove unused stylesheet * make search smarter * add radio styles * Fix filled textareas * re-introduce visual tests (with adjustments) * fix button appearances * fix textarea focus styles * re-introduce appearance classes * remove 'native styles' note from component pages * fix checked radio styles * touch up callout styles * remove errant `.wa-tag` * scope appearance classes to relevant elements * more visual test cases * fix details borders * minor visual tests reorg * add `--box-shadow` to buttons * fix Awesome theme * use same layer for all themes (allows unset properties to inherit from Default theme) * fix box-shadow in wa-textarea * set button box shadow to `initial` * fix Active theme * fix Brutalist theme * fix Glossy theme * fix Matter theme (mostly) * fix Playful theme * fix Premium theme * fix Shoelac theme * fix Tailspin theme * fix custom radio button styles * fix links to native styles doc --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design>
2025-05-29 13:10:53 -04:00
"prerendered",
2023-06-06 08:22:18 -04:00
"prismjs",
2021-12-31 17:39:16 -08:00
"progressbar",
"radiogroup",
"Railsbyte",
"referrerpolicy",
2021-12-31 17:39:16 -08:00
"remixicon",
"reregister",
"resizer",
"resizers",
2023-04-03 16:19:35 -05:00
"retargeted",
"RETRYABLE",
2021-12-31 17:39:16 -08:00
"rgba",
"roadmap",
"Roboto",
2023-02-23 14:39:05 -05:00
"roledescription",
"Sapan",
"saturationl",
2021-12-31 17:39:16 -08:00
"Schilp",
2022-07-05 08:58:11 -04:00
"scrollbars",
2023-02-23 14:39:05 -05:00
"scrollend",
"scroller",
"Scrollers",
2021-12-31 17:39:16 -08:00
"Segoe",
Themer rework (#1048) * remove experimental pages * typo * untying the knots * whitespace * fix input bubbling * refactor * reimplement color scheme selector * rename * fix comments * revert premature abstraction * host vars * rework theme selector * feed themes from global data * add back component headers * reimplement component index * make headings optional * add back color palette page sans instructions * fix selector * fix search list with turbo * always dispatch after update * add back theme preview page * fix * fix errors * fix theme selector * fix themes * improve * make transition smooth * revert * revert * skip * fix borders * fix fade in * remove unused blocks * we know this guy * fix event timing * remove header * remove unused styles * add better nunjucks extension * update header * fix layout * add theme linke * fix autocomplete bug * correct description * consistency between palettes and tokens docs * better extension * add colorPalettes data * typo * typos * fix progress bar height * remove due to errors; works without * move pro palettes to pro * consolidate themer data * themer data * add font packs * reorg * restructure theme data * add word * detect the reference slot instead of requiring with-references * Remove `:root` selector and `@import` rules from themes (#1061) * remove `:root` selector and imports from themes * re-add `base.css` to free * update how themes are assigned * update showcase location * update * fix palettes * add font href * fix theme page in turbo * fix color palettes * remove rose * fix shadow * update docs * update docs * rename eyedropper to fix spelling * rename eyedropper * disable turbo * remove unused import * update themer data * add get/set icon family * revert example * fix color palette data * add brand color to theme data * fix sharp duotone name * fix typo * update changelog for merged branch * update changelog * allow default theme to inherit color scheme when nested * make font packs more exciting * update serif typeface * add examples * update font weights * set initial selection instantly * set brand and palette with theme in theme selector * add palette stylesheets * fix icon slot * fix theme descriptions * minor style touch up * tweak example button text * group callout examples * add 'create theme' button * tweak spacing, fix sneaky plain card background * prettier * ultra tiny tweak to showcase example * show usage instructions * prevent error when theme selector isn't present --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design> Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
2025-06-27 10:26:46 -04:00
"selectattr",
2021-12-31 17:39:16 -08:00
"semibold",
2024-09-23 12:43:31 -04:00
"shadowrootmode",
2024-04-17 11:20:27 -04:00
"Shortcode",
"Shortcodes",
"signup",
2023-06-07 16:38:13 -04:00
"sitedir",
2021-12-31 17:39:16 -08:00
"slotchange",
2023-06-06 08:22:18 -04:00
"smartquotes",
2021-12-31 17:39:16 -08:00
"spacebar",
"srcdoc",
2022-01-25 17:32:38 -05:00
"stylesheet",
2024-12-17 14:27:33 -05:00
"svgs",
2021-12-31 17:39:16 -08:00
"Tabbable",
"tabindex",
2022-05-25 09:27:20 -04:00
"tabler",
2021-12-31 17:39:16 -08:00
"tablist",
"tabpanel",
2024-12-17 10:44:11 -05:00
"tbody",
2021-12-31 17:39:16 -08:00
"templating",
2022-01-27 08:56:51 -05:00
"tera",
2023-02-23 08:15:20 -08:00
"testid",
2021-12-31 17:39:16 -08:00
"textareas",
2022-06-23 16:57:30 -04:00
"textfield",
2024-12-17 10:44:11 -05:00
"thead",
2024-04-29 12:16:34 -04:00
"Themer",
2022-12-13 12:15:40 -05:00
"tinycolor",
2021-12-31 17:39:16 -08:00
"transitionend",
2022-07-26 15:53:24 -04:00
"treeitem",
2023-08-11 10:30:40 -04:00
"treeshaking",
2021-12-31 17:39:16 -08:00
"Triaging",
"turbolinks",
2022-08-03 11:55:24 -04:00
"typeof",
2021-12-31 17:39:16 -08:00
"unbundles",
"unbundling",
Themer rework (#1048) * remove experimental pages * typo * untying the knots * whitespace * fix input bubbling * refactor * reimplement color scheme selector * rename * fix comments * revert premature abstraction * host vars * rework theme selector * feed themes from global data * add back component headers * reimplement component index * make headings optional * add back color palette page sans instructions * fix selector * fix search list with turbo * always dispatch after update * add back theme preview page * fix * fix errors * fix theme selector * fix themes * improve * make transition smooth * revert * revert * skip * fix borders * fix fade in * remove unused blocks * we know this guy * fix event timing * remove header * remove unused styles * add better nunjucks extension * update header * fix layout * add theme linke * fix autocomplete bug * correct description * consistency between palettes and tokens docs * better extension * add colorPalettes data * typo * typos * fix progress bar height * remove due to errors; works without * move pro palettes to pro * consolidate themer data * themer data * add font packs * reorg * restructure theme data * add word * detect the reference slot instead of requiring with-references * Remove `:root` selector and `@import` rules from themes (#1061) * remove `:root` selector and imports from themes * re-add `base.css` to free * update how themes are assigned * update showcase location * update * fix palettes * add font href * fix theme page in turbo * fix color palettes * remove rose * fix shadow * update docs * update docs * rename eyedropper to fix spelling * rename eyedropper * disable turbo * remove unused import * update themer data * add get/set icon family * revert example * fix color palette data * add brand color to theme data * fix sharp duotone name * fix typo * update changelog for merged branch * update changelog * allow default theme to inherit color scheme when nested * make font packs more exciting * update serif typeface * add examples * update font weights * set initial selection instantly * set brand and palette with theme in theme selector * add palette stylesheets * fix icon slot * fix theme descriptions * minor style touch up * tweak example button text * group callout examples * add 'create theme' button * tweak spacing, fix sneaky plain card background * prettier * ultra tiny tweak to showcase example * show usage instructions * prevent error when theme selector isn't present --------- Co-authored-by: lindsaym-fa <dev@lindsaym.design> Co-authored-by: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com>
2025-06-27 10:26:46 -04:00
"Uncategorized",
2021-12-31 17:39:16 -08:00
"unicons",
2023-08-18 12:05:22 -04:00
"unsanitized",
2021-12-31 17:39:16 -08:00
"unsupportive",
"valpha",
"valuenow",
"valuetext",
"viewports",
2024-01-24 13:31:42 -05:00
"Vuejs",
2023-09-28 22:47:25 -04:00
"WCAG",
2023-09-08 13:45:49 -04:00
"webawesome",
2024-06-18 13:49:17 -04:00
"webawesomer",
2021-12-31 17:39:16 -08:00
"WEBP",
2023-12-05 17:37:06 -05:00
"Webpacker",
2024-12-10 09:45:23 -05:00
"xmark",
"zoomable"
2021-12-31 17:39:16 -08:00
],
2022-01-31 10:46:22 -05:00
"ignorePaths": [
"package.json",
"package-lock.json",
2023-02-23 14:40:05 -05:00
"docs/assets/examples/include.html",
2022-01-31 10:46:22 -05:00
".vscode/**",
"src/translations/!(en).ts",
"**/*.min.js"
],
"ignoreRegExpList": [
"(^|[^a-z])sl[a-z]*(^|[^a-z])"
],
2021-12-31 17:39:16 -08:00
"useGitignore": true
}