@revenuecat/purchases-ui-js 2.0.4 → 2.0.6
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/dist/components/button/ButtonNode.stories.svelte +1 -1
- package/dist/components/button/ButtonNode.svelte +15 -6
- package/dist/components/package/Package.svelte +3 -1
- package/dist/components/paywall/Node.svelte +13 -15
- package/dist/components/paywall/Node.svelte.d.ts +1 -7
- package/dist/components/paywall/Paywall.stories.svelte +155 -0
- package/dist/components/paywall/Paywall.svelte +45 -55
- package/dist/components/paywall/Sheet.svelte +126 -0
- package/dist/components/paywall/Sheet.svelte.d.ts +4 -0
- package/dist/components/paywall/fixtures/background-paywall.d.ts +3 -0
- package/dist/components/paywall/fixtures/background-paywall.js +62 -0
- package/dist/components/paywall/fixtures/sheet-paywall.d.ts +2 -0
- package/dist/components/paywall/fixtures/sheet-paywall.js +325 -0
- package/dist/components/stack/Stack.svelte +6 -3
- package/dist/components/stack/Stack.svelte.d.ts +2 -0
- package/dist/components/tabs/TabControl.svelte +11 -0
- package/dist/components/tabs/TabControl.svelte.d.ts +4 -0
- package/dist/components/tabs/TabControlButton.svelte +19 -0
- package/dist/components/tabs/TabControlButton.svelte.d.ts +4 -0
- package/dist/components/tabs/TabControlToggle.svelte +103 -0
- package/dist/components/tabs/TabControlToggle.svelte.d.ts +4 -0
- package/dist/components/tabs/Tabs.stories.svelte +1368 -0
- package/dist/components/tabs/Tabs.stories.svelte.d.ts +19 -0
- package/dist/components/tabs/Tabs.svelte +76 -0
- package/dist/components/tabs/Tabs.svelte.d.ts +4 -0
- package/dist/components/tabs/tabs-context.d.ts +12 -0
- package/dist/components/tabs/tabs-context.js +12 -0
- package/dist/components/video/Video.stories.svelte +267 -0
- package/dist/components/video/Video.stories.svelte.d.ts +19 -0
- package/dist/components/video/Video.svelte +248 -0
- package/dist/components/video/Video.svelte.d.ts +4 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/stores/selected.d.ts +1 -1
- package/dist/stores/selected.js +3 -5
- package/dist/types/component.d.ts +6 -4
- package/dist/types/components/button.d.ts +2 -1
- package/dist/types/components/sheet.d.ts +16 -0
- package/dist/types/components/sheet.js +1 -0
- package/dist/types/components/tabs.d.ts +56 -0
- package/dist/types/components/tabs.js +1 -0
- package/dist/types/components/video.d.ts +35 -0
- package/dist/types/components/video.js +1 -0
- package/dist/types/media.d.ts +17 -4
- package/dist/types/paywall.d.ts +1 -2
- package/dist/types.d.ts +6 -2
- package/dist/utils/base-utils.d.ts +1 -1
- package/dist/utils/base-utils.js +2 -17
- package/dist/utils/style-utils.d.ts +2 -9
- package/dist/utils/style-utils.js +1 -23
- package/package.json +1 -1
- package/dist/components/paywall/paywall-utils.d.ts +0 -8
- package/dist/components/paywall/paywall-utils.js +0 -24
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
export const SHEET_PAYWALL = {
|
|
2
|
+
default_locale: "en_US",
|
|
3
|
+
components_localizations: {
|
|
4
|
+
en_US: {
|
|
5
|
+
"5GWqi3MXpt": "Sheet",
|
|
6
|
+
E6CK5Xd1cE: "Sheet button",
|
|
7
|
+
},
|
|
8
|
+
},
|
|
9
|
+
components_config: {
|
|
10
|
+
base: {
|
|
11
|
+
background: {
|
|
12
|
+
type: "color",
|
|
13
|
+
value: {
|
|
14
|
+
light: {
|
|
15
|
+
type: "hex",
|
|
16
|
+
value: "#ffffffff",
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
stack: {
|
|
21
|
+
background: null,
|
|
22
|
+
background_color: null,
|
|
23
|
+
badge: null,
|
|
24
|
+
border: null,
|
|
25
|
+
components: [
|
|
26
|
+
{
|
|
27
|
+
action: {
|
|
28
|
+
destination: "sheet",
|
|
29
|
+
sheet: {
|
|
30
|
+
background: null,
|
|
31
|
+
background_blur: true,
|
|
32
|
+
id: "ByNqcHZCBa",
|
|
33
|
+
name: "",
|
|
34
|
+
position: "bottom",
|
|
35
|
+
size: {
|
|
36
|
+
height: {
|
|
37
|
+
type: "relative",
|
|
38
|
+
value: 0.5,
|
|
39
|
+
},
|
|
40
|
+
width: {
|
|
41
|
+
type: "fill",
|
|
42
|
+
value: null,
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
stack: {
|
|
46
|
+
background: {
|
|
47
|
+
type: "color",
|
|
48
|
+
value: {
|
|
49
|
+
light: {
|
|
50
|
+
type: "hex",
|
|
51
|
+
value: "#ddffddff",
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
background_color: null,
|
|
56
|
+
badge: null,
|
|
57
|
+
border: {
|
|
58
|
+
color: {
|
|
59
|
+
light: {
|
|
60
|
+
type: "hex",
|
|
61
|
+
value: "#00aa00ff",
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
width: 3,
|
|
65
|
+
},
|
|
66
|
+
components: [
|
|
67
|
+
{
|
|
68
|
+
background_color: null,
|
|
69
|
+
color: {
|
|
70
|
+
light: {
|
|
71
|
+
type: "hex",
|
|
72
|
+
value: "#000000",
|
|
73
|
+
},
|
|
74
|
+
},
|
|
75
|
+
font_name: null,
|
|
76
|
+
font_size: 32,
|
|
77
|
+
font_weight: "regular",
|
|
78
|
+
font_weight_int: 400,
|
|
79
|
+
horizontal_alignment: "leading",
|
|
80
|
+
id: "_SFE-Jfx2H",
|
|
81
|
+
margin: {
|
|
82
|
+
bottom: 0,
|
|
83
|
+
leading: 0,
|
|
84
|
+
top: 0,
|
|
85
|
+
trailing: 0,
|
|
86
|
+
},
|
|
87
|
+
name: "",
|
|
88
|
+
padding: {
|
|
89
|
+
bottom: 0,
|
|
90
|
+
leading: 0,
|
|
91
|
+
top: 0,
|
|
92
|
+
trailing: 0,
|
|
93
|
+
},
|
|
94
|
+
size: {
|
|
95
|
+
height: {
|
|
96
|
+
type: "fit",
|
|
97
|
+
value: null,
|
|
98
|
+
},
|
|
99
|
+
width: {
|
|
100
|
+
type: "fit",
|
|
101
|
+
value: null,
|
|
102
|
+
},
|
|
103
|
+
},
|
|
104
|
+
text_lid: "5GWqi3MXpt",
|
|
105
|
+
type: "text",
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
dimension: {
|
|
109
|
+
alignment: "center",
|
|
110
|
+
distribution: "center",
|
|
111
|
+
type: "vertical",
|
|
112
|
+
},
|
|
113
|
+
id: "vtyGD4yg8U",
|
|
114
|
+
margin: {
|
|
115
|
+
bottom: 0,
|
|
116
|
+
leading: 32,
|
|
117
|
+
top: 0,
|
|
118
|
+
trailing: 32,
|
|
119
|
+
},
|
|
120
|
+
name: "Sheet Content",
|
|
121
|
+
padding: {
|
|
122
|
+
bottom: 32,
|
|
123
|
+
leading: 32,
|
|
124
|
+
top: 32,
|
|
125
|
+
trailing: 32,
|
|
126
|
+
},
|
|
127
|
+
shadow: {
|
|
128
|
+
color: {
|
|
129
|
+
light: {
|
|
130
|
+
type: "hex",
|
|
131
|
+
value: "#ff000040",
|
|
132
|
+
},
|
|
133
|
+
},
|
|
134
|
+
radius: 16,
|
|
135
|
+
x: 0,
|
|
136
|
+
y: -8,
|
|
137
|
+
},
|
|
138
|
+
shape: {
|
|
139
|
+
corners: {
|
|
140
|
+
bottom_leading: 0,
|
|
141
|
+
bottom_trailing: 0,
|
|
142
|
+
top_leading: 32,
|
|
143
|
+
top_trailing: 32,
|
|
144
|
+
},
|
|
145
|
+
type: "rectangle",
|
|
146
|
+
},
|
|
147
|
+
size: {
|
|
148
|
+
height: {
|
|
149
|
+
type: "fill",
|
|
150
|
+
value: null,
|
|
151
|
+
},
|
|
152
|
+
width: {
|
|
153
|
+
type: "fill",
|
|
154
|
+
value: null,
|
|
155
|
+
},
|
|
156
|
+
},
|
|
157
|
+
spacing: 0,
|
|
158
|
+
type: "stack",
|
|
159
|
+
},
|
|
160
|
+
type: "sheet",
|
|
161
|
+
},
|
|
162
|
+
type: "navigate_to",
|
|
163
|
+
},
|
|
164
|
+
id: "dTnaiaphr5",
|
|
165
|
+
name: "",
|
|
166
|
+
stack: {
|
|
167
|
+
background: {
|
|
168
|
+
type: "color",
|
|
169
|
+
value: {
|
|
170
|
+
light: {
|
|
171
|
+
type: "hex",
|
|
172
|
+
value: "#ddffddff",
|
|
173
|
+
},
|
|
174
|
+
},
|
|
175
|
+
},
|
|
176
|
+
background_color: null,
|
|
177
|
+
badge: null,
|
|
178
|
+
border: {
|
|
179
|
+
color: {
|
|
180
|
+
light: {
|
|
181
|
+
type: "hex",
|
|
182
|
+
value: "#00aa00ff",
|
|
183
|
+
},
|
|
184
|
+
},
|
|
185
|
+
width: 1,
|
|
186
|
+
},
|
|
187
|
+
components: [
|
|
188
|
+
{
|
|
189
|
+
background_color: null,
|
|
190
|
+
color: {
|
|
191
|
+
light: {
|
|
192
|
+
type: "hex",
|
|
193
|
+
value: "#000000",
|
|
194
|
+
},
|
|
195
|
+
},
|
|
196
|
+
font_name: null,
|
|
197
|
+
font_size: 14,
|
|
198
|
+
font_weight: "regular",
|
|
199
|
+
font_weight_int: 400,
|
|
200
|
+
horizontal_alignment: "leading",
|
|
201
|
+
id: "o7XZa4SJLW",
|
|
202
|
+
margin: {
|
|
203
|
+
bottom: 0,
|
|
204
|
+
leading: 0,
|
|
205
|
+
top: 0,
|
|
206
|
+
trailing: 0,
|
|
207
|
+
},
|
|
208
|
+
name: "",
|
|
209
|
+
padding: {
|
|
210
|
+
bottom: 0,
|
|
211
|
+
leading: 0,
|
|
212
|
+
top: 0,
|
|
213
|
+
trailing: 0,
|
|
214
|
+
},
|
|
215
|
+
size: {
|
|
216
|
+
height: {
|
|
217
|
+
type: "fit",
|
|
218
|
+
value: null,
|
|
219
|
+
},
|
|
220
|
+
width: {
|
|
221
|
+
type: "fit",
|
|
222
|
+
value: null,
|
|
223
|
+
},
|
|
224
|
+
},
|
|
225
|
+
text_lid: "E6CK5Xd1cE",
|
|
226
|
+
type: "text",
|
|
227
|
+
},
|
|
228
|
+
],
|
|
229
|
+
dimension: {
|
|
230
|
+
alignment: "leading",
|
|
231
|
+
distribution: "start",
|
|
232
|
+
type: "vertical",
|
|
233
|
+
},
|
|
234
|
+
id: "el3qmQd6hR",
|
|
235
|
+
margin: {
|
|
236
|
+
bottom: 0,
|
|
237
|
+
leading: 0,
|
|
238
|
+
top: 0,
|
|
239
|
+
trailing: 0,
|
|
240
|
+
},
|
|
241
|
+
name: "",
|
|
242
|
+
padding: {
|
|
243
|
+
bottom: 16,
|
|
244
|
+
leading: 16,
|
|
245
|
+
top: 16,
|
|
246
|
+
trailing: 16,
|
|
247
|
+
},
|
|
248
|
+
shadow: {
|
|
249
|
+
color: {
|
|
250
|
+
light: {
|
|
251
|
+
type: "hex",
|
|
252
|
+
value: "#ff000040",
|
|
253
|
+
},
|
|
254
|
+
},
|
|
255
|
+
radius: 16,
|
|
256
|
+
x: 8,
|
|
257
|
+
y: 8,
|
|
258
|
+
},
|
|
259
|
+
shape: {
|
|
260
|
+
corners: null,
|
|
261
|
+
type: "pill",
|
|
262
|
+
},
|
|
263
|
+
size: {
|
|
264
|
+
height: {
|
|
265
|
+
type: "fit",
|
|
266
|
+
value: null,
|
|
267
|
+
},
|
|
268
|
+
width: {
|
|
269
|
+
type: "fit",
|
|
270
|
+
value: null,
|
|
271
|
+
},
|
|
272
|
+
},
|
|
273
|
+
spacing: 0,
|
|
274
|
+
type: "stack",
|
|
275
|
+
},
|
|
276
|
+
transition: null,
|
|
277
|
+
type: "button",
|
|
278
|
+
},
|
|
279
|
+
],
|
|
280
|
+
dimension: {
|
|
281
|
+
alignment: "center",
|
|
282
|
+
distribution: "start",
|
|
283
|
+
type: "vertical",
|
|
284
|
+
},
|
|
285
|
+
id: "rocJhuHfiP",
|
|
286
|
+
margin: {
|
|
287
|
+
bottom: 0,
|
|
288
|
+
leading: 0,
|
|
289
|
+
top: 0,
|
|
290
|
+
trailing: 0,
|
|
291
|
+
},
|
|
292
|
+
name: "Content",
|
|
293
|
+
padding: {
|
|
294
|
+
bottom: 0,
|
|
295
|
+
leading: 0,
|
|
296
|
+
top: 0,
|
|
297
|
+
trailing: 0,
|
|
298
|
+
},
|
|
299
|
+
shadow: null,
|
|
300
|
+
shape: {
|
|
301
|
+
corners: {
|
|
302
|
+
bottom_leading: 0,
|
|
303
|
+
bottom_trailing: 0,
|
|
304
|
+
top_leading: 0,
|
|
305
|
+
top_trailing: 0,
|
|
306
|
+
},
|
|
307
|
+
type: "rectangle",
|
|
308
|
+
},
|
|
309
|
+
size: {
|
|
310
|
+
height: {
|
|
311
|
+
type: "fit",
|
|
312
|
+
value: null,
|
|
313
|
+
},
|
|
314
|
+
width: {
|
|
315
|
+
type: "fill",
|
|
316
|
+
value: null,
|
|
317
|
+
},
|
|
318
|
+
},
|
|
319
|
+
spacing: 16,
|
|
320
|
+
type: "stack",
|
|
321
|
+
},
|
|
322
|
+
sticky_footer: null,
|
|
323
|
+
},
|
|
324
|
+
},
|
|
325
|
+
};
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
mapSize,
|
|
13
13
|
mapSpacing,
|
|
14
14
|
px,
|
|
15
|
+
type CSS,
|
|
15
16
|
} from "../../utils/base-utils";
|
|
16
17
|
import { getActiveStateProps } from "../../utils/style-utils";
|
|
17
18
|
import type { Snippet } from "svelte";
|
|
@@ -20,10 +21,11 @@
|
|
|
20
21
|
interface MiscProps {
|
|
21
22
|
onclick?: () => void;
|
|
22
23
|
children?: Snippet;
|
|
24
|
+
style?: CSS;
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
const props: StackProps & MiscProps = $props();
|
|
26
|
-
const { onclick, children } = props;
|
|
28
|
+
const { onclick, children, style } = props;
|
|
27
29
|
|
|
28
30
|
const selectedState = getSelectedStateContext();
|
|
29
31
|
const {
|
|
@@ -49,8 +51,9 @@
|
|
|
49
51
|
const getColorMode = getColorModeContext();
|
|
50
52
|
const colorMode = $derived(getColorMode());
|
|
51
53
|
|
|
52
|
-
const
|
|
54
|
+
const stackStyle = $derived(
|
|
53
55
|
css({
|
|
56
|
+
...style,
|
|
54
57
|
display: "flex",
|
|
55
58
|
position: "relative",
|
|
56
59
|
width: mapSize(size.width),
|
|
@@ -91,7 +94,7 @@
|
|
|
91
94
|
this={onclick !== undefined ? "button" : "div"}
|
|
92
95
|
role={onclick !== undefined ? "button" : undefined}
|
|
93
96
|
{onclick}
|
|
94
|
-
{
|
|
97
|
+
style={stackStyle}
|
|
95
98
|
class="stack"
|
|
96
99
|
>
|
|
97
100
|
{#if badge}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import type { StackProps } from "../../types/components/stack";
|
|
2
|
+
import { type CSS } from "../../utils/base-utils";
|
|
2
3
|
import type { Snippet } from "svelte";
|
|
3
4
|
interface MiscProps {
|
|
4
5
|
onclick?: () => void;
|
|
5
6
|
children?: Snippet;
|
|
7
|
+
style?: CSS;
|
|
6
8
|
}
|
|
7
9
|
type $$ComponentProps = StackProps & MiscProps;
|
|
8
10
|
declare const Stack: import("svelte").Component<$$ComponentProps, {}, "">;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { TabControlProps } from "../../types/components/tabs";
|
|
3
|
+
import Stack from "../stack/Stack.svelte";
|
|
4
|
+
import { getTabsContext } from "./tabs-context";
|
|
5
|
+
|
|
6
|
+
const _: TabControlProps = $props();
|
|
7
|
+
|
|
8
|
+
const { control } = getTabsContext();
|
|
9
|
+
</script>
|
|
10
|
+
|
|
11
|
+
<Stack {...$control.stack} />
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { setSelectedStateContext } from "../../stores/selected";
|
|
3
|
+
import type { TabControlButtonProps } from "../../types/components/tabs";
|
|
4
|
+
import { derived } from "svelte/store";
|
|
5
|
+
import Stack from "../stack/Stack.svelte";
|
|
6
|
+
import { getTabsContext } from "./tabs-context";
|
|
7
|
+
|
|
8
|
+
const { stack, tab_id, tab_index }: TabControlButtonProps = $props();
|
|
9
|
+
|
|
10
|
+
const { selectedTabId, selectTab } = getTabsContext();
|
|
11
|
+
|
|
12
|
+
setSelectedStateContext(derived(selectedTabId, (value) => value === tab_id));
|
|
13
|
+
|
|
14
|
+
const onclick = () => {
|
|
15
|
+
selectTab(tab_id, tab_index);
|
|
16
|
+
};
|
|
17
|
+
</script>
|
|
18
|
+
|
|
19
|
+
<Stack {...stack} {onclick}></Stack>
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { getColorModeContext } from "../../stores/color-mode";
|
|
3
|
+
import {
|
|
4
|
+
getSelectedStateContext,
|
|
5
|
+
setSelectedStateContext,
|
|
6
|
+
} from "../../stores/selected";
|
|
7
|
+
import type { TabControlToggleProps } from "../../types/components/tabs";
|
|
8
|
+
import { css, mapColor } from "../../utils/base-utils";
|
|
9
|
+
import { getActiveStateProps } from "../../utils/style-utils";
|
|
10
|
+
import { getTabsContext } from "./tabs-context";
|
|
11
|
+
|
|
12
|
+
const props: TabControlToggleProps = $props();
|
|
13
|
+
|
|
14
|
+
const selectedState = getSelectedStateContext();
|
|
15
|
+
const {
|
|
16
|
+
default_value,
|
|
17
|
+
thumb_color_on,
|
|
18
|
+
thumb_color_off,
|
|
19
|
+
track_color_on,
|
|
20
|
+
track_color_off,
|
|
21
|
+
} = $derived.by(() => {
|
|
22
|
+
return {
|
|
23
|
+
...props,
|
|
24
|
+
...getActiveStateProps($selectedState, props.overrides),
|
|
25
|
+
};
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
const { isActive, selectTab } = getTabsContext();
|
|
29
|
+
setSelectedStateContext(isActive);
|
|
30
|
+
|
|
31
|
+
const getColorMode = getColorModeContext();
|
|
32
|
+
const colorMode = $derived(getColorMode());
|
|
33
|
+
|
|
34
|
+
const toggleStyle = $derived(
|
|
35
|
+
css({
|
|
36
|
+
background: $isActive
|
|
37
|
+
? mapColor(colorMode, track_color_on)
|
|
38
|
+
: mapColor(colorMode, track_color_off),
|
|
39
|
+
}),
|
|
40
|
+
);
|
|
41
|
+
|
|
42
|
+
const thumbStyle = $derived(
|
|
43
|
+
css({
|
|
44
|
+
left: $isActive ? "22px" : "2px",
|
|
45
|
+
background: $isActive
|
|
46
|
+
? mapColor(colorMode, thumb_color_on)
|
|
47
|
+
: mapColor(colorMode, thumb_color_off),
|
|
48
|
+
}),
|
|
49
|
+
);
|
|
50
|
+
|
|
51
|
+
const onclick = () => {
|
|
52
|
+
selectTab("", $isActive ? 0 : 1);
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
const onkeydown = (event: KeyboardEvent) => {
|
|
56
|
+
if (event.code === "Enter" || event.code === "Space") {
|
|
57
|
+
onclick();
|
|
58
|
+
}
|
|
59
|
+
};
|
|
60
|
+
</script>
|
|
61
|
+
|
|
62
|
+
<div
|
|
63
|
+
role="button"
|
|
64
|
+
tabindex="0"
|
|
65
|
+
aria-label="Toggle"
|
|
66
|
+
class="toggle"
|
|
67
|
+
style={toggleStyle}
|
|
68
|
+
{onclick}
|
|
69
|
+
{onkeydown}
|
|
70
|
+
>
|
|
71
|
+
<div class="thumb" style={thumbStyle}></div>
|
|
72
|
+
</div>
|
|
73
|
+
|
|
74
|
+
<style>
|
|
75
|
+
.toggle {
|
|
76
|
+
appearance: none;
|
|
77
|
+
|
|
78
|
+
--height: 31px;
|
|
79
|
+
|
|
80
|
+
position: relative;
|
|
81
|
+
width: 51px;
|
|
82
|
+
height: var(--height);
|
|
83
|
+
border-radius: calc(var(--height) / 2);
|
|
84
|
+
cursor: pointer;
|
|
85
|
+
user-select: none;
|
|
86
|
+
transition: background-color 300ms ease;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.thumb {
|
|
90
|
+
--size: 27px;
|
|
91
|
+
position: absolute;
|
|
92
|
+
top: 2px;
|
|
93
|
+
width: var(--size);
|
|
94
|
+
height: var(--size);
|
|
95
|
+
border-radius: 50%;
|
|
96
|
+
box-shadow:
|
|
97
|
+
0 1px 3px rgba(0, 0, 0, 0.2),
|
|
98
|
+
0 1px 2px rgba(0, 0, 0, 0.12);
|
|
99
|
+
transition:
|
|
100
|
+
left 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
|
|
101
|
+
background-color 300ms ease;
|
|
102
|
+
}
|
|
103
|
+
</style>
|