@crediblemark/build 0.25.6 → 0.25.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.
- package/dist/{ArrayField-PAJW74AC.css → ArrayField-MCFJLKAL.css} +15 -15
- package/dist/ArrayField-OIQQLS2B.mjs +19 -0
- package/dist/{Editor-Y342RWPN.css → Editor-CVT4RKSU.css} +7 -7
- package/dist/{Editor-OFA3KX3N.mjs → Editor-GDIQRAYD.mjs} +8 -8
- package/dist/ObjectField-WOW3T2WS.mjs +19 -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/{chunk-STIUFJT2.mjs → chunk-23V3TMNT.mjs} +12 -12
- package/dist/{chunk-HIE6KXP6.mjs → chunk-2RLA42JA.mjs} +2 -2
- package/dist/{chunk-KAOWYQIB.mjs → chunk-35OY5UFR.mjs} +11 -11
- package/dist/{chunk-WSTUSWZT.mjs → chunk-BXF2PDCW.mjs} +2 -2
- package/dist/{chunk-XAD7XPP2.mjs → chunk-EDTYTRV5.mjs} +3 -3
- package/dist/{chunk-W7LED3JG.mjs → chunk-ERLZ5CJF.mjs} +30 -30
- package/dist/{chunk-JX7LICWE.mjs → chunk-ETN6FGIH.mjs} +2 -2
- package/dist/{chunk-4NZUDTR6.mjs → chunk-EWOJLVHT.mjs} +1 -1
- package/dist/{chunk-SLKHXT3Q.mjs → chunk-GUUI5HW3.mjs} +1 -1
- package/dist/{chunk-H6RPI3T6.mjs → chunk-ISXFLTBM.mjs} +1 -1
- package/dist/{chunk-QHJGER7I.mjs → chunk-J2UWT4L6.mjs} +5 -5
- package/dist/{chunk-RUJOMPX6.mjs → chunk-JERQUUM4.mjs} +1 -1
- package/dist/{chunk-MZXW5F5R.mjs → chunk-M4S65TWW.mjs} +1 -1
- package/dist/{full-PLJRDIMB.css → full-C7RVGAUA.css} +6 -6
- package/dist/{full-ECZCK3RE.mjs → full-Y52CQK4X.mjs} +5 -5
- package/dist/index.css +43 -41
- package/dist/index.js +82 -82
- package/dist/index.mjs +13 -13
- package/dist/{loaded-FY2TCG5Y.css → loaded-4FAPBCAU.css} +1 -1
- package/dist/{loaded-3MKTRGL5.mjs → loaded-IWWCJE75.mjs} +2 -2
- package/dist/{loaded-NRHNHJPM.mjs → loaded-K43N3OFP.mjs} +2 -2
- package/dist/{loaded-5D7VRSXM.mjs → loaded-MWBOE5CB.mjs} +2 -2
- package/dist/no-external.css +37 -37
- package/dist/no-external.js +82 -82
- package/dist/no-external.mjs +13 -13
- package/dist/rsc.css +1 -1
- package/dist/rsc.js +4 -4
- package/dist/rsc.mjs +2 -2
- package/package.json +1 -1
- package/dist/ArrayField-PGZLQW7G.mjs +0 -19
- package/dist/ObjectField-N7ES6H3B.mjs +0 -19
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,7 +2847,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2845
2847
|
}
|
|
2846
2848
|
}
|
|
2847
2849
|
|
|
2848
|
-
/* css-module:/
|
|
2850
|
+
/* css-module:/home/runner/work/credbuild/credbuild/plugins/blocks/styles.module.css/#css-module-data */
|
|
2849
2851
|
._BlocksPlugin_1ey1i_1 {
|
|
2850
2852
|
padding: 16px;
|
|
2851
2853
|
height: 100%;
|
|
@@ -2853,7 +2855,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
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%;
|