@crediblemark/build 0.24.7 → 0.24.9
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-SEWJV5GB.css → ArrayField-ABD3HGQK.css} +127 -89
- package/dist/{ArrayField-2HGRARI2.mjs → ArrayField-OPQ2CJX7.mjs} +2 -2
- package/dist/{ObjectField-2JSLQM7O.mjs → ObjectField-ITKHRUX2.mjs} +2 -2
- package/dist/{ObjectField-KBWPA5AV.css → ObjectField-RGVFMP6O.css} +127 -89
- package/dist/{chunk-7EY2S46B.mjs → chunk-NV5F47RH.mjs} +13 -17
- package/dist/{chunk-TROD5OXC.mjs → chunk-SJLXKGIW.mjs} +6 -6
- package/dist/{chunk-N2NNRJDJ.mjs → chunk-VZMLLRBL.mjs} +2 -2
- package/dist/{chunk-QV6ANL5D.mjs → chunk-XQ5K5BWA.mjs} +4 -4
- package/dist/index.css +160 -124
- package/dist/index.js +19 -23
- package/dist/index.mjs +4 -4
- package/dist/no-external.css +160 -124
- package/dist/no-external.js +19 -23
- package/dist/no-external.mjs +4 -4
- package/package.json +3 -3
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
/* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
|
|
2
|
-
.
|
|
2
|
+
._ArrayField_19wby_5 {
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
5
5
|
background: var(--credbuild-color-azure-11);
|
|
6
6
|
border: 1px solid var(--credbuild-color-grey-09);
|
|
7
7
|
border-radius: 4px;
|
|
8
8
|
}
|
|
9
|
-
._ArrayField--
|
|
9
|
+
._ArrayField--isDraggingFrom_19wby_13 {
|
|
10
10
|
background-color: var(--credbuild-color-azure-11);
|
|
11
11
|
overflow: hidden;
|
|
12
12
|
}
|
|
13
|
-
._ArrayField-
|
|
13
|
+
._ArrayField-addButton_19wby_18 {
|
|
14
14
|
background-color: var(--credbuild-color-white);
|
|
15
15
|
border: none;
|
|
16
16
|
border-radius: 3px;
|
|
@@ -24,63 +24,63 @@
|
|
|
24
24
|
text-align: left;
|
|
25
25
|
transition: background-color 50ms ease-in;
|
|
26
26
|
}
|
|
27
|
-
._ArrayField--
|
|
27
|
+
._ArrayField--hasItems_19wby_33 > ._ArrayField-addButton_19wby_18 {
|
|
28
28
|
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
29
29
|
border-top-left-radius: 0;
|
|
30
30
|
border-top-right-radius: 0;
|
|
31
31
|
}
|
|
32
|
-
._ArrayField-
|
|
32
|
+
._ArrayField-addButton_19wby_18:focus-visible {
|
|
33
33
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
34
34
|
outline-offset: 2px;
|
|
35
35
|
position: relative;
|
|
36
36
|
}
|
|
37
37
|
@media (hover: hover) and (pointer: fine) {
|
|
38
|
-
.
|
|
38
|
+
._ArrayField_19wby_5:not(._ArrayField--isDraggingFrom_19wby_13) > ._ArrayField-addButton_19wby_18:hover {
|
|
39
39
|
background: var(--credbuild-color-azure-12);
|
|
40
40
|
color: var(--credbuild-color-azure-04);
|
|
41
41
|
transition: none;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._ArrayField_19wby_5:not(._ArrayField--isDraggingFrom_19wby_13) > ._ArrayField-addButton_19wby_18:active {
|
|
45
45
|
background: var(--credbuild-color-azure-11);
|
|
46
46
|
color: var(--credbuild-color-azure-04);
|
|
47
47
|
transition: none;
|
|
48
48
|
}
|
|
49
|
-
._ArrayField-
|
|
49
|
+
._ArrayField-inner_19wby_59 {
|
|
50
50
|
margin-top: -1px;
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
._ArrayFieldItem_19wby_67 {
|
|
53
53
|
border-top-left-radius: 3px;
|
|
54
54
|
border-top-right-radius: 3px;
|
|
55
55
|
display: block;
|
|
56
56
|
position: relative;
|
|
57
57
|
}
|
|
58
|
-
.
|
|
58
|
+
._ArrayFieldItem_19wby_67 {
|
|
59
59
|
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
60
60
|
}
|
|
61
|
-
._ArrayFieldItem--
|
|
61
|
+
._ArrayFieldItem--isDragging_19wby_78 {
|
|
62
62
|
border-top: transparent;
|
|
63
63
|
}
|
|
64
|
-
._ArrayFieldItem--
|
|
64
|
+
._ArrayFieldItem--isExpanded_19wby_82::before {
|
|
65
65
|
display: none;
|
|
66
66
|
}
|
|
67
|
-
._ArrayFieldItem--
|
|
67
|
+
._ArrayFieldItem--isExpanded_19wby_82 {
|
|
68
68
|
border-bottom: 0;
|
|
69
69
|
outline-offset: 0px !important;
|
|
70
70
|
outline: 1px solid var(--credbuild-color-azure-07) !important;
|
|
71
71
|
z-index: 2;
|
|
72
72
|
}
|
|
73
|
-
._ArrayFieldItem--
|
|
73
|
+
._ArrayFieldItem--isDragging_19wby_78 {
|
|
74
74
|
outline: 2px var(--credbuild-color-azure-09) solid !important;
|
|
75
75
|
}
|
|
76
|
-
._ArrayFieldItem--
|
|
76
|
+
._ArrayFieldItem--isDragging_19wby_78 ._ArrayFieldItem-summary_19wby_97:active {
|
|
77
77
|
background-color: var(--credbuild-color-white);
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
._ArrayFieldItem_19wby_67 + ._ArrayFieldItem_19wby_67 {
|
|
80
80
|
border-top-left-radius: 0;
|
|
81
81
|
border-top-right-radius: 0;
|
|
82
82
|
}
|
|
83
|
-
._ArrayFieldItem-
|
|
83
|
+
._ArrayFieldItem-summary_19wby_97 {
|
|
84
84
|
background: var(--credbuild-color-white);
|
|
85
85
|
color: var(--credbuild-color-grey-04);
|
|
86
86
|
cursor: pointer;
|
|
@@ -90,73 +90,73 @@
|
|
|
90
90
|
justify-content: space-between;
|
|
91
91
|
font-size: var(--credbuild-font-size-xxs);
|
|
92
92
|
list-style: none;
|
|
93
|
-
padding:
|
|
93
|
+
padding: 6px 10px;
|
|
94
94
|
position: relative;
|
|
95
95
|
overflow: hidden;
|
|
96
96
|
transition: background-color 50ms ease-in;
|
|
97
97
|
}
|
|
98
|
-
._ArrayFieldItem--
|
|
98
|
+
._ArrayFieldItem--noFields_19wby_122 > ._ArrayFieldItem-summary_19wby_97 {
|
|
99
99
|
cursor: grab;
|
|
100
100
|
}
|
|
101
|
-
.
|
|
101
|
+
._ArrayFieldItem_19wby_67:first-of-type > ._ArrayFieldItem-summary_19wby_97 {
|
|
102
102
|
border-top-left-radius: 3px;
|
|
103
103
|
border-top-right-radius: 3px;
|
|
104
104
|
}
|
|
105
|
-
._ArrayField--
|
|
105
|
+
._ArrayField--addDisabled_19wby_131 > ._ArrayField-inner_19wby_59 > ._ArrayFieldItem_19wby_67:last-of-type:not(._ArrayFieldItem--isExpanded_19wby_82) > ._ArrayFieldItem-summary_19wby_97 {
|
|
106
106
|
border-bottom-left-radius: 3px;
|
|
107
107
|
border-bottom-right-radius: 3px;
|
|
108
108
|
}
|
|
109
|
-
._ArrayField--
|
|
109
|
+
._ArrayField--addDisabled_19wby_131 > ._ArrayField-inner_19wby_59 > ._ArrayFieldItem--isExpanded_19wby_82:last-of-type {
|
|
110
110
|
border-bottom-left-radius: 3px;
|
|
111
111
|
border-bottom-right-radius: 3px;
|
|
112
112
|
}
|
|
113
|
-
._ArrayFieldItem-
|
|
113
|
+
._ArrayFieldItem-summary_19wby_97:focus-visible {
|
|
114
114
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
115
115
|
outline-offset: 2px;
|
|
116
116
|
}
|
|
117
117
|
@media (hover: hover) and (pointer: fine) {
|
|
118
|
-
._ArrayFieldItem-
|
|
118
|
+
._ArrayFieldItem-summary_19wby_97:hover {
|
|
119
119
|
background-color: var(--credbuild-color-azure-12);
|
|
120
120
|
transition: none;
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
|
-
._ArrayFieldItem-
|
|
123
|
+
._ArrayFieldItem-summary_19wby_97:active {
|
|
124
124
|
background-color: var(--credbuild-color-azure-11);
|
|
125
125
|
transition: none;
|
|
126
126
|
}
|
|
127
|
-
._ArrayFieldItem--
|
|
127
|
+
._ArrayFieldItem--isExpanded_19wby_82 > ._ArrayFieldItem-summary_19wby_97 {
|
|
128
128
|
background: var(--credbuild-color-azure-11);
|
|
129
129
|
color: var(--credbuild-color-azure-04);
|
|
130
130
|
font-weight: 600;
|
|
131
131
|
transition: none;
|
|
132
132
|
}
|
|
133
|
-
._ArrayFieldItem-
|
|
133
|
+
._ArrayFieldItem-body_19wby_170 {
|
|
134
134
|
background: var(--credbuild-color-white);
|
|
135
135
|
display: none;
|
|
136
136
|
}
|
|
137
|
-
._ArrayFieldItem--
|
|
137
|
+
._ArrayFieldItem--isExpanded_19wby_82 > ._ArrayFieldItem-body_19wby_170 {
|
|
138
138
|
display: block;
|
|
139
139
|
}
|
|
140
|
-
._ArrayFieldItem-
|
|
140
|
+
._ArrayFieldItem-fieldset_19wby_179 {
|
|
141
141
|
border: none;
|
|
142
142
|
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
143
143
|
margin: 0;
|
|
144
144
|
min-width: 0;
|
|
145
|
-
padding:
|
|
145
|
+
padding: 8px 10px;
|
|
146
146
|
}
|
|
147
|
-
._ArrayFieldItem-
|
|
147
|
+
._ArrayFieldItem-rhs_19wby_187 {
|
|
148
148
|
display: flex;
|
|
149
149
|
gap: 4px;
|
|
150
150
|
align-items: center;
|
|
151
151
|
}
|
|
152
|
-
._ArrayFieldItem-
|
|
152
|
+
._ArrayFieldItem-actions_19wby_193 {
|
|
153
153
|
color: var(--credbuild-color-grey-04);
|
|
154
154
|
display: flex;
|
|
155
155
|
gap: 4px;
|
|
156
156
|
opacity: 0;
|
|
157
157
|
}
|
|
158
|
-
._ArrayFieldItem-
|
|
159
|
-
._ArrayFieldItem-
|
|
158
|
+
._ArrayFieldItem-summary_19wby_97:focus-within > ._ArrayFieldItem-rhs_19wby_187 > ._ArrayFieldItem-actions_19wby_193,
|
|
159
|
+
._ArrayFieldItem-summary_19wby_97:hover > ._ArrayFieldItem-rhs_19wby_187 > ._ArrayFieldItem-actions_19wby_193 {
|
|
160
160
|
opacity: 1;
|
|
161
161
|
}
|
|
162
162
|
|
|
@@ -258,50 +258,63 @@
|
|
|
258
258
|
}
|
|
259
259
|
|
|
260
260
|
/* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
|
|
261
|
-
.
|
|
262
|
-
|
|
261
|
+
._InputWrapper_1xuyz_1:not(._InputWrapper--object_1xuyz_1):not(._InputWrapper--array_1xuyz_1) {
|
|
262
|
+
border: 1px solid var(--credbuild-color-grey-10);
|
|
263
|
+
border-radius: 5px;
|
|
264
|
+
padding: 6px 8px;
|
|
265
|
+
background-color: var(--credbuild-color-white);
|
|
266
|
+
transition: all 0.2s ease;
|
|
267
|
+
}
|
|
268
|
+
._InputWrapper_1xuyz_1 + ._InputWrapper_1xuyz_1 {
|
|
269
|
+
margin-top: 2px;
|
|
270
|
+
}
|
|
271
|
+
._InputWrapper_1xuyz_1:not(._InputWrapper--object_1xuyz_1):not(._InputWrapper--array_1xuyz_1):hover {
|
|
272
|
+
border-color: var(--credbuild-color-grey-08);
|
|
273
|
+
background-color: var(--credbuild-color-grey-11);
|
|
263
274
|
}
|
|
264
|
-
._Input-
|
|
275
|
+
._Input-label_1xuyz_18 {
|
|
265
276
|
align-items: center;
|
|
266
|
-
color: var(--credbuild-color-grey-
|
|
277
|
+
color: var(--credbuild-color-grey-05);
|
|
267
278
|
display: flex;
|
|
268
|
-
padding-bottom:
|
|
269
|
-
font-size:
|
|
270
|
-
font-weight:
|
|
279
|
+
padding-bottom: 2px;
|
|
280
|
+
font-size: 10px;
|
|
281
|
+
font-weight: 500;
|
|
282
|
+
text-transform: uppercase;
|
|
283
|
+
letter-spacing: 0.02em;
|
|
271
284
|
}
|
|
272
|
-
._Input-label--
|
|
285
|
+
._Input-label--noChildren_1xuyz_29 {
|
|
273
286
|
padding-bottom: 0;
|
|
274
287
|
}
|
|
275
|
-
._Input-
|
|
288
|
+
._Input-labelIcon_1xuyz_33 {
|
|
276
289
|
color: var(--credbuild-color-grey-07);
|
|
277
290
|
display: flex;
|
|
278
291
|
margin-inline-end: 4px;
|
|
279
292
|
padding-inline-start: 4px;
|
|
280
293
|
}
|
|
281
|
-
._Input-
|
|
294
|
+
._Input-disabledIcon_1xuyz_40 {
|
|
282
295
|
color: var(--credbuild-color-grey-05);
|
|
283
296
|
margin-inline-start: auto;
|
|
284
297
|
}
|
|
285
|
-
._Input-
|
|
286
|
-
background:
|
|
287
|
-
border
|
|
288
|
-
border-
|
|
289
|
-
border-color: var(--credbuild-color-grey-09);
|
|
290
|
-
border-radius: 4px;
|
|
298
|
+
._Input-input_1xuyz_45 {
|
|
299
|
+
background: transparent;
|
|
300
|
+
border: none;
|
|
301
|
+
border-radius: 0;
|
|
291
302
|
box-sizing: border-box;
|
|
292
303
|
font-family: inherit;
|
|
293
|
-
font-size:
|
|
294
|
-
padding:
|
|
295
|
-
transition:
|
|
304
|
+
font-size: 12px;
|
|
305
|
+
padding: 0;
|
|
306
|
+
transition: all 0.1s ease;
|
|
296
307
|
width: 100%;
|
|
297
308
|
max-width: 100%;
|
|
309
|
+
color: var(--credbuild-color-grey-02);
|
|
310
|
+
outline: none;
|
|
298
311
|
}
|
|
299
312
|
@media (min-width: 458px) {
|
|
300
|
-
._Input-
|
|
313
|
+
._Input-input_1xuyz_45 {
|
|
301
314
|
font-size: 14px;
|
|
302
315
|
}
|
|
303
316
|
}
|
|
304
|
-
select._Input-
|
|
317
|
+
select._Input-input_1xuyz_45 {
|
|
305
318
|
appearance: none;
|
|
306
319
|
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;
|
|
307
320
|
background-size: 12px;
|
|
@@ -310,29 +323,29 @@ select._Input-input_1bq9u_30 {
|
|
|
310
323
|
background-color: var(--credbuild-color-white);
|
|
311
324
|
cursor: pointer;
|
|
312
325
|
}
|
|
313
|
-
select._Input-
|
|
326
|
+
select._Input-input_1xuyz_45:dir(rtl) {
|
|
314
327
|
background-position: 12px calc(50% + 3px);
|
|
315
328
|
}
|
|
316
329
|
@media (hover: hover) and (pointer: fine) {
|
|
317
|
-
.
|
|
318
|
-
.
|
|
330
|
+
._Input_1xuyz_1:has(> input):hover ._Input-input_1xuyz_45:not([readonly]),
|
|
331
|
+
._Input_1xuyz_1:has(> textarea):hover ._Input-input_1xuyz_45:not([readonly]) {
|
|
319
332
|
border-color: var(--credbuild-color-grey-05);
|
|
320
333
|
transition: none;
|
|
321
334
|
}
|
|
322
|
-
.
|
|
335
|
+
._Input_1xuyz_1:has(> select):hover ._Input-input_1xuyz_45:not([disabled]) {
|
|
323
336
|
background-color: var(--credbuild-color-azure-12);
|
|
324
337
|
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>");
|
|
325
338
|
border-color: var(--credbuild-color-grey-05);
|
|
326
339
|
transition: none;
|
|
327
340
|
}
|
|
328
341
|
}
|
|
329
|
-
._Input-
|
|
342
|
+
._Input-input_1xuyz_45:focus {
|
|
330
343
|
border-color: var(--credbuild-color-grey-05);
|
|
331
344
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
332
345
|
transition: none;
|
|
333
346
|
}
|
|
334
|
-
._Input--
|
|
335
|
-
._Input--
|
|
347
|
+
._Input--readOnly_1xuyz_101 > ._Input-input_1xuyz_45,
|
|
348
|
+
._Input--readOnly_1xuyz_101 > select._Input-input_1xuyz_45 {
|
|
336
349
|
background-color: var(--credbuild-color-grey-11);
|
|
337
350
|
border-color: var(--credbuild-color-grey-09);
|
|
338
351
|
color: var(--credbuild-color-grey-04);
|
|
@@ -341,34 +354,34 @@ select._Input-input_1bq9u_30:dir(rtl) {
|
|
|
341
354
|
outline: 0;
|
|
342
355
|
transition: none;
|
|
343
356
|
}
|
|
344
|
-
._Input-
|
|
357
|
+
._Input-radioGroupItems_1xuyz_112 {
|
|
345
358
|
display: flex;
|
|
346
359
|
border: 1px solid var(--credbuild-color-grey-09);
|
|
347
360
|
border-radius: 4px;
|
|
348
361
|
flex-wrap: wrap;
|
|
349
362
|
}
|
|
350
|
-
._Input-
|
|
363
|
+
._Input-radio_1xuyz_112 {
|
|
351
364
|
border-inline-end: 1px solid var(--credbuild-color-grey-09);
|
|
352
365
|
flex-grow: 1;
|
|
353
366
|
}
|
|
354
|
-
._Input-
|
|
367
|
+
._Input-radio_1xuyz_112:first-of-type {
|
|
355
368
|
border-bottom-left-radius: 4px;
|
|
356
369
|
border-top-left-radius: 4px;
|
|
357
370
|
}
|
|
358
|
-
._Input-
|
|
371
|
+
._Input-radio_1xuyz_112:first-of-type ._Input-radioInner_1xuyz_129 {
|
|
359
372
|
border-bottom-left-radius: 3px;
|
|
360
373
|
border-top-left-radius: 3px;
|
|
361
374
|
}
|
|
362
|
-
._Input-
|
|
375
|
+
._Input-radio_1xuyz_112:last-of-type {
|
|
363
376
|
border-bottom-right-radius: 4px;
|
|
364
377
|
border-inline-end: 0;
|
|
365
378
|
border-top-right-radius: 4px;
|
|
366
379
|
}
|
|
367
|
-
._Input-
|
|
380
|
+
._Input-radio_1xuyz_112:last-of-type ._Input-radioInner_1xuyz_129 {
|
|
368
381
|
border-bottom-right-radius: 3px;
|
|
369
382
|
border-top-right-radius: 3px;
|
|
370
383
|
}
|
|
371
|
-
._Input-
|
|
384
|
+
._Input-radioInner_1xuyz_129 {
|
|
372
385
|
background-color: var(--credbuild-color-white);
|
|
373
386
|
color: var(--credbuild-color-grey-04);
|
|
374
387
|
cursor: pointer;
|
|
@@ -377,32 +390,32 @@ select._Input-input_1bq9u_30:dir(rtl) {
|
|
|
377
390
|
text-align: center;
|
|
378
391
|
transition: background-color 50ms ease-in;
|
|
379
392
|
}
|
|
380
|
-
._Input-
|
|
393
|
+
._Input-radio_1xuyz_112:has(:focus-visible) {
|
|
381
394
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
382
395
|
outline-offset: 2px;
|
|
383
396
|
position: relative;
|
|
384
397
|
}
|
|
385
398
|
@media (hover: hover) and (pointer: fine) {
|
|
386
|
-
._Input-
|
|
399
|
+
._Input-radioInner_1xuyz_129:hover {
|
|
387
400
|
background-color: var(--credbuild-color-azure-12);
|
|
388
401
|
transition: none;
|
|
389
402
|
}
|
|
390
403
|
}
|
|
391
|
-
._Input--
|
|
404
|
+
._Input--readOnly_1xuyz_101 ._Input-radioInner_1xuyz_129 {
|
|
392
405
|
background-color: var(--credbuild-color-white);
|
|
393
406
|
color: var(--credbuild-color-grey-04);
|
|
394
407
|
cursor: default;
|
|
395
408
|
}
|
|
396
|
-
._Input-
|
|
409
|
+
._Input-radio_1xuyz_112 ._Input-radioInput_1xuyz_174:checked ~ ._Input-radioInner_1xuyz_129 {
|
|
397
410
|
background-color: var(--credbuild-color-azure-11);
|
|
398
411
|
color: var(--credbuild-color-azure-04);
|
|
399
412
|
font-weight: 500;
|
|
400
413
|
}
|
|
401
|
-
._Input--
|
|
414
|
+
._Input--readOnly_1xuyz_101 ._Input-radioInput_1xuyz_174:checked ~ ._Input-radioInner_1xuyz_129 {
|
|
402
415
|
background-color: var(--credbuild-color-grey-11);
|
|
403
416
|
color: var(--credbuild-color-grey-04);
|
|
404
417
|
}
|
|
405
|
-
._Input-
|
|
418
|
+
._Input-radio_1xuyz_112 ._Input-radioInput_1xuyz_174 {
|
|
406
419
|
clip: rect(0 0 0 0);
|
|
407
420
|
clip-path: inset(100%);
|
|
408
421
|
height: 1px;
|
|
@@ -411,7 +424,7 @@ select._Input-input_1bq9u_30:dir(rtl) {
|
|
|
411
424
|
white-space: nowrap;
|
|
412
425
|
width: 1px;
|
|
413
426
|
}
|
|
414
|
-
textarea._Input-
|
|
427
|
+
textarea._Input-input_1xuyz_45 {
|
|
415
428
|
margin-bottom: -4px;
|
|
416
429
|
}
|
|
417
430
|
|
|
@@ -1204,30 +1217,55 @@ textarea._Input-input_1bq9u_30 {
|
|
|
1204
1217
|
}
|
|
1205
1218
|
|
|
1206
1219
|
/* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
1207
|
-
.
|
|
1220
|
+
._ObjectField_7axeg_1 {
|
|
1208
1221
|
display: flex;
|
|
1209
1222
|
flex-direction: column;
|
|
1210
1223
|
background-color: transparent;
|
|
1211
|
-
|
|
1212
|
-
border-radius: 6px;
|
|
1213
|
-
margin-bottom: 8px;
|
|
1224
|
+
margin-bottom: 0;
|
|
1214
1225
|
overflow: hidden;
|
|
1215
1226
|
transition: all 0.2s ease;
|
|
1216
1227
|
}
|
|
1217
|
-
._ObjectField--
|
|
1218
|
-
|
|
1219
|
-
background-color: var(--credbuild-color-grey-11);
|
|
1228
|
+
._ObjectField--isOpen_7axeg_10 {
|
|
1229
|
+
background-color: transparent;
|
|
1220
1230
|
}
|
|
1221
|
-
._ObjectField-
|
|
1222
|
-
|
|
1223
|
-
background-color: var(--credbuild-color-white);
|
|
1231
|
+
._ObjectField-content_7axeg_14 {
|
|
1232
|
+
background-color: transparent;
|
|
1224
1233
|
}
|
|
1225
|
-
._ObjectField-
|
|
1234
|
+
._ObjectField-fieldset_7axeg_18 {
|
|
1226
1235
|
border: none;
|
|
1227
1236
|
margin: 0;
|
|
1228
1237
|
min-width: 0;
|
|
1229
|
-
padding:
|
|
1238
|
+
padding: 0 0 8px 12px;
|
|
1230
1239
|
display: flex;
|
|
1231
1240
|
flex-direction: column;
|
|
1232
|
-
gap:
|
|
1241
|
+
gap: 4px;
|
|
1242
|
+
border-left: 1px solid var(--credbuild-color-grey-10);
|
|
1243
|
+
margin-left: 8px;
|
|
1244
|
+
}
|
|
1245
|
+
._ObjectField-header_7axeg_30 {
|
|
1246
|
+
background-color: transparent;
|
|
1247
|
+
border: 0;
|
|
1248
|
+
color: var(--credbuild-color-grey-05);
|
|
1249
|
+
cursor: pointer;
|
|
1250
|
+
display: flex;
|
|
1251
|
+
font: inherit;
|
|
1252
|
+
font-size: var(--credbuild-font-size-xxxs);
|
|
1253
|
+
list-style: none;
|
|
1254
|
+
margin-bottom: 2px;
|
|
1255
|
+
padding: 4px 8px;
|
|
1256
|
+
text-transform: uppercase;
|
|
1257
|
+
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
1258
|
+
gap: 4px;
|
|
1259
|
+
border-radius: 4px;
|
|
1260
|
+
width: 100%;
|
|
1261
|
+
align-items: center;
|
|
1262
|
+
}
|
|
1263
|
+
._ObjectField-header_7axeg_30:hover {
|
|
1264
|
+
background-color: var(--credbuild-color-azure-11);
|
|
1265
|
+
color: var(--credbuild-color-azure-04);
|
|
1266
|
+
}
|
|
1267
|
+
._ObjectField-headerIcon_7axeg_54 {
|
|
1268
|
+
margin-inline-start: auto;
|
|
1269
|
+
display: flex;
|
|
1270
|
+
align-items: center;
|
|
1233
1271
|
}
|