@inchurch/matcha-theme 20.0.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.
- package/README.md +303 -0
- package/abstracts/_colors.scss +405 -0
- package/abstracts/_elevation.scss +102 -0
- package/abstracts/_functions.scss +1213 -0
- package/abstracts/_media-breakpoint.scss +23 -0
- package/abstracts/_typography.scss +127 -0
- package/base/_reset.scss +438 -0
- package/components/matcha-accordion.scss +157 -0
- package/components/matcha-audio-player.scss +32 -0
- package/components/matcha-autocomplete.scss +134 -0
- package/components/matcha-avatar.scss +161 -0
- package/components/matcha-badge.scss +120 -0
- package/components/matcha-breadcrumb.scss +126 -0
- package/components/matcha-button-toggle.scss +363 -0
- package/components/matcha-buttons.scss +784 -0
- package/components/matcha-calendar.scss +154 -0
- package/components/matcha-cards.scss +205 -0
- package/components/matcha-chart-card.scss +60 -0
- package/components/matcha-checkbox.scss +554 -0
- package/components/matcha-chip.scss +212 -0
- package/components/matcha-color-pick.scss +35 -0
- package/components/matcha-command-palette.scss +89 -0
- package/components/matcha-crop.scss +172 -0
- package/components/matcha-date.scss +81 -0
- package/components/matcha-divider.scss +45 -0
- package/components/matcha-draggable.scss +24 -0
- package/components/matcha-drawer.scss +235 -0
- package/components/matcha-drop-list.scss +390 -0
- package/components/matcha-emoji.scss +69 -0
- package/components/matcha-empty-state.scss +118 -0
- package/components/matcha-flag.scss +62 -0
- package/components/matcha-footer.scss +187 -0
- package/components/matcha-form-field.scss +552 -0
- package/components/matcha-form-section.scss +101 -0
- package/components/matcha-header.scss +325 -0
- package/components/matcha-highlight.scss +296 -0
- package/components/matcha-hint-text.scss +66 -0
- package/components/matcha-horizontal-tree.scss +317 -0
- package/components/matcha-icon.scss +106 -0
- package/components/matcha-image.scss +62 -0
- package/components/matcha-list.scss +212 -0
- package/components/matcha-menu.scss +86 -0
- package/components/matcha-modal.scss +234 -0
- package/components/matcha-nav.scss +450 -0
- package/components/matcha-notification.scss +197 -0
- package/components/matcha-option.scss +95 -0
- package/components/matcha-page-builder.scss +4186 -0
- package/components/matcha-paginator.scss +235 -0
- package/components/matcha-panel.scss +167 -0
- package/components/matcha-profile-card.scss +50 -0
- package/components/matcha-progress-bar.scss +209 -0
- package/components/matcha-radio.scss +528 -0
- package/components/matcha-ripple.scss +7 -0
- package/components/matcha-scrollbar.scss +35 -0
- package/components/matcha-scrollbox-shadow.scss +123 -0
- package/components/matcha-section.scss +105 -0
- package/components/matcha-select.scss +661 -0
- package/components/matcha-skeleton.scss +138 -0
- package/components/matcha-slide-toggle.scss +590 -0
- package/components/matcha-slider.scss +188 -0
- package/components/matcha-snack-bar.scss +266 -0
- package/components/matcha-spin.scss +252 -0
- package/components/matcha-spinner.scss +78 -0
- package/components/matcha-stepper.scss +177 -0
- package/components/matcha-table-cell.scss +41 -0
- package/components/matcha-table.scss +785 -0
- package/components/matcha-tabs.scss +469 -0
- package/components/matcha-text-editor.scss +151 -0
- package/components/matcha-time.scss +33 -0
- package/components/matcha-timepicker.scss +13 -0
- package/components/matcha-toolbar.scss +206 -0
- package/components/matcha-tooltip.scss +128 -0
- package/components/matcha-uploader.scss +215 -0
- package/css/matcha-style.css +76772 -0
- package/fonts/CircularStd-Black.eot +0 -0
- package/fonts/CircularStd-Black.svg +3426 -0
- package/fonts/CircularStd-Black.ttf +0 -0
- package/fonts/CircularStd-Black.woff +0 -0
- package/fonts/CircularStd-Black.woff2 +0 -0
- package/fonts/CircularStd-Bold.eot +0 -0
- package/fonts/CircularStd-Bold.otf +0 -0
- package/fonts/CircularStd-Bold.svg +13532 -0
- package/fonts/CircularStd-Bold.ttf +0 -0
- package/fonts/CircularStd-Bold.woff +0 -0
- package/fonts/CircularStd-Bold.woff2 +0 -0
- package/fonts/CircularStd-Medium.eot +0 -0
- package/fonts/CircularStd-Medium.otf +0 -0
- package/fonts/CircularStd-Medium.svg +13511 -0
- package/fonts/CircularStd-Medium.ttf +0 -0
- package/fonts/CircularStd-Medium.woff +0 -0
- package/fonts/CircularStd-Medium.woff2 +0 -0
- package/fonts/CircularStd-Regular.eot +0 -0
- package/fonts/CircularStd-Regular.otf +0 -0
- package/fonts/CircularStd-Regular.svg +2378 -0
- package/fonts/CircularStd-Regular.ttf +0 -0
- package/fonts/CircularStd-Regular.woff +0 -0
- package/fonts/CircularStd-Regular.woff2 +0 -0
- package/main.scss +262 -0
- package/package.json +11 -0
- package/tokens/_animations-tokens.scss +37 -0
- package/tokens/_breakpoints-tokens.scss +26 -0
- package/tokens/_color-tokens.scss +1153 -0
- package/tokens/_css-custom-properties.scss +568 -0
- package/tokens/_elevation-tokens.scss +33 -0
- package/tokens/_spacing-tokens.scss +94 -0
- package/tokens/_typography-tokens.scss +65 -0
- package/vendors/angular-editor.scss +56 -0
- package/vendors/angular-material-fixes.scss +297 -0
- package/vendors/calendar.scss +2880 -0
- package/vendors/charts.scss +92 -0
- package/vendors/ng5-slider.scss +56 -0
- package/vendors/ngx-material-timepicker.scss +50 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/main.scss
ADDED
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
// TOKENS
|
|
2
|
+
@import "./tokens/animations-tokens";
|
|
3
|
+
@import "./tokens/breakpoints-tokens";
|
|
4
|
+
@import "./tokens/color-tokens";
|
|
5
|
+
@import "./tokens/elevation-tokens";
|
|
6
|
+
@import "./tokens/spacing-tokens";
|
|
7
|
+
@import "./tokens/typography-tokens";
|
|
8
|
+
@import "./tokens/css-custom-properties";
|
|
9
|
+
|
|
10
|
+
// FUNCTIONS
|
|
11
|
+
@import "./abstracts/functions"; // 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()
|
|
12
|
+
|
|
13
|
+
// MIXINS
|
|
14
|
+
@import "./abstracts/colors"; // colors-classes-static() colors-classes-dynamic()
|
|
15
|
+
@import "./abstracts/elevation"; // elevation() _matcha-theme-elevation() matcha-overridable-elevation() _matcha-theme-overridable-elevation() elevation-transition() elevation-theme()
|
|
16
|
+
@import "./abstracts/media-breakpoint"; // media-breakpoint()
|
|
17
|
+
|
|
18
|
+
// TYPOGRAPHY
|
|
19
|
+
@import "./abstracts/typography"; // matcha-typography-font-shorthand() matcha-typography-level-to-styles() matcha-reset-typography()
|
|
20
|
+
|
|
21
|
+
// BASE
|
|
22
|
+
@import "./base/reset"; // base-body-reset-theme()
|
|
23
|
+
|
|
24
|
+
// COMPONENTS
|
|
25
|
+
@import "./components/matcha-audio-player.scss"; //matcha-audio-player-theme($theme)
|
|
26
|
+
@import "./components/matcha-autocomplete.scss"; // matcha-autocomplete-theme($theme)
|
|
27
|
+
@import "./components/matcha-option.scss"; // matcha-option-theme($theme)
|
|
28
|
+
@import "./components/matcha-panel.scss"; // matcha-panel-theme($theme)
|
|
29
|
+
@import "./components/matcha-select.scss"; // matcha-select-theme($theme)
|
|
30
|
+
@import "./components/matcha-buttons.scss"; // matcha-button-theme($theme)
|
|
31
|
+
@import "./components/matcha-button-toggle.scss"; // matcha-button-toggle-theme($theme)
|
|
32
|
+
@import "./components/matcha-cards.scss"; // matcha-cards-theme($theme)
|
|
33
|
+
@import "./components/matcha-color-pick.scss"; // matcha-color-pick-theme($theme)
|
|
34
|
+
@import "./components/matcha-draggable.scss"; // matcha-draggable-theme($theme)
|
|
35
|
+
@import "./components/matcha-drop-list.scss"; // matcha-drop-list-theme($theme)
|
|
36
|
+
@import "./components/matcha-header.scss"; // matcha-header-theme($theme)
|
|
37
|
+
@import "./components/matcha-horizontal-tree.scss"; // matcha-horizontal-tree-theme($theme)
|
|
38
|
+
@import "./components/matcha-menu.scss"; // matcha-menu-theme($theme)
|
|
39
|
+
@import "./components/matcha-progress-bar.scss"; // matcha-progress-bar-theme($theme)
|
|
40
|
+
@import "./components/matcha-scrollbar.scss"; // matcha-scrollbar-theme($theme)
|
|
41
|
+
@import "./components/matcha-scrollbox-shadow.scss"; // matcha-scrollbox-shadow-theme($theme)
|
|
42
|
+
@import "./components/matcha-skeleton.scss"; // matcha-skeleton-theme($theme)
|
|
43
|
+
@import "./components/matcha-table.scss"; // matcha-table-theme($theme)
|
|
44
|
+
@import "./components/matcha-table-cell.scss"; // matcha-table-cell-theme($theme)
|
|
45
|
+
@import "./components/matcha-tooltip.scss"; // matcha-tooltip-theme($theme)
|
|
46
|
+
@import "./components/matcha-form-field.scss";
|
|
47
|
+
@import "./components/matcha-checkbox.scss";
|
|
48
|
+
@import "./components/matcha-accordion.scss";
|
|
49
|
+
@import "./components/matcha-ripple.scss"; // matcha-ripple-theme($theme)
|
|
50
|
+
@import "./components/matcha-spin.scss"; // matcha-spin-theme($theme)
|
|
51
|
+
@import "./components/matcha-spinner.scss"; // matcha-spinner-theme($theme)
|
|
52
|
+
@import "./components/matcha-hint-text.scss"; // matcha-hint-theme($theme)
|
|
53
|
+
@import "./components/matcha-slide-toggle.scss"; // matcha-slide-toggle($theme)
|
|
54
|
+
@import "./components/matcha-radio.scss"; // matcha-radio($theme)
|
|
55
|
+
@import "./components/matcha-avatar.scss"; // matcha-avatar($theme)
|
|
56
|
+
@import "./components/matcha-paginator.scss"; // matcha-paginator($theme)
|
|
57
|
+
@import "./components/matcha-slider.scss"; // matcha-slider($theme)
|
|
58
|
+
@import "./components/matcha-divider.scss"; // matcha-divider($theme)
|
|
59
|
+
@import "./components/matcha-highlight.scss"; // matcha-highlight($theme)
|
|
60
|
+
@import "./components/matcha-tabs.scss"; // matcha-tabs($theme)
|
|
61
|
+
@import "./components/matcha-modal.scss"; // matcha-modal($theme)
|
|
62
|
+
@import "./components/matcha-drawer.scss"; // matcha-drawer-theme($theme)
|
|
63
|
+
@import "./components/matcha-chip.scss"; // matcha-chip($theme)
|
|
64
|
+
@import "./components/matcha-date.scss"; // matcha-date-theme($theme)
|
|
65
|
+
@import "./components/matcha-calendar.scss"; // matcha-calendar-theme($theme)
|
|
66
|
+
@import "./components/matcha-page-builder.scss"; // matcha-page-builder($theme)
|
|
67
|
+
@import "./components/matcha-snack-bar.scss"; // matcha-snack-bar-theme($theme)
|
|
68
|
+
@import "./components/matcha-timepicker.scss"; // matcha-timepicker-theme($theme)
|
|
69
|
+
@import "./components/matcha-badge.scss"; // matcha-badge-theme($theme)
|
|
70
|
+
@import "./components/matcha-empty-state.scss"; // matcha-empty-state-theme($theme)
|
|
71
|
+
@import "./components/matcha-nav.scss"; // matcha-nav-theme($theme)
|
|
72
|
+
@import "./components/matcha-list.scss"; // matcha-list-theme($theme)
|
|
73
|
+
@import "./components/matcha-icon.scss"; // matcha-icon-theme($theme)
|
|
74
|
+
@import "./components/matcha-text-editor.scss"; // matcha-text-editor-theme($theme)
|
|
75
|
+
@import "./components/matcha-chart-card.scss"; // matcha-chart-card-theme($theme)
|
|
76
|
+
@import "./components/matcha-crop.scss"; // matcha-crop-theme($theme)
|
|
77
|
+
@import "./components/matcha-footer.scss"; // matcha-footer-theme($theme)
|
|
78
|
+
@import "./components/matcha-uploader.scss"; // matcha-uploader-theme($theme)
|
|
79
|
+
@import "./components/matcha-notification.scss"; // matcha-notification-theme($theme)
|
|
80
|
+
@import "./components/matcha-section.scss"; // matcha-section-theme($theme)
|
|
81
|
+
@import "./components/matcha-form-section.scss"; // matcha-form-section-theme($theme)
|
|
82
|
+
@import "./components/matcha-breadcrumb.scss"; // matcha-breadcrumb-theme($theme)
|
|
83
|
+
@import "./components/matcha-image.scss"; // matcha-image-theme($theme)
|
|
84
|
+
@import "./components/matcha-stepper.scss"; // matcha-stepper-theme($theme)
|
|
85
|
+
@import "./components/matcha-toolbar.scss"; // matcha-toolbar-theme($theme)
|
|
86
|
+
@import "./components/matcha-command-palette.scss"; // matcha-command-palette-theme($theme)
|
|
87
|
+
@import "./components/matcha-profile-card.scss"; // matcha-profile-card-theme($theme)
|
|
88
|
+
@import "./components/matcha-flag.scss"; // matcha-flag-theme($theme)
|
|
89
|
+
@import "./components/matcha-emoji.scss"; // matcha-emoji-theme($theme)
|
|
90
|
+
|
|
91
|
+
// VENDORS
|
|
92
|
+
@import "./vendors/angular-editor.scss";
|
|
93
|
+
@import "./vendors/angular-material-fixes.scss";
|
|
94
|
+
@import "./vendors/calendar.scss";
|
|
95
|
+
@import "./vendors/charts.scss";
|
|
96
|
+
@import "./vendors/ng5-slider.scss";
|
|
97
|
+
@import "./vendors/ngx-material-timepicker.scss";
|
|
98
|
+
|
|
99
|
+
// ─── FONT LOADING ────────────────────────────────────────────────────────────
|
|
100
|
+
// Manrope (Google Fonts, variable weight 200-800)
|
|
101
|
+
//
|
|
102
|
+
// RECOMMENDED (non-blocking): add these to your app's <head> BEFORE the CSS:
|
|
103
|
+
// <link rel="preconnect" href="https://fonts.googleapis.com">
|
|
104
|
+
// <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
105
|
+
// <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap">
|
|
106
|
+
//
|
|
107
|
+
// PRODUCTION: self-host for best performance — https://fonts.google.com/specimen/Manrope
|
|
108
|
+
//
|
|
109
|
+
// The @import below is a backwards-compatible fallback. It is render-blocking
|
|
110
|
+
// and adds ~100-300ms to First Contentful Paint. Prefer <link> in your HTML.
|
|
111
|
+
// ─────────────────────────────────────────────────────────────────────────────
|
|
112
|
+
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
|
|
113
|
+
|
|
114
|
+
// Legacy fallback — keep CircularStd for existing consumers until fully migrated
|
|
115
|
+
@font-face {
|
|
116
|
+
font-family: "CircularStd";
|
|
117
|
+
src: url("fonts/CircularStd-Regular.eot");
|
|
118
|
+
src:
|
|
119
|
+
local("☺"),
|
|
120
|
+
url("fonts/CircularStd-Regular.woff") format("woff"),
|
|
121
|
+
url("fonts/CircularStd-Regular.ttf") format("truetype"),
|
|
122
|
+
url("fonts/CircularStd-Regular.svg") format("svg");
|
|
123
|
+
font-weight: 400;
|
|
124
|
+
font-style: normal;
|
|
125
|
+
font-display: swap;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
@font-face {
|
|
129
|
+
font-family: "CircularStd";
|
|
130
|
+
src: url("fonts/CircularStd-Medium.eot");
|
|
131
|
+
src:
|
|
132
|
+
local("☺"),
|
|
133
|
+
url("fonts/CircularStd-Medium.woff") format("woff"),
|
|
134
|
+
url("fonts/CircularStd-Medium.ttf") format("truetype"),
|
|
135
|
+
url("fonts/CircularStd-Medium.svg") format("svg");
|
|
136
|
+
font-weight: 500;
|
|
137
|
+
font-style: normal;
|
|
138
|
+
font-display: swap;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
@font-face {
|
|
142
|
+
font-family: "CircularStd";
|
|
143
|
+
src: url("fonts/CircularStd-Bold.eot");
|
|
144
|
+
src:
|
|
145
|
+
local("☺"),
|
|
146
|
+
url("fonts/CircularStd-Bold.woff") format("woff"),
|
|
147
|
+
url("fonts/CircularStd-Bold.ttf") format("truetype"),
|
|
148
|
+
url("fonts/CircularStd-Bold.svg") format("svg");
|
|
149
|
+
font-weight: 700;
|
|
150
|
+
font-style: normal;
|
|
151
|
+
font-display: swap;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
@font-face {
|
|
155
|
+
font-family: "CircularStd";
|
|
156
|
+
src: url("fonts/CircularStd-Black.eot");
|
|
157
|
+
src:
|
|
158
|
+
local("☺"),
|
|
159
|
+
url("fonts/CircularStd-Black.woff") format("woff"),
|
|
160
|
+
url("fonts/CircularStd-Black.ttf") format("truetype"),
|
|
161
|
+
url("fonts/CircularStd-Black.svg") format("svg");
|
|
162
|
+
font-weight: 900;
|
|
163
|
+
font-style: normal;
|
|
164
|
+
font-display: swap;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
// -------------------------------------------------------------------------------------------------------------------
|
|
168
|
+
// @ CORE - Mixins and Includes
|
|
169
|
+
// -------------------------------------------------------------------------------------------------------------------
|
|
170
|
+
@mixin matcha-typography($config: null) {
|
|
171
|
+
@if $config ==null {
|
|
172
|
+
$config: matcha-typography-config();
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
@include matcha-reset-typography($config);
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
@mixin matcha-components($theme) {
|
|
179
|
+
@include matcha-css-custom-properties($theme);
|
|
180
|
+
|
|
181
|
+
@include colors-classes-dynamic($theme);
|
|
182
|
+
@include colors-classes-static($theme);
|
|
183
|
+
|
|
184
|
+
@include elevation-theme($theme);
|
|
185
|
+
|
|
186
|
+
@include vendor-angular-editor($theme);
|
|
187
|
+
@include vendor-angular-material-fixes($theme);
|
|
188
|
+
@include vendor-calendar-theme($theme);
|
|
189
|
+
@include vendor-chart($theme);
|
|
190
|
+
@include vendor-ng-5-theme($theme);
|
|
191
|
+
@include vendor-ngx-material-timepicker($theme);
|
|
192
|
+
|
|
193
|
+
@include base-typography-theme($theme);
|
|
194
|
+
@include base-body-reset-theme($theme);
|
|
195
|
+
|
|
196
|
+
@include matcha-cards-theme($theme);
|
|
197
|
+
@include matcha-horizontal-tree-theme($theme);
|
|
198
|
+
@include matcha-audio-player-theme($theme);
|
|
199
|
+
@include matcha-color-pick-theme($theme);
|
|
200
|
+
@include matcha-draggable-theme($theme);
|
|
201
|
+
@include matcha-scrollbox-shadow($theme);
|
|
202
|
+
@include matcha-scrollbar-theme($theme);
|
|
203
|
+
|
|
204
|
+
@include matcha-table-theme($theme);
|
|
205
|
+
@include matcha-table-cell-theme($theme);
|
|
206
|
+
@include matcha-button-toggle($theme);
|
|
207
|
+
@include matcha-button-theme($theme);
|
|
208
|
+
@include matcha-ripple-theme($theme);
|
|
209
|
+
@include matcha-tooltip-theme($theme);
|
|
210
|
+
@include matcha-header-theme($theme);
|
|
211
|
+
@include matcha-menu-theme($theme);
|
|
212
|
+
@include matcha-drop-list-theme($theme);
|
|
213
|
+
@include matcha-form-field($theme);
|
|
214
|
+
@include matcha-checkbox($theme);
|
|
215
|
+
@include matcha-spin($theme);
|
|
216
|
+
@include matcha-spinner-theme($theme);
|
|
217
|
+
@include matcha-hint-text($theme);
|
|
218
|
+
@include matcha-slide-toggle-theme($theme);
|
|
219
|
+
@include matcha-tabs($theme);
|
|
220
|
+
@include matcha-modal-theme($theme);
|
|
221
|
+
@include matcha-skeleton-theme($theme);
|
|
222
|
+
@include matcha-radio($theme);
|
|
223
|
+
@include matcha-avatar-theme($theme);
|
|
224
|
+
@include matcha-drawer-theme($theme);
|
|
225
|
+
@include matcha-autocomplete-theme($theme);
|
|
226
|
+
@include matcha-panel-theme($theme);
|
|
227
|
+
@include matcha-option-theme($theme);
|
|
228
|
+
@include matcha-select-theme($theme);
|
|
229
|
+
@include matcha-paginator-theme($theme);
|
|
230
|
+
@include matcha-slider-theme($theme);
|
|
231
|
+
@include matcha-highlight-theme($theme);
|
|
232
|
+
@include matcha-divider-theme($theme);
|
|
233
|
+
@include matcha-progress-bar-theme($theme);
|
|
234
|
+
@include matcha-page-builder-theme($theme);
|
|
235
|
+
@include matcha-snack-bar-theme($theme);
|
|
236
|
+
@include matcha-chip-theme($theme);
|
|
237
|
+
@include matcha-date-theme($theme);
|
|
238
|
+
@include matcha-calendar-theme($theme);
|
|
239
|
+
@include matcha-timepicker-theme($theme);
|
|
240
|
+
@include matcha-badge-theme($theme);
|
|
241
|
+
@include matcha-empty-state-theme($theme);
|
|
242
|
+
@include matcha-nav-theme($theme);
|
|
243
|
+
@include matcha-list-theme($theme);
|
|
244
|
+
@include matcha-icon-theme($theme);
|
|
245
|
+
@include matcha-text-editor-theme($theme);
|
|
246
|
+
@include matcha-chart-card-theme($theme);
|
|
247
|
+
@include matcha-crop-theme($theme);
|
|
248
|
+
@include matcha-footer-theme($theme);
|
|
249
|
+
@include matcha-uploader-theme($theme);
|
|
250
|
+
@include matcha-notification-theme($theme);
|
|
251
|
+
@include matcha-section-theme($theme);
|
|
252
|
+
@include matcha-form-section-theme($theme);
|
|
253
|
+
@include matcha-accordion-theme($theme);
|
|
254
|
+
@include matcha-breadcrumb-theme($theme);
|
|
255
|
+
@include matcha-image-theme($theme);
|
|
256
|
+
@include matcha-stepper-theme($theme);
|
|
257
|
+
@include matcha-toolbar-theme($theme);
|
|
258
|
+
@include matcha-command-palette-theme($theme);
|
|
259
|
+
@include matcha-profile-card-theme($theme);
|
|
260
|
+
@include matcha-flag-theme($theme);
|
|
261
|
+
@include matcha-emoji-theme($theme);
|
|
262
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// Easing Curves
|
|
2
|
+
// TODO(jelbourn): all of these need to be revisited
|
|
3
|
+
|
|
4
|
+
// The default animation curves used by material design.
|
|
5
|
+
$time-transition-minimal: 80;
|
|
6
|
+
$time-transition-short: 200;
|
|
7
|
+
$time-transition-base: 400;
|
|
8
|
+
$time-transition-long: 600;
|
|
9
|
+
$time-transition-xl: 1000;
|
|
10
|
+
$time-delay-short: 50;
|
|
11
|
+
$time-delay-base: 100;
|
|
12
|
+
$time-delay-long: 200;
|
|
13
|
+
$time-duration-short: 2000;
|
|
14
|
+
$time-duration-base: 4000;
|
|
15
|
+
$time-duration-long: 6000;
|
|
16
|
+
|
|
17
|
+
$matcha-linear-out-slow-in-timing-function: cubic-bezier(0, 0, 0.2, 0.1) !default;
|
|
18
|
+
$matcha-fast-out-slow-in-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !default;
|
|
19
|
+
$matcha-fast-out-linear-in-timing-function: cubic-bezier(0.4, 0, 1, 1) !default;
|
|
20
|
+
|
|
21
|
+
$ease-in-out-curve-function: cubic-bezier(0.35, 0, 0.25, 1) !default;
|
|
22
|
+
|
|
23
|
+
$swift-ease-out-duration: #{$time-transition-base}ms !default;
|
|
24
|
+
$swift-ease-out-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
|
|
25
|
+
$swift-ease-out: all $swift-ease-out-duration $swift-ease-out-timing-function !default;
|
|
26
|
+
|
|
27
|
+
$swift-ease-in-duration: #{$time-transition-short}ms !default;
|
|
28
|
+
$swift-ease-in-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2) !default;
|
|
29
|
+
$swift-ease-in: all $swift-ease-in-duration $swift-ease-in-timing-function !default;
|
|
30
|
+
|
|
31
|
+
$swift-ease-in-out-duration: #{$time-transition-long}ms !default;
|
|
32
|
+
$swift-ease-in-out-timing-function: $ease-in-out-curve-function !default;
|
|
33
|
+
$swift-ease-in-out: all $swift-ease-in-out-duration $swift-ease-in-out-timing-function !default;
|
|
34
|
+
|
|
35
|
+
$swift-linear-duration: #{$time-transition-minimal}ms !default;
|
|
36
|
+
$swift-linear-timing-function: linear !default;
|
|
37
|
+
$swift-linear: all $swift-linear-duration $swift-linear-timing-function !default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Media step breakpoint mixin based on Angular Material lib
|
|
2
|
+
$breakpoints: (
|
|
3
|
+
xs: 'screen and (max-width: 599px)',
|
|
4
|
+
sm: 'screen and (min-width: 600px) and (max-width: 1023px)',
|
|
5
|
+
md: 'screen and (min-width: 1024px) and (max-width: 1439px)',
|
|
6
|
+
lg: 'screen and (min-width: 1440px) and (max-width: 1919px)',
|
|
7
|
+
xl: 'screen and (min-width: 1920px) and (max-width: 5000px)',
|
|
8
|
+
lt-sm: 'screen and (max-width: 599px)',
|
|
9
|
+
lt-md: 'screen and (max-width: 1023px)',
|
|
10
|
+
lt-lg: 'screen and (max-width: 1439px)',
|
|
11
|
+
lt-xl: 'screen and (max-width: 1919px)',
|
|
12
|
+
gt-xs: 'screen and (min-width: 600px)',
|
|
13
|
+
gt-sm: 'screen and (min-width: 1024px)',
|
|
14
|
+
gt-md: 'screen and (min-width: 1440px)',
|
|
15
|
+
gt-lg: 'screen and (min-width: 1920px)'
|
|
16
|
+
) !default;
|
|
17
|
+
|
|
18
|
+
// Re-map the breakpoints for the helper classes
|
|
19
|
+
$helper-breakpoints: (
|
|
20
|
+
initial: null,
|
|
21
|
+
xs: 'xs',
|
|
22
|
+
sm: 'gt-xs',
|
|
23
|
+
md: 'gt-sm',
|
|
24
|
+
lg: 'gt-md',
|
|
25
|
+
xl: 'gt-lg'
|
|
26
|
+
);
|