@geomak/ui 5.4.0 → 5.5.0

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
@@ -1058,6 +1058,9 @@ video {
1058
1058
  .max-h-40 {
1059
1059
  max-height: 10rem;
1060
1060
  }
1061
+ .max-h-48 {
1062
+ max-height: 12rem;
1063
+ }
1061
1064
  .max-h-72 {
1062
1065
  max-height: 18rem;
1063
1066
  }
@@ -1136,6 +1139,9 @@ video {
1136
1139
  .w-5 {
1137
1140
  width: 1.25rem;
1138
1141
  }
1142
+ .w-56 {
1143
+ width: 14rem;
1144
+ }
1139
1145
  .w-6 {
1140
1146
  width: 1.5rem;
1141
1147
  }
@@ -1194,6 +1200,9 @@ video {
1194
1200
  .min-w-\[120px\] {
1195
1201
  min-width: 120px;
1196
1202
  }
1203
+ .min-w-\[160px\] {
1204
+ min-width: 160px;
1205
+ }
1197
1206
  .min-w-\[180px\] {
1198
1207
  min-width: 180px;
1199
1208
  }
@@ -1498,6 +1507,9 @@ video {
1498
1507
  .gap-8 {
1499
1508
  gap: 2rem;
1500
1509
  }
1510
+ .gap-y-1 {
1511
+ row-gap: 0.25rem;
1512
+ }
1501
1513
  .space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
1502
1514
  --tw-space-y-reverse: 0;
1503
1515
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
@@ -2116,6 +2128,9 @@ video {
2116
2128
  .ring-background {
2117
2129
  --tw-ring-color: var(--color-background);
2118
2130
  }
2131
+ .ring-focus-ring {
2132
+ --tw-ring-color: color-mix(in oklab, var(--color-accent) 22%, transparent);
2133
+ }
2119
2134
  .blur {
2120
2135
  --tw-blur: blur(8px);
2121
2136
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
@@ -2144,6 +2159,11 @@ video {
2144
2159
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2145
2160
  transition-duration: 150ms;
2146
2161
  }
2162
+ .transition-\[border-color\2c box-shadow\] {
2163
+ transition-property: border-color,box-shadow;
2164
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2165
+ transition-duration: 150ms;
2166
+ }
2147
2167
  .transition-\[color\2c box-shadow\2c border-color\] {
2148
2168
  transition-property: color,box-shadow,border-color;
2149
2169
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -2289,6 +2309,11 @@ video {
2289
2309
  .focus-within\:ring-focus-ring-error:focus-within {
2290
2310
  --tw-ring-color: color-mix(in oklab, var(--color-error) 22%, transparent);
2291
2311
  }
2312
+ .hover\:scale-110:hover {
2313
+ --tw-scale-x: 1.1;
2314
+ --tw-scale-y: 1.1;
2315
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2316
+ }
2292
2317
  .hover\:border-accent:hover {
2293
2318
  border-color: var(--color-accent);
2294
2319
  }
@@ -2333,10 +2358,21 @@ video {
2333
2358
  .hover\:opacity-90:hover {
2334
2359
  opacity: 0.9;
2335
2360
  }
2361
+ .focus\:border-accent:focus {
2362
+ border-color: var(--color-accent);
2363
+ }
2336
2364
  .focus\:outline-none:focus {
2337
2365
  outline: 2px solid transparent;
2338
2366
  outline-offset: 2px;
2339
2367
  }
2368
+ .focus\:ring-\[3px\]:focus {
2369
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2370
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2371
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2372
+ }
2373
+ .focus\:ring-focus-ring:focus {
2374
+ --tw-ring-color: color-mix(in oklab, var(--color-accent) 22%, transparent);
2375
+ }
2340
2376
  .focus-visible\:border-accent:focus-visible {
2341
2377
  border-color: var(--color-accent);
2342
2378
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "5.4.0",
3
+ "version": "5.5.0",
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",