@florid-kit/components 0.9.28 → 0.9.29

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 -0
  2. package/index.mjs +1 -0
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -3068,6 +3068,7 @@
3068
3068
  @media (max-width: 767px) {
3069
3069
  [part="close"] {
3070
3070
  right: 8px;
3071
+ top: 22px;
3071
3072
  }
3072
3073
  }
3073
3074
 
package/index.mjs CHANGED
@@ -5471,6 +5471,7 @@ re.styles = v`
5471
5471
  @media (max-width: 767px) {
5472
5472
  [part="close"] {
5473
5473
  right: 8px;
5474
+ top: 22px;
5474
5475
  }
5475
5476
  }
5476
5477
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.9.28",
3
+ "version": "0.9.29",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",