@geomak/ui 6.27.2 → 6.27.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
@@ -2776,6 +2776,9 @@ video {
2776
2776
  .focus-visible\:ring-white\/50:focus-visible {
2777
2777
  --tw-ring-color: rgb(255 255 255 / 0.5);
2778
2778
  }
2779
+ .focus-visible\:\!ring-offset-0:focus-visible {
2780
+ --tw-ring-offset-width: 0px !important;
2781
+ }
2779
2782
  .focus-visible\:ring-offset-1:focus-visible {
2780
2783
  --tw-ring-offset-width: 1px;
2781
2784
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "6.27.2",
3
+ "version": "6.27.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",