@yimingliao/cms 0.0.105 → 0.0.106

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.
@@ -895,7 +895,8 @@ function Checkbox({
895
895
  "shadow",
896
896
  isChecked && "translate-x-6",
897
897
  isLoading && "opacity-0",
898
- !isDisabled && "group-hover:scale-95 group-active:scale-90"
898
+ !isDisabled && "group-hover:scale-95 group-active:scale-90",
899
+ "duration-200"
899
900
  )
900
901
  }
901
902
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yimingliao/cms",
3
- "version": "0.0.105",
3
+ "version": "0.0.106",
4
4
  "author": "Yiming Liao",
5
5
  "license": "MIT",
6
6
  "type": "module",