@digilogiclabs/saas-factory-ui 0.10.0 → 0.11.0
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/dist/index.css +89 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/web/index.css +89 -0
- package/dist/web/index.css.map +1 -1
- package/dist/web/index.js +1 -1
- package/dist/web/index.js.map +1 -1
- package/dist/web/index.mjs +1 -1
- package/dist/web/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -629,6 +629,9 @@ body {
|
|
|
629
629
|
white-space: nowrap;
|
|
630
630
|
border-width: 0;
|
|
631
631
|
}
|
|
632
|
+
.pointer-events-none {
|
|
633
|
+
pointer-events: none;
|
|
634
|
+
}
|
|
632
635
|
.pointer-events-auto {
|
|
633
636
|
pointer-events: auto;
|
|
634
637
|
}
|
|
@@ -662,6 +665,9 @@ body {
|
|
|
662
665
|
.left-2 {
|
|
663
666
|
left: 0.5rem;
|
|
664
667
|
}
|
|
668
|
+
.left-3 {
|
|
669
|
+
left: 0.75rem;
|
|
670
|
+
}
|
|
665
671
|
.left-\[50\%\] {
|
|
666
672
|
left: 50%;
|
|
667
673
|
}
|
|
@@ -746,6 +752,9 @@ body {
|
|
|
746
752
|
.mr-2 {
|
|
747
753
|
margin-right: 0.5rem;
|
|
748
754
|
}
|
|
755
|
+
.mt-1 {
|
|
756
|
+
margin-top: 0.25rem;
|
|
757
|
+
}
|
|
749
758
|
.mt-2 {
|
|
750
759
|
margin-top: 0.5rem;
|
|
751
760
|
}
|
|
@@ -992,6 +1001,19 @@ body {
|
|
|
992
1001
|
.transform {
|
|
993
1002
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
994
1003
|
}
|
|
1004
|
+
@keyframes bounce {
|
|
1005
|
+
0%, 100% {
|
|
1006
|
+
transform: translateY(-25%);
|
|
1007
|
+
animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
|
|
1008
|
+
}
|
|
1009
|
+
50% {
|
|
1010
|
+
transform: none;
|
|
1011
|
+
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
.animate-bounce {
|
|
1015
|
+
animation: bounce 1s infinite;
|
|
1016
|
+
}
|
|
995
1017
|
@keyframes pulse {
|
|
996
1018
|
50% {
|
|
997
1019
|
opacity: .5;
|
|
@@ -1048,6 +1070,9 @@ body {
|
|
|
1048
1070
|
.justify-between {
|
|
1049
1071
|
justify-content: space-between;
|
|
1050
1072
|
}
|
|
1073
|
+
.gap-1 {
|
|
1074
|
+
gap: 0.25rem;
|
|
1075
|
+
}
|
|
1051
1076
|
.gap-2 {
|
|
1052
1077
|
gap: 0.5rem;
|
|
1053
1078
|
}
|
|
@@ -1090,6 +1115,11 @@ body {
|
|
|
1090
1115
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1091
1116
|
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
1092
1117
|
}
|
|
1118
|
+
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
|
|
1119
|
+
--tw-space-y-reverse: 0;
|
|
1120
|
+
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1121
|
+
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
|
|
1122
|
+
}
|
|
1093
1123
|
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
|
1094
1124
|
--tw-space-y-reverse: 0;
|
|
1095
1125
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -1153,6 +1183,9 @@ body {
|
|
|
1153
1183
|
.border-t {
|
|
1154
1184
|
border-top-width: 1px;
|
|
1155
1185
|
}
|
|
1186
|
+
.border-dashed {
|
|
1187
|
+
border-style: dashed;
|
|
1188
|
+
}
|
|
1156
1189
|
.border-none {
|
|
1157
1190
|
border-style: none;
|
|
1158
1191
|
}
|
|
@@ -1174,6 +1207,10 @@ body {
|
|
|
1174
1207
|
.border-destructive\/50 {
|
|
1175
1208
|
border-color: hsl(var(--destructive) / 0.5);
|
|
1176
1209
|
}
|
|
1210
|
+
.border-green-500 {
|
|
1211
|
+
--tw-border-opacity: 1;
|
|
1212
|
+
border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
|
|
1213
|
+
}
|
|
1177
1214
|
.border-green-500\/20 {
|
|
1178
1215
|
border-color: rgb(34 197 94 / 0.2);
|
|
1179
1216
|
}
|
|
@@ -1192,6 +1229,12 @@ body {
|
|
|
1192
1229
|
.border-primary\/20 {
|
|
1193
1230
|
border-color: hsl(var(--primary) / 0.2);
|
|
1194
1231
|
}
|
|
1232
|
+
.border-primary\/30 {
|
|
1233
|
+
border-color: hsl(var(--primary) / 0.3);
|
|
1234
|
+
}
|
|
1235
|
+
.border-primary\/50 {
|
|
1236
|
+
border-color: hsl(var(--primary) / 0.5);
|
|
1237
|
+
}
|
|
1195
1238
|
.border-red-500\/20 {
|
|
1196
1239
|
border-color: rgb(239 68 68 / 0.2);
|
|
1197
1240
|
}
|
|
@@ -1223,6 +1266,9 @@ body {
|
|
|
1223
1266
|
.bg-black\/50 {
|
|
1224
1267
|
background-color: rgb(0 0 0 / 0.5);
|
|
1225
1268
|
}
|
|
1269
|
+
.bg-black\/60 {
|
|
1270
|
+
background-color: rgb(0 0 0 / 0.6);
|
|
1271
|
+
}
|
|
1226
1272
|
.bg-black\/80 {
|
|
1227
1273
|
background-color: rgb(0 0 0 / 0.8);
|
|
1228
1274
|
}
|
|
@@ -1248,6 +1294,9 @@ body {
|
|
|
1248
1294
|
.bg-destructive\/10 {
|
|
1249
1295
|
background-color: hsl(var(--destructive) / 0.1);
|
|
1250
1296
|
}
|
|
1297
|
+
.bg-destructive\/5 {
|
|
1298
|
+
background-color: hsl(var(--destructive) / 0.05);
|
|
1299
|
+
}
|
|
1251
1300
|
.bg-foreground {
|
|
1252
1301
|
background-color: hsl(var(--foreground));
|
|
1253
1302
|
}
|
|
@@ -1255,6 +1304,10 @@ body {
|
|
|
1255
1304
|
--tw-bg-opacity: 1;
|
|
1256
1305
|
background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
|
|
1257
1306
|
}
|
|
1307
|
+
.bg-green-50 {
|
|
1308
|
+
--tw-bg-opacity: 1;
|
|
1309
|
+
background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
|
|
1310
|
+
}
|
|
1258
1311
|
.bg-green-500 {
|
|
1259
1312
|
--tw-bg-opacity: 1;
|
|
1260
1313
|
background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
|
|
@@ -1265,6 +1318,9 @@ body {
|
|
|
1265
1318
|
.bg-muted {
|
|
1266
1319
|
background-color: hsl(var(--muted));
|
|
1267
1320
|
}
|
|
1321
|
+
.bg-muted\/30 {
|
|
1322
|
+
background-color: hsl(var(--muted) / 0.3);
|
|
1323
|
+
}
|
|
1268
1324
|
.bg-muted\/50 {
|
|
1269
1325
|
background-color: hsl(var(--muted) / 0.5);
|
|
1270
1326
|
}
|
|
@@ -1283,6 +1339,9 @@ body {
|
|
|
1283
1339
|
.bg-primary\/10 {
|
|
1284
1340
|
background-color: hsl(var(--primary) / 0.1);
|
|
1285
1341
|
}
|
|
1342
|
+
.bg-primary\/5 {
|
|
1343
|
+
background-color: hsl(var(--primary) / 0.05);
|
|
1344
|
+
}
|
|
1286
1345
|
.bg-red-100 {
|
|
1287
1346
|
--tw-bg-opacity: 1;
|
|
1288
1347
|
background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
|
|
@@ -1354,6 +1413,9 @@ body {
|
|
|
1354
1413
|
.to-purple-600 {
|
|
1355
1414
|
--tw-gradient-to: #9333ea var(--tw-gradient-to-position);
|
|
1356
1415
|
}
|
|
1416
|
+
.to-transparent {
|
|
1417
|
+
--tw-gradient-to: transparent var(--tw-gradient-to-position);
|
|
1418
|
+
}
|
|
1357
1419
|
.fill-current {
|
|
1358
1420
|
fill: currentColor;
|
|
1359
1421
|
}
|
|
@@ -1377,9 +1439,15 @@ body {
|
|
|
1377
1439
|
.p-1 {
|
|
1378
1440
|
padding: 0.25rem;
|
|
1379
1441
|
}
|
|
1442
|
+
.p-12 {
|
|
1443
|
+
padding: 3rem;
|
|
1444
|
+
}
|
|
1380
1445
|
.p-2 {
|
|
1381
1446
|
padding: 0.5rem;
|
|
1382
1447
|
}
|
|
1448
|
+
.p-3 {
|
|
1449
|
+
padding: 0.75rem;
|
|
1450
|
+
}
|
|
1383
1451
|
.p-4 {
|
|
1384
1452
|
padding: 1rem;
|
|
1385
1453
|
}
|
|
@@ -1452,6 +1520,12 @@ body {
|
|
|
1452
1520
|
.pb-3 {
|
|
1453
1521
|
padding-bottom: 0.75rem;
|
|
1454
1522
|
}
|
|
1523
|
+
.pb-4 {
|
|
1524
|
+
padding-bottom: 1rem;
|
|
1525
|
+
}
|
|
1526
|
+
.pl-10 {
|
|
1527
|
+
padding-left: 2.5rem;
|
|
1528
|
+
}
|
|
1455
1529
|
.pl-8 {
|
|
1456
1530
|
padding-left: 2rem;
|
|
1457
1531
|
}
|
|
@@ -1644,6 +1718,9 @@ body {
|
|
|
1644
1718
|
.text-white\/60 {
|
|
1645
1719
|
color: rgb(255 255 255 / 0.6);
|
|
1646
1720
|
}
|
|
1721
|
+
.text-white\/70 {
|
|
1722
|
+
color: rgb(255 255 255 / 0.7);
|
|
1723
|
+
}
|
|
1647
1724
|
.text-white\/75 {
|
|
1648
1725
|
color: rgb(255 255 255 / 0.75);
|
|
1649
1726
|
}
|
|
@@ -1813,6 +1890,9 @@ body {
|
|
|
1813
1890
|
.placeholder\:text-muted-foreground::placeholder {
|
|
1814
1891
|
color: hsl(var(--muted-foreground));
|
|
1815
1892
|
}
|
|
1893
|
+
.hover\:border-primary\/50:hover {
|
|
1894
|
+
border-color: hsl(var(--primary) / 0.5);
|
|
1895
|
+
}
|
|
1816
1896
|
.hover\:bg-accent:hover {
|
|
1817
1897
|
background-color: hsl(var(--accent));
|
|
1818
1898
|
}
|
|
@@ -1867,6 +1947,9 @@ body {
|
|
|
1867
1947
|
.hover\:text-accent-foreground:hover {
|
|
1868
1948
|
color: hsl(var(--accent-foreground));
|
|
1869
1949
|
}
|
|
1950
|
+
.hover\:text-destructive:hover {
|
|
1951
|
+
color: hsl(var(--destructive));
|
|
1952
|
+
}
|
|
1870
1953
|
.hover\:text-foreground:hover {
|
|
1871
1954
|
color: hsl(var(--foreground));
|
|
1872
1955
|
}
|
|
@@ -2085,6 +2168,9 @@ body {
|
|
|
2085
2168
|
.sm\:block {
|
|
2086
2169
|
display: block;
|
|
2087
2170
|
}
|
|
2171
|
+
.sm\:grid-cols-2 {
|
|
2172
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2173
|
+
}
|
|
2088
2174
|
.sm\:flex-row {
|
|
2089
2175
|
flex-direction: row;
|
|
2090
2176
|
}
|
|
@@ -2162,6 +2248,9 @@ body {
|
|
|
2162
2248
|
.lg\:grid-cols-2 {
|
|
2163
2249
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2164
2250
|
}
|
|
2251
|
+
.lg\:grid-cols-3 {
|
|
2252
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2253
|
+
}
|
|
2165
2254
|
.lg\:gap-12 {
|
|
2166
2255
|
gap: 3rem;
|
|
2167
2256
|
}
|