@zohodesk/components 1.0.0-temp-200.1 → 1.0.0-temp-202
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/.cli/PropUnificationExcludeFilesArray.js +230 -230
- package/.cli/PropValidationExcludeFilesArray.js +1 -1
- package/README.md +0 -5
- package/css_error.log +1 -1
- package/es/AppContainer/AppContainer.module.css +18 -18
- package/es/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -591
- package/es/AvatarTeam/AvatarTeam.js +7 -7
- package/es/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +705 -705
- package/es/Button/Button.js +4 -4
- package/es/Buttongroup/Buttongroup.js +1 -1
- package/es/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
- package/es/Card/Card.js +4 -4
- package/es/Card/Card.module.css +20 -20
- package/es/DateTime/DateWidget.js +1 -2
- package/es/DateTime/DateWidget.module.css +38 -38
- package/es/DateTime/__tests__/DateTime.spec.js +1 -1
- package/es/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +93 -93
- package/es/DateTime/__tests__/__snapshots__/DateWidget.spec.js.snap +2 -2
- package/es/DropBox/DropBoxPositionMapping.json +144 -144
- package/es/DropDown/DropDown.module.css +5 -5
- package/es/DropDown/DropDownSearch.module.css +14 -14
- package/es/DropDown/DropDownSeparator.module.css +7 -7
- package/es/Heading/Heading.module.css +4 -4
- package/es/Label/Label.js +2 -2
- package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -312
- package/es/Layout/Layout.module.css +335 -335
- package/es/MultiSelect/MultiSelect.js +1 -2
- package/es/MultiSelect/SelectedOptions.module.css +15 -15
- package/es/Popup/PositionMapping.json +73 -73
- package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
- package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -374
- package/es/RippleEffect/RippleEffect.module.css +92 -92
- package/es/Select/Select.module.css +134 -134
- package/es/Stencils/Stencils.module.css +96 -96
- package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -89
- package/es/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -831
- package/es/Tab/TabContent.module.css +4 -4
- package/es/Tab/Tabs.js +17 -17
- package/es/Tag/Tag.js +8 -8
- package/es/Tooltip/Tooltip.js +47 -2
- package/es/Tooltip/Tooltip.module.css +140 -140
- package/es/common/a11y.module.css +3 -3
- package/es/common/animation.module.css +624 -624
- package/es/common/avatarsizes.module.css +48 -48
- package/es/common/basic.module.css +33 -33
- package/es/common/basicReset.module.css +40 -40
- package/es/common/boxShadow.module.css +33 -33
- package/es/common/common.module.css +524 -524
- package/es/common/reset.module.css +13 -13
- package/es/common/transition.module.css +146 -146
- package/es/semantic/Button/semanticButton.module.css +9 -9
- package/es/v1/Avatar/Avatar.js +5 -5
- package/es/v1/AvatarTeam/AvatarTeam.js +4 -4
- package/es/v1/Button/Button.js +4 -4
- package/es/v1/DateTime/DateWidget.js +1 -2
- package/es/v1/MultiSelect/MultiSelect.js +6 -7
- package/es/v1/Tab/v1TabContent.module.css +4 -4
- package/es/v1/Tag/Tag.js +8 -8
- package/es/v1/Typography/css/Typography.module.css +380 -380
- package/install.md +10 -10
- package/lib/AppContainer/AppContainer.module.css +18 -18
- package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -591
- package/lib/AvatarTeam/AvatarTeam.js +7 -7
- package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +705 -705
- package/lib/Button/Button.js +4 -4
- package/lib/Buttongroup/Buttongroup.js +1 -1
- package/lib/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
- package/lib/Card/Card.js +4 -4
- package/lib/Card/Card.module.css +20 -20
- package/lib/DateTime/DateWidget.js +1 -2
- package/lib/DateTime/DateWidget.module.css +38 -38
- package/lib/DateTime/__tests__/DateTime.spec.js +1 -1
- package/lib/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +93 -93
- package/lib/DateTime/__tests__/__snapshots__/DateWidget.spec.js.snap +2 -2
- package/lib/DropBox/DropBoxPositionMapping.json +144 -144
- package/lib/DropDown/DropDown.module.css +5 -5
- package/lib/DropDown/DropDownSearch.module.css +14 -14
- package/lib/DropDown/DropDownSeparator.module.css +7 -7
- package/lib/Heading/Heading.module.css +4 -4
- package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -312
- package/lib/Layout/Layout.module.css +335 -335
- package/lib/MultiSelect/MultiSelect.js +1 -2
- package/lib/MultiSelect/SelectedOptions.module.css +15 -15
- package/lib/Popup/PositionMapping.json +73 -73
- package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
- package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -374
- package/lib/RippleEffect/RippleEffect.module.css +92 -92
- package/lib/Select/Select.module.css +134 -134
- package/lib/Stencils/Stencils.module.css +96 -96
- package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -89
- package/lib/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -831
- package/lib/Tab/TabContent.module.css +4 -4
- package/lib/Tab/Tabs.js +11 -11
- package/lib/Tag/Tag.js +8 -8
- package/lib/Tooltip/Tooltip.js +61 -16
- package/lib/Tooltip/Tooltip.module.css +140 -140
- package/lib/common/a11y.module.css +3 -3
- package/lib/common/animation.module.css +624 -624
- package/lib/common/avatarsizes.module.css +48 -48
- package/lib/common/basic.module.css +33 -33
- package/lib/common/basicReset.module.css +40 -40
- package/lib/common/boxShadow.module.css +33 -33
- package/lib/common/common.module.css +524 -524
- package/lib/common/reset.module.css +13 -13
- package/lib/common/transition.module.css +146 -146
- package/lib/semantic/Button/semanticButton.module.css +9 -9
- package/lib/v1/Avatar/Avatar.js +5 -5
- package/lib/v1/AvatarTeam/AvatarTeam.js +4 -4
- package/lib/v1/Button/Button.js +4 -4
- package/lib/v1/DateTime/DateWidget.js +1 -2
- package/lib/v1/MultiSelect/MultiSelect.js +6 -7
- package/lib/v1/Tab/v1TabContent.module.css +4 -4
- package/lib/v1/Tag/Tag.js +8 -8
- package/lib/v1/Typography/css/Typography.module.css +380 -380
- package/package.json +1 -1
- package/postPublish.js +8 -8
- package/prePublish.js +70 -70
- package/propValidationArg.json +11 -11
- package/react-cli.config.js +23 -23
- package/result.json +1 -1
|
@@ -28,10 +28,10 @@ exports[`DateTime rendering the isActive is true and isDefaultPosition is true 1
|
|
|
28
28
|
>
|
|
29
29
|
<h2
|
|
30
30
|
class="reset thMonYear"
|
|
31
|
-
data-title="July
|
|
31
|
+
data-title="July 2024"
|
|
32
32
|
tabindex="0"
|
|
33
33
|
>
|
|
34
|
-
July
|
|
34
|
+
July 2024
|
|
35
35
|
</h2>
|
|
36
36
|
<span>
|
|
37
37
|
<i
|
|
@@ -176,54 +176,9 @@ exports[`DateTime rendering the isActive is true and isDefaultPosition is true 1
|
|
|
176
176
|
data-selector-id="container"
|
|
177
177
|
data-test-id="containerComponent"
|
|
178
178
|
>
|
|
179
|
-
<div
|
|
180
|
-
aria-label="25"
|
|
181
|
-
class="datesStr grid sunday invalidDate shrinkOff"
|
|
182
|
-
data-id="dateTime_invalidDate"
|
|
183
|
-
data-selector-id="box"
|
|
184
|
-
data-test-id="dateTime_invalidDate"
|
|
185
|
-
>
|
|
186
|
-
25
|
|
187
|
-
</div>
|
|
188
|
-
<div
|
|
189
|
-
aria-label="26"
|
|
190
|
-
class="datesStr grid invalidDate shrinkOff"
|
|
191
|
-
data-id="dateTime_invalidDate"
|
|
192
|
-
data-selector-id="box"
|
|
193
|
-
data-test-id="dateTime_invalidDate"
|
|
194
|
-
>
|
|
195
|
-
26
|
|
196
|
-
</div>
|
|
197
|
-
<div
|
|
198
|
-
aria-label="27"
|
|
199
|
-
class="datesStr grid invalidDate shrinkOff"
|
|
200
|
-
data-id="dateTime_invalidDate"
|
|
201
|
-
data-selector-id="box"
|
|
202
|
-
data-test-id="dateTime_invalidDate"
|
|
203
|
-
>
|
|
204
|
-
27
|
|
205
|
-
</div>
|
|
206
|
-
<div
|
|
207
|
-
aria-label="28"
|
|
208
|
-
class="datesStr grid invalidDate shrinkOff"
|
|
209
|
-
data-id="dateTime_invalidDate"
|
|
210
|
-
data-selector-id="box"
|
|
211
|
-
data-test-id="dateTime_invalidDate"
|
|
212
|
-
>
|
|
213
|
-
28
|
|
214
|
-
</div>
|
|
215
|
-
<div
|
|
216
|
-
aria-label="29"
|
|
217
|
-
class="datesStr grid invalidDate shrinkOff"
|
|
218
|
-
data-id="dateTime_invalidDate"
|
|
219
|
-
data-selector-id="box"
|
|
220
|
-
data-test-id="dateTime_invalidDate"
|
|
221
|
-
>
|
|
222
|
-
29
|
|
223
|
-
</div>
|
|
224
179
|
<div
|
|
225
180
|
aria-label="30"
|
|
226
|
-
class="datesStr grid invalidDate shrinkOff"
|
|
181
|
+
class="datesStr grid sunday invalidDate shrinkOff"
|
|
227
182
|
data-id="dateTime_invalidDate"
|
|
228
183
|
data-selector-id="box"
|
|
229
184
|
data-test-id="dateTime_invalidDate"
|
|
@@ -239,16 +194,9 @@ exports[`DateTime rendering the isActive is true and isDefaultPosition is true 1
|
|
|
239
194
|
>
|
|
240
195
|
1
|
|
241
196
|
</div>
|
|
242
|
-
</div>
|
|
243
|
-
<div
|
|
244
|
-
class="dateRow flex rowdir"
|
|
245
|
-
data-id="containerComponent"
|
|
246
|
-
data-selector-id="container"
|
|
247
|
-
data-test-id="containerComponent"
|
|
248
|
-
>
|
|
249
197
|
<div
|
|
250
198
|
aria-label="2"
|
|
251
|
-
class="datesStr grid
|
|
199
|
+
class="datesStr grid shrinkOff"
|
|
252
200
|
data-id="dateTime_date"
|
|
253
201
|
data-selector-id="box"
|
|
254
202
|
data-test-id="dateTime_date"
|
|
@@ -291,9 +239,16 @@ exports[`DateTime rendering the isActive is true and isDefaultPosition is true 1
|
|
|
291
239
|
>
|
|
292
240
|
6
|
|
293
241
|
</div>
|
|
242
|
+
</div>
|
|
243
|
+
<div
|
|
244
|
+
class="dateRow flex rowdir"
|
|
245
|
+
data-id="containerComponent"
|
|
246
|
+
data-selector-id="container"
|
|
247
|
+
data-test-id="containerComponent"
|
|
248
|
+
>
|
|
294
249
|
<div
|
|
295
250
|
aria-label="7"
|
|
296
|
-
class="datesStr grid shrinkOff"
|
|
251
|
+
class="datesStr grid sunday shrinkOff"
|
|
297
252
|
data-id="dateTime_date"
|
|
298
253
|
data-selector-id="box"
|
|
299
254
|
data-test-id="dateTime_date"
|
|
@@ -309,16 +264,9 @@ exports[`DateTime rendering the isActive is true and isDefaultPosition is true 1
|
|
|
309
264
|
>
|
|
310
265
|
8
|
|
311
266
|
</div>
|
|
312
|
-
</div>
|
|
313
|
-
<div
|
|
314
|
-
class="dateRow flex rowdir"
|
|
315
|
-
data-id="containerComponent"
|
|
316
|
-
data-selector-id="container"
|
|
317
|
-
data-test-id="containerComponent"
|
|
318
|
-
>
|
|
319
267
|
<div
|
|
320
268
|
aria-label="9"
|
|
321
|
-
class="datesStr grid
|
|
269
|
+
class="datesStr grid shrinkOff"
|
|
322
270
|
data-id="dateTime_date"
|
|
323
271
|
data-selector-id="box"
|
|
324
272
|
data-test-id="dateTime_date"
|
|
@@ -361,9 +309,16 @@ exports[`DateTime rendering the isActive is true and isDefaultPosition is true 1
|
|
|
361
309
|
>
|
|
362
310
|
13
|
|
363
311
|
</div>
|
|
312
|
+
</div>
|
|
313
|
+
<div
|
|
314
|
+
class="dateRow flex rowdir"
|
|
315
|
+
data-id="containerComponent"
|
|
316
|
+
data-selector-id="container"
|
|
317
|
+
data-test-id="containerComponent"
|
|
318
|
+
>
|
|
364
319
|
<div
|
|
365
320
|
aria-label="14"
|
|
366
|
-
class="datesStr grid shrinkOff"
|
|
321
|
+
class="datesStr grid sunday shrinkOff"
|
|
367
322
|
data-id="dateTime_date"
|
|
368
323
|
data-selector-id="box"
|
|
369
324
|
data-test-id="dateTime_date"
|
|
@@ -379,16 +334,9 @@ exports[`DateTime rendering the isActive is true and isDefaultPosition is true 1
|
|
|
379
334
|
>
|
|
380
335
|
15
|
|
381
336
|
</div>
|
|
382
|
-
</div>
|
|
383
|
-
<div
|
|
384
|
-
class="dateRow flex rowdir"
|
|
385
|
-
data-id="containerComponent"
|
|
386
|
-
data-selector-id="container"
|
|
387
|
-
data-test-id="containerComponent"
|
|
388
|
-
>
|
|
389
337
|
<div
|
|
390
338
|
aria-label="16"
|
|
391
|
-
class="datesStr grid
|
|
339
|
+
class="datesStr grid shrinkOff"
|
|
392
340
|
data-id="dateTime_date"
|
|
393
341
|
data-selector-id="box"
|
|
394
342
|
data-test-id="dateTime_date"
|
|
@@ -431,9 +379,16 @@ exports[`DateTime rendering the isActive is true and isDefaultPosition is true 1
|
|
|
431
379
|
>
|
|
432
380
|
20
|
|
433
381
|
</div>
|
|
382
|
+
</div>
|
|
383
|
+
<div
|
|
384
|
+
class="dateRow flex rowdir"
|
|
385
|
+
data-id="containerComponent"
|
|
386
|
+
data-selector-id="container"
|
|
387
|
+
data-test-id="containerComponent"
|
|
388
|
+
>
|
|
434
389
|
<div
|
|
435
390
|
aria-label="21"
|
|
436
|
-
class="datesStr grid shrinkOff"
|
|
391
|
+
class="datesStr grid sunday shrinkOff"
|
|
437
392
|
data-id="dateTime_date"
|
|
438
393
|
data-selector-id="box"
|
|
439
394
|
data-test-id="dateTime_date"
|
|
@@ -449,16 +404,9 @@ exports[`DateTime rendering the isActive is true and isDefaultPosition is true 1
|
|
|
449
404
|
>
|
|
450
405
|
22
|
|
451
406
|
</div>
|
|
452
|
-
</div>
|
|
453
|
-
<div
|
|
454
|
-
class="dateRow flex rowdir"
|
|
455
|
-
data-id="containerComponent"
|
|
456
|
-
data-selector-id="container"
|
|
457
|
-
data-test-id="containerComponent"
|
|
458
|
-
>
|
|
459
407
|
<div
|
|
460
408
|
aria-label="23"
|
|
461
|
-
class="datesStr grid
|
|
409
|
+
class="datesStr grid shrinkOff"
|
|
462
410
|
data-id="dateTime_date"
|
|
463
411
|
data-selector-id="box"
|
|
464
412
|
data-test-id="dateTime_date"
|
|
@@ -501,9 +449,16 @@ exports[`DateTime rendering the isActive is true and isDefaultPosition is true 1
|
|
|
501
449
|
>
|
|
502
450
|
27
|
|
503
451
|
</div>
|
|
452
|
+
</div>
|
|
453
|
+
<div
|
|
454
|
+
class="dateRow flex rowdir"
|
|
455
|
+
data-id="containerComponent"
|
|
456
|
+
data-selector-id="container"
|
|
457
|
+
data-test-id="containerComponent"
|
|
458
|
+
>
|
|
504
459
|
<div
|
|
505
460
|
aria-label="28"
|
|
506
|
-
class="datesStr grid shrinkOff"
|
|
461
|
+
class="datesStr grid sunday shrinkOff"
|
|
507
462
|
data-id="dateTime_date"
|
|
508
463
|
data-selector-id="box"
|
|
509
464
|
data-test-id="dateTime_date"
|
|
@@ -519,16 +474,9 @@ exports[`DateTime rendering the isActive is true and isDefaultPosition is true 1
|
|
|
519
474
|
>
|
|
520
475
|
29
|
|
521
476
|
</div>
|
|
522
|
-
</div>
|
|
523
|
-
<div
|
|
524
|
-
class="dateRow flex rowdir"
|
|
525
|
-
data-id="containerComponent"
|
|
526
|
-
data-selector-id="container"
|
|
527
|
-
data-test-id="containerComponent"
|
|
528
|
-
>
|
|
529
477
|
<div
|
|
530
478
|
aria-label="30"
|
|
531
|
-
class="datesStr grid
|
|
479
|
+
class="datesStr grid shrinkOff"
|
|
532
480
|
data-id="dateTime_date"
|
|
533
481
|
data-selector-id="box"
|
|
534
482
|
data-test-id="dateTime_date"
|
|
@@ -571,9 +519,16 @@ exports[`DateTime rendering the isActive is true and isDefaultPosition is true 1
|
|
|
571
519
|
>
|
|
572
520
|
3
|
|
573
521
|
</div>
|
|
522
|
+
</div>
|
|
523
|
+
<div
|
|
524
|
+
class="dateRow flex rowdir"
|
|
525
|
+
data-id="containerComponent"
|
|
526
|
+
data-selector-id="container"
|
|
527
|
+
data-test-id="containerComponent"
|
|
528
|
+
>
|
|
574
529
|
<div
|
|
575
530
|
aria-label="4"
|
|
576
|
-
class="datesStr grid invalidDate shrinkOff"
|
|
531
|
+
class="datesStr grid sunday invalidDate shrinkOff"
|
|
577
532
|
data-id="dateTime_invalidDate"
|
|
578
533
|
data-selector-id="box"
|
|
579
534
|
data-test-id="dateTime_invalidDate"
|
|
@@ -589,6 +544,51 @@ exports[`DateTime rendering the isActive is true and isDefaultPosition is true 1
|
|
|
589
544
|
>
|
|
590
545
|
5
|
|
591
546
|
</div>
|
|
547
|
+
<div
|
|
548
|
+
aria-label="6"
|
|
549
|
+
class="datesStr grid invalidDate shrinkOff"
|
|
550
|
+
data-id="dateTime_invalidDate"
|
|
551
|
+
data-selector-id="box"
|
|
552
|
+
data-test-id="dateTime_invalidDate"
|
|
553
|
+
>
|
|
554
|
+
6
|
|
555
|
+
</div>
|
|
556
|
+
<div
|
|
557
|
+
aria-label="7"
|
|
558
|
+
class="datesStr grid invalidDate shrinkOff"
|
|
559
|
+
data-id="dateTime_invalidDate"
|
|
560
|
+
data-selector-id="box"
|
|
561
|
+
data-test-id="dateTime_invalidDate"
|
|
562
|
+
>
|
|
563
|
+
7
|
|
564
|
+
</div>
|
|
565
|
+
<div
|
|
566
|
+
aria-label="8"
|
|
567
|
+
class="datesStr grid invalidDate shrinkOff"
|
|
568
|
+
data-id="dateTime_invalidDate"
|
|
569
|
+
data-selector-id="box"
|
|
570
|
+
data-test-id="dateTime_invalidDate"
|
|
571
|
+
>
|
|
572
|
+
8
|
|
573
|
+
</div>
|
|
574
|
+
<div
|
|
575
|
+
aria-label="9"
|
|
576
|
+
class="datesStr grid invalidDate shrinkOff"
|
|
577
|
+
data-id="dateTime_invalidDate"
|
|
578
|
+
data-selector-id="box"
|
|
579
|
+
data-test-id="dateTime_invalidDate"
|
|
580
|
+
>
|
|
581
|
+
9
|
|
582
|
+
</div>
|
|
583
|
+
<div
|
|
584
|
+
aria-label="10"
|
|
585
|
+
class="datesStr grid invalidDate shrinkOff"
|
|
586
|
+
data-id="dateTime_invalidDate"
|
|
587
|
+
data-selector-id="box"
|
|
588
|
+
data-test-id="dateTime_invalidDate"
|
|
589
|
+
>
|
|
590
|
+
10
|
|
591
|
+
</div>
|
|
592
592
|
</div>
|
|
593
593
|
</div>
|
|
594
594
|
<span
|
|
@@ -53,9 +53,9 @@ exports[`DateWidget rendering the defult props 1`] = `
|
|
|
53
53
|
>
|
|
54
54
|
<div
|
|
55
55
|
class="flex cover coldir both"
|
|
56
|
-
data-id="
|
|
56
|
+
data-id="containerComponent"
|
|
57
57
|
data-selector-id="container"
|
|
58
|
-
data-test-id="
|
|
58
|
+
data-test-id="containerComponent"
|
|
59
59
|
>
|
|
60
60
|
<i
|
|
61
61
|
aria-hidden="true"
|
|
@@ -1,145 +1,145 @@
|
|
|
1
|
-
{
|
|
2
|
-
"positionMapping": {
|
|
3
|
-
"bottomCenter": {
|
|
4
|
-
"direction": "bottom",
|
|
5
|
-
"arrowPosition": "mid",
|
|
6
|
-
"positionStyle": "bottomMid"
|
|
7
|
-
},
|
|
8
|
-
"bottomLeftToRight": {
|
|
9
|
-
"direction": "bottom",
|
|
10
|
-
"arrowPosition": "start",
|
|
11
|
-
"positionStyle": "bottomEnd"
|
|
12
|
-
},
|
|
13
|
-
"bottomCenterToRight": {
|
|
14
|
-
"direction": "bottom",
|
|
15
|
-
"arrowPosition": "start",
|
|
16
|
-
"positionStyle": "bottomEnd"
|
|
17
|
-
},
|
|
18
|
-
"bottomRightToLeft": {
|
|
19
|
-
"direction": "bottom",
|
|
20
|
-
"arrowPosition": "end",
|
|
21
|
-
"positionStyle": "bottomStart"
|
|
22
|
-
},
|
|
23
|
-
"bottomCenterToLeft": {
|
|
24
|
-
"direction": "bottom",
|
|
25
|
-
"arrowPosition": "end",
|
|
26
|
-
"positionStyle": "bottomStart"
|
|
27
|
-
},
|
|
28
|
-
"topCenter": {
|
|
29
|
-
"direction": "top",
|
|
30
|
-
"arrowPosition": "mid",
|
|
31
|
-
"positionStyle": "topMid"
|
|
32
|
-
},
|
|
33
|
-
"topLeftToRight": {
|
|
34
|
-
"direction": "top",
|
|
35
|
-
"arrowPosition": "start",
|
|
36
|
-
"positionStyle": "topEnd"
|
|
37
|
-
},
|
|
38
|
-
"topCenterToRight": {
|
|
39
|
-
"direction": "top",
|
|
40
|
-
"arrowPosition": "start",
|
|
41
|
-
"positionStyle": "topEnd"
|
|
42
|
-
},
|
|
43
|
-
"topRightToLeft": {
|
|
44
|
-
"direction": "top",
|
|
45
|
-
"arrowPosition": "end",
|
|
46
|
-
"positionStyle": "topStart"
|
|
47
|
-
},
|
|
48
|
-
"topCenterToLeft": {
|
|
49
|
-
"direction": "top",
|
|
50
|
-
"arrowPosition": "end",
|
|
51
|
-
"positionStyle": "topStart"
|
|
52
|
-
},
|
|
53
|
-
"rightCenter": {
|
|
54
|
-
"direction": "right",
|
|
55
|
-
"arrowPosition": "mid",
|
|
56
|
-
"positionStyle": "rightMid"
|
|
57
|
-
},
|
|
58
|
-
"rightTopToBottom": {
|
|
59
|
-
"direction": "right",
|
|
60
|
-
"arrowPosition": "start",
|
|
61
|
-
"positionStyle": "rightEnd"
|
|
62
|
-
},
|
|
63
|
-
"rightCenterToBottom": {
|
|
64
|
-
"direction": "right",
|
|
65
|
-
"arrowPosition": "start",
|
|
66
|
-
"positionStyle": "rightEnd"
|
|
67
|
-
},
|
|
68
|
-
"rightBottomToTop": {
|
|
69
|
-
"direction": "right",
|
|
70
|
-
"arrowPosition": "end",
|
|
71
|
-
"positionStyle": "rightStart"
|
|
72
|
-
},
|
|
73
|
-
"rightCenterToTop": {
|
|
74
|
-
"direction": "right",
|
|
75
|
-
"arrowPosition": "end",
|
|
76
|
-
"positionStyle": "rightStart"
|
|
77
|
-
},
|
|
78
|
-
"leftCenter": {
|
|
79
|
-
"direction": "left",
|
|
80
|
-
"arrowPosition": "mid",
|
|
81
|
-
"positionStyle": "leftMid"
|
|
82
|
-
},
|
|
83
|
-
"leftTopToBottom": {
|
|
84
|
-
"direction": "left",
|
|
85
|
-
"arrowPosition": "start",
|
|
86
|
-
"positionStyle": "leftEnd"
|
|
87
|
-
},
|
|
88
|
-
"leftCenterToBottom": {
|
|
89
|
-
"direction": "left",
|
|
90
|
-
"arrowPosition": "start",
|
|
91
|
-
"positionStyle": "leftEnd"
|
|
92
|
-
},
|
|
93
|
-
"leftBottomToTop": {
|
|
94
|
-
"direction": "left",
|
|
95
|
-
"arrowPosition": "end",
|
|
96
|
-
"positionStyle": "leftStart"
|
|
97
|
-
},
|
|
98
|
-
"leftCenterToTop": {
|
|
99
|
-
"direction": "left",
|
|
100
|
-
"arrowPosition": "end",
|
|
101
|
-
"positionStyle": "leftStart"
|
|
102
|
-
},
|
|
103
|
-
"bottomRight": {
|
|
104
|
-
"direction": "bottom",
|
|
105
|
-
"arrowPosition": "start",
|
|
106
|
-
"positionStyle": "bottomEnd"
|
|
107
|
-
},
|
|
108
|
-
"bottomLeft": {
|
|
109
|
-
"direction": "bottom",
|
|
110
|
-
"arrowPosition": "end",
|
|
111
|
-
"positionStyle": "bottomStart"
|
|
112
|
-
},
|
|
113
|
-
"topRight": {
|
|
114
|
-
"direction": "top",
|
|
115
|
-
"arrowPosition": "start",
|
|
116
|
-
"positionStyle": "topEnd"
|
|
117
|
-
},
|
|
118
|
-
"topLeft": {
|
|
119
|
-
"direction": "top",
|
|
120
|
-
"arrowPosition": "end",
|
|
121
|
-
"positionStyle": "topStart"
|
|
122
|
-
},
|
|
123
|
-
"rightBottom": {
|
|
124
|
-
"direction": "right",
|
|
125
|
-
"arrowPosition": "start",
|
|
126
|
-
"positionStyle": "rightEnd"
|
|
127
|
-
},
|
|
128
|
-
"rightTop": {
|
|
129
|
-
"direction": "right",
|
|
130
|
-
"arrowPosition": "end",
|
|
131
|
-
"positionStyle": "rightStart"
|
|
132
|
-
},
|
|
133
|
-
"leftBottom": {
|
|
134
|
-
"direction": "left",
|
|
135
|
-
"arrowPosition": "start",
|
|
136
|
-
"positionStyle": "leftEnd"
|
|
137
|
-
},
|
|
138
|
-
"leftTop": {
|
|
139
|
-
"direction": "left",
|
|
140
|
-
"arrowPosition": "end",
|
|
141
|
-
"positionStyle": "leftStart"
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"positionMapping": {
|
|
3
|
+
"bottomCenter": {
|
|
4
|
+
"direction": "bottom",
|
|
5
|
+
"arrowPosition": "mid",
|
|
6
|
+
"positionStyle": "bottomMid"
|
|
7
|
+
},
|
|
8
|
+
"bottomLeftToRight": {
|
|
9
|
+
"direction": "bottom",
|
|
10
|
+
"arrowPosition": "start",
|
|
11
|
+
"positionStyle": "bottomEnd"
|
|
12
|
+
},
|
|
13
|
+
"bottomCenterToRight": {
|
|
14
|
+
"direction": "bottom",
|
|
15
|
+
"arrowPosition": "start",
|
|
16
|
+
"positionStyle": "bottomEnd"
|
|
17
|
+
},
|
|
18
|
+
"bottomRightToLeft": {
|
|
19
|
+
"direction": "bottom",
|
|
20
|
+
"arrowPosition": "end",
|
|
21
|
+
"positionStyle": "bottomStart"
|
|
22
|
+
},
|
|
23
|
+
"bottomCenterToLeft": {
|
|
24
|
+
"direction": "bottom",
|
|
25
|
+
"arrowPosition": "end",
|
|
26
|
+
"positionStyle": "bottomStart"
|
|
27
|
+
},
|
|
28
|
+
"topCenter": {
|
|
29
|
+
"direction": "top",
|
|
30
|
+
"arrowPosition": "mid",
|
|
31
|
+
"positionStyle": "topMid"
|
|
32
|
+
},
|
|
33
|
+
"topLeftToRight": {
|
|
34
|
+
"direction": "top",
|
|
35
|
+
"arrowPosition": "start",
|
|
36
|
+
"positionStyle": "topEnd"
|
|
37
|
+
},
|
|
38
|
+
"topCenterToRight": {
|
|
39
|
+
"direction": "top",
|
|
40
|
+
"arrowPosition": "start",
|
|
41
|
+
"positionStyle": "topEnd"
|
|
42
|
+
},
|
|
43
|
+
"topRightToLeft": {
|
|
44
|
+
"direction": "top",
|
|
45
|
+
"arrowPosition": "end",
|
|
46
|
+
"positionStyle": "topStart"
|
|
47
|
+
},
|
|
48
|
+
"topCenterToLeft": {
|
|
49
|
+
"direction": "top",
|
|
50
|
+
"arrowPosition": "end",
|
|
51
|
+
"positionStyle": "topStart"
|
|
52
|
+
},
|
|
53
|
+
"rightCenter": {
|
|
54
|
+
"direction": "right",
|
|
55
|
+
"arrowPosition": "mid",
|
|
56
|
+
"positionStyle": "rightMid"
|
|
57
|
+
},
|
|
58
|
+
"rightTopToBottom": {
|
|
59
|
+
"direction": "right",
|
|
60
|
+
"arrowPosition": "start",
|
|
61
|
+
"positionStyle": "rightEnd"
|
|
62
|
+
},
|
|
63
|
+
"rightCenterToBottom": {
|
|
64
|
+
"direction": "right",
|
|
65
|
+
"arrowPosition": "start",
|
|
66
|
+
"positionStyle": "rightEnd"
|
|
67
|
+
},
|
|
68
|
+
"rightBottomToTop": {
|
|
69
|
+
"direction": "right",
|
|
70
|
+
"arrowPosition": "end",
|
|
71
|
+
"positionStyle": "rightStart"
|
|
72
|
+
},
|
|
73
|
+
"rightCenterToTop": {
|
|
74
|
+
"direction": "right",
|
|
75
|
+
"arrowPosition": "end",
|
|
76
|
+
"positionStyle": "rightStart"
|
|
77
|
+
},
|
|
78
|
+
"leftCenter": {
|
|
79
|
+
"direction": "left",
|
|
80
|
+
"arrowPosition": "mid",
|
|
81
|
+
"positionStyle": "leftMid"
|
|
82
|
+
},
|
|
83
|
+
"leftTopToBottom": {
|
|
84
|
+
"direction": "left",
|
|
85
|
+
"arrowPosition": "start",
|
|
86
|
+
"positionStyle": "leftEnd"
|
|
87
|
+
},
|
|
88
|
+
"leftCenterToBottom": {
|
|
89
|
+
"direction": "left",
|
|
90
|
+
"arrowPosition": "start",
|
|
91
|
+
"positionStyle": "leftEnd"
|
|
92
|
+
},
|
|
93
|
+
"leftBottomToTop": {
|
|
94
|
+
"direction": "left",
|
|
95
|
+
"arrowPosition": "end",
|
|
96
|
+
"positionStyle": "leftStart"
|
|
97
|
+
},
|
|
98
|
+
"leftCenterToTop": {
|
|
99
|
+
"direction": "left",
|
|
100
|
+
"arrowPosition": "end",
|
|
101
|
+
"positionStyle": "leftStart"
|
|
102
|
+
},
|
|
103
|
+
"bottomRight": {
|
|
104
|
+
"direction": "bottom",
|
|
105
|
+
"arrowPosition": "start",
|
|
106
|
+
"positionStyle": "bottomEnd"
|
|
107
|
+
},
|
|
108
|
+
"bottomLeft": {
|
|
109
|
+
"direction": "bottom",
|
|
110
|
+
"arrowPosition": "end",
|
|
111
|
+
"positionStyle": "bottomStart"
|
|
112
|
+
},
|
|
113
|
+
"topRight": {
|
|
114
|
+
"direction": "top",
|
|
115
|
+
"arrowPosition": "start",
|
|
116
|
+
"positionStyle": "topEnd"
|
|
117
|
+
},
|
|
118
|
+
"topLeft": {
|
|
119
|
+
"direction": "top",
|
|
120
|
+
"arrowPosition": "end",
|
|
121
|
+
"positionStyle": "topStart"
|
|
122
|
+
},
|
|
123
|
+
"rightBottom": {
|
|
124
|
+
"direction": "right",
|
|
125
|
+
"arrowPosition": "start",
|
|
126
|
+
"positionStyle": "rightEnd"
|
|
127
|
+
},
|
|
128
|
+
"rightTop": {
|
|
129
|
+
"direction": "right",
|
|
130
|
+
"arrowPosition": "end",
|
|
131
|
+
"positionStyle": "rightStart"
|
|
132
|
+
},
|
|
133
|
+
"leftBottom": {
|
|
134
|
+
"direction": "left",
|
|
135
|
+
"arrowPosition": "start",
|
|
136
|
+
"positionStyle": "leftEnd"
|
|
137
|
+
},
|
|
138
|
+
"leftTop": {
|
|
139
|
+
"direction": "left",
|
|
140
|
+
"arrowPosition": "end",
|
|
141
|
+
"positionStyle": "leftStart"
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
145
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.listGroup {
|
|
2
|
-
max-height: var(--zd_size220) ;
|
|
3
|
-
composes: oflowy from '../common/common.module.css';
|
|
4
|
-
margin: var(--zd_size8) 0 var(--zd_size4) ;
|
|
5
|
-
}
|
|
1
|
+
.listGroup {
|
|
2
|
+
max-height: var(--zd_size220) ;
|
|
3
|
+
composes: oflowy from '../common/common.module.css';
|
|
4
|
+
margin: var(--zd_size8) 0 var(--zd_size4) ;
|
|
5
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
/* dropdownsearch default variables */
|
|
3
|
-
--dropdownsearch-padding: 0 var(--zd_size15) 0;
|
|
4
|
-
}
|
|
5
|
-
.search {
|
|
6
|
-
composes: varClass;
|
|
7
|
-
padding: var(--dropdownsearch-padding);
|
|
8
|
-
}
|
|
9
|
-
.smallSearch {
|
|
10
|
-
--dropdownsearch-padding: 0 var(--zd_size5) 0;
|
|
11
|
-
}
|
|
12
|
-
.mediumSearch {
|
|
13
|
-
--dropdownsearch-padding: 0 var(--zd_size15) 0;
|
|
14
|
-
}
|
|
1
|
+
.varClass {
|
|
2
|
+
/* dropdownsearch default variables */
|
|
3
|
+
--dropdownsearch-padding: 0 var(--zd_size15) 0;
|
|
4
|
+
}
|
|
5
|
+
.search {
|
|
6
|
+
composes: varClass;
|
|
7
|
+
padding: var(--dropdownsearch-padding);
|
|
8
|
+
}
|
|
9
|
+
.smallSearch {
|
|
10
|
+
--dropdownsearch-padding: 0 var(--zd_size5) 0;
|
|
11
|
+
}
|
|
12
|
+
.mediumSearch {
|
|
13
|
+
--dropdownsearch-padding: 0 var(--zd_size15) 0;
|
|
14
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
.separator {
|
|
2
|
-
height: var(--zd_size1) ;
|
|
3
|
-
border-width: 0 0 1px 0;
|
|
4
|
-
border-style: solid;
|
|
5
|
-
border-color: var(--zdt_dropdown_user_default_border);
|
|
6
|
-
margin: var(--zd_size5) 0 ;
|
|
7
|
-
}
|
|
1
|
+
.separator {
|
|
2
|
+
height: var(--zd_size1) ;
|
|
3
|
+
border-width: 0 0 1px 0;
|
|
4
|
+
border-style: solid;
|
|
5
|
+
border-color: var(--zdt_dropdown_user_default_border);
|
|
6
|
+
margin: var(--zd_size5) 0 ;
|
|
7
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.reset {
|
|
2
|
-
font-size: inherit ;
|
|
3
|
-
font-weight: initial;
|
|
4
|
-
margin: initial ;
|
|
1
|
+
.reset {
|
|
2
|
+
font-size: inherit ;
|
|
3
|
+
font-weight: initial;
|
|
4
|
+
margin: initial ;
|
|
5
5
|
}
|