@zohodesk/components 1.0.0-alpha-272 → 1.0.0-alpha-273

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.
Files changed (86) hide show
  1. package/README.md +4 -0
  2. package/es/AppContainer/AppContainer.module.css +2 -2
  3. package/es/Avatar/Avatar.module.css +18 -18
  4. package/es/AvatarTeam/AvatarTeam.module.css +35 -35
  5. package/es/Button/css/Button.module.css +70 -70
  6. package/es/Buttongroup/Buttongroup.module.css +14 -15
  7. package/es/CheckBox/CheckBox.module.css +15 -15
  8. package/es/DateTime/DateTime.module.css +39 -39
  9. package/es/DateTime/DateWidget.module.css +5 -5
  10. package/es/DateTime/YearView.module.css +15 -15
  11. package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +76 -76
  12. package/es/DropBox/css/DropBox.module.css +6 -6
  13. package/es/DropDown/DropDown.module.css +2 -2
  14. package/es/DropDown/DropDownHeading.module.css +6 -6
  15. package/es/DropDown/DropDownItem.module.css +12 -12
  16. package/es/DropDown/DropDownSearch.module.css +3 -3
  17. package/es/DropDown/DropDownSeparator.module.css +2 -2
  18. package/es/Heading/Heading.module.css +2 -2
  19. package/es/Label/Label.module.css +5 -5
  20. package/es/Layout/Layout.module.css +15 -15
  21. package/es/ListItem/ListItem.module.css +38 -38
  22. package/es/MultiSelect/MultiSelect.module.css +31 -31
  23. package/es/MultiSelect/SelectedOptions.module.css +5 -5
  24. package/es/Radio/Radio.module.css +9 -9
  25. package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +2 -2
  26. package/es/Ribbon/Ribbon.module.css +46 -48
  27. package/es/Select/Select.module.css +23 -23
  28. package/es/Stencils/Stencils.module.css +11 -11
  29. package/es/Switch/Switch.module.css +23 -23
  30. package/es/Tab/Tab.module.css +14 -14
  31. package/es/Tab/Tabs.module.css +22 -22
  32. package/es/Tag/Tag.module.css +25 -25
  33. package/es/TextBox/TextBox.module.css +9 -9
  34. package/es/TextBoxIcon/TextBoxIcon.module.css +7 -7
  35. package/es/Textarea/Textarea.module.css +21 -21
  36. package/es/Tooltip/Tooltip.module.css +5 -5
  37. package/es/common/animation.module.css +8 -8
  38. package/es/common/avatarsizes.module.css +16 -16
  39. package/es/common/basicReset.module.css +3 -3
  40. package/es/common/common.module.css +24 -24
  41. package/es/common/customscroll.module.css +2 -2
  42. package/es/deprecated/AdvancedMultiSelect.module.css +18 -18
  43. package/es/semantic/Button/semanticButton.module.css +1 -1
  44. package/lib/AppContainer/AppContainer.module.css +2 -2
  45. package/lib/Avatar/Avatar.module.css +18 -18
  46. package/lib/AvatarTeam/AvatarTeam.module.css +35 -35
  47. package/lib/Button/css/Button.module.css +70 -70
  48. package/lib/Buttongroup/Buttongroup.module.css +14 -15
  49. package/lib/CheckBox/CheckBox.module.css +15 -15
  50. package/lib/DateTime/DateTime.module.css +39 -39
  51. package/lib/DateTime/DateWidget.module.css +5 -5
  52. package/lib/DateTime/YearView.module.css +15 -15
  53. package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +76 -76
  54. package/lib/DropBox/css/DropBox.module.css +6 -6
  55. package/lib/DropDown/DropDown.module.css +2 -2
  56. package/lib/DropDown/DropDownHeading.module.css +6 -6
  57. package/lib/DropDown/DropDownItem.module.css +12 -12
  58. package/lib/DropDown/DropDownSearch.module.css +3 -3
  59. package/lib/DropDown/DropDownSeparator.module.css +2 -2
  60. package/lib/Heading/Heading.module.css +2 -2
  61. package/lib/Label/Label.module.css +5 -5
  62. package/lib/Layout/Layout.module.css +15 -15
  63. package/lib/ListItem/ListItem.module.css +38 -38
  64. package/lib/MultiSelect/MultiSelect.module.css +31 -31
  65. package/lib/MultiSelect/SelectedOptions.module.css +5 -5
  66. package/lib/Radio/Radio.module.css +9 -9
  67. package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +2 -2
  68. package/lib/Ribbon/Ribbon.module.css +46 -48
  69. package/lib/Select/Select.module.css +23 -23
  70. package/lib/Stencils/Stencils.module.css +11 -11
  71. package/lib/Switch/Switch.module.css +23 -23
  72. package/lib/Tab/Tab.module.css +14 -14
  73. package/lib/Tab/Tabs.module.css +22 -22
  74. package/lib/Tag/Tag.module.css +25 -25
  75. package/lib/TextBox/TextBox.module.css +9 -9
  76. package/lib/TextBoxIcon/TextBoxIcon.module.css +7 -7
  77. package/lib/Textarea/Textarea.module.css +21 -21
  78. package/lib/Tooltip/Tooltip.module.css +5 -5
  79. package/lib/common/animation.module.css +8 -8
  80. package/lib/common/avatarsizes.module.css +16 -16
  81. package/lib/common/basicReset.module.css +3 -3
  82. package/lib/common/common.module.css +24 -24
  83. package/lib/common/customscroll.module.css +2 -2
  84. package/lib/deprecated/AdvancedMultiSelect.module.css +18 -18
  85. package/lib/semantic/Button/semanticButton.module.css +1 -1
  86. package/package.json +10 -19
@@ -4,10 +4,10 @@
4
4
  --textarea_border_color: none;
5
5
  --textarea_cursor: auto;
6
6
  --textarea_text_color: var(--zdt_textarea_default_text);
7
- --textarea_font_size: 14px;
7
+ --textarea_font_size: var(--zd_font_size14);
8
8
  --textarea_line_height: 22px;
9
- --textarea_padding: 2px 0;
10
- --textarea_height: 30px;
9
+ --textarea_padding: var(--zd_size2) 0;
10
+ --textarea_height: var(--zd_size30);
11
11
 
12
12
  /* textarea placeholder default variable */
13
13
  --textarea_placeholder_text_color: var(--zdt_textarea_placeholder_text);
@@ -62,9 +62,9 @@
62
62
  height var(--zd_transition2) linear 0s;
63
63
  -moz-transition: border var(--zd_transition2) linear 0s,
64
64
  height var(--zd_transition2) linear 0s;
65
- width: 100%;
66
- max-width: 100%;
67
- min-width: 100px;
65
+ width: 100% ;
66
+ max-width: 100% ;
67
+ min-width: var(--zd_size100) ;
68
68
  font-size: var(--textarea_font_size);
69
69
  line-height: var(--textarea_line_height);
70
70
  height: var(--textarea_height);
@@ -95,39 +95,39 @@
95
95
  vertical-align: middle;
96
96
  }
97
97
  .xsmall {
98
- --textarea_font_size: 14px;
99
- --textarea_padding: 4px 0 2px;
100
- --textarea_height: 28px;
98
+ --textarea_font_size: var(--zd_font_size14);
99
+ --textarea_padding: var(--zd_size4) 0 var(--zd_size2);
100
+ --textarea_height: var(--zd_size28);
101
101
  --textarea_line_height: 19px;
102
102
  }
103
103
  .xmedium {
104
- --textarea_font_size: 13px;
105
- --textarea_padding: 4px 0 2px;
106
- --textarea_height: 25px;
104
+ --textarea_font_size: var(--zd_font_size13);
105
+ --textarea_padding: var(--zd_size4) 0 var(--zd_size2);
106
+ --textarea_height: var(--zd_size25);
107
107
  --textarea_line_height: 17px;
108
108
  }
109
109
  .small {
110
- --textarea_height: 30px;
111
- --textarea_padding: 2px 0;
110
+ --textarea_height: var(--zd_size30);
111
+ --textarea_padding: var(--zd_size2) 0;
112
112
  }
113
113
  .smallanimated:focus,
114
114
  .xsmallanimated:focus,
115
115
  .xmediumanimated:focus {
116
- --textarea_height: 70px;
116
+ --textarea_height: var(--zd_size70);
117
117
  }
118
118
  .medium {
119
- --textarea_height: 88px;
120
- --textarea_padding: 2px;
119
+ --textarea_height: var(--zd_size88);
120
+ --textarea_padding: var(--zd_size2);
121
121
  }
122
122
  .large {
123
- --textarea_height: 45px;
124
- --textarea_padding: 2px;
123
+ --textarea_height: var(--zd_size45);
124
+ --textarea_padding: var(--zd_size2);
125
125
  }
126
126
  .largeanimated:focus {
127
- --textarea_height: 220px;
127
+ --textarea_height: var(--zd_size220);
128
128
  }
129
129
  .xlarge {
130
- --textarea_height: 184px;
130
+ --textarea_height: var(--zd_size184);
131
131
  }
132
132
  .default {
133
133
  font-family: var(--zd_regular);
@@ -13,15 +13,15 @@
13
13
 
14
14
  .tooltipcont {
15
15
  color: var(--zdt_tooltip_default_text);
16
- font-size: 13px;
16
+ font-size: var(--zd_font_size13) ;
17
17
  font-family: var(--zd_semibold);
18
18
  word-break: break-word;
19
- max-width: 420px;
19
+ max-width: var(--zd_size420) ;
20
20
  line-height: var(--zd_size20);
21
- min-height: 24px;
21
+ min-height: var(--zd_size24) ;
22
22
  overflow: hidden;
23
23
  background-color: var(--zdt_tooltip_default_bg);
24
- padding: 0 10px;
24
+ padding: 0 var(--zd_size10) ;
25
25
  border-style: solid;
26
26
  border-color: transparent;
27
27
  border-radius: var(--zd_size4);
@@ -37,7 +37,7 @@
37
37
  .tooltiparrow {
38
38
  content: '';
39
39
  position: absolute;
40
- top: 0;
40
+ top: 0 ;
41
41
  border-top-left-radius: 3px;
42
42
  }
43
43
 
@@ -266,7 +266,7 @@
266
266
  }
267
267
 
268
268
  .slideUp {
269
- max-height: 0;
269
+ max-height: 0 ;
270
270
  }
271
271
 
272
272
  [dir=ltr] .slideUp {
@@ -284,22 +284,22 @@
284
284
  }
285
285
  @keyframes slideUp {
286
286
  100% {
287
- max-height: 100vh;
287
+ max-height: 100vh ;
288
288
  }
289
289
  }
290
290
  @-webkit-keyframes slideUp {
291
291
  100% {
292
- max-height: 100vh;
292
+ max-height: 100vh ;
293
293
  }
294
294
  }
295
295
  @-moz-keyframes slideUp {
296
296
  100% {
297
- max-height: 100vh;
297
+ max-height: 100vh ;
298
298
  }
299
299
  }
300
300
 
301
301
  .slideDown {
302
- max-height: 100vh;
302
+ max-height: 100vh ;
303
303
  }
304
304
 
305
305
  [dir=ltr] .slideDown {
@@ -317,17 +317,17 @@
317
317
  }
318
318
  @keyframes slideDown {
319
319
  100% {
320
- max-height: 0;
320
+ max-height: 0 ;
321
321
  }
322
322
  }
323
323
  @-webkit-keyframes slideDown {
324
324
  100% {
325
- max-height: 0;
325
+ max-height: 0 ;
326
326
  }
327
327
  }
328
328
  @-moz-keyframes slideDown {
329
329
  100% {
330
- max-height: 0;
330
+ max-height: 0 ;
331
331
  }
332
332
  }
333
333
 
@@ -1,8 +1,8 @@
1
1
  /*Avatar common Sizes*/
2
2
  .varClass {
3
3
  /* avatar size default variables */
4
- --avatar_width: 34px;
5
- --avatar_height: 34px;
4
+ --avatar_width: var(--zd_size34);
5
+ --avatar_height: var(--zd_size34);
6
6
  }
7
7
  .small,
8
8
  .xsmall,
@@ -16,34 +16,34 @@
16
16
  height: var(--avatar_height);
17
17
  }
18
18
  .small {
19
- --avatar_height: 22px;
20
- --avatar_width: 22px;
19
+ --avatar_height: var(--zd_size22);
20
+ --avatar_width: var(--zd_size22);
21
21
  }
22
22
  .xxsmall {
23
- --avatar_height: 18px;
24
- --avatar_width: 18px;
23
+ --avatar_height: var(--zd_size18);
24
+ --avatar_width: var(--zd_size18);
25
25
  }
26
26
  .xsmall {
27
- --avatar_height: 30px;
28
- --avatar_width: 30px;
27
+ --avatar_height: var(--zd_size30);
28
+ --avatar_width: var(--zd_size30);
29
29
  }
30
30
 
31
31
  .medium {
32
- --avatar_height: 34px;
33
- --avatar_width: 34px;
32
+ --avatar_height: var(--zd_size34);
33
+ --avatar_width: var(--zd_size34);
34
34
  }
35
35
 
36
36
  .xmedium {
37
- --avatar_height: 40px;
38
- --avatar_width: 40px;
37
+ --avatar_height: var(--zd_size40);
38
+ --avatar_width: var(--zd_size40);
39
39
  }
40
40
 
41
41
  .large {
42
- --avatar_height: 60px;
43
- --avatar_width: 60px;
42
+ --avatar_height: var(--zd_size60);
43
+ --avatar_width: var(--zd_size60);
44
44
  }
45
45
 
46
46
  .xlarge {
47
- --avatar_height: 80px;
48
- --avatar_width: 80px;
47
+ --avatar_height: var(--zd_size80);
48
+ --avatar_width: var(--zd_size80);
49
49
  }
@@ -3,11 +3,11 @@ a {
3
3
  }
4
4
 
5
5
  button {
6
- padding: 0;
6
+ padding: 0 ;
7
7
  }
8
8
 
9
9
  p, h1, h2, h3, h4, h5, h6 {
10
- margin: 0;
10
+ margin: 0 ;
11
11
  }
12
12
 
13
13
  iframe {
@@ -16,7 +16,7 @@ iframe {
16
16
 
17
17
  body {
18
18
  text-rendering: optimizeSpeed;
19
- margin: 0;
19
+ margin: 0 ;
20
20
  }
21
21
 
22
22
  body,
@@ -52,8 +52,8 @@
52
52
  .cboth::after {
53
53
  content: '.';
54
54
  display: block;
55
- font-size: 0;
56
- height: 0;
55
+ font-size: 0 ;
56
+ height: 0 ;
57
57
  line-height: 0;
58
58
  visibility: hidden;
59
59
  clear: both;
@@ -81,21 +81,21 @@
81
81
  .disabled::after,
82
82
  .readonly::after {
83
83
  position: absolute;
84
- top: 0;
85
- bottom: 0;
84
+ top: 0 ;
85
+ bottom: 0 ;
86
86
  z-index: 2;
87
87
  content: '';
88
88
  user-select: none;
89
89
  }
90
90
 
91
91
  [dir=ltr] .disable::after, [dir=ltr] .disabled::after, [dir=ltr] .readonly::after {
92
- left: 0;
93
- right: 0;
92
+ left: 0 ;
93
+ right: 0 ;
94
94
  }
95
95
 
96
96
  [dir=rtl] .disable::after, [dir=rtl] .disabled::after, [dir=rtl] .readonly::after {
97
- right: 0;
98
- left: 0;
97
+ right: 0 ;
98
+ left: 0 ;
99
99
  }
100
100
 
101
101
  .disabled, .readonly {
@@ -201,8 +201,8 @@
201
201
  -webkit-box-flex: 1;
202
202
  -ms-flex-positive: 1;
203
203
  flex-grow: 1;
204
- min-height: 0;
205
- min-width: 0;
204
+ min-height: 0 ;
205
+ min-width: 0 ;
206
206
  }
207
207
 
208
208
  .flexshrink {
@@ -213,7 +213,7 @@
213
213
  }
214
214
 
215
215
  .flexbasis {
216
- flex-basis: 0%;
216
+ flex-basis: 0% ;
217
217
  -webkit-flex-basis: 0%;
218
218
  -moz-flex-basis: 0%;
219
219
  -ms-flex-basis: 0%;
@@ -331,11 +331,11 @@
331
331
 
332
332
  /* --Width Props-- */
333
333
  .w100 {
334
- width: 100%;
334
+ width: 100% ;
335
335
  }
336
336
 
337
337
  .h100 {
338
- height: 100%;
338
+ height: 100% ;
339
339
  }
340
340
 
341
341
  .rounded {
@@ -378,15 +378,15 @@
378
378
  }
379
379
 
380
380
  .t50 {
381
- top: 50%;
381
+ top: 50% ;
382
382
  }
383
383
 
384
384
  [dir=ltr] .l50 {
385
- left: 50%;
385
+ left: 50% ;
386
386
  }
387
387
 
388
388
  [dir=rtl] .l50 {
389
- right: 50%;
389
+ right: 50% ;
390
390
  }
391
391
 
392
392
  [dir=ltr] .middle {
@@ -405,15 +405,15 @@
405
405
 
406
406
  .middleBoth {
407
407
  composes: middle;
408
- top: 50%;
408
+ top: 50% ;
409
409
  }
410
410
 
411
411
  [dir=ltr] .middleBoth {
412
- left: 50%;
412
+ left: 50% ;
413
413
  }
414
414
 
415
415
  [dir=rtl] .middleBoth {
416
- right: 50%;
416
+ right: 50% ;
417
417
  }
418
418
 
419
419
  .middleY {
@@ -466,7 +466,7 @@
466
466
  content: '';
467
467
  vertical-align: middle;
468
468
  display: inline-block;
469
- height: 100%;
469
+ height: 100% ;
470
470
  }
471
471
 
472
472
  .wbreak {
@@ -515,11 +515,11 @@
515
515
  }
516
516
 
517
517
  .fitContWidth {
518
- width: fit-content;
519
- width: -moz-fit-content;
518
+ width: fit-content ;
519
+ width: undefined ;
520
520
  }
521
521
 
522
522
  .fitContHeight {
523
- height: fit-content;
524
- height: -moz-fit-content;
523
+ height: fit-content ;
524
+ height: undefined ;
525
525
  }
@@ -40,8 +40,8 @@
40
40
  .scroll::-webkit-scrollbar-button,
41
41
  .scroll ::-webkit-scrollbar-button {
42
42
  display: none;
43
- width: 0;
44
- height: 0;
43
+ width: 0 ;
44
+ height: 0 ;
45
45
  }
46
46
  [dir=ltr] .scroll::-webkit-scrollbar-track:vertical, [dir=ltr] .scroll ::-webkit-scrollbar-track:vertical {
47
47
  border-left: 1px solid transparent;
@@ -5,7 +5,7 @@
5
5
  cursor: not-allowed;
6
6
  }
7
7
  .container {
8
- max-height: 120px;
8
+ max-height: var(--zd_size120) ;
9
9
  composes: oflowy from '../common/common.module.css';
10
10
  }
11
11
  .hasBorder {
@@ -41,37 +41,37 @@
41
41
  border-bottom-color: var(--zdt_advancedmultiselect_dark_active_border);
42
42
  }
43
43
  [dir=ltr] .container.medium {
44
- padding: 0 34px 7px 0;
44
+ padding: 0 var(--zd_size34) var(--zd_size7) 0 ;
45
45
  }
46
46
  [dir=rtl] .container.medium {
47
- padding: 0 0 7px 34px;
47
+ padding: 0 0 var(--zd_size7) var(--zd_size34) ;
48
48
  }
49
49
  .container.xmedium {
50
- min-height: 30px;
50
+ min-height: var(--zd_size30) ;
51
51
  }
52
52
  [dir=ltr] .container.xmedium {
53
- padding: 0 34px 1px 0;
53
+ padding: 0 var(--zd_size34) var(--zd_size1) 0 ;
54
54
  }
55
55
  [dir=rtl] .container.xmedium {
56
- padding: 0 0 1px 34px;
56
+ padding: 0 0 var(--zd_size1) var(--zd_size34) ;
57
57
  }
58
58
 
59
59
  .delete {
60
60
  position: absolute;
61
- bottom: 0;
61
+ bottom: 0 ;
62
62
  color: var(--zdt_advancedmultiselect_delete_text);
63
- padding-bottom: 10px;
63
+ padding-bottom: var(--zd_size10) ;
64
64
  cursor: pointer;
65
65
  background-color: var(--zdt_advancedmultiselect_delete_bg);
66
66
  border: 0;
67
67
  }
68
68
 
69
69
  [dir=ltr] .delete {
70
- right: 15px;
70
+ right: var(--zd_size15) ;
71
71
  }
72
72
 
73
73
  [dir=rtl] .delete {
74
- left: 15px;
74
+ left: var(--zd_size15) ;
75
75
  }
76
76
 
77
77
  .delete:hover {
@@ -91,25 +91,25 @@
91
91
  }
92
92
 
93
93
  .small {
94
- max-height: 200px;
94
+ max-height: var(--zd_size200) ;
95
95
  }
96
96
 
97
97
  .medium {
98
- max-height: 350px;
98
+ max-height: var(--zd_size350) ;
99
99
  }
100
100
 
101
101
  .large {
102
- max-height: 400px;
102
+ max-height: var(--zd_size400) ;
103
103
  }
104
104
 
105
105
  .dropContainer {
106
106
  display: inline-block;
107
- max-width: 100%;
108
- margin-bottom: 5px;
107
+ max-width: 100% ;
108
+ margin-bottom: var(--zd_size5) ;
109
109
  }
110
110
 
111
111
  .dropPopup {
112
- font-size: 13px;
112
+ font-size: var(--zd_font_size13) ;
113
113
  }
114
114
 
115
115
  .dropPopup :global .toggleDropIcon {
@@ -117,11 +117,11 @@
117
117
  }
118
118
 
119
119
  .more {
120
- font-size: 14px;
120
+ font-size: var(--zd_font_size14) ;
121
121
  color: var(--zdt_advancedmultiselect_more_text);
122
122
  font-family: inherit;
123
123
  cursor: pointer;
124
- margin-top: 5px;
124
+ margin-top: var(--zd_size5) ;
125
125
  background-color: var(--zdt_advancedmultiselect_delete_bg);
126
126
  border: 0;
127
127
  }
@@ -4,6 +4,6 @@
4
4
  color: inherit;
5
5
  border: inherit;
6
6
  background-color: inherit;
7
- padding: 0;
7
+ padding: 0 ;
8
8
  text-align: inherit;
9
9
  }
@@ -12,7 +12,7 @@
12
12
  font-family: var(--zd_regular);
13
13
  }
14
14
  .tooltip {
15
- height: 0;
16
- font-size: 0;
15
+ height: 0 ;
16
+ font-size: 0 ;
17
17
  /* contain:strict */
18
18
  }
@@ -1,7 +1,7 @@
1
1
  .varClass {
2
2
  /* avatar default variables */
3
3
  --avatar_text_color: var(--zdt_avatar_default_text);
4
- --avatar_font_size: 14px;
4
+ --avatar_font_size: var(--zd_font_size14);
5
5
  --avatar_bg_color: var(--zdt_avatar_default_bg);
6
6
  --avatar_border_radius: 50%;
7
7
  --avatar_border_width: 0;
@@ -37,19 +37,19 @@
37
37
 
38
38
  .shadow {
39
39
  position: absolute;
40
- height: 100%;
41
- width: 100%;
42
- top: 0;
40
+ height: 100% ;
41
+ width: 100% ;
42
+ top: 0 ;
43
43
  pointer-events: none;
44
44
  border-radius: var(--avatar_border_radius);
45
45
  }
46
46
 
47
47
  [dir=ltr] .shadow {
48
- left: 0;
48
+ left: 0 ;
49
49
  }
50
50
 
51
51
  [dir=rtl] .shadow {
52
- right: 0;
52
+ right: 0 ;
53
53
  }
54
54
 
55
55
  .shadow.black {
@@ -69,20 +69,20 @@
69
69
  }
70
70
 
71
71
  .image {
72
- width: 100%;
73
- height: 100%;
72
+ width: 100% ;
73
+ height: 100% ;
74
74
  position: absolute;
75
- top: 0;
75
+ top: 0 ;
76
76
  z-index: 0;
77
77
  border-radius: var(--avatar_border_radius);
78
78
  }
79
79
 
80
80
  [dir=ltr] .image {
81
- left: 0;
81
+ left: 0 ;
82
82
  }
83
83
 
84
84
  [dir=rtl] .image {
85
- right: 0;
85
+ right: 0 ;
86
86
  }
87
87
 
88
88
  .animate {
@@ -141,31 +141,31 @@
141
141
  }
142
142
 
143
143
  .xxsmall {
144
- --avatar_font_size: 8px;
144
+ --avatar_font_size: var(--zd_font_size8);
145
145
  }
146
146
 
147
147
  .small {
148
- --avatar_font_size: 9px;
148
+ --avatar_font_size: var(--zd_font_size9);
149
149
  }
150
150
 
151
151
  .xsmall {
152
- --avatar_font_size: 12px;
152
+ --avatar_font_size: var(--zd_font_size12);
153
153
  }
154
154
 
155
155
  .medium {
156
- --avatar_font_size: 14px;
156
+ --avatar_font_size: var(--zd_font_size14);
157
157
  }
158
158
 
159
159
  .xmedium {
160
- --avatar_font_size: 14px;
160
+ --avatar_font_size: var(--zd_font_size14);
161
161
  }
162
162
 
163
163
  .large {
164
- --avatar_font_size: 18px;
164
+ --avatar_font_size: var(--zd_font_size18);
165
165
  }
166
166
 
167
167
  .xlarge {
168
- --avatar_font_size: 28px;
168
+ --avatar_font_size: var(--zd_font_size28);
169
169
  }
170
170
 
171
171
  .white {