@florid-kit/components 0.0.1 → 0.1.0

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 (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -84,7 +84,7 @@
84
84
  background-color: var(--button-bg);
85
85
  border-color: var(--button-border);
86
86
  border-radius: var(--radius-full);
87
- border-width: var(--button-border-width);
87
+ border-width: var(--spacing-m);
88
88
  border-style: solid;
89
89
  box-sizing: border-box;
90
90
  color: var(--button-text);
package/index.mjs CHANGED
@@ -732,7 +732,7 @@ p.styles = J`
732
732
  background-color: var(--button-bg);
733
733
  border-color: var(--button-border);
734
734
  border-radius: var(--radius-full);
735
- border-width: var(--button-border-width);
735
+ border-width: var(--spacing-m);
736
736
  border-style: solid;
737
737
  box-sizing: border-box;
738
738
  color: var(--button-text);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",