@revotech-group/revotech-ui-kit 0.1.1 → 0.1.22
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/library.css
CHANGED
|
@@ -1718,6 +1718,7 @@ body {
|
|
|
1718
1718
|
--sidebar-ring: 0 0% 64%;
|
|
1719
1719
|
--radius: 0.5rem;
|
|
1720
1720
|
--custom-outline: 0 0% 64% / 50%;
|
|
1721
|
+
--success: 137 82% 30%;
|
|
1721
1722
|
}
|
|
1722
1723
|
|
|
1723
1724
|
[data-theme='dark'] {
|
|
@@ -1755,6 +1756,7 @@ body {
|
|
|
1755
1756
|
--sidebar-ring: 0 0% 32%;
|
|
1756
1757
|
--radius: 0.5rem;
|
|
1757
1758
|
--custom-outline: 0 0% 45% / 50%;
|
|
1759
|
+
--success: 133 33% 57%;
|
|
1758
1760
|
}
|
|
1759
1761
|
|
|
1760
1762
|
[data-theme='light'] .rtg-no-autofill-bg:-webkit-autofill {
|
|
@@ -1850,19 +1852,23 @@ body {
|
|
|
1850
1852
|
z-index: 20;
|
|
1851
1853
|
}
|
|
1852
1854
|
|
|
1855
|
+
.focus-within\:rtg-border-ring:focus-within {
|
|
1856
|
+
border-color: hsl(var(--ring));
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1853
1859
|
.focus-within\:rtg-outline-none:focus-within {
|
|
1854
1860
|
outline: 2px solid transparent;
|
|
1855
1861
|
outline-offset: 2px;
|
|
1856
1862
|
}
|
|
1857
1863
|
|
|
1858
|
-
.focus-within\:rtg-ring
|
|
1864
|
+
.focus-within\:rtg-ring-\[3px\]:focus-within {
|
|
1859
1865
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1860
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(
|
|
1866
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1861
1867
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1862
1868
|
}
|
|
1863
1869
|
|
|
1864
|
-
.focus-within\:rtg-ring-
|
|
1865
|
-
--tw-ring-color: hsl(var(--
|
|
1870
|
+
.focus-within\:rtg-ring-custom-outline:focus-within {
|
|
1871
|
+
--tw-ring-color: hsl(var(--custom-outline));
|
|
1866
1872
|
}
|
|
1867
1873
|
|
|
1868
1874
|
.hover\:\!rtg-bg-accent:hover {
|