@crediblemark/build 0.25.4 → 0.25.6
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/README.md +85 -0
- package/bin/credbuild.js +524 -0
- package/dist/{ObjectField-JYRSRCWB.css → ArrayField-PAJW74AC.css} +325 -324
- package/dist/ArrayField-PGZLQW7G.mjs +19 -0
- package/dist/{Editor-IPG4RO2L.mjs → Editor-OFA3KX3N.mjs} +8 -8
- package/dist/{Editor-CVT4RKSU.css → Editor-Y342RWPN.css} +7 -7
- package/dist/ObjectField-N7ES6H3B.mjs +19 -0
- package/dist/{ArrayField-JRN7ZFM7.css → ObjectField-WACQHQ4N.css} +320 -319
- package/dist/{Render-I6PZ5MEA.mjs → Render-5WYR4VZX.mjs} +1 -1
- package/dist/{Render-DOE2LXKX.css → Render-HVM2KISU.css} +1 -1
- package/dist/{chunk-W57TTDB2.mjs → chunk-4NZUDTR6.mjs} +1 -1
- package/dist/{chunk-ISXFLTBM.mjs → chunk-H6RPI3T6.mjs} +1 -1
- package/dist/{chunk-2RLA42JA.mjs → chunk-HIE6KXP6.mjs} +2 -2
- package/dist/{chunk-MZIV4ZKR.mjs → chunk-JX7LICWE.mjs} +2 -2
- package/dist/{chunk-NYIULQV4.mjs → chunk-KAOWYQIB.mjs} +12 -12
- package/dist/{chunk-F2M5GHDX.mjs → chunk-MZXW5F5R.mjs} +3 -3
- package/dist/{chunk-QMMMJ4RO.mjs → chunk-QHJGER7I.mjs} +5 -5
- package/dist/{chunk-PWRZZUWM.mjs → chunk-RUJOMPX6.mjs} +1 -1
- package/dist/{chunk-UNMCNIJ3.mjs → chunk-SLKHXT3Q.mjs} +1 -1
- package/dist/{chunk-3Q7JODIK.mjs → chunk-STIUFJT2.mjs} +12 -12
- package/dist/{chunk-FQKSRGRK.mjs → chunk-W7LED3JG.mjs} +74 -40
- package/dist/{chunk-NYBTD3FJ.mjs → chunk-WSTUSWZT.mjs} +2 -2
- package/dist/{chunk-RBWVOMMW.mjs → chunk-XAD7XPP2.mjs} +4 -4
- package/dist/{full-A2JX3OI2.mjs → full-ECZCK3RE.mjs} +5 -5
- package/dist/{full-C7RVGAUA.css → full-PLJRDIMB.css} +6 -6
- package/dist/index.css +210 -276
- package/dist/index.js +131 -97
- package/dist/index.mjs +13 -13
- package/dist/{loaded-Y7SRBM7R.mjs → loaded-3MKTRGL5.mjs} +2 -2
- package/dist/{loaded-2FUW3WCF.mjs → loaded-5D7VRSXM.mjs} +2 -2
- package/dist/{loaded-4FAPBCAU.css → loaded-FY2TCG5Y.css} +1 -1
- package/dist/{loaded-6L45JULO.mjs → loaded-NRHNHJPM.mjs} +2 -2
- package/dist/no-external.css +115 -110
- package/dist/no-external.js +131 -97
- 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 +5 -1
- package/dist/ArrayField-HI4LZRUN.mjs +0 -19
- package/dist/ObjectField-CHMT4KPZ.mjs +0 -19
|
@@ -1,302 +1,94 @@
|
|
|
1
|
-
/* css-module:/
|
|
2
|
-
.
|
|
1
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
2
|
+
._ObjectField_12pvo_1 {
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
5
|
-
background:
|
|
6
|
-
|
|
7
|
-
border-radius: 4px;
|
|
8
|
-
}
|
|
9
|
-
._ArrayField--isDraggingFrom_rvhj3_13 {
|
|
10
|
-
background-color: var(--credbuild-color-azure-11);
|
|
11
|
-
overflow: hidden;
|
|
12
|
-
}
|
|
13
|
-
._ArrayField-addButton_rvhj3_18 {
|
|
14
|
-
background-color: var(--credbuild-color-white);
|
|
15
|
-
border: none;
|
|
16
|
-
border-radius: 3px;
|
|
17
|
-
display: flex;
|
|
18
|
-
color: var(--credbuild-color-azure-05);
|
|
19
|
-
justify-content: center;
|
|
20
|
-
cursor: pointer;
|
|
21
|
-
width: 100%;
|
|
22
|
-
margin: 0;
|
|
23
|
-
padding: 14px;
|
|
24
|
-
text-align: left;
|
|
25
|
-
transition: background-color 50ms ease-in;
|
|
26
|
-
}
|
|
27
|
-
._ArrayField--hasItems_rvhj3_33 > ._ArrayField-addButton_rvhj3_18 {
|
|
28
|
-
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
29
|
-
border-top-left-radius: 0;
|
|
30
|
-
border-top-right-radius: 0;
|
|
31
|
-
}
|
|
32
|
-
._ArrayField-addButton_rvhj3_18:focus-visible {
|
|
33
|
-
outline: 2px solid var(--credbuild-color-azure-05);
|
|
34
|
-
outline-offset: 2px;
|
|
35
|
-
position: relative;
|
|
36
|
-
}
|
|
37
|
-
@media (hover: hover) and (pointer: fine) {
|
|
38
|
-
._ArrayField_rvhj3_5:not(._ArrayField--isDraggingFrom_rvhj3_13) > ._ArrayField-addButton_rvhj3_18:hover {
|
|
39
|
-
background: var(--credbuild-color-azure-12);
|
|
40
|
-
color: var(--credbuild-color-azure-04);
|
|
41
|
-
transition: none;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
._ArrayField_rvhj3_5:not(._ArrayField--isDraggingFrom_rvhj3_13) > ._ArrayField-addButton_rvhj3_18:active {
|
|
45
|
-
background: var(--credbuild-color-azure-11);
|
|
46
|
-
color: var(--credbuild-color-azure-04);
|
|
47
|
-
transition: none;
|
|
48
|
-
}
|
|
49
|
-
._ArrayField-inner_rvhj3_59 {
|
|
50
|
-
margin-top: -1px;
|
|
51
|
-
}
|
|
52
|
-
._ArrayFieldItem_rvhj3_67 {
|
|
53
|
-
border-top-left-radius: 3px;
|
|
54
|
-
border-top-right-radius: 3px;
|
|
55
|
-
display: block;
|
|
56
|
-
position: relative;
|
|
57
|
-
}
|
|
58
|
-
._ArrayFieldItem_rvhj3_67 {
|
|
59
|
-
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
60
|
-
}
|
|
61
|
-
._ArrayFieldItem--isDragging_rvhj3_78 {
|
|
62
|
-
border-top: transparent;
|
|
63
|
-
}
|
|
64
|
-
._ArrayFieldItem--isExpanded_rvhj3_82::before {
|
|
65
|
-
display: none;
|
|
66
|
-
}
|
|
67
|
-
._ArrayFieldItem--isExpanded_rvhj3_82 {
|
|
68
|
-
border-bottom: 0;
|
|
69
|
-
outline-offset: 0px !important;
|
|
70
|
-
outline: 1px solid var(--credbuild-color-azure-07) !important;
|
|
71
|
-
z-index: 2;
|
|
72
|
-
}
|
|
73
|
-
._ArrayFieldItem--isDragging_rvhj3_78 {
|
|
74
|
-
outline: 2px var(--credbuild-color-azure-09) solid !important;
|
|
75
|
-
}
|
|
76
|
-
._ArrayFieldItem--isDragging_rvhj3_78 ._ArrayFieldItem-summary_rvhj3_97:active {
|
|
77
|
-
background-color: var(--credbuild-color-white);
|
|
78
|
-
}
|
|
79
|
-
._ArrayFieldItem_rvhj3_67 + ._ArrayFieldItem_rvhj3_67 {
|
|
80
|
-
border-top-left-radius: 0;
|
|
81
|
-
border-top-right-radius: 0;
|
|
82
|
-
}
|
|
83
|
-
._ArrayFieldItem-summary_rvhj3_97 {
|
|
84
|
-
background: var(--credbuild-color-white);
|
|
85
|
-
color: var(--credbuild-color-grey-04);
|
|
86
|
-
cursor: pointer;
|
|
87
|
-
display: flex;
|
|
88
|
-
align-items: center;
|
|
89
|
-
gap: 4px;
|
|
90
|
-
justify-content: space-between;
|
|
91
|
-
font-size: 11px;
|
|
92
|
-
list-style: none;
|
|
93
|
-
padding: 4px 10px;
|
|
94
|
-
position: relative;
|
|
5
|
+
background-color: transparent;
|
|
6
|
+
margin-bottom: 0;
|
|
95
7
|
overflow: hidden;
|
|
96
|
-
transition:
|
|
97
|
-
}
|
|
98
|
-
._ArrayFieldItem--noFields_rvhj3_122 > ._ArrayFieldItem-summary_rvhj3_97 {
|
|
99
|
-
cursor: grab;
|
|
100
|
-
}
|
|
101
|
-
._ArrayFieldItem_rvhj3_67:first-of-type > ._ArrayFieldItem-summary_rvhj3_97 {
|
|
102
|
-
border-top-left-radius: 3px;
|
|
103
|
-
border-top-right-radius: 3px;
|
|
104
|
-
}
|
|
105
|
-
._ArrayField--addDisabled_rvhj3_131 > ._ArrayField-inner_rvhj3_59 > ._ArrayFieldItem_rvhj3_67:last-of-type:not(._ArrayFieldItem--isExpanded_rvhj3_82) > ._ArrayFieldItem-summary_rvhj3_97 {
|
|
106
|
-
border-bottom-left-radius: 3px;
|
|
107
|
-
border-bottom-right-radius: 3px;
|
|
108
|
-
}
|
|
109
|
-
._ArrayField--addDisabled_rvhj3_131 > ._ArrayField-inner_rvhj3_59 > ._ArrayFieldItem--isExpanded_rvhj3_82:last-of-type {
|
|
110
|
-
border-bottom-left-radius: 3px;
|
|
111
|
-
border-bottom-right-radius: 3px;
|
|
112
|
-
}
|
|
113
|
-
._ArrayFieldItem-summary_rvhj3_97:focus-visible {
|
|
114
|
-
outline: 2px solid var(--credbuild-color-azure-05);
|
|
115
|
-
outline-offset: 2px;
|
|
116
|
-
}
|
|
117
|
-
@media (hover: hover) and (pointer: fine) {
|
|
118
|
-
._ArrayFieldItem-summary_rvhj3_97:hover {
|
|
119
|
-
background-color: var(--credbuild-color-azure-12);
|
|
120
|
-
transition: none;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
._ArrayFieldItem-summary_rvhj3_97:active {
|
|
124
|
-
background-color: var(--credbuild-color-azure-11);
|
|
125
|
-
transition: none;
|
|
126
|
-
}
|
|
127
|
-
._ArrayFieldItem--isExpanded_rvhj3_82 > ._ArrayFieldItem-summary_rvhj3_97 {
|
|
128
|
-
background: var(--credbuild-color-azure-11);
|
|
129
|
-
color: var(--credbuild-color-azure-04);
|
|
130
|
-
font-weight: 600;
|
|
131
|
-
transition: none;
|
|
8
|
+
transition: all 0.2s ease;
|
|
132
9
|
}
|
|
133
|
-
.
|
|
134
|
-
background:
|
|
135
|
-
display: none;
|
|
10
|
+
._ObjectField--isOpen_12pvo_10 {
|
|
11
|
+
background-color: transparent;
|
|
136
12
|
}
|
|
137
|
-
.
|
|
138
|
-
|
|
13
|
+
._ObjectField-content_12pvo_14 {
|
|
14
|
+
background-color: transparent;
|
|
139
15
|
}
|
|
140
|
-
.
|
|
16
|
+
._ObjectField-fieldset_12pvo_18 {
|
|
141
17
|
border: none;
|
|
142
|
-
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
143
18
|
margin: 0;
|
|
144
19
|
min-width: 0;
|
|
145
|
-
padding:
|
|
146
|
-
}
|
|
147
|
-
._ArrayFieldItem-rhs_rvhj3_187 {
|
|
20
|
+
padding: 0 0 8px 12px;
|
|
148
21
|
display: flex;
|
|
22
|
+
flex-direction: column;
|
|
149
23
|
gap: 4px;
|
|
150
|
-
|
|
24
|
+
border-left: 1px solid var(--credbuild-color-grey-10);
|
|
25
|
+
margin-left: 8px;
|
|
151
26
|
}
|
|
152
|
-
.
|
|
153
|
-
color:
|
|
27
|
+
._ObjectField-header_12pvo_30 {
|
|
28
|
+
background-color: transparent;
|
|
29
|
+
border: 0;
|
|
30
|
+
color: var(--credbuild-color-grey-05);
|
|
31
|
+
cursor: pointer;
|
|
154
32
|
display: flex;
|
|
33
|
+
font: inherit;
|
|
34
|
+
font-size: var(--credbuild-font-size-xxxs);
|
|
35
|
+
list-style: none;
|
|
36
|
+
margin-bottom: 2px;
|
|
37
|
+
padding: 4px 8px;
|
|
38
|
+
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
155
39
|
gap: 4px;
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
._ArrayFieldItem-summary_rvhj3_97:focus-within > ._ArrayFieldItem-rhs_rvhj3_187 > ._ArrayFieldItem-actions_rvhj3_193,
|
|
159
|
-
._ArrayFieldItem-summary_rvhj3_97:hover > ._ArrayFieldItem-rhs_rvhj3_187 > ._ArrayFieldItem-actions_rvhj3_193 {
|
|
160
|
-
opacity: 1;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
/* css-module:/home/runner/work/credbuild/credbuild/components/IconButton/IconButton.module.css/#css-module-data */
|
|
164
|
-
._IconButton_1a0fz_1 {
|
|
40
|
+
border-radius: 4px;
|
|
41
|
+
width: 100%;
|
|
165
42
|
align-items: center;
|
|
166
|
-
background: transparent;
|
|
167
|
-
border: none;
|
|
168
|
-
border-radius: var(--cb-radius-m);
|
|
169
|
-
color: currentColor;
|
|
170
|
-
display: flex;
|
|
171
|
-
font-family: var(--credbuild-font-family);
|
|
172
|
-
justify-content: center;
|
|
173
|
-
padding: 2px;
|
|
174
|
-
transition: all 0.2s ease;
|
|
175
43
|
}
|
|
176
|
-
.
|
|
44
|
+
._ObjectField-header_12pvo_30:hover {
|
|
45
|
+
background-color: var(--credbuild-color-azure-11);
|
|
177
46
|
color: var(--credbuild-color-azure-04);
|
|
178
47
|
}
|
|
179
|
-
.
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
@media (hover: hover) and (pointer: fine) {
|
|
184
|
-
._IconButton_1a0fz_1:hover:not(._IconButton--disabled_1a0fz_24) {
|
|
185
|
-
background: var(--credbuild-color-grey-10);
|
|
186
|
-
color: var(--credbuild-color-azure-04);
|
|
187
|
-
cursor: pointer;
|
|
188
|
-
transition: none;
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
._IconButton_1a0fz_1:active {
|
|
192
|
-
background: var(--credbuild-color-azure-11);
|
|
193
|
-
transition: none;
|
|
194
|
-
}
|
|
195
|
-
._IconButton-title_1a0fz_37 {
|
|
196
|
-
clip: rect(0 0 0 0);
|
|
197
|
-
clip-path: inset(100%);
|
|
198
|
-
height: 1px;
|
|
199
|
-
overflow: hidden;
|
|
200
|
-
position: absolute;
|
|
201
|
-
white-space: nowrap;
|
|
202
|
-
width: 1px;
|
|
203
|
-
}
|
|
204
|
-
._IconButton--disabled_1a0fz_24 {
|
|
205
|
-
color: var(--credbuild-color-grey-07);
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
/* css-module:/home/runner/work/credbuild/credbuild/components/Loader/styles.module.css/#css-module-data */
|
|
209
|
-
@keyframes _loader-animation_nacdm_1 {
|
|
210
|
-
0% {
|
|
211
|
-
transform: rotate(0deg) scale(1);
|
|
212
|
-
}
|
|
213
|
-
50% {
|
|
214
|
-
transform: rotate(180deg) scale(0.8);
|
|
215
|
-
}
|
|
216
|
-
100% {
|
|
217
|
-
transform: rotate(360deg) scale(1);
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
._Loader_nacdm_13 {
|
|
221
|
-
background: transparent;
|
|
222
|
-
border-radius: 100%;
|
|
223
|
-
border: 2px solid currentColor;
|
|
224
|
-
border-bottom-color: transparent;
|
|
225
|
-
display: inline-block;
|
|
226
|
-
animation: _loader-animation_nacdm_1 1s 0s infinite linear;
|
|
227
|
-
animation-fill-mode: both;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
/* css-module:/home/runner/work/credbuild/credbuild/components/DragIcon/styles.module.css/#css-module-data */
|
|
231
|
-
._DragIcon_ei1r9_1 {
|
|
232
|
-
color: var(--credbuild-color-grey-05);
|
|
233
|
-
cursor: grab;
|
|
234
|
-
padding: 4px;
|
|
235
|
-
border-radius: 4px;
|
|
236
|
-
}
|
|
237
|
-
._DragIcon--disabled_ei1r9_8 {
|
|
238
|
-
cursor: no-drop;
|
|
239
|
-
}
|
|
240
|
-
@media (hover: hover) and (pointer: fine) {
|
|
241
|
-
._DragIcon_ei1r9_1:not(._DragIcon--disabled_ei1r9_8):hover {
|
|
242
|
-
color: var(--credbuild-color-azure-05);
|
|
243
|
-
background-color: var(--credbuild-color-azure-12);
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
/* components/Sortable/styles.css */
|
|
248
|
-
[data-dnd-placeholder] * {
|
|
249
|
-
opacity: 0 !important;
|
|
250
|
-
}
|
|
251
|
-
[data-dnd-placeholder] {
|
|
252
|
-
background: var(--credbuild-color-azure-09) !important;
|
|
253
|
-
border: none !important;
|
|
254
|
-
color: #00000000 !important;
|
|
255
|
-
opacity: 0.3 !important;
|
|
256
|
-
outline: none !important;
|
|
257
|
-
transition: none !important;
|
|
48
|
+
._ObjectField-headerIcon_12pvo_53 {
|
|
49
|
+
margin-inline-start: auto;
|
|
50
|
+
display: flex;
|
|
51
|
+
align-items: center;
|
|
258
52
|
}
|
|
259
53
|
|
|
260
|
-
/* css-module:/
|
|
261
|
-
.
|
|
54
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/AutoField/styles.module.css/#css-module-data */
|
|
55
|
+
._InputWrapper_1l0eg_1:not(._InputWrapper--object_1l0eg_1):not(._InputWrapper--array_1l0eg_1) {
|
|
262
56
|
border: 1px solid var(--credbuild-color-grey-10);
|
|
263
57
|
border-radius: 5px;
|
|
264
58
|
padding: 4px 8px;
|
|
265
59
|
background-color: var(--credbuild-color-white);
|
|
266
60
|
transition: all 0.2s ease;
|
|
267
61
|
}
|
|
268
|
-
.
|
|
62
|
+
._InputWrapper_1l0eg_1 + ._InputWrapper_1l0eg_1 {
|
|
269
63
|
margin-top: 2px;
|
|
270
64
|
}
|
|
271
|
-
.
|
|
65
|
+
._InputWrapper_1l0eg_1:not(._InputWrapper--object_1l0eg_1):not(._InputWrapper--array_1l0eg_1):hover {
|
|
272
66
|
border-color: var(--credbuild-color-grey-08);
|
|
273
67
|
background-color: var(--credbuild-color-grey-11);
|
|
274
68
|
}
|
|
275
|
-
._Input-
|
|
69
|
+
._Input-label_1l0eg_18 {
|
|
276
70
|
align-items: center;
|
|
277
71
|
color: var(--credbuild-color-grey-06);
|
|
278
72
|
display: flex;
|
|
279
73
|
padding-bottom: 2px;
|
|
280
74
|
font-size: 9px;
|
|
281
75
|
font-weight: 500;
|
|
282
|
-
text-transform: uppercase;
|
|
283
|
-
letter-spacing: 0.08em;
|
|
284
76
|
opacity: 0.7;
|
|
285
77
|
}
|
|
286
|
-
._Input-label--
|
|
78
|
+
._Input-label--noChildren_1l0eg_28 {
|
|
287
79
|
padding-bottom: 0;
|
|
288
80
|
}
|
|
289
|
-
._Input-
|
|
81
|
+
._Input-labelIcon_1l0eg_32 {
|
|
290
82
|
color: var(--credbuild-color-grey-07);
|
|
291
83
|
display: flex;
|
|
292
84
|
margin-inline-end: 4px;
|
|
293
85
|
padding-inline-start: 4px;
|
|
294
86
|
}
|
|
295
|
-
._Input-
|
|
87
|
+
._Input-disabledIcon_1l0eg_39 {
|
|
296
88
|
color: var(--credbuild-color-grey-05);
|
|
297
89
|
margin-inline-start: auto;
|
|
298
90
|
}
|
|
299
|
-
._Input-
|
|
91
|
+
._Input-input_1l0eg_44 {
|
|
300
92
|
background: transparent;
|
|
301
93
|
border: none;
|
|
302
94
|
border-radius: 0;
|
|
@@ -311,11 +103,11 @@
|
|
|
311
103
|
outline: none;
|
|
312
104
|
}
|
|
313
105
|
@media (min-width: 458px) {
|
|
314
|
-
._Input-
|
|
106
|
+
._Input-input_1l0eg_44 {
|
|
315
107
|
font-size: 12px;
|
|
316
108
|
}
|
|
317
109
|
}
|
|
318
|
-
select._Input-
|
|
110
|
+
select._Input-input_1l0eg_44 {
|
|
319
111
|
appearance: none;
|
|
320
112
|
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;
|
|
321
113
|
background-size: 12px;
|
|
@@ -323,30 +115,34 @@ select._Input-input_rcfsp_46 {
|
|
|
323
115
|
background-repeat: no-repeat;
|
|
324
116
|
background-color: var(--credbuild-color-white);
|
|
325
117
|
cursor: pointer;
|
|
118
|
+
height: auto;
|
|
119
|
+
line-height: normal;
|
|
120
|
+
padding-top: 4px;
|
|
121
|
+
padding-bottom: 4px;
|
|
326
122
|
}
|
|
327
|
-
select._Input-
|
|
123
|
+
select._Input-input_1l0eg_44:dir(rtl) {
|
|
328
124
|
background-position: 12px calc(50% + 3px);
|
|
329
125
|
}
|
|
330
126
|
@media (hover: hover) and (pointer: fine) {
|
|
331
|
-
.
|
|
332
|
-
.
|
|
127
|
+
._Input_1l0eg_1:has(> input):hover ._Input-input_1l0eg_44:not([readonly]),
|
|
128
|
+
._Input_1l0eg_1:has(> textarea):hover ._Input-input_1l0eg_44:not([readonly]) {
|
|
333
129
|
border-color: var(--credbuild-color-grey-05);
|
|
334
130
|
transition: none;
|
|
335
131
|
}
|
|
336
|
-
.
|
|
132
|
+
._Input_1l0eg_1:has(> select):hover ._Input-input_1l0eg_44:not([disabled]) {
|
|
337
133
|
background-color: var(--credbuild-color-azure-12);
|
|
338
134
|
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>");
|
|
339
135
|
border-color: var(--credbuild-color-grey-05);
|
|
340
136
|
transition: none;
|
|
341
137
|
}
|
|
342
138
|
}
|
|
343
|
-
._Input-
|
|
139
|
+
._Input-input_1l0eg_44:focus {
|
|
344
140
|
border-color: var(--credbuild-color-grey-05);
|
|
345
141
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
346
142
|
transition: none;
|
|
347
143
|
}
|
|
348
|
-
._Input--
|
|
349
|
-
._Input--
|
|
144
|
+
._Input--readOnly_1l0eg_104 > ._Input-input_1l0eg_44,
|
|
145
|
+
._Input--readOnly_1l0eg_104 > select._Input-input_1l0eg_44 {
|
|
350
146
|
background-color: var(--credbuild-color-grey-11);
|
|
351
147
|
border-color: var(--credbuild-color-grey-09);
|
|
352
148
|
color: var(--credbuild-color-grey-04);
|
|
@@ -355,34 +151,34 @@ select._Input-input_rcfsp_46:dir(rtl) {
|
|
|
355
151
|
outline: 0;
|
|
356
152
|
transition: none;
|
|
357
153
|
}
|
|
358
|
-
._Input-
|
|
154
|
+
._Input-radioGroupItems_1l0eg_115 {
|
|
359
155
|
display: flex;
|
|
360
156
|
border: 1px solid var(--credbuild-color-grey-09);
|
|
361
157
|
border-radius: 4px;
|
|
362
158
|
flex-wrap: wrap;
|
|
363
159
|
}
|
|
364
|
-
._Input-
|
|
160
|
+
._Input-radio_1l0eg_115 {
|
|
365
161
|
border-inline-end: 1px solid var(--credbuild-color-grey-09);
|
|
366
162
|
flex-grow: 1;
|
|
367
163
|
}
|
|
368
|
-
._Input-
|
|
164
|
+
._Input-radio_1l0eg_115:first-of-type {
|
|
369
165
|
border-bottom-left-radius: 4px;
|
|
370
166
|
border-top-left-radius: 4px;
|
|
371
167
|
}
|
|
372
|
-
._Input-
|
|
168
|
+
._Input-radio_1l0eg_115:first-of-type ._Input-radioInner_1l0eg_132 {
|
|
373
169
|
border-bottom-left-radius: 3px;
|
|
374
170
|
border-top-left-radius: 3px;
|
|
375
171
|
}
|
|
376
|
-
._Input-
|
|
172
|
+
._Input-radio_1l0eg_115:last-of-type {
|
|
377
173
|
border-bottom-right-radius: 4px;
|
|
378
174
|
border-inline-end: 0;
|
|
379
175
|
border-top-right-radius: 4px;
|
|
380
176
|
}
|
|
381
|
-
._Input-
|
|
177
|
+
._Input-radio_1l0eg_115:last-of-type ._Input-radioInner_1l0eg_132 {
|
|
382
178
|
border-bottom-right-radius: 3px;
|
|
383
179
|
border-top-right-radius: 3px;
|
|
384
180
|
}
|
|
385
|
-
._Input-
|
|
181
|
+
._Input-radioInner_1l0eg_132 {
|
|
386
182
|
background-color: var(--credbuild-color-white);
|
|
387
183
|
color: var(--credbuild-color-grey-04);
|
|
388
184
|
cursor: pointer;
|
|
@@ -391,32 +187,32 @@ select._Input-input_rcfsp_46:dir(rtl) {
|
|
|
391
187
|
text-align: center;
|
|
392
188
|
transition: background-color 50ms ease-in;
|
|
393
189
|
}
|
|
394
|
-
._Input-
|
|
190
|
+
._Input-radio_1l0eg_115:has(:focus-visible) {
|
|
395
191
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
396
192
|
outline-offset: 2px;
|
|
397
193
|
position: relative;
|
|
398
194
|
}
|
|
399
195
|
@media (hover: hover) and (pointer: fine) {
|
|
400
|
-
._Input-
|
|
196
|
+
._Input-radioInner_1l0eg_132:hover {
|
|
401
197
|
background-color: var(--credbuild-color-azure-12);
|
|
402
198
|
transition: none;
|
|
403
199
|
}
|
|
404
200
|
}
|
|
405
|
-
._Input--
|
|
201
|
+
._Input--readOnly_1l0eg_104 ._Input-radioInner_1l0eg_132 {
|
|
406
202
|
background-color: var(--credbuild-color-white);
|
|
407
203
|
color: var(--credbuild-color-grey-04);
|
|
408
204
|
cursor: default;
|
|
409
205
|
}
|
|
410
|
-
._Input-
|
|
206
|
+
._Input-radio_1l0eg_115 ._Input-radioInput_1l0eg_177:checked ~ ._Input-radioInner_1l0eg_132 {
|
|
411
207
|
background-color: var(--credbuild-color-azure-11);
|
|
412
208
|
color: var(--credbuild-color-azure-04);
|
|
413
209
|
font-weight: 500;
|
|
414
210
|
}
|
|
415
|
-
._Input--
|
|
211
|
+
._Input--readOnly_1l0eg_104 ._Input-radioInput_1l0eg_177:checked ~ ._Input-radioInner_1l0eg_132 {
|
|
416
212
|
background-color: var(--credbuild-color-grey-11);
|
|
417
213
|
color: var(--credbuild-color-grey-04);
|
|
418
214
|
}
|
|
419
|
-
._Input-
|
|
215
|
+
._Input-radio_1l0eg_115 ._Input-radioInput_1l0eg_177 {
|
|
420
216
|
clip: rect(0 0 0 0);
|
|
421
217
|
clip-path: inset(100%);
|
|
422
218
|
height: 1px;
|
|
@@ -425,11 +221,11 @@ select._Input-input_rcfsp_46:dir(rtl) {
|
|
|
425
221
|
white-space: nowrap;
|
|
426
222
|
width: 1px;
|
|
427
223
|
}
|
|
428
|
-
textarea._Input-
|
|
224
|
+
textarea._Input-input_1l0eg_44 {
|
|
429
225
|
margin-bottom: -4px;
|
|
430
226
|
}
|
|
431
227
|
|
|
432
|
-
/* css-module:/
|
|
228
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ExternalInput/styles.module.css/#css-module-data */
|
|
433
229
|
._ExternalInput-actions_1gpb4_1 {
|
|
434
230
|
display: flex;
|
|
435
231
|
}
|
|
@@ -721,7 +517,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
721
517
|
display: block;
|
|
722
518
|
}
|
|
723
519
|
|
|
724
|
-
/* css-module:/
|
|
520
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Modal/styles.module.css/#css-module-data */
|
|
725
521
|
._Modal_b422s_1 {
|
|
726
522
|
background: color-mix(in srgb, var(--credbuild-color-black) 75%, transparent);
|
|
727
523
|
display: none;
|
|
@@ -749,7 +545,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
749
545
|
max-height: 90dvh;
|
|
750
546
|
}
|
|
751
547
|
|
|
752
|
-
/* css-module:/
|
|
548
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Heading/styles.module.css/#css-module-data */
|
|
753
549
|
._Heading_1tpsl_1 {
|
|
754
550
|
display: block;
|
|
755
551
|
color: var(--credbuild-color-black);
|
|
@@ -782,11 +578,33 @@ textarea._Input-input_rcfsp_46 {
|
|
|
782
578
|
._Heading--s_1tpsl_38 {
|
|
783
579
|
font-size: var(--credbuild-font-size-s);
|
|
784
580
|
}
|
|
785
|
-
._Heading--xs_1tpsl_42 {
|
|
786
|
-
font-size: var(--credbuild-font-size-xs);
|
|
581
|
+
._Heading--xs_1tpsl_42 {
|
|
582
|
+
font-size: var(--credbuild-font-size-xs);
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Loader/styles.module.css/#css-module-data */
|
|
586
|
+
@keyframes _loader-animation_nacdm_1 {
|
|
587
|
+
0% {
|
|
588
|
+
transform: rotate(0deg) scale(1);
|
|
589
|
+
}
|
|
590
|
+
50% {
|
|
591
|
+
transform: rotate(180deg) scale(0.8);
|
|
592
|
+
}
|
|
593
|
+
100% {
|
|
594
|
+
transform: rotate(360deg) scale(1);
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
._Loader_nacdm_13 {
|
|
598
|
+
background: transparent;
|
|
599
|
+
border-radius: 100%;
|
|
600
|
+
border: 2px solid currentColor;
|
|
601
|
+
border-bottom-color: transparent;
|
|
602
|
+
display: inline-block;
|
|
603
|
+
animation: _loader-animation_nacdm_1 1s 0s infinite linear;
|
|
604
|
+
animation-fill-mode: both;
|
|
787
605
|
}
|
|
788
606
|
|
|
789
|
-
/* css-module:/
|
|
607
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Button/Button.module.css/#css-module-data */
|
|
790
608
|
._Button_164uz_1 {
|
|
791
609
|
appearance: none;
|
|
792
610
|
background: none;
|
|
@@ -879,7 +697,52 @@ textarea._Input-input_rcfsp_46 {
|
|
|
879
697
|
padding-inline-start: 8px;
|
|
880
698
|
}
|
|
881
699
|
|
|
882
|
-
/* css-module:/
|
|
700
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/IconButton/IconButton.module.css/#css-module-data */
|
|
701
|
+
._IconButton_1a0fz_1 {
|
|
702
|
+
align-items: center;
|
|
703
|
+
background: transparent;
|
|
704
|
+
border: none;
|
|
705
|
+
border-radius: var(--cb-radius-m);
|
|
706
|
+
color: currentColor;
|
|
707
|
+
display: flex;
|
|
708
|
+
font-family: var(--credbuild-font-family);
|
|
709
|
+
justify-content: center;
|
|
710
|
+
padding: 2px;
|
|
711
|
+
transition: all 0.2s ease;
|
|
712
|
+
}
|
|
713
|
+
._IconButton--active_1a0fz_14 {
|
|
714
|
+
color: var(--credbuild-color-azure-04);
|
|
715
|
+
}
|
|
716
|
+
._IconButton_1a0fz_1:focus-visible {
|
|
717
|
+
outline: 2px solid var(--credbuild-color-azure-05);
|
|
718
|
+
outline-offset: -2px;
|
|
719
|
+
}
|
|
720
|
+
@media (hover: hover) and (pointer: fine) {
|
|
721
|
+
._IconButton_1a0fz_1:hover:not(._IconButton--disabled_1a0fz_24) {
|
|
722
|
+
background: var(--credbuild-color-grey-10);
|
|
723
|
+
color: var(--credbuild-color-azure-04);
|
|
724
|
+
cursor: pointer;
|
|
725
|
+
transition: none;
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
._IconButton_1a0fz_1:active {
|
|
729
|
+
background: var(--credbuild-color-azure-11);
|
|
730
|
+
transition: none;
|
|
731
|
+
}
|
|
732
|
+
._IconButton-title_1a0fz_37 {
|
|
733
|
+
clip: rect(0 0 0 0);
|
|
734
|
+
clip-path: inset(100%);
|
|
735
|
+
height: 1px;
|
|
736
|
+
overflow: hidden;
|
|
737
|
+
position: absolute;
|
|
738
|
+
white-space: nowrap;
|
|
739
|
+
width: 1px;
|
|
740
|
+
}
|
|
741
|
+
._IconButton--disabled_1a0fz_24 {
|
|
742
|
+
color: var(--credbuild-color-grey-07);
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/RichTextMenu/styles.module.css/#css-module-data */
|
|
883
746
|
._RichTextMenu_193iw_1 {
|
|
884
747
|
display: flex;
|
|
885
748
|
flex-direction: row;
|
|
@@ -921,7 +784,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
921
784
|
border-left: 0.5px solid var(--credbuild-color-grey-05);
|
|
922
785
|
}
|
|
923
786
|
|
|
924
|
-
/* css-module:/
|
|
787
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ActionBar/styles.module.css/#css-module-data */
|
|
925
788
|
._ActionBar_ze0ci_1 {
|
|
926
789
|
align-items: center;
|
|
927
790
|
cursor: default;
|
|
@@ -1016,7 +879,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
1016
879
|
height: 100%;
|
|
1017
880
|
}
|
|
1018
881
|
|
|
1019
|
-
/* css-module:/
|
|
882
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
|
|
1020
883
|
._Control_1aveu_1 .lucide {
|
|
1021
884
|
height: 18px;
|
|
1022
885
|
width: 18px;
|
|
@@ -1026,7 +889,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
1026
889
|
width: 16px;
|
|
1027
890
|
}
|
|
1028
891
|
|
|
1029
|
-
/* css-module:/
|
|
892
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Select/styles.module.css/#css-module-data */
|
|
1030
893
|
._Select_16son_1 {
|
|
1031
894
|
position: relative;
|
|
1032
895
|
z-index: 1;
|
|
@@ -1114,7 +977,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
1114
977
|
color: var(--credbuild-color-azure-04);
|
|
1115
978
|
}
|
|
1116
979
|
|
|
1117
|
-
/* css-module:/
|
|
980
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/RichTextEditor/styles.module.css/#css-module-data */
|
|
1118
981
|
._RichTextEditor_hp4qf_1 .ProseMirror {
|
|
1119
982
|
white-space: pre-wrap;
|
|
1120
983
|
word-wrap: break-word;
|
|
@@ -1217,56 +1080,194 @@ textarea._Input-input_rcfsp_46 {
|
|
|
1217
1080
|
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
1218
1081
|
}
|
|
1219
1082
|
|
|
1220
|
-
/* css-module:/
|
|
1221
|
-
.
|
|
1083
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
|
|
1084
|
+
._ArrayField_rvhj3_5 {
|
|
1222
1085
|
display: flex;
|
|
1223
1086
|
flex-direction: column;
|
|
1224
|
-
background-color
|
|
1225
|
-
|
|
1087
|
+
background: var(--credbuild-color-azure-11);
|
|
1088
|
+
border: 1px solid var(--credbuild-color-grey-09);
|
|
1089
|
+
border-radius: 4px;
|
|
1090
|
+
}
|
|
1091
|
+
._ArrayField--isDraggingFrom_rvhj3_13 {
|
|
1092
|
+
background-color: var(--credbuild-color-azure-11);
|
|
1226
1093
|
overflow: hidden;
|
|
1227
|
-
transition: all 0.2s ease;
|
|
1228
1094
|
}
|
|
1229
|
-
.
|
|
1230
|
-
background-color:
|
|
1095
|
+
._ArrayField-addButton_rvhj3_18 {
|
|
1096
|
+
background-color: var(--credbuild-color-white);
|
|
1097
|
+
border: none;
|
|
1098
|
+
border-radius: 3px;
|
|
1099
|
+
display: flex;
|
|
1100
|
+
color: var(--credbuild-color-azure-05);
|
|
1101
|
+
justify-content: center;
|
|
1102
|
+
cursor: pointer;
|
|
1103
|
+
width: 100%;
|
|
1104
|
+
margin: 0;
|
|
1105
|
+
padding: 14px;
|
|
1106
|
+
text-align: left;
|
|
1107
|
+
transition: background-color 50ms ease-in;
|
|
1231
1108
|
}
|
|
1232
|
-
.
|
|
1233
|
-
|
|
1109
|
+
._ArrayField--hasItems_rvhj3_33 > ._ArrayField-addButton_rvhj3_18 {
|
|
1110
|
+
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
1111
|
+
border-top-left-radius: 0;
|
|
1112
|
+
border-top-right-radius: 0;
|
|
1113
|
+
}
|
|
1114
|
+
._ArrayField-addButton_rvhj3_18:focus-visible {
|
|
1115
|
+
outline: 2px solid var(--credbuild-color-azure-05);
|
|
1116
|
+
outline-offset: 2px;
|
|
1117
|
+
position: relative;
|
|
1118
|
+
}
|
|
1119
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1120
|
+
._ArrayField_rvhj3_5:not(._ArrayField--isDraggingFrom_rvhj3_13) > ._ArrayField-addButton_rvhj3_18:hover {
|
|
1121
|
+
background: var(--credbuild-color-azure-12);
|
|
1122
|
+
color: var(--credbuild-color-azure-04);
|
|
1123
|
+
transition: none;
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
._ArrayField_rvhj3_5:not(._ArrayField--isDraggingFrom_rvhj3_13) > ._ArrayField-addButton_rvhj3_18:active {
|
|
1127
|
+
background: var(--credbuild-color-azure-11);
|
|
1128
|
+
color: var(--credbuild-color-azure-04);
|
|
1129
|
+
transition: none;
|
|
1130
|
+
}
|
|
1131
|
+
._ArrayField-inner_rvhj3_59 {
|
|
1132
|
+
margin-top: -1px;
|
|
1133
|
+
}
|
|
1134
|
+
._ArrayFieldItem_rvhj3_67 {
|
|
1135
|
+
border-top-left-radius: 3px;
|
|
1136
|
+
border-top-right-radius: 3px;
|
|
1137
|
+
display: block;
|
|
1138
|
+
position: relative;
|
|
1139
|
+
}
|
|
1140
|
+
._ArrayFieldItem_rvhj3_67 {
|
|
1141
|
+
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
1142
|
+
}
|
|
1143
|
+
._ArrayFieldItem--isDragging_rvhj3_78 {
|
|
1144
|
+
border-top: transparent;
|
|
1145
|
+
}
|
|
1146
|
+
._ArrayFieldItem--isExpanded_rvhj3_82::before {
|
|
1147
|
+
display: none;
|
|
1148
|
+
}
|
|
1149
|
+
._ArrayFieldItem--isExpanded_rvhj3_82 {
|
|
1150
|
+
border-bottom: 0;
|
|
1151
|
+
outline-offset: 0px !important;
|
|
1152
|
+
outline: 1px solid var(--credbuild-color-azure-07) !important;
|
|
1153
|
+
z-index: 2;
|
|
1154
|
+
}
|
|
1155
|
+
._ArrayFieldItem--isDragging_rvhj3_78 {
|
|
1156
|
+
outline: 2px var(--credbuild-color-azure-09) solid !important;
|
|
1157
|
+
}
|
|
1158
|
+
._ArrayFieldItem--isDragging_rvhj3_78 ._ArrayFieldItem-summary_rvhj3_97:active {
|
|
1159
|
+
background-color: var(--credbuild-color-white);
|
|
1160
|
+
}
|
|
1161
|
+
._ArrayFieldItem_rvhj3_67 + ._ArrayFieldItem_rvhj3_67 {
|
|
1162
|
+
border-top-left-radius: 0;
|
|
1163
|
+
border-top-right-radius: 0;
|
|
1164
|
+
}
|
|
1165
|
+
._ArrayFieldItem-summary_rvhj3_97 {
|
|
1166
|
+
background: var(--credbuild-color-white);
|
|
1167
|
+
color: var(--credbuild-color-grey-04);
|
|
1168
|
+
cursor: pointer;
|
|
1169
|
+
display: flex;
|
|
1170
|
+
align-items: center;
|
|
1171
|
+
gap: 4px;
|
|
1172
|
+
justify-content: space-between;
|
|
1173
|
+
font-size: 11px;
|
|
1174
|
+
list-style: none;
|
|
1175
|
+
padding: 4px 10px;
|
|
1176
|
+
position: relative;
|
|
1177
|
+
overflow: hidden;
|
|
1178
|
+
transition: background-color 50ms ease-in;
|
|
1179
|
+
}
|
|
1180
|
+
._ArrayFieldItem--noFields_rvhj3_122 > ._ArrayFieldItem-summary_rvhj3_97 {
|
|
1181
|
+
cursor: grab;
|
|
1182
|
+
}
|
|
1183
|
+
._ArrayFieldItem_rvhj3_67:first-of-type > ._ArrayFieldItem-summary_rvhj3_97 {
|
|
1184
|
+
border-top-left-radius: 3px;
|
|
1185
|
+
border-top-right-radius: 3px;
|
|
1186
|
+
}
|
|
1187
|
+
._ArrayField--addDisabled_rvhj3_131 > ._ArrayField-inner_rvhj3_59 > ._ArrayFieldItem_rvhj3_67:last-of-type:not(._ArrayFieldItem--isExpanded_rvhj3_82) > ._ArrayFieldItem-summary_rvhj3_97 {
|
|
1188
|
+
border-bottom-left-radius: 3px;
|
|
1189
|
+
border-bottom-right-radius: 3px;
|
|
1190
|
+
}
|
|
1191
|
+
._ArrayField--addDisabled_rvhj3_131 > ._ArrayField-inner_rvhj3_59 > ._ArrayFieldItem--isExpanded_rvhj3_82:last-of-type {
|
|
1192
|
+
border-bottom-left-radius: 3px;
|
|
1193
|
+
border-bottom-right-radius: 3px;
|
|
1194
|
+
}
|
|
1195
|
+
._ArrayFieldItem-summary_rvhj3_97:focus-visible {
|
|
1196
|
+
outline: 2px solid var(--credbuild-color-azure-05);
|
|
1197
|
+
outline-offset: 2px;
|
|
1198
|
+
}
|
|
1199
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1200
|
+
._ArrayFieldItem-summary_rvhj3_97:hover {
|
|
1201
|
+
background-color: var(--credbuild-color-azure-12);
|
|
1202
|
+
transition: none;
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
._ArrayFieldItem-summary_rvhj3_97:active {
|
|
1206
|
+
background-color: var(--credbuild-color-azure-11);
|
|
1207
|
+
transition: none;
|
|
1208
|
+
}
|
|
1209
|
+
._ArrayFieldItem--isExpanded_rvhj3_82 > ._ArrayFieldItem-summary_rvhj3_97 {
|
|
1210
|
+
background: var(--credbuild-color-azure-11);
|
|
1211
|
+
color: var(--credbuild-color-azure-04);
|
|
1212
|
+
font-weight: 600;
|
|
1213
|
+
transition: none;
|
|
1214
|
+
}
|
|
1215
|
+
._ArrayFieldItem-body_rvhj3_170 {
|
|
1216
|
+
background: var(--credbuild-color-white);
|
|
1217
|
+
display: none;
|
|
1218
|
+
}
|
|
1219
|
+
._ArrayFieldItem--isExpanded_rvhj3_82 > ._ArrayFieldItem-body_rvhj3_170 {
|
|
1220
|
+
display: block;
|
|
1234
1221
|
}
|
|
1235
|
-
.
|
|
1222
|
+
._ArrayFieldItem-fieldset_rvhj3_179 {
|
|
1236
1223
|
border: none;
|
|
1224
|
+
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
1237
1225
|
margin: 0;
|
|
1238
1226
|
min-width: 0;
|
|
1239
|
-
padding:
|
|
1227
|
+
padding: 6px 10px;
|
|
1228
|
+
}
|
|
1229
|
+
._ArrayFieldItem-rhs_rvhj3_187 {
|
|
1240
1230
|
display: flex;
|
|
1241
|
-
flex-direction: column;
|
|
1242
1231
|
gap: 4px;
|
|
1243
|
-
|
|
1244
|
-
margin-left: 8px;
|
|
1232
|
+
align-items: center;
|
|
1245
1233
|
}
|
|
1246
|
-
.
|
|
1247
|
-
|
|
1248
|
-
border: 0;
|
|
1249
|
-
color: var(--credbuild-color-grey-05);
|
|
1250
|
-
cursor: pointer;
|
|
1234
|
+
._ArrayFieldItem-actions_rvhj3_193 {
|
|
1235
|
+
color: var(--credbuild-color-grey-04);
|
|
1251
1236
|
display: flex;
|
|
1252
|
-
font: inherit;
|
|
1253
|
-
font-size: var(--credbuild-font-size-xxxs);
|
|
1254
|
-
list-style: none;
|
|
1255
|
-
margin-bottom: 2px;
|
|
1256
|
-
padding: 4px 8px;
|
|
1257
|
-
text-transform: uppercase;
|
|
1258
|
-
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
1259
1237
|
gap: 4px;
|
|
1238
|
+
opacity: 0;
|
|
1239
|
+
}
|
|
1240
|
+
._ArrayFieldItem-summary_rvhj3_97:focus-within > ._ArrayFieldItem-rhs_rvhj3_187 > ._ArrayFieldItem-actions_rvhj3_193,
|
|
1241
|
+
._ArrayFieldItem-summary_rvhj3_97:hover > ._ArrayFieldItem-rhs_rvhj3_187 > ._ArrayFieldItem-actions_rvhj3_193 {
|
|
1242
|
+
opacity: 1;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/DragIcon/styles.module.css/#css-module-data */
|
|
1246
|
+
._DragIcon_ei1r9_1 {
|
|
1247
|
+
color: var(--credbuild-color-grey-05);
|
|
1248
|
+
cursor: grab;
|
|
1249
|
+
padding: 4px;
|
|
1260
1250
|
border-radius: 4px;
|
|
1261
|
-
width: 100%;
|
|
1262
|
-
align-items: center;
|
|
1263
1251
|
}
|
|
1264
|
-
.
|
|
1265
|
-
|
|
1266
|
-
color: var(--credbuild-color-azure-04);
|
|
1252
|
+
._DragIcon--disabled_ei1r9_8 {
|
|
1253
|
+
cursor: no-drop;
|
|
1267
1254
|
}
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1255
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1256
|
+
._DragIcon_ei1r9_1:not(._DragIcon--disabled_ei1r9_8):hover {
|
|
1257
|
+
color: var(--credbuild-color-azure-05);
|
|
1258
|
+
background-color: var(--credbuild-color-azure-12);
|
|
1259
|
+
}
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
/* components/Sortable/styles.css */
|
|
1263
|
+
[data-dnd-placeholder] * {
|
|
1264
|
+
opacity: 0 !important;
|
|
1265
|
+
}
|
|
1266
|
+
[data-dnd-placeholder] {
|
|
1267
|
+
background: var(--credbuild-color-azure-09) !important;
|
|
1268
|
+
border: none !important;
|
|
1269
|
+
color: #00000000 !important;
|
|
1270
|
+
opacity: 0.3 !important;
|
|
1271
|
+
outline: none !important;
|
|
1272
|
+
transition: none !important;
|
|
1272
1273
|
}
|