@digilogiclabs/saas-factory-ui 0.18.1 → 0.18.3

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 CHANGED
@@ -959,6 +959,9 @@ body {
959
959
  .h-2 {
960
960
  height: 0.5rem;
961
961
  }
962
+ .h-2\.5 {
963
+ height: 0.625rem;
964
+ }
962
965
  .h-20 {
963
966
  height: 5rem;
964
967
  }
@@ -992,6 +995,9 @@ body {
992
995
  .h-64 {
993
996
  height: 16rem;
994
997
  }
998
+ .h-7 {
999
+ height: 1.75rem;
1000
+ }
995
1001
  .h-8 {
996
1002
  height: 2rem;
997
1003
  }
@@ -1055,6 +1061,9 @@ body {
1055
1061
  .max-h-screen {
1056
1062
  max-height: 100vh;
1057
1063
  }
1064
+ .min-h-\[120px\] {
1065
+ min-height: 120px;
1066
+ }
1058
1067
  .min-h-\[24px\] {
1059
1068
  min-height: 24px;
1060
1069
  }
@@ -1070,9 +1079,15 @@ body {
1070
1079
  .min-h-\[600px\] {
1071
1080
  min-height: 600px;
1072
1081
  }
1082
+ .min-h-\[60px\] {
1083
+ min-height: 60px;
1084
+ }
1073
1085
  .min-h-\[72px\] {
1074
1086
  min-height: 72px;
1075
1087
  }
1088
+ .min-h-\[80px\] {
1089
+ min-height: 80px;
1090
+ }
1076
1091
  .min-h-screen {
1077
1092
  min-height: 100vh;
1078
1093
  }
@@ -1091,6 +1106,9 @@ body {
1091
1106
  .w-10 {
1092
1107
  width: 2.5rem;
1093
1108
  }
1109
+ .w-11 {
1110
+ width: 2.75rem;
1111
+ }
1094
1112
  .w-12 {
1095
1113
  width: 3rem;
1096
1114
  }
@@ -1136,6 +1154,9 @@ body {
1136
1154
  .w-64 {
1137
1155
  width: 16rem;
1138
1156
  }
1157
+ .w-7 {
1158
+ width: 1.75rem;
1159
+ }
1139
1160
  .w-8 {
1140
1161
  width: 2rem;
1141
1162
  }
@@ -1241,6 +1262,9 @@ body {
1241
1262
  .shrink-0 {
1242
1263
  flex-shrink: 0;
1243
1264
  }
1265
+ .grow {
1266
+ flex-grow: 1;
1267
+ }
1244
1268
  .origin-center {
1245
1269
  transform-origin: center;
1246
1270
  }
@@ -1390,6 +1414,9 @@ body {
1390
1414
  .cursor-pointer {
1391
1415
  cursor: pointer;
1392
1416
  }
1417
+ .touch-none {
1418
+ touch-action: none;
1419
+ }
1393
1420
  .select-none {
1394
1421
  -webkit-user-select: none;
1395
1422
  -moz-user-select: none;
@@ -1398,6 +1425,12 @@ body {
1398
1425
  .resize-none {
1399
1426
  resize: none;
1400
1427
  }
1428
+ .resize-y {
1429
+ resize: vertical;
1430
+ }
1431
+ .resize-x {
1432
+ resize: horizontal;
1433
+ }
1401
1434
  .resize {
1402
1435
  resize: both;
1403
1436
  }
@@ -1410,6 +1443,9 @@ body {
1410
1443
  .list-disc {
1411
1444
  list-style-type: disc;
1412
1445
  }
1446
+ .list-none {
1447
+ list-style-type: none;
1448
+ }
1413
1449
  .appearance-none {
1414
1450
  -webkit-appearance: none;
1415
1451
  -moz-appearance: none;
@@ -1605,6 +1641,12 @@ body {
1605
1641
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
1606
1642
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
1607
1643
  }
1644
+ .divide-border > :not([hidden]) ~ :not([hidden]) {
1645
+ border-color: hsl(var(--border));
1646
+ }
1647
+ .divide-border\/50 > :not([hidden]) ~ :not([hidden]) {
1648
+ border-color: hsl(var(--border) / 0.5);
1649
+ }
1608
1650
  .divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
1609
1651
  --tw-divide-opacity: 1;
1610
1652
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
@@ -1706,6 +1748,9 @@ body {
1706
1748
  .border-accent {
1707
1749
  border-color: hsl(var(--accent));
1708
1750
  }
1751
+ .border-accent-foreground {
1752
+ border-color: hsl(var(--accent-foreground));
1753
+ }
1709
1754
  .border-blue-200 {
1710
1755
  --tw-border-opacity: 1;
1711
1756
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
@@ -1805,6 +1850,13 @@ body {
1805
1850
  .border-red-500\/20 {
1806
1851
  border-color: rgb(239 68 68 / 0.2);
1807
1852
  }
1853
+ .border-red-600 {
1854
+ --tw-border-opacity: 1;
1855
+ border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
1856
+ }
1857
+ .border-secondary-foreground {
1858
+ border-color: hsl(var(--secondary-foreground));
1859
+ }
1808
1860
  .border-transparent {
1809
1861
  border-color: transparent;
1810
1862
  }
@@ -1829,6 +1881,9 @@ body {
1829
1881
  .border-yellow-500\/50 {
1830
1882
  border-color: rgb(234 179 8 / 0.5);
1831
1883
  }
1884
+ .border-b-border\/50 {
1885
+ border-bottom-color: hsl(var(--border) / 0.5);
1886
+ }
1832
1887
  .border-b-input {
1833
1888
  border-bottom-color: hsl(var(--input));
1834
1889
  }
@@ -1845,6 +1900,9 @@ body {
1845
1900
  .border-t-transparent {
1846
1901
  border-top-color: transparent;
1847
1902
  }
1903
+ .bg-accent-foreground {
1904
+ background-color: hsl(var(--accent-foreground));
1905
+ }
1848
1906
  .bg-accent\/50 {
1849
1907
  background-color: hsl(var(--accent) / 0.5);
1850
1908
  }
@@ -2029,6 +2087,10 @@ body {
2029
2087
  --tw-bg-opacity: 1;
2030
2088
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
2031
2089
  }
2090
+ .bg-red-200 {
2091
+ --tw-bg-opacity: 1;
2092
+ background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
2093
+ }
2032
2094
  .bg-red-50 {
2033
2095
  --tw-bg-opacity: 1;
2034
2096
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
@@ -2050,6 +2112,12 @@ body {
2050
2112
  .bg-secondary {
2051
2113
  background-color: hsl(var(--secondary));
2052
2114
  }
2115
+ .bg-secondary-foreground {
2116
+ background-color: hsl(var(--secondary-foreground));
2117
+ }
2118
+ .bg-secondary\/50 {
2119
+ background-color: hsl(var(--secondary) / 0.5);
2120
+ }
2053
2121
  .bg-teal-50 {
2054
2122
  --tw-bg-opacity: 1;
2055
2123
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
@@ -2346,6 +2414,10 @@ body {
2346
2414
  padding-top: 1rem;
2347
2415
  padding-bottom: 1rem;
2348
2416
  }
2417
+ .py-5 {
2418
+ padding-top: 1.25rem;
2419
+ padding-bottom: 1.25rem;
2420
+ }
2349
2421
  .py-6 {
2350
2422
  padding-top: 1.5rem;
2351
2423
  padding-bottom: 1.5rem;
@@ -2363,6 +2435,9 @@ body {
2363
2435
  .pb-4 {
2364
2436
  padding-bottom: 1rem;
2365
2437
  }
2438
+ .pb-5 {
2439
+ padding-bottom: 1.25rem;
2440
+ }
2366
2441
  .pb-6 {
2367
2442
  padding-bottom: 1.5rem;
2368
2443
  }
@@ -2632,6 +2707,9 @@ body {
2632
2707
  .text-muted-foreground {
2633
2708
  color: hsl(var(--muted-foreground));
2634
2709
  }
2710
+ .text-muted-foreground\/70 {
2711
+ color: hsl(var(--muted-foreground) / 0.7);
2712
+ }
2635
2713
  .text-orange-500 {
2636
2714
  --tw-text-opacity: 1;
2637
2715
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
@@ -3837,6 +3915,9 @@ body {
3837
3915
  .focus-visible\:ring-offset-2:focus-visible {
3838
3916
  --tw-ring-offset-width: 2px;
3839
3917
  }
3918
+ .focus-visible\:ring-offset-background:focus-visible {
3919
+ --tw-ring-offset-color: hsl(var(--background));
3920
+ }
3840
3921
  .active\:h-2:active {
3841
3922
  height: 0.5rem;
3842
3923
  }
@@ -3938,6 +4019,18 @@ body {
3938
4019
  --tw-translate-y: -0.25rem;
3939
4020
  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));
3940
4021
  }
4022
+ .data-\[state\=checked\]\:translate-x-3[data-state=checked] {
4023
+ --tw-translate-x: 0.75rem;
4024
+ 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));
4025
+ }
4026
+ .data-\[state\=checked\]\:translate-x-5[data-state=checked] {
4027
+ --tw-translate-x: 1.25rem;
4028
+ 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));
4029
+ }
4030
+ .data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked] {
4031
+ --tw-translate-x: 0px;
4032
+ 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));
4033
+ }
3941
4034
  .data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel] {
3942
4035
  --tw-translate-x: 0px;
3943
4036
  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));
@@ -3950,6 +4043,28 @@ body {
3950
4043
  --tw-translate-x: var(--radix-toast-swipe-move-x);
3951
4044
  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));
3952
4045
  }
4046
+ @keyframes accordion-up {
4047
+ from {
4048
+ height: var(--radix-accordion-content-height);
4049
+ }
4050
+ to {
4051
+ height: 0;
4052
+ }
4053
+ }
4054
+ .data-\[state\=closed\]\:animate-accordion-up[data-state=closed] {
4055
+ animation: accordion-up 0.2s ease-out;
4056
+ }
4057
+ @keyframes accordion-down {
4058
+ from {
4059
+ height: 0;
4060
+ }
4061
+ to {
4062
+ height: var(--radix-accordion-content-height);
4063
+ }
4064
+ }
4065
+ .data-\[state\=open\]\:animate-accordion-down[data-state=open] {
4066
+ animation: accordion-down 0.2s ease-out;
4067
+ }
3953
4068
  .data-\[state\=active\]\:border-primary[data-state=active] {
3954
4069
  border-color: hsl(var(--primary));
3955
4070
  }
@@ -3959,12 +4074,27 @@ body {
3959
4074
  .data-\[state\=active\]\:bg-primary[data-state=active] {
3960
4075
  background-color: hsl(var(--primary));
3961
4076
  }
4077
+ .data-\[state\=checked\]\:bg-green-600[data-state=checked] {
4078
+ --tw-bg-opacity: 1;
4079
+ background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
4080
+ }
3962
4081
  .data-\[state\=checked\]\:bg-primary[data-state=checked] {
3963
4082
  background-color: hsl(var(--primary));
3964
4083
  }
4084
+ .data-\[state\=checked\]\:bg-red-600[data-state=checked] {
4085
+ --tw-bg-opacity: 1;
4086
+ background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
4087
+ }
4088
+ .data-\[state\=checked\]\:bg-yellow-600[data-state=checked] {
4089
+ --tw-bg-opacity: 1;
4090
+ background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
4091
+ }
3965
4092
  .data-\[state\=open\]\:bg-accent[data-state=open] {
3966
4093
  background-color: hsl(var(--accent));
3967
4094
  }
4095
+ .data-\[state\=unchecked\]\:bg-input[data-state=unchecked] {
4096
+ background-color: hsl(var(--input));
4097
+ }
3968
4098
  .data-\[state\=active\]\:text-foreground[data-state=active] {
3969
4099
  color: hsl(var(--foreground));
3970
4100
  }
@@ -4754,6 +4884,10 @@ body {
4754
4884
  .\[\&\>svg\~\*\]\:pl-7 > svg ~ * {
4755
4885
  padding-left: 1.75rem;
4756
4886
  }
4887
+ .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open] > svg {
4888
+ --tw-rotate: 180deg;
4889
+ 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));
4890
+ }
4757
4891
  .\[\&_p\]\:leading-relaxed p {
4758
4892
  line-height: 1.625;
4759
4893
  }