@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
|
@@ -1,41 +1,49 @@
|
|
|
1
|
-
@mixin matcha-table-cell-theme($theme) {
|
|
2
|
-
.matcha-table{
|
|
3
|
-
.td-with-image,
|
|
4
|
-
.td-with-checkbox,
|
|
5
|
-
.td-with-icon,
|
|
6
|
-
.td-duble-line {
|
|
7
|
-
display: flex;
|
|
8
|
-
align-items: center;
|
|
9
|
-
|
|
10
|
-
.td-text-aside {
|
|
11
|
-
display: inline-block;
|
|
12
|
-
width: calc(100% - 48px);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.avatar {
|
|
16
|
-
width: 48px;
|
|
17
|
-
min-width: 48px;
|
|
18
|
-
height: 48px;
|
|
19
|
-
line-height: 48px;
|
|
20
|
-
border-width: 0;
|
|
21
|
-
margin-right: 24px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.thumbnail {
|
|
25
|
-
width: 72px;
|
|
26
|
-
min-width: 72px;
|
|
27
|
-
height: 48px;
|
|
28
|
-
border-radius: var(--matcha-radius-lg, 8px);
|
|
29
|
-
margin: 0 8px 0 0;
|
|
30
|
-
|
|
31
|
-
&-portrait {
|
|
32
|
-
width: 56px;
|
|
33
|
-
min-width: 56px;
|
|
34
|
-
height: 72px;
|
|
35
|
-
border-radius: var(--matcha-radius-lg, 8px);
|
|
36
|
-
margin: 0 8px 0 0;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
1
|
+
@mixin matcha-table-cell-theme($theme) {
|
|
2
|
+
.matcha-table{
|
|
3
|
+
.td-with-image,
|
|
4
|
+
.td-with-checkbox,
|
|
5
|
+
.td-with-icon,
|
|
6
|
+
.td-duble-line {
|
|
7
|
+
display: flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
|
|
10
|
+
.td-text-aside {
|
|
11
|
+
display: inline-block;
|
|
12
|
+
width: calc(100% - 48px);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.avatar {
|
|
16
|
+
width: 48px;
|
|
17
|
+
min-width: 48px;
|
|
18
|
+
height: 48px;
|
|
19
|
+
line-height: 48px;
|
|
20
|
+
border-width: 0;
|
|
21
|
+
margin-right: 24px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.thumbnail {
|
|
25
|
+
width: 72px;
|
|
26
|
+
min-width: 72px;
|
|
27
|
+
height: 48px;
|
|
28
|
+
border-radius: var(--matcha-radius-lg, 8px);
|
|
29
|
+
margin: 0 8px 0 0;
|
|
30
|
+
|
|
31
|
+
&-portrait {
|
|
32
|
+
width: 56px;
|
|
33
|
+
min-width: 56px;
|
|
34
|
+
height: 72px;
|
|
35
|
+
border-radius: var(--matcha-radius-lg, 8px);
|
|
36
|
+
margin: 0 8px 0 0;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
// =============================================================================
|
|
44
|
+
// Família matcha-cell-* (DSV3) — cells de tabela canônicas, seletor de atributo
|
|
45
|
+
// em <td> nativo (td[matcha-cell-<tipo>]). Cada cell é um wrapper fino sobre um
|
|
46
|
+
// átomo do DS (identity→matcha-avatar, status→matcha-status-pill,
|
|
47
|
+
// contact→matcha-contact), então o estilo mora no átomo — não aqui. Nenhuma das
|
|
48
|
+
// cells precisa de CSS próprio neste parcial.
|
|
49
|
+
// =============================================================================
|