@zohodesk/components 1.0.0-temp-42 → 1.0.0-temp-43

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 (348) hide show
  1. package/README.md +3 -0
  2. package/es/Animation/docs/Animation__default.docs.js +2 -2
  3. package/es/Animation/docs/Animation__fadeIn.docs.js +2 -2
  4. package/es/Animation/docs/Animation__scaleIn.docs.js +2 -2
  5. package/es/Animation/docs/Animation__skewIn.docs.js +2 -2
  6. package/es/Animation/docs/Animation__slideDown.docs.js +2 -2
  7. package/es/Animation/docs/Animation__slideLeft.docs.js +2 -2
  8. package/es/Animation/docs/Animation__zoomIn.docs.js +2 -2
  9. package/es/Appearance/dark/mode/darkMode.module.css +69 -69
  10. package/es/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +2 -2
  11. package/es/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css +2 -2
  12. package/es/Appearance/dark/themes/green/greenDarkCTATheme.module.css +1 -1
  13. package/es/Appearance/dark/themes/green/greenDarkComponentTheme.module.css +2 -2
  14. package/es/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +1 -1
  15. package/es/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css +2 -2
  16. package/es/Appearance/dark/themes/red/redDarkCTATheme.module.css +1 -1
  17. package/es/Appearance/dark/themes/red/redDarkComponentTheme.module.css +2 -2
  18. package/es/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +1 -1
  19. package/es/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css +2 -2
  20. package/es/Appearance/default/mode/defaultMode.module.css +158 -158
  21. package/es/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +28 -28
  22. package/es/Appearance/default/themes/blue/blueDefaultComponentTheme.module.css +5 -5
  23. package/es/Appearance/default/themes/green/greenDefaultCTATheme.module.css +1 -1
  24. package/es/Appearance/default/themes/green/greenDefaultComponentTheme.module.css +4 -4
  25. package/es/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +1 -1
  26. package/es/Appearance/default/themes/orange/orangeDefaultComponentTheme.module.css +4 -4
  27. package/es/Appearance/default/themes/red/redDefaultCTATheme.module.css +1 -1
  28. package/es/Appearance/default/themes/red/redDefaultComponentTheme.module.css +4 -4
  29. package/es/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +1 -1
  30. package/es/Appearance/default/themes/yellow/yellowDefaultComponentTheme.module.css +4 -4
  31. package/es/Avatar/Avatar.js +1 -2
  32. package/es/Avatar/__tests__/Avatar.spec.js +1 -0
  33. package/es/AvatarTeam/__tests__/AvatarTeam.spec.js +1 -0
  34. package/es/AvatarTeam/docs/AvatarTeam__palette.docs.js +1 -1
  35. package/es/Button/__tests__/Button.spec.js +1 -0
  36. package/es/Buttongroup/__test__/Buttongroup.spec.js +1 -0
  37. package/es/Card/Card.module.css +3 -3
  38. package/es/Card/docs/Card__Default.docs.js +4 -4
  39. package/es/Card/docs/Card__Scroll.docs.js +4 -4
  40. package/es/DateTime/DateTime.js +3 -6
  41. package/es/DateTime/DateWidget.js +2 -5
  42. package/es/DateTime/DateWidget.module.css +0 -4
  43. package/es/DateTime/YearView.js +5 -6
  44. package/es/DateTime/common.js +2 -9
  45. package/es/DateTime/dateFormatUtils/dateFormat.js +57 -76
  46. package/es/DateTime/dateFormatUtils/index.js +7 -12
  47. package/es/DateTime/dateFormatUtils/timeChange.js +3 -4
  48. package/es/DateTime/dateFormatUtils/yearChange.js +3 -4
  49. package/es/DateTime/validator.js +1 -0
  50. package/es/Label/__tests__/Label.spec.js +2 -0
  51. package/es/Layout/docs/Layout__Hidden.docs.js +1 -1
  52. package/es/Layout/docs/Layout__four_Column.docs.js +1 -1
  53. package/es/Layout/docs/Layout__three_Column.docs.js +1 -1
  54. package/es/Layout/utils.js +1 -2
  55. package/es/ListItem/ListItem.js +2 -0
  56. package/es/ListItem/ListItemWithIcon.js +2 -0
  57. package/es/MultiSelect/AdvancedGroupMultiSelect.js +10 -15
  58. package/es/MultiSelect/AdvancedMultiSelect.js +7 -6
  59. package/es/MultiSelect/AdvancedMultiSelect.module.css +8 -8
  60. package/es/MultiSelect/MultiSelect.js +10 -15
  61. package/es/MultiSelect/MultiSelect.module.css +8 -13
  62. package/es/MultiSelect/MultiSelectWithAvatar.js +6 -3
  63. package/es/MultiSelect/SelectedOptions.js +3 -2
  64. package/es/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +1 -2
  65. package/es/PopOver/PopOver.module.css +1 -1
  66. package/es/Popup/Popup.js +8 -14
  67. package/es/Popup/viewPort.js +9 -14
  68. package/es/Provider/IdProvider.js +4 -5
  69. package/es/Provider/LibraryContext.js +5 -6
  70. package/es/Provider/NumberGenerator/NumberGenerator.js +15 -17
  71. package/es/Provider/ZindexProvider.js +4 -5
  72. package/es/Radio/Radio.js +1 -2
  73. package/es/Radio/Radio.module.css +2 -2
  74. package/es/Responsive/CustomResponsive.js +8 -11
  75. package/es/Responsive/ResizeComponent.js +1 -3
  76. package/es/Responsive/Responsive.js +9 -12
  77. package/es/Responsive/docs/Responsive__Custom.docs.js +44 -49
  78. package/es/Responsive/docs/Responsive__default.docs.js +74 -77
  79. package/es/Responsive/sizeObservers.js +1 -5
  80. package/es/Ribbon/__tests__/Ribbon.spec.js +1 -0
  81. package/es/RippleEffect/RippleEffect.js +7 -4
  82. package/es/RippleEffect/RippleEffect.module.css +3 -0
  83. package/es/RippleEffect/docs/RippleEffect__default.docs.js +8 -8
  84. package/es/Select/GroupSelect.js +1 -2
  85. package/es/Select/Select.js +1 -2
  86. package/es/Select/Select.module.css +1 -1
  87. package/es/Select/SelectWithAvatar.js +7 -4
  88. package/es/Select/docs/Select__default.docs.js +1 -2
  89. package/es/Stencils/__tests__/Stencils.spec.js +1 -0
  90. package/es/Tab/Tab.js +26 -27
  91. package/es/Tab/TabContent.js +14 -17
  92. package/es/Tab/TabContentWrapper.js +14 -17
  93. package/es/Tab/TabWrapper.js +14 -15
  94. package/es/Tab/Tabs.js +1 -2
  95. package/es/Tab/docs/Tab__default.docs.js +1 -0
  96. package/es/Tag/Tag.js +10 -4
  97. package/es/Tag/Tag.module.css +14 -11
  98. package/es/Tag/docs/Tag__default.docs.js +70 -0
  99. package/es/TextBox/__tests__/TextBox.spec.js +1 -0
  100. package/es/TextBoxIcon/TextBoxIcon.js +1 -1
  101. package/es/TextBoxIcon/TextBoxIcon.module.css +5 -2
  102. package/es/TextBoxIcon/__tests__/TextBoxIcon.spec.js +1 -0
  103. package/es/Textarea/__tests__/Textarea.spec.js +1 -0
  104. package/es/Tooltip/Tooltip.js +1 -0
  105. package/es/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +2 -2
  106. package/es/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +2 -2
  107. package/es/a11y/FocusScope/FocusScope.js +4 -10
  108. package/es/beta/FocusRing/FocusRing.js +1 -4
  109. package/es/common/docStyle.module.css +9 -9
  110. package/es/utils/Common.js +11 -31
  111. package/es/utils/datetime/common.js +3 -6
  112. package/es/utils/dropDownUtils.js +5 -6
  113. package/es/utils/getInitial.js +1 -3
  114. package/lib/Accordion/Accordion.js +3 -3
  115. package/lib/Accordion/AccordionItem.js +3 -3
  116. package/lib/Accordion/docs/Accordion__Demo.docs.js +3 -3
  117. package/lib/Animation/Animation.js +3 -3
  118. package/lib/Animation/docs/Animation__default.docs.js +5 -5
  119. package/lib/Animation/docs/Animation__fadeIn.docs.js +5 -5
  120. package/lib/Animation/docs/Animation__scaleIn.docs.js +5 -5
  121. package/lib/Animation/docs/Animation__skewIn.docs.js +5 -5
  122. package/lib/Animation/docs/Animation__slideDown.docs.js +5 -5
  123. package/lib/Animation/docs/Animation__slideLeft.docs.js +5 -5
  124. package/lib/Animation/docs/Animation__zoomIn.docs.js +5 -5
  125. package/lib/AppContainer/AppContainer.js +3 -3
  126. package/lib/AppContainer/docs/AppContainer__default.docs.js +3 -3
  127. package/lib/Appearance/dark/mode/darkMode.module.css +69 -69
  128. package/lib/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +2 -2
  129. package/lib/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css +2 -2
  130. package/lib/Appearance/dark/themes/green/greenDarkCTATheme.module.css +1 -1
  131. package/lib/Appearance/dark/themes/green/greenDarkComponentTheme.module.css +2 -2
  132. package/lib/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +1 -1
  133. package/lib/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css +2 -2
  134. package/lib/Appearance/dark/themes/red/redDarkCTATheme.module.css +1 -1
  135. package/lib/Appearance/dark/themes/red/redDarkComponentTheme.module.css +2 -2
  136. package/lib/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +1 -1
  137. package/lib/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css +2 -2
  138. package/lib/Appearance/default/mode/defaultMode.module.css +158 -158
  139. package/lib/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +28 -28
  140. package/lib/Appearance/default/themes/blue/blueDefaultComponentTheme.module.css +5 -5
  141. package/lib/Appearance/default/themes/green/greenDefaultCTATheme.module.css +1 -1
  142. package/lib/Appearance/default/themes/green/greenDefaultComponentTheme.module.css +4 -4
  143. package/lib/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +1 -1
  144. package/lib/Appearance/default/themes/orange/orangeDefaultComponentTheme.module.css +4 -4
  145. package/lib/Appearance/default/themes/red/redDefaultCTATheme.module.css +1 -1
  146. package/lib/Appearance/default/themes/red/redDefaultComponentTheme.module.css +4 -4
  147. package/lib/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +1 -1
  148. package/lib/Appearance/default/themes/yellow/yellowDefaultComponentTheme.module.css +4 -4
  149. package/lib/Avatar/Avatar.js +3 -3
  150. package/lib/Avatar/docs/Avatar__custom.docs.js +3 -3
  151. package/lib/Avatar/docs/Avatar__default.docs.js +3 -3
  152. package/lib/Avatar/docs/Avatar__palette.docs.js +3 -3
  153. package/lib/Avatar/docs/Avatar__text.docs.js +3 -3
  154. package/lib/AvatarTeam/AvatarTeam.js +3 -3
  155. package/lib/AvatarTeam/docs/AvatarTeam__custom.docs.js +3 -3
  156. package/lib/AvatarTeam/docs/AvatarTeam__default.docs.js +3 -3
  157. package/lib/AvatarTeam/docs/AvatarTeam__palette.docs.js +4 -4
  158. package/lib/AvatarTeam/docs/AvatarTeam__size.docs.js +3 -3
  159. package/lib/Button/Button.js +3 -3
  160. package/lib/Button/docs/Button__custom.docs.js +3 -3
  161. package/lib/Button/docs/Button__default.docs.js +3 -3
  162. package/lib/Buttongroup/Buttongroup.js +3 -3
  163. package/lib/Buttongroup/docs/Buttongroup__custom.docs.js +3 -3
  164. package/lib/Buttongroup/docs/Buttongroup__footer.docs.js +3 -3
  165. package/lib/Buttongroup/docs/Buttongroup__header.docs.js +3 -3
  166. package/lib/Card/Card.js +4 -4
  167. package/lib/Card/Card.module.css +3 -3
  168. package/lib/Card/__tests__/Card.spec.js +1 -1
  169. package/lib/Card/docs/Card__Custom.docs.js +3 -3
  170. package/lib/Card/docs/Card__Default.docs.js +7 -7
  171. package/lib/Card/docs/Card__Scroll.docs.js +7 -7
  172. package/lib/Card/index.js +7 -7
  173. package/lib/CheckBox/CheckBox.js +3 -3
  174. package/lib/CheckBox/docs/CheckBox__custom.docs.js +3 -3
  175. package/lib/CheckBox/docs/CheckBox__default.docs.js +3 -3
  176. package/lib/DateTime/CalendarView.js +4 -4
  177. package/lib/DateTime/DateTime.js +3 -3
  178. package/lib/DateTime/DateTimePopupFooter.js +3 -3
  179. package/lib/DateTime/DateTimePopupHeader.js +3 -3
  180. package/lib/DateTime/DateWidget.js +3 -3
  181. package/lib/DateTime/DateWidget.module.css +0 -4
  182. package/lib/DateTime/DaysRow.js +3 -3
  183. package/lib/DateTime/Time.js +3 -3
  184. package/lib/DateTime/YearView.js +3 -3
  185. package/lib/DateTime/__tests__/CalendarView.spec.js +1 -1
  186. package/lib/DateTime/__tests__/DateTime.spec.js +1 -1
  187. package/lib/DateTime/constants.js +1 -1
  188. package/lib/DateTime/dateFormatUtils/dateFormat.js +2 -2
  189. package/lib/DateTime/dateFormatUtils/index.js +13 -13
  190. package/lib/DateTime/docs/DateTime__default.docs.js +3 -3
  191. package/lib/DateTime/docs/DateWidget__default.docs.js +3 -3
  192. package/lib/DateTime/objectUtils.js +2 -2
  193. package/lib/DropBox/DropBox.js +3 -3
  194. package/lib/DropBox/docs/DropBox__custom.docs.js +3 -3
  195. package/lib/DropBox/docs/DropBox__customOrder.docs.js +3 -3
  196. package/lib/DropBox/docs/DropBox__fixedPosition.docs.js +3 -3
  197. package/lib/DropBox/docs/DropBox__position.docs.js +3 -3
  198. package/lib/DropBox/docs/DropBox__size.docs.js +3 -3
  199. package/lib/DropDown/DropDown.js +4 -4
  200. package/lib/DropDown/DropDownHeading.js +3 -3
  201. package/lib/DropDown/DropDownItem.js +3 -3
  202. package/lib/DropDown/DropDownSearch.js +3 -3
  203. package/lib/DropDown/DropDownSeparator.js +3 -3
  204. package/lib/DropDown/docs/DropDownHeading__custom.docs.js +3 -3
  205. package/lib/DropDown/docs/DropDownHeading__default.docs.js +3 -3
  206. package/lib/Label/Label.js +3 -3
  207. package/lib/Label/docs/Label__clipped.docs.js +3 -3
  208. package/lib/Label/docs/Label__custom.docs.js +3 -3
  209. package/lib/Label/docs/Label__palette.docs.js +3 -3
  210. package/lib/Label/docs/Label__size.docs.js +3 -3
  211. package/lib/Label/docs/Label__type.docs.js +3 -3
  212. package/lib/Layout/Box.js +1 -1
  213. package/lib/Layout/Container.js +1 -1
  214. package/lib/Layout/docs/Layout__Hidden.docs.js +4 -4
  215. package/lib/Layout/docs/Layout__default.docs.js +3 -3
  216. package/lib/Layout/docs/Layout__four_Column.docs.js +4 -4
  217. package/lib/Layout/docs/Layout__three_Column.docs.js +4 -4
  218. package/lib/Layout/docs/Layout__two_Column.docs.js +3 -3
  219. package/lib/Layout/index.js +4 -4
  220. package/lib/Layout/utils.js +2 -2
  221. package/lib/LightNightMode/docs/AlternativeColors.docs.js +3 -3
  222. package/lib/ListItem/ListItem.js +3 -3
  223. package/lib/ListItem/ListItemWithAvatar.js +3 -3
  224. package/lib/ListItem/ListItemWithCheckBox.js +3 -3
  225. package/lib/ListItem/ListItemWithIcon.js +3 -3
  226. package/lib/ListItem/ListItemWithRadio.js +3 -3
  227. package/lib/ListItem/docs/ListItemWithAvatar__custom.docs.js +3 -3
  228. package/lib/ListItem/docs/ListItemWithAvatar__default.docs.js +3 -3
  229. package/lib/ListItem/docs/ListItemWithCheckBox__custom.docs.js +3 -3
  230. package/lib/ListItem/docs/ListItemWithCheckBox__default.docs.js +3 -3
  231. package/lib/ListItem/docs/ListItemWithIcon__custom.docs.js +3 -3
  232. package/lib/ListItem/docs/ListItemWithIcon__default.docs.js +3 -3
  233. package/lib/ListItem/docs/ListItemWithRadio__custom.docs.js +3 -3
  234. package/lib/ListItem/docs/ListItemWithRadio__default.docs.js +3 -3
  235. package/lib/ListItem/docs/ListItem__custom.docs.js +3 -3
  236. package/lib/ListItem/docs/ListItem__default.docs.js +3 -3
  237. package/lib/Modal/Modal.js +3 -3
  238. package/lib/Modal/__docs__/Modal__default.docs.js +3 -3
  239. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +10 -7
  240. package/lib/MultiSelect/AdvancedMultiSelect.js +9 -6
  241. package/lib/MultiSelect/AdvancedMultiSelect.module.css +8 -8
  242. package/lib/MultiSelect/EmptyState.js +3 -3
  243. package/lib/MultiSelect/MultiSelect.js +10 -7
  244. package/lib/MultiSelect/MultiSelect.module.css +8 -13
  245. package/lib/MultiSelect/MultiSelectHeader.js +3 -3
  246. package/lib/MultiSelect/MultiSelectWithAvatar.js +9 -6
  247. package/lib/MultiSelect/SelectedOptions.js +6 -5
  248. package/lib/MultiSelect/Suggestions.js +5 -5
  249. package/lib/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +3 -3
  250. package/lib/MultiSelect/docs/AdvancedMultiSelect__default.docs.js +3 -3
  251. package/lib/MultiSelect/docs/MultiSelectWithAvatar__default.docs.js +3 -3
  252. package/lib/MultiSelect/docs/MultiSelect__default.docs.js +3 -3
  253. package/lib/PopOver/PopOver.js +4 -4
  254. package/lib/PopOver/PopOver.module.css +1 -1
  255. package/lib/PopOver/docs/PopOver__default.docs.js +3 -3
  256. package/lib/Popup/Popup.js +3 -3
  257. package/lib/Popup/__tests__/Popup.spec.js +3 -3
  258. package/lib/Provider/IdProvider.js +3 -3
  259. package/lib/Provider/LibraryContext.js +3 -3
  260. package/lib/Provider/NumberGenerator/NumberGenerator.js +2 -2
  261. package/lib/Provider/ZindexProvider.js +1 -1
  262. package/lib/Provider/docs/Provider_Id__Class.docs.js +3 -3
  263. package/lib/Provider/docs/Provider_Zindex__Class.docs.js +3 -3
  264. package/lib/Provider.js +3 -3
  265. package/lib/Radio/Radio.js +4 -6
  266. package/lib/Radio/Radio.module.css +2 -2
  267. package/lib/Radio/docs/Radio__custom.docs.js +3 -3
  268. package/lib/Radio/docs/Radio__default.docs.js +3 -3
  269. package/lib/Responsive/CustomResponsive.js +4 -4
  270. package/lib/Responsive/RefWrapper.js +1 -1
  271. package/lib/Responsive/ResizeComponent.js +3 -3
  272. package/lib/Responsive/ResizeObserver.js +1 -1
  273. package/lib/Responsive/Responsive.js +5 -6
  274. package/lib/Responsive/docs/Responsive__Custom.docs.js +3 -3
  275. package/lib/Responsive/docs/Responsive__default.docs.js +3 -3
  276. package/lib/Responsive/sizeObservers.js +5 -6
  277. package/lib/Responsive/utils/index.js +2 -3
  278. package/lib/Responsive/utils/shallowCompare.js +1 -1
  279. package/lib/Ribbon/Ribbon.js +3 -3
  280. package/lib/Ribbon/docs/Ribbon__custom.docs.js +3 -3
  281. package/lib/Ribbon/docs/Ribbon__default.docs.js +3 -3
  282. package/lib/RippleEffect/RippleEffect.js +7 -4
  283. package/lib/RippleEffect/RippleEffect.module.css +3 -0
  284. package/lib/RippleEffect/docs/RippleEffect__default.docs.js +11 -11
  285. package/lib/Select/GroupSelect.js +3 -3
  286. package/lib/Select/Select.js +3 -3
  287. package/lib/Select/Select.module.css +1 -1
  288. package/lib/Select/SelectWithAvatar.js +10 -7
  289. package/lib/Select/SelectWithIcon.js +3 -3
  290. package/lib/Select/docs/GroupSelect__default.docs.js +3 -3
  291. package/lib/Select/docs/SelectWithAvatar__default.docs.js +3 -3
  292. package/lib/Select/docs/SelectWithIcon__default.docs.js +3 -3
  293. package/lib/Select/docs/Select__default.docs.js +3 -3
  294. package/lib/Stencils/Stencils.js +3 -3
  295. package/lib/Stencils/docs/Stencils__custom.docs.js +3 -3
  296. package/lib/Stencils/docs/Stencils__default.docs.js +3 -3
  297. package/lib/Switch/Switch.js +3 -3
  298. package/lib/Switch/docs/Switch__custom.docs.js +3 -3
  299. package/lib/Switch/docs/Switch__default.docs.js +3 -3
  300. package/lib/Tab/Tab.js +1 -1
  301. package/lib/Tab/TabWrapper.js +1 -1
  302. package/lib/Tab/Tabs.js +3 -3
  303. package/lib/Tab/docs/Tab__default.docs.js +3 -3
  304. package/lib/Tab/index.js +10 -10
  305. package/lib/Tag/Tag.js +13 -7
  306. package/lib/Tag/Tag.module.css +14 -11
  307. package/lib/Tag/docs/Tag__custom.docs.js +3 -3
  308. package/lib/Tag/docs/Tag__default.docs.js +73 -3
  309. package/lib/TextBox/TextBox.js +3 -3
  310. package/lib/TextBox/docs/TextBox__custom.docs.js +3 -3
  311. package/lib/TextBox/docs/TextBox__default.docs.js +3 -3
  312. package/lib/TextBox/docs/TextBox__size.docs.js +3 -3
  313. package/lib/TextBox/docs/TextBox__variant.docs.js +3 -3
  314. package/lib/TextBoxIcon/TextBoxIcon.js +4 -4
  315. package/lib/TextBoxIcon/TextBoxIcon.module.css +5 -2
  316. package/lib/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +3 -3
  317. package/lib/TextBoxIcon/docs/TextBoxIcon__default.docs.js +3 -3
  318. package/lib/Textarea/Textarea.js +3 -3
  319. package/lib/Textarea/docs/Textarea__animated.docs.js +3 -3
  320. package/lib/Textarea/docs/Textarea__custom.docs.js +3 -3
  321. package/lib/Textarea/docs/Textarea__default.docs.js +3 -3
  322. package/lib/Textarea/docs/Textarea__disabled.docs.js +3 -3
  323. package/lib/Tooltip/Tooltip.js +3 -3
  324. package/lib/Tooltip/__tests__/Tooltip.spec.js +3 -3
  325. package/lib/Tooltip/docs/Tooltip__default.docs.js +3 -3
  326. package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +3 -3
  327. package/lib/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +5 -5
  328. package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
  329. package/lib/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +5 -5
  330. package/lib/a11y/FocusScope/FocusScope.js +2 -2
  331. package/lib/a11y/FocusScope/docs/FocusScope__default.docs.js +3 -3
  332. package/lib/beta/FocusRing/FocusRing.js +3 -3
  333. package/lib/beta/FocusRing/docs/FocusRing__default.docs.js +3 -3
  334. package/lib/common/docStyle.module.css +9 -9
  335. package/lib/deprecated/PortalLayer/PortalLayer.js +3 -3
  336. package/lib/deprecated/PortalLayer/docs/PortalLayer__default.docs.js +3 -3
  337. package/lib/index.js +308 -308
  338. package/lib/semantic/Button/Button.js +3 -3
  339. package/lib/semantic/Button/docs/Button__default.docs.js +3 -3
  340. package/lib/utils/Common.js +16 -20
  341. package/lib/utils/datetime/common.js +10 -10
  342. package/lib/utils/dropDownUtils.js +2 -2
  343. package/lib/utils/shallowEqual.js +1 -1
  344. package/package.json +5 -5
  345. package/preprocess/componentAppearanceColors.js +1 -1
  346. package/preprocess/json/componentAppearanceVariableJson.js +230 -230
  347. package/preprocess/json/componentThemeVariableJson.js +33 -33
  348. package/preprocess/json/ctaThemeVariableJson.js +38 -38
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -25,9 +25,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
25
25
 
26
26
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
27
27
 
28
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
28
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
29
29
 
30
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
30
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
31
31
 
32
32
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
33
33
 
@@ -63,15 +63,15 @@ var Card__Default = /*#__PURE__*/function (_Component) {
63
63
  isScrollAttribute: true
64
64
  }, /*#__PURE__*/_react["default"].createElement(_Card.CardHeader, null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
65
65
  style: {
66
- color: 'var(--dot_text_white)',
67
- background: 'var(--dot_bg_black)'
66
+ color: 'var(--dot_white)',
67
+ background: 'var(--dot_black)'
68
68
  }
69
69
  }, "Header")), /*#__PURE__*/_react["default"].createElement(_Card.CardContent, {
70
70
  isScrollAttribute: true
71
71
  }, /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, "What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). Where does it come from? Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32. What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). Where does it come from? Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32. What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). Where does it come from? Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.")), /*#__PURE__*/_react["default"].createElement(_Card.CardFooter, null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
72
72
  style: {
73
- color: 'var(--dot_text_white)',
74
- background: 'var(--dot_bg_black)'
73
+ color: 'var(--dot_white)',
74
+ background: 'var(--dot_black)'
75
75
  }
76
76
  }, "Footer")))));
77
77
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -25,9 +25,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
25
25
 
26
26
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
27
27
 
28
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
28
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
29
29
 
30
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
30
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
31
31
 
32
32
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
33
33
 
@@ -79,8 +79,8 @@ var Card__Scroll = /*#__PURE__*/function (_Component) {
79
79
  fetchData: this.fetchData
80
80
  }, /*#__PURE__*/_react["default"].createElement(_Card.CardHeader, null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
81
81
  style: {
82
- color: 'var(--dot_text_white)',
83
- background: 'var(--dot_bg_black)'
82
+ color: 'var(--dot_white)',
83
+ background: 'var(--dot_black)'
84
84
  }
85
85
  }, "Header")), /*#__PURE__*/_react["default"].createElement(_Card.CardContent, null, data.map(function (val, index) {
86
86
  return /*#__PURE__*/_react["default"].createElement("div", {
@@ -92,8 +92,8 @@ var Card__Scroll = /*#__PURE__*/function (_Component) {
92
92
  }, val);
93
93
  })), /*#__PURE__*/_react["default"].createElement(_Card.CardFooter, null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
94
94
  style: {
95
- color: 'var(--dot_text_white)',
96
- background: 'var(--dot_bg_black)'
95
+ color: 'var(--dot_white)',
96
+ background: 'var(--dot_black)'
97
97
  }
98
98
  }, "Footer"))));
99
99
  }
package/lib/Card/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -11,22 +11,22 @@ Object.defineProperty(exports, "Card", {
11
11
  return _Card["default"];
12
12
  }
13
13
  });
14
- Object.defineProperty(exports, "CardContent", {
14
+ Object.defineProperty(exports, "CardHeader", {
15
15
  enumerable: true,
16
16
  get: function get() {
17
- return _Card.CardContent;
17
+ return _Card.CardHeader;
18
18
  }
19
19
  });
20
- Object.defineProperty(exports, "CardFooter", {
20
+ Object.defineProperty(exports, "CardContent", {
21
21
  enumerable: true,
22
22
  get: function get() {
23
- return _Card.CardFooter;
23
+ return _Card.CardContent;
24
24
  }
25
25
  });
26
- Object.defineProperty(exports, "CardHeader", {
26
+ Object.defineProperty(exports, "CardFooter", {
27
27
  enumerable: true,
28
28
  get: function get() {
29
- return _Card.CardHeader;
29
+ return _Card.CardFooter;
30
30
  }
31
31
  });
32
32
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -27,9 +27,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
27
27
 
28
28
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
29
29
 
30
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
30
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
31
31
 
32
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
32
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
33
33
 
34
34
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
35
35
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -23,9 +23,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
23
23
 
24
24
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
25
25
 
26
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
27
27
 
28
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
28
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
29
 
30
30
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
31
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -21,9 +21,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
21
21
 
22
22
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
23
23
 
24
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
24
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
25
25
 
26
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
27
 
28
28
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
29
 
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- exports["default"] = exports.Span = void 0;
8
+ exports.Span = exports["default"] = void 0;
9
9
 
10
10
  var _react = _interopRequireDefault(require("react"));
11
11
 
@@ -25,9 +25,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
25
25
 
26
26
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
27
27
 
28
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
28
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
29
29
 
30
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
30
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
31
31
 
32
32
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
33
33
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -53,9 +53,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
53
53
 
54
54
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
55
55
 
56
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
56
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
57
57
 
58
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
58
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
59
59
 
60
60
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
61
61
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -25,9 +25,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
25
25
 
26
26
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
27
27
 
28
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
28
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
29
29
 
30
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
30
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
31
31
 
32
32
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
33
33
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -25,9 +25,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
25
25
 
26
26
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
27
27
 
28
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
28
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
29
29
 
30
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
30
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
31
31
 
32
32
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
33
33
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -51,9 +51,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
51
51
 
52
52
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
53
53
 
54
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
54
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
55
55
 
56
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
56
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
57
57
 
58
58
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
59
59
 
@@ -6,10 +6,6 @@
6
6
  .readOnly, .readOnly > input, .disabled {
7
7
  cursor: not-allowed;
8
8
  }
9
- .readOnly,
10
- .disabled {
11
- composes: readonly from '../common/common.module.css';
12
- }
13
9
  .enabled {
14
10
  cursor: pointer;
15
11
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -23,9 +23,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
23
23
 
24
24
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
25
25
 
26
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
27
27
 
28
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
28
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
29
 
30
30
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
31
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -25,9 +25,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
25
25
 
26
26
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
27
27
 
28
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
28
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
29
29
 
30
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
30
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
31
31
 
32
32
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
33
33
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -27,9 +27,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
27
27
 
28
28
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
29
29
 
30
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
30
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
31
31
 
32
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
32
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
33
33
 
34
34
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
35
35
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  var _CalendarView = _interopRequireWildcard(require("../CalendarView"));
6
6
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  var _DateTime = _interopRequireWildcard(require("../DateTime"));
6
6
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.supportedPatterns = exports.patternSplitStr = exports.patternChangeStr = exports.monthNamesShortDefault = exports.monthNamesDefault = exports.i18nShortMonths = exports.i18nMonths = exports.flags = exports.defaultFormat = exports.dayNamesShortDefault = exports.dayNamesDefault = exports.ampmTextDefault = exports.INVALID_DATE = exports.INCONSTANT = void 0;
6
+ exports.i18nMonths = exports.i18nShortMonths = exports.ampmTextDefault = exports.dayNamesShortDefault = exports.dayNamesDefault = exports.monthNamesShortDefault = exports.monthNamesDefault = exports.flags = exports.INVALID_DATE = exports.INCONSTANT = exports.patternSplitStr = exports.patternChangeStr = exports.supportedPatterns = exports.defaultFormat = void 0;
7
7
  var defaultFormat = 'dd-MM-yyyy';
8
8
  exports.defaultFormat = defaultFormat;
9
9
  var supportedPatterns = ['.', '/', '-', ' ']; // RESTRICTED PATTERNS - ['@']
@@ -3,12 +3,12 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.getDateDetails = getDateDetails;
7
6
  exports.getDateFormatDetails = getDateFormatDetails;
8
- exports.getDateFormatSelection = getDateFormatSelection;
9
7
  exports.getDateTimeString = getDateTimeString;
8
+ exports.getDateDetails = getDateDetails;
10
9
  exports.getIsValidDate = getIsValidDate;
11
10
  exports.getSelectedDate = getSelectedDate;
11
+ exports.getDateFormatSelection = getDateFormatSelection;
12
12
 
13
13
  var _datetimejs = _interopRequireDefault(require("@zohodesk/datetimejs"));
14
14
 
@@ -3,25 +3,25 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.addZero = addZero;
7
- exports.arrayIsNotEqual = arrayIsNotEqual;
8
- exports.convertTwoDigitToYear = convertTwoDigitToYear;
9
6
  exports.convertYearToTwoDigit = convertYearToTwoDigit;
10
- exports.getDayDetails = getDayDetails;
7
+ exports.addZero = addZero;
11
8
  exports.getDayEnd = getDayEnd;
12
- exports.getHourDetails = getHourDetails;
13
- exports.getIsCurrentYear = getIsCurrentYear;
9
+ exports.getIsNumberTyped = getIsNumberTyped;
14
10
  exports.getIsDeleteTyped = getIsDeleteTyped;
15
- exports.getIsEmptyHour = getIsEmptyHour;
16
- exports.getIsEmptyYear = getIsEmptyYear;
17
11
  exports.getIsNewValueType = getIsNewValueType;
18
- exports.getIsNoonValueTyped = getIsNoonValueTyped;
19
- exports.getIsNumberTyped = getIsNumberTyped;
20
- exports.getIsSupportedKey = getIsSupportedKey;
21
- exports.getMinuteDetails = getMinuteDetails;
12
+ exports.getDayDetails = getDayDetails;
22
13
  exports.getMonthDetails = getMonthDetails;
23
- exports.getNoonDetails = getNoonDetails;
24
14
  exports.getYearDetails = getYearDetails;
15
+ exports.convertTwoDigitToYear = convertTwoDigitToYear;
16
+ exports.getHourDetails = getHourDetails;
17
+ exports.getMinuteDetails = getMinuteDetails;
18
+ exports.getIsNoonValueTyped = getIsNoonValueTyped;
19
+ exports.getNoonDetails = getNoonDetails;
20
+ exports.getIsSupportedKey = getIsSupportedKey;
21
+ exports.arrayIsNotEqual = arrayIsNotEqual;
22
+ exports.getIsEmptyHour = getIsEmptyHour;
23
+ exports.getIsEmptyYear = getIsEmptyYear;
24
+ exports.getIsCurrentYear = getIsCurrentYear;
25
25
  exports.removeYearPattern = removeYearPattern;
26
26
 
27
27
  var _datetimejs = _interopRequireDefault(require("@zohodesk/datetimejs"));
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -23,9 +23,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
23
23
 
24
24
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
25
25
 
26
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
27
27
 
28
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
28
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
29
 
30
30
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
31
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -25,9 +25,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
25
25
 
26
26
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
27
27
 
28
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
28
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
29
29
 
30
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
30
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
31
31
 
32
32
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
33
33
 
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.omit = exports.extract = exports.equals = exports.clone = void 0;
6
+ exports.equals = exports.omit = exports.extract = exports.clone = void 0;
7
7
 
8
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
8
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
9
9
 
10
10
  /*eslint-disable */
11
11
  var clone = function clone(a, b, c, d, e, f) {