@puckeditor/plugin-ai 0.6.1-canary.d9eddc77 → 0.7.0-canary.75c0f12c
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 +300 -128
- package/dist/index.js +375 -155
- package/dist/index.mjs +366 -145
- package/package.json +3 -2
package/dist/index.css
CHANGED
|
@@ -265,7 +265,7 @@ p {
|
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Button/Button.module.css/#css-module-data */
|
|
268
|
-
.
|
|
268
|
+
._Button_1br4o_1 {
|
|
269
269
|
appearance: none;
|
|
270
270
|
background: none;
|
|
271
271
|
border: 1px solid transparent;
|
|
@@ -287,31 +287,31 @@ p {
|
|
|
287
287
|
white-space: nowrap;
|
|
288
288
|
margin: 0;
|
|
289
289
|
}
|
|
290
|
-
.
|
|
291
|
-
.
|
|
290
|
+
._Button_1br4o_1:hover,
|
|
291
|
+
._Button_1br4o_1:active {
|
|
292
292
|
transition: none;
|
|
293
293
|
}
|
|
294
|
-
.
|
|
294
|
+
._Button_1br4o_1:focus-visible {
|
|
295
295
|
outline: 2px solid var(--puck-color-azure-05);
|
|
296
296
|
outline-offset: 2px;
|
|
297
297
|
}
|
|
298
|
-
._Button--
|
|
298
|
+
._Button--medium_1br4o_34 {
|
|
299
299
|
min-height: 34px;
|
|
300
300
|
padding-bottom: 7px;
|
|
301
301
|
padding-left: 19px;
|
|
302
302
|
padding-right: 19px;
|
|
303
303
|
padding-top: 7px;
|
|
304
304
|
}
|
|
305
|
-
._Button--
|
|
305
|
+
._Button--large_1br4o_42 {
|
|
306
306
|
padding-bottom: 11px;
|
|
307
307
|
padding-left: 19px;
|
|
308
308
|
padding-right: 19px;
|
|
309
309
|
padding-top: 11px;
|
|
310
310
|
}
|
|
311
|
-
._Button-
|
|
311
|
+
._Button-icon_1br4o_49 {
|
|
312
312
|
margin-top: 2px;
|
|
313
313
|
}
|
|
314
|
-
._Button--
|
|
314
|
+
._Button--brand_1br4o_53 {
|
|
315
315
|
background-image:
|
|
316
316
|
linear-gradient(
|
|
317
317
|
210deg,
|
|
@@ -322,79 +322,78 @@ p {
|
|
|
322
322
|
border-radius: 48px;
|
|
323
323
|
}
|
|
324
324
|
@media (hover: hover) and (pointer: fine) {
|
|
325
|
-
._Button--
|
|
325
|
+
._Button--brand_1br4o_53:hover {
|
|
326
326
|
opacity: 0.8;
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
|
-
._Button--
|
|
329
|
+
._Button--brand_1br4o_53:active {
|
|
330
330
|
opacity: 0.8;
|
|
331
331
|
}
|
|
332
|
-
._Button--
|
|
332
|
+
._Button--primary_1br4o_74 {
|
|
333
333
|
background: var(--puck-color-azure-04);
|
|
334
334
|
}
|
|
335
335
|
@media (hover: hover) and (pointer: fine) {
|
|
336
|
-
._Button--
|
|
336
|
+
._Button--primary_1br4o_74:hover {
|
|
337
337
|
background-color: var(--puck-color-azure-03);
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
|
-
._Button--
|
|
340
|
+
._Button--primary_1br4o_74:active {
|
|
341
341
|
background-color: var(--puck-color-azure-02);
|
|
342
342
|
}
|
|
343
|
-
._Button--
|
|
343
|
+
._Button--secondary_1br4o_88 {
|
|
344
344
|
border: 1px solid currentColor;
|
|
345
345
|
color: currentColor;
|
|
346
346
|
}
|
|
347
347
|
@media (hover: hover) and (pointer: fine) {
|
|
348
|
-
._Button--
|
|
348
|
+
._Button--secondary_1br4o_88:hover {
|
|
349
349
|
background-color: var(--puck-color-azure-12);
|
|
350
350
|
color: var(--puck-color-black);
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
|
-
._Button--
|
|
353
|
+
._Button--secondary_1br4o_88:active {
|
|
354
354
|
background-color: var(--puck-color-azure-11);
|
|
355
355
|
color: var(--puck-color-black);
|
|
356
356
|
}
|
|
357
|
-
._Button--
|
|
357
|
+
._Button--danger_1br4o_105 {
|
|
358
358
|
background: var(--puck-color-red-04);
|
|
359
359
|
}
|
|
360
360
|
@media (hover: hover) and (pointer: fine) {
|
|
361
|
-
._Button--
|
|
361
|
+
._Button--danger_1br4o_105:hover {
|
|
362
362
|
background-color: var(--puck-color-red-03);
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
|
-
._Button--
|
|
365
|
+
._Button--danger_1br4o_105:active {
|
|
366
366
|
background-color: var(--puck-color-red-02);
|
|
367
367
|
}
|
|
368
|
-
._Button--
|
|
368
|
+
._Button--flush_1br4o_119 {
|
|
369
369
|
border-radius: 0;
|
|
370
370
|
}
|
|
371
|
-
._Button--
|
|
371
|
+
._Button--ghost_1br4o_123 {
|
|
372
372
|
align-items: center;
|
|
373
373
|
background-color: transparent;
|
|
374
374
|
border: none;
|
|
375
375
|
border-radius: 4px;
|
|
376
|
-
color: var(--puck-color-
|
|
377
|
-
padding: 8px;
|
|
376
|
+
color: var(--puck-color-azure-04);
|
|
378
377
|
display: flex;
|
|
379
378
|
}
|
|
380
379
|
@media (hover: hover) and (pointer: fine) {
|
|
381
|
-
._Button--
|
|
382
|
-
background-color: var(--puck-color-
|
|
380
|
+
._Button--ghost_1br4o_123:hover {
|
|
381
|
+
background-color: var(--puck-color-grey-11);
|
|
383
382
|
color: var(--puck-color-azure-04);
|
|
384
383
|
cursor: pointer;
|
|
385
384
|
}
|
|
386
385
|
}
|
|
387
|
-
._Button--
|
|
388
|
-
._Button--
|
|
386
|
+
._Button--disabled_1br4o_140,
|
|
387
|
+
._Button--disabled_1br4o_140:hover {
|
|
389
388
|
background-color: var(--puck-color-grey-09);
|
|
390
389
|
color: var(--puck-color-grey-05);
|
|
391
390
|
cursor: not-allowed;
|
|
392
391
|
}
|
|
393
|
-
._Button--
|
|
392
|
+
._Button--fullWidth_1br4o_147 {
|
|
394
393
|
justify-content: center;
|
|
395
394
|
width: 100%;
|
|
396
395
|
}
|
|
397
|
-
._Button-
|
|
396
|
+
._Button-spinner_1br4o_152 {
|
|
398
397
|
padding-left: 8px;
|
|
399
398
|
}
|
|
400
399
|
|
|
@@ -524,7 +523,7 @@ p {
|
|
|
524
523
|
}
|
|
525
524
|
|
|
526
525
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Card/Card.module.css/#css-module-data */
|
|
527
|
-
.
|
|
526
|
+
._Card_rpnal_1 {
|
|
528
527
|
background-color: white;
|
|
529
528
|
border: 1px solid var(--puck-color-grey-08);
|
|
530
529
|
border-radius: 16px;
|
|
@@ -532,32 +531,33 @@ p {
|
|
|
532
531
|
display: block;
|
|
533
532
|
text-decoration: none;
|
|
534
533
|
}
|
|
535
|
-
.
|
|
534
|
+
._Card_rpnal_1:hover {
|
|
536
535
|
cursor: pointer;
|
|
537
536
|
background: var(--puck-color-azure-11);
|
|
538
537
|
border-color: currentColor;
|
|
539
538
|
color: var(--puck-color-azure-04);
|
|
540
539
|
}
|
|
541
|
-
._Card-
|
|
540
|
+
._Card-body_rpnal_17 {
|
|
542
541
|
align-items: center;
|
|
543
542
|
display: flex;
|
|
544
543
|
padding: 16px;
|
|
545
544
|
}
|
|
546
|
-
._Card-
|
|
545
|
+
._Card-title_rpnal_23 {
|
|
547
546
|
margin-bottom: 4px;
|
|
548
547
|
}
|
|
549
|
-
._Card-
|
|
548
|
+
._Card-subtitle_rpnal_27 {
|
|
550
549
|
margin: 0;
|
|
550
|
+
text-wrap: wrap;
|
|
551
551
|
}
|
|
552
|
-
._Card-
|
|
552
|
+
._Card-chevron_rpnal_32 {
|
|
553
553
|
align-items: center;
|
|
554
554
|
display: none;
|
|
555
555
|
margin-left: auto;
|
|
556
556
|
}
|
|
557
|
-
._Card--
|
|
557
|
+
._Card--showChevron_rpnal_38 ._Card-chevron_rpnal_32 {
|
|
558
558
|
display: flex;
|
|
559
559
|
}
|
|
560
|
-
._Card--
|
|
560
|
+
._Card--isActive_rpnal_42 {
|
|
561
561
|
border-color: var(--puck-color-azure-04);
|
|
562
562
|
color: var(--puck-color-azure-04);
|
|
563
563
|
}
|
|
@@ -838,13 +838,13 @@ p {
|
|
|
838
838
|
}
|
|
839
839
|
|
|
840
840
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Page/Page.module.css/#css-module-data */
|
|
841
|
-
.
|
|
841
|
+
._Page_7w485_1 {
|
|
842
842
|
display: flex;
|
|
843
843
|
flex-direction: column;
|
|
844
844
|
height: 100%;
|
|
845
|
-
overflow:
|
|
845
|
+
overflow: visible;
|
|
846
846
|
}
|
|
847
|
-
._Page-
|
|
847
|
+
._Page-masthead_7w485_8 {
|
|
848
848
|
align-items: center;
|
|
849
849
|
display: flex;
|
|
850
850
|
gap: 16px;
|
|
@@ -853,45 +853,45 @@ p {
|
|
|
853
853
|
border-bottom: 1px solid var(--puck-color-grey-10);
|
|
854
854
|
min-height: 64px;
|
|
855
855
|
}
|
|
856
|
-
._Page-
|
|
856
|
+
._Page-crumbs_7w485_18 {
|
|
857
857
|
display: flex;
|
|
858
858
|
gap: 32px;
|
|
859
859
|
}
|
|
860
|
-
._Page-
|
|
860
|
+
._Page-crumb_7w485_18 {
|
|
861
861
|
color: var(--puck-color-grey-05);
|
|
862
862
|
position: relative;
|
|
863
863
|
white-space: nowrap;
|
|
864
864
|
}
|
|
865
|
-
._Page-
|
|
865
|
+
._Page-crumbLink_7w485_29 {
|
|
866
866
|
color: var(--puck-color-grey-05);
|
|
867
867
|
text-decoration: none;
|
|
868
868
|
}
|
|
869
|
-
._Page-
|
|
869
|
+
._Page-crumbLink_7w485_29:hover {
|
|
870
870
|
color: var(--puck-color-azure-04);
|
|
871
871
|
}
|
|
872
|
-
._Page-
|
|
872
|
+
._Page-crumb_7w485_18:last-of-type {
|
|
873
873
|
color: var(--puck-color-grey-01);
|
|
874
874
|
font-weight: 600;
|
|
875
875
|
}
|
|
876
|
-
._Page-
|
|
876
|
+
._Page-crumb_7w485_18::before {
|
|
877
877
|
position: absolute;
|
|
878
878
|
content: "/";
|
|
879
879
|
left: -19px;
|
|
880
880
|
color: var(--puck-color-grey-09);
|
|
881
881
|
font-weight: 400;
|
|
882
882
|
}
|
|
883
|
-
._Page-
|
|
883
|
+
._Page-crumb_7w485_18:first-of-type::before {
|
|
884
884
|
display: none;
|
|
885
885
|
}
|
|
886
|
-
._Page-
|
|
886
|
+
._Page-crumb_7w485_18 {
|
|
887
887
|
color: var(--puck-color-grey-05);
|
|
888
888
|
position: relative;
|
|
889
889
|
text-decoration: none;
|
|
890
890
|
}
|
|
891
|
-
._Page-
|
|
891
|
+
._Page-actions_7w485_61 {
|
|
892
892
|
margin-left: auto;
|
|
893
893
|
}
|
|
894
|
-
._Page-
|
|
894
|
+
._Page-footer_7w485_65 {
|
|
895
895
|
border-top: 1px solid var(--puck-color-grey-10);
|
|
896
896
|
padding: 16px 24px;
|
|
897
897
|
}
|
|
@@ -925,10 +925,10 @@ p {
|
|
|
925
925
|
}
|
|
926
926
|
|
|
927
927
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/PlanGrid/styles.module.css/#css-module-data */
|
|
928
|
-
._PlanGrid--
|
|
928
|
+
._PlanGrid--loading_97rn7_1 {
|
|
929
929
|
opacity: 0;
|
|
930
930
|
}
|
|
931
|
-
._PlanGrid-
|
|
931
|
+
._PlanGrid-grid_97rn7_5 {
|
|
932
932
|
color: var(--puck-color-grey-02);
|
|
933
933
|
display: grid;
|
|
934
934
|
gap: 16px;
|
|
@@ -937,7 +937,7 @@ p {
|
|
|
937
937
|
grid-template-columns: 1fr 1fr 1fr;
|
|
938
938
|
}
|
|
939
939
|
}
|
|
940
|
-
._PlanGrid-
|
|
940
|
+
._PlanGrid-enterprise_97rn7_16 {
|
|
941
941
|
color: var(--puck-color-grey-04);
|
|
942
942
|
font-size: var(--puck-font-size-xxs);
|
|
943
943
|
margin-left: auto;
|
|
@@ -946,13 +946,14 @@ p {
|
|
|
946
946
|
padding-top: 20px;
|
|
947
947
|
text-align: center;
|
|
948
948
|
}
|
|
949
|
-
._PlanGrid-
|
|
949
|
+
._PlanGrid-enterprise_97rn7_16 a {
|
|
950
950
|
color: var(--puck-color-azure-04);
|
|
951
951
|
cursor: pointer;
|
|
952
|
+
font-weight: 500;
|
|
952
953
|
}
|
|
953
954
|
|
|
954
955
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/PlanCard/styles.module.css/#css-module-data */
|
|
955
|
-
.
|
|
956
|
+
._PlanCard_16zmu_1 {
|
|
956
957
|
border: 1px solid var(--puck-color-grey-09);
|
|
957
958
|
border-radius: 16px;
|
|
958
959
|
display: flex;
|
|
@@ -960,17 +961,21 @@ p {
|
|
|
960
961
|
flex-direction: column;
|
|
961
962
|
min-width: 256px;
|
|
962
963
|
padding: 8px;
|
|
964
|
+
position: relative;
|
|
963
965
|
}
|
|
964
|
-
._PlanCard--
|
|
966
|
+
._PlanCard--enterprise_16zmu_12 {
|
|
965
967
|
flex-direction: row;
|
|
966
968
|
grid-column: span 3;
|
|
967
969
|
}
|
|
968
|
-
._PlanCard-
|
|
970
|
+
._PlanCard-title_16zmu_17 {
|
|
971
|
+
display: flex;
|
|
972
|
+
gap: 8px;
|
|
973
|
+
justify-content: space-between;
|
|
969
974
|
font-size: var(--puck-font-size-xs);
|
|
970
975
|
font-weight: 700;
|
|
971
976
|
white-space: nowrap;
|
|
972
977
|
}
|
|
973
|
-
._PlanCard-
|
|
978
|
+
._PlanCard-header_16zmu_26 {
|
|
974
979
|
box-sizing: border-box;
|
|
975
980
|
display: flex;
|
|
976
981
|
flex-direction: column;
|
|
@@ -978,101 +983,158 @@ p {
|
|
|
978
983
|
padding: 12px 16px;
|
|
979
984
|
width: 100%;
|
|
980
985
|
}
|
|
981
|
-
._PlanCard-
|
|
986
|
+
._PlanCard-features_16zmu_35 {
|
|
982
987
|
display: grid;
|
|
983
988
|
gap: 4px;
|
|
984
989
|
list-style: none;
|
|
985
990
|
margin: 0;
|
|
986
991
|
padding: 0;
|
|
987
992
|
}
|
|
988
|
-
._PlanCard-
|
|
993
|
+
._PlanCard-feature_16zmu_35 {
|
|
989
994
|
align-items: center;
|
|
990
995
|
display: flex;
|
|
991
996
|
gap: 4px;
|
|
992
997
|
color: var(--puck-color-grey-05);
|
|
993
998
|
font-size: var(--puck-font-size-xxs);
|
|
994
999
|
}
|
|
995
|
-
._PlanCard-
|
|
1000
|
+
._PlanCard-featureIcon_16zmu_51 {
|
|
996
1001
|
align-self: flex-start;
|
|
997
1002
|
margin-top: 5px;
|
|
998
1003
|
}
|
|
999
|
-
._PlanCard-
|
|
1004
|
+
._PlanCard-featureTitle_16zmu_56 {
|
|
1000
1005
|
color: var(--puck-color-grey-04);
|
|
1001
1006
|
font-weight: 600;
|
|
1002
1007
|
}
|
|
1003
|
-
._PlanCard-
|
|
1008
|
+
._PlanCard-priceValue_16zmu_61 {
|
|
1004
1009
|
font-size: var(--puck-font-size-m);
|
|
1005
1010
|
}
|
|
1006
|
-
._PlanCard-
|
|
1011
|
+
._PlanCard-priceInterval_16zmu_65 {
|
|
1007
1012
|
color: var(--puck-color-grey-05);
|
|
1008
1013
|
}
|
|
1009
|
-
._PlanCard-
|
|
1014
|
+
._PlanCard-body_16zmu_69 {
|
|
1010
1015
|
background-color: var(--puck-color-grey-12);
|
|
1011
1016
|
border: 1px solid var(--puck-color-grey-11);
|
|
1012
1017
|
border-radius: 8px;
|
|
1013
1018
|
padding: 16px;
|
|
1014
1019
|
flex-grow: 1;
|
|
1015
1020
|
}
|
|
1016
|
-
._PlanCard--
|
|
1021
|
+
._PlanCard--enterprise_16zmu_12 ._PlanCard-body_16zmu_69 {
|
|
1017
1022
|
display: flex;
|
|
1018
1023
|
gap: 8px;
|
|
1019
1024
|
width: 100%;
|
|
1020
1025
|
}
|
|
1021
|
-
._PlanCard-
|
|
1026
|
+
._PlanCard-section_16zmu_83 {
|
|
1022
1027
|
padding-bottom: 16px;
|
|
1023
1028
|
min-width: 192px;
|
|
1024
1029
|
}
|
|
1025
|
-
._PlanCard-
|
|
1030
|
+
._PlanCard-section_16zmu_83:last-of-type {
|
|
1026
1031
|
padding-bottom: 0;
|
|
1027
1032
|
}
|
|
1028
|
-
._PlanCard-
|
|
1033
|
+
._PlanCard-section_16zmu_83 + ._PlanCard-section_16zmu_83 {
|
|
1029
1034
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1030
1035
|
padding-top: 16px;
|
|
1031
1036
|
}
|
|
1032
|
-
._PlanCard--
|
|
1033
|
-
._PlanCard-
|
|
1037
|
+
._PlanCard--enterprise_16zmu_12 {
|
|
1038
|
+
._PlanCard-section_16zmu_83 + ._PlanCard-section_16zmu_83 {
|
|
1034
1039
|
border-left: 1px solid var(--puck-color-grey-09);
|
|
1035
1040
|
border-top: none;
|
|
1036
1041
|
padding-left: 16px;
|
|
1037
1042
|
padding-top: 0;
|
|
1038
1043
|
}
|
|
1039
1044
|
}
|
|
1040
|
-
._PlanCard-
|
|
1045
|
+
._PlanCard-sectionTitle_16zmu_106 {
|
|
1041
1046
|
font-size: var(--puck-font-size-xs);
|
|
1042
1047
|
font-weight: 500;
|
|
1043
1048
|
margin-bottom: 8px;
|
|
1044
1049
|
}
|
|
1045
|
-
._PlanCard-
|
|
1050
|
+
._PlanCard-sectionBody_16zmu_112 + ._PlanCard-sectionTitle_16zmu_106 {
|
|
1046
1051
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1047
1052
|
margin-top: 16px;
|
|
1048
1053
|
padding-top: 16px;
|
|
1049
1054
|
}
|
|
1050
|
-
._PlanCard-
|
|
1055
|
+
._PlanCard-sectionBody_16zmu_112 {
|
|
1051
1056
|
color: var(--puck-color-grey-03);
|
|
1052
1057
|
font-size: var(--puck-font-size-xxs);
|
|
1053
1058
|
display: grid;
|
|
1054
1059
|
gap: 2px;
|
|
1055
1060
|
}
|
|
1056
|
-
._PlanCard-
|
|
1061
|
+
._PlanCard-usageItem_16zmu_125 {
|
|
1057
1062
|
display: flex;
|
|
1058
1063
|
gap: 8px;
|
|
1059
1064
|
font-size: var(--puck-font-size-xxs);
|
|
1060
1065
|
}
|
|
1061
|
-
._PlanCard-
|
|
1066
|
+
._PlanCard-usageLabel_16zmu_131 {
|
|
1062
1067
|
color: var(--puck-color-grey-04);
|
|
1063
1068
|
font-weight: 500;
|
|
1064
1069
|
}
|
|
1065
|
-
._PlanCard-
|
|
1070
|
+
._PlanCard-usageValue_16zmu_136 {
|
|
1066
1071
|
color: var(--puck-color-grey-05);
|
|
1067
1072
|
font-family: var(--puck-font-family-monospaced);
|
|
1068
1073
|
margin-left: auto;
|
|
1069
1074
|
}
|
|
1070
|
-
._PlanCard-
|
|
1075
|
+
._PlanCard-action_16zmu_142 {
|
|
1071
1076
|
align-items: flex-end;
|
|
1072
1077
|
display: flex;
|
|
1073
1078
|
justify-content: flex-end;
|
|
1074
1079
|
width: 100%;
|
|
1075
1080
|
}
|
|
1081
|
+
._PlanCard-description_16zmu_149 {
|
|
1082
|
+
color: var(--puck-color-grey-03);
|
|
1083
|
+
margin-top: 8px;
|
|
1084
|
+
}
|
|
1085
|
+
._PlanCard--highlight_16zmu_154 {
|
|
1086
|
+
border: transparent;
|
|
1087
|
+
}
|
|
1088
|
+
._PlanCard--highlight_16zmu_154::before {
|
|
1089
|
+
content: "";
|
|
1090
|
+
position: absolute;
|
|
1091
|
+
inset: 0;
|
|
1092
|
+
padding: 1px;
|
|
1093
|
+
border-radius: inherit;
|
|
1094
|
+
background-image:
|
|
1095
|
+
linear-gradient(
|
|
1096
|
+
210deg,
|
|
1097
|
+
var(--puck-color-azure-01) 0%,
|
|
1098
|
+
var(--puck-color-azure-03) 40%,
|
|
1099
|
+
var(--puck-color-red-05) 100%);
|
|
1100
|
+
background-size: cover;
|
|
1101
|
+
background-position: center;
|
|
1102
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
1103
|
+
-webkit-mask-composite: xor;
|
|
1104
|
+
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
1105
|
+
mask-composite: exclude;
|
|
1106
|
+
pointer-events: none;
|
|
1107
|
+
}
|
|
1108
|
+
._PlanCard-highlightText_16zmu_184 {
|
|
1109
|
+
@supports (background-clip: text) or (-webkit-background-clip: text) {
|
|
1110
|
+
color: transparent;
|
|
1111
|
+
background-clip: text;
|
|
1112
|
+
-webkit-background-clip: text;
|
|
1113
|
+
background-image:
|
|
1114
|
+
linear-gradient(
|
|
1115
|
+
210deg,
|
|
1116
|
+
var(--puck-color-azure-01) 0%,
|
|
1117
|
+
var(--puck-color-azure-03) 40%,
|
|
1118
|
+
var(--puck-color-red-05) 100%);
|
|
1119
|
+
background-size: cover;
|
|
1120
|
+
background-position: center;
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
._PlanCard--fullWidth_16zmu_200 {
|
|
1124
|
+
flex-direction: row;
|
|
1125
|
+
grid-column: 1 / -1;
|
|
1126
|
+
}
|
|
1127
|
+
._PlanCard--fullWidth_16zmu_200 ._PlanCard-header_16zmu_26 {
|
|
1128
|
+
max-width: 312px;
|
|
1129
|
+
}
|
|
1130
|
+
._PlanCard--fullWidth_16zmu_200 ._PlanCard-action_16zmu_142 {
|
|
1131
|
+
max-width: 256px;
|
|
1132
|
+
}
|
|
1133
|
+
._PlanCard--fullWidth_16zmu_200 ._PlanCard-sectionBody_16zmu_112 {
|
|
1134
|
+
display: grid;
|
|
1135
|
+
grid-template-rows: 1fr 1fr 1fr 1fr;
|
|
1136
|
+
grid-auto-flow: column;
|
|
1137
|
+
}
|
|
1076
1138
|
|
|
1077
1139
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
|
|
1078
1140
|
._Section-inner_1uwo0_1 {
|
|
@@ -1323,7 +1385,7 @@ p {
|
|
|
1323
1385
|
}
|
|
1324
1386
|
|
|
1325
1387
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/ChatBody/styles.module.css/#css-module-data */
|
|
1326
|
-
.
|
|
1388
|
+
._Chat_8hszl_1 {
|
|
1327
1389
|
--fade-size: 32px;
|
|
1328
1390
|
--chat-background-color: white;
|
|
1329
1391
|
display: flex;
|
|
@@ -1333,46 +1395,46 @@ p {
|
|
|
1333
1395
|
overflow: hidden;
|
|
1334
1396
|
}
|
|
1335
1397
|
@media (min-width: 638px) {
|
|
1336
|
-
.
|
|
1398
|
+
._Chat_8hszl_1 {
|
|
1337
1399
|
max-height: none;
|
|
1338
1400
|
}
|
|
1339
1401
|
}
|
|
1340
|
-
._Chat-
|
|
1402
|
+
._Chat-inner_8hszl_17 {
|
|
1341
1403
|
background-color: var(--chat-background-color);
|
|
1342
1404
|
display: flex;
|
|
1343
1405
|
flex-direction: column;
|
|
1344
1406
|
max-height: 100%;
|
|
1345
1407
|
position: relative;
|
|
1346
1408
|
}
|
|
1347
|
-
._Chat--
|
|
1409
|
+
._Chat--hasMessages_8hszl_25 ._Chat-inner_8hszl_17 {
|
|
1348
1410
|
padding-top: 0;
|
|
1349
1411
|
}
|
|
1350
|
-
.
|
|
1412
|
+
._Chat_8hszl_1:not(._Chat--hasChildren_8hszl_29) ._Chat-inner_8hszl_17 {
|
|
1351
1413
|
height: 100%;
|
|
1352
1414
|
padding-top: 0;
|
|
1353
1415
|
}
|
|
1354
|
-
._Chat--
|
|
1416
|
+
._Chat--hasMessages_8hszl_25 ._Chat-messages_8hszl_34 {
|
|
1355
1417
|
display: flex;
|
|
1356
1418
|
flex-direction: column-reverse;
|
|
1357
1419
|
padding: 16px;
|
|
1358
1420
|
overflow: auto;
|
|
1359
1421
|
}
|
|
1360
|
-
._Chat-
|
|
1422
|
+
._Chat-form_8hszl_41 {
|
|
1361
1423
|
background-color: white;
|
|
1362
1424
|
padding: 16px;
|
|
1363
1425
|
}
|
|
1364
|
-
._Chat--
|
|
1426
|
+
._Chat--hideInput_8hszl_46 ._Chat-form_8hszl_41 {
|
|
1365
1427
|
display: none;
|
|
1366
1428
|
}
|
|
1367
|
-
._Chat--
|
|
1429
|
+
._Chat--hasMessages_8hszl_25 ._Chat-form_8hszl_41 {
|
|
1368
1430
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1369
1431
|
}
|
|
1370
1432
|
@media (min-width: 638px) {
|
|
1371
|
-
._Chat-
|
|
1433
|
+
._Chat-form_8hszl_41 {
|
|
1372
1434
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1373
1435
|
}
|
|
1374
1436
|
}
|
|
1375
|
-
._Chat-
|
|
1437
|
+
._Chat-formHelper_8hszl_60 {
|
|
1376
1438
|
align-items: center;
|
|
1377
1439
|
display: flex;
|
|
1378
1440
|
color: var(--puck-color-grey-04);
|
|
@@ -1381,11 +1443,11 @@ p {
|
|
|
1381
1443
|
gap: 8px;
|
|
1382
1444
|
padding-bottom: 12px;
|
|
1383
1445
|
}
|
|
1384
|
-
._Chat--
|
|
1446
|
+
._Chat--hasMessages_8hszl_25 ._Chat-formHelper_8hszl_60 {
|
|
1385
1447
|
opacity: 0;
|
|
1386
1448
|
transition: opacity 250ms ease-in;
|
|
1387
1449
|
}
|
|
1388
|
-
._Chat-
|
|
1450
|
+
._Chat-examplePrompts_8hszl_75 {
|
|
1389
1451
|
align-items: center;
|
|
1390
1452
|
display: flex;
|
|
1391
1453
|
flex-wrap: nowrap;
|
|
@@ -1394,7 +1456,7 @@ p {
|
|
|
1394
1456
|
width: 100%;
|
|
1395
1457
|
overflow-x: auto;
|
|
1396
1458
|
}
|
|
1397
|
-
._Chat-
|
|
1459
|
+
._Chat-examplePrompt_8hszl_75 {
|
|
1398
1460
|
align-items: center;
|
|
1399
1461
|
background: white;
|
|
1400
1462
|
border: 1px solid var(--puck-color-grey-09);
|
|
@@ -1407,35 +1469,35 @@ p {
|
|
|
1407
1469
|
padding: 6px 12px;
|
|
1408
1470
|
text-wrap: nowrap;
|
|
1409
1471
|
}
|
|
1410
|
-
._Chat-
|
|
1472
|
+
._Chat-examplePrompt_8hszl_75:hover {
|
|
1411
1473
|
background: var(--puck-color-azure-11);
|
|
1412
1474
|
border-color: var(--puck-color-azure-08);
|
|
1413
1475
|
color: var(--puck-color-azure-04);
|
|
1414
1476
|
}
|
|
1415
|
-
._Chat-
|
|
1477
|
+
._Chat-examplePromptArrow_8hszl_105 {
|
|
1416
1478
|
display: flex;
|
|
1417
1479
|
margin-left: auto;
|
|
1418
1480
|
}
|
|
1419
|
-
._Chat-
|
|
1481
|
+
._Chat-default_8hszl_110 {
|
|
1420
1482
|
overflow-y: auto;
|
|
1421
1483
|
flex-grow: 1;
|
|
1422
1484
|
}
|
|
1423
|
-
._Chat--
|
|
1485
|
+
._Chat--hasMessages_8hszl_25 ._Chat-default_8hszl_110 {
|
|
1424
1486
|
opacity: 0;
|
|
1425
1487
|
padding: 0;
|
|
1426
1488
|
pointer-events: none;
|
|
1427
1489
|
transition: opacity 250ms ease-in;
|
|
1428
1490
|
}
|
|
1429
|
-
._Chat--
|
|
1491
|
+
._Chat--hasMessages_8hszl_25 {
|
|
1430
1492
|
background-color: white;
|
|
1431
1493
|
transition: background-color 250ms ease-in;
|
|
1432
1494
|
}
|
|
1433
|
-
.
|
|
1495
|
+
._ChatMessage_8hszl_127 {
|
|
1434
1496
|
font-size: var(--puck-font-size-xs);
|
|
1435
1497
|
line-height: var(--line-height-s);
|
|
1436
1498
|
overflow-wrap: break-word;
|
|
1437
1499
|
}
|
|
1438
|
-
._ChatMessage--
|
|
1500
|
+
._ChatMessage--userRole_8hszl_133 ._ChatMessage-text_8hszl_133 {
|
|
1439
1501
|
background: var(--puck-color-azure-10);
|
|
1440
1502
|
border-radius: 16px;
|
|
1441
1503
|
color: var(--puck-color-grey-03);
|
|
@@ -1444,70 +1506,70 @@ p {
|
|
|
1444
1506
|
margin-top: 8px;
|
|
1445
1507
|
padding: 12px 16px;
|
|
1446
1508
|
}
|
|
1447
|
-
.
|
|
1448
|
-
.
|
|
1509
|
+
._ChatMessage_8hszl_127 ul,
|
|
1510
|
+
._ChatMessage_8hszl_127 ol {
|
|
1449
1511
|
list-style: decimal;
|
|
1450
1512
|
margin: 0;
|
|
1451
1513
|
margin-bottom: 12px;
|
|
1452
1514
|
margin-top: 12px;
|
|
1453
1515
|
padding-left: 32px;
|
|
1454
1516
|
}
|
|
1455
|
-
.
|
|
1517
|
+
._ChatMessage_8hszl_127 li {
|
|
1456
1518
|
margin-bottom: 8px;
|
|
1457
1519
|
margin-top: 8px;
|
|
1458
1520
|
padding-left: 8px;
|
|
1459
1521
|
}
|
|
1460
|
-
.
|
|
1461
|
-
.
|
|
1462
|
-
.
|
|
1463
|
-
.
|
|
1464
|
-
.
|
|
1465
|
-
.
|
|
1522
|
+
._ChatMessage_8hszl_127 h1,
|
|
1523
|
+
._ChatMessage_8hszl_127 h2,
|
|
1524
|
+
._ChatMessage_8hszl_127 h3,
|
|
1525
|
+
._ChatMessage_8hszl_127 h4,
|
|
1526
|
+
._ChatMessage_8hszl_127 h5,
|
|
1527
|
+
._ChatMessage_8hszl_127 h6 {
|
|
1466
1528
|
font-weight: 600;
|
|
1467
1529
|
}
|
|
1468
|
-
.
|
|
1530
|
+
._ChatMessage_8hszl_127 h1 {
|
|
1469
1531
|
font-size: var(--puck-font-l);
|
|
1470
1532
|
}
|
|
1471
|
-
.
|
|
1533
|
+
._ChatMessage_8hszl_127 h2 {
|
|
1472
1534
|
font-size: var(--puck-font-m);
|
|
1473
1535
|
}
|
|
1474
|
-
.
|
|
1536
|
+
._ChatMessage_8hszl_127 h3 {
|
|
1475
1537
|
font-size: var(--puck-font-m);
|
|
1476
1538
|
}
|
|
1477
|
-
.
|
|
1539
|
+
._ChatMessage_8hszl_127 h4 {
|
|
1478
1540
|
font-size: var(--puck-font-s);
|
|
1479
1541
|
}
|
|
1480
|
-
.
|
|
1542
|
+
._ChatMessage_8hszl_127 h5 {
|
|
1481
1543
|
font-size: var(--puck-font-xs);
|
|
1482
1544
|
}
|
|
1483
|
-
.
|
|
1545
|
+
._ChatMessage_8hszl_127 h6 {
|
|
1484
1546
|
font-size: var(--puck-font-xm);
|
|
1485
1547
|
}
|
|
1486
|
-
.
|
|
1548
|
+
._ChatMessage_8hszl_127 p {
|
|
1487
1549
|
margin-bottom: 8px;
|
|
1488
1550
|
margin-top: 8px;
|
|
1489
1551
|
}
|
|
1490
|
-
._ChatMessage--
|
|
1552
|
+
._ChatMessage--userRole_8hszl_133 ._ChatMessage-text_8hszl_133 > *:first-of-type {
|
|
1491
1553
|
margin-top: 0px;
|
|
1492
1554
|
}
|
|
1493
|
-
._ChatMessage--
|
|
1555
|
+
._ChatMessage--userRole_8hszl_133 ._ChatMessage-text_8hszl_133 > *:last-of-type {
|
|
1494
1556
|
margin-bottom: 0px;
|
|
1495
1557
|
}
|
|
1496
|
-
.
|
|
1558
|
+
._ChatMessage_8hszl_127 a {
|
|
1497
1559
|
color: var(--puck-color-azure-04);
|
|
1498
1560
|
font-weight: 600;
|
|
1499
1561
|
text-decoration: none;
|
|
1500
1562
|
}
|
|
1501
|
-
.
|
|
1563
|
+
._ChatMessage_8hszl_127 a:hover {
|
|
1502
1564
|
color: var(--puck-color-azure-05);
|
|
1503
1565
|
}
|
|
1504
|
-
.
|
|
1566
|
+
._ChatMessage_8hszl_127 hr {
|
|
1505
1567
|
border-top: none;
|
|
1506
1568
|
border-bottom-color: var(--puck-color-grey-09);
|
|
1507
1569
|
margin-bottom: 16px;
|
|
1508
1570
|
margin-top: 16px;
|
|
1509
1571
|
}
|
|
1510
|
-
.
|
|
1572
|
+
._ChatMessage_8hszl_127 blockquote {
|
|
1511
1573
|
margin-bottom: 8px;
|
|
1512
1574
|
margin-top: 8px;
|
|
1513
1575
|
margin-left: 0;
|
|
@@ -1516,7 +1578,7 @@ p {
|
|
|
1516
1578
|
padding-bottom: 2px;
|
|
1517
1579
|
padding-top: 2px;
|
|
1518
1580
|
}
|
|
1519
|
-
._ChatMessage-
|
|
1581
|
+
._ChatMessage-data_8hszl_231 {
|
|
1520
1582
|
background: var(--puck-color-grey-12);
|
|
1521
1583
|
border: 1px solid var(--puck-color-grey-08);
|
|
1522
1584
|
border-radius: 16px;
|
|
@@ -1526,19 +1588,19 @@ p {
|
|
|
1526
1588
|
margin-top: 12px;
|
|
1527
1589
|
padding: 12px 16px;
|
|
1528
1590
|
}
|
|
1529
|
-
._ChatMessage-
|
|
1591
|
+
._ChatMessage-dataInner_8hszl_242 {
|
|
1530
1592
|
align-items: center;
|
|
1531
1593
|
display: flex;
|
|
1532
1594
|
gap: 8px;
|
|
1533
1595
|
}
|
|
1534
|
-
._ChatMessage-
|
|
1596
|
+
._ChatMessage-dataIcon_8hszl_248 {
|
|
1535
1597
|
display: flex;
|
|
1536
1598
|
}
|
|
1537
|
-
._Chat-
|
|
1599
|
+
._Chat-loader_8hszl_252 {
|
|
1538
1600
|
padding: 16px;
|
|
1539
1601
|
padding-top: 0;
|
|
1540
1602
|
}
|
|
1541
|
-
._Chat-
|
|
1603
|
+
._Chat-error_8hszl_257 {
|
|
1542
1604
|
align-items: center;
|
|
1543
1605
|
display: flex;
|
|
1544
1606
|
gap: 8px;
|
|
@@ -1546,12 +1608,122 @@ p {
|
|
|
1546
1608
|
margin: 16px;
|
|
1547
1609
|
margin-top: 0;
|
|
1548
1610
|
}
|
|
1549
|
-
._Chat-
|
|
1611
|
+
._Chat-errorLabel_8hszl_266 {
|
|
1550
1612
|
color: var(--puck-color-red-04);
|
|
1551
1613
|
}
|
|
1552
|
-
._Chat-
|
|
1614
|
+
._Chat-errorAction_8hszl_270 {
|
|
1615
|
+
margin-left: auto;
|
|
1616
|
+
}
|
|
1617
|
+
._Chat-planGroup_8hszl_274 {
|
|
1618
|
+
background: var(--puck-color-grey-12);
|
|
1619
|
+
border: 1px solid var(--puck-color-grey-09);
|
|
1620
|
+
border-radius: 16px;
|
|
1621
|
+
margin-block: 8px;
|
|
1622
|
+
margin-bottom: 12px;
|
|
1623
|
+
overflow: hidden;
|
|
1624
|
+
}
|
|
1625
|
+
._Chat-planGroupHeader_8hszl_283 {
|
|
1626
|
+
color: var(--puck-color-grey-02);
|
|
1627
|
+
background: var(--puck-color-grey-11);
|
|
1628
|
+
padding: 8px 12px;
|
|
1629
|
+
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1630
|
+
font-weight: 600;
|
|
1631
|
+
font-size: var(--puck-font-size-xxs);
|
|
1632
|
+
}
|
|
1633
|
+
._Chat-planGroupFooter_8hszl_292 {
|
|
1634
|
+
color: var(--puck-color-grey-02);
|
|
1635
|
+
background: var(--puck-color-grey-11);
|
|
1636
|
+
display: flex;
|
|
1637
|
+
flex-direction: row-reverse;
|
|
1638
|
+
padding: 8px 12px;
|
|
1639
|
+
border-top: 1px solid var(--puck-color-grey-09);
|
|
1640
|
+
font-weight: 600;
|
|
1641
|
+
font-size: var(--puck-font-size-xxs);
|
|
1642
|
+
}
|
|
1643
|
+
._Chat-planSummary_8hszl_303 {
|
|
1644
|
+
color: var(--puck-color-grey-02);
|
|
1645
|
+
display: flex;
|
|
1646
|
+
justify-content: space-between;
|
|
1647
|
+
gap: 8px;
|
|
1648
|
+
align-items: flex-end;
|
|
1649
|
+
}
|
|
1650
|
+
._Chat-planSummaryIcon_8hszl_311 {
|
|
1651
|
+
transition: ease-out 150ms;
|
|
1652
|
+
}
|
|
1653
|
+
._Chat-plan_8hszl_274[open] ._Chat-planSummaryIcon_8hszl_311 {
|
|
1654
|
+
transform: rotate(180deg);
|
|
1655
|
+
}
|
|
1656
|
+
._Chat-planSummary_8hszl_303:hover {
|
|
1657
|
+
color: var(--puck-color-azure-04);
|
|
1658
|
+
cursor: pointer;
|
|
1659
|
+
}
|
|
1660
|
+
._Chat-planPath_8hszl_324 {
|
|
1661
|
+
font-weight: 600;
|
|
1662
|
+
font-size: var(--puck-font-size-xxxs);
|
|
1663
|
+
opacity: 0.8;
|
|
1664
|
+
}
|
|
1665
|
+
._Chat-planHeader_8hszl_330 {
|
|
1666
|
+
display: flex;
|
|
1667
|
+
justify-content: space-between;
|
|
1668
|
+
gap: 8px;
|
|
1669
|
+
}
|
|
1670
|
+
._Chat-planTitle_8hszl_336 {
|
|
1671
|
+
font-weight: 600;
|
|
1672
|
+
font-size: var(--puck-font-size-xs);
|
|
1673
|
+
}
|
|
1674
|
+
._Chat-planPrompt_8hszl_341 {
|
|
1675
|
+
color: var(--puck-color-grey-03);
|
|
1676
|
+
font-size: var(--puck-font-size-xxs);
|
|
1677
|
+
margin-top: 4px;
|
|
1678
|
+
}
|
|
1679
|
+
._Chat-planStatus_8hszl_347 {
|
|
1553
1680
|
margin-left: auto;
|
|
1554
1681
|
}
|
|
1682
|
+
._Chat-plan_8hszl_274 {
|
|
1683
|
+
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1684
|
+
padding: 8px 12px;
|
|
1685
|
+
}
|
|
1686
|
+
._Chat-plan_8hszl_274:last-of-type {
|
|
1687
|
+
border-bottom: 0;
|
|
1688
|
+
}
|
|
1689
|
+
._Chat-planSummary_8hszl_303 {
|
|
1690
|
+
list-style: none;
|
|
1691
|
+
}
|
|
1692
|
+
._Chat-planSummary_8hszl_303::-webkit-details-marker {
|
|
1693
|
+
display: none;
|
|
1694
|
+
}
|
|
1695
|
+
._Chat-textStatus_8hszl_368 {
|
|
1696
|
+
background-color: var(--puck-color-grey-04);
|
|
1697
|
+
background-image:
|
|
1698
|
+
linear-gradient(
|
|
1699
|
+
110deg,
|
|
1700
|
+
var(--puck-color-grey-04) 0%,
|
|
1701
|
+
var(--puck-color-grey-08) 50%,
|
|
1702
|
+
var(--puck-color-grey-04) 100%);
|
|
1703
|
+
background-size: 40% 100%;
|
|
1704
|
+
background-position: 100% 0;
|
|
1705
|
+
background-repeat: no-repeat;
|
|
1706
|
+
-webkit-background-clip: text;
|
|
1707
|
+
background-clip: text;
|
|
1708
|
+
color: transparent;
|
|
1709
|
+
-webkit-text-fill-color: transparent;
|
|
1710
|
+
animation: _Chat-textStatusShimmer_8hszl_1 1.4s linear infinite;
|
|
1711
|
+
font-weight: 500;
|
|
1712
|
+
margin-top: 4px;
|
|
1713
|
+
}
|
|
1714
|
+
@keyframes _Chat-textStatusShimmer_8hszl_1 {
|
|
1715
|
+
from {
|
|
1716
|
+
background-position: -100% 100%;
|
|
1717
|
+
}
|
|
1718
|
+
}
|
|
1719
|
+
@media (prefers-reduced-motion: reduce) {
|
|
1720
|
+
._Chat-textStatus_8hszl_368 {
|
|
1721
|
+
animation: none;
|
|
1722
|
+
background-image: none;
|
|
1723
|
+
color: var(--puck-color-grey-03);
|
|
1724
|
+
-webkit-text-fill-color: currentColor;
|
|
1725
|
+
}
|
|
1726
|
+
}
|
|
1555
1727
|
|
|
1556
1728
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/PromptForm/styles.module.css/#css-module-data */
|
|
1557
1729
|
._PromptForm_1r4kq_1 {
|