@yimingliao/cms 0.0.100 → 0.0.101

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,7 +797,8 @@ 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
- "transition"
800
+ "will-change-transform",
801
+ "transition-transform duration-200 ease-out"
801
802
  )
802
803
  }
803
804
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yimingliao/cms",
3
- "version": "0.0.100",
3
+ "version": "0.0.101",
4
4
  "author": "Yiming Liao",
5
5
  "license": "MIT",
6
6
  "type": "module",