@mantine/core 8.3.15 → 8.3.16
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/cjs/components/NumberInput/NumberInput.cjs +31 -0
- package/cjs/components/NumberInput/NumberInput.cjs.map +1 -1
- package/cjs/components/Tooltip/Tooltip.cjs +3 -1
- package/cjs/components/Tooltip/Tooltip.cjs.map +1 -1
- package/esm/components/NumberInput/NumberInput.mjs +31 -0
- package/esm/components/NumberInput/NumberInput.mjs.map +1 -1
- package/esm/components/Tooltip/Tooltip.mjs +3 -1
- package/esm/components/Tooltip/Tooltip.mjs.map +1 -1
- package/package.json +2 -2
- package/styles/AppShell.css +11 -1
- package/styles/AppShell.layer.css +11 -1
- package/styles.css +11 -1
- package/styles.layer.css +11 -1
package/styles/AppShell.css
CHANGED
|
@@ -56,7 +56,8 @@
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
:where([data-mode='static'][data-layout='alt']) .m_45252eee, :where([data-mode='static'][data-layout='alt']) .m_9cdde9a {
|
|
59
|
-
grid-row:
|
|
59
|
+
grid-row: 1 / -1;
|
|
60
|
+
height: 100%;
|
|
60
61
|
}
|
|
61
62
|
|
|
62
63
|
.m_45252eee {
|
|
@@ -102,6 +103,10 @@
|
|
|
102
103
|
border-inline-start: 1px solid var(--app-shell-border-color);
|
|
103
104
|
}
|
|
104
105
|
|
|
106
|
+
:where([data-mode='static'][data-layout='alt']) .m_9cdde9a {
|
|
107
|
+
grid-row: 1 / -1;
|
|
108
|
+
}
|
|
109
|
+
|
|
105
110
|
:where([data-scroll-locked]) .m_9cdde9a {
|
|
106
111
|
visibility: var(--app-shell-aside-scroll-locked-visibility);
|
|
107
112
|
}
|
|
@@ -144,6 +149,7 @@
|
|
|
144
149
|
}
|
|
145
150
|
|
|
146
151
|
:where([data-mode='static'][data-layout='alt']) .m_3b16f56b, :where([data-mode='static'][data-layout='alt']) .m_3840c879 {
|
|
152
|
+
grid-column: var(--app-shell-main-column-start, 1) / var(--app-shell-main-column-end, -1);
|
|
147
153
|
margin-inline-start: 0rem;
|
|
148
154
|
margin-inline-end: 0rem;
|
|
149
155
|
}
|
|
@@ -178,6 +184,10 @@
|
|
|
178
184
|
grid-row: var(--app-shell-footer-grid-row, auto);
|
|
179
185
|
}
|
|
180
186
|
|
|
187
|
+
:where([data-mode='static'][data-layout='alt']) .m_3840c879 {
|
|
188
|
+
grid-column: var(--app-shell-main-column-start, 1) / var(--app-shell-main-column-end, -1);
|
|
189
|
+
}
|
|
190
|
+
|
|
181
191
|
.m_3840c879:where([data-with-border]) {
|
|
182
192
|
border-top: 1px solid var(--app-shell-border-color);
|
|
183
193
|
}
|
|
@@ -56,7 +56,8 @@
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
:where([data-mode='static'][data-layout='alt']) .m_45252eee, :where([data-mode='static'][data-layout='alt']) .m_9cdde9a {
|
|
59
|
-
grid-row:
|
|
59
|
+
grid-row: 1 / -1;
|
|
60
|
+
height: 100%;
|
|
60
61
|
}
|
|
61
62
|
|
|
62
63
|
.m_45252eee {
|
|
@@ -102,6 +103,10 @@
|
|
|
102
103
|
border-inline-start: 1px solid var(--app-shell-border-color);
|
|
103
104
|
}
|
|
104
105
|
|
|
106
|
+
:where([data-mode='static'][data-layout='alt']) .m_9cdde9a {
|
|
107
|
+
grid-row: 1 / -1;
|
|
108
|
+
}
|
|
109
|
+
|
|
105
110
|
:where([data-scroll-locked]) .m_9cdde9a {
|
|
106
111
|
visibility: var(--app-shell-aside-scroll-locked-visibility);
|
|
107
112
|
}
|
|
@@ -144,6 +149,7 @@
|
|
|
144
149
|
}
|
|
145
150
|
|
|
146
151
|
:where([data-mode='static'][data-layout='alt']) .m_3b16f56b, :where([data-mode='static'][data-layout='alt']) .m_3840c879 {
|
|
152
|
+
grid-column: var(--app-shell-main-column-start, 1) / var(--app-shell-main-column-end, -1);
|
|
147
153
|
margin-inline-start: 0rem;
|
|
148
154
|
margin-inline-end: 0rem;
|
|
149
155
|
}
|
|
@@ -178,6 +184,10 @@
|
|
|
178
184
|
grid-row: var(--app-shell-footer-grid-row, auto);
|
|
179
185
|
}
|
|
180
186
|
|
|
187
|
+
:where([data-mode='static'][data-layout='alt']) .m_3840c879 {
|
|
188
|
+
grid-column: var(--app-shell-main-column-start, 1) / var(--app-shell-main-column-end, -1);
|
|
189
|
+
}
|
|
190
|
+
|
|
181
191
|
.m_3840c879:where([data-with-border]) {
|
|
182
192
|
border-top: 1px solid var(--app-shell-border-color);
|
|
183
193
|
}
|
package/styles.css
CHANGED
|
@@ -2246,7 +2246,8 @@ fieldset:disabled .mantine-active:active {
|
|
|
2246
2246
|
}
|
|
2247
2247
|
|
|
2248
2248
|
:where([data-mode='static'][data-layout='alt']) .m_45252eee, :where([data-mode='static'][data-layout='alt']) .m_9cdde9a {
|
|
2249
|
-
grid-row:
|
|
2249
|
+
grid-row: 1 / -1;
|
|
2250
|
+
height: 100%;
|
|
2250
2251
|
}
|
|
2251
2252
|
|
|
2252
2253
|
.m_45252eee {
|
|
@@ -2292,6 +2293,10 @@ fieldset:disabled .mantine-active:active {
|
|
|
2292
2293
|
border-inline-start: 1px solid var(--app-shell-border-color);
|
|
2293
2294
|
}
|
|
2294
2295
|
|
|
2296
|
+
:where([data-mode='static'][data-layout='alt']) .m_9cdde9a {
|
|
2297
|
+
grid-row: 1 / -1;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2295
2300
|
:where([data-scroll-locked]) .m_9cdde9a {
|
|
2296
2301
|
visibility: var(--app-shell-aside-scroll-locked-visibility);
|
|
2297
2302
|
}
|
|
@@ -2334,6 +2339,7 @@ fieldset:disabled .mantine-active:active {
|
|
|
2334
2339
|
}
|
|
2335
2340
|
|
|
2336
2341
|
:where([data-mode='static'][data-layout='alt']) .m_3b16f56b, :where([data-mode='static'][data-layout='alt']) .m_3840c879 {
|
|
2342
|
+
grid-column: var(--app-shell-main-column-start, 1) / var(--app-shell-main-column-end, -1);
|
|
2337
2343
|
margin-inline-start: 0rem;
|
|
2338
2344
|
margin-inline-end: 0rem;
|
|
2339
2345
|
}
|
|
@@ -2368,6 +2374,10 @@ fieldset:disabled .mantine-active:active {
|
|
|
2368
2374
|
grid-row: var(--app-shell-footer-grid-row, auto);
|
|
2369
2375
|
}
|
|
2370
2376
|
|
|
2377
|
+
:where([data-mode='static'][data-layout='alt']) .m_3840c879 {
|
|
2378
|
+
grid-column: var(--app-shell-main-column-start, 1) / var(--app-shell-main-column-end, -1);
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2371
2381
|
.m_3840c879:where([data-with-border]) {
|
|
2372
2382
|
border-top: 1px solid var(--app-shell-border-color);
|
|
2373
2383
|
}
|
package/styles.layer.css
CHANGED
|
@@ -2246,7 +2246,8 @@ fieldset:disabled .mantine-active:active {
|
|
|
2246
2246
|
}
|
|
2247
2247
|
|
|
2248
2248
|
:where([data-mode='static'][data-layout='alt']) .m_45252eee, :where([data-mode='static'][data-layout='alt']) .m_9cdde9a {
|
|
2249
|
-
grid-row:
|
|
2249
|
+
grid-row: 1 / -1;
|
|
2250
|
+
height: 100%;
|
|
2250
2251
|
}
|
|
2251
2252
|
|
|
2252
2253
|
.m_45252eee {
|
|
@@ -2292,6 +2293,10 @@ fieldset:disabled .mantine-active:active {
|
|
|
2292
2293
|
border-inline-start: 1px solid var(--app-shell-border-color);
|
|
2293
2294
|
}
|
|
2294
2295
|
|
|
2296
|
+
:where([data-mode='static'][data-layout='alt']) .m_9cdde9a {
|
|
2297
|
+
grid-row: 1 / -1;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2295
2300
|
:where([data-scroll-locked]) .m_9cdde9a {
|
|
2296
2301
|
visibility: var(--app-shell-aside-scroll-locked-visibility);
|
|
2297
2302
|
}
|
|
@@ -2334,6 +2339,7 @@ fieldset:disabled .mantine-active:active {
|
|
|
2334
2339
|
}
|
|
2335
2340
|
|
|
2336
2341
|
:where([data-mode='static'][data-layout='alt']) .m_3b16f56b, :where([data-mode='static'][data-layout='alt']) .m_3840c879 {
|
|
2342
|
+
grid-column: var(--app-shell-main-column-start, 1) / var(--app-shell-main-column-end, -1);
|
|
2337
2343
|
margin-inline-start: 0rem;
|
|
2338
2344
|
margin-inline-end: 0rem;
|
|
2339
2345
|
}
|
|
@@ -2368,6 +2374,10 @@ fieldset:disabled .mantine-active:active {
|
|
|
2368
2374
|
grid-row: var(--app-shell-footer-grid-row, auto);
|
|
2369
2375
|
}
|
|
2370
2376
|
|
|
2377
|
+
:where([data-mode='static'][data-layout='alt']) .m_3840c879 {
|
|
2378
|
+
grid-column: var(--app-shell-main-column-start, 1) / var(--app-shell-main-column-end, -1);
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2371
2381
|
.m_3840c879:where([data-with-border]) {
|
|
2372
2382
|
border-top: 1px solid var(--app-shell-border-color);
|
|
2373
2383
|
}
|