ublo-lib 1.24.1 → 1.24.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/es/common/components/gesco-contact-form/gesco-contact-form.d.ts.map +1 -1
- package/es/common/components/gesco-contact-form/gesco-contact-form.js +18 -6
- package/es/common/components/gesco-contact-form/gesco-contact-form.module.css +8 -5
- package/es/common/components/gesco-contact-form/phone-code-select.d.ts +1 -2
- package/es/common/components/gesco-contact-form/phone-code-select.d.ts.map +1 -1
- package/es/common/components/gesco-contact-form/phone-code-select.js +32 -19
- package/es/common/components/gesco-contact-form/phone-code-select.module.css +5 -0
- package/es/common/components/gesco-contact-form/services/messages.js +2 -2
- package/es/common/components/gesco-contact-form/services/plausible.js +2 -1
- package/es/common/components/gesco-contact-form/types.d.ts +1 -0
- package/es/common/components/gesco-contact-form/types.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gesco-contact-form.d.ts","sourceRoot":"","sources":["../../../../src/common/components/gesco-contact-form/gesco-contact-form.tsx"],"names":[],"mappings":"AAgBA,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAC5B,IAAI,CAAC,EACD,0CAA0C,GAC1C,sDAAsD,GACtD,8CAA8C,CAAC;IAEnD,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,IAAI,CAAC;IACjC,iBAAiB,CAAC,EAAE;QAClB,EAAE,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QAC5B,EAAE,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KAC7B,CAAC;CACH,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,IAAW,EACX,OAAe,EACf,MAAM,EACN,QAAQ,EACR,UAAU,EACV,KAAgB,EAChB,IAAiD,EACjD,QAAQ,EACR,iBAAsB,GACvB,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"gesco-contact-form.d.ts","sourceRoot":"","sources":["../../../../src/common/components/gesco-contact-form/gesco-contact-form.tsx"],"names":[],"mappings":"AAgBA,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAC5B,IAAI,CAAC,EACD,0CAA0C,GAC1C,sDAAsD,GACtD,8CAA8C,CAAC;IAEnD,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,IAAI,CAAC;IACjC,iBAAiB,CAAC,EAAE;QAClB,EAAE,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QAC5B,EAAE,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KAC7B,CAAC;CACH,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,IAAW,EACX,OAAe,EACf,MAAM,EACN,QAAQ,EACR,UAAU,EACV,KAAgB,EAChB,IAAiD,EACjD,QAAQ,EACR,iBAAsB,GACvB,EAAE,KAAK,2CA4PP"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import Select, { formatOptions } from "dt-design-system/es/select";
|
|
4
4
|
import Input from "dt-design-system/es/input";
|
|
@@ -24,15 +24,23 @@ export default function GescoContactForm({ lang = "fr", channel = "ESF", resort,
|
|
|
24
24
|
host,
|
|
25
25
|
});
|
|
26
26
|
const [submiting, setSubmiting] = React.useState(false);
|
|
27
|
+
const [stayNeeded, setStayNeeded] = React.useState(false);
|
|
28
|
+
const [stayMin, setStayMin] = React.useState();
|
|
27
29
|
const [stayToMin, setStayToMin] = React.useState();
|
|
28
30
|
const [stayFromMax, setStayFromMax] = React.useState();
|
|
29
31
|
const [sendSuccess, setSendSuccess] = React.useState(false);
|
|
30
32
|
const [sendError, setSendError] = React.useState(false);
|
|
31
33
|
const [formKey, setFormKey] = React.useState(0);
|
|
34
|
+
React.useEffect(() => {
|
|
35
|
+
const now = new Date();
|
|
36
|
+
setStayMin(now.toISOString().split("T")[0]);
|
|
37
|
+
}, []);
|
|
32
38
|
const _lang = lang === "fr" ? "fr" : "en";
|
|
33
|
-
const needCategory =
|
|
39
|
+
const needCategory = stayNeeded &&
|
|
40
|
+
params?.categories?.length !== undefined &&
|
|
41
|
+
params?.categories?.length > 1;
|
|
34
42
|
const loading = !error && params === undefined;
|
|
35
|
-
const defaultCategoryValue = params?.categories?.[0]?.code;
|
|
43
|
+
const defaultCategoryValue = stayNeeded && params?.categories?.[0]?.code;
|
|
36
44
|
const messages = Messages.get(_lang, messagesOverrides);
|
|
37
45
|
const subjectOptions = formatOptions("label", "id", params?.subjects);
|
|
38
46
|
const categoryOptions = formatOptions("label", "code", params?.categories);
|
|
@@ -72,6 +80,10 @@ export default function GescoContactForm({ lang = "fr", channel = "ESF", resort,
|
|
|
72
80
|
setSendSuccess(true);
|
|
73
81
|
}, 3000);
|
|
74
82
|
};
|
|
83
|
+
const checkIfStayIsNeeded = (value) => {
|
|
84
|
+
const subject = params?.subjects?.find((s) => String(s.id) === value);
|
|
85
|
+
setStayNeeded(Boolean(subject?.stay));
|
|
86
|
+
};
|
|
75
87
|
const hideSuccess = () => {
|
|
76
88
|
setSendSuccess(false);
|
|
77
89
|
};
|
|
@@ -84,11 +96,11 @@ export default function GescoContactForm({ lang = "fr", channel = "ESF", resort,
|
|
|
84
96
|
const updateStayFromMax = (value) => {
|
|
85
97
|
setStayFromMax(value);
|
|
86
98
|
};
|
|
87
|
-
return (_jsxs("form", { className: styles.form, onSubmit: submitForm, children: [_jsx(Select, { name: "subject", label: messages.subject, className: styles.fullWidthField, placeholder: messages.defaultSubject, options: subjectOptions,
|
|
99
|
+
return (_jsxs("form", { className: styles.form, onSubmit: submitForm, children: [_jsx(Select, { name: "subject", label: messages.subject, className: styles.fullWidthField, placeholder: messages.defaultSubject, options: subjectOptions, disabled: Boolean(error) || loading, onValueChange: checkIfStayIsNeeded, required: true }), _jsx(Input, { name: "firstname", type: "text", icon: "User", label: messages.firstname, pattern: ".{2,}", patternError: Messages.format(messages.lengthError, {
|
|
88
100
|
label: messages.firstname,
|
|
89
101
|
length: "1",
|
|
90
|
-
}), disabled: Boolean(error), required: true }), _jsx(Input, { name: "lastname", type: "text", icon: "User", label: messages.lastname,
|
|
102
|
+
}), disabled: Boolean(error) || loading, required: true }), _jsx(Input, { name: "lastname", type: "text", icon: "User", label: messages.lastname, pattern: ".{2,}", patternError: Messages.format(messages.lengthError, {
|
|
91
103
|
label: messages.lastname,
|
|
92
104
|
length: "1",
|
|
93
|
-
}), disabled: Boolean(error), required: true }), _jsx(Input, { name: "email", type: "email", icon: "Mail", label: messages.email,
|
|
105
|
+
}), disabled: Boolean(error) || loading, required: true }), _jsx(Input, { name: "email", type: "email", icon: "Mail", label: messages.email, pattern: "[^@\\s]+@[^@\\s]+\\.[^@\\s]+", patternError: messages.emailError, disabled: Boolean(error) || loading, required: true }), _jsxs("div", { className: styles.phoneGroup, children: [_jsx(PhoneCodeSelect, { messages: messages, disabled: Boolean(error) || loading }), _jsx(Input, { name: "phone", type: "phone", className: styles.phoneField, label: messages.phone, inputMode: "numeric", pattern: "[0-9 ]{9,15}$", patternError: messages.phoneError, disabled: Boolean(error) || loading, required: true })] }), _jsx(Select, { name: "country", icon: "Globe", label: messages.country, className: styles.fullWidthField, placeholder: messages.defaultCountry, options: countryOptions, disabled: Boolean(error) || loading, required: true }), needCategory && (_jsx(Select, { name: "category", icon: "Plane", label: messages.category, className: styles.fullWidthField, placeholder: messages.defaultCategory, options: categoryOptions, disabled: Boolean(error) || loading, required: true })), stayNeeded && (_jsxs(_Fragment, { children: [_jsx(Input, { name: "stayFrom", className: styles.stayField, type: "date", label: messages.stayFromDate, placeholder: messages.dateFormat, onValueChange: updateStayToMin, hint: stayFromMax, min: stayMin, max: stayFromMax, disabled: Boolean(error) || loading, extended: true, required: true }), _jsx(Input, { name: "stayTo", className: styles.stayField, type: "date", label: messages.stayToDate, placeholder: messages.dateFormat, onValueChange: updateStayFromMax, hint: stayToMin, min: stayToMin || stayMin, disabled: Boolean(error) || loading, extended: true, required: true })] })), _jsx(Textarea, { name: "message", className: styles.fullWidthField, label: messages.message, disabled: Boolean(error) || loading, required: true, autoSizing: true }), _jsx("div", { className: styles.send, children: _jsxs(Button, { type: "submit", disabled: Boolean(error) || loading || submiting, children: [submiting ? _jsx(Loader, { className: styles.loader }) : _jsx(Icons.Plane, {}), messages.submit] }) }), sendSuccess && (_jsx(Information, { className: styles.response, type: "success", close: hideSuccess, children: messages.sendSucesss })), sendError && (_jsx(Information, { className: styles.response, type: "error", close: hideError, children: messages.sendError })), error && (_jsx(Information, { className: styles.error, type: "warning", children: messages.parametersError }))] }, formKey));
|
|
94
106
|
}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
.form {
|
|
2
|
-
--gap: 12px;
|
|
3
|
-
|
|
4
2
|
position: relative;
|
|
5
3
|
display: grid;
|
|
6
4
|
grid-template-columns: 1fr;
|
|
7
|
-
gap:
|
|
5
|
+
gap: 16px;
|
|
8
6
|
margin-bottom: 20px;
|
|
9
7
|
}
|
|
10
8
|
|
|
@@ -16,14 +14,19 @@
|
|
|
16
14
|
|
|
17
15
|
.phoneGroup {
|
|
18
16
|
display: flex;
|
|
19
|
-
gap: var(--gap);
|
|
20
17
|
align-items: flex-start;
|
|
21
18
|
}
|
|
22
19
|
|
|
23
|
-
.
|
|
20
|
+
.phoneField {
|
|
24
21
|
flex: 1 1 auto;
|
|
25
22
|
}
|
|
26
23
|
|
|
24
|
+
.phoneField input {
|
|
25
|
+
border-left: 0;
|
|
26
|
+
border-top-left-radius: 0;
|
|
27
|
+
border-bottom-left-radius: 0;
|
|
28
|
+
}
|
|
29
|
+
|
|
27
30
|
@media (min-width: 560px) {
|
|
28
31
|
.fullWidthField {
|
|
29
32
|
grid-column: span 2;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
type Props = {
|
|
2
2
|
messages: Record<string, string>;
|
|
3
|
-
loading?: boolean;
|
|
4
3
|
disabled?: boolean;
|
|
5
4
|
};
|
|
6
|
-
export default function PhoneCodeSelect({ messages,
|
|
5
|
+
export default function PhoneCodeSelect({ messages, disabled }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export {};
|
|
8
7
|
//# sourceMappingURL=phone-code-select.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"phone-code-select.d.ts","sourceRoot":"","sources":["../../../../src/common/components/gesco-contact-form/phone-code-select.tsx"],"names":[],"mappings":"AAMA,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,
|
|
1
|
+
{"version":3,"file":"phone-code-select.d.ts","sourceRoot":"","sources":["../../../../src/common/components/gesco-contact-form/phone-code-select.tsx"],"names":[],"mappings":"AAMA,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AA0BF,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,KAAK,2CAgEpE"}
|
|
@@ -3,24 +3,24 @@ import Select from "dt-design-system/es/custom-select";
|
|
|
3
3
|
import * as Flags from "dt-design-system/es/flags";
|
|
4
4
|
import prefixes from "./data/phone-prefixes.json";
|
|
5
5
|
import styles from "./phone-code-select.module.css";
|
|
6
|
-
const
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
6
|
+
const HIGHLIGHTED_COUNTRIES = [
|
|
7
|
+
"France",
|
|
8
|
+
"United Kingdom",
|
|
9
|
+
"Belgium",
|
|
10
|
+
"Netherlands",
|
|
11
|
+
"Switzerland",
|
|
12
|
+
"United States",
|
|
13
|
+
"Luxembourg",
|
|
14
|
+
"Ireland",
|
|
15
|
+
"Spain",
|
|
16
|
+
"Brazil",
|
|
17
|
+
"Germany",
|
|
18
|
+
"Italy",
|
|
19
|
+
"Portugal",
|
|
20
|
+
"Australia",
|
|
21
21
|
];
|
|
22
22
|
const FIRST_PREFIX = prefixes[0];
|
|
23
|
-
export default function PhoneCodeSelect({ messages,
|
|
23
|
+
export default function PhoneCodeSelect({ messages, disabled }) {
|
|
24
24
|
const defaultValue = `${FIRST_PREFIX.country}|${FIRST_PREFIX.code}`;
|
|
25
25
|
const deduppedPrefixes = prefixes
|
|
26
26
|
.reduce((acc, prefix) => {
|
|
@@ -31,12 +31,13 @@ export default function PhoneCodeSelect({ messages, loading, disabled, }) {
|
|
|
31
31
|
return [...acc, ...splitted];
|
|
32
32
|
}, [])
|
|
33
33
|
.sort((a, b) => {
|
|
34
|
-
if (
|
|
34
|
+
if (HIGHLIGHTED_COUNTRIES.includes(a.country) ||
|
|
35
|
+
HIGHLIGHTED_COUNTRIES.includes(b.country)) {
|
|
35
36
|
return 0;
|
|
36
37
|
}
|
|
37
38
|
return a.code.localeCompare(b.code);
|
|
38
39
|
});
|
|
39
|
-
const
|
|
40
|
+
const bareOptions = deduppedPrefixes.map(({ country, code, iso }) => {
|
|
40
41
|
const Icon = Flags[iso.toLowerCase()] || "svg";
|
|
41
42
|
return {
|
|
42
43
|
label: (_jsxs("span", { className: styles.option, children: [_jsx(Icon, { className: styles.icon }), _jsxs("span", { className: styles.code, children: ["+", code] })] })),
|
|
@@ -44,5 +45,17 @@ export default function PhoneCodeSelect({ messages, loading, disabled, }) {
|
|
|
44
45
|
kind: "item",
|
|
45
46
|
};
|
|
46
47
|
});
|
|
47
|
-
|
|
48
|
+
const separator = { kind: "separator" };
|
|
49
|
+
const { highlighted, others } = bareOptions.reduce((acc, option) => {
|
|
50
|
+
const { value } = option;
|
|
51
|
+
const [country] = value.split("|");
|
|
52
|
+
const isHighlighted = HIGHLIGHTED_COUNTRIES.includes(country);
|
|
53
|
+
const key = isHighlighted ? "highlighted" : "others";
|
|
54
|
+
return {
|
|
55
|
+
...acc,
|
|
56
|
+
[key]: [...acc[key], option],
|
|
57
|
+
};
|
|
58
|
+
}, { highlighted: [], others: [] });
|
|
59
|
+
const options = [...highlighted, separator, ...others];
|
|
60
|
+
return (_jsx(Select, { name: "phoneCode", className: styles.select, label: messages.phoneCode, options: options, defaultValue: defaultValue, disabled: disabled, required: true }));
|
|
48
61
|
}
|
|
@@ -25,7 +25,7 @@ const fr = {
|
|
|
25
25
|
parametersError: "Une erreur est survenue pendant la génération du formulaire. Veuillez réessayer ultérieurement.",
|
|
26
26
|
emailError: 'L\'email doit être au format "john.doe@domaine.com"',
|
|
27
27
|
phoneError: 'Le téléphone doit être au format "0612345678"',
|
|
28
|
-
lengthError: '"{label}" doit contenir au moins {length}
|
|
28
|
+
lengthError: '"{label}" doit contenir au moins {length} caractère(s)',
|
|
29
29
|
};
|
|
30
30
|
const en = {
|
|
31
31
|
subject: "Subject",
|
|
@@ -54,7 +54,7 @@ const en = {
|
|
|
54
54
|
parametersError: "An error occured during the creation of the form. Please try again later.",
|
|
55
55
|
emailError: 'The email must be in the format "john.doe@domain.com"',
|
|
56
56
|
phoneError: 'The phone number must be in the following formats: "0612345678" or "555 555 555',
|
|
57
|
-
lengthError: '"{label}" must contain at least {length}
|
|
57
|
+
lengthError: '"{label}" must contain at least {length} character(s)',
|
|
58
58
|
};
|
|
59
59
|
export function get(lang, overrides = {}) {
|
|
60
60
|
const locale = lang === "fr" ? fr : en;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
// import * as Plausible from "ublo-lib/es/common/components/plausible";
|
|
1
2
|
import * as Plausible from "../../plausible";
|
|
2
3
|
export function sendEvent(values, params) {
|
|
3
4
|
if (!params)
|
|
4
5
|
return;
|
|
5
6
|
const country = params.countries.find((country) => country.code === values.country);
|
|
6
|
-
const subject = params.subjects.find((subject) => subject.id === values.subject);
|
|
7
|
+
const subject = params.subjects.find((subject) => String(subject.id) === values.subject);
|
|
7
8
|
Plausible.sendGoal("Contact-us", {
|
|
8
9
|
Country: country?.name,
|
|
9
10
|
Subject: subject?.label,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/common/components/gesco-contact-form/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,WAAW,GACnB,gBAAgB,GAChB,iBAAiB,GACjB,mBAAmB,CAAC;AAExB,KAAK,OAAO,GAAG;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,QAAQ,GAAG;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,OAAO,GAAG;IACb,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/common/components/gesco-contact-form/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,WAAW,GACnB,gBAAgB,GAChB,iBAAiB,GACjB,mBAAmB,CAAC;AAExB,KAAK,OAAO,GAAG;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,QAAQ,GAAG;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,OAAO,GAAG;IACb,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,MAAM,GAAG;IACnB,SAAS,EAAE,OAAO,EAAE,CAAC;IACrB,UAAU,EAAE,QAAQ,EAAE,CAAC;IACvB,QAAQ,EAAE,OAAO,EAAE,CAAC;CACrB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ublo-lib",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"dt-design-system": "^3.1.5",
|
|
6
6
|
"leaflet": "^1.9.1",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"classnames": "2.5.1",
|
|
43
43
|
"cors": "2.8.5",
|
|
44
44
|
"cpx2": "4.2.3",
|
|
45
|
-
"dt-design-system": "3.
|
|
45
|
+
"dt-design-system": "3.7.4",
|
|
46
46
|
"eslint": "8.56.0",
|
|
47
47
|
"eslint-config-prettier": "9.1.0",
|
|
48
48
|
"eslint-config-standard": "17.1.0",
|