@xscriptor/xcomponents 0.1.1 → 0.1.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/{chunk-TKT37LIX.mjs → chunk-BXVG4SYP.mjs} +101 -39
- package/dist/chunk-BXVG4SYP.mjs.map +7 -0
- package/dist/{chunk-UROP4J6G.mjs → chunk-FW47JGYZ.mjs} +122 -29
- package/dist/chunk-FW47JGYZ.mjs.map +7 -0
- package/dist/{chunk-34NJCJUI.mjs → chunk-IK2UCTCM.mjs} +46 -15
- package/dist/chunk-IK2UCTCM.mjs.map +7 -0
- package/dist/{chunk-2H7TVDE7.mjs → chunk-WE7QZGVP.mjs} +45 -14
- package/dist/chunk-WE7QZGVP.mjs.map +7 -0
- package/dist/{chunk-MYFPSHSQ.mjs → chunk-XB3UGHSF.mjs} +94 -32
- package/dist/chunk-XB3UGHSF.mjs.map +7 -0
- package/dist/{chunk-TG3B4GAW.mjs → chunk-ZDMG7X6H.mjs} +57 -26
- package/dist/{chunk-TG3B4GAW.mjs.map → chunk-ZDMG7X6H.mjs.map} +4 -4
- package/dist/components/content/index.css +64 -65
- package/dist/components/content/index.css.map +4 -4
- package/dist/components/content/index.js +45 -14
- package/dist/components/content/index.js.map +4 -4
- package/dist/components/content/index.mjs +1 -1
- package/dist/components/forms/index.css +113 -115
- package/dist/components/forms/index.css.map +4 -4
- package/dist/components/forms/index.js +100 -38
- package/dist/components/forms/index.js.map +4 -4
- package/dist/components/forms/index.mjs +1 -1
- package/dist/components/gallery/index.css +107 -110
- package/dist/components/gallery/index.css.map +4 -4
- package/dist/components/gallery/index.js +93 -31
- package/dist/components/gallery/index.js.map +4 -4
- package/dist/components/gallery/index.mjs +1 -1
- package/dist/components/index.css +536 -534
- package/dist/components/index.css.map +4 -4
- package/dist/components/index.js +459 -149
- package/dist/components/index.js.map +4 -4
- package/dist/components/index.mjs +6 -6
- package/dist/components/layout/index.css +89 -81
- package/dist/components/layout/index.css.map +4 -4
- package/dist/components/layout/index.js +121 -28
- package/dist/components/layout/index.js.map +4 -4
- package/dist/components/layout/index.mjs +1 -1
- package/dist/components/navigation/index.css +120 -120
- package/dist/components/navigation/index.css.map +4 -4
- package/dist/components/navigation/index.js +56 -25
- package/dist/components/navigation/index.js.map +4 -4
- package/dist/components/navigation/index.mjs +1 -1
- package/dist/components/social/index.css +43 -43
- package/dist/components/social/index.css.map +4 -4
- package/dist/components/social/index.js +44 -13
- package/dist/components/social/index.js.map +4 -4
- package/dist/components/social/index.mjs +1 -1
- package/dist/index.css +536 -534
- package/dist/index.css.map +4 -4
- package/dist/index.js +459 -149
- package/dist/index.js.map +4 -4
- package/dist/index.mjs +6 -6
- package/package.json +2 -1
- package/dist/chunk-2H7TVDE7.mjs.map +0 -7
- package/dist/chunk-34NJCJUI.mjs.map +0 -7
- package/dist/chunk-MYFPSHSQ.mjs.map +0 -7
- package/dist/chunk-TKT37LIX.mjs.map +0 -7
- package/dist/chunk-UROP4J6G.mjs.map +0 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* src/components/forms/xcontactform/XContactForm.module.css */
|
|
2
|
-
.
|
|
1
|
+
/* esbuild-css-modules-plugin-ns-css:src/components/forms/xcontactform/XContactForm.module.css */
|
|
2
|
+
.XContactForm-module__wrapper_o7lHUG__012 {
|
|
3
3
|
--input-padding: .65rem .9rem;
|
|
4
4
|
--font-size: 16px;
|
|
5
5
|
--form-gap: 1.25rem;
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
--btn-hover-border-color: var(--btn-border-color);
|
|
29
29
|
--status-ok-color: #1fa37a;
|
|
30
30
|
--status-error-color: #d16a6a;
|
|
31
|
-
max-width: 900px;
|
|
32
|
-
margin: 0 auto;
|
|
33
|
-
padding: 2rem 1rem;
|
|
34
31
|
background-color: var(--wrapper-bg-color);
|
|
35
32
|
border: var(--wrapper-border-width) var(--wrapper-border-style) var(--wrapper-border-color);
|
|
36
33
|
border-radius: var(--wrapper-radius);
|
|
34
|
+
max-width: 900px;
|
|
35
|
+
margin: 0 auto;
|
|
36
|
+
padding: 2rem 1rem;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.XContactForm-module__small_o7lHUG__012 {
|
|
39
39
|
--input-padding: .35rem .55rem;
|
|
40
40
|
--font-size: 13px;
|
|
41
41
|
--form-gap: .75rem;
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
--field-gap: .3rem;
|
|
44
44
|
--button-min-width: 118px;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.XContactForm-module__medium_o7lHUG__012 {
|
|
47
47
|
--input-padding: .5rem .7rem;
|
|
48
48
|
--font-size: 15px;
|
|
49
49
|
--form-gap: 1rem;
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
--field-gap: .4rem;
|
|
52
52
|
--button-min-width: 130px;
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.XContactForm-module__large_o7lHUG__012 {
|
|
55
55
|
--input-padding: 1rem 1.2rem;
|
|
56
56
|
--font-size: 18px;
|
|
57
57
|
--form-gap: 1.5rem;
|
|
@@ -59,33 +59,33 @@
|
|
|
59
59
|
--field-gap: .5rem;
|
|
60
60
|
--button-min-width: 150px;
|
|
61
61
|
}
|
|
62
|
-
.
|
|
63
|
-
display: grid;
|
|
62
|
+
.XContactForm-module__form_o7lHUG__012 {
|
|
64
63
|
gap: var(--form-gap);
|
|
65
64
|
max-width: 100%;
|
|
66
|
-
}
|
|
67
|
-
.XContactForm_row3 {
|
|
68
65
|
display: grid;
|
|
66
|
+
}
|
|
67
|
+
.XContactForm-module__row_o7lHUG__012 {
|
|
69
68
|
gap: var(--row-gap);
|
|
69
|
+
display: grid;
|
|
70
70
|
}
|
|
71
|
-
.
|
|
71
|
+
.XContactForm-module__grid_o7lHUG__012 .XContactForm-module__row_o7lHUG__012 {
|
|
72
72
|
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
.XContactForm-module__vertical_o7lHUG__012 .XContactForm-module__row_o7lHUG__012 {
|
|
75
75
|
grid-template-columns: 1fr;
|
|
76
76
|
}
|
|
77
|
-
.
|
|
78
|
-
display: flex;
|
|
79
|
-
flex-direction: column;
|
|
77
|
+
.XContactForm-module__field_o7lHUG__012 {
|
|
80
78
|
gap: var(--field-gap);
|
|
79
|
+
flex-direction: column;
|
|
80
|
+
display: flex;
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
.XContactForm-module__field_o7lHUG__012 label {
|
|
83
83
|
font-size: calc(var(--font-size) - 2px);
|
|
84
|
-
font-weight: 500;
|
|
85
84
|
color: var(--label-color);
|
|
85
|
+
font-weight: 500;
|
|
86
86
|
}
|
|
87
|
-
.
|
|
88
|
-
.
|
|
87
|
+
.XContactForm-module__field_o7lHUG__012 input,
|
|
88
|
+
.XContactForm-module__field_o7lHUG__012 textarea {
|
|
89
89
|
width: 100%;
|
|
90
90
|
padding: var(--input-padding);
|
|
91
91
|
border: var(--field-border-width) var(--field-border-style) var(--field-border-color);
|
|
@@ -94,16 +94,16 @@
|
|
|
94
94
|
box-sizing: border-box;
|
|
95
95
|
font-family: inherit;
|
|
96
96
|
}
|
|
97
|
-
.
|
|
98
|
-
.
|
|
97
|
+
.XContactForm-module__field_o7lHUG__012 input::placeholder,
|
|
98
|
+
.XContactForm-module__field_o7lHUG__012 textarea::placeholder {
|
|
99
99
|
color: #888;
|
|
100
100
|
}
|
|
101
|
-
.
|
|
102
|
-
display: flex;
|
|
101
|
+
.XContactForm-module__buttoncontainer_o7lHUG__012 {
|
|
103
102
|
justify-content: var(--btn-alignment);
|
|
104
|
-
margin-top:
|
|
103
|
+
margin-top: .25rem;
|
|
104
|
+
display: flex;
|
|
105
105
|
}
|
|
106
|
-
.
|
|
106
|
+
.XContactForm-module__button_o7lHUG__012 {
|
|
107
107
|
padding: var(--input-padding);
|
|
108
108
|
border-radius: var(--btn-radius);
|
|
109
109
|
border: var(--btn-border-width) var(--btn-border-style) var(--btn-border-color);
|
|
@@ -111,197 +111,195 @@
|
|
|
111
111
|
color: var(--btn-text-color);
|
|
112
112
|
cursor: pointer;
|
|
113
113
|
font-size: var(--font-size);
|
|
114
|
-
font-weight: 600;
|
|
115
114
|
min-width: var(--button-min-width);
|
|
115
|
+
font-weight: 600;
|
|
116
116
|
transition:
|
|
117
|
-
background-color
|
|
118
|
-
color
|
|
119
|
-
border-color
|
|
120
|
-
opacity
|
|
117
|
+
background-color .2s,
|
|
118
|
+
color .2s,
|
|
119
|
+
border-color .2s,
|
|
120
|
+
opacity .2s;
|
|
121
121
|
}
|
|
122
|
-
.
|
|
122
|
+
.XContactForm-module__button_o7lHUG__012:hover {
|
|
123
123
|
background-color: var(--btn-hover-bg-color);
|
|
124
124
|
color: var(--btn-hover-text-color);
|
|
125
125
|
border-color: var(--btn-hover-border-color);
|
|
126
|
-
opacity:
|
|
126
|
+
opacity: .95;
|
|
127
127
|
}
|
|
128
|
-
.
|
|
128
|
+
.XContactForm-module__status_o7lHUG__012 {
|
|
129
129
|
min-height: 1.5rem;
|
|
130
130
|
font-size: calc(var(--font-size) - 2px);
|
|
131
|
-
margin-top:
|
|
131
|
+
margin-top: .25rem;
|
|
132
132
|
}
|
|
133
|
-
.
|
|
133
|
+
.XContactForm-module__statusOk_o7lHUG__012 {
|
|
134
134
|
color: var(--status-ok-color);
|
|
135
135
|
}
|
|
136
|
-
.
|
|
136
|
+
.XContactForm-module__statusError_o7lHUG__012 {
|
|
137
137
|
color: var(--status-error-color);
|
|
138
138
|
}
|
|
139
|
-
.
|
|
139
|
+
.XContactForm-module__honeypot_o7lHUG__012 {
|
|
140
140
|
position: absolute;
|
|
141
|
-
left: -9999px;
|
|
142
141
|
top: -9999px;
|
|
142
|
+
left: -9999px;
|
|
143
143
|
}
|
|
144
|
-
.
|
|
145
|
-
position: relative;
|
|
144
|
+
.XContactForm-module__withDecorativeX_o7lHUG__012 {
|
|
146
145
|
padding-top: 2.5rem;
|
|
147
146
|
padding-bottom: 2.5rem;
|
|
147
|
+
position: relative;
|
|
148
148
|
}
|
|
149
|
-
.
|
|
150
|
-
.
|
|
151
|
-
position: absolute;
|
|
152
|
-
left: 50%;
|
|
153
|
-
transform: translateX(-50%);
|
|
154
|
-
font-size: 0.5rem;
|
|
155
|
-
font-weight: 300;
|
|
149
|
+
.XContactForm-module__decorativeXTop_o7lHUG__012,
|
|
150
|
+
.XContactForm-module__decorativeXBottom_o7lHUG__012 {
|
|
156
151
|
color: var(--decorative-x-color, currentColor);
|
|
157
152
|
opacity: 1;
|
|
158
153
|
pointer-events: none;
|
|
159
154
|
background-color: var(--wrapper-bg-color, transparent);
|
|
160
|
-
padding: 0 0.3rem;
|
|
161
|
-
line-height: 1;
|
|
162
155
|
z-index: 1;
|
|
156
|
+
padding: 0 .3rem;
|
|
157
|
+
font-size: .5rem;
|
|
158
|
+
font-weight: 300;
|
|
159
|
+
line-height: 1;
|
|
160
|
+
position: absolute;
|
|
161
|
+
left: 50%;
|
|
162
|
+
transform: translateX(-50%);
|
|
163
163
|
}
|
|
164
|
-
.
|
|
164
|
+
.XContactForm-module__decorativeXTop_o7lHUG__012 {
|
|
165
165
|
top: 0;
|
|
166
166
|
transform: translate(-50%, -50%);
|
|
167
167
|
}
|
|
168
|
-
.
|
|
168
|
+
.XContactForm-module__decorativeXBottom_o7lHUG__012 {
|
|
169
169
|
bottom: 0;
|
|
170
170
|
transform: translate(-50%, 50%);
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
/* src/components/forms/xnewsletter/XNewsletter.module.css */
|
|
174
|
-
.
|
|
173
|
+
/* esbuild-css-modules-plugin-ns-css:src/components/forms/xnewsletter/XNewsletter.module.css */
|
|
174
|
+
.XNewsletter-module__container_uZr2_a__012 {
|
|
175
175
|
--nws-accent: var(--accent);
|
|
176
176
|
--nws-text: var(--text);
|
|
177
177
|
--nws-border: var(--border);
|
|
178
178
|
--nws-btn-text: var(--accent-text);
|
|
179
179
|
width: 100%;
|
|
180
|
-
font-family:
|
|
180
|
+
font-family: EB Garamond, serif;
|
|
181
181
|
}
|
|
182
|
-
.
|
|
183
|
-
display: flex;
|
|
182
|
+
.XNewsletter-module__form_uZr2_a__012 {
|
|
184
183
|
gap: 1rem;
|
|
184
|
+
display: flex;
|
|
185
185
|
}
|
|
186
|
-
.
|
|
186
|
+
.XNewsletter-module__horizontal_uZr2_a__012 {
|
|
187
187
|
flex-direction: column;
|
|
188
|
-
align-items: center;
|
|
189
188
|
justify-content: center;
|
|
189
|
+
align-items: center;
|
|
190
190
|
}
|
|
191
|
-
@media (
|
|
192
|
-
.
|
|
191
|
+
@media (width >= 768px) {
|
|
192
|
+
.XNewsletter-module__horizontal_uZr2_a__012 {
|
|
193
193
|
flex-direction: row;
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
.
|
|
196
|
+
.XNewsletter-module__vertical_uZr2_a__012 {
|
|
197
197
|
flex-direction: column;
|
|
198
198
|
align-items: flex-start;
|
|
199
199
|
width: 100%;
|
|
200
200
|
max-width: 24rem;
|
|
201
201
|
margin: 0 auto;
|
|
202
202
|
}
|
|
203
|
-
.
|
|
204
|
-
font-size: 0.875rem;
|
|
203
|
+
.XNewsletter-module__title_uZr2_a__012 {
|
|
205
204
|
white-space: nowrap;
|
|
206
|
-
font-weight: 500;
|
|
207
205
|
color: var(--nws-text);
|
|
206
|
+
font-size: .875rem;
|
|
207
|
+
font-weight: 500;
|
|
208
208
|
}
|
|
209
|
-
.
|
|
210
|
-
width: 100%;
|
|
211
|
-
padding: 0.5rem 1rem;
|
|
212
|
-
font-size: 0.875rem;
|
|
213
|
-
border-radius: 0.5rem;
|
|
209
|
+
.XNewsletter-module__input_uZr2_a__012 {
|
|
214
210
|
border: 1px solid var(--nws-border);
|
|
215
|
-
|
|
216
|
-
outline: none;
|
|
217
|
-
transition: border-color 0.2s ease;
|
|
211
|
+
width: 100%;
|
|
218
212
|
color: var(--nws-text);
|
|
219
213
|
caret-color: var(--nws-accent);
|
|
214
|
+
background-color: #0000;
|
|
215
|
+
border-radius: .5rem;
|
|
216
|
+
outline: none;
|
|
217
|
+
padding: .5rem 1rem;
|
|
220
218
|
font-family: inherit;
|
|
219
|
+
font-size: .875rem;
|
|
220
|
+
transition: border-color .2s;
|
|
221
221
|
}
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
@media (min-width: 768px) {
|
|
225
|
-
.XNewsletter_horizontal3 .XNewsletter_input3 {
|
|
222
|
+
@media (width >= 768px) {
|
|
223
|
+
.XNewsletter-module__horizontal_uZr2_a__012 .XNewsletter-module__input_uZr2_a__012 {
|
|
226
224
|
width: 16rem;
|
|
227
225
|
}
|
|
228
226
|
}
|
|
229
|
-
.
|
|
227
|
+
.XNewsletter-module__input_uZr2_a__012:focus {
|
|
230
228
|
border-color: var(--nws-accent);
|
|
231
229
|
}
|
|
232
|
-
.
|
|
233
|
-
display: flex;
|
|
230
|
+
.XNewsletter-module__actions_uZr2_a__012 {
|
|
234
231
|
gap: 1rem;
|
|
232
|
+
display: flex;
|
|
235
233
|
}
|
|
236
|
-
.
|
|
234
|
+
.XNewsletter-module__actionsHorizontal_uZr2_a__012 {
|
|
237
235
|
flex-direction: row;
|
|
238
236
|
align-items: center;
|
|
239
237
|
}
|
|
240
|
-
.
|
|
238
|
+
.XNewsletter-module__actionsVertical_uZr2_a__012 {
|
|
241
239
|
flex-direction: column;
|
|
242
240
|
align-items: flex-start;
|
|
243
241
|
width: 100%;
|
|
244
242
|
}
|
|
245
|
-
.
|
|
246
|
-
display: flex;
|
|
247
|
-
align-items: center;
|
|
248
|
-
gap: 0.5rem;
|
|
249
|
-
font-size: 0.75rem;
|
|
243
|
+
.XNewsletter-module__checkboxLabel_uZr2_a__012 {
|
|
250
244
|
white-space: nowrap;
|
|
251
245
|
cursor: pointer;
|
|
252
246
|
color: var(--nws-text);
|
|
247
|
+
align-items: center;
|
|
248
|
+
gap: .5rem;
|
|
249
|
+
font-size: .75rem;
|
|
250
|
+
display: flex;
|
|
253
251
|
}
|
|
254
|
-
.
|
|
255
|
-
opacity:
|
|
252
|
+
.XNewsletter-module__checkboxLabel_uZr2_a__012 span {
|
|
253
|
+
opacity: .7;
|
|
256
254
|
}
|
|
257
|
-
.
|
|
258
|
-
height: 0.875rem;
|
|
259
|
-
width: 0.875rem;
|
|
260
|
-
border-radius: 0.125rem;
|
|
255
|
+
.XNewsletter-module__checkbox_uZr2_a__012 {
|
|
261
256
|
cursor: pointer;
|
|
257
|
+
width: .875rem;
|
|
258
|
+
height: .875rem;
|
|
262
259
|
accent-color: var(--nws-accent);
|
|
260
|
+
border-radius: .125rem;
|
|
263
261
|
}
|
|
264
|
-
.
|
|
265
|
-
text-decoration: underline;
|
|
262
|
+
.XNewsletter-module__termsLink_uZr2_a__012 {
|
|
266
263
|
color: var(--nws-accent);
|
|
267
|
-
|
|
264
|
+
text-decoration: underline;
|
|
265
|
+
transition: opacity .2s;
|
|
268
266
|
}
|
|
269
|
-
.
|
|
267
|
+
.XNewsletter-module__termsLink_uZr2_a__012:hover {
|
|
270
268
|
opacity: 1;
|
|
271
269
|
}
|
|
272
|
-
.
|
|
273
|
-
padding: 0.5rem 1rem;
|
|
274
|
-
font-size: 0.875rem;
|
|
275
|
-
border-radius: 0.5rem;
|
|
270
|
+
.XNewsletter-module__button_uZr2_a__012 {
|
|
276
271
|
border: 1px solid var(--nws-accent);
|
|
277
272
|
color: var(--nws-accent);
|
|
278
|
-
background-color: transparent;
|
|
279
|
-
transition: all 0.2s ease;
|
|
280
273
|
white-space: nowrap;
|
|
281
274
|
cursor: pointer;
|
|
275
|
+
background-color: #0000;
|
|
276
|
+
border-radius: .5rem;
|
|
277
|
+
padding: .5rem 1rem;
|
|
278
|
+
font-size: .875rem;
|
|
279
|
+
transition: all .2s;
|
|
282
280
|
}
|
|
283
|
-
.
|
|
281
|
+
.XNewsletter-module__button_uZr2_a__012:hover:not(:disabled) {
|
|
284
282
|
background-color: var(--nws-accent);
|
|
285
283
|
color: var(--nws-btn-text);
|
|
286
284
|
}
|
|
287
|
-
.
|
|
288
|
-
.
|
|
289
|
-
.
|
|
290
|
-
opacity:
|
|
285
|
+
.XNewsletter-module__button_uZr2_a__012:disabled,
|
|
286
|
+
.XNewsletter-module__input_uZr2_a__012:disabled,
|
|
287
|
+
.XNewsletter-module__checkbox_uZr2_a__012:disabled {
|
|
288
|
+
opacity: .5;
|
|
291
289
|
cursor: not-allowed;
|
|
292
290
|
}
|
|
293
|
-
.
|
|
291
|
+
.XNewsletter-module__actionsVertical_uZr2_a__012 .XNewsletter-module__button_uZr2_a__012 {
|
|
294
292
|
width: 100%;
|
|
295
293
|
}
|
|
296
|
-
.
|
|
297
|
-
margin-top: 0.75rem;
|
|
298
|
-
font-size: 0.75rem;
|
|
294
|
+
.XNewsletter-module__message_uZr2_a__012 {
|
|
299
295
|
color: var(--nws-accent);
|
|
296
|
+
margin-top: .75rem;
|
|
297
|
+
font-size: .75rem;
|
|
300
298
|
}
|
|
301
|
-
.
|
|
299
|
+
.XNewsletter-module__messageHorizontal_uZr2_a__012 {
|
|
302
300
|
text-align: center;
|
|
303
301
|
}
|
|
304
|
-
.
|
|
302
|
+
.XNewsletter-module__messageVertical_uZr2_a__012 {
|
|
305
303
|
text-align: left;
|
|
306
304
|
}
|
|
307
305
|
/*# sourceMappingURL=index.css.map */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";
|
|
6
|
-
"names": [
|
|
3
|
+
"sources": ["esbuild-css-modules-plugin-ns-css:src/components/forms/xcontactform/XContactForm.module.css", "esbuild-css-modules-plugin-ns-css:src/components/forms/xnewsletter/XNewsletter.module.css"],
|
|
4
|
+
"sourcesContent": [".XContactForm-module__wrapper_o7lHUG__012 {\n --input-padding: .65rem .9rem;\n --font-size: 16px;\n --form-gap: 1.25rem;\n --row-gap: .85rem;\n --field-gap: .45rem;\n --button-min-width: 140px;\n --label-color: inherit;\n --wrapper-bg-color: transparent;\n --wrapper-border-color: transparent;\n --wrapper-border-width: 0px;\n --wrapper-border-style: solid;\n --wrapper-radius: .5rem;\n --field-border-color: var(--border, #ccc);\n --field-border-width: 1px;\n --field-border-style: solid;\n --field-radius: .5rem;\n --btn-bg-color: var(--bg, #333);\n --btn-text-color: var(--text, #fff);\n --btn-border-color: transparent;\n --btn-border-width: 0px;\n --btn-border-style: solid;\n --btn-radius: .5rem;\n --btn-alignment: flex-start;\n --btn-hover-bg-color: var(--btn-bg-color);\n --btn-hover-text-color: var(--btn-text-color);\n --btn-hover-border-color: var(--btn-border-color);\n --status-ok-color: #1fa37a;\n --status-error-color: #d16a6a;\n background-color: var(--wrapper-bg-color);\n border: var(--wrapper-border-width) var(--wrapper-border-style) var(--wrapper-border-color);\n border-radius: var(--wrapper-radius);\n max-width: 900px;\n margin: 0 auto;\n padding: 2rem 1rem;\n}\n\n.XContactForm-module__small_o7lHUG__012 {\n --input-padding: .35rem .55rem;\n --font-size: 13px;\n --form-gap: .75rem;\n --row-gap: .6rem;\n --field-gap: .3rem;\n --button-min-width: 118px;\n}\n\n.XContactForm-module__medium_o7lHUG__012 {\n --input-padding: .5rem .7rem;\n --font-size: 15px;\n --form-gap: 1rem;\n --row-gap: .7rem;\n --field-gap: .4rem;\n --button-min-width: 130px;\n}\n\n.XContactForm-module__large_o7lHUG__012 {\n --input-padding: 1rem 1.2rem;\n --font-size: 18px;\n --form-gap: 1.5rem;\n --row-gap: 1rem;\n --field-gap: .5rem;\n --button-min-width: 150px;\n}\n\n.XContactForm-module__form_o7lHUG__012 {\n gap: var(--form-gap);\n max-width: 100%;\n display: grid;\n}\n\n.XContactForm-module__row_o7lHUG__012 {\n gap: var(--row-gap);\n display: grid;\n}\n\n.XContactForm-module__grid_o7lHUG__012 .XContactForm-module__row_o7lHUG__012 {\n grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n}\n\n.XContactForm-module__vertical_o7lHUG__012 .XContactForm-module__row_o7lHUG__012 {\n grid-template-columns: 1fr;\n}\n\n.XContactForm-module__field_o7lHUG__012 {\n gap: var(--field-gap);\n flex-direction: column;\n display: flex;\n}\n\n.XContactForm-module__field_o7lHUG__012 label {\n font-size: calc(var(--font-size) - 2px);\n color: var(--label-color);\n font-weight: 500;\n}\n\n.XContactForm-module__field_o7lHUG__012 input, .XContactForm-module__field_o7lHUG__012 textarea {\n width: 100%;\n padding: var(--input-padding);\n border: var(--field-border-width) var(--field-border-style) var(--field-border-color);\n border-radius: var(--field-radius);\n font-size: var(--font-size);\n box-sizing: border-box;\n font-family: inherit;\n}\n\n.XContactForm-module__field_o7lHUG__012 input::placeholder, .XContactForm-module__field_o7lHUG__012 textarea::placeholder {\n color: #888;\n}\n\n.XContactForm-module__buttoncontainer_o7lHUG__012 {\n justify-content: var(--btn-alignment);\n margin-top: .25rem;\n display: flex;\n}\n\n.XContactForm-module__button_o7lHUG__012 {\n padding: var(--input-padding);\n border-radius: var(--btn-radius);\n border: var(--btn-border-width) var(--btn-border-style) var(--btn-border-color);\n background-color: var(--btn-bg-color);\n color: var(--btn-text-color);\n cursor: pointer;\n font-size: var(--font-size);\n min-width: var(--button-min-width);\n font-weight: 600;\n transition: background-color .2s, color .2s, border-color .2s, opacity .2s;\n}\n\n.XContactForm-module__button_o7lHUG__012:hover {\n background-color: var(--btn-hover-bg-color);\n color: var(--btn-hover-text-color);\n border-color: var(--btn-hover-border-color);\n opacity: .95;\n}\n\n.XContactForm-module__status_o7lHUG__012 {\n min-height: 1.5rem;\n font-size: calc(var(--font-size) - 2px);\n margin-top: .25rem;\n}\n\n.XContactForm-module__statusOk_o7lHUG__012 {\n color: var(--status-ok-color);\n}\n\n.XContactForm-module__statusError_o7lHUG__012 {\n color: var(--status-error-color);\n}\n\n.XContactForm-module__honeypot_o7lHUG__012 {\n position: absolute;\n top: -9999px;\n left: -9999px;\n}\n\n.XContactForm-module__withDecorativeX_o7lHUG__012 {\n padding-top: 2.5rem;\n padding-bottom: 2.5rem;\n position: relative;\n}\n\n.XContactForm-module__decorativeXTop_o7lHUG__012, .XContactForm-module__decorativeXBottom_o7lHUG__012 {\n color: var(--decorative-x-color, currentColor);\n opacity: 1;\n pointer-events: none;\n background-color: var(--wrapper-bg-color, transparent);\n z-index: 1;\n padding: 0 .3rem;\n font-size: .5rem;\n font-weight: 300;\n line-height: 1;\n position: absolute;\n left: 50%;\n transform: translateX(-50%);\n}\n\n.XContactForm-module__decorativeXTop_o7lHUG__012 {\n top: 0;\n transform: translate(-50%, -50%);\n}\n\n.XContactForm-module__decorativeXBottom_o7lHUG__012 {\n bottom: 0;\n transform: translate(-50%, 50%);\n}\n", ".XNewsletter-module__container_uZr2_a__012 {\n --nws-accent: var(--accent);\n --nws-text: var(--text);\n --nws-border: var(--border);\n --nws-btn-text: var(--accent-text);\n width: 100%;\n font-family: EB Garamond, serif;\n}\n\n.XNewsletter-module__form_uZr2_a__012 {\n gap: 1rem;\n display: flex;\n}\n\n.XNewsletter-module__horizontal_uZr2_a__012 {\n flex-direction: column;\n justify-content: center;\n align-items: center;\n}\n\n@media (width >= 768px) {\n .XNewsletter-module__horizontal_uZr2_a__012 {\n flex-direction: row;\n }\n}\n\n.XNewsletter-module__vertical_uZr2_a__012 {\n flex-direction: column;\n align-items: flex-start;\n width: 100%;\n max-width: 24rem;\n margin: 0 auto;\n}\n\n.XNewsletter-module__title_uZr2_a__012 {\n white-space: nowrap;\n color: var(--nws-text);\n font-size: .875rem;\n font-weight: 500;\n}\n\n.XNewsletter-module__input_uZr2_a__012 {\n border: 1px solid var(--nws-border);\n width: 100%;\n color: var(--nws-text);\n caret-color: var(--nws-accent);\n background-color: #0000;\n border-radius: .5rem;\n outline: none;\n padding: .5rem 1rem;\n font-family: inherit;\n font-size: .875rem;\n transition: border-color .2s;\n}\n\n@media (width >= 768px) {\n .XNewsletter-module__horizontal_uZr2_a__012 .XNewsletter-module__input_uZr2_a__012 {\n width: 16rem;\n }\n}\n\n.XNewsletter-module__input_uZr2_a__012:focus {\n border-color: var(--nws-accent);\n}\n\n.XNewsletter-module__actions_uZr2_a__012 {\n gap: 1rem;\n display: flex;\n}\n\n.XNewsletter-module__actionsHorizontal_uZr2_a__012 {\n flex-direction: row;\n align-items: center;\n}\n\n.XNewsletter-module__actionsVertical_uZr2_a__012 {\n flex-direction: column;\n align-items: flex-start;\n width: 100%;\n}\n\n.XNewsletter-module__checkboxLabel_uZr2_a__012 {\n white-space: nowrap;\n cursor: pointer;\n color: var(--nws-text);\n align-items: center;\n gap: .5rem;\n font-size: .75rem;\n display: flex;\n}\n\n.XNewsletter-module__checkboxLabel_uZr2_a__012 span {\n opacity: .7;\n}\n\n.XNewsletter-module__checkbox_uZr2_a__012 {\n cursor: pointer;\n width: .875rem;\n height: .875rem;\n accent-color: var(--nws-accent);\n border-radius: .125rem;\n}\n\n.XNewsletter-module__termsLink_uZr2_a__012 {\n color: var(--nws-accent);\n text-decoration: underline;\n transition: opacity .2s;\n}\n\n.XNewsletter-module__termsLink_uZr2_a__012:hover {\n opacity: 1;\n}\n\n.XNewsletter-module__button_uZr2_a__012 {\n border: 1px solid var(--nws-accent);\n color: var(--nws-accent);\n white-space: nowrap;\n cursor: pointer;\n background-color: #0000;\n border-radius: .5rem;\n padding: .5rem 1rem;\n font-size: .875rem;\n transition: all .2s;\n}\n\n.XNewsletter-module__button_uZr2_a__012:hover:not(:disabled) {\n background-color: var(--nws-accent);\n color: var(--nws-btn-text);\n}\n\n.XNewsletter-module__button_uZr2_a__012:disabled, .XNewsletter-module__input_uZr2_a__012:disabled, .XNewsletter-module__checkbox_uZr2_a__012:disabled {\n opacity: .5;\n cursor: not-allowed;\n}\n\n.XNewsletter-module__actionsVertical_uZr2_a__012 .XNewsletter-module__button_uZr2_a__012 {\n width: 100%;\n}\n\n.XNewsletter-module__message_uZr2_a__012 {\n color: var(--nws-accent);\n margin-top: .75rem;\n font-size: .75rem;\n}\n\n.XNewsletter-module__messageHorizontal_uZr2_a__012 {\n text-align: center;\n}\n\n.XNewsletter-module__messageVertical_uZr2_a__012 {\n text-align: left;\n}\n"],
|
|
5
|
+
"mappings": ";AAAA,CAAC;AACC,mBAAiB,OAAO;AACxB,eAAa;AACb,cAAY;AACZ,aAAW;AACX,eAAa;AACb,sBAAoB;AACpB,iBAAe;AACf,sBAAoB;AACpB,0BAAwB;AACxB,0BAAwB;AACxB,0BAAwB;AACxB,oBAAkB;AAClB,wBAAsB,IAAI,QAAQ,EAAE;AACpC,wBAAsB;AACtB,wBAAsB;AACtB,kBAAgB;AAChB,kBAAgB,IAAI,IAAI,EAAE;AAC1B,oBAAkB,IAAI,MAAM,EAAE;AAC9B,sBAAoB;AACpB,sBAAoB;AACpB,sBAAoB;AACpB,gBAAc;AACd,mBAAiB;AACjB,wBAAsB,IAAI;AAC1B,0BAAwB,IAAI;AAC5B,4BAA0B,IAAI;AAC9B,qBAAmB;AACnB,wBAAsB;AACtB,oBAAkB,IAAI;AACtB,UAAQ,IAAI,wBAAwB,IAAI,wBAAwB,IAAI;AACpE,iBAAe,IAAI;AACnB,aAAW;AACX,UAAQ,EAAE;AACV,WAAS,KAAK;AAChB;AAEA,CAAC;AACC,mBAAiB,OAAO;AACxB,eAAa;AACb,cAAY;AACZ,aAAW;AACX,eAAa;AACb,sBAAoB;AACtB;AAEA,CAAC;AACC,mBAAiB,MAAM;AACvB,eAAa;AACb,cAAY;AACZ,aAAW;AACX,eAAa;AACb,sBAAoB;AACtB;AAEA,CAAC;AACC,mBAAiB,KAAK;AACtB,eAAa;AACb,cAAY;AACZ,aAAW;AACX,eAAa;AACb,sBAAoB;AACtB;AAEA,CAAC;AACC,OAAK,IAAI;AACT,aAAW;AACX,WAAS;AACX;AAEA,CAAC;AACC,OAAK,IAAI;AACT,WAAS;AACX;AAEA,CAAC,sCAAsC,CALtC;AAMC,yBAAuB,OAAO,QAAQ,EAAE,OAAO,KAAK,EAAE;AACxD;AAEA,CAAC,0CAA0C,CAT1C;AAUC,yBAAuB;AACzB;AAEA,CAAC;AACC,OAAK,IAAI;AACT,kBAAgB;AAChB,WAAS;AACX;AAEA,CANC,uCAMuC;AACtC,aAAW,KAAK,IAAI,aAAa,EAAE;AACnC,SAAO,IAAI;AACX,eAAa;AACf;AAEA,CAZC,uCAYuC;AAAO,CAZ9C,uCAYsF;AACrF,SAAO;AACP,WAAS,IAAI;AACb,UAAQ,IAAI,sBAAsB,IAAI,sBAAsB,IAAI;AAChE,iBAAe,IAAI;AACnB,aAAW,IAAI;AACf,cAAY;AACZ,eAAa;AACf;AAEA,CAtBC,uCAsBuC,KAAK;AAAe,CAtB3D,uCAsBmG,QAAQ;AAC1G,SAAO;AACT;AAEA,CAAC;AACC,mBAAiB,IAAI;AACrB,cAAY;AACZ,WAAS;AACX;AAEA,CAAC;AACC,WAAS,IAAI;AACb,iBAAe,IAAI;AACnB,UAAQ,IAAI,oBAAoB,IAAI,oBAAoB,IAAI;AAC5D,oBAAkB,IAAI;AACtB,SAAO,IAAI;AACX,UAAQ;AACR,aAAW,IAAI;AACf,aAAW,IAAI;AACf,eAAa;AACb;AAAA,IAAY,iBAAiB,GAAG;AAAA,IAAE,MAAM,GAAG;AAAA,IAAE,aAAa,GAAG;AAAA,IAAE,QAAQ;AACzE;AAEA,CAbC,uCAauC;AACtC,oBAAkB,IAAI;AACtB,SAAO,IAAI;AACX,gBAAc,IAAI;AAClB,WAAS;AACX;AAEA,CAAC;AACC,cAAY;AACZ,aAAW,KAAK,IAAI,aAAa,EAAE;AACnC,cAAY;AACd;AAEA,CAAC;AACC,SAAO,IAAI;AACb;AAEA,CAAC;AACC,SAAO,IAAI;AACb;AAEA,CAAC;AACC,YAAU;AACV,OAAK;AACL,QAAM;AACR;AAEA,CAAC;AACC,eAAa;AACb,kBAAgB;AAChB,YAAU;AACZ;AAEA,CAAC;AAAiD,CAAC;AACjD,SAAO,IAAI,oBAAoB,EAAE;AACjC,WAAS;AACT,kBAAgB;AAChB,oBAAkB,IAAI,kBAAkB,EAAE;AAC1C,WAAS;AACT,WAAS,EAAE;AACX,aAAW;AACX,eAAa;AACb,eAAa;AACb,YAAU;AACV,QAAM;AACN,aAAW,WAAW;AACxB;AAEA,CAfC;AAgBC,OAAK;AACL,aAAW,UAAU,IAAI,EAAE;AAC7B;AAEA,CApBmD;AAqBjD,UAAQ;AACR,aAAW,UAAU,IAAI,EAAE;AAC7B;;;ACxLA,CAAC;AACC,gBAAc,IAAI;AAClB,cAAY,IAAI;AAChB,gBAAc,IAAI;AAClB,kBAAgB,IAAI;AACpB,SAAO;AACP,eAAa,GAAG,QAAQ,EAAE;AAC5B;AAEA,CAAC;AACC,OAAK;AACL,WAAS;AACX;AAEA,CAAC;AACC,kBAAgB;AAChB,mBAAiB;AACjB,eAAa;AACf;AAEA,QAAQ,SAAS;AACf,GAPD;AAQG,oBAAgB;AAClB;AACF;AAEA,CAAC;AACC,kBAAgB;AAChB,eAAa;AACb,SAAO;AACP,aAAW;AACX,UAAQ,EAAE;AACZ;AAEA,CAAC;AACC,eAAa;AACb,SAAO,IAAI;AACX,aAAW;AACX,eAAa;AACf;AAEA,CAAC;AACC,UAAQ,IAAI,MAAM,IAAI;AACtB,SAAO;AACP,SAAO,IAAI;AACX,eAAa,IAAI;AACjB,oBAAkB;AAClB,iBAAe;AACf,WAAS;AACT,WAAS,MAAM;AACf,eAAa;AACb,aAAW;AACX,cAAY,aAAa;AAC3B;AAEA,QAAQ,SAAS;AACf,GA1CD,2CA0C6C,CAf7C;AAgBG,WAAO;AACT;AACF;AAEA,CApBC,qCAoBqC;AACpC,gBAAc,IAAI;AACpB;AAEA,CAAC;AACC,OAAK;AACL,WAAS;AACX;AAEA,CAAC;AACC,kBAAgB;AAChB,eAAa;AACf;AAEA,CAAC;AACC,kBAAgB;AAChB,eAAa;AACb,SAAO;AACT;AAEA,CAAC;AACC,eAAa;AACb,UAAQ;AACR,SAAO,IAAI;AACX,eAAa;AACb,OAAK;AACL,aAAW;AACX,WAAS;AACX;AAEA,CAVC,8CAU8C;AAC7C,WAAS;AACX;AAEA,CAAC;AACC,UAAQ;AACR,SAAO;AACP,UAAQ;AACR,gBAAc,IAAI;AAClB,iBAAe;AACjB;AAEA,CAAC;AACC,SAAO,IAAI;AACX,mBAAiB;AACjB,cAAY,QAAQ;AACtB;AAEA,CANC,yCAMyC;AACxC,WAAS;AACX;AAEA,CAAC;AACC,UAAQ,IAAI,MAAM,IAAI;AACtB,SAAO,IAAI;AACX,eAAa;AACb,UAAQ;AACR,oBAAkB;AAClB,iBAAe;AACf,WAAS,MAAM;AACf,aAAW;AACX,cAAY,IAAI;AAClB;AAEA,CAZC,sCAYsC,MAAM,KAAK;AAChD,oBAAkB,IAAI;AACtB,SAAO,IAAI;AACb;AAEA,CAjBC,sCAiBsC;AAAW,CAzFjD,qCAyFuF;AAAW,CAnClG,wCAmC2I;AAC1I,WAAS;AACT,UAAQ;AACV;AAEA,CA5DC,gDA4DgD,CAtBhD;AAuBC,SAAO;AACT;AAEA,CAAC;AACC,SAAO,IAAI;AACX,cAAY;AACZ,aAAW;AACb;AAEA,CAAC;AACC,cAAY;AACd;AAEA,CAAC;AACC,cAAY;AACd;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|
|
@@ -38,28 +38,59 @@ module.exports = __toCommonJS(forms_exports);
|
|
|
38
38
|
// src/components/forms/xcontactform/XContactForm.tsx
|
|
39
39
|
var import_react = require("react");
|
|
40
40
|
|
|
41
|
-
// src/components/forms/xcontactform/XContactForm.module.css
|
|
42
|
-
var
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
41
|
+
// esbuild-css-modules-plugin-ns-js::src/components/forms/xcontactform/XContactForm.module.css:injector.js
|
|
42
|
+
var content = __content_placeholder__;
|
|
43
|
+
var digest = __digest_placeholder__;
|
|
44
|
+
var inject = () => {
|
|
45
|
+
setTimeout(() => {
|
|
46
|
+
if (!globalThis.document) {
|
|
47
|
+
return;
|
|
48
|
+
}
|
|
49
|
+
let root = globalThis.document.querySelector("head");
|
|
50
|
+
if (root && root.shadowRoot) {
|
|
51
|
+
root = root.shadowRoot;
|
|
52
|
+
}
|
|
53
|
+
if (!root) {
|
|
54
|
+
root = globalThis.document.head;
|
|
55
|
+
}
|
|
56
|
+
let container = root.querySelector("#_" + digest);
|
|
57
|
+
if (!container) {
|
|
58
|
+
container = globalThis.document.createElement("style");
|
|
59
|
+
container.id = "_" + digest;
|
|
60
|
+
const text = globalThis.document.createTextNode(content);
|
|
61
|
+
container.appendChild(text);
|
|
62
|
+
root.appendChild(container);
|
|
63
|
+
}
|
|
64
|
+
}, 0);
|
|
61
65
|
};
|
|
62
66
|
|
|
67
|
+
// src/components/forms/xcontactform/XContactForm.module.css
|
|
68
|
+
var XContactForm_default = new Proxy({
|
|
69
|
+
"button": "XContactForm-module__button_o7lHUG__012",
|
|
70
|
+
"buttoncontainer": "XContactForm-module__buttoncontainer_o7lHUG__012",
|
|
71
|
+
"decorativeXBottom": "XContactForm-module__decorativeXBottom_o7lHUG__012",
|
|
72
|
+
"decorativeXTop": "XContactForm-module__decorativeXTop_o7lHUG__012",
|
|
73
|
+
"field": "XContactForm-module__field_o7lHUG__012",
|
|
74
|
+
"form": "XContactForm-module__form_o7lHUG__012",
|
|
75
|
+
"grid": "XContactForm-module__grid_o7lHUG__012",
|
|
76
|
+
"honeypot": "XContactForm-module__honeypot_o7lHUG__012",
|
|
77
|
+
"large": "XContactForm-module__large_o7lHUG__012",
|
|
78
|
+
"medium": "XContactForm-module__medium_o7lHUG__012",
|
|
79
|
+
"row": "XContactForm-module__row_o7lHUG__012",
|
|
80
|
+
"small": "XContactForm-module__small_o7lHUG__012",
|
|
81
|
+
"status": "XContactForm-module__status_o7lHUG__012",
|
|
82
|
+
"statusError": "XContactForm-module__statusError_o7lHUG__012",
|
|
83
|
+
"statusOk": "XContactForm-module__statusOk_o7lHUG__012",
|
|
84
|
+
"vertical": "XContactForm-module__vertical_o7lHUG__012",
|
|
85
|
+
"withDecorativeX": "XContactForm-module__withDecorativeX_o7lHUG__012",
|
|
86
|
+
"wrapper": "XContactForm-module__wrapper_o7lHUG__012"
|
|
87
|
+
}, {
|
|
88
|
+
get: function(source, key) {
|
|
89
|
+
inject();
|
|
90
|
+
return source[key];
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
|
|
63
94
|
// src/components/forms/xcontactform/XContactForm.tsx
|
|
64
95
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
65
96
|
function XContactForm({
|
|
@@ -210,26 +241,57 @@ function XContactForm({
|
|
|
210
241
|
var import_react2 = require("react");
|
|
211
242
|
var import_link = __toESM(require("next/link"));
|
|
212
243
|
|
|
213
|
-
// src/components/forms/xnewsletter/XNewsletter.module.css
|
|
214
|
-
var
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
244
|
+
// esbuild-css-modules-plugin-ns-js::src/components/forms/xnewsletter/XNewsletter.module.css:injector.js
|
|
245
|
+
var content2 = __content_placeholder__;
|
|
246
|
+
var digest2 = __digest_placeholder__;
|
|
247
|
+
var inject2 = () => {
|
|
248
|
+
setTimeout(() => {
|
|
249
|
+
if (!globalThis.document) {
|
|
250
|
+
return;
|
|
251
|
+
}
|
|
252
|
+
let root = globalThis.document.querySelector("head");
|
|
253
|
+
if (root && root.shadowRoot) {
|
|
254
|
+
root = root.shadowRoot;
|
|
255
|
+
}
|
|
256
|
+
if (!root) {
|
|
257
|
+
root = globalThis.document.head;
|
|
258
|
+
}
|
|
259
|
+
let container = root.querySelector("#_" + digest2);
|
|
260
|
+
if (!container) {
|
|
261
|
+
container = globalThis.document.createElement("style");
|
|
262
|
+
container.id = "_" + digest2;
|
|
263
|
+
const text = globalThis.document.createTextNode(content2);
|
|
264
|
+
container.appendChild(text);
|
|
265
|
+
root.appendChild(container);
|
|
266
|
+
}
|
|
267
|
+
}, 0);
|
|
231
268
|
};
|
|
232
269
|
|
|
270
|
+
// src/components/forms/xnewsletter/XNewsletter.module.css
|
|
271
|
+
var XNewsletter_default = new Proxy({
|
|
272
|
+
"actions": "XNewsletter-module__actions_uZr2_a__012",
|
|
273
|
+
"actionsHorizontal": "XNewsletter-module__actionsHorizontal_uZr2_a__012",
|
|
274
|
+
"actionsVertical": "XNewsletter-module__actionsVertical_uZr2_a__012",
|
|
275
|
+
"button": "XNewsletter-module__button_uZr2_a__012",
|
|
276
|
+
"checkbox": "XNewsletter-module__checkbox_uZr2_a__012",
|
|
277
|
+
"checkboxLabel": "XNewsletter-module__checkboxLabel_uZr2_a__012",
|
|
278
|
+
"container": "XNewsletter-module__container_uZr2_a__012",
|
|
279
|
+
"form": "XNewsletter-module__form_uZr2_a__012",
|
|
280
|
+
"horizontal": "XNewsletter-module__horizontal_uZr2_a__012",
|
|
281
|
+
"input": "XNewsletter-module__input_uZr2_a__012",
|
|
282
|
+
"message": "XNewsletter-module__message_uZr2_a__012",
|
|
283
|
+
"messageHorizontal": "XNewsletter-module__messageHorizontal_uZr2_a__012",
|
|
284
|
+
"messageVertical": "XNewsletter-module__messageVertical_uZr2_a__012",
|
|
285
|
+
"termsLink": "XNewsletter-module__termsLink_uZr2_a__012",
|
|
286
|
+
"title": "XNewsletter-module__title_uZr2_a__012",
|
|
287
|
+
"vertical": "XNewsletter-module__vertical_uZr2_a__012"
|
|
288
|
+
}, {
|
|
289
|
+
get: function(source, key) {
|
|
290
|
+
inject2();
|
|
291
|
+
return source[key];
|
|
292
|
+
}
|
|
293
|
+
});
|
|
294
|
+
|
|
233
295
|
// src/components/forms/xnewsletter/XNewsletter.tsx
|
|
234
296
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
235
297
|
function XNewsletter({
|