@florid-kit/components 0.7.1 → 0.7.2

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
@@ -1409,6 +1409,7 @@
1409
1409
  border-radius: 50%;
1410
1410
  cursor: pointer;
1411
1411
  border: 1px solid var(--color-border-primary);
1412
+ box-sizing: border-box;
1412
1413
  background-color: var(--color-container-action-secondary-default);
1413
1414
  }
1414
1415
  }
package/index.mjs CHANGED
@@ -2669,6 +2669,7 @@ yt.styles = w`
2669
2669
  border-radius: 50%;
2670
2670
  cursor: pointer;
2671
2671
  border: 1px solid var(--color-border-primary);
2672
+ box-sizing: border-box;
2672
2673
  background-color: var(--color-container-action-secondary-default);
2673
2674
  }
2674
2675
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",