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

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