cekat-ui 1.3.17 → 1.3.18

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.
package/dist/style.css CHANGED
@@ -3584,12 +3584,6 @@ body {
3584
3584
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3585
3585
  }
3586
3586
 
3587
- .shadow-\[0_12px_16px_-4px_rgba\(16\2c 24\2c 40\2c 0\.08\)\2c 0_4px_6px_-2px_rgba\(16\2c 24\2c 40\2c 0\.03\)\] {
3588
- --tw-shadow: 0 12px 16px -4px rgba(16,24,40,0.08),0 4px 6px -2px rgba(16,24,40,0.03);
3589
- --tw-shadow-colored: 0 12px 16px -4px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
3590
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3591
- }
3592
-
3593
3587
  .shadow-\[0_1px_3px_0_rgba\(16\2c 24\2c 40\2c 0\.10\)\2c 0_1px_2px_0_rgba\(16\2c 24\2c 40\2c 0\.06\)\] {
3594
3588
  --tw-shadow: 0 1px 3px 0 rgba(16,24,40,0.10),0 1px 2px 0 rgba(16,24,40,0.06);
3595
3589
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cekat-ui",
3
- "version": "1.3.17",
3
+ "version": "1.3.18",
4
4
  "description": "Cekat UI Component Library",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.mjs",