@inchurch/matcha-theme 20.277.0 → 21.0.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 +86 -265
- package/abstracts/_elevation.scss +8 -8
- package/abstracts/_functions.scss +9 -911
- package/base/_reset.scss +40 -46
- package/components/matcha-button-toggle.scss +22 -46
- package/components/matcha-chip.scss +18 -23
- package/components/matcha-file-uploader.scss +21 -13
- package/components/matcha-page-builder.scss +13 -2
- package/components/matcha-progress-bar.scss +2 -2
- package/components/matcha-select-multiple.scss +2 -2
- package/components/matcha-slide-toggle.scss +1 -1
- package/components/matcha-slider.scss +1 -1
- package/components/matcha-spinner.scss +1 -1
- package/components/matcha-table.scss +2 -2
- package/components/matcha-tabs.scss +19 -42
- package/components/matcha-tree-view.scss +23 -0
- package/layout/matcha-page-layout.scss +6 -6
- package/main.scss +25 -23
- package/package.json +1 -1
- package/tokens/_color-tokens.scss +257 -1147
- package/tokens/_emit-tokens.scss +334 -0
- package/tokens/_material-palette.scss +1150 -0
- package/tokens/_primitives.scss +16 -0
- package/tokens/_static-tokens.scss +137 -0
- package/vendors/charts.scss +6 -9
- package/tokens/_css-custom-properties.scss +0 -704
- package/vendors/angular-editor.scss +0 -56
- package/vendors/angular-material-fixes.scss +0 -297
- package/vendors/calendar.scss +0 -2880
- package/vendors/ng5-slider.scss +0 -56
- package/vendors/ngx-material-timepicker.scss +0 -50
package/vendors/ng5-slider.scss
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
@mixin vendor-ng-5-theme($theme) {
|
|
2
|
-
$accent: map-get($theme, accent);
|
|
3
|
-
$background: map-get($theme, background);
|
|
4
|
-
$foreground: map-get($theme, foreground);
|
|
5
|
-
|
|
6
|
-
.ng5-slider {
|
|
7
|
-
&.animate {
|
|
8
|
-
.ng5-slider-pointer {
|
|
9
|
-
transition: all 50ms linear !important;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.ng5-slider-bubble {
|
|
14
|
-
bottom: 20px;
|
|
15
|
-
padding: 0;
|
|
16
|
-
margin: 0px auto;
|
|
17
|
-
background: map-get($background, card);
|
|
18
|
-
color: map-get($foreground, label);
|
|
19
|
-
transition: all 50ms linear !important;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.ng5-slider-bar {
|
|
23
|
-
background-color: map-get($background, disabled);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.ng5-slider-pointer,
|
|
27
|
-
.ng5-slider-selection {
|
|
28
|
-
background-color: map-get($accent, default);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.ng5-slider-pointer:after {
|
|
32
|
-
width: 16px;
|
|
33
|
-
height: 16px;
|
|
34
|
-
position: absolute;
|
|
35
|
-
top: 8px;
|
|
36
|
-
left: 8px;
|
|
37
|
-
border-radius: 8px;
|
|
38
|
-
background-color: map-get($background, card);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.ng5-slider-pointer:active:after {
|
|
42
|
-
background-color: map-get($background, card);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.ng5-slider-pointer.ng5-slider-active:after {
|
|
46
|
-
width: 16px;
|
|
47
|
-
height: 16px;
|
|
48
|
-
position: absolute;
|
|
49
|
-
top: 8px;
|
|
50
|
-
left: 8px;
|
|
51
|
-
border-radius: 8px;
|
|
52
|
-
background: map-get($background, background);
|
|
53
|
-
background-color: map-get($background, background);
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
@mixin vendor-ngx-material-timepicker($theme) {
|
|
2
|
-
$primary: map-get($theme, primary);
|
|
3
|
-
$accent: map-get($theme, accent);
|
|
4
|
-
$warn: map-get($theme, warn);
|
|
5
|
-
$background: map-get($theme, background);
|
|
6
|
-
$foreground: map-get($theme, foreground);
|
|
7
|
-
|
|
8
|
-
ngx-material-timepicker-container {
|
|
9
|
-
z-index: 10000;
|
|
10
|
-
|
|
11
|
-
.timepicker__header,
|
|
12
|
-
.clock-face__number>span.active {
|
|
13
|
-
background-color: map-get($accent, default) !important;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.timepicker-dial__control {
|
|
17
|
-
color: map-color($foreground, foreground-inverse, 0.5) !important;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.clock-face__number>span.active,
|
|
21
|
-
.dial__control,
|
|
22
|
-
.timepicker-dial__item_active,
|
|
23
|
-
.timepicker-dial__time {
|
|
24
|
-
color: map-get($foreground, foreground-inverse) !important;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.timepicker-button {
|
|
28
|
-
color: map-get($accent, default) !important;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.timepicker__body,
|
|
32
|
-
.timepicker__actions {
|
|
33
|
-
background-color: map-get($background, card) !important;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.clock-face__clock-hand,
|
|
37
|
-
.clock-face__clock-hand_minute {
|
|
38
|
-
background-color: map-get($accent, default) !important;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.clock-face__clock-hand_minute::before {
|
|
42
|
-
border-color: map-get($accent, default) !important;
|
|
43
|
-
background-color: map-get($background, card) !important;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.clock-face {
|
|
47
|
-
background-color: map-get($background, background) !important;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|