@mantine/core 8.3.1 → 8.3.3

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 (209) hide show
  1. package/cjs/components/Checkbox/Checkbox.cjs +2 -1
  2. package/cjs/components/Checkbox/Checkbox.cjs.map +1 -1
  3. package/cjs/components/Checkbox/CheckboxIndicator/CheckboxIndicator.cjs +2 -1
  4. package/cjs/components/Checkbox/CheckboxIndicator/CheckboxIndicator.cjs.map +1 -1
  5. package/cjs/components/Menu/MenuSub/MenuSub.cjs +1 -1
  6. package/cjs/components/Menu/MenuSub/MenuSub.cjs.map +1 -1
  7. package/cjs/components/NavLink/NavLink.cjs +4 -2
  8. package/cjs/components/NavLink/NavLink.cjs.map +1 -1
  9. package/cjs/components/Popover/Popover.cjs +4 -2
  10. package/cjs/components/Popover/Popover.cjs.map +1 -1
  11. package/cjs/components/Tabs/TabsTab/TabsTab.cjs +1 -1
  12. package/cjs/components/Tabs/TabsTab/TabsTab.cjs.map +1 -1
  13. package/esm/components/Checkbox/Checkbox.mjs +2 -1
  14. package/esm/components/Checkbox/Checkbox.mjs.map +1 -1
  15. package/esm/components/Checkbox/CheckboxIndicator/CheckboxIndicator.mjs +2 -1
  16. package/esm/components/Checkbox/CheckboxIndicator/CheckboxIndicator.mjs.map +1 -1
  17. package/esm/components/Menu/MenuSub/MenuSub.mjs +1 -1
  18. package/esm/components/Menu/MenuSub/MenuSub.mjs.map +1 -1
  19. package/esm/components/NavLink/NavLink.mjs +4 -2
  20. package/esm/components/NavLink/NavLink.mjs.map +1 -1
  21. package/esm/components/Popover/Popover.mjs +4 -2
  22. package/esm/components/Popover/Popover.mjs.map +1 -1
  23. package/esm/components/Tabs/TabsTab/TabsTab.mjs +1 -1
  24. package/esm/components/Tabs/TabsTab/TabsTab.mjs.map +1 -1
  25. package/lib/components/Menu/MenuSub/MenuSub.d.ts +2 -0
  26. package/lib/components/NavLink/NavLink.d.ts +4 -0
  27. package/package.json +2 -2
  28. package/styles.css +64 -13
  29. package/styles.layer.css +64 -13
  30. package/styles/Accordion.css +0 -178
  31. package/styles/Accordion.layer.css +0 -179
  32. package/styles/ActionIcon.css +0 -188
  33. package/styles/ActionIcon.layer.css +0 -189
  34. package/styles/Affix.css +0 -8
  35. package/styles/Affix.layer.css +0 -9
  36. package/styles/Alert.css +0 -82
  37. package/styles/Alert.layer.css +0 -83
  38. package/styles/Anchor.css +0 -56
  39. package/styles/Anchor.layer.css +0 -57
  40. package/styles/AngleSlider.css +0 -106
  41. package/styles/AngleSlider.layer.css +0 -107
  42. package/styles/AppShell.css +0 -127
  43. package/styles/AppShell.layer.css +0 -128
  44. package/styles/AspectRatio.css +0 -13
  45. package/styles/AspectRatio.layer.css +0 -14
  46. package/styles/Avatar.css +0 -68
  47. package/styles/Avatar.layer.css +0 -69
  48. package/styles/BackgroundImage.css +0 -9
  49. package/styles/BackgroundImage.layer.css +0 -10
  50. package/styles/Badge.css +0 -127
  51. package/styles/Badge.layer.css +0 -128
  52. package/styles/Blockquote.css +0 -41
  53. package/styles/Blockquote.layer.css +0 -42
  54. package/styles/Breadcrumbs.css +0 -27
  55. package/styles/Breadcrumbs.layer.css +0 -28
  56. package/styles/Burger.css +0 -68
  57. package/styles/Burger.layer.css +0 -69
  58. package/styles/Button.css +0 -261
  59. package/styles/Button.layer.css +0 -262
  60. package/styles/Card.css +0 -54
  61. package/styles/Card.layer.css +0 -55
  62. package/styles/Center.css +0 -9
  63. package/styles/Center.layer.css +0 -10
  64. package/styles/Checkbox.css +0 -103
  65. package/styles/Checkbox.layer.css +0 -104
  66. package/styles/CheckboxCard.css +0 -24
  67. package/styles/CheckboxCard.layer.css +0 -25
  68. package/styles/CheckboxIndicator.css +0 -87
  69. package/styles/CheckboxIndicator.layer.css +0 -88
  70. package/styles/Chip.css +0 -199
  71. package/styles/Chip.layer.css +0 -200
  72. package/styles/CloseButton.css +0 -58
  73. package/styles/CloseButton.layer.css +0 -59
  74. package/styles/Code.css +0 -21
  75. package/styles/Code.layer.css +0 -22
  76. package/styles/ColorInput.css +0 -21
  77. package/styles/ColorInput.layer.css +0 -22
  78. package/styles/ColorPicker.css +0 -160
  79. package/styles/ColorPicker.layer.css +0 -161
  80. package/styles/ColorSwatch.css +0 -71
  81. package/styles/ColorSwatch.layer.css +0 -72
  82. package/styles/Combobox.css +0 -210
  83. package/styles/Combobox.layer.css +0 -211
  84. package/styles/Container.css +0 -37
  85. package/styles/Container.layer.css +0 -38
  86. package/styles/Dialog.css +0 -19
  87. package/styles/Dialog.layer.css +0 -20
  88. package/styles/Divider.css +0 -62
  89. package/styles/Divider.layer.css +0 -63
  90. package/styles/Drawer.css +0 -33
  91. package/styles/Drawer.layer.css +0 -34
  92. package/styles/Fieldset.css +0 -49
  93. package/styles/Fieldset.layer.css +0 -50
  94. package/styles/Flex.css +0 -3
  95. package/styles/Flex.layer.css +0 -4
  96. package/styles/FloatingIndicator.css +0 -20
  97. package/styles/FloatingIndicator.layer.css +0 -21
  98. package/styles/Grid.css +0 -34
  99. package/styles/Grid.layer.css +0 -35
  100. package/styles/Group.css +0 -13
  101. package/styles/Group.layer.css +0 -14
  102. package/styles/Image.css +0 -6
  103. package/styles/Image.layer.css +0 -7
  104. package/styles/Indicator.css +0 -64
  105. package/styles/Indicator.layer.css +0 -65
  106. package/styles/InlineInput.css +0 -66
  107. package/styles/InlineInput.layer.css +0 -67
  108. package/styles/Input.css +0 -301
  109. package/styles/Input.layer.css +0 -302
  110. package/styles/Kbd.css +0 -31
  111. package/styles/Kbd.layer.css +0 -32
  112. package/styles/List.css +0 -49
  113. package/styles/List.layer.css +0 -50
  114. package/styles/Loader.css +0 -114
  115. package/styles/Loader.layer.css +0 -115
  116. package/styles/LoadingOverlay.css +0 -18
  117. package/styles/LoadingOverlay.layer.css +0 -19
  118. package/styles/Mark.css +0 -11
  119. package/styles/Mark.layer.css +0 -12
  120. package/styles/Menu.css +0 -80
  121. package/styles/Menu.layer.css +0 -81
  122. package/styles/Modal.css +0 -61
  123. package/styles/Modal.layer.css +0 -62
  124. package/styles/ModalBase.css +0 -56
  125. package/styles/ModalBase.layer.css +0 -57
  126. package/styles/NavLink.css +0 -118
  127. package/styles/NavLink.layer.css +0 -119
  128. package/styles/Notification.css +0 -131
  129. package/styles/Notification.layer.css +0 -132
  130. package/styles/NumberInput.css +0 -81
  131. package/styles/NumberInput.layer.css +0 -82
  132. package/styles/Overlay.css +0 -19
  133. package/styles/Overlay.layer.css +0 -20
  134. package/styles/Pagination.css +0 -96
  135. package/styles/Pagination.layer.css +0 -97
  136. package/styles/Paper.css +0 -24
  137. package/styles/Paper.layer.css +0 -25
  138. package/styles/PasswordInput.css +0 -62
  139. package/styles/PasswordInput.layer.css +0 -63
  140. package/styles/Pill.css +0 -117
  141. package/styles/Pill.layer.css +0 -118
  142. package/styles/PillsInput.css +0 -45
  143. package/styles/PillsInput.layer.css +0 -46
  144. package/styles/PinInput.css +0 -13
  145. package/styles/PinInput.layer.css +0 -14
  146. package/styles/Popover.css +0 -36
  147. package/styles/Popover.layer.css +0 -37
  148. package/styles/Progress.css +0 -142
  149. package/styles/Progress.layer.css +0 -143
  150. package/styles/Radio.css +0 -109
  151. package/styles/Radio.layer.css +0 -110
  152. package/styles/RadioCard.css +0 -24
  153. package/styles/RadioCard.layer.css +0 -25
  154. package/styles/RadioIndicator.css +0 -91
  155. package/styles/RadioIndicator.layer.css +0 -92
  156. package/styles/Rating.css +0 -82
  157. package/styles/Rating.layer.css +0 -83
  158. package/styles/RingProgress.css +0 -39
  159. package/styles/RingProgress.layer.css +0 -40
  160. package/styles/ScrollArea.css +0 -189
  161. package/styles/ScrollArea.layer.css +0 -190
  162. package/styles/SegmentedControl.css +0 -224
  163. package/styles/SegmentedControl.layer.css +0 -225
  164. package/styles/SemiCircleProgress.css +0 -56
  165. package/styles/SemiCircleProgress.layer.css +0 -57
  166. package/styles/SimpleGrid.css +0 -9
  167. package/styles/SimpleGrid.layer.css +0 -10
  168. package/styles/Skeleton.css +0 -50
  169. package/styles/Skeleton.layer.css +0 -51
  170. package/styles/Slider.css +0 -209
  171. package/styles/Slider.layer.css +0 -210
  172. package/styles/Spoiler.css +0 -21
  173. package/styles/Spoiler.layer.css +0 -22
  174. package/styles/Stack.css +0 -7
  175. package/styles/Stack.layer.css +0 -8
  176. package/styles/Stepper.css +0 -204
  177. package/styles/Stepper.layer.css +0 -205
  178. package/styles/Switch.css +0 -172
  179. package/styles/Switch.layer.css +0 -173
  180. package/styles/Table.css +0 -159
  181. package/styles/Table.layer.css +0 -160
  182. package/styles/TableOfContents.css +0 -38
  183. package/styles/TableOfContents.layer.css +0 -39
  184. package/styles/Tabs.css +0 -368
  185. package/styles/Tabs.layer.css +0 -369
  186. package/styles/Text.css +0 -51
  187. package/styles/Text.layer.css +0 -52
  188. package/styles/ThemeIcon.css +0 -24
  189. package/styles/ThemeIcon.layer.css +0 -25
  190. package/styles/Timeline.css +0 -173
  191. package/styles/Timeline.layer.css +0 -174
  192. package/styles/Title.css +0 -16
  193. package/styles/Title.layer.css +0 -17
  194. package/styles/Tooltip.css +0 -34
  195. package/styles/Tooltip.layer.css +0 -35
  196. package/styles/Tree.css +0 -36
  197. package/styles/Tree.layer.css +0 -37
  198. package/styles/Typography.css +0 -209
  199. package/styles/Typography.layer.css +0 -210
  200. package/styles/UnstyledButton.css +0 -17
  201. package/styles/UnstyledButton.layer.css +0 -18
  202. package/styles/VisuallyHidden.css +0 -11
  203. package/styles/VisuallyHidden.layer.css +0 -12
  204. package/styles/baseline.css +0 -40
  205. package/styles/baseline.layer.css +0 -41
  206. package/styles/default-css-variables.css +0 -519
  207. package/styles/default-css-variables.layer.css +0 -520
  208. package/styles/global.css +0 -40
  209. package/styles/global.layer.css +0 -41
@@ -1,189 +0,0 @@
1
- @layer mantine {.m_8d3f4000 {
2
- --ai-size-xs: 18px;
3
- --ai-size-sm: 22px;
4
- --ai-size-md: 28px;
5
- --ai-size-lg: 34px;
6
- --ai-size-xl: 44px;
7
-
8
- --ai-size-input-xs: 30px;
9
- --ai-size-input-sm: 36px;
10
- --ai-size-input-md: 42px;
11
- --ai-size-input-lg: 50px;
12
- --ai-size-input-xl: 60px;
13
-
14
- --ai-size: var(--ai-size-md);
15
- --ai-color: var(--mantine-color-white);
16
-
17
- line-height: 1;
18
- display: inline-flex;
19
- align-items: center;
20
- justify-content: center;
21
- position: relative;
22
- user-select: none;
23
- overflow: hidden;
24
-
25
- width: var(--ai-size);
26
- height: var(--ai-size);
27
- min-width: var(--ai-size);
28
- min-height: var(--ai-size);
29
- border-radius: var(--ai-radius, var(--mantine-radius-default));
30
- background: var(--ai-bg, var(--mantine-primary-color-filled));
31
- color: var(--ai-color, var(--mantine-color-white));
32
- border: var(--ai-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
33
- cursor: pointer;
34
- }
35
-
36
- @media (hover: hover) {
37
- .m_8d3f4000:hover:where(:not([data-loading], :disabled, [data-disabled])) {
38
- background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
39
- color: var(--ai-hover-color, var(--ai-color));
40
- }
41
- }
42
-
43
- @media (hover: none) {
44
- .m_8d3f4000:active:where(:not([data-loading], :disabled, [data-disabled])) {
45
- background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
46
- color: var(--ai-hover-color, var(--ai-color));
47
- }
48
- }
49
-
50
- .m_8d3f4000[data-loading] {
51
- cursor: not-allowed;
52
- }
53
-
54
- .m_8d3f4000[data-loading] .m_8d3afb97 {
55
- opacity: 0;
56
- transform: translateY(100%);
57
- }
58
-
59
- .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
60
- cursor: not-allowed;
61
- border: 1px solid transparent;
62
- color: var(--mantine-color-disabled-color);
63
- background-color: var(--mantine-color-disabled);
64
- }
65
-
66
- .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])):active {
67
- transform: none;
68
- }
69
-
70
- .m_302b9fb1 {
71
- inset: -1px;
72
- position: absolute;
73
- border-radius: var(--ai-radius, var(--mantine-radius-default));
74
- display: flex;
75
- align-items: center;
76
- justify-content: center;
77
- }
78
-
79
- :where([data-mantine-color-scheme='light']) .m_302b9fb1 {
80
- background-color: rgba(255, 255, 255, 0.15);
81
- }
82
-
83
- :where([data-mantine-color-scheme='dark']) .m_302b9fb1 {
84
- background-color: rgba(0, 0, 0, 0.15);
85
- }
86
-
87
- .m_1a0f1b21 {
88
- --ai-border-width: 1px;
89
- display: flex;
90
- }
91
-
92
- .m_1a0f1b21 :where(*):focus {
93
- position: relative;
94
- z-index: 1;
95
- }
96
-
97
- .m_1a0f1b21[data-orientation='horizontal'] {
98
- flex-direction: row;
99
- }
100
-
101
- .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):first-child {
102
- border-end-end-radius: 0;
103
- border-start-end-radius: 0;
104
- border-inline-end-width: calc(var(--ai-border-width) / 2);
105
- }
106
-
107
- .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):last-child {
108
- border-end-start-radius: 0;
109
- border-start-start-radius: 0;
110
- border-inline-start-width: calc(var(--ai-border-width) / 2);
111
- }
112
-
113
- .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
114
- border-radius: 0;
115
- border-inline-width: calc(var(--ai-border-width) / 2);
116
- }
117
-
118
- .m_1a0f1b21[data-orientation='vertical'] {
119
- flex-direction: column;
120
- }
121
-
122
- .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):first-child {
123
- border-end-start-radius: 0;
124
- border-end-end-radius: 0;
125
- border-bottom-width: calc(var(--ai-border-width) / 2);
126
- }
127
-
128
- .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):last-child {
129
- border-start-start-radius: 0;
130
- border-start-end-radius: 0;
131
- border-top-width: calc(var(--ai-border-width) / 2);
132
- }
133
-
134
- .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
135
- border-radius: 0;
136
- border-bottom-width: calc(var(--ai-border-width) / 2);
137
- border-top-width: calc(var(--ai-border-width) / 2);
138
- }
139
-
140
- .m_8d3afb97 {
141
- display: flex;
142
- align-items: center;
143
- justify-content: center;
144
- transition:
145
- transform 150ms ease,
146
- opacity 100ms ease;
147
- width: 100%;
148
- height: 100%;
149
- }
150
-
151
- .m_437b6484 {
152
- --section-height-xs: 18px;
153
- --section-height-sm: 22px;
154
- --section-height-md: 28px;
155
- --section-height-lg: 34px;
156
- --section-height-xl: 44px;
157
-
158
- --section-height-input-xs: 30px;
159
- --section-height-input-sm: 36px;
160
- --section-height-input-md: 42px;
161
- --section-height-input-lg: 50px;
162
- --section-height-input-xl: 60px;
163
-
164
- --section-padding-x-xs: 6px;
165
- --section-padding-x-sm: 8px;
166
- --section-padding-x-md: 10px;
167
- --section-padding-x-lg: 12px;
168
- --section-padding-x-xl: 16px;
169
-
170
- --section-height: var(--section-height-sm);
171
- --section-padding-x: var(--section-padding-x-sm);
172
- --section-color: var(--mantine-color-white);
173
-
174
- font-weight: 600;
175
- width: auto;
176
- border-radius: var(--section-radius, var(--mantine-radius-default));
177
- font-size: var(--section-fz, var(--mantine-font-size-sm));
178
- background: var(--section-bg, var(--mantine-primary-color-filled));
179
- border: var(--section-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
180
- color: var(--section-color, var(--mantine-color-white));
181
- height: var(--section-height, var(--section-height-sm));
182
- padding-inline: var(--section-padding-x, var(--section-padding-x-sm));
183
- vertical-align: middle;
184
- line-height: 1;
185
- display: inline-flex;
186
- align-items: center;
187
- justify-content: center;
188
- }
189
- }
package/styles/Affix.css DELETED
@@ -1,8 +0,0 @@
1
- .m_7f854edf {
2
- position: fixed;
3
- z-index: var(--affix-z-index);
4
- inset-inline-start: var(--affix-left);
5
- inset-inline-end: var(--affix-right);
6
- top: var(--affix-top);
7
- bottom: var(--affix-bottom);
8
- }
@@ -1,9 +0,0 @@
1
- @layer mantine {.m_7f854edf {
2
- position: fixed;
3
- z-index: var(--affix-z-index);
4
- inset-inline-start: var(--affix-left);
5
- inset-inline-end: var(--affix-right);
6
- top: var(--affix-top);
7
- bottom: var(--affix-bottom);
8
- }
9
- }
package/styles/Alert.css DELETED
@@ -1,82 +0,0 @@
1
- .m_66836ed3 {
2
- --alert-radius: var(--mantine-radius-default);
3
- --alert-bg: var(--mantine-primary-color-light);
4
- --alert-bd: 1px solid transparent;
5
- --alert-color: var(--mantine-primary-color-light-color);
6
-
7
- padding: var(--mantine-spacing-md) var(--mantine-spacing-md);
8
- border-radius: var(--alert-radius);
9
- position: relative;
10
- overflow: hidden;
11
- background-color: var(--alert-bg);
12
- border: var(--alert-bd);
13
- color: var(--alert-color);
14
- }
15
-
16
- .m_a5d60502 {
17
- display: flex;
18
- }
19
-
20
- .m_667c2793 {
21
- flex: 1;
22
- display: flex;
23
- flex-direction: column;
24
- gap: var(--mantine-spacing-xs);
25
- }
26
-
27
- .m_6a03f287 {
28
- display: flex;
29
- align-items: center;
30
- justify-content: space-between;
31
- font-size: var(--mantine-font-size-sm);
32
- font-weight: 700;
33
- }
34
-
35
- .m_6a03f287:where([data-with-close-button]) {
36
- padding-inline-end: var(--mantine-spacing-md);
37
- }
38
-
39
- .m_698f4f23 {
40
- display: block;
41
- overflow: hidden;
42
- text-overflow: ellipsis;
43
- }
44
-
45
- .m_667f2a6a {
46
- line-height: 1;
47
- width: 20px;
48
- height: 20px;
49
- display: flex;
50
- align-items: center;
51
- justify-content: flex-start;
52
- margin-inline-end: var(--mantine-spacing-md);
53
- margin-top: 1px;
54
- }
55
-
56
- .m_7fa78076 {
57
- text-overflow: ellipsis;
58
- overflow: hidden;
59
- font-size: var(--mantine-font-size-sm);
60
- }
61
-
62
- :where([data-mantine-color-scheme='light']) .m_7fa78076 {
63
- color: var(--mantine-color-black);
64
- }
65
-
66
- :where([data-mantine-color-scheme='dark']) .m_7fa78076 {
67
- color: var(--mantine-color-white);
68
- }
69
-
70
- .m_7fa78076:where([data-variant='filled']) {
71
- color: var(--alert-color);
72
- }
73
-
74
- .m_7fa78076:where([data-variant='white']) {
75
- color: var(--mantine-color-black);
76
- }
77
-
78
- .m_87f54839 {
79
- width: 20px;
80
- height: 20px;
81
- color: var(--alert-color);
82
- }
@@ -1,83 +0,0 @@
1
- @layer mantine {.m_66836ed3 {
2
- --alert-radius: var(--mantine-radius-default);
3
- --alert-bg: var(--mantine-primary-color-light);
4
- --alert-bd: 1px solid transparent;
5
- --alert-color: var(--mantine-primary-color-light-color);
6
-
7
- padding: var(--mantine-spacing-md) var(--mantine-spacing-md);
8
- border-radius: var(--alert-radius);
9
- position: relative;
10
- overflow: hidden;
11
- background-color: var(--alert-bg);
12
- border: var(--alert-bd);
13
- color: var(--alert-color);
14
- }
15
-
16
- .m_a5d60502 {
17
- display: flex;
18
- }
19
-
20
- .m_667c2793 {
21
- flex: 1;
22
- display: flex;
23
- flex-direction: column;
24
- gap: var(--mantine-spacing-xs);
25
- }
26
-
27
- .m_6a03f287 {
28
- display: flex;
29
- align-items: center;
30
- justify-content: space-between;
31
- font-size: var(--mantine-font-size-sm);
32
- font-weight: 700;
33
- }
34
-
35
- .m_6a03f287:where([data-with-close-button]) {
36
- padding-inline-end: var(--mantine-spacing-md);
37
- }
38
-
39
- .m_698f4f23 {
40
- display: block;
41
- overflow: hidden;
42
- text-overflow: ellipsis;
43
- }
44
-
45
- .m_667f2a6a {
46
- line-height: 1;
47
- width: 20px;
48
- height: 20px;
49
- display: flex;
50
- align-items: center;
51
- justify-content: flex-start;
52
- margin-inline-end: var(--mantine-spacing-md);
53
- margin-top: 1px;
54
- }
55
-
56
- .m_7fa78076 {
57
- text-overflow: ellipsis;
58
- overflow: hidden;
59
- font-size: var(--mantine-font-size-sm);
60
- }
61
-
62
- :where([data-mantine-color-scheme='light']) .m_7fa78076 {
63
- color: var(--mantine-color-black);
64
- }
65
-
66
- :where([data-mantine-color-scheme='dark']) .m_7fa78076 {
67
- color: var(--mantine-color-white);
68
- }
69
-
70
- .m_7fa78076:where([data-variant='filled']) {
71
- color: var(--alert-color);
72
- }
73
-
74
- .m_7fa78076:where([data-variant='white']) {
75
- color: var(--mantine-color-black);
76
- }
77
-
78
- .m_87f54839 {
79
- width: 20px;
80
- height: 20px;
81
- color: var(--alert-color);
82
- }
83
- }
package/styles/Anchor.css DELETED
@@ -1,56 +0,0 @@
1
- .m_849cf0da {
2
- color: var(--mantine-color-anchor);
3
- text-decoration: none;
4
- appearance: none;
5
- border: none;
6
- display: inline;
7
- padding: 0;
8
- margin: 0;
9
- background-color: transparent;
10
- cursor: pointer;
11
- }
12
-
13
- @media (hover: hover) {
14
-
15
- .m_849cf0da:where([data-underline='hover']):hover {
16
- text-decoration: underline;
17
- }
18
- }
19
-
20
- @media (hover: none) {
21
-
22
- .m_849cf0da:where([data-underline='hover']):active {
23
- text-decoration: underline;
24
- }
25
- }
26
-
27
- .m_849cf0da:where([data-underline='not-hover']) {
28
- text-decoration: underline;
29
- }
30
-
31
- @media (hover: hover) {
32
-
33
- .m_849cf0da:where([data-underline='not-hover']):hover {
34
- text-decoration: none;
35
- }
36
- }
37
-
38
- @media (hover: none) {
39
-
40
- .m_849cf0da:where([data-underline='not-hover']):active {
41
- text-decoration: none;
42
- }
43
- }
44
-
45
- .m_849cf0da:where([data-underline='always']) {
46
- text-decoration: underline;
47
- }
48
-
49
- .m_849cf0da:where([data-variant='gradient']),
50
- .m_849cf0da:where([data-variant='gradient']):hover {
51
- text-decoration: none;
52
- }
53
-
54
- .m_849cf0da:where([data-line-clamp]) {
55
- display: -webkit-box;
56
- }
@@ -1,57 +0,0 @@
1
- @layer mantine {.m_849cf0da {
2
- color: var(--mantine-color-anchor);
3
- text-decoration: none;
4
- appearance: none;
5
- border: none;
6
- display: inline;
7
- padding: 0;
8
- margin: 0;
9
- background-color: transparent;
10
- cursor: pointer;
11
- }
12
-
13
- @media (hover: hover) {
14
-
15
- .m_849cf0da:where([data-underline='hover']):hover {
16
- text-decoration: underline;
17
- }
18
- }
19
-
20
- @media (hover: none) {
21
-
22
- .m_849cf0da:where([data-underline='hover']):active {
23
- text-decoration: underline;
24
- }
25
- }
26
-
27
- .m_849cf0da:where([data-underline='not-hover']) {
28
- text-decoration: underline;
29
- }
30
-
31
- @media (hover: hover) {
32
-
33
- .m_849cf0da:where([data-underline='not-hover']):hover {
34
- text-decoration: none;
35
- }
36
- }
37
-
38
- @media (hover: none) {
39
-
40
- .m_849cf0da:where([data-underline='not-hover']):active {
41
- text-decoration: none;
42
- }
43
- }
44
-
45
- .m_849cf0da:where([data-underline='always']) {
46
- text-decoration: underline;
47
- }
48
-
49
- .m_849cf0da:where([data-variant='gradient']),
50
- .m_849cf0da:where([data-variant='gradient']):hover {
51
- text-decoration: none;
52
- }
53
-
54
- .m_849cf0da:where([data-line-clamp]) {
55
- display: -webkit-box;
56
- }
57
- }
@@ -1,106 +0,0 @@
1
- .m_48204f9b {
2
- width: var(--slider-size);
3
- height: var(--slider-size);
4
- position: relative;
5
- border-radius: 100%;
6
- display: flex;
7
- align-items: center;
8
- justify-content: center;
9
- user-select: none;
10
- }
11
-
12
- .m_48204f9b:focus-within {
13
- outline: 2px solid var(--mantine-primary-color-filled);
14
- outline-offset: 2px;
15
- }
16
-
17
- .m_48204f9b {
18
-
19
- --slider-size: 60px;
20
- --thumb-size: calc(var(--slider-size) / 5);
21
- }
22
-
23
- :where([data-mantine-color-scheme='light']) .m_48204f9b {
24
- background-color: var(--mantine-color-gray-1);
25
- }
26
-
27
- :where([data-mantine-color-scheme='dark']) .m_48204f9b {
28
- background-color: var(--mantine-color-dark-5);
29
- }
30
-
31
- .m_bb9cdbad {
32
- position: absolute;
33
- inset: 1px;
34
- border-radius: var(--slider-size);
35
- pointer-events: none;
36
- }
37
-
38
- .m_481dd586 {
39
- width: 2px;
40
- position: absolute;
41
- top: 0;
42
- bottom: 0;
43
- left: calc(50% - 1px);
44
- transform: rotate(var(--angle));
45
- }
46
-
47
- .m_481dd586::before {
48
- content: '';
49
- position: absolute;
50
- top: calc(var(--thumb-size) / 3);
51
- left: 0.5px;
52
- width: 1px;
53
- height: calc(var(--thumb-size) / 1.5);
54
- transform: translate(-50%, -50%);
55
- }
56
-
57
- :where([data-mantine-color-scheme='light']) .m_481dd586::before {
58
- background-color: var(--mantine-color-gray-4);
59
- }
60
-
61
- :where([data-mantine-color-scheme='dark']) .m_481dd586::before {
62
- background-color: var(--mantine-color-dark-3);
63
- }
64
-
65
- .m_481dd586[data-label]::after {
66
- min-width: 18px;
67
- text-align: center;
68
- content: attr(data-label);
69
- position: absolute;
70
- top: -24px;
71
- left: -7px;
72
- transform: rotate(calc(360deg - var(--angle)));
73
- font-size: var(--mantine-font-size-xs);
74
- }
75
-
76
- .m_bc02ba3d {
77
- position: absolute;
78
- inset-block: 0;
79
- inset-inline-start: calc(50% - 1.5px);
80
- inset-inline-end: 0;
81
- height: 100%;
82
- width: 3px;
83
- outline: none;
84
- pointer-events: none;
85
- }
86
-
87
- .m_bc02ba3d::before {
88
- content: '';
89
- position: absolute;
90
- right: 0;
91
- top: 0;
92
- height: min(var(--thumb-size), calc(var(--slider-size) / 2));
93
- width: 3px;
94
- }
95
-
96
- :where([data-mantine-color-scheme='light']) .m_bc02ba3d::before {
97
- background-color: var(--mantine-color-gray-7);
98
- }
99
-
100
- :where([data-mantine-color-scheme='dark']) .m_bc02ba3d::before {
101
- background-color: var(--mantine-color-dark-1);
102
- }
103
-
104
- .m_bb8e875b {
105
- font-size: var(--mantine-font-size-xs);
106
- }
@@ -1,107 +0,0 @@
1
- @layer mantine {.m_48204f9b {
2
- width: var(--slider-size);
3
- height: var(--slider-size);
4
- position: relative;
5
- border-radius: 100%;
6
- display: flex;
7
- align-items: center;
8
- justify-content: center;
9
- user-select: none;
10
- }
11
-
12
- .m_48204f9b:focus-within {
13
- outline: 2px solid var(--mantine-primary-color-filled);
14
- outline-offset: 2px;
15
- }
16
-
17
- .m_48204f9b {
18
-
19
- --slider-size: 60px;
20
- --thumb-size: calc(var(--slider-size) / 5);
21
- }
22
-
23
- :where([data-mantine-color-scheme='light']) .m_48204f9b {
24
- background-color: var(--mantine-color-gray-1);
25
- }
26
-
27
- :where([data-mantine-color-scheme='dark']) .m_48204f9b {
28
- background-color: var(--mantine-color-dark-5);
29
- }
30
-
31
- .m_bb9cdbad {
32
- position: absolute;
33
- inset: 1px;
34
- border-radius: var(--slider-size);
35
- pointer-events: none;
36
- }
37
-
38
- .m_481dd586 {
39
- width: 2px;
40
- position: absolute;
41
- top: 0;
42
- bottom: 0;
43
- left: calc(50% - 1px);
44
- transform: rotate(var(--angle));
45
- }
46
-
47
- .m_481dd586::before {
48
- content: '';
49
- position: absolute;
50
- top: calc(var(--thumb-size) / 3);
51
- left: 0.5px;
52
- width: 1px;
53
- height: calc(var(--thumb-size) / 1.5);
54
- transform: translate(-50%, -50%);
55
- }
56
-
57
- :where([data-mantine-color-scheme='light']) .m_481dd586::before {
58
- background-color: var(--mantine-color-gray-4);
59
- }
60
-
61
- :where([data-mantine-color-scheme='dark']) .m_481dd586::before {
62
- background-color: var(--mantine-color-dark-3);
63
- }
64
-
65
- .m_481dd586[data-label]::after {
66
- min-width: 18px;
67
- text-align: center;
68
- content: attr(data-label);
69
- position: absolute;
70
- top: -24px;
71
- left: -7px;
72
- transform: rotate(calc(360deg - var(--angle)));
73
- font-size: var(--mantine-font-size-xs);
74
- }
75
-
76
- .m_bc02ba3d {
77
- position: absolute;
78
- inset-block: 0;
79
- inset-inline-start: calc(50% - 1.5px);
80
- inset-inline-end: 0;
81
- height: 100%;
82
- width: 3px;
83
- outline: none;
84
- pointer-events: none;
85
- }
86
-
87
- .m_bc02ba3d::before {
88
- content: '';
89
- position: absolute;
90
- right: 0;
91
- top: 0;
92
- height: min(var(--thumb-size), calc(var(--slider-size) / 2));
93
- width: 3px;
94
- }
95
-
96
- :where([data-mantine-color-scheme='light']) .m_bc02ba3d::before {
97
- background-color: var(--mantine-color-gray-7);
98
- }
99
-
100
- :where([data-mantine-color-scheme='dark']) .m_bc02ba3d::before {
101
- background-color: var(--mantine-color-dark-1);
102
- }
103
-
104
- .m_bb8e875b {
105
- font-size: var(--mantine-font-size-xs);
106
- }
107
- }