mountain-ui 1.0.155 → 1.0.157

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mountain-ui",
3
3
  "private": false,
4
- "version": "1.0.155",
4
+ "version": "1.0.157",
5
5
  "description": "A comprehensive UI component library for ERP systems with field types, entities, and registry management built with Svelte",
6
6
  "type": "module",
7
7
  "module": "index.js",
@@ -76,7 +76,7 @@
76
76
  "vitest-browser-svelte": "^2.1.1"
77
77
  },
78
78
  "dependencies": {
79
- "hamzus-ui": "^0.0.268"
79
+ "hamzus-ui": "^0.0.270"
80
80
  },
81
81
  "engines": {
82
82
  "node": ">=18.0.0"
@@ -502,7 +502,7 @@
502
502
 
503
503
  .line {
504
504
  display: grid;
505
- grid-template-columns: repeat(var(--column-number), 1fr);
505
+ grid-template-columns: repeat(var(--column-number), minmax(0, 1fr));
506
506
  border-bottom: 1px solid var(--stroke);
507
507
  padding-top: var(--pad-xs);
508
508
  border-radius: var(--radius-m);