@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.
- package/abstracts/_colors.scss +236 -236
- package/abstracts/_elevation.scss +108 -108
- package/abstracts/_functions.scss +321 -321
- package/abstracts/_media-breakpoint.scss +26 -26
- package/abstracts/_theme-api.scss +219 -219
- package/abstracts/_typography.scss +128 -128
- package/base/_reset.scss +446 -445
- package/components/app-page-header.scss +260 -260
- package/components/matcha-accordion.scss +293 -293
- package/components/matcha-audio-player.scss +31 -31
- package/components/matcha-autocomplete.scss +145 -145
- package/components/matcha-avatar.scss +440 -301
- package/components/matcha-badge.scss +120 -120
- package/components/matcha-breadcrumb.scss +231 -231
- package/components/matcha-button-toggle.scss +383 -384
- package/components/matcha-buttons.scss +913 -913
- package/components/matcha-calendar.scss +218 -218
- package/components/matcha-cards.scss +230 -230
- package/components/matcha-chart-card.scss +53 -53
- package/components/matcha-checkbox.scss +255 -255
- package/components/matcha-chip.scss +292 -292
- package/components/matcha-color-pick.scss +34 -34
- package/components/matcha-command-palette.scss +316 -316
- package/components/matcha-contact.scss +35 -0
- package/components/matcha-crop.scss +406 -406
- package/components/matcha-date.scss +81 -81
- package/components/matcha-divider.scss +100 -100
- package/components/matcha-draggable.scss +23 -23
- package/components/matcha-drawer.scss +376 -376
- package/components/matcha-drop-image.scss +14 -14
- package/components/matcha-drop-list.scss +430 -430
- package/components/matcha-emoji.scss +69 -69
- package/components/matcha-empty-state.scss +230 -230
- package/components/matcha-file-uploader.scss +471 -471
- package/components/matcha-flag.scss +103 -103
- package/components/matcha-footer.scss +91 -91
- package/components/matcha-form-field.scss +606 -606
- package/components/matcha-form-section.scss +100 -100
- package/components/matcha-header.scss +135 -135
- package/components/matcha-highlight.scss +164 -164
- package/components/matcha-hint-text.scss +90 -90
- package/components/matcha-horizontal-tree.scss +316 -316
- package/components/matcha-icon.scss +98 -98
- package/components/matcha-image.scss +61 -61
- package/components/matcha-list.scss +211 -211
- package/components/matcha-menu.scss +99 -99
- package/components/matcha-modal.scss +210 -210
- package/components/matcha-nav.scss +581 -581
- package/components/matcha-notification.scss +413 -413
- package/components/matcha-option.scss +170 -170
- package/components/matcha-page-builder.scss +4196 -4196
- package/components/matcha-paginator.scss +689 -689
- package/components/matcha-panel.scss +194 -194
- package/components/matcha-profile-card.scss +50 -50
- package/components/matcha-progress-bar.scss +313 -313
- package/components/matcha-radio.scss +320 -320
- package/components/matcha-ripple.scss +7 -7
- package/components/matcha-scrollbar.scss +33 -33
- package/components/matcha-scrollbox-shadow.scss +120 -120
- package/components/matcha-section.scss +102 -102
- package/components/matcha-select-multiple.scss +56 -56
- package/components/matcha-select.scss +667 -667
- package/components/matcha-skeleton.scss +155 -155
- package/components/matcha-slide-toggle.scss +369 -369
- package/components/matcha-slider.scss +285 -285
- package/components/matcha-snack-bar.scss +259 -259
- package/components/matcha-spin.scss +164 -164
- package/components/matcha-spinner.scss +97 -97
- package/components/matcha-status-pill.scss +38 -18
- package/components/matcha-stepper.scss +376 -376
- package/components/matcha-table-cell.scss +49 -41
- package/components/matcha-table.scss +579 -579
- package/components/matcha-tabs.scss +600 -600
- package/components/matcha-text-editor.scss +105 -105
- package/components/matcha-time.scss +33 -33
- package/components/matcha-timepicker.scss +13 -13
- package/components/matcha-toolbar.scss +359 -359
- package/components/matcha-tooltip.scss +224 -224
- package/components/matcha-tree-view.scss +257 -257
- package/layout/matcha-page-layout.scss +778 -778
- package/main.scss +331 -329
- package/package.json +1 -1
- package/tokens/_animations-tokens.scss +37 -37
- package/tokens/_breakpoints-tokens.scss +35 -35
- package/tokens/_color-tokens.scss +274 -274
- package/tokens/_elevation-tokens.scss +33 -33
- package/tokens/_emit-tokens.scss +324 -324
- package/tokens/_material-palette.scss +1149 -1149
- package/tokens/_primitives.scss +98 -98
- package/tokens/_semantic-aliases.scss +120 -120
- package/tokens/_spacing-tokens.scss +94 -94
- package/tokens/_static-tokens.scss +137 -137
- package/tokens/_typography-tokens.scss +65 -65
- package/vendors/charts.scss +90 -90
package/main.scss
CHANGED
|
@@ -1,330 +1,332 @@
|
|
|
1
|
-
// TOKENS
|
|
2
|
-
@forward "./tokens/animations-tokens";
|
|
3
|
-
@use "./tokens/animations-tokens" as *;
|
|
4
|
-
@forward "./tokens/breakpoints-tokens";
|
|
5
|
-
@use "./tokens/breakpoints-tokens" as *;
|
|
6
|
-
@forward "./tokens/material-palette";
|
|
7
|
-
@use "./tokens/material-palette" as *; // paletas Material legadas ($mat-*, $blue-grey, …) — consumidas só pelo old API (palette/light-theme/dark-theme). A aposentar com o Track B.
|
|
8
|
-
@forward "./tokens/elevation-tokens";
|
|
9
|
-
@use "./tokens/elevation-tokens" as *;
|
|
10
|
-
@forward "./tokens/spacing-tokens";
|
|
11
|
-
@use "./tokens/spacing-tokens" as *;
|
|
12
|
-
@forward "./tokens/typography-tokens";
|
|
13
|
-
@use "./tokens/typography-tokens" as *;
|
|
14
|
-
@forward "./tokens/color-tokens";
|
|
15
|
-
@use "./tokens/color-tokens" as *; // cor — papéis por modo (synced do Figma via sync-tokens)
|
|
16
|
-
@forward "./tokens/static-tokens";
|
|
17
|
-
@use "./tokens/static-tokens" as *; // não-cor (gerado de global.json) — mixin matcha-static-tokens()
|
|
18
|
-
@forward "./tokens/emit-tokens";
|
|
19
|
-
@use "./tokens/emit-tokens" as *; // emissão — mixin matcha-css-custom-properties() (consome color-tokens + static-tokens)
|
|
20
|
-
@forward "./tokens/primitives";
|
|
21
|
-
@use "./tokens/primitives" as *; // matcha-primitives() — Camada 1: CSS vars de primitivas (--matcha-prim-*) em :root
|
|
22
|
-
@forward "./tokens/semantic-aliases";
|
|
23
|
-
@use "./tokens/semantic-aliases" as *; // $matcha-prim-aliases-{light,dark} — Camada 2: token semântico → primitiva (rota clássica emite var)
|
|
24
|
-
|
|
25
|
-
// FUNCTIONS
|
|
26
|
-
@forward "./abstracts/functions";
|
|
27
|
-
@use "./abstracts/functions" as *; // map-contrast() palette() map-color() light-theme() dark-theme() matcha-typography-level() matcha-typography-config() _matcha-get-type-value() matcha-font-size() matcha-line-height() matcha-font-weight() matcha-letter-spacing() matcha-font-family() _get-umbra-map() _get-penumbra-map() _get-ambient-map() elevation-transition-property-value()
|
|
28
|
-
|
|
29
|
-
// MIXINS
|
|
30
|
-
@forward "./abstracts/theme-api";
|
|
31
|
-
@use "./abstracts/theme-api" as *; // matcha-define-theme() matcha-build-color-map() matcha-role-tokens() matcha-text-on() matcha-contrast-on()
|
|
32
|
-
@forward "./abstracts/colors";
|
|
33
|
-
@use "./abstracts/colors" as *; // colors-classes-static() colors-classes-dynamic()
|
|
34
|
-
@forward "./abstracts/elevation";
|
|
35
|
-
@use "./abstracts/elevation" as *; // elevation() _matcha-theme-elevation() matcha-overridable-elevation() _matcha-theme-overridable-elevation() elevation-transition() elevation-theme()
|
|
36
|
-
@forward "./abstracts/media-breakpoint";
|
|
37
|
-
@use "./abstracts/media-breakpoint" as *; // media-breakpoint()
|
|
38
|
-
|
|
39
|
-
// TYPOGRAPHY
|
|
40
|
-
@forward "./abstracts/typography";
|
|
41
|
-
@use "./abstracts/typography" as *; // matcha-typography-font-shorthand() matcha-typography-level-to-styles() matcha-reset-typography()
|
|
42
|
-
|
|
43
|
-
// BASE
|
|
44
|
-
@forward "./base/reset";
|
|
45
|
-
@use "./base/reset" as *; // base-body-reset-theme()
|
|
46
|
-
|
|
47
|
-
// COMPONENTS
|
|
48
|
-
@forward "./components/matcha-audio-player";
|
|
49
|
-
@use "./components/matcha-audio-player" as *; //matcha-audio-player-theme($theme)
|
|
50
|
-
@forward "./components/matcha-autocomplete";
|
|
51
|
-
@use "./components/matcha-autocomplete" as *; // matcha-autocomplete-theme($theme)
|
|
52
|
-
@forward "./components/matcha-option";
|
|
53
|
-
@use "./components/matcha-option" as *; // matcha-option-theme($theme)
|
|
54
|
-
@forward "./components/matcha-panel";
|
|
55
|
-
@use "./components/matcha-panel" as *; // matcha-panel-theme($theme)
|
|
56
|
-
@forward "./components/matcha-select";
|
|
57
|
-
@use "./components/matcha-select" as *; // matcha-select-theme($theme)
|
|
58
|
-
@forward "./components/matcha-select-multiple";
|
|
59
|
-
@use "./components/matcha-select-multiple" as *; // matcha-select-multiple-theme($theme)
|
|
60
|
-
@forward "./components/matcha-buttons";
|
|
61
|
-
@use "./components/matcha-buttons" as *; // matcha-button-theme($theme)
|
|
62
|
-
@forward "./components/matcha-button-toggle";
|
|
63
|
-
@use "./components/matcha-button-toggle" as *; // matcha-button-toggle-theme($theme)
|
|
64
|
-
@forward "./components/matcha-cards";
|
|
65
|
-
@use "./components/matcha-cards" as *; // matcha-cards-theme($theme)
|
|
66
|
-
@forward "./components/matcha-color-pick";
|
|
67
|
-
@use "./components/matcha-color-pick" as *; // matcha-color-pick-theme($theme)
|
|
68
|
-
@forward "./components/matcha-draggable";
|
|
69
|
-
@use "./components/matcha-draggable" as *; // matcha-draggable-theme($theme)
|
|
70
|
-
@forward "./components/matcha-drop-list";
|
|
71
|
-
@use "./components/matcha-drop-list" as *; // matcha-drop-list-theme($theme)
|
|
72
|
-
@forward "./components/matcha-header";
|
|
73
|
-
@use "./components/matcha-header" as *; // matcha-header-theme($theme) — lib component DSV3
|
|
74
|
-
@forward "./components/app-page-header";
|
|
75
|
-
@use "./components/app-page-header" as *; // app-page-header-theme($theme) — page-header LEGACY da app
|
|
76
|
-
@forward "./components/matcha-horizontal-tree";
|
|
77
|
-
@use "./components/matcha-horizontal-tree" as *; // matcha-horizontal-tree-theme($theme)
|
|
78
|
-
@forward "./components/matcha-menu";
|
|
79
|
-
@use "./components/matcha-menu" as *; // matcha-menu-theme($theme)
|
|
80
|
-
@forward "./components/matcha-progress-bar";
|
|
81
|
-
@use "./components/matcha-progress-bar" as *; // matcha-progress-bar-theme($theme)
|
|
82
|
-
@forward "./components/matcha-scrollbar";
|
|
83
|
-
@use "./components/matcha-scrollbar" as *; // matcha-scrollbar-theme($theme)
|
|
84
|
-
@forward "./components/matcha-scrollbox-shadow";
|
|
85
|
-
@use "./components/matcha-scrollbox-shadow" as *; // matcha-scrollbox-shadow-theme($theme)
|
|
86
|
-
@forward "./components/matcha-skeleton";
|
|
87
|
-
@use "./components/matcha-skeleton" as *; // matcha-skeleton-theme($theme)
|
|
88
|
-
@forward "./components/matcha-table";
|
|
89
|
-
@use "./components/matcha-table" as *; // matcha-table-modern (canon DSV3 1:1 Figma)
|
|
90
|
-
@forward "./components/matcha-table-cell";
|
|
91
|
-
@use "./components/matcha-table-cell" as *; // matcha-table-cell-theme($theme)
|
|
92
|
-
@forward "./components/matcha-
|
|
93
|
-
@use "./components/matcha-
|
|
94
|
-
@forward "./components/matcha-
|
|
95
|
-
@use "./components/matcha-
|
|
96
|
-
@forward "./components/matcha-
|
|
97
|
-
@use "./components/matcha-
|
|
98
|
-
@forward "./components/matcha-
|
|
99
|
-
@use "./components/matcha-
|
|
100
|
-
@forward "./components/matcha-
|
|
101
|
-
@use "./components/matcha-
|
|
102
|
-
@forward "./components/matcha-
|
|
103
|
-
@use "./components/matcha-
|
|
104
|
-
@forward "./components/matcha-
|
|
105
|
-
@use "./components/matcha-
|
|
106
|
-
@forward "./components/matcha-
|
|
107
|
-
@use "./components/matcha-
|
|
108
|
-
@forward "./components/matcha-
|
|
109
|
-
@use "./components/matcha-
|
|
110
|
-
@forward "./components/matcha-
|
|
111
|
-
@use "./components/matcha-
|
|
112
|
-
@forward "./components/matcha-
|
|
113
|
-
@use "./components/matcha-
|
|
114
|
-
@forward "./components/matcha-
|
|
115
|
-
@use "./components/matcha-
|
|
116
|
-
@forward "./components/matcha-
|
|
117
|
-
@use "./components/matcha-
|
|
118
|
-
@forward "./components/matcha-
|
|
119
|
-
@use "./components/matcha-
|
|
120
|
-
@forward "./components/matcha-
|
|
121
|
-
@use "./components/matcha-
|
|
122
|
-
@forward "./components/matcha-
|
|
123
|
-
@use "./components/matcha-
|
|
124
|
-
@forward "./components/matcha-
|
|
125
|
-
@use "./components/matcha-
|
|
126
|
-
@forward "./components/matcha-
|
|
127
|
-
@use "./components/matcha-
|
|
128
|
-
@forward "./components/matcha-
|
|
129
|
-
@use "./components/matcha-
|
|
130
|
-
@forward "./components/matcha-
|
|
131
|
-
@use "./components/matcha-
|
|
132
|
-
@forward "./components/matcha-
|
|
133
|
-
@use "./components/matcha-
|
|
134
|
-
@forward "./components/matcha-
|
|
135
|
-
@use "./components/matcha-
|
|
136
|
-
@forward "./components/matcha-
|
|
137
|
-
@use "./components/matcha-
|
|
138
|
-
@forward "./components/matcha-
|
|
139
|
-
@use "./components/matcha-
|
|
140
|
-
@forward "./components/matcha-
|
|
141
|
-
@use "./components/matcha-
|
|
142
|
-
@forward "./components/matcha-
|
|
143
|
-
@use "./components/matcha-
|
|
144
|
-
@forward "./components/matcha-
|
|
145
|
-
@use "./components/matcha-
|
|
146
|
-
@forward "./components/matcha-
|
|
147
|
-
@use "./components/matcha-
|
|
148
|
-
@forward "./components/matcha-
|
|
149
|
-
@use "./components/matcha-
|
|
150
|
-
@forward "./components/matcha-
|
|
151
|
-
@use "./components/matcha-
|
|
152
|
-
@forward "./components/matcha-
|
|
153
|
-
@use "./components/matcha-
|
|
154
|
-
@forward "./components/matcha-
|
|
155
|
-
@use "./components/matcha-
|
|
156
|
-
@forward "./components/matcha-
|
|
157
|
-
@use "./components/matcha-
|
|
158
|
-
@forward "./components/matcha-
|
|
159
|
-
@use "./components/matcha-
|
|
160
|
-
@forward "./components/matcha-
|
|
161
|
-
@use "./components/matcha-
|
|
162
|
-
@forward "./components/matcha-
|
|
163
|
-
@use "./components/matcha-
|
|
164
|
-
@forward "./components/matcha-
|
|
165
|
-
@use "./components/matcha-
|
|
166
|
-
@forward "./components/matcha-
|
|
167
|
-
@use "./components/matcha-
|
|
168
|
-
@forward "./components/matcha-
|
|
169
|
-
@use "./components/matcha-
|
|
170
|
-
@forward "./components/matcha-
|
|
171
|
-
@use "./components/matcha-
|
|
172
|
-
@forward "./components/matcha-
|
|
173
|
-
@use "./components/matcha-
|
|
174
|
-
@forward "./components/matcha-
|
|
175
|
-
@use "./components/matcha-
|
|
176
|
-
@forward "./components/matcha-
|
|
177
|
-
@use "./components/matcha-
|
|
178
|
-
@forward "./components/matcha-
|
|
179
|
-
@use "./components/matcha-
|
|
180
|
-
@forward "./components/matcha-
|
|
181
|
-
@use "./components/matcha-
|
|
182
|
-
@forward "./components/matcha-
|
|
183
|
-
@use "./components/matcha-
|
|
184
|
-
@forward "./components/matcha-
|
|
185
|
-
@use "./components/matcha-
|
|
186
|
-
@forward "./components/matcha-
|
|
187
|
-
@use "./components/matcha-
|
|
188
|
-
|
|
189
|
-
//
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
//
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
//
|
|
200
|
-
//
|
|
201
|
-
//
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
font-
|
|
206
|
-
font-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
font-
|
|
214
|
-
font-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
//
|
|
222
|
-
|
|
223
|
-
//
|
|
224
|
-
|
|
225
|
-
// -------------------------------------------------------------------------------------------------------------------
|
|
226
|
-
@
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
//
|
|
237
|
-
//
|
|
238
|
-
//
|
|
239
|
-
//
|
|
240
|
-
//
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
@include
|
|
248
|
-
|
|
249
|
-
@include matcha-
|
|
250
|
-
@include matcha-
|
|
251
|
-
@include matcha-
|
|
252
|
-
@include matcha-
|
|
253
|
-
@include matcha-
|
|
254
|
-
|
|
255
|
-
@include matcha-
|
|
256
|
-
|
|
257
|
-
@include matcha-
|
|
258
|
-
@include matcha-
|
|
259
|
-
@include matcha-
|
|
260
|
-
@include matcha-
|
|
261
|
-
@include matcha-
|
|
262
|
-
@include matcha-
|
|
263
|
-
@include
|
|
264
|
-
@include matcha-
|
|
265
|
-
@include
|
|
266
|
-
@include matcha-
|
|
267
|
-
@include matcha-
|
|
268
|
-
@include matcha-
|
|
269
|
-
@include matcha-
|
|
270
|
-
@include matcha-
|
|
271
|
-
@include matcha-
|
|
272
|
-
@include matcha-
|
|
273
|
-
@include matcha-
|
|
274
|
-
@include matcha-
|
|
275
|
-
@include matcha-
|
|
276
|
-
@include matcha-
|
|
277
|
-
@include matcha-
|
|
278
|
-
@include matcha-
|
|
279
|
-
@include matcha-
|
|
280
|
-
@include matcha-
|
|
281
|
-
@include matcha-
|
|
282
|
-
@include matcha-
|
|
283
|
-
@include matcha-
|
|
284
|
-
@include matcha-
|
|
285
|
-
@include matcha-
|
|
286
|
-
@include matcha-
|
|
287
|
-
@include matcha-
|
|
288
|
-
@include matcha-
|
|
289
|
-
@include matcha-
|
|
290
|
-
@include matcha-
|
|
291
|
-
@include matcha-
|
|
292
|
-
@include matcha-
|
|
293
|
-
@include matcha-
|
|
294
|
-
@include matcha-
|
|
295
|
-
@include matcha-
|
|
296
|
-
@include matcha-
|
|
297
|
-
@include matcha-
|
|
298
|
-
@include matcha-
|
|
299
|
-
@include matcha-
|
|
300
|
-
@include matcha-
|
|
301
|
-
@include matcha-
|
|
302
|
-
@include matcha-
|
|
303
|
-
@include matcha-
|
|
304
|
-
@include matcha-
|
|
305
|
-
@include matcha-
|
|
306
|
-
@include matcha-
|
|
307
|
-
@include matcha-
|
|
308
|
-
@include matcha-
|
|
309
|
-
@include matcha-
|
|
310
|
-
@include matcha-
|
|
311
|
-
@include matcha-
|
|
312
|
-
@include matcha-
|
|
313
|
-
@include matcha-
|
|
314
|
-
@include matcha-
|
|
315
|
-
@include matcha-
|
|
316
|
-
@include matcha-
|
|
317
|
-
@include matcha-
|
|
318
|
-
@include matcha-
|
|
319
|
-
@include matcha-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
//
|
|
325
|
-
//
|
|
326
|
-
// @include
|
|
327
|
-
//
|
|
328
|
-
//
|
|
329
|
-
//
|
|
1
|
+
// TOKENS
|
|
2
|
+
@forward "./tokens/animations-tokens";
|
|
3
|
+
@use "./tokens/animations-tokens" as *;
|
|
4
|
+
@forward "./tokens/breakpoints-tokens";
|
|
5
|
+
@use "./tokens/breakpoints-tokens" as *;
|
|
6
|
+
@forward "./tokens/material-palette";
|
|
7
|
+
@use "./tokens/material-palette" as *; // paletas Material legadas ($mat-*, $blue-grey, …) — consumidas só pelo old API (palette/light-theme/dark-theme). A aposentar com o Track B.
|
|
8
|
+
@forward "./tokens/elevation-tokens";
|
|
9
|
+
@use "./tokens/elevation-tokens" as *;
|
|
10
|
+
@forward "./tokens/spacing-tokens";
|
|
11
|
+
@use "./tokens/spacing-tokens" as *;
|
|
12
|
+
@forward "./tokens/typography-tokens";
|
|
13
|
+
@use "./tokens/typography-tokens" as *;
|
|
14
|
+
@forward "./tokens/color-tokens";
|
|
15
|
+
@use "./tokens/color-tokens" as *; // cor — papéis por modo (synced do Figma via sync-tokens)
|
|
16
|
+
@forward "./tokens/static-tokens";
|
|
17
|
+
@use "./tokens/static-tokens" as *; // não-cor (gerado de global.json) — mixin matcha-static-tokens()
|
|
18
|
+
@forward "./tokens/emit-tokens";
|
|
19
|
+
@use "./tokens/emit-tokens" as *; // emissão — mixin matcha-css-custom-properties() (consome color-tokens + static-tokens)
|
|
20
|
+
@forward "./tokens/primitives";
|
|
21
|
+
@use "./tokens/primitives" as *; // matcha-primitives() — Camada 1: CSS vars de primitivas (--matcha-prim-*) em :root
|
|
22
|
+
@forward "./tokens/semantic-aliases";
|
|
23
|
+
@use "./tokens/semantic-aliases" as *; // $matcha-prim-aliases-{light,dark} — Camada 2: token semântico → primitiva (rota clássica emite var)
|
|
24
|
+
|
|
25
|
+
// FUNCTIONS
|
|
26
|
+
@forward "./abstracts/functions";
|
|
27
|
+
@use "./abstracts/functions" as *; // map-contrast() palette() map-color() light-theme() dark-theme() matcha-typography-level() matcha-typography-config() _matcha-get-type-value() matcha-font-size() matcha-line-height() matcha-font-weight() matcha-letter-spacing() matcha-font-family() _get-umbra-map() _get-penumbra-map() _get-ambient-map() elevation-transition-property-value()
|
|
28
|
+
|
|
29
|
+
// MIXINS
|
|
30
|
+
@forward "./abstracts/theme-api";
|
|
31
|
+
@use "./abstracts/theme-api" as *; // matcha-define-theme() matcha-build-color-map() matcha-role-tokens() matcha-text-on() matcha-contrast-on()
|
|
32
|
+
@forward "./abstracts/colors";
|
|
33
|
+
@use "./abstracts/colors" as *; // colors-classes-static() colors-classes-dynamic()
|
|
34
|
+
@forward "./abstracts/elevation";
|
|
35
|
+
@use "./abstracts/elevation" as *; // elevation() _matcha-theme-elevation() matcha-overridable-elevation() _matcha-theme-overridable-elevation() elevation-transition() elevation-theme()
|
|
36
|
+
@forward "./abstracts/media-breakpoint";
|
|
37
|
+
@use "./abstracts/media-breakpoint" as *; // media-breakpoint()
|
|
38
|
+
|
|
39
|
+
// TYPOGRAPHY
|
|
40
|
+
@forward "./abstracts/typography";
|
|
41
|
+
@use "./abstracts/typography" as *; // matcha-typography-font-shorthand() matcha-typography-level-to-styles() matcha-reset-typography()
|
|
42
|
+
|
|
43
|
+
// BASE
|
|
44
|
+
@forward "./base/reset";
|
|
45
|
+
@use "./base/reset" as *; // base-body-reset-theme()
|
|
46
|
+
|
|
47
|
+
// COMPONENTS
|
|
48
|
+
@forward "./components/matcha-audio-player";
|
|
49
|
+
@use "./components/matcha-audio-player" as *; //matcha-audio-player-theme($theme)
|
|
50
|
+
@forward "./components/matcha-autocomplete";
|
|
51
|
+
@use "./components/matcha-autocomplete" as *; // matcha-autocomplete-theme($theme)
|
|
52
|
+
@forward "./components/matcha-option";
|
|
53
|
+
@use "./components/matcha-option" as *; // matcha-option-theme($theme)
|
|
54
|
+
@forward "./components/matcha-panel";
|
|
55
|
+
@use "./components/matcha-panel" as *; // matcha-panel-theme($theme)
|
|
56
|
+
@forward "./components/matcha-select";
|
|
57
|
+
@use "./components/matcha-select" as *; // matcha-select-theme($theme)
|
|
58
|
+
@forward "./components/matcha-select-multiple";
|
|
59
|
+
@use "./components/matcha-select-multiple" as *; // matcha-select-multiple-theme($theme)
|
|
60
|
+
@forward "./components/matcha-buttons";
|
|
61
|
+
@use "./components/matcha-buttons" as *; // matcha-button-theme($theme)
|
|
62
|
+
@forward "./components/matcha-button-toggle";
|
|
63
|
+
@use "./components/matcha-button-toggle" as *; // matcha-button-toggle-theme($theme)
|
|
64
|
+
@forward "./components/matcha-cards";
|
|
65
|
+
@use "./components/matcha-cards" as *; // matcha-cards-theme($theme)
|
|
66
|
+
@forward "./components/matcha-color-pick";
|
|
67
|
+
@use "./components/matcha-color-pick" as *; // matcha-color-pick-theme($theme)
|
|
68
|
+
@forward "./components/matcha-draggable";
|
|
69
|
+
@use "./components/matcha-draggable" as *; // matcha-draggable-theme($theme)
|
|
70
|
+
@forward "./components/matcha-drop-list";
|
|
71
|
+
@use "./components/matcha-drop-list" as *; // matcha-drop-list-theme($theme)
|
|
72
|
+
@forward "./components/matcha-header";
|
|
73
|
+
@use "./components/matcha-header" as *; // matcha-header-theme($theme) — lib component DSV3
|
|
74
|
+
@forward "./components/app-page-header";
|
|
75
|
+
@use "./components/app-page-header" as *; // app-page-header-theme($theme) — page-header LEGACY da app
|
|
76
|
+
@forward "./components/matcha-horizontal-tree";
|
|
77
|
+
@use "./components/matcha-horizontal-tree" as *; // matcha-horizontal-tree-theme($theme)
|
|
78
|
+
@forward "./components/matcha-menu";
|
|
79
|
+
@use "./components/matcha-menu" as *; // matcha-menu-theme($theme)
|
|
80
|
+
@forward "./components/matcha-progress-bar";
|
|
81
|
+
@use "./components/matcha-progress-bar" as *; // matcha-progress-bar-theme($theme)
|
|
82
|
+
@forward "./components/matcha-scrollbar";
|
|
83
|
+
@use "./components/matcha-scrollbar" as *; // matcha-scrollbar-theme($theme)
|
|
84
|
+
@forward "./components/matcha-scrollbox-shadow";
|
|
85
|
+
@use "./components/matcha-scrollbox-shadow" as *; // matcha-scrollbox-shadow-theme($theme)
|
|
86
|
+
@forward "./components/matcha-skeleton";
|
|
87
|
+
@use "./components/matcha-skeleton" as *; // matcha-skeleton-theme($theme)
|
|
88
|
+
@forward "./components/matcha-table";
|
|
89
|
+
@use "./components/matcha-table" as *; // matcha-table-modern (canon DSV3 1:1 Figma)
|
|
90
|
+
@forward "./components/matcha-table-cell";
|
|
91
|
+
@use "./components/matcha-table-cell" as *; // matcha-table-cell-theme($theme)
|
|
92
|
+
@forward "./components/matcha-contact";
|
|
93
|
+
@use "./components/matcha-contact" as *; // matcha-contact (átomo de exibição de contato)
|
|
94
|
+
@forward "./components/matcha-tooltip";
|
|
95
|
+
@use "./components/matcha-tooltip" as *; // matcha-tooltip-theme($theme)
|
|
96
|
+
@forward "./components/matcha-form-field";
|
|
97
|
+
@use "./components/matcha-form-field" as *;
|
|
98
|
+
@forward "./components/matcha-checkbox";
|
|
99
|
+
@use "./components/matcha-checkbox" as *;
|
|
100
|
+
@forward "./components/matcha-accordion";
|
|
101
|
+
@use "./components/matcha-accordion" as *;
|
|
102
|
+
@forward "./components/matcha-ripple";
|
|
103
|
+
@use "./components/matcha-ripple" as *; // matcha-ripple-theme($theme)
|
|
104
|
+
@forward "./components/matcha-spin";
|
|
105
|
+
@use "./components/matcha-spin" as *; // matcha-spin-theme($theme)
|
|
106
|
+
@forward "./components/matcha-spinner";
|
|
107
|
+
@use "./components/matcha-spinner" as *; // matcha-spinner-theme($theme)
|
|
108
|
+
@forward "./components/matcha-hint-text";
|
|
109
|
+
@use "./components/matcha-hint-text" as *; // matcha-hint-theme($theme)
|
|
110
|
+
@forward "./components/matcha-slide-toggle";
|
|
111
|
+
@use "./components/matcha-slide-toggle" as *; // matcha-slide-toggle($theme)
|
|
112
|
+
@forward "./components/matcha-radio";
|
|
113
|
+
@use "./components/matcha-radio" as *; // matcha-radio($theme)
|
|
114
|
+
@forward "./components/matcha-avatar";
|
|
115
|
+
@use "./components/matcha-avatar" as *; // matcha-avatar($theme)
|
|
116
|
+
@forward "./components/matcha-paginator";
|
|
117
|
+
@use "./components/matcha-paginator" as *; // matcha-paginator($theme)
|
|
118
|
+
@forward "./components/matcha-slider";
|
|
119
|
+
@use "./components/matcha-slider" as *; // matcha-slider($theme)
|
|
120
|
+
@forward "./components/matcha-divider";
|
|
121
|
+
@use "./components/matcha-divider" as *; // matcha-divider($theme)
|
|
122
|
+
@forward "./components/matcha-highlight";
|
|
123
|
+
@use "./components/matcha-highlight" as *; // matcha-highlight($theme)
|
|
124
|
+
@forward "./components/matcha-tabs";
|
|
125
|
+
@use "./components/matcha-tabs" as *; // matcha-tabs($theme)
|
|
126
|
+
@forward "./components/matcha-modal";
|
|
127
|
+
@use "./components/matcha-modal" as *; // matcha-modal($theme)
|
|
128
|
+
@forward "./components/matcha-drawer";
|
|
129
|
+
@use "./components/matcha-drawer" as *; // matcha-drawer-theme($theme)
|
|
130
|
+
@forward "./components/matcha-chip";
|
|
131
|
+
@use "./components/matcha-chip" as *; // matcha-chip($theme)
|
|
132
|
+
@forward "./components/matcha-status-pill";
|
|
133
|
+
@use "./components/matcha-status-pill" as *; // matcha-status-pill
|
|
134
|
+
@forward "./components/matcha-date";
|
|
135
|
+
@use "./components/matcha-date" as *; // matcha-date-theme($theme)
|
|
136
|
+
@forward "./components/matcha-calendar";
|
|
137
|
+
@use "./components/matcha-calendar" as *; // matcha-calendar-theme($theme)
|
|
138
|
+
@forward "./components/matcha-page-builder";
|
|
139
|
+
@use "./components/matcha-page-builder" as *; // matcha-page-builder($theme)
|
|
140
|
+
@forward "./components/matcha-snack-bar";
|
|
141
|
+
@use "./components/matcha-snack-bar" as *; // matcha-snack-bar-theme($theme)
|
|
142
|
+
@forward "./components/matcha-timepicker";
|
|
143
|
+
@use "./components/matcha-timepicker" as *; // matcha-timepicker-theme($theme)
|
|
144
|
+
@forward "./components/matcha-badge";
|
|
145
|
+
@use "./components/matcha-badge" as *; // matcha-badge-theme($theme)
|
|
146
|
+
@forward "./components/matcha-empty-state";
|
|
147
|
+
@use "./components/matcha-empty-state" as *; // matcha-empty-state-theme($theme)
|
|
148
|
+
@forward "./components/matcha-tree-view";
|
|
149
|
+
@use "./components/matcha-tree-view" as *; // matcha-tree-view-theme($theme)
|
|
150
|
+
@forward "./components/matcha-nav";
|
|
151
|
+
@use "./components/matcha-nav" as *; // matcha-nav-theme($theme)
|
|
152
|
+
@forward "./components/matcha-list";
|
|
153
|
+
@use "./components/matcha-list" as *; // matcha-list-theme($theme)
|
|
154
|
+
@forward "./components/matcha-icon";
|
|
155
|
+
@use "./components/matcha-icon" as *; // matcha-icon-theme($theme)
|
|
156
|
+
@forward "./components/matcha-text-editor";
|
|
157
|
+
@use "./components/matcha-text-editor" as *; // matcha-text-editor-theme($theme)
|
|
158
|
+
@forward "./components/matcha-chart-card";
|
|
159
|
+
@use "./components/matcha-chart-card" as *; // matcha-chart-card-theme($theme)
|
|
160
|
+
@forward "./components/matcha-crop";
|
|
161
|
+
@use "./components/matcha-crop" as *; // matcha-crop-theme($theme)
|
|
162
|
+
@forward "./components/matcha-footer";
|
|
163
|
+
@use "./components/matcha-footer" as *; // matcha-footer-theme($theme)
|
|
164
|
+
@forward "./components/matcha-file-uploader";
|
|
165
|
+
@use "./components/matcha-file-uploader" as *; // matcha-file-uploader-theme($theme)
|
|
166
|
+
@forward "./components/matcha-drop-image";
|
|
167
|
+
@use "./components/matcha-drop-image" as *; // matcha-drop-image-theme($theme)
|
|
168
|
+
@forward "./components/matcha-notification";
|
|
169
|
+
@use "./components/matcha-notification" as *; // matcha-notification-theme($theme)
|
|
170
|
+
@forward "./components/matcha-section";
|
|
171
|
+
@use "./components/matcha-section" as *; // matcha-section-theme($theme)
|
|
172
|
+
@forward "./components/matcha-form-section";
|
|
173
|
+
@use "./components/matcha-form-section" as *; // matcha-form-section-theme($theme)
|
|
174
|
+
@forward "./components/matcha-breadcrumb";
|
|
175
|
+
@use "./components/matcha-breadcrumb" as *; // matcha-breadcrumb-theme($theme)
|
|
176
|
+
@forward "./components/matcha-image";
|
|
177
|
+
@use "./components/matcha-image" as *; // matcha-image-theme($theme)
|
|
178
|
+
@forward "./components/matcha-stepper";
|
|
179
|
+
@use "./components/matcha-stepper" as *; // matcha-stepper-theme($theme)
|
|
180
|
+
@forward "./components/matcha-toolbar";
|
|
181
|
+
@use "./components/matcha-toolbar" as *; // matcha-toolbar-modern (canon DSV3 1:1 Figma 15866:92)
|
|
182
|
+
@forward "./components/matcha-command-palette";
|
|
183
|
+
@use "./components/matcha-command-palette" as *; // matcha-command-palette-theme($theme)
|
|
184
|
+
@forward "./components/matcha-profile-card";
|
|
185
|
+
@use "./components/matcha-profile-card" as *; // matcha-profile-card-theme($theme)
|
|
186
|
+
@forward "./components/matcha-flag";
|
|
187
|
+
@use "./components/matcha-flag" as *; // matcha-flag-theme($theme)
|
|
188
|
+
@forward "./components/matcha-emoji";
|
|
189
|
+
@use "./components/matcha-emoji" as *; // matcha-emoji-theme($theme)
|
|
190
|
+
|
|
191
|
+
// LAYOUT
|
|
192
|
+
@forward "./layout/matcha-page-layout";
|
|
193
|
+
@use "./layout/matcha-page-layout" as *; // matcha-page-layout-theme($theme)
|
|
194
|
+
|
|
195
|
+
// VENDORS
|
|
196
|
+
@forward "./vendors/charts";
|
|
197
|
+
@use "./vendors/charts" as *;
|
|
198
|
+
|
|
199
|
+
// ─── FONT LOADING — Manrope (SELF-HOSTED · zero dependência externa) ─────────
|
|
200
|
+
// REGRA DE OURO: fontes self-hosted, nunca @import/<link> do Google Fonts.
|
|
201
|
+
// Variable font (weight 400–800), woff2 local em fonts/manrope/.
|
|
202
|
+
// Atualizar: baixar de https://fonts.google.com/specimen/Manrope (licença OFL),
|
|
203
|
+
// pegar os woff2 latin + latin-ext e substituir os arquivos abaixo.
|
|
204
|
+
@font-face {
|
|
205
|
+
font-family: "Manrope";
|
|
206
|
+
font-style: normal;
|
|
207
|
+
font-weight: 400 800;
|
|
208
|
+
font-display: swap;
|
|
209
|
+
src: url("fonts/manrope/manrope-latin.woff2") format("woff2");
|
|
210
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
211
|
+
}
|
|
212
|
+
@font-face {
|
|
213
|
+
font-family: "Manrope";
|
|
214
|
+
font-style: normal;
|
|
215
|
+
font-weight: 400 800;
|
|
216
|
+
font-display: swap;
|
|
217
|
+
src: url("fonts/manrope/manrope-latin-ext.woff2") format("woff2");
|
|
218
|
+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
// CircularStd removido (2026-06-03): fonte comercial licenciada + fora da regra de
|
|
222
|
+
// ouro. Fonte canônica do DS é a Manrope (self-hosted acima). O token
|
|
223
|
+
// --matcha-font-family já resolve para 'Manrope'.
|
|
224
|
+
|
|
225
|
+
// -------------------------------------------------------------------------------------------------------------------
|
|
226
|
+
// @ CORE - Mixins and Includes
|
|
227
|
+
// -------------------------------------------------------------------------------------------------------------------
|
|
228
|
+
@mixin matcha-typography($config: null) {
|
|
229
|
+
@if $config ==null {
|
|
230
|
+
$config: matcha-typography-config();
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
@include matcha-reset-typography($config);
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
// matcha-base — CSS estrutural/componentes, theme-AGNÓSTICO (consome var(--matcha-color-*)
|
|
237
|
+
// e tokens; nenhuma cor compile-time após o Track B). Deve ser emitido UMA VEZ, GLOBAL
|
|
238
|
+
// (fora de classe de tema) — ver src/app/app.theme.scss. A cor vem da classe de tema
|
|
239
|
+
// (.theme-default-* / skin) via as CSS vars. Track B3.
|
|
240
|
+
// matcha-base — estrutural theme-AGNÓSTICO (componentes + vendor-chart + base-typography).
|
|
241
|
+
// 100% var(--matcha-*) — emitir 1× GLOBAL (ver app.theme.scss). NÃO inclui base-body-reset
|
|
242
|
+
// (usa & p/ pintar bg/fg do elemento de tema → emitido por classe de tema).
|
|
243
|
+
@mixin matcha-base($theme: ()) {
|
|
244
|
+
// API nova: chamável sem arg — matcha-base(). $theme é plumbing vestigial repassado
|
|
245
|
+
// aos component-mixins (todos var-based após a virada); default () permite call limpo.
|
|
246
|
+
@include vendor-chart($theme);
|
|
247
|
+
@include base-typography-theme($theme);
|
|
248
|
+
|
|
249
|
+
@include matcha-cards-theme($theme);
|
|
250
|
+
@include matcha-horizontal-tree-theme($theme);
|
|
251
|
+
@include matcha-audio-player-theme($theme);
|
|
252
|
+
@include matcha-color-pick-theme($theme);
|
|
253
|
+
@include matcha-draggable-theme($theme);
|
|
254
|
+
@include matcha-scrollbox-shadow($theme);
|
|
255
|
+
@include matcha-scrollbar-theme($theme);
|
|
256
|
+
|
|
257
|
+
@include matcha-table-cell-theme($theme);
|
|
258
|
+
@include matcha-table-modern($theme); // canon DSV3 1:1 Figma 15641:275
|
|
259
|
+
@include matcha-toolbar($theme); // canon DSV3 1:1 Figma 15866:92
|
|
260
|
+
@include matcha-button-toggle($theme);
|
|
261
|
+
@include matcha-button-theme($theme);
|
|
262
|
+
@include matcha-ripple-theme($theme);
|
|
263
|
+
@include matcha-tooltip-theme($theme);
|
|
264
|
+
@include matcha-header-theme($theme); // DSV3 lib component (não app)
|
|
265
|
+
@include app-page-header-theme($theme); // LEGACY da app (page-header)
|
|
266
|
+
@include matcha-menu-theme($theme);
|
|
267
|
+
@include matcha-drop-list-theme($theme);
|
|
268
|
+
@include matcha-form-field($theme);
|
|
269
|
+
@include matcha-checkbox($theme);
|
|
270
|
+
@include matcha-spin($theme);
|
|
271
|
+
@include matcha-spinner-theme($theme);
|
|
272
|
+
@include matcha-hint-text($theme);
|
|
273
|
+
@include matcha-slide-toggle-theme($theme);
|
|
274
|
+
@include matcha-tabs($theme);
|
|
275
|
+
@include matcha-tabs-modern($theme);
|
|
276
|
+
@include matcha-modal-theme($theme);
|
|
277
|
+
@include matcha-skeleton-theme($theme);
|
|
278
|
+
@include matcha-radio($theme);
|
|
279
|
+
@include matcha-avatar-theme($theme);
|
|
280
|
+
@include matcha-drawer-theme($theme);
|
|
281
|
+
@include matcha-autocomplete-theme($theme);
|
|
282
|
+
@include matcha-panel-theme($theme);
|
|
283
|
+
@include matcha-option-theme($theme);
|
|
284
|
+
@include matcha-select-theme($theme);
|
|
285
|
+
@include matcha-select-multiple-theme($theme);
|
|
286
|
+
@include matcha-paginator-theme($theme);
|
|
287
|
+
@include matcha-slider-theme($theme);
|
|
288
|
+
@include matcha-highlight-theme($theme);
|
|
289
|
+
@include matcha-divider-theme($theme);
|
|
290
|
+
@include matcha-chip-theme($theme);
|
|
291
|
+
@include matcha-progress-bar-theme($theme);
|
|
292
|
+
@include matcha-page-builder-theme($theme);
|
|
293
|
+
@include matcha-snack-bar-theme($theme);
|
|
294
|
+
@include matcha-chip-theme($theme);
|
|
295
|
+
@include matcha-date-theme($theme);
|
|
296
|
+
@include matcha-calendar-theme($theme);
|
|
297
|
+
@include matcha-timepicker-theme($theme);
|
|
298
|
+
@include matcha-badge-theme($theme);
|
|
299
|
+
@include matcha-empty-state-theme($theme);
|
|
300
|
+
@include matcha-tree-view-theme($theme);
|
|
301
|
+
@include matcha-nav-theme($theme);
|
|
302
|
+
@include matcha-list-theme($theme);
|
|
303
|
+
@include matcha-icon-theme($theme);
|
|
304
|
+
@include matcha-text-editor-theme($theme);
|
|
305
|
+
@include matcha-chart-card-theme($theme);
|
|
306
|
+
@include matcha-crop-theme($theme);
|
|
307
|
+
@include matcha-footer-theme($theme);
|
|
308
|
+
@include matcha-file-uploader-theme($theme);
|
|
309
|
+
@include matcha-drop-image-theme($theme);
|
|
310
|
+
@include matcha-notification-theme($theme);
|
|
311
|
+
@include matcha-section-theme($theme);
|
|
312
|
+
@include matcha-form-section-theme($theme);
|
|
313
|
+
@include matcha-accordion-theme($theme);
|
|
314
|
+
@include matcha-breadcrumb-theme($theme);
|
|
315
|
+
@include matcha-image-theme($theme);
|
|
316
|
+
@include matcha-stepper-theme($theme);
|
|
317
|
+
@include matcha-command-palette-theme($theme);
|
|
318
|
+
@include matcha-profile-card-theme($theme);
|
|
319
|
+
@include matcha-flag($theme);
|
|
320
|
+
@include matcha-emoji-theme($theme);
|
|
321
|
+
@include matcha-page-layout-theme($theme);
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
// matcha-components() — REMOVIDO no major (era o shim retrocompat @deprecated).
|
|
325
|
+
// API nova (ver src/app/app.theme.scss):
|
|
326
|
+
// @include matcha-primitives(); // :root primitivas
|
|
327
|
+
// @include matcha-base(); // estrutural 1× global (agnóstico)
|
|
328
|
+
// @include colors-classes-dynamic(); // classes utilitárias (inclui -static)
|
|
329
|
+
// .theme-X { @include matcha-css-custom-properties($is-dark); // --matcha-color-*
|
|
330
|
+
// @include elevation-theme($is-dark);
|
|
331
|
+
// @include base-body-reset-theme();
|
|
330
332
|
// @include matcha-typography($config); }
|