@florid-kit/components 0.8.19 → 0.8.20

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
@@ -626,6 +626,7 @@
626
626
 
627
627
  .icon-button:disabled {
628
628
  background-color: var(--color-container-disabled);
629
+ cursor: default;
629
630
 
630
631
  svg {
631
632
  fill: var(--color-content-disabled);
package/index.mjs CHANGED
@@ -1476,6 +1476,7 @@ _.styles = g`
1476
1476
 
1477
1477
  .icon-button:disabled {
1478
1478
  background-color: var(--color-container-disabled);
1479
+ cursor: default;
1479
1480
 
1480
1481
  svg {
1481
1482
  fill: var(--color-content-disabled);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.8.19",
3
+ "version": "0.8.20",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",