@zohodesk/components 1.0.0-temp-191 → 1.0.0-temp-192
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/propValidation_report.html +1 -1
- package/README.md +4 -0
- package/assets/Appearance/dark/mode/Component_DarkMode.module.css +29 -2
- package/assets/Appearance/light/mode/Component_LightMode.module.css +29 -2
- package/assets/Appearance/pureDark/mode/Component_PureDarkMode.module.css +29 -2
- package/es/AppContainer/AppContainer.js +9 -10
- package/es/AppContainer/AppContainer.module.css +2 -2
- package/es/Avatar/Avatar.js +5 -4
- package/es/Avatar/Avatar.module.css +44 -26
- package/es/AvatarTeam/AvatarTeam.js +7 -7
- package/es/AvatarTeam/AvatarTeam.module.css +62 -74
- package/es/Button/Button.js +6 -5
- package/es/Button/css/Button.module.css +156 -100
- package/es/Buttongroup/Buttongroup.module.css +50 -17
- package/es/CheckBox/CheckBox.js +8 -8
- package/es/CheckBox/CheckBox.module.css +35 -60
- package/es/DateTime/DateTime.module.css +85 -57
- package/es/DateTime/DateWidget.module.css +11 -7
- package/es/DateTime/YearView.module.css +34 -21
- package/es/DropBox/DropBox.js +11 -10
- package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +100 -81
- package/es/DropBox/css/DropBox.module.css +23 -6
- package/es/DropDown/DropDown.js +1 -2
- package/es/DropDown/DropDown.module.css +2 -2
- package/es/DropDown/DropDownHeading.module.css +15 -15
- package/es/DropDown/DropDownItem.module.css +40 -22
- package/es/DropDown/DropDownSearch.module.css +3 -3
- package/es/DropDown/DropDownSeparator.module.css +2 -2
- package/es/Heading/Heading.module.css +2 -2
- package/es/Label/Label.module.css +11 -23
- package/es/Label/LabelColors.module.css +1 -7
- package/es/Layout/Layout.module.css +15 -15
- package/es/ListItem/ListContainer.js +5 -6
- package/es/ListItem/ListItem.js +7 -6
- package/es/ListItem/ListItem.module.css +104 -55
- package/es/ListItem/ListItemWithAvatar.js +8 -7
- package/es/ListItem/ListItemWithCheckBox.js +5 -4
- package/es/ListItem/ListItemWithIcon.js +7 -6
- package/es/ListItem/ListItemWithRadio.js +5 -4
- package/es/Modal/Modal.js +5 -4
- package/es/MultiSelect/AdvancedGroupMultiSelect.js +9 -3
- package/es/MultiSelect/AdvancedMultiSelect.js +9 -8
- package/es/MultiSelect/MobileHeader/MobileHeader.module.css +16 -19
- package/es/MultiSelect/MultiSelect.js +9 -3
- package/es/MultiSelect/MultiSelect.module.css +55 -69
- package/es/MultiSelect/MultiSelectWithAvatar.js +6 -3
- package/es/MultiSelect/SelectedOptions.js +8 -6
- package/es/MultiSelect/SelectedOptions.module.css +11 -5
- package/es/MultiSelect/Suggestions.js +16 -10
- package/es/MultiSelect/props/defaultProps.js +9 -3
- package/es/MultiSelect/props/propTypes.js +7 -3
- package/es/PopOver/PopOver.module.css +2 -2
- package/es/Popup/Popup.js +4 -3
- package/es/Radio/Radio.js +8 -8
- package/es/Radio/Radio.module.css +22 -37
- package/es/ResponsiveDropBox/ResponsiveDropBox.js +4 -2
- package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +2 -2
- package/es/Ribbon/Ribbon.module.css +143 -64
- package/es/RippleEffect/RippleEffect.module.css +9 -27
- package/es/Select/GroupSelect.js +9 -3
- package/es/Select/Select.js +5 -4
- package/es/Select/Select.module.css +33 -22
- package/es/Select/SelectWithAvatar.js +9 -3
- package/es/Select/SelectWithIcon.js +9 -3
- package/es/Select/props/defaultProps.js +6 -3
- package/es/Select/props/propTypes.js +6 -3
- package/es/Stencils/Stencils.module.css +32 -14
- package/es/Switch/Switch.js +8 -8
- package/es/Switch/Switch.module.css +30 -35
- package/es/Tab/Tab.js +5 -4
- package/es/Tab/Tab.module.css +28 -39
- package/es/Tab/TabContentWrapper.js +5 -4
- package/es/Tab/TabWrapper.js +4 -2
- package/es/Tab/Tabs.js +16 -16
- package/es/Tab/Tabs.module.css +51 -29
- package/es/Tag/Tag.module.css +60 -91
- package/es/TextBox/TextBox.js +5 -5
- package/es/TextBox/TextBox.module.css +19 -23
- package/es/TextBoxIcon/TextBoxIcon.js +4 -2
- package/es/TextBoxIcon/TextBoxIcon.module.css +15 -8
- package/es/Textarea/Textarea.js +6 -4
- package/es/Textarea/Textarea.module.css +30 -60
- package/es/Tooltip/Tooltip.module.css +12 -13
- package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +5 -4
- package/es/common/animation.module.css +227 -29
- package/es/common/avatarsizes.module.css +16 -16
- package/es/common/basicReset.module.css +5 -15
- package/es/common/common.module.css +82 -36
- package/es/common/customscroll.module.css +33 -12
- package/es/common/transition.module.css +50 -10
- package/es/deprecated/PortalLayer/PortalLayer.js +6 -8
- package/es/semantic/Button/semanticButton.module.css +3 -3
- package/es/v1/AppContainer/AppContainer.js +9 -10
- package/es/v1/Avatar/Avatar.js +5 -4
- package/es/v1/AvatarTeam/AvatarTeam.js +7 -7
- package/es/v1/Button/Button.js +6 -5
- package/es/v1/CheckBox/CheckBox.js +8 -8
- package/es/v1/DropBox/DropBox.js +11 -10
- package/es/v1/DropDown/DropDown.js +1 -2
- package/es/v1/ListItem/ListContainer.js +5 -6
- package/es/v1/ListItem/ListItem.js +5 -4
- package/es/v1/ListItem/ListItemWithAvatar.js +5 -4
- package/es/v1/ListItem/ListItemWithCheckBox.js +5 -4
- package/es/v1/ListItem/ListItemWithIcon.js +5 -4
- package/es/v1/ListItem/ListItemWithRadio.js +5 -4
- package/es/v1/Modal/Modal.js +5 -4
- package/es/v1/MultiSelect/AdvancedMultiSelect.js +9 -8
- package/es/v1/MultiSelect/MultiSelectWithAvatar.js +5 -4
- package/es/v1/MultiSelect/SelectedOptions.js +8 -6
- package/es/v1/MultiSelect/Suggestions.js +8 -6
- package/es/v1/MultiSelect/props/defaultProps.js +4 -2
- package/es/v1/Popup/Popup.js +4 -3
- package/es/v1/Radio/Radio.js +8 -8
- package/es/v1/ResponsiveDropBox/ResponsiveDropBox.js +4 -2
- package/es/v1/Select/Select.js +5 -4
- package/es/v1/Switch/Switch.js +8 -8
- package/es/v1/Tab/Tab.js +5 -4
- package/es/v1/Tab/TabContentWrapper.js +5 -4
- package/es/v1/Tab/TabWrapper.js +4 -2
- package/es/v1/Tab/Tabs.js +16 -16
- package/es/v1/Tab/v1Tab.module.css +28 -39
- package/es/v1/Tab/v1Tabs.module.css +51 -29
- package/es/v1/TextBox/TextBox.js +5 -5
- package/es/v1/TextBoxIcon/TextBoxIcon.js +4 -2
- package/es/v1/Textarea/Textarea.js +6 -4
- package/es/v1/Typography/css/Typography.module.css +39 -33
- package/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +5 -4
- package/lib/AppContainer/AppContainer.module.css +2 -2
- package/lib/Avatar/Avatar.module.css +44 -26
- package/lib/AvatarTeam/AvatarTeam.module.css +62 -74
- package/lib/Button/css/Button.module.css +156 -100
- package/lib/Buttongroup/Buttongroup.module.css +50 -17
- package/lib/CheckBox/CheckBox.module.css +35 -60
- package/lib/DateTime/DateTime.module.css +85 -57
- package/lib/DateTime/DateWidget.module.css +11 -7
- package/lib/DateTime/YearView.module.css +34 -21
- package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +100 -81
- package/lib/DropBox/css/DropBox.module.css +23 -6
- package/lib/DropDown/DropDown.module.css +2 -2
- package/lib/DropDown/DropDownHeading.module.css +15 -15
- package/lib/DropDown/DropDownItem.module.css +40 -22
- package/lib/DropDown/DropDownSearch.module.css +3 -3
- package/lib/DropDown/DropDownSeparator.module.css +2 -2
- package/lib/Heading/Heading.module.css +2 -2
- package/lib/Label/Label.module.css +11 -23
- package/lib/Label/LabelColors.module.css +1 -7
- package/lib/Layout/Layout.module.css +15 -15
- package/lib/ListItem/ListItem.js +2 -2
- package/lib/ListItem/ListItem.module.css +104 -55
- package/lib/ListItem/ListItemWithAvatar.js +3 -3
- package/lib/ListItem/ListItemWithIcon.js +2 -2
- package/lib/MultiSelect/AdvancedGroupMultiSelect.js +7 -3
- package/lib/MultiSelect/MobileHeader/MobileHeader.module.css +16 -19
- package/lib/MultiSelect/MultiSelect.js +8 -3
- package/lib/MultiSelect/MultiSelect.module.css +55 -69
- package/lib/MultiSelect/MultiSelectWithAvatar.js +3 -1
- package/lib/MultiSelect/SelectedOptions.module.css +11 -5
- package/lib/MultiSelect/Suggestions.js +8 -4
- package/lib/MultiSelect/props/defaultProps.js +9 -3
- package/lib/MultiSelect/props/propTypes.js +9 -6
- package/lib/PopOver/PopOver.module.css +2 -2
- package/lib/Radio/Radio.module.css +22 -37
- package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +2 -2
- package/lib/Ribbon/Ribbon.module.css +143 -64
- package/lib/RippleEffect/RippleEffect.module.css +9 -27
- package/lib/Select/GroupSelect.js +8 -3
- package/lib/Select/Select.module.css +33 -22
- package/lib/Select/SelectWithAvatar.js +8 -3
- package/lib/Select/SelectWithIcon.js +8 -3
- package/lib/Select/props/defaultProps.js +5 -3
- package/lib/Select/props/propTypes.js +6 -3
- package/lib/Stencils/Stencils.module.css +32 -14
- package/lib/Switch/Switch.module.css +30 -35
- package/lib/Tab/Tab.module.css +28 -39
- package/lib/Tab/Tabs.module.css +51 -29
- package/lib/Tag/Tag.module.css +60 -91
- package/lib/TextBox/TextBox.module.css +19 -23
- package/lib/TextBoxIcon/TextBoxIcon.module.css +15 -8
- package/lib/Textarea/Textarea.module.css +30 -60
- package/lib/Tooltip/Tooltip.module.css +12 -13
- package/lib/common/animation.module.css +227 -29
- package/lib/common/avatarsizes.module.css +16 -16
- package/lib/common/basicReset.module.css +5 -15
- package/lib/common/common.module.css +82 -36
- package/lib/common/customscroll.module.css +33 -12
- package/lib/common/transition.module.css +50 -10
- package/lib/semantic/Button/semanticButton.module.css +3 -3
- package/lib/v1/MultiSelect/props/defaultProps.js +4 -2
- package/lib/v1/Tab/v1Tab.module.css +28 -39
- package/lib/v1/Tab/v1Tabs.module.css +51 -29
- package/lib/v1/Typography/css/Typography.module.css +39 -33
- package/package.json +3 -3
- package/result.json +1 -0
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
|
|
52
52
|
.cboth::after {
|
|
53
53
|
content: '.';
|
|
54
|
-
clear: both;
|
|
55
54
|
display: block;
|
|
56
|
-
font-size: 0;
|
|
57
|
-
height: 0;
|
|
55
|
+
font-size: 0 ;
|
|
56
|
+
height: 0 ;
|
|
58
57
|
line-height: 0;
|
|
59
58
|
visibility: hidden;
|
|
59
|
+
clear: both;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.blockEvent {
|
|
@@ -81,34 +81,47 @@
|
|
|
81
81
|
.disabled::after,
|
|
82
82
|
.readonly::after {
|
|
83
83
|
position: absolute;
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
right: 0;
|
|
87
|
-
bottom: 0;
|
|
84
|
+
top: 0 ;
|
|
85
|
+
bottom: 0 ;
|
|
88
86
|
z-index: 2;
|
|
89
87
|
content: '';
|
|
90
88
|
user-select: none;
|
|
91
89
|
}
|
|
92
90
|
|
|
93
|
-
.disabled,
|
|
94
|
-
|
|
91
|
+
[dir=ltr] .disable::after, [dir=ltr] .disabled::after, [dir=ltr] .readonly::after {
|
|
92
|
+
left: 0 ;
|
|
93
|
+
right: 0 ;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
[dir=rtl] .disable::after, [dir=rtl] .disabled::after, [dir=rtl] .readonly::after {
|
|
97
|
+
right: 0 ;
|
|
98
|
+
left: 0 ;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.disabled, .readonly {
|
|
95
102
|
cursor: not-allowed;
|
|
96
103
|
}
|
|
97
104
|
|
|
98
|
-
.disabled::after,
|
|
99
|
-
.readonly::after {
|
|
105
|
+
.disabled::after, .readonly::after {
|
|
100
106
|
cursor: not-allowed;
|
|
101
107
|
}
|
|
102
108
|
|
|
103
109
|
/* --Float Props-- */
|
|
104
|
-
.fleft {
|
|
110
|
+
[dir=ltr] .fleft {
|
|
105
111
|
float: left;
|
|
106
112
|
}
|
|
113
|
+
[dir=rtl] .fleft {
|
|
114
|
+
float: right;
|
|
115
|
+
}
|
|
107
116
|
|
|
108
|
-
.fright {
|
|
117
|
+
[dir=ltr] .fright {
|
|
109
118
|
float: right;
|
|
110
119
|
}
|
|
111
120
|
|
|
121
|
+
[dir=rtl] .fright {
|
|
122
|
+
float: left;
|
|
123
|
+
}
|
|
124
|
+
|
|
112
125
|
.fnone {
|
|
113
126
|
float: none;
|
|
114
127
|
}
|
|
@@ -188,8 +201,8 @@
|
|
|
188
201
|
-webkit-box-flex: 1;
|
|
189
202
|
-ms-flex-positive: 1;
|
|
190
203
|
flex-grow: 1;
|
|
191
|
-
min-height: 0;
|
|
192
|
-
min-width: 0;
|
|
204
|
+
min-height: 0 ;
|
|
205
|
+
min-width: 0 ;
|
|
193
206
|
}
|
|
194
207
|
|
|
195
208
|
.flexshrink {
|
|
@@ -200,7 +213,7 @@
|
|
|
200
213
|
}
|
|
201
214
|
|
|
202
215
|
.flexbasis {
|
|
203
|
-
flex-basis: 0
|
|
216
|
+
flex-basis: 0% ;
|
|
204
217
|
-webkit-flex-basis: 0%;
|
|
205
218
|
-moz-flex-basis: 0%;
|
|
206
219
|
-ms-flex-basis: 0%;
|
|
@@ -318,18 +331,18 @@
|
|
|
318
331
|
|
|
319
332
|
/* --Width Props-- */
|
|
320
333
|
.w100 {
|
|
321
|
-
width: 100
|
|
334
|
+
width: 100% ;
|
|
322
335
|
}
|
|
323
336
|
|
|
324
337
|
.h100 {
|
|
325
|
-
height: 100
|
|
338
|
+
height: 100% ;
|
|
326
339
|
}
|
|
327
340
|
|
|
328
341
|
.rounded {
|
|
329
|
-
border-radius: 50%;
|
|
330
342
|
-moz-border-radius: 50%;
|
|
331
343
|
-webkit-border-radius: 50%;
|
|
332
344
|
-ms-border-radius: 50%;
|
|
345
|
+
border-radius: 50%;
|
|
333
346
|
}
|
|
334
347
|
|
|
335
348
|
.noradius {
|
|
@@ -340,14 +353,22 @@
|
|
|
340
353
|
text-align: center;
|
|
341
354
|
}
|
|
342
355
|
|
|
343
|
-
.tleft {
|
|
356
|
+
[dir=ltr] .tleft {
|
|
344
357
|
text-align: left;
|
|
345
358
|
}
|
|
346
359
|
|
|
347
|
-
.
|
|
360
|
+
[dir=rtl] .tleft {
|
|
348
361
|
text-align: right;
|
|
349
362
|
}
|
|
350
363
|
|
|
364
|
+
[dir=ltr] .tright {
|
|
365
|
+
text-align: right;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
[dir=rtl] .tright {
|
|
369
|
+
text-align: left;
|
|
370
|
+
}
|
|
371
|
+
|
|
351
372
|
.textCap {
|
|
352
373
|
text-transform: uppercase;
|
|
353
374
|
}
|
|
@@ -357,31 +378,49 @@
|
|
|
357
378
|
}
|
|
358
379
|
|
|
359
380
|
.t50 {
|
|
360
|
-
top: 50
|
|
381
|
+
top: 50% ;
|
|
361
382
|
}
|
|
362
383
|
|
|
363
|
-
.l50 {
|
|
364
|
-
left: 50
|
|
384
|
+
[dir=ltr] .l50 {
|
|
385
|
+
left: 50% ;
|
|
365
386
|
}
|
|
366
387
|
|
|
367
|
-
.
|
|
388
|
+
[dir=rtl] .l50 {
|
|
389
|
+
right: 50% ;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
[dir=ltr] .middle {
|
|
368
393
|
transform: translate(-50%, -50%) translateZ(0);
|
|
369
394
|
-webkit-transform: translate(-50%, -50%) translateZ(0);
|
|
370
395
|
-moz-transform: translate(-50%, -50%) translateZ(0);
|
|
371
396
|
-ms-transform: translate(-50%, -50%) translateZ(0);
|
|
372
397
|
}
|
|
373
398
|
|
|
399
|
+
[dir=rtl] .middle {
|
|
400
|
+
transform: translate(50%, -50%) translateZ(0);
|
|
401
|
+
-webkit-transform: translate(50%, -50%) translateZ(0);
|
|
402
|
+
-moz-transform: translate(50%, -50%) translateZ(0);
|
|
403
|
+
-ms-transform: translate(50%, -50%) translateZ(0);
|
|
404
|
+
}
|
|
405
|
+
|
|
374
406
|
.middleBoth {
|
|
375
407
|
composes: middle;
|
|
376
|
-
top: 50
|
|
377
|
-
|
|
408
|
+
top: 50% ;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
[dir=ltr] .middleBoth {
|
|
412
|
+
left: 50% ;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
[dir=rtl] .middleBoth {
|
|
416
|
+
right: 50% ;
|
|
378
417
|
}
|
|
379
418
|
|
|
380
419
|
.middleY {
|
|
381
|
-
transform: translateY(-50%);
|
|
382
420
|
-webkit-transform: translateY(-50%);
|
|
383
421
|
-moz-transform: translateY(-50%);
|
|
384
422
|
-ms-transform: translateY(-50%);
|
|
423
|
+
transform: translateY(-50%);
|
|
385
424
|
}
|
|
386
425
|
|
|
387
426
|
.yMiddle {
|
|
@@ -389,23 +428,30 @@
|
|
|
389
428
|
composes: t50;
|
|
390
429
|
}
|
|
391
430
|
|
|
392
|
-
.middleX {
|
|
431
|
+
[dir=ltr] .middleX {
|
|
393
432
|
transform: translateX(-50%);
|
|
394
433
|
-webkit-transform: translateX(-50%);
|
|
395
434
|
-moz-transform: translateX(-50%);
|
|
396
435
|
-ms-transform: translateX(-50%);
|
|
397
436
|
}
|
|
398
437
|
|
|
438
|
+
[dir=rtl] .middleX {
|
|
439
|
+
transform: translateX(50%);
|
|
440
|
+
-webkit-transform: translateX(50%);
|
|
441
|
+
-moz-transform: translateX(50%);
|
|
442
|
+
-ms-transform: translateX(50%);
|
|
443
|
+
}
|
|
444
|
+
|
|
399
445
|
.xMiddle {
|
|
400
446
|
composes: middleX;
|
|
401
447
|
composes: l50;
|
|
402
448
|
}
|
|
403
449
|
|
|
404
450
|
.transZ {
|
|
405
|
-
transform: translateZ(0);
|
|
406
451
|
-moz-transform: translateZ(0);
|
|
407
452
|
-webkit-transform: translateZ(0);
|
|
408
453
|
-ms-transform: translateZ(0);
|
|
454
|
+
transform: translateZ(0);
|
|
409
455
|
}
|
|
410
456
|
|
|
411
457
|
.vishidden {
|
|
@@ -420,7 +466,7 @@
|
|
|
420
466
|
content: '';
|
|
421
467
|
vertical-align: middle;
|
|
422
468
|
display: inline-block;
|
|
423
|
-
height: 100
|
|
469
|
+
height: 100% ;
|
|
424
470
|
}
|
|
425
471
|
|
|
426
472
|
.wbreak {
|
|
@@ -429,9 +475,9 @@
|
|
|
429
475
|
|
|
430
476
|
.notrans {
|
|
431
477
|
transition: none;
|
|
432
|
-
-webkit-transition: none;
|
|
433
478
|
-moz-transition: none;
|
|
434
479
|
-ms-transition: none;
|
|
480
|
+
-webkit-transition: none;
|
|
435
481
|
}
|
|
436
482
|
|
|
437
483
|
.dotted {
|
|
@@ -469,11 +515,11 @@
|
|
|
469
515
|
}
|
|
470
516
|
|
|
471
517
|
.fitContWidth {
|
|
472
|
-
width: fit-content;
|
|
473
|
-
width: -moz-fit-content;
|
|
518
|
+
width: fit-content ;
|
|
519
|
+
width: -moz-fit-content ;
|
|
474
520
|
}
|
|
475
521
|
|
|
476
522
|
.fitContHeight {
|
|
477
|
-
height: fit-content;
|
|
478
|
-
height: -moz-fit-content;
|
|
523
|
+
height: fit-content ;
|
|
524
|
+
height: -moz-fit-content ;
|
|
479
525
|
}
|
|
@@ -32,12 +32,18 @@
|
|
|
32
32
|
.scroll::-webkit-scrollbar,
|
|
33
33
|
.scroll ::-webkit-scrollbar {
|
|
34
34
|
/* css:theme-validation:ignore */
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.scroll::-webkit-scrollbar, .scroll ::-webkit-scrollbar {
|
|
35
38
|
background: var(--zd-scroll-corner-bg);
|
|
36
39
|
}
|
|
37
40
|
|
|
38
41
|
.scroll::-webkit-scrollbar:hover,
|
|
39
42
|
.scroll ::-webkit-scrollbar:hover {
|
|
40
43
|
/* css:theme-validation:ignore */
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.scroll::-webkit-scrollbar:hover, .scroll ::-webkit-scrollbar:hover {
|
|
41
47
|
background: var(--zd-scroll-bg);
|
|
42
48
|
}
|
|
43
49
|
|
|
@@ -54,24 +60,30 @@
|
|
|
54
60
|
.scroll::-webkit-scrollbar-button,
|
|
55
61
|
.scroll ::-webkit-scrollbar-button {
|
|
56
62
|
display: none;
|
|
57
|
-
width: 0;
|
|
58
|
-
height: 0;
|
|
63
|
+
width: 0 ;
|
|
64
|
+
height: 0 ;
|
|
59
65
|
}
|
|
60
66
|
|
|
61
|
-
.scroll::-webkit-scrollbar-track:vertical,
|
|
62
|
-
.scroll ::-webkit-scrollbar-track:vertical {
|
|
67
|
+
[dir=ltr] .scroll::-webkit-scrollbar-track:vertical, [dir=ltr] .scroll ::-webkit-scrollbar-track:vertical {
|
|
63
68
|
border-left: 1px solid transparent;
|
|
64
69
|
border-right: 1px solid transparent;
|
|
65
70
|
}
|
|
66
71
|
|
|
72
|
+
[dir=rtl] .scroll::-webkit-scrollbar-track:vertical, [dir=rtl] .scroll ::-webkit-scrollbar-track:vertical {
|
|
73
|
+
border-right: 1px solid transparent;
|
|
74
|
+
border-left: 1px solid transparent;
|
|
75
|
+
}
|
|
76
|
+
|
|
67
77
|
.scroll::-webkit-scrollbar-track:vertical:hover,
|
|
68
78
|
.scroll ::-webkit-scrollbar-track:vertical:hover {
|
|
69
79
|
/* css:theme-validation:ignore */
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.scroll::-webkit-scrollbar-track:vertical:hover, .scroll ::-webkit-scrollbar-track:vertical:hover {
|
|
70
83
|
border-color: var(--zd-scroll-border);
|
|
71
84
|
}
|
|
72
85
|
|
|
73
|
-
.scroll::-webkit-scrollbar-track:horizontal,
|
|
74
|
-
.scroll ::-webkit-scrollbar-track:horizontal {
|
|
86
|
+
.scroll::-webkit-scrollbar-track:horizontal, .scroll ::-webkit-scrollbar-track:horizontal {
|
|
75
87
|
border-top: 1px solid transparent;
|
|
76
88
|
border-bottom: 1px solid transparent;
|
|
77
89
|
}
|
|
@@ -79,27 +91,35 @@
|
|
|
79
91
|
.scroll::-webkit-scrollbar-track:horizontal:hover,
|
|
80
92
|
.scroll ::-webkit-scrollbar-track:horizontal:hover {
|
|
81
93
|
/* css:theme-validation:ignore */
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.scroll::-webkit-scrollbar-track:horizontal:hover, .scroll ::-webkit-scrollbar-track:horizontal:hover {
|
|
82
97
|
border-color: var(--zd-scroll-border);
|
|
83
98
|
}
|
|
84
99
|
|
|
85
|
-
.scroll::-webkit-scrollbar-track-piece,
|
|
86
|
-
.scroll ::-webkit-scrollbar-track-piece {
|
|
100
|
+
.scroll::-webkit-scrollbar-track-piece, .scroll ::-webkit-scrollbar-track-piece {
|
|
87
101
|
background: inherit;
|
|
88
102
|
}
|
|
89
103
|
|
|
90
104
|
.scroll::-webkit-scrollbar-thumb,
|
|
91
105
|
.scroll ::-webkit-scrollbar-thumb {
|
|
92
|
-
border-radius: 10px;
|
|
93
106
|
/* css:theme-validation:ignore */
|
|
107
|
+
/* display: none; */
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.scroll::-webkit-scrollbar-thumb, .scroll ::-webkit-scrollbar-thumb {
|
|
111
|
+
border-radius: 10px;
|
|
94
112
|
background: var(--zd-scroll-thump);
|
|
95
113
|
background-clip: padding-box;
|
|
96
114
|
border: 3px solid transparent;
|
|
97
|
-
/* display: none; */
|
|
98
115
|
}
|
|
99
116
|
|
|
100
117
|
.scroll::-webkit-scrollbar-thumb:hover,
|
|
101
118
|
.scroll ::-webkit-scrollbar-thumb:hover {
|
|
102
119
|
/* css:theme-validation:ignore */
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.scroll::-webkit-scrollbar-thumb:hover, .scroll ::-webkit-scrollbar-thumb:hover {
|
|
103
123
|
background: var(--zd-scroll-thump-hoverbg);
|
|
104
124
|
background-clip: padding-box;
|
|
105
125
|
border: 3px solid transparent;
|
|
@@ -112,10 +132,11 @@
|
|
|
112
132
|
.scroll::-webkit-scrollbar-corner,
|
|
113
133
|
.scroll ::-webkit-scrollbar-corner {
|
|
114
134
|
/* css:theme-validation:ignore */
|
|
135
|
+
}
|
|
136
|
+
.scroll::-webkit-scrollbar-corner, .scroll ::-webkit-scrollbar-corner {
|
|
115
137
|
background: var(--zd-scroll-corner-bg);
|
|
116
138
|
}
|
|
117
139
|
|
|
118
|
-
.scroll::-webkit-resizer,
|
|
119
|
-
.scroll ::-webkit-resizer {
|
|
140
|
+
.scroll::-webkit-resizer, .scroll ::-webkit-resizer {
|
|
120
141
|
background: inherit;
|
|
121
142
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.zoomInEnter,
|
|
2
2
|
.zoomInLeave.zoomInLeaveActive {
|
|
3
3
|
opacity: 0;
|
|
4
|
+
}.zoomInEnter, .zoomInLeave.zoomInLeaveActive {
|
|
4
5
|
transform: perspective(1px) scale(1.5) translateZ(0);
|
|
5
6
|
transition-duration: var(--zd_transition3);
|
|
6
7
|
transition-property: all;
|
|
@@ -8,6 +9,8 @@
|
|
|
8
9
|
.zoomInEnter.zoomInEnterActive,
|
|
9
10
|
.zoomInLeave {
|
|
10
11
|
opacity: 1;
|
|
12
|
+
}
|
|
13
|
+
.zoomInEnter.zoomInEnterActive, .zoomInLeave {
|
|
11
14
|
transform: perspective(1px) scale(1) translateZ(0);
|
|
12
15
|
transition-duration: var(--zd_transition3);
|
|
13
16
|
transition-property: all;
|
|
@@ -15,15 +18,20 @@
|
|
|
15
18
|
|
|
16
19
|
.scaleInEnter,
|
|
17
20
|
.scaleInLeave.scaleInLeaveActive {
|
|
18
|
-
transform: scale(0);
|
|
19
21
|
opacity: 0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.scaleInEnter, .scaleInLeave.scaleInLeaveActive {
|
|
25
|
+
transform: scale(0);
|
|
20
26
|
transition-duration: var(--zd_transition3);
|
|
21
27
|
transition-property: all;
|
|
22
28
|
}
|
|
23
29
|
.scaleInEnter.scaleInEnterActive,
|
|
24
30
|
.scaleInLeave {
|
|
25
|
-
transform: scale(1);
|
|
26
31
|
opacity: 1;
|
|
32
|
+
}
|
|
33
|
+
.scaleInEnter.scaleInEnterActive, .scaleInLeave {
|
|
34
|
+
transform: scale(1);
|
|
27
35
|
transition-duration: var(--zd_transition3);
|
|
28
36
|
transition-property: all;
|
|
29
37
|
}
|
|
@@ -31,6 +39,9 @@
|
|
|
31
39
|
.fadeInEnter,
|
|
32
40
|
.fadeInLeave.fadeInLeaveActive {
|
|
33
41
|
opacity: 0;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.fadeInEnter, .fadeInLeave.fadeInLeaveActive {
|
|
34
45
|
transition-duration: var(--zd_transition3);
|
|
35
46
|
transition-property: all;
|
|
36
47
|
}
|
|
@@ -38,6 +49,9 @@
|
|
|
38
49
|
.fadeInEnter.fadeInEnterActive,
|
|
39
50
|
.fadeInLeave {
|
|
40
51
|
opacity: 1;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.fadeInEnter.fadeInEnterActive, .fadeInLeave {
|
|
41
55
|
transition-duration: var(--zd_transition3);
|
|
42
56
|
transition-property: all;
|
|
43
57
|
}
|
|
@@ -45,14 +59,27 @@
|
|
|
45
59
|
.slideLeftEnter,
|
|
46
60
|
.slideLeftLeave.slideLeftLeaveActive {
|
|
47
61
|
opacity: 0;
|
|
48
|
-
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.slideLeftEnter, .slideLeftLeave.slideLeftLeaveActive {
|
|
49
65
|
transition-duration: var(--zd_transition3);
|
|
50
66
|
transition-property: all;
|
|
51
67
|
}
|
|
52
68
|
|
|
69
|
+
[dir=ltr] .slideLeftEnter, [dir=ltr] .slideLeftLeave.slideLeftLeaveActive {
|
|
70
|
+
transform: translateX(110%);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
[dir=rtl] .slideLeftEnter, [dir=rtl] .slideLeftLeave.slideLeftLeaveActive {
|
|
74
|
+
transform: translateX(-110%);
|
|
75
|
+
}
|
|
76
|
+
|
|
53
77
|
.slideLeftEnter.slideLeftEnterActive,
|
|
54
78
|
.slideLeftLeave {
|
|
55
79
|
opacity: 1;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.slideLeftEnter.slideLeftEnterActive, .slideLeftLeave {
|
|
56
83
|
transform: translateX(0%);
|
|
57
84
|
transition-duration: var(--zd_transition3);
|
|
58
85
|
transition-property: all;
|
|
@@ -61,6 +88,9 @@
|
|
|
61
88
|
.slideDownEnter,
|
|
62
89
|
.slideDownLeave.slideDownLeaveActive {
|
|
63
90
|
opacity: 0;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.slideDownEnter, .slideDownLeave.slideDownLeaveActive {
|
|
64
94
|
transform: translateY(-100%);
|
|
65
95
|
transition-duration: var(--zd_transition3);
|
|
66
96
|
transition-property: all;
|
|
@@ -69,6 +99,9 @@
|
|
|
69
99
|
.slideDownEnter.slideDownEnterActive,
|
|
70
100
|
.slideDownLeave {
|
|
71
101
|
opacity: 1;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.slideDownEnter.slideDownEnterActive, .slideDownLeave {
|
|
72
105
|
transform: translateY(0%);
|
|
73
106
|
transition-duration: var(--zd_transition3);
|
|
74
107
|
transition-property: all;
|
|
@@ -77,14 +110,27 @@
|
|
|
77
110
|
.skewInEnter,
|
|
78
111
|
.skewInLeave.skewInLeaveActive {
|
|
79
112
|
opacity: 0;
|
|
80
|
-
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.skewInEnter, .skewInLeave.skewInLeaveActive {
|
|
81
116
|
transition-duration: var(--zd_transition3);
|
|
82
117
|
transition-property: all;
|
|
83
118
|
}
|
|
84
119
|
|
|
120
|
+
[dir=ltr] .skewInEnter, [dir=ltr] .skewInLeave.skewInLeaveActive {
|
|
121
|
+
transform: translate(100%, 100%) skew(72deg) scale(0) perspective(221px);
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
[dir=rtl] .skewInEnter, [dir=rtl] .skewInLeave.skewInLeaveActive {
|
|
125
|
+
transform: translate(-100%, 100%) skew(-72deg) scale(0) perspective(221px);
|
|
126
|
+
}
|
|
127
|
+
|
|
85
128
|
.skewInEnter.skewInEnterActive,
|
|
86
129
|
.skewInLeave {
|
|
87
130
|
opacity: 1;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.skewInEnter.skewInEnterActive, .skewInLeave {
|
|
88
134
|
transform: translate(0, 0) skew(0deg) scale(1) perspective(221px);
|
|
89
135
|
transition-duration: var(--zd_transition3);
|
|
90
136
|
transition-property: all;
|
|
@@ -98,9 +144,3 @@
|
|
|
98
144
|
.defaultLeave {
|
|
99
145
|
display: block;
|
|
100
146
|
}
|
|
101
|
-
|
|
102
|
-
.noneEnter,
|
|
103
|
-
.noneEnter.noneEnterActive,
|
|
104
|
-
.noneLeave,
|
|
105
|
-
.noneLeave.noneLeaveActive {
|
|
106
|
-
}
|
|
@@ -120,7 +120,8 @@ var MultiSelect_defaultProps = {
|
|
|
120
120
|
dataSelectorId: 'multiSelect',
|
|
121
121
|
keepSelectedOptions: false,
|
|
122
122
|
selectedOptionsCount: 0,
|
|
123
|
-
cardHeaderName: ''
|
|
123
|
+
cardHeaderName: '',
|
|
124
|
+
needResponsive: true
|
|
124
125
|
};
|
|
125
126
|
exports.MultiSelect_defaultProps = MultiSelect_defaultProps;
|
|
126
127
|
var MultiSelectHeader_defaultProps = {
|
|
@@ -156,7 +157,8 @@ var MultiSelectWithAvatar_defaultProps = {
|
|
|
156
157
|
isLoading: false,
|
|
157
158
|
dataSelectorId: 'multiSelectWithAvatar',
|
|
158
159
|
keepSelectedOptions: false,
|
|
159
|
-
customProps: {}
|
|
160
|
+
customProps: {},
|
|
161
|
+
needResponsive: true
|
|
160
162
|
};
|
|
161
163
|
exports.MultiSelectWithAvatar_defaultProps = MultiSelectWithAvatar_defaultProps;
|
|
162
164
|
var SelectedOptions_defaultProps = {
|
|
@@ -1,32 +1,26 @@
|
|
|
1
1
|
.tab {
|
|
2
2
|
text-transform: uppercase;
|
|
3
|
-
cursor: pointer;
|
|
4
3
|
letter-spacing: 0.6px;
|
|
5
4
|
text-decoration: none;
|
|
5
|
+
cursor: pointer;
|
|
6
6
|
}
|
|
7
|
-
|
|
8
7
|
.vertical {
|
|
9
|
-
height: 100
|
|
8
|
+
height: 100% ;
|
|
10
9
|
}
|
|
11
|
-
|
|
12
10
|
.horizontal {
|
|
13
|
-
width: 100
|
|
14
|
-
max-width: 100
|
|
11
|
+
width: 100% ;
|
|
12
|
+
max-width: 100% ;
|
|
15
13
|
}
|
|
16
|
-
|
|
17
14
|
.textContainer,
|
|
18
15
|
.tabText {
|
|
19
|
-
max-width: inherit;
|
|
16
|
+
max-width: inherit ;
|
|
20
17
|
}
|
|
21
|
-
|
|
22
18
|
.tabText {
|
|
23
19
|
composes: dotted from '../../common/common.module.css';
|
|
24
20
|
}
|
|
25
|
-
|
|
26
21
|
.disabled {
|
|
27
22
|
cursor: not-allowed;
|
|
28
23
|
}
|
|
29
|
-
|
|
30
24
|
.border {
|
|
31
25
|
border-bottom: 1px solid var(--zdt_tab_default_border);
|
|
32
26
|
}
|
|
@@ -36,76 +30,71 @@
|
|
|
36
30
|
.delta {
|
|
37
31
|
transition: all var(--zd_transition2);
|
|
38
32
|
}
|
|
39
|
-
|
|
40
33
|
.alpha {
|
|
41
|
-
|
|
42
|
-
font-size: 11px;
|
|
34
|
+
font-size: var(--zd_font_size11) ;
|
|
43
35
|
line-height: 3;
|
|
36
|
+
padding: 0 var(--zd_size18) ;
|
|
44
37
|
}
|
|
45
|
-
|
|
46
38
|
.tabAlpha {
|
|
47
39
|
composes: alpha;
|
|
48
40
|
color: var(--zdt_tab_alpha_text);
|
|
49
41
|
}
|
|
50
|
-
|
|
51
42
|
.alphaHover:hover {
|
|
52
|
-
color: var(--
|
|
43
|
+
color: var(--zdt_tab_alpha_hover_text);
|
|
53
44
|
background-color: var(--zdt_tab_alpha_hover_bg);
|
|
54
45
|
}
|
|
55
|
-
|
|
56
46
|
.alphaActive {
|
|
57
47
|
composes: alpha;
|
|
58
48
|
color: var(--zdt_tab_alpha_active_text);
|
|
59
49
|
}
|
|
60
|
-
|
|
61
|
-
.alphaActive_border,
|
|
62
|
-
.betaActive_border {
|
|
50
|
+
.alphaActive_border, .betaActive_border {
|
|
63
51
|
border-color: var(--zdt_tab_alpha_active_border);
|
|
64
52
|
}
|
|
65
|
-
|
|
66
53
|
.deltaActive_border {
|
|
67
54
|
border-color: var(--zdt_tab_delta_active_border);
|
|
68
55
|
}
|
|
69
|
-
|
|
70
56
|
.beta {
|
|
71
|
-
|
|
72
|
-
font-size: 14px;
|
|
57
|
+
font-size: var(--zd_font_size14) ;
|
|
73
58
|
line-height: 4.2857;
|
|
74
|
-
margin-right: 40px;
|
|
75
59
|
text-transform: capitalize;
|
|
60
|
+
padding: 0 var(--zd_size4) ;
|
|
61
|
+
}
|
|
62
|
+
[dir=ltr] .beta {
|
|
63
|
+
margin-right: var(--zd_size40) ;
|
|
64
|
+
}
|
|
65
|
+
[dir=rtl] .beta {
|
|
66
|
+
margin-left: var(--zd_size40) ;
|
|
76
67
|
}
|
|
77
|
-
|
|
78
68
|
.tabBeta {
|
|
79
69
|
composes: beta;
|
|
80
70
|
color: var(--zdt_tab_alpha_text);
|
|
81
71
|
}
|
|
82
|
-
|
|
83
72
|
.betaHover:hover {
|
|
84
|
-
color: var(--
|
|
73
|
+
color: var(--zdt_tab_alpha_hover_text);
|
|
85
74
|
}
|
|
86
|
-
|
|
87
75
|
.betaActive {
|
|
88
76
|
composes: beta;
|
|
89
|
-
color: var(--
|
|
77
|
+
color: var(--zdt_tab_alpha_hover_text);
|
|
90
78
|
}
|
|
91
|
-
|
|
92
79
|
.delta {
|
|
93
|
-
|
|
94
|
-
font-size: 11px;
|
|
80
|
+
font-size: var(--zd_font_size11) ;
|
|
95
81
|
line-height: 3;
|
|
96
|
-
|
|
82
|
+
padding: 0 var(--zd_size4) ;
|
|
83
|
+
}
|
|
84
|
+
[dir=ltr] .delta {
|
|
85
|
+
margin-right: var(--zd_size10) ;
|
|
86
|
+
}
|
|
87
|
+
[dir=rtl] .delta {
|
|
88
|
+
margin-left: var(--zd_size10) ;
|
|
97
89
|
}
|
|
98
|
-
|
|
99
90
|
.tabDelta {
|
|
100
91
|
composes: delta;
|
|
101
92
|
color: var(--zdt_tab_alpha_text);
|
|
102
93
|
}
|
|
103
|
-
|
|
104
94
|
.deltaHover:hover {
|
|
105
95
|
color: var(--zdt_tab_alpha_active_text);
|
|
106
96
|
}
|
|
107
|
-
|
|
108
97
|
.deltaActive {
|
|
109
98
|
composes: delta;
|
|
110
99
|
color: var(--zdt_tab_alpha_active_text);
|
|
111
|
-
}
|
|
100
|
+
}
|