@crediblemark/build 0.25.3 → 0.25.5

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 (41) hide show
  1. package/README.md +85 -0
  2. package/bin/credbuild.js +524 -0
  3. package/dist/ArrayField-JYCS3HWS.mjs +19 -0
  4. package/dist/{ObjectField-JYRSRCWB.css → ArrayField-PAJW74AC.css} +325 -324
  5. package/dist/{Editor-CVT4RKSU.css → Editor-Y342RWPN.css} +7 -7
  6. package/dist/{Editor-IPG4RO2L.mjs → Editor-YAHPKMZZ.mjs} +8 -8
  7. package/dist/ObjectField-IH6PVWJ4.mjs +19 -0
  8. package/dist/{ArrayField-JRN7ZFM7.css → ObjectField-WACQHQ4N.css} +320 -319
  9. package/dist/{Render-I6PZ5MEA.mjs → Render-5WYR4VZX.mjs} +1 -1
  10. package/dist/{Render-DOE2LXKX.css → Render-HVM2KISU.css} +1 -1
  11. package/dist/{chunk-3Q7JODIK.mjs → chunk-2BGYCLSQ.mjs} +12 -12
  12. package/dist/{chunk-PWRZZUWM.mjs → chunk-3TEHZVFI.mjs} +1 -1
  13. package/dist/{chunk-FQKSRGRK.mjs → chunk-BZP3I754.mjs} +69 -39
  14. package/dist/{chunk-ISXFLTBM.mjs → chunk-H6RPI3T6.mjs} +1 -1
  15. package/dist/{chunk-NYIULQV4.mjs → chunk-HDKBRPN3.mjs} +12 -12
  16. package/dist/{chunk-2RLA42JA.mjs → chunk-HIE6KXP6.mjs} +2 -2
  17. package/dist/{chunk-QMMMJ4RO.mjs → chunk-KRSRYBNG.mjs} +5 -5
  18. package/dist/{chunk-F2M5GHDX.mjs → chunk-N2OOMTBI.mjs} +1 -1
  19. package/dist/{chunk-MZIV4ZKR.mjs → chunk-QX5Z2UCM.mjs} +2 -2
  20. package/dist/{chunk-RBWVOMMW.mjs → chunk-WJLEG7PD.mjs} +4 -4
  21. package/dist/{chunk-NYBTD3FJ.mjs → chunk-XHLOMZCG.mjs} +2 -2
  22. package/dist/{chunk-UNMCNIJ3.mjs → chunk-XLLRNZSM.mjs} +1 -1
  23. package/dist/{chunk-W57TTDB2.mjs → chunk-YNBP3U53.mjs} +1 -1
  24. package/dist/{full-C7RVGAUA.css → full-PLJRDIMB.css} +6 -6
  25. package/dist/{full-A2JX3OI2.mjs → full-ZDZMHNGB.mjs} +5 -5
  26. package/dist/index.css +210 -276
  27. package/dist/index.js +124 -93
  28. package/dist/index.mjs +13 -13
  29. package/dist/{loaded-6L45JULO.mjs → loaded-D6R36LKI.mjs} +2 -2
  30. package/dist/{loaded-4FAPBCAU.css → loaded-FY2TCG5Y.css} +1 -1
  31. package/dist/{loaded-2FUW3WCF.mjs → loaded-RSMV7TSD.mjs} +2 -2
  32. package/dist/{loaded-Y7SRBM7R.mjs → loaded-SZ4RADOC.mjs} +2 -2
  33. package/dist/no-external.css +115 -110
  34. package/dist/no-external.js +124 -93
  35. package/dist/no-external.mjs +13 -13
  36. package/dist/rsc.css +1 -1
  37. package/dist/rsc.js +4 -4
  38. package/dist/rsc.mjs +2 -2
  39. package/package.json +5 -1
  40. package/dist/ArrayField-HI4LZRUN.mjs +0 -19
  41. package/dist/ObjectField-CHMT4KPZ.mjs +0 -19
package/dist/index.css CHANGED
@@ -156,6 +156,7 @@
156
156
  --cb-gold: #d97706;
157
157
  --cb-gold-glow: rgba(217, 119, 6, 0.1);
158
158
  --cb-gold-faint: rgba(217, 119, 6, 0.05);
159
+ --cb-gold-ghost: rgba(217, 119, 6, 0.08);
159
160
  --cb-silver: #0f172a;
160
161
  --cb-silver-muted: #64748b;
161
162
  --cb-border: #e2e8f0;
@@ -167,23 +168,44 @@
167
168
  --cb-gold: #ffffff;
168
169
  --cb-gold-glow: rgba(255, 255, 255, 0.1);
169
170
  --cb-gold-faint: rgba(255, 255, 255, 0.05);
171
+ --cb-gold-ghost: rgba(255, 255, 255, 0.08);
170
172
  --cb-silver: #ffffff;
171
173
  --cb-silver-muted: #a1a1aa;
172
174
  --cb-border: #2f2f2f;
173
175
  }
174
176
  .CredBuild {
175
- background-color: var(--cb-bg-base) !important;
176
- color: var(--cb-silver) !important;
177
- font-family: var(--credbuild-font-family) !important;
178
- }
179
- .CredBuildHeader {
180
- background: var(--cb-bg-base) !important;
181
- border-bottom: 1px solid var(--cb-border) !important;
182
- height: 48px !important;
177
+ --credbuild-color-white: var(--cb-bg-surface);
178
+ --credbuild-color-grey-12: var(--cb-bg-surface);
179
+ --credbuild-color-grey-11: var(--cb-bg-surface);
180
+ --credbuild-color-grey-10: var(--cb-border);
181
+ --credbuild-color-grey-09: var(--cb-bg-base);
182
+ --credbuild-color-grey-08: var(--cb-border);
183
+ --credbuild-color-grey-07: var(--cb-silver-muted);
184
+ --credbuild-color-grey-06: var(--cb-silver-muted);
185
+ --credbuild-color-grey-05: var(--cb-silver-muted);
186
+ --credbuild-color-grey-04: var(--cb-silver);
187
+ --credbuild-color-grey-03: var(--cb-silver);
188
+ --credbuild-color-grey-02: var(--cb-bg-panel);
189
+ --credbuild-color-grey-01: var(--cb-bg-base);
190
+ --credbuild-color-azure-12: var(--cb-bg-surface);
191
+ --credbuild-color-azure-11: var(--cb-gold-glow);
192
+ --credbuild-color-azure-10: var(--cb-gold-glow);
193
+ --credbuild-color-azure-09: var(--cb-gold-faint);
194
+ --credbuild-color-azure-08: var(--cb-gold);
195
+ --credbuild-color-azure-07: var(--cb-gold);
196
+ --credbuild-color-azure-06: var(--cb-gold);
197
+ --credbuild-color-azure-05: var(--cb-gold);
198
+ --credbuild-color-azure-04: var(--cb-gold);
199
+ --credbuild-color-azure-03: var(--cb-gold);
200
+ --credbuild-color-azure-02: var(--cb-gold);
201
+ --credbuild-color-indigo-11: var(--cb-gold-ghost);
202
+ --credbuild-color-indigo-03: var(--cb-gold);
203
+ --credbuild-font-family: "Inter", sans-serif;
183
204
  }
184
- .CredBuild svg {
185
- color: currentColor !important;
186
- stroke: currentColor !important;
205
+ .CredBuild {
206
+ background-color: var(--cb-bg-base);
207
+ color: var(--cb-silver);
208
+ font-family: var(--credbuild-font-family);
187
209
  }
188
210
  .CredBuild h1,
189
211
  .CredBuild h2,
@@ -194,6 +216,10 @@
194
216
  .CredBuild div {
195
217
  color: var(--cb-silver);
196
218
  }
219
+ .CredBuild svg {
220
+ color: currentColor;
221
+ stroke: currentColor;
222
+ }
197
223
  .CredBuild ::-webkit-scrollbar {
198
224
  width: 4px;
199
225
  height: 4px;
@@ -211,177 +237,80 @@
211
237
  .CredBuild button {
212
238
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
213
239
  }
214
- [class*=Layout-left],
215
- [class*=Layout-right],
216
- [class*=Layout-header],
217
- [class*=Sidebar] {
218
- background-color: var(--cb-bg-surface) !important;
219
- border-color: var(--cb-border) !important;
220
- color: var(--cb-silver) !important;
221
- }
222
- [class*=Layout-header] {
223
- background-color: var(--cb-bg-base) !important;
224
- }
225
- [class*=Nav] {
226
- background-color: var(--cb-bg-surface) !important;
227
- border-bottom: 1px solid var(--cb-border) !important;
228
- }
229
- [class*=NavItem-link] {
230
- color: var(--cb-silver-muted) !important;
231
- }
232
- [class*=NavItem--active] [class*=NavItem-link] {
233
- color: var(--cb-gold) !important;
234
- }
235
- [class*=Layout-editor] {
236
- background-color: var(--cb-bg-base) !important;
237
- }
238
- [class*=Drawer] {
239
- background-color: var(--cb-bg-base) !important;
240
+ [class*=DrawerItem-draggable]:hover {
241
+ border-color: var(--cb-gold);
242
+ background-color: var(--cb-gold-faint);
240
243
  }
241
- [class*=DrawerItem-default],
242
- [class*=DrawerItem-draggable],
243
- [class*=DrawerItem-draggableWrapper],
244
- [class*=Drawer-draggableBg] {
245
- background-color: var(--cb-bg-surface) !important;
246
- color: var(--cb-silver) !important;
247
- border: 1px solid var(--cb-border) !important;
248
- padding: 4px 8px !important;
244
+ .CredBuild button[class*=primary],
245
+ .CredBuild button[class*=Publish],
246
+ .CredBuild button[class*=Button--primary],
247
+ [class*=PublishButton] button {
248
+ background: var(--cb-gold) !important;
249
+ color: var(--cb-bg-base) !important;
250
+ border: none !important;
251
+ padding: 6px 16px;
252
+ border-radius: 6px;
253
+ font-weight: 700;
254
+ text-transform: uppercase;
255
+ letter-spacing: 0.05em;
256
+ font-size: 11px;
257
+ display: flex;
258
+ align-items: center;
259
+ gap: 6px;
260
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
261
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
249
262
  }
250
- [class*=DrawerItem-draggable]:hover {
251
- border-color: var(--cb-gold) !important;
252
- background-color: var(--cb-gold-faint) !important;
263
+ [class*=PublishButton]:hover button {
264
+ filter: brightness(1.1);
265
+ box-shadow: 0 0 20px var(--cb-gold-glow), 0 4px 15px rgba(0, 0, 0, 0.2);
266
+ transform: translateY(-1px) scale(1.02);
253
267
  }
254
- [class*=DrawerItem-name] {
255
- color: var(--cb-silver) !important;
256
- font-weight: 500;
268
+ [class*=PublishButton] button svg {
269
+ color: var(--cb-bg-base);
270
+ stroke: var(--cb-bg-base);
257
271
  }
258
- [class*=DrawerItem-icon] svg,
259
- [class*=DrawerItem-draggable] svg {
260
- color: var(--cb-silver-muted) !important;
261
- stroke: var(--cb-silver-muted) !important;
262
- opacity: 0.7 !important;
272
+ [class*=Button--secondary] {
273
+ background-color: var(--cb-bg-surface);
274
+ border: 1px solid var(--cb-border);
275
+ color: var(--cb-silver-muted);
263
276
  }
264
- [class*=DrawerItem-draggable]:hover svg {
265
- color: var(--cb-silver) !important;
266
- stroke: var(--cb-silver) !important;
267
- opacity: 1 !important;
277
+ [class*=Button--secondary]:hover {
278
+ background-color: var(--cb-bg-panel);
279
+ border-color: var(--cb-gold);
280
+ color: var(--cb-gold);
268
281
  }
269
- [class*=ComponentList-title] {
270
- background-color: transparent !important;
271
- color: var(--cb-silver-muted) !important;
272
- border-radius: 0 !important;
273
- margin-bottom: 2px !important;
274
- font-weight: 600 !important;
275
- letter-spacing: 0.05em !important;
276
- text-transform: uppercase !important;
277
- opacity: 1 !important;
278
- padding: 8px 10px !important;
279
- border-bottom: 1px solid var(--cb-border) !important;
280
- }
281
- [class*=ComponentList-title]:hover {
282
- background-color: var(--cb-gold-faint) !important;
283
- }
284
- .CredBuild input,
285
- .CredBuild textarea,
286
- .CredBuild select,
287
- [class*=ExternalInput-input],
288
- [class*=Select-select] {
289
- background-color: var(--cb-bg-base) !important;
290
- background: var(--cb-bg-base) !important;
291
- border: 1px solid var(--cb-border) !important;
292
- border-radius: var(--cb-radius-m) !important;
293
- color: var(--cb-silver) !important;
294
- padding: 6px 10px !important;
295
- font-size: 12px !important;
282
+ .CredBuild input[type=color] {
296
283
  width: 100% !important;
297
- transition: all 0.2s ease !important;
298
- }
299
- .CredBuild input:focus,
300
- .CredBuild textarea:focus,
301
- .CredBuild select:focus {
302
- border-color: var(--cb-gold) !important;
303
- outline: none !important;
304
- box-shadow: 0 0 0 1px var(--cb-gold-glow) !important;
305
- }
306
- [class*=AutoField-label],
307
- [class*=SidebarSection-title],
308
- [class*=Heading-item] {
309
- color: var(--cb-silver-muted) !important;
310
- font-size: 11px !important;
311
- font-weight: 600 !important;
312
- text-transform: uppercase !important;
313
- letter-spacing: 0.05em !important;
314
- margin-top: 6px !important;
315
- margin-bottom: 4px !important;
316
- }
317
- [class*=SidebarSection] {
318
- border-bottom: 1px solid var(--cb-border) !important;
319
- background-color: transparent !important;
320
- }
321
- [class*=Select-button] {
322
- background-color: var(--cb-bg-base) !important;
323
- border-color: var(--cb-border) !important;
324
- color: var(--cb-silver) !important;
325
- }
326
- [class*=SidebarSection-content],
327
- [class*=Field-array],
328
- [class*=ArrayField],
329
- [class*=Sidebar] div[class*=Section-],
330
- [class*=Sidebar] div[class*=Field-] {
331
- background-color: transparent !important;
284
+ height: 100% !important;
285
+ top: 0 !important;
286
+ left: 0 !important;
287
+ position: absolute !important;
332
288
  background: transparent !important;
333
- border-color: var(--cb-border) !important;
334
- }
335
- [class*=Array-item],
336
- [class*=Field-list] > div {
337
- background-color: var(--cb-bg-surface) !important;
338
- border: 1px solid var(--cb-border) !important;
339
- border-radius: var(--cb-radius-m) !important;
340
- color: var(--cb-silver) !important;
341
- padding: 6px !important;
342
- margin-bottom: 3px !important;
289
+ border: none !important;
290
+ padding: 0 !important;
291
+ margin: 0 !important;
292
+ cursor: pointer;
343
293
  }
344
- [class*=Button--secondary] {
345
- background-color: var(--cb-bg-surface) !important;
346
- border: 1px solid var(--cb-border) !important;
347
- color: var(--cb-silver-muted) !important;
294
+ .CredBuild input[type=color]::-webkit-color-swatch-wrapper {
295
+ padding: 0 !important;
348
296
  }
349
- [class*=Button--secondary]:hover {
350
- background-color: var(--cb-bg-panel) !important;
351
- border-color: var(--cb-gold) !important;
352
- color: var(--cb-gold) !important;
297
+ .CredBuild input[type=color]::-webkit-color-swatch {
298
+ border: none !important;
299
+ border-radius: 2px !important;
353
300
  }
354
- .CredBuild button[class*=primary],
355
- .CredBuild button[class*=Publish],
356
- .CredBuild button[class*=Button--primary] {
357
- background-color: var(--cb-gold) !important;
358
- background: var(--cb-gold) !important;
359
- color: var(--cb-bg-base) !important;
301
+ .CredBuild input[type=color]::-moz-color-swatch {
360
302
  border: none !important;
361
- opacity: 1 !important;
362
- padding: 6px 18px !important;
363
- border-radius: var(--cb-radius-m) !important;
364
- font-weight: 700 !important;
365
- transition: all 0.2s ease !important;
366
- }
367
- .CredBuild button[class*=primary]:hover {
368
- background-color: #fcd34d !important;
369
- box-shadow: 0 0 15px var(--cb-gold-glow) !important;
370
- transform: translateY(-1px);
303
+ border-radius: 2px !important;
371
304
  }
372
- .CredBuild {
373
- --credbuild-color-azure-05: var(--cb-gold);
374
- --credbuild-color-azure-06: var(--cb-gold);
375
- --credbuild-color-azure-07: var(--cb-gold);
376
- --credbuild-color-azure-10: var(--cb-gold-glow);
377
- --credbuild-color-azure-11: var(--cb-gold-glow);
378
- --credbuild-color-white: var(--cb-bg-surface);
379
- --credbuild-color-grey-11: var(--cb-bg-surface);
380
- --credbuild-color-grey-10: var(--cb-border);
381
- --credbuild-color-grey-09: var(--cb-bg-base);
305
+ .CredBuild input:not([type=color]):focus,
306
+ .CredBuild textarea:focus,
307
+ .CredBuild select:focus {
308
+ border-color: var(--cb-gold);
309
+ outline: none;
310
+ box-shadow: 0 0 0 1px var(--cb-gold-glow);
382
311
  }
383
312
 
384
- /* css-module:/home/runner/work/credbuild/credbuild/components/ActionBar/styles.module.css/#css-module-data */
313
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ActionBar/styles.module.css/#css-module-data */
385
314
  ._ActionBar_ze0ci_1 {
386
315
  align-items: center;
387
316
  cursor: default;
@@ -476,46 +405,44 @@
476
405
  height: 100%;
477
406
  }
478
407
 
479
- /* css-module:/home/runner/work/credbuild/credbuild/components/AutoField/styles.module.css/#css-module-data */
480
- ._InputWrapper_rcfsp_1:not(._InputWrapper--object_rcfsp_1):not(._InputWrapper--array_rcfsp_1) {
408
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/AutoField/styles.module.css/#css-module-data */
409
+ ._InputWrapper_1l0eg_1:not(._InputWrapper--object_1l0eg_1):not(._InputWrapper--array_1l0eg_1) {
481
410
  border: 1px solid var(--credbuild-color-grey-10);
482
411
  border-radius: 5px;
483
412
  padding: 4px 8px;
484
413
  background-color: var(--credbuild-color-white);
485
414
  transition: all 0.2s ease;
486
415
  }
487
- ._InputWrapper_rcfsp_1 + ._InputWrapper_rcfsp_1 {
416
+ ._InputWrapper_1l0eg_1 + ._InputWrapper_1l0eg_1 {
488
417
  margin-top: 2px;
489
418
  }
490
- ._InputWrapper_rcfsp_1:not(._InputWrapper--object_rcfsp_1):not(._InputWrapper--array_rcfsp_1):hover {
419
+ ._InputWrapper_1l0eg_1:not(._InputWrapper--object_1l0eg_1):not(._InputWrapper--array_1l0eg_1):hover {
491
420
  border-color: var(--credbuild-color-grey-08);
492
421
  background-color: var(--credbuild-color-grey-11);
493
422
  }
494
- ._Input-label_rcfsp_18 {
423
+ ._Input-label_1l0eg_18 {
495
424
  align-items: center;
496
425
  color: var(--credbuild-color-grey-06);
497
426
  display: flex;
498
427
  padding-bottom: 2px;
499
428
  font-size: 9px;
500
429
  font-weight: 500;
501
- text-transform: uppercase;
502
- letter-spacing: 0.08em;
503
430
  opacity: 0.7;
504
431
  }
505
- ._Input-label--noChildren_rcfsp_30 {
432
+ ._Input-label--noChildren_1l0eg_28 {
506
433
  padding-bottom: 0;
507
434
  }
508
- ._Input-labelIcon_rcfsp_34 {
435
+ ._Input-labelIcon_1l0eg_32 {
509
436
  color: var(--credbuild-color-grey-07);
510
437
  display: flex;
511
438
  margin-inline-end: 4px;
512
439
  padding-inline-start: 4px;
513
440
  }
514
- ._Input-disabledIcon_rcfsp_41 {
441
+ ._Input-disabledIcon_1l0eg_39 {
515
442
  color: var(--credbuild-color-grey-05);
516
443
  margin-inline-start: auto;
517
444
  }
518
- ._Input-input_rcfsp_46 {
445
+ ._Input-input_1l0eg_44 {
519
446
  background: transparent;
520
447
  border: none;
521
448
  border-radius: 0;
@@ -530,11 +457,11 @@
530
457
  outline: none;
531
458
  }
532
459
  @media (min-width: 458px) {
533
- ._Input-input_rcfsp_46 {
460
+ ._Input-input_1l0eg_44 {
534
461
  font-size: 12px;
535
462
  }
536
463
  }
537
- select._Input-input_rcfsp_46 {
464
+ select._Input-input_1l0eg_44 {
538
465
  appearance: none;
539
466
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
540
467
  background-size: 12px;
@@ -542,30 +469,34 @@ select._Input-input_rcfsp_46 {
542
469
  background-repeat: no-repeat;
543
470
  background-color: var(--credbuild-color-white);
544
471
  cursor: pointer;
472
+ height: auto;
473
+ line-height: normal;
474
+ padding-top: 4px;
475
+ padding-bottom: 4px;
545
476
  }
546
- select._Input-input_rcfsp_46:dir(rtl) {
477
+ select._Input-input_1l0eg_44:dir(rtl) {
547
478
  background-position: 12px calc(50% + 3px);
548
479
  }
549
480
  @media (hover: hover) and (pointer: fine) {
550
- ._Input_rcfsp_1:has(> input):hover ._Input-input_rcfsp_46:not([readonly]),
551
- ._Input_rcfsp_1:has(> textarea):hover ._Input-input_rcfsp_46:not([readonly]) {
481
+ ._Input_1l0eg_1:has(> input):hover ._Input-input_1l0eg_44:not([readonly]),
482
+ ._Input_1l0eg_1:has(> textarea):hover ._Input-input_1l0eg_44:not([readonly]) {
552
483
  border-color: var(--credbuild-color-grey-05);
553
484
  transition: none;
554
485
  }
555
- ._Input_rcfsp_1:has(> select):hover ._Input-input_rcfsp_46:not([disabled]) {
486
+ ._Input_1l0eg_1:has(> select):hover ._Input-input_1l0eg_44:not([disabled]) {
556
487
  background-color: var(--credbuild-color-azure-12);
557
488
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a5a5a'><polygon points='0,0 100,0 50,50'/></svg>");
558
489
  border-color: var(--credbuild-color-grey-05);
559
490
  transition: none;
560
491
  }
561
492
  }
562
- ._Input-input_rcfsp_46:focus {
493
+ ._Input-input_1l0eg_44:focus {
563
494
  border-color: var(--credbuild-color-grey-05);
564
495
  outline: 2px solid var(--credbuild-color-azure-05);
565
496
  transition: none;
566
497
  }
567
- ._Input--readOnly_rcfsp_102 > ._Input-input_rcfsp_46,
568
- ._Input--readOnly_rcfsp_102 > select._Input-input_rcfsp_46 {
498
+ ._Input--readOnly_1l0eg_104 > ._Input-input_1l0eg_44,
499
+ ._Input--readOnly_1l0eg_104 > select._Input-input_1l0eg_44 {
569
500
  background-color: var(--credbuild-color-grey-11);
570
501
  border-color: var(--credbuild-color-grey-09);
571
502
  color: var(--credbuild-color-grey-04);
@@ -574,34 +505,34 @@ select._Input-input_rcfsp_46:dir(rtl) {
574
505
  outline: 0;
575
506
  transition: none;
576
507
  }
577
- ._Input-radioGroupItems_rcfsp_113 {
508
+ ._Input-radioGroupItems_1l0eg_115 {
578
509
  display: flex;
579
510
  border: 1px solid var(--credbuild-color-grey-09);
580
511
  border-radius: 4px;
581
512
  flex-wrap: wrap;
582
513
  }
583
- ._Input-radio_rcfsp_113 {
514
+ ._Input-radio_1l0eg_115 {
584
515
  border-inline-end: 1px solid var(--credbuild-color-grey-09);
585
516
  flex-grow: 1;
586
517
  }
587
- ._Input-radio_rcfsp_113:first-of-type {
518
+ ._Input-radio_1l0eg_115:first-of-type {
588
519
  border-bottom-left-radius: 4px;
589
520
  border-top-left-radius: 4px;
590
521
  }
591
- ._Input-radio_rcfsp_113:first-of-type ._Input-radioInner_rcfsp_130 {
522
+ ._Input-radio_1l0eg_115:first-of-type ._Input-radioInner_1l0eg_132 {
592
523
  border-bottom-left-radius: 3px;
593
524
  border-top-left-radius: 3px;
594
525
  }
595
- ._Input-radio_rcfsp_113:last-of-type {
526
+ ._Input-radio_1l0eg_115:last-of-type {
596
527
  border-bottom-right-radius: 4px;
597
528
  border-inline-end: 0;
598
529
  border-top-right-radius: 4px;
599
530
  }
600
- ._Input-radio_rcfsp_113:last-of-type ._Input-radioInner_rcfsp_130 {
531
+ ._Input-radio_1l0eg_115:last-of-type ._Input-radioInner_1l0eg_132 {
601
532
  border-bottom-right-radius: 3px;
602
533
  border-top-right-radius: 3px;
603
534
  }
604
- ._Input-radioInner_rcfsp_130 {
535
+ ._Input-radioInner_1l0eg_132 {
605
536
  background-color: var(--credbuild-color-white);
606
537
  color: var(--credbuild-color-grey-04);
607
538
  cursor: pointer;
@@ -610,32 +541,32 @@ select._Input-input_rcfsp_46:dir(rtl) {
610
541
  text-align: center;
611
542
  transition: background-color 50ms ease-in;
612
543
  }
613
- ._Input-radio_rcfsp_113:has(:focus-visible) {
544
+ ._Input-radio_1l0eg_115:has(:focus-visible) {
614
545
  outline: 2px solid var(--credbuild-color-azure-05);
615
546
  outline-offset: 2px;
616
547
  position: relative;
617
548
  }
618
549
  @media (hover: hover) and (pointer: fine) {
619
- ._Input-radioInner_rcfsp_130:hover {
550
+ ._Input-radioInner_1l0eg_132:hover {
620
551
  background-color: var(--credbuild-color-azure-12);
621
552
  transition: none;
622
553
  }
623
554
  }
624
- ._Input--readOnly_rcfsp_102 ._Input-radioInner_rcfsp_130 {
555
+ ._Input--readOnly_1l0eg_104 ._Input-radioInner_1l0eg_132 {
625
556
  background-color: var(--credbuild-color-white);
626
557
  color: var(--credbuild-color-grey-04);
627
558
  cursor: default;
628
559
  }
629
- ._Input-radio_rcfsp_113 ._Input-radioInput_rcfsp_175:checked ~ ._Input-radioInner_rcfsp_130 {
560
+ ._Input-radio_1l0eg_115 ._Input-radioInput_1l0eg_177:checked ~ ._Input-radioInner_1l0eg_132 {
630
561
  background-color: var(--credbuild-color-azure-11);
631
562
  color: var(--credbuild-color-azure-04);
632
563
  font-weight: 500;
633
564
  }
634
- ._Input--readOnly_rcfsp_102 ._Input-radioInput_rcfsp_175:checked ~ ._Input-radioInner_rcfsp_130 {
565
+ ._Input--readOnly_1l0eg_104 ._Input-radioInput_1l0eg_177:checked ~ ._Input-radioInner_1l0eg_132 {
635
566
  background-color: var(--credbuild-color-grey-11);
636
567
  color: var(--credbuild-color-grey-04);
637
568
  }
638
- ._Input-radio_rcfsp_113 ._Input-radioInput_rcfsp_175 {
569
+ ._Input-radio_1l0eg_115 ._Input-radioInput_1l0eg_177 {
639
570
  clip: rect(0 0 0 0);
640
571
  clip-path: inset(100%);
641
572
  height: 1px;
@@ -644,11 +575,11 @@ select._Input-input_rcfsp_46:dir(rtl) {
644
575
  white-space: nowrap;
645
576
  width: 1px;
646
577
  }
647
- textarea._Input-input_rcfsp_46 {
578
+ textarea._Input-input_1l0eg_44 {
648
579
  margin-bottom: -4px;
649
580
  }
650
581
 
651
- /* css-module:/home/runner/work/credbuild/credbuild/components/ExternalInput/styles.module.css/#css-module-data */
582
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ExternalInput/styles.module.css/#css-module-data */
652
583
  ._ExternalInput-actions_1gpb4_1 {
653
584
  display: flex;
654
585
  }
@@ -940,7 +871,7 @@ textarea._Input-input_rcfsp_46 {
940
871
  display: block;
941
872
  }
942
873
 
943
- /* css-module:/home/runner/work/credbuild/credbuild/components/Modal/styles.module.css/#css-module-data */
874
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Modal/styles.module.css/#css-module-data */
944
875
  ._Modal_b422s_1 {
945
876
  background: color-mix(in srgb, var(--credbuild-color-black) 75%, transparent);
946
877
  display: none;
@@ -968,7 +899,7 @@ textarea._Input-input_rcfsp_46 {
968
899
  max-height: 90dvh;
969
900
  }
970
901
 
971
- /* css-module:/home/runner/work/credbuild/credbuild/components/Heading/styles.module.css/#css-module-data */
902
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Heading/styles.module.css/#css-module-data */
972
903
  ._Heading_1tpsl_1 {
973
904
  display: block;
974
905
  color: var(--credbuild-color-black);
@@ -1005,7 +936,7 @@ textarea._Input-input_rcfsp_46 {
1005
936
  font-size: var(--credbuild-font-size-xs);
1006
937
  }
1007
938
 
1008
- /* css-module:/home/runner/work/credbuild/credbuild/components/Loader/styles.module.css/#css-module-data */
939
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Loader/styles.module.css/#css-module-data */
1009
940
  @keyframes _loader-animation_nacdm_1 {
1010
941
  0% {
1011
942
  transform: rotate(0deg) scale(1);
@@ -1027,7 +958,7 @@ textarea._Input-input_rcfsp_46 {
1027
958
  animation-fill-mode: both;
1028
959
  }
1029
960
 
1030
- /* css-module:/home/runner/work/credbuild/credbuild/components/Button/Button.module.css/#css-module-data */
961
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Button/Button.module.css/#css-module-data */
1031
962
  ._Button_164uz_1 {
1032
963
  appearance: none;
1033
964
  background: none;
@@ -1120,7 +1051,7 @@ textarea._Input-input_rcfsp_46 {
1120
1051
  padding-inline-start: 8px;
1121
1052
  }
1122
1053
 
1123
- /* css-module:/home/runner/work/credbuild/credbuild/components/IconButton/IconButton.module.css/#css-module-data */
1054
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/IconButton/IconButton.module.css/#css-module-data */
1124
1055
  ._IconButton_1a0fz_1 {
1125
1056
  align-items: center;
1126
1057
  background: transparent;
@@ -1165,7 +1096,7 @@ textarea._Input-input_rcfsp_46 {
1165
1096
  color: var(--credbuild-color-grey-07);
1166
1097
  }
1167
1098
 
1168
- /* css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/styles.module.css/#css-module-data */
1099
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/RichTextMenu/styles.module.css/#css-module-data */
1169
1100
  ._RichTextMenu_193iw_1 {
1170
1101
  display: flex;
1171
1102
  flex-direction: row;
@@ -1207,7 +1138,7 @@ textarea._Input-input_rcfsp_46 {
1207
1138
  border-left: 0.5px solid var(--credbuild-color-grey-05);
1208
1139
  }
1209
1140
 
1210
- /* css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
1141
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
1211
1142
  ._Control_1aveu_1 .lucide {
1212
1143
  height: 18px;
1213
1144
  width: 18px;
@@ -1217,7 +1148,7 @@ textarea._Input-input_rcfsp_46 {
1217
1148
  width: 16px;
1218
1149
  }
1219
1150
 
1220
- /* css-module:/home/runner/work/credbuild/credbuild/components/Select/styles.module.css/#css-module-data */
1151
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Select/styles.module.css/#css-module-data */
1221
1152
  ._Select_16son_1 {
1222
1153
  position: relative;
1223
1154
  z-index: 1;
@@ -1305,7 +1236,7 @@ textarea._Input-input_rcfsp_46 {
1305
1236
  color: var(--credbuild-color-azure-04);
1306
1237
  }
1307
1238
 
1308
- /* css-module:/home/runner/work/credbuild/credbuild/components/RichTextEditor/styles.module.css/#css-module-data */
1239
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/RichTextEditor/styles.module.css/#css-module-data */
1309
1240
  ._RichTextEditor_hp4qf_1 .ProseMirror {
1310
1241
  white-space: pre-wrap;
1311
1242
  word-wrap: break-word;
@@ -1408,7 +1339,7 @@ textarea._Input-input_rcfsp_46 {
1408
1339
  border-bottom: 1px solid var(--credbuild-color-grey-09);
1409
1340
  }
1410
1341
 
1411
- /* css-module:/home/runner/work/credbuild/credbuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
1342
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
1412
1343
  ._ArrayField_rvhj3_5 {
1413
1344
  display: flex;
1414
1345
  flex-direction: column;
@@ -1570,7 +1501,7 @@ textarea._Input-input_rcfsp_46 {
1570
1501
  opacity: 1;
1571
1502
  }
1572
1503
 
1573
- /* css-module:/home/runner/work/credbuild/credbuild/components/DragIcon/styles.module.css/#css-module-data */
1504
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/DragIcon/styles.module.css/#css-module-data */
1574
1505
  ._DragIcon_ei1r9_1 {
1575
1506
  color: var(--credbuild-color-grey-05);
1576
1507
  cursor: grab;
@@ -1600,8 +1531,8 @@ textarea._Input-input_rcfsp_46 {
1600
1531
  transition: none !important;
1601
1532
  }
1602
1533
 
1603
- /* css-module:/home/runner/work/credbuild/credbuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1604
- ._ObjectField_7axeg_1 {
1534
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1535
+ ._ObjectField_12pvo_1 {
1605
1536
  display: flex;
1606
1537
  flex-direction: column;
1607
1538
  background-color: transparent;
@@ -1609,13 +1540,13 @@ textarea._Input-input_rcfsp_46 {
1609
1540
  overflow: hidden;
1610
1541
  transition: all 0.2s ease;
1611
1542
  }
1612
- ._ObjectField--isOpen_7axeg_10 {
1543
+ ._ObjectField--isOpen_12pvo_10 {
1613
1544
  background-color: transparent;
1614
1545
  }
1615
- ._ObjectField-content_7axeg_14 {
1546
+ ._ObjectField-content_12pvo_14 {
1616
1547
  background-color: transparent;
1617
1548
  }
1618
- ._ObjectField-fieldset_7axeg_18 {
1549
+ ._ObjectField-fieldset_12pvo_18 {
1619
1550
  border: none;
1620
1551
  margin: 0;
1621
1552
  min-width: 0;
@@ -1626,7 +1557,7 @@ textarea._Input-input_rcfsp_46 {
1626
1557
  border-left: 1px solid var(--credbuild-color-grey-10);
1627
1558
  margin-left: 8px;
1628
1559
  }
1629
- ._ObjectField-header_7axeg_30 {
1560
+ ._ObjectField-header_12pvo_30 {
1630
1561
  background-color: transparent;
1631
1562
  border: 0;
1632
1563
  color: var(--credbuild-color-grey-05);
@@ -1637,24 +1568,23 @@ textarea._Input-input_rcfsp_46 {
1637
1568
  list-style: none;
1638
1569
  margin-bottom: 2px;
1639
1570
  padding: 4px 8px;
1640
- text-transform: uppercase;
1641
1571
  transition: background-color 50ms ease-in, color 50ms ease-in;
1642
1572
  gap: 4px;
1643
1573
  border-radius: 4px;
1644
1574
  width: 100%;
1645
1575
  align-items: center;
1646
1576
  }
1647
- ._ObjectField-header_7axeg_30:hover {
1577
+ ._ObjectField-header_12pvo_30:hover {
1648
1578
  background-color: var(--credbuild-color-azure-11);
1649
1579
  color: var(--credbuild-color-azure-04);
1650
1580
  }
1651
- ._ObjectField-headerIcon_7axeg_54 {
1581
+ ._ObjectField-headerIcon_12pvo_53 {
1652
1582
  margin-inline-start: auto;
1653
1583
  display: flex;
1654
1584
  align-items: center;
1655
1585
  }
1656
1586
 
1657
- /* css-module:/home/runner/work/credbuild/credbuild/components/Drawer/styles.module.css/#css-module-data */
1587
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Drawer/styles.module.css/#css-module-data */
1658
1588
  ._Drawer_1bd7y_1 {
1659
1589
  display: flex;
1660
1590
  flex-direction: column;
@@ -1714,7 +1644,7 @@ textarea._Input-input_rcfsp_46 {
1714
1644
  letter-spacing: 0.02em;
1715
1645
  }
1716
1646
 
1717
- /* css-module:/home/runner/work/credbuild/credbuild/components/DraggableComponent/styles.module.css/#css-module-data */
1647
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/DraggableComponent/styles.module.css/#css-module-data */
1718
1648
  ._DraggableComponent_yrtpz_1 {
1719
1649
  position: absolute;
1720
1650
  pointer-events: none;
@@ -1821,7 +1751,7 @@ textarea._Input-input_rcfsp_46 {
1821
1751
  outline-offset: -2px !important;
1822
1752
  }
1823
1753
 
1824
- /* css-module:/home/runner/work/credbuild/credbuild/components/DropZone/styles.module.css/#css-module-data */
1754
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/DropZone/styles.module.css/#css-module-data */
1825
1755
  ._DropZone_1vmgt_1 {
1826
1756
  --resize-animation-ms: 150ms;
1827
1757
  position: relative;
@@ -1888,7 +1818,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1888
1818
  outline-offset: 2px;
1889
1819
  }
1890
1820
 
1891
- /* css-module:/home/runner/work/credbuild/credbuild/components/InlineTextField/styles.module.css/#css-module-data */
1821
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/InlineTextField/styles.module.css/#css-module-data */
1892
1822
  ._InlineTextField_104qp_1 {
1893
1823
  cursor: text;
1894
1824
  display: inline-block;
@@ -1903,7 +1833,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1903
1833
  display: none;
1904
1834
  }
1905
1835
 
1906
- /* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Fields/styles.module.css/#css-module-data */
1836
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Fields/styles.module.css/#css-module-data */
1907
1837
  ._CredBuildFields_53gu7_1 {
1908
1838
  position: relative;
1909
1839
  font-family: var(--credbuild-font-family);
@@ -1943,7 +1873,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1943
1873
  margin-top: 2px;
1944
1874
  }
1945
1875
 
1946
- /* css-module:/home/runner/work/credbuild/credbuild/components/ComponentList/styles.module.css/#css-module-data */
1876
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ComponentList/styles.module.css/#css-module-data */
1947
1877
  ._ComponentList_10tqo_1 {
1948
1878
  max-width: 100%;
1949
1879
  }
@@ -1992,30 +1922,30 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1992
1922
  margin-inline-start: auto;
1993
1923
  }
1994
1924
 
1995
- /* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Components/styles.module.css/#css-module-data */
1996
- ._CredBuildComponents_17idm_1 {
1925
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Components/styles.module.css/#css-module-data */
1926
+ ._CredBuildComponents_1a9p4_1 {
1997
1927
  display: flex;
1998
1928
  flex-direction: column;
1999
1929
  height: 100%;
2000
1930
  }
2001
- ._CredBuildComponents-searchContainer_17idm_7 {
2002
- padding: 8px 12px;
1931
+ ._CredBuildComponents-searchContainer_1a9p4_7 {
1932
+ padding: 4px 8px;
2003
1933
  border-bottom: 1px solid var(--cb-border, #e2e8f0);
2004
1934
  background-color: var(--cb-bg-surface, #ffffff);
2005
1935
  position: relative;
2006
1936
  display: flex;
2007
1937
  align-items: center;
2008
1938
  }
2009
- ._CredBuildComponents-searchWrapper_17idm_16 {
1939
+ ._CredBuildComponents-searchWrapper_1a9p4_16 {
2010
1940
  position: relative;
2011
1941
  width: 100%;
2012
1942
  display: flex;
2013
1943
  align-items: center;
2014
1944
  }
2015
- ._CredBuildComponents-searchInput_17idm_23 {
1945
+ ._CredBuildComponents-searchInput_1a9p4_23 {
2016
1946
  width: 100%;
2017
1947
  height: 32px;
2018
- padding: 0 28px 0 32px;
1948
+ padding: 0 28px 0 10px;
2019
1949
  font-size: 12px;
2020
1950
  border: 1px solid var(--cb-border, #e2e8f0);
2021
1951
  border-radius: 6px;
@@ -2024,18 +1954,23 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2024
1954
  outline: none;
2025
1955
  transition: all 0.2s ease-in-out;
2026
1956
  }
2027
- ._CredBuildComponents-searchInput_17idm_23:focus {
1957
+ ._CredBuildComponents-searchInput_1a9p4_23:focus {
2028
1958
  border-color: var(--cb-gold, #d97706);
2029
1959
  background-color: var(--cb-bg-surface, #ffffff);
2030
1960
  box-shadow: 0 0 0 2px var(--cb-gold-glow, rgba(217, 119, 6, 0.15));
2031
1961
  }
2032
- ._CredBuildComponents-searchIcon_17idm_42 {
1962
+ ._CredBuildComponents-searchIcon_1a9p4_42 {
2033
1963
  position: absolute;
2034
1964
  left: 10px;
1965
+ top: 50%;
1966
+ transform: translateY(-50%);
2035
1967
  color: var(--cb-silver-muted, #64748b);
2036
1968
  pointer-events: none;
1969
+ display: flex;
1970
+ align-items: center;
1971
+ justify-content: center;
2037
1972
  }
2038
- ._CredBuildComponents-clearButton_17idm_49 {
1973
+ ._CredBuildComponents-clearButton_1a9p4_54 {
2039
1974
  position: absolute;
2040
1975
  right: 8px;
2041
1976
  background: none;
@@ -2049,15 +1984,15 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2049
1984
  border-radius: 4px;
2050
1985
  transition: all 0.15s ease-in-out;
2051
1986
  }
2052
- ._CredBuildComponents-clearButton_17idm_49:hover {
1987
+ ._CredBuildComponents-clearButton_1a9p4_54:hover {
2053
1988
  background-color: var(--cb-border, #e2e8f0);
2054
1989
  color: var(--cb-silver, #0f172a);
2055
1990
  }
2056
- ._CredBuildComponents-listContainer_17idm_69 {
1991
+ ._CredBuildComponents-listContainer_1a9p4_74 {
2057
1992
  flex: 1;
2058
1993
  overflow-y: auto;
2059
1994
  }
2060
- ._CredBuildComponents-noResults_17idm_74 {
1995
+ ._CredBuildComponents-noResults_1a9p4_79 {
2061
1996
  padding: 32px 16px;
2062
1997
  text-align: center;
2063
1998
  color: var(--cb-silver-muted, #64748b);
@@ -2068,7 +2003,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2068
2003
  gap: 8px;
2069
2004
  }
2070
2005
 
2071
- /* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Preview/styles.module.css/#css-module-data */
2006
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Preview/styles.module.css/#css-module-data */
2072
2007
  ._CredBuildPreview_1z08a_1 {
2073
2008
  position: relative;
2074
2009
  height: 100%;
@@ -2079,7 +2014,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2079
2014
  width: 100%;
2080
2015
  }
2081
2016
 
2082
- /* css-module:/home/runner/work/credbuild/credbuild/components/LayerTree/styles.module.css/#css-module-data */
2017
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/LayerTree/styles.module.css/#css-module-data */
2083
2018
  ._LayerTree_nus40_1 {
2084
2019
  color: var(--credbuild-color-grey-03);
2085
2020
  font-family: var(--credbuild-font-family);
@@ -2183,7 +2118,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2183
2118
  margin-top: 2px;
2184
2119
  }
2185
2120
 
2186
- /* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Layout/styles.module.css/#css-module-data */
2121
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Layout/styles.module.css/#css-module-data */
2187
2122
  ._CredBuildLayout_14aaz_1 {
2188
2123
  display: flex;
2189
2124
  flex: 1;
@@ -2300,7 +2235,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2300
2235
  opacity: 1;
2301
2236
  }
2302
2237
 
2303
- /* css-module:/home/runner/work/credbuild/credbuild/components/MenuBar/styles.module.css/#css-module-data */
2238
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/MenuBar/styles.module.css/#css-module-data */
2304
2239
  ._MenuBar_1m2ld_1 {
2305
2240
  background-color: var(--credbuild-color-white);
2306
2241
  border-bottom: 1px solid var(--credbuild-color-grey-09);
@@ -2344,7 +2279,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2344
2279
  display: flex;
2345
2280
  }
2346
2281
 
2347
- /* css-module:/home/runner/work/credbuild/credbuild/components/ViewportControls/styles.module.css/#css-module-data */
2282
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ViewportControls/styles.module.css/#css-module-data */
2348
2283
  ._ViewportControls_gefvg_1 {
2349
2284
  position: relative;
2350
2285
  }
@@ -2451,7 +2386,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2451
2386
  color: var(--credbuild-color-azure-04);
2452
2387
  }
2453
2388
 
2454
- /* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Header/styles.module.css/#css-module-data */
2389
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Header/styles.module.css/#css-module-data */
2455
2390
  ._CredBuildHeader_qzv5u_1 {
2456
2391
  background: var(--credbuild-color-white);
2457
2392
  border-bottom: 1px solid var(--credbuild-color-grey-10);
@@ -2525,17 +2460,17 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2525
2460
  }
2526
2461
  }
2527
2462
 
2528
- /* css-module:/home/runner/work/credbuild/credbuild/components/SidebarSection/styles.module.css/#css-module-data */
2529
- ._SidebarSection_1w6vl_1 {
2463
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/SidebarSection/styles.module.css/#css-module-data */
2464
+ ._SidebarSection_bv89x_1 {
2530
2465
  display: flex;
2531
2466
  position: relative;
2532
2467
  flex-direction: column;
2533
2468
  color: var(--credbuild-color-black);
2534
2469
  }
2535
- ._SidebarSection_1w6vl_1:last-of-type {
2470
+ ._SidebarSection_bv89x_1:last-of-type {
2536
2471
  flex-grow: 0;
2537
2472
  }
2538
- ._SidebarSection-title_1w6vl_12 {
2473
+ ._SidebarSection-title_bv89x_12 {
2539
2474
  background: var(--credbuild-color-grey-11);
2540
2475
  padding: 4px 10px;
2541
2476
  border-bottom: 1px solid var(--credbuild-color-grey-10);
@@ -2546,29 +2481,28 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2546
2481
  user-select: none;
2547
2482
  transition: background 0.2s ease;
2548
2483
  }
2549
- ._SidebarSection-title_1w6vl_12:hover {
2484
+ ._SidebarSection-title_bv89x_12:hover {
2550
2485
  background: #f3f4f6;
2551
2486
  }
2552
- ._SidebarSection-title_1w6vl_12 h2,
2553
- ._SidebarSection-title_1w6vl_12 span {
2487
+ ._SidebarSection-title_bv89x_12 h2,
2488
+ ._SidebarSection-title_bv89x_12 span {
2554
2489
  font-size: 10px;
2555
- text-transform: uppercase;
2556
- letter-spacing: 0.1em;
2557
- font-weight: 700;
2490
+ font-weight: 500;
2491
+ opacity: 0.9;
2558
2492
  color: var(--credbuild-color-grey-05);
2559
2493
  margin: 0;
2560
2494
  }
2561
- ._SidebarSection--noBorderTop_1w6vl_38 > ._SidebarSection-title_1w6vl_12 {
2495
+ ._SidebarSection--noBorderTop_bv89x_37 > ._SidebarSection-title_bv89x_12 {
2562
2496
  border-top: 0px;
2563
2497
  }
2564
- ._SidebarSection-content_1w6vl_42:last-child {
2498
+ ._SidebarSection-content_bv89x_41:last-child {
2565
2499
  padding-bottom: 4px;
2566
2500
  }
2567
- ._SidebarSection_1w6vl_1:last-of-type ._SidebarSection-content_1w6vl_42 {
2501
+ ._SidebarSection_bv89x_1:last-of-type ._SidebarSection-content_bv89x_41 {
2568
2502
  border-bottom: none;
2569
2503
  flex-grow: 0;
2570
2504
  }
2571
- ._SidebarSection-breadcrumbLabel_1w6vl_51 {
2505
+ ._SidebarSection-breadcrumbLabel_bv89x_50 {
2572
2506
  background: none;
2573
2507
  border: 0;
2574
2508
  border-radius: 2px;
@@ -2579,34 +2513,34 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2579
2513
  padding: 0;
2580
2514
  transition: color 50ms ease-in;
2581
2515
  }
2582
- ._SidebarSection-breadcrumbLabel_1w6vl_51:focus-visible {
2516
+ ._SidebarSection-breadcrumbLabel_bv89x_50:focus-visible {
2583
2517
  outline: 2px solid var(--credbuild-color-azure-05);
2584
2518
  outline-offset: 2px;
2585
2519
  }
2586
2520
  @media (hover: hover) and (pointer: fine) {
2587
- ._SidebarSection-breadcrumbLabel_1w6vl_51:hover {
2521
+ ._SidebarSection-breadcrumbLabel_bv89x_50:hover {
2588
2522
  color: var(--credbuild-color-azure-03);
2589
2523
  transition: none;
2590
2524
  }
2591
2525
  }
2592
- ._SidebarSection-breadcrumbLabel_1w6vl_51:active {
2526
+ ._SidebarSection-breadcrumbLabel_bv89x_50:active {
2593
2527
  color: var(--credbuild-color-azure-02);
2594
2528
  transition: none;
2595
2529
  }
2596
- ._SidebarSection-breadcrumbs_1w6vl_80 {
2530
+ ._SidebarSection-breadcrumbs_bv89x_79 {
2597
2531
  align-items: center;
2598
2532
  display: flex;
2599
2533
  gap: 4px;
2600
2534
  }
2601
- ._SidebarSection-breadcrumb_1w6vl_51 {
2535
+ ._SidebarSection-breadcrumb_bv89x_50 {
2602
2536
  align-items: center;
2603
2537
  display: flex;
2604
2538
  gap: 4px;
2605
2539
  }
2606
- ._SidebarSection-heading_1w6vl_92 {
2540
+ ._SidebarSection-heading_bv89x_91 {
2607
2541
  padding-inline-end: 16px;
2608
2542
  }
2609
- ._SidebarSection-loadingOverlay_1w6vl_96 {
2543
+ ._SidebarSection-loadingOverlay_bv89x_95 {
2610
2544
  background: var(--credbuild-color-white);
2611
2545
  display: flex;
2612
2546
  justify-content: center;
@@ -2621,7 +2555,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2621
2555
  opacity: 0.8;
2622
2556
  }
2623
2557
 
2624
- /* css-module:/home/runner/work/credbuild/credbuild/components/Breadcrumbs/styles.module.css/#css-module-data */
2558
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Breadcrumbs/styles.module.css/#css-module-data */
2625
2559
  ._Breadcrumbs_1e0gb_1 {
2626
2560
  align-items: center;
2627
2561
  display: flex;
@@ -2658,7 +2592,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2658
2592
  gap: 4px;
2659
2593
  }
2660
2594
 
2661
- /* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Canvas/styles.module.css/#css-module-data */
2595
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Canvas/styles.module.css/#css-module-data */
2662
2596
  ._CredBuildCanvas_1ivia_1 {
2663
2597
  background-color: var(--credbuild-color-grey-09);
2664
2598
  background-image: radial-gradient(var(--cb-grid-color) var(--cb-grid-dot), transparent 0);
@@ -2736,7 +2670,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2736
2670
  transition: none;
2737
2671
  }
2738
2672
 
2739
- /* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/ResizeHandle/styles.module.css/#css-module-data */
2673
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/ResizeHandle/styles.module.css/#css-module-data */
2740
2674
  @media (min-width: 766px) {
2741
2675
  ._ResizeHandle_144bf_2 {
2742
2676
  position: absolute;
@@ -2769,7 +2703,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2769
2703
  cursor: col-resize;
2770
2704
  }
2771
2705
 
2772
- /* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Sidebar/styles.module.css/#css-module-data */
2706
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Sidebar/styles.module.css/#css-module-data */
2773
2707
  ._Sidebar_1kcif_1 {
2774
2708
  position: relative;
2775
2709
  display: none;
@@ -2818,7 +2752,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2818
2752
  justify-self: start;
2819
2753
  }
2820
2754
 
2821
- /* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Nav/styles.module.css/#css-module-data */
2755
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Nav/styles.module.css/#css-module-data */
2822
2756
  ._Nav_wbh7e_1 {
2823
2757
  display: flex;
2824
2758
  width: 100%;
@@ -2911,7 +2845,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2911
2845
  }
2912
2846
  }
2913
2847
 
2914
- /* css-module:/home/runner/work/credbuild/credbuild/plugins/blocks/styles.module.css/#css-module-data */
2848
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/plugins/blocks/styles.module.css/#css-module-data */
2915
2849
  ._BlocksPlugin_1ey1i_1 {
2916
2850
  padding: 16px;
2917
2851
  height: 100%;
@@ -2919,7 +2853,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2919
2853
  box-sizing: border-box;
2920
2854
  }
2921
2855
 
2922
- /* css-module:/home/runner/work/credbuild/credbuild/plugins/outline/styles.module.css/#css-module-data */
2856
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/plugins/outline/styles.module.css/#css-module-data */
2923
2857
  ._OutlinePlugin_q92j6_1 {
2924
2858
  padding: 16px;
2925
2859
  height: 100%;
@@ -2927,7 +2861,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2927
2861
  box-sizing: border-box;
2928
2862
  }
2929
2863
 
2930
- /* css-module:/home/runner/work/credbuild/credbuild/plugins/fields/styles.module.css/#css-module-data */
2864
+ /* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/plugins/fields/styles.module.css/#css-module-data */
2931
2865
  ._FieldsPlugin_6as57_1 {
2932
2866
  background: white;
2933
2867
  height: 100%;