@geomak/ui 6.29.1 → 6.29.2
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.cjs +6 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -5
- package/dist/index.js.map +1 -1
- package/dist/styles.css +5 -8
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2765,15 +2765,18 @@ video {
|
|
|
2765
2765
|
outline: 2px solid transparent;
|
|
2766
2766
|
outline-offset: 2px;
|
|
2767
2767
|
}
|
|
2768
|
+
.focus-visible\:\!border-accent:focus-visible {
|
|
2769
|
+
border-color: var(--color-accent) !important;
|
|
2770
|
+
}
|
|
2768
2771
|
.focus-visible\:border-accent:focus-visible {
|
|
2769
2772
|
border-color: var(--color-accent);
|
|
2770
2773
|
}
|
|
2771
2774
|
.focus-visible\:text-accent:focus-visible {
|
|
2772
2775
|
color: var(--color-accent);
|
|
2773
2776
|
}
|
|
2774
|
-
.focus-visible\:\!ring
|
|
2777
|
+
.focus-visible\:\!ring-0:focus-visible {
|
|
2775
2778
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
|
|
2776
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(
|
|
2779
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
|
|
2777
2780
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
|
|
2778
2781
|
}
|
|
2779
2782
|
.focus-visible\:ring-1:focus-visible {
|
|
@@ -2794,9 +2797,6 @@ video {
|
|
|
2794
2797
|
.focus-visible\:ring-inset:focus-visible {
|
|
2795
2798
|
--tw-ring-inset: inset;
|
|
2796
2799
|
}
|
|
2797
|
-
.focus-visible\:\!ring-focus-ring:focus-visible {
|
|
2798
|
-
--tw-ring-color: color-mix(in oklab, var(--color-accent) 22%, transparent) !important;
|
|
2799
|
-
}
|
|
2800
2800
|
.focus-visible\:ring-accent:focus-visible {
|
|
2801
2801
|
--tw-ring-color: var(--color-accent);
|
|
2802
2802
|
}
|
|
@@ -2818,9 +2818,6 @@ video {
|
|
|
2818
2818
|
.focus-visible\:ring-white\/50:focus-visible {
|
|
2819
2819
|
--tw-ring-color: rgb(255 255 255 / 0.5);
|
|
2820
2820
|
}
|
|
2821
|
-
.focus-visible\:\!ring-offset-0:focus-visible {
|
|
2822
|
-
--tw-ring-offset-width: 0px !important;
|
|
2823
|
-
}
|
|
2824
2821
|
.focus-visible\:ring-offset-1:focus-visible {
|
|
2825
2822
|
--tw-ring-offset-width: 1px;
|
|
2826
2823
|
}
|
package/package.json
CHANGED