@puckeditor/plugin-pages 0.6.1-canary.4a204adc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css ADDED
@@ -0,0 +1,1875 @@
1
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Toast/Toast.module.css/#css-module-data */
2
+ ._Viewport_13rvx_1 {
3
+ position: fixed;
4
+ width: 250px;
5
+ margin: 0 auto;
6
+ bottom: 1rem;
7
+ right: 1rem;
8
+ left: auto;
9
+ top: auto;
10
+ @media (min-width: 500px) {
11
+ bottom: 2rem;
12
+ right: 2rem;
13
+ width: 300px;
14
+ }
15
+ }
16
+ ._Toast_13rvx_17 {
17
+ --gap: 0.75rem;
18
+ --offset-y: calc( var(--toast-offset-y) * -1 + (var(--toast-index) * var(--gap) * -1) + var(--toast-swipe-movement-y) );
19
+ position: absolute;
20
+ right: 0;
21
+ margin: 0 auto;
22
+ box-sizing: border-box;
23
+ background: var(--puck-color-white);
24
+ color: var(--puck-color-grey-01);
25
+ border: 1px solid var(--puck-color-grey-09);
26
+ padding: 1rem;
27
+ width: 100%;
28
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
29
+ background-clip: padding-box;
30
+ border-radius: 0.5rem;
31
+ bottom: 0;
32
+ left: auto;
33
+ margin-right: 0;
34
+ -webkit-user-select: none;
35
+ user-select: none;
36
+ transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s;
37
+ cursor: default;
38
+ z-index: calc(1000 - var(--toast-index));
39
+ transform: translateX(var(--toast-swipe-movement-x)) translateY(calc(var(--toast-swipe-movement-y) + (min(var(--toast-index), 10) * -20%))) scale(calc(max(0, 1 - (var(--toast-index) * 0.1))));
40
+ &::after {
41
+ content: "";
42
+ position: absolute;
43
+ width: 100%;
44
+ top: 100%;
45
+ left: 0;
46
+ height: calc(var(--gap) + 1px);
47
+ }
48
+ &[data-expanded] {
49
+ transform: translateX(var(--toast-swipe-movement-x)) translateY(var(--offset-y));
50
+ }
51
+ &[data-starting-style],
52
+ &[data-ending-style] {
53
+ transform: translateY(150%);
54
+ }
55
+ &[data-limited] {
56
+ opacity: 0;
57
+ }
58
+ &[data-ending-style] {
59
+ opacity: 0;
60
+ &[data-swipe-direction=up] {
61
+ transform: translateY(calc(var(--toast-swipe-movement-y) - 150%));
62
+ }
63
+ &[data-swipe-direction=left] {
64
+ transform: translateX(calc(var(--toast-swipe-movement-x) - 150%)) translateY(var(--offset-y));
65
+ }
66
+ &[data-swipe-direction=right] {
67
+ transform: translateX(calc(var(--toast-swipe-movement-x) + 150%)) translateY(var(--offset-y));
68
+ }
69
+ &[data-swipe-direction=down] {
70
+ transform: translateY(calc(var(--toast-swipe-movement-y) + 150%));
71
+ }
72
+ }
73
+ }
74
+ ._Title_13rvx_95 {
75
+ font-weight: 500;
76
+ font-size: 0.975rem;
77
+ line-height: 1.25rem;
78
+ margin: 0;
79
+ }
80
+ ._Description_13rvx_102 {
81
+ font-size: 0.925rem;
82
+ line-height: 1.25rem;
83
+ margin: 0;
84
+ margin-top: 0.25rem;
85
+ }
86
+ ._Action_13rvx_109 {
87
+ appearance: none;
88
+ background: var(--puck-color-azure-04);
89
+ border: 1px solid transparent;
90
+ border-radius: 8px;
91
+ color: var(--puck-color-white);
92
+ display: inline-flex;
93
+ align-items: center;
94
+ gap: 8px;
95
+ letter-spacing: 0.05ch;
96
+ font-family: var(--puck-font-family);
97
+ font-size: 14px;
98
+ font-weight: 400;
99
+ box-sizing: border-box;
100
+ line-height: 1;
101
+ text-align: center;
102
+ text-decoration: none;
103
+ transition: background-color 50ms ease-in;
104
+ cursor: pointer;
105
+ white-space: nowrap;
106
+ margin: 8px 0 0;
107
+ padding: 8px 12px;
108
+ }
109
+ @media (hover: hover) and (pointer: fine) {
110
+ ._Action_13rvx_109:hover {
111
+ background-color: var(--puck-color-azure-03);
112
+ }
113
+ }
114
+ ._Action_13rvx_109:active {
115
+ background-color: var(--puck-color-azure-02);
116
+ }
117
+ ._Close_13rvx_143 {
118
+ position: absolute;
119
+ top: 0.5rem;
120
+ right: 0.5rem;
121
+ border: none;
122
+ background: transparent;
123
+ width: 1.25rem;
124
+ height: 1.25rem;
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: center;
128
+ border-radius: 0.25rem;
129
+ }
130
+ @media (hover: hover) and (pointer: fine) {
131
+ ._Close_13rvx_143:hover {
132
+ background-color: var(--puck-color-grey-11);
133
+ }
134
+ }
135
+ ._Icon_13rvx_163 {
136
+ width: 1rem;
137
+ height: 1rem;
138
+ }
139
+
140
+ /* ../platform-client/styles/color.css */
141
+ :root {
142
+ --puck-color-rose-01: #4a001c;
143
+ --puck-color-rose-02: #670833;
144
+ --puck-color-rose-03: #87114c;
145
+ --puck-color-rose-04: #a81a66;
146
+ --puck-color-rose-05: #bc5089;
147
+ --puck-color-rose-06: #cc7ca5;
148
+ --puck-color-rose-07: #d89aba;
149
+ --puck-color-rose-08: #e3b8cf;
150
+ --puck-color-rose-09: #efd6e3;
151
+ --puck-color-rose-10: #f6eaf1;
152
+ --puck-color-rose-11: #faf4f8;
153
+ --puck-color-rose-12: #fef8fc;
154
+ --puck-color-azure-01: #00175d;
155
+ --puck-color-azure-02: #002c77;
156
+ --puck-color-azure-03: #014292;
157
+ --puck-color-azure-04: #0158ad;
158
+ --puck-color-azure-05: #3479be;
159
+ --puck-color-azure-06: #6499cf;
160
+ --puck-color-azure-07: #88b0da;
161
+ --puck-color-azure-08: #abc7e5;
162
+ --puck-color-azure-09: #cfdff0;
163
+ --puck-color-azure-10: #e7eef7;
164
+ --puck-color-azure-11: #f3f6fb;
165
+ --puck-color-azure-12: #f7faff;
166
+ --puck-color-green-01: #002000;
167
+ --puck-color-green-02: #043604;
168
+ --puck-color-green-03: #084e08;
169
+ --puck-color-green-04: #0c680c;
170
+ --puck-color-green-05: #1d882f;
171
+ --puck-color-green-06: #2faa53;
172
+ --puck-color-green-07: #56c16f;
173
+ --puck-color-green-08: #7dd78b;
174
+ --puck-color-green-09: #b8e8bf;
175
+ --puck-color-green-10: #ddf3e0;
176
+ --puck-color-green-11: #eff8f0;
177
+ --puck-color-green-12: #f3fcf4;
178
+ --puck-color-yellow-01: #211000;
179
+ --puck-color-yellow-02: #362700;
180
+ --puck-color-yellow-03: #4c4000;
181
+ --puck-color-yellow-04: #645a00;
182
+ --puck-color-yellow-05: #877614;
183
+ --puck-color-yellow-06: #ab9429;
184
+ --puck-color-yellow-07: #bfac4e;
185
+ --puck-color-yellow-08: #d4c474;
186
+ --puck-color-yellow-09: #e6deb1;
187
+ --puck-color-yellow-10: #f3efd9;
188
+ --puck-color-yellow-11: #f9f7ed;
189
+ --puck-color-yellow-12: #fcfaf0;
190
+ --puck-color-red-01: #4c0000;
191
+ --puck-color-red-02: #6a0a10;
192
+ --puck-color-red-03: #8a1422;
193
+ --puck-color-red-04: #ac1f35;
194
+ --puck-color-red-05: #bf5366;
195
+ --puck-color-red-06: #ce7e8e;
196
+ --puck-color-red-07: #d99ca8;
197
+ --puck-color-red-08: #e4b9c2;
198
+ --puck-color-red-09: #efd7db;
199
+ --puck-color-red-10: #f6eaec;
200
+ --puck-color-red-11: #faf4f5;
201
+ --puck-color-red-12: #fff9fa;
202
+ --puck-color-grey-01: #181818;
203
+ --puck-color-grey-02: #292929;
204
+ --puck-color-grey-03: #404040;
205
+ --puck-color-grey-04: #5a5a5a;
206
+ --puck-color-grey-05: #767676;
207
+ --puck-color-grey-06: #949494;
208
+ --puck-color-grey-07: #ababab;
209
+ --puck-color-grey-08: #c3c3c3;
210
+ --puck-color-grey-09: #dcdcdc;
211
+ --puck-color-grey-10: #efefef;
212
+ --puck-color-grey-11: #f5f5f5;
213
+ --puck-color-grey-12: #fafafa;
214
+ --puck-color-black: #000000;
215
+ --puck-color-white: #ffffff;
216
+ }
217
+
218
+ /* ../platform-client/styles/typography.css */
219
+ :root {
220
+ --space-m-unitless: 24;
221
+ --puck-font-size-scale-base-unitless: 12;
222
+ --puck-font-size-xxxs-unitless: 12;
223
+ --puck-font-size-xxs-unitless: 14;
224
+ --puck-font-size-xs-unitless: 16;
225
+ --puck-font-size-s-unitless: 18;
226
+ --puck-font-size-m-unitless: 21;
227
+ --puck-font-size-l-unitless: 24;
228
+ --puck-font-size-xl-unitless: 28;
229
+ --puck-font-size-xxl-unitless: 36;
230
+ --puck-font-size-xxxl-unitless: 48;
231
+ --puck-font-size-xxxxl-unitless: 56;
232
+ --puck-font-size-xxxs: calc(1rem * var(--puck-font-size-xxxs-unitless) / 16);
233
+ --puck-font-size-xxs: calc(1rem * var(--puck-font-size-xxs-unitless) / 16);
234
+ --puck-font-size-xs: calc(1rem * var(--puck-font-size-xs-unitless) / 16);
235
+ --puck-font-size-s: calc(1rem * var(--puck-font-size-s-unitless) / 16);
236
+ --puck-font-size-m: calc(1rem * var(--puck-font-size-m-unitless) / 16);
237
+ --puck-font-size-l: calc(1rem * var(--puck-font-size-l-unitless) / 16);
238
+ --puck-font-size-xl: calc(1rem * var(--puck-font-size-xl-unitless) / 16);
239
+ --puck-font-size-xxl: calc(1rem * var(--puck-font-size-xxl-unitless) / 16);
240
+ --puck-font-size-xxxl: calc(1rem * var(--puck-font-size-xxxl-unitless) / 16);
241
+ --puck-font-size-xxxxl: calc( 1rem * var(--puck-font-size-xxxxl-unitless) / 16 );
242
+ --puck-font-size-base: var(--puck-font-size-xs);
243
+ --line-height-reset: 1;
244
+ --line-height-xs: calc( var(--space-m-unitless) / var(--puck-font-size-m-unitless) );
245
+ --line-height-s: calc( var(--space-m-unitless) / var(--puck-font-size-s-unitless) );
246
+ --line-height-m: calc( var(--space-m-unitless) / var(--puck-font-size-xs-unitless) );
247
+ --line-height-l: calc( var(--space-m-unitless) / var(--puck-font-size-xxs-unitless) );
248
+ --line-height-xl: calc( var(--space-m-unitless) / var(--puck-font-size-scale-base-unitless) );
249
+ --line-height-base: var(--line-height-m);
250
+ --fallback-font-stack:
251
+ -apple-system,
252
+ BlinkMacSystemFont,
253
+ Segoe UI,
254
+ Helvetica Neue,
255
+ sans-serif,
256
+ Apple Color Emoji,
257
+ Segoe UI Emoji,
258
+ Segoe UI Symbol;
259
+ --puck-font-family: "Inter Fallback", var(--fallback-font-stack);
260
+ --puck-font-family-monospaced:
261
+ ui-monospace,
262
+ "Cascadia Code",
263
+ "Source Code Pro",
264
+ Menlo,
265
+ Consolas,
266
+ "DejaVu Sans Mono",
267
+ monospace;
268
+ }
269
+ @supports (font-variation-settings: normal) {
270
+ :root {
271
+ --puck-font-family: Inter, var(--fallback-font-stack);
272
+ }
273
+ }
274
+
275
+ /* ../platform-client/styles.css */
276
+ body {
277
+ font-family: var(--puck-font-family);
278
+ }
279
+ p {
280
+ margin: 0;
281
+ }
282
+
283
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/ActionModal/ActionModal.module.css/#css-module-data */
284
+ ._ActionModal_r3pvy_1 {
285
+ display: block;
286
+ min-width: 356px;
287
+ }
288
+ ._ActionModal-header_r3pvy_6 {
289
+ color: var(--puck-color-grey-02);
290
+ display: flex;
291
+ justify-content: center;
292
+ text-align: center;
293
+ flex-direction: column;
294
+ gap: 4px;
295
+ padding: 24px;
296
+ padding-bottom: 16px;
297
+ }
298
+ ._ActionModal-body_r3pvy_17 {
299
+ padding: 24px;
300
+ padding-top: 8px;
301
+ }
302
+ ._ActionModal-footer_r3pvy_22 {
303
+ border-top: 1px solid var(--puck-color-grey-09);
304
+ background-color: var(--puck-color-grey-12);
305
+ display: flex;
306
+ justify-content: flex-end;
307
+ padding: 16px 24px;
308
+ }
309
+
310
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Modal/Modal.module.css/#css-module-data */
311
+ ._Modal-background_1bedq_1 {
312
+ align-items: center;
313
+ display: flex;
314
+ justify-content: center;
315
+ background: #00000050;
316
+ position: fixed;
317
+ top: 0;
318
+ left: 0;
319
+ right: 0;
320
+ bottom: 0;
321
+ z-index: 2;
322
+ opacity: 0;
323
+ pointer-events: none;
324
+ }
325
+ ._Modal--visible_1bedq_16 ._Modal-background_1bedq_1 {
326
+ opacity: 1;
327
+ transition: opacity ease 100ms;
328
+ pointer-events: auto;
329
+ }
330
+ ._Modal-modal_1bedq_22 {
331
+ background: white;
332
+ border-radius: 16px;
333
+ display: block;
334
+ max-height: calc(100vh - 24px);
335
+ margin-inline: 24px;
336
+ overflow: auto;
337
+ }
338
+
339
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Button/Button.module.css/#css-module-data */
340
+ ._Button_1sk6w_1 {
341
+ appearance: none;
342
+ background: none;
343
+ border: 1px solid transparent;
344
+ border-radius: 8px;
345
+ color: var(--puck-color-white);
346
+ display: inline-flex;
347
+ align-items: center;
348
+ gap: 8px;
349
+ letter-spacing: 0.05ch;
350
+ font-family: var(--puck-font-family);
351
+ font-size: 14px;
352
+ font-weight: 400;
353
+ box-sizing: border-box;
354
+ line-height: 1;
355
+ text-align: center;
356
+ text-decoration: none;
357
+ transition: background-color 50ms ease-in;
358
+ cursor: pointer;
359
+ white-space: nowrap;
360
+ margin: 0;
361
+ }
362
+ ._Button_1sk6w_1:hover,
363
+ ._Button_1sk6w_1:active {
364
+ transition: none;
365
+ }
366
+ ._Button_1sk6w_1:focus-visible {
367
+ outline: 2px solid var(--puck-color-azure-05);
368
+ outline-offset: 2px;
369
+ }
370
+ ._Button--medium_1sk6w_34 {
371
+ min-height: 34px;
372
+ padding-bottom: 7px;
373
+ padding-left: 15px;
374
+ padding-right: 15px;
375
+ padding-top: 7px;
376
+ }
377
+ ._Button--large_1sk6w_42 {
378
+ padding-bottom: 11px;
379
+ padding-left: 19px;
380
+ padding-right: 19px;
381
+ padding-top: 11px;
382
+ }
383
+ ._Button--brand_1sk6w_49 {
384
+ background-image:
385
+ linear-gradient(
386
+ 210deg,
387
+ var(--puck-color-azure-01) 0%,
388
+ var(--puck-color-azure-03) 40%,
389
+ var(--puck-color-red-05) 100%);
390
+ border: none;
391
+ border-radius: 48px;
392
+ }
393
+ @media (hover: hover) and (pointer: fine) {
394
+ ._Button--brand_1sk6w_49:hover {
395
+ opacity: 0.8;
396
+ }
397
+ }
398
+ ._Button--brand_1sk6w_49:active {
399
+ opacity: 0.8;
400
+ }
401
+ ._Button--primary_1sk6w_70 {
402
+ background: var(--puck-color-azure-04);
403
+ }
404
+ @media (hover: hover) and (pointer: fine) {
405
+ ._Button--primary_1sk6w_70:hover {
406
+ background-color: var(--puck-color-azure-03);
407
+ }
408
+ }
409
+ ._Button--primary_1sk6w_70:active {
410
+ background-color: var(--puck-color-azure-02);
411
+ }
412
+ ._Button--secondary_1sk6w_84 {
413
+ border: 1px solid currentColor;
414
+ color: currentColor;
415
+ }
416
+ @media (hover: hover) and (pointer: fine) {
417
+ ._Button--secondary_1sk6w_84:hover {
418
+ background-color: var(--puck-color-azure-12);
419
+ color: var(--puck-color-black);
420
+ }
421
+ }
422
+ ._Button--secondary_1sk6w_84:active {
423
+ background-color: var(--puck-color-azure-11);
424
+ color: var(--puck-color-black);
425
+ }
426
+ ._Button--danger_1sk6w_101 {
427
+ background: var(--puck-color-red-04);
428
+ }
429
+ @media (hover: hover) and (pointer: fine) {
430
+ ._Button--danger_1sk6w_101:hover {
431
+ background-color: var(--puck-color-red-03);
432
+ }
433
+ }
434
+ ._Button--danger_1sk6w_101:active {
435
+ background-color: var(--puck-color-red-02);
436
+ }
437
+ ._Button--flush_1sk6w_115 {
438
+ border-radius: 0;
439
+ }
440
+ ._Button--ghost_1sk6w_119 {
441
+ align-items: center;
442
+ background-color: transparent;
443
+ border: none;
444
+ border-radius: 8px;
445
+ color: var(--puck-color-azure-04);
446
+ display: flex;
447
+ }
448
+ @media (hover: hover) and (pointer: fine) {
449
+ ._Button--ghost_1sk6w_119:hover {
450
+ background-color: var(--puck-color-grey-11);
451
+ color: var(--puck-color-azure-04);
452
+ cursor: pointer;
453
+ }
454
+ }
455
+ ._Button--disabled_1sk6w_136,
456
+ ._Button--disabled_1sk6w_136:hover,
457
+ ._Button--secondary_1sk6w_84._Button--disabled_1sk6w_136,
458
+ ._Button--secondary_1sk6w_84._Button--disabled_1sk6w_136:hover {
459
+ background-color: var(--puck-color-grey-12);
460
+ border-color: var(--puck-color-grey-08);
461
+ color: var(--puck-color-grey-07);
462
+ cursor: not-allowed;
463
+ }
464
+ ._Button--fullWidth_1sk6w_146 {
465
+ justify-content: center;
466
+ width: 100%;
467
+ }
468
+ ._Button-spinner_1sk6w_151 {
469
+ padding-left: 8px;
470
+ }
471
+
472
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Loader/styles.module.css/#css-module-data */
473
+ @keyframes _loader-animation_nacdm_1 {
474
+ 0% {
475
+ transform: rotate(0deg) scale(1);
476
+ }
477
+ 50% {
478
+ transform: rotate(180deg) scale(0.8);
479
+ }
480
+ 100% {
481
+ transform: rotate(360deg) scale(1);
482
+ }
483
+ }
484
+ ._Loader_nacdm_13 {
485
+ background: transparent;
486
+ border-radius: 100%;
487
+ border: 2px solid currentColor;
488
+ border-bottom-color: transparent;
489
+ display: inline-block;
490
+ animation: _loader-animation_nacdm_1 1s 0s infinite linear;
491
+ animation-fill-mode: both;
492
+ }
493
+
494
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Heading/Heading.module.css/#css-module-data */
495
+ ._Heading_qkzg9_1 {
496
+ display: block;
497
+ font-weight: 700;
498
+ margin: 0;
499
+ }
500
+ ._Heading_qkzg9_1 b {
501
+ font-weight: 700;
502
+ }
503
+ ._Heading--xxxxl_qkzg9_11 {
504
+ font-size: var(--puck-font-size-xxxl);
505
+ }
506
+ ._Heading--xxxl_qkzg9_15 {
507
+ font-size: var(--puck-font-size-xxl);
508
+ }
509
+ ._Heading--xxl_qkzg9_19 {
510
+ font-size: var(--puck-font-size-xl);
511
+ }
512
+ ._Heading--xl_qkzg9_23 {
513
+ font-size: var(--puck-font-size-l);
514
+ }
515
+ ._Heading--l_qkzg9_27 {
516
+ font-size: var(--puck-font-size-m);
517
+ }
518
+ ._Heading--m_qkzg9_31 {
519
+ font-size: var(--puck-font-size-s);
520
+ }
521
+ ._Heading--s_qkzg9_35 {
522
+ font-size: var(--puck-font-size-xs);
523
+ }
524
+ ._Heading--xs_qkzg9_39 {
525
+ font-size: var(--puck-font-size-xxs);
526
+ }
527
+ ._Heading--xxs_qkzg9_43 {
528
+ font-size: var(--puck-font-size-xxs);
529
+ }
530
+ @media (min-width: 768px) {
531
+ ._Heading--xxxxl_qkzg9_11 {
532
+ font-size: var(--puck-font-size-xxxxl);
533
+ letter-spacing: 0.08ch;
534
+ font-weight: 800;
535
+ }
536
+ ._Heading--xxxl_qkzg9_15 {
537
+ font-size: var(--puck-font-size-xxxl);
538
+ }
539
+ ._Heading--xxl_qkzg9_19 {
540
+ font-size: var(--puck-font-size-xxl);
541
+ }
542
+ ._Heading--xl_qkzg9_23 {
543
+ font-size: var(--puck-font-size-xl);
544
+ }
545
+ ._Heading--l_qkzg9_27 {
546
+ font-size: var(--puck-font-size-l);
547
+ }
548
+ ._Heading--m_qkzg9_31 {
549
+ font-size: var(--puck-font-size-m);
550
+ }
551
+ ._Heading--s_qkzg9_35 {
552
+ font-size: var(--puck-font-size-s);
553
+ }
554
+ ._Heading--xs_qkzg9_39 {
555
+ font-size: var(--puck-font-size-xs);
556
+ }
557
+ ._Heading--xxs_qkzg9_43 {
558
+ font-size: var(--puck-font-size-xxs);
559
+ }
560
+ }
561
+
562
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Align/Align.module.css/#css-module-data */
563
+ ._Align_oewlu_1 {
564
+ align-items: flex-start;
565
+ display: flex;
566
+ flex-direction: column;
567
+ }
568
+ ._Align--horizontalCenter_oewlu_7 {
569
+ align-items: center;
570
+ }
571
+ ._Align--horizontalRight_oewlu_11 {
572
+ align-items: flex-end;
573
+ }
574
+ ._Align--verticalBottom_oewlu_15 {
575
+ height: 100%;
576
+ justify-content: flex-end;
577
+ }
578
+ ._Align--verticalCenter_oewlu_20 {
579
+ height: 100%;
580
+ justify-content: center;
581
+ }
582
+ ._Align-item_oewlu_25 {
583
+ position: relative;
584
+ }
585
+
586
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/AutoForm/AutoForm.module.css/#css-module-data */
587
+ ._AutoForm_1vmh9_1 {
588
+ display: flex;
589
+ gap: 16px;
590
+ flex-direction: column;
591
+ }
592
+ ._AutoForm_1vmh9_1 ._Input_3pq3z_1 {
593
+ box-sizing: border-box;
594
+ padding: 0px !important;
595
+ }
596
+
597
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Card/Card.module.css/#css-module-data */
598
+ ._Card_rpnal_1 {
599
+ background-color: white;
600
+ border: 1px solid var(--puck-color-grey-08);
601
+ border-radius: 16px;
602
+ color: var(--puck-color-black);
603
+ display: block;
604
+ text-decoration: none;
605
+ }
606
+ ._Card_rpnal_1:hover {
607
+ cursor: pointer;
608
+ background: var(--puck-color-azure-11);
609
+ border-color: currentColor;
610
+ color: var(--puck-color-azure-04);
611
+ }
612
+ ._Card-body_rpnal_17 {
613
+ align-items: center;
614
+ display: flex;
615
+ padding: 16px;
616
+ }
617
+ ._Card-title_rpnal_23 {
618
+ margin-bottom: 4px;
619
+ }
620
+ ._Card-subtitle_rpnal_27 {
621
+ margin: 0;
622
+ text-wrap: wrap;
623
+ }
624
+ ._Card-chevron_rpnal_32 {
625
+ align-items: center;
626
+ display: none;
627
+ margin-left: auto;
628
+ }
629
+ ._Card--showChevron_rpnal_38 ._Card-chevron_rpnal_32 {
630
+ display: flex;
631
+ }
632
+ ._Card--isActive_rpnal_42 {
633
+ border-color: var(--puck-color-azure-04);
634
+ color: var(--puck-color-azure-04);
635
+ }
636
+
637
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/CardSelector/styles.module.css/#css-module-data */
638
+ ._CardSelector_1ogry_1 {
639
+ display: grid;
640
+ gap: 16px;
641
+ }
642
+ @media (min-width: 768px) {
643
+ ._CardSelector_1ogry_1 {
644
+ grid-template-columns: 1fr 1fr;
645
+ }
646
+ }
647
+ ._CardSelectorOption_1ogry_12 {
648
+ display: flex;
649
+ flex-direction: column;
650
+ background-color: white;
651
+ padding: 16px;
652
+ text-align: left;
653
+ max-width: 640px;
654
+ border: 1px solid var(--puck-color-grey-09);
655
+ border-radius: 16px;
656
+ }
657
+ ._CardSelectorOption--isSelected_1ogry_23 {
658
+ border-color: var(--puck-color-azure-04);
659
+ }
660
+ ._CardSelectorOption--disabled_1ogry_27 {
661
+ color: var(--puck-color-grey-05);
662
+ }
663
+ ._CardSelectorOption-description_1ogry_31 {
664
+ font-size: var(--puck-font-size-xs);
665
+ }
666
+ ._CardSelectorOption-body_1ogry_35 {
667
+ margin-top: 12px;
668
+ }
669
+ ._CardSelectorOption_1ogry_12:hover:not(._CardSelectorOption--isSelected_1ogry_23):not(._CardSelectorOption--disabled_1ogry_27) {
670
+ background-color: var(--puck-color-azure-12);
671
+ border-color: var(--puck-color-azure-04);
672
+ cursor: pointer;
673
+ }
674
+
675
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Code/Code.module.css/#css-module-data */
676
+ ._Code_d4378_1 {
677
+ border-radius: 8px;
678
+ position: relative;
679
+ overflow: hidden;
680
+ border: 1px solid var(--puck-color-grey-09);
681
+ }
682
+ ._Code-body_d4378_8 pre {
683
+ margin: 0;
684
+ }
685
+ ._Code-body_d4378_8 code {
686
+ display: block;
687
+ font-size: var(--puck-font-size-xs);
688
+ padding-block: 16px;
689
+ overflow-y: auto;
690
+ }
691
+ ._Code--light_d4378_19 {
692
+ background-color: white;
693
+ }
694
+ ._Code-body_d4378_8 code > span {
695
+ padding-left: 16px;
696
+ padding-right: 64px;
697
+ }
698
+ @media (min-width: 768px) {
699
+ ._Code-body_d4378_8 code > span {
700
+ padding-right: 16px;
701
+ }
702
+ }
703
+ ._Code-header_d4378_34 {
704
+ align-items: center;
705
+ background-color: #24292e;
706
+ border-bottom: 1px solid var(--puck-color-grey-03);
707
+ color: white;
708
+ display: flex;
709
+ padding-left: 12px;
710
+ padding-right: 12px;
711
+ overflow-y: auto;
712
+ }
713
+ ._Code--light_d4378_19 ._Code-header_d4378_34 {
714
+ background-color: white;
715
+ border-bottom-color: var(--puck-color-grey-09);
716
+ color: var(--puck-color-grey-03);
717
+ }
718
+ ._Code-corner_d4378_51 {
719
+ background-color: #24292e80;
720
+ border-bottom-left-radius: 4px;
721
+ color: white;
722
+ display: none;
723
+ position: absolute;
724
+ padding: 12px 16px;
725
+ pointer-events: none;
726
+ right: 0;
727
+ }
728
+ ._Code_d4378_1:hover ._Code-corner_d4378_51 {
729
+ display: flex;
730
+ }
731
+ ._Code--light_d4378_19 ._Code-corner_d4378_51 {
732
+ background-color: #ffffff80;
733
+ color: var(--puck-color-grey-03);
734
+ }
735
+ ._Code-actions_d4378_71 {
736
+ margin-left: auto;
737
+ pointer-events: auto;
738
+ }
739
+ ._Code--lineNumbers_d4378_76 ._Code-body_d4378_8 code {
740
+ counter-reset: step;
741
+ counter-increment: step 0;
742
+ }
743
+ ._Code--lineNumbers_d4378_76 ._Code-body_d4378_8 code .line::before {
744
+ content: counter(step);
745
+ counter-increment: step;
746
+ width: 1rem;
747
+ margin-right: 1.5rem;
748
+ display: inline-block;
749
+ text-align: right;
750
+ color: rgba(115, 138, 148, 0.4);
751
+ }
752
+ ._Code-tabs_d4378_91 {
753
+ display: flex;
754
+ list-style: none;
755
+ padding: 0;
756
+ margin: 0;
757
+ padding-right: 8px;
758
+ }
759
+ ._Tab_d4378_99 {
760
+ border-block: 3px solid transparent;
761
+ padding: 4px 2px;
762
+ }
763
+ ._Tab--isActive_d4378_104 {
764
+ border-bottom-color: white;
765
+ }
766
+ ._Tab--light_d4378_108._Tab--isActive_d4378_104 {
767
+ border-bottom-color: var(--puck-color-grey-03);
768
+ }
769
+ ._Tab-button_d4378_112 {
770
+ background-color: transparent;
771
+ border: none;
772
+ border-radius: 8px;
773
+ color: var(--puck-color-grey-08);
774
+ font-size: var(--puck-font-size-xxs);
775
+ padding: 8px;
776
+ cursor: pointer;
777
+ white-space: nowrap;
778
+ }
779
+ ._Tab--light_d4378_108 ._Tab-button_d4378_112 {
780
+ color: var(--puck-color-grey-06);
781
+ }
782
+ ._Tab--isActive_d4378_104 ._Tab-button_d4378_112 {
783
+ color: white;
784
+ }
785
+ ._Tab--light_d4378_108._Tab--isActive_d4378_104 ._Tab-button_d4378_112 {
786
+ color: var(--puck-color-grey-01);
787
+ }
788
+ ._Tab-button_d4378_112:hover {
789
+ background: var(--puck-color-grey-03);
790
+ }
791
+ ._Tab--light_d4378_108 ._Tab-button_d4378_112:hover {
792
+ background: var(--puck-color-grey-11);
793
+ }
794
+
795
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/IconButton/IconButton.module.css/#css-module-data */
796
+ ._IconButton_thegm_1 {
797
+ align-items: center;
798
+ background: transparent;
799
+ border: none;
800
+ border-radius: 4px;
801
+ color: currentColor;
802
+ display: flex;
803
+ font-family: var(--puck-font-family);
804
+ justify-content: center;
805
+ padding: 4px;
806
+ transition: background-color 50ms ease-in, color 50ms ease-in;
807
+ }
808
+ ._IconButton_thegm_1:focus-visible {
809
+ outline: 2px solid var(--puck-color-azure-05);
810
+ outline-offset: -2px;
811
+ }
812
+ @media (hover: hover) and (pointer: fine) {
813
+ ._IconButton_thegm_1:hover:not(._IconButton--disabled_thegm_20) {
814
+ background: var(--puck-color-azure-10);
815
+ cursor: pointer;
816
+ transition: none;
817
+ }
818
+ ._IconButton--dark_thegm_26:hover:not(._IconButton--disabled_thegm_20) {
819
+ background: var(--puck-color-grey-04);
820
+ color: var(--puck-color-azure-10);
821
+ }
822
+ }
823
+ ._IconButton_thegm_1:active {
824
+ background: var(--puck-color-azure-11);
825
+ transition: none;
826
+ }
827
+ ._IconButton-title_thegm_37 {
828
+ clip: rect(0 0 0 0);
829
+ clip-path: inset(100%);
830
+ height: 1px;
831
+ overflow: hidden;
832
+ position: absolute;
833
+ white-space: nowrap;
834
+ width: 1px;
835
+ }
836
+ ._IconButton--disabled_thegm_20 {
837
+ color: var(--puck-color-grey-07);
838
+ }
839
+
840
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/InfoBar/InfoBar.module.css/#css-module-data */
841
+ ._InfoBar_kchdj_1 {
842
+ border: 1px solid var(--puck-color-grey-10);
843
+ border-radius: 8px;
844
+ color: var(--puck-color-grey-03);
845
+ display: flex;
846
+ font-size: var(--puck-font-size-xxs);
847
+ margin-left: auto;
848
+ margin-right: auto;
849
+ overflow: hidden;
850
+ }
851
+ ._Info_kchdj_1 {
852
+ background-color: var(--puck-color-grey-12);
853
+ display: flex;
854
+ gap: 8px;
855
+ font-family: var(--puck-font-family-monospaced);
856
+ border-right: 1px solid var(--puck-color-grey-10);
857
+ padding: 12px 16px;
858
+ }
859
+ ._Info-title_kchdj_21 {
860
+ font-weight: 600;
861
+ }
862
+
863
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Inline/Inline.module.css/#css-module-data */
864
+ ._Inline_6o5on_3 {
865
+ display: block;
866
+ }
867
+ ._Inline-inner_6o5on_7 {
868
+ display: flex;
869
+ flex-flow: row wrap;
870
+ }
871
+ ._Inline--noWrap_6o5on_12 > ._Inline-inner_6o5on_7 {
872
+ flex-flow: nowrap;
873
+ }
874
+ ._Inline--sizeNONE_6o5on_16 > ._Inline-inner_6o5on_7 {
875
+ gap: 0;
876
+ }
877
+ ._Inline--sizeXXS_6o5on_20 > ._Inline-inner_6o5on_7 {
878
+ gap: 4px;
879
+ }
880
+ ._Inline--sizeXS_6o5on_24 > ._Inline-inner_6o5on_7 {
881
+ gap: 6px;
882
+ }
883
+ ._Inline--sizeS_6o5on_28 > ._Inline-inner_6o5on_7 {
884
+ gap: 8px;
885
+ }
886
+ ._Inline--sizeM_6o5on_32 > ._Inline-inner_6o5on_7 {
887
+ gap: 16px;
888
+ }
889
+ ._Inline--sizeL_6o5on_36 > ._Inline-inner_6o5on_7 {
890
+ gap: 32px;
891
+ }
892
+ ._Inline--center_6o5on_40 > ._Inline-inner_6o5on_7 {
893
+ align-items: center;
894
+ }
895
+ ._Inline--centerH_6o5on_44 > ._Inline-inner_6o5on_7 {
896
+ justify-content: center;
897
+ }
898
+ ._Inline--grow_6o5on_48 > ._Inline-inner_6o5on_7 > * {
899
+ flex-basis: 0;
900
+ flex-grow: 1;
901
+ }
902
+
903
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Link/Link.module.css/#css-module-data */
904
+ ._Link_1j70m_1 {
905
+ color: var(--puck-color-azure-04);
906
+ text-decoration: none;
907
+ }
908
+ ._Link_1j70m_1:hover {
909
+ color: var(--puck-color-azure-05);
910
+ }
911
+
912
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Menu/styles.module.css/#css-module-data */
913
+ ._Menu_1tu16_1 {
914
+ display: flex;
915
+ position: relative;
916
+ }
917
+ ._Menu-content_1tu16_6 {
918
+ outline: none;
919
+ z-index: 1;
920
+ }
921
+ ._Menu-sections_1tu16_11 {
922
+ background-color: white;
923
+ border: 1px solid var(--puck-color-grey-09);
924
+ border-radius: 8px;
925
+ box-sizing: border-box;
926
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
927
+ min-width: 128px;
928
+ padding-bottom: 4px;
929
+ padding-top: 4px;
930
+ }
931
+ ._Menu-action_1tu16_22 {
932
+ background: none;
933
+ border: none;
934
+ margin-left: auto;
935
+ padding: 0;
936
+ }
937
+ ._Menu-action_1tu16_22:hover:not(:disabled) {
938
+ cursor: pointer;
939
+ opacity: 0.8;
940
+ }
941
+ ._Menu-action_1tu16_22:disabled {
942
+ cursor: not-allowed;
943
+ opacity: 0.5;
944
+ }
945
+ ._Menu-action_1tu16_22:focus-visible {
946
+ outline: 2px solid var(--puck-color-azure-05);
947
+ outline-offset: 2px;
948
+ }
949
+ ._Menu-list_1tu16_44 {
950
+ list-style: none;
951
+ margin: 0;
952
+ padding: 0;
953
+ }
954
+ ._Menu-list_1tu16_44 + ._Menu-list_1tu16_44 {
955
+ border-top: 1px solid var(--puck-color-grey-09);
956
+ margin-top: 4px;
957
+ }
958
+ ._Menu-item_1tu16_55 {
959
+ align-items: center;
960
+ background: none;
961
+ border: none;
962
+ box-sizing: border-box;
963
+ color: var(--puck-color-grey-02);
964
+ display: flex;
965
+ font-size: var(--puck-font-size-xxs);
966
+ font-weight: 500;
967
+ gap: 8px;
968
+ padding: 8px 12px;
969
+ text-align: start;
970
+ text-decoration: none;
971
+ white-space: nowrap;
972
+ width: 100%;
973
+ }
974
+ a._Menu-item_1tu16_55,
975
+ button._Menu-item_1tu16_55 {
976
+ cursor: pointer;
977
+ }
978
+ a._Menu-item_1tu16_55:hover,
979
+ button._Menu-item_1tu16_55:hover {
980
+ background-color: var(--puck-color-azure-11);
981
+ color: var(--puck-color-azure-04);
982
+ }
983
+ ._Menu-item--disabled_1tu16_83 {
984
+ cursor: not-allowed;
985
+ opacity: 0.5;
986
+ }
987
+
988
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Page/Page.module.css/#css-module-data */
989
+ ._Page_nkzj9_1 {
990
+ display: flex;
991
+ flex-direction: column;
992
+ height: 100%;
993
+ overflow: hidden;
994
+ }
995
+ ._Page-masthead_nkzj9_8 {
996
+ align-items: center;
997
+ display: flex;
998
+ gap: 16px;
999
+ padding: 16px 24px;
1000
+ box-sizing: border-box;
1001
+ border-bottom: 1px solid var(--puck-color-grey-10);
1002
+ min-height: 64px;
1003
+ }
1004
+ ._Page-crumbs_nkzj9_18 {
1005
+ display: flex;
1006
+ gap: 32px;
1007
+ }
1008
+ ._Page-crumb_nkzj9_18 {
1009
+ color: var(--puck-color-grey-05);
1010
+ position: relative;
1011
+ white-space: nowrap;
1012
+ }
1013
+ ._Page-crumbLink_nkzj9_29 {
1014
+ color: var(--puck-color-grey-05);
1015
+ text-decoration: none;
1016
+ }
1017
+ ._Page-crumbLink_nkzj9_29:hover {
1018
+ color: var(--puck-color-azure-04);
1019
+ }
1020
+ ._Page-crumb_nkzj9_18:last-of-type {
1021
+ color: var(--puck-color-grey-01);
1022
+ font-weight: 600;
1023
+ }
1024
+ ._Page-crumb_nkzj9_18::before {
1025
+ position: absolute;
1026
+ content: "/";
1027
+ left: -19px;
1028
+ color: var(--puck-color-grey-09);
1029
+ font-weight: 400;
1030
+ }
1031
+ ._Page-crumb_nkzj9_18:first-of-type::before {
1032
+ display: none;
1033
+ }
1034
+ ._Page-crumb_nkzj9_18 {
1035
+ color: var(--puck-color-grey-05);
1036
+ position: relative;
1037
+ text-decoration: none;
1038
+ }
1039
+ ._Page-actions_nkzj9_61 {
1040
+ margin-left: auto;
1041
+ }
1042
+ ._Page-footer_nkzj9_65 {
1043
+ border-top: 1px solid var(--puck-color-grey-10);
1044
+ padding: 16px 24px;
1045
+ }
1046
+
1047
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Pagination/Pagination.module.css/#css-module-data */
1048
+ ._Pagination_1okv2_1 {
1049
+ align-items: baseline;
1050
+ display: flex;
1051
+ gap: 4px;
1052
+ }
1053
+ ._PaginationButton_1okv2_8 {
1054
+ align-items: center;
1055
+ border-radius: 4px;
1056
+ color: var(--puck-color-grey-05);
1057
+ display: flex;
1058
+ justify-content: center;
1059
+ text-decoration: none;
1060
+ min-width: 40px;
1061
+ height: 40px;
1062
+ }
1063
+ ._PaginationButton--isActive_1okv2_20 {
1064
+ background-color: var(--puck-color-azure-11);
1065
+ color: var(--puck-color-azure-04);
1066
+ }
1067
+ ._PaginationButton_1okv2_8:hover {
1068
+ background-color: var(--puck-color-azure-11);
1069
+ color: var(--puck-color-azure-04);
1070
+ }
1071
+ ._Pagination-ellipsis_1okv2_30 {
1072
+ color: var(--puck-color-grey-05);
1073
+ }
1074
+
1075
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/PlanGrid/styles.module.css/#css-module-data */
1076
+ ._PlanGrid--loading_97rn7_1 {
1077
+ opacity: 0;
1078
+ }
1079
+ ._PlanGrid-grid_97rn7_5 {
1080
+ color: var(--puck-color-grey-02);
1081
+ display: grid;
1082
+ gap: 16px;
1083
+ text-align: left;
1084
+ @media (min-width: 768px) {
1085
+ grid-template-columns: 1fr 1fr 1fr;
1086
+ }
1087
+ }
1088
+ ._PlanGrid-enterprise_97rn7_16 {
1089
+ color: var(--puck-color-grey-04);
1090
+ font-size: var(--puck-font-size-xxs);
1091
+ margin-left: auto;
1092
+ margin-right: auto;
1093
+ padding-inline: 4px;
1094
+ padding-top: 20px;
1095
+ text-align: center;
1096
+ }
1097
+ ._PlanGrid-enterprise_97rn7_16 a {
1098
+ color: var(--puck-color-azure-04);
1099
+ cursor: pointer;
1100
+ font-weight: 500;
1101
+ }
1102
+
1103
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/PlanCard/styles.module.css/#css-module-data */
1104
+ ._PlanCard_16zmu_1 {
1105
+ border: 1px solid var(--puck-color-grey-09);
1106
+ border-radius: 16px;
1107
+ display: flex;
1108
+ gap: 8px;
1109
+ flex-direction: column;
1110
+ min-width: 256px;
1111
+ padding: 8px;
1112
+ position: relative;
1113
+ }
1114
+ ._PlanCard--enterprise_16zmu_12 {
1115
+ flex-direction: row;
1116
+ grid-column: span 3;
1117
+ }
1118
+ ._PlanCard-title_16zmu_17 {
1119
+ display: flex;
1120
+ gap: 8px;
1121
+ justify-content: space-between;
1122
+ font-size: var(--puck-font-size-xs);
1123
+ font-weight: 700;
1124
+ white-space: nowrap;
1125
+ }
1126
+ ._PlanCard-header_16zmu_26 {
1127
+ box-sizing: border-box;
1128
+ display: flex;
1129
+ flex-direction: column;
1130
+ gap: 4px;
1131
+ padding: 12px 16px;
1132
+ width: 100%;
1133
+ }
1134
+ ._PlanCard-features_16zmu_35 {
1135
+ display: grid;
1136
+ gap: 4px;
1137
+ list-style: none;
1138
+ margin: 0;
1139
+ padding: 0;
1140
+ }
1141
+ ._PlanCard-feature_16zmu_35 {
1142
+ align-items: center;
1143
+ display: flex;
1144
+ gap: 4px;
1145
+ color: var(--puck-color-grey-05);
1146
+ font-size: var(--puck-font-size-xxs);
1147
+ }
1148
+ ._PlanCard-featureIcon_16zmu_51 {
1149
+ align-self: flex-start;
1150
+ margin-top: 5px;
1151
+ }
1152
+ ._PlanCard-featureTitle_16zmu_56 {
1153
+ color: var(--puck-color-grey-04);
1154
+ font-weight: 600;
1155
+ }
1156
+ ._PlanCard-priceValue_16zmu_61 {
1157
+ font-size: var(--puck-font-size-m);
1158
+ }
1159
+ ._PlanCard-priceInterval_16zmu_65 {
1160
+ color: var(--puck-color-grey-05);
1161
+ }
1162
+ ._PlanCard-body_16zmu_69 {
1163
+ background-color: var(--puck-color-grey-12);
1164
+ border: 1px solid var(--puck-color-grey-11);
1165
+ border-radius: 8px;
1166
+ padding: 16px;
1167
+ flex-grow: 1;
1168
+ }
1169
+ ._PlanCard--enterprise_16zmu_12 ._PlanCard-body_16zmu_69 {
1170
+ display: flex;
1171
+ gap: 8px;
1172
+ width: 100%;
1173
+ }
1174
+ ._PlanCard-section_16zmu_83 {
1175
+ padding-bottom: 16px;
1176
+ min-width: 192px;
1177
+ }
1178
+ ._PlanCard-section_16zmu_83:last-of-type {
1179
+ padding-bottom: 0;
1180
+ }
1181
+ ._PlanCard-section_16zmu_83 + ._PlanCard-section_16zmu_83 {
1182
+ border-top: 1px solid var(--puck-color-grey-09);
1183
+ padding-top: 16px;
1184
+ }
1185
+ ._PlanCard--enterprise_16zmu_12 {
1186
+ ._PlanCard-section_16zmu_83 + ._PlanCard-section_16zmu_83 {
1187
+ border-left: 1px solid var(--puck-color-grey-09);
1188
+ border-top: none;
1189
+ padding-left: 16px;
1190
+ padding-top: 0;
1191
+ }
1192
+ }
1193
+ ._PlanCard-sectionTitle_16zmu_106 {
1194
+ font-size: var(--puck-font-size-xs);
1195
+ font-weight: 500;
1196
+ margin-bottom: 8px;
1197
+ }
1198
+ ._PlanCard-sectionBody_16zmu_112 + ._PlanCard-sectionTitle_16zmu_106 {
1199
+ border-top: 1px solid var(--puck-color-grey-09);
1200
+ margin-top: 16px;
1201
+ padding-top: 16px;
1202
+ }
1203
+ ._PlanCard-sectionBody_16zmu_112 {
1204
+ color: var(--puck-color-grey-03);
1205
+ font-size: var(--puck-font-size-xxs);
1206
+ display: grid;
1207
+ gap: 2px;
1208
+ }
1209
+ ._PlanCard-usageItem_16zmu_125 {
1210
+ display: flex;
1211
+ gap: 8px;
1212
+ font-size: var(--puck-font-size-xxs);
1213
+ }
1214
+ ._PlanCard-usageLabel_16zmu_131 {
1215
+ color: var(--puck-color-grey-04);
1216
+ font-weight: 500;
1217
+ }
1218
+ ._PlanCard-usageValue_16zmu_136 {
1219
+ color: var(--puck-color-grey-05);
1220
+ font-family: var(--puck-font-family-monospaced);
1221
+ margin-left: auto;
1222
+ }
1223
+ ._PlanCard-action_16zmu_142 {
1224
+ align-items: flex-end;
1225
+ display: flex;
1226
+ justify-content: flex-end;
1227
+ width: 100%;
1228
+ }
1229
+ ._PlanCard-description_16zmu_149 {
1230
+ color: var(--puck-color-grey-03);
1231
+ margin-top: 8px;
1232
+ }
1233
+ ._PlanCard--highlight_16zmu_154 {
1234
+ border: transparent;
1235
+ }
1236
+ ._PlanCard--highlight_16zmu_154::before {
1237
+ content: "";
1238
+ position: absolute;
1239
+ inset: 0;
1240
+ padding: 1px;
1241
+ border-radius: inherit;
1242
+ background-image:
1243
+ linear-gradient(
1244
+ 210deg,
1245
+ var(--puck-color-azure-01) 0%,
1246
+ var(--puck-color-azure-03) 40%,
1247
+ var(--puck-color-red-05) 100%);
1248
+ background-size: cover;
1249
+ background-position: center;
1250
+ -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
1251
+ -webkit-mask-composite: xor;
1252
+ mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
1253
+ mask-composite: exclude;
1254
+ pointer-events: none;
1255
+ }
1256
+ ._PlanCard-highlightText_16zmu_184 {
1257
+ @supports (background-clip: text) or (-webkit-background-clip: text) {
1258
+ color: transparent;
1259
+ background-clip: text;
1260
+ -webkit-background-clip: text;
1261
+ background-image:
1262
+ linear-gradient(
1263
+ 210deg,
1264
+ var(--puck-color-azure-01) 0%,
1265
+ var(--puck-color-azure-03) 40%,
1266
+ var(--puck-color-red-05) 100%);
1267
+ background-size: cover;
1268
+ background-position: center;
1269
+ }
1270
+ }
1271
+ ._PlanCard--fullWidth_16zmu_200 {
1272
+ flex-direction: row;
1273
+ grid-column: 1 / -1;
1274
+ }
1275
+ ._PlanCard--fullWidth_16zmu_200 ._PlanCard-header_16zmu_26 {
1276
+ max-width: 312px;
1277
+ }
1278
+ ._PlanCard--fullWidth_16zmu_200 ._PlanCard-action_16zmu_142 {
1279
+ max-width: 256px;
1280
+ }
1281
+ ._PlanCard--fullWidth_16zmu_200 ._PlanCard-sectionBody_16zmu_112 {
1282
+ display: grid;
1283
+ grid-template-rows: 1fr 1fr 1fr 1fr;
1284
+ grid-auto-flow: column;
1285
+ }
1286
+
1287
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
1288
+ ._Section-inner_1uwo0_1 {
1289
+ margin-left: auto;
1290
+ margin-right: auto;
1291
+ max-width: 1280px;
1292
+ padding: 16px;
1293
+ }
1294
+ ._Section--flush_1uwo0_8 ._Section-inner_1uwo0_1 {
1295
+ padding-bottom: 0;
1296
+ padding-top: 0;
1297
+ }
1298
+ ._Section_1uwo0_1 + ._Section_1uwo0_1 {
1299
+ border-top: 1px solid var(--puck-color-grey-09);
1300
+ }
1301
+ ._Section--full_1uwo0_17 ._Section-inner_1uwo0_1 {
1302
+ max-width: unset;
1303
+ }
1304
+
1305
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Tag/Tag.module.css/#css-module-data */
1306
+ ._Tag_s2h0n_1 {
1307
+ align-items: center;
1308
+ display: flex;
1309
+ text-transform: uppercase;
1310
+ font-family: var(--puck-font-family-monospaced);
1311
+ font-weight: 600;
1312
+ font-size: var(--puck-font-size-xxxs);
1313
+ gap: 6px;
1314
+ border-radius: 4px;
1315
+ border: 1px solid currentColor;
1316
+ color: var(--puck-color-grey-05);
1317
+ padding: 4px 8px;
1318
+ white-space: nowrap;
1319
+ line-height: 1;
1320
+ position: relative;
1321
+ z-index: 0;
1322
+ }
1323
+ ._Tag--borderless_s2h0n_21 {
1324
+ border: none;
1325
+ }
1326
+ ._Tag--colorBlue_s2h0n_25 {
1327
+ color: var(--puck-color-azure-05);
1328
+ }
1329
+ ._Tag--colorGreen_s2h0n_29 {
1330
+ color: var(--puck-color-green-06);
1331
+ }
1332
+ ._Tag--colorRed_s2h0n_33 {
1333
+ color: var(--puck-color-red-04);
1334
+ }
1335
+ ._Tag--colorMuted_s2h0n_37 {
1336
+ color: var(--puck-color-grey-06);
1337
+ }
1338
+ ._Tag-sprite_s2h0n_41 {
1339
+ display: flex;
1340
+ }
1341
+ ._Tag--pulse_s2h0n_45 {
1342
+ ._Tag-sprite_s2h0n_41 {
1343
+ background: currentColor;
1344
+ border-radius: 50%;
1345
+ height: 5px;
1346
+ position: relative;
1347
+ width: 5px;
1348
+ }
1349
+ ._Tag-sprite_s2h0n_41::before {
1350
+ animation: _pulse_s2h0n_1 1s 0s infinite alternate;
1351
+ animation-fill-mode: both;
1352
+ background-color: color-mix(in srgb, currentColor 25%, transparent);
1353
+ border-radius: 50%;
1354
+ content: "";
1355
+ top: 0;
1356
+ left: 0;
1357
+ right: 0;
1358
+ bottom: 0;
1359
+ position: absolute;
1360
+ transform: scale(0);
1361
+ z-index: -1;
1362
+ }
1363
+ }
1364
+ @keyframes _pulse_s2h0n_1 {
1365
+ 0% {
1366
+ transform: scale(1);
1367
+ }
1368
+ 100% {
1369
+ transform: scale(2);
1370
+ }
1371
+ }
1372
+ ._Tag-label_s2h0n_79 {
1373
+ margin-top: 1px;
1374
+ }
1375
+
1376
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Table/Table.module.css/#css-module-data */
1377
+ ._Table_o345u_1 {
1378
+ color: black;
1379
+ display: flex;
1380
+ flex-direction: column;
1381
+ flex-grow: 1;
1382
+ overflow-y: auto;
1383
+ }
1384
+ ._Table-filters_o345u_9 {
1385
+ margin: 16px;
1386
+ }
1387
+ ._Table-inner_o345u_13 {
1388
+ text-align: left;
1389
+ }
1390
+ ._Table-table_o345u_17 {
1391
+ color: var(--puck-color-grey-02);
1392
+ font-size: var(--puck-font-size-xxs);
1393
+ position: relative;
1394
+ width: 100%;
1395
+ }
1396
+ ._Table_o345u_1 thead {
1397
+ background: white;
1398
+ font-size: var(--puck-font-size-xxs);
1399
+ position: sticky;
1400
+ top: 0;
1401
+ white-space: nowrap;
1402
+ z-index: 1;
1403
+ }
1404
+ ._Table_o345u_1 thead::after {
1405
+ content: "";
1406
+ position: absolute;
1407
+ height: 1px;
1408
+ width: 100%;
1409
+ background-color: var(--puck-color-grey-10);
1410
+ }
1411
+ ._Table--hideHeader_o345u_41 thead {
1412
+ display: none;
1413
+ }
1414
+ ._Table_o345u_1 tbody tr {
1415
+ z-index: 0;
1416
+ }
1417
+ ._Table_o345u_1 th {
1418
+ background: var(--puck-color-grey-12);
1419
+ font-weight: 400;
1420
+ padding-left: 24px;
1421
+ padding-right: 24px;
1422
+ padding-bottom: 12px;
1423
+ padding-top: 12px;
1424
+ }
1425
+ @media (--standard-viewport) {
1426
+ ._Table_o345u_1 th {
1427
+ padding-left: 32px;
1428
+ padding-right: 32px;
1429
+ }
1430
+ }
1431
+ ._Table_o345u_1 td {
1432
+ border-bottom: 1px solid var(--puck-color-grey-10);
1433
+ padding-left: 24px;
1434
+ padding-right: 24px;
1435
+ padding-bottom: 16px;
1436
+ padding-top: 16px;
1437
+ white-space: nowrap;
1438
+ }
1439
+ ._Table_o345u_1 td:not(:first-of-type) {
1440
+ color: var(--puck-color-grey-05);
1441
+ }
1442
+ ._Table_o345u_1 tbody tr:last-of-type td {
1443
+ border-bottom: none;
1444
+ }
1445
+ @media (--standard-viewport) {
1446
+ ._Table_o345u_1 td {
1447
+ padding-left: 32px;
1448
+ padding-right: 32px;
1449
+ }
1450
+ }
1451
+ ._Table-footer_o345u_89 {
1452
+ border-top: 1px solid var(--puck-color-grey-09);
1453
+ }
1454
+ ._Table--clickableRows_o345u_93 tbody tr:hover {
1455
+ background: var(--puck-color-azure-12);
1456
+ cursor: pointer;
1457
+ }
1458
+ ._Table-placeholder_o345u_98 {
1459
+ align-items: center;
1460
+ color: var(--puck-color-grey-04);
1461
+ justify-content: center;
1462
+ display: flex;
1463
+ gap: 8px;
1464
+ flex-direction: column;
1465
+ width: 100%;
1466
+ height: 100%;
1467
+ text-align: center;
1468
+ }
1469
+ ._Table-loader_o345u_110 {
1470
+ padding: 16px 24px;
1471
+ }
1472
+ ._TableRow--highlightRow_o345u_114 {
1473
+ background-color: var(--puck-color-grey-12);
1474
+ }
1475
+
1476
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css/#css-module-data */
1477
+ ._VerticalSpace_1tjaw_1 {
1478
+ padding-top: 16px;
1479
+ }
1480
+ ._VerticalSpace--size4_1tjaw_5 {
1481
+ padding-top: 4px;
1482
+ }
1483
+ ._VerticalSpace--size8_1tjaw_9 {
1484
+ padding-top: 8px;
1485
+ }
1486
+ ._VerticalSpace--size16_1tjaw_13 {
1487
+ padding-top: 16px;
1488
+ }
1489
+ ._VerticalSpace--size32_1tjaw_17 {
1490
+ padding-top: 32px;
1491
+ }
1492
+ ._VerticalSpace--size40_1tjaw_21 {
1493
+ padding-top: 40px;
1494
+ }
1495
+ ._VerticalSpace--size48_1tjaw_25 {
1496
+ padding-top: 48px;
1497
+ }
1498
+ ._VerticalSpace--size56_1tjaw_29 {
1499
+ padding-top: 56px;
1500
+ }
1501
+ ._VerticalSpace--size96_1tjaw_33 {
1502
+ padding-top: 96px;
1503
+ }
1504
+ ._VerticalSpace--size128_1tjaw_37 {
1505
+ padding-top: 128px;
1506
+ }
1507
+
1508
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Viewport/styles.module.css/#css-module-data */
1509
+ ._Viewport_1vvhm_3 {
1510
+ }
1511
+ ._Viewport--standard_1vvhm_6,
1512
+ ._Viewport--inline_1vvhm_7._Viewport--standard_1vvhm_6 {
1513
+ display: none;
1514
+ }
1515
+ ._Viewport--narrow_1vvhm_11 {
1516
+ display: block;
1517
+ }
1518
+ ._Viewport--inline_1vvhm_7._Viewport--narrow_1vvhm_11 {
1519
+ display: inline;
1520
+ }
1521
+ ._Viewport--flex_1vvhm_19._Viewport--narrow_1vvhm_11 {
1522
+ display: flex;
1523
+ }
1524
+ @media (min-width: 768px) {
1525
+ ._Viewport--narrow_1vvhm_11,
1526
+ ._Viewport--inline_1vvhm_7._Viewport--narrow_1vvhm_11,
1527
+ ._Viewport--flex_1vvhm_19._Viewport--narrow_1vvhm_11 {
1528
+ display: none;
1529
+ }
1530
+ }
1531
+ @media (min-width: 768px) {
1532
+ ._Viewport--standard_1vvhm_6 {
1533
+ display: block;
1534
+ }
1535
+ ._Viewport--inline_1vvhm_7._Viewport--standard_1vvhm_6 {
1536
+ display: inline;
1537
+ }
1538
+ ._Viewport--flex_1vvhm_19._Viewport--standard_1vvhm_6 {
1539
+ display: flex;
1540
+ }
1541
+ }
1542
+
1543
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/PagePlugin/styles.module.css/#css-module-data */
1544
+ ._Pages_ey49w_5 {
1545
+ display: flex;
1546
+ flex-direction: column;
1547
+ height: 100%;
1548
+ padding: 16px;
1549
+ }
1550
+ ._Pages-addPage_ey49w_12 {
1551
+ margin-bottom: 16px;
1552
+ display: flex;
1553
+ gap: 8px;
1554
+ }
1555
+ ._Pages-loader_ey49w_18 {
1556
+ align-items: center;
1557
+ background-color: white;
1558
+ display: flex;
1559
+ justify-content: center;
1560
+ padding: 16px;
1561
+ }
1562
+ ._Pages-list_ey49w_26 {
1563
+ display: flex;
1564
+ flex-direction: column;
1565
+ border-radius: 8px;
1566
+ overflow-y: auto;
1567
+ flex-grow: 1;
1568
+ }
1569
+ ._Pages-search_ey49w_34 {
1570
+ flex-grow: 1;
1571
+ }
1572
+ ._Pages-searchInput_ey49w_38 {
1573
+ border: 1px solid var(--puck-color-grey-09);
1574
+ border-radius: 8px;
1575
+ background-color: var(--puck-color-white);
1576
+ box-sizing: border-box;
1577
+ color: var(--puck-color-grey-02);
1578
+ height: 36px;
1579
+ margin: 0;
1580
+ padding: 0 8px;
1581
+ width: 100%;
1582
+ }
1583
+ ._Pages-searchInput_ey49w_38:focus {
1584
+ outline: 2px solid var(--puck-color-azure-04);
1585
+ outline-offset: -1px;
1586
+ }
1587
+ ._PagesPage_ey49w_59 {
1588
+ border-left: 1px solid var(--puck-color-grey-10);
1589
+ border-right: 1px solid var(--puck-color-grey-10);
1590
+ border-bottom: 1px solid var(--puck-color-grey-10);
1591
+ display: flex;
1592
+ flex-direction: column;
1593
+ flex-shrink: 0;
1594
+ overflow: hidden;
1595
+ }
1596
+ ._PagesPage--expanded_ey49w_69 {
1597
+ min-height: calc(34px + 1px + 55px);
1598
+ }
1599
+ ._PagesPage--expanded_ey49w_69:has(._PagesPage-versions_ey49w_73 > :nth-child(2)) {
1600
+ min-height: calc(34px + 1px + 55px + 1px + 55px);
1601
+ }
1602
+ ._PagesPage--expanded_ey49w_69:has(._PagesPage-versions_ey49w_73 > :nth-child(3)) {
1603
+ min-height: calc(34px + 1px + 55px + 1px + 55px + 1px + 55px);
1604
+ }
1605
+ ._PagesPage--expanded_ey49w_69 {
1606
+ flex-shrink: 1;
1607
+ }
1608
+ ._PagesPage_ey49w_59:first-of-type {
1609
+ border-top: 1px solid var(--puck-color-grey-10);
1610
+ border-top-left-radius: 8px;
1611
+ border-top-right-radius: 8px;
1612
+ }
1613
+ ._PagesPage_ey49w_59:last-of-type {
1614
+ border-bottom-left-radius: 8px;
1615
+ border-bottom-right-radius: 8px;
1616
+ }
1617
+ ._PagesPage-header_ey49w_96 {
1618
+ align-items: center;
1619
+ background-color: white;
1620
+ font-family: var(--puck-font-family-monospaced);
1621
+ font-size: var(--puck-font-size-xxs);
1622
+ font-weight: 600;
1623
+ cursor: pointer;
1624
+ display: flex;
1625
+ justify-content: space-between;
1626
+ padding: 8px 12px;
1627
+ width: 100%;
1628
+ }
1629
+ ._PagesPage_ey49w_59:first-of-type ._PagesPage-header_ey49w_96 {
1630
+ border-top-left-radius: 8px;
1631
+ border-top-right-radius: 8px;
1632
+ }
1633
+ ._PagesPage_ey49w_59:last-of-type:not(._PagesPage--expanded_ey49w_69) ._PagesPage-header_ey49w_96 {
1634
+ border-bottom-left-radius: 8px;
1635
+ border-bottom-right-radius: 8px;
1636
+ }
1637
+ ._PagesPage-header_ey49w_96:focus-visible {
1638
+ outline: 2px solid var(--puck-color-azure-04);
1639
+ outline-offset: -2px;
1640
+ }
1641
+ ._PagesPage--active_ey49w_124 ._PagesPage-header_ey49w_96 {
1642
+ color: var(--puck-color-azure-04);
1643
+ }
1644
+ ._PagesPage--expanded_ey49w_69 ._PagesPage-header_ey49w_96 {
1645
+ border-bottom: 1px solid var(--puck-color-grey-10);
1646
+ }
1647
+ ._PagesPage-header_ey49w_96:hover {
1648
+ background: var(--puck-color-azure-11);
1649
+ color: var(--puck-color-azure-04);
1650
+ }
1651
+ ._PagesPage-headerMain_ey49w_137 {
1652
+ display: flex;
1653
+ gap: 4px;
1654
+ justify-content: space-between;
1655
+ width: 100%;
1656
+ }
1657
+ ._PagesPage-headerIcon_ey49w_144 {
1658
+ color: var(--puck-color-grey-04);
1659
+ }
1660
+ ._PagesPage-loader_ey49w_148 {
1661
+ align-items: center;
1662
+ background-color: white;
1663
+ display: none;
1664
+ justify-content: center;
1665
+ padding: 16px;
1666
+ height: 100%;
1667
+ }
1668
+ ._PagesPage--expanded_ey49w_69 ._PagesPage-loader_ey49w_148 {
1669
+ display: flex;
1670
+ }
1671
+ ._PagesPage-versions_ey49w_73 {
1672
+ display: none;
1673
+ overflow-y: auto;
1674
+ }
1675
+ ._PagesPage--expanded_ey49w_69 ._PagesPage-versions_ey49w_73 {
1676
+ display: block;
1677
+ }
1678
+ ._PagesVersion_ey49w_174 ._PagesVersion-inner_ey49w_174 {
1679
+ background-color: white;
1680
+ border-top: 1px solid var(--puck-color-grey-10);
1681
+ padding-bottom: 12px;
1682
+ padding-left: 24px;
1683
+ padding-right: 12px;
1684
+ padding-top: 8px;
1685
+ text-align: left;
1686
+ width: 100%;
1687
+ }
1688
+ ._PagesVersion_ey49w_174:first-of-type ._PagesVersion-inner_ey49w_174 {
1689
+ border-top: none;
1690
+ }
1691
+ ._PagesVersion--current_ey49w_189 ._PagesVersion-inner_ey49w_174 {
1692
+ border-right: 3px solid var(--puck-color-azure-04);
1693
+ }
1694
+ ._PagesVersion-inner_ey49w_174:hover {
1695
+ background-color: var(--puck-color-azure-11);
1696
+ color: var(--puck-color-azure-04);
1697
+ cursor: pointer;
1698
+ }
1699
+ ._PagesVersion-inner_ey49w_174:focus-visible {
1700
+ outline: 2px solid var(--puck-color-azure-04);
1701
+ outline-offset: -2px;
1702
+ }
1703
+ ._PagesVersion-header_ey49w_204 {
1704
+ align-items: center;
1705
+ display: flex;
1706
+ gap: 4px;
1707
+ }
1708
+ ._PagesVersion-version_ey49w_210 {
1709
+ font-family: var(--puck-font-family-monospaced);
1710
+ font-weight: 600;
1711
+ line-height: 1;
1712
+ }
1713
+ ._PagesVersion-date_ey49w_216 {
1714
+ color: var(--puck-color-grey-06);
1715
+ font-size: var(--puck-font-size-xxxs);
1716
+ font-weight: 500;
1717
+ line-height: 1;
1718
+ margin-top: 2px;
1719
+ margin-left: auto;
1720
+ white-space: nowrap;
1721
+ }
1722
+
1723
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/CreateForm/styles.module.css/#css-module-data */
1724
+ ._CreateForm_kkdt2_1 {
1725
+ width: 100%;
1726
+ }
1727
+ ._CreateForm-field_kkdt2_5 {
1728
+ display: flex;
1729
+ flex-direction: column;
1730
+ align-items: flex-start;
1731
+ gap: 0.25rem;
1732
+ width: 100%;
1733
+ }
1734
+ ._CreateForm-label_kkdt2_13 {
1735
+ font-size: 0.875rem;
1736
+ line-height: 1.25rem;
1737
+ font-weight: 500;
1738
+ color: var(--puck-color-grey-02);
1739
+ }
1740
+ ._CreateForm-input_kkdt2_20 {
1741
+ box-sizing: border-box;
1742
+ width: 100%;
1743
+ height: 2.5rem;
1744
+ margin: 0;
1745
+ padding: 0 0.875rem;
1746
+ border: 1px solid var(--puck-color-grey-10);
1747
+ border-radius: 0.375rem;
1748
+ background-color: var(--puck-color-white);
1749
+ color: var(--puck-color-grey-02);
1750
+ font-family: inherit;
1751
+ font-size: 1rem;
1752
+ }
1753
+ ._CreateForm-input_kkdt2_20:focus {
1754
+ outline: 2px solid var(--puck-color-azure-04);
1755
+ outline-offset: -1px;
1756
+ }
1757
+ ._CreateForm-input_kkdt2_20::placeholder {
1758
+ color: var(--puck-color-grey-06);
1759
+ }
1760
+ ._CreateForm-error_kkdt2_43 {
1761
+ width: 100%;
1762
+ margin-top: 16px;
1763
+ color: var(--puck-color-red-05);
1764
+ font-size: 0.875rem;
1765
+ line-height: 1.2;
1766
+ }
1767
+
1768
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/ConfirmModal/styles.module.css/#css-module-data */
1769
+ ._ConfirmModal_1r63q_1 {
1770
+ width: 100%;
1771
+ }
1772
+ ._ConfirmModal-button_1r63q_5 {
1773
+ display: inline-flex;
1774
+ }
1775
+ ._ConfirmModal-background_1r63q_9 {
1776
+ align-items: center;
1777
+ background: #00000050;
1778
+ bottom: 0;
1779
+ display: flex;
1780
+ justify-content: center;
1781
+ left: 0;
1782
+ position: fixed;
1783
+ right: 0;
1784
+ top: 0;
1785
+ z-index: 2;
1786
+ }
1787
+ ._ConfirmModal-modal_1r63q_22 {
1788
+ background: var(--puck-color-white);
1789
+ border-radius: 16px;
1790
+ display: flex;
1791
+ flex-direction: column;
1792
+ margin-inline: 24px;
1793
+ max-height: calc(100vh - 24px);
1794
+ min-width: 356px;
1795
+ overflow: auto;
1796
+ }
1797
+ ._ConfirmModal-header_1r63q_33 {
1798
+ align-items: center;
1799
+ color: var(--puck-color-grey-02);
1800
+ display: flex;
1801
+ gap: 16px;
1802
+ justify-content: space-between;
1803
+ padding: 24px 24px 16px;
1804
+ }
1805
+ ._ConfirmModal-close_1r63q_42 {
1806
+ align-items: center;
1807
+ appearance: none;
1808
+ background: transparent;
1809
+ border: none;
1810
+ border-radius: 8px;
1811
+ color: var(--puck-color-grey-04);
1812
+ cursor: pointer;
1813
+ display: inline-flex;
1814
+ justify-content: center;
1815
+ padding: 4px;
1816
+ }
1817
+ ._ConfirmModal-close_1r63q_42:hover {
1818
+ background: var(--puck-color-grey-11);
1819
+ color: var(--puck-color-grey-02);
1820
+ }
1821
+ ._ConfirmModal-close_1r63q_42:focus-visible {
1822
+ outline: 2px solid var(--puck-color-azure-05);
1823
+ outline-offset: 2px;
1824
+ }
1825
+ ._ConfirmModal-body_1r63q_65 {
1826
+ color: var(--puck-color-grey-03);
1827
+ line-height: 1.5;
1828
+ padding: 8px 24px 24px;
1829
+ }
1830
+ ._ConfirmModal-footer_1r63q_71 {
1831
+ background-color: var(--puck-color-grey-12);
1832
+ border-top: 1px solid var(--puck-color-grey-09);
1833
+ display: flex;
1834
+ gap: 12px;
1835
+ justify-content: flex-end;
1836
+ padding: 16px 24px;
1837
+ }
1838
+
1839
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/HeaderActions/styles.module.css/#css-module-data */
1840
+ ._HeaderActions-publish_7nzbl_1 {
1841
+ position: relative;
1842
+ display: inline-flex;
1843
+ align-items: stretch;
1844
+ }
1845
+ ._HeaderActions-trigger_7nzbl_7 {
1846
+ display: inline-flex;
1847
+ align-items: center;
1848
+ justify-content: center;
1849
+ min-height: 32px;
1850
+ padding: 0 12px;
1851
+ border-left: 0;
1852
+ border-radius: 0 8px 8px 0;
1853
+ background: var(--puck-color-white);
1854
+ color: var(--puck-color-grey-01);
1855
+ }
1856
+ ._HeaderActions-versionHeader_7nzbl_19 {
1857
+ align-items: center;
1858
+ display: flex;
1859
+ gap: 8px;
1860
+ height: 21px;
1861
+ }
1862
+ ._HeaderActions-versionLabel_7nzbl_26 {
1863
+ font-family: var(--puck-font-family-monospaced);
1864
+ font-size: var(--puck-font-size-xs);
1865
+ font-weight: 600;
1866
+ line-height: 1;
1867
+ }
1868
+ ._HeaderActions-versionDate_7nzbl_33 {
1869
+ color: var(--puck-color-grey-06);
1870
+ font-size: var(--puck-font-size-xxxs);
1871
+ font-weight: 500;
1872
+ line-height: 1;
1873
+ margin-top: 2px;
1874
+ white-space: nowrap;
1875
+ }