@sunggang/ui-lib 0.4.23 → 0.4.24

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/index.cjs.css CHANGED
@@ -2439,10 +2439,6 @@ video {
2439
2439
  --tw-bg-opacity: 1;
2440
2440
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
2441
2441
  }
2442
- .bg-zinc-300 {
2443
- --tw-bg-opacity: 1;
2444
- background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
2445
- }
2446
2442
  .bg-opacity-10 {
2447
2443
  --tw-bg-opacity: 0.1;
2448
2444
  }
@@ -3352,10 +3348,6 @@ video {
3352
3348
  --tw-bg-opacity: 1;
3353
3349
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
3354
3350
  }
3355
- .hover\:bg-zinc-100:hover {
3356
- --tw-bg-opacity: 1;
3357
- background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
3358
- }
3359
3351
  .hover\:text-\[\#fff\]:hover {
3360
3352
  --tw-text-opacity: 1;
3361
3353
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
package/index.esm.css CHANGED
@@ -2439,10 +2439,6 @@ video {
2439
2439
  --tw-bg-opacity: 1;
2440
2440
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
2441
2441
  }
2442
- .bg-zinc-300 {
2443
- --tw-bg-opacity: 1;
2444
- background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
2445
- }
2446
2442
  .bg-opacity-10 {
2447
2443
  --tw-bg-opacity: 0.1;
2448
2444
  }
@@ -3352,10 +3348,6 @@ video {
3352
3348
  --tw-bg-opacity: 1;
3353
3349
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
3354
3350
  }
3355
- .hover\:bg-zinc-100:hover {
3356
- --tw-bg-opacity: 1;
3357
- background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
3358
- }
3359
3351
  .hover\:text-\[\#fff\]:hover {
3360
3352
  --tw-text-opacity: 1;
3361
3353
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunggang/ui-lib",
3
- "version": "0.4.23",
3
+ "version": "0.4.24",
4
4
  "main": "./index.cjs.js",
5
5
  "module": "./index.esm.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -12,6 +12,8 @@
12
12
  },
13
13
  "./style.css": "./dist/index.esm.css",
14
14
  "./styles": "./dist/index.esm.css",
15
+ "./index.esm.css": "./dist/index.esm.css",
16
+ "./dist/index.esm.css": "./dist/index.esm.css",
15
17
  "./FormProvider": {
16
18
  "module": "./FormProvider.esm.js",
17
19
  "import": "./FormProvider.cjs.mjs",