@geomak/ui 6.20.0 → 6.21.1

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
@@ -860,6 +860,9 @@ video {
860
860
  .right-1\.5 {
861
861
  right: 0.375rem;
862
862
  }
863
+ .right-1\/2 {
864
+ right: 50%;
865
+ }
863
866
  .right-2 {
864
867
  right: 0.5rem;
865
868
  }
@@ -982,6 +985,10 @@ video {
982
985
  margin-left: auto;
983
986
  margin-right: auto;
984
987
  }
988
+ .my-1 {
989
+ margin-top: 0.25rem;
990
+ margin-bottom: 0.25rem;
991
+ }
985
992
  .my-2 {
986
993
  margin-top: 0.5rem;
987
994
  margin-bottom: 0.5rem;
@@ -1233,6 +1240,9 @@ video {
1233
1240
  .min-h-\[80px\] {
1234
1241
  min-height: 80px;
1235
1242
  }
1243
+ .min-h-\[8rem\] {
1244
+ min-height: 8rem;
1245
+ }
1236
1246
  .min-h-full {
1237
1247
  min-height: 100%;
1238
1248
  }
@@ -1373,6 +1383,9 @@ video {
1373
1383
  .min-w-4 {
1374
1384
  min-width: 1rem;
1375
1385
  }
1386
+ .min-w-\[10rem\] {
1387
+ min-width: 10rem;
1388
+ }
1376
1389
  .min-w-\[120px\] {
1377
1390
  min-width: 120px;
1378
1391
  }
@@ -1501,6 +1514,9 @@ video {
1501
1514
  .animate-breathe {
1502
1515
  animation: breathe 2s ease-in-out infinite;
1503
1516
  }
1517
+ .animate-check-pop {
1518
+ animation: check-pop 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
1519
+ }
1504
1520
  @keyframes spin {
1505
1521
  to {
1506
1522
  transform: rotate(360deg);
@@ -2038,6 +2054,9 @@ video {
2038
2054
  .p-6 {
2039
2055
  padding: 1.5rem;
2040
2056
  }
2057
+ .p-8 {
2058
+ padding: 2rem;
2059
+ }
2041
2060
  .px-1 {
2042
2061
  padding-left: 0.25rem;
2043
2062
  padding-right: 0.25rem;
@@ -2139,6 +2158,9 @@ video {
2139
2158
  .pb-5 {
2140
2159
  padding-bottom: 1.25rem;
2141
2160
  }
2161
+ .pb-6 {
2162
+ padding-bottom: 1.5rem;
2163
+ }
2142
2164
  .pl-2 {
2143
2165
  padding-left: 0.5rem;
2144
2166
  }
@@ -2163,6 +2185,9 @@ video {
2163
2185
  .pt-0 {
2164
2186
  padding-top: 0px;
2165
2187
  }
2188
+ .pt-0\.5 {
2189
+ padding-top: 0.125rem;
2190
+ }
2166
2191
  .pt-1 {
2167
2192
  padding-top: 0.25rem;
2168
2193
  }
@@ -2327,6 +2352,9 @@ video {
2327
2352
  .text-status-warning {
2328
2353
  color: var(--color-warning);
2329
2354
  }
2355
+ .text-transparent {
2356
+ color: rgba(255, 255, 255, .0);
2357
+ }
2330
2358
  .text-usafa-blue {
2331
2359
  --tw-text-opacity: 1;
2332
2360
  color: rgb(3 83 164 / var(--tw-text-opacity, 1));
@@ -2777,6 +2805,9 @@ video {
2777
2805
  .group:focus-visible .group-focus-visible\:opacity-100 {
2778
2806
  opacity: 1;
2779
2807
  }
2808
+ .data-\[disabled\]\:pointer-events-none[data-disabled] {
2809
+ pointer-events: none;
2810
+ }
2780
2811
  .data-\[state\=inactive\]\:hidden[data-state="inactive"] {
2781
2812
  display: none;
2782
2813
  }
@@ -2833,6 +2864,9 @@ video {
2833
2864
  .data-\[highlighted\]\:bg-accent[data-highlighted] {
2834
2865
  background-color: var(--color-accent);
2835
2866
  }
2867
+ .data-\[highlighted\]\:bg-surface-raised[data-highlighted] {
2868
+ background-color: var(--color-surface-raised);
2869
+ }
2836
2870
  .data-\[state\=checked\]\:bg-accent[data-state="checked"] {
2837
2871
  background-color: var(--color-accent);
2838
2872
  }
@@ -2860,6 +2894,9 @@ video {
2860
2894
  .data-\[disabled\]\:opacity-40[data-disabled] {
2861
2895
  opacity: 0.4;
2862
2896
  }
2897
+ .data-\[disabled\]\:opacity-50[data-disabled] {
2898
+ opacity: 0.5;
2899
+ }
2863
2900
  .data-\[disabled\]\:opacity-60[data-disabled] {
2864
2901
  opacity: 0.6;
2865
2902
  }
@@ -2884,6 +2921,10 @@ video {
2884
2921
  --tw-rotate: 0deg;
2885
2922
  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));
2886
2923
  }
2924
+ .group[data-state="open"] .group-data-\[state\=open\]\:rotate-180 {
2925
+ --tw-rotate: 180deg;
2926
+ 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));
2927
+ }
2887
2928
  .group\/link[data-active] .group-data-\[active\]\/link\:bg-surface {
2888
2929
  background-color: var(--color-surface);
2889
2930
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "6.20.0",
3
+ "version": "6.21.1",
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",