@matthiaskrijgsman/mat-ui 0.0.52 → 0.0.55

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/style.css CHANGED
@@ -1377,6 +1377,10 @@
1377
1377
  overflow-x: auto;
1378
1378
  }
1379
1379
 
1380
+ .overflow-x-hidden {
1381
+ overflow-x: hidden;
1382
+ }
1383
+
1380
1384
  .overflow-y-auto {
1381
1385
  overflow-y: auto;
1382
1386
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matthiaskrijgsman/mat-ui",
3
- "version": "0.0.52",
3
+ "version": "0.0.55",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",