mountain-ui 1.0.49 → 1.0.50

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.49",
4
+ "version": "1.0.50",
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",
@@ -192,6 +192,6 @@
192
192
 
193
193
  :global(.line .cell) .total-content {
194
194
  padding: var(--pad-s) var(--pad-l);
195
- border-radius: var(--radius-m);
195
+ border-radius: var(--radius-l);
196
196
  }
197
197
  </style>
@@ -57,6 +57,6 @@
57
57
 
58
58
  :global(.line .cell) .total-content {
59
59
  padding: var(--pad-s) var(--pad-l);
60
- border-radius: var(--radius-m);
60
+ border-radius: var(--radius-l);
61
61
  }
62
62
  </style>
@@ -158,6 +158,6 @@
158
158
 
159
159
  :global(.line .cell) .total-content {
160
160
  padding: var(--pad-s) var(--pad-l);
161
- border-radius: var(--radius-m);
161
+ border-radius: var(--radius-l);
162
162
  }
163
163
  </style>
@@ -57,6 +57,6 @@
57
57
 
58
58
  :global(.line .cell) .total-content {
59
59
  padding: var(--pad-s) var(--pad-l);
60
- border-radius: var(--radius-m);
60
+ border-radius: var(--radius-l);
61
61
  }
62
62
  </style>