mountain-ui 1.0.48 → 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.48",
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",
@@ -185,4 +185,13 @@
185
185
  border-radius: var(--radius-l);
186
186
  background-color: var(--bg-2);
187
187
  }
188
+
189
+ :global(.line .cell) .total {
190
+ padding: var(--pad-s);
191
+ }
192
+
193
+ :global(.line .cell) .total-content {
194
+ padding: var(--pad-s) var(--pad-l);
195
+ border-radius: var(--radius-l);
196
+ }
188
197
  </style>
@@ -49,4 +49,14 @@
49
49
  border-radius: var(--radius-l);
50
50
  background-color: var(--bg-2);
51
51
  }
52
+
53
+
54
+ :global(.line .cell) .total {
55
+ padding: var(--pad-s);
56
+ }
57
+
58
+ :global(.line .cell) .total-content {
59
+ padding: var(--pad-s) var(--pad-l);
60
+ border-radius: var(--radius-l);
61
+ }
52
62
  </style>
@@ -150,4 +150,14 @@
150
150
  border-radius: var(--radius-l);
151
151
  background-color: var(--bg-2);
152
152
  }
153
+
154
+
155
+ :global(.line .cell) .total {
156
+ padding: var(--pad-s);
157
+ }
158
+
159
+ :global(.line .cell) .total-content {
160
+ padding: var(--pad-s) var(--pad-l);
161
+ border-radius: var(--radius-l);
162
+ }
153
163
  </style>
@@ -49,4 +49,14 @@
49
49
  border-radius: var(--radius-l);
50
50
  background-color: var(--bg-2);
51
51
  }
52
+
53
+
54
+ :global(.line .cell) .total {
55
+ padding: var(--pad-s);
56
+ }
57
+
58
+ :global(.line .cell) .total-content {
59
+ padding: var(--pad-s) var(--pad-l);
60
+ border-radius: var(--radius-l);
61
+ }
52
62
  </style>