@haloduck/ui 2.0.43 → 2.0.44
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/fesm2022/haloduck-ui.mjs +2 -0
- package/fesm2022/haloduck-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/src/tailwind.css +0 -18
package/package.json
CHANGED
package/src/tailwind.css
CHANGED
|
@@ -1489,17 +1489,6 @@
|
|
|
1489
1489
|
}
|
|
1490
1490
|
}
|
|
1491
1491
|
}
|
|
1492
|
-
.focus\:ring-2 {
|
|
1493
|
-
&:focus {
|
|
1494
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1495
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1496
|
-
}
|
|
1497
|
-
}
|
|
1498
|
-
.focus\:ring-light-primary {
|
|
1499
|
-
&:focus {
|
|
1500
|
-
--tw-ring-color: var(--color-light-primary);
|
|
1501
|
-
}
|
|
1502
|
-
}
|
|
1503
1492
|
.focus\:outline-2 {
|
|
1504
1493
|
&:focus {
|
|
1505
1494
|
outline-style: var(--tw-outline-style);
|
|
@@ -1944,13 +1933,6 @@
|
|
|
1944
1933
|
}
|
|
1945
1934
|
}
|
|
1946
1935
|
}
|
|
1947
|
-
.dark\:focus\:ring-dark-primary {
|
|
1948
|
-
@media (prefers-color-scheme: dark) {
|
|
1949
|
-
&:focus {
|
|
1950
|
-
--tw-ring-color: var(--color-dark-primary);
|
|
1951
|
-
}
|
|
1952
|
-
}
|
|
1953
|
-
}
|
|
1954
1936
|
.dark\:focus\:outline-dark-primary {
|
|
1955
1937
|
@media (prefers-color-scheme: dark) {
|
|
1956
1938
|
&:focus {
|