@geomak/ui 1.5.3 → 1.6.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
@@ -154,6 +154,14 @@
154
154
  transform: translateX(0);
155
155
  }
156
156
  }
157
+ @keyframes notification-progress {
158
+ from {
159
+ transform: scaleX(1);
160
+ }
161
+ to {
162
+ transform: scaleX(0);
163
+ }
164
+ }
157
165
  *, ::before, ::after {
158
166
  --tw-border-spacing-x: 0;
159
167
  --tw-border-spacing-y: 0;
@@ -961,6 +969,9 @@ video {
961
969
  .h-\[250px\] {
962
970
  height: 250px;
963
971
  }
972
+ .h-\[3px\] {
973
+ height: 3px;
974
+ }
964
975
  .h-\[80px\] {
965
976
  height: 80px;
966
977
  }
@@ -1523,6 +1534,12 @@ video {
1523
1534
  --tw-bg-opacity: 1;
1524
1535
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1525
1536
  }
1537
+ .bg-white\/20 {
1538
+ background-color: rgb(255 255 255 / 0.2);
1539
+ }
1540
+ .bg-white\/60 {
1541
+ background-color: rgb(255 255 255 / 0.6);
1542
+ }
1526
1543
  .bg-gradient-to-r {
1527
1544
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
1528
1545
  }
@@ -1908,6 +1925,9 @@ video {
1908
1925
  .ease-out-quart {
1909
1926
  transition-timing-function: var(--ease-out-quart);
1910
1927
  }
1928
+ .\[transform-origin\:left\] {
1929
+ transform-origin: left;
1930
+ }
1911
1931
  .last\:border-0:last-child {
1912
1932
  border-width: 0px;
1913
1933
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "1.5.3",
3
+ "version": "1.6.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",