@mrfylke/contact-form 0.1.5 → 0.1.7

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.
Files changed (40) hide show
  1. package/README.md +17 -0
  2. package/lib/components/button/button.module.css +151 -139
  3. package/lib/components/checkbox/checkbox.module.css +40 -37
  4. package/lib/components/error-message/error-message.module.css +2 -2
  5. package/lib/components/external-link-page.module.css +15 -15
  6. package/lib/components/form/fieldset/fieldset.module.css +15 -15
  7. package/lib/components/form/form-component-label/form-component-label.module.css +4 -4
  8. package/lib/components/form/form.module.css +324 -308
  9. package/lib/components/loading/loading.module.css +9 -9
  10. package/lib/components/section-card/section-card.module.css +10 -10
  11. package/lib/contact.module.css +37 -36
  12. package/lib/error-content/error-content.module.css +7 -7
  13. package/lib/layouts/container.module.css +10 -10
  14. package/lib/layouts/layout.module.css +46 -45
  15. package/lib/modules/config/types.d.ts +2 -32
  16. package/lib/modules/config/types.d.ts.map +1 -1
  17. package/lib/modules/transport-mode/filter/filter.module.css +51 -49
  18. package/lib/modules/transport-mode/icon/icon.module.css +14 -14
  19. package/lib/success-content/success-content.module.css +7 -7
  20. package/lib/translations/modules/index.d.ts +0 -1
  21. package/lib/translations/modules/index.d.ts.map +1 -1
  22. package/lib/translations/modules/index.js +1 -3
  23. package/package.json +2 -3
  24. package/lib/layouts/contact-form-footer.d.ts +0 -5
  25. package/lib/layouts/contact-form-footer.d.ts.map +0 -1
  26. package/lib/layouts/contact-form-footer.js +0 -75
  27. package/lib/layouts/contact-form-header.d.ts +0 -9
  28. package/lib/layouts/contact-form-header.d.ts.map +0 -1
  29. package/lib/layouts/contact-form-header.js +0 -50
  30. package/lib/layouts/footer.module.css +0 -109
  31. package/lib/layouts/header.module.css +0 -39
  32. package/lib/translations/modules/layout.d.ts +0 -73
  33. package/lib/translations/modules/layout.d.ts.map +0 -1
  34. package/lib/translations/modules/layout.js +0 -106
  35. package/lib/utils/use-localstorage.d.ts +0 -2
  36. package/lib/utils/use-localstorage.d.ts.map +0 -1
  37. package/lib/utils/use-localstorage.js +0 -40
  38. package/lib/utils/user-media-query.d.ts +0 -2
  39. package/lib/utils/user-media-query.d.ts.map +0 -1
  40. package/lib/utils/user-media-query.js +0 -36
@@ -1,17 +1,17 @@
1
1
  .loading {
2
- display: flex;
3
- justify-content: center;
4
- align-items: center;
5
- gap: token('spacing.medium');
2
+ display: flex;
3
+ justify-content: center;
4
+ align-items: center;
5
+ gap: token('spacing.medium');
6
6
  }
7
7
 
8
8
  .loading__icon {
9
- display: block;
10
- animation: loading-circle 1s ease-in-out infinite;
9
+ display: block;
10
+ animation: loading-circle 1s ease-in-out infinite;
11
11
  }
12
12
 
13
13
  @keyframes loading-circle {
14
- to {
15
- transform: rotate(360deg);
16
- }
14
+ to {
15
+ transform: rotate(360deg);
16
+ }
17
17
  }
@@ -1,15 +1,15 @@
1
1
  .container {
2
- display: flex;
3
- flex-direction: column;
4
- padding: token('spacing.xLarge');
5
- padding-bottom: token('spacing.medium');
6
- margin: token('spacing.large');
7
- margin-top: 0px;
8
- border-radius: token('border.radius.regular');
9
- color: token('color.foreground.dynamic.primary');
10
- background-color: token('color.background.neutral.0.background');
2
+ display: flex;
3
+ flex-direction: column;
4
+ padding: token('spacing.xLarge');
5
+ padding-bottom: token('spacing.medium');
6
+ margin: token('spacing.large');
7
+ margin-top: 0px;
8
+ border-radius: token('border.radius.regular');
9
+ color: token('color.foreground.dynamic.primary');
10
+ background-color: token('color.background.neutral.0.background');
11
11
  }
12
12
 
13
13
  .container > * + * {
14
- margin-top: token('spacing.medium');
14
+ margin-top: token('spacing.medium');
15
15
  }
@@ -1,76 +1,77 @@
1
1
  @value typo-body__s from "@atb-as/theme/lib/generated/typography.module.css";
2
2
 
3
3
  .form {
4
- display: flex;
5
- flex-direction: column;
6
- justify-content: center;
7
- gap: token('spacing.large');
4
+ display: flex;
5
+ flex-direction: column;
6
+ justify-content: center;
7
+ gap: token('spacing.large');
8
8
  }
9
9
 
10
10
  .form_options__list {
11
- list-style-type: none;
11
+ list-style-type: none;
12
12
  }
13
13
 
14
14
  .rules__list {
15
- padding-left: token('spacing.xLarge');
15
+ padding-left: token('spacing.xLarge');
16
16
  }
17
17
 
18
18
  .rules__list > li {
19
- padding: token('spacing.xSmall') 0;
19
+ padding: token('spacing.xSmall') 0;
20
20
  }
21
21
 
22
22
  .feedback {
23
- composes: typo-body__s;
24
- padding: token('spacing.small');
25
- color: token('color.background.neutral.0.foreground.primary');
26
- outline: 0;
27
- background: none;
28
- border-radius: 0.75rem;
29
- max-width: 100%;
23
+ composes: typo-body__s;
24
+ padding: token('spacing.small');
25
+ color: token('color.background.neutral.0.foreground.primary');
26
+ outline: 0;
27
+ background: none;
28
+ border-radius: 0.75rem;
29
+ max-width: 100%;
30
30
  }
31
31
 
32
32
  .feedback::placeholder {
33
- color: token('color.foreground.dynamic.secondary');
34
- opacity: 1;
33
+ color: token('color.foreground.dynamic.secondary');
34
+ opacity: 1;
35
35
  }
36
36
 
37
37
  .feedback:focus-within {
38
- outline: 0;
39
- box-shadow: inset 0 0 0 token('border.width.medium') token('color.interactive.2.outline.background');
38
+ outline: 0;
39
+ box-shadow: inset 0 0 0 token('border.width.medium')
40
+ token('color.interactive.2.outline.background');
40
41
  }
41
42
 
42
43
  .feedback__error {
43
- border-color: token('color.status.error.primary.background');
44
+ border-color: token('color.status.error.primary.background');
44
45
  }
45
46
 
46
47
  .feedback_label__error {
47
- background-color: token('color.status.error.primary.background');
48
- outline: 0;
49
- padding: token('spacing.small');
50
- color: token('color.status.error.primary.foreground.primary');
48
+ background-color: token('color.status.error.primary.background');
49
+ outline: 0;
50
+ padding: token('spacing.small');
51
+ color: token('color.status.error.primary.foreground.primary');
51
52
  }
52
53
 
53
54
  .submitButton {
54
- margin: token('spacing.large');
55
- margin-top: 0px;
56
- max-width: 6rem;
57
- text-align: center;
55
+ margin: token('spacing.large');
56
+ margin-top: 0px;
57
+ max-width: 6rem;
58
+ text-align: center;
58
59
  }
59
60
 
60
61
  @media (max-width: 600px) {
61
- .submitButton {
62
- max-width: none;
63
- }
62
+ .submitButton {
63
+ max-width: none;
64
+ }
64
65
  }
65
66
 
66
67
  .extraInfo {
67
- display: flex;
68
- flex-direction: column;
69
- gap: token('spacing.small');
68
+ display: flex;
69
+ flex-direction: column;
70
+ gap: token('spacing.small');
70
71
  }
71
72
 
72
73
  .extraInfo__buttonContainer {
73
- display: flex;
74
- flex-direction: row;
75
- gap: token('spacing.small');
74
+ display: flex;
75
+ flex-direction: row;
76
+ gap: token('spacing.small');
76
77
  }
@@ -1,11 +1,11 @@
1
1
  .container {
2
- display: flex;
3
- flex-direction: column;
4
- gap: token('spacing.large');
2
+ display: flex;
3
+ flex-direction: column;
4
+ gap: token('spacing.large');
5
5
 
6
- height: 100%;
7
- max-width: var(--maxPageWidth);
6
+ height: 100%;
7
+ max-width: var(--maxPageWidth);
8
8
 
9
- margin: 0 auto;
10
- padding: token('spacing.xLarge');
9
+ margin: 0 auto;
10
+ padding: token('spacing.xLarge');
11
11
  }
@@ -1,15 +1,15 @@
1
1
  .wrapper {
2
- width: 100%;
3
- min-height: 100%;
4
- display: flex;
5
- flex-direction: column;
2
+ width: 100%;
3
+ min-height: 100%;
4
+ display: flex;
5
+ flex-direction: column;
6
6
  }
7
7
 
8
8
  .main {
9
- flex: 1;
10
- min-width: 100%;
11
- max-width: var(--maxPageWidth, 976px);
12
- margin: 0 auto;
13
- padding-bottom: 10rem;
14
- box-sizing: border-box;
9
+ flex: 1;
10
+ min-width: 100%;
11
+ max-width: var(--maxPageWidth, 976px);
12
+ margin: 0 auto;
13
+ padding-bottom: 10rem;
14
+ box-sizing: border-box;
15
15
  }
@@ -1,80 +1,81 @@
1
1
  .layout {
2
- display: flex;
3
- flex-direction: column;
4
- width: 100%;
5
- max-width: var(--maxPageWidth);
6
- margin: 0 auto;
7
- padding: 0 token('spacing.medium');
2
+ display: flex;
3
+ flex-direction: column;
4
+ width: 100%;
5
+ max-width: var(--maxPageWidth);
6
+ margin: 0 auto;
7
+ padding: 0 token('spacing.medium');
8
8
  }
9
9
 
10
10
  .homeLink__container {
11
- padding: 0 token('spacing.medium');
11
+ padding: 0 token('spacing.medium');
12
12
  }
13
13
 
14
14
  .layout__container {
15
- padding: token('spacing.large');
15
+ padding: token('spacing.large');
16
16
 
17
- display: flex;
18
- flex-direction: column;
19
- gap: token('spacing.xLarge');
17
+ display: flex;
18
+ flex-direction: column;
19
+ gap: token('spacing.xLarge');
20
20
  }
21
21
 
22
22
  .contact_page_navigator__container {
23
- display: flex;
24
- justify-content: center;
25
- flex-wrap: wrap;
26
- gap: token('spacing.medium');
23
+ display: flex;
24
+ justify-content: center;
25
+ flex-wrap: wrap;
26
+ gap: token('spacing.medium');
27
27
  }
28
28
 
29
29
  .contact_page_navigator__link {
30
- display: flex;
31
- flex-direction: column;
32
- align-items: center;
33
- gap: token('spacing.small');
34
- width: 12rem;
35
- height: 7.5rem;
30
+ display: flex;
31
+ flex-direction: column;
32
+ align-items: center;
33
+ gap: token('spacing.small');
34
+ width: 12rem;
35
+ height: 7.5rem;
36
36
 
37
- color: token('color.interactive.2.default.foreground.primary');
38
- background-color: token('color.interactive.2.default.background');
39
- text-align: center;
40
- text-decoration: none;
37
+ color: token('color.interactive.2.default.foreground.primary');
38
+ background-color: token('color.interactive.2.default.background');
39
+ text-align: center;
40
+ text-decoration: none;
41
41
 
42
- padding: token('spacing.large');
43
- border-radius: token('border.radius.regular');
42
+ padding: token('spacing.large');
43
+ border-radius: token('border.radius.regular');
44
44
  }
45
45
 
46
46
  @media (max-width: 600px) {
47
- .contact_page_navigator__link {
48
- width: 10rem;
49
- height: 8rem;
50
- }
47
+ .contact_page_navigator__link {
48
+ width: 10rem;
49
+ height: 8rem;
50
+ }
51
51
  }
52
52
 
53
53
  .contact_page_navigator__link:hover {
54
- color: token('color.interactive.2.hover.foreground.primary');
55
- background-color: token('color.interactive.2.hover.background');
54
+ color: token('color.interactive.2.hover.foreground.primary');
55
+ background-color: token('color.interactive.2.hover.background');
56
56
  }
57
57
 
58
58
  .contact_page_navigator__link:active {
59
- color: token('color.interactive.2.active.foreground.primary');
60
- background-color: token('color.interactive.2.active.background');
59
+ color: token('color.interactive.2.active.foreground.primary');
60
+ background-color: token('color.interactive.2.active.background');
61
61
  }
62
62
 
63
63
  .contact_page_navigator__link:disabled {
64
- color: token('color.interactive.2.disabled.foreground.primary');
65
- background-color: token('color.interactive.2.disabled.background');
64
+ color: token('color.interactive.2.disabled.foreground.primary');
65
+ background-color: token('color.interactive.2.disabled.background');
66
66
  }
67
67
 
68
68
  .contact_page_navigator__activePage {
69
- border: token('border.width.medium') solid token('color.interactive.2.outline.background');
69
+ border: token('border.width.medium') solid
70
+ token('color.interactive.2.outline.background');
70
71
  }
71
72
 
72
73
  .privacyAndTerms {
73
- display: flex;
74
- flex-direction: column;
75
- align-items: center;
76
- padding: token('spacing.large');
77
- margin: token('spacing.xLarge');
78
- padding-bottom: 0;
79
- margin-bottom: 0;
74
+ display: flex;
75
+ flex-direction: column;
76
+ align-items: center;
77
+ padding: token('spacing.large');
78
+ margin: token('spacing.xLarge');
79
+ padding-bottom: 0;
80
+ margin-bottom: 0;
80
81
  }
@@ -195,7 +195,7 @@ export type OrgConfig = {
195
195
  /** Label type for layout links - compatible with TranslatedString */
196
196
  export type LayoutLinkLabel = Record<string, string>;
197
197
  /**
198
- * Layout configuration for container, back link, and footer URLs.
198
+ * Layout configuration for container, back link, and page paths.
199
199
  * Optional; hosts can override via ContactFormContainer slots.
200
200
  */
201
201
  export type LayoutConfig = {
@@ -204,36 +204,6 @@ export type LayoutConfig = {
204
204
  href: string;
205
205
  label: LayoutLinkLabel;
206
206
  };
207
- footerUrls?: {
208
- privacy?: string;
209
- accessibility?: string;
210
- help?: string;
211
- tickets?: string;
212
- homePage?: {
213
- href: string;
214
- name: string;
215
- };
216
- };
217
- /**
218
- * Override header links. When set, header renders exactly these links (order and count).
219
- * When not set, uses standard behavior (single optional home link from footerUrls.homePage).
220
- * Empty array = no header links.
221
- */
222
- headerLinksOverride?: Array<{
223
- href: string;
224
- label: LayoutLinkLabel;
225
- }>;
226
- /**
227
- * Override footer links. When set, footer link area renders this list (order and count).
228
- * When not set, uses standard behavior (tickets, help, privacy, accessibility from footerUrls).
229
- * Optional section can group links if footer UI supports it.
230
- * Empty array = no footer links.
231
- */
232
- footerLinksOverride?: Array<{
233
- href: string;
234
- label: LayoutLinkLabel;
235
- section?: string;
236
- }>;
237
207
  /**
238
208
  * Path for success page after form submission.
239
209
  * Default: basePath ? `${basePath}/success` : '/contact/success'
@@ -319,7 +289,7 @@ export type ContactFormConfig = {
319
289
  */
320
290
  includeFerry?: boolean;
321
291
  };
322
- /** Optional layout config: basePath, backLinkDefault, footerUrls */
292
+ /** Optional layout config: basePath, backLinkDefault, successPath, errorPath */
323
293
  layout?: LayoutConfig;
324
294
  /**
325
295
  * Translations for all text used in the contact form.
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/modules/config/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/modules/config/types.ts"],"names":[],"mappings":"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"}
@@ -1,98 +1,100 @@
1
1
  .heading {
2
- color: token('color.background.accent.0.foreground.primary');
3
- margin-bottom: token('spacing.medium');
2
+ color: token('color.background.accent.0.foreground.primary');
3
+ margin-bottom: token('spacing.medium');
4
4
  }
5
5
 
6
6
  .filter {
7
- display: grid;
8
- grid-template-columns: repeat(3, minmax(12.5rem, 1fr));
9
- gap: token('spacing.small');
7
+ display: grid;
8
+ grid-template-columns: repeat(3, minmax(12.5rem, 1fr));
9
+ gap: token('spacing.small');
10
10
  }
11
11
 
12
12
  .transportMode {
13
- list-style: none;
14
- display: flex;
15
- flex-direction: column;
16
- align-items: flex-start;
17
- gap: token('spacing.xSmall');
13
+ list-style: none;
14
+ display: flex;
15
+ flex-direction: column;
16
+ align-items: flex-start;
17
+ gap: token('spacing.xSmall');
18
18
  }
19
19
 
20
20
  .allTransportModes {
21
- grid-column: 1 / -1;
21
+ grid-column: 1 / -1;
22
22
  }
23
23
 
24
24
  .allTransportModes .transportModeElement {
25
- max-width: calc(33.333% - (2 * token('spacing.small') / 3));
26
- /* for 'alle transportmidler' element (1/3 of filter's width - (2 * gap_width_in_grid)/num_of_columns) */
25
+ max-width: calc(33.333% - (2 * token('spacing.small') / 3));
26
+ /* for 'alle transportmidler' element (1/3 of filter's width - (2 * gap_width_in_grid)/num_of_columns) */
27
27
  }
28
28
 
29
29
  @media (max-width: 650px) {
30
- .filter {
31
- grid-template-columns: repeat(2, 1fr);
32
- }
30
+ .filter {
31
+ grid-template-columns: repeat(2, 1fr);
32
+ }
33
33
 
34
- .allTransportModes .transportModeElement {
35
- max-width: 100%;
36
- }
34
+ .allTransportModes .transportModeElement {
35
+ max-width: 100%;
36
+ }
37
37
  }
38
38
 
39
39
  .transportModeContainer {
40
- width: 100%;
40
+ width: 100%;
41
41
  }
42
42
 
43
43
  .transportModeElement {
44
- padding: token('spacing.small') token('spacing.medium');
45
- border-radius: token('border.radius.regular');
46
- background-color: token('color.interactive.2.default.background');
47
- color: token('color.foreground.dynamic.primary');
48
- transition: border-color 150ms,
44
+ padding: token('spacing.small') token('spacing.medium');
45
+ border-radius: token('border.radius.regular');
46
+ background-color: token('color.interactive.2.default.background');
47
+ color: token('color.foreground.dynamic.primary');
48
+ transition:
49
+ border-color 150ms,
49
50
  background-color 150ms;
50
- cursor: pointer;
51
- display: flex;
52
- gap: token('spacing.small');
53
- align-items: center;
54
- border: 1px solid token('color.background.neutral.3.background');
55
- height: 2.25rem;
51
+ cursor: pointer;
52
+ display: flex;
53
+ gap: token('spacing.small');
54
+ align-items: center;
55
+ border: 1px solid token('color.background.neutral.3.background');
56
+ height: 2.25rem;
56
57
  }
57
58
 
58
59
  .transportMode input {
59
- clip: rect(0 0 0 0);
60
- clip-path: inset(100%);
61
- height: 1px;
62
- overflow: hidden;
63
- position: absolute;
64
- white-space: nowrap;
65
- width: 1px;
66
- display: block;
60
+ clip: rect(0 0 0 0);
61
+ clip-path: inset(100%);
62
+ height: 1px;
63
+ overflow: hidden;
64
+ position: absolute;
65
+ white-space: nowrap;
66
+ width: 1px;
67
+ display: block;
67
68
  }
68
69
 
69
70
  .infoText {
70
- color: token('color.foreground.dynamic.disabled');
71
- opacity: 0.75;
72
- max-width: 10rem;
71
+ color: token('color.foreground.dynamic.disabled');
72
+ opacity: 0.75;
73
+ max-width: 10rem;
73
74
  }
74
75
 
75
76
  .transportMode input:focus-visible ~ label {
76
- box-shadow: inset 0 0 0 token('border.width.medium') token('color.status.info.primary.background');
77
+ box-shadow: inset 0 0 0 token('border.width.medium')
78
+ token('color.status.info.primary.background');
77
79
  }
78
80
 
79
81
  .transportMode input:hover ~ label {
80
- background-color: token('color.interactive.2.hover.background');
82
+ background-color: token('color.interactive.2.hover.background');
81
83
  }
82
84
 
83
85
  .transportMode input[type='checkbox']:checked ~ label {
84
- background-color: token('color.interactive.2.active.background');
85
- border: 1px solid token('color.interactive.2.outline.background');
86
+ background-color: token('color.interactive.2.active.background');
87
+ border: 1px solid token('color.interactive.2.outline.background');
86
88
  }
87
89
 
88
90
  .transportMode input:hover ~ label .checkboxBackground {
89
- background-color: token('color.interactive.2.default.background');
91
+ background-color: token('color.interactive.2.default.background');
90
92
  }
91
93
 
92
94
  .transportMode input[type='checkbox']:checked:hover ~ label {
93
- background-color: token('color.interactive.2.hover.background');
95
+ background-color: token('color.interactive.2.hover.background');
94
96
  }
95
97
 
96
98
  .transportMode input[type='checkbox']:checked ~ label .checkboxBackground {
97
- background-color: token('color.interactive.2.active.background');
99
+ background-color: token('color.interactive.2.active.background');
98
100
  }
@@ -1,33 +1,33 @@
1
1
  .transportIcons {
2
- display: flex;
3
- gap: 0.125rem;
2
+ display: flex;
3
+ gap: 0.125rem;
4
4
  }
5
5
 
6
6
  .transportIcon,
7
7
  .transportIconWithLabel {
8
- display: inline-block;
9
- border-radius: token('border.radius.small');
10
- padding: token('spacing.xSmall');
8
+ display: inline-block;
9
+ border-radius: token('border.radius.small');
10
+ padding: token('spacing.xSmall');
11
11
  }
12
12
 
13
13
  .transportIconWithLabel {
14
- display: flex;
15
- justify-content: center;
16
- align-items: center;
17
- padding: token('spacing.small') token('spacing.medium');
14
+ display: flex;
15
+ justify-content: center;
16
+ align-items: center;
17
+ padding: token('spacing.small') token('spacing.medium');
18
18
  }
19
19
 
20
20
  .transportIcon img,
21
21
  .transportIconWithLabel img {
22
- display: block;
22
+ display: block;
23
23
  }
24
24
 
25
25
  .transportIconWithLabel__label {
26
- margin-left: token('spacing.xSmall');
26
+ margin-left: token('spacing.xSmall');
27
27
  }
28
28
 
29
29
  .transportIconWithLabel__duration {
30
- align-self: flex-end;
31
- transform: translateY(25%);
32
- margin-left: -0.125rem;
30
+ align-self: flex-end;
31
+ transform: translateY(25%);
32
+ margin-left: -0.125rem;
33
33
  }
@@ -1,11 +1,11 @@
1
1
  .container {
2
- display: flex;
3
- flex-direction: column;
4
- gap: token('spacing.large');
2
+ display: flex;
3
+ flex-direction: column;
4
+ gap: token('spacing.large');
5
5
 
6
- height: 100%;
7
- max-width: var(--maxPageWidth);
6
+ height: 100%;
7
+ max-width: var(--maxPageWidth);
8
8
 
9
- margin: 0 auto;
10
- padding: token('spacing.xLarge');
9
+ margin: 0 auto;
10
+ padding: token('spacing.xLarge');
11
11
  }
@@ -1,4 +1,3 @@
1
- export { Layout } from './layout';
2
1
  export { SearchTime } from './search-time';
3
2
  export { Situation } from './situation';
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/translations/modules/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/translations/modules/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}