@measured/puck 0.20.0-canary.755737e8 → 0.20.0-canary.77cef35d

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.
@@ -0,0 +1,2105 @@
1
+ @import "https://rsms.me/inter/inter.css";
2
+
3
+ /* bundle/no-external.css */
4
+
5
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ActionBar/styles.module.css/#css-module-data */
6
+ ._ActionBar_rvadt_1 {
7
+ align-items: center;
8
+ cursor: default;
9
+ display: flex;
10
+ width: auto;
11
+ padding: 4px;
12
+ padding-inline-start: 0;
13
+ padding-inline-end: 0;
14
+ border-top-left-radius: 8px;
15
+ border-top-right-radius: 8px;
16
+ border-radius: 8px;
17
+ background: var(--puck-color-grey-01);
18
+ color: var(--puck-color-white);
19
+ font-family: var(--puck-font-family);
20
+ min-height: 26px;
21
+ }
22
+ ._ActionBar-label_rvadt_18 {
23
+ color: var(--puck-color-grey-08);
24
+ font-size: var(--puck-font-size-xxxs);
25
+ font-weight: 500;
26
+ padding-inline-start: 8px;
27
+ padding-inline-end: 8px;
28
+ margin-inline-start: 4px;
29
+ margin-inline-end: 4px;
30
+ text-overflow: ellipsis;
31
+ white-space: nowrap;
32
+ }
33
+ ._ActionBar-action_rvadt_30 + ._ActionBar-label_rvadt_18 {
34
+ padding-inline-start: 0;
35
+ }
36
+ ._ActionBar-label_rvadt_18 + ._ActionBar-action_rvadt_30 {
37
+ margin-inline-start: -4px;
38
+ }
39
+ ._ActionBar-group_rvadt_38 {
40
+ align-items: center;
41
+ border-inline-start: 0.5px solid var(--puck-color-grey-05);
42
+ display: flex;
43
+ height: 100%;
44
+ padding-inline-start: 4px;
45
+ padding-inline-end: 4px;
46
+ }
47
+ ._ActionBar-group_rvadt_38:first-of-type {
48
+ border-inline-start: 0;
49
+ }
50
+ ._ActionBar-group_rvadt_38:empty {
51
+ display: none;
52
+ }
53
+ ._ActionBar-action_rvadt_30 {
54
+ background: transparent;
55
+ border: none;
56
+ color: var(--puck-color-grey-08);
57
+ cursor: pointer;
58
+ padding: 6px 8px;
59
+ margin-inline-start: 4px;
60
+ margin-inline-end: 4px;
61
+ border-radius: 4px;
62
+ overflow: hidden;
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ transition: color 50ms ease-in;
67
+ }
68
+ ._ActionBar-action_rvadt_30 svg {
69
+ max-width: none !important;
70
+ }
71
+ ._ActionBar-action_rvadt_30:focus-visible {
72
+ outline: 2px solid var(--puck-color-azure-05);
73
+ outline-offset: -2px;
74
+ }
75
+ @media (hover: hover) and (pointer: fine) {
76
+ ._ActionBar-action_rvadt_30:hover {
77
+ color: var(--puck-color-azure-06);
78
+ transition: none;
79
+ }
80
+ }
81
+ ._ActionBar-action_rvadt_30:active {
82
+ color: var(--puck-color-azure-07);
83
+ transition: none;
84
+ }
85
+ ._ActionBar-group_rvadt_38 * {
86
+ margin: 0;
87
+ }
88
+
89
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/styles.module.css/#css-module-data */
90
+ ._InputWrapper_bsxfo_1 + ._InputWrapper_bsxfo_1 {
91
+ margin-top: 12px;
92
+ }
93
+ ._Input-label_bsxfo_5 {
94
+ align-items: center;
95
+ color: var(--puck-color-grey-04);
96
+ display: flex;
97
+ padding-bottom: 12px;
98
+ font-size: var(--puck-font-size-xxs);
99
+ font-weight: 600;
100
+ }
101
+ ._Input-labelIcon_bsxfo_14 {
102
+ color: var(--puck-color-grey-07);
103
+ display: flex;
104
+ margin-inline-end: 4px;
105
+ padding-inline-start: 4px;
106
+ }
107
+ ._Input-disabledIcon_bsxfo_21 {
108
+ color: var(--puck-color-grey-05);
109
+ margin-inline-start: auto;
110
+ }
111
+ ._Input-input_bsxfo_26 {
112
+ background: var(--puck-color-white);
113
+ border-width: 1px;
114
+ border-style: solid;
115
+ border-color: var(--puck-color-grey-09);
116
+ border-radius: 4px;
117
+ box-sizing: border-box;
118
+ font-family: inherit;
119
+ font-size: 16px;
120
+ padding: 12px 15px;
121
+ transition: border-color 50ms ease-in;
122
+ width: 100%;
123
+ max-width: 100%;
124
+ }
125
+ @media (min-width: 458px) {
126
+ ._Input-input_bsxfo_26 {
127
+ font-size: 14px;
128
+ }
129
+ }
130
+ select._Input-input_bsxfo_26 {
131
+ appearance: none;
132
+ background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
133
+ background-size: 12px;
134
+ background-position: calc(100% - 12px) calc(50% + 3px);
135
+ background-repeat: no-repeat;
136
+ background-color: var(--puck-color-white);
137
+ cursor: pointer;
138
+ }
139
+ select._Input-input_bsxfo_26:dir(rtl) {
140
+ background-position: 12px calc(50% + 3px);
141
+ }
142
+ @media (hover: hover) and (pointer: fine) {
143
+ ._Input_bsxfo_1:has(> input):hover ._Input-input_bsxfo_26:not([readonly]),
144
+ ._Input_bsxfo_1:has(> textarea):hover ._Input-input_bsxfo_26:not([readonly]) {
145
+ border-color: var(--puck-color-grey-05);
146
+ transition: none;
147
+ }
148
+ ._Input_bsxfo_1:has(> select):hover ._Input-input_bsxfo_26:not([disabled]) {
149
+ background-color: var(--puck-color-azure-12);
150
+ background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a5a5a'><polygon points='0,0 100,0 50,50'/></svg>");
151
+ border-color: var(--puck-color-grey-05);
152
+ transition: none;
153
+ }
154
+ }
155
+ ._Input-input_bsxfo_26:focus {
156
+ border-color: var(--puck-color-grey-05);
157
+ outline: 2px solid var(--puck-color-azure-05);
158
+ transition: none;
159
+ }
160
+ ._Input--readOnly_bsxfo_82 > ._Input-input_bsxfo_26,
161
+ ._Input--readOnly_bsxfo_82 > select._Input-input_bsxfo_26 {
162
+ background-color: var(--puck-color-grey-11);
163
+ border-color: var(--puck-color-grey-09);
164
+ color: var(--puck-color-grey-04);
165
+ cursor: default;
166
+ opacity: 1;
167
+ outline: 0;
168
+ transition: none;
169
+ }
170
+ ._Input-radioGroupItems_bsxfo_93 {
171
+ display: flex;
172
+ border: 1px solid var(--puck-color-grey-09);
173
+ border-radius: 4px;
174
+ flex-wrap: wrap;
175
+ }
176
+ ._Input-radio_bsxfo_93 {
177
+ border-inline-end: 1px solid var(--puck-color-grey-09);
178
+ flex-grow: 1;
179
+ }
180
+ ._Input-radio_bsxfo_93:first-of-type {
181
+ border-bottom-left-radius: 4px;
182
+ border-top-left-radius: 4px;
183
+ }
184
+ ._Input-radio_bsxfo_93:first-of-type ._Input-radioInner_bsxfo_110 {
185
+ border-bottom-left-radius: 3px;
186
+ border-top-left-radius: 3px;
187
+ }
188
+ ._Input-radio_bsxfo_93:last-of-type {
189
+ border-bottom-right-radius: 4px;
190
+ border-inline-end: 0;
191
+ border-top-right-radius: 4px;
192
+ }
193
+ ._Input-radio_bsxfo_93:last-of-type ._Input-radioInner_bsxfo_110 {
194
+ border-bottom-right-radius: 3px;
195
+ border-top-right-radius: 3px;
196
+ }
197
+ ._Input-radioInner_bsxfo_110 {
198
+ background-color: var(--puck-color-white);
199
+ color: var(--puck-color-grey-04);
200
+ cursor: pointer;
201
+ font-size: var(--puck-font-size-xxxs);
202
+ padding: 8px 12px;
203
+ text-align: center;
204
+ transition: background-color 50ms ease-in;
205
+ }
206
+ ._Input-radio_bsxfo_93:has(:focus-visible) {
207
+ outline: 2px solid var(--puck-color-azure-05);
208
+ outline-offset: 2px;
209
+ position: relative;
210
+ }
211
+ @media (hover: hover) and (pointer: fine) {
212
+ ._Input-radioInner_bsxfo_110:hover {
213
+ background-color: var(--puck-color-azure-12);
214
+ transition: none;
215
+ }
216
+ }
217
+ ._Input--readOnly_bsxfo_82 ._Input-radioInner_bsxfo_110 {
218
+ background-color: var(--puck-color-white);
219
+ color: var(--puck-color-grey-04);
220
+ cursor: default;
221
+ }
222
+ ._Input-radio_bsxfo_93 ._Input-radioInput_bsxfo_155:checked ~ ._Input-radioInner_bsxfo_110 {
223
+ background-color: var(--puck-color-azure-11);
224
+ color: var(--puck-color-azure-04);
225
+ font-weight: 500;
226
+ }
227
+ ._Input--readOnly_bsxfo_82 ._Input-radioInput_bsxfo_155:checked ~ ._Input-radioInner_bsxfo_110 {
228
+ background-color: var(--puck-color-grey-11);
229
+ color: var(--puck-color-grey-04);
230
+ }
231
+ ._Input-radio_bsxfo_93 ._Input-radioInput_bsxfo_155 {
232
+ clip: rect(0 0 0 0);
233
+ clip-path: inset(100%);
234
+ height: 1px;
235
+ overflow: hidden;
236
+ position: absolute;
237
+ white-space: nowrap;
238
+ width: 1px;
239
+ }
240
+ textarea._Input-input_bsxfo_26 {
241
+ margin-bottom: -4px;
242
+ }
243
+
244
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
245
+ ._ArrayField_14u8o_5 {
246
+ display: flex;
247
+ flex-direction: column;
248
+ background: var(--puck-color-azure-11);
249
+ border: 1px solid var(--puck-color-grey-09);
250
+ border-radius: 4px;
251
+ }
252
+ ._ArrayField--isDraggingFrom_14u8o_13 {
253
+ background-color: var(--puck-color-azure-11);
254
+ overflow: hidden;
255
+ }
256
+ ._ArrayField-addButton_14u8o_18 {
257
+ background-color: var(--puck-color-white);
258
+ border: none;
259
+ border-radius: 3px;
260
+ display: flex;
261
+ color: var(--puck-color-azure-05);
262
+ justify-content: center;
263
+ cursor: pointer;
264
+ width: 100%;
265
+ margin: 0;
266
+ padding: 14px;
267
+ text-align: left;
268
+ transition: background-color 50ms ease-in;
269
+ }
270
+ ._ArrayField--hasItems_14u8o_33 > ._ArrayField-addButton_14u8o_18 {
271
+ border-top: 1px solid var(--puck-color-grey-09);
272
+ border-top-left-radius: 0;
273
+ border-top-right-radius: 0;
274
+ }
275
+ ._ArrayField-addButton_14u8o_18:focus-visible {
276
+ outline: 2px solid var(--puck-color-azure-05);
277
+ outline-offset: 2px;
278
+ position: relative;
279
+ }
280
+ @media (hover: hover) and (pointer: fine) {
281
+ ._ArrayField_14u8o_5:not(._ArrayField--isDraggingFrom_14u8o_13) > ._ArrayField-addButton_14u8o_18:hover {
282
+ background: var(--puck-color-azure-12);
283
+ color: var(--puck-color-azure-04);
284
+ transition: none;
285
+ }
286
+ }
287
+ ._ArrayField_14u8o_5:not(._ArrayField--isDraggingFrom_14u8o_13) > ._ArrayField-addButton_14u8o_18:active {
288
+ background: var(--puck-color-azure-11);
289
+ color: var(--puck-color-azure-04);
290
+ transition: none;
291
+ }
292
+ ._ArrayField-inner_14u8o_59 {
293
+ margin-top: -1px;
294
+ }
295
+ ._ArrayFieldItem_14u8o_67 {
296
+ border-top-left-radius: 3px;
297
+ border-top-right-radius: 3px;
298
+ display: block;
299
+ position: relative;
300
+ }
301
+ ._ArrayFieldItem_14u8o_67 {
302
+ border-top: 1px solid var(--puck-color-grey-09);
303
+ }
304
+ ._ArrayFieldItem--isDragging_14u8o_78 {
305
+ border-top: transparent;
306
+ }
307
+ ._ArrayFieldItem--isExpanded_14u8o_82::before {
308
+ display: none;
309
+ }
310
+ ._ArrayFieldItem--isExpanded_14u8o_82 {
311
+ border-bottom: 0;
312
+ outline-offset: 0px !important;
313
+ outline: 1px solid var(--puck-color-azure-07) !important;
314
+ z-index: 2;
315
+ }
316
+ ._ArrayFieldItem--isDragging_14u8o_78 {
317
+ outline: 2px var(--puck-color-azure-09) solid !important;
318
+ }
319
+ ._ArrayFieldItem--isDragging_14u8o_78 ._ArrayFieldItem-summary_14u8o_97:active {
320
+ background-color: var(--puck-color-white);
321
+ }
322
+ ._ArrayFieldItem_14u8o_67 + ._ArrayFieldItem_14u8o_67 {
323
+ border-top-left-radius: 0;
324
+ border-top-right-radius: 0;
325
+ }
326
+ ._ArrayFieldItem-summary_14u8o_97 {
327
+ background: var(--puck-color-white);
328
+ color: var(--puck-color-grey-04);
329
+ cursor: pointer;
330
+ display: flex;
331
+ align-items: center;
332
+ gap: 2px;
333
+ justify-content: space-between;
334
+ font-size: var(--puck-font-size-xxs);
335
+ list-style: none;
336
+ padding: 12px 15px;
337
+ position: relative;
338
+ overflow: hidden;
339
+ transition: background-color 50ms ease-in;
340
+ }
341
+ ._ArrayFieldItem_14u8o_67:first-of-type > ._ArrayFieldItem-summary_14u8o_97 {
342
+ border-top-left-radius: 3px;
343
+ border-top-right-radius: 3px;
344
+ }
345
+ ._ArrayField--addDisabled_14u8o_127 > ._ArrayField-inner_14u8o_59 > ._ArrayFieldItem_14u8o_67:last-of-type:not(._ArrayFieldItem--isExpanded_14u8o_82) > ._ArrayFieldItem-summary_14u8o_97 {
346
+ border-bottom-left-radius: 3px;
347
+ border-bottom-right-radius: 3px;
348
+ }
349
+ ._ArrayField--addDisabled_14u8o_127 > ._ArrayField-inner_14u8o_59 > ._ArrayFieldItem--isExpanded_14u8o_82:last-of-type {
350
+ border-bottom-left-radius: 3px;
351
+ border-bottom-right-radius: 3px;
352
+ }
353
+ ._ArrayFieldItem-summary_14u8o_97:focus-visible {
354
+ outline: 2px solid var(--puck-color-azure-05);
355
+ outline-offset: 2px;
356
+ }
357
+ @media (hover: hover) and (pointer: fine) {
358
+ ._ArrayFieldItem-summary_14u8o_97:hover {
359
+ background-color: var(--puck-color-azure-12);
360
+ transition: none;
361
+ }
362
+ }
363
+ ._ArrayFieldItem-summary_14u8o_97:active {
364
+ background-color: var(--puck-color-azure-11);
365
+ transition: none;
366
+ }
367
+ ._ArrayFieldItem--isExpanded_14u8o_82 > ._ArrayFieldItem-summary_14u8o_97 {
368
+ background: var(--puck-color-azure-11);
369
+ color: var(--puck-color-azure-04);
370
+ font-weight: 600;
371
+ transition: none;
372
+ }
373
+ ._ArrayFieldItem-body_14u8o_166 {
374
+ background: var(--puck-color-white);
375
+ display: none;
376
+ }
377
+ ._ArrayFieldItem--isExpanded_14u8o_82 > ._ArrayFieldItem-body_14u8o_166 {
378
+ display: block;
379
+ }
380
+ ._ArrayFieldItem-fieldset_14u8o_175 {
381
+ border: none;
382
+ border-top: 1px solid var(--puck-color-grey-09);
383
+ margin: 0;
384
+ min-width: 0;
385
+ padding: 16px 15px;
386
+ }
387
+ ._ArrayFieldItem-rhs_14u8o_183 {
388
+ display: flex;
389
+ gap: 4px;
390
+ align-items: center;
391
+ }
392
+ ._ArrayFieldItem-actions_14u8o_189 {
393
+ color: var(--puck-color-grey-04);
394
+ display: flex;
395
+ gap: 4px;
396
+ opacity: 0;
397
+ }
398
+ ._ArrayFieldItem-summary_14u8o_97:focus-within > ._ArrayFieldItem-rhs_14u8o_183 > ._ArrayFieldItem-actions_14u8o_189,
399
+ ._ArrayFieldItem-summary_14u8o_97:hover > ._ArrayFieldItem-rhs_14u8o_183 > ._ArrayFieldItem-actions_14u8o_189 {
400
+ opacity: 1;
401
+ }
402
+
403
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/IconButton/IconButton.module.css/#css-module-data */
404
+ ._IconButton_swpni_1 {
405
+ align-items: center;
406
+ background: transparent;
407
+ border: none;
408
+ border-radius: 4px;
409
+ color: currentColor;
410
+ display: flex;
411
+ font-family: var(--puck-font-family);
412
+ justify-content: center;
413
+ padding: 4px;
414
+ transition: background-color 50ms ease-in, color 50ms ease-in;
415
+ }
416
+ ._IconButton_swpni_1:focus-visible {
417
+ outline: 2px solid var(--puck-color-azure-05);
418
+ outline-offset: -2px;
419
+ }
420
+ @media (hover: hover) and (pointer: fine) {
421
+ ._IconButton_swpni_1:hover:not(._IconButton--disabled_swpni_20) {
422
+ background: var(--puck-color-azure-12);
423
+ color: var(--puck-color-azure-04);
424
+ cursor: pointer;
425
+ transition: none;
426
+ }
427
+ }
428
+ ._IconButton_swpni_1:active {
429
+ background: var(--puck-color-azure-11);
430
+ transition: none;
431
+ }
432
+ ._IconButton-title_swpni_33 {
433
+ clip: rect(0 0 0 0);
434
+ clip-path: inset(100%);
435
+ height: 1px;
436
+ overflow: hidden;
437
+ position: absolute;
438
+ white-space: nowrap;
439
+ width: 1px;
440
+ }
441
+ ._IconButton--disabled_swpni_20 {
442
+ color: var(--puck-color-grey-07);
443
+ }
444
+
445
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Loader/styles.module.css/#css-module-data */
446
+ @keyframes _loader-animation_nacdm_1 {
447
+ 0% {
448
+ transform: rotate(0deg) scale(1);
449
+ }
450
+ 50% {
451
+ transform: rotate(180deg) scale(0.8);
452
+ }
453
+ 100% {
454
+ transform: rotate(360deg) scale(1);
455
+ }
456
+ }
457
+ ._Loader_nacdm_13 {
458
+ background: transparent;
459
+ border-radius: 100%;
460
+ border: 2px solid currentColor;
461
+ border-bottom-color: transparent;
462
+ display: inline-block;
463
+ animation: _loader-animation_nacdm_1 1s 0s infinite linear;
464
+ animation-fill-mode: both;
465
+ }
466
+
467
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/DragIcon/styles.module.css/#css-module-data */
468
+ ._DragIcon_17p8x_1 {
469
+ color: var(--puck-color-grey-05);
470
+ cursor: grab;
471
+ padding: 4px;
472
+ border-radius: 4px;
473
+ }
474
+ ._DragIcon--disabled_17p8x_8 {
475
+ cursor: no-drop;
476
+ }
477
+ @media (hover: hover) and (pointer: fine) {
478
+ ._DragIcon_17p8x_1:not(._DragIcon--disabled_17p8x_8):hover {
479
+ color: var(--puck-color-azure-05);
480
+ background-color: var(--puck-color-azure-12);
481
+ }
482
+ }
483
+
484
+ /* components/Sortable/styles.css */
485
+ [data-dnd-placeholder] * {
486
+ opacity: 0 !important;
487
+ }
488
+ [data-dnd-placeholder] {
489
+ background: var(--puck-color-azure-09) !important;
490
+ border: none !important;
491
+ color: #00000000 !important;
492
+ opacity: 0.3 !important;
493
+ outline: none !important;
494
+ transition: none !important;
495
+ }
496
+
497
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ExternalInput/styles.module.css/#css-module-data */
498
+ ._ExternalInput-actions_91ls0_1 {
499
+ display: flex;
500
+ }
501
+ ._ExternalInput-button_91ls0_5 {
502
+ display: flex;
503
+ gap: 8px;
504
+ align-items: center;
505
+ justify-content: center;
506
+ background-color: var(--puck-color-white);
507
+ border: 1px solid var(--puck-color-grey-09);
508
+ border-radius: 4px;
509
+ color: var(--puck-color-azure-04);
510
+ padding: 12px 16px;
511
+ font-weight: 500;
512
+ white-space: nowrap;
513
+ text-overflow: ellipsis;
514
+ transition: background-color 50ms ease-in;
515
+ position: relative;
516
+ overflow: hidden;
517
+ flex-grow: 1;
518
+ }
519
+ ._ExternalInput--dataSelected_91ls0_24 ._ExternalInput-button_91ls0_5 {
520
+ color: var(--puck-color-grey-03);
521
+ display: block;
522
+ border-top-right-radius: 0px;
523
+ border-bottom-right-radius: 0px;
524
+ }
525
+ ._ExternalInput--readOnly_91ls0_31 ._ExternalInput-button_91ls0_5 {
526
+ background-color: var(--puck-color-grey-11);
527
+ }
528
+ ._ExternalInput-detachButton_91ls0_35 {
529
+ border: 1px solid var(--puck-color-grey-09);
530
+ border-top-right-radius: 4px;
531
+ border-bottom-right-radius: 4px;
532
+ background-color: var(--puck-color-grey-12);
533
+ color: var(--puck-color-grey-05);
534
+ display: flex;
535
+ gap: 8px;
536
+ align-items: center;
537
+ justify-content: center;
538
+ padding: 8px 12px;
539
+ position: relative;
540
+ transition: background-color 50ms ease-in, color 50ms ease-in;
541
+ margin-inline-start: -1px;
542
+ }
543
+ ._ExternalInput-button_91ls0_5:focus-visible,
544
+ ._ExternalInput-detachButton_91ls0_35:focus-visible {
545
+ outline: 2px solid var(--puck-color-azure-05);
546
+ outline-offset: 2px;
547
+ z-index: 1;
548
+ }
549
+ @media (hover: hover) and (pointer: fine) {
550
+ ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-button_91ls0_5:hover,
551
+ ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-detachButton_91ls0_35:hover {
552
+ background: var(--puck-color-azure-12);
553
+ transition: none;
554
+ }
555
+ ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-detachButton_91ls0_35:hover {
556
+ color: var(--puck-color-azure-04);
557
+ }
558
+ }
559
+ ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-button_91ls0_5:active,
560
+ ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-detachButton_91ls0_35:active {
561
+ background: var(--puck-color-azure-11);
562
+ transition: none;
563
+ }
564
+ ._ExternalInputModal_91ls0_79 {
565
+ color: var(--puck-color-black);
566
+ display: grid;
567
+ grid-template-rows: min-content minmax(128px, 100%) min-content;
568
+ grid-template-columns: 100%;
569
+ position: relative;
570
+ min-height: 50dvh;
571
+ max-height: 90dvh;
572
+ }
573
+ ._ExternalInputModal-grid_91ls0_89 {
574
+ display: flex;
575
+ flex-direction: column;
576
+ }
577
+ @media (min-width: 458px) {
578
+ ._ExternalInputModal-grid_91ls0_89 {
579
+ display: grid;
580
+ grid-template-columns: 100%;
581
+ }
582
+ ._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-grid_91ls0_89 {
583
+ grid-template-columns: 25% 75%;
584
+ }
585
+ }
586
+ ._ExternalInputModal-filters_91ls0_105 {
587
+ border-bottom: 1px solid var(--puck-color-grey-09);
588
+ }
589
+ ._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-filters_91ls0_105 {
590
+ display: none;
591
+ }
592
+ @media (min-width: 458px) {
593
+ ._ExternalInputModal-filters_91ls0_105 {
594
+ border-inline-end: 1px solid var(--puck-color-grey-09);
595
+ display: none;
596
+ }
597
+ ._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-filters_91ls0_105 {
598
+ display: block;
599
+ }
600
+ }
601
+ ._ExternalInputModal-masthead_91ls0_124 {
602
+ background-color: var(--puck-color-grey-12);
603
+ border-bottom: 1px solid var(--puck-color-grey-09);
604
+ display: flex;
605
+ flex-wrap: wrap;
606
+ gap: 24px;
607
+ padding: 24px;
608
+ }
609
+ ._ExternalInputModal-tableWrapper_91ls0_133 {
610
+ position: relative;
611
+ overflow-x: auto;
612
+ overflow-y: auto;
613
+ flex-grow: 1;
614
+ }
615
+ ._ExternalInputModal-table_91ls0_133 {
616
+ border-collapse: unset;
617
+ border-spacing: 0px;
618
+ color: var(--puck-color-grey-02);
619
+ position: relative;
620
+ z-index: 0;
621
+ min-width: 100%;
622
+ }
623
+ ._ExternalInputModal-thead_91ls0_149 {
624
+ background-color: var(--puck-color-white);
625
+ position: sticky;
626
+ top: 0;
627
+ z-index: 1;
628
+ }
629
+ ._ExternalInputModal-th_91ls0_149 {
630
+ border-bottom: 1px solid var(--puck-color-grey-09);
631
+ color: var(--puck-color-grey-04);
632
+ font-weight: 500;
633
+ font-size: 14px;
634
+ padding: 16px 24px;
635
+ }
636
+ ._ExternalInputModal-td_91ls0_164 {
637
+ border-bottom: 1px solid var(--puck-color-grey-10);
638
+ padding: 16px 24px;
639
+ }
640
+ ._ExternalInputModal-tr_91ls0_169 ._ExternalInputModal-td_91ls0_164:first-of-type {
641
+ font-weight: 500;
642
+ width: 1%;
643
+ white-space: nowrap;
644
+ }
645
+ @media (hover: hover) and (pointer: fine) {
646
+ ._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:hover {
647
+ background: var(--puck-color-azure-12);
648
+ color: var(--puck-color-azure-04);
649
+ cursor: pointer;
650
+ position: relative;
651
+ margin-inline-start: -5px;
652
+ }
653
+ ._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:hover ._ExternalInputModal-td_91ls0_164:first-of-type {
654
+ border-inline-start: 4px solid var(--puck-color-azure-04);
655
+ padding-inline-start: 20px;
656
+ }
657
+ }
658
+ ._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:last-of-type ._ExternalInputModal-td_91ls0_164 {
659
+ border-bottom: none;
660
+ }
661
+ ._ExternalInputModal-tableWrapper_91ls0_133 {
662
+ display: none;
663
+ }
664
+ ._ExternalInputModal--hasData_91ls0_202 ._ExternalInputModal-tableWrapper_91ls0_133 {
665
+ display: block;
666
+ }
667
+ ._ExternalInputModal-loadingBanner_91ls0_206 {
668
+ display: none;
669
+ background-color: color-mix(in srgb, var(--puck-color-white) 90%, transparent);
670
+ padding: 64px;
671
+ align-items: center;
672
+ justify-content: center;
673
+ position: absolute;
674
+ top: 0;
675
+ left: 0;
676
+ right: 0;
677
+ bottom: 0;
678
+ }
679
+ ._ExternalInputModal--isLoading_91ls0_223 ._ExternalInputModal-loadingBanner_91ls0_206 {
680
+ display: flex;
681
+ }
682
+ ._ExternalInputModal-searchForm_91ls0_227 {
683
+ display: flex;
684
+ flex-wrap: wrap;
685
+ gap: 12px;
686
+ flex-grow: 1;
687
+ }
688
+ @media (min-width: 458px) {
689
+ ._ExternalInputModal-searchForm_91ls0_227 {
690
+ flex-wrap: nowrap;
691
+ }
692
+ }
693
+ ._ExternalInputModal-search_91ls0_227 {
694
+ display: flex;
695
+ background: var(--puck-color-white);
696
+ border-width: 1px;
697
+ border-style: solid;
698
+ border-color: var(--puck-color-grey-09);
699
+ border-radius: 4px;
700
+ flex-grow: 1;
701
+ transition: border-color 50ms ease-in;
702
+ }
703
+ ._ExternalInputModal-search_91ls0_227:focus-within {
704
+ border-color: var(--puck-color-grey-05);
705
+ outline: 2px solid var(--puck-color-azure-05);
706
+ transition: none;
707
+ }
708
+ @media (hover: hover) and (pointer: fine) {
709
+ ._ExternalInputModal-search_91ls0_227:hover {
710
+ border-color: var(--puck-color-grey-05);
711
+ transition: none;
712
+ }
713
+ }
714
+ ._ExternalInputModal-searchIcon_91ls0_264 {
715
+ align-items: center;
716
+ background: var(--puck-color-grey-12);
717
+ border-bottom-left-radius: 4px;
718
+ border-top-left-radius: 4px;
719
+ border-inline-end: 1px solid var(--puck-color-grey-09);
720
+ color: var(--puck-color-grey-07);
721
+ display: flex;
722
+ justify-content: center;
723
+ padding: 12px 15px;
724
+ transition: color 50ms ease-in;
725
+ }
726
+ ._ExternalInputModal-search_91ls0_227:focus-within ._ExternalInputModal-searchIcon_91ls0_264 {
727
+ color: var(--puck-color-grey-04);
728
+ transition: none;
729
+ }
730
+ @media (hover: hover) and (pointer: fine) {
731
+ ._ExternalInputModal-search_91ls0_227:hover ._ExternalInputModal-searchIcon_91ls0_264 {
732
+ color: var(--puck-color-grey-04);
733
+ transition: none;
734
+ }
735
+ }
736
+ ._ExternalInputModal-searchIconText_91ls0_289 {
737
+ clip: rect(0 0 0 0);
738
+ clip-path: inset(100%);
739
+ height: 1px;
740
+ overflow: hidden;
741
+ position: absolute;
742
+ white-space: nowrap;
743
+ width: 1px;
744
+ }
745
+ ._ExternalInputModal-searchInput_91ls0_299 {
746
+ border: none;
747
+ border-radius: 4px;
748
+ background: var(--puck-color-white);
749
+ font-family: inherit;
750
+ font-size: 14px;
751
+ padding: 12px 15px;
752
+ width: 100%;
753
+ }
754
+ ._ExternalInputModal-searchInput_91ls0_299:focus {
755
+ outline: 0;
756
+ }
757
+ ._ExternalInputModal-searchActions_91ls0_313 {
758
+ display: flex;
759
+ gap: 8px;
760
+ height: 44px;
761
+ width: 100%;
762
+ }
763
+ @media (min-width: 458px) {
764
+ ._ExternalInputModal-searchActions_91ls0_313 {
765
+ width: auto;
766
+ }
767
+ }
768
+ ._ExternalInputModal-searchActionIcon_91ls0_326 {
769
+ align-self: center;
770
+ }
771
+ ._ExternalInputModal-footerContainer_91ls0_330 {
772
+ background-color: var(--puck-color-grey-12);
773
+ border-top: 1px solid var(--puck-color-grey-09);
774
+ color: var(--puck-color-grey-04);
775
+ padding: 16px;
776
+ }
777
+ ._ExternalInputModal-footer_91ls0_330 {
778
+ font-weight: 500;
779
+ font-size: 14px;
780
+ text-align: right;
781
+ }
782
+ ._ExternalInputModal-field_91ls0_343 {
783
+ color: var(--puck-color-grey-04);
784
+ margin: 16px;
785
+ margin-bottom: 12px;
786
+ display: block;
787
+ }
788
+
789
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Modal/styles.module.css/#css-module-data */
790
+ ._Modal_ikbaj_1 {
791
+ background: color-mix(in srgb, var(--puck-color-black) 75%, transparent);
792
+ display: none;
793
+ justify-content: center;
794
+ align-items: center;
795
+ position: fixed;
796
+ top: 0;
797
+ left: 0;
798
+ bottom: 0;
799
+ right: 0;
800
+ z-index: 1;
801
+ padding: 32px;
802
+ }
803
+ ._Modal--isOpen_ikbaj_15 {
804
+ display: flex;
805
+ }
806
+ ._Modal-inner_ikbaj_19 {
807
+ width: 100%;
808
+ max-width: 1024px;
809
+ border-radius: 8px;
810
+ overflow: hidden;
811
+ background: var(--puck-color-white);
812
+ display: flex;
813
+ flex-direction: column;
814
+ max-height: 90dvh;
815
+ }
816
+
817
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Heading/styles.module.css/#css-module-data */
818
+ ._Heading_qxrry_1 {
819
+ display: block;
820
+ color: var(--puck-color-black);
821
+ font-weight: 700;
822
+ margin: 0;
823
+ }
824
+ ._Heading_qxrry_1 b {
825
+ font-weight: 700;
826
+ }
827
+ ._Heading--xxxxl_qxrry_12 {
828
+ font-size: var(--puck-font-size-xxxxl);
829
+ letter-spacing: 0.08ch;
830
+ font-weight: 800;
831
+ }
832
+ ._Heading--xxxl_qxrry_18 {
833
+ font-size: var(--puck-font-size-xxxl);
834
+ }
835
+ ._Heading--xxl_qxrry_22 {
836
+ font-size: var(--puck-font-size-xxl);
837
+ }
838
+ ._Heading--xl_qxrry_26 {
839
+ font-size: var(--puck-font-size-xl);
840
+ }
841
+ ._Heading--l_qxrry_30 {
842
+ font-size: var(--puck-font-size-l);
843
+ }
844
+ ._Heading--m_qxrry_34 {
845
+ font-size: var(--puck-font-size-m);
846
+ }
847
+ ._Heading--s_qxrry_38 {
848
+ font-size: var(--puck-font-size-s);
849
+ }
850
+ ._Heading--xs_qxrry_42 {
851
+ font-size: var(--puck-font-size-xs);
852
+ }
853
+
854
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Button/Button.module.css/#css-module-data */
855
+ ._Button_10byl_1 {
856
+ appearance: none;
857
+ background: none;
858
+ border: 1px solid transparent;
859
+ border-radius: 4px;
860
+ color: var(--puck-color-white);
861
+ display: inline-flex;
862
+ align-items: center;
863
+ gap: 8px;
864
+ letter-spacing: 0.05ch;
865
+ font-family: var(--puck-font-family);
866
+ font-size: 14px;
867
+ font-weight: 400;
868
+ box-sizing: border-box;
869
+ line-height: 1;
870
+ text-align: center;
871
+ text-decoration: none;
872
+ transition: background-color 50ms ease-in;
873
+ cursor: pointer;
874
+ white-space: nowrap;
875
+ margin: 0;
876
+ }
877
+ ._Button_10byl_1:hover,
878
+ ._Button_10byl_1:active {
879
+ transition: none;
880
+ }
881
+ ._Button--medium_10byl_29 {
882
+ min-height: 34px;
883
+ padding-bottom: 7px;
884
+ padding-inline-start: 19px;
885
+ padding-inline-end: 19px;
886
+ padding-top: 7px;
887
+ }
888
+ ._Button--large_10byl_37 {
889
+ padding-bottom: 11px;
890
+ padding-inline-start: 19px;
891
+ padding-inline-end: 19px;
892
+ padding-top: 11px;
893
+ }
894
+ ._Button-icon_10byl_44 {
895
+ margin-top: 2px;
896
+ }
897
+ ._Button--primary_10byl_48 {
898
+ background: var(--puck-color-azure-04);
899
+ }
900
+ ._Button_10byl_1:focus-visible {
901
+ outline: 2px solid var(--puck-color-azure-05);
902
+ outline-offset: 2px;
903
+ }
904
+ @media (hover: hover) and (pointer: fine) {
905
+ ._Button--primary_10byl_48:hover {
906
+ background-color: var(--puck-color-azure-03);
907
+ }
908
+ }
909
+ ._Button--primary_10byl_48:active {
910
+ background-color: var(--puck-color-azure-02);
911
+ }
912
+ ._Button--secondary_10byl_67 {
913
+ border: 1px solid currentColor;
914
+ color: currentColor;
915
+ }
916
+ @media (hover: hover) and (pointer: fine) {
917
+ ._Button--secondary_10byl_67:hover {
918
+ background-color: var(--puck-color-azure-12);
919
+ color: var(--puck-color-black);
920
+ }
921
+ }
922
+ ._Button--secondary_10byl_67:active {
923
+ background-color: var(--puck-color-azure-11);
924
+ color: var(--puck-color-black);
925
+ }
926
+ ._Button--flush_10byl_84 {
927
+ border-radius: 0;
928
+ }
929
+ ._Button--disabled_10byl_88,
930
+ ._Button--disabled_10byl_88:hover {
931
+ background-color: var(--puck-color-grey-07);
932
+ color: var(--puck-color-grey-03);
933
+ cursor: not-allowed;
934
+ }
935
+ ._Button--fullWidth_10byl_95 {
936
+ justify-content: center;
937
+ width: 100%;
938
+ }
939
+ ._Button-spinner_10byl_100 {
940
+ padding-inline-start: 8px;
941
+ }
942
+
943
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
944
+ ._ObjectField_1ua3y_5 {
945
+ display: flex;
946
+ flex-direction: column;
947
+ background-color: var(--puck-color-white);
948
+ border: 1px solid var(--puck-color-grey-09);
949
+ border-radius: 4px;
950
+ }
951
+ ._ObjectField-fieldset_1ua3y_13 {
952
+ border: none;
953
+ margin: 0;
954
+ min-width: 0;
955
+ padding: 16px 15px;
956
+ }
957
+
958
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Drawer/styles.module.css/#css-module-data */
959
+ ._Drawer_pl7z0_1 {
960
+ display: flex;
961
+ flex-direction: column;
962
+ font-family: var(--puck-font-family);
963
+ gap: 12px;
964
+ }
965
+ ._Drawer-draggable_pl7z0_8 {
966
+ position: relative;
967
+ }
968
+ ._Drawer-draggableBg_pl7z0_12 {
969
+ position: absolute;
970
+ top: 0;
971
+ right: 0;
972
+ bottom: 0;
973
+ left: 0;
974
+ pointer-events: none;
975
+ z-index: -1;
976
+ }
977
+ ._DrawerItem-draggable_pl7z0_22 {
978
+ background: var(--puck-color-white);
979
+ cursor: grab;
980
+ padding: 12px;
981
+ display: flex;
982
+ border: 1px var(--puck-color-grey-09) solid;
983
+ border-radius: 4px;
984
+ font-size: var(--puck-font-size-xxs);
985
+ justify-content: space-between;
986
+ align-items: center;
987
+ transition: background-color 50ms ease-in, color 50ms ease-in;
988
+ }
989
+ ._DrawerItem--disabled_pl7z0_35 ._DrawerItem-draggable_pl7z0_22 {
990
+ background: var(--puck-color-grey-11);
991
+ color: var(--puck-color-grey-05);
992
+ cursor: not-allowed;
993
+ }
994
+ ._DrawerItem_pl7z0_22:focus-visible {
995
+ outline: 0;
996
+ }
997
+ ._Drawer_pl7z0_1:not(._Drawer--isDraggingFrom_pl7z0_45) ._DrawerItem_pl7z0_22:focus-visible ._DrawerItem-draggable_pl7z0_22 {
998
+ border-radius: 4px;
999
+ outline: 2px solid var(--puck-color-azure-05);
1000
+ outline-offset: 2px;
1001
+ }
1002
+ @media (hover: hover) and (pointer: fine) {
1003
+ ._Drawer_pl7z0_1:not(._Drawer--isDraggingFrom_pl7z0_45) ._DrawerItem_pl7z0_22:not(._DrawerItem--disabled_pl7z0_35) ._DrawerItem-draggable_pl7z0_22:hover {
1004
+ background-color: var(--puck-color-azure-12);
1005
+ color: var(--puck-color-azure-04);
1006
+ transition: none;
1007
+ }
1008
+ }
1009
+ ._DrawerItem-name_pl7z0_63 {
1010
+ overflow-x: hidden;
1011
+ text-overflow: ellipsis;
1012
+ white-space: nowrap;
1013
+ }
1014
+
1015
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/DraggableComponent/styles.module.css/#css-module-data */
1016
+ ._DraggableComponent_1vaqy_1 {
1017
+ position: absolute;
1018
+ pointer-events: none;
1019
+ --overlay-background: color-mix( in srgb, var(--puck-color-azure-08) 30%, transparent );
1020
+ }
1021
+ ._DraggableComponent-overlayWrapper_1vaqy_12 {
1022
+ height: 100%;
1023
+ width: 100%;
1024
+ top: 0;
1025
+ position: absolute;
1026
+ pointer-events: none;
1027
+ box-sizing: border-box;
1028
+ z-index: 1;
1029
+ }
1030
+ ._DraggableComponent-overlay_1vaqy_12 {
1031
+ cursor: pointer;
1032
+ height: 100%;
1033
+ outline: 2px var(--puck-color-azure-09) solid;
1034
+ outline-offset: -2px;
1035
+ width: 100%;
1036
+ }
1037
+ ._DraggableComponent_1vaqy_1:focus-visible > ._DraggableComponent-overlayWrapper_1vaqy_12 {
1038
+ outline: 1px solid var(--puck-color-azure-05);
1039
+ }
1040
+ ._DraggableComponent-loadingOverlay_1vaqy_34 {
1041
+ background: var(--puck-color-white);
1042
+ color: var(--puck-color-grey-03);
1043
+ border-radius: 4px;
1044
+ display: flex;
1045
+ padding: 8px;
1046
+ top: 8px;
1047
+ right: 8px;
1048
+ position: absolute;
1049
+ z-index: 1;
1050
+ pointer-events: all;
1051
+ box-sizing: border-box;
1052
+ opacity: 0.8;
1053
+ z-index: 1;
1054
+ }
1055
+ ._DraggableComponent--hover_1vaqy_50 > ._DraggableComponent-overlayWrapper_1vaqy_12 > ._DraggableComponent-overlay_1vaqy_12 {
1056
+ background: var(--overlay-background);
1057
+ outline: 2px var(--puck-color-azure-09) solid;
1058
+ }
1059
+ ._DraggableComponent--isSelected_1vaqy_57 > ._DraggableComponent-overlayWrapper_1vaqy_12 > ._DraggableComponent-overlay_1vaqy_12 {
1060
+ outline-color: var(--puck-color-azure-07);
1061
+ }
1062
+ ._DraggableComponent_1vaqy_1:has(._DraggableComponent--hover_1vaqy_50 > ._DraggableComponent-overlayWrapper_1vaqy_12) > ._DraggableComponent-overlayWrapper_1vaqy_12 {
1063
+ display: none;
1064
+ }
1065
+ ._DraggableComponent-actionsOverlay_1vaqy_71 {
1066
+ position: sticky;
1067
+ opacity: 0;
1068
+ pointer-events: none;
1069
+ z-index: 2;
1070
+ }
1071
+ ._DraggableComponent--isSelected_1vaqy_57 ._DraggableComponent-actionsOverlay_1vaqy_71 {
1072
+ opacity: 1;
1073
+ pointer-events: auto;
1074
+ }
1075
+ ._DraggableComponent-actions_1vaqy_71 {
1076
+ position: absolute;
1077
+ width: auto;
1078
+ cursor: grab;
1079
+ display: flex;
1080
+ box-sizing: border-box;
1081
+ transform-origin: right top;
1082
+ min-height: 36px;
1083
+ }
1084
+
1085
+ /* components/DraggableComponent/styles.css */
1086
+ [data-puck-component] * {
1087
+ pointer-events: none;
1088
+ user-select: none;
1089
+ -webkit-user-select: none;
1090
+ }
1091
+ [data-puck-component] {
1092
+ cursor: grab;
1093
+ pointer-events: auto !important;
1094
+ user-select: none;
1095
+ -webkit-user-select: none;
1096
+ }
1097
+ [data-puck-dropzone] {
1098
+ pointer-events: auto !important;
1099
+ }
1100
+ [data-puck-disabled] {
1101
+ cursor: pointer;
1102
+ }
1103
+ [data-dnd-placeholder] {
1104
+ background: var(--puck-color-azure-06) !important;
1105
+ border: none !important;
1106
+ color: #00000000 !important;
1107
+ opacity: 0.3 !important;
1108
+ outline: none !important;
1109
+ transition: none !important;
1110
+ }
1111
+ [data-dnd-placeholder] *,
1112
+ [data-dnd-placeholder]::after,
1113
+ [data-dnd-placeholder]::before {
1114
+ opacity: 0 !important;
1115
+ }
1116
+ [data-dnd-dragging][data-puck-component] {
1117
+ pointer-events: none !important;
1118
+ outline: 2px var(--puck-color-azure-09) solid !important;
1119
+ outline-offset: -2px !important;
1120
+ }
1121
+
1122
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/DropZone/styles.module.css/#css-module-data */
1123
+ ._DropZone_1i2sv_1 {
1124
+ --resize-animation-ms: 150ms;
1125
+ position: relative;
1126
+ height: 100%;
1127
+ min-height: var(--min-empty-height);
1128
+ outline-offset: -2px;
1129
+ width: 100%;
1130
+ }
1131
+ ._DropZone--hasChildren_1i2sv_11 {
1132
+ min-height: 0;
1133
+ }
1134
+ ._DropZone_1i2sv_1:empty {
1135
+ min-height: var(--min-empty-height);
1136
+ }
1137
+ [data-puck-entry]:not([data-puck-dragging]) ._DropZone_1i2sv_1 {
1138
+ transition: min-height var(--resize-animation-ms) ease-in;
1139
+ }
1140
+ ._DropZone--isAreaSelected_1i2sv_24,
1141
+ ._DropZone--hoveringOverArea_1i2sv_25:not(._DropZone--isRootZone_1i2sv_25) {
1142
+ background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
1143
+ outline: 2px dashed var(--puck-color-azure-08);
1144
+ }
1145
+ ._DropZone_1i2sv_1:empty {
1146
+ background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
1147
+ outline: 2px dashed var(--puck-color-azure-08);
1148
+ }
1149
+ ._DropZone--isDestination_1i2sv_35 {
1150
+ outline: 2px dashed var(--puck-color-azure-04) !important;
1151
+ }
1152
+ ._DropZone--isDestination_1i2sv_35:not(._DropZone--isRootZone_1i2sv_25) {
1153
+ background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent) !important;
1154
+ }
1155
+ ._DropZone-item_1i2sv_47 {
1156
+ position: relative;
1157
+ }
1158
+ ._DropZone-hitbox_1i2sv_51 {
1159
+ position: absolute;
1160
+ bottom: -12px;
1161
+ height: 24px;
1162
+ width: 100%;
1163
+ z-index: 1;
1164
+ }
1165
+ [data-puck-dragging] ._DropZone--isEnabled_1i2sv_59 {
1166
+ outline: 2px dashed var(--puck-color-azure-06);
1167
+ }
1168
+ ._DropZone_1i2sv_1 > *:not([data-puck-component]) {
1169
+ opacity: 0;
1170
+ }
1171
+ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1172
+ opacity: 0 !important;
1173
+ }
1174
+
1175
+ /* lib/overlay-portal/styles.css */
1176
+ [data-puck-overlay-portal],
1177
+ [data-puck-overlay-portal] * {
1178
+ pointer-events: auto !important;
1179
+ }
1180
+ [data-puck-overlay-portal]:hover {
1181
+ outline: 2px var(--puck-color-azure-09) dashed;
1182
+ outline-offset: 2px;
1183
+ }
1184
+ [data-puck-overlay-portal]:focus-within {
1185
+ outline: 2px var(--puck-color-azure-07) solid;
1186
+ outline-offset: 2px;
1187
+ }
1188
+
1189
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/InlineTextField/styles.module.css/#css-module-data */
1190
+ ._InlineTextField_ilw2a_1 {
1191
+ cursor: text;
1192
+ display: inline-block;
1193
+ }
1194
+ [data-dnd-dragging] ._InlineTextField_ilw2a_1 {
1195
+ cursor: none;
1196
+ caret-color: transparent;
1197
+ }
1198
+ [data-dnd-dragging] ._InlineTextField_ilw2a_1::selection {
1199
+ display: none;
1200
+ }
1201
+
1202
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1203
+ ._PuckFields_10bh7_1 {
1204
+ position: relative;
1205
+ font-family: var(--puck-font-family);
1206
+ }
1207
+ ._PuckFields--isLoading_10bh7_6 {
1208
+ min-height: 48px;
1209
+ }
1210
+ ._PuckFields-loadingOverlay_10bh7_10 {
1211
+ background: var(--puck-color-white);
1212
+ display: flex;
1213
+ justify-content: flex-end;
1214
+ align-items: flex-start;
1215
+ height: 100%;
1216
+ width: 100%;
1217
+ top: 0px;
1218
+ position: absolute;
1219
+ z-index: 1;
1220
+ pointer-events: all;
1221
+ box-sizing: border-box;
1222
+ opacity: 0.8;
1223
+ }
1224
+ ._PuckFields-loadingOverlayInner_10bh7_25 {
1225
+ display: flex;
1226
+ padding: 16px;
1227
+ position: sticky;
1228
+ top: 0;
1229
+ }
1230
+ ._PuckFields-field_10bh7_32 * {
1231
+ box-sizing: border-box;
1232
+ }
1233
+ ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
1234
+ color: var(--puck-color-grey-04);
1235
+ padding: 16px;
1236
+ padding-bottom: 12px;
1237
+ display: block;
1238
+ }
1239
+ ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
1240
+ border-top: 1px solid var(--puck-color-grey-09);
1241
+ margin-top: 8px;
1242
+ }
1243
+
1244
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
1245
+ ._ComponentList_1rrlt_1 {
1246
+ max-width: 100%;
1247
+ }
1248
+ ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1249
+ margin-top: 12px;
1250
+ }
1251
+ ._ComponentList-content_1rrlt_9 {
1252
+ display: none;
1253
+ }
1254
+ ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1255
+ display: block;
1256
+ }
1257
+ ._ComponentList-title_1rrlt_17 {
1258
+ background-color: transparent;
1259
+ border: 0;
1260
+ color: var(--puck-color-grey-05);
1261
+ cursor: pointer;
1262
+ display: flex;
1263
+ font: inherit;
1264
+ font-size: var(--puck-font-size-xxxs);
1265
+ list-style: none;
1266
+ margin-bottom: 6px;
1267
+ padding: 8px;
1268
+ text-transform: uppercase;
1269
+ transition: background-color 50ms ease-in, color 50ms ease-in;
1270
+ gap: 4px;
1271
+ border-radius: 4px;
1272
+ width: 100%;
1273
+ }
1274
+ ._ComponentList-title_1rrlt_17:focus-visible {
1275
+ outline: 2px solid var(--puck-color-azure-05);
1276
+ outline-offset: 2px;
1277
+ }
1278
+ @media (hover: hover) and (pointer: fine) {
1279
+ ._ComponentList-title_1rrlt_17:hover {
1280
+ background-color: var(--puck-color-azure-11);
1281
+ color: var(--puck-color-azure-04);
1282
+ transition: none;
1283
+ }
1284
+ }
1285
+ ._ComponentList-title_1rrlt_17:active {
1286
+ background-color: var(--puck-color-azure-10);
1287
+ transition: none;
1288
+ }
1289
+ ._ComponentList-titleIcon_1rrlt_53 {
1290
+ margin-inline-start: auto;
1291
+ }
1292
+
1293
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Components/styles.module.css/#css-module-data */
1294
+ ._Components_uwdh8_1 {
1295
+ padding: 16px;
1296
+ }
1297
+
1298
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1299
+ ._PuckPreview_z2rgu_1 {
1300
+ position: relative;
1301
+ height: 100%;
1302
+ }
1303
+ ._PuckPreview-frame_z2rgu_6 {
1304
+ border: none;
1305
+ height: 100%;
1306
+ width: 100%;
1307
+ }
1308
+
1309
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
1310
+ ._LayerTree_7rx04_1 {
1311
+ color: var(--puck-color-grey-03);
1312
+ font-family: var(--puck-font-family);
1313
+ font-size: var(--puck-font-size-xxs);
1314
+ margin: 0;
1315
+ position: relative;
1316
+ list-style: none;
1317
+ padding: 0;
1318
+ }
1319
+ ._LayerTree-zoneTitle_7rx04_11 {
1320
+ color: var(--puck-color-grey-05);
1321
+ font-size: var(--puck-font-size-xxxs);
1322
+ text-transform: uppercase;
1323
+ }
1324
+ ._LayerTree-helper_7rx04_17 {
1325
+ text-align: center;
1326
+ color: var(--puck-color-grey-07);
1327
+ margin: 8px 4px;
1328
+ }
1329
+ ._Layer_7rx04_1 {
1330
+ position: relative;
1331
+ border: 1px solid transparent;
1332
+ border-radius: 4px;
1333
+ }
1334
+ ._Layer-inner_7rx04_29 {
1335
+ border: 1px solid transparent;
1336
+ border-radius: 4px;
1337
+ transition: color 50ms ease-in;
1338
+ }
1339
+ ._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
1340
+ padding-inline-start: 0;
1341
+ }
1342
+ ._Layer-clickable_7rx04_39 {
1343
+ align-items: center;
1344
+ background: none;
1345
+ border: 0;
1346
+ border-radius: 4px;
1347
+ color: inherit;
1348
+ cursor: pointer;
1349
+ display: flex;
1350
+ font: inherit;
1351
+ padding-inline-start: 12px;
1352
+ padding-inline-end: 4px;
1353
+ width: 100%;
1354
+ }
1355
+ ._Layer-clickable_7rx04_39:focus-visible {
1356
+ outline: 2px solid var(--puck-color-azure-05);
1357
+ outline-offset: 2px;
1358
+ position: relative;
1359
+ z-index: 1;
1360
+ }
1361
+ @media (hover: hover) and (pointer: fine) {
1362
+ ._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
1363
+ border-color: var(--puck-color-azure-10);
1364
+ background: var(--puck-color-azure-11);
1365
+ color: var(--puck-color-azure-04);
1366
+ transition: none;
1367
+ }
1368
+ }
1369
+ ._Layer--isSelected_7rx04_61 {
1370
+ border-color: var(--puck-color-azure-08);
1371
+ }
1372
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
1373
+ background: var(--puck-color-azure-10);
1374
+ }
1375
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
1376
+ ._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
1377
+ transform: scaleY(-1);
1378
+ }
1379
+ ._Layer-zones_7rx04_82 {
1380
+ display: none;
1381
+ margin-inline-start: 12px;
1382
+ }
1383
+ ._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
1384
+ ._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
1385
+ display: block;
1386
+ }
1387
+ ._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
1388
+ margin-inline-start: 12px;
1389
+ }
1390
+ ._Layer-title_7rx04_96,
1391
+ ._LayerTree-zoneTitle_7rx04_11 {
1392
+ display: flex;
1393
+ gap: 8px;
1394
+ align-items: center;
1395
+ margin: 8px 4px;
1396
+ overflow-x: hidden;
1397
+ }
1398
+ ._Layer-name_7rx04_105 {
1399
+ overflow-x: hidden;
1400
+ text-overflow: ellipsis;
1401
+ white-space: nowrap;
1402
+ }
1403
+ ._Layer-icon_7rx04_111 {
1404
+ color: var(--puck-color-rose-07);
1405
+ margin-top: 4px;
1406
+ }
1407
+ ._Layer-zoneIcon_7rx04_116 {
1408
+ color: var(--puck-color-grey-08);
1409
+ margin-top: 4px;
1410
+ }
1411
+
1412
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Outline/styles.module.css/#css-module-data */
1413
+ ._Outline_1rrni_1 {
1414
+ padding: 16px;
1415
+ }
1416
+
1417
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1418
+ ._Puck_1q3wx_19 {
1419
+ --puck-space-px: 16px;
1420
+ font-family: var(--puck-font-family);
1421
+ overflow-x: hidden;
1422
+ }
1423
+ @media (min-width: 766px) {
1424
+ ._Puck_1q3wx_19 {
1425
+ overflow-x: auto;
1426
+ }
1427
+ }
1428
+ ._Puck-portal_1q3wx_31 {
1429
+ position: relative;
1430
+ z-index: 2;
1431
+ }
1432
+ ._PuckLayout-inner_1q3wx_36 {
1433
+ --puck-frame-width: auto;
1434
+ --puck-side-bar-width: 0px;
1435
+ --puck-side-nav-width: 68px;
1436
+ display: grid;
1437
+ grid-template-areas: "header header header header" "sidenav left editor right";
1438
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1439
+ grid-template-rows: min-content auto;
1440
+ height: 100dvh;
1441
+ position: relative;
1442
+ z-index: 0;
1443
+ }
1444
+ ._PuckLayout--mounted_1q3wx_49 ._PuckLayout-inner_1q3wx_36 {
1445
+ --puck-side-bar-width: 186px;
1446
+ --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, --puck-side-bar-width );
1447
+ --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, --puck-side-bar-width );
1448
+ }
1449
+ ._PuckLayout--leftSideBarVisible_1q3wx_61 ._PuckLayout-inner_1q3wx_36 {
1450
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1451
+ }
1452
+ ._PuckLayout--rightSideBarVisible_1q3wx_69 ._PuckLayout-inner_1q3wx_36 {
1453
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-side-bar-width);
1454
+ }
1455
+ ._PuckLayout--leftSideBarVisible_1q3wx_61._PuckLayout--rightSideBarVisible_1q3wx_69 ._PuckLayout-inner_1q3wx_36 {
1456
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
1457
+ }
1458
+ @media (min-width: 458px) {
1459
+ ._PuckLayout-mounted_1q3wx_85 ._PuckLayout-inner_1q3wx_36 {
1460
+ --puck-frame-width: minmax(266px, auto);
1461
+ }
1462
+ }
1463
+ @media (min-width: 638px) {
1464
+ ._PuckLayout_1q3wx_36 ._PuckLayout-inner_1q3wx_36 {
1465
+ --puck-side-bar-width: minmax(186px, 250px);
1466
+ }
1467
+ }
1468
+ @media (min-width: 766px) {
1469
+ ._PuckLayout_1q3wx_36 ._PuckLayout-inner_1q3wx_36 {
1470
+ --puck-frame-width: auto;
1471
+ }
1472
+ }
1473
+ @media (min-width: 990px) {
1474
+ ._PuckLayout_1q3wx_36 ._PuckLayout-inner_1q3wx_36 {
1475
+ --puck-side-bar-width: 256px;
1476
+ }
1477
+ }
1478
+ @media (min-width: 1198px) {
1479
+ ._PuckLayout_1q3wx_36 ._PuckLayout-inner_1q3wx_36 {
1480
+ --puck-side-bar-width: 274px;
1481
+ }
1482
+ }
1483
+ @media (min-width: 1398px) {
1484
+ ._PuckLayout_1q3wx_36 ._PuckLayout-inner_1q3wx_36 {
1485
+ --puck-side-bar-width: 290px;
1486
+ }
1487
+ }
1488
+ @media (min-width: 1598px) {
1489
+ ._PuckLayout_1q3wx_36 ._PuckLayout-inner_1q3wx_36 {
1490
+ --puck-side-bar-width: 320px;
1491
+ }
1492
+ }
1493
+ ._PuckLayout-nav_1q3wx_126 {
1494
+ border-right: 1px solid var(--puck-color-grey-09);
1495
+ background-color: var(--puck-color-grey-12);
1496
+ }
1497
+ ._PuckPluginTab_1q3wx_131 {
1498
+ display: none;
1499
+ }
1500
+ ._PuckPluginTab--visible_1q3wx_135 {
1501
+ display: block;
1502
+ }
1503
+
1504
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1505
+ ._MenuBar_8pf8c_1 {
1506
+ background-color: var(--puck-color-white);
1507
+ border-bottom: 1px solid var(--puck-color-grey-09);
1508
+ display: none;
1509
+ left: 0;
1510
+ margin-top: 1px;
1511
+ padding: 8px 16px;
1512
+ position: absolute;
1513
+ right: 0;
1514
+ top: 100%;
1515
+ z-index: 2;
1516
+ }
1517
+ ._MenuBar--menuOpen_8pf8c_14 {
1518
+ display: block;
1519
+ }
1520
+ @media (min-width: 638px) {
1521
+ ._MenuBar_8pf8c_1 {
1522
+ border: none;
1523
+ display: block;
1524
+ margin-top: 0;
1525
+ overflow-y: visible;
1526
+ padding: 0;
1527
+ position: static;
1528
+ }
1529
+ }
1530
+ ._MenuBar-inner_8pf8c_29 {
1531
+ align-items: center;
1532
+ display: flex;
1533
+ flex-wrap: wrap;
1534
+ gap: 8px 16px;
1535
+ justify-content: flex-end;
1536
+ }
1537
+ @media (min-width: 638px) {
1538
+ ._MenuBar-inner_8pf8c_29 {
1539
+ display: flex;
1540
+ flex-direction: row;
1541
+ flex-wrap: nowrap;
1542
+ }
1543
+ }
1544
+ ._MenuBar-history_8pf8c_45 {
1545
+ display: flex;
1546
+ }
1547
+
1548
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1549
+ ._PuckHeader_1ehbp_1 {
1550
+ background: var(--puck-color-white);
1551
+ border-bottom: 1px solid var(--puck-color-grey-09);
1552
+ color: var(--puck-color-black);
1553
+ grid-area: header;
1554
+ position: relative;
1555
+ max-width: 100vw;
1556
+ }
1557
+ @media (min-width: 638px) {
1558
+ ._PuckHeader_1ehbp_1 {
1559
+ padding-left: 67px;
1560
+ }
1561
+ }
1562
+ ._PuckHeader-inner_1ehbp_16 {
1563
+ align-items: end;
1564
+ border-left: 1px solid var(--puck-color-grey-09);
1565
+ display: grid;
1566
+ gap: var(--puck-space-px);
1567
+ grid-template-areas: "left middle right";
1568
+ grid-template-columns: 1fr auto 1fr;
1569
+ grid-template-rows: auto;
1570
+ padding: var(--puck-space-px);
1571
+ }
1572
+ @media (min-width: 638px) {
1573
+ ._PuckHeader-inner_1ehbp_16 {
1574
+ border-left: 1px solid var(--puck-color-grey-09);
1575
+ }
1576
+ }
1577
+ ._PuckHeader-toggle_1ehbp_33 {
1578
+ color: var(--puck-color-grey-05);
1579
+ display: flex;
1580
+ margin-inline-start: -4px;
1581
+ padding-top: 2px;
1582
+ }
1583
+ ._PuckHeader--rightSideBarVisible_1ehbp_40 ._PuckHeader-rightSideBarToggle_1ehbp_40,
1584
+ ._PuckHeader--leftSideBarVisible_1ehbp_41 ._PuckHeader-leftSideBarToggle_1ehbp_41 {
1585
+ color: var(--puck-color-black);
1586
+ }
1587
+ ._PuckHeader-title_1ehbp_45 {
1588
+ align-self: center;
1589
+ }
1590
+ ._PuckHeader-path_1ehbp_49 {
1591
+ font-family: var(--puck-font-family-monospaced);
1592
+ font-size: var(--puck-font-size-xxs);
1593
+ font-weight: normal;
1594
+ word-break: break-all;
1595
+ }
1596
+ ._PuckHeader-tools_1ehbp_56 {
1597
+ display: flex;
1598
+ gap: 16px;
1599
+ justify-content: flex-end;
1600
+ }
1601
+ ._PuckHeader-menuButton_1ehbp_62 {
1602
+ color: var(--puck-color-grey-05);
1603
+ margin-inline-start: -4px;
1604
+ }
1605
+ ._PuckHeader--menuOpen_1ehbp_67 ._PuckHeader-menuButton_1ehbp_62 {
1606
+ color: var(--puck-color-black);
1607
+ }
1608
+ @media (min-width: 638px) {
1609
+ ._PuckHeader-menuButton_1ehbp_62 {
1610
+ display: none;
1611
+ }
1612
+ }
1613
+
1614
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1615
+ ._SidebarSection_8boj8_1 {
1616
+ display: flex;
1617
+ position: relative;
1618
+ flex-direction: column;
1619
+ color: var(--puck-color-black);
1620
+ }
1621
+ ._SidebarSection_8boj8_1:last-of-type {
1622
+ flex-grow: 1;
1623
+ }
1624
+ ._SidebarSection-title_8boj8_12 {
1625
+ background: var(--puck-color-white);
1626
+ padding: 16px;
1627
+ border-bottom: 1px solid var(--puck-color-grey-09);
1628
+ border-top: 1px solid var(--puck-color-grey-09);
1629
+ overflow-x: auto;
1630
+ }
1631
+ ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1632
+ border-top: 0px;
1633
+ }
1634
+ ._SidebarSection-content_8boj8_24 {
1635
+ padding: 16px;
1636
+ }
1637
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1638
+ padding: 0px;
1639
+ }
1640
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1641
+ padding-bottom: 4px;
1642
+ }
1643
+ ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1644
+ border-bottom: none;
1645
+ flex-grow: 1;
1646
+ }
1647
+ ._SidebarSection-breadcrumbLabel_8boj8_41 {
1648
+ background: none;
1649
+ border: 0;
1650
+ border-radius: 2px;
1651
+ color: var(--puck-color-azure-04);
1652
+ cursor: pointer;
1653
+ font: inherit;
1654
+ flex-shrink: 0;
1655
+ padding: 0;
1656
+ transition: color 50ms ease-in;
1657
+ }
1658
+ ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1659
+ outline: 2px solid var(--puck-color-azure-05);
1660
+ outline-offset: 2px;
1661
+ }
1662
+ @media (hover: hover) and (pointer: fine) {
1663
+ ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1664
+ color: var(--puck-color-azure-03);
1665
+ transition: none;
1666
+ }
1667
+ }
1668
+ ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1669
+ color: var(--puck-color-azure-02);
1670
+ transition: none;
1671
+ }
1672
+ ._SidebarSection-breadcrumbs_8boj8_70 {
1673
+ align-items: center;
1674
+ display: flex;
1675
+ gap: 4px;
1676
+ }
1677
+ ._SidebarSection-breadcrumb_8boj8_41 {
1678
+ align-items: center;
1679
+ display: flex;
1680
+ gap: 4px;
1681
+ }
1682
+ ._SidebarSection-heading_8boj8_82 {
1683
+ padding-inline-end: 16px;
1684
+ }
1685
+ ._SidebarSection-loadingOverlay_8boj8_86 {
1686
+ background: var(--puck-color-white);
1687
+ display: flex;
1688
+ justify-content: center;
1689
+ align-items: center;
1690
+ height: 100%;
1691
+ width: 100%;
1692
+ top: 0;
1693
+ position: absolute;
1694
+ z-index: 1;
1695
+ pointer-events: all;
1696
+ box-sizing: border-box;
1697
+ opacity: 0.8;
1698
+ }
1699
+
1700
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1701
+ ._ViewportControls_gejzr_1 {
1702
+ display: flex;
1703
+ background: var(--puck-color-grey-11);
1704
+ box-sizing: border-box;
1705
+ border-inline-start: 2px solid var(--puck-color-grey-11);
1706
+ justify-content: center;
1707
+ gap: 8px;
1708
+ min-width: 358px;
1709
+ padding-bottom: 16px;
1710
+ padding-inline-start: var(--puck-space-px);
1711
+ padding-inline-end: var(--puck-space-px);
1712
+ z-index: 1;
1713
+ }
1714
+ ._ViewportControls-divider_gejzr_15 {
1715
+ border-inline-end: 1px solid var(--puck-color-grey-09);
1716
+ margin-inline-start: 8px;
1717
+ margin-inline-end: 8px;
1718
+ }
1719
+ ._ViewportControls-zoomSelect_gejzr_21 {
1720
+ appearance: none;
1721
+ background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
1722
+ background-size: 10px;
1723
+ background-position: calc(100% - 12px) calc(50% + 3px);
1724
+ background-repeat: no-repeat;
1725
+ border: 0;
1726
+ font-size: var(--puck-font-size-xxxs);
1727
+ padding: 0;
1728
+ width: 96px;
1729
+ }
1730
+ ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1731
+ background-position: 12px calc(50% + 3px);
1732
+ }
1733
+ ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1734
+ color: var(--puck-color-azure-04);
1735
+ }
1736
+
1737
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1738
+ ._PuckCanvas_18jay_1 {
1739
+ background: var(--puck-color-grey-11);
1740
+ display: flex;
1741
+ grid-area: editor;
1742
+ flex-direction: column;
1743
+ padding: var(--puck-space-px);
1744
+ overflow: auto;
1745
+ }
1746
+ @media (min-width: 1198px) {
1747
+ ._PuckCanvas_18jay_1 {
1748
+ padding: calc(var(--puck-space-px) * 1.5);
1749
+ padding-top: var(--puck-space-px);
1750
+ }
1751
+ ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1752
+ padding-top: calc(var(--puck-space-px) * 1.5);
1753
+ }
1754
+ }
1755
+ ._PuckCanvas-inner_18jay_21 {
1756
+ display: flex;
1757
+ height: 100%;
1758
+ justify-content: center;
1759
+ min-width: 358px;
1760
+ position: relative;
1761
+ width: 100%;
1762
+ }
1763
+ ._PuckCanvas-root_18jay_30 {
1764
+ background: white;
1765
+ border: 1px solid var(--puck-color-grey-09);
1766
+ box-sizing: content-box;
1767
+ min-width: 321px;
1768
+ position: absolute;
1769
+ pointer-events: none;
1770
+ transform-origin: top;
1771
+ top: 0;
1772
+ bottom: 0;
1773
+ opacity: 0;
1774
+ }
1775
+ @media (min-width: 1198px) {
1776
+ ._PuckCanvas-root_18jay_30 {
1777
+ min-width: unset;
1778
+ }
1779
+ }
1780
+ @media (prefers-reduced-motion: reduce) {
1781
+ ._PuckCanvas-root_18jay_30 {
1782
+ transition: none !important;
1783
+ }
1784
+ }
1785
+ ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1786
+ pointer-events: unset;
1787
+ opacity: 1;
1788
+ }
1789
+ ._PuckCanvas-loader_18jay_60 {
1790
+ align-items: center;
1791
+ color: var(--puck-color-grey-06);
1792
+ display: flex;
1793
+ height: 100%;
1794
+ justify-content: center;
1795
+ transition: opacity 250ms ease-out;
1796
+ opacity: 0;
1797
+ }
1798
+ ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1799
+ opacity: 1;
1800
+ }
1801
+ ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1802
+ opacity: 0;
1803
+ height: 0;
1804
+ transition: none;
1805
+ }
1806
+
1807
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
1808
+ @media (min-width: 766px) {
1809
+ ._ResizeHandle_144bf_2 {
1810
+ position: absolute;
1811
+ width: 5px;
1812
+ height: 100%;
1813
+ cursor: col-resize;
1814
+ z-index: 10;
1815
+ background: transparent;
1816
+ top: 0;
1817
+ }
1818
+ ._ResizeHandle_144bf_2:hover {
1819
+ background: rgba(0, 0, 0, 0.1);
1820
+ }
1821
+ ._ResizeHandle--left_144bf_16 {
1822
+ right: -3px;
1823
+ }
1824
+ ._ResizeHandle--right_144bf_20 {
1825
+ left: -3px;
1826
+ }
1827
+ }
1828
+
1829
+ /* components/Puck/components/ResizeHandle/styles.css */
1830
+ [data-resize-overlay] {
1831
+ position: fixed;
1832
+ top: 0;
1833
+ left: 0;
1834
+ right: 0;
1835
+ bottom: 0;
1836
+ z-index: 9999;
1837
+ cursor: col-resize;
1838
+ }
1839
+
1840
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
1841
+ ._Sidebar_1xksb_1 {
1842
+ position: relative;
1843
+ display: flex;
1844
+ flex-direction: column;
1845
+ overflow-y: auto;
1846
+ }
1847
+ ._Sidebar--left_1xksb_8 {
1848
+ background: var(--puck-color-grey-12);
1849
+ border-inline-end: 1px solid var(--puck-color-grey-09);
1850
+ grid-area: left;
1851
+ }
1852
+ ._Sidebar--right_1xksb_14 {
1853
+ background: var(--puck-color-white);
1854
+ border-inline-start: 1px solid var(--puck-color-grey-09);
1855
+ grid-area: right;
1856
+ }
1857
+ ._Sidebar-resizeHandle_1xksb_20 {
1858
+ position: absolute;
1859
+ height: 100%;
1860
+ }
1861
+ ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
1862
+ grid-area: left;
1863
+ justify-self: end;
1864
+ }
1865
+ ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
1866
+ grid-area: right;
1867
+ justify-self: start;
1868
+ }
1869
+
1870
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
1871
+ ._Nav-list_b6txo_1 {
1872
+ list-style: none;
1873
+ margin: 0;
1874
+ padding: 0;
1875
+ }
1876
+ ._NavSection_b6txo_7 {
1877
+ padding: 16px;
1878
+ }
1879
+ ._NavSection_b6txo_7:first-of-type {
1880
+ padding-top: 32px;
1881
+ }
1882
+ ._Nav--slim_b6txo_15 ._NavSection_b6txo_7 {
1883
+ padding-left: 0;
1884
+ padding-right: 0;
1885
+ }
1886
+ ._Nav--slim_b6txo_15 ._NavSection_b6txo_7 + ._NavSection_b6txo_7 {
1887
+ border-top: 1px solid var(--puck-color-grey-09);
1888
+ }
1889
+ ._NavSection-list_b6txo_24 {
1890
+ display: flex;
1891
+ flex-direction: column;
1892
+ list-style: none;
1893
+ margin: 0;
1894
+ padding: 0;
1895
+ }
1896
+ ._Nav--slim_b6txo_15 ._NavSection-list_b6txo_24 {
1897
+ gap: 16px;
1898
+ }
1899
+ ._NavSection-title_b6txo_36 {
1900
+ font-weight: 700;
1901
+ margin-bottom: 8px;
1902
+ padding-left: 8px;
1903
+ padding-right: 8px;
1904
+ }
1905
+ ._Nav--slim_b6txo_15 ._NavSection-title_b6txo_36 {
1906
+ opacity: 0;
1907
+ }
1908
+ ._NavItem-link_b6txo_47 {
1909
+ align-items: center;
1910
+ color: var(--puck-color-grey-03);
1911
+ display: flex;
1912
+ gap: 8px;
1913
+ text-decoration: none;
1914
+ cursor: pointer;
1915
+ border-radius: 4px;
1916
+ padding: 8px 4px;
1917
+ }
1918
+ ._Nav--slim_b6txo_15 ._NavItem-link_b6txo_47 {
1919
+ border-left: 4px solid transparent;
1920
+ border-right: 4px solid transparent;
1921
+ border-radius: 0;
1922
+ flex-direction: column;
1923
+ font-size: var(--puck-font-size-xxxs);
1924
+ }
1925
+ ._NavItem-linkIcon_b6txo_67 {
1926
+ height: 24px;
1927
+ width: 24px;
1928
+ }
1929
+ ._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
1930
+ background-color: var(--puck-color-azure-10);
1931
+ color: var(--puck-color-azure-04);
1932
+ font-weight: 600;
1933
+ }
1934
+ ._Nav--slim_b6txo_15 ._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
1935
+ background-color: transparent;
1936
+ border-right-color: var(--puck-color-azure-04);
1937
+ border-top-right-radius: 0;
1938
+ border-bottom-right-radius: 0;
1939
+ font-weight: 600;
1940
+ }
1941
+ ._NavItem_b6txo_47:not(._NavItem--active_b6txo_72) > ._NavItem-link_b6txo_47:hover {
1942
+ background-color: var(--puck-color-azure-11);
1943
+ color: var(--puck-color-azure-04);
1944
+ }
1945
+ ._NavItem-list_b6txo_91 {
1946
+ border-left: 1px solid var(--puck-color-grey-09);
1947
+ display: flex;
1948
+ flex-direction: column;
1949
+ list-style: none;
1950
+ margin-top: 8px;
1951
+ margin-left: 4px;
1952
+ padding: 0;
1953
+ padding-left: 8px;
1954
+ }
1955
+ ._Nav--slim_b6txo_15 ._NavItem-list_b6txo_91 {
1956
+ border-left: 0;
1957
+ padding-left: 0;
1958
+ margin-left: 0;
1959
+ }
1960
+
1961
+ /* styles/color.css */
1962
+ :root {
1963
+ --puck-color-rose-01: #4a001c;
1964
+ --puck-color-rose-02: #670833;
1965
+ --puck-color-rose-03: #87114c;
1966
+ --puck-color-rose-04: #a81a66;
1967
+ --puck-color-rose-05: #bc5089;
1968
+ --puck-color-rose-06: #cc7ca5;
1969
+ --puck-color-rose-07: #d89aba;
1970
+ --puck-color-rose-08: #e3b8cf;
1971
+ --puck-color-rose-09: #efd6e3;
1972
+ --puck-color-rose-10: #f6eaf1;
1973
+ --puck-color-rose-11: #faf4f8;
1974
+ --puck-color-rose-12: #fef8fc;
1975
+ --puck-color-azure-01: #00175d;
1976
+ --puck-color-azure-02: #002c77;
1977
+ --puck-color-azure-03: #014292;
1978
+ --puck-color-azure-04: #0158ad;
1979
+ --puck-color-azure-05: #3479be;
1980
+ --puck-color-azure-06: #6499cf;
1981
+ --puck-color-azure-07: #88b0da;
1982
+ --puck-color-azure-08: #abc7e5;
1983
+ --puck-color-azure-09: #cfdff0;
1984
+ --puck-color-azure-10: #e7eef7;
1985
+ --puck-color-azure-11: #f3f6fb;
1986
+ --puck-color-azure-12: #f7faff;
1987
+ --puck-color-green-01: #002000;
1988
+ --puck-color-green-02: #043604;
1989
+ --puck-color-green-03: #084e08;
1990
+ --puck-color-green-04: #0c680c;
1991
+ --puck-color-green-05: #1d882f;
1992
+ --puck-color-green-06: #2faa53;
1993
+ --puck-color-green-07: #56c16f;
1994
+ --puck-color-green-08: #7dd78b;
1995
+ --puck-color-green-09: #b8e8bf;
1996
+ --puck-color-green-10: #ddf3e0;
1997
+ --puck-color-green-11: #eff8f0;
1998
+ --puck-color-green-12: #f3fcf4;
1999
+ --puck-color-yellow-01: #211000;
2000
+ --puck-color-yellow-02: #362700;
2001
+ --puck-color-yellow-03: #4c4000;
2002
+ --puck-color-yellow-04: #645a00;
2003
+ --puck-color-yellow-05: #877614;
2004
+ --puck-color-yellow-06: #ab9429;
2005
+ --puck-color-yellow-07: #bfac4e;
2006
+ --puck-color-yellow-08: #d4c474;
2007
+ --puck-color-yellow-09: #e6deb1;
2008
+ --puck-color-yellow-10: #f3efd9;
2009
+ --puck-color-yellow-11: #f9f7ed;
2010
+ --puck-color-yellow-12: #fcfaf0;
2011
+ --puck-color-red-01: #4c0000;
2012
+ --puck-color-red-02: #6a0a10;
2013
+ --puck-color-red-03: #8a1422;
2014
+ --puck-color-red-04: #ac1f35;
2015
+ --puck-color-red-05: #bf5366;
2016
+ --puck-color-red-06: #ce7e8e;
2017
+ --puck-color-red-07: #d99ca8;
2018
+ --puck-color-red-08: #e4b9c2;
2019
+ --puck-color-red-09: #efd7db;
2020
+ --puck-color-red-10: #f6eaec;
2021
+ --puck-color-red-11: #faf4f5;
2022
+ --puck-color-red-12: #fff9fa;
2023
+ --puck-color-grey-01: #181818;
2024
+ --puck-color-grey-02: #292929;
2025
+ --puck-color-grey-03: #404040;
2026
+ --puck-color-grey-04: #5a5a5a;
2027
+ --puck-color-grey-05: #767676;
2028
+ --puck-color-grey-06: #949494;
2029
+ --puck-color-grey-07: #ababab;
2030
+ --puck-color-grey-08: #c3c3c3;
2031
+ --puck-color-grey-09: #dcdcdc;
2032
+ --puck-color-grey-10: #efefef;
2033
+ --puck-color-grey-11: #f5f5f5;
2034
+ --puck-color-grey-12: #fafafa;
2035
+ --puck-color-black: #000000;
2036
+ --puck-color-white: #ffffff;
2037
+ }
2038
+
2039
+ /* styles/typography.css */
2040
+ :root {
2041
+ --puck-font-size-scale-base-unitless: 12;
2042
+ --puck-font-size-xxxs-unitless: 12;
2043
+ --puck-font-size-xxs-unitless: 14;
2044
+ --puck-font-size-xs-unitless: 16;
2045
+ --puck-font-size-s-unitless: 18;
2046
+ --puck-font-size-m-unitless: 21;
2047
+ --puck-font-size-l-unitless: 24;
2048
+ --puck-font-size-xl-unitless: 28;
2049
+ --puck-font-size-xxl-unitless: 36;
2050
+ --puck-font-size-xxxl-unitless: 48;
2051
+ --puck-font-size-xxxxl-unitless: 56;
2052
+ --puck-font-size-xxxs: calc(1rem * var(--puck-font-size-xxxs-unitless) / 16);
2053
+ --puck-font-size-xxs: calc(1rem * var(--puck-font-size-xxs-unitless) / 16);
2054
+ --puck-font-size-xs: calc(1rem * var(--puck-font-size-xs-unitless) / 16);
2055
+ --puck-font-size-s: calc(1rem * var(--puck-font-size-s-unitless) / 16);
2056
+ --puck-font-size-m: calc(1rem * var(--puck-font-size-m-unitless) / 16);
2057
+ --puck-font-size-l: calc(1rem * var(--puck-font-size-l-unitless) / 16);
2058
+ --puck-font-size-xl: calc(1rem * var(--puck-font-size-xl-unitless) / 16);
2059
+ --puck-font-size-xxl: calc(1rem * var(--puck-font-size-xxl-unitless) / 16);
2060
+ --puck-font-size-xxxl: calc(1rem * var(--puck-font-size-xxxl-unitless) / 16);
2061
+ --puck-font-size-xxxxl: calc( 1rem * var(--puck-font-size-xxxxl-unitless) / 16 );
2062
+ --puck-font-size-base: var(--puck-font-size-xs);
2063
+ --line-height-reset: 1;
2064
+ --line-height-xs: calc( var(--space-m-unitless) / var(--puck-font-size-m-unitless) );
2065
+ --line-height-s: calc( var(--space-m-unitless) / var(--puck-font-size-s-unitless) );
2066
+ --line-height-m: calc( var(--space-m-unitless) / var(--puck-font-size-xs-unitless) );
2067
+ --line-height-l: calc( var(--space-m-unitless) / var(--puck-font-size-xxs-unitless) );
2068
+ --line-height-xl: calc( var(--space-m-unitless) / var(--puck-font-size-scale-base-unitless) );
2069
+ --line-height-base: var(--line-height-m);
2070
+ --fallback-font-stack:
2071
+ -apple-system,
2072
+ BlinkMacSystemFont,
2073
+ Segoe UI,
2074
+ Helvetica Neue,
2075
+ sans-serif,
2076
+ Apple Color Emoji,
2077
+ Segoe UI Emoji,
2078
+ Segoe UI Symbol;
2079
+ --puck-font-family: Inter, var(--fallback-font-stack);
2080
+ --puck-font-family-monospaced:
2081
+ ui-monospace,
2082
+ "Cascadia Code",
2083
+ "Source Code Pro",
2084
+ Menlo,
2085
+ Consolas,
2086
+ "DejaVu Sans Mono",
2087
+ monospace;
2088
+ }
2089
+ @supports (font-variation-settings: normal) {
2090
+ :root {
2091
+ --puck-font-family: InterVariable, var(--fallback-font-stack);
2092
+ }
2093
+ }
2094
+
2095
+ /* bundle/core.css */
2096
+ #frame-root {
2097
+ height: 1px;
2098
+ min-height: 100vh;
2099
+ }
2100
+ [data-puck-entry] {
2101
+ position: relative;
2102
+ z-index: 0;
2103
+ }
2104
+
2105
+ /* bundle/index.css */