@puckeditor/plugin-ai 0.1.0-canary.ea51dddf → 0.1.0-canary.f39908a2

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,1212 @@
1
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/Chat/styles.module.css/#css-module-data */
2
+ ._Chat_1mv7h_1 {
3
+ background: white;
4
+ height: 100%;
5
+ display: flex;
6
+ flex-direction: column;
7
+ }
8
+ ._Chat-header_1mv7h_8 {
9
+ display: block;
10
+ padding: 8px 16px;
11
+ font-weight: 600;
12
+ border-bottom: 1px solid var(--puck-color-grey-09);
13
+ }
14
+ @media (min-width: 638px) {
15
+ ._Chat-header_1mv7h_8 {
16
+ display: block;
17
+ padding: 16px;
18
+ }
19
+ }
20
+ ._Chat-placeholder_1mv7h_22 {
21
+ align-items: center;
22
+ color: var(--puck-color-grey-06);
23
+ display: none;
24
+ justify-content: center;
25
+ flex-direction: column;
26
+ height: 100%;
27
+ text-align: center;
28
+ padding: 32px;
29
+ gap: 8px;
30
+ }
31
+ @media (min-width: 638px) {
32
+ ._Chat-placeholder_1mv7h_22 {
33
+ display: flex;
34
+ }
35
+ }
36
+ ._Chat-actions_1mv7h_40 {
37
+ display: flex;
38
+ gap: 8px;
39
+ justify-content: center;
40
+ flex-wrap: wrap;
41
+ margin-top: 4px;
42
+ }
43
+ ._Chat-action_1mv7h_40,
44
+ ._Chat-actionOutlined_1mv7h_49 {
45
+ border: 1px solid var(--puck-color-azure-04);
46
+ border-radius: 16px;
47
+ padding: 4px 12px;
48
+ font-size: 12px;
49
+ cursor: pointer;
50
+ }
51
+ ._Chat-action_1mv7h_40 {
52
+ background: var(--puck-color-azure-04);
53
+ color: white;
54
+ }
55
+ ._Chat-action_1mv7h_40:hover {
56
+ opacity: 0.8;
57
+ }
58
+ ._Chat-actionOutlined_1mv7h_49 {
59
+ background: transparent;
60
+ color: var(--puck-color-azure-04);
61
+ }
62
+ ._Chat-actionOutlined_1mv7h_49:hover {
63
+ background: var(--puck-color-azure-11);
64
+ }
65
+
66
+ /* ../platform-client/styles/color.css */
67
+ :root {
68
+ --puck-color-rose-01: #4a001c;
69
+ --puck-color-rose-02: #670833;
70
+ --puck-color-rose-03: #87114c;
71
+ --puck-color-rose-04: #a81a66;
72
+ --puck-color-rose-05: #bc5089;
73
+ --puck-color-rose-06: #cc7ca5;
74
+ --puck-color-rose-07: #d89aba;
75
+ --puck-color-rose-08: #e3b8cf;
76
+ --puck-color-rose-09: #efd6e3;
77
+ --puck-color-rose-10: #f6eaf1;
78
+ --puck-color-rose-11: #faf4f8;
79
+ --puck-color-rose-12: #fef8fc;
80
+ --puck-color-azure-01: #00175d;
81
+ --puck-color-azure-02: #002c77;
82
+ --puck-color-azure-03: #014292;
83
+ --puck-color-azure-04: #0158ad;
84
+ --puck-color-azure-05: #3479be;
85
+ --puck-color-azure-06: #6499cf;
86
+ --puck-color-azure-07: #88b0da;
87
+ --puck-color-azure-08: #abc7e5;
88
+ --puck-color-azure-09: #cfdff0;
89
+ --puck-color-azure-10: #e7eef7;
90
+ --puck-color-azure-11: #f3f6fb;
91
+ --puck-color-azure-12: #f7faff;
92
+ --puck-color-green-01: #002000;
93
+ --puck-color-green-02: #043604;
94
+ --puck-color-green-03: #084e08;
95
+ --puck-color-green-04: #0c680c;
96
+ --puck-color-green-05: #1d882f;
97
+ --puck-color-green-06: #2faa53;
98
+ --puck-color-green-07: #56c16f;
99
+ --puck-color-green-08: #7dd78b;
100
+ --puck-color-green-09: #b8e8bf;
101
+ --puck-color-green-10: #ddf3e0;
102
+ --puck-color-green-11: #eff8f0;
103
+ --puck-color-green-12: #f3fcf4;
104
+ --puck-color-yellow-01: #211000;
105
+ --puck-color-yellow-02: #362700;
106
+ --puck-color-yellow-03: #4c4000;
107
+ --puck-color-yellow-04: #645a00;
108
+ --puck-color-yellow-05: #877614;
109
+ --puck-color-yellow-06: #ab9429;
110
+ --puck-color-yellow-07: #bfac4e;
111
+ --puck-color-yellow-08: #d4c474;
112
+ --puck-color-yellow-09: #e6deb1;
113
+ --puck-color-yellow-10: #f3efd9;
114
+ --puck-color-yellow-11: #f9f7ed;
115
+ --puck-color-yellow-12: #fcfaf0;
116
+ --puck-color-red-01: #4c0000;
117
+ --puck-color-red-02: #6a0a10;
118
+ --puck-color-red-03: #8a1422;
119
+ --puck-color-red-04: #ac1f35;
120
+ --puck-color-red-05: #bf5366;
121
+ --puck-color-red-06: #ce7e8e;
122
+ --puck-color-red-07: #d99ca8;
123
+ --puck-color-red-08: #e4b9c2;
124
+ --puck-color-red-09: #efd7db;
125
+ --puck-color-red-10: #f6eaec;
126
+ --puck-color-red-11: #faf4f5;
127
+ --puck-color-red-12: #fff9fa;
128
+ --puck-color-grey-01: #181818;
129
+ --puck-color-grey-02: #292929;
130
+ --puck-color-grey-03: #404040;
131
+ --puck-color-grey-04: #5a5a5a;
132
+ --puck-color-grey-05: #767676;
133
+ --puck-color-grey-06: #949494;
134
+ --puck-color-grey-07: #ababab;
135
+ --puck-color-grey-08: #c3c3c3;
136
+ --puck-color-grey-09: #dcdcdc;
137
+ --puck-color-grey-10: #efefef;
138
+ --puck-color-grey-11: #f5f5f5;
139
+ --puck-color-grey-12: #fafafa;
140
+ --puck-color-black: #000000;
141
+ --puck-color-white: #ffffff;
142
+ }
143
+
144
+ /* ../platform-client/styles/typography.css */
145
+ :root {
146
+ --space-m-unitless: 24;
147
+ --puck-font-size-scale-base-unitless: 12;
148
+ --puck-font-size-xxxs-unitless: 12;
149
+ --puck-font-size-xxs-unitless: 14;
150
+ --puck-font-size-xs-unitless: 16;
151
+ --puck-font-size-s-unitless: 18;
152
+ --puck-font-size-m-unitless: 21;
153
+ --puck-font-size-l-unitless: 24;
154
+ --puck-font-size-xl-unitless: 28;
155
+ --puck-font-size-xxl-unitless: 36;
156
+ --puck-font-size-xxxl-unitless: 48;
157
+ --puck-font-size-xxxxl-unitless: 56;
158
+ --puck-font-size-xxxs: calc(1rem * var(--puck-font-size-xxxs-unitless) / 16);
159
+ --puck-font-size-xxs: calc(1rem * var(--puck-font-size-xxs-unitless) / 16);
160
+ --puck-font-size-xs: calc(1rem * var(--puck-font-size-xs-unitless) / 16);
161
+ --puck-font-size-s: calc(1rem * var(--puck-font-size-s-unitless) / 16);
162
+ --puck-font-size-m: calc(1rem * var(--puck-font-size-m-unitless) / 16);
163
+ --puck-font-size-l: calc(1rem * var(--puck-font-size-l-unitless) / 16);
164
+ --puck-font-size-xl: calc(1rem * var(--puck-font-size-xl-unitless) / 16);
165
+ --puck-font-size-xxl: calc(1rem * var(--puck-font-size-xxl-unitless) / 16);
166
+ --puck-font-size-xxxl: calc(1rem * var(--puck-font-size-xxxl-unitless) / 16);
167
+ --puck-font-size-xxxxl: calc( 1rem * var(--puck-font-size-xxxxl-unitless) / 16 );
168
+ --puck-font-size-base: var(--puck-font-size-xs);
169
+ --line-height-reset: 1;
170
+ --line-height-xs: calc( var(--space-m-unitless) / var(--puck-font-size-m-unitless) );
171
+ --line-height-s: calc( var(--space-m-unitless) / var(--puck-font-size-s-unitless) );
172
+ --line-height-m: calc( var(--space-m-unitless) / var(--puck-font-size-xs-unitless) );
173
+ --line-height-l: calc( var(--space-m-unitless) / var(--puck-font-size-xxs-unitless) );
174
+ --line-height-xl: calc( var(--space-m-unitless) / var(--puck-font-size-scale-base-unitless) );
175
+ --line-height-base: var(--line-height-m);
176
+ --fallback-font-stack:
177
+ -apple-system,
178
+ BlinkMacSystemFont,
179
+ Segoe UI,
180
+ Helvetica Neue,
181
+ sans-serif,
182
+ Apple Color Emoji,
183
+ Segoe UI Emoji,
184
+ Segoe UI Symbol;
185
+ --puck-font-family: "Inter Fallback", var(--fallback-font-stack);
186
+ --puck-font-family-monospaced:
187
+ ui-monospace,
188
+ "Cascadia Code",
189
+ "Source Code Pro",
190
+ Menlo,
191
+ Consolas,
192
+ "DejaVu Sans Mono",
193
+ monospace;
194
+ }
195
+ @supports (font-variation-settings: normal) {
196
+ :root {
197
+ --puck-font-family: Inter, var(--fallback-font-stack);
198
+ }
199
+ }
200
+
201
+ /* ../platform-client/styles.css */
202
+ body {
203
+ font-family: var(--puck-font-family);
204
+ }
205
+ p {
206
+ margin: 0;
207
+ }
208
+
209
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/ActionModal/ActionModal.module.css/#css-module-data */
210
+ ._ActionModal_r3pvy_1 {
211
+ display: block;
212
+ min-width: 356px;
213
+ }
214
+ ._ActionModal-header_r3pvy_6 {
215
+ color: var(--puck-color-grey-02);
216
+ display: flex;
217
+ justify-content: center;
218
+ text-align: center;
219
+ flex-direction: column;
220
+ gap: 4px;
221
+ padding: 24px;
222
+ padding-bottom: 16px;
223
+ }
224
+ ._ActionModal-body_r3pvy_17 {
225
+ padding: 24px;
226
+ padding-top: 8px;
227
+ }
228
+ ._ActionModal-footer_r3pvy_22 {
229
+ border-top: 1px solid var(--puck-color-grey-09);
230
+ background-color: var(--puck-color-grey-12);
231
+ display: flex;
232
+ justify-content: flex-end;
233
+ padding: 16px 24px;
234
+ }
235
+
236
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Modal/Modal.module.css/#css-module-data */
237
+ ._Modal-background_874yi_1 {
238
+ align-items: center;
239
+ display: flex;
240
+ justify-content: center;
241
+ background: #00000050;
242
+ position: fixed;
243
+ top: 0;
244
+ left: 0;
245
+ right: 0;
246
+ bottom: 0;
247
+ z-index: 2;
248
+ opacity: 0;
249
+ pointer-events: none;
250
+ }
251
+ ._Modal--visible_874yi_16 ._Modal-background_874yi_1 {
252
+ opacity: 1;
253
+ transition: opacity ease 100ms;
254
+ pointer-events: auto;
255
+ }
256
+ ._Modal-modal_874yi_22 {
257
+ background: white;
258
+ border-radius: 8px;
259
+ display: block;
260
+ overflow: hidden;
261
+ }
262
+
263
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Button/Button.module.css/#css-module-data */
264
+ ._Button_w2ngt_1 {
265
+ appearance: none;
266
+ background: none;
267
+ border: 1px solid transparent;
268
+ border-radius: 4px;
269
+ color: var(--puck-color-white);
270
+ display: inline-flex;
271
+ align-items: center;
272
+ gap: 8px;
273
+ letter-spacing: 0.05ch;
274
+ font-family: var(--puck-font-family);
275
+ font-size: 14px;
276
+ font-weight: 400;
277
+ box-sizing: border-box;
278
+ line-height: 1;
279
+ text-align: center;
280
+ text-decoration: none;
281
+ transition: background-color 50ms ease-in;
282
+ cursor: pointer;
283
+ white-space: nowrap;
284
+ margin: 0;
285
+ }
286
+ ._Button_w2ngt_1:hover,
287
+ ._Button_w2ngt_1:active {
288
+ transition: none;
289
+ }
290
+ ._Button--medium_w2ngt_29 {
291
+ min-height: 34px;
292
+ padding-bottom: 7px;
293
+ padding-left: 19px;
294
+ padding-right: 19px;
295
+ padding-top: 7px;
296
+ }
297
+ ._Button--large_w2ngt_37 {
298
+ padding-bottom: 11px;
299
+ padding-left: 19px;
300
+ padding-right: 19px;
301
+ padding-top: 11px;
302
+ }
303
+ ._Button-icon_w2ngt_44 {
304
+ margin-top: 2px;
305
+ }
306
+ ._Button--primary_w2ngt_48 {
307
+ background: var(--puck-color-azure-04);
308
+ }
309
+ ._Button_w2ngt_1:focus-visible {
310
+ outline: 2px solid var(--puck-color-azure-05);
311
+ outline-offset: 2px;
312
+ }
313
+ @media (hover: hover) and (pointer: fine) {
314
+ ._Button--primary_w2ngt_48:hover {
315
+ background-color: var(--puck-color-azure-03);
316
+ }
317
+ }
318
+ ._Button--primary_w2ngt_48:active {
319
+ background-color: var(--puck-color-azure-02);
320
+ }
321
+ ._Button--secondary_w2ngt_67 {
322
+ border: 1px solid currentColor;
323
+ color: currentColor;
324
+ }
325
+ @media (hover: hover) and (pointer: fine) {
326
+ ._Button--secondary_w2ngt_67:hover {
327
+ background-color: var(--puck-color-azure-12);
328
+ color: var(--puck-color-black);
329
+ }
330
+ }
331
+ ._Button--secondary_w2ngt_67:active {
332
+ background-color: var(--puck-color-azure-11);
333
+ color: var(--puck-color-black);
334
+ }
335
+ ._Button--flush_w2ngt_84 {
336
+ border-radius: 0;
337
+ }
338
+ ._Button--disabled_w2ngt_88,
339
+ ._Button--disabled_w2ngt_88:hover {
340
+ background-color: var(--puck-color-grey-09);
341
+ color: var(--puck-color-grey-03);
342
+ cursor: not-allowed;
343
+ }
344
+ ._Button--fullWidth_w2ngt_95 {
345
+ justify-content: center;
346
+ width: 100%;
347
+ }
348
+ ._Button-spinner_w2ngt_100 {
349
+ padding-left: 8px;
350
+ }
351
+
352
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Loader/styles.module.css/#css-module-data */
353
+ @keyframes _loader-animation_nacdm_1 {
354
+ 0% {
355
+ transform: rotate(0deg) scale(1);
356
+ }
357
+ 50% {
358
+ transform: rotate(180deg) scale(0.8);
359
+ }
360
+ 100% {
361
+ transform: rotate(360deg) scale(1);
362
+ }
363
+ }
364
+ ._Loader_nacdm_13 {
365
+ background: transparent;
366
+ border-radius: 100%;
367
+ border: 2px solid currentColor;
368
+ border-bottom-color: transparent;
369
+ display: inline-block;
370
+ animation: _loader-animation_nacdm_1 1s 0s infinite linear;
371
+ animation-fill-mode: both;
372
+ }
373
+
374
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Heading/Heading.module.css/#css-module-data */
375
+ ._Heading_1czuc_1 {
376
+ display: block;
377
+ font-weight: 700;
378
+ margin: 0;
379
+ }
380
+ ._Heading_1czuc_1 b {
381
+ font-weight: 700;
382
+ }
383
+ ._Heading--xxxxl_1czuc_11 {
384
+ font-size: var(--puck-font-size-xxxxl);
385
+ letter-spacing: 0.08ch;
386
+ font-weight: 800;
387
+ }
388
+ ._Heading--xxxl_1czuc_17 {
389
+ font-size: var(--puck-font-size-xxxl);
390
+ }
391
+ ._Heading--xxl_1czuc_21 {
392
+ font-size: var(--puck-font-size-xxl);
393
+ }
394
+ ._Heading--xl_1czuc_25 {
395
+ font-size: var(--puck-font-size-xl);
396
+ }
397
+ ._Heading--l_1czuc_29 {
398
+ font-size: var(--puck-font-size-l);
399
+ }
400
+ ._Heading--m_1czuc_33 {
401
+ font-size: var(--puck-font-size-m);
402
+ }
403
+ ._Heading--s_1czuc_37 {
404
+ font-size: var(--puck-font-size-s);
405
+ }
406
+ ._Heading--xs_1czuc_41 {
407
+ font-size: var(--puck-font-size-xs);
408
+ }
409
+ ._Heading--xxs_1czuc_45 {
410
+ font-size: var(--puck-font-size-xxs);
411
+ }
412
+
413
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Align/Align.module.css/#css-module-data */
414
+ ._Align_oewlu_1 {
415
+ align-items: flex-start;
416
+ display: flex;
417
+ flex-direction: column;
418
+ }
419
+ ._Align--horizontalCenter_oewlu_7 {
420
+ align-items: center;
421
+ }
422
+ ._Align--horizontalRight_oewlu_11 {
423
+ align-items: flex-end;
424
+ }
425
+ ._Align--verticalBottom_oewlu_15 {
426
+ height: 100%;
427
+ justify-content: flex-end;
428
+ }
429
+ ._Align--verticalCenter_oewlu_20 {
430
+ height: 100%;
431
+ justify-content: center;
432
+ }
433
+ ._Align-item_oewlu_25 {
434
+ position: relative;
435
+ }
436
+
437
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/AutoForm/AutoForm.module.css/#css-module-data */
438
+ ._AutoForm_1vmh9_1 {
439
+ display: flex;
440
+ gap: 16px;
441
+ flex-direction: column;
442
+ }
443
+ ._AutoForm_1vmh9_1 ._Input_3pq3z_1 {
444
+ box-sizing: border-box;
445
+ padding: 0px !important;
446
+ }
447
+
448
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Card/Card.module.css/#css-module-data */
449
+ ._Card_jzb6b_1 {
450
+ background-color: white;
451
+ border: 1px solid var(--puck-color-grey-08);
452
+ border-radius: 16px;
453
+ color: var(--puck-color-black);
454
+ display: block;
455
+ text-decoration: none;
456
+ }
457
+ ._Card_jzb6b_1:hover {
458
+ cursor: pointer;
459
+ background: var(--puck-color-azure-11);
460
+ border-color: currentColor;
461
+ color: var(--puck-color-azure-04);
462
+ }
463
+ ._Card-body_jzb6b_17 {
464
+ align-items: center;
465
+ display: flex;
466
+ padding: 16px;
467
+ }
468
+ ._Card-title_jzb6b_23 {
469
+ margin-bottom: 4px;
470
+ }
471
+ ._Card-subtitle_jzb6b_27 {
472
+ margin: 0;
473
+ }
474
+ ._Card-chevron_jzb6b_31 {
475
+ align-items: center;
476
+ display: none;
477
+ margin-left: auto;
478
+ }
479
+ ._Card--showChevron_jzb6b_37 ._Card-chevron_jzb6b_31 {
480
+ display: flex;
481
+ }
482
+ ._Card--isActive_jzb6b_41 {
483
+ border-color: var(--puck-color-azure-04);
484
+ color: var(--puck-color-azure-04);
485
+ }
486
+
487
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/IconButton/IconButton.module.css/#css-module-data */
488
+ ._IconButton_thegm_1 {
489
+ align-items: center;
490
+ background: transparent;
491
+ border: none;
492
+ border-radius: 4px;
493
+ color: currentColor;
494
+ display: flex;
495
+ font-family: var(--puck-font-family);
496
+ justify-content: center;
497
+ padding: 4px;
498
+ transition: background-color 50ms ease-in, color 50ms ease-in;
499
+ }
500
+ ._IconButton_thegm_1:focus-visible {
501
+ outline: 2px solid var(--puck-color-azure-05);
502
+ outline-offset: -2px;
503
+ }
504
+ @media (hover: hover) and (pointer: fine) {
505
+ ._IconButton_thegm_1:hover:not(._IconButton--disabled_thegm_20) {
506
+ background: var(--puck-color-azure-10);
507
+ cursor: pointer;
508
+ transition: none;
509
+ }
510
+ ._IconButton--dark_thegm_26:hover:not(._IconButton--disabled_thegm_20) {
511
+ background: var(--puck-color-grey-04);
512
+ color: var(--puck-color-azure-10);
513
+ }
514
+ }
515
+ ._IconButton_thegm_1:active {
516
+ background: var(--puck-color-azure-11);
517
+ transition: none;
518
+ }
519
+ ._IconButton-title_thegm_37 {
520
+ clip: rect(0 0 0 0);
521
+ clip-path: inset(100%);
522
+ height: 1px;
523
+ overflow: hidden;
524
+ position: absolute;
525
+ white-space: nowrap;
526
+ width: 1px;
527
+ }
528
+ ._IconButton--disabled_thegm_20 {
529
+ color: var(--puck-color-grey-07);
530
+ }
531
+
532
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/InfoBar/InfoBar.module.css/#css-module-data */
533
+ ._InfoBar_kchdj_1 {
534
+ border: 1px solid var(--puck-color-grey-10);
535
+ border-radius: 8px;
536
+ color: var(--puck-color-grey-03);
537
+ display: flex;
538
+ font-size: var(--puck-font-size-xxs);
539
+ margin-left: auto;
540
+ margin-right: auto;
541
+ overflow: hidden;
542
+ }
543
+ ._Info_kchdj_1 {
544
+ background-color: var(--puck-color-grey-12);
545
+ display: flex;
546
+ gap: 8px;
547
+ font-family: var(--puck-font-family-monospaced);
548
+ border-right: 1px solid var(--puck-color-grey-10);
549
+ padding: 12px 16px;
550
+ }
551
+ ._Info-title_kchdj_21 {
552
+ font-weight: 600;
553
+ }
554
+
555
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Inline/Inline.module.css/#css-module-data */
556
+ ._Inline_6o5on_3 {
557
+ display: block;
558
+ }
559
+ ._Inline-inner_6o5on_7 {
560
+ display: flex;
561
+ flex-flow: row wrap;
562
+ }
563
+ ._Inline--noWrap_6o5on_12 > ._Inline-inner_6o5on_7 {
564
+ flex-flow: nowrap;
565
+ }
566
+ ._Inline--sizeNONE_6o5on_16 > ._Inline-inner_6o5on_7 {
567
+ gap: 0;
568
+ }
569
+ ._Inline--sizeXXS_6o5on_20 > ._Inline-inner_6o5on_7 {
570
+ gap: 4px;
571
+ }
572
+ ._Inline--sizeXS_6o5on_24 > ._Inline-inner_6o5on_7 {
573
+ gap: 6px;
574
+ }
575
+ ._Inline--sizeS_6o5on_28 > ._Inline-inner_6o5on_7 {
576
+ gap: 8px;
577
+ }
578
+ ._Inline--sizeM_6o5on_32 > ._Inline-inner_6o5on_7 {
579
+ gap: 16px;
580
+ }
581
+ ._Inline--sizeL_6o5on_36 > ._Inline-inner_6o5on_7 {
582
+ gap: 32px;
583
+ }
584
+ ._Inline--center_6o5on_40 > ._Inline-inner_6o5on_7 {
585
+ align-items: center;
586
+ }
587
+ ._Inline--centerH_6o5on_44 > ._Inline-inner_6o5on_7 {
588
+ justify-content: center;
589
+ }
590
+ ._Inline--grow_6o5on_48 > ._Inline-inner_6o5on_7 > * {
591
+ flex-basis: 0;
592
+ flex-grow: 1;
593
+ }
594
+
595
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Link/Link.module.css/#css-module-data */
596
+ ._Link_1j70m_1 {
597
+ color: var(--puck-color-azure-04);
598
+ text-decoration: none;
599
+ }
600
+ ._Link_1j70m_1:hover {
601
+ color: var(--puck-color-azure-05);
602
+ }
603
+
604
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Page/Page.module.css/#css-module-data */
605
+ ._Page_1uz1e_1 {
606
+ display: flex;
607
+ flex-direction: column;
608
+ height: 100%;
609
+ overflow: hidden;
610
+ }
611
+ ._Page-masthead_1uz1e_8 {
612
+ align-items: center;
613
+ display: flex;
614
+ gap: 16px;
615
+ padding: 16px 24px;
616
+ box-sizing: border-box;
617
+ border-bottom: 1px solid var(--puck-color-grey-10);
618
+ min-height: 64px;
619
+ }
620
+ ._Page-crumbs_1uz1e_18 {
621
+ display: flex;
622
+ gap: 32px;
623
+ }
624
+ ._Page-crumb_1uz1e_18 {
625
+ color: var(--puck-color-grey-05);
626
+ position: relative;
627
+ }
628
+ ._Page-crumbLink_1uz1e_28 {
629
+ color: var(--puck-color-grey-05);
630
+ text-decoration: none;
631
+ }
632
+ ._Page-crumbLink_1uz1e_28:hover {
633
+ color: var(--puck-color-azure-04);
634
+ }
635
+ ._Page-crumb_1uz1e_18:last-of-type {
636
+ color: var(--puck-color-grey-01);
637
+ font-weight: 600;
638
+ }
639
+ ._Page-crumb_1uz1e_18::before {
640
+ position: absolute;
641
+ content: "/";
642
+ left: -19px;
643
+ color: var(--puck-color-grey-09);
644
+ font-weight: 400;
645
+ }
646
+ ._Page-crumb_1uz1e_18:first-of-type::before {
647
+ display: none;
648
+ }
649
+ ._Page-crumb_1uz1e_18 {
650
+ color: var(--puck-color-grey-05);
651
+ position: relative;
652
+ text-decoration: none;
653
+ }
654
+ ._Page-actions_1uz1e_60 {
655
+ margin-left: auto;
656
+ }
657
+
658
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
659
+ ._Section-inner_1uwo0_1 {
660
+ margin-left: auto;
661
+ margin-right: auto;
662
+ max-width: 1280px;
663
+ padding: 16px;
664
+ }
665
+ ._Section--flush_1uwo0_8 ._Section-inner_1uwo0_1 {
666
+ padding-bottom: 0;
667
+ padding-top: 0;
668
+ }
669
+ ._Section_1uwo0_1 + ._Section_1uwo0_1 {
670
+ border-top: 1px solid var(--puck-color-grey-09);
671
+ }
672
+ ._Section--full_1uwo0_17 ._Section-inner_1uwo0_1 {
673
+ max-width: unset;
674
+ }
675
+
676
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Tag/Tag.module.css/#css-module-data */
677
+ ._Tag_1baze_1 {
678
+ align-items: center;
679
+ display: inline-flex;
680
+ text-transform: uppercase;
681
+ font-weight: 600;
682
+ font-size: var(--puck-font-size-xxxs);
683
+ gap: 6px;
684
+ border-radius: 4px;
685
+ border: 1px solid currentColor;
686
+ color: var(--puck-color-grey-05);
687
+ padding: 4px 8px;
688
+ white-space: nowrap;
689
+ position: relative;
690
+ z-index: 0;
691
+ }
692
+ ._Tag--colorBlue_1baze_19 {
693
+ color: var(--puck-color-azure-05);
694
+ }
695
+ ._Tag--colorGreen_1baze_23 {
696
+ color: var(--puck-color-green-06);
697
+ }
698
+ ._Tag--colorRed_1baze_27 {
699
+ color: var(--puck-color-red-04);
700
+ }
701
+ ._Tag--colorMuted_1baze_31 {
702
+ color: var(--puck-color-grey-06);
703
+ }
704
+ ._Tag-sprite_1baze_35 {
705
+ display: flex;
706
+ }
707
+ ._Tag--pulse_1baze_39 {
708
+ ._Tag-sprite_1baze_35 {
709
+ background: currentColor;
710
+ border-radius: 50%;
711
+ height: 5px;
712
+ position: relative;
713
+ width: 5px;
714
+ }
715
+ ._Tag-sprite_1baze_35::before {
716
+ animation: _pulse_1baze_1 1s 0s infinite alternate;
717
+ animation-fill-mode: both;
718
+ background-color: color-mix(in srgb, currentColor 25%, transparent);
719
+ border-radius: 50%;
720
+ content: "";
721
+ top: 0;
722
+ left: 0;
723
+ right: 0;
724
+ bottom: 0;
725
+ position: absolute;
726
+ transform: scale(0);
727
+ z-index: -1;
728
+ }
729
+ }
730
+ @keyframes _pulse_1baze_1 {
731
+ 0% {
732
+ transform: scale(1);
733
+ }
734
+ 100% {
735
+ transform: scale(2);
736
+ }
737
+ }
738
+
739
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Table/Table.module.css/#css-module-data */
740
+ ._Table_1t44j_1 {
741
+ color: black;
742
+ display: flex;
743
+ flex-direction: column;
744
+ flex-grow: 1;
745
+ }
746
+ ._Table-filters_1t44j_8 {
747
+ margin: 16px;
748
+ }
749
+ ._Table-inner_1t44j_12 {
750
+ text-align: left;
751
+ }
752
+ ._Table-table_1t44j_16 {
753
+ position: relative;
754
+ width: 100%;
755
+ }
756
+ ._Table_1t44j_1 thead {
757
+ background: white;
758
+ font-size: var(--puck-font-size-xxs);
759
+ position: sticky;
760
+ top: 0;
761
+ white-space: nowrap;
762
+ z-index: 1;
763
+ }
764
+ ._Table_1t44j_1 thead::after {
765
+ content: "";
766
+ position: absolute;
767
+ height: 1px;
768
+ width: 100%;
769
+ background-color: var(--puck-color-grey-09);
770
+ }
771
+ ._Table_1t44j_1 tbody tr {
772
+ z-index: 0;
773
+ }
774
+ ._Table_1t44j_1 th {
775
+ background: white;
776
+ font-weight: 600;
777
+ padding-left: 24px;
778
+ padding-right: 24px;
779
+ padding-bottom: 20px;
780
+ padding-top: 20px;
781
+ }
782
+ @media (--standard-viewport) {
783
+ ._Table_1t44j_1 th {
784
+ padding-left: 32px;
785
+ padding-right: 32px;
786
+ }
787
+ }
788
+ ._Table_1t44j_1 td {
789
+ border-bottom: 1px solid var(--puck-color-grey-10);
790
+ padding-left: 24px;
791
+ padding-right: 24px;
792
+ padding-bottom: 20px;
793
+ padding-top: 20px;
794
+ white-space: nowrap;
795
+ }
796
+ ._Table_1t44j_1 tbody tr:last-of-type td {
797
+ border-bottom: none;
798
+ }
799
+ @media (--standard-viewport) {
800
+ ._Table_1t44j_1 td {
801
+ padding-left: 32px;
802
+ padding-right: 32px;
803
+ }
804
+ }
805
+ ._Table-footer_1t44j_78 {
806
+ border-top: 1px solid var(--puck-color-grey-09);
807
+ }
808
+ ._Table--clickableRows_1t44j_82 tbody tr:hover {
809
+ background: var(--puck-color-azure-12);
810
+ cursor: pointer;
811
+ }
812
+ ._Table-placeholder_1t44j_87 {
813
+ align-items: center;
814
+ color: var(--puck-color-grey-06);
815
+ justify-content: center;
816
+ display: flex;
817
+ gap: 8px;
818
+ flex-direction: column;
819
+ width: 100%;
820
+ height: 100%;
821
+ }
822
+
823
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css/#css-module-data */
824
+ ._VerticalSpace_1tjaw_1 {
825
+ padding-top: 16px;
826
+ }
827
+ ._VerticalSpace--size4_1tjaw_5 {
828
+ padding-top: 4px;
829
+ }
830
+ ._VerticalSpace--size8_1tjaw_9 {
831
+ padding-top: 8px;
832
+ }
833
+ ._VerticalSpace--size16_1tjaw_13 {
834
+ padding-top: 16px;
835
+ }
836
+ ._VerticalSpace--size32_1tjaw_17 {
837
+ padding-top: 32px;
838
+ }
839
+ ._VerticalSpace--size40_1tjaw_21 {
840
+ padding-top: 40px;
841
+ }
842
+ ._VerticalSpace--size48_1tjaw_25 {
843
+ padding-top: 48px;
844
+ }
845
+ ._VerticalSpace--size56_1tjaw_29 {
846
+ padding-top: 56px;
847
+ }
848
+ ._VerticalSpace--size96_1tjaw_33 {
849
+ padding-top: 96px;
850
+ }
851
+ ._VerticalSpace--size128_1tjaw_37 {
852
+ padding-top: 128px;
853
+ }
854
+
855
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/ChatBody/styles.module.css/#css-module-data */
856
+ ._Chat_14j71_1 {
857
+ --fade-size: 32px;
858
+ --chat-background-color: white;
859
+ display: flex;
860
+ flex-direction: column;
861
+ height: 100%;
862
+ max-height: 55vh;
863
+ overflow: hidden;
864
+ }
865
+ @media (min-width: 638px) {
866
+ ._Chat_14j71_1 {
867
+ max-height: none;
868
+ }
869
+ }
870
+ ._Chat-inner_14j71_17 {
871
+ background-color: var(--chat-background-color);
872
+ display: flex;
873
+ flex-direction: column;
874
+ max-height: 100%;
875
+ position: relative;
876
+ }
877
+ ._Chat--hasMessages_14j71_25 ._Chat-inner_14j71_17 {
878
+ padding-top: 0;
879
+ }
880
+ ._Chat_14j71_1:not(._Chat--hasChildren_14j71_29) ._Chat-inner_14j71_17 {
881
+ height: 100%;
882
+ padding-top: 0;
883
+ }
884
+ ._Chat--hasMessages_14j71_25 ._Chat-messages_14j71_34 {
885
+ display: flex;
886
+ flex-direction: column-reverse;
887
+ padding: 16px;
888
+ overflow: auto;
889
+ }
890
+ ._Chat-form_14j71_41 {
891
+ background-color: white;
892
+ padding: 16px;
893
+ }
894
+ ._Chat--hideInput_14j71_46 ._Chat-form_14j71_41 {
895
+ display: none;
896
+ }
897
+ ._Chat--hasMessages_14j71_25 ._Chat-form_14j71_41 {
898
+ border-top: 1px solid var(--puck-color-grey-09);
899
+ }
900
+ @media (min-width: 638px) {
901
+ ._Chat-form_14j71_41 {
902
+ border-top: 1px solid var(--puck-color-grey-09);
903
+ }
904
+ }
905
+ ._Chat-formHelper_14j71_60 {
906
+ align-items: center;
907
+ display: flex;
908
+ color: var(--puck-color-grey-04);
909
+ font-size: var(--puck-font-size-xxs);
910
+ font-weight: 600;
911
+ gap: 8px;
912
+ padding-bottom: 12px;
913
+ }
914
+ ._Chat--hasMessages_14j71_25 ._Chat-formHelper_14j71_60 {
915
+ opacity: 0;
916
+ transition: opacity 250ms ease-in;
917
+ }
918
+ ._Chat-examplePrompts_14j71_75 {
919
+ align-items: center;
920
+ display: flex;
921
+ flex-wrap: nowrap;
922
+ gap: 6px;
923
+ padding-top: 16px;
924
+ width: 100%;
925
+ overflow-x: auto;
926
+ }
927
+ ._Chat-examplePrompt_14j71_75 {
928
+ align-items: center;
929
+ background: white;
930
+ border: 1px solid var(--puck-color-grey-09);
931
+ border-radius: 48px;
932
+ display: flex;
933
+ gap: 4px;
934
+ font-size: var(--puck-font-size-xxxs);
935
+ padding: 6px 12px;
936
+ text-wrap: nowrap;
937
+ }
938
+ ._Chat-examplePrompt_14j71_75:hover {
939
+ background: var(--puck-color-azure-11);
940
+ border-color: var(--puck-color-azure-08);
941
+ color: var(--puck-color-azure-04);
942
+ }
943
+ ._Chat-examplePromptArrow_14j71_103 {
944
+ margin-left: auto;
945
+ }
946
+ ._Chat-default_14j71_107 {
947
+ overflow-y: auto;
948
+ flex-grow: 1;
949
+ }
950
+ ._Chat--hasMessages_14j71_25 ._Chat-default_14j71_107 {
951
+ opacity: 0;
952
+ padding: 0;
953
+ pointer-events: none;
954
+ transition: opacity 250ms ease-in;
955
+ }
956
+ ._Chat--hasMessages_14j71_25 {
957
+ background-color: white;
958
+ transition: background-color 250ms ease-in;
959
+ }
960
+ ._ChatMessage_14j71_124 {
961
+ font-size: var(--puck-font-size-xs);
962
+ line-height: var(--line-height-s);
963
+ }
964
+ ._ChatMessage--userRole_14j71_129 ._ChatMessage-text_14j71_129 {
965
+ background: var(--puck-color-azure-10);
966
+ border-radius: 16px;
967
+ color: var(--puck-color-grey-03);
968
+ margin-left: 24px;
969
+ margin-bottom: 8px;
970
+ margin-top: 8px;
971
+ padding: 12px 16px;
972
+ }
973
+ ._ChatMessage_14j71_124 ul,
974
+ ._ChatMessage_14j71_124 ol {
975
+ list-style: decimal;
976
+ margin: 0;
977
+ margin-bottom: 12px;
978
+ margin-top: 12px;
979
+ padding-left: 32px;
980
+ }
981
+ ._ChatMessage_14j71_124 li {
982
+ margin-bottom: 8px;
983
+ margin-top: 8px;
984
+ padding-left: 8px;
985
+ }
986
+ ._ChatMessage_14j71_124 h1,
987
+ ._ChatMessage_14j71_124 h2,
988
+ ._ChatMessage_14j71_124 h3,
989
+ ._ChatMessage_14j71_124 h4,
990
+ ._ChatMessage_14j71_124 h5,
991
+ ._ChatMessage_14j71_124 h6 {
992
+ font-weight: 600;
993
+ }
994
+ ._ChatMessage_14j71_124 h1 {
995
+ font-size: var(--puck-font-l);
996
+ }
997
+ ._ChatMessage_14j71_124 h2 {
998
+ font-size: var(--puck-font-m);
999
+ }
1000
+ ._ChatMessage_14j71_124 h3 {
1001
+ font-size: var(--puck-font-m);
1002
+ }
1003
+ ._ChatMessage_14j71_124 h4 {
1004
+ font-size: var(--puck-font-s);
1005
+ }
1006
+ ._ChatMessage_14j71_124 h5 {
1007
+ font-size: var(--puck-font-xs);
1008
+ }
1009
+ ._ChatMessage_14j71_124 h6 {
1010
+ font-size: var(--puck-font-xm);
1011
+ }
1012
+ ._ChatMessage_14j71_124 p {
1013
+ margin-bottom: 8px;
1014
+ margin-top: 8px;
1015
+ }
1016
+ ._ChatMessage_14j71_124 a {
1017
+ color: var(--puck-color-azure-04);
1018
+ font-weight: 600;
1019
+ text-decoration: none;
1020
+ }
1021
+ ._ChatMessage_14j71_124 a:hover {
1022
+ color: var(--puck-color-azure-05);
1023
+ }
1024
+ ._ChatMessage_14j71_124 hr {
1025
+ border-top: none;
1026
+ border-bottom-color: var(--puck-color-grey-09);
1027
+ margin-bottom: 16px;
1028
+ margin-top: 16px;
1029
+ }
1030
+ ._ChatMessage_14j71_124 blockquote {
1031
+ margin-bottom: 8px;
1032
+ margin-top: 8px;
1033
+ margin-left: 0;
1034
+ border-left: 2px solid var(--puck-color-grey-09);
1035
+ padding-left: 16px;
1036
+ padding-bottom: 2px;
1037
+ padding-top: 2px;
1038
+ }
1039
+ ._ChatMessage-data_14j71_219 {
1040
+ background: var(--puck-color-grey-12);
1041
+ border: 1px solid var(--puck-color-grey-08);
1042
+ border-radius: 16px;
1043
+ color: var(--puck-color-grey-05);
1044
+ margin-right: 24px;
1045
+ margin-bottom: 12px;
1046
+ margin-top: 12px;
1047
+ padding: 12px 16px;
1048
+ }
1049
+ ._ChatMessage-dataInner_14j71_230 {
1050
+ align-items: center;
1051
+ display: flex;
1052
+ gap: 8px;
1053
+ }
1054
+ ._ChatMessage-dataIcon_14j71_236 {
1055
+ display: flex;
1056
+ }
1057
+ ._Chat-loader_14j71_240 {
1058
+ padding: 16px;
1059
+ padding-top: 0;
1060
+ }
1061
+ ._Chat-error_14j71_245 {
1062
+ align-items: center;
1063
+ display: flex;
1064
+ gap: 8px;
1065
+ font-size: var(--puck-font-size-xxs);
1066
+ margin: 16px;
1067
+ margin-top: 0;
1068
+ }
1069
+ ._Chat-errorLabel_14j71_254 {
1070
+ color: var(--puck-color-red-04);
1071
+ }
1072
+ ._Chat-errorAction_14j71_258 {
1073
+ margin-left: auto;
1074
+ }
1075
+
1076
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/PromptForm/styles.module.css/#css-module-data */
1077
+ ._PromptForm_136g1_1 {
1078
+ --radius: 9px;
1079
+ background-color: var(--puck-color-grey-09);
1080
+ border-radius: var(--radius);
1081
+ width: 100%;
1082
+ }
1083
+ ._PromptForm-inner_136g1_8 {
1084
+ border-radius: var(--radius);
1085
+ padding: 1px;
1086
+ position: relative;
1087
+ }
1088
+ ._PromptForm--dark_136g1_14 {
1089
+ background-color: var(--puck-color-grey-02);
1090
+ box-shadow: none;
1091
+ }
1092
+ ._PromptForm--glow_136g1_19 ._PromptForm-glow_136g1_19 {
1093
+ border: 2px solid transparent;
1094
+ border-radius: var(--radius);
1095
+ mask: linear-gradient(transparent, transparent), linear-gradient(white, white);
1096
+ mask-clip: padding-box, border-box;
1097
+ mask-composite: intersect;
1098
+ position: absolute;
1099
+ pointer-events: none;
1100
+ inset: 0;
1101
+ }
1102
+ ._PromptForm--glow_136g1_19 ._PromptForm-glow_136g1_19::after {
1103
+ background:
1104
+ radial-gradient(
1105
+ circle at center,
1106
+ var(--puck-color-azure-06),
1107
+ transparent 50%);
1108
+ content: "";
1109
+ offset-path: rect(0 100% 100% 0 round 200px);
1110
+ offset-anchor: calc(var(--anchor) * 1%) 50%;
1111
+ animation: _loop_136g1_1 9s infinite linear;
1112
+ position: absolute;
1113
+ height: 312px;
1114
+ aspect-ratio: 1 / 1;
1115
+ display: inline-block;
1116
+ }
1117
+ ._PromptForm--dark_136g1_14._PromptForm--glow_136g1_19 ._PromptForm-glow_136g1_19::after {
1118
+ background:
1119
+ radial-gradient(
1120
+ circle at center,
1121
+ var(--puck-color-azure-08),
1122
+ transparent 50%);
1123
+ }
1124
+ @keyframes _loop_136g1_1 {
1125
+ to {
1126
+ offset-distance: 100%;
1127
+ }
1128
+ }
1129
+ ._PromptForm-formInner_136g1_60 {
1130
+ position: relative;
1131
+ }
1132
+ ._PromptForm-input_136g1_64 {
1133
+ background-color: white;
1134
+ border: none;
1135
+ border-radius: 8px;
1136
+ display: block;
1137
+ resize: none;
1138
+ color: var(--puck-color-grey-03);
1139
+ padding: 12px 16px;
1140
+ padding-left: 16px;
1141
+ padding-right: 8px;
1142
+ font-family: inherit;
1143
+ font-size: var(--puck-font-size-xs);
1144
+ line-height: var(--line-height-s);
1145
+ padding-bottom: 48px;
1146
+ outline-offset: -1;
1147
+ width: 100%;
1148
+ box-sizing: border-box;
1149
+ }
1150
+ ._PromptForm-input_136g1_64:focus {
1151
+ outline-color: var(--puck-color-azure-04);
1152
+ }
1153
+ ._PromptForm--dark_136g1_14 ._PromptForm-input_136g1_64 {
1154
+ background-color: var(--puck-color-grey-01);
1155
+ color: var(--puck-color-grey-08);
1156
+ }
1157
+ ._PromptForm--disabled_136g1_92 ._PromptForm-input_136g1_64 {
1158
+ background-color: var(--puck-color-grey-12);
1159
+ cursor: not-allowed;
1160
+ }
1161
+ ._PromptForm-helper_136g1_97 {
1162
+ align-items: center;
1163
+ color: var(--puck-color-grey-05);
1164
+ display: flex;
1165
+ gap: 4px;
1166
+ font-size: var(--puck-font-size-xxs);
1167
+ font-weight: 500;
1168
+ padding: 4px 12px;
1169
+ }
1170
+ ._PromptForm-actions_136g1_107 {
1171
+ display: flex;
1172
+ position: absolute;
1173
+ gap: 8px;
1174
+ bottom: 0;
1175
+ left: 0;
1176
+ right: 0;
1177
+ padding: 6px;
1178
+ pointer-events: none;
1179
+ }
1180
+ ._PromptForm-actionsLeft_136g1_118 {
1181
+ align-items: center;
1182
+ display: flex;
1183
+ padding-left: 8px;
1184
+ }
1185
+ ._PromptForm-actionsRight_136g1_124 {
1186
+ margin-left: auto;
1187
+ }
1188
+ ._PromptForm-actionSubmit_136g1_128 {
1189
+ background: var(--puck-color-azure-04);
1190
+ border-radius: 48px;
1191
+ color: white;
1192
+ display: flex;
1193
+ align-items: center;
1194
+ justify-content: center;
1195
+ align-self: flex-end;
1196
+ width: 32px;
1197
+ height: 32px;
1198
+ border: 0;
1199
+ pointer-events: auto;
1200
+ cursor: pointer;
1201
+ }
1202
+ ._PromptForm-actionSubmit_136g1_128:hover {
1203
+ background: var(--puck-color-azure-05);
1204
+ }
1205
+ ._PromptForm--isDisabled_136g1_147 ._PromptForm-actionSubmit_136g1_128 {
1206
+ background-color: var(--puck-color-grey-06);
1207
+ cursor: not-allowed;
1208
+ }
1209
+ ._PromptForm--isLoading_136g1_152 ._PromptForm-actionSubmit_136g1_128 {
1210
+ background-color: var(--puck-color-azure-06);
1211
+ cursor: not-allowed;
1212
+ }