@zohodesk/components 1.0.0-temp-180 → 1.0.0-temp-181

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 (305) hide show
  1. package/.cli/PropLessFiles.html +1 -1
  2. package/.cli/PropUnificationExcludeFilesArray.js +230 -230
  3. package/.cli/PropValidationExcludeFilesArray.js +1 -1
  4. package/.cli/propValidation_report.html +1 -1
  5. package/README.md +1363 -1363
  6. package/css_error.log +1 -1
  7. package/es/AppContainer/AppContainer.module.css +18 -18
  8. package/es/Avatar/Avatar.js +10 -11
  9. package/es/Avatar/Avatar.module.css +187 -187
  10. package/es/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -591
  11. package/es/AvatarTeam/AvatarTeam.js +7 -7
  12. package/es/AvatarTeam/AvatarTeam.module.css +191 -191
  13. package/es/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +704 -705
  14. package/es/Button/Button.js +4 -4
  15. package/es/Button/__tests__/__snapshots__/Button.spec.js.snap +440 -440
  16. package/es/Button/css/Button.module.css +533 -533
  17. package/es/Buttongroup/Buttongroup.js +1 -1
  18. package/es/Buttongroup/Buttongroup.module.css +107 -106
  19. package/es/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
  20. package/es/Card/Card.js +4 -4
  21. package/es/Card/Card.module.css +20 -20
  22. package/es/CheckBox/CheckBox.js +0 -0
  23. package/es/CheckBox/CheckBox.module.css +159 -159
  24. package/es/DateTime/CalendarView.js +0 -0
  25. package/es/DateTime/DateTime.js +0 -0
  26. package/es/DateTime/DateTime.module.css +249 -249
  27. package/es/DateTime/DateWidget.js +0 -0
  28. package/es/DateTime/DateWidget.module.css +38 -38
  29. package/es/DateTime/YearView.js +0 -0
  30. package/es/DateTime/YearView.module.css +98 -98
  31. package/es/DateTime/common.js +0 -0
  32. package/es/DateTime/index.js +0 -0
  33. package/es/DateTime/objectUtils.js +0 -0
  34. package/es/DateTime/typeChecker.js +0 -0
  35. package/es/DateTime/validator.js +0 -0
  36. package/es/DropBox/DropBox.js +0 -0
  37. package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +441 -438
  38. package/es/DropBox/DropBoxPositionMapping.json +144 -144
  39. package/es/DropBox/css/DropBox.module.css +59 -59
  40. package/es/DropDown/DropDown.js +0 -0
  41. package/es/DropDown/DropDown.module.css +5 -5
  42. package/es/DropDown/DropDownHeading.js +0 -0
  43. package/es/DropDown/DropDownHeading.module.css +59 -59
  44. package/es/DropDown/DropDownItem.js +0 -0
  45. package/es/DropDown/DropDownItem.module.css +97 -97
  46. package/es/DropDown/DropDownSearch.js +0 -0
  47. package/es/DropDown/DropDownSearch.module.css +14 -14
  48. package/es/DropDown/DropDownSeparator.js +0 -0
  49. package/es/DropDown/DropDownSeparator.module.css +7 -7
  50. package/es/Heading/Heading.module.css +4 -4
  51. package/es/Label/Label.js +2 -2
  52. package/es/Label/Label.module.css +53 -53
  53. package/es/Label/LabelColors.module.css +20 -20
  54. package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -312
  55. package/es/Layout/Box.js +0 -0
  56. package/es/Layout/Container.js +0 -0
  57. package/es/Layout/Layout.module.css +335 -335
  58. package/es/Layout/utils.js +0 -0
  59. package/es/ListItem/ListContainer.js +1 -1
  60. package/es/ListItem/ListItem.js +0 -0
  61. package/es/ListItem/ListItem.module.css +237 -226
  62. package/es/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
  63. package/es/MultiSelect/MobileHeader/MobileHeader.module.css +16 -16
  64. package/es/MultiSelect/MultiSelect.js +5 -5
  65. package/es/MultiSelect/MultiSelect.module.css +204 -204
  66. package/es/MultiSelect/MultiSelectWithAvatar.js +0 -0
  67. package/es/MultiSelect/SelectedOptions.module.css +15 -15
  68. package/es/MultiSelect/Suggestions.js +1 -2
  69. package/es/PopOver/PopOver.module.css +9 -9
  70. package/es/Popup/Popup.js +0 -0
  71. package/es/Popup/PositionMapping.json +73 -73
  72. package/es/Radio/Radio.js +0 -0
  73. package/es/Radio/Radio.module.css +113 -113
  74. package/es/Radio/__tests__/__snapshots__/Radio.spec.js.snap +1837 -1837
  75. package/es/Responsive/CustomResponsive.js +0 -0
  76. package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  77. package/es/Ribbon/Ribbon.js +0 -0
  78. package/es/Ribbon/Ribbon.module.css +458 -457
  79. package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -374
  80. package/es/RippleEffect/RippleEffect.module.css +92 -92
  81. package/es/RippleEffect/__tests__/__snapshots__/RippleEffect.spec.js.snap +171 -171
  82. package/es/Select/GroupSelect.js +0 -0
  83. package/es/Select/Select.js +2 -3
  84. package/es/Select/Select.module.css +108 -108
  85. package/es/Select/SelectWithAvatar.js +0 -0
  86. package/es/Select/SelectWithIcon.js +0 -0
  87. package/es/Stencils/Stencils.js +0 -0
  88. package/es/Stencils/Stencils.module.css +96 -96
  89. package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -89
  90. package/es/Switch/Switch.js +2 -2
  91. package/es/Switch/Switch.module.css +129 -129
  92. package/es/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -831
  93. package/es/Tab/Tab.module.css +100 -100
  94. package/es/Tab/TabContent.module.css +4 -4
  95. package/es/Tab/Tabs.js +17 -17
  96. package/es/Tab/Tabs.module.css +136 -136
  97. package/es/Tag/Tag.js +8 -8
  98. package/es/Tag/Tag.module.css +260 -259
  99. package/es/TextBox/TextBox.js +0 -0
  100. package/es/TextBox/TextBox.module.css +178 -178
  101. package/es/TextBoxIcon/TextBoxIcon.js +0 -0
  102. package/es/TextBoxIcon/TextBoxIcon.module.css +84 -84
  103. package/es/Textarea/Textarea.js +0 -0
  104. package/es/Textarea/Textarea.module.css +145 -145
  105. package/es/Tooltip/Tooltip.module.css +144 -144
  106. package/es/common/a11y.module.css +3 -3
  107. package/es/common/animation.module.css +624 -624
  108. package/es/common/avatarsizes.module.css +48 -48
  109. package/es/common/basic.module.css +33 -33
  110. package/es/common/basicReset.module.css +40 -40
  111. package/es/common/boxShadow.module.css +33 -33
  112. package/es/common/common.module.css +524 -524
  113. package/es/common/customscroll.module.css +128 -128
  114. package/es/common/reset.module.css +13 -13
  115. package/es/common/transition.module.css +146 -146
  116. package/es/semantic/Button/semanticButton.module.css +9 -9
  117. package/es/utils/Common.js +0 -0
  118. package/es/utils/dropDownUtils.js +0 -0
  119. package/es/v1/Avatar/Avatar.js +6 -7
  120. package/es/v1/AvatarTeam/AvatarTeam.js +4 -4
  121. package/es/v1/Button/Button.js +4 -4
  122. package/es/v1/Card/Card.js +4 -4
  123. package/es/v1/CheckBox/CheckBox.js +0 -0
  124. package/es/v1/DateTime/DateTime.js +0 -0
  125. package/es/v1/DateTime/DateWidget.js +0 -0
  126. package/es/v1/DateTime/YearView.js +0 -0
  127. package/es/v1/DateTime/index.js +0 -0
  128. package/es/v1/DropBox/DropBox.js +0 -0
  129. package/es/v1/DropDown/DropDown.js +0 -0
  130. package/es/v1/DropDown/DropDownHeading.js +0 -0
  131. package/es/v1/DropDown/DropDownItem.js +0 -0
  132. package/es/v1/DropDown/DropDownSearch.js +0 -0
  133. package/es/v1/DropDown/DropDownSeparator.js +0 -0
  134. package/es/v1/Layout/Box.js +0 -0
  135. package/es/v1/Layout/Container.js +0 -0
  136. package/es/v1/ListItem/ListContainer.js +1 -1
  137. package/es/v1/ListItem/ListItem.js +0 -0
  138. package/es/v1/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
  139. package/es/v1/MultiSelect/MultiSelect.js +5 -5
  140. package/es/v1/MultiSelect/MultiSelectWithAvatar.js +0 -0
  141. package/es/v1/MultiSelect/Suggestions.js +1 -2
  142. package/es/v1/Radio/Radio.js +0 -0
  143. package/es/v1/Responsive/CustomResponsive.js +0 -0
  144. package/es/v1/Select/GroupSelect.js +0 -0
  145. package/es/v1/Select/Select.js +2 -3
  146. package/es/v1/Select/SelectWithAvatar.js +0 -0
  147. package/es/v1/Select/SelectWithIcon.js +0 -0
  148. package/es/v1/Switch/Switch.js +2 -2
  149. package/es/v1/Tab/Tabs.js +17 -17
  150. package/es/v1/Tag/Tag.js +8 -8
  151. package/es/v1/TextBox/TextBox.js +0 -0
  152. package/es/v1/Typography/css/Typography.module.css +380 -380
  153. package/install.md +10 -10
  154. package/lib/AppContainer/AppContainer.module.css +18 -18
  155. package/lib/Avatar/Avatar.js +10 -11
  156. package/lib/Avatar/Avatar.module.css +187 -187
  157. package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -591
  158. package/lib/AvatarTeam/AvatarTeam.js +7 -7
  159. package/lib/AvatarTeam/AvatarTeam.module.css +191 -191
  160. package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +704 -705
  161. package/lib/Button/Button.js +4 -4
  162. package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +440 -440
  163. package/lib/Button/css/Button.module.css +533 -533
  164. package/lib/Buttongroup/Buttongroup.js +1 -1
  165. package/lib/Buttongroup/Buttongroup.module.css +107 -106
  166. package/lib/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
  167. package/lib/Card/Card.js +4 -4
  168. package/lib/Card/Card.module.css +20 -20
  169. package/lib/CheckBox/CheckBox.js +0 -0
  170. package/lib/CheckBox/CheckBox.module.css +159 -159
  171. package/lib/DateTime/CalendarView.js +0 -0
  172. package/lib/DateTime/DateTime.js +0 -0
  173. package/lib/DateTime/DateTime.module.css +249 -249
  174. package/lib/DateTime/DateWidget.js +0 -0
  175. package/lib/DateTime/DateWidget.module.css +38 -38
  176. package/lib/DateTime/YearView.js +0 -0
  177. package/lib/DateTime/YearView.module.css +98 -98
  178. package/lib/DateTime/common.js +0 -0
  179. package/lib/DateTime/index.js +0 -0
  180. package/lib/DateTime/objectUtils.js +0 -0
  181. package/lib/DateTime/typeChecker.js +0 -0
  182. package/lib/DateTime/validator.js +0 -0
  183. package/lib/DropBox/DropBox.js +0 -0
  184. package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +441 -438
  185. package/lib/DropBox/DropBoxPositionMapping.json +144 -144
  186. package/lib/DropBox/css/DropBox.module.css +59 -59
  187. package/lib/DropDown/DropDown.js +0 -0
  188. package/lib/DropDown/DropDown.module.css +5 -5
  189. package/lib/DropDown/DropDownHeading.js +0 -0
  190. package/lib/DropDown/DropDownHeading.module.css +59 -59
  191. package/lib/DropDown/DropDownItem.js +0 -0
  192. package/lib/DropDown/DropDownItem.module.css +97 -97
  193. package/lib/DropDown/DropDownSearch.js +0 -0
  194. package/lib/DropDown/DropDownSearch.module.css +14 -14
  195. package/lib/DropDown/DropDownSeparator.js +0 -0
  196. package/lib/DropDown/DropDownSeparator.module.css +7 -7
  197. package/lib/Heading/Heading.module.css +4 -4
  198. package/lib/Label/Label.js +0 -0
  199. package/lib/Label/Label.module.css +53 -53
  200. package/lib/Label/LabelColors.module.css +20 -20
  201. package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -312
  202. package/lib/Layout/Box.js +0 -0
  203. package/lib/Layout/Container.js +0 -0
  204. package/lib/Layout/Layout.module.css +335 -335
  205. package/lib/Layout/utils.js +0 -0
  206. package/lib/ListItem/ListContainer.js +1 -1
  207. package/lib/ListItem/ListItem.js +0 -0
  208. package/lib/ListItem/ListItem.module.css +237 -226
  209. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
  210. package/lib/MultiSelect/MobileHeader/MobileHeader.module.css +16 -16
  211. package/lib/MultiSelect/MultiSelect.js +5 -5
  212. package/lib/MultiSelect/MultiSelect.module.css +204 -204
  213. package/lib/MultiSelect/MultiSelectWithAvatar.js +0 -0
  214. package/lib/MultiSelect/SelectedOptions.module.css +15 -15
  215. package/lib/MultiSelect/Suggestions.js +1 -2
  216. package/lib/PopOver/PopOver.module.css +9 -9
  217. package/lib/Popup/Popup.js +0 -0
  218. package/lib/Popup/PositionMapping.json +73 -73
  219. package/lib/Radio/Radio.js +0 -0
  220. package/lib/Radio/Radio.module.css +113 -113
  221. package/lib/Radio/__tests__/__snapshots__/Radio.spec.js.snap +1837 -1837
  222. package/lib/Responsive/CustomResponsive.js +0 -0
  223. package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  224. package/lib/Ribbon/Ribbon.js +0 -0
  225. package/lib/Ribbon/Ribbon.module.css +458 -457
  226. package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -374
  227. package/lib/RippleEffect/RippleEffect.module.css +92 -92
  228. package/lib/RippleEffect/__tests__/__snapshots__/RippleEffect.spec.js.snap +171 -171
  229. package/lib/Select/GroupSelect.js +0 -0
  230. package/lib/Select/Select.js +2 -3
  231. package/lib/Select/Select.module.css +108 -108
  232. package/lib/Select/SelectWithAvatar.js +0 -0
  233. package/lib/Select/SelectWithIcon.js +0 -0
  234. package/lib/Stencils/Stencils.js +0 -0
  235. package/lib/Stencils/Stencils.module.css +96 -96
  236. package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -89
  237. package/lib/Switch/Switch.js +2 -2
  238. package/lib/Switch/Switch.module.css +129 -129
  239. package/lib/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -831
  240. package/lib/Tab/Tab.module.css +100 -100
  241. package/lib/Tab/TabContent.module.css +4 -4
  242. package/lib/Tab/Tabs.js +11 -11
  243. package/lib/Tab/Tabs.module.css +136 -136
  244. package/lib/Tag/Tag.js +8 -8
  245. package/lib/Tag/Tag.module.css +260 -259
  246. package/lib/TextBox/TextBox.js +0 -0
  247. package/lib/TextBox/TextBox.module.css +178 -178
  248. package/lib/TextBoxIcon/TextBoxIcon.js +0 -0
  249. package/lib/TextBoxIcon/TextBoxIcon.module.css +84 -84
  250. package/lib/Textarea/Textarea.js +0 -0
  251. package/lib/Textarea/Textarea.module.css +145 -145
  252. package/lib/Tooltip/Tooltip.module.css +144 -144
  253. package/lib/common/a11y.module.css +3 -3
  254. package/lib/common/animation.module.css +624 -624
  255. package/lib/common/avatarsizes.module.css +48 -48
  256. package/lib/common/basic.module.css +33 -33
  257. package/lib/common/basicReset.module.css +40 -40
  258. package/lib/common/boxShadow.module.css +33 -33
  259. package/lib/common/common.module.css +524 -524
  260. package/lib/common/customscroll.module.css +128 -128
  261. package/lib/common/reset.module.css +13 -13
  262. package/lib/common/transition.module.css +146 -146
  263. package/lib/semantic/Button/semanticButton.module.css +9 -9
  264. package/lib/utils/Common.js +0 -0
  265. package/lib/utils/dropDownUtils.js +0 -0
  266. package/lib/v1/Avatar/Avatar.js +6 -7
  267. package/lib/v1/AvatarTeam/AvatarTeam.js +4 -4
  268. package/lib/v1/Button/Button.js +4 -4
  269. package/lib/v1/Card/Card.js +4 -4
  270. package/lib/v1/CheckBox/CheckBox.js +0 -0
  271. package/lib/v1/DateTime/DateTime.js +0 -0
  272. package/lib/v1/DateTime/DateWidget.js +0 -0
  273. package/lib/v1/DateTime/YearView.js +0 -0
  274. package/lib/v1/DateTime/index.js +0 -0
  275. package/lib/v1/DropBox/DropBox.js +0 -0
  276. package/lib/v1/DropDown/DropDown.js +0 -0
  277. package/lib/v1/DropDown/DropDownHeading.js +0 -0
  278. package/lib/v1/DropDown/DropDownItem.js +0 -0
  279. package/lib/v1/DropDown/DropDownSearch.js +0 -0
  280. package/lib/v1/DropDown/DropDownSeparator.js +0 -0
  281. package/lib/v1/Layout/Box.js +0 -0
  282. package/lib/v1/Layout/Container.js +0 -0
  283. package/lib/v1/ListItem/ListContainer.js +1 -1
  284. package/lib/v1/ListItem/ListItem.js +0 -0
  285. package/lib/v1/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
  286. package/lib/v1/MultiSelect/MultiSelect.js +5 -5
  287. package/lib/v1/MultiSelect/MultiSelectWithAvatar.js +0 -0
  288. package/lib/v1/MultiSelect/Suggestions.js +1 -2
  289. package/lib/v1/Radio/Radio.js +0 -0
  290. package/lib/v1/Responsive/CustomResponsive.js +0 -0
  291. package/lib/v1/Select/GroupSelect.js +0 -0
  292. package/lib/v1/Select/Select.js +2 -3
  293. package/lib/v1/Select/SelectWithAvatar.js +0 -0
  294. package/lib/v1/Select/SelectWithIcon.js +0 -0
  295. package/lib/v1/Switch/Switch.js +2 -2
  296. package/lib/v1/Tab/Tabs.js +11 -11
  297. package/lib/v1/Tag/Tag.js +8 -8
  298. package/lib/v1/TextBox/TextBox.js +0 -0
  299. package/lib/v1/Typography/css/Typography.module.css +380 -380
  300. package/package.json +95 -95
  301. package/postPublish.js +8 -8
  302. package/prePublish.js +70 -70
  303. package/propValidationArg.json +7 -7
  304. package/react-cli.config.js +23 -23
  305. package/result.json +1 -1
@@ -5,15 +5,15 @@ import { defaultProps } from './props/defaultProps';
5
5
  import { propTypes } from './props/propTypes';
6
6
  import Avatar from '../Avatar/Avatar';
7
7
  import style from './AvatarTeam.module.css';
8
- /* once avatar support firstname lastname and pattern
9
- pass lastName as team name and pattern ["FIRST_NAME","LAST_NAME"] as props
10
-
11
- Not going to export to external then can kept inside supportapp
8
+ /* once avatar support firstname lastname and pattern
9
+ pass lastName as team name and pattern ["FIRST_NAME","LAST_NAME"] as props
10
+
11
+ Not going to export to external then can kept inside supportapp
12
12
  */
13
13
 
14
- /*
15
- eslint css-modules/no-unused-class: [2, { markAsUsed: ["primary", "secondary",
16
- "small", "xsmall", "medium", "xmedium", "large", "xlarge"] }]
14
+ /*
15
+ eslint css-modules/no-unused-class: [2, { markAsUsed: ["primary", "secondary",
16
+ "small", "xsmall", "medium", "xmedium", "large", "xlarge"] }]
17
17
  */
18
18
 
19
19
  export default class AvatarTeam extends React.Component {
@@ -1,191 +1,191 @@
1
- .varClass {
2
- /* avatar team default variables */
3
- --avatarteam_border_width: 1px;
4
- --avatarteam_border_style: solid;
5
- --avatarteam_border_color: var(--zdt_avatarteam_default_border);
6
- --avatarteam_outline_width: 1px;
7
- --avatarteam_outline_style: solid;
8
- --avatarteam_outline_color: var(--zdt_avatarteam_innerCircle);
9
- --avatarteam_bg_color: var(--zdt_avatarteam_default_bg);
10
- --avatarteam_width: var(--zd_size5);
11
- --avatarteam_height: var(--zd_size5);
12
- --avatarteam_border_radius: 50%;
13
- --avatarteam_bottom_top: initial;
14
- --avatarteam_bottom_left: initial;
15
- --avatarteam_bottom_right: initial;
16
- --avatarteam_top_top: var(--zd_size1);
17
- }
18
- .container {
19
- position: relative;
20
- display: inline-block;
21
- font-size: 0 ;
22
- vertical-align: middle;
23
- }
24
- .team {
25
- composes: varClass;
26
- composes: posab from '../common/common.module.css';
27
- top: var(--avatarteam_top_top);
28
- /* css:theme-validation:ignore */
29
- /* css:theme-validation:ignore */
30
- width: var(--avatarteam_width);
31
- height: var(--avatarteam_height);
32
- outline-width: var(--avatarteam_outline_width);
33
- outline-style: var(--avatarteam_outline_style);
34
- outline-color: var(--avatarteam_outline_color);
35
- border-width: var(--avatarteam_border_width);
36
- border-style: var(--avatarteam_border_style);
37
- border-color: var(--avatarteam_border_color);
38
- background-color: var(--avatarteam_bg_color);
39
- border-radius: var(--avatarteam_border_radius);
40
- }
41
- [dir=ltr] .team {
42
- transform: translate(-50%, -50%);
43
- left: 50% ;
44
- }
45
- [dir=rtl] .team {
46
- transform: translate(50%, -50%);
47
- right: 50% ;
48
- }
49
- .nofill {
50
- --avatarteam_border_color: var(--zdt_avatarteam_nofill_hover_border);
51
- }
52
- .primaryFilled,
53
- .infoFilled {
54
- --avatarteam_bg_color: var(--zdt_avatarteam_primary_hover_bg);
55
- }
56
- .secondaryFilled {
57
- --avatarteam_bg_color: var(--zdt_avatarteam_secondary_bg);
58
- }
59
- .borderOnHover:hover .nofill,
60
- .borderOnActive .nofill {
61
- --avatarteam_border_color : var(--zdt_avatarteam_nofill_hover_border);
62
- }
63
- .borderOnHover:hover .primaryFilled,
64
- .borderOnActive .primaryFilled,
65
- .borderOnHover:hover .infoFilled,
66
- .borderOnActive .infoFilled {
67
- --avatarteam_bg_color: var(--zdt_avatarteam_primary_hover_bg);
68
- }
69
- .team:after,
70
- .team:before {
71
- position: absolute;
72
- content: '';
73
- height: inherit ;
74
- width: inherit ;
75
- top: var(--avatarteam_bottom_top);
76
- outline-width: var(--avatarteam_outline_width);
77
- outline-style: var(--avatarteam_outline_style);
78
- outline-color: var( --avatarteam_outline_color);
79
- }
80
- .team:after, .team:before {
81
- border: inherit;
82
- background-color: inherit;
83
- border-radius: inherit;
84
- box-shadow: inherit;
85
- }
86
- [dir=ltr] .team:after, [dir=ltr] .team:before {
87
- left: var(--avatarteam_bottom_left);
88
- right: var(--avatarteam_bottom_right);
89
- }
90
- [dir=rtl] .team:after, [dir=rtl] .team:before {
91
- right: var(--avatarteam_bottom_left);
92
- left: var(--avatarteam_bottom_right);
93
- }
94
- .smallteam,
95
- .xsmallteam,
96
- .xxsmallteam {
97
- --avatarteam_height: var(--zd_size3);
98
- --avatarteam_width: var(--zd_size3);
99
- }
100
- .mediumteam,
101
- .xmediumteam {
102
- --avatarteam_height: var(--zd_size5);
103
- --avatarteam_width: var(--zd_size5);
104
- }
105
- .largeteam,
106
- .xlargeteam {
107
- --avatarteam_height: var(--zd_size7);
108
- --avatarteam_width: var(--zd_size7);
109
- }
110
-
111
- .xxsmallteam {
112
- /* Variable:Ignore */
113
- --avatarteam_top_top: 0px;
114
- }
115
- .xxsmallteam::after,
116
- .xxsmallteam:before {
117
- --avatarteam_bottom_top: var(--zd_size13);
118
- }
119
- .xxsmallteam:after {
120
- --avatarteam_bottom_left: calc( var(--zd_size8) * -1 );
121
- }
122
- .xxsmallteam:before {
123
- --avatarteam_bottom_right: calc( var(--zd_size8) * -1 );
124
- }
125
-
126
-
127
- .smallteam::after,
128
- .smallteam:before {
129
- --avatarteam_bottom_top: var(--zd_size17);
130
- }
131
- .smallteam:after {
132
- --avatarteam_bottom_left: calc( var(--zd_size8) * -1 );
133
- }
134
- .smallteam:before {
135
- --avatarteam_bottom_right: calc( var(--zd_size8) * -1 );
136
- }
137
-
138
- .xsmallteam::after,
139
- .xsmallteam:before {
140
- --avatarteam_bottom_top: var(--zd_size24);
141
- }
142
- .xsmallteam:after {
143
- --avatarteam_bottom_left: calc( var(--zd_size10) * -1 );
144
- }
145
- .xsmallteam:before {
146
- --avatarteam_bottom_right: calc( var(--zd_size10) * -1 );
147
- }
148
-
149
- .mediumteam::after,
150
- .mediumteam:before {
151
- --avatarteam_bottom_top: var(--zd_size26);
152
- }
153
- .mediumteam:after {
154
- --avatarteam_bottom_left: calc( var(--zd_size13) * -1 );
155
- }
156
- .mediumteam:before {
157
- --avatarteam_bottom_right: calc( var(--zd_size13) * -1 );
158
- }
159
-
160
- .xmediumteam::after,
161
- .xmediumteam:before {
162
- --avatarteam_bottom_top: var(--zd_size30);
163
- }
164
- .xmediumteam:after {
165
- --avatarteam_bottom_left: calc( var(--zd_size16) * -1 );
166
- }
167
- .xmediumteam:before {
168
- --avatarteam_bottom_right: calc( var(--zd_size16) * -1 );
169
- }
170
-
171
- .largeteam::after,
172
- .largeteam:before {
173
- --avatarteam_bottom_top: var(--zd_size46);
174
- }
175
- .largeteam:after {
176
- --avatarteam_bottom_left: calc( var(--zd_size24) * -1 );
177
- }
178
- .largeteam:before {
179
- --avatarteam_bottom_right: calc( var(--zd_size24) * -1 );
180
- }
181
-
182
- .xlargeteam::after,
183
- .xlargeteam:before {
184
- --avatarteam_bottom_top: var(--zd_size65);
185
- }
186
- .xlargeteam:after {
187
- --avatarteam_bottom_left: calc( var(--zd_size29) * -1 );
188
- }
189
- .xlargeteam:before {
190
- --avatarteam_bottom_right: calc( var(--zd_size29) * -1 );
191
- }
1
+ .varClass {
2
+ /* avatar team default variables */
3
+ --avatarteam_border_width: 1px;
4
+ --avatarteam_border_style: solid;
5
+ --avatarteam_border_color: var(--zdt_avatarteam_default_border);
6
+ --avatarteam_outline_width: 1px;
7
+ --avatarteam_outline_style: solid;
8
+ --avatarteam_outline_color: var(--zdt_avatarteam_innerCircle);
9
+ --avatarteam_bg_color: var(--zdt_avatarteam_default_bg);
10
+ --avatarteam_width: var(--zd_size5);
11
+ --avatarteam_height: var(--zd_size5);
12
+ --avatarteam_border_radius: 50%;
13
+ --avatarteam_bottom_top: initial;
14
+ --avatarteam_bottom_left: initial;
15
+ --avatarteam_bottom_right: initial;
16
+ --avatarteam_top_top: var(--zd_size1);
17
+ }
18
+ .container {
19
+ position: relative;
20
+ display: inline-block;
21
+ font-size: 0 ;
22
+ vertical-align: middle;
23
+ }
24
+ .team {
25
+ composes: varClass;
26
+ composes: posab from '../common/common.module.css';
27
+ top: var(--avatarteam_top_top);
28
+ /* css:theme-validation:ignore */
29
+ /* css:theme-validation:ignore */
30
+ width: var(--avatarteam_width);
31
+ height: var(--avatarteam_height);
32
+ outline-width: var(--avatarteam_outline_width);
33
+ outline-style: var(--avatarteam_outline_style);
34
+ outline-color: var(--avatarteam_outline_color);
35
+ border-width: var(--avatarteam_border_width);
36
+ border-style: var(--avatarteam_border_style);
37
+ border-color: var(--avatarteam_border_color);
38
+ background-color: var(--avatarteam_bg_color);
39
+ border-radius: var(--avatarteam_border_radius);
40
+ }
41
+ [dir=ltr] .team {
42
+ transform: translate(-50%, -50%);
43
+ left: 50% ;
44
+ }
45
+ [dir=rtl] .team {
46
+ transform: translate(50%, -50%);
47
+ right: 50% ;
48
+ }
49
+ .nofill {
50
+ --avatarteam_border_color: var(--zdt_avatarteam_nofill_hover_border);
51
+ }
52
+ .primaryFilled,
53
+ .infoFilled {
54
+ --avatarteam_bg_color: var(--zdt_avatarteam_primary_hover_bg);
55
+ }
56
+ .secondaryFilled {
57
+ --avatarteam_bg_color: var(--zdt_avatarteam_secondary_bg);
58
+ }
59
+ .borderOnHover:hover .nofill,
60
+ .borderOnActive .nofill {
61
+ --avatarteam_border_color : var(--zdt_avatarteam_nofill_hover_border);
62
+ }
63
+ .borderOnHover:hover .primaryFilled,
64
+ .borderOnActive .primaryFilled,
65
+ .borderOnHover:hover .infoFilled,
66
+ .borderOnActive .infoFilled {
67
+ --avatarteam_bg_color: var(--zdt_avatarteam_primary_hover_bg);
68
+ }
69
+ .team:after,
70
+ .team:before {
71
+ position: absolute;
72
+ content: '';
73
+ height: inherit ;
74
+ width: inherit ;
75
+ top: var(--avatarteam_bottom_top);
76
+ outline-width: var(--avatarteam_outline_width);
77
+ outline-style: var(--avatarteam_outline_style);
78
+ outline-color: var( --avatarteam_outline_color);
79
+ }
80
+ .team:after, .team:before {
81
+ border: inherit;
82
+ background-color: inherit;
83
+ border-radius: inherit;
84
+ box-shadow: inherit;
85
+ }
86
+ [dir=ltr] .team:after, [dir=ltr] .team:before {
87
+ left: var(--avatarteam_bottom_left);
88
+ right: var(--avatarteam_bottom_right);
89
+ }
90
+ [dir=rtl] .team:after, [dir=rtl] .team:before {
91
+ right: var(--avatarteam_bottom_left);
92
+ left: var(--avatarteam_bottom_right);
93
+ }
94
+ .smallteam,
95
+ .xsmallteam,
96
+ .xxsmallteam {
97
+ --avatarteam_height: var(--zd_size3);
98
+ --avatarteam_width: var(--zd_size3);
99
+ }
100
+ .mediumteam,
101
+ .xmediumteam {
102
+ --avatarteam_height: var(--zd_size5);
103
+ --avatarteam_width: var(--zd_size5);
104
+ }
105
+ .largeteam,
106
+ .xlargeteam {
107
+ --avatarteam_height: var(--zd_size7);
108
+ --avatarteam_width: var(--zd_size7);
109
+ }
110
+
111
+ .xxsmallteam {
112
+ /* Variable:Ignore */
113
+ --avatarteam_top_top: 0px;
114
+ }
115
+ .xxsmallteam::after,
116
+ .xxsmallteam:before {
117
+ --avatarteam_bottom_top: var(--zd_size13);
118
+ }
119
+ .xxsmallteam:after {
120
+ --avatarteam_bottom_left: calc( var(--zd_size8) * -1 );
121
+ }
122
+ .xxsmallteam:before {
123
+ --avatarteam_bottom_right: calc( var(--zd_size8) * -1 );
124
+ }
125
+
126
+
127
+ .smallteam::after,
128
+ .smallteam:before {
129
+ --avatarteam_bottom_top: var(--zd_size17);
130
+ }
131
+ .smallteam:after {
132
+ --avatarteam_bottom_left: calc( var(--zd_size8) * -1 );
133
+ }
134
+ .smallteam:before {
135
+ --avatarteam_bottom_right: calc( var(--zd_size8) * -1 );
136
+ }
137
+
138
+ .xsmallteam::after,
139
+ .xsmallteam:before {
140
+ --avatarteam_bottom_top: var(--zd_size24);
141
+ }
142
+ .xsmallteam:after {
143
+ --avatarteam_bottom_left: calc( var(--zd_size10) * -1 );
144
+ }
145
+ .xsmallteam:before {
146
+ --avatarteam_bottom_right: calc( var(--zd_size10) * -1 );
147
+ }
148
+
149
+ .mediumteam::after,
150
+ .mediumteam:before {
151
+ --avatarteam_bottom_top: var(--zd_size26);
152
+ }
153
+ .mediumteam:after {
154
+ --avatarteam_bottom_left: calc( var(--zd_size13) * -1 );
155
+ }
156
+ .mediumteam:before {
157
+ --avatarteam_bottom_right: calc( var(--zd_size13) * -1 );
158
+ }
159
+
160
+ .xmediumteam::after,
161
+ .xmediumteam:before {
162
+ --avatarteam_bottom_top: var(--zd_size30);
163
+ }
164
+ .xmediumteam:after {
165
+ --avatarteam_bottom_left: calc( var(--zd_size16) * -1 );
166
+ }
167
+ .xmediumteam:before {
168
+ --avatarteam_bottom_right: calc( var(--zd_size16) * -1 );
169
+ }
170
+
171
+ .largeteam::after,
172
+ .largeteam:before {
173
+ --avatarteam_bottom_top: var(--zd_size46);
174
+ }
175
+ .largeteam:after {
176
+ --avatarteam_bottom_left: calc( var(--zd_size24) * -1 );
177
+ }
178
+ .largeteam:before {
179
+ --avatarteam_bottom_right: calc( var(--zd_size24) * -1 );
180
+ }
181
+
182
+ .xlargeteam::after,
183
+ .xlargeteam:before {
184
+ --avatarteam_bottom_top: var(--zd_size65);
185
+ }
186
+ .xlargeteam:after {
187
+ --avatarteam_bottom_left: calc( var(--zd_size29) * -1 );
188
+ }
189
+ .xlargeteam:before {
190
+ --avatarteam_bottom_right: calc( var(--zd_size29) * -1 );
191
+ }