@preply/ds-web-lib 1.4.0 → 1.4.2
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/assets/AlertDialog.css +17 -17
- package/dist/assets/Avatar.css +79 -79
- package/dist/assets/AvatarWithStatus.css +12 -12
- package/dist/assets/Badge.css +24 -24
- package/dist/assets/Box.css +171 -171
- package/dist/assets/Button.css +7 -7
- package/dist/assets/ButtonBase.css +245 -245
- package/dist/assets/Chips.css +16 -16
- package/dist/assets/Dialog.css +91 -91
- package/dist/assets/FieldAdditionalText.css +6 -6
- package/dist/assets/FieldButton.css +8 -8
- package/dist/assets/FieldLabel.css +8 -8
- package/dist/assets/FieldLayout.css +29 -29
- package/dist/assets/FieldLayoutBase.css +4 -4
- package/dist/assets/Heading.css +100 -100
- package/dist/assets/Icon.css +14 -14
- package/dist/assets/LayoutFlex.css +1 -1
- package/dist/assets/LayoutFlexItem.css +14 -14
- package/dist/assets/Link.css +32 -32
- package/dist/assets/Loader.css +4 -4
- package/dist/assets/OnboardingTooltip.css +17 -17
- package/dist/assets/OnboardingTour.css +2 -2
- package/dist/assets/PreplyLogo.css +9 -9
- package/dist/assets/ProgressBar.css +3 -3
- package/dist/assets/ProgressSteps.css +7 -7
- package/dist/assets/SelectFieldLayout.css +18 -18
- package/dist/assets/Spinner.css +26 -26
- package/dist/assets/Steps.css +5 -5
- package/dist/assets/Text.css +227 -227
- package/dist/assets/TextHighlighted.css +14 -14
- package/dist/assets/TextInline.css +5 -5
- package/dist/assets/Toast.css +12 -12
- package/dist/assets/Tooltip.css +14 -14
- package/dist/assets/align-self.css +25 -25
- package/dist/assets/color.css +39 -39
- package/dist/assets/exp-color.css +58 -58
- package/dist/assets/index.css +16 -16
- package/dist/assets/layout-gap.css +135 -135
- package/dist/assets/layout-grid.css +100 -100
- package/dist/assets/layout-hide.css +49 -49
- package/dist/assets/layout-padding.css +531 -531
- package/dist/assets/layout-relative.css +2 -2
- package/dist/assets/text-accent.css +18 -18
- package/dist/assets/text-centered.css +13 -13
- package/dist/assets/text-weight.css +8 -8
- package/dist/components/AlertDialog/AlertDialog.js +4 -4
- package/dist/components/Avatar/Avatar.js +74 -74
- package/dist/components/AvatarWithStatus/AvatarWithStatus.js +10 -10
- package/dist/components/Badge/Badge.js +1 -1
- package/dist/components/Box/Box.js +150 -150
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Chips/Chips.js +4 -4
- package/dist/components/Dialog/Dialog.js +35 -35
- package/dist/components/FieldAdditionalText/FieldAdditionalText.js +3 -3
- package/dist/components/FieldButton/FieldButton.js +1 -1
- package/dist/components/FieldLayout/FieldLayout.js +7 -7
- package/dist/components/Heading/Heading.js +97 -97
- package/dist/components/Icon/Icon.js +10 -10
- package/dist/components/LayoutFlex/LayoutFlex.js +3 -3
- package/dist/components/LayoutFlexItem/LayoutFlexItem.js +13 -13
- package/dist/components/Link/Link.js +18 -18
- package/dist/components/Loader/Loader.js +3 -3
- package/dist/components/OnboardingTooltip/OnboardingTooltip.js +5 -5
- package/dist/components/OnboardingTour/OnboardingTour.js +1 -1
- package/dist/components/PreplyLogo/PreplyLogo.js +2 -2
- package/dist/components/ProgressBar/ProgressBar.js +1 -1
- package/dist/components/ProgressSteps/ProgressSteps.js +2 -2
- package/dist/components/Steps/Steps.js +4 -4
- package/dist/components/Text/Text.js +224 -224
- package/dist/components/TextHighlighted/TextHighlighted.js +11 -11
- package/dist/components/TextInline/TextInline.js +2 -2
- package/dist/components/Toast/Toast.js +5 -5
- package/dist/components/Tooltip/Tooltip.js +2 -2
- package/dist/components/private/ButtonBase/ButtonBase.js +173 -173
- package/dist/components/private/FieldLabel/FieldLabel.js +5 -5
- package/dist/components/private/FieldLayoutBase/FieldLayoutBase.js +1 -1
- package/dist/components/private/Input/Checkbox.js +1 -1
- package/dist/components/private/Input/InputDate.js +1 -1
- package/dist/components/private/Input/InputNumber.js +1 -1
- package/dist/components/private/Input/InputPassword.js +1 -1
- package/dist/components/private/Input/InputText.js +1 -1
- package/dist/components/private/Input/InputTime.js +1 -1
- package/dist/components/private/Input/Radio.js +1 -1
- package/dist/components/private/Input/Select.js +1 -1
- package/dist/components/private/Input/Textarea.js +1 -1
- package/dist/components/private/SelectFieldLayout/SelectFieldLayout.js +8 -8
- package/dist/components/private/Spinner/Spinner.js +16 -16
- package/dist/index.module-iACyovpJ.js +27 -0
- package/dist/layout-gap.module-DwYAmZqy.js +139 -0
- package/dist/{layout-grid.module-Cm-SasPL.js → layout-grid.module-DvWR2pve.js} +97 -97
- package/dist/layout-hide.module-CVaoro6S.js +55 -0
- package/dist/{layout-relative.module-CXJ9jc4G.js → layout-relative.module-yZwngsDw.js} +2 -2
- package/dist/shared-styles/align-self/align-self.js +25 -25
- package/dist/shared-styles/color/color.js +38 -38
- package/dist/shared-styles/exp-color/exp-color.js +57 -57
- package/dist/shared-styles/layout-gap/layout-gap.js +1 -1
- package/dist/shared-styles/layout-grid/layout-grid.js +1 -1
- package/dist/shared-styles/layout-grid-responsive-columns/layout-grid-responsive-columns.js +1 -1
- package/dist/shared-styles/layout-hide/layout-hide.js +1 -1
- package/dist/shared-styles/layout-padding/layout-padding.js +529 -529
- package/dist/shared-styles/layout-relative/layout-relative.js +1 -1
- package/dist/shared-styles/text-accent/text-accent.js +17 -17
- package/dist/shared-styles/text-centered/text-centered.js +13 -13
- package/dist/shared-styles/text-weight/text-weight.js +7 -7
- package/package.json +13 -13
- package/dist/index.module-BUa_z1zp.js +0 -27
- package/dist/layout-gap.module-B8MxVdDS.js +0 -139
- package/dist/layout-hide.module-YMORUoLW.js +0 -55
package/dist/assets/Icon.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @
|
|
2
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @
|
|
3
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @
|
|
4
|
-
.
|
|
1
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @Thu Apr 03 2025 10:09:33 GMT+0000 (Coordinated Universal Time) */
|
|
2
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @Thu Apr 03 2025 10:09:32 GMT+0000 (Coordinated Universal Time) */
|
|
3
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @Thu Apr 03 2025 10:09:36 GMT+0000 (Coordinated Universal Time) */
|
|
4
|
+
._Icon_1apu0_4 {
|
|
5
5
|
display: inline-block;
|
|
6
6
|
vertical-align: text-top;
|
|
7
7
|
}
|
|
8
|
-
.
|
|
8
|
+
._Icon_1apu0_4 svg {
|
|
9
9
|
display: block;
|
|
10
10
|
width: 100%;
|
|
11
11
|
min-width: 100%;
|
|
@@ -13,55 +13,55 @@
|
|
|
13
13
|
max-height: 100%;
|
|
14
14
|
fill: currentColor;
|
|
15
15
|
}
|
|
16
|
-
._Icon--size-
|
|
16
|
+
._Icon--size-2xs_1apu0_16 {
|
|
17
17
|
width: var(--b21f61);
|
|
18
18
|
height: var(--b21f61);
|
|
19
19
|
min-width: var(--b21f61);
|
|
20
20
|
max-width: var(--b21f61);
|
|
21
21
|
}
|
|
22
|
-
._Icon--size-
|
|
22
|
+
._Icon--size-xs_1apu0_22 {
|
|
23
23
|
width: var(--766f3b);
|
|
24
24
|
height: var(--766f3b);
|
|
25
25
|
min-width: var(--766f3b);
|
|
26
26
|
max-width: var(--766f3b);
|
|
27
27
|
}
|
|
28
|
-
._Icon--size-
|
|
28
|
+
._Icon--size-s_1apu0_28 {
|
|
29
29
|
width: var(--7c1b1c);
|
|
30
30
|
height: var(--7c1b1c);
|
|
31
31
|
min-width: var(--7c1b1c);
|
|
32
32
|
max-width: var(--7c1b1c);
|
|
33
33
|
}
|
|
34
|
-
._Icon--size-
|
|
34
|
+
._Icon--size-m_1apu0_34 {
|
|
35
35
|
width: var(--2152b7);
|
|
36
36
|
height: var(--2152b7);
|
|
37
37
|
min-width: var(--2152b7);
|
|
38
38
|
max-width: var(--2152b7);
|
|
39
39
|
}
|
|
40
|
-
._Icon--size-
|
|
40
|
+
._Icon--size-l_1apu0_40 {
|
|
41
41
|
width: var(--8f525f);
|
|
42
42
|
height: var(--8f525f);
|
|
43
43
|
min-width: var(--8f525f);
|
|
44
44
|
max-width: var(--8f525f);
|
|
45
45
|
}
|
|
46
|
-
._Icon--size-
|
|
46
|
+
._Icon--size-16_1apu0_46 {
|
|
47
47
|
width: var(--656bbc);
|
|
48
48
|
height: var(--656bbc);
|
|
49
49
|
min-width: var(--656bbc);
|
|
50
50
|
max-width: var(--656bbc);
|
|
51
51
|
}
|
|
52
|
-
._Icon--size-
|
|
52
|
+
._Icon--size-24_1apu0_52 {
|
|
53
53
|
width: var(--81dc82);
|
|
54
54
|
height: var(--81dc82);
|
|
55
55
|
min-width: var(--81dc82);
|
|
56
56
|
max-width: var(--81dc82);
|
|
57
57
|
}
|
|
58
|
-
._Icon--size-
|
|
58
|
+
._Icon--size-32_1apu0_58 {
|
|
59
59
|
width: var(--2a6452);
|
|
60
60
|
height: var(--2a6452);
|
|
61
61
|
min-width: var(--2a6452);
|
|
62
62
|
max-width: var(--2a6452);
|
|
63
63
|
}
|
|
64
|
-
._Icon--size-
|
|
64
|
+
._Icon--size-48_1apu0_64 {
|
|
65
65
|
width: var(--03d2e4);
|
|
66
66
|
height: var(--03d2e4);
|
|
67
67
|
min-width: var(--03d2e4);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @
|
|
1
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @Thu Apr 03 2025 10:09:36 GMT+0000 (Coordinated Universal Time) */
|
|
2
2
|
[data-preply-ds-component="LayoutFlex"] {
|
|
3
3
|
display: -webkit-box;
|
|
4
4
|
display: -ms-flexbox;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @
|
|
2
|
-
.
|
|
1
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @Thu Apr 03 2025 10:09:36 GMT+0000 (Coordinated Universal Time) */
|
|
2
|
+
._LayoutFlexItem_2flqe_2 {
|
|
3
3
|
padding: 0;
|
|
4
4
|
margin: 0;
|
|
5
5
|
list-style: none;
|
|
@@ -8,71 +8,71 @@
|
|
|
8
8
|
text-align: inherit;
|
|
9
9
|
border-spacing: 0;
|
|
10
10
|
}
|
|
11
|
-
._LayoutFlexItem--
|
|
11
|
+
._LayoutFlexItem--stretch_2flqe_11 {
|
|
12
12
|
-webkit-box-flex: 1;
|
|
13
13
|
-ms-flex: 1;
|
|
14
14
|
flex: 1;
|
|
15
15
|
}
|
|
16
|
-
._LayoutFlexItem--no-
|
|
16
|
+
._LayoutFlexItem--no-stretch_2flqe_14 {
|
|
17
17
|
-webkit-box-flex: 0;
|
|
18
18
|
-ms-flex: none;
|
|
19
19
|
flex: none;
|
|
20
20
|
}
|
|
21
21
|
@media (min-width: 400px) {
|
|
22
|
-
._LayoutFlexItem--narrow-l--
|
|
22
|
+
._LayoutFlexItem--narrow-l--stretch_2flqe_18 {
|
|
23
23
|
-webkit-box-flex: 1;
|
|
24
24
|
-ms-flex: 1;
|
|
25
25
|
flex: 1;
|
|
26
26
|
}
|
|
27
|
-
._LayoutFlexItem--narrow-l--no-
|
|
27
|
+
._LayoutFlexItem--narrow-l--no-stretch_2flqe_21 {
|
|
28
28
|
-webkit-box-flex: 0;
|
|
29
29
|
-ms-flex: none;
|
|
30
30
|
flex: none;
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
@media (min-width: 700px) {
|
|
34
|
-
._LayoutFlexItem--medium-s--
|
|
34
|
+
._LayoutFlexItem--medium-s--stretch_2flqe_26 {
|
|
35
35
|
-webkit-box-flex: 1;
|
|
36
36
|
-ms-flex: 1;
|
|
37
37
|
flex: 1;
|
|
38
38
|
}
|
|
39
|
-
._LayoutFlexItem--medium-s--no-
|
|
39
|
+
._LayoutFlexItem--medium-s--no-stretch_2flqe_29 {
|
|
40
40
|
-webkit-box-flex: 0;
|
|
41
41
|
-ms-flex: none;
|
|
42
42
|
flex: none;
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
@media (min-width: 880px) {
|
|
46
|
-
._LayoutFlexItem--medium-l--
|
|
46
|
+
._LayoutFlexItem--medium-l--stretch_2flqe_34 {
|
|
47
47
|
-webkit-box-flex: 1;
|
|
48
48
|
-ms-flex: 1;
|
|
49
49
|
flex: 1;
|
|
50
50
|
}
|
|
51
|
-
._LayoutFlexItem--medium-l--no-
|
|
51
|
+
._LayoutFlexItem--medium-l--no-stretch_2flqe_37 {
|
|
52
52
|
-webkit-box-flex: 0;
|
|
53
53
|
-ms-flex: none;
|
|
54
54
|
flex: none;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
@media (min-width: 1200px) {
|
|
58
|
-
._LayoutFlexItem--wide-s--
|
|
58
|
+
._LayoutFlexItem--wide-s--stretch_2flqe_42 {
|
|
59
59
|
-webkit-box-flex: 1;
|
|
60
60
|
-ms-flex: 1;
|
|
61
61
|
flex: 1;
|
|
62
62
|
}
|
|
63
|
-
._LayoutFlexItem--wide-s--no-
|
|
63
|
+
._LayoutFlexItem--wide-s--no-stretch_2flqe_45 {
|
|
64
64
|
-webkit-box-flex: 0;
|
|
65
65
|
-ms-flex: none;
|
|
66
66
|
flex: none;
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
@media (min-width: 1900px) {
|
|
70
|
-
._LayoutFlexItem--wide-l--
|
|
70
|
+
._LayoutFlexItem--wide-l--stretch_2flqe_50 {
|
|
71
71
|
-webkit-box-flex: 1;
|
|
72
72
|
-ms-flex: 1;
|
|
73
73
|
flex: 1;
|
|
74
74
|
}
|
|
75
|
-
._LayoutFlexItem--wide-l--no-
|
|
75
|
+
._LayoutFlexItem--wide-l--no-stretch_2flqe_53 {
|
|
76
76
|
-webkit-box-flex: 0;
|
|
77
77
|
-ms-flex: none;
|
|
78
78
|
flex: none;
|
package/dist/assets/Link.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @
|
|
2
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @
|
|
3
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @
|
|
4
|
-
.
|
|
1
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @Thu Apr 03 2025 10:09:33 GMT+0000 (Coordinated Universal Time) */
|
|
2
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @Thu Apr 03 2025 10:09:32 GMT+0000 (Coordinated Universal Time) */
|
|
3
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @Thu Apr 03 2025 10:09:36 GMT+0000 (Coordinated Universal Time) */
|
|
4
|
+
._Link_q0vqc_4 {
|
|
5
5
|
display: inline-block;
|
|
6
6
|
border-radius: var(--5eeb28);
|
|
7
7
|
-webkit-text-decoration: var(--f13872);
|
|
@@ -12,71 +12,71 @@
|
|
|
12
12
|
-ms-touch-action: manipulation;
|
|
13
13
|
touch-action: manipulation;
|
|
14
14
|
}
|
|
15
|
-
.
|
|
15
|
+
._Link_q0vqc_4:focus-visible {
|
|
16
16
|
outline-style: solid;
|
|
17
17
|
outline-color: var(--603ec6);
|
|
18
18
|
outline-width: var(--99d31f);
|
|
19
19
|
outline-offset: var(--c0b12c);
|
|
20
20
|
}
|
|
21
|
-
._Link--
|
|
21
|
+
._Link--inline_q0vqc_20 {
|
|
22
22
|
display: inline;
|
|
23
23
|
}
|
|
24
|
-
._Link--
|
|
24
|
+
._Link--noUnderline_q0vqc_23 {
|
|
25
25
|
-webkit-text-decoration: none;
|
|
26
26
|
text-decoration: none;
|
|
27
27
|
}
|
|
28
|
-
._Link--variant-
|
|
28
|
+
._Link--variant-accentDark_q0vqc_26 {
|
|
29
29
|
color: var(--c6b68f);
|
|
30
30
|
}
|
|
31
|
-
._Link--variant-
|
|
32
|
-
._Link--variant-accentDark--dsInternalSimulation-
|
|
31
|
+
._Link--variant-accentDark_q0vqc_26:hover,
|
|
32
|
+
._Link--variant-accentDark--dsInternalSimulation-hover_q0vqc_30 {
|
|
33
33
|
color: var(--65e1ef);
|
|
34
34
|
}
|
|
35
|
-
._Link--variant-
|
|
36
|
-
._Link--variant-accentDark--dsInternalSimulation-
|
|
35
|
+
._Link--variant-accentDark_q0vqc_26:active,
|
|
36
|
+
._Link--variant-accentDark--dsInternalSimulation-active_q0vqc_34 {
|
|
37
37
|
color: var(--179b80);
|
|
38
38
|
}
|
|
39
|
-
._Link--variant-
|
|
39
|
+
._Link--variant-accentDarkInverted_q0vqc_37 {
|
|
40
40
|
color: var(--7cbffc);
|
|
41
41
|
}
|
|
42
|
-
._Link--variant-
|
|
43
|
-
._Link--variant-accentDarkInverted--dsInternalSimulation-
|
|
42
|
+
._Link--variant-accentDarkInverted_q0vqc_37:hover,
|
|
43
|
+
._Link--variant-accentDarkInverted--dsInternalSimulation-hover_q0vqc_41 {
|
|
44
44
|
color: var(--47fcde);
|
|
45
45
|
}
|
|
46
|
-
._Link--variant-
|
|
47
|
-
._Link--variant-accentDarkInverted--dsInternalSimulation-
|
|
46
|
+
._Link--variant-accentDarkInverted_q0vqc_37:active,
|
|
47
|
+
._Link--variant-accentDarkInverted--dsInternalSimulation-active_q0vqc_45 {
|
|
48
48
|
color: var(--1253e2);
|
|
49
49
|
}
|
|
50
|
-
._Link--variant-
|
|
50
|
+
._Link--variant-neutral_q0vqc_48 {
|
|
51
51
|
color: var(--19fdf0);
|
|
52
52
|
}
|
|
53
|
-
._Link--variant-
|
|
54
|
-
._Link--variant-neutral--dsInternalSimulation-
|
|
53
|
+
._Link--variant-neutral_q0vqc_48:hover,
|
|
54
|
+
._Link--variant-neutral--dsInternalSimulation-hover_q0vqc_52 {
|
|
55
55
|
color: var(--ce5fb9);
|
|
56
56
|
}
|
|
57
|
-
._Link--variant-
|
|
58
|
-
._Link--variant-neutral--dsInternalSimulation-
|
|
57
|
+
._Link--variant-neutral_q0vqc_48:active,
|
|
58
|
+
._Link--variant-neutral--dsInternalSimulation-active_q0vqc_56 {
|
|
59
59
|
color: var(--1d39ac);
|
|
60
60
|
}
|
|
61
|
-
._Link--variant-
|
|
61
|
+
._Link--variant-neutralInverted_q0vqc_59 {
|
|
62
62
|
color: var(--883d0f);
|
|
63
63
|
}
|
|
64
|
-
._Link--variant-
|
|
65
|
-
._Link--variant-neutralInverted--dsInternalSimulation-
|
|
64
|
+
._Link--variant-neutralInverted_q0vqc_59:hover,
|
|
65
|
+
._Link--variant-neutralInverted--dsInternalSimulation-hover_q0vqc_63 {
|
|
66
66
|
color: var(--065570);
|
|
67
67
|
}
|
|
68
|
-
._Link--variant-
|
|
69
|
-
._Link--variant-neutralInverted--dsInternalSimulation-
|
|
68
|
+
._Link--variant-neutralInverted_q0vqc_59:active,
|
|
69
|
+
._Link--variant-neutralInverted--dsInternalSimulation-active_q0vqc_67 {
|
|
70
70
|
color: var(--be41c4);
|
|
71
71
|
}
|
|
72
|
-
._Link--variant-
|
|
72
|
+
._Link--variant-unsetColors_q0vqc_70 {
|
|
73
73
|
color: var(--e66f2a);
|
|
74
74
|
}
|
|
75
|
-
._Link--variant-
|
|
76
|
-
._Link--variant-unsetColors--dsInternalSimulation-
|
|
75
|
+
._Link--variant-unsetColors_q0vqc_70:hover,
|
|
76
|
+
._Link--variant-unsetColors--dsInternalSimulation-hover_q0vqc_74 {
|
|
77
77
|
color: var(--468ceb);
|
|
78
78
|
}
|
|
79
|
-
._Link--variant-
|
|
80
|
-
._Link--variant-unsetColors--dsInternalSimulation-
|
|
79
|
+
._Link--variant-unsetColors_q0vqc_70:active,
|
|
80
|
+
._Link--variant-unsetColors--dsInternalSimulation-active_q0vqc_78 {
|
|
81
81
|
color: var(--a5fc76);
|
|
82
82
|
}
|
package/dist/assets/Loader.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @
|
|
2
|
-
.
|
|
1
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @Thu Apr 03 2025 10:09:33 GMT+0000 (Coordinated Universal Time) */
|
|
2
|
+
._Loader_jv7qu_2 {
|
|
3
3
|
display: -webkit-inline-box;
|
|
4
4
|
display: -ms-inline-flexbox;
|
|
5
5
|
display: inline-flex;
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
height: -moz-fit-content;
|
|
11
11
|
height: fit-content;
|
|
12
12
|
}
|
|
13
|
-
._Loader--
|
|
13
|
+
._Loader--normal_jv7qu_7 {
|
|
14
14
|
color: var(--19bcb6);
|
|
15
15
|
}
|
|
16
|
-
._Loader--
|
|
16
|
+
._Loader--inverted_jv7qu_10 {
|
|
17
17
|
color: var(--38413d);
|
|
18
18
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @
|
|
2
|
-
.
|
|
1
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @Thu Apr 03 2025 10:09:33 GMT+0000 (Coordinated Universal Time) */
|
|
2
|
+
._content_1d1nw_2 {
|
|
3
3
|
background-color: var(--79dffb);
|
|
4
4
|
border-radius: var(--fa4b1a);
|
|
5
5
|
padding: var(--558c4c);
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
transform-origin: var(--radix-popover-content-transform-origin);
|
|
24
24
|
will-change: transform, opacity;
|
|
25
25
|
}
|
|
26
|
-
.
|
|
27
|
-
-webkit-animation-name:
|
|
28
|
-
animation-name:
|
|
26
|
+
._content_1d1nw_2[data-state='open'] {
|
|
27
|
+
-webkit-animation-name: _appear_1d1nw_1;
|
|
28
|
+
animation-name: _appear_1d1nw_1;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
31
|
-
-webkit-animation-name:
|
|
32
|
-
animation-name:
|
|
30
|
+
._content_1d1nw_2[data-state='closed'] {
|
|
31
|
+
-webkit-animation-name: _disappear_1d1nw_1;
|
|
32
|
+
animation-name: _disappear_1d1nw_1;
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
._header_1d1nw_23 {
|
|
35
35
|
display: -webkit-box;
|
|
36
36
|
display: -ms-flexbox;
|
|
37
37
|
display: flex;
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
-ms-flex-align: start;
|
|
47
47
|
align-items: flex-start;
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
._close_1d1nw_29 {
|
|
50
50
|
background: none;
|
|
51
51
|
border: none;
|
|
52
52
|
border-radius: var(--5e8be4);
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
margin: 0;
|
|
55
55
|
cursor: pointer;
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
._close_1d1nw_29:focus-visible {
|
|
58
58
|
outline-style: solid;
|
|
59
59
|
outline-color: var(--603ec6);
|
|
60
60
|
outline-width: var(--99d31f);
|
|
61
61
|
outline-offset: var(--c0b12c);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
._footer_1d1nw_43 {
|
|
64
64
|
display: -webkit-box;
|
|
65
65
|
display: -ms-flexbox;
|
|
66
66
|
display: flex;
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
-ms-flex-align: center;
|
|
73
73
|
align-items: center;
|
|
74
74
|
}
|
|
75
|
-
.
|
|
75
|
+
._arrow_1d1nw_49 {
|
|
76
76
|
fill: var(--79dffb);
|
|
77
77
|
}
|
|
78
|
-
@-webkit-keyframes
|
|
78
|
+
@-webkit-keyframes _appear_1d1nw_1 {
|
|
79
79
|
from {
|
|
80
80
|
opacity: 0;
|
|
81
81
|
-webkit-transform: scale(0);
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
transform: scale(1);
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
@keyframes
|
|
90
|
+
@keyframes _appear_1d1nw_1 {
|
|
91
91
|
from {
|
|
92
92
|
opacity: 0;
|
|
93
93
|
-webkit-transform: scale(0);
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
transform: scale(1);
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
@-webkit-keyframes
|
|
102
|
+
@-webkit-keyframes _disappear_1d1nw_1 {
|
|
103
103
|
from {
|
|
104
104
|
opacity: 1;
|
|
105
105
|
-webkit-transform: scale(1);
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
transform: scale(0);
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
@keyframes
|
|
114
|
+
@keyframes _disappear_1d1nw_1 {
|
|
115
115
|
from {
|
|
116
116
|
opacity: 1;
|
|
117
117
|
-webkit-transform: scale(1);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @
|
|
2
|
-
.
|
|
1
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @Thu Apr 03 2025 10:09:33 GMT+0000 (Coordinated Universal Time) */
|
|
2
|
+
._counter_i4yv4_2 {
|
|
3
3
|
-webkit-box-flex: 1;
|
|
4
4
|
-ms-flex: 1;
|
|
5
5
|
flex: 1;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @
|
|
2
|
-
.
|
|
1
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @Thu Apr 03 2025 10:09:33 GMT+0000 (Coordinated Universal Time) */
|
|
2
|
+
._PreplyLogo_87zyu_2 {
|
|
3
3
|
display: inline-block;
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
._PreplyLogo_87zyu_2 svg {
|
|
6
6
|
display: block;
|
|
7
7
|
}
|
|
8
|
-
.
|
|
9
|
-
.
|
|
10
|
-
.
|
|
8
|
+
._PreplyLogo_87zyu_2 [data-name='preply'] path,
|
|
9
|
+
._PreplyLogo_87zyu_2 [data-name='business'] path,
|
|
10
|
+
._PreplyLogo_87zyu_2 [data-name='logomark'] {
|
|
11
11
|
fill: var(--95b129);
|
|
12
12
|
}
|
|
13
|
-
._PreplyLogo--
|
|
14
|
-
._PreplyLogo--
|
|
15
|
-
._PreplyLogo--
|
|
13
|
+
._PreplyLogo--inverted_87zyu_13 [data-name='preply'] path,
|
|
14
|
+
._PreplyLogo--inverted_87zyu_13 [data-name='business'] path,
|
|
15
|
+
._PreplyLogo--inverted_87zyu_13 [data-name='logomark'] {
|
|
16
16
|
fill: var(--e6a034);
|
|
17
17
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @
|
|
2
|
-
.
|
|
1
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @Thu Apr 03 2025 10:09:33 GMT+0000 (Coordinated Universal Time) */
|
|
2
|
+
._ProgressBar_18vjl_2 {
|
|
3
3
|
display: block;
|
|
4
4
|
height: var(--c484d1);
|
|
5
5
|
position: relative;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
-webkit-box-sizing: border-box;
|
|
8
8
|
box-sizing: border-box;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
._ProgressBar_18vjl_2::before {
|
|
11
11
|
content: '';
|
|
12
12
|
position: absolute;
|
|
13
13
|
top: 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @
|
|
2
|
-
.
|
|
1
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @Thu Apr 03 2025 10:09:33 GMT+0000 (Coordinated Universal Time) */
|
|
2
|
+
._ProgressSteps_242po_2 {
|
|
3
3
|
display: -webkit-box;
|
|
4
4
|
display: -ms-flexbox;
|
|
5
5
|
display: flex;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
-ms-flex-wrap: wrap;
|
|
8
8
|
flex-wrap: wrap;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
._ProgressSteps_242po_2 > ._step_242po_7 {
|
|
11
11
|
position: relative;
|
|
12
12
|
-webkit-box-sizing: border-box;
|
|
13
13
|
box-sizing: border-box;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
border-color: var(--11d206);
|
|
18
18
|
border-width: var(--26b8e3);
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
._ProgressSteps_242po_2 > ._step_242po_7::after {
|
|
21
21
|
position: absolute;
|
|
22
22
|
content: '';
|
|
23
23
|
top: 0;
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
transform: scaleX(0);
|
|
31
31
|
background-color: var(--11d206);
|
|
32
32
|
}
|
|
33
|
-
.
|
|
34
|
-
.
|
|
33
|
+
._ProgressSteps_242po_2 > ._step_242po_7[aria-current='step']::after,
|
|
34
|
+
._ProgressSteps_242po_2 > ._step_242po_7[aria-current='step'] + ._step_242po_7[data-active='false']::after {
|
|
35
35
|
-webkit-transition: -webkit-transform 0.1s ease;
|
|
36
36
|
transition: -webkit-transform 0.1s ease;
|
|
37
37
|
transition: transform 0.1s ease;
|
|
38
38
|
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
._ProgressSteps_242po_2 > ._step_242po_7[data-active='true']::after {
|
|
41
41
|
-webkit-transform: scaleX(1);
|
|
42
42
|
transform: scaleX(1);
|
|
43
43
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @
|
|
2
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/hover/web-core-hover-less.ts @
|
|
3
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @
|
|
4
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @
|
|
5
|
-
._SelectFieldLayout--
|
|
1
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @Thu Apr 03 2025 10:09:33 GMT+0000 (Coordinated Universal Time) */
|
|
2
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/hover/web-core-hover-less.ts @Thu Apr 03 2025 10:09:36 GMT+0000 (Coordinated Universal Time) */
|
|
3
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @Thu Apr 03 2025 10:09:32 GMT+0000 (Coordinated Universal Time) */
|
|
4
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @Thu Apr 03 2025 10:09:36 GMT+0000 (Coordinated Universal Time) */
|
|
5
|
+
._SelectFieldLayout--input_1f2yq_5 {
|
|
6
6
|
position: relative;
|
|
7
7
|
background-color: var(--302ecf);
|
|
8
8
|
border-style: solid;
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
border-radius: var(--c4b051);
|
|
14
14
|
}
|
|
15
15
|
@media (hover: hover) and (pointer: fine) {
|
|
16
|
-
._SelectFieldLayout--
|
|
16
|
+
._SelectFieldLayout--input_1f2yq_5:hover {
|
|
17
17
|
border-color: var(--0bd642);
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
._SelectFieldLayout--
|
|
20
|
+
._SelectFieldLayout--input_1f2yq_5 select {
|
|
21
21
|
-webkit-appearance: none;
|
|
22
22
|
-moz-appearance: none;
|
|
23
23
|
appearance: none;
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
padding-right: calc(var(--1ba55a) + (var(--7c1b1c) + var(--1ba55a)));
|
|
38
38
|
padding-right: calc(var(--1ba55a) + calc(var(--7c1b1c) + var(--1ba55a)));
|
|
39
39
|
}
|
|
40
|
-
._SelectFieldLayout--
|
|
40
|
+
._SelectFieldLayout--icon_1f2yq_37 {
|
|
41
41
|
position: absolute;
|
|
42
42
|
top: calc(var(--d9baa3) + var(--1ba55a));
|
|
43
43
|
left: calc(var(--477fda) - var(--d9baa3));
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
font-size: 0;
|
|
46
46
|
pointer-events: none;
|
|
47
47
|
}
|
|
48
|
-
._SelectFieldLayout--
|
|
48
|
+
._SelectFieldLayout--icon_1f2yq_37 svg {
|
|
49
49
|
color: var(--cbc724);
|
|
50
50
|
}
|
|
51
|
-
._SelectFieldLayout--dropdown-
|
|
51
|
+
._SelectFieldLayout--dropdown-indicator_1f2yq_48 {
|
|
52
52
|
position: absolute;
|
|
53
53
|
top: calc(var(--d9baa3) + var(--1ba55a));
|
|
54
54
|
right: var(--1ba55a);
|
|
@@ -56,30 +56,30 @@
|
|
|
56
56
|
font-size: 0;
|
|
57
57
|
pointer-events: none;
|
|
58
58
|
}
|
|
59
|
-
._SelectFieldLayout--dropdown-
|
|
59
|
+
._SelectFieldLayout--dropdown-indicator_1f2yq_48 svg {
|
|
60
60
|
color: var(--cbc724);
|
|
61
61
|
}
|
|
62
|
-
._SelectFieldLayout--has-
|
|
62
|
+
._SelectFieldLayout--has-value_1f2yq_59 ._SelectFieldLayout--input_1f2yq_5 select {
|
|
63
63
|
color: var(--41d493);
|
|
64
64
|
}
|
|
65
|
-
._SelectFieldLayout--has-
|
|
65
|
+
._SelectFieldLayout--has-icon_1f2yq_62 ._SelectFieldLayout--input_1f2yq_5 select {
|
|
66
66
|
padding-left: calc((var(--477fda) - var(--d9baa3)) + var(--7c1b1c) + var(--1ba55a));
|
|
67
67
|
padding-left: calc(calc(var(--477fda) - var(--d9baa3)) + var(--7c1b1c) + var(--1ba55a));
|
|
68
68
|
}
|
|
69
|
-
._SelectFieldLayout--has-
|
|
69
|
+
._SelectFieldLayout--has-error_1f2yq_65 ._SelectFieldLayout--input_1f2yq_5 {
|
|
70
70
|
background-color: var(--95df5b);
|
|
71
71
|
border-color: var(--eaf4a3);
|
|
72
72
|
}
|
|
73
|
-
._SelectFieldLayout--has-
|
|
73
|
+
._SelectFieldLayout--has-error_1f2yq_65 ._SelectFieldLayout--input_1f2yq_5 input {
|
|
74
74
|
color: var(--7b0f41);
|
|
75
75
|
}
|
|
76
|
-
._SelectFieldLayout--has-
|
|
76
|
+
._SelectFieldLayout--has-error_1f2yq_65 ._SelectFieldLayout--icon_1f2yq_37 svg {
|
|
77
77
|
color: var(--7b0f41);
|
|
78
78
|
}
|
|
79
|
-
._SelectFieldLayout--is-
|
|
79
|
+
._SelectFieldLayout--is-focused_1f2yq_75 ._SelectFieldLayout--input_1f2yq_5 {
|
|
80
80
|
border-color: var(--398094);
|
|
81
81
|
}
|
|
82
|
-
._SelectFieldLayout--is-
|
|
82
|
+
._SelectFieldLayout--is-disabled_1f2yq_78 ._SelectFieldLayout--input_1f2yq_5 {
|
|
83
83
|
background-color: var(--04daeb);
|
|
84
84
|
border-color: transparent;
|
|
85
85
|
}
|