@zohodesk/components 1.0.0-temp-191 → 1.0.0-temp-193

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 (182) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +4 -0
  3. package/assets/Appearance/dark/mode/Component_DarkMode.module.css +29 -2
  4. package/assets/Appearance/light/mode/Component_LightMode.module.css +29 -2
  5. package/assets/Appearance/pureDark/mode/Component_PureDarkMode.module.css +29 -2
  6. package/es/AppContainer/AppContainer.js +9 -10
  7. package/es/AppContainer/AppContainer.module.css +2 -2
  8. package/es/Avatar/Avatar.js +5 -4
  9. package/es/Avatar/Avatar.module.css +44 -26
  10. package/es/AvatarTeam/AvatarTeam.js +7 -7
  11. package/es/AvatarTeam/AvatarTeam.module.css +62 -74
  12. package/es/Button/Button.js +6 -5
  13. package/es/Button/css/Button.module.css +156 -100
  14. package/es/Buttongroup/Buttongroup.module.css +50 -17
  15. package/es/CheckBox/CheckBox.js +8 -8
  16. package/es/CheckBox/CheckBox.module.css +35 -60
  17. package/es/DateTime/DateTime.js +8 -2
  18. package/es/DateTime/DateTime.module.css +85 -57
  19. package/es/DateTime/DateWidget.js +14 -3
  20. package/es/DateTime/DateWidget.module.css +11 -7
  21. package/es/DateTime/Time.js +30 -13
  22. package/es/DateTime/YearView.module.css +34 -21
  23. package/es/DateTime/props/defaultProps.js +4 -2
  24. package/es/DateTime/props/propTypes.js +6 -3
  25. package/es/DropBox/DropBox.js +11 -10
  26. package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +100 -81
  27. package/es/DropBox/css/DropBox.module.css +23 -6
  28. package/es/DropDown/DropDown.js +1 -2
  29. package/es/DropDown/DropDown.module.css +2 -2
  30. package/es/DropDown/DropDownHeading.module.css +15 -15
  31. package/es/DropDown/DropDownItem.module.css +40 -22
  32. package/es/DropDown/DropDownSearch.module.css +3 -3
  33. package/es/DropDown/DropDownSeparator.module.css +2 -2
  34. package/es/Heading/Heading.module.css +2 -2
  35. package/es/Label/Label.module.css +11 -23
  36. package/es/Label/LabelColors.module.css +1 -7
  37. package/es/Layout/Layout.module.css +15 -15
  38. package/es/ListItem/ListContainer.js +5 -6
  39. package/es/ListItem/ListItem.js +5 -4
  40. package/es/ListItem/ListItem.module.css +80 -98
  41. package/es/ListItem/ListItemWithAvatar.js +5 -4
  42. package/es/ListItem/ListItemWithCheckBox.js +5 -4
  43. package/es/ListItem/ListItemWithIcon.js +5 -4
  44. package/es/ListItem/ListItemWithRadio.js +5 -4
  45. package/es/Modal/Modal.js +5 -4
  46. package/es/MultiSelect/AdvancedMultiSelect.js +9 -8
  47. package/es/MultiSelect/MobileHeader/MobileHeader.module.css +16 -19
  48. package/es/MultiSelect/MultiSelect.module.css +55 -69
  49. package/es/MultiSelect/MultiSelectWithAvatar.js +5 -4
  50. package/es/MultiSelect/SelectedOptions.js +8 -6
  51. package/es/MultiSelect/SelectedOptions.module.css +11 -5
  52. package/es/MultiSelect/Suggestions.js +8 -6
  53. package/es/MultiSelect/props/defaultProps.js +4 -2
  54. package/es/PopOver/PopOver.module.css +2 -2
  55. package/es/Popup/Popup.js +4 -3
  56. package/es/Radio/Radio.js +8 -8
  57. package/es/Radio/Radio.module.css +22 -37
  58. package/es/ResponsiveDropBox/ResponsiveDropBox.js +4 -2
  59. package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +2 -2
  60. package/es/Ribbon/Ribbon.module.css +143 -64
  61. package/es/RippleEffect/RippleEffect.module.css +9 -27
  62. package/es/Select/Select.js +5 -4
  63. package/es/Select/Select.module.css +33 -22
  64. package/es/Stencils/Stencils.module.css +32 -14
  65. package/es/Switch/Switch.js +8 -8
  66. package/es/Switch/Switch.module.css +30 -35
  67. package/es/Tab/Tab.js +5 -4
  68. package/es/Tab/Tab.module.css +28 -39
  69. package/es/Tab/TabContentWrapper.js +5 -4
  70. package/es/Tab/TabWrapper.js +4 -2
  71. package/es/Tab/Tabs.js +16 -16
  72. package/es/Tab/Tabs.module.css +51 -29
  73. package/es/Tag/Tag.module.css +60 -91
  74. package/es/TextBox/TextBox.js +5 -5
  75. package/es/TextBox/TextBox.module.css +19 -23
  76. package/es/TextBoxIcon/TextBoxIcon.js +4 -2
  77. package/es/TextBoxIcon/TextBoxIcon.module.css +15 -8
  78. package/es/Textarea/Textarea.js +6 -4
  79. package/es/Textarea/Textarea.module.css +30 -60
  80. package/es/Tooltip/Tooltip.module.css +12 -13
  81. package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +5 -4
  82. package/es/common/animation.module.css +227 -29
  83. package/es/common/avatarsizes.module.css +16 -16
  84. package/es/common/basicReset.module.css +5 -15
  85. package/es/common/common.module.css +82 -36
  86. package/es/common/customscroll.module.css +33 -12
  87. package/es/common/transition.module.css +50 -10
  88. package/es/deprecated/PortalLayer/PortalLayer.js +6 -8
  89. package/es/semantic/Button/semanticButton.module.css +3 -3
  90. package/es/v1/AppContainer/AppContainer.js +9 -10
  91. package/es/v1/Avatar/Avatar.js +5 -4
  92. package/es/v1/AvatarTeam/AvatarTeam.js +7 -7
  93. package/es/v1/Button/Button.js +6 -5
  94. package/es/v1/CheckBox/CheckBox.js +8 -8
  95. package/es/v1/DropBox/DropBox.js +11 -10
  96. package/es/v1/DropDown/DropDown.js +1 -2
  97. package/es/v1/ListItem/ListContainer.js +5 -6
  98. package/es/v1/ListItem/ListItem.js +5 -4
  99. package/es/v1/ListItem/ListItemWithAvatar.js +5 -4
  100. package/es/v1/ListItem/ListItemWithCheckBox.js +5 -4
  101. package/es/v1/ListItem/ListItemWithIcon.js +5 -4
  102. package/es/v1/ListItem/ListItemWithRadio.js +5 -4
  103. package/es/v1/Modal/Modal.js +5 -4
  104. package/es/v1/MultiSelect/AdvancedMultiSelect.js +9 -8
  105. package/es/v1/MultiSelect/MultiSelectWithAvatar.js +5 -4
  106. package/es/v1/MultiSelect/SelectedOptions.js +8 -6
  107. package/es/v1/MultiSelect/Suggestions.js +8 -6
  108. package/es/v1/MultiSelect/props/defaultProps.js +4 -2
  109. package/es/v1/Popup/Popup.js +4 -3
  110. package/es/v1/Radio/Radio.js +8 -8
  111. package/es/v1/ResponsiveDropBox/ResponsiveDropBox.js +4 -2
  112. package/es/v1/Select/Select.js +5 -4
  113. package/es/v1/Switch/Switch.js +8 -8
  114. package/es/v1/Tab/Tab.js +5 -4
  115. package/es/v1/Tab/TabContentWrapper.js +5 -4
  116. package/es/v1/Tab/TabWrapper.js +4 -2
  117. package/es/v1/Tab/Tabs.js +16 -16
  118. package/es/v1/Tab/v1Tab.module.css +28 -39
  119. package/es/v1/Tab/v1Tabs.module.css +51 -29
  120. package/es/v1/TextBox/TextBox.js +5 -5
  121. package/es/v1/TextBoxIcon/TextBoxIcon.js +4 -2
  122. package/es/v1/Textarea/Textarea.js +6 -4
  123. package/es/v1/Typography/css/Typography.module.css +39 -33
  124. package/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +5 -4
  125. package/lib/AppContainer/AppContainer.module.css +2 -2
  126. package/lib/Avatar/Avatar.module.css +44 -26
  127. package/lib/AvatarTeam/AvatarTeam.module.css +62 -74
  128. package/lib/Button/css/Button.module.css +156 -100
  129. package/lib/Buttongroup/Buttongroup.module.css +50 -17
  130. package/lib/CheckBox/CheckBox.module.css +35 -60
  131. package/lib/DateTime/DateTime.js +13 -2
  132. package/lib/DateTime/DateTime.module.css +85 -57
  133. package/lib/DateTime/DateWidget.js +19 -3
  134. package/lib/DateTime/DateWidget.module.css +11 -7
  135. package/lib/DateTime/Time.js +35 -13
  136. package/lib/DateTime/YearView.module.css +34 -21
  137. package/lib/DateTime/props/defaultProps.js +4 -2
  138. package/lib/DateTime/props/propTypes.js +6 -3
  139. package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +100 -81
  140. package/lib/DropBox/css/DropBox.module.css +23 -6
  141. package/lib/DropDown/DropDown.module.css +2 -2
  142. package/lib/DropDown/DropDownHeading.module.css +15 -15
  143. package/lib/DropDown/DropDownItem.module.css +40 -22
  144. package/lib/DropDown/DropDownSearch.module.css +3 -3
  145. package/lib/DropDown/DropDownSeparator.module.css +2 -2
  146. package/lib/Heading/Heading.module.css +2 -2
  147. package/lib/Label/Label.module.css +11 -23
  148. package/lib/Label/LabelColors.module.css +1 -7
  149. package/lib/Layout/Layout.module.css +15 -15
  150. package/lib/ListItem/ListItem.module.css +80 -98
  151. package/lib/MultiSelect/MobileHeader/MobileHeader.module.css +16 -19
  152. package/lib/MultiSelect/MultiSelect.module.css +55 -69
  153. package/lib/MultiSelect/SelectedOptions.module.css +11 -5
  154. package/lib/MultiSelect/props/defaultProps.js +4 -2
  155. package/lib/PopOver/PopOver.module.css +2 -2
  156. package/lib/Radio/Radio.module.css +22 -37
  157. package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +2 -2
  158. package/lib/Ribbon/Ribbon.module.css +143 -64
  159. package/lib/RippleEffect/RippleEffect.module.css +9 -27
  160. package/lib/Select/Select.module.css +33 -22
  161. package/lib/Stencils/Stencils.module.css +32 -14
  162. package/lib/Switch/Switch.module.css +30 -35
  163. package/lib/Tab/Tab.module.css +28 -39
  164. package/lib/Tab/Tabs.module.css +51 -29
  165. package/lib/Tag/Tag.module.css +60 -91
  166. package/lib/TextBox/TextBox.module.css +19 -23
  167. package/lib/TextBoxIcon/TextBoxIcon.module.css +15 -8
  168. package/lib/Textarea/Textarea.module.css +30 -60
  169. package/lib/Tooltip/Tooltip.module.css +12 -13
  170. package/lib/common/animation.module.css +227 -29
  171. package/lib/common/avatarsizes.module.css +16 -16
  172. package/lib/common/basicReset.module.css +5 -15
  173. package/lib/common/common.module.css +82 -36
  174. package/lib/common/customscroll.module.css +33 -12
  175. package/lib/common/transition.module.css +50 -10
  176. package/lib/semantic/Button/semanticButton.module.css +3 -3
  177. package/lib/v1/MultiSelect/props/defaultProps.js +4 -2
  178. package/lib/v1/Tab/v1Tab.module.css +28 -39
  179. package/lib/v1/Tab/v1Tabs.module.css +51 -29
  180. package/lib/v1/Typography/css/Typography.module.css +39 -33
  181. package/package.json +3 -3
  182. package/result.json +1 -0
@@ -1,3 +1,5 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React, { useContext } from 'react';
2
4
  import { defaultProps } from './props/defaultProps';
3
5
  import { propTypes } from './props/propTypes';
@@ -79,15 +81,14 @@ export default function VelocityAnimationGroup(props) {
79
81
  delay: exitDelay ? exitDelay : 0,
80
82
  display: 'none'
81
83
  };
82
- return /*#__PURE__*/React.createElement(VelocityTransitionGroup, {
84
+ return /*#__PURE__*/React.createElement(VelocityTransitionGroup, _extends({
83
85
  enter: enterAnimation,
84
86
  leave: exitAnimation,
85
87
  component: component && component,
86
88
  runOnMount: runOnMount,
87
89
  enterHideStyle: enterHideStyle,
88
- enterShowStyle: enterShowStyle,
89
- ...childProps
90
- }, isActive ? children : null);
90
+ enterShowStyle: enterShowStyle
91
+ }, childProps), isActive ? children : null);
91
92
  }
92
93
  VelocityAnimationGroup.defaultProps = { ...defaultProps,
93
94
  component: React.Fragment
@@ -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,8 +1,8 @@
1
1
  .varClass {
2
2
  /* avatar default variables */
3
- --avatar_text_color: var(--zdt_base_color);
4
- --avatar_font_size: 14px;
5
- --avatar_bg_color: var(--zdt_base_bg);
3
+ --avatar_text_color: var(--zdt_avatar_default_text);
4
+ --avatar_font_size: var(--zd_font_size14);
5
+ --avatar_bg_color: var(--zdt_avatar_default_bg);
6
6
  --avatar_border_radius: 50%;
7
7
  --avatar_border_width: 0;
8
8
  --avatar_border_style: solid;
@@ -18,35 +18,40 @@
18
18
  composes: dInflex alignVertical alignHorizontal from '../common/common.module.css';
19
19
  vertical-align: middle;
20
20
  font-size: var(--avatar_font_size);
21
+ color: var(--avatar_text_color);
21
22
  border-width: var(--avatar_border_width);
22
23
  border-style: var(--avatar_border_style);
23
- color: var(--avatar_text_color);
24
24
  }
25
25
 
26
26
  .border {
27
27
  border-color: var(--avatar_border_color);
28
28
  }
29
29
 
30
- .borderOnHover:hover,
31
- .borderOnActive {
30
+ .borderOnHover:hover, .borderOnActive {
32
31
  border-color: var(--avatar_border_hoverColor);
33
32
  }
34
33
 
35
- .avatar,
36
- .primary {
34
+ .avatar, .primary {
37
35
  background-color: var(--avatar_bg_color);
38
36
  }
39
37
 
40
38
  .shadow {
41
39
  position: absolute;
42
- height: 100%;
43
- width: 100%;
44
- top: 0;
45
- left: 0;
40
+ height: 100% ;
41
+ width: 100% ;
42
+ top: 0 ;
46
43
  pointer-events: none;
47
44
  border-radius: var(--avatar_border_radius);
48
45
  }
49
46
 
47
+ [dir=ltr] .shadow {
48
+ left: 0 ;
49
+ }
50
+
51
+ [dir=rtl] .shadow {
52
+ right: 0 ;
53
+ }
54
+
50
55
  .shadow.black {
51
56
  box-shadow: var(--zd_bs_avatar_black);
52
57
  }
@@ -55,8 +60,7 @@
55
60
  box-shadow: var(--zd_bs_avatar_white);
56
61
  }
57
62
 
58
- .avatar,
59
- .circle {
63
+ .avatar, .circle {
60
64
  border-radius: var(--avatar_border_radius);
61
65
  }
62
66
 
@@ -65,17 +69,31 @@
65
69
  }
66
70
 
67
71
  .image {
68
- border-radius: var(--avatar_border_radius);
69
- width: 100%;
70
- height: 100%;
72
+ width: 100% ;
73
+ height: 100% ;
71
74
  position: absolute;
72
- top: 0;
73
- left: 0;
75
+ top: 0 ;
74
76
  z-index: 0;
77
+ border-radius: var(--avatar_border_radius);
78
+ }
79
+
80
+ [dir=ltr] .image {
81
+ left: 0 ;
82
+ }
83
+
84
+ [dir=rtl] .image {
85
+ right: 0 ;
75
86
  }
76
87
 
77
88
  .animate {
78
89
  composes: fadeIn modeForward from './../common/animation.module.css';
90
+ }
91
+
92
+ [dir=ltr] .animate {
93
+ animation-duration: var(--zd_transition2);
94
+ }
95
+
96
+ [dir=rtl] .animate {
79
97
  animation-duration: var(--zd_transition2);
80
98
  }
81
99
 
@@ -123,31 +141,31 @@
123
141
  }
124
142
 
125
143
  .xxsmall {
126
- --avatar_font_size: 8px;
144
+ --avatar_font_size: var(--zd_font_size8);
127
145
  }
128
146
 
129
147
  .small {
130
- --avatar_font_size: 9px;
148
+ --avatar_font_size: var(--zd_font_size9);
131
149
  }
132
150
 
133
151
  .xsmall {
134
- --avatar_font_size: 12px;
152
+ --avatar_font_size: var(--zd_font_size12);
135
153
  }
136
154
 
137
155
  .medium {
138
- --avatar_font_size: 14px;
156
+ --avatar_font_size: var(--zd_font_size14);
139
157
  }
140
158
 
141
159
  .xmedium {
142
- --avatar_font_size: 14px;
160
+ --avatar_font_size: var(--zd_font_size14);
143
161
  }
144
162
 
145
163
  .large {
146
- --avatar_font_size: 18px;
164
+ --avatar_font_size: var(--zd_font_size18);
147
165
  }
148
166
 
149
167
  .xlarge {
150
- --avatar_font_size: 28px;
168
+ --avatar_font_size: var(--zd_font_size28);
151
169
  }
152
170
 
153
171
  .white {
@@ -6,196 +6,184 @@
6
6
  --avatarteam_outline_width: 1px;
7
7
  --avatarteam_outline_style: solid;
8
8
  --avatarteam_outline_color: var(--zdt_avatarteam_innerCircle);
9
- --avatarteam_bg_color: var(--zdt_base_bg);
10
- --avatarteam_width: 5px;
11
- --avatarteam_height: 5px;
9
+ --avatarteam_bg_color: var(--zdt_avatarteam_default_bg);
10
+ --avatarteam_width: var(--zd_size5);
11
+ --avatarteam_height: var(--zd_size5);
12
12
  --avatarteam_border_radius: 50%;
13
13
  --avatarteam_bottom_top: initial;
14
14
  --avatarteam_bottom_left: initial;
15
15
  --avatarteam_bottom_right: initial;
16
- --avatarteam_top_top: 1px;
16
+ --avatarteam_top_top: var(--zd_size1);
17
17
  }
18
-
19
18
  .container {
20
19
  position: relative;
21
20
  display: inline-block;
22
- font-size: 0;
21
+ font-size: 0 ;
23
22
  vertical-align: middle;
24
23
  }
25
-
26
24
  .team {
27
25
  composes: varClass;
28
26
  composes: posab from '../common/common.module.css';
29
- transform: translate(-50%, -50%);
30
- left: 50%;
31
27
  top: var(--avatarteam_top_top);
32
- border-width: var(--avatarteam_border_width);
33
- border-style: var(--avatarteam_border_style);
34
- border-color: var(--avatarteam_border_color);
35
- background-color: var(--avatarteam_bg_color);
36
28
  width: var(--avatarteam_width);
37
29
  height: var(--avatarteam_height);
38
- border-radius: var(--avatarteam_border_radius);
39
30
  outline-width: var(--avatarteam_outline_width);
40
31
  outline-style: var(--avatarteam_outline_style);
41
32
  outline-color: var(--avatarteam_outline_color);
33
+ border-width: var(--avatarteam_border_width);
34
+ border-style: var(--avatarteam_border_style);
35
+ border-color: var(--avatarteam_border_color);
36
+ background-color: var(--avatarteam_bg_color);
37
+ border-radius: var(--avatarteam_border_radius);
38
+ }
39
+ [dir=ltr] .team {
40
+ transform: translate(-50%, -50%);
41
+ left: 50% ;
42
+ }
43
+ [dir=rtl] .team {
44
+ transform: translate(50%, -50%);
45
+ right: 50% ;
42
46
  }
43
-
44
47
  .nofill {
45
48
  --avatarteam_border_color: var(--zdt_avatarteam_nofill_hover_border);
46
49
  }
47
-
48
50
  .primaryFilled,
49
51
  .infoFilled {
50
52
  --avatarteam_bg_color: var(--zdt_avatarteam_primary_hover_bg);
51
53
  }
52
-
53
54
  .secondaryFilled {
54
- --avatarteam_bg_color: var(--zdt_base_bg);
55
+ --avatarteam_bg_color: var(--zdt_avatarteam_secondary_bg);
55
56
  }
56
-
57
57
  .borderOnHover:hover .nofill,
58
58
  .borderOnActive .nofill {
59
- --avatarteam_border_color: var(--zdt_avatarteam_nofill_hover_border);
59
+ --avatarteam_border_color : var(--zdt_avatarteam_nofill_hover_border);
60
60
  }
61
-
62
61
  .borderOnHover:hover .primaryFilled,
63
62
  .borderOnActive .primaryFilled,
64
63
  .borderOnHover:hover .infoFilled,
65
64
  .borderOnActive .infoFilled {
66
65
  --avatarteam_bg_color: var(--zdt_avatarteam_primary_hover_bg);
67
66
  }
68
-
69
67
  .team:after,
70
68
  .team:before {
71
69
  position: absolute;
72
70
  content: '';
71
+ height: inherit ;
72
+ width: inherit ;
73
+ top: var(--avatarteam_bottom_top);
74
+ outline-width: var(--avatarteam_outline_width);
75
+ outline-style: var(--avatarteam_outline_style);
76
+ outline-color: var( --avatarteam_outline_color);
77
+ }
78
+ .team:after, .team:before {
73
79
  border: inherit;
74
80
  background-color: inherit;
75
81
  border-radius: inherit;
76
- height: inherit;
77
- width: inherit;
78
82
  box-shadow: inherit;
79
- top: var(--avatarteam_bottom_top);
83
+ }
84
+ [dir=ltr] .team:after, [dir=ltr] .team:before {
80
85
  left: var(--avatarteam_bottom_left);
81
86
  right: var(--avatarteam_bottom_right);
82
- outline-width: var(--avatarteam_outline_width);
83
- outline-style: var(--avatarteam_outline_style);
84
- outline-color: var(--avatarteam_outline_color);
85
87
  }
86
-
88
+ [dir=rtl] .team:after, [dir=rtl] .team:before {
89
+ right: var(--avatarteam_bottom_left);
90
+ left: var(--avatarteam_bottom_right);
91
+ }
87
92
  .smallteam,
88
93
  .xsmallteam,
89
94
  .xxsmallteam {
90
- --avatarteam_height: 3px;
91
- --avatarteam_width: 3px;
95
+ --avatarteam_height: var(--zd_size3);
96
+ --avatarteam_width: var(--zd_size3);
92
97
  }
93
-
94
98
  .mediumteam,
95
99
  .xmediumteam {
96
- --avatarteam_height: 5px;
97
- --avatarteam_width: 5px;
100
+ --avatarteam_height: var(--zd_size5);
101
+ --avatarteam_width: var(--zd_size5);
98
102
  }
99
-
100
103
  .largeteam,
101
104
  .xlargeteam {
102
- --avatarteam_height: 7px;
103
- --avatarteam_width: 7px;
105
+ --avatarteam_height: var(--zd_size7);
106
+ --avatarteam_width: var(--zd_size7);
104
107
  }
105
108
 
106
109
  .xxsmallteam {
107
110
  /* Variable:Ignore */
108
111
  --avatarteam_top_top: 0px;
109
112
  }
110
-
111
113
  .xxsmallteam::after,
112
114
  .xxsmallteam:before {
113
- --avatarteam_bottom_top: 13px;
115
+ --avatarteam_bottom_top: var(--zd_size13);
114
116
  }
115
-
116
117
  .xxsmallteam:after {
117
- --avatarteam_bottom_left: -8px;
118
+ --avatarteam_bottom_left: calc( var(--zd_size8) * -1 );
118
119
  }
119
-
120
120
  .xxsmallteam:before {
121
- --avatarteam_bottom_right: -8px;
121
+ --avatarteam_bottom_right: calc( var(--zd_size8) * -1 );
122
122
  }
123
123
 
124
124
 
125
125
  .smallteam::after,
126
126
  .smallteam:before {
127
- --avatarteam_bottom_top: 17px;
127
+ --avatarteam_bottom_top: var(--zd_size17);
128
128
  }
129
-
130
129
  .smallteam:after {
131
- --avatarteam_bottom_left: -8px;
130
+ --avatarteam_bottom_left: calc( var(--zd_size8) * -1 );
132
131
  }
133
-
134
132
  .smallteam:before {
135
- --avatarteam_bottom_right: -8px;
133
+ --avatarteam_bottom_right: calc( var(--zd_size8) * -1 );
136
134
  }
137
135
 
138
136
  .xsmallteam::after,
139
137
  .xsmallteam:before {
140
- --avatarteam_bottom_top: 24px;
138
+ --avatarteam_bottom_top: var(--zd_size24);
141
139
  }
142
-
143
140
  .xsmallteam:after {
144
- --avatarteam_bottom_left: -10px;
141
+ --avatarteam_bottom_left: calc( var(--zd_size10) * -1 );
145
142
  }
146
-
147
143
  .xsmallteam:before {
148
- --avatarteam_bottom_right: -10px;
144
+ --avatarteam_bottom_right: calc( var(--zd_size10) * -1 );
149
145
  }
150
146
 
151
147
  .mediumteam::after,
152
148
  .mediumteam:before {
153
- --avatarteam_bottom_top: 26px;
149
+ --avatarteam_bottom_top: var(--zd_size26);
154
150
  }
155
-
156
151
  .mediumteam:after {
157
- --avatarteam_bottom_left: -13px;
152
+ --avatarteam_bottom_left: calc( var(--zd_size13) * -1 );
158
153
  }
159
-
160
154
  .mediumteam:before {
161
- --avatarteam_bottom_right: -13px;
155
+ --avatarteam_bottom_right: calc( var(--zd_size13) * -1 );
162
156
  }
163
157
 
164
158
  .xmediumteam::after,
165
159
  .xmediumteam:before {
166
- --avatarteam_bottom_top: 30px;
160
+ --avatarteam_bottom_top: var(--zd_size30);
167
161
  }
168
-
169
162
  .xmediumteam:after {
170
- --avatarteam_bottom_left: -16px;
163
+ --avatarteam_bottom_left: calc( var(--zd_size16) * -1 );
171
164
  }
172
-
173
165
  .xmediumteam:before {
174
- --avatarteam_bottom_right: -16px;
166
+ --avatarteam_bottom_right: calc( var(--zd_size16) * -1 );
175
167
  }
176
168
 
177
169
  .largeteam::after,
178
170
  .largeteam:before {
179
- --avatarteam_bottom_top: 46px;
171
+ --avatarteam_bottom_top: var(--zd_size46);
180
172
  }
181
-
182
173
  .largeteam:after {
183
- --avatarteam_bottom_left: -24px;
174
+ --avatarteam_bottom_left: calc( var(--zd_size24) * -1 );
184
175
  }
185
-
186
176
  .largeteam:before {
187
- --avatarteam_bottom_right: -24px;
177
+ --avatarteam_bottom_right: calc( var(--zd_size24) * -1 );
188
178
  }
189
179
 
190
180
  .xlargeteam::after,
191
181
  .xlargeteam:before {
192
- --avatarteam_bottom_top: 65px;
182
+ --avatarteam_bottom_top: var(--zd_size65);
193
183
  }
194
-
195
184
  .xlargeteam:after {
196
- --avatarteam_bottom_left: -29px;
185
+ --avatarteam_bottom_left: calc( var(--zd_size29) * -1 );
197
186
  }
198
-
199
187
  .xlargeteam:before {
200
- --avatarteam_bottom_right: -29px;
201
- }
188
+ --avatarteam_bottom_right: calc( var(--zd_size29) * -1 );
189
+ }