@crediblemark/build 0.22.2 → 0.22.4

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.
Files changed (51) hide show
  1. package/README.md +1 -5
  2. package/dist/ArrayField-EPM4TV3J.mjs +538 -0
  3. package/dist/ArrayField-ZD5UTLNU.css +1216 -0
  4. package/dist/{Editor-XZF6CWVW.css → Editor-E7FALXHL.css} +7 -7
  5. package/dist/{Editor-ZC67OU2A.mjs → Editor-L674TD7T.mjs} +16 -18
  6. package/dist/ObjectField-MW3SSNKI.mjs +87 -0
  7. package/dist/ObjectField-SQKROKJM.css +1216 -0
  8. package/dist/{Render-WCX4AXOX.css → Render-JDXVKZXN.css} +1 -1
  9. package/dist/{Render-JBFI6HYN.mjs → Render-WP5OOTBB.mjs} +4 -7
  10. package/dist/chunk-2JUMF5G3.mjs +1145 -0
  11. package/dist/{chunk-VGDMWS44.mjs → chunk-4PJ4QMWI.mjs} +4 -25
  12. package/dist/{chunk-3AJBFQU4.mjs → chunk-64A37UUC.mjs} +19 -53
  13. package/dist/{chunk-QF3GD5WQ.mjs → chunk-67TMLSKM.mjs} +1 -5
  14. package/dist/{chunk-GUJDGRSM.mjs → chunk-7LXZOPYT.mjs} +5 -29
  15. package/dist/chunk-AEKBE267.mjs +19 -0
  16. package/dist/chunk-AFVEAZTD.mjs +2 -0
  17. package/dist/{chunk-IJHL7BIR.mjs → chunk-AL77I3BV.mjs} +1 -6
  18. package/dist/chunk-BFHV72KK.mjs +31 -0
  19. package/dist/{chunk-PHGC6QYB.mjs → chunk-DEUK76GN.mjs} +0 -5
  20. package/dist/{chunk-4SQOX3ZQ.mjs → chunk-DVK7K7D6.mjs} +5 -27
  21. package/dist/{chunk-VKBVSWU3.mjs → chunk-JNHQNNGW.mjs} +3672 -5905
  22. package/dist/{chunk-HHBUU7WF.mjs → chunk-JNMMY5D7.mjs} +1 -5
  23. package/dist/chunk-K27LFPQL.mjs +339 -0
  24. package/dist/{chunk-VFD76OD5.mjs → chunk-NYBWAKLT.mjs} +1 -5
  25. package/dist/chunk-RDTXKOE7.mjs +60 -0
  26. package/dist/{chunk-CDMESQDA.mjs → chunk-SMAWAXVX.mjs} +1 -10
  27. package/dist/{chunk-DSXRK4QJ.mjs → chunk-T6RT6PV4.mjs} +13 -62
  28. package/dist/{chunk-U2NVBXAC.mjs → chunk-ZY24NW7X.mjs} +246 -358
  29. package/dist/{full-ABQQRJAO.css → full-MY4DABK6.css} +6 -6
  30. package/dist/{full-LJRK5736.mjs → full-SGY5HNVB.mjs} +10 -14
  31. package/dist/index.css +588 -294
  32. package/dist/index.d.mts +5 -8
  33. package/dist/index.d.ts +5 -8
  34. package/dist/index.js +5985 -5656
  35. package/dist/index.mjs +23 -25
  36. package/dist/internal.mjs +3 -8
  37. package/dist/{loaded-NE2PIHUQ.mjs → loaded-2GLOBOVP.mjs} +7 -10
  38. package/dist/{loaded-N7VXUR4O.mjs → loaded-AH3CPHD2.mjs} +7 -10
  39. package/dist/{loaded-DWCENJKQ.mjs → loaded-ARSKBJWP.mjs} +7 -10
  40. package/dist/{loaded-SMEIWWHS.css → loaded-E7C36OKZ.css} +1 -1
  41. package/dist/no-external.css +299 -294
  42. package/dist/no-external.d.mts +1 -1
  43. package/dist/no-external.d.ts +1 -1
  44. package/dist/no-external.js +5985 -5656
  45. package/dist/no-external.mjs +23 -25
  46. package/dist/rsc.css +1 -1
  47. package/dist/rsc.js +5 -79
  48. package/dist/rsc.mjs +6 -12
  49. package/package.json +7 -2
  50. package/dist/chunk-B4BOBGYB.mjs +0 -42
  51. package/dist/chunk-YH7AXYKP.mjs +0 -109
@@ -1,4 +1,4 @@
1
- /* bundle/no-external.css */
1
+ /* styles/color.css */
2
2
  :root {
3
3
  --credbuild-color-rose-01: #4a001c;
4
4
  --credbuild-color-rose-02: #670833;
@@ -75,6 +75,8 @@
75
75
  --credbuild-color-black: #000000;
76
76
  --credbuild-color-white: #ffffff;
77
77
  }
78
+
79
+ /* styles/typography.css */
78
80
  :root {
79
81
  --credbuild-font-size-scale-base-unitless: 12;
80
82
  --credbuild-font-size-xxxs-unitless: 12;
@@ -129,6 +131,8 @@
129
131
  --credbuild-font-family: InterVariable, var(--fallback-font-stack);
130
132
  }
131
133
  }
134
+
135
+ /* bundle/core.css */
132
136
  #frame-root {
133
137
  height: 1px;
134
138
  min-height: 100vh;
@@ -138,7 +142,9 @@
138
142
  z-index: 0;
139
143
  }
140
144
 
141
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/ActionBar/styles.module.css/#css-module-data */
145
+ /* bundle/no-external.css */
146
+
147
+ /* css-module:/home/crediblemark/Project/Credibuild/components/ActionBar/styles.module.css/#css-module-data */
142
148
  ._ActionBar_ze0ci_1 {
143
149
  align-items: center;
144
150
  cursor: default;
@@ -233,7 +239,7 @@
233
239
  height: 100%;
234
240
  }
235
241
 
236
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/AutoField/styles.module.css/#css-module-data */
242
+ /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
237
243
  ._InputWrapper_1q7gk_1 + ._InputWrapper_1q7gk_1 {
238
244
  margin-top: 12px;
239
245
  }
@@ -385,269 +391,10 @@ select._Input-input_1q7gk_26:dir(rtl) {
385
391
  width: 1px;
386
392
  }
387
393
  textarea._Input-input_1q7gk_26 {
388
- margin-bottom: -4px;
389
- }
390
-
391
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
392
- ._ArrayField_1q029_5 {
393
- display: flex;
394
- flex-direction: column;
395
- background: var(--credbuild-color-azure-11);
396
- border: 1px solid var(--credbuild-color-grey-09);
397
- border-radius: 4px;
398
- }
399
- ._ArrayField--isDraggingFrom_1q029_13 {
400
- background-color: var(--credbuild-color-azure-11);
401
- overflow: hidden;
402
- }
403
- ._ArrayField-addButton_1q029_18 {
404
- background-color: var(--credbuild-color-white);
405
- border: none;
406
- border-radius: 3px;
407
- display: flex;
408
- color: var(--credbuild-color-azure-05);
409
- justify-content: center;
410
- cursor: pointer;
411
- width: 100%;
412
- margin: 0;
413
- padding: 14px;
414
- text-align: left;
415
- transition: background-color 50ms ease-in;
416
- }
417
- ._ArrayField--hasItems_1q029_33 > ._ArrayField-addButton_1q029_18 {
418
- border-top: 1px solid var(--credbuild-color-grey-09);
419
- border-top-left-radius: 0;
420
- border-top-right-radius: 0;
421
- }
422
- ._ArrayField-addButton_1q029_18:focus-visible {
423
- outline: 2px solid var(--credbuild-color-azure-05);
424
- outline-offset: 2px;
425
- position: relative;
426
- }
427
- @media (hover: hover) and (pointer: fine) {
428
- ._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:hover {
429
- background: var(--credbuild-color-azure-12);
430
- color: var(--credbuild-color-azure-04);
431
- transition: none;
432
- }
433
- }
434
- ._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:active {
435
- background: var(--credbuild-color-azure-11);
436
- color: var(--credbuild-color-azure-04);
437
- transition: none;
438
- }
439
- ._ArrayField-inner_1q029_59 {
440
- margin-top: -1px;
441
- }
442
- ._ArrayFieldItem_1q029_67 {
443
- border-top-left-radius: 3px;
444
- border-top-right-radius: 3px;
445
- display: block;
446
- position: relative;
447
- }
448
- ._ArrayFieldItem_1q029_67 {
449
- border-top: 1px solid var(--credbuild-color-grey-09);
450
- }
451
- ._ArrayFieldItem--isDragging_1q029_78 {
452
- border-top: transparent;
453
- }
454
- ._ArrayFieldItem--isExpanded_1q029_82::before {
455
- display: none;
456
- }
457
- ._ArrayFieldItem--isExpanded_1q029_82 {
458
- border-bottom: 0;
459
- outline-offset: 0px !important;
460
- outline: 1px solid var(--credbuild-color-azure-07) !important;
461
- z-index: 2;
462
- }
463
- ._ArrayFieldItem--isDragging_1q029_78 {
464
- outline: 2px var(--credbuild-color-azure-09) solid !important;
465
- }
466
- ._ArrayFieldItem--isDragging_1q029_78 ._ArrayFieldItem-summary_1q029_97:active {
467
- background-color: var(--credbuild-color-white);
468
- }
469
- ._ArrayFieldItem_1q029_67 + ._ArrayFieldItem_1q029_67 {
470
- border-top-left-radius: 0;
471
- border-top-right-radius: 0;
472
- }
473
- ._ArrayFieldItem-summary_1q029_97 {
474
- background: var(--credbuild-color-white);
475
- color: var(--credbuild-color-grey-04);
476
- cursor: pointer;
477
- display: flex;
478
- align-items: center;
479
- gap: 2px;
480
- justify-content: space-between;
481
- font-size: var(--credbuild-font-size-xxs);
482
- list-style: none;
483
- padding: 12px 15px;
484
- position: relative;
485
- overflow: hidden;
486
- transition: background-color 50ms ease-in;
487
- }
488
- ._ArrayFieldItem--noFields_1q029_122 > ._ArrayFieldItem-summary_1q029_97 {
489
- cursor: grab;
490
- }
491
- ._ArrayFieldItem_1q029_67:first-of-type > ._ArrayFieldItem-summary_1q029_97 {
492
- border-top-left-radius: 3px;
493
- border-top-right-radius: 3px;
494
- }
495
- ._ArrayField--addDisabled_1q029_131 > ._ArrayField-inner_1q029_59 > ._ArrayFieldItem_1q029_67:last-of-type:not(._ArrayFieldItem--isExpanded_1q029_82) > ._ArrayFieldItem-summary_1q029_97 {
496
- border-bottom-left-radius: 3px;
497
- border-bottom-right-radius: 3px;
498
- }
499
- ._ArrayField--addDisabled_1q029_131 > ._ArrayField-inner_1q029_59 > ._ArrayFieldItem--isExpanded_1q029_82:last-of-type {
500
- border-bottom-left-radius: 3px;
501
- border-bottom-right-radius: 3px;
502
- }
503
- ._ArrayFieldItem-summary_1q029_97:focus-visible {
504
- outline: 2px solid var(--credbuild-color-azure-05);
505
- outline-offset: 2px;
506
- }
507
- @media (hover: hover) and (pointer: fine) {
508
- ._ArrayFieldItem-summary_1q029_97:hover {
509
- background-color: var(--credbuild-color-azure-12);
510
- transition: none;
511
- }
512
- }
513
- ._ArrayFieldItem-summary_1q029_97:active {
514
- background-color: var(--credbuild-color-azure-11);
515
- transition: none;
516
- }
517
- ._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-summary_1q029_97 {
518
- background: var(--credbuild-color-azure-11);
519
- color: var(--credbuild-color-azure-04);
520
- font-weight: 600;
521
- transition: none;
522
- }
523
- ._ArrayFieldItem-body_1q029_170 {
524
- background: var(--credbuild-color-white);
525
- display: none;
526
- }
527
- ._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-body_1q029_170 {
528
- display: block;
529
- }
530
- ._ArrayFieldItem-fieldset_1q029_179 {
531
- border: none;
532
- border-top: 1px solid var(--credbuild-color-grey-09);
533
- margin: 0;
534
- min-width: 0;
535
- padding: 16px 15px;
536
- }
537
- ._ArrayFieldItem-rhs_1q029_187 {
538
- display: flex;
539
- gap: 4px;
540
- align-items: center;
541
- }
542
- ._ArrayFieldItem-actions_1q029_193 {
543
- color: var(--credbuild-color-grey-04);
544
- display: flex;
545
- gap: 4px;
546
- opacity: 0;
547
- }
548
- ._ArrayFieldItem-summary_1q029_97:focus-within > ._ArrayFieldItem-rhs_1q029_187 > ._ArrayFieldItem-actions_1q029_193,
549
- ._ArrayFieldItem-summary_1q029_97:hover > ._ArrayFieldItem-rhs_1q029_187 > ._ArrayFieldItem-actions_1q029_193 {
550
- opacity: 1;
551
- }
552
-
553
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/IconButton/IconButton.module.css/#css-module-data */
554
- ._IconButton_1a0fz_1 {
555
- align-items: center;
556
- background: transparent;
557
- border: none;
558
- border-radius: var(--cb-radius-m);
559
- color: currentColor;
560
- display: flex;
561
- font-family: var(--credbuild-font-family);
562
- justify-content: center;
563
- padding: 2px;
564
- transition: all 0.2s ease;
565
- }
566
- ._IconButton--active_1a0fz_14 {
567
- color: var(--credbuild-color-azure-04);
568
- }
569
- ._IconButton_1a0fz_1:focus-visible {
570
- outline: 2px solid var(--credbuild-color-azure-05);
571
- outline-offset: -2px;
572
- }
573
- @media (hover: hover) and (pointer: fine) {
574
- ._IconButton_1a0fz_1:hover:not(._IconButton--disabled_1a0fz_24) {
575
- background: var(--credbuild-color-grey-10);
576
- color: var(--credbuild-color-azure-04);
577
- cursor: pointer;
578
- transition: none;
579
- }
580
- }
581
- ._IconButton_1a0fz_1:active {
582
- background: var(--credbuild-color-azure-11);
583
- transition: none;
584
- }
585
- ._IconButton-title_1a0fz_37 {
586
- clip: rect(0 0 0 0);
587
- clip-path: inset(100%);
588
- height: 1px;
589
- overflow: hidden;
590
- position: absolute;
591
- white-space: nowrap;
592
- width: 1px;
593
- }
594
- ._IconButton--disabled_1a0fz_24 {
595
- color: var(--credbuild-color-grey-07);
596
- }
597
-
598
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/Loader/styles.module.css/#css-module-data */
599
- @keyframes _loader-animation_nacdm_1 {
600
- 0% {
601
- transform: rotate(0deg) scale(1);
602
- }
603
- 50% {
604
- transform: rotate(180deg) scale(0.8);
605
- }
606
- 100% {
607
- transform: rotate(360deg) scale(1);
608
- }
609
- }
610
- ._Loader_nacdm_13 {
611
- background: transparent;
612
- border-radius: 100%;
613
- border: 2px solid currentColor;
614
- border-bottom-color: transparent;
615
- display: inline-block;
616
- animation: _loader-animation_nacdm_1 1s 0s infinite linear;
617
- animation-fill-mode: both;
618
- }
619
-
620
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/DragIcon/styles.module.css/#css-module-data */
621
- ._DragIcon_ei1r9_1 {
622
- color: var(--credbuild-color-grey-05);
623
- cursor: grab;
624
- padding: 4px;
625
- border-radius: 4px;
626
- }
627
- ._DragIcon--disabled_ei1r9_8 {
628
- cursor: no-drop;
629
- }
630
- @media (hover: hover) and (pointer: fine) {
631
- ._DragIcon_ei1r9_1:not(._DragIcon--disabled_ei1r9_8):hover {
632
- color: var(--credbuild-color-azure-05);
633
- background-color: var(--credbuild-color-azure-12);
634
- }
635
- }
636
-
637
- /* components/Sortable/styles.css */
638
- [data-dnd-placeholder] * {
639
- opacity: 0 !important;
640
- }
641
- [data-dnd-placeholder] {
642
- background: var(--credbuild-color-azure-09) !important;
643
- border: none !important;
644
- color: #00000000 !important;
645
- opacity: 0.3 !important;
646
- outline: none !important;
647
- transition: none !important;
394
+ margin-bottom: -4px;
648
395
  }
649
396
 
650
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/ExternalInput/styles.module.css/#css-module-data */
397
+ /* css-module:/home/crediblemark/Project/Credibuild/components/ExternalInput/styles.module.css/#css-module-data */
651
398
  ._ExternalInput-actions_1gpb4_1 {
652
399
  display: flex;
653
400
  }
@@ -939,7 +686,7 @@ textarea._Input-input_1q7gk_26 {
939
686
  display: block;
940
687
  }
941
688
 
942
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/Modal/styles.module.css/#css-module-data */
689
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Modal/styles.module.css/#css-module-data */
943
690
  ._Modal_b422s_1 {
944
691
  background: color-mix(in srgb, var(--credbuild-color-black) 75%, transparent);
945
692
  display: none;
@@ -967,7 +714,7 @@ textarea._Input-input_1q7gk_26 {
967
714
  max-height: 90dvh;
968
715
  }
969
716
 
970
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/Heading/styles.module.css/#css-module-data */
717
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Heading/styles.module.css/#css-module-data */
971
718
  ._Heading_1tpsl_1 {
972
719
  display: block;
973
720
  color: var(--credbuild-color-black);
@@ -1004,7 +751,29 @@ textarea._Input-input_1q7gk_26 {
1004
751
  font-size: var(--credbuild-font-size-xs);
1005
752
  }
1006
753
 
1007
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/Button/Button.module.css/#css-module-data */
754
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Loader/styles.module.css/#css-module-data */
755
+ @keyframes _loader-animation_nacdm_1 {
756
+ 0% {
757
+ transform: rotate(0deg) scale(1);
758
+ }
759
+ 50% {
760
+ transform: rotate(180deg) scale(0.8);
761
+ }
762
+ 100% {
763
+ transform: rotate(360deg) scale(1);
764
+ }
765
+ }
766
+ ._Loader_nacdm_13 {
767
+ background: transparent;
768
+ border-radius: 100%;
769
+ border: 2px solid currentColor;
770
+ border-bottom-color: transparent;
771
+ display: inline-block;
772
+ animation: _loader-animation_nacdm_1 1s 0s infinite linear;
773
+ animation-fill-mode: both;
774
+ }
775
+
776
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Button/Button.module.css/#css-module-data */
1008
777
  ._Button_164uz_1 {
1009
778
  appearance: none;
1010
779
  background: none;
@@ -1097,7 +866,52 @@ textarea._Input-input_1q7gk_26 {
1097
866
  padding-inline-start: 8px;
1098
867
  }
1099
868
 
1100
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/RichTextMenu/styles.module.css/#css-module-data */
869
+ /* css-module:/home/crediblemark/Project/Credibuild/components/IconButton/IconButton.module.css/#css-module-data */
870
+ ._IconButton_1a0fz_1 {
871
+ align-items: center;
872
+ background: transparent;
873
+ border: none;
874
+ border-radius: var(--cb-radius-m);
875
+ color: currentColor;
876
+ display: flex;
877
+ font-family: var(--credbuild-font-family);
878
+ justify-content: center;
879
+ padding: 2px;
880
+ transition: all 0.2s ease;
881
+ }
882
+ ._IconButton--active_1a0fz_14 {
883
+ color: var(--credbuild-color-azure-04);
884
+ }
885
+ ._IconButton_1a0fz_1:focus-visible {
886
+ outline: 2px solid var(--credbuild-color-azure-05);
887
+ outline-offset: -2px;
888
+ }
889
+ @media (hover: hover) and (pointer: fine) {
890
+ ._IconButton_1a0fz_1:hover:not(._IconButton--disabled_1a0fz_24) {
891
+ background: var(--credbuild-color-grey-10);
892
+ color: var(--credbuild-color-azure-04);
893
+ cursor: pointer;
894
+ transition: none;
895
+ }
896
+ }
897
+ ._IconButton_1a0fz_1:active {
898
+ background: var(--credbuild-color-azure-11);
899
+ transition: none;
900
+ }
901
+ ._IconButton-title_1a0fz_37 {
902
+ clip: rect(0 0 0 0);
903
+ clip-path: inset(100%);
904
+ height: 1px;
905
+ overflow: hidden;
906
+ position: absolute;
907
+ white-space: nowrap;
908
+ width: 1px;
909
+ }
910
+ ._IconButton--disabled_1a0fz_24 {
911
+ color: var(--credbuild-color-grey-07);
912
+ }
913
+
914
+ /* css-module:/home/crediblemark/Project/Credibuild/components/RichTextMenu/styles.module.css/#css-module-data */
1101
915
  ._RichTextMenu_193iw_1 {
1102
916
  display: flex;
1103
917
  flex-direction: row;
@@ -1139,7 +953,7 @@ textarea._Input-input_1q7gk_26 {
1139
953
  border-left: 0.5px solid var(--credbuild-color-grey-05);
1140
954
  }
1141
955
 
1142
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
956
+ /* css-module:/home/crediblemark/Project/Credibuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
1143
957
  ._Control_1aveu_1 .lucide {
1144
958
  height: 18px;
1145
959
  width: 18px;
@@ -1149,7 +963,7 @@ textarea._Input-input_1q7gk_26 {
1149
963
  width: 16px;
1150
964
  }
1151
965
 
1152
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/Select/styles.module.css/#css-module-data */
966
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Select/styles.module.css/#css-module-data */
1153
967
  ._Select_16son_1 {
1154
968
  position: relative;
1155
969
  z-index: 1;
@@ -1237,7 +1051,7 @@ textarea._Input-input_1q7gk_26 {
1237
1051
  color: var(--credbuild-color-azure-04);
1238
1052
  }
1239
1053
 
1240
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/RichTextEditor/styles.module.css/#css-module-data */
1054
+ /* css-module:/home/crediblemark/Project/Credibuild/components/RichTextEditor/styles.module.css/#css-module-data */
1241
1055
  ._RichTextEditor_hp4qf_1 .ProseMirror {
1242
1056
  white-space: pre-wrap;
1243
1057
  word-wrap: break-word;
@@ -1340,7 +1154,199 @@ textarea._Input-input_1q7gk_26 {
1340
1154
  border-bottom: 1px solid var(--credbuild-color-grey-09);
1341
1155
  }
1342
1156
 
1343
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1157
+ /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
1158
+ ._ArrayField_1q029_5 {
1159
+ display: flex;
1160
+ flex-direction: column;
1161
+ background: var(--credbuild-color-azure-11);
1162
+ border: 1px solid var(--credbuild-color-grey-09);
1163
+ border-radius: 4px;
1164
+ }
1165
+ ._ArrayField--isDraggingFrom_1q029_13 {
1166
+ background-color: var(--credbuild-color-azure-11);
1167
+ overflow: hidden;
1168
+ }
1169
+ ._ArrayField-addButton_1q029_18 {
1170
+ background-color: var(--credbuild-color-white);
1171
+ border: none;
1172
+ border-radius: 3px;
1173
+ display: flex;
1174
+ color: var(--credbuild-color-azure-05);
1175
+ justify-content: center;
1176
+ cursor: pointer;
1177
+ width: 100%;
1178
+ margin: 0;
1179
+ padding: 14px;
1180
+ text-align: left;
1181
+ transition: background-color 50ms ease-in;
1182
+ }
1183
+ ._ArrayField--hasItems_1q029_33 > ._ArrayField-addButton_1q029_18 {
1184
+ border-top: 1px solid var(--credbuild-color-grey-09);
1185
+ border-top-left-radius: 0;
1186
+ border-top-right-radius: 0;
1187
+ }
1188
+ ._ArrayField-addButton_1q029_18:focus-visible {
1189
+ outline: 2px solid var(--credbuild-color-azure-05);
1190
+ outline-offset: 2px;
1191
+ position: relative;
1192
+ }
1193
+ @media (hover: hover) and (pointer: fine) {
1194
+ ._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:hover {
1195
+ background: var(--credbuild-color-azure-12);
1196
+ color: var(--credbuild-color-azure-04);
1197
+ transition: none;
1198
+ }
1199
+ }
1200
+ ._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:active {
1201
+ background: var(--credbuild-color-azure-11);
1202
+ color: var(--credbuild-color-azure-04);
1203
+ transition: none;
1204
+ }
1205
+ ._ArrayField-inner_1q029_59 {
1206
+ margin-top: -1px;
1207
+ }
1208
+ ._ArrayFieldItem_1q029_67 {
1209
+ border-top-left-radius: 3px;
1210
+ border-top-right-radius: 3px;
1211
+ display: block;
1212
+ position: relative;
1213
+ }
1214
+ ._ArrayFieldItem_1q029_67 {
1215
+ border-top: 1px solid var(--credbuild-color-grey-09);
1216
+ }
1217
+ ._ArrayFieldItem--isDragging_1q029_78 {
1218
+ border-top: transparent;
1219
+ }
1220
+ ._ArrayFieldItem--isExpanded_1q029_82::before {
1221
+ display: none;
1222
+ }
1223
+ ._ArrayFieldItem--isExpanded_1q029_82 {
1224
+ border-bottom: 0;
1225
+ outline-offset: 0px !important;
1226
+ outline: 1px solid var(--credbuild-color-azure-07) !important;
1227
+ z-index: 2;
1228
+ }
1229
+ ._ArrayFieldItem--isDragging_1q029_78 {
1230
+ outline: 2px var(--credbuild-color-azure-09) solid !important;
1231
+ }
1232
+ ._ArrayFieldItem--isDragging_1q029_78 ._ArrayFieldItem-summary_1q029_97:active {
1233
+ background-color: var(--credbuild-color-white);
1234
+ }
1235
+ ._ArrayFieldItem_1q029_67 + ._ArrayFieldItem_1q029_67 {
1236
+ border-top-left-radius: 0;
1237
+ border-top-right-radius: 0;
1238
+ }
1239
+ ._ArrayFieldItem-summary_1q029_97 {
1240
+ background: var(--credbuild-color-white);
1241
+ color: var(--credbuild-color-grey-04);
1242
+ cursor: pointer;
1243
+ display: flex;
1244
+ align-items: center;
1245
+ gap: 2px;
1246
+ justify-content: space-between;
1247
+ font-size: var(--credbuild-font-size-xxs);
1248
+ list-style: none;
1249
+ padding: 12px 15px;
1250
+ position: relative;
1251
+ overflow: hidden;
1252
+ transition: background-color 50ms ease-in;
1253
+ }
1254
+ ._ArrayFieldItem--noFields_1q029_122 > ._ArrayFieldItem-summary_1q029_97 {
1255
+ cursor: grab;
1256
+ }
1257
+ ._ArrayFieldItem_1q029_67:first-of-type > ._ArrayFieldItem-summary_1q029_97 {
1258
+ border-top-left-radius: 3px;
1259
+ border-top-right-radius: 3px;
1260
+ }
1261
+ ._ArrayField--addDisabled_1q029_131 > ._ArrayField-inner_1q029_59 > ._ArrayFieldItem_1q029_67:last-of-type:not(._ArrayFieldItem--isExpanded_1q029_82) > ._ArrayFieldItem-summary_1q029_97 {
1262
+ border-bottom-left-radius: 3px;
1263
+ border-bottom-right-radius: 3px;
1264
+ }
1265
+ ._ArrayField--addDisabled_1q029_131 > ._ArrayField-inner_1q029_59 > ._ArrayFieldItem--isExpanded_1q029_82:last-of-type {
1266
+ border-bottom-left-radius: 3px;
1267
+ border-bottom-right-radius: 3px;
1268
+ }
1269
+ ._ArrayFieldItem-summary_1q029_97:focus-visible {
1270
+ outline: 2px solid var(--credbuild-color-azure-05);
1271
+ outline-offset: 2px;
1272
+ }
1273
+ @media (hover: hover) and (pointer: fine) {
1274
+ ._ArrayFieldItem-summary_1q029_97:hover {
1275
+ background-color: var(--credbuild-color-azure-12);
1276
+ transition: none;
1277
+ }
1278
+ }
1279
+ ._ArrayFieldItem-summary_1q029_97:active {
1280
+ background-color: var(--credbuild-color-azure-11);
1281
+ transition: none;
1282
+ }
1283
+ ._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-summary_1q029_97 {
1284
+ background: var(--credbuild-color-azure-11);
1285
+ color: var(--credbuild-color-azure-04);
1286
+ font-weight: 600;
1287
+ transition: none;
1288
+ }
1289
+ ._ArrayFieldItem-body_1q029_170 {
1290
+ background: var(--credbuild-color-white);
1291
+ display: none;
1292
+ }
1293
+ ._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-body_1q029_170 {
1294
+ display: block;
1295
+ }
1296
+ ._ArrayFieldItem-fieldset_1q029_179 {
1297
+ border: none;
1298
+ border-top: 1px solid var(--credbuild-color-grey-09);
1299
+ margin: 0;
1300
+ min-width: 0;
1301
+ padding: 16px 15px;
1302
+ }
1303
+ ._ArrayFieldItem-rhs_1q029_187 {
1304
+ display: flex;
1305
+ gap: 4px;
1306
+ align-items: center;
1307
+ }
1308
+ ._ArrayFieldItem-actions_1q029_193 {
1309
+ color: var(--credbuild-color-grey-04);
1310
+ display: flex;
1311
+ gap: 4px;
1312
+ opacity: 0;
1313
+ }
1314
+ ._ArrayFieldItem-summary_1q029_97:focus-within > ._ArrayFieldItem-rhs_1q029_187 > ._ArrayFieldItem-actions_1q029_193,
1315
+ ._ArrayFieldItem-summary_1q029_97:hover > ._ArrayFieldItem-rhs_1q029_187 > ._ArrayFieldItem-actions_1q029_193 {
1316
+ opacity: 1;
1317
+ }
1318
+
1319
+ /* css-module:/home/crediblemark/Project/Credibuild/components/DragIcon/styles.module.css/#css-module-data */
1320
+ ._DragIcon_ei1r9_1 {
1321
+ color: var(--credbuild-color-grey-05);
1322
+ cursor: grab;
1323
+ padding: 4px;
1324
+ border-radius: 4px;
1325
+ }
1326
+ ._DragIcon--disabled_ei1r9_8 {
1327
+ cursor: no-drop;
1328
+ }
1329
+ @media (hover: hover) and (pointer: fine) {
1330
+ ._DragIcon_ei1r9_1:not(._DragIcon--disabled_ei1r9_8):hover {
1331
+ color: var(--credbuild-color-azure-05);
1332
+ background-color: var(--credbuild-color-azure-12);
1333
+ }
1334
+ }
1335
+
1336
+ /* components/Sortable/styles.css */
1337
+ [data-dnd-placeholder] * {
1338
+ opacity: 0 !important;
1339
+ }
1340
+ [data-dnd-placeholder] {
1341
+ background: var(--credbuild-color-azure-09) !important;
1342
+ border: none !important;
1343
+ color: #00000000 !important;
1344
+ opacity: 0.3 !important;
1345
+ outline: none !important;
1346
+ transition: none !important;
1347
+ }
1348
+
1349
+ /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1344
1350
  ._ObjectField_b2xjm_5 {
1345
1351
  display: flex;
1346
1352
  flex-direction: column;
@@ -1355,7 +1361,7 @@ textarea._Input-input_1q7gk_26 {
1355
1361
  padding: 16px 15px;
1356
1362
  }
1357
1363
 
1358
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/Drawer/styles.module.css/#css-module-data */
1364
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Drawer/styles.module.css/#css-module-data */
1359
1365
  ._Drawer_e1509_1 {
1360
1366
  display: flex;
1361
1367
  flex-direction: column;
@@ -1415,7 +1421,7 @@ textarea._Input-input_1q7gk_26 {
1415
1421
  letter-spacing: 0.02em;
1416
1422
  }
1417
1423
 
1418
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/DraggableComponent/styles.module.css/#css-module-data */
1424
+ /* css-module:/home/crediblemark/Project/Credibuild/components/DraggableComponent/styles.module.css/#css-module-data */
1419
1425
  ._DraggableComponent_yrtpz_1 {
1420
1426
  position: absolute;
1421
1427
  pointer-events: none;
@@ -1522,7 +1528,7 @@ textarea._Input-input_1q7gk_26 {
1522
1528
  outline-offset: -2px !important;
1523
1529
  }
1524
1530
 
1525
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/DropZone/styles.module.css/#css-module-data */
1531
+ /* css-module:/home/crediblemark/Project/Credibuild/components/DropZone/styles.module.css/#css-module-data */
1526
1532
  ._DropZone_1vmgt_1 {
1527
1533
  --resize-animation-ms: 150ms;
1528
1534
  position: relative;
@@ -1589,7 +1595,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1589
1595
  outline-offset: 2px;
1590
1596
  }
1591
1597
 
1592
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/InlineTextField/styles.module.css/#css-module-data */
1598
+ /* css-module:/home/crediblemark/Project/Credibuild/components/InlineTextField/styles.module.css/#css-module-data */
1593
1599
  ._InlineTextField_104qp_1 {
1594
1600
  cursor: text;
1595
1601
  display: inline-block;
@@ -1604,7 +1610,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1604
1610
  display: none;
1605
1611
  }
1606
1612
 
1607
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/Fields/styles.module.css/#css-module-data */
1613
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Fields/styles.module.css/#css-module-data */
1608
1614
  ._CredBuildFields_slc6y_1 {
1609
1615
  position: relative;
1610
1616
  font-family: var(--credbuild-font-family);
@@ -1646,7 +1652,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1646
1652
  margin-top: 8px;
1647
1653
  }
1648
1654
 
1649
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/ComponentList/styles.module.css/#css-module-data */
1655
+ /* css-module:/home/crediblemark/Project/Credibuild/components/ComponentList/styles.module.css/#css-module-data */
1650
1656
  ._ComponentList_1jl8i_1 {
1651
1657
  max-width: 100%;
1652
1658
  }
@@ -1695,7 +1701,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1695
1701
  margin-inline-start: auto;
1696
1702
  }
1697
1703
 
1698
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/Preview/styles.module.css/#css-module-data */
1704
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Preview/styles.module.css/#css-module-data */
1699
1705
  ._CredBuildPreview_1z08a_1 {
1700
1706
  position: relative;
1701
1707
  height: 100%;
@@ -1706,7 +1712,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1706
1712
  width: 100%;
1707
1713
  }
1708
1714
 
1709
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/LayerTree/styles.module.css/#css-module-data */
1715
+ /* css-module:/home/crediblemark/Project/Credibuild/components/LayerTree/styles.module.css/#css-module-data */
1710
1716
  ._LayerTree_nus40_1 {
1711
1717
  color: var(--credbuild-color-grey-03);
1712
1718
  font-family: var(--credbuild-font-family);
@@ -1810,7 +1816,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1810
1816
  margin-top: 2px;
1811
1817
  }
1812
1818
 
1813
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/Layout/styles.module.css/#css-module-data */
1819
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Layout/styles.module.css/#css-module-data */
1814
1820
  ._CredBuildLayout_ildl0_1 {
1815
1821
  display: flex;
1816
1822
  flex: 1;
@@ -1928,7 +1934,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1928
1934
  opacity: 1;
1929
1935
  }
1930
1936
 
1931
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/MenuBar/styles.module.css/#css-module-data */
1937
+ /* css-module:/home/crediblemark/Project/Credibuild/components/MenuBar/styles.module.css/#css-module-data */
1932
1938
  ._MenuBar_1m2ld_1 {
1933
1939
  background-color: var(--credbuild-color-white);
1934
1940
  border-bottom: 1px solid var(--credbuild-color-grey-09);
@@ -1972,7 +1978,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1972
1978
  display: flex;
1973
1979
  }
1974
1980
 
1975
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/ViewportControls/styles.module.css/#css-module-data */
1981
+ /* css-module:/home/crediblemark/Project/Credibuild/components/ViewportControls/styles.module.css/#css-module-data */
1976
1982
  ._ViewportControls_1e0ai_1 {
1977
1983
  position: relative;
1978
1984
  }
@@ -2076,7 +2082,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2076
2082
  color: var(--credbuild-color-azure-04);
2077
2083
  }
2078
2084
 
2079
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/Header/styles.module.css/#css-module-data */
2085
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Header/styles.module.css/#css-module-data */
2080
2086
  ._CredBuildHeader_qzv5u_1 {
2081
2087
  background: var(--credbuild-color-white);
2082
2088
  border-bottom: 1px solid var(--credbuild-color-grey-10);
@@ -2150,7 +2156,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2150
2156
  }
2151
2157
  }
2152
2158
 
2153
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/SidebarSection/styles.module.css/#css-module-data */
2159
+ /* css-module:/home/crediblemark/Project/Credibuild/components/SidebarSection/styles.module.css/#css-module-data */
2154
2160
  ._SidebarSection_1oj6d_1 {
2155
2161
  display: flex;
2156
2162
  position: relative;
@@ -2246,7 +2252,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2246
2252
  opacity: 0.8;
2247
2253
  }
2248
2254
 
2249
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/Breadcrumbs/styles.module.css/#css-module-data */
2255
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Breadcrumbs/styles.module.css/#css-module-data */
2250
2256
  ._Breadcrumbs_1e0gb_1 {
2251
2257
  align-items: center;
2252
2258
  display: flex;
@@ -2283,7 +2289,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2283
2289
  gap: 4px;
2284
2290
  }
2285
2291
 
2286
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/Canvas/styles.module.css/#css-module-data */
2292
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Canvas/styles.module.css/#css-module-data */
2287
2293
  ._CredBuildCanvas_1ivia_1 {
2288
2294
  background-color: var(--credbuild-color-grey-09);
2289
2295
  background-image: radial-gradient(var(--cb-grid-color) var(--cb-grid-dot), transparent 0);
@@ -2361,7 +2367,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2361
2367
  transition: none;
2362
2368
  }
2363
2369
 
2364
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/ResizeHandle/styles.module.css/#css-module-data */
2370
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/ResizeHandle/styles.module.css/#css-module-data */
2365
2371
  @media (min-width: 766px) {
2366
2372
  ._ResizeHandle_144bf_2 {
2367
2373
  position: absolute;
@@ -2394,7 +2400,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2394
2400
  cursor: col-resize;
2395
2401
  }
2396
2402
 
2397
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/Sidebar/styles.module.css/#css-module-data */
2403
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Sidebar/styles.module.css/#css-module-data */
2398
2404
  ._Sidebar_1kcif_1 {
2399
2405
  position: relative;
2400
2406
  display: none;
@@ -2443,7 +2449,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2443
2449
  justify-self: start;
2444
2450
  }
2445
2451
 
2446
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/Nav/styles.module.css/#css-module-data */
2452
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Nav/styles.module.css/#css-module-data */
2447
2453
  ._Nav_wbh7e_1 {
2448
2454
  display: flex;
2449
2455
  width: 100%;
@@ -2536,7 +2542,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2536
2542
  }
2537
2543
  }
2538
2544
 
2539
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/plugins/blocks/styles.module.css/#css-module-data */
2545
+ /* css-module:/home/crediblemark/Project/Credibuild/plugins/blocks/styles.module.css/#css-module-data */
2540
2546
  ._BlocksPlugin_1ey1i_1 {
2541
2547
  padding: 16px;
2542
2548
  height: 100%;
@@ -2544,7 +2550,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2544
2550
  box-sizing: border-box;
2545
2551
  }
2546
2552
 
2547
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/plugins/outline/styles.module.css/#css-module-data */
2553
+ /* css-module:/home/crediblemark/Project/Credibuild/plugins/outline/styles.module.css/#css-module-data */
2548
2554
  ._OutlinePlugin_q92j6_1 {
2549
2555
  padding: 16px;
2550
2556
  height: 100%;
@@ -2552,7 +2558,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2552
2558
  box-sizing: border-box;
2553
2559
  }
2554
2560
 
2555
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/plugins/fields/styles.module.css/#css-module-data */
2561
+ /* css-module:/home/crediblemark/Project/Credibuild/plugins/fields/styles.module.css/#css-module-data */
2556
2562
  ._FieldsPlugin_6as57_1 {
2557
2563
  background: white;
2558
2564
  height: 100%;
@@ -2571,4 +2577,3 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2571
2577
  padding: 16px;
2572
2578
  }
2573
2579
  }
2574
- /*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */