@florid-kit/components 0.8.10 → 0.8.12

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 +3 -2
  2. package/index.mjs +3 -2
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -929,7 +929,8 @@
929
929
  padding: 16px;
930
930
  border-top: var(--border-050) solid var(--color-border-tertiary);
931
931
  display: flex;
932
- gap: 16px;
932
+ flex-direction: column;
933
+ gap: var(--spacing-l);
933
934
  justify-content: flex-start;
934
935
  }
935
936
 
@@ -1852,7 +1853,7 @@
1852
1853
  }
1853
1854
 
1854
1855
  :host([size="large"]) {
1855
- --button-padding: var(--spacing-m) var(--spacing-3-xl);
1856
+ --button-padding: var(--spacing-m) var(--spacing-xl);
1856
1857
  }
1857
1858
 
1858
1859
  .o-chip,
package/index.mjs CHANGED
@@ -1941,7 +1941,8 @@ g.styles = y`
1941
1941
  padding: 16px;
1942
1942
  border-top: var(--border-050) solid var(--color-border-tertiary);
1943
1943
  display: flex;
1944
- gap: 16px;
1944
+ flex-direction: column;
1945
+ gap: var(--spacing-l);
1945
1946
  justify-content: flex-start;
1946
1947
  }
1947
1948
 
@@ -3340,7 +3341,7 @@ S.styles = y`
3340
3341
  }
3341
3342
 
3342
3343
  :host([size="large"]) {
3343
- --button-padding: var(--spacing-m) var(--spacing-3-xl);
3344
+ --button-padding: var(--spacing-m) var(--spacing-xl);
3344
3345
  }
3345
3346
 
3346
3347
  .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.12",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",