@ember-home/unbound-styleguide 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/theme.css +9 -0
  2. package/package.json +1 -1
package/dist/theme.css CHANGED
@@ -4588,6 +4588,15 @@
4588
4588
  --white: #ffffff;
4589
4589
  --black: #000000;
4590
4590
  }
4591
+ @layer base {
4592
+ *,
4593
+ ::after,
4594
+ ::before,
4595
+ ::backdrop,
4596
+ ::file-selector-button {
4597
+ border-color: var(--border);
4598
+ }
4599
+ }
4591
4600
  :root {
4592
4601
  --color-text-white: var(--white);
4593
4602
  --color-text-default: var(--gray-950);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-home/unbound-styleguide",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "React component library with Tailwind CSS v4 design tokens",
5
5
  "keywords": [
6
6
  "react",