@sunggang/ui-lib 0.4.22 → 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
@@ -1258,6 +1258,71 @@ video {
1258
1258
  [hidden]:where(:not([hidden="until-found"])) {
1259
1259
  display: none;
1260
1260
  }
1261
+ :root {
1262
+ --background: 0 0% 100%;
1263
+ --foreground: 222.2 47.4% 11.2%;
1264
+
1265
+ --muted: 210 40% 96.1%;
1266
+ --muted-foreground: 215.4 16.3% 46.9%;
1267
+
1268
+ --popover: 0 0% 100%;
1269
+ --popover-foreground: 222.2 47.4% 11.2%;
1270
+
1271
+ --border: 214.3 31.8% 91.4%;
1272
+ --input: 214.3 31.8% 91.4%;
1273
+
1274
+ --card: 0 0% 100%;
1275
+ --card-foreground: 222.2 47.4% 11.2%;
1276
+
1277
+ --primary: 222.2 47.4% 11.2%;
1278
+ --primary-foreground: 210 40% 98%;
1279
+
1280
+ --secondary: 210 40% 96.1%;
1281
+ --secondary-foreground: 222.2 47.4% 11.2%;
1282
+
1283
+ --accent: 210 40% 96.1%;
1284
+ --accent-foreground: 222.2 47.4% 11.2%;
1285
+
1286
+ --destructive: 0 100% 50%;
1287
+ --destructive-foreground: 210 40% 98%;
1288
+
1289
+ --ring: 215 20.2% 65.1%;
1290
+
1291
+ --radius: 0.5rem;
1292
+ }
1293
+
1294
+ .dark {
1295
+ --background: 224 71% 4%;
1296
+ --foreground: 213 31% 91%;
1297
+
1298
+ --muted: 223 47% 11%;
1299
+ --muted-foreground: 215.4 16.3% 56.9%;
1300
+
1301
+ --accent: 216 34% 17%;
1302
+ --accent-foreground: 210 40% 98%;
1303
+
1304
+ --popover: 224 71% 4%;
1305
+ --popover-foreground: 215 20.2% 65.1%;
1306
+
1307
+ --border: 216 34% 17%;
1308
+ --input: 216 34% 17%;
1309
+
1310
+ --card: 224 71% 4%;
1311
+ --card-foreground: 213 31% 91%;
1312
+
1313
+ --primary: 210 40% 98%;
1314
+ --primary-foreground: 222.2 47.4% 1.2%;
1315
+
1316
+ --secondary: 222.2 47.4% 11.2%;
1317
+ --secondary-foreground: 210 40% 98%;
1318
+
1319
+ --destructive: 0 63% 31%;
1320
+ --destructive-foreground: 210 40% 98%;
1321
+
1322
+ --ring: 216 34% 17%;
1323
+
1324
+ --radius: 0.5rem;
1325
+ }
1261
1326
  .\!container {
1262
1327
  width: 100% !important;
1263
1328
  }
@@ -2374,10 +2439,6 @@ video {
2374
2439
  --tw-bg-opacity: 1;
2375
2440
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
2376
2441
  }
2377
- .bg-zinc-300 {
2378
- --tw-bg-opacity: 1;
2379
- background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
2380
- }
2381
2442
  .bg-opacity-10 {
2382
2443
  --tw-bg-opacity: 0.1;
2383
2444
  }
@@ -3287,10 +3348,6 @@ video {
3287
3348
  --tw-bg-opacity: 1;
3288
3349
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
3289
3350
  }
3290
- .hover\:bg-zinc-100:hover {
3291
- --tw-bg-opacity: 1;
3292
- background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
3293
- }
3294
3351
  .hover\:text-\[\#fff\]:hover {
3295
3352
  --tw-text-opacity: 1;
3296
3353
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
package/index.esm.css CHANGED
@@ -1258,6 +1258,71 @@ video {
1258
1258
  [hidden]:where(:not([hidden="until-found"])) {
1259
1259
  display: none;
1260
1260
  }
1261
+ :root {
1262
+ --background: 0 0% 100%;
1263
+ --foreground: 222.2 47.4% 11.2%;
1264
+
1265
+ --muted: 210 40% 96.1%;
1266
+ --muted-foreground: 215.4 16.3% 46.9%;
1267
+
1268
+ --popover: 0 0% 100%;
1269
+ --popover-foreground: 222.2 47.4% 11.2%;
1270
+
1271
+ --border: 214.3 31.8% 91.4%;
1272
+ --input: 214.3 31.8% 91.4%;
1273
+
1274
+ --card: 0 0% 100%;
1275
+ --card-foreground: 222.2 47.4% 11.2%;
1276
+
1277
+ --primary: 222.2 47.4% 11.2%;
1278
+ --primary-foreground: 210 40% 98%;
1279
+
1280
+ --secondary: 210 40% 96.1%;
1281
+ --secondary-foreground: 222.2 47.4% 11.2%;
1282
+
1283
+ --accent: 210 40% 96.1%;
1284
+ --accent-foreground: 222.2 47.4% 11.2%;
1285
+
1286
+ --destructive: 0 100% 50%;
1287
+ --destructive-foreground: 210 40% 98%;
1288
+
1289
+ --ring: 215 20.2% 65.1%;
1290
+
1291
+ --radius: 0.5rem;
1292
+ }
1293
+
1294
+ .dark {
1295
+ --background: 224 71% 4%;
1296
+ --foreground: 213 31% 91%;
1297
+
1298
+ --muted: 223 47% 11%;
1299
+ --muted-foreground: 215.4 16.3% 56.9%;
1300
+
1301
+ --accent: 216 34% 17%;
1302
+ --accent-foreground: 210 40% 98%;
1303
+
1304
+ --popover: 224 71% 4%;
1305
+ --popover-foreground: 215 20.2% 65.1%;
1306
+
1307
+ --border: 216 34% 17%;
1308
+ --input: 216 34% 17%;
1309
+
1310
+ --card: 224 71% 4%;
1311
+ --card-foreground: 213 31% 91%;
1312
+
1313
+ --primary: 210 40% 98%;
1314
+ --primary-foreground: 222.2 47.4% 1.2%;
1315
+
1316
+ --secondary: 222.2 47.4% 11.2%;
1317
+ --secondary-foreground: 210 40% 98%;
1318
+
1319
+ --destructive: 0 63% 31%;
1320
+ --destructive-foreground: 210 40% 98%;
1321
+
1322
+ --ring: 216 34% 17%;
1323
+
1324
+ --radius: 0.5rem;
1325
+ }
1261
1326
  .\!container {
1262
1327
  width: 100% !important;
1263
1328
  }
@@ -2374,10 +2439,6 @@ video {
2374
2439
  --tw-bg-opacity: 1;
2375
2440
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
2376
2441
  }
2377
- .bg-zinc-300 {
2378
- --tw-bg-opacity: 1;
2379
- background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
2380
- }
2381
2442
  .bg-opacity-10 {
2382
2443
  --tw-bg-opacity: 0.1;
2383
2444
  }
@@ -3287,10 +3348,6 @@ video {
3287
3348
  --tw-bg-opacity: 1;
3288
3349
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
3289
3350
  }
3290
- .hover\:bg-zinc-100:hover {
3291
- --tw-bg-opacity: 1;
3292
- background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
3293
- }
3294
3351
  .hover\:text-\[\#fff\]:hover {
3295
3352
  --tw-text-opacity: 1;
3296
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.22",
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",
@@ -10,7 +10,10 @@
10
10
  "import": "./index.cjs.mjs",
11
11
  "default": "./index.cjs.js"
12
12
  },
13
- "./style.css": "./index.esm.css",
13
+ "./style.css": "./dist/index.esm.css",
14
+ "./styles": "./dist/index.esm.css",
15
+ "./index.esm.css": "./dist/index.esm.css",
16
+ "./dist/index.esm.css": "./dist/index.esm.css",
14
17
  "./FormProvider": {
15
18
  "module": "./FormProvider.esm.js",
16
19
  "import": "./FormProvider.cjs.mjs",