@puckeditor/plugin-ai 0.0.2-canary.53ffa8a3 → 0.1.0-canary.022b3ecb

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,1253 @@
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_1pzwy_1 {
606
+ display: flex;
607
+ flex-direction: column;
608
+ height: 100%;
609
+ overflow: hidden;
610
+ }
611
+ ._Page-masthead_1pzwy_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_1pzwy_18 {
621
+ display: flex;
622
+ gap: 32px;
623
+ }
624
+ ._Page-crumb_1pzwy_18 {
625
+ color: var(--puck-color-grey-05);
626
+ position: relative;
627
+ }
628
+ ._Page-crumbLink_1pzwy_28 {
629
+ color: var(--puck-color-grey-05);
630
+ text-decoration: none;
631
+ }
632
+ ._Page-crumbLink_1pzwy_28:hover {
633
+ color: var(--puck-color-azure-04);
634
+ }
635
+ ._Page-crumb_1pzwy_18:last-of-type {
636
+ color: var(--puck-color-grey-01);
637
+ font-weight: 600;
638
+ }
639
+ ._Page-crumb_1pzwy_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_1pzwy_18:first-of-type::before {
647
+ display: none;
648
+ }
649
+ ._Page-crumb_1pzwy_18 {
650
+ color: var(--puck-color-grey-05);
651
+ position: relative;
652
+ text-decoration: none;
653
+ }
654
+ ._Page-actions_1pzwy_60 {
655
+ margin-left: auto;
656
+ }
657
+ ._Page-footer_1pzwy_64 {
658
+ border-top: 1px solid var(--puck-color-grey-10);
659
+ padding: 16px 24px;
660
+ }
661
+
662
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Pagination/Pagination.module.css/#css-module-data */
663
+ ._Pagination_1okv2_1 {
664
+ align-items: baseline;
665
+ display: flex;
666
+ gap: 4px;
667
+ }
668
+ ._PaginationButton_1okv2_8 {
669
+ align-items: center;
670
+ border-radius: 4px;
671
+ color: var(--puck-color-grey-05);
672
+ display: flex;
673
+ justify-content: center;
674
+ text-decoration: none;
675
+ min-width: 40px;
676
+ height: 40px;
677
+ }
678
+ ._PaginationButton--isActive_1okv2_20 {
679
+ background-color: var(--puck-color-azure-11);
680
+ color: var(--puck-color-azure-04);
681
+ }
682
+ ._PaginationButton_1okv2_8:hover {
683
+ background-color: var(--puck-color-azure-11);
684
+ color: var(--puck-color-azure-04);
685
+ }
686
+ ._Pagination-ellipsis_1okv2_30 {
687
+ color: var(--puck-color-grey-05);
688
+ }
689
+
690
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
691
+ ._Section-inner_1uwo0_1 {
692
+ margin-left: auto;
693
+ margin-right: auto;
694
+ max-width: 1280px;
695
+ padding: 16px;
696
+ }
697
+ ._Section--flush_1uwo0_8 ._Section-inner_1uwo0_1 {
698
+ padding-bottom: 0;
699
+ padding-top: 0;
700
+ }
701
+ ._Section_1uwo0_1 + ._Section_1uwo0_1 {
702
+ border-top: 1px solid var(--puck-color-grey-09);
703
+ }
704
+ ._Section--full_1uwo0_17 ._Section-inner_1uwo0_1 {
705
+ max-width: unset;
706
+ }
707
+
708
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Tag/Tag.module.css/#css-module-data */
709
+ ._Tag_1baze_1 {
710
+ align-items: center;
711
+ display: inline-flex;
712
+ text-transform: uppercase;
713
+ font-weight: 600;
714
+ font-size: var(--puck-font-size-xxxs);
715
+ gap: 6px;
716
+ border-radius: 4px;
717
+ border: 1px solid currentColor;
718
+ color: var(--puck-color-grey-05);
719
+ padding: 4px 8px;
720
+ white-space: nowrap;
721
+ position: relative;
722
+ z-index: 0;
723
+ }
724
+ ._Tag--colorBlue_1baze_19 {
725
+ color: var(--puck-color-azure-05);
726
+ }
727
+ ._Tag--colorGreen_1baze_23 {
728
+ color: var(--puck-color-green-06);
729
+ }
730
+ ._Tag--colorRed_1baze_27 {
731
+ color: var(--puck-color-red-04);
732
+ }
733
+ ._Tag--colorMuted_1baze_31 {
734
+ color: var(--puck-color-grey-06);
735
+ }
736
+ ._Tag-sprite_1baze_35 {
737
+ display: flex;
738
+ }
739
+ ._Tag--pulse_1baze_39 {
740
+ ._Tag-sprite_1baze_35 {
741
+ background: currentColor;
742
+ border-radius: 50%;
743
+ height: 5px;
744
+ position: relative;
745
+ width: 5px;
746
+ }
747
+ ._Tag-sprite_1baze_35::before {
748
+ animation: _pulse_1baze_1 1s 0s infinite alternate;
749
+ animation-fill-mode: both;
750
+ background-color: color-mix(in srgb, currentColor 25%, transparent);
751
+ border-radius: 50%;
752
+ content: "";
753
+ top: 0;
754
+ left: 0;
755
+ right: 0;
756
+ bottom: 0;
757
+ position: absolute;
758
+ transform: scale(0);
759
+ z-index: -1;
760
+ }
761
+ }
762
+ @keyframes _pulse_1baze_1 {
763
+ 0% {
764
+ transform: scale(1);
765
+ }
766
+ 100% {
767
+ transform: scale(2);
768
+ }
769
+ }
770
+
771
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Table/Table.module.css/#css-module-data */
772
+ ._Table_1w0os_1 {
773
+ color: black;
774
+ display: flex;
775
+ flex-direction: column;
776
+ flex-grow: 1;
777
+ overflow-y: auto;
778
+ }
779
+ ._Table-filters_1w0os_9 {
780
+ margin: 16px;
781
+ }
782
+ ._Table-inner_1w0os_13 {
783
+ text-align: left;
784
+ }
785
+ ._Table-table_1w0os_17 {
786
+ color: var(--puck-color-grey-02);
787
+ font-size: var(--puck-font-size-xxs);
788
+ position: relative;
789
+ width: 100%;
790
+ }
791
+ ._Table_1w0os_1 thead {
792
+ background: white;
793
+ font-size: var(--puck-font-size-xxs);
794
+ position: sticky;
795
+ top: 0;
796
+ white-space: nowrap;
797
+ z-index: 1;
798
+ }
799
+ ._Table_1w0os_1 thead::after {
800
+ content: "";
801
+ position: absolute;
802
+ height: 1px;
803
+ width: 100%;
804
+ background-color: var(--puck-color-grey-10);
805
+ }
806
+ ._Table_1w0os_1 tbody tr {
807
+ z-index: 0;
808
+ }
809
+ ._Table_1w0os_1 th {
810
+ background: var(--puck-color-grey-12);
811
+ font-weight: 400;
812
+ padding-left: 24px;
813
+ padding-right: 24px;
814
+ padding-bottom: 12px;
815
+ padding-top: 12px;
816
+ }
817
+ @media (--standard-viewport) {
818
+ ._Table_1w0os_1 th {
819
+ padding-left: 32px;
820
+ padding-right: 32px;
821
+ }
822
+ }
823
+ ._Table_1w0os_1 td {
824
+ border-bottom: 1px solid var(--puck-color-grey-10);
825
+ padding-left: 24px;
826
+ padding-right: 24px;
827
+ padding-bottom: 16px;
828
+ padding-top: 16px;
829
+ white-space: nowrap;
830
+ }
831
+ ._Table_1w0os_1 td:not(:first-of-type) {
832
+ color: var(--puck-color-grey-05);
833
+ }
834
+ ._Table_1w0os_1 tbody tr:last-of-type td {
835
+ border-bottom: none;
836
+ }
837
+ @media (--standard-viewport) {
838
+ ._Table_1w0os_1 td {
839
+ padding-left: 32px;
840
+ padding-right: 32px;
841
+ }
842
+ }
843
+ ._Table-footer_1w0os_85 {
844
+ border-top: 1px solid var(--puck-color-grey-09);
845
+ }
846
+ ._Table--clickableRows_1w0os_89 tbody tr:hover {
847
+ background: var(--puck-color-azure-12);
848
+ cursor: pointer;
849
+ }
850
+ ._Table-placeholder_1w0os_94 {
851
+ align-items: center;
852
+ color: var(--puck-color-grey-06);
853
+ justify-content: center;
854
+ display: flex;
855
+ gap: 8px;
856
+ flex-direction: column;
857
+ width: 100%;
858
+ height: 100%;
859
+ }
860
+ ._Table-loader_1w0os_105 {
861
+ padding: 16px 24px;
862
+ }
863
+
864
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css/#css-module-data */
865
+ ._VerticalSpace_1tjaw_1 {
866
+ padding-top: 16px;
867
+ }
868
+ ._VerticalSpace--size4_1tjaw_5 {
869
+ padding-top: 4px;
870
+ }
871
+ ._VerticalSpace--size8_1tjaw_9 {
872
+ padding-top: 8px;
873
+ }
874
+ ._VerticalSpace--size16_1tjaw_13 {
875
+ padding-top: 16px;
876
+ }
877
+ ._VerticalSpace--size32_1tjaw_17 {
878
+ padding-top: 32px;
879
+ }
880
+ ._VerticalSpace--size40_1tjaw_21 {
881
+ padding-top: 40px;
882
+ }
883
+ ._VerticalSpace--size48_1tjaw_25 {
884
+ padding-top: 48px;
885
+ }
886
+ ._VerticalSpace--size56_1tjaw_29 {
887
+ padding-top: 56px;
888
+ }
889
+ ._VerticalSpace--size96_1tjaw_33 {
890
+ padding-top: 96px;
891
+ }
892
+ ._VerticalSpace--size128_1tjaw_37 {
893
+ padding-top: 128px;
894
+ }
895
+
896
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/ChatBody/styles.module.css/#css-module-data */
897
+ ._Chat_14j71_1 {
898
+ --fade-size: 32px;
899
+ --chat-background-color: white;
900
+ display: flex;
901
+ flex-direction: column;
902
+ height: 100%;
903
+ max-height: 55vh;
904
+ overflow: hidden;
905
+ }
906
+ @media (min-width: 638px) {
907
+ ._Chat_14j71_1 {
908
+ max-height: none;
909
+ }
910
+ }
911
+ ._Chat-inner_14j71_17 {
912
+ background-color: var(--chat-background-color);
913
+ display: flex;
914
+ flex-direction: column;
915
+ max-height: 100%;
916
+ position: relative;
917
+ }
918
+ ._Chat--hasMessages_14j71_25 ._Chat-inner_14j71_17 {
919
+ padding-top: 0;
920
+ }
921
+ ._Chat_14j71_1:not(._Chat--hasChildren_14j71_29) ._Chat-inner_14j71_17 {
922
+ height: 100%;
923
+ padding-top: 0;
924
+ }
925
+ ._Chat--hasMessages_14j71_25 ._Chat-messages_14j71_34 {
926
+ display: flex;
927
+ flex-direction: column-reverse;
928
+ padding: 16px;
929
+ overflow: auto;
930
+ }
931
+ ._Chat-form_14j71_41 {
932
+ background-color: white;
933
+ padding: 16px;
934
+ }
935
+ ._Chat--hideInput_14j71_46 ._Chat-form_14j71_41 {
936
+ display: none;
937
+ }
938
+ ._Chat--hasMessages_14j71_25 ._Chat-form_14j71_41 {
939
+ border-top: 1px solid var(--puck-color-grey-09);
940
+ }
941
+ @media (min-width: 638px) {
942
+ ._Chat-form_14j71_41 {
943
+ border-top: 1px solid var(--puck-color-grey-09);
944
+ }
945
+ }
946
+ ._Chat-formHelper_14j71_60 {
947
+ align-items: center;
948
+ display: flex;
949
+ color: var(--puck-color-grey-04);
950
+ font-size: var(--puck-font-size-xxs);
951
+ font-weight: 600;
952
+ gap: 8px;
953
+ padding-bottom: 12px;
954
+ }
955
+ ._Chat--hasMessages_14j71_25 ._Chat-formHelper_14j71_60 {
956
+ opacity: 0;
957
+ transition: opacity 250ms ease-in;
958
+ }
959
+ ._Chat-examplePrompts_14j71_75 {
960
+ align-items: center;
961
+ display: flex;
962
+ flex-wrap: nowrap;
963
+ gap: 6px;
964
+ padding-top: 16px;
965
+ width: 100%;
966
+ overflow-x: auto;
967
+ }
968
+ ._Chat-examplePrompt_14j71_75 {
969
+ align-items: center;
970
+ background: white;
971
+ border: 1px solid var(--puck-color-grey-09);
972
+ border-radius: 48px;
973
+ display: flex;
974
+ gap: 4px;
975
+ font-size: var(--puck-font-size-xxxs);
976
+ padding: 6px 12px;
977
+ text-wrap: nowrap;
978
+ }
979
+ ._Chat-examplePrompt_14j71_75:hover {
980
+ background: var(--puck-color-azure-11);
981
+ border-color: var(--puck-color-azure-08);
982
+ color: var(--puck-color-azure-04);
983
+ }
984
+ ._Chat-examplePromptArrow_14j71_103 {
985
+ margin-left: auto;
986
+ }
987
+ ._Chat-default_14j71_107 {
988
+ overflow-y: auto;
989
+ flex-grow: 1;
990
+ }
991
+ ._Chat--hasMessages_14j71_25 ._Chat-default_14j71_107 {
992
+ opacity: 0;
993
+ padding: 0;
994
+ pointer-events: none;
995
+ transition: opacity 250ms ease-in;
996
+ }
997
+ ._Chat--hasMessages_14j71_25 {
998
+ background-color: white;
999
+ transition: background-color 250ms ease-in;
1000
+ }
1001
+ ._ChatMessage_14j71_124 {
1002
+ font-size: var(--puck-font-size-xs);
1003
+ line-height: var(--line-height-s);
1004
+ }
1005
+ ._ChatMessage--userRole_14j71_129 ._ChatMessage-text_14j71_129 {
1006
+ background: var(--puck-color-azure-10);
1007
+ border-radius: 16px;
1008
+ color: var(--puck-color-grey-03);
1009
+ margin-left: 24px;
1010
+ margin-bottom: 8px;
1011
+ margin-top: 8px;
1012
+ padding: 12px 16px;
1013
+ }
1014
+ ._ChatMessage_14j71_124 ul,
1015
+ ._ChatMessage_14j71_124 ol {
1016
+ list-style: decimal;
1017
+ margin: 0;
1018
+ margin-bottom: 12px;
1019
+ margin-top: 12px;
1020
+ padding-left: 32px;
1021
+ }
1022
+ ._ChatMessage_14j71_124 li {
1023
+ margin-bottom: 8px;
1024
+ margin-top: 8px;
1025
+ padding-left: 8px;
1026
+ }
1027
+ ._ChatMessage_14j71_124 h1,
1028
+ ._ChatMessage_14j71_124 h2,
1029
+ ._ChatMessage_14j71_124 h3,
1030
+ ._ChatMessage_14j71_124 h4,
1031
+ ._ChatMessage_14j71_124 h5,
1032
+ ._ChatMessage_14j71_124 h6 {
1033
+ font-weight: 600;
1034
+ }
1035
+ ._ChatMessage_14j71_124 h1 {
1036
+ font-size: var(--puck-font-l);
1037
+ }
1038
+ ._ChatMessage_14j71_124 h2 {
1039
+ font-size: var(--puck-font-m);
1040
+ }
1041
+ ._ChatMessage_14j71_124 h3 {
1042
+ font-size: var(--puck-font-m);
1043
+ }
1044
+ ._ChatMessage_14j71_124 h4 {
1045
+ font-size: var(--puck-font-s);
1046
+ }
1047
+ ._ChatMessage_14j71_124 h5 {
1048
+ font-size: var(--puck-font-xs);
1049
+ }
1050
+ ._ChatMessage_14j71_124 h6 {
1051
+ font-size: var(--puck-font-xm);
1052
+ }
1053
+ ._ChatMessage_14j71_124 p {
1054
+ margin-bottom: 8px;
1055
+ margin-top: 8px;
1056
+ }
1057
+ ._ChatMessage_14j71_124 a {
1058
+ color: var(--puck-color-azure-04);
1059
+ font-weight: 600;
1060
+ text-decoration: none;
1061
+ }
1062
+ ._ChatMessage_14j71_124 a:hover {
1063
+ color: var(--puck-color-azure-05);
1064
+ }
1065
+ ._ChatMessage_14j71_124 hr {
1066
+ border-top: none;
1067
+ border-bottom-color: var(--puck-color-grey-09);
1068
+ margin-bottom: 16px;
1069
+ margin-top: 16px;
1070
+ }
1071
+ ._ChatMessage_14j71_124 blockquote {
1072
+ margin-bottom: 8px;
1073
+ margin-top: 8px;
1074
+ margin-left: 0;
1075
+ border-left: 2px solid var(--puck-color-grey-09);
1076
+ padding-left: 16px;
1077
+ padding-bottom: 2px;
1078
+ padding-top: 2px;
1079
+ }
1080
+ ._ChatMessage-data_14j71_219 {
1081
+ background: var(--puck-color-grey-12);
1082
+ border: 1px solid var(--puck-color-grey-08);
1083
+ border-radius: 16px;
1084
+ color: var(--puck-color-grey-05);
1085
+ margin-right: 24px;
1086
+ margin-bottom: 12px;
1087
+ margin-top: 12px;
1088
+ padding: 12px 16px;
1089
+ }
1090
+ ._ChatMessage-dataInner_14j71_230 {
1091
+ align-items: center;
1092
+ display: flex;
1093
+ gap: 8px;
1094
+ }
1095
+ ._ChatMessage-dataIcon_14j71_236 {
1096
+ display: flex;
1097
+ }
1098
+ ._Chat-loader_14j71_240 {
1099
+ padding: 16px;
1100
+ padding-top: 0;
1101
+ }
1102
+ ._Chat-error_14j71_245 {
1103
+ align-items: center;
1104
+ display: flex;
1105
+ gap: 8px;
1106
+ font-size: var(--puck-font-size-xxs);
1107
+ margin: 16px;
1108
+ margin-top: 0;
1109
+ }
1110
+ ._Chat-errorLabel_14j71_254 {
1111
+ color: var(--puck-color-red-04);
1112
+ }
1113
+ ._Chat-errorAction_14j71_258 {
1114
+ margin-left: auto;
1115
+ }
1116
+
1117
+ /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/PromptForm/styles.module.css/#css-module-data */
1118
+ ._PromptForm_136g1_1 {
1119
+ --radius: 9px;
1120
+ background-color: var(--puck-color-grey-09);
1121
+ border-radius: var(--radius);
1122
+ width: 100%;
1123
+ }
1124
+ ._PromptForm-inner_136g1_8 {
1125
+ border-radius: var(--radius);
1126
+ padding: 1px;
1127
+ position: relative;
1128
+ }
1129
+ ._PromptForm--dark_136g1_14 {
1130
+ background-color: var(--puck-color-grey-02);
1131
+ box-shadow: none;
1132
+ }
1133
+ ._PromptForm--glow_136g1_19 ._PromptForm-glow_136g1_19 {
1134
+ border: 2px solid transparent;
1135
+ border-radius: var(--radius);
1136
+ mask: linear-gradient(transparent, transparent), linear-gradient(white, white);
1137
+ mask-clip: padding-box, border-box;
1138
+ mask-composite: intersect;
1139
+ position: absolute;
1140
+ pointer-events: none;
1141
+ inset: 0;
1142
+ }
1143
+ ._PromptForm--glow_136g1_19 ._PromptForm-glow_136g1_19::after {
1144
+ background:
1145
+ radial-gradient(
1146
+ circle at center,
1147
+ var(--puck-color-azure-06),
1148
+ transparent 50%);
1149
+ content: "";
1150
+ offset-path: rect(0 100% 100% 0 round 200px);
1151
+ offset-anchor: calc(var(--anchor) * 1%) 50%;
1152
+ animation: _loop_136g1_1 9s infinite linear;
1153
+ position: absolute;
1154
+ height: 312px;
1155
+ aspect-ratio: 1 / 1;
1156
+ display: inline-block;
1157
+ }
1158
+ ._PromptForm--dark_136g1_14._PromptForm--glow_136g1_19 ._PromptForm-glow_136g1_19::after {
1159
+ background:
1160
+ radial-gradient(
1161
+ circle at center,
1162
+ var(--puck-color-azure-08),
1163
+ transparent 50%);
1164
+ }
1165
+ @keyframes _loop_136g1_1 {
1166
+ to {
1167
+ offset-distance: 100%;
1168
+ }
1169
+ }
1170
+ ._PromptForm-formInner_136g1_60 {
1171
+ position: relative;
1172
+ }
1173
+ ._PromptForm-input_136g1_64 {
1174
+ background-color: white;
1175
+ border: none;
1176
+ border-radius: 8px;
1177
+ display: block;
1178
+ resize: none;
1179
+ color: var(--puck-color-grey-03);
1180
+ padding: 12px 16px;
1181
+ padding-left: 16px;
1182
+ padding-right: 8px;
1183
+ font-family: inherit;
1184
+ font-size: var(--puck-font-size-xs);
1185
+ line-height: var(--line-height-s);
1186
+ padding-bottom: 48px;
1187
+ outline-offset: -1;
1188
+ width: 100%;
1189
+ box-sizing: border-box;
1190
+ }
1191
+ ._PromptForm-input_136g1_64:focus {
1192
+ outline-color: var(--puck-color-azure-04);
1193
+ }
1194
+ ._PromptForm--dark_136g1_14 ._PromptForm-input_136g1_64 {
1195
+ background-color: var(--puck-color-grey-01);
1196
+ color: var(--puck-color-grey-08);
1197
+ }
1198
+ ._PromptForm--disabled_136g1_92 ._PromptForm-input_136g1_64 {
1199
+ background-color: var(--puck-color-grey-12);
1200
+ cursor: not-allowed;
1201
+ }
1202
+ ._PromptForm-helper_136g1_97 {
1203
+ align-items: center;
1204
+ color: var(--puck-color-grey-05);
1205
+ display: flex;
1206
+ gap: 4px;
1207
+ font-size: var(--puck-font-size-xxs);
1208
+ font-weight: 500;
1209
+ padding: 4px 12px;
1210
+ }
1211
+ ._PromptForm-actions_136g1_107 {
1212
+ display: flex;
1213
+ position: absolute;
1214
+ gap: 8px;
1215
+ bottom: 0;
1216
+ left: 0;
1217
+ right: 0;
1218
+ padding: 6px;
1219
+ pointer-events: none;
1220
+ }
1221
+ ._PromptForm-actionsLeft_136g1_118 {
1222
+ align-items: center;
1223
+ display: flex;
1224
+ padding-left: 8px;
1225
+ }
1226
+ ._PromptForm-actionsRight_136g1_124 {
1227
+ margin-left: auto;
1228
+ }
1229
+ ._PromptForm-actionSubmit_136g1_128 {
1230
+ background: var(--puck-color-azure-04);
1231
+ border-radius: 48px;
1232
+ color: white;
1233
+ display: flex;
1234
+ align-items: center;
1235
+ justify-content: center;
1236
+ align-self: flex-end;
1237
+ width: 32px;
1238
+ height: 32px;
1239
+ border: 0;
1240
+ pointer-events: auto;
1241
+ cursor: pointer;
1242
+ }
1243
+ ._PromptForm-actionSubmit_136g1_128:hover {
1244
+ background: var(--puck-color-azure-05);
1245
+ }
1246
+ ._PromptForm--isDisabled_136g1_147 ._PromptForm-actionSubmit_136g1_128 {
1247
+ background-color: var(--puck-color-grey-06);
1248
+ cursor: not-allowed;
1249
+ }
1250
+ ._PromptForm--isLoading_136g1_152 ._PromptForm-actionSubmit_136g1_128 {
1251
+ background-color: var(--puck-color-azure-06);
1252
+ cursor: not-allowed;
1253
+ }