@xdam/ember-partials 0.9.0-beta.0 → 0.10.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/.gitattributes +6 -0
- package/LICENSE.md +9 -9
- package/README.md +15 -0
- package/addon/components/xep-avatar.js +0 -0
- package/addon/components/xep-bubble.js +0 -0
- package/addon/components/xep-button.js +0 -0
- package/addon/components/xep-checkbox.js +0 -0
- package/addon/components/xep-chip-icon.js +0 -0
- package/addon/components/xep-chip-set.js +0 -0
- package/addon/components/xep-chip-text.js +0 -0
- package/addon/components/xep-chip.js +0 -0
- package/addon/components/xep-dialog-actions.js +0 -0
- package/addon/components/xep-dialog-content.js +0 -0
- package/addon/components/xep-dialog-title.js +0 -0
- package/addon/components/xep-dialog.js +0 -0
- package/addon/components/xep-drawer-content.js +0 -0
- package/addon/components/xep-drawer-header.js +0 -0
- package/addon/components/xep-drawer.js +0 -0
- package/addon/components/xep-input.js +0 -0
- package/addon/components/xep-list-divider.js +0 -0
- package/addon/components/xep-list-item-graphic.js +0 -0
- package/addon/components/xep-list-item-meta.js +0 -0
- package/addon/components/xep-list-item-text.js +0 -0
- package/addon/components/xep-list-item.js +0 -0
- package/addon/components/xep-list.js +0 -0
- package/addon/components/xep-menu-surface.js +0 -0
- package/addon/components/xep-menu.js +0 -0
- package/addon/components/xep-radio.js +0 -0
- package/addon/components/xep-slider.js +0 -0
- package/addon/components/xep-snackbar.js +0 -0
- package/addon/components/xep-switch.js +0 -0
- package/addon/components/xep-textarea.js +0 -0
- package/addon/components/xep-toolbar-divider.js +0 -0
- package/addon/components/xep-toolbar-item-icon.js +0 -0
- package/addon/components/xep-toolbar-item-text.js +0 -0
- package/addon/components/xep-toolbar-item.js +0 -0
- package/addon/components/xep-toolbar-section.js +9 -1
- package/addon/components/xep-toolbar.js +0 -0
- package/addon/mixins/xep-resize.js +0 -0
- package/addon/services/xep-manager.js +0 -0
- package/addon/templates/components/xep-avatar.hbs +1 -1
- package/addon/templates/components/xep-bubble.hbs +0 -0
- package/addon/templates/components/xep-button.hbs +0 -0
- package/addon/templates/components/xep-checkbox.hbs +0 -0
- package/addon/templates/components/xep-chip-icon.hbs +0 -0
- package/addon/templates/components/xep-chip-set.hbs +0 -0
- package/addon/templates/components/xep-chip-text.hbs +0 -0
- package/addon/templates/components/xep-chip.hbs +0 -0
- package/addon/templates/components/xep-dialog-actions.hbs +0 -0
- package/addon/templates/components/xep-dialog-content.hbs +0 -0
- package/addon/templates/components/xep-dialog-title.hbs +0 -0
- package/addon/templates/components/xep-dialog.hbs +0 -0
- package/addon/templates/components/xep-drawer-content.hbs +0 -0
- package/addon/templates/components/xep-drawer-header.hbs +0 -0
- package/addon/templates/components/xep-drawer.hbs +0 -0
- package/addon/templates/components/xep-input.hbs +0 -0
- package/addon/templates/components/xep-list-divider.hbs +0 -0
- package/addon/templates/components/xep-list-item-graphic.hbs +0 -0
- package/addon/templates/components/xep-list-item-meta.hbs +0 -0
- package/addon/templates/components/xep-list-item-text.hbs +0 -0
- package/addon/templates/components/xep-list-item.hbs +0 -0
- package/addon/templates/components/xep-list.hbs +0 -0
- package/addon/templates/components/xep-menu-surface.hbs +0 -0
- package/addon/templates/components/xep-menu.hbs +0 -0
- package/addon/templates/components/xep-power-select.hbs +0 -0
- package/addon/templates/components/xep-radio.hbs +0 -0
- package/addon/templates/components/xep-slider.hbs +0 -0
- package/addon/templates/components/xep-snackbar.hbs +0 -0
- package/addon/templates/components/xep-switch.hbs +0 -0
- package/addon/templates/components/xep-textarea.hbs +0 -0
- package/addon/templates/components/xep-toolbar-divider.hbs +0 -0
- package/addon/templates/components/xep-toolbar-item-icon.hbs +0 -0
- package/addon/templates/components/xep-toolbar-item-text.hbs +0 -0
- package/addon/templates/components/xep-toolbar-item.hbs +0 -0
- package/addon/templates/components/xep-toolbar-section.hbs +0 -0
- package/addon/templates/components/xep-toolbar.hbs +0 -0
- package/addon/utils/style-string.js +0 -0
- package/addon/utils/update-dirty-props.js +0 -0
- package/app/components/xep-avatar.js +0 -0
- package/app/components/xep-bubble.js +0 -0
- package/app/components/xep-button.js +0 -0
- package/app/components/xep-checkbox.js +0 -0
- package/app/components/xep-chip-icon.js +0 -0
- package/app/components/xep-chip-set.js +0 -0
- package/app/components/xep-chip-text.js +0 -0
- package/app/components/xep-chip.js +0 -0
- package/app/components/xep-dialog-actions.js +0 -0
- package/app/components/xep-dialog-content.js +0 -0
- package/app/components/xep-dialog-title.js +0 -0
- package/app/components/xep-dialog.js +0 -0
- package/app/components/xep-drawer-content.js +0 -0
- package/app/components/xep-drawer-header.js +0 -0
- package/app/components/xep-drawer.js +0 -0
- package/app/components/xep-input.js +0 -0
- package/app/components/xep-list-divider.js +0 -0
- package/app/components/xep-list-item-graphic.js +0 -0
- package/app/components/xep-list-item-meta.js +0 -0
- package/app/components/xep-list-item-text.js +0 -0
- package/app/components/xep-list-item.js +0 -0
- package/app/components/xep-list.js +0 -0
- package/app/components/xep-menu-surface.js +0 -0
- package/app/components/xep-menu.js +0 -0
- package/app/components/xep-radio.js +0 -0
- package/app/components/xep-slider.js +0 -0
- package/app/components/xep-snackbar.js +0 -0
- package/app/components/xep-switch.js +0 -0
- package/app/components/xep-textarea.js +0 -0
- package/app/components/xep-toolbar-divider.js +0 -0
- package/app/components/xep-toolbar-item-icon.js +0 -0
- package/app/components/xep-toolbar-item-text.js +0 -0
- package/app/components/xep-toolbar-item.js +0 -0
- package/app/components/xep-toolbar-section.js +0 -0
- package/app/components/xep-toolbar.js +0 -0
- package/app/mixins/xep-resize.js +0 -0
- package/app/services/xep-manager.js +0 -0
- package/app/styles/ember-partials/components/xep-avatar.scss +24 -24
- package/app/styles/ember-partials/components/xep-bubble.scss +20 -20
- package/app/styles/ember-partials/components/xep-button.scss +58 -58
- package/app/styles/ember-partials/components/xep-drawer.scss +21 -21
- package/app/styles/ember-partials/components/xep-snackbar.scss +3 -3
- package/app/styles/ember-partials/components/xep-toolbar.scss +107 -107
- package/app/styles/ember-partials/dark-theme.scss +42 -42
- package/app/styles/ember-partials/helpers/alignment.scss +59 -59
- package/app/styles/ember-partials/helpers/color.scss +27 -27
- package/app/styles/ember-partials/helpers/display.scss +27 -19
- package/app/styles/ember-partials/helpers/overrides.scss +7 -7
- package/app/styles/ember-partials/helpers/root.scss +13 -13
- package/app/styles/ember-partials/helpers/rotate.scss +11 -0
- package/app/styles/ember-partials/helpers/spacing.scss +25 -25
- package/app/styles/ember-partials/helpers/typography.scss +5 -0
- package/app/styles/ember-partials/helpers/visibility.scss +23 -23
- package/app/styles/ember-partials/light-theme.scss +42 -42
- package/app/styles/ember-partials/mixins/breakpoints.scss +24 -24
- package/app/styles/ember-partials/mixins/strip-unit.scss +10 -10
- package/app/styles/ember-partials/variables.scss +35 -35
- package/app/styles/ember-partials/xdam-theme.scss +42 -42
- package/app/styles/ember-partials.scss +35 -33
- package/app/utils/style-string.js +0 -0
- package/backstop.json +168 -168
- package/blueprints/xep-component/files/__root__/__path__/__name__.js +0 -0
- package/blueprints/xep-component/files/__root__/__templatepath__/__templatename__.hbs +0 -0
- package/blueprints/xep-component/index.js +0 -0
- package/blueprints/xep-component-test/index.js +0 -0
- package/blueprints/xep-component-test/qunit-files/__root__/__testType__/__path__/__test__.js +0 -0
- package/config/addon-docs.js +0 -0
- package/config/deploy.js +0 -0
- package/config/environment.js +0 -0
- package/config/release.js +0 -0
- package/index.js +2 -2
- package/package.json +26 -26
- package/.npmignore +0 -36
- package/.vscode/settings.json +0 -16
|
@@ -1,107 +1,107 @@
|
|
|
1
|
-
$xep-toolbar-spacing: 5px;
|
|
2
|
-
$xep-toolbar-divider-thickness: 2px;
|
|
3
|
-
|
|
4
|
-
.xep-toolbar {
|
|
5
|
-
background: $mdc-theme-surface;
|
|
6
|
-
display: flex;
|
|
7
|
-
box-sizing: border-box;
|
|
8
|
-
flex-flow: row nowrap;
|
|
9
|
-
overflow: visible;
|
|
10
|
-
z-index: 1;
|
|
11
|
-
|
|
12
|
-
&--fixed {
|
|
13
|
-
position: fixed;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
&__section {
|
|
17
|
-
display: inline-flex;
|
|
18
|
-
|
|
19
|
-
&--align-start {
|
|
20
|
-
justify-content: flex-start;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&--align-end {
|
|
24
|
-
justify-content: flex-end;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&--align-middle {
|
|
28
|
-
justify-content: center;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
&--flex-grow {
|
|
32
|
-
flex: 1 1 auto;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&--flex-shrink {
|
|
36
|
-
flex: 0 1 auto;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
&__item {
|
|
41
|
-
cursor: pointer;
|
|
42
|
-
display: flex;
|
|
43
|
-
align-items: center;
|
|
44
|
-
position: relative;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
&__item-button,
|
|
48
|
-
&__item-text,
|
|
49
|
-
&__item-icon {
|
|
50
|
-
padding: $xep-toolbar-spacing;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
&__divider {
|
|
54
|
-
background: map-get($xep-shades, typography-3);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
&__item-text {
|
|
58
|
-
text-overflow: ellipsis;
|
|
59
|
-
white-space: nowrap;
|
|
60
|
-
overflow: hidden;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
&--horizontal {
|
|
64
|
-
padding: 0 $xep-toolbar-spacing;
|
|
65
|
-
|
|
66
|
-
.xep-toolbar__section {
|
|
67
|
-
flex-flow: row nowrap;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.xep-toolbar__divider {
|
|
71
|
-
width: $xep-toolbar-divider-thickness;
|
|
72
|
-
margin: ($xep-toolbar-spacing * 2) $xep-toolbar-spacing;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
&--vertical {
|
|
77
|
-
height: 100%;
|
|
78
|
-
padding: $xep-toolbar-spacing 0;
|
|
79
|
-
flex-flow: column nowrap;
|
|
80
|
-
|
|
81
|
-
.xep-toolbar__section {
|
|
82
|
-
flex-flow: column nowrap;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.xep-toolbar__item {
|
|
86
|
-
display: flex;
|
|
87
|
-
text-align: center;
|
|
88
|
-
justify-content: center;
|
|
89
|
-
flex-direction: column;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.xep-toolbar__item-text {
|
|
93
|
-
font-size: 10px;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.xep-toolbar__divider {
|
|
97
|
-
height: $xep-toolbar-divider-thickness;
|
|
98
|
-
margin: $xep-toolbar-spacing ($xep-toolbar-spacing * 2);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.xep-toolbar__item-icon,
|
|
102
|
-
.xep-toolbar__item-text {
|
|
103
|
-
display: block;
|
|
104
|
-
line-height: 1;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
1
|
+
$xep-toolbar-spacing: 5px;
|
|
2
|
+
$xep-toolbar-divider-thickness: 2px;
|
|
3
|
+
|
|
4
|
+
.xep-toolbar {
|
|
5
|
+
background: $mdc-theme-surface;
|
|
6
|
+
display: flex;
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
flex-flow: row nowrap;
|
|
9
|
+
overflow: visible;
|
|
10
|
+
z-index: 1;
|
|
11
|
+
|
|
12
|
+
&--fixed {
|
|
13
|
+
position: fixed;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&__section {
|
|
17
|
+
display: inline-flex;
|
|
18
|
+
|
|
19
|
+
&--align-start {
|
|
20
|
+
justify-content: flex-start;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&--align-end {
|
|
24
|
+
justify-content: flex-end;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&--align-middle {
|
|
28
|
+
justify-content: center;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&--flex-grow {
|
|
32
|
+
flex: 1 1 auto;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&--flex-shrink {
|
|
36
|
+
flex: 0 1 auto;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&__item {
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
display: flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
position: relative;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&__item-button,
|
|
48
|
+
&__item-text,
|
|
49
|
+
&__item-icon {
|
|
50
|
+
padding: $xep-toolbar-spacing;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
&__divider {
|
|
54
|
+
background: map-get($xep-shades, typography-3);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
&__item-text {
|
|
58
|
+
text-overflow: ellipsis;
|
|
59
|
+
white-space: nowrap;
|
|
60
|
+
overflow: hidden;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
&--horizontal {
|
|
64
|
+
padding: 0 $xep-toolbar-spacing;
|
|
65
|
+
|
|
66
|
+
.xep-toolbar__section {
|
|
67
|
+
flex-flow: row nowrap;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.xep-toolbar__divider {
|
|
71
|
+
width: $xep-toolbar-divider-thickness;
|
|
72
|
+
margin: ($xep-toolbar-spacing * 2) $xep-toolbar-spacing;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&--vertical {
|
|
77
|
+
height: 100%;
|
|
78
|
+
padding: $xep-toolbar-spacing 0;
|
|
79
|
+
flex-flow: column nowrap;
|
|
80
|
+
|
|
81
|
+
.xep-toolbar__section {
|
|
82
|
+
flex-flow: column nowrap;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.xep-toolbar__item {
|
|
86
|
+
display: flex;
|
|
87
|
+
text-align: center;
|
|
88
|
+
justify-content: center;
|
|
89
|
+
flex-direction: column;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.xep-toolbar__item-text {
|
|
93
|
+
font-size: 10px;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.xep-toolbar__divider {
|
|
97
|
+
height: $xep-toolbar-divider-thickness;
|
|
98
|
+
margin: $xep-toolbar-spacing ($xep-toolbar-spacing * 2);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.xep-toolbar__item-icon,
|
|
102
|
+
.xep-toolbar__item-text {
|
|
103
|
+
display: block;
|
|
104
|
+
line-height: 1;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
$xep-colors: (
|
|
2
|
-
primary: #2284ff,
|
|
3
|
-
success: #3adb76,
|
|
4
|
-
warning: #ffae00,
|
|
5
|
-
alert: #cc4b37
|
|
6
|
-
) !default;
|
|
7
|
-
|
|
8
|
-
$xep-shades: (
|
|
9
|
-
typography: #fefefe,
|
|
10
|
-
typography-1: #b2b3b4,
|
|
11
|
-
typography-2: #8d9192,
|
|
12
|
-
typography-3: #7c8081,
|
|
13
|
-
typography-4: #616364,
|
|
14
|
-
background: #1b1e22,
|
|
15
|
-
background-1: #1f2327,
|
|
16
|
-
background-2: #282b2f,
|
|
17
|
-
background-3: #383b3f,
|
|
18
|
-
background-4: #44474b
|
|
19
|
-
) !default;
|
|
20
|
-
|
|
21
|
-
$xep-surface-border: map-get($xep-shades, background-3) !default;
|
|
22
|
-
|
|
23
|
-
/* ============= MDC Color ============= */
|
|
24
|
-
|
|
25
|
-
$mdc-theme-primary: map-get($xep-colors, primary) !default;
|
|
26
|
-
$mdc-theme-secondary: map-get($xep-colors, success) !default;
|
|
27
|
-
$mdc-theme-background: map-get($xep-shades, background) !default;
|
|
28
|
-
$mdc-theme-surface: map-get($xep-shades, background-2) !default;
|
|
29
|
-
$mdc-theme-on-primary: map-get($xep-shades, typography) !default;
|
|
30
|
-
$mdc-theme-on-secondary: map-get($xep-shades, typography) !default;
|
|
31
|
-
$mdc-theme-on-surface: map-get($xep-shades, typography-1) !default;
|
|
32
|
-
|
|
33
|
-
$mdc-theme-text-primary-on-light: map-get($xep-colors, primary) !default;
|
|
34
|
-
$mdc-theme-text-primary-on-dark: map-get($xep-colors, primary) !default;
|
|
35
|
-
$mdc-theme-text-secondary-on-dark: map-get($xep-colors, success) !default;
|
|
36
|
-
$mdc-theme-text-secondary-on-light: map-get($xep-colors, success) !default;
|
|
37
|
-
$mdc-theme-text-hint-on-dark: map-get($xep-shades, typography-2) !default;
|
|
38
|
-
$mdc-theme-text-hint-on-light: map-get($xep-shades, typography-2) !default;
|
|
39
|
-
$mdc-theme-text-disabled-on-dark: map-get($xep-shades, typography-3) !default;
|
|
40
|
-
$mdc-theme-text-disabled-on-light: map-get($xep-shades, typography-3) !default;
|
|
41
|
-
$mdc-theme-text-icon-on-dark: map-get($xep-shades, typography-1) !default;
|
|
42
|
-
$mdc-theme-text-icon-on-light: map-get($xep-shades, typography-1) !default;
|
|
1
|
+
$xep-colors: (
|
|
2
|
+
primary: #2284ff,
|
|
3
|
+
success: #3adb76,
|
|
4
|
+
warning: #ffae00,
|
|
5
|
+
alert: #cc4b37
|
|
6
|
+
) !default;
|
|
7
|
+
|
|
8
|
+
$xep-shades: (
|
|
9
|
+
typography: #fefefe,
|
|
10
|
+
typography-1: #b2b3b4,
|
|
11
|
+
typography-2: #8d9192,
|
|
12
|
+
typography-3: #7c8081,
|
|
13
|
+
typography-4: #616364,
|
|
14
|
+
background: #1b1e22,
|
|
15
|
+
background-1: #1f2327,
|
|
16
|
+
background-2: #282b2f,
|
|
17
|
+
background-3: #383b3f,
|
|
18
|
+
background-4: #44474b
|
|
19
|
+
) !default;
|
|
20
|
+
|
|
21
|
+
$xep-surface-border: map-get($xep-shades, background-3) !default;
|
|
22
|
+
|
|
23
|
+
/* ============= MDC Color ============= */
|
|
24
|
+
|
|
25
|
+
$mdc-theme-primary: map-get($xep-colors, primary) !default;
|
|
26
|
+
$mdc-theme-secondary: map-get($xep-colors, success) !default;
|
|
27
|
+
$mdc-theme-background: map-get($xep-shades, background) !default;
|
|
28
|
+
$mdc-theme-surface: map-get($xep-shades, background-2) !default;
|
|
29
|
+
$mdc-theme-on-primary: map-get($xep-shades, typography) !default;
|
|
30
|
+
$mdc-theme-on-secondary: map-get($xep-shades, typography) !default;
|
|
31
|
+
$mdc-theme-on-surface: map-get($xep-shades, typography-1) !default;
|
|
32
|
+
|
|
33
|
+
$mdc-theme-text-primary-on-light: map-get($xep-colors, primary) !default;
|
|
34
|
+
$mdc-theme-text-primary-on-dark: map-get($xep-colors, primary) !default;
|
|
35
|
+
$mdc-theme-text-secondary-on-dark: map-get($xep-colors, success) !default;
|
|
36
|
+
$mdc-theme-text-secondary-on-light: map-get($xep-colors, success) !default;
|
|
37
|
+
$mdc-theme-text-hint-on-dark: map-get($xep-shades, typography-2) !default;
|
|
38
|
+
$mdc-theme-text-hint-on-light: map-get($xep-shades, typography-2) !default;
|
|
39
|
+
$mdc-theme-text-disabled-on-dark: map-get($xep-shades, typography-3) !default;
|
|
40
|
+
$mdc-theme-text-disabled-on-light: map-get($xep-shades, typography-3) !default;
|
|
41
|
+
$mdc-theme-text-icon-on-dark: map-get($xep-shades, typography-1) !default;
|
|
42
|
+
$mdc-theme-text-icon-on-light: map-get($xep-shades, typography-1) !default;
|
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
.xep-text {
|
|
2
|
-
&-center {
|
|
3
|
-
text-align: center !important;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
&-left {
|
|
7
|
-
text-align: left !important;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
&-right {
|
|
11
|
-
text-align: right !important;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.xep-flex {
|
|
16
|
-
&-justify-center {
|
|
17
|
-
justify-content: center !important;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
&-justify-flex-end {
|
|
21
|
-
justify-content: flex-end !important;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
&-justify-flex-start {
|
|
25
|
-
justify-content: flex-start !important;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&-align-center {
|
|
29
|
-
align-items: center !important;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&-align-flex-end {
|
|
33
|
-
align-items: flex-end !important;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&-align-flex-start {
|
|
37
|
-
align-items: flex-start !important;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
&-grow {
|
|
41
|
-
flex: 1 0 auto;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
&-auto {
|
|
45
|
-
flex: 1 1 auto;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
&-shrink {
|
|
49
|
-
flex: 0 1 auto;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
&-direction-row {
|
|
53
|
-
flex-direction: row;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
&-direction-column {
|
|
57
|
-
flex-direction: column;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
1
|
+
.xep-text {
|
|
2
|
+
&-center {
|
|
3
|
+
text-align: center !important;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
&-left {
|
|
7
|
+
text-align: left !important;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
&-right {
|
|
11
|
+
text-align: right !important;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.xep-flex {
|
|
16
|
+
&-justify-center {
|
|
17
|
+
justify-content: center !important;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&-justify-flex-end {
|
|
21
|
+
justify-content: flex-end !important;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&-justify-flex-start {
|
|
25
|
+
justify-content: flex-start !important;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&-align-center {
|
|
29
|
+
align-items: center !important;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&-align-flex-end {
|
|
33
|
+
align-items: flex-end !important;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&-align-flex-start {
|
|
37
|
+
align-items: flex-start !important;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&-grow {
|
|
41
|
+
flex: 1 0 auto;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&-auto {
|
|
45
|
+
flex: 1 1 auto;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&-shrink {
|
|
49
|
+
flex: 0 1 auto;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&-direction-row {
|
|
53
|
+
flex-direction: row;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&-direction-column {
|
|
57
|
+
flex-direction: column;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
@each $name, $value in $xep-colors {
|
|
2
|
-
.xep-#{"" + $name}-color {
|
|
3
|
-
color: $value !important;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.xep-#{"" + $name}-background {
|
|
7
|
-
background-color: $value !important;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.xep-#{"" + $name}-border {
|
|
11
|
-
border-color: $value !important;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
@each $name, $value in $xep-shades {
|
|
16
|
-
.xep-#{"" + $name}-color {
|
|
17
|
-
color: $value !important;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.xep-#{"" + $name}-background {
|
|
21
|
-
background-color: $value !important;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.xep-#{"" + $name}-border {
|
|
25
|
-
border-color: $value !important;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
1
|
+
@each $name, $value in $xep-colors {
|
|
2
|
+
.xep-#{"" + $name}-color {
|
|
3
|
+
color: $value !important;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.xep-#{"" + $name}-background {
|
|
7
|
+
background-color: $value !important;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.xep-#{"" + $name}-border {
|
|
11
|
+
border-color: $value !important;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@each $name, $value in $xep-shades {
|
|
16
|
+
.xep-#{"" + $name}-color {
|
|
17
|
+
color: $value !important;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.xep-#{"" + $name}-background {
|
|
21
|
+
background-color: $value !important;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.xep-#{"" + $name}-border {
|
|
25
|
+
border-color: $value !important;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -1,19 +1,27 @@
|
|
|
1
|
-
.xep-display-block {
|
|
2
|
-
display: block !important;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.xep-display-inline-block {
|
|
6
|
-
display: inline-block !important;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.xep-display-inline {
|
|
10
|
-
display: inline !important;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.xep-display-flex {
|
|
14
|
-
display: flex !important;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.xep-display-inline-flex {
|
|
18
|
-
display: inline-flex !important;
|
|
19
|
-
}
|
|
1
|
+
.xep-display-block {
|
|
2
|
+
display: block !important;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.xep-display-inline-block {
|
|
6
|
+
display: inline-block !important;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.xep-display-inline {
|
|
10
|
+
display: inline !important;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.xep-display-flex {
|
|
14
|
+
display: flex !important;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.xep-display-inline-flex {
|
|
18
|
+
display: inline-flex !important;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.xep-width-100 {
|
|
22
|
+
width: 100% !important;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.xep-height-100 {
|
|
26
|
+
height: 100% !important;
|
|
27
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
// Extra layers are creating performance issues
|
|
2
|
-
:not(.mdc-list--non-interactive) > .mdc-list-item,
|
|
3
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item,
|
|
4
|
-
.mdc-button {
|
|
5
|
-
will-change: initial;
|
|
6
|
-
contain: initial;
|
|
7
|
-
}
|
|
1
|
+
// Extra layers are creating performance issues
|
|
2
|
+
:not(.mdc-list--non-interactive) > .mdc-list-item,
|
|
3
|
+
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item,
|
|
4
|
+
.mdc-button {
|
|
5
|
+
will-change: initial;
|
|
6
|
+
contain: initial;
|
|
7
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
@each $name, $value in $xep-colors {
|
|
3
|
-
--xep-#{"" + $name}-color: #{$value};
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
@each $name, $value in $xep-shades {
|
|
7
|
-
--xep-#{"" + $name}-shade: #{$value};
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
@each $name, $value in $xep-breakpoints {
|
|
11
|
-
--xep-#{"" + $name}-breakpoint: #{strip-unit($value)};
|
|
12
|
-
}
|
|
13
|
-
}
|
|
1
|
+
:root {
|
|
2
|
+
@each $name, $value in $xep-colors {
|
|
3
|
+
--xep-#{"" + $name}-color: #{$value};
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
@each $name, $value in $xep-shades {
|
|
7
|
+
--xep-#{"" + $name}-shade: #{$value};
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@each $name, $value in $xep-breakpoints {
|
|
11
|
+
--xep-#{"" + $name}-breakpoint: #{strip-unit($value)};
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
$xep-spacing-types: 'margin' 'padding';
|
|
2
|
-
$xep-spacing-positions: 'top' 'bottom' 'left' 'right';
|
|
3
|
-
|
|
4
|
-
$xep-spacing-amounts: (
|
|
5
|
-
none: 0,
|
|
6
|
-
quarter: 0.25,
|
|
7
|
-
half: 0.5,
|
|
8
|
-
one: 1,
|
|
9
|
-
two: 2,
|
|
10
|
-
three: 3
|
|
11
|
-
);
|
|
12
|
-
|
|
13
|
-
@each $type in $xep-spacing-types {
|
|
14
|
-
@each $name, $amount in $xep-spacing-amounts {
|
|
15
|
-
@each $position in $xep-spacing-positions {
|
|
16
|
-
.xep-#{$type}-#{$position}-#{$name} {
|
|
17
|
-
#{$type}-#{$position}: $xep-global-spacing * $amount !important;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.xep-#{$type}-#{$name} {
|
|
22
|
-
#{$type}: $xep-global-spacing * $amount !important;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
1
|
+
$xep-spacing-types: 'margin' 'padding';
|
|
2
|
+
$xep-spacing-positions: 'top' 'bottom' 'left' 'right';
|
|
3
|
+
|
|
4
|
+
$xep-spacing-amounts: (
|
|
5
|
+
none: 0,
|
|
6
|
+
quarter: 0.25,
|
|
7
|
+
half: 0.5,
|
|
8
|
+
one: 1,
|
|
9
|
+
two: 2,
|
|
10
|
+
three: 3
|
|
11
|
+
);
|
|
12
|
+
|
|
13
|
+
@each $type in $xep-spacing-types {
|
|
14
|
+
@each $name, $amount in $xep-spacing-amounts {
|
|
15
|
+
@each $position in $xep-spacing-positions {
|
|
16
|
+
.xep-#{$type}-#{$position}-#{$name} {
|
|
17
|
+
#{$type}-#{$position}: $xep-global-spacing * $amount !important;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.xep-#{$type}-#{$name} {
|
|
22
|
+
#{$type}: $xep-global-spacing * $amount !important;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
@each $type, $value in $xep-breakpoints {
|
|
2
|
-
.xep-hide-for-#{$type} {
|
|
3
|
-
@include breakpoint(#{$type}, up) {
|
|
4
|
-
display: none !important;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.xep-show-for-#{$type} {
|
|
9
|
-
display: none !important;
|
|
10
|
-
|
|
11
|
-
@include breakpoint(#{$type}, up) {
|
|
12
|
-
display: inherit !important;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.xep-hide {
|
|
18
|
-
display: none !important;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.xep-hidden {
|
|
22
|
-
visibility: hidden !important;
|
|
23
|
-
}
|
|
1
|
+
@each $type, $value in $xep-breakpoints {
|
|
2
|
+
.xep-hide-for-#{$type} {
|
|
3
|
+
@include breakpoint(#{$type}, up) {
|
|
4
|
+
display: none !important;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.xep-show-for-#{$type} {
|
|
9
|
+
display: none !important;
|
|
10
|
+
|
|
11
|
+
@include breakpoint(#{$type}, up) {
|
|
12
|
+
display: inherit !important;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.xep-hide {
|
|
18
|
+
display: none !important;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.xep-hidden {
|
|
22
|
+
visibility: hidden !important;
|
|
23
|
+
}
|