lau-ecom-design-system 1.0.19 → 1.0.21
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/README.md +49 -0
- package/dist/316236bc7a52233c.png +0 -0
- package/dist/lau-ecom-design-system.esm.css +8 -1
- package/dist/lau-ecom-design-system.esm.js +1657 -682
- package/dist/lau-ecom-design-system.min.css +8 -1
- package/dist/lau-ecom-design-system.min.js +1 -1
- package/dist/lau-ecom-design-system.ssr.css +8 -1
- package/dist/lau-ecom-design-system.ssr.js +1406 -470
- package/dist/style.css +290 -69
- package/package.json +81 -80
- package/src/components/LauEcomBannerCookies/LauEcomBannerCookies.vue +178 -168
- package/src/components/LauEcomBannerCookies/LauEcomBannerCookiesConfig.vue +160 -159
- package/src/components/LauEcomBannerCookies/LauEcomBannerCookiesConfigAccordion.vue +80 -76
- package/src/components/LauEcomButton/LauEcomButton.vue +137 -137
- package/src/components/LauEcomCheckbox/LauEcomCheckbox.vue +143 -143
- package/src/components/LauEcomDisclamer/LauEcomDisclamer.vue +79 -79
- package/src/components/LauEcomDropdown/LauEcomDropdown.vue +208 -203
- package/src/components/LauEcomFooter/LauEcomFooter.vue +24 -73
- package/src/components/LauEcomFooter/LauEcomSubFooter.vue +5 -31
- package/src/components/LauEcomFooter/LauEcomSubFooterCategory.vue +9 -48
- package/src/components/LauEcomIcon/LauEcomCoreIconBook.vue +26 -26
- package/src/components/LauEcomIcon/LauEcomCoreIconFileCode.vue +28 -28
- package/src/components/LauEcomIcon/LauEcomUpcIconArrowDown.vue +0 -7
- package/src/components/LauEcomIcon/LauEcomUpcIconCertificate.vue +28 -28
- package/src/components/LauEcomIcon/LauEcomUpcIconCheck.vue +26 -26
- package/src/components/LauEcomIcon/LauEcomUpcIconCheckCircle.vue +28 -28
- package/src/components/LauEcomIcon/LauEcomUpcIconCreditCard.vue +28 -28
- package/src/components/LauEcomIcon/LauEcomUpcIconExclamationCircle.vue +28 -28
- package/src/components/LauEcomIcon/LauEcomUpcIconExclamationTriangle.vue +28 -28
- package/src/components/LauEcomIcon/LauEcomUpcIconInfoCircle.vue +26 -26
- package/src/components/LauEcomIcon/LauEcomUpcIconNavArrow.vue +26 -26
- package/src/components/LauEcomIcon/LauEcomUpcIconNavBack.vue +25 -0
- package/src/components/LauEcomIcon/LauEcomUpcIconNavCheckmark.vue +26 -26
- package/src/components/LauEcomInput/LauEcomInput.vue +207 -207
- package/src/components/LauEcomInput2/LauEcomInput2.vue +207 -0
- package/src/components/LauEcomInputSearch/LauEcomInputSearch.vue +244 -0
- package/src/components/LauEcomLoaderPage/LauEcomLoaderPage.vue +16 -16
- package/src/components/LauEcomPaginator/LauEcomPaginator.vue +57 -0
- package/src/components/LauEcomPaginator/LauEcomPaginatorButton.vue +68 -0
- package/src/components/LauEcomRadioButton/LauEcomRadioButton.vue +103 -103
- package/src/components/LauEcomRtb/LauEcomRtb.vue +71 -71
- package/src/components/LauEcomStepbar/LauEcomStepbar.vue +43 -43
- package/src/components/LauEcomStepbar/LauEcomStepbarItem.vue +128 -128
- package/src/components/LauEcomSwitch/LauEcomSwitch.vue +110 -108
- package/src/components/LauEcomTab/LauEcomTab.vue +82 -82
- package/src/components/LauEcomTag/LauEcomTag.vue +56 -0
- package/src/components/LauEcomTextButton/LauEcomTextButton.vue +71 -71
- package/src/components/LauEcomTyPage/LauEcomSummary.vue +14 -0
- package/src/components/LauEcomTyPage/LauEcomSummaryItem.vue +22 -0
- package/src/components/LauEcomTyPage/LauEcomTyPage.vue +149 -0
package/package.json
CHANGED
@@ -1,80 +1,81 @@
|
|
1
|
-
{
|
2
|
-
"name": "lau-ecom-design-system",
|
3
|
-
"private": false,
|
4
|
-
"version": "1.0.
|
5
|
-
"sourceType": "module",
|
6
|
-
"sideEffects": false,
|
7
|
-
"main": "dist/lau-ecom-design-system.ssr.js",
|
8
|
-
"module": "dist/lau-ecom-design-system.esm.js",
|
9
|
-
"browser": "dist/lau-ecom-design-system.esm.js",
|
10
|
-
"unpkg": "dist/pe-lau-ecom-design-system.min.js",
|
11
|
-
"files": [
|
12
|
-
"dist/*",
|
13
|
-
"dist/types/",
|
14
|
-
"src/**/*.vue",
|
15
|
-
"src/**/*.otf",
|
16
|
-
"src/**/*.ttf",
|
17
|
-
"src/enums/*.ts"
|
18
|
-
],
|
19
|
-
"scripts": {
|
20
|
-
"dev": "vite",
|
21
|
-
"build": "rollup --bundleConfigAsCjs --config ./rollup.config.js && npm run start ",
|
22
|
-
"build:ssr": "rollup --config ./rollup.config.js --format cjs",
|
23
|
-
"build:es": "rollup --config ./rollup.config.js --format es",
|
24
|
-
"build:unpkg": "rollup --config ./rollup.config.js --format iife",
|
25
|
-
"start": "npx tailwindcss -i ./src/main.css -o ./dist/style.css",
|
26
|
-
"preview": "vite preview",
|
27
|
-
"storybook": "storybook dev -p 6006",
|
28
|
-
"build-storybook": "storybook build",
|
29
|
-
"prepare": "husky"
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
"@babel/
|
37
|
-
"@babel/preset-
|
38
|
-
"@
|
39
|
-
"@
|
40
|
-
"@
|
41
|
-
"@rollup/plugin-
|
42
|
-
"@rollup/plugin-
|
43
|
-
"@rollup/plugin-
|
44
|
-
"@rollup/plugin-
|
45
|
-
"@rollup/plugin-
|
46
|
-
"@rollup/plugin-
|
47
|
-
"@
|
48
|
-
"@storybook/addon-
|
49
|
-
"@storybook/addon-
|
50
|
-
"@storybook/addon-
|
51
|
-
"@storybook/addon-
|
52
|
-
"@storybook/
|
53
|
-
"@storybook/
|
54
|
-
"@storybook/
|
55
|
-
"@storybook/vue3
|
56
|
-
"@
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
60
|
-
"eslint
|
61
|
-
"eslint-
|
62
|
-
"eslint-plugin-
|
63
|
-
"
|
64
|
-
"
|
65
|
-
"
|
66
|
-
"
|
67
|
-
"
|
68
|
-
"
|
69
|
-
"
|
70
|
-
"
|
71
|
-
"rollup-plugin-
|
72
|
-
"rollup-plugin-
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"typescript
|
77
|
-
"
|
78
|
-
"
|
79
|
-
|
80
|
-
}
|
1
|
+
{
|
2
|
+
"name": "lau-ecom-design-system",
|
3
|
+
"private": false,
|
4
|
+
"version": "1.0.21",
|
5
|
+
"sourceType": "module",
|
6
|
+
"sideEffects": false,
|
7
|
+
"main": "dist/lau-ecom-design-system.ssr.js",
|
8
|
+
"module": "dist/lau-ecom-design-system.esm.js",
|
9
|
+
"browser": "dist/lau-ecom-design-system.esm.js",
|
10
|
+
"unpkg": "dist/pe-lau-ecom-design-system.min.js",
|
11
|
+
"files": [
|
12
|
+
"dist/*",
|
13
|
+
"dist/types/",
|
14
|
+
"src/**/*.vue",
|
15
|
+
"src/**/*.otf",
|
16
|
+
"src/**/*.ttf",
|
17
|
+
"src/enums/*.ts"
|
18
|
+
],
|
19
|
+
"scripts": {
|
20
|
+
"dev": "vite",
|
21
|
+
"build": "rollup --bundleConfigAsCjs --config ./rollup.config.js && npm run start ",
|
22
|
+
"build:ssr": "rollup --config ./rollup.config.js --format cjs",
|
23
|
+
"build:es": "rollup --config ./rollup.config.js --format es",
|
24
|
+
"build:unpkg": "rollup --config ./rollup.config.js --format iife",
|
25
|
+
"start": "npx tailwindcss -i ./src/main.css -o ./dist/style.css",
|
26
|
+
"preview": "vite preview",
|
27
|
+
"storybook": "storybook dev -p 6006",
|
28
|
+
"build-storybook": "storybook build",
|
29
|
+
"prepare": "husky",
|
30
|
+
"watch": "rollup -c -w"
|
31
|
+
},
|
32
|
+
"dependencies": {
|
33
|
+
"vue": "^3.5.12"
|
34
|
+
},
|
35
|
+
"devDependencies": {
|
36
|
+
"@babel/core": "^7.25.9",
|
37
|
+
"@babel/preset-env": "^7.25.9",
|
38
|
+
"@babel/preset-typescript": "^7.25.9",
|
39
|
+
"@chromatic-com/storybook": "1.9.0",
|
40
|
+
"@eslint/js": "^9.13.0",
|
41
|
+
"@rollup/plugin-alias": "^5.1.1",
|
42
|
+
"@rollup/plugin-babel": "^6.0.4",
|
43
|
+
"@rollup/plugin-commonjs": "^28.0.1",
|
44
|
+
"@rollup/plugin-node-resolve": "^15.3.0",
|
45
|
+
"@rollup/plugin-replace": "^6.0.1",
|
46
|
+
"@rollup/plugin-typescript": "^12.1.1",
|
47
|
+
"@rollup/plugin-url": "^8.0.2",
|
48
|
+
"@storybook/addon-essentials": "8.3.6",
|
49
|
+
"@storybook/addon-interactions": "8.3.6",
|
50
|
+
"@storybook/addon-links": "8.3.6",
|
51
|
+
"@storybook/addon-onboarding": "8.3.6",
|
52
|
+
"@storybook/addon-styling-webpack": "1.0.0",
|
53
|
+
"@storybook/blocks": "8.3.6",
|
54
|
+
"@storybook/test": "8.3.6",
|
55
|
+
"@storybook/vue3": "8.3.6",
|
56
|
+
"@storybook/vue3-vite": "8.3.6",
|
57
|
+
"@vitejs/plugin-vue": "^5.1.4",
|
58
|
+
"autoprefixer": "^10.4.20",
|
59
|
+
"cssnano": "^7.0.6",
|
60
|
+
"eslint": "^8.45.0",
|
61
|
+
"eslint-config-prettier": "^9.1.0",
|
62
|
+
"eslint-plugin-prettier": "^5.2.1",
|
63
|
+
"eslint-plugin-vue": "^9.15.1",
|
64
|
+
"globals": "^15.11.0",
|
65
|
+
"husky": "^9.1.6",
|
66
|
+
"lint-staged": "^15.2.10",
|
67
|
+
"minimist": "^1.2.8",
|
68
|
+
"postcss": "^8.4.47",
|
69
|
+
"prettier": "^3.3.3",
|
70
|
+
"pretty-quick": "^4.0.0",
|
71
|
+
"rollup-plugin-postcss": "^4.0.2",
|
72
|
+
"rollup-plugin-terser": "^7.0.2",
|
73
|
+
"rollup-plugin-vue": "^6.0.0",
|
74
|
+
"storybook": "8.3.6",
|
75
|
+
"tailwindcss": "^3.4.14",
|
76
|
+
"typescript": "~5.6.2",
|
77
|
+
"typescript-eslint": "^8.11.0",
|
78
|
+
"vite": "^5.4.9",
|
79
|
+
"vue-tsc": "^2.1.6"
|
80
|
+
}
|
81
|
+
}
|
@@ -1,168 +1,178 @@
|
|
1
|
-
<script lang="ts" setup>
|
2
|
-
import { onBeforeMount, ref } from "vue";
|
3
|
-
import LauEcomButton from "../LauEcomButton/LauEcomButton.vue";
|
4
|
-
import LauEcomTextButton from "../LauEcomTextButton/LauEcomTextButton.vue";
|
5
|
-
import { getCookie, acceptAllCookies } from "../../utils/Cookies";
|
6
|
-
import LauEcomBannerCookiesConfig from "./LauEcomBannerCookiesConfig.vue";
|
7
|
-
import { CategoryCookie } from "./types";
|
8
|
-
import { COOKIE_CONSENT, CookieItemKey } from "../../utils";
|
9
|
-
|
10
|
-
interface Props {
|
11
|
-
isVisible?: boolean;
|
12
|
-
categoryCookies?: CategoryCookie[] | null;
|
13
|
-
}
|
14
|
-
|
15
|
-
const props = withDefaults(defineProps<Props>(), {
|
16
|
-
isVisible: true,
|
17
|
-
categoryCookies: () => {
|
18
|
-
return [
|
19
|
-
{
|
20
|
-
title: "Esenciales",
|
21
|
-
description:
|
22
|
-
"Este sitio web utiliza cookies gracias a esto podemos personalizar los ingresos a la web en futuras visitas y brindarte una mejor experiencia.",
|
23
|
-
isChecked: false,
|
24
|
-
isDisabled: false,
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
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
|
-
emit("
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
emit("
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
isBannerVisible.value = false;
|
90
|
-
};
|
91
|
-
|
92
|
-
const
|
93
|
-
emit("
|
94
|
-
|
95
|
-
};
|
96
|
-
|
97
|
-
const
|
98
|
-
|
99
|
-
|
100
|
-
};
|
101
|
-
|
102
|
-
const
|
103
|
-
emit("
|
104
|
-
closeCookiesBanner();
|
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
|
-
dsEcom-
|
156
|
-
mobiles:dsEcom-
|
157
|
-
}
|
158
|
-
|
159
|
-
.lau-ecom-
|
160
|
-
@apply dsEcom-text-neutral-
|
161
|
-
}
|
162
|
-
|
163
|
-
.lau-ecom-
|
164
|
-
@apply dsEcom-
|
165
|
-
dsEcom-
|
166
|
-
mobiles:dsEcom-
|
167
|
-
}
|
168
|
-
|
1
|
+
<script lang="ts" setup>
|
2
|
+
import { onBeforeMount, onMounted, ref } from "vue";
|
3
|
+
import LauEcomButton from "../LauEcomButton/LauEcomButton.vue";
|
4
|
+
import LauEcomTextButton from "../LauEcomTextButton/LauEcomTextButton.vue";
|
5
|
+
import { getCookie, acceptAllCookies } from "../../utils/Cookies";
|
6
|
+
import LauEcomBannerCookiesConfig from "./LauEcomBannerCookiesConfig.vue";
|
7
|
+
import { CategoryCookie } from "./types";
|
8
|
+
import { COOKIE_CONSENT, CookieItemKey } from "../../utils";
|
9
|
+
|
10
|
+
interface Props {
|
11
|
+
isVisible?: boolean;
|
12
|
+
categoryCookies?: CategoryCookie[] | null;
|
13
|
+
}
|
14
|
+
|
15
|
+
const props = withDefaults(defineProps<Props>(), {
|
16
|
+
isVisible: true,
|
17
|
+
categoryCookies: () => {
|
18
|
+
return [
|
19
|
+
{
|
20
|
+
title: "Esenciales",
|
21
|
+
description:
|
22
|
+
"Este sitio web utiliza cookies gracias a esto podemos personalizar los ingresos a la web en futuras visitas y brindarte una mejor experiencia.",
|
23
|
+
isChecked: false,
|
24
|
+
isDisabled: false,
|
25
|
+
onToggle: (value: boolean) => {
|
26
|
+
console.log("firstSwitch: " + value);
|
27
|
+
},
|
28
|
+
},
|
29
|
+
{
|
30
|
+
title: "Preferencias",
|
31
|
+
description:
|
32
|
+
"Este sitio web utiliza cookies gracias a esto podemos personalizar los ingresos a la web en futuras visitas y brindarte una mejor experiencia.",
|
33
|
+
isChecked: false,
|
34
|
+
isDisabled: false,
|
35
|
+
onToggle: () => {},
|
36
|
+
},
|
37
|
+
{
|
38
|
+
id: CookieItemKey.statistics,
|
39
|
+
title: "Estadisticas",
|
40
|
+
description:
|
41
|
+
"Este sitio web utiliza cookies gracias a esto podemos personalizar los ingresos a la web en futuras visitas y brindarte una mejor experiencia.",
|
42
|
+
isChecked: true,
|
43
|
+
isDisabled: false,
|
44
|
+
onToggle: () => {},
|
45
|
+
},
|
46
|
+
{
|
47
|
+
id: CookieItemKey.marketing,
|
48
|
+
title: "Marketing",
|
49
|
+
description:
|
50
|
+
"Este sitio web utiliza cookies gracias a esto podemos personalizar los ingresos a la web en futuras visitas y brindarte una mejor experiencia.",
|
51
|
+
isChecked: true,
|
52
|
+
isDisabled: false,
|
53
|
+
onToggle: () => {},
|
54
|
+
},
|
55
|
+
];
|
56
|
+
},
|
57
|
+
});
|
58
|
+
|
59
|
+
const isConfigOpen = ref(false);
|
60
|
+
const isBannerVisible = ref(props.isVisible);
|
61
|
+
|
62
|
+
const emit = defineEmits([
|
63
|
+
"onConfigCookies",
|
64
|
+
"onDisplayBanner",
|
65
|
+
"onAccept",
|
66
|
+
"onAcceptAll",
|
67
|
+
"onReject",
|
68
|
+
"onAcceptSelected",
|
69
|
+
"onClose",
|
70
|
+
]);
|
71
|
+
|
72
|
+
onBeforeMount(() => {
|
73
|
+
const cookieConsent = getCookie(COOKIE_CONSENT);
|
74
|
+
if (cookieConsent) isBannerVisible.value = false;
|
75
|
+
});
|
76
|
+
|
77
|
+
onMounted(() => {
|
78
|
+
emit("onDisplayBanner");
|
79
|
+
});
|
80
|
+
|
81
|
+
const handleConfigCookies = () => {
|
82
|
+
isConfigOpen.value = !isConfigOpen.value;
|
83
|
+
emit("onConfigCookies");
|
84
|
+
};
|
85
|
+
|
86
|
+
const handleAccept = () => {
|
87
|
+
acceptAllCookies();
|
88
|
+
emit("onAccept");
|
89
|
+
isBannerVisible.value = false;
|
90
|
+
};
|
91
|
+
|
92
|
+
const handleConfigClose = () => {
|
93
|
+
emit("onClose");
|
94
|
+
isConfigOpen.value = false;
|
95
|
+
};
|
96
|
+
|
97
|
+
const closeCookiesBanner = () => {
|
98
|
+
isConfigOpen.value = false;
|
99
|
+
isBannerVisible.value = false;
|
100
|
+
};
|
101
|
+
|
102
|
+
const handleReject = () => {
|
103
|
+
emit("onReject");
|
104
|
+
closeCookiesBanner();
|
105
|
+
};
|
106
|
+
|
107
|
+
const handleAcceptSelected = () => {
|
108
|
+
emit("onAcceptSelected");
|
109
|
+
closeCookiesBanner();
|
110
|
+
};
|
111
|
+
|
112
|
+
const handleAcceptAll = () => {
|
113
|
+
emit("onAcceptAll");
|
114
|
+
closeCookiesBanner();
|
115
|
+
};
|
116
|
+
</script>
|
117
|
+
|
118
|
+
<template>
|
119
|
+
<div v-if="isBannerVisible">
|
120
|
+
<div v-if="!isConfigOpen" class="lau-ecom-cookies lau-ecom-cookies--upc">
|
121
|
+
<p class="lau-ecom-text lau-ecom-text--upc core-font-body-reg-04-16px">
|
122
|
+
Este sitio web utiliza cookies gracias a esto podemos personalizar los
|
123
|
+
ingresos a la web en futuras visitas y brindarte una mejor experiencia
|
124
|
+
dentro de nuestro sitio.
|
125
|
+
<a class="core-font-link-02-16px dsEcom-text-link-60">Conoce más</a>
|
126
|
+
</p>
|
127
|
+
<div class="lau-ecom-buttons">
|
128
|
+
<LauEcomTextButton @on-click="handleConfigCookies">
|
129
|
+
Configurar cookies
|
130
|
+
</LauEcomTextButton>
|
131
|
+
<LauEcomButton @on-click="handleAccept"> Aceptar </LauEcomButton>
|
132
|
+
</div>
|
133
|
+
</div>
|
134
|
+
<LauEcomBannerCookiesConfig
|
135
|
+
v-else
|
136
|
+
:category-cookies="categoryCookies"
|
137
|
+
@on-accept-all="handleAcceptAll"
|
138
|
+
@on-reject="handleReject"
|
139
|
+
@on-accept-selected="handleAcceptSelected"
|
140
|
+
@on-close="handleConfigClose"
|
141
|
+
/>
|
142
|
+
</div>
|
143
|
+
</template>
|
144
|
+
|
145
|
+
<style scoped>
|
146
|
+
.lau-ecom-cookies {
|
147
|
+
@apply dsEcom-w-full
|
148
|
+
dsEcom-py-[32px]
|
149
|
+
dsEcom-px-[64px]
|
150
|
+
dsEcom-flex
|
151
|
+
dsEcom-justify-between
|
152
|
+
dsEcom-items-center
|
153
|
+
dsEcom-gap-20
|
154
|
+
dsEcom-shadow-upc-shadow-prominent
|
155
|
+
mobiles:dsEcom-flex-col
|
156
|
+
mobiles:dsEcom-px-[24px];
|
157
|
+
}
|
158
|
+
|
159
|
+
.lau-ecom-cookies--upc {
|
160
|
+
@apply dsEcom-text-neutral-20;
|
161
|
+
}
|
162
|
+
|
163
|
+
.lau-ecom-text {
|
164
|
+
@apply dsEcom-block
|
165
|
+
dsEcom-w-[883px]
|
166
|
+
mobiles:dsEcom-w-full;
|
167
|
+
}
|
168
|
+
|
169
|
+
.lau-ecom-text--upc {
|
170
|
+
@apply dsEcom-text-neutral-90;
|
171
|
+
}
|
172
|
+
|
173
|
+
.lau-ecom-buttons {
|
174
|
+
@apply dsEcom-flex
|
175
|
+
dsEcom-gap-8
|
176
|
+
mobiles:dsEcom-self-end;
|
177
|
+
}
|
178
|
+
</style>
|