@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
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{_ as t,a as e,e as a}from"./custom-element-CAdbJRVg.js";import{i as s,
|
|
1
|
+
import{_ as t,a as e,e as a}from"./custom-element-CAdbJRVg.js";import{i as s,k as l,s as i}from"./property-DL093_VN.js";import"./input.js";let c=(()=>{let c,n,m=[a("custom-time-picker")],p=[],o=i;return class extends o{static{n=this}static{const e="function"==typeof Symbol&&Symbol.metadata?Object.create(o[Symbol.metadata]??null):void 0;t(null,c={value:n},m,{kind:"class",name:n.name,metadata:e},null,p),n=c.value,e&&Object.defineProperty(n,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:e})}static styles=[s`
|
|
2
2
|
:host {
|
|
3
3
|
display: block;
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{_ as t,a as e,e as s}from"./custom-element-CAdbJRVg.js";import{r as a,
|
|
1
|
+
import{_ as t,a as e,e as s}from"./custom-element-CAdbJRVg.js";import{r as a,k as o,s as c}from"./property-DL093_VN.js";import"./button.js";import"./toggle.js";import"./elevation.js";let i=(()=>{let i,r,l,g,n=[s("custom-toggle-button")],m=[],u=c,v=[],h=[],d=[],_=[];return class extends u{static{r=this}static{const s="function"==typeof Symbol&&Symbol.metadata?Object.create(u[Symbol.metadata]??null):void 0;l=[a({type:Number})],g=[a({type:Array})],t(this,null,l,{kind:"accessor",name:"active",static:!1,private:!1,access:{has:t=>"active"in t,get:t=>t.active,set:(t,e)=>{t.active=e}},metadata:s},v,h),t(this,null,g,{kind:"accessor",name:"togglers",static:!1,private:!1,access:{has:t=>"togglers"in t,get:t=>t.togglers,set:(t,e)=>{t.togglers=e}},metadata:s},d,_),t(null,i={value:r},n,{kind:"class",name:r.name,metadata:s},null,m),r=i.value,s&&Object.defineProperty(r,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:s}),e(r,m)}#t=e(this,v,0);get active(){return this.#t}set active(t){this.#t=t}#e=(e(this,h),e(this,d,void 0));get togglers(){return this.#e}set togglers(t){this.#e=t}get _toggle(){return this.shadowRoot.querySelector("custom-toggle")}_click=(e(this,_),()=>{this._toggle.next()});connectedCallback(){this.addEventListener("click",this._click)}disconnectedCallback(){this.removeEventListener("click",this._click)}_onactive=t=>{this.dispatchEvent(new CustomEvent("active",{detail:t.detail}))};render(){return o` <custom-button>
|
|
2
2
|
<custom-toggle slot="icon" .active=${this.active} @active=${this._onactive} .togglers=${this.togglers}>
|
|
3
3
|
</custom-toggle>
|
|
4
4
|
</custom-button>`}},r})();export{i as CustomToggleButton};
|
package/exports/bundle/toggle.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{_ as t,a as e,e as s}from"./custom-element-CAdbJRVg.js";import{r as a,i,
|
|
1
|
+
import{_ as t,a as e,e as s}from"./custom-element-CAdbJRVg.js";import{r as a,i,k as c,s as o}from"./property-DL093_VN.js";let r=(()=>{let r,n,g,l,h,v=[s("custom-toggle")],m=[],u=o,d=[],_=[],p=[],y=[],b=[],f=[];return class extends u{static{n=this}static{const e="function"==typeof Symbol&&Symbol.metadata?Object.create(u[Symbol.metadata]??null):void 0;g=[a({type:Number})],l=[a({type:Array})],h=[a()],t(this,null,g,{kind:"accessor",name:"active",static:!1,private:!1,access:{has:t=>"active"in t,get:t=>t.active,set:(t,e)=>{t.active=e}},metadata:e},d,_),t(this,null,l,{kind:"accessor",name:"togglers",static:!1,private:!1,access:{has:t=>"togglers"in t,get:t=>t.togglers,set:(t,e)=>{t.togglers=e}},metadata:e},p,y),t(this,null,h,{kind:"accessor",name:"icon",static:!1,private:!1,access:{has:t=>"icon"in t,get:t=>t.icon,set:(t,e)=>{t.icon=e}},metadata:e},b,f),t(null,r={value:n},v,{kind:"class",name:n.name,metadata:e},null,m),n=r.value,e&&Object.defineProperty(n,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:e})}#t=e(this,d,0);get active(){return this.#t}set active(t){this.#t=t}#e=(e(this,_),e(this,p,void 0));get togglers(){return this.#e}set togglers(t){this.#e=t}#s=(e(this,y),e(this,b,void 0));get icon(){return this.#s}set icon(t){this.#s=t}restartOnEnd=(e(this,f),!0);onChange(t,e){"active"===t&&this.dispatchEvent(new CustomEvent("active",{detail:this.active})),("active"===t&&this.togglers||"togglers"===t&&void 0!==this.active)&&(this.icon=this.togglers[this.active])}async next(){this.active<this.togglers.length-1?this.active+=1:this.restartOnEnd&&(this.active=0)}previous(){0!==this.active&&(this.active-=1)}static styles=[i`
|
|
2
2
|
:host {
|
|
3
3
|
display: contents;
|
|
4
4
|
}
|
|
@@ -1,4 +1,65 @@
|
|
|
1
|
-
import{_ as t,a as e,e as s}from"./custom-element-CAdbJRVg.js";import{r as a,
|
|
1
|
+
import{_ as t,a as e,e as s}from"./custom-element-CAdbJRVg.js";import{i as o,r as a,k as l,s as r}from"./property-DL093_VN.js";import"./it-Dft_Rjy-.js";import"./row-CW5FbTZ_.js";var i=o`
|
|
2
|
+
:host {
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
width: calc(100% - 2px);
|
|
6
|
+
background-color: var(--md-sys-color-surface);
|
|
7
|
+
color: var(--md-sys-color-on-surface);
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.container {
|
|
12
|
+
padding: 20px 12px 24px 12px;
|
|
13
|
+
box-sizing: border-box;
|
|
14
|
+
position: relative;
|
|
15
|
+
height: var(--custom-top-app-bar-height, 64px);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
:host([type='center-aligned']) .container,
|
|
19
|
+
:host([type='small']) .container {
|
|
20
|
+
justify-content: center;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
:host(:not([type='center-aligned'])) ::slotted([name='title']) {
|
|
24
|
+
padding-left: 16px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
:host(:not([type='large'])) ::slotted([name='title']) {
|
|
28
|
+
padding-bottom: 28px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
:host([type='medium']) .container {
|
|
32
|
+
height: 112px;
|
|
33
|
+
}
|
|
34
|
+
:host([type='large']) .container {
|
|
35
|
+
height: 152px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
:host([type='center-aligned']) slot[name='title']::slotted(*) {
|
|
39
|
+
position: absolute;
|
|
40
|
+
left: 50%;
|
|
41
|
+
top: 50%;
|
|
42
|
+
transform: translate(-50%, -50%);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
:host(:not([type='center-aligned'])) slot[name='title']::slotted(*) {
|
|
46
|
+
padding-left: 6px;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
:host([scrolling]) {
|
|
50
|
+
--md-elevation-level: 2;
|
|
51
|
+
padding: 0 16px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
flex-row {
|
|
55
|
+
width: 100%;
|
|
56
|
+
align-items: center;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
custom-elevation {
|
|
60
|
+
border-radius: var(--md-sys-shape-corner-large);
|
|
61
|
+
}
|
|
62
|
+
`;let n=(()=>{let o,n,c,p,m=[s("custom-top-app-bar")],d=[],g=r,y=[],h=[],u=[],x=[];return class extends g{static{n=this}static{const e="function"==typeof Symbol&&Symbol.metadata?Object.create(g[Symbol.metadata]??null):void 0;c=[a({type:String,reflect:!0})],p=[a({type:Boolean,reflect:!0})],t(this,null,c,{kind:"accessor",name:"type",static:!1,private:!1,access:{has:t=>"type"in t,get:t=>t.type,set:(t,e)=>{t.type=e}},metadata:e},y,h),t(this,null,p,{kind:"accessor",name:"scrolling",static:!1,private:!1,access:{has:t=>"scrolling"in t,get:t=>t.scrolling,set:(t,e)=>{t.scrolling=e}},metadata:e},u,x),t(null,o={value:n},m,{kind:"class",name:n.name,metadata:e},null,d),n=o.value,e&&Object.defineProperty(n,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:e})}#t=e(this,y,"center-aligned");get type(){return this.#t}set type(t){this.#t=t}#e=(e(this,h),e(this,u,void 0));get scrolling(){return this.#e}set scrolling(t){this.#e=t}static styles=[i];connectedCallback(){document.addEventListener("custom-scroll",(({detail:t})=>{this.scrolling=t.scrolling}))}render(){return l`
|
|
2
63
|
<flex-column class="container">
|
|
3
64
|
<custom-elevation></custom-elevation>
|
|
4
65
|
<flex-row>
|
|
@@ -18,4 +79,4 @@ import{_ as t,a as e,e as s}from"./custom-element-CAdbJRVg.js";import{r as a,x a
|
|
|
18
79
|
</custom-typography>
|
|
19
80
|
`:""}
|
|
20
81
|
</flex-column>
|
|
21
|
-
`}constructor(){super(...arguments),e(this,
|
|
82
|
+
`}constructor(){super(...arguments),e(this,x)}static{e(n,d)}},n})();export{n as CustomTopAppBar};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{_ as e,a as t,e as s}from"./custom-element-CAdbJRVg.js";import{r as a,i as l,
|
|
1
|
+
import{_ as e,a as t,e as s}from"./custom-element-CAdbJRVg.js";import{r as a,i as l,k as y,s as i}from"./property-DL093_VN.js";let m=(()=>{let m,r,o,n,d=[s("custom-typography")],c=[],f=i,p=[],g=[],h=[],v=[];return class extends f{static{r=this}static{const t="function"==typeof Symbol&&Symbol.metadata?Object.create(f[Symbol.metadata]??null):void 0;o=[a({type:String,reflect:!0})],n=[a({type:String,reflect:!0})],e(this,null,o,{kind:"accessor",name:"type",static:!1,private:!1,access:{has:e=>"type"in e,get:e=>e.type,set:(e,t)=>{e.type=t}},metadata:t},p,g),e(this,null,n,{kind:"accessor",name:"size",static:!1,private:!1,access:{has:e=>"size"in e,get:e=>e.size,set:(e,t)=>{e.size=t}},metadata:t},h,v),e(null,m={value:r},d,{kind:"class",name:r.name,metadata:t},null,c),r=m.value,t&&Object.defineProperty(r,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:t})}#e=t(this,p,"title");get type(){return this.#e}set type(e){this.#e=e}#t=(t(this,g),t(this,h,"large"));get size(){return this.#t}set size(e){this.#t=e}static styles=[l`
|
|
2
2
|
:host {
|
|
3
3
|
display: contents;
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{_ as t,a as e,e as l}from"./custom-element-CAdbJRVg.js";import{r as a,i as s,
|
|
1
|
+
import{_ as t,a as e,e as l}from"./custom-element-CAdbJRVg.js";import{r as a,i as s,k as i,s as r}from"./property-DL093_VN.js";let o=(()=>{let o,u,m,n=[l("custom-upload-file")],p=[],c=r,d=[],y=[];return class extends c{static{u=this}static{const l="function"==typeof Symbol&&Symbol.metadata?Object.create(c[Symbol.metadata]??null):void 0;m=[a({type:Boolean})],t(this,null,m,{kind:"accessor",name:"multiple",static:!1,private:!1,access:{has:t=>"multiple"in t,get:t=>t.multiple,set:(t,e)=>{t.multiple=e}},metadata:l},d,y),t(null,o={value:u},n,{kind:"class",name:u.name,metadata:l},null,p),u=o.value,l&&Object.defineProperty(u,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:l}),e(u,p)}#t=e(this,d,void 0);get multiple(){return this.#t}set multiple(t){this.#t=t}static get styles(){return[s`
|
|
2
2
|
:host {
|
|
3
3
|
display: flex;
|
|
4
4
|
}
|