@measured/puck 0.15.0-canary.dd7051e → 0.15.0-canary.e2cd445

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.css CHANGED
@@ -136,334 +136,325 @@
136
136
 
137
137
  /* styles.css */
138
138
 
139
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Button/Button.module.css/#css-module-data */
140
- ._Button_1t64k_1 {
141
- appearance: none;
142
- background: none;
143
- border: 1px solid transparent;
144
- border-radius: 4px;
145
- color: var(--puck-color-white);
146
- display: inline-flex;
147
- align-items: center;
148
- gap: 8px;
149
- letter-spacing: 0.05ch;
150
- font-family: var(--puck-font-family);
151
- font-size: 14px;
152
- font-weight: 400;
153
- box-sizing: border-box;
154
- line-height: 1;
155
- text-align: center;
156
- text-decoration: none;
157
- transition: background-color 50ms ease-in;
158
- cursor: pointer;
159
- white-space: nowrap;
160
- margin: 0;
139
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/styles.module.css/#css-module-data */
140
+ ._Input_1qi5b_1 {
141
+ color: var(--puck-color-grey-04);
142
+ padding: 16px;
143
+ padding-bottom: 12px;
144
+ display: block;
161
145
  }
162
- ._Button_1t64k_1:hover,
163
- ._Button_1t64k_1:active {
164
- transition: none;
146
+ ._Input_1qi5b_1 ._Input_1qi5b_1 {
147
+ padding: 0px;
165
148
  }
166
- ._Button--medium_1t64k_29 {
167
- min-height: 34px;
168
- padding-bottom: 7px;
169
- padding-left: 19px;
170
- padding-right: 19px;
171
- padding-top: 7px;
149
+ ._Input_1qi5b_1 * {
150
+ box-sizing: border-box;
172
151
  }
173
- ._Button--large_1t64k_37 {
174
- padding-bottom: 11px;
175
- padding-left: 19px;
176
- padding-right: 19px;
177
- padding-top: 11px;
152
+ ._Input_1qi5b_1 + ._Input_1qi5b_1 {
153
+ border-top: 1px solid var(--puck-color-grey-09);
154
+ margin-top: 8px;
178
155
  }
179
- ._Button-icon_1t64k_44 {
180
- margin-top: 2px;
156
+ ._Input_1qi5b_1 ._Input_1qi5b_1 + ._Input_1qi5b_1 {
157
+ border-top: 0px;
158
+ margin-top: 12px;
181
159
  }
182
- ._Button--primary_1t64k_48 {
183
- background: var(--puck-color-azure-04);
160
+ ._Input-label_1qi5b_26 {
161
+ align-items: center;
162
+ display: flex;
163
+ padding-bottom: 12px;
164
+ font-size: var(--puck-font-size-xxs);
165
+ font-weight: 600;
184
166
  }
185
- ._Button_1t64k_1:focus-visible {
186
- outline: 2px solid var(--puck-color-azure-05);
187
- outline-offset: 2px;
167
+ ._Input-labelIcon_1qi5b_34 {
168
+ color: var(--puck-color-grey-07);
169
+ display: flex;
170
+ margin-right: 4px;
171
+ padding-left: 4px;
188
172
  }
189
- @media (hover: hover) and (pointer: fine) {
190
- ._Button--primary_1t64k_48:hover {
191
- background-color: var(--puck-color-azure-03);
192
- }
173
+ ._Input-disabledIcon_1qi5b_41 {
174
+ color: var(--puck-color-grey-05);
175
+ margin-left: auto;
193
176
  }
194
- ._Button--primary_1t64k_48:active {
195
- background-color: var(--puck-color-azure-02);
177
+ ._Input-input_1qi5b_46 {
178
+ background: var(--puck-color-white);
179
+ border-width: 1px;
180
+ border-style: solid;
181
+ border-color: var(--puck-color-grey-09);
182
+ border-radius: 4px;
183
+ font-family: inherit;
184
+ font-size: 14px;
185
+ padding: 12px 15px;
186
+ transition: border-color 50ms ease-in;
187
+ width: 100%;
196
188
  }
197
- ._Button--secondary_1t64k_67 {
198
- border: 1px solid currentColor;
199
- color: currentColor;
189
+ select._Input-input_1qi5b_46 {
190
+ appearance: none;
191
+ 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;
192
+ background-size: 12px;
193
+ background-position: calc(100% - 12px) calc(50% + 3px);
194
+ background-repeat: no-repeat;
195
+ background-color: var(--puck-color-white);
196
+ cursor: pointer;
200
197
  }
201
198
  @media (hover: hover) and (pointer: fine) {
202
- ._Button--secondary_1t64k_67:hover {
199
+ ._Input_1qi5b_1:has(> input):hover ._Input-input_1qi5b_46:not([readonly]),
200
+ ._Input_1qi5b_1:has(> textarea):hover ._Input-input_1qi5b_46:not([readonly]) {
201
+ border-color: var(--puck-color-grey-05);
202
+ transition: none;
203
+ }
204
+ ._Input_1qi5b_1:has(> select):hover ._Input-input_1qi5b_46:not([disabled]) {
203
205
  background-color: var(--puck-color-azure-12);
204
- color: var(--puck-color-black);
206
+ 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>");
207
+ border-color: var(--puck-color-grey-05);
208
+ transition: none;
205
209
  }
206
210
  }
207
- ._Button--secondary_1t64k_67:active {
208
- background-color: var(--puck-color-azure-11);
209
- color: var(--puck-color-black);
210
- }
211
- ._Button--flush_1t64k_84 {
212
- border-radius: 0;
211
+ ._Input-input_1qi5b_46:focus {
212
+ border-color: var(--puck-color-grey-05);
213
+ outline: 2px solid var(--puck-color-azure-05);
214
+ transition: none;
213
215
  }
214
- ._Button--disabled_1t64k_88,
215
- ._Button--disabled_1t64k_88:hover {
216
- background-color: var(--puck-color-grey-07);
217
- color: var(--puck-color-grey-03);
218
- cursor: not-allowed;
216
+ ._Input--readOnly_1qi5b_90 > ._Input-input_1qi5b_46,
217
+ ._Input--readOnly_1qi5b_90 > select._Input-input_1qi5b_46 {
218
+ background-color: var(--puck-color-grey-11);
219
+ border-color: var(--puck-color-grey-09);
220
+ color: var(--puck-color-grey-04);
221
+ cursor: default;
222
+ opacity: 1;
223
+ outline: 0;
224
+ transition: none;
219
225
  }
220
- ._Button--fullWidth_1t64k_95 {
221
- justify-content: center;
222
- width: 100%;
226
+ ._Input-radioGroupItems_1qi5b_101 {
227
+ display: flex;
228
+ border: 1px solid var(--puck-color-grey-09);
229
+ border-radius: 4px;
230
+ flex-wrap: wrap;
223
231
  }
224
- ._Button-spinner_1t64k_100 {
225
- padding-left: 8px;
232
+ ._Input-radio_1qi5b_101 {
233
+ border-right: 1px solid var(--puck-color-grey-09);
234
+ flex-grow: 1;
226
235
  }
227
-
228
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Drawer/styles.module.css/#css-module-data */
229
- ._Drawer_6zh0b_1 {
230
- font-family: var(--puck-font-family);
236
+ ._Input-radio_1qi5b_101:first-of-type {
237
+ border-bottom-left-radius: 4px;
238
+ border-top-left-radius: 4px;
231
239
  }
232
- ._DrawerItem-default_6zh0b_5 ._DrawerItem-draggableWrapper_6zh0b_5 {
233
- padding-bottom: 12px;
240
+ ._Input-radio_1qi5b_101:first-of-type ._Input-radioInner_1qi5b_118 {
241
+ border-bottom-left-radius: 3px;
242
+ border-top-left-radius: 3px;
234
243
  }
235
- ._DrawerItem_6zh0b_5:last-of-type ._DrawerItem-default_6zh0b_5 ._DrawerItem-draggableWrapper_6zh0b_5 {
236
- padding-bottom: 0;
244
+ ._Input-radio_1qi5b_101:last-of-type {
245
+ border-bottom-right-radius: 4px;
246
+ border-right: 0;
247
+ border-top-right-radius: 4px;
237
248
  }
238
- ._DrawerItem-draggable_6zh0b_5 {
239
- background: var(--puck-color-white);
240
- padding: 12px;
241
- display: flex;
242
- border: 1px var(--puck-color-grey-09) solid;
243
- border-radius: 4px;
244
- font-size: var(--puck-font-size-xxs);
245
- justify-content: space-between;
246
- align-items: center;
247
- cursor: grab;
248
- transition: background-color 50ms ease-in, color 50ms ease-in;
249
+ ._Input-radio_1qi5b_101:last-of-type ._Input-radioInner_1qi5b_118 {
250
+ border-bottom-right-radius: 3px;
251
+ border-top-right-radius: 3px;
249
252
  }
250
- ._DrawerItem_6zh0b_5:focus-visible {
251
- outline: 0;
253
+ ._Input-radioInner_1qi5b_118 {
254
+ background-color: var(--puck-color-white);
255
+ color: var(--puck-color-grey-04);
256
+ cursor: pointer;
257
+ font-size: var(--puck-font-size-xxxs);
258
+ padding: 8px 12px;
259
+ text-align: center;
260
+ transition: background-color 50ms ease-in;
252
261
  }
253
- ._Drawer_6zh0b_1:not(._Drawer--isDraggingFrom_6zh0b_31) ._DrawerItem_6zh0b_5:focus-visible ._DrawerItem-draggable_6zh0b_5 {
254
- border-radius: 4px;
262
+ ._Input-radio_1qi5b_101:has(:focus-visible) {
255
263
  outline: 2px solid var(--puck-color-azure-05);
256
264
  outline-offset: 2px;
265
+ position: relative;
257
266
  }
258
267
  @media (hover: hover) and (pointer: fine) {
259
- ._Drawer_6zh0b_1:not(._Drawer--isDraggingFrom_6zh0b_31) ._DrawerItem-draggable_6zh0b_5:hover {
268
+ ._Input-radioInner_1qi5b_118:hover {
260
269
  background-color: var(--puck-color-azure-12);
261
- color: var(--puck-color-azure-04);
262
270
  transition: none;
263
271
  }
264
272
  }
265
- ._DrawerItem-name_6zh0b_47 {
266
- overflow-x: hidden;
267
- text-overflow: ellipsis;
268
- white-space: nowrap;
269
- }
270
-
271
- /* css-module:/home/runner/work/puck/puck/packages/core/components/DragIcon/styles.module.css/#css-module-data */
272
- ._DragIcon_1p5wn_1 {
273
- color: var(--puck-color-grey-05);
274
- cursor: grab;
275
- padding: 4px;
276
- border-radius: 4px;
273
+ ._Input--readOnly_1qi5b_90 ._Input-radioInner_1qi5b_118 {
274
+ background-color: var(--puck-color-white);
275
+ color: var(--puck-color-grey-04);
276
+ cursor: default;
277
277
  }
278
- @media (hover: hover) and (pointer: fine) {
279
- ._DragIcon_1p5wn_1:hover {
280
- color: var(--puck-color-azure-05);
281
- background-color: var(--puck-color-azure-12);
282
- }
278
+ ._Input-radio_1qi5b_101 ._Input-radioInput_1qi5b_163:checked ~ ._Input-radioInner_1qi5b_118 {
279
+ background-color: var(--puck-color-azure-11);
280
+ color: var(--puck-color-azure-04);
281
+ font-weight: 500;
283
282
  }
284
-
285
- /* css-module:/home/runner/work/puck/puck/packages/core/components/DraggableComponent/styles.module.css/#css-module-data */
286
- ._DraggableComponent_59z7f_1 {
287
- pointer-events: auto;
288
- --overlay-background: color-mix( in srgb, var(--puck-color-azure-08) 30%, transparent );
283
+ ._Input--readOnly_1qi5b_90 ._Input-radioInput_1qi5b_163:checked ~ ._Input-radioInner_1qi5b_118 {
284
+ background-color: var(--puck-color-grey-11);
285
+ color: var(--puck-color-grey-04);
289
286
  }
290
- ._DraggableComponent--isDragging_59z7f_11 {
291
- background: color-mix(in srgb, var(--puck-color-azure-08) 10%, transparent);
287
+ ._Input-radio_1qi5b_101 ._Input-radioInput_1qi5b_163 {
288
+ clip: rect(0 0 0 0);
289
+ clip-path: inset(100%);
290
+ height: 1px;
292
291
  overflow: hidden;
292
+ position: absolute;
293
+ white-space: nowrap;
294
+ width: 1px;
293
295
  }
294
- ._DraggableComponent-contents_59z7f_16 {
295
- position: relative;
296
- pointer-events: none;
297
- z-index: 0;
296
+ textarea._Input-input_1qi5b_46 {
297
+ margin-bottom: -4px;
298
298
  }
299
- ._DraggableComponent-contents_59z7f_16::before,
300
- ._DraggableComponent-contents_59z7f_16::after {
301
- content: " ";
302
- display: table;
299
+
300
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
301
+ ._ArrayField_1go19_5 {
302
+ display: flex;
303
+ flex-direction: column;
304
+ background-color: var(--puck-color-grey-09);
305
+ border: 1px solid var(--puck-color-grey-09);
306
+ border-radius: 4px;
303
307
  }
304
- ._DraggableComponent-overlay_59z7f_29 {
308
+ ._ArrayField--isDraggingFrom_1go19_13 {
309
+ background-color: var(--puck-color-azure-11);
310
+ overflow: hidden;
311
+ }
312
+ ._ArrayField-addButton_1go19_18 {
313
+ background-color: var(--puck-color-white);
314
+ border: none;
315
+ border-radius: 3px;
316
+ display: flex;
317
+ color: var(--puck-color-azure-05);
318
+ justify-content: center;
305
319
  cursor: pointer;
306
- height: 100%;
307
320
  width: 100%;
308
- top: 0;
309
- outline-offset: -2px;
310
- position: absolute;
311
- pointer-events: none;
312
- box-sizing: border-box;
313
- z-index: 1;
314
- }
315
- ._DraggableComponent_59z7f_1:focus-visible > ._DraggableComponent-overlay_59z7f_29 {
316
- outline: 1px solid var(--puck-color-azure-05);
321
+ margin: 0;
322
+ padding: 14px;
323
+ text-align: left;
324
+ transition: background-color 50ms ease-in;
317
325
  }
318
- ._DraggableComponent--isDragging_59z7f_11 > ._DraggableComponent-overlay_59z7f_29 {
319
- outline: 2px var(--puck-color-azure-09) solid !important;
326
+ ._ArrayField--hasItems_1go19_33 > ._ArrayField-addButton_1go19_18 {
327
+ border-top: 1px solid var(--puck-color-grey-09);
328
+ border-top-left-radius: 0;
329
+ border-top-right-radius: 0;
320
330
  }
321
- ._DraggableComponent-loadingOverlay_59z7f_49 {
322
- background: var(--puck-color-white);
323
- color: var(--puck-color-grey-03);
324
- border-radius: 4px;
325
- display: flex;
326
- padding: 8px;
327
- top: 8px;
328
- right: 8px;
329
- position: absolute;
330
- z-index: 1;
331
- pointer-events: all;
332
- box-sizing: border-box;
333
- opacity: 0.8;
334
- z-index: 1;
331
+ ._ArrayField-addButton_1go19_18:focus-visible {
332
+ outline: 2px solid var(--puck-color-azure-05);
333
+ outline-offset: 2px;
334
+ position: relative;
335
335
  }
336
- ._DraggableComponent_59z7f_1:hover:not(._DraggableComponent--isLocked_59z7f_65) > ._DraggableComponent-overlay_59z7f_29 {
337
- background: var(--overlay-background);
338
- pointer-events: none;
336
+ @media (hover: hover) and (pointer: fine) {
337
+ ._ArrayField_1go19_5:not(._ArrayField--isDraggingFrom_1go19_13) > ._ArrayField-addButton_1go19_18:hover {
338
+ background: var(--puck-color-azure-12);
339
+ color: var(--puck-color-azure-04);
340
+ transition: none;
341
+ }
339
342
  }
340
- ._DraggableComponent--forceHover_59z7f_71 > ._DraggableComponent-overlay_59z7f_29 {
341
- background: var(--overlay-background);
342
- pointer-events: none;
343
+ ._ArrayField_1go19_5:not(._ArrayField--isDraggingFrom_1go19_13) > ._ArrayField-addButton_1go19_18:active {
344
+ background: var(--puck-color-azure-11);
345
+ color: var(--puck-color-azure-04);
346
+ transition: none;
343
347
  }
344
- ._DraggableComponent_59z7f_1:not(._DraggableComponent--isSelected_59z7f_76):hover > ._DraggableComponent-overlay_59z7f_29 {
345
- outline: 2px var(--puck-color-azure-09) solid !important;
348
+ ._ArrayFieldItem_1go19_63 {
349
+ border-top-left-radius: 3px;
350
+ border-top-right-radius: 3px;
351
+ display: block;
352
+ position: relative;
346
353
  }
347
- ._DraggableComponent--indicativeHover_59z7f_81 > ._DraggableComponent-overlay_59z7f_29 {
348
- pointer-events: none;
354
+ ._ArrayFieldItem_1go19_63:not(._ArrayFieldItem--isDragging_1go19_71):not(:first-of-type)::before {
355
+ background-color: var(--puck-color-grey-09);
356
+ position: absolute;
357
+ width: 100%;
358
+ height: 1px;
359
+ content: "";
360
+ z-index: 1;
361
+ top: -1px;
349
362
  }
350
- ._DraggableComponent_59z7f_1:not(._DraggableComponent--isSelected_59z7f_76):has(._DraggableComponent_59z7f_1:hover > ._DraggableComponent-overlay_59z7f_29) > ._DraggableComponent-overlay_59z7f_29 {
363
+ ._ArrayFieldItem--isExpanded_1go19_81::before {
351
364
  display: none;
352
365
  }
353
- ._DraggableComponent--isSelected_59z7f_76 > ._DraggableComponent-overlay_59z7f_29 {
354
- outline: 2px var(--puck-color-azure-07) solid !important;
355
- }
356
- ._DraggableComponent--isSelected_59z7f_76 > ._DraggableComponent-actionsOverlay_59z7f_97 {
357
- display: block;
358
- position: sticky;
366
+ ._ArrayFieldItem--isExpanded_1go19_81 {
367
+ border-bottom: 0;
368
+ outline-offset: 0px !important;
369
+ outline: 1px solid var(--puck-color-azure-07) !important;
359
370
  z-index: 2;
360
371
  }
361
- ._DraggableComponent-actions_59z7f_97 {
362
- position: absolute;
363
- width: auto;
364
- padding: 4px;
365
- border-top-left-radius: 8px;
366
- border-top-right-radius: 8px;
367
- border-radius: 8px;
368
- background: var(--puck-color-grey-01);
369
- color: var(--puck-color-white);
370
- cursor: grab;
371
- display: none;
372
- font-family: var(--puck-font-family);
373
- gap: 4px;
374
- pointer-events: auto;
375
- box-sizing: border-box;
376
- transform-origin: right top;
372
+ ._ArrayFieldItem--isDragging_1go19_71 {
373
+ box-shadow: color-mix(in srgb, var(--puck-color-grey-06) 25%, transparent) 0 3px 6px 0;
377
374
  }
378
- ._DraggableComponent--isSelected_59z7f_76 > ._DraggableComponent-actionsOverlay_59z7f_97 > ._DraggableComponent-actions_59z7f_97 {
379
- display: flex;
375
+ ._ArrayFieldItem--isDragging_1go19_71 ._ArrayFieldItem-summary_1go19_97:active {
376
+ background-color: var(--puck-color-white);
380
377
  }
381
- ._DraggableComponent-actionsLabel_59z7f_127 {
382
- color: var(--puck-color-grey-08);
383
- display: flex;
384
- font-size: var(--puck-font-size-xxxs);
385
- font-weight: 500;
386
- justify-content: center;
387
- align-items: center;
388
- padding-left: 8px;
389
- padding-right: 16px;
390
- margin-right: 8px;
391
- border-right: 0.5px solid var(--puck-color-grey-05);
392
- text-overflow: ellipsis;
393
- white-space: nowrap;
378
+ ._ArrayFieldItem_1go19_63 + ._ArrayFieldItem_1go19_63 {
379
+ border-top-left-radius: 0;
380
+ border-top-right-radius: 0;
394
381
  }
395
- ._DraggableComponent-action_59z7f_97 {
396
- background: transparent;
397
- border: none;
398
- color: var(--puck-color-grey-08);
382
+ ._ArrayFieldItem-summary_1go19_97 {
383
+ background: var(--puck-color-white);
384
+ color: var(--puck-color-grey-04);
399
385
  cursor: pointer;
400
- padding: 6px 8px;
401
- border-radius: 4px;
402
- overflow: hidden;
403
386
  display: flex;
404
387
  align-items: center;
405
- justify-content: center;
406
- transition: color 50ms ease-in;
388
+ gap: 2px;
389
+ justify-content: space-between;
390
+ font-size: var(--puck-font-size-xxs);
391
+ list-style: none;
392
+ padding: 12px 15px;
393
+ padding-bottom: 13px;
394
+ position: relative;
395
+ overflow: hidden;
396
+ transition: background-color 50ms ease-in;
407
397
  }
408
- ._DraggableComponent-action_59z7f_97:focus-visible {
398
+ ._ArrayFieldItem_1go19_63:first-of-type > ._ArrayFieldItem-summary_1go19_97 {
399
+ border-top-left-radius: 3px;
400
+ border-top-right-radius: 3px;
401
+ }
402
+ ._ArrayField--addDisabled_1go19_128 > ._ArrayFieldItem_1go19_63:last-of-type:not(._ArrayFieldItem--isExpanded_1go19_81) > ._ArrayFieldItem-summary_1go19_97 {
403
+ border-bottom-left-radius: 3px;
404
+ border-bottom-right-radius: 3px;
405
+ }
406
+ ._ArrayField--addDisabled_1go19_128 > ._ArrayFieldItem--isExpanded_1go19_81:last-of-type {
407
+ border-bottom-left-radius: 3px;
408
+ border-bottom-right-radius: 3px;
409
+ }
410
+ ._ArrayFieldItem-summary_1go19_97:focus-visible {
409
411
  outline: 2px solid var(--puck-color-azure-05);
410
- outline-offset: -2px;
412
+ outline-offset: 2px;
411
413
  }
412
414
  @media (hover: hover) and (pointer: fine) {
413
- ._DraggableComponent-action_59z7f_97:hover {
414
- color: var(--puck-color-azure-06);
415
+ ._ArrayFieldItem-summary_1go19_97:hover {
416
+ background-color: var(--puck-color-azure-12);
415
417
  transition: none;
416
418
  }
417
419
  }
418
- ._DraggableComponent-action_59z7f_97:active {
419
- color: var(--puck-color-azure-07);
420
+ ._ArrayFieldItem-summary_1go19_97:active {
421
+ background-color: var(--puck-color-azure-11);
420
422
  transition: none;
421
423
  }
422
-
423
- /* css-module:/home/runner/work/puck/puck/packages/core/components/DropZone/styles.module.css/#css-module-data */
424
- ._DropZone_djoti_1 {
425
- margin-left: auto;
426
- margin-right: auto;
427
- position: relative;
428
- min-height: 100%;
429
- outline-offset: -2px;
430
- width: 100%;
431
- }
432
- ._DropZone-content_djoti_10 {
433
- min-height: 128px;
434
- height: 100%;
435
- }
436
- ._DropZone--userIsDragging_djoti_15 ._DropZone-content_djoti_10 {
437
- pointer-events: all;
438
- }
439
- ._DropZone--userIsDragging_djoti_15:not(._DropZone--draggingOverArea_djoti_19):not(._DropZone--draggingNewComponent_djoti_20) > ._DropZone-content_djoti_10 {
440
- pointer-events: none;
424
+ ._ArrayFieldItem--isExpanded_1go19_81 > ._ArrayFieldItem-summary_1go19_97 {
425
+ background: var(--puck-color-azure-11);
426
+ color: var(--puck-color-azure-04);
427
+ font-weight: 600;
428
+ transition: none;
441
429
  }
442
- ._DropZone--isAreaSelected_djoti_26,
443
- ._DropZone--draggingOverArea_djoti_19:not(:has(._DropZone--hoveringOverArea_djoti_27)),
444
- ._DropZone--hoveringOverArea_djoti_27:not(._DropZone--isDisabled_djoti_28):not(._DropZone--isRootZone_djoti_29):not(._DropZone--hasChildren_djoti_30) {
445
- background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
446
- outline: 2px dashed var(--puck-color-azure-08);
430
+ ._ArrayFieldItem-body_1go19_164 {
431
+ background: var(--puck-color-white);
432
+ display: none;
447
433
  }
448
- ._DropZone_djoti_1:not(._DropZone--hasChildren_djoti_30) {
449
- background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
450
- outline: 2px dashed var(--puck-color-azure-08);
434
+ ._ArrayFieldItem--isExpanded_1go19_81 > ._ArrayFieldItem-body_1go19_164 {
435
+ display: block;
451
436
  }
452
- ._DropZone--isDestination_djoti_40 {
453
- outline: 2px dashed var(--puck-color-azure-04) !important;
437
+ ._ArrayFieldItem-fieldset_1go19_173 {
438
+ border: none;
439
+ border-top: 1px solid var(--puck-color-grey-09);
440
+ margin: 0;
441
+ min-width: 0;
442
+ padding: 16px 15px;
454
443
  }
455
- ._DropZone--isDestination_djoti_40:not(._DropZone--isRootZone_djoti_29) {
456
- background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent) !important;
444
+ ._ArrayFieldItem-rhs_1go19_181 {
445
+ display: flex;
446
+ gap: 4px;
447
+ align-items: center;
457
448
  }
458
- ._DropZone-item_djoti_52 {
459
- position: relative;
449
+ ._ArrayFieldItem-actions_1go19_187 {
450
+ color: var(--puck-color-grey-04);
451
+ display: flex;
452
+ gap: 4px;
453
+ opacity: 0;
460
454
  }
461
- ._DropZone-hitbox_djoti_56 {
462
- position: absolute;
463
- bottom: -12px;
464
- height: 24px;
465
- width: 100%;
466
- z-index: 1;
455
+ ._ArrayFieldItem-summary_1go19_97:focus-within > ._ArrayFieldItem-rhs_1go19_181 > ._ArrayFieldItem-actions_1go19_187,
456
+ ._ArrayFieldItem-summary_1go19_97:hover > ._ArrayFieldItem-rhs_1go19_181 > ._ArrayFieldItem-actions_1go19_187 {
457
+ opacity: 1;
467
458
  }
468
459
 
469
460
  /* css-module:/home/runner/work/puck/puck/packages/core/components/IconButton/IconButton.module.css/#css-module-data */
@@ -508,981 +499,1022 @@
508
499
  color: var(--puck-color-grey-07);
509
500
  }
510
501
 
511
- /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
512
- ._SidebarSection_125qe_1 {
513
- display: flex;
514
- position: relative;
515
- flex-direction: column;
516
- color: var(--puck-color-black);
517
- }
518
- ._SidebarSection_125qe_1:last-of-type {
519
- flex-grow: 1;
502
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Loader/styles.module.css/#css-module-data */
503
+ @keyframes _loader-animation_nacdm_1 {
504
+ 0% {
505
+ transform: rotate(0deg) scale(1);
506
+ }
507
+ 50% {
508
+ transform: rotate(180deg) scale(0.8);
509
+ }
510
+ 100% {
511
+ transform: rotate(360deg) scale(1);
512
+ }
520
513
  }
521
- ._SidebarSection-title_125qe_12 {
522
- background: var(--puck-color-white);
523
- padding: 16px;
524
- border-bottom: 1px solid var(--puck-color-grey-09);
525
- border-top: 1px solid var(--puck-color-grey-09);
526
- overflow-x: auto;
514
+ ._Loader_nacdm_13 {
515
+ background: transparent;
516
+ border-radius: 100%;
517
+ border: 2px solid currentColor;
518
+ border-bottom-color: transparent;
519
+ display: inline-block;
520
+ animation: _loader-animation_nacdm_1 1s 0s infinite linear;
521
+ animation-fill-mode: both;
527
522
  }
528
- ._SidebarSection--noBorderTop_125qe_20 > ._SidebarSection-title_125qe_12 {
529
- border-top: 0px;
523
+
524
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/DragIcon/styles.module.css/#css-module-data */
525
+ ._DragIcon_1p5wn_1 {
526
+ color: var(--puck-color-grey-05);
527
+ cursor: grab;
528
+ padding: 4px;
529
+ border-radius: 4px;
530
530
  }
531
- ._SidebarSection-content_125qe_24 {
532
- padding: 16px;
531
+ @media (hover: hover) and (pointer: fine) {
532
+ ._DragIcon_1p5wn_1:hover {
533
+ color: var(--puck-color-azure-05);
534
+ background-color: var(--puck-color-azure-12);
535
+ }
533
536
  }
534
- ._SidebarSection--noPadding_125qe_28 > ._SidebarSection-content_125qe_24 {
535
- padding: 0px;
537
+
538
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ExternalInput/styles.module.css/#css-module-data */
539
+ ._ExternalInput-actions_19obq_1 {
540
+ display: flex;
536
541
  }
537
- ._SidebarSection--noPadding_125qe_28 > ._SidebarSection-content_125qe_24:last-child {
538
- padding-bottom: 4px;
539
- }
540
- ._SidebarSection_125qe_1:last-of-type ._SidebarSection-content_125qe_24 {
541
- border-bottom: none;
542
+ ._ExternalInput-button_19obq_5 {
543
+ display: flex;
544
+ gap: 8px;
545
+ align-items: center;
546
+ justify-content: center;
547
+ background-color: var(--puck-color-white);
548
+ border: 1px solid var(--puck-color-grey-09);
549
+ border-radius: 4px;
550
+ color: var(--puck-color-azure-04);
551
+ cursor: pointer;
552
+ padding: 12px 16px;
553
+ font-weight: 500;
554
+ white-space: nowrap;
555
+ text-overflow: ellipsis;
556
+ transition: background-color 50ms ease-in;
557
+ position: relative;
558
+ overflow: hidden;
542
559
  flex-grow: 1;
543
560
  }
544
- ._SidebarSection-breadcrumbLabel_125qe_41 {
545
- background: none;
546
- border: 0;
547
- border-radius: 2px;
548
- color: var(--puck-color-azure-04);
561
+ ._ExternalInput--dataSelected_19obq_25 ._ExternalInput-button_19obq_5 {
562
+ color: var(--puck-color-grey-03);
563
+ display: block;
564
+ border-top-right-radius: 0px;
565
+ border-bottom-right-radius: 0px;
566
+ }
567
+ ._ExternalInput-detachButton_19obq_32 {
568
+ border: 1px solid var(--puck-color-grey-09);
569
+ border-top-right-radius: 4px;
570
+ border-bottom-right-radius: 4px;
571
+ background-color: var(--puck-color-grey-12);
572
+ color: var(--puck-color-grey-05);
549
573
  cursor: pointer;
550
- font: inherit;
551
- flex-shrink: 0;
552
- padding: 0;
553
- transition: color 50ms ease-in;
574
+ display: flex;
575
+ gap: 8px;
576
+ align-items: center;
577
+ justify-content: center;
578
+ padding: 8px 12px;
579
+ position: relative;
580
+ transition: background-color 50ms ease-in, color 50ms ease-in;
581
+ margin-left: -1px;
554
582
  }
555
- ._SidebarSection-breadcrumbLabel_125qe_41:focus-visible {
583
+ ._ExternalInput-button_19obq_5:focus-visible,
584
+ ._ExternalInput-detachButton_19obq_32:focus-visible {
556
585
  outline: 2px solid var(--puck-color-azure-05);
557
586
  outline-offset: 2px;
587
+ z-index: 1;
558
588
  }
559
589
  @media (hover: hover) and (pointer: fine) {
560
- ._SidebarSection-breadcrumbLabel_125qe_41:hover {
561
- color: var(--puck-color-azure-03);
590
+ ._ExternalInput-button_19obq_5:hover,
591
+ ._ExternalInput-detachButton_19obq_32:hover {
592
+ background: var(--puck-color-azure-12);
562
593
  transition: none;
563
594
  }
595
+ ._ExternalInput-detachButton_19obq_32:hover {
596
+ color: var(--puck-color-azure-04);
597
+ }
564
598
  }
565
- ._SidebarSection-breadcrumbLabel_125qe_41:active {
566
- color: var(--puck-color-azure-02);
599
+ ._ExternalInput-button_19obq_5:active,
600
+ ._ExternalInput-detachButton_19obq_32:active {
601
+ background: var(--puck-color-azure-11);
567
602
  transition: none;
568
603
  }
569
- ._SidebarSection-breadcrumbs_125qe_70 {
570
- align-items: center;
571
- display: flex;
572
- gap: 4px;
604
+ ._ExternalInputModal_19obq_74 {
605
+ color: var(--puck-color-black);
606
+ display: grid;
607
+ grid-template-rows: min-content minmax(128px, 100%) min-content;
608
+ grid-template-columns: 100%;
609
+ position: relative;
610
+ min-height: 50dvh;
611
+ max-height: 90dvh;
573
612
  }
574
- ._SidebarSection-breadcrumb_125qe_41 {
575
- align-items: center;
613
+ ._ExternalInputModal-grid_19obq_84 {
576
614
  display: flex;
577
- gap: 4px;
615
+ flex-direction: column;
578
616
  }
579
- ._SidebarSection-heading_125qe_82 {
580
- padding-right: 16px;
617
+ @media (min-width: 458px) {
618
+ ._ExternalInputModal-grid_19obq_84 {
619
+ display: grid;
620
+ grid-template-columns: 100%;
621
+ }
622
+ ._ExternalInputModal--filtersToggled_19obq_95 ._ExternalInputModal-grid_19obq_84 {
623
+ grid-template-columns: 25% 75%;
624
+ }
581
625
  }
582
- ._SidebarSection-loadingOverlay_125qe_86 {
583
- background: var(--puck-color-white);
626
+ ._ExternalInputModal-filters_19obq_100 {
627
+ border-bottom: 1px solid var(--puck-color-grey-09);
628
+ }
629
+ ._ExternalInputModal--filtersToggled_19obq_95 ._ExternalInputModal-filters_19obq_100 {
630
+ display: none;
631
+ }
632
+ @media (min-width: 458px) {
633
+ ._ExternalInputModal-filters_19obq_100 {
634
+ border-right: 1px solid var(--puck-color-grey-09);
635
+ display: none;
636
+ }
637
+ ._ExternalInputModal--filtersToggled_19obq_95 ._ExternalInputModal-filters_19obq_100 {
638
+ display: block;
639
+ }
640
+ }
641
+ ._ExternalInputModal-masthead_19obq_119 {
642
+ background-color: var(--puck-color-grey-12);
643
+ border-bottom: 1px solid var(--puck-color-grey-09);
584
644
  display: flex;
585
- justify-content: center;
586
- align-items: center;
587
- height: 100%;
588
- width: 100%;
589
- top: 0;
590
- position: absolute;
591
- z-index: 1;
592
- pointer-events: all;
593
- box-sizing: border-box;
594
- opacity: 0.8;
645
+ flex-wrap: wrap;
646
+ gap: 24px;
647
+ padding: 24px;
595
648
  }
596
-
597
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Heading/styles.module.css/#css-module-data */
598
- ._Heading_qxrry_1 {
599
- display: block;
600
- color: var(--puck-color-black);
601
- font-weight: 700;
602
- margin: 0;
649
+ ._ExternalInputModal-tableWrapper_19obq_128 {
650
+ position: relative;
651
+ overflow-x: auto;
652
+ overflow-y: auto;
653
+ flex-grow: 1;
603
654
  }
604
- ._Heading_qxrry_1 b {
605
- font-weight: 700;
655
+ ._ExternalInputModal-table_19obq_128 {
656
+ border-collapse: unset;
657
+ border-spacing: 0px;
658
+ color: var(--puck-color-grey-02);
659
+ position: relative;
660
+ z-index: 0;
661
+ min-width: 100%;
606
662
  }
607
- ._Heading--xxxxl_qxrry_12 {
608
- font-size: var(--puck-font-size-xxxxl);
609
- letter-spacing: 0.08ch;
610
- font-weight: 800;
663
+ ._ExternalInputModal-thead_19obq_144 {
664
+ background-color: var(--puck-color-white);
665
+ position: sticky;
666
+ top: 0;
667
+ z-index: 1;
611
668
  }
612
- ._Heading--xxxl_qxrry_18 {
613
- font-size: var(--puck-font-size-xxxl);
669
+ ._ExternalInputModal-th_19obq_144 {
670
+ border-bottom: 1px solid var(--puck-color-grey-09);
671
+ color: var(--puck-color-grey-04);
672
+ font-weight: 500;
673
+ font-size: 14px;
674
+ padding: 16px 24px;
614
675
  }
615
- ._Heading--xxl_qxrry_22 {
616
- font-size: var(--puck-font-size-xxl);
676
+ ._ExternalInputModal-td_19obq_159 {
677
+ border-bottom: 1px solid var(--puck-color-grey-10);
678
+ padding: 16px 24px;
617
679
  }
618
- ._Heading--xl_qxrry_26 {
619
- font-size: var(--puck-font-size-xl);
680
+ ._ExternalInputModal-tr_19obq_164 ._ExternalInputModal-td_19obq_159:first-of-type {
681
+ font-weight: 500;
682
+ width: 1%;
683
+ white-space: nowrap;
620
684
  }
621
- ._Heading--l_qxrry_30 {
622
- font-size: var(--puck-font-size-l);
685
+ @media (hover: hover) and (pointer: fine) {
686
+ ._ExternalInputModal-tbody_19obq_171 ._ExternalInputModal-tr_19obq_164:hover {
687
+ background: var(--puck-color-azure-12);
688
+ color: var(--puck-color-azure-04);
689
+ cursor: pointer;
690
+ position: relative;
691
+ margin-left: -5px;
692
+ }
693
+ ._ExternalInputModal-tbody_19obq_171 ._ExternalInputModal-tr_19obq_164:hover ._ExternalInputModal-td_19obq_159:first-of-type {
694
+ border-left: 4px solid var(--puck-color-azure-04);
695
+ padding-left: 20px;
696
+ }
623
697
  }
624
- ._Heading--m_qxrry_34 {
625
- font-size: var(--puck-font-size-m);
698
+ ._ExternalInputModal-tbody_19obq_171 ._ExternalInputModal-tr_19obq_164:last-of-type ._ExternalInputModal-td_19obq_159 {
699
+ border-bottom: none;
626
700
  }
627
- ._Heading--s_qxrry_38 {
628
- font-size: var(--puck-font-size-s);
701
+ ._ExternalInputModal-tableWrapper_19obq_128 {
702
+ display: none;
629
703
  }
630
- ._Heading--xs_qxrry_42 {
631
- font-size: var(--puck-font-size-xs);
704
+ ._ExternalInputModal--hasData_19obq_197 ._ExternalInputModal-tableWrapper_19obq_128 {
705
+ display: block;
632
706
  }
633
-
634
- /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
635
- ._MenuBar_8pf8c_1 {
636
- background-color: var(--puck-color-white);
637
- border-bottom: 1px solid var(--puck-color-grey-09);
707
+ ._ExternalInputModal-loadingBanner_19obq_201 {
638
708
  display: none;
639
- left: 0;
640
- margin-top: 1px;
641
- padding: 8px 16px;
709
+ background-color: color-mix(in srgb, var(--puck-color-white) 90%, transparent);
710
+ padding: 64px;
711
+ align-items: center;
712
+ justify-content: center;
642
713
  position: absolute;
714
+ top: 0;
715
+ left: 0;
643
716
  right: 0;
644
- top: 100%;
645
- z-index: 2;
646
- }
647
- ._MenuBar--menuOpen_8pf8c_14 {
648
- display: block;
717
+ bottom: 0;
649
718
  }
650
- @media (min-width: 638px) {
651
- ._MenuBar_8pf8c_1 {
652
- border: none;
653
- display: block;
654
- margin-top: 0;
655
- overflow-y: visible;
656
- padding: 0;
657
- position: static;
658
- }
719
+ ._ExternalInputModal--isLoading_19obq_218 ._ExternalInputModal-loadingBanner_19obq_201 {
720
+ display: flex;
659
721
  }
660
- ._MenuBar-inner_8pf8c_29 {
661
- align-items: center;
722
+ ._ExternalInputModal-searchForm_19obq_222 {
662
723
  display: flex;
663
724
  flex-wrap: wrap;
664
- gap: 8px 16px;
665
- justify-content: flex-end;
725
+ gap: 12px;
726
+ flex-grow: 1;
666
727
  }
667
- @media (min-width: 638px) {
668
- ._MenuBar-inner_8pf8c_29 {
669
- display: flex;
670
- flex-direction: row;
728
+ @media (min-width: 458px) {
729
+ ._ExternalInputModal-searchForm_19obq_222 {
671
730
  flex-wrap: nowrap;
672
731
  }
673
732
  }
674
- ._MenuBar-history_8pf8c_45 {
733
+ ._ExternalInputModal-search_19obq_222 {
675
734
  display: flex;
735
+ background: var(--puck-color-white);
736
+ border-width: 1px;
737
+ border-style: solid;
738
+ border-color: var(--puck-color-grey-09);
739
+ border-radius: 4px;
740
+ flex-grow: 1;
741
+ transition: border-color 50ms ease-in;
676
742
  }
677
-
678
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
679
- ._Puck_mowzv_19 {
680
- --puck-space-px: 16px;
681
- bottom: 0;
682
- font-family: var(--puck-font-family);
683
- left: 0;
684
- position: fixed;
685
- right: 0;
686
- top: 0;
687
- }
688
- ._Puck-layout_mowzv_29 {
689
- --puck-frame-width: auto;
690
- --puck-side-bar-width: 0px;
691
- display: grid;
692
- grid-template-areas: "header header header" "left editor right";
693
- grid-template-columns: 0 var(--puck-frame-width) 0;
694
- grid-template-rows: min-content auto;
695
- height: 100dvh;
696
- position: relative;
697
- z-index: 0;
698
- }
699
- ._Puck--mounted_mowzv_41 ._Puck-layout_mowzv_29 {
700
- --puck-side-bar-width: 186px;
701
- }
702
- ._Puck--leftSideBarVisible_mowzv_45 ._Puck-layout_mowzv_29 {
703
- grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) 0;
704
- }
705
- ._Puck--rightSideBarVisible_mowzv_51 ._Puck-layout_mowzv_29 {
706
- grid-template-columns: 0 var(--puck-frame-width) var(--puck-side-bar-width);
707
- }
708
- ._Puck--leftSideBarVisible_mowzv_45._Puck--rightSideBarVisible_mowzv_51 ._Puck-layout_mowzv_29 {
709
- grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) var(--puck-side-bar-width);
710
- }
711
- @media (min-width: 458px) {
712
- ._Puck-mounted_mowzv_64 ._Puck-layout_mowzv_29 {
713
- --puck-frame-width: minmax(266px, auto);
714
- }
715
- }
716
- @media (min-width: 638px) {
717
- ._Puck_mowzv_19 ._Puck-layout_mowzv_29 {
718
- --puck-side-bar-width: minmax(186px, 250px);
719
- }
743
+ ._ExternalInputModal-search_19obq_222:focus-within {
744
+ border-color: var(--puck-color-grey-05);
745
+ outline: 2px solid var(--puck-color-azure-05);
746
+ transition: none;
720
747
  }
721
- @media (min-width: 766px) {
722
- ._Puck_mowzv_19 ._Puck-layout_mowzv_29 {
723
- --puck-frame-width: auto;
748
+ @media (hover: hover) and (pointer: fine) {
749
+ ._ExternalInputModal-search_19obq_222:hover {
750
+ border-color: var(--puck-color-grey-05);
751
+ transition: none;
724
752
  }
725
753
  }
726
- @media (min-width: 990px) {
727
- ._Puck_mowzv_19 ._Puck-layout_mowzv_29 {
728
- --puck-side-bar-width: 256px;
729
- }
754
+ ._ExternalInputModal-searchIcon_19obq_259 {
755
+ align-items: center;
756
+ background: var(--puck-color-grey-12);
757
+ border-bottom-left-radius: 4px;
758
+ border-top-left-radius: 4px;
759
+ border-right: 1px solid var(--puck-color-grey-09);
760
+ color: var(--puck-color-grey-07);
761
+ display: flex;
762
+ justify-content: center;
763
+ padding: 12px 15px;
764
+ transition: color 50ms ease-in;
730
765
  }
731
- @media (min-width: 1198px) {
732
- ._Puck_mowzv_19 ._Puck-layout_mowzv_29 {
733
- --puck-side-bar-width: 274px;
734
- }
766
+ ._ExternalInputModal-search_19obq_222:focus-within ._ExternalInputModal-searchIcon_19obq_259 {
767
+ color: var(--puck-color-grey-04);
768
+ transition: none;
735
769
  }
736
- @media (min-width: 1398px) {
737
- ._Puck_mowzv_19 ._Puck-layout_mowzv_29 {
738
- --puck-side-bar-width: 290px;
770
+ @media (hover: hover) and (pointer: fine) {
771
+ ._ExternalInputModal-search_19obq_222:hover ._ExternalInputModal-searchIcon_19obq_259 {
772
+ color: var(--puck-color-grey-04);
773
+ transition: none;
739
774
  }
740
775
  }
741
- @media (min-width: 1598px) {
742
- ._Puck_mowzv_19 ._Puck-layout_mowzv_29 {
743
- --puck-side-bar-width: 320px;
744
- }
776
+ ._ExternalInputModal-searchIconText_19obq_284 {
777
+ clip: rect(0 0 0 0);
778
+ clip-path: inset(100%);
779
+ height: 1px;
780
+ overflow: hidden;
781
+ position: absolute;
782
+ white-space: nowrap;
783
+ width: 1px;
745
784
  }
746
- ._Puck-header_mowzv_105 {
785
+ ._ExternalInputModal-searchInput_19obq_294 {
786
+ border: none;
787
+ border-radius: 4px;
747
788
  background: var(--puck-color-white);
748
- border-bottom: 1px solid var(--puck-color-grey-09);
749
- color: var(--puck-color-black);
750
- grid-area: header;
751
- position: relative;
752
- max-width: 100vw;
789
+ font-family: inherit;
790
+ font-size: 14px;
791
+ padding: 12px 15px;
792
+ width: 100%;
753
793
  }
754
- ._Puck-headerInner_mowzv_114 {
755
- align-items: end;
756
- display: grid;
757
- gap: var(--puck-space-px);
758
- grid-template-areas: "left middle right";
759
- grid-template-columns: 1fr auto 1fr;
760
- grid-template-rows: auto;
761
- padding: var(--puck-space-px);
794
+ ._ExternalInputModal-searchInput_19obq_294:focus {
795
+ outline: 0;
762
796
  }
763
- ._Puck-headerToggle_mowzv_124 {
764
- color: var(--puck-color-grey-05);
797
+ ._ExternalInputModal-searchActions_19obq_308 {
765
798
  display: flex;
766
- margin-left: -4px;
767
- padding-top: 2px;
799
+ gap: 8px;
800
+ height: 44px;
801
+ width: 100%;
768
802
  }
769
- ._Puck--rightSideBarVisible_mowzv_51 ._Puck-rightSideBarToggle_mowzv_131,
770
- ._Puck--leftSideBarVisible_mowzv_45 ._Puck-leftSideBarToggle_mowzv_132 {
771
- color: var(--puck-color-black);
803
+ @media (min-width: 458px) {
804
+ ._ExternalInputModal-searchActions_19obq_308 {
805
+ width: auto;
806
+ }
772
807
  }
773
- ._Puck-headerTitle_mowzv_136 {
808
+ ._ExternalInputModal-searchActionIcon_19obq_321 {
774
809
  align-self: center;
775
810
  }
776
- ._Puck-headerPath_mowzv_140 {
777
- font-family: var(--puck-font-family-monospaced);
778
- font-size: var(--puck-font-size-xxs);
779
- font-weight: normal;
780
- word-break: break-all;
781
- }
782
- ._Puck-headerTools_mowzv_147 {
783
- display: flex;
784
- gap: 16px;
785
- justify-content: flex-end;
786
- }
787
- ._Puck-menuButton_mowzv_153 {
788
- color: var(--puck-color-grey-05);
789
- margin-left: -4px;
790
- }
791
- ._Puck--menuOpen_mowzv_158 ._Puck-menuButton_mowzv_153 {
792
- color: var(--puck-color-black);
811
+ ._ExternalInputModal-footer_19obq_325 {
812
+ background-color: var(--puck-color-grey-12);
813
+ border-top: 1px solid var(--puck-color-grey-09);
814
+ color: var(--puck-color-grey-04);
815
+ font-weight: 500;
816
+ font-size: 14px;
817
+ padding: 16px;
818
+ text-align: right;
793
819
  }
794
- @media (min-width: 638px) {
795
- ._Puck-menuButton_mowzv_153 {
796
- display: none;
797
- }
820
+
821
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Modal/styles.module.css/#css-module-data */
822
+ ._Modal_ikbaj_1 {
823
+ background: color-mix(in srgb, var(--puck-color-black) 75%, transparent);
824
+ display: none;
825
+ justify-content: center;
826
+ align-items: center;
827
+ position: fixed;
828
+ top: 0;
829
+ left: 0;
830
+ bottom: 0;
831
+ right: 0;
832
+ z-index: 1;
833
+ padding: 32px;
798
834
  }
799
- ._Puck-leftSideBar_mowzv_132 {
800
- background: var(--puck-color-grey-12);
801
- border-right: 1px solid var(--puck-color-grey-09);
835
+ ._Modal--isOpen_ikbaj_15 {
802
836
  display: flex;
803
- flex-direction: column;
804
- grid-area: left;
805
- overflow-y: auto;
806
837
  }
807
- ._Puck-rightSideBar_mowzv_131 {
838
+ ._Modal-inner_ikbaj_19 {
839
+ width: 100%;
840
+ max-width: 1024px;
841
+ border-radius: 8px;
842
+ overflow: hidden;
808
843
  background: var(--puck-color-white);
809
- border-left: 1px solid var(--puck-color-grey-09);
810
844
  display: flex;
811
845
  flex-direction: column;
812
- grid-area: right;
813
- overflow-y: auto;
814
- }
815
- ._Puck-portal_mowzv_186 {
816
- z-index: 2;
846
+ max-height: 90dvh;
817
847
  }
818
848
 
819
- /* css-module:/home/runner/work/puck/puck/packages/core/components/InputOrGroup/styles.module.css/#css-module-data */
820
- ._Input_1qi5b_1 {
821
- color: var(--puck-color-grey-04);
822
- padding: 16px;
823
- padding-bottom: 12px;
849
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Heading/styles.module.css/#css-module-data */
850
+ ._Heading_qxrry_1 {
824
851
  display: block;
852
+ color: var(--puck-color-black);
853
+ font-weight: 700;
854
+ margin: 0;
825
855
  }
826
- ._Input_1qi5b_1 ._Input_1qi5b_1 {
827
- padding: 0px;
856
+ ._Heading_qxrry_1 b {
857
+ font-weight: 700;
828
858
  }
829
- ._Input_1qi5b_1 * {
830
- box-sizing: border-box;
859
+ ._Heading--xxxxl_qxrry_12 {
860
+ font-size: var(--puck-font-size-xxxxl);
861
+ letter-spacing: 0.08ch;
862
+ font-weight: 800;
831
863
  }
832
- ._Input_1qi5b_1 + ._Input_1qi5b_1 {
833
- border-top: 1px solid var(--puck-color-grey-09);
834
- margin-top: 8px;
864
+ ._Heading--xxxl_qxrry_18 {
865
+ font-size: var(--puck-font-size-xxxl);
835
866
  }
836
- ._Input_1qi5b_1 ._Input_1qi5b_1 + ._Input_1qi5b_1 {
837
- border-top: 0px;
838
- margin-top: 12px;
867
+ ._Heading--xxl_qxrry_22 {
868
+ font-size: var(--puck-font-size-xxl);
839
869
  }
840
- ._Input-label_1qi5b_26 {
841
- align-items: center;
842
- display: flex;
843
- padding-bottom: 12px;
844
- font-size: var(--puck-font-size-xxs);
845
- font-weight: 600;
870
+ ._Heading--xl_qxrry_26 {
871
+ font-size: var(--puck-font-size-xl);
846
872
  }
847
- ._Input-labelIcon_1qi5b_34 {
848
- color: var(--puck-color-grey-07);
849
- display: flex;
850
- margin-right: 4px;
851
- padding-left: 4px;
873
+ ._Heading--l_qxrry_30 {
874
+ font-size: var(--puck-font-size-l);
852
875
  }
853
- ._Input-disabledIcon_1qi5b_41 {
854
- color: var(--puck-color-grey-05);
855
- margin-left: auto;
876
+ ._Heading--m_qxrry_34 {
877
+ font-size: var(--puck-font-size-m);
856
878
  }
857
- ._Input-input_1qi5b_46 {
858
- background: var(--puck-color-white);
859
- border-width: 1px;
860
- border-style: solid;
861
- border-color: var(--puck-color-grey-09);
862
- border-radius: 4px;
863
- font-family: inherit;
864
- font-size: 14px;
865
- padding: 12px 15px;
866
- transition: border-color 50ms ease-in;
867
- width: 100%;
879
+ ._Heading--s_qxrry_38 {
880
+ font-size: var(--puck-font-size-s);
868
881
  }
869
- select._Input-input_1qi5b_46 {
882
+ ._Heading--xs_qxrry_42 {
883
+ font-size: var(--puck-font-size-xs);
884
+ }
885
+
886
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Button/Button.module.css/#css-module-data */
887
+ ._Button_1t64k_1 {
870
888
  appearance: none;
871
- 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;
872
- background-size: 12px;
873
- background-position: calc(100% - 12px) calc(50% + 3px);
874
- background-repeat: no-repeat;
875
- background-color: var(--puck-color-white);
889
+ background: none;
890
+ border: 1px solid transparent;
891
+ border-radius: 4px;
892
+ color: var(--puck-color-white);
893
+ display: inline-flex;
894
+ align-items: center;
895
+ gap: 8px;
896
+ letter-spacing: 0.05ch;
897
+ font-family: var(--puck-font-family);
898
+ font-size: 14px;
899
+ font-weight: 400;
900
+ box-sizing: border-box;
901
+ line-height: 1;
902
+ text-align: center;
903
+ text-decoration: none;
904
+ transition: background-color 50ms ease-in;
876
905
  cursor: pointer;
906
+ white-space: nowrap;
907
+ margin: 0;
877
908
  }
878
- @media (hover: hover) and (pointer: fine) {
879
- ._Input_1qi5b_1:has(> input):hover ._Input-input_1qi5b_46:not([readonly]),
880
- ._Input_1qi5b_1:has(> textarea):hover ._Input-input_1qi5b_46:not([readonly]) {
881
- border-color: var(--puck-color-grey-05);
882
- transition: none;
883
- }
884
- ._Input_1qi5b_1:has(> select):hover ._Input-input_1qi5b_46:not([disabled]) {
885
- background-color: var(--puck-color-azure-12);
886
- 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>");
887
- border-color: var(--puck-color-grey-05);
888
- transition: none;
889
- }
890
- }
891
- ._Input-input_1qi5b_46:focus {
892
- border-color: var(--puck-color-grey-05);
893
- outline: 2px solid var(--puck-color-azure-05);
894
- transition: none;
895
- }
896
- ._Input--readOnly_1qi5b_90 > ._Input-input_1qi5b_46,
897
- ._Input--readOnly_1qi5b_90 > select._Input-input_1qi5b_46 {
898
- background-color: var(--puck-color-grey-11);
899
- border-color: var(--puck-color-grey-09);
900
- color: var(--puck-color-grey-04);
901
- cursor: default;
902
- opacity: 1;
903
- outline: 0;
909
+ ._Button_1t64k_1:hover,
910
+ ._Button_1t64k_1:active {
904
911
  transition: none;
905
912
  }
906
- ._Input-radioGroupItems_1qi5b_101 {
907
- display: flex;
908
- border: 1px solid var(--puck-color-grey-09);
909
- border-radius: 4px;
910
- flex-wrap: wrap;
911
- }
912
- ._Input-radio_1qi5b_101 {
913
- border-right: 1px solid var(--puck-color-grey-09);
914
- flex-grow: 1;
915
- }
916
- ._Input-radio_1qi5b_101:first-of-type {
917
- border-bottom-left-radius: 4px;
918
- border-top-left-radius: 4px;
919
- }
920
- ._Input-radio_1qi5b_101:first-of-type ._Input-radioInner_1qi5b_118 {
921
- border-bottom-left-radius: 3px;
922
- border-top-left-radius: 3px;
913
+ ._Button--medium_1t64k_29 {
914
+ min-height: 34px;
915
+ padding-bottom: 7px;
916
+ padding-left: 19px;
917
+ padding-right: 19px;
918
+ padding-top: 7px;
923
919
  }
924
- ._Input-radio_1qi5b_101:last-of-type {
925
- border-bottom-right-radius: 4px;
926
- border-right: 0;
927
- border-top-right-radius: 4px;
920
+ ._Button--large_1t64k_37 {
921
+ padding-bottom: 11px;
922
+ padding-left: 19px;
923
+ padding-right: 19px;
924
+ padding-top: 11px;
928
925
  }
929
- ._Input-radio_1qi5b_101:last-of-type ._Input-radioInner_1qi5b_118 {
930
- border-bottom-right-radius: 3px;
931
- border-top-right-radius: 3px;
926
+ ._Button-icon_1t64k_44 {
927
+ margin-top: 2px;
932
928
  }
933
- ._Input-radioInner_1qi5b_118 {
934
- background-color: var(--puck-color-white);
935
- color: var(--puck-color-grey-04);
936
- cursor: pointer;
937
- font-size: var(--puck-font-size-xxxs);
938
- padding: 8px 12px;
939
- text-align: center;
940
- transition: background-color 50ms ease-in;
929
+ ._Button--primary_1t64k_48 {
930
+ background: var(--puck-color-azure-04);
941
931
  }
942
- ._Input-radio_1qi5b_101:has(:focus-visible) {
932
+ ._Button_1t64k_1:focus-visible {
943
933
  outline: 2px solid var(--puck-color-azure-05);
944
934
  outline-offset: 2px;
945
- position: relative;
946
935
  }
947
936
  @media (hover: hover) and (pointer: fine) {
948
- ._Input-radioInner_1qi5b_118:hover {
949
- background-color: var(--puck-color-azure-12);
950
- transition: none;
937
+ ._Button--primary_1t64k_48:hover {
938
+ background-color: var(--puck-color-azure-03);
951
939
  }
952
940
  }
953
- ._Input--readOnly_1qi5b_90 ._Input-radioInner_1qi5b_118 {
954
- background-color: var(--puck-color-white);
955
- color: var(--puck-color-grey-04);
956
- cursor: default;
941
+ ._Button--primary_1t64k_48:active {
942
+ background-color: var(--puck-color-azure-02);
957
943
  }
958
- ._Input-radio_1qi5b_101 ._Input-radioInput_1qi5b_163:checked ~ ._Input-radioInner_1qi5b_118 {
944
+ ._Button--secondary_1t64k_67 {
945
+ border: 1px solid currentColor;
946
+ color: currentColor;
947
+ }
948
+ @media (hover: hover) and (pointer: fine) {
949
+ ._Button--secondary_1t64k_67:hover {
950
+ background-color: var(--puck-color-azure-12);
951
+ color: var(--puck-color-black);
952
+ }
953
+ }
954
+ ._Button--secondary_1t64k_67:active {
959
955
  background-color: var(--puck-color-azure-11);
960
- color: var(--puck-color-azure-04);
961
- font-weight: 500;
956
+ color: var(--puck-color-black);
962
957
  }
963
- ._Input--readOnly_1qi5b_90 ._Input-radioInput_1qi5b_163:checked ~ ._Input-radioInner_1qi5b_118 {
964
- background-color: var(--puck-color-grey-11);
965
- color: var(--puck-color-grey-04);
958
+ ._Button--flush_1t64k_84 {
959
+ border-radius: 0;
966
960
  }
967
- ._Input-radio_1qi5b_101 ._Input-radioInput_1qi5b_163 {
968
- clip: rect(0 0 0 0);
969
- clip-path: inset(100%);
970
- height: 1px;
971
- overflow: hidden;
972
- position: absolute;
973
- white-space: nowrap;
974
- width: 1px;
961
+ ._Button--disabled_1t64k_88,
962
+ ._Button--disabled_1t64k_88:hover {
963
+ background-color: var(--puck-color-grey-07);
964
+ color: var(--puck-color-grey-03);
965
+ cursor: not-allowed;
975
966
  }
976
- textarea._Input-input_1qi5b_46 {
977
- margin-bottom: -4px;
967
+ ._Button--fullWidth_1t64k_95 {
968
+ justify-content: center;
969
+ width: 100%;
970
+ }
971
+ ._Button-spinner_1t64k_100 {
972
+ padding-left: 8px;
978
973
  }
979
974
 
980
- /* css-module:/home/runner/work/puck/puck/packages/core/components/InputOrGroup/fields/ArrayField/styles.module.css/#css-module-data */
981
- ._ArrayField_1lr58_5 {
975
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
976
+ ._ObjectField_1ua3y_5 {
982
977
  display: flex;
983
978
  flex-direction: column;
984
- background-color: var(--puck-color-grey-09);
979
+ background-color: var(--puck-color-white);
985
980
  border: 1px solid var(--puck-color-grey-09);
986
981
  border-radius: 4px;
987
982
  }
988
- ._ArrayField--isDraggingFrom_1lr58_13 {
989
- background-color: var(--puck-color-azure-11);
990
- overflow: hidden;
991
- }
992
- ._ArrayField-addButton_1lr58_18 {
993
- background-color: var(--puck-color-white);
983
+ ._ObjectField-fieldset_1ua3y_13 {
994
984
  border: none;
995
- border-radius: 3px;
996
- display: flex;
997
- color: var(--puck-color-azure-05);
998
- justify-content: center;
999
- cursor: pointer;
1000
- width: 100%;
1001
985
  margin: 0;
1002
- padding: 14px;
1003
- text-align: left;
1004
- transition: background-color 50ms ease-in;
986
+ min-width: 0;
987
+ padding: 16px 15px;
1005
988
  }
1006
- ._ArrayField--hasItems_1lr58_33 > ._ArrayField-addButton_1lr58_18 {
1007
- border-top: 1px solid var(--puck-color-grey-09);
1008
- border-top-left-radius: 0;
1009
- border-top-right-radius: 0;
989
+
990
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Drawer/styles.module.css/#css-module-data */
991
+ ._Drawer_6zh0b_1 {
992
+ font-family: var(--puck-font-family);
993
+ }
994
+ ._DrawerItem-default_6zh0b_5 ._DrawerItem-draggableWrapper_6zh0b_5 {
995
+ padding-bottom: 12px;
996
+ }
997
+ ._DrawerItem_6zh0b_5:last-of-type ._DrawerItem-default_6zh0b_5 ._DrawerItem-draggableWrapper_6zh0b_5 {
998
+ padding-bottom: 0;
999
+ }
1000
+ ._DrawerItem-draggable_6zh0b_5 {
1001
+ background: var(--puck-color-white);
1002
+ padding: 12px;
1003
+ display: flex;
1004
+ border: 1px var(--puck-color-grey-09) solid;
1005
+ border-radius: 4px;
1006
+ font-size: var(--puck-font-size-xxs);
1007
+ justify-content: space-between;
1008
+ align-items: center;
1009
+ cursor: grab;
1010
+ transition: background-color 50ms ease-in, color 50ms ease-in;
1011
+ }
1012
+ ._DrawerItem_6zh0b_5:focus-visible {
1013
+ outline: 0;
1010
1014
  }
1011
- ._ArrayField-addButton_1lr58_18:focus-visible {
1015
+ ._Drawer_6zh0b_1:not(._Drawer--isDraggingFrom_6zh0b_31) ._DrawerItem_6zh0b_5:focus-visible ._DrawerItem-draggable_6zh0b_5 {
1016
+ border-radius: 4px;
1012
1017
  outline: 2px solid var(--puck-color-azure-05);
1013
1018
  outline-offset: 2px;
1014
- position: relative;
1015
1019
  }
1016
1020
  @media (hover: hover) and (pointer: fine) {
1017
- ._ArrayField_1lr58_5:not(._ArrayField--isDraggingFrom_1lr58_13) > ._ArrayField-addButton_1lr58_18:hover {
1018
- background: var(--puck-color-azure-12);
1021
+ ._Drawer_6zh0b_1:not(._Drawer--isDraggingFrom_6zh0b_31) ._DrawerItem-draggable_6zh0b_5:hover {
1022
+ background-color: var(--puck-color-azure-12);
1019
1023
  color: var(--puck-color-azure-04);
1020
1024
  transition: none;
1021
1025
  }
1022
1026
  }
1023
- ._ArrayField_1lr58_5:not(._ArrayField--isDraggingFrom_1lr58_13) > ._ArrayField-addButton_1lr58_18:active {
1024
- background: var(--puck-color-azure-11);
1025
- color: var(--puck-color-azure-04);
1026
- transition: none;
1027
+ ._DrawerItem-name_6zh0b_47 {
1028
+ overflow-x: hidden;
1029
+ text-overflow: ellipsis;
1030
+ white-space: nowrap;
1027
1031
  }
1028
- ._ArrayFieldItem_1lr58_63 {
1029
- border-top-left-radius: 3px;
1030
- border-top-right-radius: 3px;
1031
- display: block;
1032
+
1033
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/DraggableComponent/styles.module.css/#css-module-data */
1034
+ ._DraggableComponent_59z7f_1 {
1035
+ pointer-events: auto;
1036
+ --overlay-background: color-mix( in srgb, var(--puck-color-azure-08) 30%, transparent );
1037
+ }
1038
+ ._DraggableComponent--isDragging_59z7f_11 {
1039
+ background: color-mix(in srgb, var(--puck-color-azure-08) 10%, transparent);
1040
+ overflow: hidden;
1041
+ }
1042
+ ._DraggableComponent-contents_59z7f_16 {
1032
1043
  position: relative;
1044
+ pointer-events: none;
1045
+ z-index: 0;
1033
1046
  }
1034
- ._ArrayFieldItem_1lr58_63:not(._ArrayFieldItem--isDragging_1lr58_71):not(:first-of-type)::before {
1035
- background-color: var(--puck-color-grey-09);
1036
- position: absolute;
1047
+ ._DraggableComponent-contents_59z7f_16::before,
1048
+ ._DraggableComponent-contents_59z7f_16::after {
1049
+ content: " ";
1050
+ display: table;
1051
+ }
1052
+ ._DraggableComponent-overlay_59z7f_29 {
1053
+ cursor: pointer;
1054
+ height: 100%;
1037
1055
  width: 100%;
1038
- height: 1px;
1039
- content: "";
1056
+ top: 0;
1057
+ outline-offset: -2px;
1058
+ position: absolute;
1059
+ pointer-events: none;
1060
+ box-sizing: border-box;
1040
1061
  z-index: 1;
1041
- top: -1px;
1042
1062
  }
1043
- ._ArrayFieldItem--isExpanded_1lr58_81::before {
1063
+ ._DraggableComponent_59z7f_1:focus-visible > ._DraggableComponent-overlay_59z7f_29 {
1064
+ outline: 1px solid var(--puck-color-azure-05);
1065
+ }
1066
+ ._DraggableComponent--isDragging_59z7f_11 > ._DraggableComponent-overlay_59z7f_29 {
1067
+ outline: 2px var(--puck-color-azure-09) solid !important;
1068
+ }
1069
+ ._DraggableComponent-loadingOverlay_59z7f_49 {
1070
+ background: var(--puck-color-white);
1071
+ color: var(--puck-color-grey-03);
1072
+ border-radius: 4px;
1073
+ display: flex;
1074
+ padding: 8px;
1075
+ top: 8px;
1076
+ right: 8px;
1077
+ position: absolute;
1078
+ z-index: 1;
1079
+ pointer-events: all;
1080
+ box-sizing: border-box;
1081
+ opacity: 0.8;
1082
+ z-index: 1;
1083
+ }
1084
+ ._DraggableComponent_59z7f_1:hover:not(._DraggableComponent--isLocked_59z7f_65) > ._DraggableComponent-overlay_59z7f_29 {
1085
+ background: var(--overlay-background);
1086
+ pointer-events: none;
1087
+ }
1088
+ ._DraggableComponent--forceHover_59z7f_71 > ._DraggableComponent-overlay_59z7f_29 {
1089
+ background: var(--overlay-background);
1090
+ pointer-events: none;
1091
+ }
1092
+ ._DraggableComponent_59z7f_1:not(._DraggableComponent--isSelected_59z7f_76):hover > ._DraggableComponent-overlay_59z7f_29 {
1093
+ outline: 2px var(--puck-color-azure-09) solid !important;
1094
+ }
1095
+ ._DraggableComponent--indicativeHover_59z7f_81 > ._DraggableComponent-overlay_59z7f_29 {
1096
+ pointer-events: none;
1097
+ }
1098
+ ._DraggableComponent_59z7f_1:not(._DraggableComponent--isSelected_59z7f_76):has(._DraggableComponent_59z7f_1:hover > ._DraggableComponent-overlay_59z7f_29) > ._DraggableComponent-overlay_59z7f_29 {
1044
1099
  display: none;
1045
1100
  }
1046
- ._ArrayFieldItem--isExpanded_1lr58_81 {
1047
- border-bottom: 0;
1048
- outline-offset: 0px !important;
1049
- outline: 1px solid var(--puck-color-azure-07) !important;
1101
+ ._DraggableComponent--isSelected_59z7f_76 > ._DraggableComponent-overlay_59z7f_29 {
1102
+ outline: 2px var(--puck-color-azure-07) solid !important;
1103
+ }
1104
+ ._DraggableComponent--isSelected_59z7f_76 > ._DraggableComponent-actionsOverlay_59z7f_97 {
1105
+ display: block;
1106
+ position: sticky;
1050
1107
  z-index: 2;
1051
1108
  }
1052
- ._ArrayFieldItem--isDragging_1lr58_71 {
1053
- box-shadow: color-mix(in srgb, var(--puck-color-grey-06) 25%, transparent) 0 3px 6px 0;
1109
+ ._DraggableComponent-actions_59z7f_97 {
1110
+ position: absolute;
1111
+ width: auto;
1112
+ padding: 4px;
1113
+ border-top-left-radius: 8px;
1114
+ border-top-right-radius: 8px;
1115
+ border-radius: 8px;
1116
+ background: var(--puck-color-grey-01);
1117
+ color: var(--puck-color-white);
1118
+ cursor: grab;
1119
+ display: none;
1120
+ font-family: var(--puck-font-family);
1121
+ gap: 4px;
1122
+ pointer-events: auto;
1123
+ box-sizing: border-box;
1124
+ transform-origin: right top;
1054
1125
  }
1055
- ._ArrayFieldItem--isDragging_1lr58_71 ._ArrayFieldItem-summary_1lr58_97:active {
1056
- background-color: var(--puck-color-white);
1126
+ ._DraggableComponent--isSelected_59z7f_76 > ._DraggableComponent-actionsOverlay_59z7f_97 > ._DraggableComponent-actions_59z7f_97 {
1127
+ display: flex;
1057
1128
  }
1058
- ._ArrayFieldItem_1lr58_63 + ._ArrayFieldItem_1lr58_63 {
1059
- border-top-left-radius: 0;
1060
- border-top-right-radius: 0;
1129
+ ._DraggableComponent-actionsLabel_59z7f_127 {
1130
+ color: var(--puck-color-grey-08);
1131
+ display: flex;
1132
+ font-size: var(--puck-font-size-xxxs);
1133
+ font-weight: 500;
1134
+ justify-content: center;
1135
+ align-items: center;
1136
+ padding-left: 8px;
1137
+ padding-right: 16px;
1138
+ margin-right: 8px;
1139
+ border-right: 0.5px solid var(--puck-color-grey-05);
1140
+ text-overflow: ellipsis;
1141
+ white-space: nowrap;
1061
1142
  }
1062
- ._ArrayFieldItem-summary_1lr58_97 {
1063
- background: var(--puck-color-white);
1064
- color: var(--puck-color-grey-04);
1143
+ ._DraggableComponent-action_59z7f_97 {
1144
+ background: transparent;
1145
+ border: none;
1146
+ color: var(--puck-color-grey-08);
1065
1147
  cursor: pointer;
1148
+ padding: 6px 8px;
1149
+ border-radius: 4px;
1150
+ overflow: hidden;
1066
1151
  display: flex;
1067
1152
  align-items: center;
1068
- gap: 2px;
1069
- justify-content: space-between;
1070
- font-size: var(--puck-font-size-xxs);
1071
- list-style: none;
1072
- padding: 12px 15px;
1073
- padding-bottom: 13px;
1074
- position: relative;
1075
- overflow: hidden;
1076
- transition: background-color 50ms ease-in;
1077
- }
1078
- ._ArrayFieldItem_1lr58_63:first-of-type > ._ArrayFieldItem-summary_1lr58_97 {
1079
- border-top-left-radius: 3px;
1080
- border-top-right-radius: 3px;
1081
- }
1082
- ._ArrayField--addDisabled_1lr58_128 > ._ArrayFieldItem_1lr58_63:last-of-type:not(._ArrayFieldItem--isExpanded_1lr58_81) > ._ArrayFieldItem-summary_1lr58_97 {
1083
- border-bottom-left-radius: 3px;
1084
- border-bottom-right-radius: 3px;
1085
- }
1086
- ._ArrayField--addDisabled_1lr58_128 > ._ArrayFieldItem--isExpanded_1lr58_81:last-of-type {
1087
- border-bottom-left-radius: 3px;
1088
- border-bottom-right-radius: 3px;
1153
+ justify-content: center;
1154
+ transition: color 50ms ease-in;
1089
1155
  }
1090
- ._ArrayFieldItem-summary_1lr58_97:focus-visible {
1156
+ ._DraggableComponent-action_59z7f_97:focus-visible {
1091
1157
  outline: 2px solid var(--puck-color-azure-05);
1092
- outline-offset: 2px;
1158
+ outline-offset: -2px;
1093
1159
  }
1094
1160
  @media (hover: hover) and (pointer: fine) {
1095
- ._ArrayFieldItem-summary_1lr58_97:hover {
1096
- background-color: var(--puck-color-azure-12);
1161
+ ._DraggableComponent-action_59z7f_97:hover {
1162
+ color: var(--puck-color-azure-06);
1097
1163
  transition: none;
1098
1164
  }
1099
1165
  }
1100
- ._ArrayFieldItem-summary_1lr58_97:active {
1101
- background-color: var(--puck-color-azure-11);
1166
+ ._DraggableComponent-action_59z7f_97:active {
1167
+ color: var(--puck-color-azure-07);
1102
1168
  transition: none;
1103
1169
  }
1104
- ._ArrayFieldItem--isExpanded_1lr58_81 > ._ArrayFieldItem-summary_1lr58_97 {
1105
- background: var(--puck-color-azure-11);
1106
- color: var(--puck-color-azure-04);
1107
- font-weight: 600;
1108
- transition: none;
1170
+
1171
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/DropZone/styles.module.css/#css-module-data */
1172
+ ._DropZone_djoti_1 {
1173
+ margin-left: auto;
1174
+ margin-right: auto;
1175
+ position: relative;
1176
+ min-height: 100%;
1177
+ outline-offset: -2px;
1178
+ width: 100%;
1109
1179
  }
1110
- ._ArrayFieldItem-body_1lr58_164 {
1111
- background: var(--puck-color-white);
1112
- display: none;
1180
+ ._DropZone-content_djoti_10 {
1181
+ min-height: 128px;
1182
+ height: 100%;
1113
1183
  }
1114
- ._ArrayFieldItem--isExpanded_1lr58_81 > ._ArrayFieldItem-body_1lr58_164 {
1115
- display: block;
1184
+ ._DropZone--userIsDragging_djoti_15 ._DropZone-content_djoti_10 {
1185
+ pointer-events: all;
1116
1186
  }
1117
- ._ArrayFieldItem-fieldset_1lr58_173 {
1118
- border: none;
1119
- border-top: 1px solid var(--puck-color-grey-09);
1120
- margin: 0;
1121
- padding: 16px 15px;
1187
+ ._DropZone--userIsDragging_djoti_15:not(._DropZone--draggingOverArea_djoti_19):not(._DropZone--draggingNewComponent_djoti_20) > ._DropZone-content_djoti_10 {
1188
+ pointer-events: none;
1122
1189
  }
1123
- ._ArrayFieldItem-rhs_1lr58_180 {
1124
- display: flex;
1125
- gap: 4px;
1126
- align-items: center;
1190
+ ._DropZone--isAreaSelected_djoti_26,
1191
+ ._DropZone--draggingOverArea_djoti_19:not(:has(._DropZone--hoveringOverArea_djoti_27)),
1192
+ ._DropZone--hoveringOverArea_djoti_27:not(._DropZone--isDisabled_djoti_28):not(._DropZone--isRootZone_djoti_29):not(._DropZone--hasChildren_djoti_30) {
1193
+ background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
1194
+ outline: 2px dashed var(--puck-color-azure-08);
1127
1195
  }
1128
- ._ArrayFieldItem-actions_1lr58_186 {
1129
- color: var(--puck-color-grey-04);
1130
- display: flex;
1131
- gap: 4px;
1132
- opacity: 0;
1196
+ ._DropZone_djoti_1:not(._DropZone--hasChildren_djoti_30) {
1197
+ background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
1198
+ outline: 2px dashed var(--puck-color-azure-08);
1133
1199
  }
1134
- ._ArrayFieldItem-summary_1lr58_97:focus-within > ._ArrayFieldItem-rhs_1lr58_180 > ._ArrayFieldItem-actions_1lr58_186,
1135
- ._ArrayFieldItem-summary_1lr58_97:hover > ._ArrayFieldItem-rhs_1lr58_180 > ._ArrayFieldItem-actions_1lr58_186 {
1136
- opacity: 1;
1200
+ ._DropZone--isDestination_djoti_40 {
1201
+ outline: 2px dashed var(--puck-color-azure-04) !important;
1137
1202
  }
1138
-
1139
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ExternalInput/styles.module.css/#css-module-data */
1140
- ._ExternalInput-actions_19obq_1 {
1141
- display: flex;
1203
+ ._DropZone--isDestination_djoti_40:not(._DropZone--isRootZone_djoti_29) {
1204
+ background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent) !important;
1142
1205
  }
1143
- ._ExternalInput-button_19obq_5 {
1206
+ ._DropZone-item_djoti_52 {
1207
+ position: relative;
1208
+ }
1209
+ ._DropZone-hitbox_djoti_56 {
1210
+ position: absolute;
1211
+ bottom: -12px;
1212
+ height: 24px;
1213
+ width: 100%;
1214
+ z-index: 1;
1215
+ }
1216
+
1217
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1218
+ ._SidebarSection_125qe_1 {
1144
1219
  display: flex;
1145
- gap: 8px;
1146
- align-items: center;
1147
- justify-content: center;
1148
- background-color: var(--puck-color-white);
1149
- border: 1px solid var(--puck-color-grey-09);
1150
- border-radius: 4px;
1151
- color: var(--puck-color-azure-04);
1152
- cursor: pointer;
1153
- padding: 12px 16px;
1154
- font-weight: 500;
1155
- white-space: nowrap;
1156
- text-overflow: ellipsis;
1157
- transition: background-color 50ms ease-in;
1158
1220
  position: relative;
1159
- overflow: hidden;
1221
+ flex-direction: column;
1222
+ color: var(--puck-color-black);
1223
+ }
1224
+ ._SidebarSection_125qe_1:last-of-type {
1160
1225
  flex-grow: 1;
1161
1226
  }
1162
- ._ExternalInput--dataSelected_19obq_25 ._ExternalInput-button_19obq_5 {
1163
- color: var(--puck-color-grey-03);
1164
- display: block;
1165
- border-top-right-radius: 0px;
1166
- border-bottom-right-radius: 0px;
1227
+ ._SidebarSection-title_125qe_12 {
1228
+ background: var(--puck-color-white);
1229
+ padding: 16px;
1230
+ border-bottom: 1px solid var(--puck-color-grey-09);
1231
+ border-top: 1px solid var(--puck-color-grey-09);
1232
+ overflow-x: auto;
1167
1233
  }
1168
- ._ExternalInput-detachButton_19obq_32 {
1169
- border: 1px solid var(--puck-color-grey-09);
1170
- border-top-right-radius: 4px;
1171
- border-bottom-right-radius: 4px;
1172
- background-color: var(--puck-color-grey-12);
1173
- color: var(--puck-color-grey-05);
1234
+ ._SidebarSection--noBorderTop_125qe_20 > ._SidebarSection-title_125qe_12 {
1235
+ border-top: 0px;
1236
+ }
1237
+ ._SidebarSection-content_125qe_24 {
1238
+ padding: 16px;
1239
+ }
1240
+ ._SidebarSection--noPadding_125qe_28 > ._SidebarSection-content_125qe_24 {
1241
+ padding: 0px;
1242
+ }
1243
+ ._SidebarSection--noPadding_125qe_28 > ._SidebarSection-content_125qe_24:last-child {
1244
+ padding-bottom: 4px;
1245
+ }
1246
+ ._SidebarSection_125qe_1:last-of-type ._SidebarSection-content_125qe_24 {
1247
+ border-bottom: none;
1248
+ flex-grow: 1;
1249
+ }
1250
+ ._SidebarSection-breadcrumbLabel_125qe_41 {
1251
+ background: none;
1252
+ border: 0;
1253
+ border-radius: 2px;
1254
+ color: var(--puck-color-azure-04);
1174
1255
  cursor: pointer;
1175
- display: flex;
1176
- gap: 8px;
1177
- align-items: center;
1178
- justify-content: center;
1179
- padding: 8px 12px;
1180
- position: relative;
1181
- transition: background-color 50ms ease-in, color 50ms ease-in;
1182
- margin-left: -1px;
1256
+ font: inherit;
1257
+ flex-shrink: 0;
1258
+ padding: 0;
1259
+ transition: color 50ms ease-in;
1183
1260
  }
1184
- ._ExternalInput-button_19obq_5:focus-visible,
1185
- ._ExternalInput-detachButton_19obq_32:focus-visible {
1261
+ ._SidebarSection-breadcrumbLabel_125qe_41:focus-visible {
1186
1262
  outline: 2px solid var(--puck-color-azure-05);
1187
1263
  outline-offset: 2px;
1188
- z-index: 1;
1189
1264
  }
1190
1265
  @media (hover: hover) and (pointer: fine) {
1191
- ._ExternalInput-button_19obq_5:hover,
1192
- ._ExternalInput-detachButton_19obq_32:hover {
1193
- background: var(--puck-color-azure-12);
1266
+ ._SidebarSection-breadcrumbLabel_125qe_41:hover {
1267
+ color: var(--puck-color-azure-03);
1194
1268
  transition: none;
1195
1269
  }
1196
- ._ExternalInput-detachButton_19obq_32:hover {
1197
- color: var(--puck-color-azure-04);
1198
- }
1199
1270
  }
1200
- ._ExternalInput-button_19obq_5:active,
1201
- ._ExternalInput-detachButton_19obq_32:active {
1202
- background: var(--puck-color-azure-11);
1271
+ ._SidebarSection-breadcrumbLabel_125qe_41:active {
1272
+ color: var(--puck-color-azure-02);
1203
1273
  transition: none;
1204
1274
  }
1205
- ._ExternalInputModal_19obq_74 {
1206
- color: var(--puck-color-black);
1207
- display: grid;
1208
- grid-template-rows: min-content minmax(128px, 100%) min-content;
1209
- grid-template-columns: 100%;
1210
- position: relative;
1211
- min-height: 50dvh;
1212
- max-height: 90dvh;
1213
- }
1214
- ._ExternalInputModal-grid_19obq_84 {
1275
+ ._SidebarSection-breadcrumbs_125qe_70 {
1276
+ align-items: center;
1215
1277
  display: flex;
1216
- flex-direction: column;
1217
- }
1218
- @media (min-width: 458px) {
1219
- ._ExternalInputModal-grid_19obq_84 {
1220
- display: grid;
1221
- grid-template-columns: 100%;
1222
- }
1223
- ._ExternalInputModal--filtersToggled_19obq_95 ._ExternalInputModal-grid_19obq_84 {
1224
- grid-template-columns: 25% 75%;
1225
- }
1226
- }
1227
- ._ExternalInputModal-filters_19obq_100 {
1228
- border-bottom: 1px solid var(--puck-color-grey-09);
1229
- }
1230
- ._ExternalInputModal--filtersToggled_19obq_95 ._ExternalInputModal-filters_19obq_100 {
1231
- display: none;
1232
- }
1233
- @media (min-width: 458px) {
1234
- ._ExternalInputModal-filters_19obq_100 {
1235
- border-right: 1px solid var(--puck-color-grey-09);
1236
- display: none;
1237
- }
1238
- ._ExternalInputModal--filtersToggled_19obq_95 ._ExternalInputModal-filters_19obq_100 {
1239
- display: block;
1240
- }
1278
+ gap: 4px;
1241
1279
  }
1242
- ._ExternalInputModal-masthead_19obq_119 {
1243
- background-color: var(--puck-color-grey-12);
1244
- border-bottom: 1px solid var(--puck-color-grey-09);
1280
+ ._SidebarSection-breadcrumb_125qe_41 {
1281
+ align-items: center;
1245
1282
  display: flex;
1246
- flex-wrap: wrap;
1247
- gap: 24px;
1248
- padding: 24px;
1249
- }
1250
- ._ExternalInputModal-tableWrapper_19obq_128 {
1251
- position: relative;
1252
- overflow-x: auto;
1253
- overflow-y: auto;
1254
- flex-grow: 1;
1283
+ gap: 4px;
1255
1284
  }
1256
- ._ExternalInputModal-table_19obq_128 {
1257
- border-collapse: unset;
1258
- border-spacing: 0px;
1259
- color: var(--puck-color-grey-02);
1260
- position: relative;
1261
- z-index: 0;
1262
- min-width: 100%;
1285
+ ._SidebarSection-heading_125qe_82 {
1286
+ padding-right: 16px;
1263
1287
  }
1264
- ._ExternalInputModal-thead_19obq_144 {
1265
- background-color: var(--puck-color-white);
1266
- position: sticky;
1288
+ ._SidebarSection-loadingOverlay_125qe_86 {
1289
+ background: var(--puck-color-white);
1290
+ display: flex;
1291
+ justify-content: center;
1292
+ align-items: center;
1293
+ height: 100%;
1294
+ width: 100%;
1267
1295
  top: 0;
1296
+ position: absolute;
1268
1297
  z-index: 1;
1298
+ pointer-events: all;
1299
+ box-sizing: border-box;
1300
+ opacity: 0.8;
1269
1301
  }
1270
- ._ExternalInputModal-th_19obq_144 {
1302
+
1303
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1304
+ ._MenuBar_8pf8c_1 {
1305
+ background-color: var(--puck-color-white);
1271
1306
  border-bottom: 1px solid var(--puck-color-grey-09);
1272
- color: var(--puck-color-grey-04);
1273
- font-weight: 500;
1274
- font-size: 14px;
1275
- padding: 16px 24px;
1276
- }
1277
- ._ExternalInputModal-td_19obq_159 {
1278
- border-bottom: 1px solid var(--puck-color-grey-10);
1279
- padding: 16px 24px;
1307
+ display: none;
1308
+ left: 0;
1309
+ margin-top: 1px;
1310
+ padding: 8px 16px;
1311
+ position: absolute;
1312
+ right: 0;
1313
+ top: 100%;
1314
+ z-index: 2;
1280
1315
  }
1281
- ._ExternalInputModal-tr_19obq_164 ._ExternalInputModal-td_19obq_159:first-of-type {
1282
- font-weight: 500;
1283
- width: 1%;
1284
- white-space: nowrap;
1316
+ ._MenuBar--menuOpen_8pf8c_14 {
1317
+ display: block;
1285
1318
  }
1286
- @media (hover: hover) and (pointer: fine) {
1287
- ._ExternalInputModal-tbody_19obq_171 ._ExternalInputModal-tr_19obq_164:hover {
1288
- background: var(--puck-color-azure-12);
1289
- color: var(--puck-color-azure-04);
1290
- cursor: pointer;
1291
- position: relative;
1292
- margin-left: -5px;
1319
+ @media (min-width: 638px) {
1320
+ ._MenuBar_8pf8c_1 {
1321
+ border: none;
1322
+ display: block;
1323
+ margin-top: 0;
1324
+ overflow-y: visible;
1325
+ padding: 0;
1326
+ position: static;
1293
1327
  }
1294
- ._ExternalInputModal-tbody_19obq_171 ._ExternalInputModal-tr_19obq_164:hover ._ExternalInputModal-td_19obq_159:first-of-type {
1295
- border-left: 4px solid var(--puck-color-azure-04);
1296
- padding-left: 20px;
1328
+ }
1329
+ ._MenuBar-inner_8pf8c_29 {
1330
+ align-items: center;
1331
+ display: flex;
1332
+ flex-wrap: wrap;
1333
+ gap: 8px 16px;
1334
+ justify-content: flex-end;
1335
+ }
1336
+ @media (min-width: 638px) {
1337
+ ._MenuBar-inner_8pf8c_29 {
1338
+ display: flex;
1339
+ flex-direction: row;
1340
+ flex-wrap: nowrap;
1297
1341
  }
1298
1342
  }
1299
- ._ExternalInputModal-tbody_19obq_171 ._ExternalInputModal-tr_19obq_164:last-of-type ._ExternalInputModal-td_19obq_159 {
1300
- border-bottom: none;
1343
+ ._MenuBar-history_8pf8c_45 {
1344
+ display: flex;
1301
1345
  }
1302
- ._ExternalInputModal-tableWrapper_19obq_128 {
1303
- display: none;
1346
+
1347
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
1348
+ ._Puck_1g88c_19 {
1349
+ --puck-space-px: 16px;
1350
+ font-family: var(--puck-font-family);
1304
1351
  }
1305
- ._ExternalInputModal--hasData_19obq_197 ._ExternalInputModal-tableWrapper_19obq_128 {
1306
- display: block;
1352
+ ._Puck-portal_1g88c_24 {
1353
+ position: relative;
1354
+ z-index: 2;
1307
1355
  }
1308
- ._ExternalInputModal-loadingBanner_19obq_201 {
1309
- display: none;
1310
- background-color: color-mix(in srgb, var(--puck-color-white) 90%, transparent);
1311
- padding: 64px;
1312
- align-items: center;
1313
- justify-content: center;
1314
- position: absolute;
1315
- top: 0;
1356
+ ._PuckLayout_1g88c_31 {
1357
+ bottom: 0;
1316
1358
  left: 0;
1359
+ position: fixed;
1317
1360
  right: 0;
1318
- bottom: 0;
1361
+ top: 0;
1319
1362
  }
1320
- ._ExternalInputModal--isLoading_19obq_218 ._ExternalInputModal-loadingBanner_19obq_201 {
1321
- display: flex;
1363
+ ._PuckLayout-inner_1g88c_39 {
1364
+ --puck-frame-width: auto;
1365
+ --puck-side-bar-width: 0px;
1366
+ display: grid;
1367
+ grid-template-areas: "header header header" "left editor right";
1368
+ grid-template-columns: 0 var(--puck-frame-width) 0;
1369
+ grid-template-rows: min-content auto;
1370
+ height: 100dvh;
1371
+ position: relative;
1372
+ z-index: 0;
1322
1373
  }
1323
- ._ExternalInputModal-searchForm_19obq_222 {
1324
- display: flex;
1325
- flex-wrap: wrap;
1326
- gap: 12px;
1327
- flex-grow: 1;
1374
+ ._PuckLayout--mounted_1g88c_51 ._PuckLayout-inner_1g88c_39 {
1375
+ --puck-side-bar-width: 186px;
1376
+ }
1377
+ ._PuckLayout--leftSideBarVisible_1g88c_55 ._PuckLayout-inner_1g88c_39 {
1378
+ grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) 0;
1379
+ }
1380
+ ._PuckLayout--rightSideBarVisible_1g88c_61 ._PuckLayout-inner_1g88c_39 {
1381
+ grid-template-columns: 0 var(--puck-frame-width) var(--puck-side-bar-width);
1382
+ }
1383
+ ._PuckLayout--leftSideBarVisible_1g88c_55._PuckLayout--rightSideBarVisible_1g88c_61 ._PuckLayout-inner_1g88c_39 {
1384
+ grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) var(--puck-side-bar-width);
1328
1385
  }
1329
1386
  @media (min-width: 458px) {
1330
- ._ExternalInputModal-searchForm_19obq_222 {
1331
- flex-wrap: nowrap;
1387
+ ._PuckLayout-mounted_1g88c_75 ._PuckLayout-inner_1g88c_39 {
1388
+ --puck-frame-width: minmax(266px, auto);
1332
1389
  }
1333
1390
  }
1334
- ._ExternalInputModal-search_19obq_222 {
1335
- display: flex;
1336
- background: var(--puck-color-white);
1337
- border-width: 1px;
1338
- border-style: solid;
1339
- border-color: var(--puck-color-grey-09);
1340
- border-radius: 4px;
1341
- flex-grow: 1;
1342
- transition: border-color 50ms ease-in;
1343
- }
1344
- ._ExternalInputModal-search_19obq_222:focus-within {
1345
- border-color: var(--puck-color-grey-05);
1346
- outline: 2px solid var(--puck-color-azure-05);
1347
- transition: none;
1391
+ @media (min-width: 638px) {
1392
+ ._PuckLayout_1g88c_31 ._PuckLayout-inner_1g88c_39 {
1393
+ --puck-side-bar-width: minmax(186px, 250px);
1394
+ }
1348
1395
  }
1349
- @media (hover: hover) and (pointer: fine) {
1350
- ._ExternalInputModal-search_19obq_222:hover {
1351
- border-color: var(--puck-color-grey-05);
1352
- transition: none;
1396
+ @media (min-width: 766px) {
1397
+ ._PuckLayout_1g88c_31 ._PuckLayout-inner_1g88c_39 {
1398
+ --puck-frame-width: auto;
1353
1399
  }
1354
1400
  }
1355
- ._ExternalInputModal-searchIcon_19obq_259 {
1356
- align-items: center;
1357
- background: var(--puck-color-grey-12);
1358
- border-bottom-left-radius: 4px;
1359
- border-top-left-radius: 4px;
1360
- border-right: 1px solid var(--puck-color-grey-09);
1361
- color: var(--puck-color-grey-07);
1362
- display: flex;
1363
- justify-content: center;
1364
- padding: 12px 15px;
1365
- transition: color 50ms ease-in;
1401
+ @media (min-width: 990px) {
1402
+ ._PuckLayout_1g88c_31 ._PuckLayout-inner_1g88c_39 {
1403
+ --puck-side-bar-width: 256px;
1404
+ }
1366
1405
  }
1367
- ._ExternalInputModal-search_19obq_222:focus-within ._ExternalInputModal-searchIcon_19obq_259 {
1368
- color: var(--puck-color-grey-04);
1369
- transition: none;
1406
+ @media (min-width: 1198px) {
1407
+ ._PuckLayout_1g88c_31 ._PuckLayout-inner_1g88c_39 {
1408
+ --puck-side-bar-width: 274px;
1409
+ }
1370
1410
  }
1371
- @media (hover: hover) and (pointer: fine) {
1372
- ._ExternalInputModal-search_19obq_222:hover ._ExternalInputModal-searchIcon_19obq_259 {
1373
- color: var(--puck-color-grey-04);
1374
- transition: none;
1411
+ @media (min-width: 1398px) {
1412
+ ._PuckLayout_1g88c_31 ._PuckLayout-inner_1g88c_39 {
1413
+ --puck-side-bar-width: 290px;
1375
1414
  }
1376
1415
  }
1377
- ._ExternalInputModal-searchIconText_19obq_284 {
1378
- clip: rect(0 0 0 0);
1379
- clip-path: inset(100%);
1380
- height: 1px;
1381
- overflow: hidden;
1382
- position: absolute;
1383
- white-space: nowrap;
1384
- width: 1px;
1416
+ @media (min-width: 1598px) {
1417
+ ._PuckLayout_1g88c_31 ._PuckLayout-inner_1g88c_39 {
1418
+ --puck-side-bar-width: 320px;
1419
+ }
1385
1420
  }
1386
- ._ExternalInputModal-searchInput_19obq_294 {
1387
- border: none;
1388
- border-radius: 4px;
1421
+ ._PuckLayout-header_1g88c_116 {
1389
1422
  background: var(--puck-color-white);
1390
- font-family: inherit;
1391
- font-size: 14px;
1392
- padding: 12px 15px;
1393
- width: 100%;
1423
+ border-bottom: 1px solid var(--puck-color-grey-09);
1424
+ color: var(--puck-color-black);
1425
+ grid-area: header;
1426
+ position: relative;
1427
+ max-width: 100vw;
1394
1428
  }
1395
- ._ExternalInputModal-searchInput_19obq_294:focus {
1396
- outline: 0;
1429
+ ._PuckLayout-headerInner_1g88c_125 {
1430
+ align-items: end;
1431
+ display: grid;
1432
+ gap: var(--puck-space-px);
1433
+ grid-template-areas: "left middle right";
1434
+ grid-template-columns: 1fr auto 1fr;
1435
+ grid-template-rows: auto;
1436
+ padding: var(--puck-space-px);
1397
1437
  }
1398
- ._ExternalInputModal-searchActions_19obq_308 {
1438
+ ._PuckLayout-headerToggle_1g88c_135 {
1439
+ color: var(--puck-color-grey-05);
1399
1440
  display: flex;
1400
- gap: 8px;
1401
- height: 44px;
1402
- width: 100%;
1441
+ margin-left: -4px;
1442
+ padding-top: 2px;
1403
1443
  }
1404
- @media (min-width: 458px) {
1405
- ._ExternalInputModal-searchActions_19obq_308 {
1406
- width: auto;
1407
- }
1444
+ ._PuckLayout--rightSideBarVisible_1g88c_61 ._PuckLayout-rightSideBarToggle_1g88c_142,
1445
+ ._PuckLayout--leftSideBarVisible_1g88c_55 ._PuckLayout-leftSideBarToggle_1g88c_143 {
1446
+ color: var(--puck-color-black);
1408
1447
  }
1409
- ._ExternalInputModal-searchActionIcon_19obq_321 {
1448
+ ._PuckLayout-headerTitle_1g88c_147 {
1410
1449
  align-self: center;
1411
1450
  }
1412
- ._ExternalInputModal-footer_19obq_325 {
1413
- background-color: var(--puck-color-grey-12);
1414
- border-top: 1px solid var(--puck-color-grey-09);
1415
- color: var(--puck-color-grey-04);
1416
- font-weight: 500;
1417
- font-size: 14px;
1418
- padding: 16px;
1419
- text-align: right;
1420
- }
1421
-
1422
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Modal/styles.module.css/#css-module-data */
1423
- ._Modal_ikbaj_1 {
1424
- background: color-mix(in srgb, var(--puck-color-black) 75%, transparent);
1425
- display: none;
1426
- justify-content: center;
1427
- align-items: center;
1428
- position: fixed;
1429
- top: 0;
1430
- left: 0;
1431
- bottom: 0;
1432
- right: 0;
1433
- z-index: 1;
1434
- padding: 32px;
1451
+ ._PuckLayout-headerPath_1g88c_151 {
1452
+ font-family: var(--puck-font-family-monospaced);
1453
+ font-size: var(--puck-font-size-xxs);
1454
+ font-weight: normal;
1455
+ word-break: break-all;
1435
1456
  }
1436
- ._Modal--isOpen_ikbaj_15 {
1457
+ ._PuckLayout-headerTools_1g88c_158 {
1437
1458
  display: flex;
1459
+ gap: 16px;
1460
+ justify-content: flex-end;
1438
1461
  }
1439
- ._Modal-inner_ikbaj_19 {
1440
- width: 100%;
1441
- max-width: 1024px;
1442
- border-radius: 8px;
1443
- overflow: hidden;
1444
- background: var(--puck-color-white);
1462
+ ._PuckLayout-menuButton_1g88c_164 {
1463
+ color: var(--puck-color-grey-05);
1464
+ margin-left: -4px;
1465
+ }
1466
+ ._PuckLayout--menuOpen_1g88c_169 ._PuckLayout-menuButton_1g88c_164 {
1467
+ color: var(--puck-color-black);
1468
+ }
1469
+ @media (min-width: 638px) {
1470
+ ._PuckLayout-menuButton_1g88c_164 {
1471
+ display: none;
1472
+ }
1473
+ }
1474
+ ._PuckLayout-leftSideBar_1g88c_143 {
1475
+ background: var(--puck-color-grey-12);
1476
+ border-right: 1px solid var(--puck-color-grey-09);
1445
1477
  display: flex;
1446
1478
  flex-direction: column;
1447
- max-height: 90dvh;
1479
+ grid-area: left;
1480
+ overflow-y: auto;
1448
1481
  }
1449
-
1450
- /* css-module:/home/runner/work/puck/puck/packages/core/components/InputOrGroup/fields/ObjectField/styles.module.css/#css-module-data */
1451
- ._ObjectField_15j63_5 {
1482
+ ._PuckLayout-rightSideBar_1g88c_142 {
1483
+ background: var(--puck-color-white);
1484
+ border-left: 1px solid var(--puck-color-grey-09);
1452
1485
  display: flex;
1453
1486
  flex-direction: column;
1454
- background-color: var(--puck-color-white);
1455
- border: 1px solid var(--puck-color-grey-09);
1456
- border-radius: 4px;
1457
- }
1458
- ._ObjectField-fieldset_15j63_13 {
1459
- border: none;
1460
- margin: 0;
1461
- padding: 16px 15px;
1487
+ grid-area: right;
1488
+ overflow-y: auto;
1462
1489
  }
1463
1490
 
1464
1491
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1465
- ._PuckFields_1o0if_1 {
1466
- position: relative;
1492
+ ._PuckFields_gmb17_1 {
1467
1493
  font-family: var(--puck-font-family);
1468
1494
  }
1469
- ._PuckFields--isLoading_1o0if_6 {
1495
+ ._PuckFields--isLoading_gmb17_5 {
1470
1496
  min-height: 48px;
1471
1497
  }
1472
- ._PuckFields-loadingOverlay_1o0if_10 {
1498
+ ._PuckFields-loadingOverlay_gmb17_9 {
1473
1499
  background: var(--puck-color-white);
1474
1500
  display: flex;
1475
- justify-content: center;
1476
- align-items: center;
1501
+ justify-content: flex-end;
1502
+ align-items: flex-start;
1477
1503
  height: 100%;
1478
1504
  width: 100%;
1479
- top: 0;
1505
+ top: 0px;
1480
1506
  position: absolute;
1481
1507
  z-index: 1;
1482
1508
  pointer-events: all;
1483
1509
  box-sizing: border-box;
1484
1510
  opacity: 0.8;
1485
1511
  }
1512
+ ._PuckFields-loadingOverlayInner_gmb17_24 {
1513
+ display: flex;
1514
+ padding: 16px;
1515
+ position: sticky;
1516
+ top: 0;
1517
+ }
1486
1518
 
1487
1519
  /* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
1488
1520
  ._ComponentList_odh9d_1 {