@florid-kit/components 0.4.40 → 0.4.41

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
@@ -1136,7 +1136,7 @@
1136
1136
  font-size: var(--font-size-100);
1137
1137
  font-weight: var(--font-weight-400);
1138
1138
  text-align: center;
1139
- padding: 5px 6%;
1139
+ padding: 8px;
1140
1140
  border-radius: 6px;
1141
1141
  min-width: 120px;
1142
1142
  max-width: 500px;
package/index.mjs CHANGED
@@ -2281,7 +2281,7 @@ K.styles = w`
2281
2281
  font-size: var(--font-size-100);
2282
2282
  font-weight: var(--font-weight-400);
2283
2283
  text-align: center;
2284
- padding: 5px 6%;
2284
+ padding: 8px;
2285
2285
  border-radius: 6px;
2286
2286
  min-width: 120px;
2287
2287
  max-width: 500px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.4.40",
3
+ "version": "0.4.41",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",