@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,127 +0,0 @@
1
- .m_89ab340[data-resizing] {
2
- --app-shell-transition-duration: 0ms !important;
3
- }
4
- .m_89ab340[data-disabled] {
5
- --app-shell-header-offset: 0rem !important;
6
- --app-shell-navbar-offset: 0rem !important;
7
- --app-shell-aside-offset: 0rem !important;
8
- --app-shell-footer-offset: 0rem !important;
9
- }
10
- [data-mantine-color-scheme='light'] .m_89ab340 {
11
- --app-shell-border-color: var(--mantine-color-gray-3);
12
- }
13
- [data-mantine-color-scheme='dark'] .m_89ab340 {
14
- --app-shell-border-color: var(--mantine-color-dark-4);
15
- }
16
-
17
- .m_45252eee,
18
- .m_9cdde9a,
19
- .m_3b16f56b,
20
- .m_8983817,
21
- .m_3840c879 {
22
- transition-duration: var(--app-shell-transition-duration);
23
- transition-timing-function: var(--app-shell-transition-timing-function);
24
- }
25
-
26
- .m_45252eee,
27
- .m_9cdde9a {
28
- position: fixed;
29
- display: flex;
30
- flex-direction: column;
31
- top: var(--app-shell-header-offset, 0rem);
32
- height: calc(
33
- 100dvh - var(--app-shell-header-offset, 0rem) - var(--app-shell-footer-offset, 0rem)
34
- );
35
- background-color: var(--mantine-color-body);
36
- transition-property: transform, top, height;
37
- }
38
-
39
- :where([data-layout='alt']) .m_45252eee, :where([data-layout='alt']) .m_9cdde9a {
40
- top: 0rem;
41
- height: 100dvh;
42
- }
43
-
44
- .m_45252eee {
45
- inset-inline-start: 0;
46
- width: var(--app-shell-navbar-width);
47
- transition-property: transform, top, height;
48
- transform: var(--app-shell-navbar-transform);
49
- z-index: var(--app-shell-navbar-z-index);
50
- }
51
-
52
- :where([dir="rtl"]) .m_45252eee {
53
- transform: var(--app-shell-navbar-transform-rtl);
54
- }
55
-
56
- .m_45252eee:where([data-with-border]) {
57
- border-inline-end: 1px solid var(--app-shell-border-color);
58
- }
59
-
60
- .m_9cdde9a {
61
- inset-inline-end: 0;
62
- width: var(--app-shell-aside-width);
63
- transform: var(--app-shell-aside-transform);
64
- z-index: var(--app-shell-aside-z-index);
65
- }
66
-
67
- :where([dir="rtl"]) .m_9cdde9a {
68
- transform: var(--app-shell-aside-transform-rtl);
69
- }
70
-
71
- .m_9cdde9a:where([data-with-border]) {
72
- border-inline-start: 1px solid var(--app-shell-border-color);
73
- }
74
-
75
- .m_8983817 {
76
- padding-inline-start: calc(var(--app-shell-navbar-offset, 0rem) + var(--app-shell-padding));
77
- padding-inline-end: calc(var(--app-shell-aside-offset, 0rem) + var(--app-shell-padding));
78
- padding-top: calc(var(--app-shell-header-offset, 0rem) + var(--app-shell-padding));
79
- padding-bottom: calc(var(--app-shell-footer-offset, 0rem) + var(--app-shell-padding));
80
- min-height: 100dvh;
81
- transition-property: padding;
82
- }
83
-
84
- .m_3b16f56b,
85
- .m_3840c879 {
86
- position: fixed;
87
- inset-inline: 0;
88
- transition-property: transform, left, right;
89
- background-color: var(--mantine-color-body);
90
- }
91
-
92
- :where([data-layout='alt']) .m_3b16f56b, :where([data-layout='alt']) .m_3840c879 {
93
- inset-inline-start: var(--app-shell-navbar-offset, 0rem);
94
- inset-inline-end: var(--app-shell-aside-offset, 0rem);
95
- }
96
-
97
- .m_3b16f56b {
98
- top: 0;
99
- height: var(--app-shell-header-height);
100
- background-color: var(--mantine-color-body);
101
- transform: var(--app-shell-header-transform);
102
- z-index: var(--app-shell-header-z-index);
103
- }
104
-
105
- .m_3b16f56b:where([data-with-border]) {
106
- border-bottom: 1px solid var(--app-shell-border-color);
107
- }
108
-
109
- .m_3840c879 {
110
- bottom: 0;
111
- height: calc(var(--app-shell-footer-height) + env(safe-area-inset-bottom));
112
- padding-bottom: env(safe-area-inset-bottom);
113
- transform: var(--app-shell-footer-transform);
114
- z-index: var(--app-shell-footer-z-index);
115
- }
116
-
117
- .m_3840c879:where([data-with-border]) {
118
- border-top: 1px solid var(--app-shell-border-color);
119
- }
120
-
121
- .m_6dcfc7c7 {
122
- flex-grow: 0;
123
- }
124
-
125
- .m_6dcfc7c7:where([data-grow]) {
126
- flex-grow: 1;
127
- }
@@ -1,128 +0,0 @@
1
- @layer mantine {.m_89ab340[data-resizing] {
2
- --app-shell-transition-duration: 0ms !important;
3
- }
4
- .m_89ab340[data-disabled] {
5
- --app-shell-header-offset: 0rem !important;
6
- --app-shell-navbar-offset: 0rem !important;
7
- --app-shell-aside-offset: 0rem !important;
8
- --app-shell-footer-offset: 0rem !important;
9
- }
10
- [data-mantine-color-scheme='light'] .m_89ab340 {
11
- --app-shell-border-color: var(--mantine-color-gray-3);
12
- }
13
- [data-mantine-color-scheme='dark'] .m_89ab340 {
14
- --app-shell-border-color: var(--mantine-color-dark-4);
15
- }
16
-
17
- .m_45252eee,
18
- .m_9cdde9a,
19
- .m_3b16f56b,
20
- .m_8983817,
21
- .m_3840c879 {
22
- transition-duration: var(--app-shell-transition-duration);
23
- transition-timing-function: var(--app-shell-transition-timing-function);
24
- }
25
-
26
- .m_45252eee,
27
- .m_9cdde9a {
28
- position: fixed;
29
- display: flex;
30
- flex-direction: column;
31
- top: var(--app-shell-header-offset, 0rem);
32
- height: calc(
33
- 100dvh - var(--app-shell-header-offset, 0rem) - var(--app-shell-footer-offset, 0rem)
34
- );
35
- background-color: var(--mantine-color-body);
36
- transition-property: transform, top, height;
37
- }
38
-
39
- :where([data-layout='alt']) .m_45252eee, :where([data-layout='alt']) .m_9cdde9a {
40
- top: 0rem;
41
- height: 100dvh;
42
- }
43
-
44
- .m_45252eee {
45
- inset-inline-start: 0;
46
- width: var(--app-shell-navbar-width);
47
- transition-property: transform, top, height;
48
- transform: var(--app-shell-navbar-transform);
49
- z-index: var(--app-shell-navbar-z-index);
50
- }
51
-
52
- :where([dir="rtl"]) .m_45252eee {
53
- transform: var(--app-shell-navbar-transform-rtl);
54
- }
55
-
56
- .m_45252eee:where([data-with-border]) {
57
- border-inline-end: 1px solid var(--app-shell-border-color);
58
- }
59
-
60
- .m_9cdde9a {
61
- inset-inline-end: 0;
62
- width: var(--app-shell-aside-width);
63
- transform: var(--app-shell-aside-transform);
64
- z-index: var(--app-shell-aside-z-index);
65
- }
66
-
67
- :where([dir="rtl"]) .m_9cdde9a {
68
- transform: var(--app-shell-aside-transform-rtl);
69
- }
70
-
71
- .m_9cdde9a:where([data-with-border]) {
72
- border-inline-start: 1px solid var(--app-shell-border-color);
73
- }
74
-
75
- .m_8983817 {
76
- padding-inline-start: calc(var(--app-shell-navbar-offset, 0rem) + var(--app-shell-padding));
77
- padding-inline-end: calc(var(--app-shell-aside-offset, 0rem) + var(--app-shell-padding));
78
- padding-top: calc(var(--app-shell-header-offset, 0rem) + var(--app-shell-padding));
79
- padding-bottom: calc(var(--app-shell-footer-offset, 0rem) + var(--app-shell-padding));
80
- min-height: 100dvh;
81
- transition-property: padding;
82
- }
83
-
84
- .m_3b16f56b,
85
- .m_3840c879 {
86
- position: fixed;
87
- inset-inline: 0;
88
- transition-property: transform, left, right;
89
- background-color: var(--mantine-color-body);
90
- }
91
-
92
- :where([data-layout='alt']) .m_3b16f56b, :where([data-layout='alt']) .m_3840c879 {
93
- inset-inline-start: var(--app-shell-navbar-offset, 0rem);
94
- inset-inline-end: var(--app-shell-aside-offset, 0rem);
95
- }
96
-
97
- .m_3b16f56b {
98
- top: 0;
99
- height: var(--app-shell-header-height);
100
- background-color: var(--mantine-color-body);
101
- transform: var(--app-shell-header-transform);
102
- z-index: var(--app-shell-header-z-index);
103
- }
104
-
105
- .m_3b16f56b:where([data-with-border]) {
106
- border-bottom: 1px solid var(--app-shell-border-color);
107
- }
108
-
109
- .m_3840c879 {
110
- bottom: 0;
111
- height: calc(var(--app-shell-footer-height) + env(safe-area-inset-bottom));
112
- padding-bottom: env(safe-area-inset-bottom);
113
- transform: var(--app-shell-footer-transform);
114
- z-index: var(--app-shell-footer-z-index);
115
- }
116
-
117
- .m_3840c879:where([data-with-border]) {
118
- border-top: 1px solid var(--app-shell-border-color);
119
- }
120
-
121
- .m_6dcfc7c7 {
122
- flex-grow: 0;
123
- }
124
-
125
- .m_6dcfc7c7:where([data-grow]) {
126
- flex-grow: 1;
127
- }
128
- }
@@ -1,13 +0,0 @@
1
- .m_71ac47fc {
2
- --ar-ratio: 1;
3
- max-width: 100%;
4
- }
5
-
6
- .m_71ac47fc > :where(*:not(style)) {
7
- aspect-ratio: var(--ar-ratio);
8
- width: 100%;
9
- }
10
-
11
- .m_71ac47fc > :where(img, video) {
12
- object-fit: cover;
13
- }
@@ -1,14 +0,0 @@
1
- @layer mantine {.m_71ac47fc {
2
- --ar-ratio: 1;
3
- max-width: 100%;
4
- }
5
-
6
- .m_71ac47fc > :where(*:not(style)) {
7
- aspect-ratio: var(--ar-ratio);
8
- width: 100%;
9
- }
10
-
11
- .m_71ac47fc > :where(img, video) {
12
- object-fit: cover;
13
- }
14
- }
package/styles/Avatar.css DELETED
@@ -1,68 +0,0 @@
1
- /* Avatar.Group root element */
2
- .m_11def92b {
3
- --ag-spacing: var(--mantine-spacing-sm);
4
- --ag-offset: calc(var(--ag-spacing) * -1);
5
-
6
- display: flex;
7
- padding-inline-start: var(--ag-spacing);
8
- }
9
-
10
- /* Avatar root element */
11
- .m_f85678b6 {
12
- --avatar-size-xs: 16px;
13
- --avatar-size-sm: 26px;
14
- --avatar-size-md: 38px;
15
- --avatar-size-lg: 56px;
16
- --avatar-size-xl: 84px;
17
-
18
- --avatar-size: var(--avatar-size-md);
19
- --avatar-radius: 1000px;
20
- --avatar-bg: var(--mantine-color-gray-light);
21
- --avatar-bd: 1px solid transparent;
22
- --avatar-color: var(--mantine-color-gray-light-color);
23
- --avatar-placeholder-fz: calc(var(--avatar-size) / 2.5);
24
-
25
- -webkit-tap-highlight-color: transparent;
26
- position: relative;
27
- display: block;
28
- user-select: none;
29
- overflow: hidden;
30
- border-radius: var(--avatar-radius);
31
- text-decoration: none;
32
- padding: 0;
33
- width: var(--avatar-size);
34
- height: var(--avatar-size);
35
- min-width: var(--avatar-size);
36
- }
37
- .m_f85678b6:where([data-within-group]) {
38
- margin-inline-start: var(--ag-offset);
39
- border: 2px solid var(--mantine-color-body);
40
- background: var(--mantine-color-body);
41
- }
42
-
43
- .m_11f8ac07 {
44
- object-fit: cover;
45
- width: 100%;
46
- height: 100%;
47
- display: block;
48
- }
49
-
50
- .m_104cd71f {
51
- font-weight: 700;
52
- display: flex;
53
- align-items: center;
54
- justify-content: center;
55
- width: 100%;
56
- height: 100%;
57
- user-select: none;
58
- border-radius: var(--avatar-radius);
59
- font-size: var(--avatar-placeholder-fz);
60
- background: var(--avatar-bg);
61
- border: var(--avatar-bd);
62
- color: var(--avatar-color);
63
- }
64
-
65
- .m_104cd71f > [data-avatar-placeholder-icon] {
66
- width: 70%;
67
- height: 70%;
68
- }
@@ -1,69 +0,0 @@
1
- @layer mantine {/* Avatar.Group root element */
2
- .m_11def92b {
3
- --ag-spacing: var(--mantine-spacing-sm);
4
- --ag-offset: calc(var(--ag-spacing) * -1);
5
-
6
- display: flex;
7
- padding-inline-start: var(--ag-spacing);
8
- }
9
-
10
- /* Avatar root element */
11
- .m_f85678b6 {
12
- --avatar-size-xs: 16px;
13
- --avatar-size-sm: 26px;
14
- --avatar-size-md: 38px;
15
- --avatar-size-lg: 56px;
16
- --avatar-size-xl: 84px;
17
-
18
- --avatar-size: var(--avatar-size-md);
19
- --avatar-radius: 1000px;
20
- --avatar-bg: var(--mantine-color-gray-light);
21
- --avatar-bd: 1px solid transparent;
22
- --avatar-color: var(--mantine-color-gray-light-color);
23
- --avatar-placeholder-fz: calc(var(--avatar-size) / 2.5);
24
-
25
- -webkit-tap-highlight-color: transparent;
26
- position: relative;
27
- display: block;
28
- user-select: none;
29
- overflow: hidden;
30
- border-radius: var(--avatar-radius);
31
- text-decoration: none;
32
- padding: 0;
33
- width: var(--avatar-size);
34
- height: var(--avatar-size);
35
- min-width: var(--avatar-size);
36
- }
37
- .m_f85678b6:where([data-within-group]) {
38
- margin-inline-start: var(--ag-offset);
39
- border: 2px solid var(--mantine-color-body);
40
- background: var(--mantine-color-body);
41
- }
42
-
43
- .m_11f8ac07 {
44
- object-fit: cover;
45
- width: 100%;
46
- height: 100%;
47
- display: block;
48
- }
49
-
50
- .m_104cd71f {
51
- font-weight: 700;
52
- display: flex;
53
- align-items: center;
54
- justify-content: center;
55
- width: 100%;
56
- height: 100%;
57
- user-select: none;
58
- border-radius: var(--avatar-radius);
59
- font-size: var(--avatar-placeholder-fz);
60
- background: var(--avatar-bg);
61
- border: var(--avatar-bd);
62
- color: var(--avatar-color);
63
- }
64
-
65
- .m_104cd71f > [data-avatar-placeholder-icon] {
66
- width: 70%;
67
- height: 70%;
68
- }
69
- }
@@ -1,9 +0,0 @@
1
- .m_2ce0de02 {
2
- background-size: cover;
3
- background-position: center;
4
- display: block;
5
- width: 100%;
6
- border: 0;
7
- text-decoration: none;
8
- border-radius: var(--bi-radius, 0);
9
- }
@@ -1,10 +0,0 @@
1
- @layer mantine {.m_2ce0de02 {
2
- background-size: cover;
3
- background-position: center;
4
- display: block;
5
- width: 100%;
6
- border: 0;
7
- text-decoration: none;
8
- border-radius: var(--bi-radius, 0);
9
- }
10
- }
package/styles/Badge.css DELETED
@@ -1,127 +0,0 @@
1
- .m_347db0ec {
2
- --badge-height-xs: 16px;
3
- --badge-height-sm: 18px;
4
- --badge-height-md: 20px;
5
- --badge-height-lg: 26px;
6
- --badge-height-xl: 32px;
7
-
8
- --badge-fz-xs: 9px;
9
- --badge-fz-sm: 10px;
10
- --badge-fz-md: 11px;
11
- --badge-fz-lg: 13px;
12
- --badge-fz-xl: 16px;
13
-
14
- --badge-padding-x-xs: 6px;
15
- --badge-padding-x-sm: 8px;
16
- --badge-padding-x-md: 10px;
17
- --badge-padding-x-lg: 12px;
18
- --badge-padding-x-xl: 16px;
19
-
20
- --badge-height: var(--badge-height-md);
21
- --badge-fz: var(--badge-fz-md);
22
- --badge-padding-x: var(--badge-padding-x-md);
23
- --badge-radius: 1000px;
24
- --badge-lh: calc(var(--badge-height) - calc(0.125rem * var(--mantine-scale)));
25
- --badge-color: var(--mantine-color-white);
26
- --badge-bg: var(--mantine-primary-color-filled);
27
- --badge-border-width: 1px;
28
- --badge-bd: var(--badge-border-width) solid transparent;
29
-
30
- -webkit-tap-highlight-color: transparent;
31
- font-size: var(--badge-fz);
32
- border-radius: var(--badge-radius);
33
- height: var(--badge-height);
34
- line-height: var(--badge-lh);
35
- text-decoration: none;
36
- padding: 0 var(--badge-padding-x);
37
- display: inline-grid;
38
- align-items: center;
39
- justify-content: center;
40
- width: fit-content;
41
- text-transform: uppercase;
42
- font-weight: 700;
43
- letter-spacing: 0.25px;
44
- cursor: default;
45
- text-overflow: ellipsis;
46
- overflow: hidden;
47
- color: var(--badge-color);
48
- background: var(--badge-bg);
49
- border: var(--badge-bd);
50
- }
51
-
52
- .m_347db0ec:where([data-with-left-section], [data-variant='dot']) {
53
- grid-template-columns: auto 1fr;
54
- }
55
-
56
- .m_347db0ec:where([data-with-right-section]) {
57
- grid-template-columns: 1fr auto;
58
- }
59
-
60
- .m_347db0ec:where(
61
- [data-with-left-section][data-with-right-section],
62
- [data-variant='dot'][data-with-right-section]
63
- ) {
64
- grid-template-columns: auto 1fr auto;
65
- }
66
-
67
- .m_347db0ec:where([data-block]) {
68
- display: flex;
69
- width: 100%;
70
- }
71
-
72
- .m_347db0ec:where([data-circle]) {
73
- padding-inline: 2px;
74
- display: flex;
75
- width: var(--badge-height);
76
- }
77
-
78
- .m_fbd81e3d {
79
- --badge-dot-size: calc(var(--badge-height) / 3.4);
80
- }
81
-
82
- :where([data-mantine-color-scheme='light']) .m_fbd81e3d {
83
- background-color: var(--mantine-color-white);
84
- border-color: var(--mantine-color-gray-4);
85
- color: var(--mantine-color-black);
86
- }
87
-
88
- :where([data-mantine-color-scheme='dark']) .m_fbd81e3d {
89
- background-color: var(--mantine-color-dark-5);
90
- border-color: var(--mantine-color-dark-5);
91
- color: var(--mantine-color-white);
92
- }
93
-
94
- .m_fbd81e3d::before {
95
- content: '';
96
- display: block;
97
- width: var(--badge-dot-size);
98
- height: var(--badge-dot-size);
99
- border-radius: var(--badge-dot-size);
100
- background-color: var(--badge-dot-color);
101
- margin-inline-end: var(--badge-dot-size);
102
- }
103
-
104
- .m_5add502a {
105
- white-space: nowrap;
106
- overflow: hidden;
107
- text-overflow: ellipsis;
108
- text-align: center;
109
- cursor: inherit;
110
- }
111
-
112
- .m_91fdda9b {
113
- --badge-section-margin: calc(var(--mantine-spacing-xs) / 2);
114
-
115
- display: inline-flex;
116
- justify-content: center;
117
- align-items: center;
118
- max-height: calc(var(--badge-height) - var(--badge-border-width) * 2);
119
- }
120
-
121
- .m_91fdda9b:where([data-position='left']) {
122
- margin-inline-end: var(--badge-section-margin);
123
- }
124
-
125
- .m_91fdda9b:where([data-position='right']) {
126
- margin-inline-start: var(--badge-section-margin);
127
- }
@@ -1,128 +0,0 @@
1
- @layer mantine {.m_347db0ec {
2
- --badge-height-xs: 16px;
3
- --badge-height-sm: 18px;
4
- --badge-height-md: 20px;
5
- --badge-height-lg: 26px;
6
- --badge-height-xl: 32px;
7
-
8
- --badge-fz-xs: 9px;
9
- --badge-fz-sm: 10px;
10
- --badge-fz-md: 11px;
11
- --badge-fz-lg: 13px;
12
- --badge-fz-xl: 16px;
13
-
14
- --badge-padding-x-xs: 6px;
15
- --badge-padding-x-sm: 8px;
16
- --badge-padding-x-md: 10px;
17
- --badge-padding-x-lg: 12px;
18
- --badge-padding-x-xl: 16px;
19
-
20
- --badge-height: var(--badge-height-md);
21
- --badge-fz: var(--badge-fz-md);
22
- --badge-padding-x: var(--badge-padding-x-md);
23
- --badge-radius: 1000px;
24
- --badge-lh: calc(var(--badge-height) - calc(0.125rem * var(--mantine-scale)));
25
- --badge-color: var(--mantine-color-white);
26
- --badge-bg: var(--mantine-primary-color-filled);
27
- --badge-border-width: 1px;
28
- --badge-bd: var(--badge-border-width) solid transparent;
29
-
30
- -webkit-tap-highlight-color: transparent;
31
- font-size: var(--badge-fz);
32
- border-radius: var(--badge-radius);
33
- height: var(--badge-height);
34
- line-height: var(--badge-lh);
35
- text-decoration: none;
36
- padding: 0 var(--badge-padding-x);
37
- display: inline-grid;
38
- align-items: center;
39
- justify-content: center;
40
- width: fit-content;
41
- text-transform: uppercase;
42
- font-weight: 700;
43
- letter-spacing: 0.25px;
44
- cursor: default;
45
- text-overflow: ellipsis;
46
- overflow: hidden;
47
- color: var(--badge-color);
48
- background: var(--badge-bg);
49
- border: var(--badge-bd);
50
- }
51
-
52
- .m_347db0ec:where([data-with-left-section], [data-variant='dot']) {
53
- grid-template-columns: auto 1fr;
54
- }
55
-
56
- .m_347db0ec:where([data-with-right-section]) {
57
- grid-template-columns: 1fr auto;
58
- }
59
-
60
- .m_347db0ec:where(
61
- [data-with-left-section][data-with-right-section],
62
- [data-variant='dot'][data-with-right-section]
63
- ) {
64
- grid-template-columns: auto 1fr auto;
65
- }
66
-
67
- .m_347db0ec:where([data-block]) {
68
- display: flex;
69
- width: 100%;
70
- }
71
-
72
- .m_347db0ec:where([data-circle]) {
73
- padding-inline: 2px;
74
- display: flex;
75
- width: var(--badge-height);
76
- }
77
-
78
- .m_fbd81e3d {
79
- --badge-dot-size: calc(var(--badge-height) / 3.4);
80
- }
81
-
82
- :where([data-mantine-color-scheme='light']) .m_fbd81e3d {
83
- background-color: var(--mantine-color-white);
84
- border-color: var(--mantine-color-gray-4);
85
- color: var(--mantine-color-black);
86
- }
87
-
88
- :where([data-mantine-color-scheme='dark']) .m_fbd81e3d {
89
- background-color: var(--mantine-color-dark-5);
90
- border-color: var(--mantine-color-dark-5);
91
- color: var(--mantine-color-white);
92
- }
93
-
94
- .m_fbd81e3d::before {
95
- content: '';
96
- display: block;
97
- width: var(--badge-dot-size);
98
- height: var(--badge-dot-size);
99
- border-radius: var(--badge-dot-size);
100
- background-color: var(--badge-dot-color);
101
- margin-inline-end: var(--badge-dot-size);
102
- }
103
-
104
- .m_5add502a {
105
- white-space: nowrap;
106
- overflow: hidden;
107
- text-overflow: ellipsis;
108
- text-align: center;
109
- cursor: inherit;
110
- }
111
-
112
- .m_91fdda9b {
113
- --badge-section-margin: calc(var(--mantine-spacing-xs) / 2);
114
-
115
- display: inline-flex;
116
- justify-content: center;
117
- align-items: center;
118
- max-height: calc(var(--badge-height) - var(--badge-border-width) * 2);
119
- }
120
-
121
- .m_91fdda9b:where([data-position='left']) {
122
- margin-inline-end: var(--badge-section-margin);
123
- }
124
-
125
- .m_91fdda9b:where([data-position='right']) {
126
- margin-inline-start: var(--badge-section-margin);
127
- }
128
- }