@florid-kit/components 0.8.10 → 0.8.11

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
@@ -1852,7 +1852,7 @@
1852
1852
  }
1853
1853
 
1854
1854
  :host([size="large"]) {
1855
- --button-padding: var(--spacing-m) var(--spacing-3-xl);
1855
+ --button-padding: var(--spacing-m) var(--spacing-xl);
1856
1856
  }
1857
1857
 
1858
1858
  .o-chip,
package/index.mjs CHANGED
@@ -3340,7 +3340,7 @@ S.styles = y`
3340
3340
  }
3341
3341
 
3342
3342
  :host([size="large"]) {
3343
- --button-padding: var(--spacing-m) var(--spacing-3-xl);
3343
+ --button-padding: var(--spacing-m) var(--spacing-xl);
3344
3344
  }
3345
3345
 
3346
3346
  .o-chip,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.8.10",
3
+ "version": "0.8.11",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",