@vandeurenglenn/lite-elements 0.3.49 → 0.3.51
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/exports/banner.js +37 -37
- package/exports/bar/top-app-bar.d.ts +1 -1
- package/exports/bundle/banner.js +2 -2
- package/exports/bundle/button.js +6 -1
- package/exports/bundle/card.js +1 -1
- package/exports/bundle/code.js +1 -1
- package/exports/bundle/{column-B0bUzxkF.js → column-dsIMZ5XT.js} +1 -1
- package/exports/bundle/demo-elements.js +1 -1
- package/exports/bundle/demo-icons.js +1 -1
- package/exports/bundle/demo-shell.js +1 -1
- package/exports/bundle/demo.js +1 -1
- package/exports/bundle/dialog.js +1 -1
- package/exports/bundle/divider.js +1 -1
- package/exports/bundle/drawer-button.js +1 -1
- package/exports/bundle/drawer-item.js +1 -1
- package/exports/bundle/drawer-layout.js +1 -1
- package/exports/bundle/drawer.js +2 -2
- package/exports/bundle/dropdown-menu.js +1 -1
- package/exports/bundle/dropdown.js +1 -1
- package/exports/bundle/elements.js +1 -1
- package/exports/bundle/elevation.js +1 -1
- package/exports/bundle/fab.js +2 -2
- package/exports/bundle/icon-button.js +1 -1
- package/exports/bundle/icon-set.js +1 -1
- package/exports/bundle/icon.js +1 -1
- package/exports/bundle/index.html +590 -590
- package/exports/bundle/input.js +2 -2
- package/exports/bundle/list-item.js +1 -1
- package/exports/bundle/menu.js +1 -1
- package/exports/bundle/minute-field.js +1 -1
- package/exports/bundle/notification.js +1 -1
- package/exports/bundle/notifications.js +1 -1
- package/exports/bundle/pages.js +1 -1
- package/exports/bundle/pane.js +3 -3
- package/exports/bundle/property-C1gA9hig.js +23 -0
- package/exports/bundle/property-DL093_VN.js +11 -0
- package/exports/bundle/rail.js +1 -1
- package/exports/bundle/root.js +2 -2
- package/exports/bundle/row-CW5FbTZ_.js +28 -0
- package/exports/bundle/section.js +1 -1
- package/exports/bundle/section2.js +1 -1
- package/exports/bundle/select-mixin.js +1 -1
- package/exports/bundle/selector-mixin.js +1 -1
- package/exports/bundle/selector.js +1 -1
- package/exports/bundle/summary-mirror.js +1 -1
- package/exports/bundle/summary.js +2 -2
- package/exports/bundle/supporting-pane.js +1 -1
- package/exports/bundle/tab.js +2 -2
- package/exports/bundle/tabs.js +1 -1
- package/exports/bundle/text-field.js +1 -1
- package/exports/bundle/theme.js +1 -1
- package/exports/bundle/themes/default/colors.module.css +180 -180
- package/exports/bundle/themes/default/missing/motion.css +3 -3
- package/exports/bundle/themes/default/missing/shape.css +12 -12
- package/exports/bundle/themes/default/missing/theme.dark.css +4 -4
- package/exports/bundle/themes/default/missing/theme.light.css +4 -4
- package/exports/bundle/themes/default/missing/tokens.css +8 -8
- package/exports/bundle/themes/default/theme.css +10 -10
- package/exports/bundle/themes/default/theme.dark.css +33 -33
- package/exports/bundle/themes/default/theme.light.css +33 -33
- package/exports/bundle/themes/default/tokens.css +256 -256
- package/exports/bundle/themes/default/typography.module.css +150 -150
- package/exports/bundle/time-picker.js +1 -1
- package/exports/bundle/toggle-button.js +1 -1
- package/exports/bundle/toggle.js +1 -1
- package/exports/bundle/top-app-bar.js +63 -2
- package/exports/bundle/typography.js +1 -1
- package/exports/bundle/upload-file.js +1 -1
- package/exports/bundle/upload-image.js +62 -55
- package/exports/button.js +149 -144
- package/exports/card.js +140 -140
- package/exports/code.js +35 -35
- package/exports/demo-elements.js +1 -1
- package/exports/demo-icons.js +16 -16
- package/exports/demo-shell.js +540 -540
- package/exports/demo.js +457 -457
- package/exports/dialog.js +149 -149
- package/exports/divider.js +22 -22
- package/exports/drawer-button.js +14 -14
- package/exports/drawer-item.js +39 -39
- package/exports/drawer-layout.js +96 -96
- package/exports/drawer.js +8 -8
- package/exports/dropdown-menu.js +59 -59
- package/exports/dropdown.js +26 -26
- package/exports/elements.js +1 -1
- package/exports/elevation.js +51 -51
- package/exports/fab.js +146 -146
- package/exports/icon-button.js +13 -13
- package/exports/icon-set.js +5 -5
- package/exports/icon.js +16 -16
- package/exports/input.js +6 -6
- package/exports/list-item.js +43 -43
- package/exports/menu.js +13 -13
- package/exports/minute-field.js +5 -5
- package/exports/mixins/scroll-mixin.d.ts +1 -1
- package/exports/notification.js +35 -35
- package/exports/notifications.js +66 -66
- package/exports/pages.js +42 -42
- package/exports/pane.js +19 -19
- package/exports/rail.js +58 -58
- package/exports/root.js +8 -8
- package/exports/section/section.d.ts +2 -2
- package/exports/section.js +11 -11
- package/exports/section2.js +25 -25
- package/exports/selector.js +31 -31
- package/exports/summary-mirror.js +20 -20
- package/exports/summary.js +25 -25
- package/exports/supporting-pane.js +47 -47
- package/exports/tab.js +22 -22
- package/exports/tabs.js +51 -51
- package/exports/text-field.js +10 -10
- package/exports/theme.js +9 -9
- package/exports/themes/default/colors.module.css +180 -180
- package/exports/themes/default/missing/motion.css +3 -3
- package/exports/themes/default/missing/shape.css +12 -12
- package/exports/themes/default/missing/theme.dark.css +4 -4
- package/exports/themes/default/missing/theme.light.css +4 -4
- package/exports/themes/default/missing/tokens.css +8 -8
- package/exports/themes/default/theme.css +10 -10
- package/exports/themes/default/theme.dark.css +33 -33
- package/exports/themes/default/theme.light.css +33 -33
- package/exports/themes/default/tokens.css +256 -256
- package/exports/themes/default/typography.module.css +150 -150
- package/exports/time-picker.js +21 -21
- package/exports/toggle-button.js +4 -4
- package/exports/toggle.js +5 -5
- package/exports/top-app-bar.js +21 -21
- package/exports/{tslib.es6-CFl_-KPR.js → tslib.es6-Cg9lAhfj.js} +1 -1
- package/exports/typography.js +156 -156
- package/exports/upload-file.js +9 -9
- package/exports/upload-image.js +201 -201
- package/package.json +20 -36
- package/exports/bundle/property-BYA8Sw2t.js +0 -11
- package/exports/bundle/property-C4lhirVQ.js +0 -23
- package/exports/bundle/row-DYDgQVDj.js +0 -28
- package/exports/bundle/simple-hash-router.js +0 -1
- package/exports/bundle/types2.js +0 -1
- package/exports/mixins/file-reader-mixin.d.ts +0 -341
- package/exports/router/types.d.ts +0 -45
- package/exports/simple-hash-router.js +0 -111
- package/exports/types2.js +0 -1
- package/exports/upload/upload-image.d.ts +0 -381
|
@@ -1,150 +1,150 @@
|
|
|
1
|
-
.display-large{
|
|
2
|
-
font-family: var(--md-sys-typescale-display-large-font-family-name);
|
|
3
|
-
font-style: var(--md-sys-typescale-display-large-font-family-style);
|
|
4
|
-
font-weight: var(--md-sys-typescale-display-large-font-weight);
|
|
5
|
-
font-size: var(--md-sys-typescale-display-large-font-size);
|
|
6
|
-
letter-spacing: var(--md-sys-typescale-display-large-tracking);
|
|
7
|
-
line-height: var(--md-sys-typescale-display-large-height);
|
|
8
|
-
text-transform: var(--md-sys-typescale-display-large-text-transform);
|
|
9
|
-
text-decoration: var(--md-sys-typescale-display-large-text-decoration);
|
|
10
|
-
}
|
|
11
|
-
.display-medium{
|
|
12
|
-
font-family: var(--md-sys-typescale-display-medium-font-family-name);
|
|
13
|
-
font-style: var(--md-sys-typescale-display-medium-font-family-style);
|
|
14
|
-
font-weight: var(--md-sys-typescale-display-medium-font-weight);
|
|
15
|
-
font-size: var(--md-sys-typescale-display-medium-font-size);
|
|
16
|
-
letter-spacing: var(--md-sys-typescale-display-medium-tracking);
|
|
17
|
-
line-height: var(--md-sys-typescale-display-medium-height);
|
|
18
|
-
text-transform: var(--md-sys-typescale-display-medium-text-transform);
|
|
19
|
-
text-decoration: var(--md-sys-typescale-display-medium-text-decoration);
|
|
20
|
-
}
|
|
21
|
-
.display-small{
|
|
22
|
-
font-family: var(--md-sys-typescale-display-small-font-family-name);
|
|
23
|
-
font-style: var(--md-sys-typescale-display-small-font-family-style);
|
|
24
|
-
font-weight: var(--md-sys-typescale-display-small-font-weight);
|
|
25
|
-
font-size: var(--md-sys-typescale-display-small-font-size);
|
|
26
|
-
letter-spacing: var(--md-sys-typescale-display-small-tracking);
|
|
27
|
-
line-height: var(--md-sys-typescale-display-small-height);
|
|
28
|
-
text-transform: var(--md-sys-typescale-display-small-text-transform);
|
|
29
|
-
text-decoration: var(--md-sys-typescale-display-small-text-decoration);
|
|
30
|
-
}
|
|
31
|
-
.headline-large{
|
|
32
|
-
font-family: var(--md-sys-typescale-headline-large-font-family-name);
|
|
33
|
-
font-style: var(--md-sys-typescale-headline-large-font-family-style);
|
|
34
|
-
font-weight: var(--md-sys-typescale-headline-large-font-weight);
|
|
35
|
-
font-size: var(--md-sys-typescale-headline-large-font-size);
|
|
36
|
-
letter-spacing: var(--md-sys-typescale-headline-large-tracking);
|
|
37
|
-
line-height: var(--md-sys-typescale-headline-large-height);
|
|
38
|
-
text-transform: var(--md-sys-typescale-headline-large-text-transform);
|
|
39
|
-
text-decoration: var(--md-sys-typescale-headline-large-text-decoration);
|
|
40
|
-
}
|
|
41
|
-
.headline-medium{
|
|
42
|
-
font-family: var(--md-sys-typescale-headline-medium-font-family-name);
|
|
43
|
-
font-style: var(--md-sys-typescale-headline-medium-font-family-style);
|
|
44
|
-
font-weight: var(--md-sys-typescale-headline-medium-font-weight);
|
|
45
|
-
font-size: var(--md-sys-typescale-headline-medium-font-size);
|
|
46
|
-
letter-spacing: var(--md-sys-typescale-headline-medium-tracking);
|
|
47
|
-
line-height: var(--md-sys-typescale-headline-medium-height);
|
|
48
|
-
text-transform: var(--md-sys-typescale-headline-medium-text-transform);
|
|
49
|
-
text-decoration: var(--md-sys-typescale-headline-medium-text-decoration);
|
|
50
|
-
}
|
|
51
|
-
.headline-small{
|
|
52
|
-
font-family: var(--md-sys-typescale-headline-small-font-family-name);
|
|
53
|
-
font-style: var(--md-sys-typescale-headline-small-font-family-style);
|
|
54
|
-
font-weight: var(--md-sys-typescale-headline-small-font-weight);
|
|
55
|
-
font-size: var(--md-sys-typescale-headline-small-font-size);
|
|
56
|
-
letter-spacing: var(--md-sys-typescale-headline-small-tracking);
|
|
57
|
-
line-height: var(--md-sys-typescale-headline-small-height);
|
|
58
|
-
text-transform: var(--md-sys-typescale-headline-small-text-transform);
|
|
59
|
-
text-decoration: var(--md-sys-typescale-headline-small-text-decoration);
|
|
60
|
-
}
|
|
61
|
-
.body-large{
|
|
62
|
-
font-family: var(--md-sys-typescale-body-large-font-family-name);
|
|
63
|
-
font-style: var(--md-sys-typescale-body-large-font-family-style);
|
|
64
|
-
font-weight: var(--md-sys-typescale-body-large-font-weight);
|
|
65
|
-
font-size: var(--md-sys-typescale-body-large-font-size);
|
|
66
|
-
letter-spacing: var(--md-sys-typescale-body-large-tracking);
|
|
67
|
-
line-height: var(--md-sys-typescale-body-large-height);
|
|
68
|
-
text-transform: var(--md-sys-typescale-body-large-text-transform);
|
|
69
|
-
text-decoration: var(--md-sys-typescale-body-large-text-decoration);
|
|
70
|
-
}
|
|
71
|
-
.body-medium{
|
|
72
|
-
font-family: var(--md-sys-typescale-body-medium-font-family-name);
|
|
73
|
-
font-style: var(--md-sys-typescale-body-medium-font-family-style);
|
|
74
|
-
font-weight: var(--md-sys-typescale-body-medium-font-weight);
|
|
75
|
-
font-size: var(--md-sys-typescale-body-medium-font-size);
|
|
76
|
-
letter-spacing: var(--md-sys-typescale-body-medium-tracking);
|
|
77
|
-
line-height: var(--md-sys-typescale-body-medium-height);
|
|
78
|
-
text-transform: var(--md-sys-typescale-body-medium-text-transform);
|
|
79
|
-
text-decoration: var(--md-sys-typescale-body-medium-text-decoration);
|
|
80
|
-
}
|
|
81
|
-
.body-small{
|
|
82
|
-
font-family: var(--md-sys-typescale-body-small-font-family-name);
|
|
83
|
-
font-style: var(--md-sys-typescale-body-small-font-family-style);
|
|
84
|
-
font-weight: var(--md-sys-typescale-body-small-font-weight);
|
|
85
|
-
font-size: var(--md-sys-typescale-body-small-font-size);
|
|
86
|
-
letter-spacing: var(--md-sys-typescale-body-small-tracking);
|
|
87
|
-
line-height: var(--md-sys-typescale-body-small-height);
|
|
88
|
-
text-transform: var(--md-sys-typescale-body-small-text-transform);
|
|
89
|
-
text-decoration: var(--md-sys-typescale-body-small-text-decoration);
|
|
90
|
-
}
|
|
91
|
-
.label-large{
|
|
92
|
-
font-family: var(--md-sys-typescale-label-large-font-family-name);
|
|
93
|
-
font-style: var(--md-sys-typescale-label-large-font-family-style);
|
|
94
|
-
font-weight: var(--md-sys-typescale-label-large-font-weight);
|
|
95
|
-
font-size: var(--md-sys-typescale-label-large-font-size);
|
|
96
|
-
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
97
|
-
line-height: var(--md-sys-typescale-label-large-height);
|
|
98
|
-
text-transform: var(--md-sys-typescale-label-large-text-transform);
|
|
99
|
-
text-decoration: var(--md-sys-typescale-label-large-text-decoration);
|
|
100
|
-
}
|
|
101
|
-
.label-medium{
|
|
102
|
-
font-family: var(--md-sys-typescale-label-medium-font-family-name);
|
|
103
|
-
font-style: var(--md-sys-typescale-label-medium-font-family-style);
|
|
104
|
-
font-weight: var(--md-sys-typescale-label-medium-font-weight);
|
|
105
|
-
font-size: var(--md-sys-typescale-label-medium-font-size);
|
|
106
|
-
letter-spacing: var(--md-sys-typescale-label-medium-tracking);
|
|
107
|
-
line-height: var(--md-sys-typescale-label-medium-height);
|
|
108
|
-
text-transform: var(--md-sys-typescale-label-medium-text-transform);
|
|
109
|
-
text-decoration: var(--md-sys-typescale-label-medium-text-decoration);
|
|
110
|
-
}
|
|
111
|
-
.label-small{
|
|
112
|
-
font-family: var(--md-sys-typescale-label-small-font-family-name);
|
|
113
|
-
font-style: var(--md-sys-typescale-label-small-font-family-style);
|
|
114
|
-
font-weight: var(--md-sys-typescale-label-small-font-weight);
|
|
115
|
-
font-size: var(--md-sys-typescale-label-small-font-size);
|
|
116
|
-
letter-spacing: var(--md-sys-typescale-label-small-tracking);
|
|
117
|
-
line-height: var(--md-sys-typescale-label-small-height);
|
|
118
|
-
text-transform: var(--md-sys-typescale-label-small-text-transform);
|
|
119
|
-
text-decoration: var(--md-sys-typescale-label-small-text-decoration);
|
|
120
|
-
}
|
|
121
|
-
.title-large{
|
|
122
|
-
font-family: var(--md-sys-typescale-title-large-font-family-name);
|
|
123
|
-
font-style: var(--md-sys-typescale-title-large-font-family-style);
|
|
124
|
-
font-weight: var(--md-sys-typescale-title-large-font-weight);
|
|
125
|
-
font-size: var(--md-sys-typescale-title-large-font-size);
|
|
126
|
-
letter-spacing: var(--md-sys-typescale-title-large-tracking);
|
|
127
|
-
line-height: var(--md-sys-typescale-title-large-height);
|
|
128
|
-
text-transform: var(--md-sys-typescale-title-large-text-transform);
|
|
129
|
-
text-decoration: var(--md-sys-typescale-title-large-text-decoration);
|
|
130
|
-
}
|
|
131
|
-
.title-medium{
|
|
132
|
-
font-family: var(--md-sys-typescale-title-medium-font-family-name);
|
|
133
|
-
font-style: var(--md-sys-typescale-title-medium-font-family-style);
|
|
134
|
-
font-weight: var(--md-sys-typescale-title-medium-font-weight);
|
|
135
|
-
font-size: var(--md-sys-typescale-title-medium-font-size);
|
|
136
|
-
letter-spacing: var(--md-sys-typescale-title-medium-tracking);
|
|
137
|
-
line-height: var(--md-sys-typescale-title-medium-height);
|
|
138
|
-
text-transform: var(--md-sys-typescale-title-medium-text-transform);
|
|
139
|
-
text-decoration: var(--md-sys-typescale-title-medium-text-decoration);
|
|
140
|
-
}
|
|
141
|
-
.title-small{
|
|
142
|
-
font-family: var(--md-sys-typescale-title-small-font-family-name);
|
|
143
|
-
font-style: var(--md-sys-typescale-title-small-font-family-style);
|
|
144
|
-
font-weight: var(--md-sys-typescale-title-small-font-weight);
|
|
145
|
-
font-size: var(--md-sys-typescale-title-small-font-size);
|
|
146
|
-
letter-spacing: var(--md-sys-typescale-title-small-tracking);
|
|
147
|
-
line-height: var(--md-sys-typescale-title-small-height);
|
|
148
|
-
text-transform: var(--md-sys-typescale-title-small-text-transform);
|
|
149
|
-
text-decoration: var(--md-sys-typescale-title-small-text-decoration);
|
|
150
|
-
}
|
|
1
|
+
.display-large{
|
|
2
|
+
font-family: var(--md-sys-typescale-display-large-font-family-name);
|
|
3
|
+
font-style: var(--md-sys-typescale-display-large-font-family-style);
|
|
4
|
+
font-weight: var(--md-sys-typescale-display-large-font-weight);
|
|
5
|
+
font-size: var(--md-sys-typescale-display-large-font-size);
|
|
6
|
+
letter-spacing: var(--md-sys-typescale-display-large-tracking);
|
|
7
|
+
line-height: var(--md-sys-typescale-display-large-height);
|
|
8
|
+
text-transform: var(--md-sys-typescale-display-large-text-transform);
|
|
9
|
+
text-decoration: var(--md-sys-typescale-display-large-text-decoration);
|
|
10
|
+
}
|
|
11
|
+
.display-medium{
|
|
12
|
+
font-family: var(--md-sys-typescale-display-medium-font-family-name);
|
|
13
|
+
font-style: var(--md-sys-typescale-display-medium-font-family-style);
|
|
14
|
+
font-weight: var(--md-sys-typescale-display-medium-font-weight);
|
|
15
|
+
font-size: var(--md-sys-typescale-display-medium-font-size);
|
|
16
|
+
letter-spacing: var(--md-sys-typescale-display-medium-tracking);
|
|
17
|
+
line-height: var(--md-sys-typescale-display-medium-height);
|
|
18
|
+
text-transform: var(--md-sys-typescale-display-medium-text-transform);
|
|
19
|
+
text-decoration: var(--md-sys-typescale-display-medium-text-decoration);
|
|
20
|
+
}
|
|
21
|
+
.display-small{
|
|
22
|
+
font-family: var(--md-sys-typescale-display-small-font-family-name);
|
|
23
|
+
font-style: var(--md-sys-typescale-display-small-font-family-style);
|
|
24
|
+
font-weight: var(--md-sys-typescale-display-small-font-weight);
|
|
25
|
+
font-size: var(--md-sys-typescale-display-small-font-size);
|
|
26
|
+
letter-spacing: var(--md-sys-typescale-display-small-tracking);
|
|
27
|
+
line-height: var(--md-sys-typescale-display-small-height);
|
|
28
|
+
text-transform: var(--md-sys-typescale-display-small-text-transform);
|
|
29
|
+
text-decoration: var(--md-sys-typescale-display-small-text-decoration);
|
|
30
|
+
}
|
|
31
|
+
.headline-large{
|
|
32
|
+
font-family: var(--md-sys-typescale-headline-large-font-family-name);
|
|
33
|
+
font-style: var(--md-sys-typescale-headline-large-font-family-style);
|
|
34
|
+
font-weight: var(--md-sys-typescale-headline-large-font-weight);
|
|
35
|
+
font-size: var(--md-sys-typescale-headline-large-font-size);
|
|
36
|
+
letter-spacing: var(--md-sys-typescale-headline-large-tracking);
|
|
37
|
+
line-height: var(--md-sys-typescale-headline-large-height);
|
|
38
|
+
text-transform: var(--md-sys-typescale-headline-large-text-transform);
|
|
39
|
+
text-decoration: var(--md-sys-typescale-headline-large-text-decoration);
|
|
40
|
+
}
|
|
41
|
+
.headline-medium{
|
|
42
|
+
font-family: var(--md-sys-typescale-headline-medium-font-family-name);
|
|
43
|
+
font-style: var(--md-sys-typescale-headline-medium-font-family-style);
|
|
44
|
+
font-weight: var(--md-sys-typescale-headline-medium-font-weight);
|
|
45
|
+
font-size: var(--md-sys-typescale-headline-medium-font-size);
|
|
46
|
+
letter-spacing: var(--md-sys-typescale-headline-medium-tracking);
|
|
47
|
+
line-height: var(--md-sys-typescale-headline-medium-height);
|
|
48
|
+
text-transform: var(--md-sys-typescale-headline-medium-text-transform);
|
|
49
|
+
text-decoration: var(--md-sys-typescale-headline-medium-text-decoration);
|
|
50
|
+
}
|
|
51
|
+
.headline-small{
|
|
52
|
+
font-family: var(--md-sys-typescale-headline-small-font-family-name);
|
|
53
|
+
font-style: var(--md-sys-typescale-headline-small-font-family-style);
|
|
54
|
+
font-weight: var(--md-sys-typescale-headline-small-font-weight);
|
|
55
|
+
font-size: var(--md-sys-typescale-headline-small-font-size);
|
|
56
|
+
letter-spacing: var(--md-sys-typescale-headline-small-tracking);
|
|
57
|
+
line-height: var(--md-sys-typescale-headline-small-height);
|
|
58
|
+
text-transform: var(--md-sys-typescale-headline-small-text-transform);
|
|
59
|
+
text-decoration: var(--md-sys-typescale-headline-small-text-decoration);
|
|
60
|
+
}
|
|
61
|
+
.body-large{
|
|
62
|
+
font-family: var(--md-sys-typescale-body-large-font-family-name);
|
|
63
|
+
font-style: var(--md-sys-typescale-body-large-font-family-style);
|
|
64
|
+
font-weight: var(--md-sys-typescale-body-large-font-weight);
|
|
65
|
+
font-size: var(--md-sys-typescale-body-large-font-size);
|
|
66
|
+
letter-spacing: var(--md-sys-typescale-body-large-tracking);
|
|
67
|
+
line-height: var(--md-sys-typescale-body-large-height);
|
|
68
|
+
text-transform: var(--md-sys-typescale-body-large-text-transform);
|
|
69
|
+
text-decoration: var(--md-sys-typescale-body-large-text-decoration);
|
|
70
|
+
}
|
|
71
|
+
.body-medium{
|
|
72
|
+
font-family: var(--md-sys-typescale-body-medium-font-family-name);
|
|
73
|
+
font-style: var(--md-sys-typescale-body-medium-font-family-style);
|
|
74
|
+
font-weight: var(--md-sys-typescale-body-medium-font-weight);
|
|
75
|
+
font-size: var(--md-sys-typescale-body-medium-font-size);
|
|
76
|
+
letter-spacing: var(--md-sys-typescale-body-medium-tracking);
|
|
77
|
+
line-height: var(--md-sys-typescale-body-medium-height);
|
|
78
|
+
text-transform: var(--md-sys-typescale-body-medium-text-transform);
|
|
79
|
+
text-decoration: var(--md-sys-typescale-body-medium-text-decoration);
|
|
80
|
+
}
|
|
81
|
+
.body-small{
|
|
82
|
+
font-family: var(--md-sys-typescale-body-small-font-family-name);
|
|
83
|
+
font-style: var(--md-sys-typescale-body-small-font-family-style);
|
|
84
|
+
font-weight: var(--md-sys-typescale-body-small-font-weight);
|
|
85
|
+
font-size: var(--md-sys-typescale-body-small-font-size);
|
|
86
|
+
letter-spacing: var(--md-sys-typescale-body-small-tracking);
|
|
87
|
+
line-height: var(--md-sys-typescale-body-small-height);
|
|
88
|
+
text-transform: var(--md-sys-typescale-body-small-text-transform);
|
|
89
|
+
text-decoration: var(--md-sys-typescale-body-small-text-decoration);
|
|
90
|
+
}
|
|
91
|
+
.label-large{
|
|
92
|
+
font-family: var(--md-sys-typescale-label-large-font-family-name);
|
|
93
|
+
font-style: var(--md-sys-typescale-label-large-font-family-style);
|
|
94
|
+
font-weight: var(--md-sys-typescale-label-large-font-weight);
|
|
95
|
+
font-size: var(--md-sys-typescale-label-large-font-size);
|
|
96
|
+
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
97
|
+
line-height: var(--md-sys-typescale-label-large-height);
|
|
98
|
+
text-transform: var(--md-sys-typescale-label-large-text-transform);
|
|
99
|
+
text-decoration: var(--md-sys-typescale-label-large-text-decoration);
|
|
100
|
+
}
|
|
101
|
+
.label-medium{
|
|
102
|
+
font-family: var(--md-sys-typescale-label-medium-font-family-name);
|
|
103
|
+
font-style: var(--md-sys-typescale-label-medium-font-family-style);
|
|
104
|
+
font-weight: var(--md-sys-typescale-label-medium-font-weight);
|
|
105
|
+
font-size: var(--md-sys-typescale-label-medium-font-size);
|
|
106
|
+
letter-spacing: var(--md-sys-typescale-label-medium-tracking);
|
|
107
|
+
line-height: var(--md-sys-typescale-label-medium-height);
|
|
108
|
+
text-transform: var(--md-sys-typescale-label-medium-text-transform);
|
|
109
|
+
text-decoration: var(--md-sys-typescale-label-medium-text-decoration);
|
|
110
|
+
}
|
|
111
|
+
.label-small{
|
|
112
|
+
font-family: var(--md-sys-typescale-label-small-font-family-name);
|
|
113
|
+
font-style: var(--md-sys-typescale-label-small-font-family-style);
|
|
114
|
+
font-weight: var(--md-sys-typescale-label-small-font-weight);
|
|
115
|
+
font-size: var(--md-sys-typescale-label-small-font-size);
|
|
116
|
+
letter-spacing: var(--md-sys-typescale-label-small-tracking);
|
|
117
|
+
line-height: var(--md-sys-typescale-label-small-height);
|
|
118
|
+
text-transform: var(--md-sys-typescale-label-small-text-transform);
|
|
119
|
+
text-decoration: var(--md-sys-typescale-label-small-text-decoration);
|
|
120
|
+
}
|
|
121
|
+
.title-large{
|
|
122
|
+
font-family: var(--md-sys-typescale-title-large-font-family-name);
|
|
123
|
+
font-style: var(--md-sys-typescale-title-large-font-family-style);
|
|
124
|
+
font-weight: var(--md-sys-typescale-title-large-font-weight);
|
|
125
|
+
font-size: var(--md-sys-typescale-title-large-font-size);
|
|
126
|
+
letter-spacing: var(--md-sys-typescale-title-large-tracking);
|
|
127
|
+
line-height: var(--md-sys-typescale-title-large-height);
|
|
128
|
+
text-transform: var(--md-sys-typescale-title-large-text-transform);
|
|
129
|
+
text-decoration: var(--md-sys-typescale-title-large-text-decoration);
|
|
130
|
+
}
|
|
131
|
+
.title-medium{
|
|
132
|
+
font-family: var(--md-sys-typescale-title-medium-font-family-name);
|
|
133
|
+
font-style: var(--md-sys-typescale-title-medium-font-family-style);
|
|
134
|
+
font-weight: var(--md-sys-typescale-title-medium-font-weight);
|
|
135
|
+
font-size: var(--md-sys-typescale-title-medium-font-size);
|
|
136
|
+
letter-spacing: var(--md-sys-typescale-title-medium-tracking);
|
|
137
|
+
line-height: var(--md-sys-typescale-title-medium-height);
|
|
138
|
+
text-transform: var(--md-sys-typescale-title-medium-text-transform);
|
|
139
|
+
text-decoration: var(--md-sys-typescale-title-medium-text-decoration);
|
|
140
|
+
}
|
|
141
|
+
.title-small{
|
|
142
|
+
font-family: var(--md-sys-typescale-title-small-font-family-name);
|
|
143
|
+
font-style: var(--md-sys-typescale-title-small-font-family-style);
|
|
144
|
+
font-weight: var(--md-sys-typescale-title-small-font-weight);
|
|
145
|
+
font-size: var(--md-sys-typescale-title-small-font-size);
|
|
146
|
+
letter-spacing: var(--md-sys-typescale-title-small-tracking);
|
|
147
|
+
line-height: var(--md-sys-typescale-title-small-height);
|
|
148
|
+
text-transform: var(--md-sys-typescale-title-small-text-transform);
|
|
149
|
+
text-decoration: var(--md-sys-typescale-title-small-text-decoration);
|
|
150
|
+
}
|
package/exports/time-picker.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-
|
|
1
|
+
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
|
|
2
2
|
import { customElement, css, html, LiteElement } from '@vandeurenglenn/lite';
|
|
3
3
|
import './input.js';
|
|
4
4
|
|
|
@@ -17,29 +17,29 @@ let CustomTimePicker = (() => {
|
|
|
17
17
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
18
18
|
}
|
|
19
19
|
static styles = [
|
|
20
|
-
css `
|
|
21
|
-
:host {
|
|
22
|
-
display: block;
|
|
23
|
-
}
|
|
20
|
+
css `
|
|
21
|
+
:host {
|
|
22
|
+
display: block;
|
|
23
|
+
}
|
|
24
24
|
`
|
|
25
25
|
];
|
|
26
26
|
render() {
|
|
27
|
-
return html `
|
|
28
|
-
<time-picker-input></time-picker-input>
|
|
29
|
-
<div class="am-pm">
|
|
30
|
-
<span class="flex"></span>
|
|
31
|
-
<div class="am">am</div>
|
|
32
|
-
<span class="flex-2"></span>
|
|
33
|
-
<div class="pm">pm</div>
|
|
34
|
-
<span class="flex"></span>
|
|
35
|
-
</div>
|
|
36
|
-
<time-picker-hour-plate></time-picker-hour-plate>
|
|
37
|
-
<time-picker-minutes-plate></time-picker-minutes-plate>
|
|
38
|
-
<div class="actions">
|
|
39
|
-
<button class="cancel">cancel</button>
|
|
40
|
-
<span class="flex"></span>
|
|
41
|
-
<button class="ok">ok</button>
|
|
42
|
-
</div>
|
|
27
|
+
return html `
|
|
28
|
+
<time-picker-input></time-picker-input>
|
|
29
|
+
<div class="am-pm">
|
|
30
|
+
<span class="flex"></span>
|
|
31
|
+
<div class="am">am</div>
|
|
32
|
+
<span class="flex-2"></span>
|
|
33
|
+
<div class="pm">pm</div>
|
|
34
|
+
<span class="flex"></span>
|
|
35
|
+
</div>
|
|
36
|
+
<time-picker-hour-plate></time-picker-hour-plate>
|
|
37
|
+
<time-picker-minutes-plate></time-picker-minutes-plate>
|
|
38
|
+
<div class="actions">
|
|
39
|
+
<button class="cancel">cancel</button>
|
|
40
|
+
<span class="flex"></span>
|
|
41
|
+
<button class="ok">ok</button>
|
|
42
|
+
</div>
|
|
43
43
|
`;
|
|
44
44
|
}
|
|
45
45
|
static {
|
package/exports/toggle-button.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-
|
|
1
|
+
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
|
|
2
2
|
import { customElement, property, html, LiteElement } from '@vandeurenglenn/lite';
|
|
3
3
|
import './button.js';
|
|
4
4
|
import './toggle.js';
|
|
@@ -51,9 +51,9 @@ let CustomToggleButton = (() => {
|
|
|
51
51
|
this.dispatchEvent(new CustomEvent('active', { detail: event.detail }));
|
|
52
52
|
};
|
|
53
53
|
render() {
|
|
54
|
-
return html ` <custom-button>
|
|
55
|
-
<custom-toggle slot="icon" .active=${this.active} @active=${this._onactive} .togglers=${this.togglers}>
|
|
56
|
-
</custom-toggle>
|
|
54
|
+
return html ` <custom-button>
|
|
55
|
+
<custom-toggle slot="icon" .active=${this.active} @active=${this._onactive} .togglers=${this.togglers}>
|
|
56
|
+
</custom-toggle>
|
|
57
57
|
</custom-button>`;
|
|
58
58
|
}
|
|
59
59
|
});
|
package/exports/toggle.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-
|
|
1
|
+
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
|
|
2
2
|
import { customElement, property, css, html, LiteElement } from '@vandeurenglenn/lite';
|
|
3
3
|
|
|
4
4
|
let CustomToggle = (() => {
|
|
@@ -59,10 +59,10 @@ let CustomToggle = (() => {
|
|
|
59
59
|
this.active -= 1;
|
|
60
60
|
}
|
|
61
61
|
static styles = [
|
|
62
|
-
css `
|
|
63
|
-
:host {
|
|
64
|
-
display: contents;
|
|
65
|
-
}
|
|
62
|
+
css `
|
|
63
|
+
:host {
|
|
64
|
+
display: contents;
|
|
65
|
+
}
|
|
66
66
|
`
|
|
67
67
|
];
|
|
68
68
|
render() {
|
package/exports/top-app-bar.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-
|
|
1
|
+
import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
|
|
2
2
|
import { customElement, property, html, LiteElement } from '@vandeurenglenn/lite';
|
|
3
3
|
import '@vandeurenglenn/flex-elements/it.js';
|
|
4
4
|
import '@vandeurenglenn/flex-elements/row.js';
|
|
@@ -41,30 +41,30 @@ let CustomTopAppBar = (() => {
|
|
|
41
41
|
});
|
|
42
42
|
}
|
|
43
43
|
render() {
|
|
44
|
-
return html `
|
|
45
|
-
<flex-column class="container">
|
|
46
|
-
<custom-elevation></custom-elevation>
|
|
47
|
-
<flex-row>
|
|
48
|
-
<slot name="start"></slot>
|
|
44
|
+
return html `
|
|
45
|
+
<flex-column class="container">
|
|
46
|
+
<custom-elevation></custom-elevation>
|
|
47
|
+
<flex-row>
|
|
48
|
+
<slot name="start"></slot>
|
|
49
49
|
${this.type === 'center-aligned' || this.type === 'small'
|
|
50
|
-
? html `
|
|
51
|
-
<custom-typography>
|
|
52
|
-
<slot name="title"></slot>
|
|
53
|
-
</custom-typography>
|
|
50
|
+
? html `
|
|
51
|
+
<custom-typography>
|
|
52
|
+
<slot name="title"></slot>
|
|
53
|
+
</custom-typography>
|
|
54
54
|
`
|
|
55
|
-
: ''}
|
|
56
|
-
<flex-it></flex-it>
|
|
57
|
-
<slot name="end"></slot>
|
|
58
|
-
</flex-row>
|
|
55
|
+
: ''}
|
|
56
|
+
<flex-it></flex-it>
|
|
57
|
+
<slot name="end"></slot>
|
|
58
|
+
</flex-row>
|
|
59
59
|
${this.type === 'medium' || this.type === 'large'
|
|
60
|
-
? html `
|
|
61
|
-
<flex-it></flex-it>
|
|
62
|
-
<custom-typography type="headline" size="small">
|
|
63
|
-
<slot name="title"></slot>
|
|
64
|
-
</custom-typography>
|
|
60
|
+
? html `
|
|
61
|
+
<flex-it></flex-it>
|
|
62
|
+
<custom-typography type="headline" size="small">
|
|
63
|
+
<slot name="title"></slot>
|
|
64
|
+
</custom-typography>
|
|
65
65
|
`
|
|
66
|
-
: ''}
|
|
67
|
-
</flex-column>
|
|
66
|
+
: ''}
|
|
67
|
+
</flex-column>
|
|
68
68
|
`;
|
|
69
69
|
}
|
|
70
70
|
constructor() {
|
|
@@ -12,7 +12,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
12
12
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
13
13
|
PERFORMANCE OF THIS SOFTWARE.
|
|
14
14
|
***************************************************************************** */
|
|
15
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
15
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|