@florid-kit/components 0.10.33 → 0.10.34

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
@@ -2759,7 +2759,7 @@
2759
2759
  nav {
2760
2760
  max-width: 144rem;
2761
2761
  margin: auto;
2762
- padding: var(--spacing-3-xl) var(--spacing-xl);
2762
+ padding: 0;
2763
2763
  }
2764
2764
 
2765
2765
  ul {
package/index.mjs CHANGED
@@ -5099,7 +5099,7 @@ qt.styles = f`
5099
5099
  nav {
5100
5100
  max-width: 144rem;
5101
5101
  margin: auto;
5102
- padding: var(--spacing-3-xl) var(--spacing-xl);
5102
+ padding: 0;
5103
5103
  }
5104
5104
 
5105
5105
  ul {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.10.33",
3
+ "version": "0.10.34",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",