@geomak/ui 5.5.2 → 5.5.3
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 +69 -65
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +12 -3
- package/dist/index.d.ts +12 -3
- package/dist/index.js +69 -65
- package/dist/index.js.map +1 -1
- package/dist/styles.css +4 -9
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2152,8 +2152,8 @@ video {
|
|
|
2152
2152
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2153
2153
|
transition-duration: 150ms;
|
|
2154
2154
|
}
|
|
2155
|
-
.transition-\[border-color\
|
|
2156
|
-
transition-property: border-color
|
|
2155
|
+
.transition-\[border-color\] {
|
|
2156
|
+
transition-property: border-color;
|
|
2157
2157
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2158
2158
|
transition-duration: 150ms;
|
|
2159
2159
|
}
|
|
@@ -2350,13 +2350,8 @@ video {
|
|
|
2350
2350
|
outline: 2px solid transparent;
|
|
2351
2351
|
outline-offset: 2px;
|
|
2352
2352
|
}
|
|
2353
|
-
.focus\:
|
|
2354
|
-
|
|
2355
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2356
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2357
|
-
}
|
|
2358
|
-
.focus\:ring-focus-ring:focus {
|
|
2359
|
-
--tw-ring-color: color-mix(in oklab, var(--color-accent) 22%, transparent);
|
|
2353
|
+
.focus-visible\:border-accent:focus-visible {
|
|
2354
|
+
border-color: var(--color-accent);
|
|
2360
2355
|
}
|
|
2361
2356
|
.focus-visible\:ring-1:focus-visible {
|
|
2362
2357
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|