@puckeditor/plugin-ai 0.8.0-canary.fdb02235 → 0.8.0

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 CHANGED
@@ -1,79 +1,106 @@
1
1
  /* css-module:/home/runner/work/platform/platform/packages/plugin-ai/src/components/Chat/styles.module.css/#css-module-data */
2
- ._Chat_1g2yc_1 {
2
+ ._Chat_1ei0a_1 {
3
3
  background: white;
4
4
  height: 100%;
5
5
  display: flex;
6
6
  flex-direction: column;
7
7
  text-align: left;
8
8
  }
9
- ._Chat-header_1g2yc_9 {
9
+ ._Chat-header_1ei0a_9 {
10
10
  display: block;
11
11
  padding: 8px 16px;
12
12
  font-weight: 600;
13
13
  border-bottom: 1px solid var(--puck-color-grey-09);
14
14
  }
15
15
  @media (min-width: 638px) {
16
- ._Chat-header_1g2yc_9 {
16
+ ._Chat-header_1ei0a_9 {
17
17
  display: block;
18
18
  padding: 16px;
19
19
  }
20
20
  }
21
- ._Chat-placeholder_1g2yc_23 {
21
+ ._Chat-placeholder_1ei0a_23 {
22
22
  align-items: center;
23
23
  box-sizing: border-box;
24
- color: var(--puck-color-grey-06);
24
+ color: var(--puck-color-grey-04);
25
25
  display: none;
26
- justify-content: center;
27
26
  flex-direction: column;
27
+ gap: 8px;
28
28
  height: 100%;
29
- text-align: center;
29
+ justify-content: center;
30
30
  padding: 32px;
31
- gap: 8px;
31
+ text-align: center;
32
32
  }
33
33
  @media (min-width: 638px) {
34
- ._Chat-placeholder_1g2yc_23 {
34
+ ._Chat-placeholder_1ei0a_23 {
35
35
  display: flex;
36
36
  }
37
37
  }
38
- ._Chat-actions_1g2yc_42 {
38
+ ._Chat-placeholderIcon_1ei0a_42 {
39
+ align-items: center;
40
+ background-color: var(--puck-color-azure-11);
41
+ border-radius: 999px;
42
+ color: var(--puck-color-azure-04);
39
43
  display: flex;
40
- gap: 8px;
41
44
  justify-content: center;
45
+ margin-bottom: 4px;
46
+ padding: 12px;
47
+ }
48
+ ._Chat-placeholderTitle_1ei0a_53 {
49
+ color: var(--puck-color-grey-01);
50
+ font-size: var(--puck-font-size-s);
51
+ }
52
+ ._Chat-placeholderDescription_1ei0a_58 {
53
+ font-size: var(--puck-font-size-xxs);
54
+ line-height: 1.5;
55
+ max-width: 260px;
56
+ }
57
+ ._Chat-actions_1ei0a_64 {
58
+ display: flex;
42
59
  flex-wrap: wrap;
43
- margin-top: 4px;
60
+ gap: 8px;
61
+ justify-content: center;
62
+ margin-top: 8px;
44
63
  }
45
- ._Chat-action_1g2yc_42,
46
- ._Chat-actionOutlined_1g2yc_51 {
64
+ ._Chat-action_1ei0a_64,
65
+ ._Chat-actionOutlined_1ei0a_73 {
66
+ appearance: none;
47
67
  border: 1px solid var(--puck-color-azure-04);
48
- border-radius: 16px;
49
- padding: 4px 12px;
50
- font-size: 12px;
68
+ border-radius: 999px;
51
69
  cursor: pointer;
70
+ font-family: inherit;
71
+ font-size: var(--puck-font-size-xxs);
72
+ font-weight: 600;
73
+ padding: 8px 14px;
52
74
  }
53
- ._Chat-action_1g2yc_42 {
75
+ ._Chat-action_1ei0a_64 {
54
76
  background: var(--puck-color-azure-04);
55
77
  color: white;
56
78
  }
57
- ._Chat-action_1g2yc_42:hover {
58
- opacity: 0.8;
79
+ ._Chat-action_1ei0a_64:hover {
80
+ background-color: var(--puck-color-azure-03);
59
81
  }
60
- ._Chat-actionOutlined_1g2yc_51 {
82
+ ._Chat-actionOutlined_1ei0a_73 {
61
83
  background: transparent;
62
84
  color: var(--puck-color-azure-04);
63
85
  }
64
- ._Chat-actionOutlined_1g2yc_51:hover {
86
+ ._Chat-actionOutlined_1ei0a_73:hover {
65
87
  background: var(--puck-color-azure-11);
66
88
  }
67
- ._Chat-attachmentControls_1g2yc_77 {
89
+ ._Chat-action_1ei0a_64:focus-visible,
90
+ ._Chat-actionOutlined_1ei0a_73:focus-visible {
91
+ outline: 2px solid var(--puck-color-azure-04);
92
+ outline-offset: 2px;
93
+ }
94
+ ._Chat-attachmentControls_1ei0a_108 {
68
95
  align-items: center;
69
96
  display: flex;
70
97
  flex-wrap: wrap;
71
98
  gap: 6px;
72
99
  }
73
- ._Chat-attachmentInput_1g2yc_84 {
100
+ ._Chat-attachmentInput_1ei0a_115 {
74
101
  display: none;
75
102
  }
76
- ._Chat-attachmentButton_1g2yc_88 {
103
+ ._Chat-attachmentButton_1ei0a_119 {
77
104
  align-items: center;
78
105
  background: none;
79
106
  border-radius: 4px;
@@ -86,19 +113,19 @@
86
113
  padding: 8px;
87
114
  white-space: nowrap;
88
115
  }
89
- ._Chat-attachmentButton_1g2yc_88:hover,
90
- ._Chat-attachmentButton_1g2yc_88:focus-visible {
116
+ ._Chat-attachmentButton_1ei0a_119:hover,
117
+ ._Chat-attachmentButton_1ei0a_119:focus-visible {
91
118
  background-color: var(--puck-color-azure-12);
92
119
  color: var(--puck-color-azure-04);
93
120
  }
94
- ._Chat-attachmentButton_1g2yc_88:focus-visible {
121
+ ._Chat-attachmentButton_1ei0a_119:focus-visible {
95
122
  outline: 2px solid var(--puck-color-azure-04);
96
123
  }
97
- ._Chat-attachmentButton_1g2yc_88:disabled {
124
+ ._Chat-attachmentButton_1ei0a_119:disabled {
98
125
  cursor: not-allowed;
99
126
  opacity: 0.5;
100
127
  }
101
- ._Chat-attachmentButton_1g2yc_88:disabled:hover {
128
+ ._Chat-attachmentButton_1ei0a_119:disabled:hover {
102
129
  border-color: var(--puck-color-grey-09);
103
130
  color: var(--puck-color-grey-04);
104
131
  }
@@ -247,11 +274,11 @@ p {
247
274
  }
248
275
 
249
276
  /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/ActionModal/ActionModal.module.css/#css-module-data */
250
- ._ActionModal_r3pvy_1 {
277
+ ._ActionModal_1g44k_1 {
251
278
  display: block;
252
279
  min-width: 356px;
253
280
  }
254
- ._ActionModal-header_r3pvy_6 {
281
+ ._ActionModal-header_1g44k_6 {
255
282
  color: var(--puck-color-grey-02);
256
283
  display: flex;
257
284
  justify-content: center;
@@ -261,11 +288,14 @@ p {
261
288
  padding: 24px;
262
289
  padding-bottom: 16px;
263
290
  }
264
- ._ActionModal-body_r3pvy_17 {
291
+ ._ActionModal-body_1g44k_17 {
292
+ display: flex;
293
+ flex-direction: column;
294
+ gap: 16px;
265
295
  padding: 24px;
266
296
  padding-top: 8px;
267
297
  }
268
- ._ActionModal-footer_r3pvy_22 {
298
+ ._ActionModal-footer_1g44k_25 {
269
299
  border-top: 1px solid var(--puck-color-grey-09);
270
300
  background-color: var(--puck-color-grey-12);
271
301
  display: flex;
@@ -303,7 +333,7 @@ p {
303
333
  }
304
334
 
305
335
  /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Button/Button.module.css/#css-module-data */
306
- ._Button_1tog0_1 {
336
+ ._Button_16or4_1 {
307
337
  appearance: none;
308
338
  background: none;
309
339
  border: 1px solid transparent;
@@ -325,28 +355,36 @@ p {
325
355
  white-space: nowrap;
326
356
  margin: 0;
327
357
  }
328
- ._Button_1tog0_1:hover,
329
- ._Button_1tog0_1:active {
358
+ ._Button_16or4_1:hover,
359
+ ._Button_16or4_1:active {
330
360
  transition: none;
331
361
  }
332
- ._Button_1tog0_1:focus-visible {
362
+ ._Button_16or4_1:focus-visible {
333
363
  outline: 2px solid var(--puck-color-azure-05);
334
364
  outline-offset: 2px;
335
365
  }
336
- ._Button--medium_1tog0_34 {
366
+ ._Button--tiny_16or4_34 {
367
+ font-size: var(--puck-font-size-xxxs);
368
+ padding: 2px 8px;
369
+ }
370
+ ._Button--small_16or4_39 {
371
+ font-size: var(--puck-font-size-xxs);
372
+ padding: 4px 8px;
373
+ }
374
+ ._Button--medium_16or4_44 {
337
375
  min-height: 34px;
338
376
  padding-bottom: 7px;
339
377
  padding-left: 15px;
340
378
  padding-right: 15px;
341
379
  padding-top: 7px;
342
380
  }
343
- ._Button--large_1tog0_42 {
381
+ ._Button--large_16or4_52 {
344
382
  padding-bottom: 11px;
345
383
  padding-left: 19px;
346
384
  padding-right: 19px;
347
385
  padding-top: 11px;
348
386
  }
349
- ._Button--brand_1tog0_49 {
387
+ ._Button--brand_16or4_59 {
350
388
  background-image:
351
389
  linear-gradient(
352
390
  210deg,
@@ -356,53 +394,54 @@ p {
356
394
  border: none;
357
395
  }
358
396
  @media (hover: hover) and (pointer: fine) {
359
- ._Button--brand_1tog0_49:hover {
397
+ ._Button--brand_16or4_59:hover {
360
398
  opacity: 0.8;
361
399
  }
362
400
  }
363
- ._Button--brand_1tog0_49:active {
401
+ ._Button--brand_16or4_59:active {
364
402
  opacity: 0.8;
365
403
  }
366
- ._Button--primary_1tog0_69 {
404
+ ._Button--primary_16or4_79 {
367
405
  background: var(--puck-color-azure-04);
368
406
  }
369
407
  @media (hover: hover) and (pointer: fine) {
370
- ._Button--primary_1tog0_69:hover {
408
+ ._Button--primary_16or4_79:hover {
371
409
  background-color: var(--puck-color-azure-03);
372
410
  }
373
411
  }
374
- ._Button--primary_1tog0_69:active {
412
+ ._Button--primary_16or4_79:active {
375
413
  background-color: var(--puck-color-azure-02);
376
414
  }
377
- ._Button--secondary_1tog0_83 {
415
+ ._Button--secondary_16or4_93 {
378
416
  border: 1px solid currentColor;
379
417
  color: currentColor;
380
418
  }
381
419
  @media (hover: hover) and (pointer: fine) {
382
- ._Button--secondary_1tog0_83:hover {
420
+ ._Button--secondary_16or4_93:hover {
383
421
  background-color: var(--puck-color-azure-12);
384
- color: var(--puck-color-black);
422
+ border-color: var(--puck-color-azure-12);
423
+ color: var(--puck-color-azure-04);
385
424
  }
386
425
  }
387
- ._Button--secondary_1tog0_83:active {
426
+ ._Button--secondary_16or4_93:active {
388
427
  background-color: var(--puck-color-azure-11);
389
428
  color: var(--puck-color-black);
390
429
  }
391
- ._Button--danger_1tog0_100 {
430
+ ._Button--danger_16or4_111 {
392
431
  background: var(--puck-color-red-04);
393
432
  }
394
433
  @media (hover: hover) and (pointer: fine) {
395
- ._Button--danger_1tog0_100:hover {
434
+ ._Button--danger_16or4_111:hover {
396
435
  background-color: var(--puck-color-red-03);
397
436
  }
398
437
  }
399
- ._Button--danger_1tog0_100:active {
438
+ ._Button--danger_16or4_111:active {
400
439
  background-color: var(--puck-color-red-02);
401
440
  }
402
- ._Button--flush_1tog0_114 {
441
+ ._Button--flush_16or4_125 {
403
442
  border-radius: 0;
404
443
  }
405
- ._Button--ghost_1tog0_118 {
444
+ ._Button--ghost_16or4_129 {
406
445
  align-items: center;
407
446
  background-color: transparent;
408
447
  border: none;
@@ -411,26 +450,26 @@ p {
411
450
  display: flex;
412
451
  }
413
452
  @media (hover: hover) and (pointer: fine) {
414
- ._Button--ghost_1tog0_118:hover {
453
+ ._Button--ghost_16or4_129:hover {
415
454
  background-color: var(--puck-color-grey-11);
416
455
  color: var(--puck-color-azure-04);
417
456
  cursor: pointer;
418
457
  }
419
458
  }
420
- ._Button--disabled_1tog0_135,
421
- ._Button--disabled_1tog0_135:hover,
422
- ._Button--secondary_1tog0_83._Button--disabled_1tog0_135,
423
- ._Button--secondary_1tog0_83._Button--disabled_1tog0_135:hover {
459
+ ._Button--disabled_16or4_146,
460
+ ._Button--disabled_16or4_146:hover,
461
+ ._Button--secondary_16or4_93._Button--disabled_16or4_146,
462
+ ._Button--secondary_16or4_93._Button--disabled_16or4_146:hover {
424
463
  background-color: var(--puck-color-grey-12);
425
464
  border-color: var(--puck-color-grey-08);
426
465
  color: var(--puck-color-grey-07);
427
466
  cursor: not-allowed;
428
467
  }
429
- ._Button--fullWidth_1tog0_145 {
468
+ ._Button--fullWidth_16or4_156 {
430
469
  justify-content: center;
431
470
  width: 100%;
432
471
  }
433
- ._Button-spinner_1tog0_150 {
472
+ ._Button-spinner_16or4_161 {
434
473
  padding-left: 8px;
435
474
  }
436
475
 
@@ -1046,215 +1085,187 @@ button._Menu-item_1tu16_55:hover {
1046
1085
  }
1047
1086
 
1048
1087
  /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanGrid/styles.module.css/#css-module-data */
1049
- ._PlanGrid--loading_97rn7_1 {
1050
- opacity: 0;
1051
- }
1052
- ._PlanGrid-grid_97rn7_5 {
1088
+ ._PlanGrid_1ar8g_1 {
1053
1089
  color: var(--puck-color-grey-02);
1054
- display: grid;
1055
- gap: 16px;
1056
1090
  text-align: left;
1057
- @media (min-width: 768px) {
1058
- grid-template-columns: 1fr 1fr 1fr;
1059
- }
1091
+ position: relative;
1092
+ z-index: 0;
1060
1093
  }
1061
- ._PlanGrid-enterprise_97rn7_16 {
1062
- color: var(--puck-color-grey-04);
1063
- font-size: var(--puck-font-size-xxs);
1064
- margin-left: auto;
1065
- margin-right: auto;
1066
- padding-inline: 4px;
1067
- padding-top: 20px;
1068
- text-align: center;
1094
+ ._PlanGrid-billingNote_1ar8g_8,
1095
+ ._PlanGrid-planKicker_1ar8g_9 {
1096
+ font-size: var(--puck-font-size-xxxs);
1097
+ letter-spacing: 0.12em;
1069
1098
  }
1070
- ._PlanGrid-enterprise_97rn7_16 a {
1071
- color: var(--puck-color-azure-04);
1072
- cursor: pointer;
1073
- font-weight: 500;
1099
+ ._PlanGrid-billingNote_1ar8g_8 {
1100
+ color: var(--puck-color-grey-05);
1074
1101
  }
1075
-
1076
- /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanCard/styles.module.css/#css-module-data */
1077
- ._PlanCard_16zmu_1 {
1102
+ ._PlanGrid-tableWrapper_1ar8g_18 {
1078
1103
  border: 1px solid var(--puck-color-grey-09);
1079
1104
  border-radius: 16px;
1080
- display: flex;
1081
- gap: 8px;
1082
- flex-direction: column;
1083
- min-width: 256px;
1084
- padding: 8px;
1085
- position: relative;
1105
+ overflow-x: auto;
1086
1106
  }
1087
- ._PlanCard--enterprise_16zmu_12 {
1088
- flex-direction: row;
1089
- grid-column: span 3;
1107
+ ._PlanGrid-table_1ar8g_18 {
1108
+ border-collapse: separate;
1109
+ border-spacing: 0;
1110
+ max-width: 1440px;
1111
+ min-width: 880px;
1112
+ table-layout: fixed;
1113
+ width: 100%;
1090
1114
  }
1091
- ._PlanCard-title_16zmu_17 {
1092
- display: flex;
1093
- gap: 8px;
1094
- justify-content: space-between;
1095
- font-size: var(--puck-font-size-xs);
1096
- font-weight: 700;
1115
+ ._PlanGrid-caption_1ar8g_33 {
1116
+ clip: rect(0 0 0 0);
1117
+ clip-path: inset(50%);
1118
+ height: 1px;
1119
+ overflow: hidden;
1120
+ position: absolute;
1097
1121
  white-space: nowrap;
1122
+ width: 1px;
1098
1123
  }
1099
- ._PlanCard-header_16zmu_26 {
1100
- box-sizing: border-box;
1101
- display: flex;
1102
- flex-direction: column;
1103
- gap: 4px;
1104
- padding: 12px 16px;
1105
- width: 100%;
1124
+ ._PlanGrid-featureHeader_1ar8g_43,
1125
+ ._PlanGrid-featureName_1ar8g_44,
1126
+ ._PlanGrid-planHeader_1ar8g_45,
1127
+ ._PlanGrid-featureValue_1ar8g_46 {
1128
+ border-bottom: 1px solid var(--puck-color-grey-09);
1129
+ border-right: 1px solid var(--puck-color-grey-09);
1106
1130
  }
1107
- ._PlanCard-features_16zmu_35 {
1108
- display: grid;
1109
- gap: 4px;
1110
- list-style: none;
1111
- margin: 0;
1131
+ ._PlanGrid-featureHeader_1ar8g_43,
1132
+ ._PlanGrid-featureName_1ar8g_44 {
1133
+ background: var(--puck-color-white);
1134
+ position: sticky;
1135
+ left: 0;
1136
+ width: 24%;
1137
+ z-index: 2;
1138
+ }
1139
+ ._PlanGrid-featureHeader_1ar8g_43 {
1140
+ font-size: var(--puck-font-size-s);
1141
+ padding: 28px 24px;
1142
+ text-align: left;
1143
+ vertical-align: top;
1144
+ }
1145
+ ._PlanGrid-planHeader_1ar8g_45 {
1146
+ background: var(--puck-color-white);
1147
+ height: 336px;
1112
1148
  padding: 0;
1149
+ text-align: left;
1150
+ vertical-align: top;
1151
+ width: 25.333%;
1113
1152
  }
1114
- ._PlanCard-feature_16zmu_35 {
1115
- align-items: center;
1153
+ ._PlanGrid-planHeaderInner_1ar8g_76 {
1154
+ box-sizing: border-box;
1116
1155
  display: flex;
1117
- gap: 4px;
1118
- color: var(--puck-color-grey-05);
1119
- font-size: var(--puck-font-size-xxs);
1120
- }
1121
- ._PlanCard-featureIcon_16zmu_51 {
1122
- align-self: flex-start;
1123
- margin-top: 5px;
1156
+ flex-direction: column;
1157
+ height: 100%;
1158
+ padding: 28px 24px 24px;
1124
1159
  }
1125
- ._PlanCard-featureTitle_16zmu_56 {
1126
- color: var(--puck-color-grey-04);
1127
- font-weight: 600;
1160
+ ._PlanGrid-planKicker_1ar8g_9 {
1161
+ color: var(--puck-color-azure-04);
1162
+ font-weight: 700;
1163
+ min-height: 20px;
1164
+ text-transform: uppercase;
1128
1165
  }
1129
- ._PlanCard-priceValue_16zmu_61 {
1130
- font-size: var(--puck-font-size-m);
1166
+ ._PlanGrid-planTitle_1ar8g_91 {
1167
+ font-size: var(--puck-font-size-l);
1168
+ line-height: 1.2;
1169
+ margin: 12px 0 0;
1131
1170
  }
1132
- ._PlanCard-priceInterval_16zmu_65 {
1171
+ ._PlanGrid-planDescription_1ar8g_97 {
1133
1172
  color: var(--puck-color-grey-05);
1173
+ font-size: var(--puck-font-size-xxs);
1174
+ margin: 8px 0 0;
1175
+ min-height: 44px;
1176
+ font-weight: 400;
1134
1177
  }
1135
- ._PlanCard-body_16zmu_69 {
1136
- background-color: var(--puck-color-grey-12);
1137
- border: 1px solid var(--puck-color-grey-11);
1138
- border-radius: 8px;
1139
- padding: 16px;
1140
- flex-grow: 1;
1178
+ ._PlanGrid-priceBlock_1ar8g_105 {
1179
+ margin-top: auto;
1180
+ padding: 20px 0 16px;
1141
1181
  }
1142
- ._PlanCard--enterprise_16zmu_12 ._PlanCard-body_16zmu_69 {
1182
+ ._PlanGrid-price_1ar8g_105 {
1183
+ align-items: baseline;
1143
1184
  display: flex;
1144
- gap: 8px;
1145
- width: 100%;
1146
- }
1147
- ._PlanCard-section_16zmu_83 {
1148
- padding-bottom: 16px;
1149
- min-width: 192px;
1150
- }
1151
- ._PlanCard-section_16zmu_83:last-of-type {
1152
- padding-bottom: 0;
1153
- }
1154
- ._PlanCard-section_16zmu_83 + ._PlanCard-section_16zmu_83 {
1155
- border-top: 1px solid var(--puck-color-grey-09);
1156
- padding-top: 16px;
1157
- }
1158
- ._PlanCard--enterprise_16zmu_12 {
1159
- ._PlanCard-section_16zmu_83 + ._PlanCard-section_16zmu_83 {
1160
- border-left: 1px solid var(--puck-color-grey-09);
1161
- border-top: none;
1162
- padding-left: 16px;
1163
- padding-top: 0;
1164
- }
1185
+ gap: 4px;
1186
+ white-space: nowrap;
1165
1187
  }
1166
- ._PlanCard-sectionTitle_16zmu_106 {
1188
+ ._PlanGrid-standardPrice_1ar8g_117 {
1189
+ color: var(--puck-color-grey-06);
1167
1190
  font-size: var(--puck-font-size-xs);
1168
1191
  font-weight: 500;
1169
- margin-bottom: 8px;
1192
+ text-decoration: line-through;
1170
1193
  }
1171
- ._PlanCard-sectionBody_16zmu_112 + ._PlanCard-sectionTitle_16zmu_106 {
1172
- border-top: 1px solid var(--puck-color-grey-09);
1173
- margin-top: 16px;
1174
- padding-top: 16px;
1194
+ ._PlanGrid-priceValue_1ar8g_124 {
1195
+ font-size: var(--puck-font-size-xl);
1196
+ font-weight: 600;
1197
+ letter-spacing: -0.02em;
1175
1198
  }
1176
- ._PlanCard-sectionBody_16zmu_112 {
1177
- color: var(--puck-color-grey-03);
1199
+ ._PlanGrid-priceInterval_1ar8g_130 {
1200
+ color: var(--puck-color-grey-05);
1178
1201
  font-size: var(--puck-font-size-xxs);
1179
- display: grid;
1180
- gap: 2px;
1202
+ font-weight: 400;
1181
1203
  }
1182
- ._PlanCard-usageItem_16zmu_125 {
1183
- display: flex;
1184
- gap: 8px;
1204
+ ._PlanGrid-priceNote_1ar8g_136 {
1205
+ color: var(--puck-color-azure-04);
1206
+ font-size: var(--puck-font-size-xxxs);
1207
+ font-weight: 600;
1208
+ margin-top: 2px;
1209
+ }
1210
+ ._PlanGrid-action_1ar8g_143 {
1211
+ width: 100%;
1212
+ }
1213
+ ._PlanGrid-featureName_1ar8g_44,
1214
+ ._PlanGrid-featureValue_1ar8g_46 {
1185
1215
  font-size: var(--puck-font-size-xxs);
1216
+ min-height: 68px;
1217
+ padding: 20px 24px;
1186
1218
  }
1187
- ._PlanCard-usageLabel_16zmu_131 {
1188
- color: var(--puck-color-grey-04);
1189
- font-weight: 500;
1219
+ ._PlanGrid-featureName_1ar8g_44 {
1220
+ font-weight: 600;
1221
+ text-align: left;
1190
1222
  }
1191
- ._PlanCard-usageValue_16zmu_136 {
1192
- color: var(--puck-color-grey-05);
1193
- font-family: var(--puck-font-family-monospaced);
1194
- margin-left: auto;
1223
+ ._PlanGrid-featureValue_1ar8g_46 {
1224
+ background: var(--puck-color-white);
1225
+ color: var(--puck-color-grey-04);
1195
1226
  }
1196
- ._PlanCard-action_16zmu_142 {
1197
- align-items: flex-end;
1198
- display: flex;
1199
- justify-content: flex-end;
1200
- width: 100%;
1227
+ ._PlanGrid-featureValue_1ar8g_46 a {
1228
+ color: var(--puck-color-azure-04);
1201
1229
  }
1202
- ._PlanCard-description_16zmu_149 {
1230
+ ._PlanGrid-included_1ar8g_168 {
1231
+ align-items: center;
1203
1232
  color: var(--puck-color-grey-03);
1204
- margin-top: 8px;
1233
+ display: inline-flex;
1234
+ gap: 8px;
1205
1235
  }
1206
- ._PlanCard--highlight_16zmu_154 {
1207
- border: transparent;
1236
+ ._PlanGrid-included_1ar8g_168 svg {
1237
+ color: var(--puck-color-azure-04);
1208
1238
  }
1209
- ._PlanCard--highlight_16zmu_154::before {
1210
- content: "";
1211
- position: absolute;
1212
- inset: 0;
1213
- padding: 1px;
1214
- border-radius: inherit;
1215
- background-image:
1216
- linear-gradient(
1217
- 210deg,
1218
- var(--puck-color-azure-01) 0%,
1219
- var(--puck-color-azure-03) 40%,
1220
- var(--puck-color-red-05) 100%);
1221
- background-size: cover;
1222
- background-position: center;
1223
- -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
1224
- -webkit-mask-composite: xor;
1225
- mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
1226
- mask-composite: exclude;
1227
- pointer-events: none;
1239
+ ._PlanGrid-unavailable_1ar8g_179 {
1240
+ color: var(--puck-color-grey-07);
1228
1241
  }
1229
- ._PlanCard-highlightText_16zmu_184 {
1230
- @supports (background-clip: text) or (-webkit-background-clip: text) {
1231
- color: transparent;
1232
- background-clip: text;
1233
- -webkit-background-clip: text;
1234
- background-image:
1235
- linear-gradient(
1236
- 210deg,
1237
- var(--puck-color-azure-01) 0%,
1238
- var(--puck-color-azure-03) 40%,
1239
- var(--puck-color-red-05) 100%);
1240
- background-size: cover;
1241
- background-position: center;
1242
- }
1242
+ ._PlanGrid-highlightCell_1ar8g_183 {
1243
+ background: var(--puck-color-azure-12);
1243
1244
  }
1244
- ._PlanCard--fullWidth_16zmu_200 {
1245
- flex-direction: row;
1246
- grid-column: 1 / -1;
1245
+ ._PlanGrid-planHeader_1ar8g_45._PlanGrid-highlightCell_1ar8g_183 {
1246
+ box-shadow: inset 0 3px 0 var(--puck-color-azure-04);
1247
1247
  }
1248
- ._PlanCard--fullWidth_16zmu_200 ._PlanCard-header_16zmu_26 {
1249
- max-width: 312px;
1248
+ ._PlanGrid-planHeader_1ar8g_45:last-child,
1249
+ ._PlanGrid-featureValue_1ar8g_46:last-child {
1250
+ border-right: 0;
1250
1251
  }
1251
- ._PlanCard--fullWidth_16zmu_200 ._PlanCard-action_16zmu_142 {
1252
- max-width: 256px;
1252
+ ._PlanGrid-table_1ar8g_18 tbody tr:last-child ._PlanGrid-featureName_1ar8g_44,
1253
+ ._PlanGrid-table_1ar8g_18 tbody tr:last-child ._PlanGrid-featureValue_1ar8g_46 {
1254
+ border-bottom: 0;
1253
1255
  }
1254
- ._PlanCard--fullWidth_16zmu_200 ._PlanCard-sectionBody_16zmu_112 {
1255
- display: grid;
1256
- grid-template-rows: 1fr 1fr 1fr 1fr;
1257
- grid-auto-flow: column;
1256
+ ._PlanGrid-enterprise_1ar8g_201 {
1257
+ color: var(--puck-color-grey-04);
1258
+ font-size: var(--puck-font-size-xxs);
1259
+ margin-left: auto;
1260
+ margin-right: auto;
1261
+ padding-inline: 4px;
1262
+ padding-top: 20px;
1263
+ text-align: center;
1264
+ }
1265
+ ._PlanGrid-enterprise_1ar8g_201 a {
1266
+ color: var(--puck-color-azure-04);
1267
+ cursor: pointer;
1268
+ font-weight: 500;
1258
1269
  }
1259
1270
 
1260
1271
  /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
@@ -1531,60 +1542,70 @@ button._Menu-item_1tu16_55:hover {
1531
1542
  }
1532
1543
 
1533
1544
  /* css-module:/home/runner/work/platform/platform/packages/plugin-ai/src/components/ChatBody/styles.module.css/#css-module-data */
1534
- ._Chat_s0sv0_1 {
1545
+ ._Chat_5z5yi_1 {
1535
1546
  --fade-size: 32px;
1536
1547
  --chat-background-color: white;
1537
1548
  display: flex;
1538
1549
  flex-direction: column;
1539
1550
  height: 100%;
1540
- max-height: 55vh;
1551
+ max-height: 55dvh;
1541
1552
  overflow: hidden;
1553
+ transition: background-color 250ms ease-in, max-height 250ms ease-in;
1554
+ }
1555
+ ._Chat--hasMessages_5z5yi_17 {
1556
+ max-height: 45dvh;
1542
1557
  }
1543
1558
  @media (min-width: 638px) {
1544
- ._Chat_s0sv0_1 {
1559
+ ._Chat_5z5yi_1,
1560
+ ._Chat--hasMessages_5z5yi_17 {
1545
1561
  max-height: none;
1546
1562
  }
1547
1563
  }
1548
- ._Chat-inner_s0sv0_17 {
1564
+ ._Chat-inner_5z5yi_28 {
1549
1565
  background-color: var(--chat-background-color);
1550
1566
  display: flex;
1551
1567
  flex-direction: column;
1552
1568
  max-height: 100%;
1553
1569
  position: relative;
1554
1570
  }
1555
- ._Chat--hasMessages_s0sv0_25 ._Chat-inner_s0sv0_17 {
1571
+ ._Chat--hasMessages_5z5yi_17 ._Chat-inner_5z5yi_28 {
1556
1572
  padding-top: 0;
1557
1573
  }
1558
- ._Chat_s0sv0_1:not(._Chat--hasChildren_s0sv0_29) ._Chat-inner_s0sv0_17 {
1574
+ ._Chat_5z5yi_1:not(._Chat--hasChildren_5z5yi_40) ._Chat-inner_5z5yi_28 {
1559
1575
  height: 100%;
1560
1576
  padding-top: 0;
1561
1577
  }
1562
- ._Chat-body_s0sv0_34 {
1578
+ ._Chat-body_5z5yi_45 {
1579
+ display: none;
1563
1580
  padding: 16px;
1564
1581
  overflow: auto;
1565
1582
  }
1566
- ._Chat--hasMessages_s0sv0_25 ._Chat-messages_s0sv0_39 {
1583
+ ._Chat--hasMessages_5z5yi_17 ._Chat-body_5z5yi_45,
1584
+ ._Chat--isLoading_5z5yi_52 ._Chat-body_5z5yi_45 {
1585
+ display: block;
1586
+ }
1587
+ ._Chat--hasMessages_5z5yi_17 ._Chat-messages_5z5yi_56 {
1567
1588
  display: flex;
1568
1589
  flex-direction: column-reverse;
1569
1590
  gap: 16px;
1570
1591
  overflow: auto;
1571
1592
  }
1572
- ._Chat-form_s0sv0_46 {
1593
+ ._Chat-form_5z5yi_63 {
1573
1594
  background-color: white;
1574
1595
  padding: 16px;
1575
1596
  }
1576
- ._Chat--hideInput_s0sv0_51 ._Chat-form_s0sv0_46 {
1597
+ ._Chat--hideInput_5z5yi_68 ._Chat-form_5z5yi_63 {
1577
1598
  display: none;
1578
1599
  }
1579
- ._Chat--hasMessages_s0sv0_25 ._Chat-form_s0sv0_46 {
1600
+ ._Chat--hasMessages_5z5yi_17 ._Chat-form_5z5yi_63 {
1580
1601
  border-top: 1px solid var(--puck-color-grey-09);
1581
1602
  }
1582
1603
  @media (min-width: 638px) {
1583
- ._Chat-form_s0sv0_46 {
1604
+ ._Chat-form_5z5yi_63 {
1584
1605
  border-top: 1px solid var(--puck-color-grey-09);
1585
1606
  }
1586
1607
  }
1587
- ._Chat-formHelper_s0sv0_65 {
1608
+ ._Chat-formHelper_5z5yi_82 {
1588
1609
  align-items: center;
1589
1610
  display: flex;
1590
1611
  color: var(--puck-color-grey-04);
@@ -1593,11 +1614,11 @@ button._Menu-item_1tu16_55:hover {
1593
1614
  gap: 8px;
1594
1615
  padding-bottom: 12px;
1595
1616
  }
1596
- ._Chat--hasMessages_s0sv0_25 ._Chat-formHelper_s0sv0_65 {
1617
+ ._Chat--hasMessages_5z5yi_17 ._Chat-formHelper_5z5yi_82 {
1597
1618
  opacity: 0;
1598
1619
  transition: opacity 250ms ease-in;
1599
1620
  }
1600
- ._Chat-examplePrompts_s0sv0_80 {
1621
+ ._Chat-examplePrompts_5z5yi_97 {
1601
1622
  align-items: center;
1602
1623
  display: flex;
1603
1624
  flex-wrap: nowrap;
@@ -1606,7 +1627,7 @@ button._Menu-item_1tu16_55:hover {
1606
1627
  width: 100%;
1607
1628
  overflow-x: auto;
1608
1629
  }
1609
- ._Chat-examplePrompt_s0sv0_80 {
1630
+ ._Chat-examplePrompt_5z5yi_97 {
1610
1631
  align-items: center;
1611
1632
  background: white;
1612
1633
  border: 1px solid var(--puck-color-grey-09);
@@ -1619,30 +1640,35 @@ button._Menu-item_1tu16_55:hover {
1619
1640
  padding: 6px 12px;
1620
1641
  text-wrap: nowrap;
1621
1642
  }
1622
- ._Chat-examplePrompt_s0sv0_80:hover {
1643
+ ._Chat-examplePrompt_5z5yi_97:hover {
1623
1644
  background: var(--puck-color-azure-11);
1624
1645
  border-color: var(--puck-color-azure-08);
1625
1646
  color: var(--puck-color-azure-04);
1626
1647
  }
1627
- ._Chat-examplePromptArrow_s0sv0_110 {
1648
+ ._Chat-examplePrompt_5z5yi_97:disabled,
1649
+ ._Chat-examplePrompt_5z5yi_97[aria-disabled=true] {
1650
+ cursor: not-allowed;
1651
+ opacity: 0.5;
1652
+ pointer-events: none;
1653
+ }
1654
+ ._Chat-examplePromptArrow_5z5yi_134 {
1628
1655
  display: flex;
1629
1656
  margin-left: auto;
1630
1657
  }
1631
- ._Chat-default_s0sv0_115 {
1658
+ ._Chat-default_5z5yi_139 {
1632
1659
  overflow-y: auto;
1633
1660
  flex-grow: 1;
1634
1661
  }
1635
- ._Chat--hasMessages_s0sv0_25 ._Chat-default_s0sv0_115 {
1662
+ ._Chat--hasMessages_5z5yi_17 ._Chat-default_5z5yi_139 {
1636
1663
  opacity: 0;
1637
1664
  padding: 0;
1638
1665
  pointer-events: none;
1639
1666
  transition: opacity 250ms ease-in;
1640
1667
  }
1641
- ._Chat--hasMessages_s0sv0_25 {
1668
+ ._Chat--hasMessages_5z5yi_17 {
1642
1669
  background-color: white;
1643
- transition: background-color 250ms ease-in;
1644
1670
  }
1645
- ._ChatMessage_s0sv0_132 {
1671
+ ._ChatMessage_5z5yi_155 {
1646
1672
  display: flex;
1647
1673
  flex-direction: column;
1648
1674
  gap: 16px;
@@ -1650,7 +1676,7 @@ button._Menu-item_1tu16_55:hover {
1650
1676
  line-height: var(--line-height-s);
1651
1677
  overflow-wrap: break-word;
1652
1678
  }
1653
- ._ChatMessage--userRole_s0sv0_141 ._ChatMessage-userBubble_s0sv0_141 {
1679
+ ._ChatMessage--userRole_5z5yi_164 ._ChatMessage-userBubble_5z5yi_164 {
1654
1680
  background: var(--puck-color-azure-10);
1655
1681
  border-radius: 16px;
1656
1682
  color: var(--puck-color-grey-03);
@@ -1660,12 +1686,12 @@ button._Menu-item_1tu16_55:hover {
1660
1686
  margin-left: 24px;
1661
1687
  padding: 12px 16px;
1662
1688
  }
1663
- ._ChatMessage-userAttachments_s0sv0_152 {
1689
+ ._ChatMessage-userAttachments_5z5yi_175 {
1664
1690
  display: flex;
1665
1691
  flex-wrap: wrap;
1666
1692
  gap: 6px;
1667
1693
  }
1668
- ._ChatMessage-thumbnail_s0sv0_158 {
1694
+ ._ChatMessage-thumbnail_5z5yi_181 {
1669
1695
  align-items: center;
1670
1696
  background: var(--puck-color-grey-12);
1671
1697
  border: 1px solid var(--puck-color-grey-09);
@@ -1681,18 +1707,18 @@ button._Menu-item_1tu16_55:hover {
1681
1707
  text-decoration: none;
1682
1708
  width: 92px;
1683
1709
  }
1684
- ._ChatMessage-thumbnail_s0sv0_158:hover {
1710
+ ._ChatMessage-thumbnail_5z5yi_181:hover {
1685
1711
  border-color: var(--puck-color-azure-08);
1686
1712
  color: var(--puck-color-azure-04);
1687
1713
  opacity: 0.6;
1688
1714
  }
1689
- ._ChatMessage-thumbnail_s0sv0_158 img {
1715
+ ._ChatMessage-thumbnail_5z5yi_181 img {
1690
1716
  display: block;
1691
1717
  height: 100%;
1692
1718
  object-fit: cover;
1693
1719
  width: 100%;
1694
1720
  }
1695
- ._ChatMessage-thumbnailLabel_s0sv0_188 {
1721
+ ._ChatMessage-thumbnailLabel_5z5yi_211 {
1696
1722
  background: var(--puck-color-grey-12);
1697
1723
  border-top: 1px solid var(--puck-color-grey-09);
1698
1724
  bottom: 0;
@@ -1711,70 +1737,70 @@ button._Menu-item_1tu16_55:hover {
1711
1737
  text-overflow: ellipsis;
1712
1738
  white-space: nowrap;
1713
1739
  }
1714
- ._ChatMessage_s0sv0_132 ul,
1715
- ._ChatMessage_s0sv0_132 ol {
1740
+ ._ChatMessage_5z5yi_155 ul,
1741
+ ._ChatMessage_5z5yi_155 ol {
1716
1742
  list-style: decimal;
1717
1743
  margin: 0;
1718
1744
  margin-bottom: 12px;
1719
1745
  margin-top: 12px;
1720
1746
  padding-left: 32px;
1721
1747
  }
1722
- ._ChatMessage_s0sv0_132 li {
1748
+ ._ChatMessage_5z5yi_155 li {
1723
1749
  margin-bottom: 8px;
1724
1750
  margin-top: 8px;
1725
1751
  padding-left: 8px;
1726
1752
  }
1727
- ._ChatMessage_s0sv0_132 h1,
1728
- ._ChatMessage_s0sv0_132 h2,
1729
- ._ChatMessage_s0sv0_132 h3,
1730
- ._ChatMessage_s0sv0_132 h4,
1731
- ._ChatMessage_s0sv0_132 h5,
1732
- ._ChatMessage_s0sv0_132 h6 {
1753
+ ._ChatMessage_5z5yi_155 h1,
1754
+ ._ChatMessage_5z5yi_155 h2,
1755
+ ._ChatMessage_5z5yi_155 h3,
1756
+ ._ChatMessage_5z5yi_155 h4,
1757
+ ._ChatMessage_5z5yi_155 h5,
1758
+ ._ChatMessage_5z5yi_155 h6 {
1733
1759
  font-weight: 600;
1734
1760
  }
1735
- ._ChatMessage_s0sv0_132 h1 {
1761
+ ._ChatMessage_5z5yi_155 h1 {
1736
1762
  font-size: var(--puck-font-l);
1737
1763
  }
1738
- ._ChatMessage_s0sv0_132 h2 {
1764
+ ._ChatMessage_5z5yi_155 h2 {
1739
1765
  font-size: var(--puck-font-m);
1740
1766
  }
1741
- ._ChatMessage_s0sv0_132 h3 {
1767
+ ._ChatMessage_5z5yi_155 h3 {
1742
1768
  font-size: var(--puck-font-m);
1743
1769
  }
1744
- ._ChatMessage_s0sv0_132 h4 {
1770
+ ._ChatMessage_5z5yi_155 h4 {
1745
1771
  font-size: var(--puck-font-s);
1746
1772
  }
1747
- ._ChatMessage_s0sv0_132 h5 {
1773
+ ._ChatMessage_5z5yi_155 h5 {
1748
1774
  font-size: var(--puck-font-xs);
1749
1775
  }
1750
- ._ChatMessage_s0sv0_132 h6 {
1776
+ ._ChatMessage_5z5yi_155 h6 {
1751
1777
  font-size: var(--puck-font-xm);
1752
1778
  }
1753
- ._ChatMessage_s0sv0_132 p {
1779
+ ._ChatMessage_5z5yi_155 p {
1754
1780
  margin-bottom: 8px;
1755
1781
  margin-top: 8px;
1756
1782
  }
1757
- ._ChatMessage-text_s0sv0_261 > *:first-of-type {
1783
+ ._ChatMessage-text_5z5yi_284 > *:first-of-type {
1758
1784
  margin-top: 0px;
1759
1785
  }
1760
- ._ChatMessage-text_s0sv0_261 > *:last-of-type {
1786
+ ._ChatMessage-text_5z5yi_284 > *:last-of-type {
1761
1787
  margin-bottom: 0px;
1762
1788
  }
1763
- ._ChatMessage_s0sv0_132 a {
1789
+ ._ChatMessage_5z5yi_155 a {
1764
1790
  color: var(--puck-color-azure-04);
1765
1791
  font-weight: 600;
1766
1792
  text-decoration: none;
1767
1793
  }
1768
- ._ChatMessage_s0sv0_132 a:hover {
1794
+ ._ChatMessage_5z5yi_155 a:hover {
1769
1795
  color: var(--puck-color-azure-05);
1770
1796
  }
1771
- ._ChatMessage_s0sv0_132 hr {
1797
+ ._ChatMessage_5z5yi_155 hr {
1772
1798
  border-top: none;
1773
1799
  border-bottom-color: var(--puck-color-grey-09);
1774
1800
  margin-bottom: 16px;
1775
1801
  margin-top: 16px;
1776
1802
  }
1777
- ._ChatMessage-text_s0sv0_261 blockquote {
1803
+ ._ChatMessage-text_5z5yi_284 blockquote {
1778
1804
  margin-bottom: 8px;
1779
1805
  margin-top: 8px;
1780
1806
  margin-left: 0;
@@ -1783,73 +1809,73 @@ button._Menu-item_1tu16_55:hover {
1783
1809
  padding-bottom: 2px;
1784
1810
  padding-top: 2px;
1785
1811
  }
1786
- ._ChatMessage-event_s0sv0_296 {
1812
+ ._ChatMessage-event_5z5yi_319 {
1787
1813
  color: var(--puck-color-grey-05);
1788
1814
  }
1789
- ._ChatMessage-eventBody_s0sv0_300 > ._ChatMessage-event_s0sv0_296:first-child {
1815
+ ._ChatMessage-eventBody_5z5yi_323 > ._ChatMessage-event_5z5yi_319:first-child {
1790
1816
  padding-top: 8px;
1791
1817
  }
1792
- ._ChatMessage-eventBody_s0sv0_300 > ._ChatMessage-event_s0sv0_296:last-child {
1818
+ ._ChatMessage-eventBody_5z5yi_323 > ._ChatMessage-event_5z5yi_319:last-child {
1793
1819
  padding-bottom: 8px;
1794
1820
  margin-bottom: 0;
1795
1821
  }
1796
- ._ChatMessage-eventCollapse_s0sv0_309 {
1822
+ ._ChatMessage-eventCollapse_5z5yi_332 {
1797
1823
  display: none;
1798
1824
  }
1799
- ._ChatMessage-event_s0sv0_296[open] > ._ChatMessage-eventHeader_s0sv0_313 > ._ChatMessage-eventExpand_s0sv0_313 {
1825
+ ._ChatMessage-event_5z5yi_319[open] > ._ChatMessage-eventHeader_5z5yi_336 > ._ChatMessage-eventExpand_5z5yi_336 {
1800
1826
  display: none;
1801
1827
  }
1802
- ._ChatMessage-event_s0sv0_296[open] > ._ChatMessage-eventHeader_s0sv0_313 > ._ChatMessage-eventCollapse_s0sv0_309 {
1828
+ ._ChatMessage-event_5z5yi_319[open] > ._ChatMessage-eventHeader_5z5yi_336 > ._ChatMessage-eventCollapse_5z5yi_332 {
1803
1829
  display: block;
1804
1830
  }
1805
- ._ChatMessage-eventHeader_s0sv0_313 {
1831
+ ._ChatMessage-eventHeader_5z5yi_336 {
1806
1832
  align-items: center;
1807
1833
  display: flex;
1808
1834
  gap: 8px;
1809
1835
  cursor: pointer;
1810
1836
  list-style: none;
1811
1837
  }
1812
- ._ChatMessage-eventHeader_s0sv0_313::-webkit-details-marker {
1838
+ ._ChatMessage-eventHeader_5z5yi_336::-webkit-details-marker {
1813
1839
  display: none;
1814
1840
  }
1815
- ._ChatMessage-eventHeader_s0sv0_313:hover {
1841
+ ._ChatMessage-eventHeader_5z5yi_336:hover {
1816
1842
  color: var(--puck-color-grey-03);
1817
1843
  }
1818
- ._ChatMessage-eventIcon_s0sv0_339 {
1844
+ ._ChatMessage-eventIcon_5z5yi_362 {
1819
1845
  display: flex;
1820
1846
  }
1821
- ._ChatMessage-eventLabel_s0sv0_343 {
1847
+ ._ChatMessage-eventLabel_5z5yi_366 {
1822
1848
  text-overflow: ellipsis;
1823
1849
  overflow: hidden;
1824
1850
  white-space: nowrap;
1825
1851
  }
1826
- ._ChatMessage-eventBody_s0sv0_300 {
1852
+ ._ChatMessage-eventBody_5z5yi_323 {
1827
1853
  border-left: 2px solid var(--puck-color-grey-09);
1828
1854
  color: var(--puck-color-grey-05);
1829
1855
  font-size: var(--puck-font-size-xxs);
1830
1856
  margin-top: 8px;
1831
1857
  padding-left: 12px;
1832
1858
  }
1833
- ._ChatMessage-attachmentImage_s0sv0_357 {
1859
+ ._ChatMessage-attachmentImage_5z5yi_380 {
1834
1860
  margin-bottom: 12px;
1835
1861
  margin-top: 12px;
1836
1862
  margin-right: 24px;
1837
1863
  }
1838
- ._ChatMessage-attachmentImage_s0sv0_357 a {
1864
+ ._ChatMessage-attachmentImage_5z5yi_380 a {
1839
1865
  display: inline-block;
1840
1866
  }
1841
- ._ChatMessage-attachmentImage_s0sv0_357 img {
1867
+ ._ChatMessage-attachmentImage_5z5yi_380 img {
1842
1868
  border: 1px solid var(--puck-color-grey-09);
1843
1869
  border-radius: 16px;
1844
1870
  display: block;
1845
1871
  max-width: min(100%, 280px);
1846
1872
  }
1847
- ._ChatMessage-attachmentFile_s0sv0_374 {
1873
+ ._ChatMessage-attachmentFile_5z5yi_397 {
1848
1874
  margin-bottom: 12px;
1849
1875
  margin-top: 12px;
1850
1876
  margin-right: 24px;
1851
1877
  }
1852
- ._ChatMessage-attachmentFile_s0sv0_374 a {
1878
+ ._ChatMessage-attachmentFile_5z5yi_397 a {
1853
1879
  align-items: center;
1854
1880
  background: var(--puck-color-grey-12);
1855
1881
  border: 1px solid var(--puck-color-grey-08);
@@ -1860,11 +1886,11 @@ button._Menu-item_1tu16_55:hover {
1860
1886
  padding: 8px 12px;
1861
1887
  text-decoration: none;
1862
1888
  }
1863
- ._ChatMessage-attachmentFile_s0sv0_374 a:hover {
1889
+ ._ChatMessage-attachmentFile_5z5yi_397 a:hover {
1864
1890
  border-color: var(--puck-color-azure-08);
1865
1891
  color: var(--puck-color-azure-04);
1866
1892
  }
1867
- ._Chat-loader_s0sv0_397 {
1893
+ ._Chat-loader_5z5yi_420 {
1868
1894
  align-items: center;
1869
1895
  color: var(--puck-color-grey-05);
1870
1896
  display: flex;
@@ -1873,10 +1899,10 @@ button._Menu-item_1tu16_55:hover {
1873
1899
  line-height: var(--line-height-s);
1874
1900
  margin-top: 16px;
1875
1901
  }
1876
- ._Chat-loaderIcon_s0sv0_407 {
1902
+ ._Chat-loaderIcon_5z5yi_430 {
1877
1903
  height: 16px;
1878
1904
  }
1879
- ._Chat-error_s0sv0_411 {
1905
+ ._Chat-error_5z5yi_434 {
1880
1906
  align-items: center;
1881
1907
  display: flex;
1882
1908
  gap: 8px;
@@ -1884,13 +1910,13 @@ button._Menu-item_1tu16_55:hover {
1884
1910
  margin: 16px;
1885
1911
  margin-top: 0;
1886
1912
  }
1887
- ._Chat-errorLabel_s0sv0_420 {
1913
+ ._Chat-errorLabel_5z5yi_443 {
1888
1914
  color: var(--puck-color-red-04);
1889
1915
  }
1890
- ._Chat-errorAction_s0sv0_424 {
1916
+ ._Chat-errorAction_5z5yi_447 {
1891
1917
  margin-left: auto;
1892
1918
  }
1893
- ._Chat-userError_s0sv0_428 {
1919
+ ._Chat-userError_5z5yi_451 {
1894
1920
  align-items: center;
1895
1921
  color: var(--puck-color-red-04);
1896
1922
  display: flex;
@@ -1899,17 +1925,17 @@ button._Menu-item_1tu16_55:hover {
1899
1925
  padding: 0 16px;
1900
1926
  padding-bottom: 8px;
1901
1927
  }
1902
- ._Chat-userErrorDismiss_s0sv0_438 {
1928
+ ._Chat-userErrorDismiss_5z5yi_461 {
1903
1929
  all: unset;
1904
1930
  cursor: pointer;
1905
1931
  display: flex;
1906
1932
  flex-shrink: 0;
1907
1933
  opacity: 0.6;
1908
1934
  }
1909
- ._Chat-userErrorDismiss_s0sv0_438:hover {
1935
+ ._Chat-userErrorDismiss_5z5yi_461:hover {
1910
1936
  opacity: 1;
1911
1937
  }
1912
- ._Chat-userErrorDismiss_s0sv0_438:focus-visible {
1938
+ ._Chat-userErrorDismiss_5z5yi_461:focus-visible {
1913
1939
  border-radius: 4px;
1914
1940
  outline: 2px solid var(--puck-color-azure-04);
1915
1941
  opacity: 1;
@@ -2242,10 +2268,11 @@ button._Menu-item_1tu16_55:hover {
2242
2268
  }
2243
2269
 
2244
2270
  /* css-module:/home/runner/work/platform/platform/packages/plugin-ai/src/components/Drawer/styles.module.css/#css-module-data */
2245
- ._Drawer--empty_1f4ux_1 {
2246
- align-items: center;
2247
- color: var(--puck-color-grey-05);
2271
+ ._Drawer--empty_8e8cs_1 {
2272
+ color: var(--puck-color-text-subtle);
2248
2273
  display: flex;
2249
2274
  justify-content: center;
2250
2275
  height: 100%;
2276
+ font-size: var(--puck-font-size-xxs);
2277
+ margin: var(--puck-space-2) var(--puck-space-1);
2251
2278
  }