@rogieking/figui3 1.0.40 → 1.0.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 (2) hide show
  1. package/fig.css +0 -5
  2. package/package.json +1 -1
package/fig.css CHANGED
@@ -956,11 +956,6 @@ fig-chit {
956
956
  border-radius: var(--radius-medium);
957
957
  }
958
958
  }
959
- &[disabled="true"] {
960
- input {
961
- pointer-events: none;
962
- }
963
- }
964
959
 
965
960
  &[type="gradient"],
966
961
  &[type="image"] {
package/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.0.40"
3
+ "version": "1.0.41"
4
4
  }