@mantine/core 8.3.3 → 8.3.4

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.
Files changed (189) hide show
  1. package/cjs/components/Input/InputClearSection/InputClearSection.cjs +1 -1
  2. package/cjs/components/Input/InputClearSection/InputClearSection.cjs.map +1 -1
  3. package/cjs/components/Transition/get-transition-styles/get-transition-styles.cjs +0 -1
  4. package/cjs/components/Transition/get-transition-styles/get-transition-styles.cjs.map +1 -1
  5. package/esm/components/Input/InputClearSection/InputClearSection.mjs +1 -1
  6. package/esm/components/Input/InputClearSection/InputClearSection.mjs.map +1 -1
  7. package/esm/components/Transition/get-transition-styles/get-transition-styles.mjs +0 -1
  8. package/esm/components/Transition/get-transition-styles/get-transition-styles.mjs.map +1 -1
  9. package/package.json +2 -2
  10. package/styles/Accordion.css +178 -0
  11. package/styles/Accordion.layer.css +179 -0
  12. package/styles/ActionIcon.css +188 -0
  13. package/styles/ActionIcon.layer.css +189 -0
  14. package/styles/Affix.css +8 -0
  15. package/styles/Affix.layer.css +9 -0
  16. package/styles/Alert.css +82 -0
  17. package/styles/Alert.layer.css +83 -0
  18. package/styles/Anchor.css +56 -0
  19. package/styles/Anchor.layer.css +57 -0
  20. package/styles/AngleSlider.css +106 -0
  21. package/styles/AngleSlider.layer.css +107 -0
  22. package/styles/AppShell.css +127 -0
  23. package/styles/AppShell.layer.css +128 -0
  24. package/styles/AspectRatio.css +13 -0
  25. package/styles/AspectRatio.layer.css +14 -0
  26. package/styles/Avatar.css +68 -0
  27. package/styles/Avatar.layer.css +69 -0
  28. package/styles/BackgroundImage.css +9 -0
  29. package/styles/BackgroundImage.layer.css +10 -0
  30. package/styles/Badge.css +127 -0
  31. package/styles/Badge.layer.css +128 -0
  32. package/styles/Blockquote.css +41 -0
  33. package/styles/Blockquote.layer.css +42 -0
  34. package/styles/Breadcrumbs.css +27 -0
  35. package/styles/Breadcrumbs.layer.css +28 -0
  36. package/styles/Burger.css +68 -0
  37. package/styles/Burger.layer.css +69 -0
  38. package/styles/Button.css +261 -0
  39. package/styles/Button.layer.css +262 -0
  40. package/styles/Card.css +54 -0
  41. package/styles/Card.layer.css +55 -0
  42. package/styles/Center.css +9 -0
  43. package/styles/Center.layer.css +10 -0
  44. package/styles/Checkbox.css +110 -0
  45. package/styles/Checkbox.layer.css +111 -0
  46. package/styles/CheckboxCard.css +24 -0
  47. package/styles/CheckboxCard.layer.css +25 -0
  48. package/styles/CheckboxIndicator.css +97 -0
  49. package/styles/CheckboxIndicator.layer.css +98 -0
  50. package/styles/Chip.css +199 -0
  51. package/styles/Chip.layer.css +200 -0
  52. package/styles/CloseButton.css +58 -0
  53. package/styles/CloseButton.layer.css +59 -0
  54. package/styles/Code.css +21 -0
  55. package/styles/Code.layer.css +22 -0
  56. package/styles/ColorInput.css +21 -0
  57. package/styles/ColorInput.layer.css +22 -0
  58. package/styles/ColorPicker.css +160 -0
  59. package/styles/ColorPicker.layer.css +161 -0
  60. package/styles/ColorSwatch.css +71 -0
  61. package/styles/ColorSwatch.layer.css +72 -0
  62. package/styles/Combobox.css +210 -0
  63. package/styles/Combobox.layer.css +211 -0
  64. package/styles/Container.css +37 -0
  65. package/styles/Container.layer.css +38 -0
  66. package/styles/Dialog.css +19 -0
  67. package/styles/Dialog.layer.css +20 -0
  68. package/styles/Divider.css +62 -0
  69. package/styles/Divider.layer.css +63 -0
  70. package/styles/Drawer.css +33 -0
  71. package/styles/Drawer.layer.css +34 -0
  72. package/styles/Fieldset.css +49 -0
  73. package/styles/Fieldset.layer.css +50 -0
  74. package/styles/Flex.css +3 -0
  75. package/styles/Flex.layer.css +4 -0
  76. package/styles/FloatingIndicator.css +20 -0
  77. package/styles/FloatingIndicator.layer.css +21 -0
  78. package/styles/Grid.css +34 -0
  79. package/styles/Grid.layer.css +35 -0
  80. package/styles/Group.css +13 -0
  81. package/styles/Group.layer.css +14 -0
  82. package/styles/Image.css +6 -0
  83. package/styles/Image.layer.css +7 -0
  84. package/styles/Indicator.css +64 -0
  85. package/styles/Indicator.layer.css +65 -0
  86. package/styles/InlineInput.css +66 -0
  87. package/styles/InlineInput.layer.css +67 -0
  88. package/styles/Input.css +333 -0
  89. package/styles/Input.layer.css +334 -0
  90. package/styles/Kbd.css +31 -0
  91. package/styles/Kbd.layer.css +32 -0
  92. package/styles/List.css +51 -0
  93. package/styles/List.layer.css +52 -0
  94. package/styles/Loader.css +114 -0
  95. package/styles/Loader.layer.css +115 -0
  96. package/styles/LoadingOverlay.css +18 -0
  97. package/styles/LoadingOverlay.layer.css +19 -0
  98. package/styles/Mark.css +11 -0
  99. package/styles/Mark.layer.css +12 -0
  100. package/styles/Menu.css +80 -0
  101. package/styles/Menu.layer.css +81 -0
  102. package/styles/Modal.css +61 -0
  103. package/styles/Modal.layer.css +62 -0
  104. package/styles/ModalBase.css +56 -0
  105. package/styles/ModalBase.layer.css +57 -0
  106. package/styles/NavLink.css +118 -0
  107. package/styles/NavLink.layer.css +119 -0
  108. package/styles/Notification.css +131 -0
  109. package/styles/Notification.layer.css +132 -0
  110. package/styles/NumberInput.css +81 -0
  111. package/styles/NumberInput.layer.css +82 -0
  112. package/styles/Overlay.css +19 -0
  113. package/styles/Overlay.layer.css +20 -0
  114. package/styles/Pagination.css +96 -0
  115. package/styles/Pagination.layer.css +97 -0
  116. package/styles/Paper.css +24 -0
  117. package/styles/Paper.layer.css +25 -0
  118. package/styles/PasswordInput.css +62 -0
  119. package/styles/PasswordInput.layer.css +63 -0
  120. package/styles/Pill.css +117 -0
  121. package/styles/Pill.layer.css +118 -0
  122. package/styles/PillsInput.css +45 -0
  123. package/styles/PillsInput.layer.css +46 -0
  124. package/styles/PinInput.css +13 -0
  125. package/styles/PinInput.layer.css +14 -0
  126. package/styles/Popover.css +36 -0
  127. package/styles/Popover.layer.css +37 -0
  128. package/styles/Progress.css +142 -0
  129. package/styles/Progress.layer.css +143 -0
  130. package/styles/Radio.css +109 -0
  131. package/styles/Radio.layer.css +110 -0
  132. package/styles/RadioCard.css +24 -0
  133. package/styles/RadioCard.layer.css +25 -0
  134. package/styles/RadioIndicator.css +91 -0
  135. package/styles/RadioIndicator.layer.css +92 -0
  136. package/styles/Rating.css +82 -0
  137. package/styles/Rating.layer.css +83 -0
  138. package/styles/RingProgress.css +39 -0
  139. package/styles/RingProgress.layer.css +40 -0
  140. package/styles/ScrollArea.css +189 -0
  141. package/styles/ScrollArea.layer.css +190 -0
  142. package/styles/SegmentedControl.css +224 -0
  143. package/styles/SegmentedControl.layer.css +225 -0
  144. package/styles/SemiCircleProgress.css +56 -0
  145. package/styles/SemiCircleProgress.layer.css +57 -0
  146. package/styles/SimpleGrid.css +9 -0
  147. package/styles/SimpleGrid.layer.css +10 -0
  148. package/styles/Skeleton.css +50 -0
  149. package/styles/Skeleton.layer.css +51 -0
  150. package/styles/Slider.css +209 -0
  151. package/styles/Slider.layer.css +210 -0
  152. package/styles/Spoiler.css +21 -0
  153. package/styles/Spoiler.layer.css +22 -0
  154. package/styles/Stack.css +7 -0
  155. package/styles/Stack.layer.css +8 -0
  156. package/styles/Stepper.css +204 -0
  157. package/styles/Stepper.layer.css +205 -0
  158. package/styles/Switch.css +172 -0
  159. package/styles/Switch.layer.css +173 -0
  160. package/styles/Table.css +159 -0
  161. package/styles/Table.layer.css +160 -0
  162. package/styles/TableOfContents.css +38 -0
  163. package/styles/TableOfContents.layer.css +39 -0
  164. package/styles/Tabs.css +368 -0
  165. package/styles/Tabs.layer.css +369 -0
  166. package/styles/Text.css +51 -0
  167. package/styles/Text.layer.css +52 -0
  168. package/styles/ThemeIcon.css +24 -0
  169. package/styles/ThemeIcon.layer.css +25 -0
  170. package/styles/Timeline.css +173 -0
  171. package/styles/Timeline.layer.css +174 -0
  172. package/styles/Title.css +16 -0
  173. package/styles/Title.layer.css +17 -0
  174. package/styles/Tooltip.css +34 -0
  175. package/styles/Tooltip.layer.css +35 -0
  176. package/styles/Tree.css +36 -0
  177. package/styles/Tree.layer.css +37 -0
  178. package/styles/Typography.css +209 -0
  179. package/styles/Typography.layer.css +210 -0
  180. package/styles/UnstyledButton.css +17 -0
  181. package/styles/UnstyledButton.layer.css +18 -0
  182. package/styles/VisuallyHidden.css +11 -0
  183. package/styles/VisuallyHidden.layer.css +12 -0
  184. package/styles/baseline.css +40 -0
  185. package/styles/baseline.layer.css +41 -0
  186. package/styles/default-css-variables.css +519 -0
  187. package/styles/default-css-variables.layer.css +520 -0
  188. package/styles/global.css +40 -0
  189. package/styles/global.layer.css +41 -0
@@ -0,0 +1,118 @@
1
+ @layer mantine {.m_7cda1cd6 {
2
+ --pill-fz-xs: 10px;
3
+ --pill-fz-sm: 12px;
4
+ --pill-fz-md: 14px;
5
+ --pill-fz-lg: 16px;
6
+ --pill-fz-xl: 18px;
7
+
8
+ --pill-height-xs: 18px;
9
+ --pill-height-sm: 22px;
10
+ --pill-height-md: 25px;
11
+ --pill-height-lg: 28px;
12
+ --pill-height-xl: 32px;
13
+
14
+ --pill-fz: var(--pill-fz-sm);
15
+ --pill-height: var(--pill-height-sm);
16
+
17
+ font-size: var(--pill-fz);
18
+ flex: 0;
19
+ height: var(--pill-height);
20
+ padding-inline: 0.8em;
21
+ display: inline-flex;
22
+ align-items: center;
23
+ border-radius: var(--pill-radius, 1000rem);
24
+ line-height: 1;
25
+ white-space: nowrap;
26
+ user-select: none;
27
+ -webkit-user-select: none;
28
+ max-width: 100%;
29
+ }
30
+
31
+ :where([data-mantine-color-scheme='dark']) .m_7cda1cd6 {
32
+ background-color: var(--mantine-color-dark-7);
33
+ color: var(--mantine-color-dark-0);
34
+ }
35
+
36
+ :where([data-mantine-color-scheme='light']) .m_7cda1cd6 {
37
+ color: var(--mantine-color-black);
38
+ }
39
+
40
+ .m_7cda1cd6:where([data-with-remove]:not(:has(button:disabled))) {
41
+ padding-inline-end: 0;
42
+ }
43
+
44
+ .m_7cda1cd6:where([data-disabled], :has(button:disabled)) {
45
+ cursor: not-allowed;
46
+ }
47
+
48
+ :where([data-mantine-color-scheme='light']) .m_44da308b {
49
+ background-color: var(--mantine-color-gray-1);
50
+ }
51
+
52
+ :where([data-mantine-color-scheme='light']) .m_44da308b:where([data-disabled], :has(button:disabled)) {
53
+ background-color: var(--mantine-color-disabled);
54
+ }
55
+
56
+ :where([data-mantine-color-scheme='light']) .m_e3a01f8 {
57
+ background-color: var(--mantine-color-white);
58
+ }
59
+
60
+ :where([data-mantine-color-scheme='light']) .m_e3a01f8:where([data-disabled], :has(button:disabled)) {
61
+ background-color: var(--mantine-color-disabled);
62
+ }
63
+
64
+ .m_1e0e6180 {
65
+ cursor: inherit;
66
+ overflow: hidden;
67
+ height: 100%;
68
+ line-height: var(--pill-height);
69
+ text-overflow: ellipsis;
70
+ }
71
+
72
+ .m_ae386778 {
73
+ color: inherit;
74
+ font-size: inherit;
75
+ height: 100%;
76
+ min-height: unset;
77
+ min-width: 2em;
78
+ width: unset;
79
+ border-radius: 0;
80
+ padding-inline-start: 0.1em;
81
+ padding-inline-end: 0.3em;
82
+ flex: 0;
83
+ border-end-end-radius: var(--pill-radius, 50%);
84
+ border-start-end-radius: var(--pill-radius, 50%);
85
+ }
86
+
87
+ .m_7cda1cd6[data-disabled] > .m_ae386778,
88
+ .m_ae386778:disabled {
89
+ display: none;
90
+ background-color: transparent;
91
+ width: 0.8em;
92
+ min-width: 0.8em;
93
+ padding: 0;
94
+ cursor: not-allowed;
95
+ }
96
+
97
+ .m_7cda1cd6[data-disabled] > .m_ae386778 > svg, .m_ae386778:disabled > svg {
98
+ display: none;
99
+ }
100
+
101
+ .m_ae386778 > svg {
102
+ pointer-events: none;
103
+ }
104
+
105
+ .m_1dcfd90b {
106
+ --pg-gap-xs: 6px;
107
+ --pg-gap-sm: 8px;
108
+ --pg-gap-md: 10px;
109
+ --pg-gap-lg: 12px;
110
+ --pg-gap-xl: 12px;
111
+ --pg-gap: var(--pg-gap-sm);
112
+
113
+ display: flex;
114
+ align-items: center;
115
+ gap: var(--pg-gap);
116
+ flex-wrap: wrap;
117
+ }
118
+ }
@@ -0,0 +1,45 @@
1
+ .m_45c4369d {
2
+ background-color: transparent;
3
+ appearance: none;
4
+ min-width: 100px;
5
+ flex: 1;
6
+ border: 0;
7
+ font-size: inherit;
8
+ height: 1.6em;
9
+ color: inherit;
10
+ padding: 0;
11
+ }
12
+
13
+ .m_45c4369d::placeholder {
14
+ color: var(--input-placeholder-color);
15
+ opacity: 1;
16
+ }
17
+
18
+ .m_45c4369d:where([data-type='hidden'], [data-type='auto']) {
19
+ height: 1px;
20
+ width: 1px;
21
+ top: 0;
22
+ left: 0;
23
+ pointer-events: none;
24
+ position: absolute;
25
+ opacity: 0;
26
+ }
27
+
28
+ .m_45c4369d:focus {
29
+ outline: none;
30
+ }
31
+
32
+ .m_45c4369d:where([data-type='auto']:focus) {
33
+ height: 1.6em;
34
+ visibility: visible;
35
+ opacity: 1;
36
+ position: static;
37
+ }
38
+
39
+ .m_45c4369d:where([data-pointer]:not([data-disabled], :disabled)) {
40
+ cursor: pointer;
41
+ }
42
+
43
+ .m_45c4369d:where([data-disabled], :disabled) {
44
+ cursor: not-allowed;
45
+ }
@@ -0,0 +1,46 @@
1
+ @layer mantine {.m_45c4369d {
2
+ background-color: transparent;
3
+ appearance: none;
4
+ min-width: 100px;
5
+ flex: 1;
6
+ border: 0;
7
+ font-size: inherit;
8
+ height: 1.6em;
9
+ color: inherit;
10
+ padding: 0;
11
+ }
12
+
13
+ .m_45c4369d::placeholder {
14
+ color: var(--input-placeholder-color);
15
+ opacity: 1;
16
+ }
17
+
18
+ .m_45c4369d:where([data-type='hidden'], [data-type='auto']) {
19
+ height: 1px;
20
+ width: 1px;
21
+ top: 0;
22
+ left: 0;
23
+ pointer-events: none;
24
+ position: absolute;
25
+ opacity: 0;
26
+ }
27
+
28
+ .m_45c4369d:focus {
29
+ outline: none;
30
+ }
31
+
32
+ .m_45c4369d:where([data-type='auto']:focus) {
33
+ height: 1.6em;
34
+ visibility: visible;
35
+ opacity: 1;
36
+ position: static;
37
+ }
38
+
39
+ .m_45c4369d:where([data-pointer]:not([data-disabled], :disabled)) {
40
+ cursor: pointer;
41
+ }
42
+
43
+ .m_45c4369d:where([data-disabled], :disabled) {
44
+ cursor: not-allowed;
45
+ }
46
+ }
@@ -0,0 +1,13 @@
1
+ .m_f1cb205a {
2
+ --pin-input-size-xs: 30px;
3
+ --pin-input-size-sm: 36px;
4
+ --pin-input-size-md: 42px;
5
+ --pin-input-size-lg: 50px;
6
+ --pin-input-size-xl: 60px;
7
+ --pin-input-size: var(--pin-input-size-sm);
8
+ }
9
+
10
+ .m_cb288ead {
11
+ width: var(--pin-input-size);
12
+ height: var(--pin-input-size);
13
+ }
@@ -0,0 +1,14 @@
1
+ @layer mantine {.m_f1cb205a {
2
+ --pin-input-size-xs: 30px;
3
+ --pin-input-size-sm: 36px;
4
+ --pin-input-size-md: 42px;
5
+ --pin-input-size-lg: 50px;
6
+ --pin-input-size-xl: 60px;
7
+ --pin-input-size: var(--pin-input-size-sm);
8
+ }
9
+
10
+ .m_cb288ead {
11
+ width: var(--pin-input-size);
12
+ height: var(--pin-input-size);
13
+ }
14
+ }
@@ -0,0 +1,36 @@
1
+ .m_38a85659 {
2
+ position: absolute;
3
+ border: 1px solid var(--popover-border-color);
4
+ padding: var(--mantine-spacing-sm) var(--mantine-spacing-md);
5
+ box-shadow: var(--popover-shadow, none);
6
+ border-radius: var(--popover-radius, var(--mantine-radius-default));
7
+ }
8
+
9
+ .m_38a85659:where([data-fixed]) {
10
+ position: fixed;
11
+ }
12
+
13
+ .m_38a85659:focus {
14
+ outline: none;
15
+ }
16
+
17
+ :where([data-mantine-color-scheme='light']) .m_38a85659 {
18
+ --popover-border-color: var(--mantine-color-gray-2);
19
+ background-color: var(--mantine-color-white);
20
+ }
21
+
22
+ :where([data-mantine-color-scheme='dark']) .m_38a85659 {
23
+ --popover-border-color: var(--mantine-color-dark-4);
24
+ background-color: var(--mantine-color-dark-6);
25
+ }
26
+
27
+ .m_a31dc6c1 {
28
+ background-color: inherit;
29
+ border: 1px solid var(--popover-border-color);
30
+ z-index: 1;
31
+ }
32
+
33
+ .m_3d7bc908 {
34
+ position: fixed;
35
+ inset: 0;
36
+ }
@@ -0,0 +1,37 @@
1
+ @layer mantine {.m_38a85659 {
2
+ position: absolute;
3
+ border: 1px solid var(--popover-border-color);
4
+ padding: var(--mantine-spacing-sm) var(--mantine-spacing-md);
5
+ box-shadow: var(--popover-shadow, none);
6
+ border-radius: var(--popover-radius, var(--mantine-radius-default));
7
+ }
8
+
9
+ .m_38a85659:where([data-fixed]) {
10
+ position: fixed;
11
+ }
12
+
13
+ .m_38a85659:focus {
14
+ outline: none;
15
+ }
16
+
17
+ :where([data-mantine-color-scheme='light']) .m_38a85659 {
18
+ --popover-border-color: var(--mantine-color-gray-2);
19
+ background-color: var(--mantine-color-white);
20
+ }
21
+
22
+ :where([data-mantine-color-scheme='dark']) .m_38a85659 {
23
+ --popover-border-color: var(--mantine-color-dark-4);
24
+ background-color: var(--mantine-color-dark-6);
25
+ }
26
+
27
+ .m_a31dc6c1 {
28
+ background-color: inherit;
29
+ border: 1px solid var(--popover-border-color);
30
+ z-index: 1;
31
+ }
32
+
33
+ .m_3d7bc908 {
34
+ position: fixed;
35
+ inset: 0;
36
+ }
37
+ }
@@ -0,0 +1,142 @@
1
+ @keyframes m_81a374bd {
2
+ 0% {
3
+ background-position: 0 0;
4
+ }
5
+
6
+ 100% {
7
+ background-position: 40px 0;
8
+ }
9
+ }
10
+
11
+ @keyframes m_e0fb7a86 {
12
+ 0% {
13
+ background-position: 0 0;
14
+ }
15
+
16
+ 100% {
17
+ background-position: 0 40px;
18
+ }
19
+ }
20
+
21
+ .m_db6d6462 {
22
+ --progress-radius: var(--mantine-radius-default);
23
+ --progress-size: var(--progress-size-md);
24
+
25
+ --progress-size-xs: 3px;
26
+ --progress-size-sm: 5px;
27
+ --progress-size-md: 8px;
28
+ --progress-size-lg: 12px;
29
+ --progress-size-xl: 16px;
30
+
31
+ position: relative;
32
+ height: var(--progress-size);
33
+ border-radius: var(--progress-radius);
34
+ overflow: hidden;
35
+ display: flex;
36
+ }
37
+
38
+ :where([data-mantine-color-scheme='light']) .m_db6d6462 {
39
+ background-color: var(--mantine-color-gray-2);
40
+ }
41
+
42
+ :where([data-mantine-color-scheme='dark']) .m_db6d6462 {
43
+ background-color: var(--mantine-color-dark-4);
44
+ }
45
+
46
+ .m_db6d6462:where([data-orientation='vertical']) {
47
+ height: auto;
48
+ width: var(--progress-size);
49
+ flex-direction: column-reverse;
50
+ }
51
+
52
+ .m_2242eb65 {
53
+ background-color: var(--progress-section-color);
54
+ height: 100%;
55
+ width: var(--progress-section-size);
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ overflow: hidden;
60
+ background-size: 20px 20px;
61
+ transition: width var(--progress-transition-duration, 100ms) ease;
62
+ }
63
+
64
+ .m_2242eb65:where([data-striped]) {
65
+ background-image: linear-gradient(
66
+ 45deg,
67
+ rgba(255, 255, 255, 0.15) 25%,
68
+ transparent 25%,
69
+ transparent 50%,
70
+ rgba(255, 255, 255, 0.15) 50%,
71
+ rgba(255, 255, 255, 0.15) 75%,
72
+ transparent 75%,
73
+ transparent
74
+ );
75
+ }
76
+
77
+ .m_2242eb65:where([data-animated]) {
78
+ animation: m_81a374bd 1s linear infinite;
79
+ }
80
+
81
+ .m_2242eb65:where(:last-of-type) {
82
+ border-radius: 0;
83
+ border-start-end-radius: var(--progress-radius);
84
+ border-end-end-radius: var(--progress-radius);
85
+ }
86
+
87
+ .m_2242eb65:where(:first-of-type) {
88
+ border-radius: 0;
89
+ border-start-start-radius: var(--progress-radius);
90
+ border-end-start-radius: var(--progress-radius);
91
+ }
92
+
93
+ .m_db6d6462:where([data-orientation='vertical']) .m_2242eb65 {
94
+ width: 100%;
95
+ height: var(--progress-section-size);
96
+ transition: height var(--progress-transition-duration, 100ms) ease;
97
+ }
98
+
99
+ .m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where([data-striped]) {
100
+ background-image: linear-gradient(
101
+ 135deg,
102
+ rgba(255, 255, 255, 0.15) 25%,
103
+ transparent 25%,
104
+ transparent 50%,
105
+ rgba(255, 255, 255, 0.15) 50%,
106
+ rgba(255, 255, 255, 0.15) 75%,
107
+ transparent 75%,
108
+ transparent
109
+ );
110
+ }
111
+
112
+ .m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where([data-animated]) {
113
+ animation: m_e0fb7a86 1s linear infinite;
114
+ }
115
+
116
+ .m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where(:last-of-type) {
117
+ border-radius: 0;
118
+ border-start-start-radius: var(--progress-radius);
119
+ border-start-end-radius: var(--progress-radius);
120
+ }
121
+
122
+ .m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where(:first-of-type) {
123
+ border-radius: 0;
124
+ border-end-start-radius: var(--progress-radius);
125
+ border-end-end-radius: var(--progress-radius);
126
+ }
127
+
128
+ .m_91e40b74 {
129
+ color: var(--progress-label-color, var(--mantine-color-white));
130
+ font-weight: bold;
131
+ user-select: none;
132
+ overflow: hidden;
133
+ white-space: nowrap;
134
+ text-overflow: ellipsis;
135
+ font-size: min(calc(var(--progress-size) * 0.65), calc(1.125rem * var(--mantine-scale)));
136
+ line-height: 1;
137
+ padding-inline: 4px;
138
+ }
139
+
140
+ .m_db6d6462:where([data-orientation='vertical']) .m_91e40b74 {
141
+ writing-mode: vertical-rl;
142
+ }
@@ -0,0 +1,143 @@
1
+ @layer mantine {@keyframes m_81a374bd {
2
+ 0% {
3
+ background-position: 0 0;
4
+ }
5
+
6
+ 100% {
7
+ background-position: 40px 0;
8
+ }
9
+ }
10
+
11
+ @keyframes m_e0fb7a86 {
12
+ 0% {
13
+ background-position: 0 0;
14
+ }
15
+
16
+ 100% {
17
+ background-position: 0 40px;
18
+ }
19
+ }
20
+
21
+ .m_db6d6462 {
22
+ --progress-radius: var(--mantine-radius-default);
23
+ --progress-size: var(--progress-size-md);
24
+
25
+ --progress-size-xs: 3px;
26
+ --progress-size-sm: 5px;
27
+ --progress-size-md: 8px;
28
+ --progress-size-lg: 12px;
29
+ --progress-size-xl: 16px;
30
+
31
+ position: relative;
32
+ height: var(--progress-size);
33
+ border-radius: var(--progress-radius);
34
+ overflow: hidden;
35
+ display: flex;
36
+ }
37
+
38
+ :where([data-mantine-color-scheme='light']) .m_db6d6462 {
39
+ background-color: var(--mantine-color-gray-2);
40
+ }
41
+
42
+ :where([data-mantine-color-scheme='dark']) .m_db6d6462 {
43
+ background-color: var(--mantine-color-dark-4);
44
+ }
45
+
46
+ .m_db6d6462:where([data-orientation='vertical']) {
47
+ height: auto;
48
+ width: var(--progress-size);
49
+ flex-direction: column-reverse;
50
+ }
51
+
52
+ .m_2242eb65 {
53
+ background-color: var(--progress-section-color);
54
+ height: 100%;
55
+ width: var(--progress-section-size);
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ overflow: hidden;
60
+ background-size: 20px 20px;
61
+ transition: width var(--progress-transition-duration, 100ms) ease;
62
+ }
63
+
64
+ .m_2242eb65:where([data-striped]) {
65
+ background-image: linear-gradient(
66
+ 45deg,
67
+ rgba(255, 255, 255, 0.15) 25%,
68
+ transparent 25%,
69
+ transparent 50%,
70
+ rgba(255, 255, 255, 0.15) 50%,
71
+ rgba(255, 255, 255, 0.15) 75%,
72
+ transparent 75%,
73
+ transparent
74
+ );
75
+ }
76
+
77
+ .m_2242eb65:where([data-animated]) {
78
+ animation: m_81a374bd 1s linear infinite;
79
+ }
80
+
81
+ .m_2242eb65:where(:last-of-type) {
82
+ border-radius: 0;
83
+ border-start-end-radius: var(--progress-radius);
84
+ border-end-end-radius: var(--progress-radius);
85
+ }
86
+
87
+ .m_2242eb65:where(:first-of-type) {
88
+ border-radius: 0;
89
+ border-start-start-radius: var(--progress-radius);
90
+ border-end-start-radius: var(--progress-radius);
91
+ }
92
+
93
+ .m_db6d6462:where([data-orientation='vertical']) .m_2242eb65 {
94
+ width: 100%;
95
+ height: var(--progress-section-size);
96
+ transition: height var(--progress-transition-duration, 100ms) ease;
97
+ }
98
+
99
+ .m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where([data-striped]) {
100
+ background-image: linear-gradient(
101
+ 135deg,
102
+ rgba(255, 255, 255, 0.15) 25%,
103
+ transparent 25%,
104
+ transparent 50%,
105
+ rgba(255, 255, 255, 0.15) 50%,
106
+ rgba(255, 255, 255, 0.15) 75%,
107
+ transparent 75%,
108
+ transparent
109
+ );
110
+ }
111
+
112
+ .m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where([data-animated]) {
113
+ animation: m_e0fb7a86 1s linear infinite;
114
+ }
115
+
116
+ .m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where(:last-of-type) {
117
+ border-radius: 0;
118
+ border-start-start-radius: var(--progress-radius);
119
+ border-start-end-radius: var(--progress-radius);
120
+ }
121
+
122
+ .m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where(:first-of-type) {
123
+ border-radius: 0;
124
+ border-end-start-radius: var(--progress-radius);
125
+ border-end-end-radius: var(--progress-radius);
126
+ }
127
+
128
+ .m_91e40b74 {
129
+ color: var(--progress-label-color, var(--mantine-color-white));
130
+ font-weight: bold;
131
+ user-select: none;
132
+ overflow: hidden;
133
+ white-space: nowrap;
134
+ text-overflow: ellipsis;
135
+ font-size: min(calc(var(--progress-size) * 0.65), calc(1.125rem * var(--mantine-scale)));
136
+ line-height: 1;
137
+ padding-inline: 4px;
138
+ }
139
+
140
+ .m_db6d6462:where([data-orientation='vertical']) .m_91e40b74 {
141
+ writing-mode: vertical-rl;
142
+ }
143
+ }
@@ -0,0 +1,109 @@
1
+ .m_f3f1af94 {
2
+ --radio-size-xs: 16px;
3
+ --radio-size-sm: 20px;
4
+ --radio-size-md: 24px;
5
+ --radio-size-lg: 30px;
6
+ --radio-size-xl: 36px;
7
+ --radio-size: var(--radio-size-sm);
8
+
9
+ --radio-icon-size-xs: 6px;
10
+ --radio-icon-size-sm: 8px;
11
+ --radio-icon-size-md: 10px;
12
+ --radio-icon-size-lg: 14px;
13
+ --radio-icon-size-xl: 16px;
14
+ --radio-icon-size: var(--radio-icon-size-sm);
15
+ --radio-icon-color: var(--mantine-color-white);
16
+ }
17
+
18
+ .m_89c4f5e4 {
19
+ position: relative;
20
+ width: var(--radio-size);
21
+ height: var(--radio-size);
22
+ order: 1;
23
+ }
24
+
25
+ .m_89c4f5e4:where([data-label-position='left']) {
26
+ order: 2;
27
+ }
28
+
29
+ .m_f3ed6b2b {
30
+ color: var(--radio-icon-color);
31
+ opacity: var(--radio-icon-opacity, 0);
32
+ transform: var(--radio-icon-transform, scale(0.2) translateY(calc(0.625rem * var(--mantine-scale))));
33
+ transition:
34
+ opacity 100ms ease,
35
+ transform 200ms ease;
36
+ pointer-events: none;
37
+ width: var(--radio-icon-size);
38
+ height: var(--radio-icon-size);
39
+ position: absolute;
40
+ top: calc(50% - var(--radio-icon-size) / 2);
41
+ left: calc(50% - var(--radio-icon-size) / 2);
42
+ }
43
+
44
+ .m_8a3dbb89 {
45
+ border: 1px solid;
46
+ position: relative;
47
+ appearance: none;
48
+ width: var(--radio-size);
49
+ height: var(--radio-size);
50
+ border-radius: var(--radio-radius, var(--radio-size));
51
+ margin: 0;
52
+ display: flex;
53
+ align-items: center;
54
+ justify-content: center;
55
+ transition-property: background-color, border-color;
56
+ transition-timing-function: ease;
57
+ transition-duration: 100ms;
58
+ cursor: var(--mantine-cursor-type);
59
+ -webkit-tap-highlight-color: transparent;
60
+ }
61
+
62
+ :where([data-mantine-color-scheme='light']) .m_8a3dbb89 {
63
+ background-color: var(--mantine-color-white);
64
+ border-color: var(--mantine-color-gray-4);
65
+ }
66
+
67
+ :where([data-mantine-color-scheme='dark']) .m_8a3dbb89 {
68
+ background-color: var(--mantine-color-dark-6);
69
+ border-color: var(--mantine-color-dark-4);
70
+ }
71
+
72
+ .m_8a3dbb89:checked {
73
+ background-color: var(--radio-color, var(--mantine-primary-color-filled));
74
+ border-color: var(--radio-color, var(--mantine-primary-color-filled));
75
+ }
76
+
77
+ .m_8a3dbb89:checked + .m_f3ed6b2b {
78
+ --radio-icon-opacity: 1;
79
+ --radio-icon-transform: scale(1);
80
+ }
81
+
82
+ .m_8a3dbb89:disabled {
83
+ cursor: not-allowed;
84
+ background-color: var(--mantine-color-disabled);
85
+ border-color: var(--mantine-color-disabled-border);
86
+ }
87
+
88
+ .m_8a3dbb89:disabled + .m_f3ed6b2b {
89
+ --radio-icon-color: var(--mantine-color-disabled-color);
90
+ }
91
+
92
+ .m_8a3dbb89:where([data-error]) {
93
+ border-color: var(--mantine-color-error);
94
+ }
95
+
96
+ .m_1bfe9d39 + .m_f3ed6b2b {
97
+ --radio-icon-color: var(--radio-color);
98
+ }
99
+
100
+ .m_1bfe9d39:checked:not(:disabled) {
101
+ background-color: transparent;
102
+ border-color: var(--radio-color);
103
+ }
104
+
105
+ .m_1bfe9d39:checked:not(:disabled) + .m_f3ed6b2b {
106
+ --radio-icon-color: var(--radio-color);
107
+ --radio-icon-opacity: 1;
108
+ --radio-icon-transform: none;
109
+ }