@yimingliao/cms 0.0.101 → 0.0.102

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.
@@ -797,8 +797,7 @@ function Checkbox({
797
797
  isChecked && "translate-x-6",
798
798
  isLoading && "opacity-0",
799
799
  !isDisabled && "group-hover:scale-95 group-active:scale-90",
800
- "will-change-transform",
801
- "transition-transform duration-200 ease-out"
800
+ "transition"
802
801
  )
803
802
  }
804
803
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yimingliao/cms",
3
- "version": "0.0.101",
3
+ "version": "0.0.102",
4
4
  "author": "Yiming Liao",
5
5
  "license": "MIT",
6
6
  "type": "module",