@process.co/ui 0.0.5 → 0.0.6
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/css/ui.css +36 -0
- package/dist/components/fields/index.cjs +4997 -0
- package/dist/components/fields/index.cjs.map +1 -0
- package/dist/components/fields/index.d.cts +2 -0
- package/dist/components/fields/index.d.ts +2 -0
- package/dist/components/fields/index.js +4970 -0
- package/dist/components/fields/index.js.map +1 -0
- package/dist/index-C1wa8N9L.d.cts +280 -0
- package/dist/index-C1wa8N9L.d.ts +280 -0
- package/dist/index.cjs +295 -2221
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -47
- package/dist/index.d.ts +3 -47
- package/dist/index.js +294 -2221
- package/dist/index.js.map +1 -1
- package/package.json +11 -1
package/css/ui.css
CHANGED
|
@@ -1053,6 +1053,9 @@
|
|
|
1053
1053
|
.uii\:mr-1 {
|
|
1054
1054
|
margin-right: calc(var(--uii-spacing) * 1);
|
|
1055
1055
|
}
|
|
1056
|
+
.uii\:mb-2 {
|
|
1057
|
+
margin-bottom: calc(var(--uii-spacing) * 2);
|
|
1058
|
+
}
|
|
1056
1059
|
.uii\:-ml-\[4px\] {
|
|
1057
1060
|
margin-left: calc(4px * -1);
|
|
1058
1061
|
}
|
|
@@ -1068,6 +1071,9 @@
|
|
|
1068
1071
|
.uii\:h-9 {
|
|
1069
1072
|
height: calc(var(--uii-spacing) * 9);
|
|
1070
1073
|
}
|
|
1074
|
+
.uii\:h-full {
|
|
1075
|
+
height: 100%;
|
|
1076
|
+
}
|
|
1071
1077
|
.uii\:max-h-64 {
|
|
1072
1078
|
max-height: calc(var(--uii-spacing) * 64);
|
|
1073
1079
|
}
|
|
@@ -1089,6 +1095,9 @@
|
|
|
1089
1095
|
.uii\:animate-spin {
|
|
1090
1096
|
animation: spin var(--default-animation-duration, 1s) var(--default-animation-timing-function, linear) var(--default-animation-delay, 0s) infinite;
|
|
1091
1097
|
}
|
|
1098
|
+
.uii\:cursor-not-allowed {
|
|
1099
|
+
cursor: not-allowed;
|
|
1100
|
+
}
|
|
1092
1101
|
.uii\:cursor-pointer {
|
|
1093
1102
|
cursor: pointer;
|
|
1094
1103
|
}
|
|
@@ -1174,6 +1183,16 @@
|
|
|
1174
1183
|
border-left-style: var(--tw-border-style);
|
|
1175
1184
|
border-left-width: 10px;
|
|
1176
1185
|
}
|
|
1186
|
+
.uii\:border-none {
|
|
1187
|
+
--tw-border-style: none;
|
|
1188
|
+
border-style: none;
|
|
1189
|
+
}
|
|
1190
|
+
.uii\:border-amber-500\/30 {
|
|
1191
|
+
border-color: color-mix(in oklab, oklch(76.9% 0.188 70.08) 30%, transparent);
|
|
1192
|
+
}
|
|
1193
|
+
.uii\:border-amber-500\/50 {
|
|
1194
|
+
border-color: color-mix(in oklab, oklch(76.9% 0.188 70.08) 50%, transparent);
|
|
1195
|
+
}
|
|
1177
1196
|
.uii\:border-blue-200 {
|
|
1178
1197
|
border-color: oklch(88.2% 0.059 254.128);
|
|
1179
1198
|
}
|
|
@@ -1189,6 +1208,9 @@
|
|
|
1189
1208
|
.uii\:border-red-200 {
|
|
1190
1209
|
border-color: oklch(88.5% 0.062 18.334);
|
|
1191
1210
|
}
|
|
1211
|
+
.uii\:border-red-500 {
|
|
1212
|
+
border-color: oklch(63.7% 0.237 25.331);
|
|
1213
|
+
}
|
|
1192
1214
|
.uii\:border-ring {
|
|
1193
1215
|
border-color: var(--ring);
|
|
1194
1216
|
}
|
|
@@ -1198,6 +1220,9 @@
|
|
|
1198
1220
|
.uii\:border-l-background {
|
|
1199
1221
|
border-left-color: var(--background);
|
|
1200
1222
|
}
|
|
1223
|
+
.uii\:bg-amber-500\/5 {
|
|
1224
|
+
background-color: color-mix(in oklab, oklch(76.9% 0.188 70.08) 5%, transparent);
|
|
1225
|
+
}
|
|
1201
1226
|
.uii\:bg-background {
|
|
1202
1227
|
background-color: var(--background);
|
|
1203
1228
|
}
|
|
@@ -1339,6 +1364,9 @@
|
|
|
1339
1364
|
--tw-tracking: var(--uii-tracking-wide);
|
|
1340
1365
|
letter-spacing: var(--uii-tracking-wide);
|
|
1341
1366
|
}
|
|
1367
|
+
.uii\:text-amber-600 {
|
|
1368
|
+
color: oklch(66.6% 0.179 58.318);
|
|
1369
|
+
}
|
|
1342
1370
|
.uii\:text-blue-600 {
|
|
1343
1371
|
color: oklch(54.6% 0.245 262.881);
|
|
1344
1372
|
}
|
|
@@ -1414,6 +1442,9 @@
|
|
|
1414
1442
|
.uii\:italic {
|
|
1415
1443
|
font-style: italic;
|
|
1416
1444
|
}
|
|
1445
|
+
.uii\:opacity-50 {
|
|
1446
|
+
opacity: 50%;
|
|
1447
|
+
}
|
|
1417
1448
|
.uii\:shadow-xs {
|
|
1418
1449
|
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
|
|
1419
1450
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -1433,6 +1464,11 @@
|
|
|
1433
1464
|
transition-timing-function: var(--tw-ease, var(--uii-default-transition-timing-function));
|
|
1434
1465
|
transition-duration: var(--tw-duration, var(--uii-default-transition-duration));
|
|
1435
1466
|
}
|
|
1467
|
+
.uii\:transition-all {
|
|
1468
|
+
transition-property: all;
|
|
1469
|
+
transition-timing-function: var(--tw-ease, var(--uii-default-transition-timing-function));
|
|
1470
|
+
transition-duration: var(--tw-duration, var(--uii-default-transition-duration));
|
|
1471
|
+
}
|
|
1436
1472
|
.uii\:outline-none {
|
|
1437
1473
|
--tw-outline-style: none;
|
|
1438
1474
|
outline-style: none;
|