@geomak/ui 5.0.1 → 5.0.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
@@ -855,6 +855,9 @@ video {
855
855
  .z-topbar {
856
856
  z-index: var(--z-topbar);
857
857
  }
858
+ .m-0 {
859
+ margin: 0px;
860
+ }
858
861
  .m-1 {
859
862
  margin: 0.25rem;
860
863
  }
@@ -1130,8 +1133,8 @@ video {
1130
1133
  .w-\[300px\] {
1131
1134
  width: 300px;
1132
1135
  }
1133
- .w-\[332px\] {
1134
- width: 332px;
1136
+ .w-\[316px\] {
1137
+ width: 316px;
1135
1138
  }
1136
1139
  .w-\[3px\] {
1137
1140
  width: 3px;
@@ -1270,6 +1273,9 @@ video {
1270
1273
  .snap-always {
1271
1274
  scroll-snap-stop: always;
1272
1275
  }
1276
+ .list-none {
1277
+ list-style-type: none;
1278
+ }
1273
1279
  .grid-cols-3 {
1274
1280
  grid-template-columns: repeat(3, minmax(0, 1fr));
1275
1281
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "5.0.1",
3
+ "version": "5.0.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",