@algorithm-shift/design-system 1.2.87 → 1.2.89
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 +20 -12
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +38 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +44 -20
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -24,6 +24,8 @@
|
|
|
24
24
|
--color-red-500: oklch(63.7% 0.237 25.331);
|
|
25
25
|
--color-red-800: oklch(44.4% 0.177 26.899);
|
|
26
26
|
--color-yellow-400: oklch(85.2% 0.199 91.936);
|
|
27
|
+
--color-green-50: oklch(98.2% 0.018 155.826);
|
|
28
|
+
--color-green-700: oklch(52.7% 0.154 150.069);
|
|
27
29
|
--color-teal-200: oklch(91% 0.096 180.426);
|
|
28
30
|
--color-teal-600: oklch(60% 0.118 184.704);
|
|
29
31
|
--color-teal-700: oklch(51.1% 0.096 186.391);
|
|
@@ -624,6 +626,9 @@
|
|
|
624
626
|
.min-h-30 {
|
|
625
627
|
min-height: calc(var(--spacing) * 30);
|
|
626
628
|
}
|
|
629
|
+
.min-h-\[35px\] {
|
|
630
|
+
min-height: 35px;
|
|
631
|
+
}
|
|
627
632
|
.min-h-\[50px\] {
|
|
628
633
|
min-height: 50px;
|
|
629
634
|
}
|
|
@@ -747,6 +752,9 @@
|
|
|
747
752
|
.min-w-\[8rem\] {
|
|
748
753
|
min-width: 8rem;
|
|
749
754
|
}
|
|
755
|
+
.min-w-\[80px\] {
|
|
756
|
+
min-width: 80px;
|
|
757
|
+
}
|
|
750
758
|
.min-w-\[120px\] {
|
|
751
759
|
min-width: 120px;
|
|
752
760
|
}
|
|
@@ -1016,9 +1024,6 @@
|
|
|
1016
1024
|
.border-\[\#12715b\] {
|
|
1017
1025
|
border-color: #12715b;
|
|
1018
1026
|
}
|
|
1019
|
-
.border-\[\#034486\] {
|
|
1020
|
-
border-color: #034486;
|
|
1021
|
-
}
|
|
1022
1027
|
.border-\[\#BDBDBD\] {
|
|
1023
1028
|
border-color: #BDBDBD;
|
|
1024
1029
|
}
|
|
@@ -1037,6 +1042,9 @@
|
|
|
1037
1042
|
.border-gray-400 {
|
|
1038
1043
|
border-color: var(--color-gray-400);
|
|
1039
1044
|
}
|
|
1045
|
+
.border-green-700 {
|
|
1046
|
+
border-color: var(--color-green-700);
|
|
1047
|
+
}
|
|
1040
1048
|
.border-input {
|
|
1041
1049
|
border-color: var(--input);
|
|
1042
1050
|
}
|
|
@@ -1061,18 +1069,12 @@
|
|
|
1061
1069
|
.bg-\[\#12715b\] {
|
|
1062
1070
|
background-color: #12715b;
|
|
1063
1071
|
}
|
|
1064
|
-
.bg-\[\#034486\] {
|
|
1065
|
-
background-color: #034486;
|
|
1066
|
-
}
|
|
1067
1072
|
.bg-\[\#E9E9E9\] {
|
|
1068
1073
|
background-color: #E9E9E9;
|
|
1069
1074
|
}
|
|
1070
1075
|
.bg-\[\#FF4A4A\] {
|
|
1071
1076
|
background-color: #FF4A4A;
|
|
1072
1077
|
}
|
|
1073
|
-
.bg-\[\#e0f2fe\] {
|
|
1074
|
-
background-color: #e0f2fe;
|
|
1075
|
-
}
|
|
1076
1078
|
.bg-\[\#fff\] {
|
|
1077
1079
|
background-color: #fff;
|
|
1078
1080
|
}
|
|
@@ -1118,6 +1120,12 @@
|
|
|
1118
1120
|
.bg-gray-500 {
|
|
1119
1121
|
background-color: var(--color-gray-500);
|
|
1120
1122
|
}
|
|
1123
|
+
.bg-green-50 {
|
|
1124
|
+
background-color: var(--color-green-50);
|
|
1125
|
+
}
|
|
1126
|
+
.bg-green-700 {
|
|
1127
|
+
background-color: var(--color-green-700);
|
|
1128
|
+
}
|
|
1121
1129
|
.bg-muted {
|
|
1122
1130
|
background-color: var(--muted);
|
|
1123
1131
|
}
|
|
@@ -1364,9 +1372,6 @@
|
|
|
1364
1372
|
.text-\[\#12715B\] {
|
|
1365
1373
|
color: #12715B;
|
|
1366
1374
|
}
|
|
1367
|
-
.text-\[\#034486\] {
|
|
1368
|
-
color: #034486;
|
|
1369
|
-
}
|
|
1370
1375
|
.text-\[\#383838\] {
|
|
1371
1376
|
color: #383838;
|
|
1372
1377
|
}
|
|
@@ -1415,6 +1420,9 @@
|
|
|
1415
1420
|
.text-gray-900 {
|
|
1416
1421
|
color: var(--color-gray-900);
|
|
1417
1422
|
}
|
|
1423
|
+
.text-green-700 {
|
|
1424
|
+
color: var(--color-green-700);
|
|
1425
|
+
}
|
|
1418
1426
|
.text-muted-foreground {
|
|
1419
1427
|
color: var(--muted-foreground);
|
|
1420
1428
|
}
|