@florid-kit/components 0.9.7 → 0.9.8

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 +0 -1
  2. package/index.mjs +0 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -2463,7 +2463,6 @@
2463
2463
  color: var(--color-content-body);
2464
2464
  padding: 0 12px;
2465
2465
  width: max-content;
2466
- text-align: center;
2467
2466
  line-height: 20px;
2468
2467
  max-width: 65vw;
2469
2468
  }
package/index.mjs CHANGED
@@ -4504,7 +4504,6 @@ $.styles = f`
4504
4504
  color: var(--color-content-body);
4505
4505
  padding: 0 12px;
4506
4506
  width: max-content;
4507
- text-align: center;
4508
4507
  line-height: 20px;
4509
4508
  max-width: 65vw;
4510
4509
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.9.7",
3
+ "version": "0.9.8",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",