@crediblemark/build 0.22.2 → 0.22.7

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 +41 -36
  50. package/dist/chunk-B4BOBGYB.mjs +0 -42
  51. package/dist/chunk-YH7AXYKP.mjs +0 -109
package/dist/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @import "https://rsms.me/inter/inter.css";
2
2
 
3
- /* bundle/index.css */
3
+ /* styles/color.css */
4
4
  :root {
5
5
  --credbuild-color-rose-01: #4a001c;
6
6
  --credbuild-color-rose-02: #670833;
@@ -77,6 +77,8 @@
77
77
  --credbuild-color-black: #000000;
78
78
  --credbuild-color-white: #ffffff;
79
79
  }
80
+
81
+ /* styles/typography.css */
80
82
  :root {
81
83
  --credbuild-font-size-scale-base-unitless: 12;
82
84
  --credbuild-font-size-xxxs-unitless: 12;
@@ -131,6 +133,8 @@
131
133
  --credbuild-font-family: InterVariable, var(--fallback-font-stack);
132
134
  }
133
135
  }
136
+
137
+ /* bundle/core.css */
134
138
  #frame-root {
135
139
  height: 1px;
136
140
  min-height: 100vh;
@@ -140,7 +144,298 @@
140
144
  z-index: 0;
141
145
  }
142
146
 
143
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/ActionBar/styles.module.css/#css-module-data */
147
+ /* bundle/index.css */
148
+ .CredBuild {
149
+ --cb-bg-base: #020617;
150
+ --cb-bg-surface: #0f172a;
151
+ --cb-bg-panel: #1e293b;
152
+ --cb-gold: #fbbf24;
153
+ --cb-gold-glow: rgba(251, 191, 36, 0.15);
154
+ --cb-gold-faint: rgba(251, 191, 36, 0.05);
155
+ --cb-silver: #f8fafc;
156
+ --cb-silver-muted: #cbd5e1;
157
+ --cb-border: rgba(248, 250, 252, 0.1);
158
+ --credbuild-font-family: "Inter", sans-serif;
159
+ }
160
+ .CredBuild {
161
+ background-color: var(--cb-bg-base) !important;
162
+ color: var(--cb-silver) !important;
163
+ }
164
+ .CredBuildHeader {
165
+ background: var(--cb-bg-base) !important;
166
+ border-bottom: 1px solid var(--cb-border) !important;
167
+ height: 48px !important;
168
+ }
169
+ .CredBuild svg {
170
+ color: var(--cb-gold) !important;
171
+ stroke: var(--cb-gold) !important;
172
+ }
173
+ .CredBuild h1,
174
+ .CredBuild h2,
175
+ .CredBuild h3,
176
+ .CredBuild h4,
177
+ .CredBuild p,
178
+ .CredBuild span,
179
+ .CredBuild div {
180
+ color: var(--cb-silver);
181
+ }
182
+ .CredBuild ::-webkit-scrollbar {
183
+ width: 4px;
184
+ height: 4px;
185
+ }
186
+ .CredBuild ::-webkit-scrollbar-track {
187
+ background: transparent;
188
+ }
189
+ .CredBuild ::-webkit-scrollbar-thumb {
190
+ background: var(--cb-border);
191
+ border-radius: 10px;
192
+ }
193
+ .CredBuild ::-webkit-scrollbar-thumb:hover {
194
+ background: var(--cb-gold);
195
+ }
196
+ .CredBuild button {
197
+ transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
198
+ }
199
+ .CredBuild button:hover {
200
+ filter: brightness(1.2);
201
+ }
202
+ [class*=Layout-left],
203
+ [class*=Layout-right],
204
+ [class*=Layout-header],
205
+ [class*=Sidebar] {
206
+ background-color: var(--cb-bg-surface) !important;
207
+ border-color: var(--cb-border) !important;
208
+ color: var(--cb-silver) !important;
209
+ }
210
+ [class*=Layout-header] {
211
+ background-color: var(--cb-bg-base) !important;
212
+ }
213
+ [class*=Nav] {
214
+ background-color: var(--cb-bg-surface) !important;
215
+ border-bottom: 1px solid var(--cb-border) !important;
216
+ }
217
+ [class*=NavItem-link] {
218
+ color: var(--cb-silver-muted) !important;
219
+ }
220
+ [class*=NavItem--active] [class*=NavItem-link] {
221
+ color: var(--cb-gold) !important;
222
+ }
223
+ [class*=Layout-editor] {
224
+ background-color: var(--cb-bg-base) !important;
225
+ }
226
+ [class*=Drawer] {
227
+ background-color: var(--cb-bg-base) !important;
228
+ }
229
+ [class*=DrawerItem-default],
230
+ [class*=DrawerItem-draggable],
231
+ [class*=DrawerItem-draggableWrapper],
232
+ [class*=Drawer-draggableBg] {
233
+ background-color: var(--cb-bg-surface) !important;
234
+ color: var(--cb-silver) !important;
235
+ border: 1px solid var(--cb-border) !important;
236
+ }
237
+ [class*=DrawerItem-draggable]:hover {
238
+ border-color: var(--cb-gold) !important;
239
+ background-color: var(--cb-gold-glow) !important;
240
+ }
241
+ [class*=DrawerItem-name] {
242
+ color: var(--cb-silver) !important;
243
+ font-weight: 500;
244
+ }
245
+ [class*=DrawerItem-icon] svg,
246
+ [class*=DrawerItem-draggable] svg {
247
+ color: var(--cb-gold) !important;
248
+ stroke: var(--cb-gold) !important;
249
+ opacity: 1 !important;
250
+ }
251
+ [class*=ComponentList-title] {
252
+ background-color: var(--cb-bg-panel) !important;
253
+ color: var(--cb-gold) !important;
254
+ border-radius: 0 !important;
255
+ margin-bottom: 2px !important;
256
+ font-weight: 700 !important;
257
+ letter-spacing: 0.05em !important;
258
+ text-transform: uppercase !important;
259
+ opacity: 1 !important;
260
+ }
261
+ [class*=ComponentList-title]:hover {
262
+ background-color: var(--cb-gold-faint) !important;
263
+ }
264
+ .CredBuild input,
265
+ .CredBuild textarea,
266
+ .CredBuild select,
267
+ [class*=ExternalInput-input],
268
+ [class*=Select-select] {
269
+ background-color: var(--cb-bg-base) !important;
270
+ border: 1px solid var(--cb-border) !important;
271
+ border-radius: var(--cb-radius-m) !important;
272
+ color: var(--cb-silver) !important;
273
+ padding: 8px 12px !important;
274
+ font-size: 12px !important;
275
+ width: 100% !important;
276
+ transition: all 0.2s ease !important;
277
+ }
278
+ .CredBuild input:focus,
279
+ .CredBuild textarea:focus,
280
+ .CredBuild select:focus {
281
+ border-color: var(--cb-gold) !important;
282
+ outline: none !important;
283
+ box-shadow: 0 0 0 1px var(--cb-gold-glow) !important;
284
+ }
285
+ [class*=AutoField-label],
286
+ [class*=SidebarSection-title],
287
+ [class*=Heading-item] {
288
+ color: var(--cb-silver-muted) !important;
289
+ font-size: 11px !important;
290
+ font-weight: 600 !important;
291
+ text-transform: uppercase !important;
292
+ letter-spacing: 0.05em !important;
293
+ margin-top: 12px !important;
294
+ margin-bottom: 8px !important;
295
+ }
296
+ [class*=SidebarSection] {
297
+ border-bottom: 1px solid var(--cb-border) !important;
298
+ background-color: transparent !important;
299
+ }
300
+ [class*=Select-button] {
301
+ background-color: var(--cb-bg-base) !important;
302
+ border-color: var(--cb-border) !important;
303
+ color: var(--cb-silver) !important;
304
+ }
305
+ [class*=SidebarSection-content],
306
+ [class*=Field-array],
307
+ [class*=ArrayField],
308
+ [class*=Sidebar] div[class*=Section-],
309
+ [class*=Sidebar] div[class*=Field-] {
310
+ background-color: transparent !important;
311
+ background: transparent !important;
312
+ border-color: var(--cb-border) !important;
313
+ }
314
+ [class*=Array-item],
315
+ [class*=Field-list] > div {
316
+ background-color: var(--cb-bg-surface) !important;
317
+ border: 1px solid var(--cb-border) !important;
318
+ border-radius: var(--cb-radius-m) !important;
319
+ color: var(--cb-silver) !important;
320
+ padding: 8px !important;
321
+ margin-bottom: 4px !important;
322
+ }
323
+ .CredBuild [class*=Layout-right] div {
324
+ background-image: none !important;
325
+ }
326
+ [class*=CredBuildHeader] {
327
+ background-color: var(--cb-bg-base) !important;
328
+ background: var(--cb-bg-base) !important;
329
+ border-bottom: 1px solid var(--cb-border) !important;
330
+ }
331
+ [class*=Header-path],
332
+ [class*=Header-title],
333
+ [class*=Header-inner] * {
334
+ color: var(--cb-gold) !important;
335
+ font-weight: 600 !important;
336
+ }
337
+ [class*=Header] div,
338
+ [class*=Header] button,
339
+ [class*=Header] span {
340
+ background-color: transparent !important;
341
+ background: transparent !important;
342
+ border-color: transparent !important;
343
+ box-shadow: none !important;
344
+ }
345
+ [class*=Button--secondary] {
346
+ background-color: var(--cb-bg-surface) !important;
347
+ border: 1px solid var(--cb-border) !important;
348
+ color: var(--cb-silver-muted) !important;
349
+ }
350
+ [class*=Button--secondary]:hover {
351
+ background-color: var(--cb-bg-panel) !important;
352
+ border-color: var(--cb-gold) !important;
353
+ color: var(--cb-gold) !important;
354
+ }
355
+ .CredBuild button[class*=primary],
356
+ .CredBuild button[class*=Publish],
357
+ .CredBuild button[class*=Button--primary] {
358
+ background-color: var(--cb-gold) !important;
359
+ background: var(--cb-gold) !important;
360
+ color: var(--cb-bg-base) !important;
361
+ border: none !important;
362
+ opacity: 1 !important;
363
+ padding: 6px 18px !important;
364
+ border-radius: var(--cb-radius-m) !important;
365
+ font-weight: 700 !important;
366
+ transition: all 0.2s ease !important;
367
+ }
368
+ .CredBuild button[class*=primary]:hover {
369
+ background-color: #fcd34d !important;
370
+ box-shadow: 0 0 15px var(--cb-gold-glow) !important;
371
+ transform: translateY(-1px);
372
+ }
373
+ [class*=Header] svg,
374
+ [class*=Header] svg * {
375
+ color: var(--cb-gold) !important;
376
+ stroke: var(--cb-gold) !important;
377
+ fill: none !important;
378
+ }
379
+ [class*=Header-tools] > div,
380
+ [class*=Header-rightActions] > div {
381
+ background: transparent !important;
382
+ }
383
+ [class*=Drawer] input,
384
+ [class*=ComponentList] input,
385
+ [class*=Search] input {
386
+ background-color: var(--cb-bg-base) !important;
387
+ color: var(--cb-silver) !important;
388
+ border: 1px solid var(--cb-border) !important;
389
+ border-radius: var(--cb-radius-m) !important;
390
+ padding: 10px 12px !important;
391
+ font-size: 13px !important;
392
+ transition: all 0.2s ease !important;
393
+ }
394
+ [class*=Drawer] input:focus {
395
+ border-color: var(--cb-gold) !important;
396
+ box-shadow: 0 0 10px var(--cb-gold-glow) !important;
397
+ outline: none !important;
398
+ }
399
+ [class*=ComponentList-title] {
400
+ color: var(--cb-gold) !important;
401
+ text-transform: uppercase !important;
402
+ font-weight: 700 !important;
403
+ letter-spacing: 0.07em !important;
404
+ opacity: 1 !important;
405
+ padding: 12px !important;
406
+ }
407
+ [class*=ComponentList-title]:hover {
408
+ background-color: var(--cb-gold-glow) !important;
409
+ color: var(--cb-gold) !important;
410
+ }
411
+ [class*=ComponentList-titleIcon] svg {
412
+ color: var(--cb-gold) !important;
413
+ }
414
+ [class*=DrawerItem] {
415
+ margin-top: 0 !important;
416
+ margin-bottom: 0 !important;
417
+ border: none !important;
418
+ border-bottom: none !important;
419
+ }
420
+ [class*=DrawerItem-name],
421
+ [class*=DrawerItem] span,
422
+ [class*=DrawerItem] div {
423
+ background-color: transparent !important;
424
+ background: transparent !important;
425
+ }
426
+ :root {
427
+ --credbuild-color-azure-05: var(--cb-gold);
428
+ --credbuild-color-azure-06: var(--cb-gold);
429
+ --credbuild-color-azure-07: var(--cb-gold);
430
+ --credbuild-color-azure-10: var(--cb-gold-glow);
431
+ --credbuild-color-azure-11: var(--cb-gold-glow);
432
+ --credbuild-color-white: var(--cb-silver);
433
+ --credbuild-color-grey-11: var(--cb-bg-surface);
434
+ --credbuild-color-grey-10: var(--cb-border);
435
+ --credbuild-color-grey-09: var(--cb-bg-base);
436
+ }
437
+
438
+ /* css-module:/home/crediblemark/Project/Credibuild/components/ActionBar/styles.module.css/#css-module-data */
144
439
  ._ActionBar_ze0ci_1 {
145
440
  align-items: center;
146
441
  cursor: default;
@@ -235,7 +530,7 @@
235
530
  height: 100%;
236
531
  }
237
532
 
238
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/AutoField/styles.module.css/#css-module-data */
533
+ /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
239
534
  ._InputWrapper_1q7gk_1 + ._InputWrapper_1q7gk_1 {
240
535
  margin-top: 12px;
241
536
  }
@@ -387,269 +682,10 @@ select._Input-input_1q7gk_26:dir(rtl) {
387
682
  width: 1px;
388
683
  }
389
684
  textarea._Input-input_1q7gk_26 {
390
- margin-bottom: -4px;
391
- }
392
-
393
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
394
- ._ArrayField_1q029_5 {
395
- display: flex;
396
- flex-direction: column;
397
- background: var(--credbuild-color-azure-11);
398
- border: 1px solid var(--credbuild-color-grey-09);
399
- border-radius: 4px;
400
- }
401
- ._ArrayField--isDraggingFrom_1q029_13 {
402
- background-color: var(--credbuild-color-azure-11);
403
- overflow: hidden;
404
- }
405
- ._ArrayField-addButton_1q029_18 {
406
- background-color: var(--credbuild-color-white);
407
- border: none;
408
- border-radius: 3px;
409
- display: flex;
410
- color: var(--credbuild-color-azure-05);
411
- justify-content: center;
412
- cursor: pointer;
413
- width: 100%;
414
- margin: 0;
415
- padding: 14px;
416
- text-align: left;
417
- transition: background-color 50ms ease-in;
418
- }
419
- ._ArrayField--hasItems_1q029_33 > ._ArrayField-addButton_1q029_18 {
420
- border-top: 1px solid var(--credbuild-color-grey-09);
421
- border-top-left-radius: 0;
422
- border-top-right-radius: 0;
423
- }
424
- ._ArrayField-addButton_1q029_18:focus-visible {
425
- outline: 2px solid var(--credbuild-color-azure-05);
426
- outline-offset: 2px;
427
- position: relative;
428
- }
429
- @media (hover: hover) and (pointer: fine) {
430
- ._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:hover {
431
- background: var(--credbuild-color-azure-12);
432
- color: var(--credbuild-color-azure-04);
433
- transition: none;
434
- }
435
- }
436
- ._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:active {
437
- background: var(--credbuild-color-azure-11);
438
- color: var(--credbuild-color-azure-04);
439
- transition: none;
440
- }
441
- ._ArrayField-inner_1q029_59 {
442
- margin-top: -1px;
443
- }
444
- ._ArrayFieldItem_1q029_67 {
445
- border-top-left-radius: 3px;
446
- border-top-right-radius: 3px;
447
- display: block;
448
- position: relative;
449
- }
450
- ._ArrayFieldItem_1q029_67 {
451
- border-top: 1px solid var(--credbuild-color-grey-09);
452
- }
453
- ._ArrayFieldItem--isDragging_1q029_78 {
454
- border-top: transparent;
455
- }
456
- ._ArrayFieldItem--isExpanded_1q029_82::before {
457
- display: none;
458
- }
459
- ._ArrayFieldItem--isExpanded_1q029_82 {
460
- border-bottom: 0;
461
- outline-offset: 0px !important;
462
- outline: 1px solid var(--credbuild-color-azure-07) !important;
463
- z-index: 2;
464
- }
465
- ._ArrayFieldItem--isDragging_1q029_78 {
466
- outline: 2px var(--credbuild-color-azure-09) solid !important;
467
- }
468
- ._ArrayFieldItem--isDragging_1q029_78 ._ArrayFieldItem-summary_1q029_97:active {
469
- background-color: var(--credbuild-color-white);
470
- }
471
- ._ArrayFieldItem_1q029_67 + ._ArrayFieldItem_1q029_67 {
472
- border-top-left-radius: 0;
473
- border-top-right-radius: 0;
474
- }
475
- ._ArrayFieldItem-summary_1q029_97 {
476
- background: var(--credbuild-color-white);
477
- color: var(--credbuild-color-grey-04);
478
- cursor: pointer;
479
- display: flex;
480
- align-items: center;
481
- gap: 2px;
482
- justify-content: space-between;
483
- font-size: var(--credbuild-font-size-xxs);
484
- list-style: none;
485
- padding: 12px 15px;
486
- position: relative;
487
- overflow: hidden;
488
- transition: background-color 50ms ease-in;
489
- }
490
- ._ArrayFieldItem--noFields_1q029_122 > ._ArrayFieldItem-summary_1q029_97 {
491
- cursor: grab;
492
- }
493
- ._ArrayFieldItem_1q029_67:first-of-type > ._ArrayFieldItem-summary_1q029_97 {
494
- border-top-left-radius: 3px;
495
- border-top-right-radius: 3px;
496
- }
497
- ._ArrayField--addDisabled_1q029_131 > ._ArrayField-inner_1q029_59 > ._ArrayFieldItem_1q029_67:last-of-type:not(._ArrayFieldItem--isExpanded_1q029_82) > ._ArrayFieldItem-summary_1q029_97 {
498
- border-bottom-left-radius: 3px;
499
- border-bottom-right-radius: 3px;
500
- }
501
- ._ArrayField--addDisabled_1q029_131 > ._ArrayField-inner_1q029_59 > ._ArrayFieldItem--isExpanded_1q029_82:last-of-type {
502
- border-bottom-left-radius: 3px;
503
- border-bottom-right-radius: 3px;
504
- }
505
- ._ArrayFieldItem-summary_1q029_97:focus-visible {
506
- outline: 2px solid var(--credbuild-color-azure-05);
507
- outline-offset: 2px;
508
- }
509
- @media (hover: hover) and (pointer: fine) {
510
- ._ArrayFieldItem-summary_1q029_97:hover {
511
- background-color: var(--credbuild-color-azure-12);
512
- transition: none;
513
- }
514
- }
515
- ._ArrayFieldItem-summary_1q029_97:active {
516
- background-color: var(--credbuild-color-azure-11);
517
- transition: none;
518
- }
519
- ._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-summary_1q029_97 {
520
- background: var(--credbuild-color-azure-11);
521
- color: var(--credbuild-color-azure-04);
522
- font-weight: 600;
523
- transition: none;
524
- }
525
- ._ArrayFieldItem-body_1q029_170 {
526
- background: var(--credbuild-color-white);
527
- display: none;
528
- }
529
- ._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-body_1q029_170 {
530
- display: block;
531
- }
532
- ._ArrayFieldItem-fieldset_1q029_179 {
533
- border: none;
534
- border-top: 1px solid var(--credbuild-color-grey-09);
535
- margin: 0;
536
- min-width: 0;
537
- padding: 16px 15px;
538
- }
539
- ._ArrayFieldItem-rhs_1q029_187 {
540
- display: flex;
541
- gap: 4px;
542
- align-items: center;
543
- }
544
- ._ArrayFieldItem-actions_1q029_193 {
545
- color: var(--credbuild-color-grey-04);
546
- display: flex;
547
- gap: 4px;
548
- opacity: 0;
549
- }
550
- ._ArrayFieldItem-summary_1q029_97:focus-within > ._ArrayFieldItem-rhs_1q029_187 > ._ArrayFieldItem-actions_1q029_193,
551
- ._ArrayFieldItem-summary_1q029_97:hover > ._ArrayFieldItem-rhs_1q029_187 > ._ArrayFieldItem-actions_1q029_193 {
552
- opacity: 1;
553
- }
554
-
555
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/IconButton/IconButton.module.css/#css-module-data */
556
- ._IconButton_1a0fz_1 {
557
- align-items: center;
558
- background: transparent;
559
- border: none;
560
- border-radius: var(--cb-radius-m);
561
- color: currentColor;
562
- display: flex;
563
- font-family: var(--credbuild-font-family);
564
- justify-content: center;
565
- padding: 2px;
566
- transition: all 0.2s ease;
567
- }
568
- ._IconButton--active_1a0fz_14 {
569
- color: var(--credbuild-color-azure-04);
570
- }
571
- ._IconButton_1a0fz_1:focus-visible {
572
- outline: 2px solid var(--credbuild-color-azure-05);
573
- outline-offset: -2px;
574
- }
575
- @media (hover: hover) and (pointer: fine) {
576
- ._IconButton_1a0fz_1:hover:not(._IconButton--disabled_1a0fz_24) {
577
- background: var(--credbuild-color-grey-10);
578
- color: var(--credbuild-color-azure-04);
579
- cursor: pointer;
580
- transition: none;
581
- }
582
- }
583
- ._IconButton_1a0fz_1:active {
584
- background: var(--credbuild-color-azure-11);
585
- transition: none;
586
- }
587
- ._IconButton-title_1a0fz_37 {
588
- clip: rect(0 0 0 0);
589
- clip-path: inset(100%);
590
- height: 1px;
591
- overflow: hidden;
592
- position: absolute;
593
- white-space: nowrap;
594
- width: 1px;
595
- }
596
- ._IconButton--disabled_1a0fz_24 {
597
- color: var(--credbuild-color-grey-07);
598
- }
599
-
600
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/Loader/styles.module.css/#css-module-data */
601
- @keyframes _loader-animation_nacdm_1 {
602
- 0% {
603
- transform: rotate(0deg) scale(1);
604
- }
605
- 50% {
606
- transform: rotate(180deg) scale(0.8);
607
- }
608
- 100% {
609
- transform: rotate(360deg) scale(1);
610
- }
611
- }
612
- ._Loader_nacdm_13 {
613
- background: transparent;
614
- border-radius: 100%;
615
- border: 2px solid currentColor;
616
- border-bottom-color: transparent;
617
- display: inline-block;
618
- animation: _loader-animation_nacdm_1 1s 0s infinite linear;
619
- animation-fill-mode: both;
620
- }
621
-
622
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/DragIcon/styles.module.css/#css-module-data */
623
- ._DragIcon_ei1r9_1 {
624
- color: var(--credbuild-color-grey-05);
625
- cursor: grab;
626
- padding: 4px;
627
- border-radius: 4px;
628
- }
629
- ._DragIcon--disabled_ei1r9_8 {
630
- cursor: no-drop;
631
- }
632
- @media (hover: hover) and (pointer: fine) {
633
- ._DragIcon_ei1r9_1:not(._DragIcon--disabled_ei1r9_8):hover {
634
- color: var(--credbuild-color-azure-05);
635
- background-color: var(--credbuild-color-azure-12);
636
- }
637
- }
638
-
639
- /* components/Sortable/styles.css */
640
- [data-dnd-placeholder] * {
641
- opacity: 0 !important;
642
- }
643
- [data-dnd-placeholder] {
644
- background: var(--credbuild-color-azure-09) !important;
645
- border: none !important;
646
- color: #00000000 !important;
647
- opacity: 0.3 !important;
648
- outline: none !important;
649
- transition: none !important;
685
+ margin-bottom: -4px;
650
686
  }
651
687
 
652
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/ExternalInput/styles.module.css/#css-module-data */
688
+ /* css-module:/home/crediblemark/Project/Credibuild/components/ExternalInput/styles.module.css/#css-module-data */
653
689
  ._ExternalInput-actions_1gpb4_1 {
654
690
  display: flex;
655
691
  }
@@ -941,7 +977,7 @@ textarea._Input-input_1q7gk_26 {
941
977
  display: block;
942
978
  }
943
979
 
944
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/Modal/styles.module.css/#css-module-data */
980
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Modal/styles.module.css/#css-module-data */
945
981
  ._Modal_b422s_1 {
946
982
  background: color-mix(in srgb, var(--credbuild-color-black) 75%, transparent);
947
983
  display: none;
@@ -969,7 +1005,7 @@ textarea._Input-input_1q7gk_26 {
969
1005
  max-height: 90dvh;
970
1006
  }
971
1007
 
972
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/Heading/styles.module.css/#css-module-data */
1008
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Heading/styles.module.css/#css-module-data */
973
1009
  ._Heading_1tpsl_1 {
974
1010
  display: block;
975
1011
  color: var(--credbuild-color-black);
@@ -1006,7 +1042,29 @@ textarea._Input-input_1q7gk_26 {
1006
1042
  font-size: var(--credbuild-font-size-xs);
1007
1043
  }
1008
1044
 
1009
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/Button/Button.module.css/#css-module-data */
1045
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Loader/styles.module.css/#css-module-data */
1046
+ @keyframes _loader-animation_nacdm_1 {
1047
+ 0% {
1048
+ transform: rotate(0deg) scale(1);
1049
+ }
1050
+ 50% {
1051
+ transform: rotate(180deg) scale(0.8);
1052
+ }
1053
+ 100% {
1054
+ transform: rotate(360deg) scale(1);
1055
+ }
1056
+ }
1057
+ ._Loader_nacdm_13 {
1058
+ background: transparent;
1059
+ border-radius: 100%;
1060
+ border: 2px solid currentColor;
1061
+ border-bottom-color: transparent;
1062
+ display: inline-block;
1063
+ animation: _loader-animation_nacdm_1 1s 0s infinite linear;
1064
+ animation-fill-mode: both;
1065
+ }
1066
+
1067
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Button/Button.module.css/#css-module-data */
1010
1068
  ._Button_164uz_1 {
1011
1069
  appearance: none;
1012
1070
  background: none;
@@ -1099,7 +1157,52 @@ textarea._Input-input_1q7gk_26 {
1099
1157
  padding-inline-start: 8px;
1100
1158
  }
1101
1159
 
1102
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/RichTextMenu/styles.module.css/#css-module-data */
1160
+ /* css-module:/home/crediblemark/Project/Credibuild/components/IconButton/IconButton.module.css/#css-module-data */
1161
+ ._IconButton_1a0fz_1 {
1162
+ align-items: center;
1163
+ background: transparent;
1164
+ border: none;
1165
+ border-radius: var(--cb-radius-m);
1166
+ color: currentColor;
1167
+ display: flex;
1168
+ font-family: var(--credbuild-font-family);
1169
+ justify-content: center;
1170
+ padding: 2px;
1171
+ transition: all 0.2s ease;
1172
+ }
1173
+ ._IconButton--active_1a0fz_14 {
1174
+ color: var(--credbuild-color-azure-04);
1175
+ }
1176
+ ._IconButton_1a0fz_1:focus-visible {
1177
+ outline: 2px solid var(--credbuild-color-azure-05);
1178
+ outline-offset: -2px;
1179
+ }
1180
+ @media (hover: hover) and (pointer: fine) {
1181
+ ._IconButton_1a0fz_1:hover:not(._IconButton--disabled_1a0fz_24) {
1182
+ background: var(--credbuild-color-grey-10);
1183
+ color: var(--credbuild-color-azure-04);
1184
+ cursor: pointer;
1185
+ transition: none;
1186
+ }
1187
+ }
1188
+ ._IconButton_1a0fz_1:active {
1189
+ background: var(--credbuild-color-azure-11);
1190
+ transition: none;
1191
+ }
1192
+ ._IconButton-title_1a0fz_37 {
1193
+ clip: rect(0 0 0 0);
1194
+ clip-path: inset(100%);
1195
+ height: 1px;
1196
+ overflow: hidden;
1197
+ position: absolute;
1198
+ white-space: nowrap;
1199
+ width: 1px;
1200
+ }
1201
+ ._IconButton--disabled_1a0fz_24 {
1202
+ color: var(--credbuild-color-grey-07);
1203
+ }
1204
+
1205
+ /* css-module:/home/crediblemark/Project/Credibuild/components/RichTextMenu/styles.module.css/#css-module-data */
1103
1206
  ._RichTextMenu_193iw_1 {
1104
1207
  display: flex;
1105
1208
  flex-direction: row;
@@ -1141,7 +1244,7 @@ textarea._Input-input_1q7gk_26 {
1141
1244
  border-left: 0.5px solid var(--credbuild-color-grey-05);
1142
1245
  }
1143
1246
 
1144
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
1247
+ /* css-module:/home/crediblemark/Project/Credibuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
1145
1248
  ._Control_1aveu_1 .lucide {
1146
1249
  height: 18px;
1147
1250
  width: 18px;
@@ -1151,7 +1254,7 @@ textarea._Input-input_1q7gk_26 {
1151
1254
  width: 16px;
1152
1255
  }
1153
1256
 
1154
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/Select/styles.module.css/#css-module-data */
1257
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Select/styles.module.css/#css-module-data */
1155
1258
  ._Select_16son_1 {
1156
1259
  position: relative;
1157
1260
  z-index: 1;
@@ -1239,7 +1342,7 @@ textarea._Input-input_1q7gk_26 {
1239
1342
  color: var(--credbuild-color-azure-04);
1240
1343
  }
1241
1344
 
1242
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/RichTextEditor/styles.module.css/#css-module-data */
1345
+ /* css-module:/home/crediblemark/Project/Credibuild/components/RichTextEditor/styles.module.css/#css-module-data */
1243
1346
  ._RichTextEditor_hp4qf_1 .ProseMirror {
1244
1347
  white-space: pre-wrap;
1245
1348
  word-wrap: break-word;
@@ -1342,7 +1445,199 @@ textarea._Input-input_1q7gk_26 {
1342
1445
  border-bottom: 1px solid var(--credbuild-color-grey-09);
1343
1446
  }
1344
1447
 
1345
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1448
+ /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
1449
+ ._ArrayField_1q029_5 {
1450
+ display: flex;
1451
+ flex-direction: column;
1452
+ background: var(--credbuild-color-azure-11);
1453
+ border: 1px solid var(--credbuild-color-grey-09);
1454
+ border-radius: 4px;
1455
+ }
1456
+ ._ArrayField--isDraggingFrom_1q029_13 {
1457
+ background-color: var(--credbuild-color-azure-11);
1458
+ overflow: hidden;
1459
+ }
1460
+ ._ArrayField-addButton_1q029_18 {
1461
+ background-color: var(--credbuild-color-white);
1462
+ border: none;
1463
+ border-radius: 3px;
1464
+ display: flex;
1465
+ color: var(--credbuild-color-azure-05);
1466
+ justify-content: center;
1467
+ cursor: pointer;
1468
+ width: 100%;
1469
+ margin: 0;
1470
+ padding: 14px;
1471
+ text-align: left;
1472
+ transition: background-color 50ms ease-in;
1473
+ }
1474
+ ._ArrayField--hasItems_1q029_33 > ._ArrayField-addButton_1q029_18 {
1475
+ border-top: 1px solid var(--credbuild-color-grey-09);
1476
+ border-top-left-radius: 0;
1477
+ border-top-right-radius: 0;
1478
+ }
1479
+ ._ArrayField-addButton_1q029_18:focus-visible {
1480
+ outline: 2px solid var(--credbuild-color-azure-05);
1481
+ outline-offset: 2px;
1482
+ position: relative;
1483
+ }
1484
+ @media (hover: hover) and (pointer: fine) {
1485
+ ._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:hover {
1486
+ background: var(--credbuild-color-azure-12);
1487
+ color: var(--credbuild-color-azure-04);
1488
+ transition: none;
1489
+ }
1490
+ }
1491
+ ._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:active {
1492
+ background: var(--credbuild-color-azure-11);
1493
+ color: var(--credbuild-color-azure-04);
1494
+ transition: none;
1495
+ }
1496
+ ._ArrayField-inner_1q029_59 {
1497
+ margin-top: -1px;
1498
+ }
1499
+ ._ArrayFieldItem_1q029_67 {
1500
+ border-top-left-radius: 3px;
1501
+ border-top-right-radius: 3px;
1502
+ display: block;
1503
+ position: relative;
1504
+ }
1505
+ ._ArrayFieldItem_1q029_67 {
1506
+ border-top: 1px solid var(--credbuild-color-grey-09);
1507
+ }
1508
+ ._ArrayFieldItem--isDragging_1q029_78 {
1509
+ border-top: transparent;
1510
+ }
1511
+ ._ArrayFieldItem--isExpanded_1q029_82::before {
1512
+ display: none;
1513
+ }
1514
+ ._ArrayFieldItem--isExpanded_1q029_82 {
1515
+ border-bottom: 0;
1516
+ outline-offset: 0px !important;
1517
+ outline: 1px solid var(--credbuild-color-azure-07) !important;
1518
+ z-index: 2;
1519
+ }
1520
+ ._ArrayFieldItem--isDragging_1q029_78 {
1521
+ outline: 2px var(--credbuild-color-azure-09) solid !important;
1522
+ }
1523
+ ._ArrayFieldItem--isDragging_1q029_78 ._ArrayFieldItem-summary_1q029_97:active {
1524
+ background-color: var(--credbuild-color-white);
1525
+ }
1526
+ ._ArrayFieldItem_1q029_67 + ._ArrayFieldItem_1q029_67 {
1527
+ border-top-left-radius: 0;
1528
+ border-top-right-radius: 0;
1529
+ }
1530
+ ._ArrayFieldItem-summary_1q029_97 {
1531
+ background: var(--credbuild-color-white);
1532
+ color: var(--credbuild-color-grey-04);
1533
+ cursor: pointer;
1534
+ display: flex;
1535
+ align-items: center;
1536
+ gap: 2px;
1537
+ justify-content: space-between;
1538
+ font-size: var(--credbuild-font-size-xxs);
1539
+ list-style: none;
1540
+ padding: 12px 15px;
1541
+ position: relative;
1542
+ overflow: hidden;
1543
+ transition: background-color 50ms ease-in;
1544
+ }
1545
+ ._ArrayFieldItem--noFields_1q029_122 > ._ArrayFieldItem-summary_1q029_97 {
1546
+ cursor: grab;
1547
+ }
1548
+ ._ArrayFieldItem_1q029_67:first-of-type > ._ArrayFieldItem-summary_1q029_97 {
1549
+ border-top-left-radius: 3px;
1550
+ border-top-right-radius: 3px;
1551
+ }
1552
+ ._ArrayField--addDisabled_1q029_131 > ._ArrayField-inner_1q029_59 > ._ArrayFieldItem_1q029_67:last-of-type:not(._ArrayFieldItem--isExpanded_1q029_82) > ._ArrayFieldItem-summary_1q029_97 {
1553
+ border-bottom-left-radius: 3px;
1554
+ border-bottom-right-radius: 3px;
1555
+ }
1556
+ ._ArrayField--addDisabled_1q029_131 > ._ArrayField-inner_1q029_59 > ._ArrayFieldItem--isExpanded_1q029_82:last-of-type {
1557
+ border-bottom-left-radius: 3px;
1558
+ border-bottom-right-radius: 3px;
1559
+ }
1560
+ ._ArrayFieldItem-summary_1q029_97:focus-visible {
1561
+ outline: 2px solid var(--credbuild-color-azure-05);
1562
+ outline-offset: 2px;
1563
+ }
1564
+ @media (hover: hover) and (pointer: fine) {
1565
+ ._ArrayFieldItem-summary_1q029_97:hover {
1566
+ background-color: var(--credbuild-color-azure-12);
1567
+ transition: none;
1568
+ }
1569
+ }
1570
+ ._ArrayFieldItem-summary_1q029_97:active {
1571
+ background-color: var(--credbuild-color-azure-11);
1572
+ transition: none;
1573
+ }
1574
+ ._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-summary_1q029_97 {
1575
+ background: var(--credbuild-color-azure-11);
1576
+ color: var(--credbuild-color-azure-04);
1577
+ font-weight: 600;
1578
+ transition: none;
1579
+ }
1580
+ ._ArrayFieldItem-body_1q029_170 {
1581
+ background: var(--credbuild-color-white);
1582
+ display: none;
1583
+ }
1584
+ ._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-body_1q029_170 {
1585
+ display: block;
1586
+ }
1587
+ ._ArrayFieldItem-fieldset_1q029_179 {
1588
+ border: none;
1589
+ border-top: 1px solid var(--credbuild-color-grey-09);
1590
+ margin: 0;
1591
+ min-width: 0;
1592
+ padding: 16px 15px;
1593
+ }
1594
+ ._ArrayFieldItem-rhs_1q029_187 {
1595
+ display: flex;
1596
+ gap: 4px;
1597
+ align-items: center;
1598
+ }
1599
+ ._ArrayFieldItem-actions_1q029_193 {
1600
+ color: var(--credbuild-color-grey-04);
1601
+ display: flex;
1602
+ gap: 4px;
1603
+ opacity: 0;
1604
+ }
1605
+ ._ArrayFieldItem-summary_1q029_97:focus-within > ._ArrayFieldItem-rhs_1q029_187 > ._ArrayFieldItem-actions_1q029_193,
1606
+ ._ArrayFieldItem-summary_1q029_97:hover > ._ArrayFieldItem-rhs_1q029_187 > ._ArrayFieldItem-actions_1q029_193 {
1607
+ opacity: 1;
1608
+ }
1609
+
1610
+ /* css-module:/home/crediblemark/Project/Credibuild/components/DragIcon/styles.module.css/#css-module-data */
1611
+ ._DragIcon_ei1r9_1 {
1612
+ color: var(--credbuild-color-grey-05);
1613
+ cursor: grab;
1614
+ padding: 4px;
1615
+ border-radius: 4px;
1616
+ }
1617
+ ._DragIcon--disabled_ei1r9_8 {
1618
+ cursor: no-drop;
1619
+ }
1620
+ @media (hover: hover) and (pointer: fine) {
1621
+ ._DragIcon_ei1r9_1:not(._DragIcon--disabled_ei1r9_8):hover {
1622
+ color: var(--credbuild-color-azure-05);
1623
+ background-color: var(--credbuild-color-azure-12);
1624
+ }
1625
+ }
1626
+
1627
+ /* components/Sortable/styles.css */
1628
+ [data-dnd-placeholder] * {
1629
+ opacity: 0 !important;
1630
+ }
1631
+ [data-dnd-placeholder] {
1632
+ background: var(--credbuild-color-azure-09) !important;
1633
+ border: none !important;
1634
+ color: #00000000 !important;
1635
+ opacity: 0.3 !important;
1636
+ outline: none !important;
1637
+ transition: none !important;
1638
+ }
1639
+
1640
+ /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1346
1641
  ._ObjectField_b2xjm_5 {
1347
1642
  display: flex;
1348
1643
  flex-direction: column;
@@ -1357,7 +1652,7 @@ textarea._Input-input_1q7gk_26 {
1357
1652
  padding: 16px 15px;
1358
1653
  }
1359
1654
 
1360
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/Drawer/styles.module.css/#css-module-data */
1655
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Drawer/styles.module.css/#css-module-data */
1361
1656
  ._Drawer_e1509_1 {
1362
1657
  display: flex;
1363
1658
  flex-direction: column;
@@ -1417,7 +1712,7 @@ textarea._Input-input_1q7gk_26 {
1417
1712
  letter-spacing: 0.02em;
1418
1713
  }
1419
1714
 
1420
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/DraggableComponent/styles.module.css/#css-module-data */
1715
+ /* css-module:/home/crediblemark/Project/Credibuild/components/DraggableComponent/styles.module.css/#css-module-data */
1421
1716
  ._DraggableComponent_yrtpz_1 {
1422
1717
  position: absolute;
1423
1718
  pointer-events: none;
@@ -1524,7 +1819,7 @@ textarea._Input-input_1q7gk_26 {
1524
1819
  outline-offset: -2px !important;
1525
1820
  }
1526
1821
 
1527
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/DropZone/styles.module.css/#css-module-data */
1822
+ /* css-module:/home/crediblemark/Project/Credibuild/components/DropZone/styles.module.css/#css-module-data */
1528
1823
  ._DropZone_1vmgt_1 {
1529
1824
  --resize-animation-ms: 150ms;
1530
1825
  position: relative;
@@ -1591,7 +1886,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1591
1886
  outline-offset: 2px;
1592
1887
  }
1593
1888
 
1594
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/InlineTextField/styles.module.css/#css-module-data */
1889
+ /* css-module:/home/crediblemark/Project/Credibuild/components/InlineTextField/styles.module.css/#css-module-data */
1595
1890
  ._InlineTextField_104qp_1 {
1596
1891
  cursor: text;
1597
1892
  display: inline-block;
@@ -1606,7 +1901,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1606
1901
  display: none;
1607
1902
  }
1608
1903
 
1609
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/Fields/styles.module.css/#css-module-data */
1904
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Fields/styles.module.css/#css-module-data */
1610
1905
  ._CredBuildFields_slc6y_1 {
1611
1906
  position: relative;
1612
1907
  font-family: var(--credbuild-font-family);
@@ -1648,7 +1943,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1648
1943
  margin-top: 8px;
1649
1944
  }
1650
1945
 
1651
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/ComponentList/styles.module.css/#css-module-data */
1946
+ /* css-module:/home/crediblemark/Project/Credibuild/components/ComponentList/styles.module.css/#css-module-data */
1652
1947
  ._ComponentList_1jl8i_1 {
1653
1948
  max-width: 100%;
1654
1949
  }
@@ -1697,7 +1992,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1697
1992
  margin-inline-start: auto;
1698
1993
  }
1699
1994
 
1700
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/Preview/styles.module.css/#css-module-data */
1995
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Preview/styles.module.css/#css-module-data */
1701
1996
  ._CredBuildPreview_1z08a_1 {
1702
1997
  position: relative;
1703
1998
  height: 100%;
@@ -1708,7 +2003,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1708
2003
  width: 100%;
1709
2004
  }
1710
2005
 
1711
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/LayerTree/styles.module.css/#css-module-data */
2006
+ /* css-module:/home/crediblemark/Project/Credibuild/components/LayerTree/styles.module.css/#css-module-data */
1712
2007
  ._LayerTree_nus40_1 {
1713
2008
  color: var(--credbuild-color-grey-03);
1714
2009
  font-family: var(--credbuild-font-family);
@@ -1812,7 +2107,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1812
2107
  margin-top: 2px;
1813
2108
  }
1814
2109
 
1815
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/Layout/styles.module.css/#css-module-data */
2110
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Layout/styles.module.css/#css-module-data */
1816
2111
  ._CredBuildLayout_ildl0_1 {
1817
2112
  display: flex;
1818
2113
  flex: 1;
@@ -1930,7 +2225,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1930
2225
  opacity: 1;
1931
2226
  }
1932
2227
 
1933
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/MenuBar/styles.module.css/#css-module-data */
2228
+ /* css-module:/home/crediblemark/Project/Credibuild/components/MenuBar/styles.module.css/#css-module-data */
1934
2229
  ._MenuBar_1m2ld_1 {
1935
2230
  background-color: var(--credbuild-color-white);
1936
2231
  border-bottom: 1px solid var(--credbuild-color-grey-09);
@@ -1974,7 +2269,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1974
2269
  display: flex;
1975
2270
  }
1976
2271
 
1977
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/ViewportControls/styles.module.css/#css-module-data */
2272
+ /* css-module:/home/crediblemark/Project/Credibuild/components/ViewportControls/styles.module.css/#css-module-data */
1978
2273
  ._ViewportControls_1e0ai_1 {
1979
2274
  position: relative;
1980
2275
  }
@@ -2078,7 +2373,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2078
2373
  color: var(--credbuild-color-azure-04);
2079
2374
  }
2080
2375
 
2081
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/Header/styles.module.css/#css-module-data */
2376
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Header/styles.module.css/#css-module-data */
2082
2377
  ._CredBuildHeader_qzv5u_1 {
2083
2378
  background: var(--credbuild-color-white);
2084
2379
  border-bottom: 1px solid var(--credbuild-color-grey-10);
@@ -2152,7 +2447,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2152
2447
  }
2153
2448
  }
2154
2449
 
2155
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/SidebarSection/styles.module.css/#css-module-data */
2450
+ /* css-module:/home/crediblemark/Project/Credibuild/components/SidebarSection/styles.module.css/#css-module-data */
2156
2451
  ._SidebarSection_1oj6d_1 {
2157
2452
  display: flex;
2158
2453
  position: relative;
@@ -2248,7 +2543,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2248
2543
  opacity: 0.8;
2249
2544
  }
2250
2545
 
2251
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/Breadcrumbs/styles.module.css/#css-module-data */
2546
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Breadcrumbs/styles.module.css/#css-module-data */
2252
2547
  ._Breadcrumbs_1e0gb_1 {
2253
2548
  align-items: center;
2254
2549
  display: flex;
@@ -2285,7 +2580,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2285
2580
  gap: 4px;
2286
2581
  }
2287
2582
 
2288
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/Canvas/styles.module.css/#css-module-data */
2583
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Canvas/styles.module.css/#css-module-data */
2289
2584
  ._CredBuildCanvas_1ivia_1 {
2290
2585
  background-color: var(--credbuild-color-grey-09);
2291
2586
  background-image: radial-gradient(var(--cb-grid-color) var(--cb-grid-dot), transparent 0);
@@ -2363,7 +2658,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2363
2658
  transition: none;
2364
2659
  }
2365
2660
 
2366
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/ResizeHandle/styles.module.css/#css-module-data */
2661
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/ResizeHandle/styles.module.css/#css-module-data */
2367
2662
  @media (min-width: 766px) {
2368
2663
  ._ResizeHandle_144bf_2 {
2369
2664
  position: absolute;
@@ -2396,7 +2691,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2396
2691
  cursor: col-resize;
2397
2692
  }
2398
2693
 
2399
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/Sidebar/styles.module.css/#css-module-data */
2694
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Sidebar/styles.module.css/#css-module-data */
2400
2695
  ._Sidebar_1kcif_1 {
2401
2696
  position: relative;
2402
2697
  display: none;
@@ -2445,7 +2740,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2445
2740
  justify-self: start;
2446
2741
  }
2447
2742
 
2448
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/CredBuild/components/Nav/styles.module.css/#css-module-data */
2743
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Nav/styles.module.css/#css-module-data */
2449
2744
  ._Nav_wbh7e_1 {
2450
2745
  display: flex;
2451
2746
  width: 100%;
@@ -2538,7 +2833,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2538
2833
  }
2539
2834
  }
2540
2835
 
2541
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/plugins/blocks/styles.module.css/#css-module-data */
2836
+ /* css-module:/home/crediblemark/Project/Credibuild/plugins/blocks/styles.module.css/#css-module-data */
2542
2837
  ._BlocksPlugin_1ey1i_1 {
2543
2838
  padding: 16px;
2544
2839
  height: 100%;
@@ -2546,7 +2841,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2546
2841
  box-sizing: border-box;
2547
2842
  }
2548
2843
 
2549
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/plugins/outline/styles.module.css/#css-module-data */
2844
+ /* css-module:/home/crediblemark/Project/Credibuild/plugins/outline/styles.module.css/#css-module-data */
2550
2845
  ._OutlinePlugin_q92j6_1 {
2551
2846
  padding: 16px;
2552
2847
  height: 100%;
@@ -2554,7 +2849,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2554
2849
  box-sizing: border-box;
2555
2850
  }
2556
2851
 
2557
- /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/plugins/fields/styles.module.css/#css-module-data */
2852
+ /* css-module:/home/crediblemark/Project/Credibuild/plugins/fields/styles.module.css/#css-module-data */
2558
2853
  ._FieldsPlugin_6as57_1 {
2559
2854
  background: white;
2560
2855
  height: 100%;
@@ -2573,4 +2868,3 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2573
2868
  padding: 16px;
2574
2869
  }
2575
2870
  }
2576
- /*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */