jky-component-lib 0.0.61 → 0.0.65

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.
Files changed (49) hide show
  1. package/dist/es/components.d.ts +1 -0
  2. package/dist/es/components.js +4 -1
  3. package/dist/es/form/Form.vue.d.ts +11 -7
  4. package/dist/es/form/Form.vue.js +144 -40
  5. package/dist/es/form/FormItem.vue.js +76 -14
  6. package/dist/es/form/SelectTable.vue.d.ts +38 -0
  7. package/dist/es/form/SelectTable.vue.js +217 -0
  8. package/dist/es/form/SelectTable.vue3.js +5 -0
  9. package/dist/es/form/style.css +56 -0
  10. package/dist/es/index.js +2 -0
  11. package/dist/es/package.json.js +1 -1
  12. package/dist/es/page-layout/PageLayout.vue.d.ts +36 -0
  13. package/dist/es/page-layout/PageLayout.vue.js +152 -0
  14. package/dist/es/page-layout/PageLayout.vue3.js +5 -0
  15. package/dist/es/page-layout/index.d.ts +4 -0
  16. package/dist/es/page-layout/index.js +8 -0
  17. package/dist/es/page-layout/style.css +10 -0
  18. package/dist/es/page-table/PageTable.vue.d.ts +61 -293
  19. package/dist/es/page-table/PageTable.vue.js +216 -116
  20. package/dist/es/page-table/Toolbar.vue.d.ts +1 -0
  21. package/dist/es/page-table/Toolbar.vue.js +40 -10
  22. package/dist/es/page-table/style.css +7 -1
  23. package/dist/es/style.css +350 -82
  24. package/dist/es/styles.css +1 -1
  25. package/dist/lib/components.d.ts +1 -0
  26. package/dist/lib/components.js +12 -9
  27. package/dist/lib/form/Form.vue.d.ts +11 -7
  28. package/dist/lib/form/Form.vue.js +142 -38
  29. package/dist/lib/form/FormItem.vue.js +75 -13
  30. package/dist/lib/form/SelectTable.vue.d.ts +38 -0
  31. package/dist/lib/form/SelectTable.vue.js +217 -0
  32. package/dist/lib/form/SelectTable.vue3.js +5 -0
  33. package/dist/lib/form/style.css +56 -0
  34. package/dist/lib/index.js +8 -6
  35. package/dist/lib/package.json.js +1 -1
  36. package/dist/lib/page-layout/PageLayout.vue.d.ts +36 -0
  37. package/dist/lib/page-layout/PageLayout.vue.js +152 -0
  38. package/dist/lib/page-layout/PageLayout.vue3.js +5 -0
  39. package/dist/lib/page-layout/index.d.ts +4 -0
  40. package/dist/lib/page-layout/index.js +8 -0
  41. package/dist/lib/page-layout/style.css +10 -0
  42. package/dist/lib/page-table/PageTable.vue.d.ts +61 -293
  43. package/dist/lib/page-table/PageTable.vue.js +214 -114
  44. package/dist/lib/page-table/Toolbar.vue.d.ts +1 -0
  45. package/dist/lib/page-table/Toolbar.vue.js +38 -8
  46. package/dist/lib/page-table/style.css +7 -1
  47. package/dist/lib/style.css +350 -82
  48. package/dist/lib/styles.css +1 -1
  49. package/package.json +1 -1
@@ -11,22 +11,18 @@
11
11
  --tw-skew-x: initial;
12
12
  --tw-skew-y: initial;
13
13
  --tw-space-y-reverse: 0;
14
+ --tw-space-x-reverse: 0;
14
15
  --tw-border-style: solid;
16
+ --tw-gradient-position: initial;
17
+ --tw-gradient-from: #0000;
18
+ --tw-gradient-via: #0000;
19
+ --tw-gradient-to: #0000;
20
+ --tw-gradient-stops: initial;
21
+ --tw-gradient-via-stops: initial;
22
+ --tw-gradient-from-position: 0%;
23
+ --tw-gradient-via-position: 50%;
24
+ --tw-gradient-to-position: 100%;
15
25
  --tw-font-weight: initial;
16
- --tw-outline-style: solid;
17
- --tw-blur: initial;
18
- --tw-brightness: initial;
19
- --tw-contrast: initial;
20
- --tw-grayscale: initial;
21
- --tw-hue-rotate: initial;
22
- --tw-invert: initial;
23
- --tw-opacity: initial;
24
- --tw-saturate: initial;
25
- --tw-sepia: initial;
26
- --tw-drop-shadow: initial;
27
- --tw-drop-shadow-color: initial;
28
- --tw-drop-shadow-alpha: 100%;
29
- --tw-drop-shadow-size: initial;
30
26
  --tw-shadow: 0 0 #0000;
31
27
  --tw-shadow-color: initial;
32
28
  --tw-shadow-alpha: 100%;
@@ -41,6 +37,20 @@
41
37
  --tw-ring-offset-width: 0px;
42
38
  --tw-ring-offset-color: #fff;
43
39
  --tw-ring-offset-shadow: 0 0 #0000;
40
+ --tw-outline-style: solid;
41
+ --tw-blur: initial;
42
+ --tw-brightness: initial;
43
+ --tw-contrast: initial;
44
+ --tw-grayscale: initial;
45
+ --tw-hue-rotate: initial;
46
+ --tw-invert: initial;
47
+ --tw-opacity: initial;
48
+ --tw-saturate: initial;
49
+ --tw-sepia: initial;
50
+ --tw-drop-shadow: initial;
51
+ --tw-drop-shadow-color: initial;
52
+ --tw-drop-shadow-alpha: 100%;
53
+ --tw-drop-shadow-size: initial;
44
54
  }
45
55
  }
46
56
  }
@@ -52,6 +62,8 @@
52
62
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
53
63
  "Courier New", monospace;
54
64
  --color-red-500: oklch(63.7% .237 25.331);
65
+ --color-orange-600: oklch(64.6% .222 41.116);
66
+ --color-amber-100: oklch(96.2% .059 95.617);
55
67
  --color-yellow-50: oklch(98.7% .026 102.212);
56
68
  --color-yellow-600: oklch(68.1% .162 75.834);
57
69
  --color-yellow-800: oklch(47.6% .114 61.907);
@@ -62,6 +74,7 @@
62
74
  --color-blue-50: oklch(97% .014 254.604);
63
75
  --color-blue-500: oklch(62.3% .214 259.815);
64
76
  --color-blue-600: oklch(54.6% .245 262.881);
77
+ --color-blue-700: oklch(48.8% .243 264.376);
65
78
  --color-blue-800: oklch(42.4% .199 265.638);
66
79
  --color-indigo-50: oklch(96.2% .018 272.314);
67
80
  --color-indigo-600: oklch(51.1% .262 276.966);
@@ -75,6 +88,7 @@
75
88
  --color-gray-400: oklch(70.7% .022 261.325);
76
89
  --color-gray-500: oklch(55.1% .027 264.364);
77
90
  --color-gray-600: oklch(44.6% .03 256.802);
91
+ --color-gray-700: oklch(37.3% .034 259.733);
78
92
  --color-white: #fff;
79
93
  --spacing: .25rem;
80
94
  --text-xs: .75rem;
@@ -399,24 +413,28 @@
399
413
  right: calc(var(--spacing) * 3);
400
414
  }
401
415
 
402
- .left-0 {
403
- left: calc(var(--spacing) * 0);
416
+ .bottom-0 {
417
+ bottom: calc(var(--spacing) * 0);
404
418
  }
405
419
 
406
- .z-999 {
407
- z-index: 999;
420
+ .bottom-1 {
421
+ bottom: calc(var(--spacing) * 1);
408
422
  }
409
423
 
410
- .col-span-4 {
411
- grid-column: span 4 / span 4;
424
+ .left-0 {
425
+ left: calc(var(--spacing) * 0);
412
426
  }
413
427
 
414
- .col-span-6 {
415
- grid-column: span 6 / span 6;
428
+ .z-30 {
429
+ z-index: 30;
416
430
  }
417
431
 
418
- .col-span-8 {
419
- grid-column: span 8 / span 8;
432
+ .z-999 {
433
+ z-index: 999;
434
+ }
435
+
436
+ .col-span-2 {
437
+ grid-column: span 2 / span 2;
420
438
  }
421
439
 
422
440
  .col-span-12 {
@@ -427,6 +445,14 @@
427
445
  grid-column: span 24 / span 24;
428
446
  }
429
447
 
448
+ .col-span-\[n\] {
449
+ grid-column: span n / span n;
450
+ }
451
+
452
+ .col-span-full {
453
+ grid-column: 1 / -1;
454
+ }
455
+
430
456
  .container {
431
457
  width: 100%;
432
458
  }
@@ -473,8 +499,8 @@
473
499
  margin-top: calc(var(--spacing) * 4);
474
500
  }
475
501
 
476
- .mt-6 {
477
- margin-top: calc(var(--spacing) * 6);
502
+ .mt-8 {
503
+ margin-top: calc(var(--spacing) * 8);
478
504
  }
479
505
 
480
506
  .mr-2 {
@@ -493,6 +519,10 @@
493
519
  margin-bottom: calc(var(--spacing) * 4);
494
520
  }
495
521
 
522
+ .mb-8 {
523
+ margin-bottom: calc(var(--spacing) * 8);
524
+ }
525
+
496
526
  .ml-0\! {
497
527
  margin-left: calc(var(--spacing) * 0) !important;
498
528
  }
@@ -973,6 +1003,54 @@
973
1003
  mask-repeat: no-repeat;
974
1004
  }
975
1005
 
1006
+ .icon-\[mdi--fullscreen-exit\] {
1007
+ width: 1em;
1008
+ height: 1em;
1009
+ -webkit-mask-image: var(--svg);
1010
+ -webkit-mask-image: var(--svg);
1011
+ -webkit-mask-image: var(--svg);
1012
+ mask-image: var(--svg);
1013
+ --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M14 14h5v2h-3v3h-2zm-9 0h5v5H8v-3H5zm3-9h2v5H5V8h3zm11 3v2h-5V5h2v3z'/%3E%3C/svg%3E");
1014
+ background-color: currentColor;
1015
+ display: inline-block;
1016
+ -webkit-mask-size: 100% 100%;
1017
+ mask-size: 100% 100%;
1018
+ -webkit-mask-repeat: no-repeat;
1019
+ mask-repeat: no-repeat;
1020
+ }
1021
+
1022
+ .icon-\[mdi--fullscreen\] {
1023
+ width: 1em;
1024
+ height: 1em;
1025
+ -webkit-mask-image: var(--svg);
1026
+ -webkit-mask-image: var(--svg);
1027
+ -webkit-mask-image: var(--svg);
1028
+ mask-image: var(--svg);
1029
+ --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 5h5v2H7v3H5zm9 0h5v5h-2V7h-3zm3 9h2v5h-5v-2h3zm-7 3v2H5v-5h2v3z'/%3E%3C/svg%3E");
1030
+ background-color: currentColor;
1031
+ display: inline-block;
1032
+ -webkit-mask-size: 100% 100%;
1033
+ mask-size: 100% 100%;
1034
+ -webkit-mask-repeat: no-repeat;
1035
+ mask-repeat: no-repeat;
1036
+ }
1037
+
1038
+ .icon-\[mdi--refresh\] {
1039
+ width: 1em;
1040
+ height: 1em;
1041
+ -webkit-mask-image: var(--svg);
1042
+ -webkit-mask-image: var(--svg);
1043
+ -webkit-mask-image: var(--svg);
1044
+ mask-image: var(--svg);
1045
+ --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17.65 6.35A7.96 7.96 0 0 0 12 4a8 8 0 0 0-8 8a8 8 0 0 0 8 8c3.73 0 6.84-2.55 7.73-6h-2.08A5.99 5.99 0 0 1 12 18a6 6 0 0 1-6-6a6 6 0 0 1 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4z'/%3E%3C/svg%3E");
1046
+ background-color: currentColor;
1047
+ display: inline-block;
1048
+ -webkit-mask-size: 100% 100%;
1049
+ mask-size: 100% 100%;
1050
+ -webkit-mask-repeat: no-repeat;
1051
+ mask-repeat: no-repeat;
1052
+ }
1053
+
976
1054
  .icon-\[ri--logout-circle-line\] {
977
1055
  width: 1em;
978
1056
  height: 1em;
@@ -1009,6 +1087,14 @@
1009
1087
  display: inline;
1010
1088
  }
1011
1089
 
1090
+ .inline-block {
1091
+ display: inline-block;
1092
+ }
1093
+
1094
+ .inline-flex {
1095
+ display: inline-flex;
1096
+ }
1097
+
1012
1098
  .table {
1013
1099
  display: table;
1014
1100
  }
@@ -1029,6 +1115,14 @@
1029
1115
  height: calc(var(--spacing) * 20);
1030
1116
  }
1031
1117
 
1118
+ .h-150 {
1119
+ height: calc(var(--spacing) * 150);
1120
+ }
1121
+
1122
+ .h-150\! {
1123
+ height: calc(var(--spacing) * 150) !important;
1124
+ }
1125
+
1032
1126
  .h-fit\! {
1033
1127
  height: fit-content !important;
1034
1128
  }
@@ -1037,6 +1131,10 @@
1037
1131
  height: 100%;
1038
1132
  }
1039
1133
 
1134
+ .min-h-0 {
1135
+ min-height: calc(var(--spacing) * 0);
1136
+ }
1137
+
1040
1138
  .w-4 {
1041
1139
  width: calc(var(--spacing) * 4);
1042
1140
  }
@@ -1073,10 +1171,22 @@
1073
1171
  width: 100% !important;
1074
1172
  }
1075
1173
 
1174
+ .min-w-0 {
1175
+ min-width: calc(var(--spacing) * 0);
1176
+ }
1177
+
1178
+ .min-w-25 {
1179
+ min-width: calc(var(--spacing) * 25);
1180
+ }
1181
+
1076
1182
  .flex-1 {
1077
1183
  flex: 1;
1078
1184
  }
1079
1185
 
1186
+ .shrink-0 {
1187
+ flex-shrink: 0;
1188
+ }
1189
+
1080
1190
  .-translate-y-1\/2 {
1081
1191
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
1082
1192
  translate: var(--tw-translate-x) var(--tw-translate-y);
@@ -1102,6 +1212,10 @@
1102
1212
  grid-template-columns: repeat(3, minmax(0, 1fr));
1103
1213
  }
1104
1214
 
1215
+ .grid-cols-4 {
1216
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1217
+ }
1218
+
1105
1219
  .flex-col {
1106
1220
  flex-direction: column;
1107
1221
  }
@@ -1122,6 +1236,10 @@
1122
1236
  justify-content: space-between;
1123
1237
  }
1124
1238
 
1239
+ .justify-center {
1240
+ justify-content: center;
1241
+ }
1242
+
1125
1243
  .justify-end {
1126
1244
  justify-content: flex-end;
1127
1245
  }
@@ -1146,10 +1264,24 @@
1146
1264
  margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
1147
1265
  }
1148
1266
 
1267
+ :where(.space-x-2 > :not(:last-child)) {
1268
+ --tw-space-x-reverse: 0;
1269
+ margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
1270
+ margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
1271
+ }
1272
+
1273
+ .gap-y-4 {
1274
+ row-gap: calc(var(--spacing) * 4);
1275
+ }
1276
+
1149
1277
  .self-center {
1150
1278
  align-self: center;
1151
1279
  }
1152
1280
 
1281
+ .overflow-hidden {
1282
+ overflow: hidden;
1283
+ }
1284
+
1153
1285
  .rounded {
1154
1286
  border-radius: .25rem;
1155
1287
  }
@@ -1171,6 +1303,16 @@
1171
1303
  border-width: 1px;
1172
1304
  }
1173
1305
 
1306
+ .border-2 {
1307
+ border-style: var(--tw-border-style);
1308
+ border-width: 2px;
1309
+ }
1310
+
1311
+ .border-r-0 {
1312
+ border-right-style: var(--tw-border-style);
1313
+ border-right-width: 0;
1314
+ }
1315
+
1174
1316
  .border-l-4 {
1175
1317
  border-left-style: var(--tw-border-style);
1176
1318
  border-left-width: 4px;
@@ -1243,10 +1385,18 @@
1243
1385
  background-color: var(--my-var);
1244
1386
  }
1245
1387
 
1388
+ .bg-amber-100 {
1389
+ background-color: var(--color-amber-100);
1390
+ }
1391
+
1246
1392
  .bg-blue-50 {
1247
1393
  background-color: var(--color-blue-50);
1248
1394
  }
1249
1395
 
1396
+ .bg-blue-500 {
1397
+ background-color: var(--color-blue-500);
1398
+ }
1399
+
1250
1400
  .bg-gray-100 {
1251
1401
  background-color: var(--color-gray-100);
1252
1402
  }
@@ -1255,6 +1405,10 @@
1255
1405
  background-color: var(--color-gray-100) !important;
1256
1406
  }
1257
1407
 
1408
+ .bg-gray-300 {
1409
+ background-color: var(--color-gray-300);
1410
+ }
1411
+
1258
1412
  .bg-green-50 {
1259
1413
  background-color: var(--color-green-50);
1260
1414
  }
@@ -1291,6 +1445,34 @@
1291
1445
  background-color: var(--color-yellow-50);
1292
1446
  }
1293
1447
 
1448
+ .bg-linear-to-r {
1449
+ --tw-gradient-position: to right;
1450
+ }
1451
+
1452
+ @supports (background-image: linear-gradient(in lab, red, red)) {
1453
+ .bg-linear-to-r {
1454
+ --tw-gradient-position: to right in oklab;
1455
+ }
1456
+ }
1457
+
1458
+ .bg-linear-to-r {
1459
+ background-image: linear-gradient(var(--tw-gradient-stops));
1460
+ }
1461
+
1462
+ .from-blue-50 {
1463
+ --tw-gradient-from: var(--color-blue-50);
1464
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1465
+ }
1466
+
1467
+ .to-purple-50 {
1468
+ --tw-gradient-to: var(--color-purple-50);
1469
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1470
+ }
1471
+
1472
+ .p-0 {
1473
+ padding: calc(var(--spacing) * 0);
1474
+ }
1475
+
1294
1476
  .p-2 {
1295
1477
  padding: calc(var(--spacing) * 2);
1296
1478
  }
@@ -1299,14 +1481,26 @@
1299
1481
  padding: calc(var(--spacing) * 4);
1300
1482
  }
1301
1483
 
1484
+ .p-6 {
1485
+ padding: calc(var(--spacing) * 6);
1486
+ }
1487
+
1302
1488
  .px-2 {
1303
1489
  padding-inline: calc(var(--spacing) * 2);
1304
1490
  }
1305
1491
 
1492
+ .px-3 {
1493
+ padding-inline: calc(var(--spacing) * 3);
1494
+ }
1495
+
1306
1496
  .px-4 {
1307
1497
  padding-inline: calc(var(--spacing) * 4);
1308
1498
  }
1309
1499
 
1500
+ .py-1 {
1501
+ padding-block: calc(var(--spacing) * 1);
1502
+ }
1503
+
1310
1504
  .py-1\.5 {
1311
1505
  padding-block: calc(var(--spacing) * 1.5);
1312
1506
  }
@@ -1323,6 +1517,10 @@
1323
1517
  padding-bottom: calc(var(--spacing) * 0);
1324
1518
  }
1325
1519
 
1520
+ .pb-0\! {
1521
+ padding-bottom: calc(var(--spacing) * 0) !important;
1522
+ }
1523
+
1326
1524
  .pl-1\.5 {
1327
1525
  padding-left: calc(var(--spacing) * 1.5);
1328
1526
  }
@@ -1361,6 +1559,10 @@
1361
1559
  line-height: var(--tw-leading, var(--text-xs--line-height));
1362
1560
  }
1363
1561
 
1562
+ .text-\[1em\] {
1563
+ font-size: 1em;
1564
+ }
1565
+
1364
1566
  .font-bold {
1365
1567
  --tw-font-weight: var(--font-weight-bold);
1366
1568
  font-weight: var(--font-weight-bold);
@@ -1404,6 +1606,10 @@
1404
1606
  color: var(--color-blue-600);
1405
1607
  }
1406
1608
 
1609
+ .text-blue-700 {
1610
+ color: var(--color-blue-700);
1611
+ }
1612
+
1407
1613
  .text-blue-800 {
1408
1614
  color: var(--color-blue-800);
1409
1615
  }
@@ -1424,6 +1630,10 @@
1424
1630
  color: var(--color-gray-600) !important;
1425
1631
  }
1426
1632
 
1633
+ .text-gray-700 {
1634
+ color: var(--color-gray-700);
1635
+ }
1636
+
1427
1637
  .text-green-600 {
1428
1638
  color: var(--color-green-600);
1429
1639
  }
@@ -1440,6 +1650,10 @@
1440
1650
  color: var(--color-indigo-800);
1441
1651
  }
1442
1652
 
1653
+ .text-orange-600 {
1654
+ color: var(--color-orange-600);
1655
+ }
1656
+
1443
1657
  .text-purple-600 {
1444
1658
  color: var(--color-purple-600);
1445
1659
  }
@@ -1480,6 +1694,11 @@
1480
1694
  text-decoration-line: underline;
1481
1695
  }
1482
1696
 
1697
+ .shadow {
1698
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
1699
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1700
+ }
1701
+
1483
1702
  .outline {
1484
1703
  outline-style: var(--tw-outline-style);
1485
1704
  outline-width: 1px;
@@ -1501,6 +1720,10 @@
1501
1720
  }
1502
1721
 
1503
1722
  @media (hover: hover) {
1723
+ .hover\:opacity-70:hover {
1724
+ opacity: .7;
1725
+ }
1726
+
1504
1727
  .hover\:opacity-80:hover {
1505
1728
  opacity: .8;
1506
1729
  }
@@ -1520,10 +1743,6 @@
1520
1743
  }
1521
1744
 
1522
1745
  @media (min-width: 48rem) {
1523
- .md\:col-span-6 {
1524
- grid-column: span 6 / span 6;
1525
- }
1526
-
1527
1746
  .md\:col-span-8 {
1528
1747
  grid-column: span 8 / span 8;
1529
1748
  }
@@ -1546,17 +1765,9 @@
1546
1765
  }
1547
1766
 
1548
1767
  @media (min-width: 64rem) {
1549
- .lg\:col-span-4 {
1550
- grid-column: span 4 / span 4;
1551
- }
1552
-
1553
1768
  .lg\:col-span-6 {
1554
1769
  grid-column: span 6 / span 6;
1555
1770
  }
1556
-
1557
- .lg\:col-span-8 {
1558
- grid-column: span 8 / span 8;
1559
- }
1560
1771
  }
1561
1772
  }
1562
1773
 
@@ -1609,85 +1820,70 @@
1609
1820
  initial-value: 0;
1610
1821
  }
1611
1822
 
1612
- @property --tw-border-style {
1823
+ @property --tw-space-x-reverse {
1613
1824
  syntax: "*";
1614
1825
  inherits: false;
1615
- initial-value: solid;
1616
- }
1617
-
1618
- @property --tw-font-weight {
1619
- syntax: "*";
1620
- inherits: false
1826
+ initial-value: 0;
1621
1827
  }
1622
1828
 
1623
- @property --tw-outline-style {
1829
+ @property --tw-border-style {
1624
1830
  syntax: "*";
1625
1831
  inherits: false;
1626
1832
  initial-value: solid;
1627
1833
  }
1628
1834
 
1629
- @property --tw-blur {
1835
+ @property --tw-gradient-position {
1630
1836
  syntax: "*";
1631
1837
  inherits: false
1632
1838
  }
1633
1839
 
1634
- @property --tw-brightness {
1635
- syntax: "*";
1636
- inherits: false
1637
- }
1638
-
1639
- @property --tw-contrast {
1640
- syntax: "*";
1641
- inherits: false
1642
- }
1643
-
1644
- @property --tw-grayscale {
1645
- syntax: "*";
1646
- inherits: false
1647
- }
1648
-
1649
- @property --tw-hue-rotate {
1650
- syntax: "*";
1651
- inherits: false
1840
+ @property --tw-gradient-from {
1841
+ syntax: "<color>";
1842
+ inherits: false;
1843
+ initial-value: #0000;
1652
1844
  }
1653
1845
 
1654
- @property --tw-invert {
1655
- syntax: "*";
1656
- inherits: false
1846
+ @property --tw-gradient-via {
1847
+ syntax: "<color>";
1848
+ inherits: false;
1849
+ initial-value: #0000;
1657
1850
  }
1658
1851
 
1659
- @property --tw-opacity {
1660
- syntax: "*";
1661
- inherits: false
1852
+ @property --tw-gradient-to {
1853
+ syntax: "<color>";
1854
+ inherits: false;
1855
+ initial-value: #0000;
1662
1856
  }
1663
1857
 
1664
- @property --tw-saturate {
1858
+ @property --tw-gradient-stops {
1665
1859
  syntax: "*";
1666
1860
  inherits: false
1667
1861
  }
1668
1862
 
1669
- @property --tw-sepia {
1863
+ @property --tw-gradient-via-stops {
1670
1864
  syntax: "*";
1671
1865
  inherits: false
1672
1866
  }
1673
1867
 
1674
- @property --tw-drop-shadow {
1675
- syntax: "*";
1676
- inherits: false
1868
+ @property --tw-gradient-from-position {
1869
+ syntax: "<length-percentage>";
1870
+ inherits: false;
1871
+ initial-value: 0%;
1677
1872
  }
1678
1873
 
1679
- @property --tw-drop-shadow-color {
1680
- syntax: "*";
1681
- inherits: false
1874
+ @property --tw-gradient-via-position {
1875
+ syntax: "<length-percentage>";
1876
+ inherits: false;
1877
+ initial-value: 50%;
1682
1878
  }
1683
1879
 
1684
- @property --tw-drop-shadow-alpha {
1685
- syntax: "<percentage>";
1880
+ @property --tw-gradient-to-position {
1881
+ syntax: "<length-percentage>";
1686
1882
  inherits: false;
1687
1883
  initial-value: 100%;
1688
1884
  }
1689
1885
 
1690
- @property --tw-drop-shadow-size {
1886
+ @property --tw-font-weight {
1691
1887
  syntax: "*";
1692
1888
  inherits: false
1693
1889
  }
@@ -1770,3 +1966,75 @@
1770
1966
  inherits: false;
1771
1967
  initial-value: 0 0 #0000;
1772
1968
  }
1969
+
1970
+ @property --tw-outline-style {
1971
+ syntax: "*";
1972
+ inherits: false;
1973
+ initial-value: solid;
1974
+ }
1975
+
1976
+ @property --tw-blur {
1977
+ syntax: "*";
1978
+ inherits: false
1979
+ }
1980
+
1981
+ @property --tw-brightness {
1982
+ syntax: "*";
1983
+ inherits: false
1984
+ }
1985
+
1986
+ @property --tw-contrast {
1987
+ syntax: "*";
1988
+ inherits: false
1989
+ }
1990
+
1991
+ @property --tw-grayscale {
1992
+ syntax: "*";
1993
+ inherits: false
1994
+ }
1995
+
1996
+ @property --tw-hue-rotate {
1997
+ syntax: "*";
1998
+ inherits: false
1999
+ }
2000
+
2001
+ @property --tw-invert {
2002
+ syntax: "*";
2003
+ inherits: false
2004
+ }
2005
+
2006
+ @property --tw-opacity {
2007
+ syntax: "*";
2008
+ inherits: false
2009
+ }
2010
+
2011
+ @property --tw-saturate {
2012
+ syntax: "*";
2013
+ inherits: false
2014
+ }
2015
+
2016
+ @property --tw-sepia {
2017
+ syntax: "*";
2018
+ inherits: false
2019
+ }
2020
+
2021
+ @property --tw-drop-shadow {
2022
+ syntax: "*";
2023
+ inherits: false
2024
+ }
2025
+
2026
+ @property --tw-drop-shadow-color {
2027
+ syntax: "*";
2028
+ inherits: false
2029
+ }
2030
+
2031
+ @property --tw-drop-shadow-alpha {
2032
+ syntax: "<percentage>";
2033
+ inherits: false;
2034
+ initial-value: 100%;
2035
+ }
2036
+
2037
+ @property --tw-drop-shadow-size {
2038
+ syntax: "*";
2039
+ inherits: false
2040
+ }