@geomak/ui 6.6.0 → 6.8.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
@@ -825,6 +825,9 @@ video {
825
825
  .left-0 {
826
826
  left: 0px;
827
827
  }
828
+ .left-1 {
829
+ left: 0.25rem;
830
+ }
828
831
  .left-1\/2 {
829
832
  left: 50%;
830
833
  }
@@ -840,6 +843,9 @@ video {
840
843
  .right-0 {
841
844
  right: 0px;
842
845
  }
846
+ .right-1 {
847
+ right: 0.25rem;
848
+ }
843
849
  .right-1\.5 {
844
850
  right: 0.375rem;
845
851
  }
@@ -957,9 +963,15 @@ video {
957
963
  .-mb-px {
958
964
  margin-bottom: -1px;
959
965
  }
966
+ .-mr-1 {
967
+ margin-right: -0.25rem;
968
+ }
960
969
  .-mr-px {
961
970
  margin-right: -1px;
962
971
  }
972
+ .-mt-1 {
973
+ margin-top: -0.25rem;
974
+ }
963
975
  .mb-0\.5 {
964
976
  margin-bottom: 0.125rem;
965
977
  }
@@ -1083,6 +1095,9 @@ video {
1083
1095
  .h-20 {
1084
1096
  height: 5rem;
1085
1097
  }
1098
+ .h-28 {
1099
+ height: 7rem;
1100
+ }
1086
1101
  .h-3 {
1087
1102
  height: 0.75rem;
1088
1103
  }
@@ -1092,6 +1107,9 @@ video {
1092
1107
  .h-32 {
1093
1108
  height: 8rem;
1094
1109
  }
1110
+ .h-36 {
1111
+ height: 9rem;
1112
+ }
1095
1113
  .h-4 {
1096
1114
  height: 1rem;
1097
1115
  }
@@ -1481,6 +1499,15 @@ video {
1481
1499
  .resize {
1482
1500
  resize: both;
1483
1501
  }
1502
+ .snap-x {
1503
+ scroll-snap-type: x var(--tw-scroll-snap-strictness);
1504
+ }
1505
+ .snap-mandatory {
1506
+ --tw-scroll-snap-strictness: mandatory;
1507
+ }
1508
+ .snap-start {
1509
+ scroll-snap-align: start;
1510
+ }
1484
1511
  .list-none {
1485
1512
  list-style-type: none;
1486
1513
  }
@@ -1717,6 +1744,9 @@ video {
1717
1744
  .overflow-y-hidden {
1718
1745
  overflow-y: hidden;
1719
1746
  }
1747
+ .scroll-smooth {
1748
+ scroll-behavior: smooth;
1749
+ }
1720
1750
  .truncate {
1721
1751
  overflow: hidden;
1722
1752
  text-overflow: ellipsis;
@@ -1909,6 +1939,9 @@ video {
1909
1939
  .bg-white\/60 {
1910
1940
  background-color: rgb(255 255 255 / 0.6);
1911
1941
  }
1942
+ .bg-gradient-to-br {
1943
+ background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
1944
+ }
1912
1945
  .fill-foreground {
1913
1946
  fill: var(--color-foreground);
1914
1947
  }
@@ -2017,6 +2050,9 @@ video {
2017
2050
  padding-top: 2rem;
2018
2051
  padding-bottom: 2rem;
2019
2052
  }
2053
+ .pb-0 {
2054
+ padding-bottom: 0px;
2055
+ }
2020
2056
  .pb-1 {
2021
2057
  padding-bottom: 0.25rem;
2022
2058
  }
@@ -2071,6 +2107,9 @@ video {
2071
2107
  .pt-4 {
2072
2108
  padding-top: 1rem;
2073
2109
  }
2110
+ .pt-5 {
2111
+ padding-top: 1.25rem;
2112
+ }
2074
2113
  .text-left {
2075
2114
  text-align: left;
2076
2115
  }
@@ -2101,6 +2140,12 @@ video {
2101
2140
  font-size: 2.25rem;
2102
2141
  line-height: 2.5rem;
2103
2142
  }
2143
+ .text-\[0\.5em\] {
2144
+ font-size: 0.5em;
2145
+ }
2146
+ .text-\[0\.6em\] {
2147
+ font-size: 0.6em;
2148
+ }
2104
2149
  .text-\[10px\] {
2105
2150
  font-size: 10px;
2106
2151
  }
@@ -2357,6 +2402,11 @@ video {
2357
2402
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2358
2403
  transition-duration: 150ms;
2359
2404
  }
2405
+ .transition-\[transform\2c box-shadow\] {
2406
+ transition-property: transform,box-shadow;
2407
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2408
+ transition-duration: 150ms;
2409
+ }
2360
2410
  .transition-all {
2361
2411
  transition-property: all;
2362
2412
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -2454,6 +2504,10 @@ video {
2454
2504
  outline: 2px solid transparent;
2455
2505
  outline-offset: 2px;
2456
2506
  }
2507
+ .hover\:-translate-y-0\.5:hover {
2508
+ --tw-translate-y: -0.125rem;
2509
+ 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));
2510
+ }
2457
2511
  .hover\:scale-110:hover {
2458
2512
  --tw-scale-x: 1.1;
2459
2513
  --tw-scale-y: 1.1;
@@ -2474,6 +2528,9 @@ video {
2474
2528
  .hover\:bg-accent-hover:hover {
2475
2529
  background-color: var(--color-accent-hover);
2476
2530
  }
2531
+ .hover\:bg-foreground-muted:hover {
2532
+ background-color: var(--color-foreground-muted);
2533
+ }
2477
2534
  .hover\:bg-ice-dark:hover {
2478
2535
  --tw-bg-opacity: 1;
2479
2536
  background-color: rgb(208 227 237 / var(--tw-bg-opacity, 1));
@@ -2509,6 +2566,11 @@ video {
2509
2566
  .hover\:opacity-90:hover {
2510
2567
  opacity: 0.9;
2511
2568
  }
2569
+ .hover\:shadow-md:hover {
2570
+ --tw-shadow: var(--shadow-md);
2571
+ --tw-shadow-colored: var(--shadow-md);
2572
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2573
+ }
2512
2574
  .focus\:border-accent:focus {
2513
2575
  border-color: var(--color-accent);
2514
2576
  }
@@ -2579,6 +2641,9 @@ video {
2579
2641
  .active\:opacity-100:active {
2580
2642
  opacity: 1;
2581
2643
  }
2644
+ .disabled\:pointer-events-none:disabled {
2645
+ pointer-events: none;
2646
+ }
2582
2647
  .disabled\:cursor-default:disabled {
2583
2648
  cursor: default;
2584
2649
  }
@@ -2597,6 +2662,9 @@ video {
2597
2662
  .disabled\:text-foreground-muted:disabled {
2598
2663
  color: var(--color-foreground-muted);
2599
2664
  }
2665
+ .disabled\:opacity-0:disabled {
2666
+ opacity: 0;
2667
+ }
2600
2668
  .disabled\:opacity-30:disabled {
2601
2669
  opacity: 0.3;
2602
2670
  }
@@ -2778,3 +2846,13 @@ video {
2778
2846
  -webkit-appearance: none;
2779
2847
  appearance: none;
2780
2848
  }
2849
+ .\[\&\>img\]\:block>img {
2850
+ display: block;
2851
+ }
2852
+ .\[\&\>img\]\:w-full>img {
2853
+ width: 100%;
2854
+ }
2855
+ .\[\&\>img\]\:object-cover>img {
2856
+ -o-object-fit: cover;
2857
+ object-fit: cover;
2858
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "6.6.0",
3
+ "version": "6.8.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",