@sunggang/ui-lib 0.4.22 → 0.4.23

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
  }
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
  }
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.23",
4
4
  "main": "./index.cjs.js",
5
5
  "module": "./index.esm.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -10,7 +10,8 @@
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",
14
15
  "./FormProvider": {
15
16
  "module": "./FormProvider.esm.js",
16
17
  "import": "./FormProvider.cjs.mjs",