@florid-kit/components 0.8.11 → 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 +2 -1
  2. package/index.mjs +2 -1
  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
 
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.8.11",
3
+ "version": "0.8.12",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",