@inchurch/matcha-theme 21.4.0 → 22.1.0

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 (94) hide show
  1. package/abstracts/_colors.scss +236 -236
  2. package/abstracts/_elevation.scss +108 -108
  3. package/abstracts/_functions.scss +321 -321
  4. package/abstracts/_media-breakpoint.scss +26 -26
  5. package/abstracts/_theme-api.scss +219 -219
  6. package/abstracts/_typography.scss +128 -128
  7. package/base/_reset.scss +446 -445
  8. package/components/app-page-header.scss +260 -260
  9. package/components/matcha-accordion.scss +293 -293
  10. package/components/matcha-audio-player.scss +31 -31
  11. package/components/matcha-autocomplete.scss +145 -145
  12. package/components/matcha-avatar.scss +440 -301
  13. package/components/matcha-badge.scss +120 -120
  14. package/components/matcha-breadcrumb.scss +231 -231
  15. package/components/matcha-button-toggle.scss +383 -384
  16. package/components/matcha-buttons.scss +913 -913
  17. package/components/matcha-calendar.scss +218 -218
  18. package/components/matcha-cards.scss +230 -230
  19. package/components/matcha-chart-card.scss +53 -53
  20. package/components/matcha-checkbox.scss +255 -255
  21. package/components/matcha-chip.scss +292 -292
  22. package/components/matcha-color-pick.scss +34 -34
  23. package/components/matcha-command-palette.scss +316 -316
  24. package/components/matcha-contact.scss +35 -0
  25. package/components/matcha-crop.scss +406 -406
  26. package/components/matcha-date.scss +81 -81
  27. package/components/matcha-divider.scss +100 -100
  28. package/components/matcha-draggable.scss +23 -23
  29. package/components/matcha-drawer.scss +376 -376
  30. package/components/matcha-drop-image.scss +14 -14
  31. package/components/matcha-drop-list.scss +430 -430
  32. package/components/matcha-emoji.scss +69 -69
  33. package/components/matcha-empty-state.scss +230 -230
  34. package/components/matcha-file-uploader.scss +471 -471
  35. package/components/matcha-flag.scss +103 -103
  36. package/components/matcha-footer.scss +91 -91
  37. package/components/matcha-form-field.scss +606 -606
  38. package/components/matcha-form-section.scss +100 -100
  39. package/components/matcha-header.scss +135 -135
  40. package/components/matcha-highlight.scss +164 -164
  41. package/components/matcha-hint-text.scss +90 -90
  42. package/components/matcha-horizontal-tree.scss +316 -316
  43. package/components/matcha-icon.scss +98 -98
  44. package/components/matcha-image.scss +61 -61
  45. package/components/matcha-list.scss +211 -211
  46. package/components/matcha-menu.scss +99 -99
  47. package/components/matcha-modal.scss +210 -210
  48. package/components/matcha-nav.scss +581 -581
  49. package/components/matcha-notification.scss +413 -413
  50. package/components/matcha-option.scss +170 -170
  51. package/components/matcha-page-builder.scss +4196 -4196
  52. package/components/matcha-paginator.scss +689 -689
  53. package/components/matcha-panel.scss +194 -194
  54. package/components/matcha-profile-card.scss +50 -50
  55. package/components/matcha-progress-bar.scss +313 -313
  56. package/components/matcha-radio.scss +320 -320
  57. package/components/matcha-ripple.scss +7 -7
  58. package/components/matcha-scrollbar.scss +33 -33
  59. package/components/matcha-scrollbox-shadow.scss +120 -120
  60. package/components/matcha-section.scss +102 -102
  61. package/components/matcha-select-multiple.scss +56 -56
  62. package/components/matcha-select.scss +667 -667
  63. package/components/matcha-skeleton.scss +155 -155
  64. package/components/matcha-slide-toggle.scss +369 -369
  65. package/components/matcha-slider.scss +285 -285
  66. package/components/matcha-snack-bar.scss +259 -259
  67. package/components/matcha-spin.scss +164 -164
  68. package/components/matcha-spinner.scss +97 -97
  69. package/components/matcha-status-pill.scss +38 -18
  70. package/components/matcha-stepper.scss +376 -376
  71. package/components/matcha-table-cell.scss +49 -41
  72. package/components/matcha-table.scss +579 -579
  73. package/components/matcha-tabs.scss +600 -600
  74. package/components/matcha-text-editor.scss +105 -105
  75. package/components/matcha-time.scss +33 -33
  76. package/components/matcha-timepicker.scss +13 -13
  77. package/components/matcha-toolbar.scss +359 -359
  78. package/components/matcha-tooltip.scss +224 -224
  79. package/components/matcha-tree-view.scss +257 -257
  80. package/layout/matcha-page-layout.scss +778 -778
  81. package/main.scss +331 -329
  82. package/package.json +1 -1
  83. package/tokens/_animations-tokens.scss +37 -37
  84. package/tokens/_breakpoints-tokens.scss +35 -35
  85. package/tokens/_color-tokens.scss +274 -274
  86. package/tokens/_elevation-tokens.scss +33 -33
  87. package/tokens/_emit-tokens.scss +324 -324
  88. package/tokens/_material-palette.scss +1149 -1149
  89. package/tokens/_primitives.scss +98 -98
  90. package/tokens/_semantic-aliases.scss +120 -120
  91. package/tokens/_spacing-tokens.scss +94 -94
  92. package/tokens/_static-tokens.scss +137 -137
  93. package/tokens/_typography-tokens.scss +65 -65
  94. package/vendors/charts.scss +90 -90
@@ -1,316 +1,316 @@
1
- @use "sass:map";
2
-
3
- // =============================================================================
4
- // matcha-horizontal-tree.scss — Horizontal org tree with connector lines
5
- // Angular: matcha-horizontal-tree
6
- // =============================================================================
7
-
8
- @mixin matcha-horizontal-tree-theme($theme) {
9
-
10
- .svg-line line {
11
- stroke: var(--matcha-color-text-placeholder);
12
- }
13
-
14
- .child {
15
- .the-line-connect-first {
16
- box-shadow: inset 2px -2px 0 2px var(--matcha-color-accent);
17
- }
18
-
19
- .the-line-connect {
20
- box-shadow: inset 2px -2px 0 2px var(--matcha-color-accent);
21
- }
22
-
23
- .the-line-connect-last {
24
- box-shadow: inset 2px -2px 0 2px var(--matcha-color-accent);
25
- }
26
-
27
- .the-line-connect-first-modal {
28
- box-shadow: inset 2px -2px 0 2px var(--matcha-color-accent-alpha);
29
- }
30
-
31
- .the-line-connect-second-modal {
32
- box-shadow: inset 2px -2px 0 2px var(--matcha-color-accent-alpha);
33
- }
34
-
35
- .the-line-connect-last-modal {
36
- box-shadow: inset 2px -2px 0 2px var(--matcha-color-accent-alpha);
37
- }
38
-
39
- .the-line-connect-start-modal {
40
- box-shadow: inset 2px -2px 0 2px var(--matcha-color-accent-alpha);
41
- }
42
-
43
- .the-line-connect-middle {
44
- box-shadow: inset 2px -2px 0 2px var(--matcha-color-border);
45
- }
46
- }
47
-
48
- .tree-node {
49
- &-content {
50
- &-btn-add-node {
51
- background: var(--matcha-color-surface);
52
- box-shadow: inset 0 0 0 3px var(--matcha-color-accent);
53
-
54
- &-i {
55
- color: var(--matcha-color-accent);
56
- }
57
- }
58
- }
59
- }
60
-
61
- .tree-first-node {
62
- &-begin {
63
- &-btn-add-node {
64
- background: var(--matcha-color-surface);
65
- box-shadow: inset 0 0 0 3px var(--matcha-color-accent);
66
-
67
- &-i {
68
- color: var(--matcha-color-accent);
69
- }
70
- }
71
- }
72
- }
73
- }
74
-
75
- // ── Layout ──────────────────────────────────────────────────────────────────
76
-
77
- .svg-line {
78
- position: absolute;
79
- top: 0;
80
- left: 0;
81
- width: 100%;
82
- height: 100%;
83
- z-index: 0;
84
- pointer-events: none;
85
-
86
- line {
87
- stroke-width: var(--matcha-border-medium, 4px);
88
- }
89
- }
90
-
91
- .child {
92
- display: flex;
93
- position: relative;
94
- pointer-events: none;
95
-
96
- div {
97
- pointer-events: all;
98
- }
99
-
100
- .the-line-connect-first {
101
- width: 56px;
102
- height: var(--matcha-border-medium, 4px);
103
- margin: 56px -16px 56px -40px;
104
- display: flex;
105
- position: absolute;
106
- z-index: 0;
107
- background: transparent;
108
- }
109
-
110
- .the-line-connect {
111
- width: 56px;
112
- height: 92px;
113
- margin: -34px -16px 56px -40px;
114
- display: flex;
115
- position: absolute;
116
- z-index: 0;
117
- background: transparent;
118
- border-radius: 0 0 0 40px;
119
- }
120
-
121
- .the-line-connect-last {
122
- width: 56px;
123
- height: 136px;
124
- margin: -80px -16px 56px -40px;
125
- display: flex;
126
- position: absolute;
127
- z-index: 0;
128
- border-radius: 0 0 0 40px;
129
- background: transparent;
130
- }
131
-
132
- .the-line-connect-first-modal {
133
- width: 56px;
134
- height: var(--matcha-border-medium, 4px);
135
- margin: 56px -16px 56px -40px;
136
- display: flex;
137
- position: absolute;
138
- z-index: 0;
139
- background: transparent;
140
- }
141
-
142
- .the-line-connect-second-modal {
143
- width: 56px;
144
- border-radius: 0 0 0 40px;
145
- z-index: 1;
146
- margin: -16px -16px 56px -40px;
147
- height: 72px;
148
- display: flex;
149
- position: absolute;
150
- background: transparent;
151
- }
152
-
153
- .the-line-connect-last-modal {
154
- width: 56px;
155
- height: 150px;
156
- margin: -90px -16px 56px -40px;
157
- display: flex;
158
- position: absolute;
159
- border-radius: 0 0 0 40px;
160
- z-index: 1;
161
- background: transparent;
162
- }
163
-
164
- .the-line-connect-start-modal {
165
- height: 92px;
166
- margin: -34px -16px 56px -40px;
167
- width: 56px;
168
- border-radius: 0 0 0 40px;
169
- z-index: 1;
170
- display: flex;
171
- position: absolute;
172
- background: transparent;
173
- }
174
-
175
- .the-line-connect-middle {
176
- height: 92px;
177
- margin: -34px -16px 56px -40px;
178
- width: 56px;
179
- border-radius: 0 0 0 40px;
180
- z-index: 0;
181
- display: flex;
182
- position: absolute;
183
- background: transparent;
184
- }
185
- }
186
-
187
- .tree-node {
188
- min-width: 264px;
189
- max-width: 264px;
190
- width: 264px;
191
- height: 80px;
192
- z-index: 1;
193
-
194
- &-header {
195
- display: flex;
196
- justify-content: space-between;
197
- margin-bottom: var(--matcha-space-050, 4px);
198
-
199
- &-title {
200
- font-family: var(--matcha-font-family);
201
- font-size: var(--matcha-text-body-sm, 12px);
202
- line-height: var(--matcha-leading-body-sm, 16px);
203
- display: flex;
204
- margin: 0 0 var(--matcha-space-050, 4px) 0;
205
- align-items: center;
206
- letter-spacing: 0.08em;
207
- text-transform: uppercase;
208
- font-weight: var(--matcha-weight-bold, 700);
209
-
210
- &-bullet {
211
- height: var(--matcha-space-200, 16px);
212
- width: var(--matcha-space-100, 8px);
213
- margin: 0 var(--matcha-space-100, 8px) 0 0;
214
- display: inline-block;
215
- position: relative;
216
- border-radius: var(--matcha-radius-pill, 9999px);
217
- }
218
- }
219
- }
220
-
221
- &-content {
222
- display: flex;
223
- justify-content: space-between;
224
-
225
- &-profile {
226
- display: flex;
227
- align-items: center;
228
- width: 100%;
229
-
230
- &-avatar {
231
- border-radius: var(--matcha-radius-pill, 9999px);
232
- min-width: var(--matcha-icon-size-md, 24px);
233
- min-height: var(--matcha-icon-size-md, 24px);
234
- width: var(--matcha-icon-size-md, 24px);
235
- height: var(--matcha-icon-size-md, 24px);
236
- max-width: var(--matcha-icon-size-md, 24px);
237
- max-height: var(--matcha-icon-size-md, 24px);
238
- }
239
-
240
- &-name {
241
- width: calc(100% - 48px);
242
- display: flex;
243
- line-height: var(--matcha-leading-body-md, 20px);
244
- font-size: var(--matcha-text-title-sm, 16px);
245
- margin: 0 0 0 var(--matcha-space-100, 8px);
246
- -webkit-line-clamp: 2;
247
- overflow: hidden;
248
- text-overflow: ellipsis;
249
- word-break: break-word;
250
- white-space: nowrap;
251
- -webkit-box-orient: vertical;
252
- }
253
- }
254
-
255
- &-btn-add-node {
256
- position: absolute;
257
- margin: var(--matcha-space-300, 24px) 0 0 236px;
258
- width: var(--matcha-icon-size-md, 24px);
259
- height: var(--matcha-icon-size-md, 24px);
260
-
261
- &-i {
262
- line-height: var(--matcha-leading-body-sm, 16px);
263
- border-radius: var(--matcha-radius-pill, 9999px);
264
- }
265
- }
266
- }
267
- }
268
-
269
- .tree-first-node {
270
- display: flex;
271
- justify-content: center;
272
- align-items: center;
273
- min-width: 264px;
274
- max-width: 264px;
275
- width: 264px;
276
- height: 80px;
277
- margin: var(--matcha-space-200, 16px) var(--matcha-space-200, 16px) -10px var(--matcha-space-200, 16px);
278
- border-radius: var(--matcha-radius-lg, 8px);
279
- position: relative;
280
- z-index: 1;
281
-
282
- &-begin {
283
- font-family: var(--matcha-font-family);
284
- font-size: var(--matcha-text-title-sm, 16px);
285
- font-weight: var(--matcha-weight-bold, 700);
286
- line-height: var(--matcha-leading-body-sm, 16px);
287
- display: -webkit-box;
288
- -webkit-line-clamp: 2;
289
- overflow: hidden;
290
- text-overflow: ellipsis;
291
- word-break: break-word;
292
- white-space: initial;
293
- -webkit-box-orient: vertical;
294
- text-transform: capitalize;
295
-
296
- &-btn-add-node {
297
- width: var(--matcha-icon-size-md, 24px);
298
- height: var(--matcha-icon-size-md, 24px);
299
- display: block;
300
- margin: 0 auto;
301
- position: relative;
302
- z-index: 1;
303
-
304
- &-i {
305
- line-height: var(--matcha-leading-body-sm, 16px);
306
- border-radius: var(--matcha-radius-pill, 9999px);
307
- }
308
- }
309
- }
310
- }
311
-
312
- .matcha-horizontal-tree {
313
- overflow: auto;
314
- user-select: none;
315
- -webkit-user-select: none;
316
- }
1
+ @use "sass:map";
2
+
3
+ // =============================================================================
4
+ // matcha-horizontal-tree.scss — Horizontal org tree with connector lines
5
+ // Angular: matcha-horizontal-tree
6
+ // =============================================================================
7
+
8
+ @mixin matcha-horizontal-tree-theme($theme) {
9
+
10
+ .svg-line line {
11
+ stroke: var(--matcha-color-text-placeholder);
12
+ }
13
+
14
+ .child {
15
+ .the-line-connect-first {
16
+ box-shadow: inset 2px -2px 0 2px var(--matcha-color-accent);
17
+ }
18
+
19
+ .the-line-connect {
20
+ box-shadow: inset 2px -2px 0 2px var(--matcha-color-accent);
21
+ }
22
+
23
+ .the-line-connect-last {
24
+ box-shadow: inset 2px -2px 0 2px var(--matcha-color-accent);
25
+ }
26
+
27
+ .the-line-connect-first-modal {
28
+ box-shadow: inset 2px -2px 0 2px var(--matcha-color-accent-alpha);
29
+ }
30
+
31
+ .the-line-connect-second-modal {
32
+ box-shadow: inset 2px -2px 0 2px var(--matcha-color-accent-alpha);
33
+ }
34
+
35
+ .the-line-connect-last-modal {
36
+ box-shadow: inset 2px -2px 0 2px var(--matcha-color-accent-alpha);
37
+ }
38
+
39
+ .the-line-connect-start-modal {
40
+ box-shadow: inset 2px -2px 0 2px var(--matcha-color-accent-alpha);
41
+ }
42
+
43
+ .the-line-connect-middle {
44
+ box-shadow: inset 2px -2px 0 2px var(--matcha-color-border);
45
+ }
46
+ }
47
+
48
+ .tree-node {
49
+ &-content {
50
+ &-btn-add-node {
51
+ background: var(--matcha-color-surface);
52
+ box-shadow: inset 0 0 0 3px var(--matcha-color-accent);
53
+
54
+ &-i {
55
+ color: var(--matcha-color-accent);
56
+ }
57
+ }
58
+ }
59
+ }
60
+
61
+ .tree-first-node {
62
+ &-begin {
63
+ &-btn-add-node {
64
+ background: var(--matcha-color-surface);
65
+ box-shadow: inset 0 0 0 3px var(--matcha-color-accent);
66
+
67
+ &-i {
68
+ color: var(--matcha-color-accent);
69
+ }
70
+ }
71
+ }
72
+ }
73
+ }
74
+
75
+ // ── Layout ──────────────────────────────────────────────────────────────────
76
+
77
+ .svg-line {
78
+ position: absolute;
79
+ top: 0;
80
+ left: 0;
81
+ width: 100%;
82
+ height: 100%;
83
+ z-index: 0;
84
+ pointer-events: none;
85
+
86
+ line {
87
+ stroke-width: var(--matcha-border-medium, 4px);
88
+ }
89
+ }
90
+
91
+ .child {
92
+ display: flex;
93
+ position: relative;
94
+ pointer-events: none;
95
+
96
+ div {
97
+ pointer-events: all;
98
+ }
99
+
100
+ .the-line-connect-first {
101
+ width: 56px;
102
+ height: var(--matcha-border-medium, 4px);
103
+ margin: 56px -16px 56px -40px;
104
+ display: flex;
105
+ position: absolute;
106
+ z-index: 0;
107
+ background: transparent;
108
+ }
109
+
110
+ .the-line-connect {
111
+ width: 56px;
112
+ height: 92px;
113
+ margin: -34px -16px 56px -40px;
114
+ display: flex;
115
+ position: absolute;
116
+ z-index: 0;
117
+ background: transparent;
118
+ border-radius: 0 0 0 40px;
119
+ }
120
+
121
+ .the-line-connect-last {
122
+ width: 56px;
123
+ height: 136px;
124
+ margin: -80px -16px 56px -40px;
125
+ display: flex;
126
+ position: absolute;
127
+ z-index: 0;
128
+ border-radius: 0 0 0 40px;
129
+ background: transparent;
130
+ }
131
+
132
+ .the-line-connect-first-modal {
133
+ width: 56px;
134
+ height: var(--matcha-border-medium, 4px);
135
+ margin: 56px -16px 56px -40px;
136
+ display: flex;
137
+ position: absolute;
138
+ z-index: 0;
139
+ background: transparent;
140
+ }
141
+
142
+ .the-line-connect-second-modal {
143
+ width: 56px;
144
+ border-radius: 0 0 0 40px;
145
+ z-index: 1;
146
+ margin: -16px -16px 56px -40px;
147
+ height: 72px;
148
+ display: flex;
149
+ position: absolute;
150
+ background: transparent;
151
+ }
152
+
153
+ .the-line-connect-last-modal {
154
+ width: 56px;
155
+ height: 150px;
156
+ margin: -90px -16px 56px -40px;
157
+ display: flex;
158
+ position: absolute;
159
+ border-radius: 0 0 0 40px;
160
+ z-index: 1;
161
+ background: transparent;
162
+ }
163
+
164
+ .the-line-connect-start-modal {
165
+ height: 92px;
166
+ margin: -34px -16px 56px -40px;
167
+ width: 56px;
168
+ border-radius: 0 0 0 40px;
169
+ z-index: 1;
170
+ display: flex;
171
+ position: absolute;
172
+ background: transparent;
173
+ }
174
+
175
+ .the-line-connect-middle {
176
+ height: 92px;
177
+ margin: -34px -16px 56px -40px;
178
+ width: 56px;
179
+ border-radius: 0 0 0 40px;
180
+ z-index: 0;
181
+ display: flex;
182
+ position: absolute;
183
+ background: transparent;
184
+ }
185
+ }
186
+
187
+ .tree-node {
188
+ min-width: 264px;
189
+ max-width: 264px;
190
+ width: 264px;
191
+ height: 80px;
192
+ z-index: 1;
193
+
194
+ &-header {
195
+ display: flex;
196
+ justify-content: space-between;
197
+ margin-bottom: var(--matcha-space-050, 4px);
198
+
199
+ &-title {
200
+ font-family: var(--matcha-font-family);
201
+ font-size: var(--matcha-text-body-sm, 12px);
202
+ line-height: var(--matcha-leading-body-sm, 16px);
203
+ display: flex;
204
+ margin: 0 0 var(--matcha-space-050, 4px) 0;
205
+ align-items: center;
206
+ letter-spacing: 0.08em;
207
+ text-transform: uppercase;
208
+ font-weight: var(--matcha-weight-bold, 700);
209
+
210
+ &-bullet {
211
+ height: var(--matcha-space-200, 16px);
212
+ width: var(--matcha-space-100, 8px);
213
+ margin: 0 var(--matcha-space-100, 8px) 0 0;
214
+ display: inline-block;
215
+ position: relative;
216
+ border-radius: var(--matcha-radius-pill, 9999px);
217
+ }
218
+ }
219
+ }
220
+
221
+ &-content {
222
+ display: flex;
223
+ justify-content: space-between;
224
+
225
+ &-profile {
226
+ display: flex;
227
+ align-items: center;
228
+ width: 100%;
229
+
230
+ &-avatar {
231
+ border-radius: var(--matcha-radius-pill, 9999px);
232
+ min-width: var(--matcha-icon-size-md, 24px);
233
+ min-height: var(--matcha-icon-size-md, 24px);
234
+ width: var(--matcha-icon-size-md, 24px);
235
+ height: var(--matcha-icon-size-md, 24px);
236
+ max-width: var(--matcha-icon-size-md, 24px);
237
+ max-height: var(--matcha-icon-size-md, 24px);
238
+ }
239
+
240
+ &-name {
241
+ width: calc(100% - 48px);
242
+ display: flex;
243
+ line-height: var(--matcha-leading-body-md, 20px);
244
+ font-size: var(--matcha-text-title-sm, 16px);
245
+ margin: 0 0 0 var(--matcha-space-100, 8px);
246
+ -webkit-line-clamp: 2;
247
+ overflow: hidden;
248
+ text-overflow: ellipsis;
249
+ word-break: break-word;
250
+ white-space: nowrap;
251
+ -webkit-box-orient: vertical;
252
+ }
253
+ }
254
+
255
+ &-btn-add-node {
256
+ position: absolute;
257
+ margin: var(--matcha-space-300, 24px) 0 0 236px;
258
+ width: var(--matcha-icon-size-md, 24px);
259
+ height: var(--matcha-icon-size-md, 24px);
260
+
261
+ &-i {
262
+ line-height: var(--matcha-leading-body-sm, 16px);
263
+ border-radius: var(--matcha-radius-pill, 9999px);
264
+ }
265
+ }
266
+ }
267
+ }
268
+
269
+ .tree-first-node {
270
+ display: flex;
271
+ justify-content: center;
272
+ align-items: center;
273
+ min-width: 264px;
274
+ max-width: 264px;
275
+ width: 264px;
276
+ height: 80px;
277
+ margin: var(--matcha-space-200, 16px) var(--matcha-space-200, 16px) -10px var(--matcha-space-200, 16px);
278
+ border-radius: var(--matcha-radius-lg, 8px);
279
+ position: relative;
280
+ z-index: 1;
281
+
282
+ &-begin {
283
+ font-family: var(--matcha-font-family);
284
+ font-size: var(--matcha-text-title-sm, 16px);
285
+ font-weight: var(--matcha-weight-bold, 700);
286
+ line-height: var(--matcha-leading-body-sm, 16px);
287
+ display: -webkit-box;
288
+ -webkit-line-clamp: 2;
289
+ overflow: hidden;
290
+ text-overflow: ellipsis;
291
+ word-break: break-word;
292
+ white-space: initial;
293
+ -webkit-box-orient: vertical;
294
+ text-transform: capitalize;
295
+
296
+ &-btn-add-node {
297
+ width: var(--matcha-icon-size-md, 24px);
298
+ height: var(--matcha-icon-size-md, 24px);
299
+ display: block;
300
+ margin: 0 auto;
301
+ position: relative;
302
+ z-index: 1;
303
+
304
+ &-i {
305
+ line-height: var(--matcha-leading-body-sm, 16px);
306
+ border-radius: var(--matcha-radius-pill, 9999px);
307
+ }
308
+ }
309
+ }
310
+ }
311
+
312
+ .matcha-horizontal-tree {
313
+ overflow: auto;
314
+ user-select: none;
315
+ -webkit-user-select: none;
316
+ }