@zohodesk/components 1.0.0-temp-202 → 1.0.0-temp-203

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 (187) hide show
  1. package/.cli/PropUnificationExcludeFilesArray.js +230 -230
  2. package/.cli/PropValidationExcludeFilesArray.js +1 -1
  3. package/.cli/propValidation_report.html +1 -1
  4. package/README.md +9 -0
  5. package/css_error.log +1 -1
  6. package/es/AppContainer/AppContainer.module.css +18 -18
  7. package/es/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -591
  8. package/es/AvatarTeam/AvatarTeam.js +7 -7
  9. package/es/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +705 -705
  10. package/es/Button/Button.js +4 -4
  11. package/es/Buttongroup/Buttongroup.js +1 -1
  12. package/es/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
  13. package/es/Card/Card.js +4 -4
  14. package/es/Card/Card.module.css +20 -20
  15. package/es/DateTime/DateWidget.js +2 -1
  16. package/es/DateTime/DateWidget.module.css +38 -38
  17. package/es/DateTime/__tests__/DateTime.spec.js +1 -1
  18. package/es/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +93 -93
  19. package/es/DateTime/__tests__/__snapshots__/DateWidget.spec.js.snap +2 -2
  20. package/es/DropBox/DropBoxPositionMapping.json +144 -144
  21. package/es/DropDown/DropDown.module.css +5 -5
  22. package/es/DropDown/DropDownSearch.js +5 -2
  23. package/es/DropDown/DropDownSearch.module.css +14 -14
  24. package/es/DropDown/DropDownSeparator.module.css +7 -7
  25. package/es/DropDown/__tests__/__snapshots__/DropDownSearch.spec.js.snap +2 -0
  26. package/es/DropDown/props/defaultProps.js +2 -1
  27. package/es/DropDown/props/propTypes.js +2 -1
  28. package/es/Heading/Heading.module.css +4 -4
  29. package/es/Label/Label.js +2 -2
  30. package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -312
  31. package/es/Layout/Layout.module.css +335 -335
  32. package/es/ListItem/ListItemWithCheckBox.js +2 -1
  33. package/es/ListItem/ListItemWithRadio.js +2 -1
  34. package/es/ListItem/__tests__/__snapshots__/ListItemWithCheckBox.spec.js.snap +2 -2
  35. package/es/ListItem/__tests__/__snapshots__/ListItemWithRadio.spec.js.snap +2 -2
  36. package/es/MultiSelect/AdvancedGroupMultiSelect.js +6 -3
  37. package/es/MultiSelect/AdvancedMultiSelect.js +6 -2
  38. package/es/MultiSelect/MultiSelect.js +4 -2
  39. package/es/MultiSelect/MultiSelectWithAvatar.js +2 -1
  40. package/es/MultiSelect/SelectedOptions.js +8 -4
  41. package/es/MultiSelect/SelectedOptions.module.css +15 -15
  42. package/es/MultiSelect/__tests__/__snapshots__/AdvancedMultiSelect.spec.js.snap +2 -2
  43. package/es/MultiSelect/__tests__/__snapshots__/SelectedOptions.spec.js.snap +6 -6
  44. package/es/MultiSelect/props/defaultProps.js +2 -1
  45. package/es/MultiSelect/props/propTypes.js +2 -1
  46. package/es/Popup/PositionMapping.json +73 -73
  47. package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  48. package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -374
  49. package/es/RippleEffect/RippleEffect.module.css +92 -92
  50. package/es/Select/Select.module.css +134 -134
  51. package/es/Select/SelectWithAvatar.js +5 -2
  52. package/es/Select/SelectWithIcon.js +2 -1
  53. package/es/Select/__tests__/__snapshots__/SelectWithAvatar.spec.js.snap +2 -2
  54. package/es/Stencils/Stencils.module.css +96 -96
  55. package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -89
  56. package/es/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -831
  57. package/es/Tab/TabContent.module.css +4 -4
  58. package/es/Tab/Tabs.js +21 -19
  59. package/es/Tag/Tag.js +8 -8
  60. package/es/Tooltip/Tooltip.js +2 -47
  61. package/es/Tooltip/Tooltip.module.css +140 -140
  62. package/es/common/a11y.module.css +3 -3
  63. package/es/common/animation.module.css +624 -624
  64. package/es/common/avatarsizes.module.css +48 -48
  65. package/es/common/basic.module.css +33 -33
  66. package/es/common/basicReset.module.css +40 -40
  67. package/es/common/boxShadow.module.css +33 -33
  68. package/es/common/common.module.css +524 -524
  69. package/es/common/reset.module.css +13 -13
  70. package/es/common/transition.module.css +146 -146
  71. package/es/semantic/Button/semanticButton.module.css +9 -9
  72. package/es/v1/Avatar/Avatar.js +5 -5
  73. package/es/v1/AvatarTeam/AvatarTeam.js +4 -4
  74. package/es/v1/Button/Button.js +4 -4
  75. package/es/v1/DateTime/DateWidget.js +2 -1
  76. package/es/v1/DropDown/DropDownSearch.js +5 -2
  77. package/es/v1/DropDown/props/defaultProps.js +2 -1
  78. package/es/v1/DropDown/props/propTypes.js +2 -1
  79. package/es/v1/ListItem/ListItemWithCheckBox.js +2 -1
  80. package/es/v1/ListItem/ListItemWithRadio.js +2 -1
  81. package/es/v1/MultiSelect/AdvancedGroupMultiSelect.js +6 -3
  82. package/es/v1/MultiSelect/AdvancedMultiSelect.js +6 -2
  83. package/es/v1/MultiSelect/MultiSelect.js +9 -7
  84. package/es/v1/MultiSelect/MultiSelectWithAvatar.js +2 -1
  85. package/es/v1/MultiSelect/SelectedOptions.js +8 -4
  86. package/es/v1/MultiSelect/props/defaultProps.js +2 -1
  87. package/es/v1/MultiSelect/props/propTypes.js +2 -1
  88. package/es/v1/Select/SelectWithAvatar.js +5 -2
  89. package/es/v1/Select/SelectWithIcon.js +2 -1
  90. package/es/v1/Tab/Tabs.js +4 -2
  91. package/es/v1/Tab/v1TabContent.module.css +4 -4
  92. package/es/v1/Tag/Tag.js +8 -8
  93. package/es/v1/Typography/css/Typography.module.css +380 -380
  94. package/install.md +10 -10
  95. package/lib/AppContainer/AppContainer.module.css +18 -18
  96. package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -591
  97. package/lib/AvatarTeam/AvatarTeam.js +7 -7
  98. package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +705 -705
  99. package/lib/Button/Button.js +4 -4
  100. package/lib/Buttongroup/Buttongroup.js +1 -1
  101. package/lib/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
  102. package/lib/Card/Card.js +4 -4
  103. package/lib/Card/Card.module.css +20 -20
  104. package/lib/DateTime/DateWidget.js +2 -1
  105. package/lib/DateTime/DateWidget.module.css +38 -38
  106. package/lib/DateTime/__tests__/DateTime.spec.js +1 -1
  107. package/lib/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +93 -93
  108. package/lib/DateTime/__tests__/__snapshots__/DateWidget.spec.js.snap +2 -2
  109. package/lib/DropBox/DropBoxPositionMapping.json +144 -144
  110. package/lib/DropDown/DropDown.module.css +5 -5
  111. package/lib/DropDown/DropDownSearch.js +5 -2
  112. package/lib/DropDown/DropDownSearch.module.css +14 -14
  113. package/lib/DropDown/DropDownSeparator.module.css +7 -7
  114. package/lib/DropDown/__tests__/__snapshots__/DropDownSearch.spec.js.snap +2 -0
  115. package/lib/DropDown/props/defaultProps.js +2 -1
  116. package/lib/DropDown/props/propTypes.js +1 -1
  117. package/lib/Heading/Heading.module.css +4 -4
  118. package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -312
  119. package/lib/Layout/Layout.module.css +335 -335
  120. package/lib/ListItem/ListItemWithCheckBox.js +2 -1
  121. package/lib/ListItem/ListItemWithRadio.js +2 -1
  122. package/lib/ListItem/__tests__/__snapshots__/ListItemWithCheckBox.spec.js.snap +2 -2
  123. package/lib/ListItem/__tests__/__snapshots__/ListItemWithRadio.spec.js.snap +2 -2
  124. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +6 -3
  125. package/lib/MultiSelect/AdvancedMultiSelect.js +8 -4
  126. package/lib/MultiSelect/MultiSelect.js +4 -2
  127. package/lib/MultiSelect/MultiSelectWithAvatar.js +2 -1
  128. package/lib/MultiSelect/SelectedOptions.js +8 -4
  129. package/lib/MultiSelect/SelectedOptions.module.css +15 -15
  130. package/lib/MultiSelect/__tests__/__snapshots__/AdvancedMultiSelect.spec.js.snap +2 -2
  131. package/lib/MultiSelect/__tests__/__snapshots__/SelectedOptions.spec.js.snap +6 -6
  132. package/lib/MultiSelect/props/defaultProps.js +2 -1
  133. package/lib/MultiSelect/props/propTypes.js +2 -1
  134. package/lib/Popup/PositionMapping.json +73 -73
  135. package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  136. package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -374
  137. package/lib/RippleEffect/RippleEffect.module.css +92 -92
  138. package/lib/Select/Select.module.css +134 -134
  139. package/lib/Select/SelectWithAvatar.js +5 -2
  140. package/lib/Select/SelectWithIcon.js +2 -1
  141. package/lib/Select/__tests__/__snapshots__/SelectWithAvatar.spec.js.snap +2 -2
  142. package/lib/Stencils/Stencils.module.css +96 -96
  143. package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -89
  144. package/lib/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -831
  145. package/lib/Tab/TabContent.module.css +4 -4
  146. package/lib/Tab/Tabs.js +15 -13
  147. package/lib/Tag/Tag.js +8 -8
  148. package/lib/Tooltip/Tooltip.js +16 -61
  149. package/lib/Tooltip/Tooltip.module.css +140 -140
  150. package/lib/common/a11y.module.css +3 -3
  151. package/lib/common/animation.module.css +624 -624
  152. package/lib/common/avatarsizes.module.css +48 -48
  153. package/lib/common/basic.module.css +33 -33
  154. package/lib/common/basicReset.module.css +40 -40
  155. package/lib/common/boxShadow.module.css +33 -33
  156. package/lib/common/common.module.css +524 -524
  157. package/lib/common/reset.module.css +13 -13
  158. package/lib/common/transition.module.css +146 -146
  159. package/lib/semantic/Button/semanticButton.module.css +9 -9
  160. package/lib/v1/Avatar/Avatar.js +5 -5
  161. package/lib/v1/AvatarTeam/AvatarTeam.js +4 -4
  162. package/lib/v1/Button/Button.js +4 -4
  163. package/lib/v1/DateTime/DateWidget.js +2 -1
  164. package/lib/v1/DropDown/DropDownSearch.js +5 -2
  165. package/lib/v1/DropDown/props/defaultProps.js +2 -1
  166. package/lib/v1/DropDown/props/propTypes.js +1 -1
  167. package/lib/v1/ListItem/ListItemWithCheckBox.js +2 -1
  168. package/lib/v1/ListItem/ListItemWithRadio.js +2 -1
  169. package/lib/v1/MultiSelect/AdvancedGroupMultiSelect.js +6 -3
  170. package/lib/v1/MultiSelect/AdvancedMultiSelect.js +8 -4
  171. package/lib/v1/MultiSelect/MultiSelect.js +9 -7
  172. package/lib/v1/MultiSelect/MultiSelectWithAvatar.js +2 -1
  173. package/lib/v1/MultiSelect/SelectedOptions.js +8 -4
  174. package/lib/v1/MultiSelect/props/defaultProps.js +2 -1
  175. package/lib/v1/MultiSelect/props/propTypes.js +2 -1
  176. package/lib/v1/Select/SelectWithAvatar.js +5 -2
  177. package/lib/v1/Select/SelectWithIcon.js +2 -1
  178. package/lib/v1/Tab/Tabs.js +4 -2
  179. package/lib/v1/Tab/v1TabContent.module.css +4 -4
  180. package/lib/v1/Tag/Tag.js +8 -8
  181. package/lib/v1/Typography/css/Typography.module.css +380 -380
  182. package/package.json +4 -4
  183. package/postPublish.js +8 -8
  184. package/prePublish.js +70 -70
  185. package/propValidationArg.json +11 -11
  186. package/react-cli.config.js +23 -23
  187. package/result.json +1 -1
@@ -1,92 +1,92 @@
1
- .effect {
2
- position: relative;
3
- border-radius: var(--zd_size4);
4
- }
5
- .border {
6
- border: solid 1px var(--zdt_rippleeffect_default_border);
7
- }
8
- .default.defaultHover {
9
- border-color: var(--zdt_rippleeffect_hover_border);
10
- }
11
- .hoverEffect:hover.primary.defaultHover, .hoverEffect:hover.primary.borderHover
12
- /* .hoverEffect:focus.primary.borderHover */
13
- {
14
- border-color: var(--zdt_rippleeffect_primary_border);
15
- }
16
- .primary.defaultHover, .hoverEffect:hover.primary.active.border
17
- /* .hoverEffect:focus.primary.active.border */
18
- {
19
- border-color: var(--zdt_rippleeffect_primary_active_border);
20
- }
21
- .primaryLight.defaultHover, .hoverEffect:hover.primaryLight.borderHover
22
- /* .hoverEffect:focus.primaryLight.borderHover */
23
- {
24
- border-color: var(--zdt_rippleeffect_primary_light_border);
25
- }
26
- .green.defaultHover, .hoverEffect:hover.green.borderHover
27
- /* .hoverEffect:focus.green.borderHover */
28
- {
29
- border-color: var(--zdt_rippleeffect_green_border);
30
- }
31
- .hoverEffect:hover.default.defaultHover
32
- /* .hoverEffect:focus.default.defaultHover */
33
- {
34
- border-color: var(--zdt_rippleeffect_slate_border);
35
- }
36
- .hoverEffect:hover.default.borderHover
37
- /* .hoverEffect:focus.default.borderHover */
38
- {
39
- border-color: var(--zdt_rippleeffect_navy_border);
40
- }
41
- .hoverEffect:hover.default.bgHover
42
- /* .hoverEffect:focus.default.bgHover */
43
- {
44
- background-color: var(--zdt_rippleeffect_hover_bg);
45
- }
46
- .hoverEffect:hover.primaryLight.bgHover
47
- /* .hoverEffect:focus.primaryLight.bgHover */
48
- {
49
- background-color: var(--zdt_rippleeffect_primary_light_bg);
50
- }
51
- .primaryFilled {
52
- background-color: var(--zdt_rippleeffect_primary_bg);
53
- }
54
- .hoverEffect:hover.primaryFilled, .primaryFilled.active {
55
- background-color: var(--zdt_rippleeffect_primaryfilled_bg);
56
- }
57
- .hoverEffect:hover.green.bgHover
58
- /* .hoverEffect:focus.green.bgHover */
59
- {
60
- background-color: var(--zdt_rippleeffect_green_bg);
61
- }
62
- .default.active, .hoverEffect:hover.default.active, .primaryLight.active, .primaryDark.active {
63
- background-color: var(--zdt_rippleeffect_primary_light_bg);
64
- }
65
- .default.active.border, .hoverEffect:hover.default.active.border, .primaryLight.active.border, .primaryDark.active.border {
66
- border-color: var(--zdt_rippleeffect_primary_light_border);
67
- }
68
- .green.active {
69
- background-color: var(--zdt_rippleeffect_green_bg);
70
- }
71
- .green.active.border {
72
- border-color: var(--zdt_rippleeffect_green_border);
73
- }
74
- .primary.active {
75
- background-color: var(--zdt_rippleeffect_primary_bg);
76
- }
77
- .danger.defaultHover, .hoverEffect:hover.danger.borderHover
78
- /* .hoverEffect:focus.danger.borderHover */
79
- {
80
- border-color: var(--zdt_rippleeffect_danger_border);
81
- }
82
- .hoverEffect:hover.danger.bgHover, .danger.active {
83
- background-color: var(--zdt_rippleeffect_danger_bg);
84
- }
85
- .hoverEffect:hover.primaryDark.bgHover
86
- /* .hoverEffect:focus.primaryDark.bgHover */
87
- {
88
- background-color: var(--zdt_rippleeffect_primary_dark_bg);
89
- }
90
- .notAllowed {
91
- cursor: not-allowed;
92
- }
1
+ .effect {
2
+ position: relative;
3
+ border-radius: var(--zd_size4);
4
+ }
5
+ .border {
6
+ border: solid 1px var(--zdt_rippleeffect_default_border);
7
+ }
8
+ .default.defaultHover {
9
+ border-color: var(--zdt_rippleeffect_hover_border);
10
+ }
11
+ .hoverEffect:hover.primary.defaultHover, .hoverEffect:hover.primary.borderHover
12
+ /* .hoverEffect:focus.primary.borderHover */
13
+ {
14
+ border-color: var(--zdt_rippleeffect_primary_border);
15
+ }
16
+ .primary.defaultHover, .hoverEffect:hover.primary.active.border
17
+ /* .hoverEffect:focus.primary.active.border */
18
+ {
19
+ border-color: var(--zdt_rippleeffect_primary_active_border);
20
+ }
21
+ .primaryLight.defaultHover, .hoverEffect:hover.primaryLight.borderHover
22
+ /* .hoverEffect:focus.primaryLight.borderHover */
23
+ {
24
+ border-color: var(--zdt_rippleeffect_primary_light_border);
25
+ }
26
+ .green.defaultHover, .hoverEffect:hover.green.borderHover
27
+ /* .hoverEffect:focus.green.borderHover */
28
+ {
29
+ border-color: var(--zdt_rippleeffect_green_border);
30
+ }
31
+ .hoverEffect:hover.default.defaultHover
32
+ /* .hoverEffect:focus.default.defaultHover */
33
+ {
34
+ border-color: var(--zdt_rippleeffect_slate_border);
35
+ }
36
+ .hoverEffect:hover.default.borderHover
37
+ /* .hoverEffect:focus.default.borderHover */
38
+ {
39
+ border-color: var(--zdt_rippleeffect_navy_border);
40
+ }
41
+ .hoverEffect:hover.default.bgHover
42
+ /* .hoverEffect:focus.default.bgHover */
43
+ {
44
+ background-color: var(--zdt_rippleeffect_hover_bg);
45
+ }
46
+ .hoverEffect:hover.primaryLight.bgHover
47
+ /* .hoverEffect:focus.primaryLight.bgHover */
48
+ {
49
+ background-color: var(--zdt_rippleeffect_primary_light_bg);
50
+ }
51
+ .primaryFilled {
52
+ background-color: var(--zdt_rippleeffect_primary_bg);
53
+ }
54
+ .hoverEffect:hover.primaryFilled, .primaryFilled.active {
55
+ background-color: var(--zdt_rippleeffect_primaryfilled_bg);
56
+ }
57
+ .hoverEffect:hover.green.bgHover
58
+ /* .hoverEffect:focus.green.bgHover */
59
+ {
60
+ background-color: var(--zdt_rippleeffect_green_bg);
61
+ }
62
+ .default.active, .hoverEffect:hover.default.active, .primaryLight.active, .primaryDark.active {
63
+ background-color: var(--zdt_rippleeffect_primary_light_bg);
64
+ }
65
+ .default.active.border, .hoverEffect:hover.default.active.border, .primaryLight.active.border, .primaryDark.active.border {
66
+ border-color: var(--zdt_rippleeffect_primary_light_border);
67
+ }
68
+ .green.active {
69
+ background-color: var(--zdt_rippleeffect_green_bg);
70
+ }
71
+ .green.active.border {
72
+ border-color: var(--zdt_rippleeffect_green_border);
73
+ }
74
+ .primary.active {
75
+ background-color: var(--zdt_rippleeffect_primary_bg);
76
+ }
77
+ .danger.defaultHover, .hoverEffect:hover.danger.borderHover
78
+ /* .hoverEffect:focus.danger.borderHover */
79
+ {
80
+ border-color: var(--zdt_rippleeffect_danger_border);
81
+ }
82
+ .hoverEffect:hover.danger.bgHover, .danger.active {
83
+ background-color: var(--zdt_rippleeffect_danger_bg);
84
+ }
85
+ .hoverEffect:hover.primaryDark.bgHover
86
+ /* .hoverEffect:focus.primaryDark.bgHover */
87
+ {
88
+ background-color: var(--zdt_rippleeffect_primary_dark_bg);
89
+ }
90
+ .notAllowed {
91
+ cursor: not-allowed;
92
+ }
@@ -1,135 +1,135 @@
1
- .input {
2
- cursor: pointer;
3
- }
4
-
5
- .small {
6
- max-height: var(--zd_size200) ;
7
- }
8
-
9
- .medium {
10
- max-height: var(--zd_size350) ;
11
- }
12
-
13
- .large {
14
- max-height: var(--zd_size400) ;
15
- }
16
-
17
- .emptyState {
18
- font-size: var(--zd_font_size14) ;
19
- color: var(--zdt_select_emptystate_text);
20
- composes: semibold from '../common/common.module.css';
21
- }
22
-
23
- .box_small .emptyState {
24
- padding: var(--zd_size12) var(--zd_size6) ;
25
- }
26
-
27
- .box_medium .emptyState {
28
- padding: var(--zd_size12) var(--zd_size15) ;
29
- }
30
-
31
- .hide {
32
- composes: vishidden from '../common/common.module.css';
33
- }
34
-
35
- .container {
36
- position: relative;
37
- }
38
- /* css:lineheight-validation:ignore */
39
- .arrowIcon {
40
- height: var(--zd_size8) ;
41
- line-height: var(--zd_size8);
42
- }
43
-
44
- .small.search {
45
- padding: 0 var(--zd_size5) ;
46
- }
47
-
48
- .medium.search {
49
- padding: var(--zd_size3) var(--zd_size20) 0 ;
50
- }
51
-
52
- .title {
53
- margin-bottom: var(--zd_size6) ;
54
- }
55
-
56
- .groupTitle {
57
- margin: var(--zd_size6) 0 ;
58
- }
59
-
60
- .listItemContainer {
61
- padding: var(--zd_size10) 0 ;
62
- }
63
-
64
- .responsivelistItemContainer {
65
- padding: var(--zd_size10) 0 0 ;
66
- }
67
-
68
- .readonly {
69
- --textboxicon_icon_cursor: not-allowed;
70
- }
71
-
72
- .transparentContainer .arrowIcon {
73
- opacity: 0;
74
- visibility: hidden;
75
- }
76
-
77
- .transparentContainer:hover .arrowIcon {
78
- opacity: 1;
79
- visibility: visible;
80
- }
81
-
82
- .disable {
83
- color: var(--zdt_select_disable_text);
84
- }
85
-
86
- .leftIcon {
87
- position: absolute;
88
- top: 0 ;
89
- bottom: 0 ;
90
- width: var(--zd_size30) ;
91
- }
92
-
93
- [dir=ltr] .leftIcon {
94
- left: 0 ;
95
- }
96
-
97
- [dir=rtl] .leftIcon {
98
- right: 0 ;
99
- }
100
-
101
- [dir=ltr] .iconSelect {
102
- padding-left: var(--zd_size30) ;
103
- }
104
-
105
- [dir=rtl] .iconSelect {
106
- padding-right: var(--zd_size30) ;
107
- }
108
-
109
- .dropBoxList {
110
- padding: var(--zd_size10) 0 ;
111
- }
112
-
113
- .responsivedropBoxList {
114
- padding: var(--zd_size10) 0 0 0 ;
115
- }
116
-
117
- .rotate {
118
- transform: rotateX(180deg);
119
- }
120
-
121
- .iconOnHoverStyle .arrowIcon,
122
- .iconOnHoverReadonly .arrowIcon,
123
- .iconOnHoverReadonly:hover .arrowIcon {
124
- opacity: 0;
125
- visibility: hidden;
126
- }
127
-
128
- .iconOnHoverStyle:hover .arrowIcon {
129
- opacity: 1;
130
- visibility: visible;
131
- }
132
-
133
- .loader {
134
- padding: var(--zd_size10) ;
1
+ .input {
2
+ cursor: pointer;
3
+ }
4
+
5
+ .small {
6
+ max-height: var(--zd_size200) ;
7
+ }
8
+
9
+ .medium {
10
+ max-height: var(--zd_size350) ;
11
+ }
12
+
13
+ .large {
14
+ max-height: var(--zd_size400) ;
15
+ }
16
+
17
+ .emptyState {
18
+ font-size: var(--zd_font_size14) ;
19
+ color: var(--zdt_select_emptystate_text);
20
+ composes: semibold from '../common/common.module.css';
21
+ }
22
+
23
+ .box_small .emptyState {
24
+ padding: var(--zd_size12) var(--zd_size6) ;
25
+ }
26
+
27
+ .box_medium .emptyState {
28
+ padding: var(--zd_size12) var(--zd_size15) ;
29
+ }
30
+
31
+ .hide {
32
+ composes: vishidden from '../common/common.module.css';
33
+ }
34
+
35
+ .container {
36
+ position: relative;
37
+ }
38
+ /* css:lineheight-validation:ignore */
39
+ .arrowIcon {
40
+ height: var(--zd_size8) ;
41
+ line-height: var(--zd_size8);
42
+ }
43
+
44
+ .small.search {
45
+ padding: 0 var(--zd_size5) ;
46
+ }
47
+
48
+ .medium.search {
49
+ padding: var(--zd_size3) var(--zd_size20) 0 ;
50
+ }
51
+
52
+ .title {
53
+ margin-bottom: var(--zd_size6) ;
54
+ }
55
+
56
+ .groupTitle {
57
+ margin: var(--zd_size6) 0 ;
58
+ }
59
+
60
+ .listItemContainer {
61
+ padding: var(--zd_size10) 0 ;
62
+ }
63
+
64
+ .responsivelistItemContainer {
65
+ padding: var(--zd_size10) 0 0 ;
66
+ }
67
+
68
+ .readonly {
69
+ --textboxicon_icon_cursor: not-allowed;
70
+ }
71
+
72
+ .transparentContainer .arrowIcon {
73
+ opacity: 0;
74
+ visibility: hidden;
75
+ }
76
+
77
+ .transparentContainer:hover .arrowIcon {
78
+ opacity: 1;
79
+ visibility: visible;
80
+ }
81
+
82
+ .disable {
83
+ color: var(--zdt_select_disable_text);
84
+ }
85
+
86
+ .leftIcon {
87
+ position: absolute;
88
+ top: 0 ;
89
+ bottom: 0 ;
90
+ width: var(--zd_size30) ;
91
+ }
92
+
93
+ [dir=ltr] .leftIcon {
94
+ left: 0 ;
95
+ }
96
+
97
+ [dir=rtl] .leftIcon {
98
+ right: 0 ;
99
+ }
100
+
101
+ [dir=ltr] .iconSelect {
102
+ padding-left: var(--zd_size30) ;
103
+ }
104
+
105
+ [dir=rtl] .iconSelect {
106
+ padding-right: var(--zd_size30) ;
107
+ }
108
+
109
+ .dropBoxList {
110
+ padding: var(--zd_size10) 0 ;
111
+ }
112
+
113
+ .responsivedropBoxList {
114
+ padding: var(--zd_size10) 0 0 0 ;
115
+ }
116
+
117
+ .rotate {
118
+ transform: rotateX(180deg);
119
+ }
120
+
121
+ .iconOnHoverStyle .arrowIcon,
122
+ .iconOnHoverReadonly .arrowIcon,
123
+ .iconOnHoverReadonly:hover .arrowIcon {
124
+ opacity: 0;
125
+ visibility: hidden;
126
+ }
127
+
128
+ .iconOnHoverStyle:hover .arrowIcon {
129
+ opacity: 1;
130
+ visibility: visible;
131
+ }
132
+
133
+ .loader {
134
+ padding: var(--zd_size10) ;
135
135
  }
@@ -258,7 +258,8 @@ var SelectWithAvatarComponent = /*#__PURE__*/function (_SelectComponent) {
258
258
  size: tagSize
259
259
  })) : null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
260
260
  flexible: true,
261
- className: _MultiSelectModule["default"].textBox
261
+ className: _MultiSelectModule["default"].textBox,
262
+ dataId: "".concat(dataId, "_textBox")
262
263
  }, /*#__PURE__*/_react["default"].createElement(_TextBox["default"], {
263
264
  a11y: {
264
265
  ariaActivedescendant: selectedId,
@@ -304,7 +305,8 @@ var SelectWithAvatarComponent = /*#__PURE__*/function (_SelectComponent) {
304
305
  needResponsive: needResponsive,
305
306
  isPadding: false,
306
307
  isResponsivePadding: true,
307
- alignBox: "row"
308
+ alignBox: "row",
309
+ dataId: "".concat(dataId, "_dropbox")
308
310
  }, isLoading ? /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
309
311
  align: "both",
310
312
  className: _MultiSelectModule["default"].loader
@@ -342,6 +344,7 @@ var SelectWithAvatarComponent = /*#__PURE__*/function (_SelectComponent) {
342
344
  role: 'heading'
343
345
  }
344
346
  })) : null, suggestions.length ? /*#__PURE__*/_react["default"].createElement(_Suggestions["default"], {
347
+ dataId: "".concat(dataId, "_Options"),
345
348
  activeId: selectedId,
346
349
  suggestions: suggestions,
347
350
  getRef: _this2.suggestionItemRef,
@@ -531,7 +531,8 @@ var SelectWithIcon = /*#__PURE__*/function (_Component) {
531
531
  }))) : null, /*#__PURE__*/_react["default"].createElement(_Card.CardContent, {
532
532
  customClass: "".concat(tabletMode ? _SelectModule["default"].responsivedropBoxList : _SelectModule["default"].dropBoxList, " ").concat(!tabletMode && dropBoxSize ? _SelectModule["default"][dropBoxSize] : ''),
533
533
  shrink: true,
534
- eleRef: _this5.scrollContentRef
534
+ eleRef: _this5.scrollContentRef,
535
+ dataId: "".concat(dataId, "_Options")
535
536
  }, options.length ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, options.map(function (options, i) {
536
537
  var iconName = options.iconName,
537
538
  iconSize = options.iconSize,
@@ -16,9 +16,9 @@ exports[`SelectWithAvatar rendering the defult props 1`] = `
16
16
  >
17
17
  <div
18
18
  class="grow basis shrinkOff"
19
- data-id="boxComponent"
19
+ data-id="selectWithAvatar_textBox"
20
20
  data-selector-id="box"
21
- data-test-id="boxComponent"
21
+ data-test-id="selectWithAvatar_textBox"
22
22
  >
23
23
  <input
24
24
  aria-activedescendant=""