beercss 3.13.2 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +331 -328
- package/custom-element/index.d.ts +18 -18
- package/custom-element/index.js +7 -7
- package/dist/cdn/arch.svg +3 -3
- package/dist/cdn/arrow.svg +3 -3
- package/dist/cdn/beer.css +5904 -4792
- package/dist/cdn/beer.custom-element.js +37 -38
- package/dist/cdn/beer.custom-element.min.js +1 -1
- package/dist/cdn/beer.js +636 -635
- package/dist/cdn/beer.min.css +1 -1
- package/dist/cdn/beer.min.js +1 -1
- package/dist/cdn/beer.scoped.css +5909 -4793
- package/dist/cdn/beer.scoped.min.css +2 -1
- package/dist/cdn/boom.svg +3 -3
- package/dist/cdn/bun.svg +3 -3
- package/dist/cdn/burst.svg +3 -3
- package/dist/cdn/circle.svg +3 -3
- package/dist/cdn/clamshell.svg +3 -3
- package/dist/cdn/diamond.svg +3 -3
- package/dist/cdn/fan.svg +3 -3
- package/dist/cdn/flower.svg +3 -3
- package/dist/cdn/gem.svg +3 -3
- package/dist/cdn/ghost-ish.svg +3 -3
- package/dist/cdn/heart.svg +3 -3
- package/dist/cdn/leaf-clover4.svg +3 -3
- package/dist/cdn/leaf-clover8.svg +3 -3
- package/dist/cdn/loading-indicator.svg +18 -18
- package/dist/cdn/oval.svg +3 -3
- package/dist/cdn/pentagon.svg +3 -3
- package/dist/cdn/pill.svg +3 -3
- package/dist/cdn/pixel-circle.svg +3 -3
- package/dist/cdn/pixel-triangle.svg +3 -3
- package/dist/cdn/puffy-diamond.svg +3 -3
- package/dist/cdn/puffy.svg +3 -3
- package/dist/cdn/semicircle.svg +3 -3
- package/dist/cdn/sided-cookie12.svg +3 -3
- package/dist/cdn/sided-cookie4.svg +3 -3
- package/dist/cdn/sided-cookie6.svg +3 -3
- package/dist/cdn/sided-cookie7.svg +3 -3
- package/dist/cdn/sided-cookie9.svg +3 -3
- package/dist/cdn/slanted.svg +3 -3
- package/dist/cdn/soft-boom.svg +3 -3
- package/dist/cdn/soft-burst.svg +3 -3
- package/dist/cdn/square.svg +3 -3
- package/dist/cdn/sunny.svg +3 -3
- package/dist/cdn/triangle.svg +3 -3
- package/dist/cdn/very-sunny.svg +3 -3
- package/dist/cdn/wavy-circle.svg +3 -3
- package/dist/cdn/wavy.svg +4 -4
- package/index.d.ts +18 -18
- package/index.js +6 -6
- package/package.json +76 -76
- package/scoped/index.d.ts +18 -18
- package/scoped/index.js +6 -6
- package/src/cdn/beer.css +54 -52
- package/src/cdn/beer.ts +120 -120
- package/src/cdn/customElement.js +37 -38
- package/src/cdn/elements/badges.css +74 -74
- package/src/cdn/elements/bars.css +91 -91
- package/src/cdn/elements/buttons.css +105 -106
- package/src/cdn/elements/cards.css +26 -26
- package/src/cdn/elements/chips.css +37 -38
- package/src/cdn/elements/dialogs.css +145 -151
- package/src/cdn/elements/dialogs.ts +69 -69
- package/src/cdn/elements/dividers.css +48 -48
- package/src/cdn/elements/expansions.css +17 -10
- package/src/cdn/elements/fields.css +438 -439
- package/src/cdn/elements/fields.ts +165 -165
- package/src/cdn/elements/grids.css +171 -171
- package/src/cdn/elements/icons.css +77 -77
- package/src/cdn/elements/layouts.css +35 -35
- package/src/cdn/elements/lists.css +75 -71
- package/src/cdn/elements/mainLayouts.css +57 -57
- package/src/cdn/elements/media.css +112 -112
- package/src/cdn/elements/menus.css +294 -294
- package/src/cdn/elements/menus.ts +40 -40
- package/src/cdn/elements/navigations.css +461 -462
- package/src/cdn/elements/overlays.css +31 -31
- package/src/cdn/elements/pages.css +41 -41
- package/src/cdn/elements/pages.ts +6 -6
- package/src/cdn/elements/progress.css +207 -207
- package/src/cdn/elements/progress.ts +36 -34
- package/src/cdn/elements/selections.css +256 -256
- package/src/cdn/elements/shapes.css +258 -258
- package/src/cdn/elements/sliders.css +353 -357
- package/src/cdn/elements/sliders.ts +74 -74
- package/src/cdn/elements/snackbars.css +47 -47
- package/src/cdn/elements/snackbars.ts +26 -26
- package/src/cdn/elements/tables.css +65 -65
- package/src/cdn/elements/tabs.css +52 -52
- package/src/cdn/elements/tooltips.css +131 -131
- package/src/cdn/helpers/alignments.css +29 -29
- package/src/cdn/helpers/blurs.css +21 -21
- package/src/cdn/helpers/colors.css +930 -930
- package/src/cdn/helpers/directions.css +28 -28
- package/src/cdn/helpers/elevates.css +16 -16
- package/src/cdn/helpers/forms.css +75 -75
- package/src/cdn/helpers/margins.css +49 -49
- package/src/cdn/helpers/opacities.css +19 -19
- package/src/cdn/helpers/paddings.css +45 -45
- package/src/cdn/helpers/positions.css +45 -45
- package/src/cdn/helpers/responsive.css +22 -22
- package/src/cdn/helpers/ripples.css +33 -33
- package/src/cdn/helpers/ripples.ts +30 -30
- package/src/cdn/helpers/scrolls.css +7 -8
- package/src/cdn/helpers/shadows.css +23 -23
- package/src/cdn/helpers/sizes.css +45 -45
- package/src/cdn/helpers/spaces.css +19 -19
- package/src/cdn/helpers/typography.css +226 -225
- package/src/cdn/helpers/waves.css +43 -43
- package/src/cdn/helpers/zoom.css +19 -19
- package/src/cdn/interfaces.ts +3 -3
- package/src/cdn/settings/dark.css +38 -38
- package/src/cdn/settings/fonts.css +35 -35
- package/src/cdn/settings/globals.css +55 -18
- package/src/cdn/settings/light.css +39 -39
- package/src/cdn/{helpers → settings}/reset.css +76 -94
- package/src/cdn/{helpers → settings}/theme.css +186 -186
- package/src/cdn/{helpers → settings}/theme.ts +83 -83
- package/src/cdn/shapes/arch.svg +3 -3
- package/src/cdn/shapes/arrow.svg +3 -3
- package/src/cdn/shapes/boom.svg +3 -3
- package/src/cdn/shapes/bun.svg +3 -3
- package/src/cdn/shapes/burst.svg +3 -3
- package/src/cdn/shapes/circle.svg +3 -3
- package/src/cdn/shapes/clamshell.svg +3 -3
- package/src/cdn/shapes/diamond.svg +3 -3
- package/src/cdn/shapes/fan.svg +3 -3
- package/src/cdn/shapes/flower.svg +3 -3
- package/src/cdn/shapes/gem.svg +3 -3
- package/src/cdn/shapes/ghost-ish.svg +3 -3
- package/src/cdn/shapes/heart.svg +3 -3
- package/src/cdn/shapes/leaf-clover4.svg +3 -3
- package/src/cdn/shapes/leaf-clover8.svg +3 -3
- package/src/cdn/shapes/loading-indicator.svg +18 -18
- package/src/cdn/shapes/oval.svg +3 -3
- package/src/cdn/shapes/pentagon.svg +3 -3
- package/src/cdn/shapes/pill.svg +3 -3
- package/src/cdn/shapes/pixel-circle.svg +3 -3
- package/src/cdn/shapes/pixel-triangle.svg +3 -3
- package/src/cdn/shapes/puffy-diamond.svg +3 -3
- package/src/cdn/shapes/puffy.svg +3 -3
- package/src/cdn/shapes/semicircle.svg +3 -3
- package/src/cdn/shapes/sided-cookie12.svg +3 -3
- package/src/cdn/shapes/sided-cookie4.svg +3 -3
- package/src/cdn/shapes/sided-cookie6.svg +3 -3
- package/src/cdn/shapes/sided-cookie7.svg +3 -3
- package/src/cdn/shapes/sided-cookie9.svg +3 -3
- package/src/cdn/shapes/slanted.svg +3 -3
- package/src/cdn/shapes/soft-boom.svg +3 -3
- package/src/cdn/shapes/soft-burst.svg +3 -3
- package/src/cdn/shapes/square.svg +3 -3
- package/src/cdn/shapes/sunny.svg +3 -3
- package/src/cdn/shapes/triangle.svg +3 -3
- package/src/cdn/shapes/very-sunny.svg +3 -3
- package/src/cdn/shapes/wavy-circle.svg +3 -3
- package/src/cdn/shapes/wavy.svg +4 -4
- package/src/cdn/utils.ts +154 -154
|
@@ -1,226 +1,227 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
h5 {
|
|
41
|
-
font-size: 1.75rem;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
h6
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
1
|
+
h1,
|
|
2
|
+
h2,
|
|
3
|
+
h3,
|
|
4
|
+
h4,
|
|
5
|
+
h5,
|
|
6
|
+
h6,
|
|
7
|
+
.h1,
|
|
8
|
+
.h2,
|
|
9
|
+
.h3,
|
|
10
|
+
.h4,
|
|
11
|
+
.h5,
|
|
12
|
+
.h6 {
|
|
13
|
+
font-weight: 400;
|
|
14
|
+
display: block;
|
|
15
|
+
align-items: center;
|
|
16
|
+
line-height: normal;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
h1,
|
|
20
|
+
.h1 {
|
|
21
|
+
font-size: 3.5625rem;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
h2,
|
|
25
|
+
.h2 {
|
|
26
|
+
font-size: 2.8125rem;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
h3,
|
|
30
|
+
.h3 {
|
|
31
|
+
font-size: 2.25rem;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
h4,
|
|
35
|
+
.h4 {
|
|
36
|
+
font-size: 2rem;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
h5,
|
|
40
|
+
.h5 {
|
|
41
|
+
font-size: 1.75rem;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
h6,
|
|
45
|
+
.h6 {
|
|
46
|
+
font-size: 1.5rem;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
:is(h1, .h1).small {
|
|
50
|
+
font-size: 3.0625rem;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
:is(h2, .h2).small {
|
|
54
|
+
font-size: 2.3125rem;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
:is(h3, .h3).small {
|
|
58
|
+
font-size: 1.75rem;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
:is(h4, .h4).small {
|
|
62
|
+
font-size: 1.5rem;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
:is(h5, .h5).small {
|
|
66
|
+
font-size: 1.25rem;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
:is(h6, .h6).small {
|
|
70
|
+
font-size: 1rem;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
:is(h1, .h1).large {
|
|
74
|
+
font-size: 4.0625rem;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
:is(h2, .h2).large {
|
|
78
|
+
font-size: 3.3125rem;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
:is(h3, .h3).large {
|
|
82
|
+
font-size: 2.75rem;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
:is(h4, .h4).large {
|
|
86
|
+
font-size: 2.5rem;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
:is(h5, .h5).large {
|
|
90
|
+
font-size: 2.25rem;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
:is(h6, .h6).large {
|
|
94
|
+
font-size: 2rem;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.link {
|
|
98
|
+
color: var(--primary) !important;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.inverse-link {
|
|
102
|
+
color: var(--inverse-primary) !important;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.truncate {
|
|
106
|
+
overflow: hidden;
|
|
107
|
+
white-space: nowrap !important;
|
|
108
|
+
text-overflow: ellipsis;
|
|
109
|
+
flex: inherit;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.truncate > * {
|
|
113
|
+
white-space: nowrap !important;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.small-text {
|
|
117
|
+
font-size: 0.75rem;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.medium-text {
|
|
121
|
+
font-size: 0.875rem;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.large-text {
|
|
125
|
+
font-size: 1rem;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.upper {
|
|
129
|
+
text-transform: uppercase;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.lower {
|
|
133
|
+
text-transform: lowercase;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.capitalize {
|
|
137
|
+
text-transform: capitalize;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.bold {
|
|
141
|
+
font-weight: bold;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.overline {
|
|
145
|
+
text-decoration: line-through;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.underline {
|
|
149
|
+
text-decoration: underline;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.italic {
|
|
153
|
+
font-style: italic;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
p {
|
|
157
|
+
margin: 0.5rem 0;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.no-line {
|
|
161
|
+
line-height: normal;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.tiny-line {
|
|
165
|
+
line-height: 1.25rem;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.small-line {
|
|
169
|
+
line-height: 1.5rem;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.medium-line {
|
|
173
|
+
line-height: 1.75rem;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.large-line {
|
|
177
|
+
line-height: 2rem;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.extra-line {
|
|
181
|
+
line-height: 2.25rem;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
pre {
|
|
185
|
+
border-radius: 0;
|
|
186
|
+
background-color: var(--surface-container);
|
|
187
|
+
white-space: pre-wrap;
|
|
188
|
+
padding: 1rem;
|
|
189
|
+
border-inline-start: 0.25rem solid var(--primary);
|
|
190
|
+
font-family: inherit;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
blockquote {
|
|
194
|
+
border-radius: 0;
|
|
195
|
+
padding: 1rem;
|
|
196
|
+
border-inline-start: 0.25rem solid var(--primary);
|
|
197
|
+
font-family: inherit;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
code {
|
|
201
|
+
border-radius: 0;
|
|
202
|
+
background-color: var(--surface-container);
|
|
203
|
+
white-space: pre-wrap;
|
|
204
|
+
padding: 0.25rem;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
pre > code,
|
|
208
|
+
blockquote > code {
|
|
209
|
+
padding: 0;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.scroll > code {
|
|
213
|
+
white-space: pre;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
pre:has(> code){
|
|
217
|
+
direction: ltr;
|
|
218
|
+
text-align: start;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
sub {
|
|
222
|
+
vertical-align: sub;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
sup {
|
|
226
|
+
vertical-align: super;
|
|
226
227
|
}
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
:is(.wave, .chip, .button, button, nav.tabbed > a, .tabs > a, nav.toolbar > a):not(.slow-ripple, .ripple, .fast-ripple)::after,
|
|
2
|
-
nav:is(.left, .right, .bottom, .top).max > a::after,
|
|
3
|
-
nav:is(.left, .right, .bottom, .top).max > :is(ol, ul) > li > a::after,
|
|
4
|
-
nav:is(.left, .right, .bottom, .top):not(.max) > a > i::after,
|
|
5
|
-
nav:is(.left, .right, .bottom, .top):not(.max) > :is(ol, ul) > li > a > i::after {
|
|
6
|
-
content: "";
|
|
7
|
-
position: absolute;
|
|
8
|
-
inset: 0;
|
|
9
|
-
z-index: 1;
|
|
10
|
-
border-radius: inherit;
|
|
11
|
-
inline-size: 100%;
|
|
12
|
-
block-size: 100%;
|
|
13
|
-
background-position: center;
|
|
14
|
-
background-image: radial-gradient(circle, currentColor 1%, transparent 1%);
|
|
15
|
-
opacity: 0;
|
|
16
|
-
transition: none;
|
|
17
|
-
pointer-events: none;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
:is(.wave, .chip, .button, button, nav.tabbed > a, .tabs > a, nav.toolbar > a):not(.slow-ripple, .ripple, .fast-ripple):is(:focus-visible, :hover)::after,
|
|
21
|
-
nav:is(.left, .right, .bottom, .top).max > a:not(.button, .chip):is(:focus-visible, :hover)::after,
|
|
22
|
-
nav:is(.left, .right, .bottom, .top).max > :is(ol, ul) > li > a:not(.button, .chip):is(:focus-visible, :hover)::after,
|
|
23
|
-
nav:is(.left, .right, .bottom, .top):not(.max) > a:not(.button, .chip):is(:focus-visible, :hover) > i::after,
|
|
24
|
-
nav:is(.left, .right, .bottom, .top):not(.max) > :is(ol, ul) > li > a:not(.button, .chip):is(:focus-visible, :hover) > i::after {
|
|
25
|
-
background-size: 22500%;
|
|
26
|
-
opacity: 0.1;
|
|
27
|
-
transition: background-size var(--speed2) linear;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
:is(.wave, .chip, .button, button, nav.tabbed > a, .tabs > a, nav.toolbar > a, nav.max > a):not(.slow-ripple, .ripple, .fast-ripple):active::after,
|
|
31
|
-
nav:is(.left, .right, .bottom, .top).max > a:active::after,
|
|
32
|
-
nav:is(.left, .right, .bottom, .top).max > :is(ol, ul) > li > a:active::after,
|
|
33
|
-
nav:is(.left, .right, .bottom, .top):not(.max) > a:active > i::after,
|
|
34
|
-
nav:is(.left, .right, .bottom, .top):not(.max) > :is(ol, ul) > li > a:active > i::after {
|
|
35
|
-
background-size: 0%;
|
|
36
|
-
opacity: 0;
|
|
37
|
-
transition: none;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.no-wave::after,
|
|
41
|
-
.no-wave:is(:hover, :active)::after {
|
|
42
|
-
display: none;
|
|
43
|
-
}
|
|
1
|
+
:is(.wave, .chip, .button, button, nav.tabbed > a, .tabs > a, nav.toolbar > a):not(.slow-ripple, .ripple, .fast-ripple)::after,
|
|
2
|
+
nav:is(.left, .right, .bottom, .top).max > a::after,
|
|
3
|
+
nav:is(.left, .right, .bottom, .top).max > :is(ol, ul) > li > a::after,
|
|
4
|
+
nav:is(.left, .right, .bottom, .top):not(.max) > a > i::after,
|
|
5
|
+
nav:is(.left, .right, .bottom, .top):not(.max) > :is(ol, ul) > li > a > i::after {
|
|
6
|
+
content: "";
|
|
7
|
+
position: absolute;
|
|
8
|
+
inset: 0;
|
|
9
|
+
z-index: 1;
|
|
10
|
+
border-radius: inherit;
|
|
11
|
+
inline-size: 100%;
|
|
12
|
+
block-size: 100%;
|
|
13
|
+
background-position: center;
|
|
14
|
+
background-image: radial-gradient(circle, currentColor 1%, transparent 1%);
|
|
15
|
+
opacity: 0;
|
|
16
|
+
transition: none;
|
|
17
|
+
pointer-events: none;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
:is(.wave, .chip, .button, button, nav.tabbed > a, .tabs > a, nav.toolbar > a):not(.slow-ripple, .ripple, .fast-ripple):is(:focus-visible, :hover)::after,
|
|
21
|
+
nav:is(.left, .right, .bottom, .top).max > a:not(.button, .chip):is(:focus-visible, :hover)::after,
|
|
22
|
+
nav:is(.left, .right, .bottom, .top).max > :is(ol, ul) > li > a:not(.button, .chip):is(:focus-visible, :hover)::after,
|
|
23
|
+
nav:is(.left, .right, .bottom, .top):not(.max) > a:not(.button, .chip):is(:focus-visible, :hover) > i::after,
|
|
24
|
+
nav:is(.left, .right, .bottom, .top):not(.max) > :is(ol, ul) > li > a:not(.button, .chip):is(:focus-visible, :hover) > i::after {
|
|
25
|
+
background-size: 22500%;
|
|
26
|
+
opacity: 0.1;
|
|
27
|
+
transition: background-size var(--speed2) linear;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
:is(.wave, .chip, .button, button, nav.tabbed > a, .tabs > a, nav.toolbar > a, nav.max > a):not(.slow-ripple, .ripple, .fast-ripple):active::after,
|
|
31
|
+
nav:is(.left, .right, .bottom, .top).max > a:active::after,
|
|
32
|
+
nav:is(.left, .right, .bottom, .top).max > :is(ol, ul) > li > a:active::after,
|
|
33
|
+
nav:is(.left, .right, .bottom, .top):not(.max) > a:active > i::after,
|
|
34
|
+
nav:is(.left, .right, .bottom, .top):not(.max) > :is(ol, ul) > li > a:active > i::after {
|
|
35
|
+
background-size: 0%;
|
|
36
|
+
opacity: 0;
|
|
37
|
+
transition: none;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.no-wave::after,
|
|
41
|
+
.no-wave:is(:hover, :active)::after {
|
|
42
|
+
display: none;
|
|
43
|
+
}
|
package/src/cdn/helpers/zoom.css
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
.zoom,
|
|
2
|
-
.tiny-zoom {
|
|
3
|
-
zoom: 2;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.small-zoom {
|
|
7
|
-
zoom: 3;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.medium-zoom {
|
|
11
|
-
zoom: 4;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.large-zoom {
|
|
15
|
-
zoom: 5;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.extra-zoom {
|
|
19
|
-
zoom: 6;
|
|
1
|
+
.zoom,
|
|
2
|
+
.tiny-zoom {
|
|
3
|
+
zoom: 2;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.small-zoom {
|
|
7
|
+
zoom: 3;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.medium-zoom {
|
|
11
|
+
zoom: 4;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.large-zoom {
|
|
15
|
+
zoom: 5;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.extra-zoom {
|
|
19
|
+
zoom: 6;
|
|
20
20
|
}
|
package/src/cdn/interfaces.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface IBeerCssTheme {
|
|
2
|
-
dark: string,
|
|
3
|
-
light: string,
|
|
1
|
+
export interface IBeerCssTheme {
|
|
2
|
+
dark: string,
|
|
3
|
+
light: string,
|
|
4
4
|
}
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
body.dark {
|
|
2
|
-
--primary: #cfbcff;
|
|
3
|
-
--on-primary: #381e72;
|
|
4
|
-
--primary-container: #4f378a;
|
|
5
|
-
--on-primary-container: #e9ddff;
|
|
6
|
-
--secondary: #cbc2db;
|
|
7
|
-
--on-secondary: #332d41;
|
|
8
|
-
--secondary-container: #4a4458;
|
|
9
|
-
--on-secondary-container: #e8def8;
|
|
10
|
-
--tertiary: #efb8c8;
|
|
11
|
-
--on-tertiary: #4a2532;
|
|
12
|
-
--tertiary-container: #633b48;
|
|
13
|
-
--on-tertiary-container: #ffd9e3;
|
|
14
|
-
--error: #ffb4ab;
|
|
15
|
-
--on-error: #690005;
|
|
16
|
-
--error-container: #93000a;
|
|
17
|
-
--on-error-container: #ffb4ab;
|
|
18
|
-
--background: #1c1b1e;
|
|
19
|
-
--on-background: #e6e1e6;
|
|
20
|
-
--surface: #141316;
|
|
21
|
-
--on-surface: #e6e1e6;
|
|
22
|
-
--surface-variant: #49454e;
|
|
23
|
-
--on-surface-variant: #cac4cf;
|
|
24
|
-
--outline: #948f99;
|
|
25
|
-
--outline-variant: #49454e;
|
|
26
|
-
--shadow: #000000;
|
|
27
|
-
--scrim: #000000;
|
|
28
|
-
--inverse-surface: #e6e1e6;
|
|
29
|
-
--inverse-on-surface: #313033;
|
|
30
|
-
--inverse-primary: #6750a4;
|
|
31
|
-
--surface-dim: #141316;
|
|
32
|
-
--surface-bright: #3a383c;
|
|
33
|
-
--surface-container-lowest: #0f0e11;
|
|
34
|
-
--surface-container-low: #1c1b1e;
|
|
35
|
-
--surface-container: #201f22;
|
|
36
|
-
--surface-container-high: #2b292d;
|
|
37
|
-
--surface-container-highest: #363438;
|
|
38
|
-
}
|
|
1
|
+
body.dark {
|
|
2
|
+
--primary: #cfbcff;
|
|
3
|
+
--on-primary: #381e72;
|
|
4
|
+
--primary-container: #4f378a;
|
|
5
|
+
--on-primary-container: #e9ddff;
|
|
6
|
+
--secondary: #cbc2db;
|
|
7
|
+
--on-secondary: #332d41;
|
|
8
|
+
--secondary-container: #4a4458;
|
|
9
|
+
--on-secondary-container: #e8def8;
|
|
10
|
+
--tertiary: #efb8c8;
|
|
11
|
+
--on-tertiary: #4a2532;
|
|
12
|
+
--tertiary-container: #633b48;
|
|
13
|
+
--on-tertiary-container: #ffd9e3;
|
|
14
|
+
--error: #ffb4ab;
|
|
15
|
+
--on-error: #690005;
|
|
16
|
+
--error-container: #93000a;
|
|
17
|
+
--on-error-container: #ffb4ab;
|
|
18
|
+
--background: #1c1b1e;
|
|
19
|
+
--on-background: #e6e1e6;
|
|
20
|
+
--surface: #141316;
|
|
21
|
+
--on-surface: #e6e1e6;
|
|
22
|
+
--surface-variant: #49454e;
|
|
23
|
+
--on-surface-variant: #cac4cf;
|
|
24
|
+
--outline: #948f99;
|
|
25
|
+
--outline-variant: #49454e;
|
|
26
|
+
--shadow: #000000;
|
|
27
|
+
--scrim: #000000;
|
|
28
|
+
--inverse-surface: #e6e1e6;
|
|
29
|
+
--inverse-on-surface: #313033;
|
|
30
|
+
--inverse-primary: #6750a4;
|
|
31
|
+
--surface-dim: #141316;
|
|
32
|
+
--surface-bright: #3a383c;
|
|
33
|
+
--surface-container-lowest: #0f0e11;
|
|
34
|
+
--surface-container-low: #1c1b1e;
|
|
35
|
+
--surface-container: #201f22;
|
|
36
|
+
--surface-container-high: #2b292d;
|
|
37
|
+
--surface-container-highest: #363438;
|
|
38
|
+
}
|