@mantine/core 9.0.0-alpha.0 → 9.0.0-alpha.2
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/LICENSE +21 -0
- package/cjs/components/Checkbox/Checkbox.cjs +2 -0
- package/cjs/components/Checkbox/Checkbox.cjs.map +1 -1
- package/cjs/components/CloseButton/CloseButton.cjs.map +1 -1
- package/cjs/components/CloseButton/CloseIcon.cjs +0 -2
- package/cjs/components/CloseButton/CloseIcon.cjs.map +1 -1
- package/cjs/components/MultiSelect/MultiSelect.cjs +10 -2
- package/cjs/components/MultiSelect/MultiSelect.cjs.map +1 -1
- package/cjs/components/Switch/Switch.cjs +2 -0
- package/cjs/components/Switch/Switch.cjs.map +1 -1
- package/cjs/components/TagsInput/TagsInput.cjs +14 -8
- package/cjs/components/TagsInput/TagsInput.cjs.map +1 -1
- package/cjs/components/TagsInput/get-splitted-tags.cjs +17 -2
- package/cjs/components/TagsInput/get-splitted-tags.cjs.map +1 -1
- package/cjs/core/MantineProvider/MantineCssVariables/default-css-variables-resolver.cjs +1 -0
- package/cjs/core/MantineProvider/MantineCssVariables/default-css-variables-resolver.cjs.map +1 -1
- package/cjs/core/MantineProvider/default-theme.cjs +5 -0
- package/cjs/core/MantineProvider/default-theme.cjs.map +1 -1
- package/cjs/index.cjs +3 -3
- package/esm/components/Checkbox/Checkbox.mjs +2 -0
- package/esm/components/Checkbox/Checkbox.mjs.map +1 -1
- package/esm/components/CloseButton/CloseButton.mjs.map +1 -1
- package/esm/components/CloseButton/CloseIcon.mjs +0 -2
- package/esm/components/CloseButton/CloseIcon.mjs.map +1 -1
- package/esm/components/MultiSelect/MultiSelect.mjs +10 -2
- package/esm/components/MultiSelect/MultiSelect.mjs.map +1 -1
- package/esm/components/Switch/Switch.mjs +2 -0
- package/esm/components/Switch/Switch.mjs.map +1 -1
- package/esm/components/TagsInput/TagsInput.mjs +14 -8
- package/esm/components/TagsInput/TagsInput.mjs.map +1 -1
- package/esm/components/TagsInput/get-splitted-tags.mjs +17 -2
- package/esm/components/TagsInput/get-splitted-tags.mjs.map +1 -1
- package/esm/core/MantineProvider/MantineCssVariables/default-css-variables-resolver.mjs +1 -0
- package/esm/core/MantineProvider/MantineCssVariables/default-css-variables-resolver.mjs.map +1 -1
- package/esm/core/MantineProvider/default-theme.mjs +5 -0
- package/esm/core/MantineProvider/default-theme.mjs.map +1 -1
- package/esm/index.mjs +1 -1
- package/lib/components/Accordion/Accordion.d.ts +2 -2
- package/lib/components/ActionIcon/ActionIcon.d.ts +3 -3
- package/lib/components/Anchor/Anchor.d.ts +3 -3
- package/lib/components/AppShell/AppShellSection/AppShellSection.d.ts +3 -3
- package/lib/components/Avatar/Avatar.d.ts +3 -3
- package/lib/components/BackgroundImage/BackgroundImage.d.ts +3 -3
- package/lib/components/Badge/Badge.d.ts +3 -3
- package/lib/components/Button/Button.d.ts +3 -3
- package/lib/components/Card/Card.d.ts +3 -3
- package/lib/components/Card/CardSection/CardSection.d.ts +3 -3
- package/lib/components/Center/Center.d.ts +3 -3
- package/lib/components/Checkbox/CheckboxGroup/CheckboxGroup.d.ts +2 -2
- package/lib/components/Chip/ChipGroup/ChipGroup.d.ts +2 -2
- package/lib/components/CloseButton/CloseButton.d.ts +4 -4
- package/lib/components/ColorSwatch/ColorSwatch.d.ts +3 -3
- package/lib/components/FileButton/FileButton.d.ts +2 -2
- package/lib/components/FileInput/FileInput.d.ts +2 -2
- package/lib/components/Flex/Flex.d.ts +3 -3
- package/lib/components/Highlight/Highlight.d.ts +3 -3
- package/lib/components/Image/Image.d.ts +3 -3
- package/lib/components/Input/Input.d.ts +3 -3
- package/lib/components/Input/InputClearSection/InputClearSection.d.ts +1 -1
- package/lib/components/Input/use-input-props.d.ts +19 -19
- package/lib/components/InputBase/InputBase.d.ts +3 -3
- package/lib/components/Menu/MenuItem/MenuItem.d.ts +3 -3
- package/lib/components/Menu/MenuSub/MenuSub.d.ts +3 -3
- package/lib/components/Menu/MenuSubItem/MenuSubItem.d.ts +3 -3
- package/lib/components/MultiSelect/MultiSelect.d.ts +2 -2
- package/lib/components/NavLink/NavLink.d.ts +3 -3
- package/lib/components/OverflowList/OverflowList.d.ts +2 -2
- package/lib/components/Overlay/Overlay.d.ts +3 -3
- package/lib/components/Paper/Paper.d.ts +3 -3
- package/lib/components/Radio/RadioGroup/RadioGroup.d.ts +2 -2
- package/lib/components/SegmentedControl/SegmentedControl.d.ts +2 -2
- package/lib/components/Select/Select.d.ts +2 -2
- package/lib/components/Switch/SwitchGroup/SwitchGroup.d.ts +2 -2
- package/lib/components/TagsInput/get-splitted-tags.d.ts +3 -1
- package/lib/components/Text/Text.d.ts +3 -3
- package/lib/components/UnstyledButton/UnstyledButton.d.ts +3 -3
- package/lib/core/MantineProvider/theme.types.d.ts +6 -0
- package/lib/core/factory/index.d.ts +5 -5
- package/package.json +2 -2
- package/styles/Accordion.css +1 -1
- package/styles/Accordion.layer.css +1 -1
- package/styles/ActionIcon.css +1 -1
- package/styles/ActionIcon.layer.css +1 -1
- package/styles/Alert.css +1 -1
- package/styles/Alert.layer.css +1 -1
- package/styles/Avatar.css +1 -1
- package/styles/Avatar.layer.css +1 -1
- package/styles/Badge.css +1 -1
- package/styles/Badge.layer.css +1 -1
- package/styles/Button.css +2 -2
- package/styles/Button.layer.css +2 -2
- package/styles/Chip.css +1 -1
- package/styles/Chip.layer.css +1 -1
- package/styles/Combobox.css +1 -1
- package/styles/Combobox.layer.css +1 -1
- package/styles/Input.css +1 -1
- package/styles/Input.layer.css +1 -1
- package/styles/Kbd.css +1 -1
- package/styles/Kbd.layer.css +1 -1
- package/styles/Menu.css +1 -1
- package/styles/Menu.layer.css +1 -1
- package/styles/ModalBase.css +1 -1
- package/styles/ModalBase.layer.css +1 -1
- package/styles/Notification.css +1 -1
- package/styles/Notification.layer.css +1 -1
- package/styles/SegmentedControl.css +1 -1
- package/styles/SegmentedControl.layer.css +1 -1
- package/styles/Stepper.css +1 -1
- package/styles/Stepper.layer.css +1 -1
- package/styles/Switch.css +5 -3
- package/styles/Switch.layer.css +5 -3
- package/styles/Table.css +1 -1
- package/styles/Table.layer.css +1 -1
- package/styles/Text.css +1 -1
- package/styles/Text.layer.css +1 -1
- package/styles/Timeline.css +1 -1
- package/styles/Timeline.layer.css +1 -1
- package/styles/Typography.css +1 -1
- package/styles/Typography.layer.css +1 -1
- package/styles/default-css-variables.css +3 -0
- package/styles/default-css-variables.layer.css +3 -0
- package/styles.css +28 -23
- package/styles.layer.css +28 -23
package/styles/Button.layer.css
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
--button-color: var(--mantine-color-white);
|
|
29
29
|
|
|
30
30
|
user-select: none;
|
|
31
|
-
font-weight:
|
|
31
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
32
32
|
position: relative;
|
|
33
33
|
line-height: 1;
|
|
34
34
|
text-align: center;
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
--section-padding-x: var(--section-padding-x-sm);
|
|
245
245
|
--section-color: var(--mantine-color-white);
|
|
246
246
|
|
|
247
|
-
font-weight:
|
|
247
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
248
248
|
width: auto;
|
|
249
249
|
border-radius: var(--section-radius, var(--mantine-radius-default));
|
|
250
250
|
font-size: var(--section-fz, var(--mantine-font-size-sm));
|
package/styles/Chip.css
CHANGED
package/styles/Chip.layer.css
CHANGED
package/styles/Combobox.css
CHANGED
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
color: var(--mantine-color-dimmed);
|
|
138
138
|
font-size: calc(var(--combobox-option-fz, var(--mantine-font-size-sm)) * 0.85);
|
|
139
139
|
padding: var(--combobox-option-padding);
|
|
140
|
-
font-weight:
|
|
140
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
141
141
|
position: relative;
|
|
142
142
|
display: flex;
|
|
143
143
|
align-items: center;
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
color: var(--mantine-color-dimmed);
|
|
138
138
|
font-size: calc(var(--combobox-option-fz, var(--mantine-font-size-sm)) * 0.85);
|
|
139
139
|
padding: var(--combobox-option-padding);
|
|
140
|
-
font-weight:
|
|
140
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
141
141
|
position: relative;
|
|
142
142
|
display: flex;
|
|
143
143
|
align-items: center;
|
package/styles/Input.css
CHANGED
package/styles/Input.layer.css
CHANGED
package/styles/Kbd.css
CHANGED
package/styles/Kbd.layer.css
CHANGED
package/styles/Menu.css
CHANGED
package/styles/Menu.layer.css
CHANGED
package/styles/ModalBase.css
CHANGED
package/styles/Notification.css
CHANGED
package/styles/Stepper.css
CHANGED
package/styles/Stepper.layer.css
CHANGED
package/styles/Switch.css
CHANGED
|
@@ -42,9 +42,11 @@
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.m_926b4011 {
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
/* Hide the input visually without removing it from the accessibility tree or obscuring it in the DOM */
|
|
46
|
+
height: 100%;
|
|
47
|
+
width: 100%;
|
|
47
48
|
opacity: 0;
|
|
49
|
+
|
|
48
50
|
margin: 0;
|
|
49
51
|
padding: 0;
|
|
50
52
|
position: absolute;
|
|
@@ -69,7 +71,7 @@
|
|
|
69
71
|
display: flex;
|
|
70
72
|
align-items: center;
|
|
71
73
|
font-size: var(--switch-label-font-size);
|
|
72
|
-
font-weight:
|
|
74
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
73
75
|
order: var(--switch-order, 1);
|
|
74
76
|
user-select: none;
|
|
75
77
|
z-index: 0;
|
package/styles/Switch.layer.css
CHANGED
|
@@ -42,9 +42,11 @@
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.m_926b4011 {
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
/* Hide the input visually without removing it from the accessibility tree or obscuring it in the DOM */
|
|
46
|
+
height: 100%;
|
|
47
|
+
width: 100%;
|
|
47
48
|
opacity: 0;
|
|
49
|
+
|
|
48
50
|
margin: 0;
|
|
49
51
|
padding: 0;
|
|
50
52
|
position: absolute;
|
|
@@ -69,7 +71,7 @@
|
|
|
69
71
|
display: flex;
|
|
70
72
|
align-items: center;
|
|
71
73
|
font-size: var(--switch-label-font-size);
|
|
72
|
-
font-weight:
|
|
74
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
73
75
|
order: var(--switch-order, 1);
|
|
74
76
|
user-select: none;
|
|
75
77
|
z-index: 0;
|
package/styles/Table.css
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
|
|
33
|
-
font-weight:
|
|
33
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
:where([data-mantine-color-scheme='light']) .m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
|
package/styles/Table.layer.css
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
|
|
33
|
-
font-weight:
|
|
33
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
:where([data-mantine-color-scheme='light']) .m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
|
package/styles/Text.css
CHANGED
package/styles/Text.layer.css
CHANGED
package/styles/Timeline.css
CHANGED
package/styles/Typography.css
CHANGED
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
|
|
118
118
|
font-family: var(--mantine-font-family-monospace);
|
|
119
119
|
line-height: var(--mantine-line-height);
|
|
120
|
-
font-weight:
|
|
120
|
+
font-weight: var(--mantine-font-weight-bold);
|
|
121
121
|
padding: var(--kbd-padding);
|
|
122
122
|
font-size: var(--kbd-fz);
|
|
123
123
|
border-radius: var(--mantine-radius-sm);
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
|
|
118
118
|
font-family: var(--mantine-font-family-monospace);
|
|
119
119
|
line-height: var(--mantine-line-height);
|
|
120
|
-
font-weight:
|
|
120
|
+
font-weight: var(--mantine-font-weight-bold);
|
|
121
121
|
padding: var(--kbd-padding);
|
|
122
122
|
font-size: var(--kbd-fz);
|
|
123
123
|
border-radius: var(--mantine-radius-sm);
|
|
@@ -87,6 +87,9 @@
|
|
|
87
87
|
--mantine-radius-md: calc(0.5rem * var(--mantine-scale));
|
|
88
88
|
--mantine-radius-lg: calc(1rem * var(--mantine-scale));
|
|
89
89
|
--mantine-radius-xl: calc(2rem * var(--mantine-scale));
|
|
90
|
+
--mantine-font-weight-regular: 400;
|
|
91
|
+
--mantine-font-weight-medium: 600;
|
|
92
|
+
--mantine-font-weight-bold: 700;
|
|
90
93
|
--mantine-primary-color-0: var(--mantine-color-blue-0);
|
|
91
94
|
--mantine-primary-color-1: var(--mantine-color-blue-1);
|
|
92
95
|
--mantine-primary-color-2: var(--mantine-color-blue-2);
|
|
@@ -87,6 +87,9 @@
|
|
|
87
87
|
--mantine-radius-md: calc(0.5rem * var(--mantine-scale));
|
|
88
88
|
--mantine-radius-lg: calc(1rem * var(--mantine-scale));
|
|
89
89
|
--mantine-radius-xl: calc(2rem * var(--mantine-scale));
|
|
90
|
+
--mantine-font-weight-regular: 400;
|
|
91
|
+
--mantine-font-weight-medium: 600;
|
|
92
|
+
--mantine-font-weight-bold: 700;
|
|
90
93
|
--mantine-primary-color-0: var(--mantine-color-blue-0);
|
|
91
94
|
--mantine-primary-color-1: var(--mantine-color-blue-1);
|
|
92
95
|
--mantine-primary-color-2: var(--mantine-color-blue-2);
|
package/styles.css
CHANGED
|
@@ -172,6 +172,9 @@ fieldset:disabled .mantine-active:active {
|
|
|
172
172
|
--mantine-radius-md: calc(0.5rem * var(--mantine-scale));
|
|
173
173
|
--mantine-radius-lg: calc(1rem * var(--mantine-scale));
|
|
174
174
|
--mantine-radius-xl: calc(2rem * var(--mantine-scale));
|
|
175
|
+
--mantine-font-weight-regular: 400;
|
|
176
|
+
--mantine-font-weight-medium: 600;
|
|
177
|
+
--mantine-font-weight-bold: 700;
|
|
175
178
|
--mantine-primary-color-0: var(--mantine-color-blue-0);
|
|
176
179
|
--mantine-primary-color-1: var(--mantine-color-blue-1);
|
|
177
180
|
--mantine-primary-color-2: var(--mantine-color-blue-2);
|
|
@@ -1196,7 +1199,7 @@ fieldset:disabled .mantine-active:active {
|
|
|
1196
1199
|
--section-padding-x: var(--section-padding-x-sm);
|
|
1197
1200
|
--section-color: var(--mantine-color-white);
|
|
1198
1201
|
|
|
1199
|
-
font-weight:
|
|
1202
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
1200
1203
|
width: auto;
|
|
1201
1204
|
border-radius: var(--section-radius, var(--mantine-radius-default));
|
|
1202
1205
|
font-size: var(--section-fz, var(--mantine-font-size-sm));
|
|
@@ -1289,7 +1292,7 @@ fieldset:disabled .mantine-active:active {
|
|
|
1289
1292
|
line-height: 1;
|
|
1290
1293
|
padding: 0;
|
|
1291
1294
|
margin: 0;
|
|
1292
|
-
font-weight:
|
|
1295
|
+
font-weight: var(--mantine-font-weight-regular);
|
|
1293
1296
|
font-size: var(--mantine-font-size-md);
|
|
1294
1297
|
}
|
|
1295
1298
|
|
|
@@ -1646,7 +1649,7 @@ fieldset:disabled .mantine-active:active {
|
|
|
1646
1649
|
|
|
1647
1650
|
.m_8fdc1311 {
|
|
1648
1651
|
display: inline-block;
|
|
1649
|
-
font-weight:
|
|
1652
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
1650
1653
|
overflow-wrap: break-word;
|
|
1651
1654
|
cursor: default;
|
|
1652
1655
|
-webkit-tap-highlight-color: transparent;
|
|
@@ -1763,7 +1766,7 @@ fieldset:disabled .mantine-active:active {
|
|
|
1763
1766
|
|
|
1764
1767
|
.m_df3ffa0f {
|
|
1765
1768
|
color: inherit;
|
|
1766
|
-
font-weight:
|
|
1769
|
+
font-weight: var(--mantine-font-weight-regular);
|
|
1767
1770
|
flex: 1;
|
|
1768
1771
|
overflow: hidden;
|
|
1769
1772
|
text-overflow: ellipsis;
|
|
@@ -1924,7 +1927,7 @@ fieldset:disabled .mantine-active:active {
|
|
|
1924
1927
|
align-items: center;
|
|
1925
1928
|
justify-content: space-between;
|
|
1926
1929
|
font-size: var(--mantine-font-size-sm);
|
|
1927
|
-
font-weight:
|
|
1930
|
+
font-weight: var(--mantine-font-weight-bold);
|
|
1928
1931
|
}
|
|
1929
1932
|
|
|
1930
1933
|
.m_6a03f287:where([data-with-close-button]) {
|
|
@@ -1981,7 +1984,7 @@ fieldset:disabled .mantine-active:active {
|
|
|
1981
1984
|
text-decoration: none;
|
|
1982
1985
|
font-size: var(--text-fz, var(--mantine-font-size-md));
|
|
1983
1986
|
line-height: var(--text-lh, var(--mantine-line-height-md));
|
|
1984
|
-
font-weight:
|
|
1987
|
+
font-weight: var(--mantine-font-weight-regular);
|
|
1985
1988
|
margin: 0;
|
|
1986
1989
|
padding: 0;
|
|
1987
1990
|
}
|
|
@@ -2536,7 +2539,7 @@ fieldset:disabled .mantine-active:active {
|
|
|
2536
2539
|
color: var(--mantine-color-dimmed);
|
|
2537
2540
|
font-size: calc(var(--combobox-option-fz, var(--mantine-font-size-sm)) * 0.85);
|
|
2538
2541
|
padding: var(--combobox-option-padding);
|
|
2539
|
-
font-weight:
|
|
2542
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
2540
2543
|
position: relative;
|
|
2541
2544
|
display: flex;
|
|
2542
2545
|
align-items: center;
|
|
@@ -2966,7 +2969,7 @@ fieldset:disabled .m_8ee546b8,
|
|
|
2966
2969
|
}
|
|
2967
2970
|
|
|
2968
2971
|
.m_104cd71f {
|
|
2969
|
-
font-weight:
|
|
2972
|
+
font-weight: var(--mantine-font-weight-bold);
|
|
2970
2973
|
display: flex;
|
|
2971
2974
|
align-items: center;
|
|
2972
2975
|
justify-content: center;
|
|
@@ -3036,7 +3039,7 @@ fieldset:disabled .m_8ee546b8,
|
|
|
3036
3039
|
justify-content: center;
|
|
3037
3040
|
width: fit-content;
|
|
3038
3041
|
text-transform: uppercase;
|
|
3039
|
-
font-weight:
|
|
3042
|
+
font-weight: var(--mantine-font-weight-bold);
|
|
3040
3043
|
letter-spacing: calc(0.015625rem * var(--mantine-scale));
|
|
3041
3044
|
cursor: default;
|
|
3042
3045
|
text-overflow: ellipsis;
|
|
@@ -3292,7 +3295,7 @@ fieldset:disabled .m_8ee546b8,
|
|
|
3292
3295
|
--button-color: var(--mantine-color-white);
|
|
3293
3296
|
|
|
3294
3297
|
user-select: none;
|
|
3295
|
-
font-weight:
|
|
3298
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
3296
3299
|
position: relative;
|
|
3297
3300
|
line-height: 1;
|
|
3298
3301
|
text-align: center;
|
|
@@ -3508,7 +3511,7 @@ fieldset:disabled .m_8ee546b8,
|
|
|
3508
3511
|
--section-padding-x: var(--section-padding-x-sm);
|
|
3509
3512
|
--section-color: var(--mantine-color-white);
|
|
3510
3513
|
|
|
3511
|
-
font-weight:
|
|
3514
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
3512
3515
|
width: auto;
|
|
3513
3516
|
border-radius: var(--section-radius, var(--mantine-radius-default));
|
|
3514
3517
|
font-size: var(--section-fz, var(--mantine-font-size-sm));
|
|
@@ -3683,7 +3686,7 @@ fieldset:disabled .m_8ee546b8,
|
|
|
3683
3686
|
}
|
|
3684
3687
|
|
|
3685
3688
|
.m_be049a53:where([data-checked]) {
|
|
3686
|
-
padding: var(--chip-checked-padding);
|
|
3689
|
+
padding-inline: var(--chip-checked-padding);
|
|
3687
3690
|
}
|
|
3688
3691
|
|
|
3689
3692
|
.m_be049a53:where([data-disabled]) {
|
|
@@ -4453,7 +4456,7 @@ fieldset:disabled .m_8ee546b8,
|
|
|
4453
4456
|
|
|
4454
4457
|
font-family: var(--mantine-font-family-monospace);
|
|
4455
4458
|
line-height: var(--mantine-line-height);
|
|
4456
|
-
font-weight:
|
|
4459
|
+
font-weight: var(--mantine-font-weight-bold);
|
|
4457
4460
|
font-size: var(--kbd-fz);
|
|
4458
4461
|
border-radius: var(--mantine-radius-sm);
|
|
4459
4462
|
border: calc(0.0625rem * var(--mantine-scale)) solid;
|
|
@@ -4693,7 +4696,7 @@ fieldset:disabled .m_8ee546b8,
|
|
|
4693
4696
|
|
|
4694
4697
|
.m_9bfac126 {
|
|
4695
4698
|
color: var(--mantine-color-dimmed);
|
|
4696
|
-
font-weight:
|
|
4699
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
4697
4700
|
font-size: var(--mantine-font-size-xs);
|
|
4698
4701
|
padding: calc(var(--mantine-spacing-xs) / 2) var(--mantine-spacing-sm);
|
|
4699
4702
|
cursor: default;
|
|
@@ -5191,7 +5194,7 @@ fieldset:disabled .m_8ee546b8,
|
|
|
5191
5194
|
text-overflow: ellipsis;
|
|
5192
5195
|
font-size: var(--mantine-font-size-sm);
|
|
5193
5196
|
line-height: var(--mantine-line-height-sm);
|
|
5194
|
-
font-weight:
|
|
5197
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
5195
5198
|
}
|
|
5196
5199
|
|
|
5197
5200
|
:where([data-mantine-color-scheme='light']) .m_3feedf16 {
|
|
@@ -6185,7 +6188,7 @@ fieldset:disabled .m_8ee546b8,
|
|
|
6185
6188
|
|
|
6186
6189
|
.m_1738fcb2 {
|
|
6187
6190
|
-webkit-tap-highlight-color: transparent;
|
|
6188
|
-
font-weight:
|
|
6191
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
6189
6192
|
display: block;
|
|
6190
6193
|
text-align: center;
|
|
6191
6194
|
white-space: nowrap;
|
|
@@ -6977,7 +6980,7 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
|
|
|
6977
6980
|
}
|
|
6978
6981
|
|
|
6979
6982
|
.m_12051f6c {
|
|
6980
|
-
font-weight:
|
|
6983
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
6981
6984
|
font-size: var(--stepper-fz);
|
|
6982
6985
|
line-height: 1;
|
|
6983
6986
|
}
|
|
@@ -7034,9 +7037,11 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
|
|
|
7034
7037
|
}
|
|
7035
7038
|
|
|
7036
7039
|
.m_926b4011 {
|
|
7037
|
-
|
|
7038
|
-
|
|
7040
|
+
/* Hide the input visually without removing it from the accessibility tree or obscuring it in the DOM */
|
|
7041
|
+
height: 100%;
|
|
7042
|
+
width: 100%;
|
|
7039
7043
|
opacity: 0;
|
|
7044
|
+
|
|
7040
7045
|
margin: 0;
|
|
7041
7046
|
padding: 0;
|
|
7042
7047
|
position: absolute;
|
|
@@ -7061,7 +7066,7 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
|
|
|
7061
7066
|
display: flex;
|
|
7062
7067
|
align-items: center;
|
|
7063
7068
|
font-size: var(--switch-label-font-size);
|
|
7064
|
-
font-weight:
|
|
7069
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
7065
7070
|
order: var(--switch-order, 1);
|
|
7066
7071
|
user-select: none;
|
|
7067
7072
|
z-index: 0;
|
|
@@ -7195,7 +7200,7 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
|
|
|
7195
7200
|
}
|
|
7196
7201
|
|
|
7197
7202
|
.m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
|
|
7198
|
-
font-weight:
|
|
7203
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
7199
7204
|
}
|
|
7200
7205
|
|
|
7201
7206
|
:where([data-mantine-color-scheme='light']) .m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
|
|
@@ -7773,7 +7778,7 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
|
|
|
7773
7778
|
}
|
|
7774
7779
|
|
|
7775
7780
|
.m_2ebe8099 {
|
|
7776
|
-
font-weight:
|
|
7781
|
+
font-weight: var(--mantine-font-weight-medium);
|
|
7777
7782
|
line-height: 1;
|
|
7778
7783
|
margin-bottom: calc(var(--mantine-spacing-xs) / 2);
|
|
7779
7784
|
}
|
|
@@ -8103,7 +8108,7 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
|
|
|
8103
8108
|
|
|
8104
8109
|
font-family: var(--mantine-font-family-monospace);
|
|
8105
8110
|
line-height: var(--mantine-line-height);
|
|
8106
|
-
font-weight:
|
|
8111
|
+
font-weight: var(--mantine-font-weight-bold);
|
|
8107
8112
|
padding: var(--kbd-padding);
|
|
8108
8113
|
font-size: var(--kbd-fz);
|
|
8109
8114
|
border-radius: var(--mantine-radius-sm);
|