@algorithm-shift/design-system 1.2.76 → 1.2.77
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 +21 -3
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +18 -3
- package/dist/index.d.ts +18 -3
- package/dist/index.js +698 -647
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +574 -524
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"Courier New",
|
|
23
23
|
monospace;
|
|
24
24
|
--color-red-500: oklch(63.7% 0.237 25.331);
|
|
25
|
+
--color-red-800: oklch(44.4% 0.177 26.899);
|
|
25
26
|
--color-teal-200: oklch(91% 0.096 180.426);
|
|
26
27
|
--color-teal-600: oklch(60% 0.118 184.704);
|
|
27
28
|
--color-teal-700: oklch(51.1% 0.096 186.391);
|
|
@@ -39,6 +40,7 @@
|
|
|
39
40
|
--color-gray-700: oklch(37.3% 0.034 259.733);
|
|
40
41
|
--color-gray-800: oklch(27.8% 0.033 256.848);
|
|
41
42
|
--color-gray-900: oklch(21% 0.034 264.665);
|
|
43
|
+
--color-neutral-600: oklch(43.9% 0 0);
|
|
42
44
|
--color-black: #000;
|
|
43
45
|
--color-white: #fff;
|
|
44
46
|
--spacing: 0.25rem;
|
|
@@ -959,6 +961,9 @@
|
|
|
959
961
|
.border-\[\#12715b\] {
|
|
960
962
|
border-color: #12715b;
|
|
961
963
|
}
|
|
964
|
+
.border-\[\#034486\] {
|
|
965
|
+
border-color: #034486;
|
|
966
|
+
}
|
|
962
967
|
.border-\[\#BDBDBD\] {
|
|
963
968
|
border-color: #BDBDBD;
|
|
964
969
|
}
|
|
@@ -1007,6 +1012,9 @@
|
|
|
1007
1012
|
.bg-\[\#FF4A4A\] {
|
|
1008
1013
|
background-color: #FF4A4A;
|
|
1009
1014
|
}
|
|
1015
|
+
.bg-\[\#e0f2fe\] {
|
|
1016
|
+
background-color: #e0f2fe;
|
|
1017
|
+
}
|
|
1010
1018
|
.bg-\[\#fff\] {
|
|
1011
1019
|
background-color: #fff;
|
|
1012
1020
|
}
|
|
@@ -1055,6 +1063,9 @@
|
|
|
1055
1063
|
.bg-red-500 {
|
|
1056
1064
|
background-color: var(--color-red-500);
|
|
1057
1065
|
}
|
|
1066
|
+
.bg-red-800 {
|
|
1067
|
+
background-color: var(--color-red-800);
|
|
1068
|
+
}
|
|
1058
1069
|
.bg-secondary {
|
|
1059
1070
|
background-color: var(--secondary);
|
|
1060
1071
|
}
|
|
@@ -1277,12 +1288,12 @@
|
|
|
1277
1288
|
.text-\[\#12715B\] {
|
|
1278
1289
|
color: #12715B;
|
|
1279
1290
|
}
|
|
1291
|
+
.text-\[\#034486\] {
|
|
1292
|
+
color: #034486;
|
|
1293
|
+
}
|
|
1280
1294
|
.text-\[\#383838\] {
|
|
1281
1295
|
color: #383838;
|
|
1282
1296
|
}
|
|
1283
|
-
.text-\[\#BDBDBD\] {
|
|
1284
|
-
color: #BDBDBD;
|
|
1285
|
-
}
|
|
1286
1297
|
.text-\[\#fff\] {
|
|
1287
1298
|
color: #fff;
|
|
1288
1299
|
}
|
|
@@ -1720,6 +1731,13 @@
|
|
|
1720
1731
|
}
|
|
1721
1732
|
}
|
|
1722
1733
|
}
|
|
1734
|
+
.hover\:bg-neutral-600 {
|
|
1735
|
+
&:hover {
|
|
1736
|
+
@media (hover: hover) {
|
|
1737
|
+
background-color: var(--color-neutral-600);
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1723
1741
|
.hover\:bg-primary\/90 {
|
|
1724
1742
|
&:hover {
|
|
1725
1743
|
@media (hover: hover) {
|