@geomak/ui 6.27.0 → 6.27.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
@@ -2093,6 +2093,10 @@ video {
2093
2093
  .p-8 {
2094
2094
  padding: 2rem;
2095
2095
  }
2096
+ .\!px-0 {
2097
+ padding-left: 0px !important;
2098
+ padding-right: 0px !important;
2099
+ }
2096
2100
  .px-1 {
2097
2101
  padding-left: 0.25rem;
2098
2102
  padding-right: 0.25rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "6.27.0",
3
+ "version": "6.27.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",