@crediblemark/build 0.25.6 → 0.25.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ArrayField-HYHS4HCO.mjs +17 -0
- package/dist/{ArrayField-PAJW74AC.css → ArrayField-MCFJLKAL.css} +15 -15
- package/dist/{Editor-Y342RWPN.css → Editor-CVT4RKSU.css} +7 -7
- package/dist/{Editor-OFA3KX3N.mjs → Editor-P3UUWNSZ.mjs} +9 -11
- package/dist/ObjectField-4N5XWAFL.mjs +17 -0
- package/dist/{ObjectField-WACQHQ4N.css → ObjectField-YPHZU7G2.css} +15 -15
- package/dist/{Render-HVM2KISU.css → Render-DOE2LXKX.css} +1 -1
- package/dist/{Render-5WYR4VZX.mjs → Render-I6PZ5MEA.mjs} +1 -1
- package/dist/{actions-LaZpJ1KE.d.mts → actions-CKSDxt4l.d.mts} +1 -1
- package/dist/{actions-LaZpJ1KE.d.ts → actions-CKSDxt4l.d.ts} +1 -1
- package/dist/{chunk-QHJGER7I.mjs → chunk-44PQTFGV.mjs} +7 -9
- package/dist/{chunk-STIUFJT2.mjs → chunk-AZFZRLP7.mjs} +12 -12
- package/dist/{chunk-JX7LICWE.mjs → chunk-E4F5M5JH.mjs} +2 -2
- package/dist/chunk-HHKM5MBJ.mjs +3163 -0
- package/dist/{chunk-H6RPI3T6.mjs → chunk-ISXFLTBM.mjs} +1 -1
- package/dist/{chunk-MZXW5F5R.mjs → chunk-KN26YZZJ.mjs} +286 -131
- package/dist/chunk-MWCFPGI6.mjs +4807 -0
- package/dist/{chunk-64A37UUC.mjs → chunk-O44M27KT.mjs} +442 -7
- package/dist/{chunk-XAD7XPP2.mjs → chunk-P2AZFZ7Q.mjs} +3 -3
- package/dist/{chunk-SLKHXT3Q.mjs → chunk-PFHKXXSV.mjs} +1 -1
- package/dist/{chunk-RUJOMPX6.mjs → chunk-S32JZ2HU.mjs} +1 -1
- package/dist/{chunk-KAOWYQIB.mjs → chunk-T2LBDQLG.mjs} +12 -12
- package/dist/{chunk-4NZUDTR6.mjs → chunk-XLRMLBFR.mjs} +1 -1
- package/dist/{chunk-WSTUSWZT.mjs → chunk-Z7DDX2XU.mjs} +2 -2
- package/dist/{full-ECZCK3RE.mjs → full-3VRJOFG5.mjs} +6 -8
- package/dist/{full-PLJRDIMB.css → full-C7RVGAUA.css} +6 -6
- package/dist/{index-CD3PszvP.d.mts → index-Ds4Dkkyr.d.mts} +1 -1
- package/dist/{index-Bj2x5pZ7.d.ts → index-DwajIHZf.d.ts} +1 -1
- package/dist/index.css +231 -43
- package/dist/index.d.mts +8 -40
- package/dist/index.d.ts +8 -40
- package/dist/index.js +1306 -649
- package/dist/index.mjs +26 -26
- package/dist/internal.d.mts +2 -2
- package/dist/internal.d.ts +2 -2
- package/dist/internal.mjs +1 -2
- package/dist/{loaded-FY2TCG5Y.css → loaded-4FAPBCAU.css} +1 -1
- package/dist/{loaded-NRHNHJPM.mjs → loaded-C2JGMUXV.mjs} +3 -5
- package/dist/{loaded-5D7VRSXM.mjs → loaded-FJHWTGH6.mjs} +3 -5
- package/dist/{loaded-3MKTRGL5.mjs → loaded-NTEK7RT3.mjs} +3 -5
- package/dist/no-external.css +225 -39
- package/dist/no-external.d.mts +4 -4
- package/dist/no-external.d.ts +4 -4
- package/dist/no-external.js +1306 -649
- package/dist/no-external.mjs +26 -26
- package/dist/rsc.css +1421 -1
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +10328 -1011
- package/dist/rsc.mjs +21 -4
- package/dist/{walk-tree-BO8uRNcW.d.mts → walk-tree-B_jHFa3L.d.mts} +39 -2
- package/dist/{walk-tree-BEw6kTXm.d.ts → walk-tree-DHMRjk5Z.d.ts} +39 -2
- package/package.json +1 -1
- package/dist/ArrayField-PGZLQW7G.mjs +0 -19
- package/dist/ObjectField-N7ES6H3B.mjs +0 -19
- package/dist/chunk-7LXZOPYT.mjs +0 -445
- package/dist/chunk-HIE6KXP6.mjs +0 -455
- package/dist/chunk-SMAWAXVX.mjs +0 -139
- package/dist/chunk-W7LED3JG.mjs +0 -6890
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* css-module:/
|
|
1
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/styles.module.css/#css-module-data */
|
|
2
2
|
._RichTextMenu_193iw_1 {
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: row;
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
border-left: 0.5px solid var(--credbuild-color-grey-05);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
/* css-module:/
|
|
43
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/IconButton/IconButton.module.css/#css-module-data */
|
|
44
44
|
._IconButton_1a0fz_1 {
|
|
45
45
|
align-items: center;
|
|
46
46
|
background: transparent;
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
color: var(--credbuild-color-grey-07);
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
/* css-module:/
|
|
88
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Loader/styles.module.css/#css-module-data */
|
|
89
89
|
@keyframes _loader-animation_nacdm_1 {
|
|
90
90
|
0% {
|
|
91
91
|
transform: rotate(0deg) scale(1);
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
animation-fill-mode: both;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
/* css-module:/
|
|
110
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/ActionBar/styles.module.css/#css-module-data */
|
|
111
111
|
._ActionBar_ze0ci_1 {
|
|
112
112
|
align-items: center;
|
|
113
113
|
cursor: default;
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
height: 100%;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
/* css-module:/
|
|
205
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
|
|
206
206
|
._Control_1aveu_1 .lucide {
|
|
207
207
|
height: 18px;
|
|
208
208
|
width: 18px;
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
width: 16px;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
/* css-module:/
|
|
215
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Select/styles.module.css/#css-module-data */
|
|
216
216
|
._Select_16son_1 {
|
|
217
217
|
position: relative;
|
|
218
218
|
z-index: 1;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { H as History,
|
|
1
|
+
import { H as History, b as Permissions, c as ComponentData, a as Config, U as UserGenerics, F as Fields, C as CredBuildAction, R as RootDataWithProps, d as ResolveDataTrigger, e as Plugin, f as Overrides, V as Viewports, I as IframeConfig, g as UiState, h as ComponentConfig, A as AppState, M as Metadata, i as FieldTransforms, j as RichtextField } from './actions-CKSDxt4l.mjs';
|
|
2
2
|
import { Editor } from '@tiptap/react';
|
|
3
3
|
|
|
4
4
|
type HistorySlice<D = any> = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { H as History,
|
|
1
|
+
import { H as History, b as Permissions, c as ComponentData, a as Config, U as UserGenerics, F as Fields, C as CredBuildAction, R as RootDataWithProps, d as ResolveDataTrigger, e as Plugin, f as Overrides, V as Viewports, I as IframeConfig, g as UiState, h as ComponentConfig, A as AppState, M as Metadata, i as FieldTransforms, j as RichtextField } from './actions-CKSDxt4l.js';
|
|
2
2
|
import { Editor } from '@tiptap/react';
|
|
3
3
|
|
|
4
4
|
type HistorySlice<D = any> = {
|
package/dist/index.css
CHANGED
|
@@ -149,7 +149,8 @@
|
|
|
149
149
|
--credbuild-font-family: "Inter", sans-serif;
|
|
150
150
|
--cb-radius-m: 5px;
|
|
151
151
|
}
|
|
152
|
-
.CredBuild[data-theme=light]
|
|
152
|
+
.CredBuild[data-theme=light],
|
|
153
|
+
.CredBuild:not(.dark) {
|
|
153
154
|
--cb-bg-base: #f8fafc;
|
|
154
155
|
--cb-bg-surface: #ffffff;
|
|
155
156
|
--cb-bg-panel: #f1f5f9;
|
|
@@ -161,7 +162,8 @@
|
|
|
161
162
|
--cb-silver-muted: #64748b;
|
|
162
163
|
--cb-border: #e2e8f0;
|
|
163
164
|
}
|
|
164
|
-
.CredBuild[data-theme=dark]
|
|
165
|
+
.CredBuild[data-theme=dark],
|
|
166
|
+
.CredBuild.dark {
|
|
165
167
|
--cb-bg-base: #191919;
|
|
166
168
|
--cb-bg-surface: #202020;
|
|
167
169
|
--cb-bg-panel: #262626;
|
|
@@ -185,8 +187,8 @@
|
|
|
185
187
|
--credbuild-color-grey-05: var(--cb-silver-muted);
|
|
186
188
|
--credbuild-color-grey-04: var(--cb-silver);
|
|
187
189
|
--credbuild-color-grey-03: var(--cb-silver);
|
|
188
|
-
--credbuild-color-grey-02: var(--cb-
|
|
189
|
-
--credbuild-color-grey-01: var(--cb-
|
|
190
|
+
--credbuild-color-grey-02: var(--cb-silver);
|
|
191
|
+
--credbuild-color-grey-01: var(--cb-silver);
|
|
190
192
|
--credbuild-color-azure-12: var(--cb-bg-surface);
|
|
191
193
|
--credbuild-color-azure-11: var(--cb-gold-glow);
|
|
192
194
|
--credbuild-color-azure-10: var(--cb-gold-glow);
|
|
@@ -310,7 +312,7 @@
|
|
|
310
312
|
box-shadow: 0 0 0 1px var(--cb-gold-glow);
|
|
311
313
|
}
|
|
312
314
|
|
|
313
|
-
/* css-module:/
|
|
315
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/ActionBar/styles.module.css/#css-module-data */
|
|
314
316
|
._ActionBar_ze0ci_1 {
|
|
315
317
|
align-items: center;
|
|
316
318
|
cursor: default;
|
|
@@ -405,7 +407,7 @@
|
|
|
405
407
|
height: 100%;
|
|
406
408
|
}
|
|
407
409
|
|
|
408
|
-
/* css-module:/
|
|
410
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/AutoField/styles.module.css/#css-module-data */
|
|
409
411
|
._InputWrapper_1l0eg_1:not(._InputWrapper--object_1l0eg_1):not(._InputWrapper--array_1l0eg_1) {
|
|
410
412
|
border: 1px solid var(--credbuild-color-grey-10);
|
|
411
413
|
border-radius: 5px;
|
|
@@ -579,7 +581,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
579
581
|
margin-bottom: -4px;
|
|
580
582
|
}
|
|
581
583
|
|
|
582
|
-
/* css-module:/
|
|
584
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/ExternalInput/styles.module.css/#css-module-data */
|
|
583
585
|
._ExternalInput-actions_1gpb4_1 {
|
|
584
586
|
display: flex;
|
|
585
587
|
}
|
|
@@ -871,7 +873,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
871
873
|
display: block;
|
|
872
874
|
}
|
|
873
875
|
|
|
874
|
-
/* css-module:/
|
|
876
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Modal/styles.module.css/#css-module-data */
|
|
875
877
|
._Modal_b422s_1 {
|
|
876
878
|
background: color-mix(in srgb, var(--credbuild-color-black) 75%, transparent);
|
|
877
879
|
display: none;
|
|
@@ -899,7 +901,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
899
901
|
max-height: 90dvh;
|
|
900
902
|
}
|
|
901
903
|
|
|
902
|
-
/* css-module:/
|
|
904
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Heading/styles.module.css/#css-module-data */
|
|
903
905
|
._Heading_1tpsl_1 {
|
|
904
906
|
display: block;
|
|
905
907
|
color: var(--credbuild-color-black);
|
|
@@ -936,7 +938,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
936
938
|
font-size: var(--credbuild-font-size-xs);
|
|
937
939
|
}
|
|
938
940
|
|
|
939
|
-
/* css-module:/
|
|
941
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Loader/styles.module.css/#css-module-data */
|
|
940
942
|
@keyframes _loader-animation_nacdm_1 {
|
|
941
943
|
0% {
|
|
942
944
|
transform: rotate(0deg) scale(1);
|
|
@@ -958,7 +960,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
958
960
|
animation-fill-mode: both;
|
|
959
961
|
}
|
|
960
962
|
|
|
961
|
-
/* css-module:/
|
|
963
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Button/Button.module.css/#css-module-data */
|
|
962
964
|
._Button_164uz_1 {
|
|
963
965
|
appearance: none;
|
|
964
966
|
background: none;
|
|
@@ -1051,7 +1053,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1051
1053
|
padding-inline-start: 8px;
|
|
1052
1054
|
}
|
|
1053
1055
|
|
|
1054
|
-
/* css-module:/
|
|
1056
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/IconButton/IconButton.module.css/#css-module-data */
|
|
1055
1057
|
._IconButton_1a0fz_1 {
|
|
1056
1058
|
align-items: center;
|
|
1057
1059
|
background: transparent;
|
|
@@ -1096,7 +1098,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1096
1098
|
color: var(--credbuild-color-grey-07);
|
|
1097
1099
|
}
|
|
1098
1100
|
|
|
1099
|
-
/* css-module:/
|
|
1101
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/styles.module.css/#css-module-data */
|
|
1100
1102
|
._RichTextMenu_193iw_1 {
|
|
1101
1103
|
display: flex;
|
|
1102
1104
|
flex-direction: row;
|
|
@@ -1138,7 +1140,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1138
1140
|
border-left: 0.5px solid var(--credbuild-color-grey-05);
|
|
1139
1141
|
}
|
|
1140
1142
|
|
|
1141
|
-
/* css-module:/
|
|
1143
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
|
|
1142
1144
|
._Control_1aveu_1 .lucide {
|
|
1143
1145
|
height: 18px;
|
|
1144
1146
|
width: 18px;
|
|
@@ -1148,7 +1150,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1148
1150
|
width: 16px;
|
|
1149
1151
|
}
|
|
1150
1152
|
|
|
1151
|
-
/* css-module:/
|
|
1153
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Select/styles.module.css/#css-module-data */
|
|
1152
1154
|
._Select_16son_1 {
|
|
1153
1155
|
position: relative;
|
|
1154
1156
|
z-index: 1;
|
|
@@ -1236,7 +1238,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1236
1238
|
color: var(--credbuild-color-azure-04);
|
|
1237
1239
|
}
|
|
1238
1240
|
|
|
1239
|
-
/* css-module:/
|
|
1241
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/RichTextEditor/styles.module.css/#css-module-data */
|
|
1240
1242
|
._RichTextEditor_hp4qf_1 .ProseMirror {
|
|
1241
1243
|
white-space: pre-wrap;
|
|
1242
1244
|
word-wrap: break-word;
|
|
@@ -1339,7 +1341,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1339
1341
|
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
1340
1342
|
}
|
|
1341
1343
|
|
|
1342
|
-
/* css-module:/
|
|
1344
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
|
|
1343
1345
|
._ArrayField_rvhj3_5 {
|
|
1344
1346
|
display: flex;
|
|
1345
1347
|
flex-direction: column;
|
|
@@ -1501,7 +1503,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1501
1503
|
opacity: 1;
|
|
1502
1504
|
}
|
|
1503
1505
|
|
|
1504
|
-
/* css-module:/
|
|
1506
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/DragIcon/styles.module.css/#css-module-data */
|
|
1505
1507
|
._DragIcon_ei1r9_1 {
|
|
1506
1508
|
color: var(--credbuild-color-grey-05);
|
|
1507
1509
|
cursor: grab;
|
|
@@ -1531,7 +1533,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1531
1533
|
transition: none !important;
|
|
1532
1534
|
}
|
|
1533
1535
|
|
|
1534
|
-
/* css-module:/
|
|
1536
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
1535
1537
|
._ObjectField_12pvo_1 {
|
|
1536
1538
|
display: flex;
|
|
1537
1539
|
flex-direction: column;
|
|
@@ -1584,7 +1586,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1584
1586
|
align-items: center;
|
|
1585
1587
|
}
|
|
1586
1588
|
|
|
1587
|
-
/* css-module:/
|
|
1589
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Drawer/styles.module.css/#css-module-data */
|
|
1588
1590
|
._Drawer_1bd7y_1 {
|
|
1589
1591
|
display: flex;
|
|
1590
1592
|
flex-direction: column;
|
|
@@ -1644,7 +1646,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1644
1646
|
letter-spacing: 0.02em;
|
|
1645
1647
|
}
|
|
1646
1648
|
|
|
1647
|
-
/* css-module:/
|
|
1649
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/DraggableComponent/styles.module.css/#css-module-data */
|
|
1648
1650
|
._DraggableComponent_yrtpz_1 {
|
|
1649
1651
|
position: absolute;
|
|
1650
1652
|
pointer-events: none;
|
|
@@ -1751,7 +1753,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1751
1753
|
outline-offset: -2px !important;
|
|
1752
1754
|
}
|
|
1753
1755
|
|
|
1754
|
-
/* css-module:/
|
|
1756
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/DropZone/styles.module.css/#css-module-data */
|
|
1755
1757
|
._DropZone_1vmgt_1 {
|
|
1756
1758
|
--resize-animation-ms: 150ms;
|
|
1757
1759
|
position: relative;
|
|
@@ -1818,7 +1820,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1818
1820
|
outline-offset: 2px;
|
|
1819
1821
|
}
|
|
1820
1822
|
|
|
1821
|
-
/* css-module:/
|
|
1823
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/InlineTextField/styles.module.css/#css-module-data */
|
|
1822
1824
|
._InlineTextField_104qp_1 {
|
|
1823
1825
|
cursor: text;
|
|
1824
1826
|
display: inline-block;
|
|
@@ -1833,7 +1835,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1833
1835
|
display: none;
|
|
1834
1836
|
}
|
|
1835
1837
|
|
|
1836
|
-
/* css-module:/
|
|
1838
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Fields/styles.module.css/#css-module-data */
|
|
1837
1839
|
._CredBuildFields_53gu7_1 {
|
|
1838
1840
|
position: relative;
|
|
1839
1841
|
font-family: var(--credbuild-font-family);
|
|
@@ -1873,7 +1875,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1873
1875
|
margin-top: 2px;
|
|
1874
1876
|
}
|
|
1875
1877
|
|
|
1876
|
-
/* css-module:/
|
|
1878
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/ComponentList/styles.module.css/#css-module-data */
|
|
1877
1879
|
._ComponentList_10tqo_1 {
|
|
1878
1880
|
max-width: 100%;
|
|
1879
1881
|
}
|
|
@@ -1922,7 +1924,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1922
1924
|
margin-inline-start: auto;
|
|
1923
1925
|
}
|
|
1924
1926
|
|
|
1925
|
-
/* css-module:/
|
|
1927
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Components/styles.module.css/#css-module-data */
|
|
1926
1928
|
._CredBuildComponents_1a9p4_1 {
|
|
1927
1929
|
display: flex;
|
|
1928
1930
|
flex-direction: column;
|
|
@@ -2003,7 +2005,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2003
2005
|
gap: 8px;
|
|
2004
2006
|
}
|
|
2005
2007
|
|
|
2006
|
-
/* css-module:/
|
|
2008
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Preview/styles.module.css/#css-module-data */
|
|
2007
2009
|
._CredBuildPreview_1z08a_1 {
|
|
2008
2010
|
position: relative;
|
|
2009
2011
|
height: 100%;
|
|
@@ -2014,7 +2016,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2014
2016
|
width: 100%;
|
|
2015
2017
|
}
|
|
2016
2018
|
|
|
2017
|
-
/* css-module:/
|
|
2019
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/LayerTree/styles.module.css/#css-module-data */
|
|
2018
2020
|
._LayerTree_nus40_1 {
|
|
2019
2021
|
color: var(--credbuild-color-grey-03);
|
|
2020
2022
|
font-family: var(--credbuild-font-family);
|
|
@@ -2118,7 +2120,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2118
2120
|
margin-top: 2px;
|
|
2119
2121
|
}
|
|
2120
2122
|
|
|
2121
|
-
/* css-module:/
|
|
2123
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Layout/styles.module.css/#css-module-data */
|
|
2122
2124
|
._CredBuildLayout_14aaz_1 {
|
|
2123
2125
|
display: flex;
|
|
2124
2126
|
flex: 1;
|
|
@@ -2235,7 +2237,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2235
2237
|
opacity: 1;
|
|
2236
2238
|
}
|
|
2237
2239
|
|
|
2238
|
-
/* css-module:/
|
|
2240
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/MenuBar/styles.module.css/#css-module-data */
|
|
2239
2241
|
._MenuBar_1m2ld_1 {
|
|
2240
2242
|
background-color: var(--credbuild-color-white);
|
|
2241
2243
|
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
@@ -2279,7 +2281,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2279
2281
|
display: flex;
|
|
2280
2282
|
}
|
|
2281
2283
|
|
|
2282
|
-
/* css-module:/
|
|
2284
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/ViewportControls/styles.module.css/#css-module-data */
|
|
2283
2285
|
._ViewportControls_gefvg_1 {
|
|
2284
2286
|
position: relative;
|
|
2285
2287
|
}
|
|
@@ -2386,7 +2388,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2386
2388
|
color: var(--credbuild-color-azure-04);
|
|
2387
2389
|
}
|
|
2388
2390
|
|
|
2389
|
-
/* css-module:/
|
|
2391
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Header/styles.module.css/#css-module-data */
|
|
2390
2392
|
._CredBuildHeader_qzv5u_1 {
|
|
2391
2393
|
background: var(--credbuild-color-white);
|
|
2392
2394
|
border-bottom: 1px solid var(--credbuild-color-grey-10);
|
|
@@ -2460,7 +2462,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2460
2462
|
}
|
|
2461
2463
|
}
|
|
2462
2464
|
|
|
2463
|
-
/* css-module:/
|
|
2465
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/SidebarSection/styles.module.css/#css-module-data */
|
|
2464
2466
|
._SidebarSection_bv89x_1 {
|
|
2465
2467
|
display: flex;
|
|
2466
2468
|
position: relative;
|
|
@@ -2555,7 +2557,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2555
2557
|
opacity: 0.8;
|
|
2556
2558
|
}
|
|
2557
2559
|
|
|
2558
|
-
/* css-module:/
|
|
2560
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Breadcrumbs/styles.module.css/#css-module-data */
|
|
2559
2561
|
._Breadcrumbs_1e0gb_1 {
|
|
2560
2562
|
align-items: center;
|
|
2561
2563
|
display: flex;
|
|
@@ -2592,7 +2594,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2592
2594
|
gap: 4px;
|
|
2593
2595
|
}
|
|
2594
2596
|
|
|
2595
|
-
/* css-module:/
|
|
2597
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Canvas/styles.module.css/#css-module-data */
|
|
2596
2598
|
._CredBuildCanvas_1ivia_1 {
|
|
2597
2599
|
background-color: var(--credbuild-color-grey-09);
|
|
2598
2600
|
background-image: radial-gradient(var(--cb-grid-color) var(--cb-grid-dot), transparent 0);
|
|
@@ -2670,7 +2672,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2670
2672
|
transition: none;
|
|
2671
2673
|
}
|
|
2672
2674
|
|
|
2673
|
-
/* css-module:/
|
|
2675
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/ResizeHandle/styles.module.css/#css-module-data */
|
|
2674
2676
|
@media (min-width: 766px) {
|
|
2675
2677
|
._ResizeHandle_144bf_2 {
|
|
2676
2678
|
position: absolute;
|
|
@@ -2703,7 +2705,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2703
2705
|
cursor: col-resize;
|
|
2704
2706
|
}
|
|
2705
2707
|
|
|
2706
|
-
/* css-module:/
|
|
2708
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Sidebar/styles.module.css/#css-module-data */
|
|
2707
2709
|
._Sidebar_1kcif_1 {
|
|
2708
2710
|
position: relative;
|
|
2709
2711
|
display: none;
|
|
@@ -2752,7 +2754,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2752
2754
|
justify-self: start;
|
|
2753
2755
|
}
|
|
2754
2756
|
|
|
2755
|
-
/* css-module:/
|
|
2757
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Nav/styles.module.css/#css-module-data */
|
|
2756
2758
|
._Nav_wbh7e_1 {
|
|
2757
2759
|
display: flex;
|
|
2758
2760
|
width: 100%;
|
|
@@ -2845,15 +2847,15 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2845
2847
|
}
|
|
2846
2848
|
}
|
|
2847
2849
|
|
|
2848
|
-
/* css-module:/
|
|
2849
|
-
.
|
|
2850
|
-
padding: 16px;
|
|
2850
|
+
/* css-module:/home/runner/work/credbuild/credbuild/plugins/blocks/styles.module.css/#css-module-data */
|
|
2851
|
+
._BlocksPlugin_1q0b2_1 {
|
|
2852
|
+
padding: 0 16px 16px 16px;
|
|
2851
2853
|
height: 100%;
|
|
2852
2854
|
overflow-y: auto;
|
|
2853
2855
|
box-sizing: border-box;
|
|
2854
2856
|
}
|
|
2855
2857
|
|
|
2856
|
-
/* css-module:/
|
|
2858
|
+
/* css-module:/home/runner/work/credbuild/credbuild/plugins/outline/styles.module.css/#css-module-data */
|
|
2857
2859
|
._OutlinePlugin_q92j6_1 {
|
|
2858
2860
|
padding: 16px;
|
|
2859
2861
|
height: 100%;
|
|
@@ -2861,7 +2863,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2861
2863
|
box-sizing: border-box;
|
|
2862
2864
|
}
|
|
2863
2865
|
|
|
2864
|
-
/* css-module:/
|
|
2866
|
+
/* css-module:/home/runner/work/credbuild/credbuild/plugins/fields/styles.module.css/#css-module-data */
|
|
2865
2867
|
._FieldsPlugin_6as57_1 {
|
|
2866
2868
|
background: white;
|
|
2867
2869
|
height: 100%;
|
|
@@ -2880,3 +2882,189 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2880
2882
|
padding: 16px;
|
|
2881
2883
|
}
|
|
2882
2884
|
}
|
|
2885
|
+
|
|
2886
|
+
/* css-module:/home/runner/work/credbuild/credbuild/plugins/code/styles.module.css/#css-module-data */
|
|
2887
|
+
._CodePlugin_77s8n_1 {
|
|
2888
|
+
display: flex;
|
|
2889
|
+
flex-direction: column;
|
|
2890
|
+
height: 100%;
|
|
2891
|
+
box-sizing: border-box;
|
|
2892
|
+
overflow: hidden;
|
|
2893
|
+
}
|
|
2894
|
+
._CodePanel_77s8n_9 {
|
|
2895
|
+
display: flex;
|
|
2896
|
+
flex-direction: column;
|
|
2897
|
+
height: 100%;
|
|
2898
|
+
padding: 12px;
|
|
2899
|
+
box-sizing: border-box;
|
|
2900
|
+
overflow-y: auto;
|
|
2901
|
+
}
|
|
2902
|
+
._CodePanel-title_77s8n_18 {
|
|
2903
|
+
font-size: 11px !important;
|
|
2904
|
+
font-weight: 600 !important;
|
|
2905
|
+
text-transform: uppercase !important;
|
|
2906
|
+
letter-spacing: 0.05em !important;
|
|
2907
|
+
color: var(--cb-silver-muted) !important;
|
|
2908
|
+
margin-bottom: 12px !important;
|
|
2909
|
+
}
|
|
2910
|
+
._CodePanel_77s8n_9 textarea._CodePanel-textarea_77s8n_27 {
|
|
2911
|
+
height: 180px !important;
|
|
2912
|
+
min-height: 180px !important;
|
|
2913
|
+
width: 100% !important;
|
|
2914
|
+
font-family:
|
|
2915
|
+
ui-monospace,
|
|
2916
|
+
SFMono-Regular,
|
|
2917
|
+
Menlo,
|
|
2918
|
+
Monaco,
|
|
2919
|
+
Consolas,
|
|
2920
|
+
"Liberation Mono",
|
|
2921
|
+
"Courier New",
|
|
2922
|
+
monospace !important;
|
|
2923
|
+
font-size: 12px !important;
|
|
2924
|
+
line-height: 1.5 !important;
|
|
2925
|
+
background-color: var(--cb-bg-base) !important;
|
|
2926
|
+
color: var(--cb-silver) !important;
|
|
2927
|
+
border: 1px solid var(--cb-border) !important;
|
|
2928
|
+
border-radius: var(--cb-radius-m) !important;
|
|
2929
|
+
padding: 10px !important;
|
|
2930
|
+
resize: none !important;
|
|
2931
|
+
box-sizing: border-box !important;
|
|
2932
|
+
margin-bottom: 12px !important;
|
|
2933
|
+
}
|
|
2934
|
+
._CodePanel_77s8n_9 textarea._CodePanel-textarea_77s8n_27:focus {
|
|
2935
|
+
border-color: var(--cb-gold) !important;
|
|
2936
|
+
outline: none !important;
|
|
2937
|
+
}
|
|
2938
|
+
._CodePanel-optionsSection_77s8n_49 {
|
|
2939
|
+
margin-bottom: 12px !important;
|
|
2940
|
+
}
|
|
2941
|
+
._CodePanel-optionTitle_77s8n_53 {
|
|
2942
|
+
font-size: 11px !important;
|
|
2943
|
+
font-weight: 600 !important;
|
|
2944
|
+
text-transform: uppercase !important;
|
|
2945
|
+
letter-spacing: 0.05em !important;
|
|
2946
|
+
color: var(--cb-silver-muted) !important;
|
|
2947
|
+
margin-bottom: 6px !important;
|
|
2948
|
+
}
|
|
2949
|
+
._CodePanel-radioGroup_77s8n_62 {
|
|
2950
|
+
display: flex !important;
|
|
2951
|
+
flex-direction: column !important;
|
|
2952
|
+
gap: 6px !important;
|
|
2953
|
+
}
|
|
2954
|
+
._CodePanel-radioLabel_77s8n_68 {
|
|
2955
|
+
display: flex !important;
|
|
2956
|
+
align-items: center !important;
|
|
2957
|
+
gap: 8px !important;
|
|
2958
|
+
font-size: 12px !important;
|
|
2959
|
+
color: var(--cb-silver) !important;
|
|
2960
|
+
cursor: pointer !important;
|
|
2961
|
+
}
|
|
2962
|
+
._CodePanel-radioInput_77s8n_77 {
|
|
2963
|
+
accent-color: var(--cb-gold) !important;
|
|
2964
|
+
cursor: pointer !important;
|
|
2965
|
+
margin: 0 !important;
|
|
2966
|
+
width: auto !important;
|
|
2967
|
+
height: auto !important;
|
|
2968
|
+
min-height: 0 !important;
|
|
2969
|
+
display: inline-block !important;
|
|
2970
|
+
}
|
|
2971
|
+
._CodePanel-button_77s8n_87 {
|
|
2972
|
+
background: var(--cb-gold) !important;
|
|
2973
|
+
color: var(--cb-bg-base) !important;
|
|
2974
|
+
border: none !important;
|
|
2975
|
+
padding: 8px 16px !important;
|
|
2976
|
+
border-radius: var(--cb-radius-m) !important;
|
|
2977
|
+
font-weight: 700 !important;
|
|
2978
|
+
font-size: 11px !important;
|
|
2979
|
+
text-transform: uppercase !important;
|
|
2980
|
+
letter-spacing: 0.05em !important;
|
|
2981
|
+
cursor: pointer !important;
|
|
2982
|
+
transition: opacity 0.2s ease, transform 0.1s ease !important;
|
|
2983
|
+
display: flex !important;
|
|
2984
|
+
align-items: center !important;
|
|
2985
|
+
justify-content: center !important;
|
|
2986
|
+
gap: 8px !important;
|
|
2987
|
+
height: 36px !important;
|
|
2988
|
+
width: auto !important;
|
|
2989
|
+
}
|
|
2990
|
+
._CodePanel-button_77s8n_87:hover {
|
|
2991
|
+
opacity: 0.9 !important;
|
|
2992
|
+
}
|
|
2993
|
+
._CodePanel-button_77s8n_87:active {
|
|
2994
|
+
transform: scale(0.98) !important;
|
|
2995
|
+
}
|
|
2996
|
+
._CodePanel-button_77s8n_87:disabled {
|
|
2997
|
+
opacity: 0.5 !important;
|
|
2998
|
+
cursor: not-allowed !important;
|
|
2999
|
+
}
|
|
3000
|
+
._CodePanel-error_77s8n_120 {
|
|
3001
|
+
color: #f87171 !important;
|
|
3002
|
+
font-size: 11px !important;
|
|
3003
|
+
margin-bottom: 12px !important;
|
|
3004
|
+
line-height: 1.4 !important;
|
|
3005
|
+
padding: 8px !important;
|
|
3006
|
+
background-color: rgba(239, 68, 68, 0.1) !important;
|
|
3007
|
+
border: 1px solid rgba(239, 68, 68, 0.2) !important;
|
|
3008
|
+
border-radius: var(--cb-radius-m) !important;
|
|
3009
|
+
}
|
|
3010
|
+
._CodePanel-success_77s8n_131 {
|
|
3011
|
+
color: #34d399 !important;
|
|
3012
|
+
font-size: 11px !important;
|
|
3013
|
+
margin-bottom: 12px !important;
|
|
3014
|
+
line-height: 1.4 !important;
|
|
3015
|
+
padding: 8px !important;
|
|
3016
|
+
background-color: rgba(16, 185, 129, 0.1) !important;
|
|
3017
|
+
border: 1px solid rgba(16, 185, 129, 0.2) !important;
|
|
3018
|
+
border-radius: var(--cb-radius-m) !important;
|
|
3019
|
+
}
|
|
3020
|
+
._CodePanel-promptSection_77s8n_142 {
|
|
3021
|
+
margin-top: 16px !important;
|
|
3022
|
+
border-top: 1px solid var(--cb-border) !important;
|
|
3023
|
+
padding-top: 12px !important;
|
|
3024
|
+
}
|
|
3025
|
+
._CodePanel-promptHeader_77s8n_148 {
|
|
3026
|
+
display: flex !important;
|
|
3027
|
+
align-items: center !important;
|
|
3028
|
+
justify-content: space-between !important;
|
|
3029
|
+
margin-bottom: 8px !important;
|
|
3030
|
+
}
|
|
3031
|
+
._CodePanel-promptText_77s8n_155 {
|
|
3032
|
+
font-size: 11px !important;
|
|
3033
|
+
line-height: 1.5 !important;
|
|
3034
|
+
background-color: var(--cb-bg-base) !important;
|
|
3035
|
+
color: var(--cb-silver-muted) !important;
|
|
3036
|
+
border: 1px solid var(--cb-border) !important;
|
|
3037
|
+
border-radius: var(--cb-radius-m) !important;
|
|
3038
|
+
padding: 10px !important;
|
|
3039
|
+
white-space: pre-wrap !important;
|
|
3040
|
+
font-family: inherit !important;
|
|
3041
|
+
max-height: 80px !important;
|
|
3042
|
+
overflow-y: auto !important;
|
|
3043
|
+
}
|
|
3044
|
+
._CodePanel-copyBtn_77s8n_169 {
|
|
3045
|
+
background: transparent !important;
|
|
3046
|
+
border: 1px solid var(--cb-border) !important;
|
|
3047
|
+
color: var(--cb-silver-muted) !important;
|
|
3048
|
+
padding: 4px 8px !important;
|
|
3049
|
+
border-radius: var(--cb-radius-m) !important;
|
|
3050
|
+
font-size: 10px !important;
|
|
3051
|
+
font-weight: 600 !important;
|
|
3052
|
+
cursor: pointer !important;
|
|
3053
|
+
display: flex !important;
|
|
3054
|
+
align-items: center !important;
|
|
3055
|
+
gap: 4px !important;
|
|
3056
|
+
transition: all 0.2s ease !important;
|
|
3057
|
+
height: auto !important;
|
|
3058
|
+
width: auto !important;
|
|
3059
|
+
line-height: 1 !important;
|
|
3060
|
+
}
|
|
3061
|
+
._CodePanel-copyBtn_77s8n_169:hover {
|
|
3062
|
+
border-color: var(--cb-gold) !important;
|
|
3063
|
+
color: var(--cb-gold) !important;
|
|
3064
|
+
background-color: var(--cb-gold-faint) !important;
|
|
3065
|
+
}
|
|
3066
|
+
._CodePanel-copyBtn--copied_77s8n_193 {
|
|
3067
|
+
color: #34d399 !important;
|
|
3068
|
+
border-color: rgba(16, 185, 129, 0.4) !important;
|
|
3069
|
+
background-color: rgba(16, 185, 129, 0.05) !important;
|
|
3070
|
+
}
|