@antify/ui 2.5.0 → 2.5.1

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.
@@ -234,12 +234,14 @@ input[type="checkbox"]::before {
234
234
  width: 100%;
235
235
  height: 100%;
236
236
  transform: scale(0);
237
- transition: 120ms transform;
237
+ transition: 120ms all;
238
238
  background: currentColor;
239
239
  border-radius: inherit;
240
+ opacity: 0;
240
241
  }
241
242
 
242
243
  input[type="checkbox"]:checked::before {
243
244
  transform: scale(1);
245
+ opacity: 1;
244
246
  }
245
247
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antify/ui",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {