@zohodesk/components 1.0.0-temp-667 → 1.0.0-temp-999

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 (266) hide show
  1. package/README.md +7 -0
  2. package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +1 -1
  3. package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +1 -1
  4. package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +1 -1
  5. package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +1 -1
  6. package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +1 -1
  7. package/es/AppContainer/AppContainer.js +1 -1
  8. package/es/Avatar/Avatar.js +1 -1
  9. package/es/Avatar/Avatar.module.css +9 -11
  10. package/es/AvatarTeam/AvatarTeam.js +1 -1
  11. package/es/AvatarTeam/AvatarTeam.module.css +7 -21
  12. package/es/Button/Button.module.css +24 -97
  13. package/es/Buttongroup/Buttongroup.module.css +8 -37
  14. package/es/CheckBox/CheckBox.js +1 -1
  15. package/es/CheckBox/CheckBox.module.css +19 -29
  16. package/es/DateTime/DateTime.module.css +12 -39
  17. package/es/DateTime/DateWidget.module.css +5 -9
  18. package/es/DateTime/YearView.module.css +7 -17
  19. package/es/DropBox/DropBox.js +1 -1
  20. package/es/DropBox/DropBox.module.css +11 -47
  21. package/es/DropDown/DropDownHeading.module.css +3 -7
  22. package/es/DropDown/DropDownItem.module.css +6 -32
  23. package/es/ListItem/ListContainer.js +1 -1
  24. package/es/ListItem/ListItem.js +1 -1
  25. package/es/ListItem/ListItem.module.css +33 -69
  26. package/es/ListItem/ListItemWithAvatar.js +1 -1
  27. package/es/ListItem/ListItemWithCheckBox.js +1 -1
  28. package/es/ListItem/ListItemWithIcon.js +1 -1
  29. package/es/ListItem/ListItemWithRadio.js +1 -1
  30. package/es/Modal/Modal.js +1 -1
  31. package/es/MultiSelect/AdvancedMultiSelect.js +1 -1
  32. package/es/MultiSelect/AdvancedMultiSelect.module.css +113 -0
  33. package/es/MultiSelect/MultiSelect.module.css +11 -28
  34. package/es/MultiSelect/SelectedOptions.js +1 -1
  35. package/es/MultiSelect/SelectedOptions.module.css +2 -8
  36. package/es/MultiSelect/Suggestions.js +1 -1
  37. package/es/PopOver/PopOver.module.css +1 -1
  38. package/es/Popup/Popup.js +1 -1
  39. package/es/Radio/Radio.module.css +10 -18
  40. package/es/Responsive/ResizeComponent.js +82 -15
  41. package/es/Responsive/ResizeObserver.js +6 -2
  42. package/es/Responsive/docs/style.module.css +8 -17
  43. package/es/ResponsiveDropBox/ResponsiveDropBox.js +1 -1
  44. package/es/Ribbon/Ribbon.module.css +28 -93
  45. package/es/RippleEffect/RippleEffect.module.css +44 -37
  46. package/es/Select/Select.js +8 -30
  47. package/es/Select/Select.module.css +2 -12
  48. package/es/Select/docs/Select__default.docs.js +1 -1
  49. package/es/Stencils/Stencils.module.css +3 -21
  50. package/es/Switch/Switch.js +1 -1
  51. package/es/Switch/Switch.module.css +9 -9
  52. package/es/Tab/Tab.js +1 -1
  53. package/es/Tab/Tab.module.css +7 -16
  54. package/es/Tab/TabWrapper.js +1 -1
  55. package/es/Tab/Tabs.js +1 -1
  56. package/es/Tab/Tabs.module.css +8 -42
  57. package/es/Tab/docs/tabdocs.module.css +1 -1
  58. package/es/Tag/Tag.module.css +14 -36
  59. package/es/TextBox/TextBox.js +1 -1
  60. package/es/TextBox/TextBox.module.css +11 -7
  61. package/es/TextBoxIcon/TextBoxIcon.js +1 -1
  62. package/es/TextBoxIcon/TextBoxIcon.module.css +5 -12
  63. package/es/Textarea/Textarea.js +1 -1
  64. package/es/Textarea/Textarea.module.css +7 -6
  65. package/es/Tooltip/Tooltip.module.css +8 -9
  66. package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +1 -1
  67. package/es/beta/FocusRing/FocusRing.module.css +26 -51
  68. package/es/common/animation.module.css +21 -219
  69. package/es/common/basicReset.module.css +12 -2
  70. package/es/common/common.module.css +18 -62
  71. package/es/common/customscroll.module.css +21 -17
  72. package/es/common/docStyle.module.css +32 -79
  73. package/es/common/transition.module.css +10 -50
  74. package/es/deprecated/AdvancedMultiSelect.module.css +8 -22
  75. package/es/semantic/Button/semanticButton.module.css +3 -3
  76. package/lib/Accordion/Accordion.js +2 -2
  77. package/lib/Accordion/AccordionItem.js +2 -2
  78. package/lib/Accordion/docs/Accordion__Demo.docs.js +2 -2
  79. package/lib/Animation/Animation.js +2 -2
  80. package/lib/Animation/docs/Animation__default.docs.js +2 -2
  81. package/lib/Animation/docs/Animation__fadeIn.docs.js +2 -2
  82. package/lib/Animation/docs/Animation__scaleIn.docs.js +2 -2
  83. package/lib/Animation/docs/Animation__skewIn.docs.js +2 -2
  84. package/lib/Animation/docs/Animation__slideDown.docs.js +2 -2
  85. package/lib/Animation/docs/Animation__slideLeft.docs.js +2 -2
  86. package/lib/Animation/docs/Animation__zoomIn.docs.js +2 -2
  87. package/lib/AppContainer/AppContainer.js +4 -11
  88. package/lib/AppContainer/docs/AppContainer__default.docs.js +2 -2
  89. package/lib/Avatar/Avatar.js +3 -3
  90. package/lib/Avatar/docs/Avatar__custom.docs.js +2 -2
  91. package/lib/Avatar/docs/Avatar__default.docs.js +2 -2
  92. package/lib/Avatar/docs/Avatar__palette.docs.js +2 -2
  93. package/lib/Avatar/docs/Avatar__text.docs.js +2 -2
  94. package/lib/AvatarTeam/AvatarTeam.js +3 -3
  95. package/lib/AvatarTeam/docs/AvatarTeam__custom.docs.js +2 -2
  96. package/lib/AvatarTeam/docs/AvatarTeam__default.docs.js +2 -2
  97. package/lib/AvatarTeam/docs/AvatarTeam__palette.docs.js +2 -2
  98. package/lib/AvatarTeam/docs/AvatarTeam__size.docs.js +2 -2
  99. package/lib/Button/Button.js +2 -2
  100. package/lib/Button/docs/Button__custom.docs.js +2 -2
  101. package/lib/Button/docs/Button__default.docs.js +2 -2
  102. package/lib/Buttongroup/Buttongroup.js +2 -2
  103. package/lib/Buttongroup/docs/Buttongroup__custom.docs.js +2 -2
  104. package/lib/Buttongroup/docs/Buttongroup__footer.docs.js +2 -2
  105. package/lib/Buttongroup/docs/Buttongroup__header.docs.js +2 -2
  106. package/lib/Card/Card.js +2 -2
  107. package/lib/Card/docs/Card__Custom.docs.js +2 -2
  108. package/lib/Card/docs/Card__Default.docs.js +2 -2
  109. package/lib/Card/docs/Card__Scroll.docs.js +2 -2
  110. package/lib/CheckBox/CheckBox.js +4 -5
  111. package/lib/CheckBox/CheckBox.module.css +8 -12
  112. package/lib/CheckBox/docs/CheckBox__custom.docs.js +2 -2
  113. package/lib/CheckBox/docs/CheckBox__default.docs.js +2 -2
  114. package/lib/DateTime/CalendarView.js +2 -2
  115. package/lib/DateTime/DateTime.js +22 -50
  116. package/lib/DateTime/DateTime.module.css +1 -1
  117. package/lib/DateTime/DateTimePopupFooter.js +2 -2
  118. package/lib/DateTime/DateTimePopupHeader.js +2 -2
  119. package/lib/DateTime/DateWidget.js +4 -14
  120. package/lib/DateTime/DateWidget.module.css +4 -0
  121. package/lib/DateTime/DaysRow.js +2 -2
  122. package/lib/DateTime/Time.js +2 -2
  123. package/lib/DateTime/YearView.js +2 -2
  124. package/lib/DateTime/YearView.module.css +0 -1
  125. package/lib/DateTime/docs/DateTime__default.docs.js +2 -2
  126. package/lib/DateTime/docs/DateWidget__default.docs.js +2 -2
  127. package/lib/DropBox/DropBox.js +4 -4
  128. package/lib/DropBox/docs/DropBox__custom.docs.js +2 -2
  129. package/lib/DropBox/docs/DropBox__customOrder.docs.js +2 -2
  130. package/lib/DropBox/docs/DropBox__fixedPosition.docs.js +2 -2
  131. package/lib/DropBox/docs/DropBox__position.docs.js +2 -2
  132. package/lib/DropBox/docs/DropBox__size.docs.js +2 -2
  133. package/lib/DropDown/DropDown.js +2 -2
  134. package/lib/DropDown/DropDownHeading.js +2 -2
  135. package/lib/DropDown/DropDownItem.js +2 -2
  136. package/lib/DropDown/DropDownSearch.js +2 -2
  137. package/lib/DropDown/DropDownSeparator.js +2 -2
  138. package/lib/DropDown/docs/DropDownHeading__custom.docs.js +2 -2
  139. package/lib/DropDown/docs/DropDownHeading__default.docs.js +2 -2
  140. package/lib/Label/Label.js +2 -2
  141. package/lib/Label/docs/Label__clipped.docs.js +2 -2
  142. package/lib/Label/docs/Label__custom.docs.js +2 -2
  143. package/lib/Label/docs/Label__palette.docs.js +2 -2
  144. package/lib/Label/docs/Label__size.docs.js +2 -2
  145. package/lib/Label/docs/Label__type.docs.js +2 -2
  146. package/lib/Layout/docs/Layout__Hidden.docs.js +2 -2
  147. package/lib/Layout/docs/Layout__default.docs.js +2 -2
  148. package/lib/Layout/docs/Layout__four_Column.docs.js +2 -2
  149. package/lib/Layout/docs/Layout__three_Column.docs.js +2 -2
  150. package/lib/Layout/docs/Layout__two_Column.docs.js +2 -2
  151. package/lib/LightNightMode/Colors.json +397 -496
  152. package/lib/LightNightMode/docs/AlternativeColors.docs.js +3 -25
  153. package/lib/ListItem/ListContainer.js +5 -8
  154. package/lib/ListItem/ListItem.js +4 -4
  155. package/lib/ListItem/ListItem.module.css +19 -18
  156. package/lib/ListItem/ListItemWithAvatar.js +4 -4
  157. package/lib/ListItem/ListItemWithCheckBox.js +4 -4
  158. package/lib/ListItem/ListItemWithIcon.js +4 -4
  159. package/lib/ListItem/ListItemWithRadio.js +4 -4
  160. package/lib/ListItem/docs/ListItemWithAvatar__custom.docs.js +2 -2
  161. package/lib/ListItem/docs/ListItemWithAvatar__default.docs.js +2 -2
  162. package/lib/ListItem/docs/ListItemWithCheckBox__custom.docs.js +2 -2
  163. package/lib/ListItem/docs/ListItemWithCheckBox__default.docs.js +2 -2
  164. package/lib/ListItem/docs/ListItemWithIcon__custom.docs.js +2 -2
  165. package/lib/ListItem/docs/ListItemWithIcon__default.docs.js +2 -2
  166. package/lib/ListItem/docs/ListItemWithRadio__custom.docs.js +2 -2
  167. package/lib/ListItem/docs/ListItemWithRadio__default.docs.js +2 -2
  168. package/lib/ListItem/docs/ListItem__custom.docs.js +2 -2
  169. package/lib/ListItem/docs/ListItem__default.docs.js +2 -2
  170. package/lib/Modal/Modal.js +3 -3
  171. package/lib/Modal/__docs__/Modal__default.docs.js +2 -2
  172. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +88 -120
  173. package/lib/MultiSelect/AdvancedMultiSelect.js +62 -99
  174. package/lib/{deprecated → MultiSelect}/AdvancedMultiSelect.module.css +1 -1
  175. package/lib/MultiSelect/EmptyState.js +2 -2
  176. package/lib/MultiSelect/MultiSelect.js +64 -90
  177. package/lib/MultiSelect/MultiSelect.module.css +2 -15
  178. package/lib/MultiSelect/MultiSelectHeader.js +2 -2
  179. package/lib/MultiSelect/MultiSelectWithAvatar.js +55 -80
  180. package/lib/MultiSelect/SelectedOptions.js +3 -3
  181. package/lib/MultiSelect/Suggestions.js +3 -3
  182. package/lib/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +2 -2
  183. package/lib/MultiSelect/docs/AdvancedMultiSelect__default.docs.js +2 -2
  184. package/lib/MultiSelect/docs/MultiSelectWithAvatar__default.docs.js +2 -2
  185. package/lib/MultiSelect/docs/MultiSelect__default.docs.js +2 -2
  186. package/lib/PopOver/PopOver.js +6 -13
  187. package/lib/PopOver/docs/PopOver__default.docs.js +2 -2
  188. package/lib/Popup/Popup.js +3 -3
  189. package/lib/Popup/__tests__/Popup.spec.js +2 -2
  190. package/lib/Provider/Config.js +1 -3
  191. package/lib/Provider/docs/Provider_Id__Class.docs.js +2 -2
  192. package/lib/Provider/docs/Provider_Zindex__Class.docs.js +2 -2
  193. package/lib/Provider.js +100 -34
  194. package/lib/Radio/Radio.js +2 -2
  195. package/lib/Radio/Radio.module.css +6 -8
  196. package/lib/Radio/docs/Radio__custom.docs.js +2 -2
  197. package/lib/Radio/docs/Radio__default.docs.js +2 -2
  198. package/lib/Responsive/ResizeComponent.js +2 -2
  199. package/lib/Responsive/Responsive.js +2 -2
  200. package/lib/Responsive/docs/Responsive__Custom.docs.js +2 -2
  201. package/lib/Responsive/docs/Responsive__default.docs.js +2 -2
  202. package/lib/Responsive/sizeObservers.js +3 -3
  203. package/lib/Ribbon/Ribbon.js +2 -2
  204. package/lib/Ribbon/docs/Ribbon__custom.docs.js +2 -2
  205. package/lib/Ribbon/docs/Ribbon__default.docs.js +2 -2
  206. package/lib/RippleEffect/RippleEffect.module.css +15 -37
  207. package/lib/RippleEffect/docs/RippleEffect__default.docs.js +2 -2
  208. package/lib/Select/GroupSelect.js +79 -102
  209. package/lib/Select/Select.js +87 -142
  210. package/lib/Select/Select.module.css +0 -6
  211. package/lib/Select/SelectWithAvatar.js +73 -98
  212. package/lib/Select/SelectWithIcon.js +76 -99
  213. package/lib/Select/docs/GroupSelect__default.docs.js +2 -2
  214. package/lib/Select/docs/SelectWithAvatar__default.docs.js +2 -2
  215. package/lib/Select/docs/SelectWithIcon__default.docs.js +2 -2
  216. package/lib/Select/docs/Select__default.docs.js +3 -3
  217. package/lib/Stencils/Stencils.js +2 -2
  218. package/lib/Stencils/docs/Stencils__custom.docs.js +2 -2
  219. package/lib/Stencils/docs/Stencils__default.docs.js +2 -2
  220. package/lib/Switch/Switch.js +3 -3
  221. package/lib/Switch/Switch.module.css +2 -3
  222. package/lib/Switch/docs/Switch__custom.docs.js +2 -2
  223. package/lib/Switch/docs/Switch__default.docs.js +2 -2
  224. package/lib/Tab/Tab.js +1 -1
  225. package/lib/Tab/TabWrapper.js +1 -1
  226. package/lib/Tab/Tabs.js +47 -70
  227. package/lib/Tab/Tabs.module.css +1 -2
  228. package/lib/Tab/docs/Tab__default.docs.js +2 -2
  229. package/lib/Tag/Tag.js +3 -3
  230. package/lib/Tag/Tag.module.css +2 -6
  231. package/lib/Tag/docs/Tag__custom.docs.js +2 -2
  232. package/lib/Tag/docs/Tag__default.docs.js +2 -2
  233. package/lib/TextBox/TextBox.js +3 -3
  234. package/lib/TextBox/docs/TextBox__custom.docs.js +2 -2
  235. package/lib/TextBox/docs/TextBox__default.docs.js +2 -2
  236. package/lib/TextBox/docs/TextBox__size.docs.js +2 -2
  237. package/lib/TextBox/docs/TextBox__variant.docs.js +2 -2
  238. package/lib/TextBoxIcon/TextBoxIcon.js +3 -3
  239. package/lib/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +2 -2
  240. package/lib/TextBoxIcon/docs/TextBoxIcon__default.docs.js +2 -2
  241. package/lib/Textarea/Textarea.js +3 -3
  242. package/lib/Textarea/docs/Textarea__animated.docs.js +2 -2
  243. package/lib/Textarea/docs/Textarea__custom.docs.js +2 -2
  244. package/lib/Textarea/docs/Textarea__default.docs.js +2 -2
  245. package/lib/Textarea/docs/Textarea__disabled.docs.js +2 -2
  246. package/lib/Tooltip/Tooltip.js +10 -62
  247. package/lib/Tooltip/Tooltip.module.css +1 -6
  248. package/lib/Tooltip/__tests__/Tooltip.spec.js +2 -2
  249. package/lib/Tooltip/docs/Tooltip__default.docs.js +13 -52
  250. package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +2 -2
  251. package/lib/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +2 -2
  252. package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
  253. package/lib/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +2 -2
  254. package/lib/a11y/FocusScope/docs/FocusScope__default.docs.js +2 -2
  255. package/lib/beta/FocusRing/docs/FocusRing__default.docs.js +2 -2
  256. package/lib/common/docStyle.module.css +2 -6
  257. package/lib/css.js +2 -0
  258. package/lib/deprecated/PortalLayer/PortalLayer.js +2 -2
  259. package/lib/deprecated/PortalLayer/docs/PortalLayer__default.docs.js +2 -2
  260. package/lib/index.js +1 -10
  261. package/lib/semantic/Button/Button.js +2 -2
  262. package/lib/semantic/Button/docs/Button__default.docs.js +2 -2
  263. package/package.json +6 -5
  264. package/lib/ResponsiveDropBox/ResponsiveDropBox.js +0 -130
  265. package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +0 -6
  266. package/lib/deprecated/advancedMultiSelectVariableJson.js +0 -82
@@ -1,11 +1,11 @@
1
1
  .cboth::after {
2
2
  content: '.';
3
+ clear: both;
3
4
  display: block;
4
5
  font-size: 0;
5
6
  height: 0;
6
7
  line-height: 0;
7
8
  visibility: hidden;
8
- clear: both;
9
9
  }
10
10
 
11
11
  .m10 {
@@ -16,14 +16,10 @@
16
16
  margin: 50px;
17
17
  }
18
18
 
19
- [dir=ltr] .pl10 {
19
+ .pl10 {
20
20
  padding-left: 10px;
21
21
  }
22
22
 
23
- [dir=rtl] .pl10 {
24
- padding-right: 10px;
25
- }
26
-
27
23
  .p10 {
28
24
  padding: 10px;
29
25
  }
@@ -65,14 +61,10 @@
65
61
  margin-bottom: 20px;
66
62
  }
67
63
 
68
- [dir=ltr] .mr20 {
64
+ .mr20 {
69
65
  margin-right: 20px;
70
66
  }
71
67
 
72
- [dir=rtl] .mr20 {
73
- margin-left: 20px;
74
- }
75
-
76
68
  .w60 {
77
69
  width: 60%;
78
70
  }
@@ -98,25 +90,22 @@
98
90
  }
99
91
 
100
92
  .dark {
101
- composes: p10;
102
93
  background-color: var(--dot_black);
94
+ composes: p10;
103
95
  }
104
96
 
105
97
  .table {
106
- composes: p10;
107
- composes: cboth;
108
98
  border: 1px solid var(--zd_smoke84);
109
99
  border-radius: 3px;
100
+ composes: p10;
101
+ composes: cboth;
110
102
  }
111
103
 
112
- [dir=ltr] .table .w60, [dir=ltr] .table .w40 {
104
+ .table .w60,
105
+ .table .w40 {
113
106
  float: left;
114
107
  }
115
108
 
116
- [dir=rtl] .table .w60, [dir=rtl] .table .w40 {
117
- float: right;
118
- }
119
-
120
109
  .tableheading {
121
110
  composes: blue;
122
111
  background:var(--zd_smoke1);
@@ -128,10 +117,10 @@
128
117
  composes: p10;
129
118
  composes: m10;
130
119
  width: 200px;
131
- composes: tcenter;
132
- font-weight: bold;
133
120
  border: 1px solid var(--zd_smoke83);
134
121
  border-radius: 3px;
122
+ composes: tcenter;
123
+ font-weight: bold;
135
124
  }
136
125
 
137
126
  .palette .palettecard {
@@ -147,10 +136,10 @@
147
136
 
148
137
  .fontlist {
149
138
  composes: tcenter;
150
- composes: p10;
151
- composes: m10;
152
139
  border: 1px solid var(--zd_smoke83);
153
140
  border-radius: 3px;
141
+ composes: p10;
142
+ composes: m10;
154
143
  }
155
144
 
156
145
  .fontlist span {
@@ -159,9 +148,9 @@
159
148
  }
160
149
 
161
150
  .cover {
151
+ border: 1px solid var(--zd_smoke1);
162
152
  composes: p10;
163
153
  composes: m10;
164
- border: 1px solid var(--zd_smoke1);
165
154
  border-radius: 5px;
166
155
  }
167
156
 
@@ -205,7 +194,8 @@
205
194
  background-color: #e2e4e6;
206
195
  padding: 5px;
207
196
  }
208
- .content, .trow {
197
+ .content,
198
+ .trow {
209
199
  padding: 5px;
210
200
  }
211
201
  .trow {
@@ -215,19 +205,14 @@
215
205
  background-color: #f6f6f6;
216
206
  }
217
207
  .colorvalue {
218
- font-size: 13px;
219
- color: #000;
220
208
  background-color: #e2e4e6;
221
209
  padding: 3px;
210
+ margin-right: 3px;
222
211
  border-radius: 5px;
212
+ font-size: 13px;
213
+ color: #000;
223
214
  cursor: pointer;
224
215
  }
225
- [dir=ltr] .colorvalue {
226
- margin-right: 3px;
227
- }
228
- [dir=rtl] .colorvalue {
229
- margin-left: 3px;
230
- }
231
216
  .rect {
232
217
  width: 40px;
233
218
  height: 40px;
@@ -243,29 +228,24 @@
243
228
  flex-direction: column;
244
229
  border: 1px dotted #ccc;
245
230
  padding: 4px 6px;
246
- }
247
- [dir=ltr] .nestedDiv {
248
231
  margin-right: 5px;
249
232
  }
250
- [dir=rtl] .nestedDiv {
251
- margin-left: 5px;
252
- }
253
233
  .para {
254
234
  font-size: 13px;
255
235
  margin-bottom: 5px;
256
236
  }
257
237
 
258
238
  [data-mode='default'] {
259
- color: #000;
260
239
  background: #fff;
240
+ color: #000;
261
241
  }
262
242
  [data-mode='dark'] {
263
- color: #e2e4e6;
264
243
  background: #232b38;
244
+ color: #e2e4e6;
265
245
  }
266
246
  [data-mode='pureDark'] {
267
- color: #e2e4e6;
268
247
  background: #212121;
248
+ color: #e2e4e6;
269
249
  }
270
250
 
271
251
  .baseHue {
@@ -279,13 +259,8 @@
279
259
  --avatar_bg_color: hsl(var(--hue), 100%, 90%);
280
260
  --avatar_border_color: hsl(var(--hue), 100%, 60%);
281
261
  --avatar_text_color: hsl(var(--hue), 100%, 40%);
282
- }
283
- [dir=ltr] .customAvatar {
284
262
  --avatar_border_radius: 0 12px/*rtl: 12px 0*/;
285
263
  }
286
- [dir=rtl] .customAvatar {
287
- --avatar_border_radius: 12px 0;
288
- }
289
264
  .customAvatar:hover {
290
265
  --avatar_border_width: 2px;
291
266
  --avatar_bg_color: hsl(var(--hue), 100%, 85%);
@@ -420,15 +395,10 @@
420
395
  .customDropbox {
421
396
  composes: baseHue;
422
397
  --dropbox_bg_color: hsl(var(--hue), 100%, 98%);
398
+ --dropbox_border_radius: 30px 0/*rtl:0 30px*/;
423
399
  --dropbox_box_shadow: 0 0 10px hsl(var(--hue), 100%, 90%);
424
400
  --dropbox_arrow_box_shadow_color: hsl(var(--hue), 100%, 90%);
425
401
  }
426
- [dir=ltr] .customDropbox {
427
- --dropbox_border_radius: 30px 0/*rtl:0 30px*/;
428
- }
429
- [dir=rtl] .customDropbox {
430
- --dropbox_border_radius: 0 30px;
431
- }
432
402
  .customDropbox:hover {
433
403
  --dropbox_box_shadow: 0 0 10px hsl(var(--hue), 100%, 80%);
434
404
  --dropbox_arrow_box_shadow_color: hsl(var(--hue), 100%, 80%);
@@ -632,39 +602,24 @@
632
602
  }
633
603
  .flagRibbon {
634
604
  composes: ribbon;
635
- }
636
- [dir=ltr] .flagRibbon {
637
605
  --ribbon_padding: 10px 20px/*rtl: 10px 20px*/;
638
606
  --ribbon_flag_border_width: 20px 10px 20px 0/*rtl: 20px 0 20px 10px*/;
639
607
  }
640
- [dir=rtl] .flagRibbon {
641
- --ribbon_padding: 10px 20px;
642
- --ribbon_flag_border_width: 20px 0 20px 10px;
643
- }
644
608
  .tagRibbon {
645
609
  composes: ribbon;
610
+ border-width: 2px 2px 2px 0/*rtl: 2px 0 2px 2px*/;
611
+ border-color: hsl(var(--hue), 100%, 50%);
612
+ border-radius: 0 6px 6px 0/*rtl: 6px 0 0 6px*/;
613
+ margin-left: 30px;
614
+ padding: 18px 30px/*rtl: 18px 30px*/;
646
615
  height: 56px;
647
616
  --ribbon_tag_before_width: 40px;
648
617
  --ribbon_tag_before_height: 40px;
618
+ --ribbon_tag_before_border_width: 2px 0 0 2px/*rtl: 2px 2px 0 0*/;
649
619
  --ribbon_tag_before_border_color: hsl(var(--hue), 100%, 50%);
650
620
  --ribbon_tag_before_left: -20px;
651
621
  --ribbon_tag_before_top: 6px;
652
622
  --ribbon_tag_before_border_radius: 0;
653
- border-color: hsl(var(--hue), 100%, 50%);
654
- }
655
- [dir=ltr] .tagRibbon {
656
- border-width: 2px 2px 2px 0/*rtl: 2px 0 2px 2px*/;
657
- border-radius: 0 6px 6px 0/*rtl: 6px 0 0 6px*/;
658
- margin-left: 30px;
659
- padding: 18px 30px/*rtl: 18px 30px*/;
660
- --ribbon_tag_before_border_width: 2px 0 0 2px/*rtl: 2px 2px 0 0*/;
661
- }
662
- [dir=rtl] .tagRibbon {
663
- border-width: 2px 0 2px 2px;
664
- border-radius: 6px 0 0 6px;
665
- margin-right: 30px;
666
- padding: 18px 30px;
667
- --ribbon_tag_before_border_width: 2px 2px 0 0;
668
623
  }
669
624
  .boxRibbon {
670
625
  composes: ribbon;
@@ -699,10 +654,10 @@
699
654
  /* custom textboxicon css */
700
655
  .customTboxwrap {
701
656
  composes: baseHue;
702
- --textboxicon_icon_margin: 4px 10px;
703
- --textboxicon_icon_color: hsl(var(--hue), 100%, 50%);
704
657
  background-color: hsl(var(--hue), 100%, 90%);
705
658
  margin: 5px 0;
659
+ --textboxicon_icon_margin: 4px 10px;
660
+ --textboxicon_icon_color: hsl(var(--hue), 100%, 50%);
706
661
  }
707
662
  .customTbox {
708
663
  --textbox_text_color: hsl(var(--hue), 100%, 50%);
@@ -729,8 +684,6 @@
729
684
  .tBoxIconRead,
730
685
  .tBoxIconDisable {
731
686
  composes: baseHue;
732
- }
733
- .tBoxIconRead, .tBoxIconDisable {
734
687
  background-color: hsl(var(--hue), 100%, 90%);
735
688
  margin: 5px 0;
736
689
  }
@@ -744,11 +697,11 @@
744
697
  /* custom textarea css */
745
698
  .customTextarea {
746
699
  composes: baseHue;
700
+ background-color: hsl(var(--hue), 100%, 97%);
747
701
  --textarea_border_width: 1px;
748
702
  --textarea_border_color: hsl(var(--hue), 100%, 50%);
749
703
  --textarea_text_color: hsl(var(--hue), 100%, 50%);
750
704
  --textarea_padding: 2px 10px;
751
- background-color: hsl(var(--hue), 100%, 97%);
752
705
  }
753
706
  .customTextarea:hover {
754
707
  --textarea_border_color: hsl(var(--hue), 100%, 40%);
@@ -758,9 +711,9 @@
758
711
  }
759
712
  .disabledTarea {
760
713
  composes: baseHue;
714
+ background-color: hsl(var(--hue), 100%, 97%);
761
715
  --textarea_border_width: 1px;
762
716
  --textarea_border_color: hsl(var(--hue), 100%, 80%);
763
717
  --textarea_text_color: hsl(var(--hue), 100%, 80%);
764
718
  --textarea_padding: 2px 10px;
765
- background-color: hsl(var(--hue), 100%, 97%);
766
719
  }
@@ -1,7 +1,6 @@
1
1
  .zoomInEnter,
2
2
  .zoomInLeave.zoomInLeaveActive {
3
3
  opacity: 0;
4
- }.zoomInEnter, .zoomInLeave.zoomInLeaveActive {
5
4
  transform: perspective(1px) scale(1.5) translateZ(0);
6
5
  transition-duration: var(--zd_transition3);
7
6
  transition-property: all;
@@ -9,8 +8,6 @@
9
8
  .zoomInEnter.zoomInEnterActive,
10
9
  .zoomInLeave {
11
10
  opacity: 1;
12
- }
13
- .zoomInEnter.zoomInEnterActive, .zoomInLeave {
14
11
  transform: perspective(1px) scale(1) translateZ(0);
15
12
  transition-duration: var(--zd_transition3);
16
13
  transition-property: all;
@@ -18,20 +15,15 @@
18
15
 
19
16
  .scaleInEnter,
20
17
  .scaleInLeave.scaleInLeaveActive {
21
- opacity: 0;
22
- }
23
-
24
- .scaleInEnter, .scaleInLeave.scaleInLeaveActive {
25
18
  transform: scale(0);
19
+ opacity: 0;
26
20
  transition-duration: var(--zd_transition3);
27
21
  transition-property: all;
28
22
  }
29
23
  .scaleInEnter.scaleInEnterActive,
30
24
  .scaleInLeave {
31
- opacity: 1;
32
- }
33
- .scaleInEnter.scaleInEnterActive, .scaleInLeave {
34
25
  transform: scale(1);
26
+ opacity: 1;
35
27
  transition-duration: var(--zd_transition3);
36
28
  transition-property: all;
37
29
  }
@@ -39,9 +31,6 @@
39
31
  .fadeInEnter,
40
32
  .fadeInLeave.fadeInLeaveActive {
41
33
  opacity: 0;
42
- }
43
-
44
- .fadeInEnter, .fadeInLeave.fadeInLeaveActive {
45
34
  transition-duration: var(--zd_transition3);
46
35
  transition-property: all;
47
36
  }
@@ -49,9 +38,6 @@
49
38
  .fadeInEnter.fadeInEnterActive,
50
39
  .fadeInLeave {
51
40
  opacity: 1;
52
- }
53
-
54
- .fadeInEnter.fadeInEnterActive, .fadeInLeave {
55
41
  transition-duration: var(--zd_transition3);
56
42
  transition-property: all;
57
43
  }
@@ -59,27 +45,14 @@
59
45
  .slideLeftEnter,
60
46
  .slideLeftLeave.slideLeftLeaveActive {
61
47
  opacity: 0;
62
- }
63
-
64
- .slideLeftEnter, .slideLeftLeave.slideLeftLeaveActive {
48
+ transform: translateX(110%);
65
49
  transition-duration: var(--zd_transition3);
66
50
  transition-property: all;
67
51
  }
68
52
 
69
- [dir=ltr] .slideLeftEnter, [dir=ltr] .slideLeftLeave.slideLeftLeaveActive {
70
- transform: translateX(110%);
71
- }
72
-
73
- [dir=rtl] .slideLeftEnter, [dir=rtl] .slideLeftLeave.slideLeftLeaveActive {
74
- transform: translateX(-110%);
75
- }
76
-
77
53
  .slideLeftEnter.slideLeftEnterActive,
78
54
  .slideLeftLeave {
79
55
  opacity: 1;
80
- }
81
-
82
- .slideLeftEnter.slideLeftEnterActive, .slideLeftLeave {
83
56
  transform: translateX(0%);
84
57
  transition-duration: var(--zd_transition3);
85
58
  transition-property: all;
@@ -88,9 +61,6 @@
88
61
  .slideDownEnter,
89
62
  .slideDownLeave.slideDownLeaveActive {
90
63
  opacity: 0;
91
- }
92
-
93
- .slideDownEnter, .slideDownLeave.slideDownLeaveActive {
94
64
  transform: translateY(-100%);
95
65
  transition-duration: var(--zd_transition3);
96
66
  transition-property: all;
@@ -99,9 +69,6 @@
99
69
  .slideDownEnter.slideDownEnterActive,
100
70
  .slideDownLeave {
101
71
  opacity: 1;
102
- }
103
-
104
- .slideDownEnter.slideDownEnterActive, .slideDownLeave {
105
72
  transform: translateY(0%);
106
73
  transition-duration: var(--zd_transition3);
107
74
  transition-property: all;
@@ -110,27 +77,14 @@
110
77
  .skewInEnter,
111
78
  .skewInLeave.skewInLeaveActive {
112
79
  opacity: 0;
113
- }
114
-
115
- .skewInEnter, .skewInLeave.skewInLeaveActive {
80
+ transform: translate(100%, 100%) skew(72deg) scale(0) perspective(221px);
116
81
  transition-duration: var(--zd_transition3);
117
82
  transition-property: all;
118
83
  }
119
84
 
120
- [dir=ltr] .skewInEnter, [dir=ltr] .skewInLeave.skewInLeaveActive {
121
- transform: translate(100%, 100%) skew(72deg) scale(0) perspective(221px);
122
- }
123
-
124
- [dir=rtl] .skewInEnter, [dir=rtl] .skewInLeave.skewInLeaveActive {
125
- transform: translate(-100%, 100%) skew(-72deg) scale(0) perspective(221px);
126
- }
127
-
128
85
  .skewInEnter.skewInEnterActive,
129
86
  .skewInLeave {
130
87
  opacity: 1;
131
- }
132
-
133
- .skewInEnter.skewInEnterActive, .skewInLeave {
134
88
  transform: translate(0, 0) skew(0deg) scale(1) perspective(221px);
135
89
  transition-duration: var(--zd_transition3);
136
90
  transition-property: all;
@@ -144,3 +98,9 @@
144
98
  .defaultLeave {
145
99
  display: block;
146
100
  }
101
+
102
+ .noneEnter,
103
+ .noneEnter.noneEnterActive,
104
+ .noneLeave,
105
+ .noneLeave.noneLeaveActive {
106
+ }
@@ -1,7 +1,8 @@
1
1
  .wrapper {
2
2
  position: relative;
3
3
  }
4
- .disabled, .readOnly {
4
+ .disabled,
5
+ .readOnly {
5
6
  cursor: not-allowed;
6
7
  }
7
8
  .container {
@@ -9,9 +10,9 @@
9
10
  composes: oflowy from '../common/common.module.css';
10
11
  }
11
12
  .hasBorder {
12
- transition: border var(--zd_transition2) linear 0s;
13
13
  border-bottom-style: solid;
14
14
  border-bottom-width: 1px;
15
+ transition: border var(--zd_transition2) linear 0s;
15
16
  }
16
17
  .borderColor_transparent {
17
18
  border-bottom-color: var(--zdt_advancedmultiselect_transparent_border);
@@ -40,40 +41,25 @@
40
41
  .effect .borderColor_dark.active {
41
42
  border-bottom-color: var(--zdt_advancedmultiselect_dark_active_border);
42
43
  }
43
- [dir=ltr] .container.medium {
44
+ .container.medium {
44
45
  padding: 0 var(--zd_size34) var(--zd_size7) 0;
45
46
  }
46
- [dir=rtl] .container.medium {
47
- padding: 0 0 var(--zd_size7) var(--zd_size34);
48
- }
49
47
  .container.xmedium {
50
- min-height: var(--zd_size30);
51
- }
52
- [dir=ltr] .container.xmedium {
53
48
  padding: 0 var(--zd_size34) var(--zd_size1) 0;
54
- }
55
- [dir=rtl] .container.xmedium {
56
- padding: 0 0 var(--zd_size1) var(--zd_size34);
49
+ min-height: var(--zd_size30);
57
50
  }
58
51
 
59
52
  .delete {
60
53
  position: absolute;
61
54
  bottom: 0;
62
- color: var(--zdt_advancedmultiselect_delete_text);
55
+ right: var(--zd_size15);
63
56
  padding-bottom: var(--zd_size10);
57
+ color: var(--zdt_advancedmultiselect_delete_text);
64
58
  cursor: pointer;
65
59
  background-color: var(--zdt_advancedmultiselect_delete_bg);
66
60
  border: 0;
67
61
  }
68
62
 
69
- [dir=ltr] .delete {
70
- right: var(--zd_size15);
71
- }
72
-
73
- [dir=rtl] .delete {
74
- left: var(--zd_size15);
75
- }
76
-
77
63
  .delete:hover {
78
64
  color: var(--zdt_advancedmultiselect_delete_hover_text);
79
65
  }
@@ -119,9 +105,9 @@
119
105
  .more {
120
106
  font-size: var(--zd_font_size14);
121
107
  color: var(--zdt_advancedmultiselect_more_text);
122
- font-family: inherit;
123
108
  cursor: pointer;
124
109
  margin-top: var(--zd_size5);
110
+ font-family: inherit;
125
111
  background-color: var(--zdt_advancedmultiselect_delete_bg);
126
112
  border: 0;
127
113
  }
@@ -1,9 +1,9 @@
1
1
  .buttonReset {
2
- outline: 0;
3
- font: inherit;
4
- color: inherit;
5
2
  border: inherit;
3
+ outline: 0;
6
4
  background-color: inherit;
5
+ font: inherit;
7
6
  padding: 0;
7
+ color: inherit;
8
8
  text-align: inherit;
9
9
  }
@@ -21,7 +21,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
21
21
 
22
22
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
23
23
 
24
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
24
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
25
25
 
26
26
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
27
27
 
@@ -31,7 +31,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
31
31
 
32
32
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
33
33
 
34
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
34
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
35
35
 
36
36
  var Accordion = /*#__PURE__*/function (_React$Component) {
37
37
  _inherits(Accordion, _React$Component);
@@ -25,7 +25,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
25
25
 
26
26
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
27
 
28
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
29
 
30
30
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
31
 
@@ -35,7 +35,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
35
35
 
36
36
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
37
 
38
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
39
 
40
40
  var AccordionItem = /*#__PURE__*/function (_React$Component) {
41
41
  _inherits(AccordionItem, _React$Component);
@@ -23,7 +23,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
23
23
 
24
24
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
25
25
 
26
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
26
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
27
27
 
28
28
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
29
29
 
@@ -33,7 +33,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
33
33
 
34
34
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
35
35
 
36
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
36
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
37
37
 
38
38
  var Accordion__Demo = /*#__PURE__*/function (_React$Component) {
39
39
  _inherits(Accordion__Demo, _React$Component);
@@ -25,7 +25,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
25
25
 
26
26
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
27
 
28
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
29
 
30
30
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
31
 
@@ -35,7 +35,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
35
35
 
36
36
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
37
 
38
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
39
 
40
40
  var Animation = /*#__PURE__*/function (_React$Component) {
41
41
  _inherits(Animation, _React$Component);
@@ -25,7 +25,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
25
25
 
26
26
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
27
 
28
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
29
 
30
30
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
31
 
@@ -35,7 +35,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
35
35
 
36
36
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
37
 
38
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
39
 
40
40
  var Animation__default = /*#__PURE__*/function (_React$Component) {
41
41
  _inherits(Animation__default, _React$Component);
@@ -25,7 +25,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
25
25
 
26
26
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
27
 
28
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
29
 
30
30
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
31
 
@@ -35,7 +35,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
35
35
 
36
36
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
37
 
38
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
39
 
40
40
  var Animation__fadeIn = /*#__PURE__*/function (_React$Component) {
41
41
  _inherits(Animation__fadeIn, _React$Component);
@@ -25,7 +25,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
25
25
 
26
26
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
27
 
28
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
29
 
30
30
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
31
 
@@ -35,7 +35,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
35
35
 
36
36
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
37
 
38
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
39
 
40
40
  var Animation__scaleIn = /*#__PURE__*/function (_React$Component) {
41
41
  _inherits(Animation__scaleIn, _React$Component);