@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/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\2c box-shadow\] {
2156
- transition-property: border-color,box-shadow;
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\:ring-\[3px\]:focus {
2354
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "5.5.2",
3
+ "version": "5.5.3",
4
4
  "description": "Oxygen Design System — reusable UI primitives built with Radix UI behaviours and Tailwind CSS styling",
5
5
  "author": "G-MAKROGLOU",
6
6
  "license": "MIT",