@geomak/ui 1.6.0 → 1.6.2

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
@@ -770,9 +770,15 @@ video {
770
770
  .left-14 {
771
771
  left: 3.5rem;
772
772
  }
773
+ .left-4 {
774
+ left: 1rem;
775
+ }
773
776
  .right-0 {
774
777
  right: 0px;
775
778
  }
779
+ .right-4 {
780
+ right: 1rem;
781
+ }
776
782
  .right-\[-5px\] {
777
783
  right: -5px;
778
784
  }
@@ -1087,8 +1093,8 @@ video {
1087
1093
  .w-\[300px\] {
1088
1094
  width: 300px;
1089
1095
  }
1090
- .w-\[332px\] {
1091
- width: 332px;
1096
+ .w-\[340px\] {
1097
+ width: 340px;
1092
1098
  }
1093
1099
  .w-\[3px\] {
1094
1100
  width: 3px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
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",