@algorithm-shift/design-system 1.3.122 → 1.3.123
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 +0 -13
- 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/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -958,10 +958,6 @@
|
|
|
958
958
|
--tw-translate-y: -50%;
|
|
959
959
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
960
960
|
}
|
|
961
|
-
.translate-y-\[calc\(-50\%_-_2px\)\] {
|
|
962
|
-
--tw-translate-y: calc(-50% - 2px);
|
|
963
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
964
|
-
}
|
|
965
961
|
.rotate-45 {
|
|
966
962
|
rotate: 45deg;
|
|
967
963
|
}
|
|
@@ -1367,9 +1363,6 @@
|
|
|
1367
1363
|
.bg-destructive {
|
|
1368
1364
|
background-color: var(--destructive);
|
|
1369
1365
|
}
|
|
1370
|
-
.bg-foreground {
|
|
1371
|
-
background-color: var(--foreground);
|
|
1372
|
-
}
|
|
1373
1366
|
.bg-gray-50 {
|
|
1374
1367
|
background-color: var(--color-gray-50);
|
|
1375
1368
|
}
|
|
@@ -1553,9 +1546,6 @@
|
|
|
1553
1546
|
.fill-current {
|
|
1554
1547
|
fill: currentcolor;
|
|
1555
1548
|
}
|
|
1556
|
-
.fill-foreground {
|
|
1557
|
-
fill: var(--foreground);
|
|
1558
|
-
}
|
|
1559
1549
|
.fill-primary {
|
|
1560
1550
|
fill: var(--primary);
|
|
1561
1551
|
}
|
|
@@ -1829,9 +1819,6 @@
|
|
|
1829
1819
|
.text-accent-foreground {
|
|
1830
1820
|
color: var(--accent-foreground);
|
|
1831
1821
|
}
|
|
1832
|
-
.text-background {
|
|
1833
|
-
color: var(--background);
|
|
1834
|
-
}
|
|
1835
1822
|
.text-blue-500 {
|
|
1836
1823
|
color: var(--color-blue-500);
|
|
1837
1824
|
}
|