@florid-kit/components 0.0.0-next.2 → 0.0.0-next.3

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
@@ -87,7 +87,7 @@
87
87
  align-items: center;
88
88
  background-color: var(--button-bg);
89
89
  border-color: var(--button-border);
90
- border-radius: var(--button-radius);
90
+ border-radius: var(--radius-full);
91
91
  border-width: var(--button-border-width);
92
92
  border-style: solid;
93
93
  box-sizing: border-box;
package/index.mjs CHANGED
@@ -735,7 +735,7 @@ p.styles = K`
735
735
  align-items: center;
736
736
  background-color: var(--button-bg);
737
737
  border-color: var(--button-border);
738
- border-radius: var(--button-radius);
738
+ border-radius: var(--radius-full);
739
739
  border-width: var(--button-border-width);
740
740
  border-style: solid;
741
741
  box-sizing: border-box;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.0.0-next.2",
3
+ "version": "0.0.0-next.3",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",