glints-aries 4.0.151 → 4.0.152

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 (455) hide show
  1. package/es/Display/Accordion/Accordion.js +4 -3
  2. package/es/Display/Accordion/AccordionPanel.d.ts +2 -2
  3. package/es/Display/Accordion/AccordionPanel.js +2 -1
  4. package/es/Display/Collapsible/Collapsible.js +2 -1
  5. package/es/Display/Collapsible/Collapsible.stories.js +2 -1
  6. package/es/Display/Gallery/GalleryStyle.js +5 -5
  7. package/es/Display/Modal/Modal.js +2 -1
  8. package/es/Display/Modal/Modal.stories.js +2 -1
  9. package/es/Display/Modal/ModalStyle.js +6 -6
  10. package/es/Display/PointingModal/PointingModal.d.ts +2 -2
  11. package/es/Display/PointingModal/PointingModal.js +2 -1
  12. package/es/Display/PointingModal/PointingModalBody.d.ts +2 -2
  13. package/es/Display/PointingModal/PointingModalBody.js +2 -1
  14. package/es/Display/PointingModal/PointingModalFooter.js +2 -1
  15. package/es/Display/PointingModal/PointingModalHeader.d.ts +2 -2
  16. package/es/Display/PointingModal/PointingModalHeader.js +2 -1
  17. package/es/Display/PointingModal/PointingModalItem.d.ts +2 -2
  18. package/es/Display/PointingModal/PointingModalItem.js +2 -1
  19. package/es/Display/PointingModal/PointingModalStyle.js +6 -6
  20. package/es/Display/Slider/Slider.d.ts +1 -1
  21. package/es/Display/Slider/Slider.js +2 -1
  22. package/es/Display/Swipeable/SwipeableItem.d.ts +2 -2
  23. package/es/Display/Swipeable/SwipeableItem.js +2 -1
  24. package/es/Display/Swipeable/SwipeableStyle.js +3 -3
  25. package/es/Display/Tabs/TabPane.d.ts +2 -2
  26. package/es/Display/Tabs/TabPane.js +2 -1
  27. package/es/Display/Tabs/TabsStyle.js +4 -4
  28. package/es/Display/Tooltip/Tooltip.js +2 -1
  29. package/es/Display/Tooltip/Tooltip.stories.js +5 -3
  30. package/es/Display/Tooltip/TooltipStyle.d.ts +1 -2
  31. package/es/General/Alert/AlertStyle.js +4 -4
  32. package/es/General/Badge/Badge.d.ts +2 -2
  33. package/es/General/Badge/Badge.js +2 -1
  34. package/es/General/Badge/Badge.stories.js +1 -1
  35. package/es/General/Badge/BadgeStyle.js +1 -1
  36. package/es/General/Brand/Brand.d.ts +2 -2
  37. package/es/General/Brand/Brand.js +2 -1
  38. package/es/General/Brand/BrandStyle.js +2 -2
  39. package/es/General/Button/Button.js +2 -1
  40. package/es/General/Button/ButtonStyle.js +11 -11
  41. package/es/General/Button/GhostButton.d.ts +32 -5
  42. package/es/General/Button/GhostButton.js +2 -1
  43. package/es/General/Button/LinkButton.d.ts +28 -5
  44. package/es/General/Button/LinkButton.js +2 -1
  45. package/es/General/Button/SolidButton.d.ts +32 -5
  46. package/es/General/Button/SolidButton.js +2 -1
  47. package/es/General/Button/SolidShadowButton.d.ts +31 -5
  48. package/es/General/Button/SolidShadowButton.js +2 -1
  49. package/es/General/Divider/Divider.js +2 -1
  50. package/es/General/Heading/Heading.js +2 -1
  51. package/es/General/Heading/Heading.stories.js +2 -1
  52. package/es/General/Icon/Icon.js +2 -1
  53. package/es/General/Icon/IconStyle.js +1 -1
  54. package/es/General/Loading/LoadingStyle.js +2 -2
  55. package/es/General/ProfilePicture/ProfilePicture.d.ts +2 -2
  56. package/es/General/ProfilePicture/ProfilePicture.js +2 -1
  57. package/es/General/ProfilePicture/ProfilePictureStyle.js +2 -2
  58. package/es/General/Tag/ActionTags/AddTag.js +1 -1
  59. package/es/General/Tag/ActionTags/ResetTag.js +1 -1
  60. package/es/General/Tag/BasicTag.d.ts +2 -2
  61. package/es/General/Tag/BasicTag.js +2 -1
  62. package/es/General/Tag/Tag.js +2 -1
  63. package/es/General/Typography/Paragraph.js +2 -1
  64. package/es/General/Typography/Title.js +2 -1
  65. package/es/Input/Checkbox/Checkbox.js +2 -1
  66. package/es/Input/Checkbox/CheckboxStyle.js +1 -1
  67. package/es/Input/Datepicker/Datepicker.d.ts +1 -1
  68. package/es/Input/Datepicker/DatepickerStyle.js +12 -12
  69. package/es/Input/DownshiftSelect/Select.js +4 -3
  70. package/es/Input/DownshiftSelect/Select.stories.js +8 -8
  71. package/es/Input/DownshiftSelect/SelectStyle.js +16 -16
  72. package/es/Input/NumberInput/NumberInput.d.ts +2 -2
  73. package/es/Input/PhoneNumberInput/PhoneNumberInput.js +4 -3
  74. package/es/Input/RadioButton/RadioButton.d.ts +1 -1
  75. package/es/Input/RadioButton/RadioButton.js +2 -1
  76. package/es/Input/Select/Select.d.ts +2 -2
  77. package/es/Input/Select/Select.js +13 -12
  78. package/es/Input/Select/SelectItem.d.ts +2 -2
  79. package/es/Input/Select/SelectItem.js +2 -1
  80. package/es/Input/Select/SelectList.js +2 -1
  81. package/es/Input/Select/SelectStyle.js +7 -7
  82. package/es/Input/TextField/TextField.d.ts +63 -3
  83. package/es/Input/TextField/TextField.js +3 -2
  84. package/es/Input/Textarea/Textarea.js +3 -2
  85. package/es/Input/ToggleSwitch/Styles.js +2 -2
  86. package/es/Input/ToggleSwitch/ToggleSwitch.js +2 -1
  87. package/es/Layout/Box/constants.js +2 -2
  88. package/es/Layout/Box/index.js +1 -1
  89. package/es/Layout/Box/types.js +1 -0
  90. package/es/Layout/Flex/Flex.stories.js +2 -2
  91. package/es/Layout/Flex/FlexStoryStyle.js +2 -2
  92. package/es/Layout/Flex/index.d.ts +3 -1
  93. package/es/Layout/Flex/index.js +2 -1
  94. package/es/Layout/Grid/Col.js +2 -1
  95. package/es/Layout/Grid/Row.js +2 -1
  96. package/es/Navigation/Breadcrumb/Breadcrumb.d.ts +2 -2
  97. package/es/Navigation/Breadcrumb/Breadcrumb.js +2 -1
  98. package/es/Navigation/Breadcrumb/BreadcrumbItem.d.ts +2 -2
  99. package/es/Navigation/Breadcrumb/BreadcrumbItem.js +2 -1
  100. package/es/Navigation/Breadcrumb/BreadcrumbStyle.js +2 -2
  101. package/es/Navigation/Drawer/Drawer.d.ts +1 -1
  102. package/es/Navigation/Drawer/Drawer.js +3 -2
  103. package/es/Navigation/Dropdown/Dropdown.js +2 -1
  104. package/es/Navigation/Dropdown/DropdownItem.d.ts +2 -2
  105. package/es/Navigation/Dropdown/DropdownItem.js +2 -1
  106. package/es/Utils/Shadow/ShadowsStoriesHelpers.js +2 -2
  107. package/lib/Display/Accordion/Accordion.js +9 -5
  108. package/lib/Display/Accordion/Accordion.stories.js +1 -1
  109. package/lib/Display/Accordion/AccordionPanel.d.ts +2 -2
  110. package/lib/Display/Accordion/AccordionPanel.js +7 -3
  111. package/lib/Display/Accordion/AccordionStyle.js +5 -3
  112. package/lib/Display/Collapsible/Collapsible.js +7 -3
  113. package/lib/Display/Collapsible/Collapsible.stories.js +3 -2
  114. package/lib/Display/Collapsible/CollapsibleStyle.js +5 -3
  115. package/lib/Display/Gallery/Gallery.js +4 -2
  116. package/lib/Display/Gallery/Gallery.stories.js +1 -1
  117. package/lib/Display/Gallery/GalleryStyle.js +6 -6
  118. package/lib/Display/Modal/Modal.js +7 -3
  119. package/lib/Display/Modal/Modal.stories.js +8 -4
  120. package/lib/Display/Modal/ModalStyle.js +7 -7
  121. package/lib/Display/PointingModal/PointingModal.d.ts +2 -2
  122. package/lib/Display/PointingModal/PointingModal.js +7 -3
  123. package/lib/Display/PointingModal/PointingModal.stories.js +1 -1
  124. package/lib/Display/PointingModal/PointingModalBody.d.ts +2 -2
  125. package/lib/Display/PointingModal/PointingModalBody.js +7 -3
  126. package/lib/Display/PointingModal/PointingModalFooter.js +7 -3
  127. package/lib/Display/PointingModal/PointingModalHeader.d.ts +2 -2
  128. package/lib/Display/PointingModal/PointingModalHeader.js +7 -3
  129. package/lib/Display/PointingModal/PointingModalItem.d.ts +2 -2
  130. package/lib/Display/PointingModal/PointingModalItem.js +7 -3
  131. package/lib/Display/PointingModal/PointingModalStyle.js +7 -7
  132. package/lib/Display/Popover/Popover.js +4 -2
  133. package/lib/Display/Popover/Popover.stories.js +1 -1
  134. package/lib/Display/Popover/PopoverStyle.js +5 -3
  135. package/lib/Display/Slider/LeftArrow.js +4 -2
  136. package/lib/Display/Slider/RightArrow.js +4 -2
  137. package/lib/Display/Slider/Slider.d.ts +1 -1
  138. package/lib/Display/Slider/Slider.js +6 -3
  139. package/lib/Display/Slider/Slider.stories.js +1 -1
  140. package/lib/Display/Slider/SliderItem.js +4 -2
  141. package/lib/Display/Slider/SliderStyle.js +5 -3
  142. package/lib/Display/Swipeable/Swipeable.js +4 -2
  143. package/lib/Display/Swipeable/Swipeable.stories.js +1 -1
  144. package/lib/Display/Swipeable/SwipeableItem.d.ts +2 -2
  145. package/lib/Display/Swipeable/SwipeableItem.js +7 -3
  146. package/lib/Display/Swipeable/SwipeableStyle.js +4 -4
  147. package/lib/Display/Tabs/TabPane.d.ts +2 -2
  148. package/lib/Display/Tabs/TabPane.js +7 -3
  149. package/lib/Display/Tabs/Tabs.js +4 -2
  150. package/lib/Display/Tabs/Tabs.stories.js +1 -1
  151. package/lib/Display/Tabs/TabsStyle.js +5 -5
  152. package/lib/Display/Tooltip/Tooltip.js +7 -3
  153. package/lib/Display/Tooltip/Tooltip.stories.js +6 -4
  154. package/lib/Display/Tooltip/TooltipStyle.d.ts +1 -2
  155. package/lib/General/Alert/Alert.js +4 -2
  156. package/lib/General/Alert/Alert.stories.js +5 -3
  157. package/lib/General/Alert/AlertStyle.js +9 -7
  158. package/lib/General/Badge/Badge.d.ts +2 -2
  159. package/lib/General/Badge/Badge.js +7 -3
  160. package/lib/General/Badge/Badge.stories.js +2 -2
  161. package/lib/General/Badge/BadgeStyle.js +1 -1
  162. package/lib/General/Brand/Brand.d.ts +2 -2
  163. package/lib/General/Brand/Brand.js +7 -3
  164. package/lib/General/Brand/Brand.stories.js +1 -1
  165. package/lib/General/Brand/BrandStyle.js +2 -2
  166. package/lib/General/Button/Button.js +4 -2
  167. package/lib/General/Button/Button.stories.js +1 -1
  168. package/lib/General/Button/ButtonStyle.js +12 -12
  169. package/lib/General/Button/GhostButton.d.ts +32 -5
  170. package/lib/General/Button/GhostButton.js +7 -3
  171. package/lib/General/Button/LinkButton.d.ts +28 -5
  172. package/lib/General/Button/LinkButton.js +7 -3
  173. package/lib/General/Button/SolidButton.d.ts +32 -5
  174. package/lib/General/Button/SolidButton.js +7 -3
  175. package/lib/General/Button/SolidShadowButton.d.ts +31 -5
  176. package/lib/General/Button/SolidShadowButton.js +7 -3
  177. package/lib/General/Divider/Divider.js +3 -1
  178. package/lib/General/Divider/Divider.stories.js +5 -3
  179. package/lib/General/Heading/Heading.js +3 -1
  180. package/lib/General/Heading/Heading.stories.js +3 -2
  181. package/lib/General/Icon/Icon.js +8 -4
  182. package/lib/General/Icon/IconStoriesHelpers.js +5 -3
  183. package/lib/General/Icon/IconStyle.js +1 -1
  184. package/lib/General/Icon/LegacyIcon.js +4 -2
  185. package/lib/General/Icon/components/AddCircleOutlineIcon.js +4 -2
  186. package/lib/General/Icon/components/AddCircleSolidIcon.js +4 -2
  187. package/lib/General/Icon/components/AddIcon.js +4 -2
  188. package/lib/General/Icon/components/ArrowBackDoubleIcon.js +4 -2
  189. package/lib/General/Icon/components/ArrowBackIcon.js +4 -2
  190. package/lib/General/Icon/components/ArrowBackSolidIcon.js +4 -2
  191. package/lib/General/Icon/components/ArrowDownCircleOutlineIcon.js +4 -2
  192. package/lib/General/Icon/components/ArrowDownIcon.js +4 -2
  193. package/lib/General/Icon/components/ArrowDownSolidIcon.js +4 -2
  194. package/lib/General/Icon/components/ArrowNextDoubleIcon.js +4 -2
  195. package/lib/General/Icon/components/ArrowNextIcon.js +4 -2
  196. package/lib/General/Icon/components/ArrowNextSolidIcon.js +4 -2
  197. package/lib/General/Icon/components/ArrowRoundBackIcon.js +4 -2
  198. package/lib/General/Icon/components/ArrowRoundForwardIcon.js +4 -2
  199. package/lib/General/Icon/components/ArrowUpIcon.js +4 -2
  200. package/lib/General/Icon/components/ArrowUpSolidIcon.js +4 -2
  201. package/lib/General/Icon/components/AsteriskSolidIcon.js +4 -2
  202. package/lib/General/Icon/components/AttachmentIcon.js +4 -2
  203. package/lib/General/Icon/components/BehanceIcon.js +4 -2
  204. package/lib/General/Icon/components/BellIcon.js +4 -2
  205. package/lib/General/Icon/components/BookmarkIcon.js +4 -2
  206. package/lib/General/Icon/components/BookmarkOutlineIcon.js +4 -2
  207. package/lib/General/Icon/components/BookmarkRoundedOutlineIcon.js +4 -2
  208. package/lib/General/Icon/components/BoxWithHandleSolidIcon.js +4 -2
  209. package/lib/General/Icon/components/BriefcaseSolidIcon.js +4 -2
  210. package/lib/General/Icon/components/BuildingSolidIcon.js +4 -2
  211. package/lib/General/Icon/components/BulletListIcon.js +4 -2
  212. package/lib/General/Icon/components/CalendarIcon.js +4 -2
  213. package/lib/General/Icon/components/CameraIcon.js +4 -2
  214. package/lib/General/Icon/components/ChecklistIcon.js +4 -2
  215. package/lib/General/Icon/components/CheckmarkIcon.js +4 -2
  216. package/lib/General/Icon/components/CheckmarkSolidIcon.js +4 -2
  217. package/lib/General/Icon/components/CheckmarkThickIcon.js +4 -2
  218. package/lib/General/Icon/components/CircleAndCheckIcon.js +4 -2
  219. package/lib/General/Icon/components/CircleIcon.js +4 -2
  220. package/lib/General/Icon/components/ClipboardCheckOutlineIcon.js +4 -2
  221. package/lib/General/Icon/components/ClipboardIcon.js +4 -2
  222. package/lib/General/Icon/components/ClockIcon.js +4 -2
  223. package/lib/General/Icon/components/CloseCircleSolidIcon.js +4 -2
  224. package/lib/General/Icon/components/CloseIcon.js +4 -2
  225. package/lib/General/Icon/components/CloudDownloadIcon.js +4 -2
  226. package/lib/General/Icon/components/CloudUploadIcon.js +4 -2
  227. package/lib/General/Icon/components/CodepenIcon.js +4 -2
  228. package/lib/General/Icon/components/CommunityIcon.js +4 -2
  229. package/lib/General/Icon/components/CompassIcon.js +4 -2
  230. package/lib/General/Icon/components/ConnectionIcon.js +4 -2
  231. package/lib/General/Icon/components/CopyIcon.js +4 -2
  232. package/lib/General/Icon/components/CopyLinkIcon.js +4 -2
  233. package/lib/General/Icon/components/CopyOutlinedIcon.js +4 -2
  234. package/lib/General/Icon/components/CurrencyIcon.js +4 -2
  235. package/lib/General/Icon/components/DeleteIcon.js +4 -2
  236. package/lib/General/Icon/components/DiscountSolidIcon.js +4 -2
  237. package/lib/General/Icon/components/DocumentCheckIcon.js +4 -2
  238. package/lib/General/Icon/components/DotIcon.js +4 -2
  239. package/lib/General/Icon/components/DoubleCheckmarkIcon.js +4 -2
  240. package/lib/General/Icon/components/DoveIcon.js +4 -2
  241. package/lib/General/Icon/components/DownloadIcon.js +4 -2
  242. package/lib/General/Icon/components/DragArrowIcon.js +4 -2
  243. package/lib/General/Icon/components/DragStripesIcon.js +4 -2
  244. package/lib/General/Icon/components/EditIcon.js +4 -2
  245. package/lib/General/Icon/components/EditOutlineIcon.js +4 -2
  246. package/lib/General/Icon/components/ExclamationIcon.js +4 -2
  247. package/lib/General/Icon/components/ExitFullScreenIcon.js +4 -2
  248. package/lib/General/Icon/components/ExternalLinkIcon.js +4 -2
  249. package/lib/General/Icon/components/EyeIcon.js +4 -2
  250. package/lib/General/Icon/components/EyeSlashedIcon.js +4 -2
  251. package/lib/General/Icon/components/EyeSolidIcon.js +4 -2
  252. package/lib/General/Icon/components/FacebookIcon.js +4 -2
  253. package/lib/General/Icon/components/FileAlternateIcon.js +4 -2
  254. package/lib/General/Icon/components/FileIcon.js +4 -2
  255. package/lib/General/Icon/components/FilePreviewIcon.js +4 -2
  256. package/lib/General/Icon/components/FileSolidIcon.js +4 -2
  257. package/lib/General/Icon/components/FilterIcon.js +4 -2
  258. package/lib/General/Icon/components/FlagIcon.js +4 -2
  259. package/lib/General/Icon/components/FolderIcon.js +4 -2
  260. package/lib/General/Icon/components/FullScreenIcon.js +4 -2
  261. package/lib/General/Icon/components/GithubIcon.js +4 -2
  262. package/lib/General/Icon/components/GlobeIcon.js +4 -2
  263. package/lib/General/Icon/components/GraduationHatIcon.js +4 -2
  264. package/lib/General/Icon/components/GroupIcon.js +4 -2
  265. package/lib/General/Icon/components/GuaranteeIcon.js +4 -2
  266. package/lib/General/Icon/components/HandIcon.js +4 -2
  267. package/lib/General/Icon/components/HandShakeIcon.js +4 -2
  268. package/lib/General/Icon/components/HeartIcon.js +4 -2
  269. package/lib/General/Icon/components/HeartSolidIcon.js +4 -2
  270. package/lib/General/Icon/components/HelpIcon.js +4 -2
  271. package/lib/General/Icon/components/HomeIcon.js +4 -2
  272. package/lib/General/Icon/components/HourglassIcon.js +4 -2
  273. package/lib/General/Icon/components/ImageIcon.js +4 -2
  274. package/lib/General/Icon/components/InfoIcon.js +4 -2
  275. package/lib/General/Icon/components/InfoSolidIcon.js +4 -2
  276. package/lib/General/Icon/components/InstagramIcon.js +4 -2
  277. package/lib/General/Icon/components/JobOutlineIcon.js +4 -2
  278. package/lib/General/Icon/components/JobSearchIcon.js +4 -2
  279. package/lib/General/Icon/components/LightbulbIcon.js +4 -2
  280. package/lib/General/Icon/components/LightningOutlineIcon.js +4 -2
  281. package/lib/General/Icon/components/LineIcon.js +4 -2
  282. package/lib/General/Icon/components/LinkedinIcon.js +4 -2
  283. package/lib/General/Icon/components/LoadingIcon.js +4 -2
  284. package/lib/General/Icon/components/LocationIcon.js +4 -2
  285. package/lib/General/Icon/components/LockSolidIcon.js +4 -2
  286. package/lib/General/Icon/components/MailIcon.js +4 -2
  287. package/lib/General/Icon/components/MailSolidIcon.js +4 -2
  288. package/lib/General/Icon/components/MedalIcon.js +4 -2
  289. package/lib/General/Icon/components/MenuHalfIcon.js +4 -2
  290. package/lib/General/Icon/components/MenuIcon.js +4 -2
  291. package/lib/General/Icon/components/MessageOutlineIcon.js +4 -2
  292. package/lib/General/Icon/components/MessageOutlineIncomingIcon.js +4 -2
  293. package/lib/General/Icon/components/MicIcon.js +4 -2
  294. package/lib/General/Icon/components/MicOffIcon.js +4 -2
  295. package/lib/General/Icon/components/MinusCircleIcon.js +4 -2
  296. package/lib/General/Icon/components/MinusCircleSolidIcon.js +4 -2
  297. package/lib/General/Icon/components/MinusIcon.js +4 -2
  298. package/lib/General/Icon/components/MoreHorizontalIcon.js +4 -2
  299. package/lib/General/Icon/components/MoreIcon.js +4 -2
  300. package/lib/General/Icon/components/NameTagIcon.js +4 -2
  301. package/lib/General/Icon/components/NotificationIcon.js +4 -2
  302. package/lib/General/Icon/components/NumberListIcon.js +4 -2
  303. package/lib/General/Icon/components/OnlineIcon.js +4 -2
  304. package/lib/General/Icon/components/PdfIcon.js +4 -2
  305. package/lib/General/Icon/components/PdfOutlineIcon.js +4 -2
  306. package/lib/General/Icon/components/PhoneIcon.js +4 -2
  307. package/lib/General/Icon/components/PowerIcon.js +4 -2
  308. package/lib/General/Icon/components/PuzzleIcon.js +4 -2
  309. package/lib/General/Icon/components/QuestionOutlineIcon.js +4 -2
  310. package/lib/General/Icon/components/QuotationIcon.js +4 -2
  311. package/lib/General/Icon/components/RefreshSolidIcon.js +4 -2
  312. package/lib/General/Icon/components/ReplyIcon.js +4 -2
  313. package/lib/General/Icon/components/ResumeOutlineIcon.js +4 -2
  314. package/lib/General/Icon/components/RotateIcon.js +4 -2
  315. package/lib/General/Icon/components/RssIcon.js +4 -2
  316. package/lib/General/Icon/components/SalaryIcon.js +4 -2
  317. package/lib/General/Icon/components/SaveSolidIcon.js +4 -2
  318. package/lib/General/Icon/components/SearchIcon.js +4 -2
  319. package/lib/General/Icon/components/SendIcon.js +4 -2
  320. package/lib/General/Icon/components/SettingIcon.js +4 -2
  321. package/lib/General/Icon/components/SettingSolidIcon.js +4 -2
  322. package/lib/General/Icon/components/ShareArrowIcon.js +4 -2
  323. package/lib/General/Icon/components/ShareArrowOutlineIcon.js +4 -2
  324. package/lib/General/Icon/components/ShareIcon.js +4 -2
  325. package/lib/General/Icon/components/ShareOutlineIcon.js +4 -2
  326. package/lib/General/Icon/components/ShareScreenIcon.js +4 -2
  327. package/lib/General/Icon/components/ShieldCheckIcon.js +4 -2
  328. package/lib/General/Icon/components/SpeakerIcon.js +4 -2
  329. package/lib/General/Icon/components/SpeechBubbleIcon.js +4 -2
  330. package/lib/General/Icon/components/SpeechBubbleOutlineIcon.js +4 -2
  331. package/lib/General/Icon/components/SpinnerIcon.js +4 -2
  332. package/lib/General/Icon/components/StackIcon.js +4 -2
  333. package/lib/General/Icon/components/StarCircleIcon.js +4 -2
  334. package/lib/General/Icon/components/StarIcon.js +4 -2
  335. package/lib/General/Icon/components/StarOutlineIcon.js +4 -2
  336. package/lib/General/Icon/components/TagIcon.js +4 -2
  337. package/lib/General/Icon/components/TaskIcon.js +4 -2
  338. package/lib/General/Icon/components/TelegramIcon.js +4 -2
  339. package/lib/General/Icon/components/ThumbsUpIcon.js +4 -2
  340. package/lib/General/Icon/components/ThumbsUpOutlineIcon.js +4 -2
  341. package/lib/General/Icon/components/TicketSolidIcon.js +4 -2
  342. package/lib/General/Icon/components/TieIcon.js +4 -2
  343. package/lib/General/Icon/components/TrashIcon.js +4 -2
  344. package/lib/General/Icon/components/TvPlayIcon.js +4 -2
  345. package/lib/General/Icon/components/TwitterIcon.js +4 -2
  346. package/lib/General/Icon/components/UploadIcon.js +4 -2
  347. package/lib/General/Icon/components/UpvoteIcon.js +4 -2
  348. package/lib/General/Icon/components/UserCogIcon.js +4 -2
  349. package/lib/General/Icon/components/UserIcon.js +4 -2
  350. package/lib/General/Icon/components/UserWrenchIcon.js +4 -2
  351. package/lib/General/Icon/components/VideoIcon.js +4 -2
  352. package/lib/General/Icon/components/VideoOffIcon.js +4 -2
  353. package/lib/General/Icon/components/ViewIcon.js +4 -2
  354. package/lib/General/Icon/components/VimeoIcon.js +4 -2
  355. package/lib/General/Icon/components/WarningCircleSolidIcon.js +4 -2
  356. package/lib/General/Icon/components/WarningIcon.js +4 -2
  357. package/lib/General/Icon/components/WarningOutlineIcon.js +4 -2
  358. package/lib/General/Icon/components/WarningSolidIcon.js +4 -2
  359. package/lib/General/Icon/components/WhatsappIcon.js +4 -2
  360. package/lib/General/Icon/components/YoutubeIcon.js +4 -2
  361. package/lib/General/Icon/components/ZaloIcon.js +4 -2
  362. package/lib/General/Icon/components/index.js +2 -2
  363. package/lib/General/Loading/Loading.stories.js +5 -3
  364. package/lib/General/Loading/LoadingStyle.js +6 -4
  365. package/lib/General/ProfilePicture/ProfilePicture.d.ts +2 -2
  366. package/lib/General/ProfilePicture/ProfilePicture.js +7 -3
  367. package/lib/General/ProfilePicture/ProfilePicture.stories.js +1 -1
  368. package/lib/General/ProfilePicture/ProfilePictureStyle.js +3 -3
  369. package/lib/General/Tag/ActionTags/AddTag.js +1 -1
  370. package/lib/General/Tag/ActionTags/ResetTag.js +1 -1
  371. package/lib/General/Tag/BasicTag.d.ts +2 -2
  372. package/lib/General/Tag/BasicTag.js +7 -3
  373. package/lib/General/Tag/Tag.js +7 -3
  374. package/lib/General/Tag/Tag.stories.js +1 -1
  375. package/lib/General/Tag/TagStyle.js +1 -1
  376. package/lib/General/Typography/Paragraph.js +7 -3
  377. package/lib/General/Typography/Paragraph.stories.js +1 -1
  378. package/lib/General/Typography/ParagraphStyles.js +1 -1
  379. package/lib/General/Typography/Title.js +7 -3
  380. package/lib/General/Typography/Title.stories.js +1 -1
  381. package/lib/General/Typography/TitleStyles.js +1 -1
  382. package/lib/General/Typography/Typography.js +4 -2
  383. package/lib/Input/Checkbox/Checkbox.js +7 -3
  384. package/lib/Input/Checkbox/Checkbox.stories.js +5 -3
  385. package/lib/Input/Checkbox/CheckboxStyle.js +1 -1
  386. package/lib/Input/Datepicker/Datepicker.d.ts +1 -1
  387. package/lib/Input/Datepicker/Datepicker.js +4 -2
  388. package/lib/Input/Datepicker/DatepickerStyle.js +13 -13
  389. package/lib/Input/DownshiftSelect/Select.js +10 -6
  390. package/lib/Input/DownshiftSelect/Select.stories.js +13 -11
  391. package/lib/Input/DownshiftSelect/SelectStyle.js +17 -17
  392. package/lib/Input/NumberInput/NumberInput.d.ts +2 -2
  393. package/lib/Input/NumberInput/NumberInput.js +4 -2
  394. package/lib/Input/NumberInput/NumberInput.stories.js +5 -3
  395. package/lib/Input/PhoneNumberInput/PhoneNumberInput.js +9 -5
  396. package/lib/Input/PhoneNumberInput/PhoneNumberInput.stories.js +5 -3
  397. package/lib/Input/PhoneNumberInput/PhoneNumberInputStyles.js +5 -3
  398. package/lib/Input/RadioButton/RadioButton.d.ts +1 -1
  399. package/lib/Input/RadioButton/RadioButton.js +7 -3
  400. package/lib/Input/RadioButton/RadioButton.stories.js +1 -1
  401. package/lib/Input/RadioButton/RadioButtonStyle.js +5 -3
  402. package/lib/Input/SearchFilter/SearchFilterStyle.js +1 -1
  403. package/lib/Input/Select/Select.d.ts +2 -2
  404. package/lib/Input/Select/Select.js +18 -14
  405. package/lib/Input/Select/Select.stories.js +1 -1
  406. package/lib/Input/Select/SelectItem.d.ts +2 -2
  407. package/lib/Input/Select/SelectItem.js +7 -3
  408. package/lib/Input/Select/SelectList.js +7 -3
  409. package/lib/Input/Select/SelectStyle.js +8 -8
  410. package/lib/Input/TextField/TextField.d.ts +63 -3
  411. package/lib/Input/TextField/TextField.js +9 -5
  412. package/lib/Input/TextField/TextField.stories.js +5 -3
  413. package/lib/Input/TextField/TextFieldStyle.js +1 -1
  414. package/lib/Input/Textarea/Textarea.js +3 -2
  415. package/lib/Input/Textarea/Textarea.stories.js +5 -3
  416. package/lib/Input/Textarea/TextareaStyle.js +1 -1
  417. package/lib/Input/ToggleSwitch/Styles.js +3 -3
  418. package/lib/Input/ToggleSwitch/ToggleSwitch.js +7 -3
  419. package/lib/Input/ToggleSwitch/ToggleSwitch.stories.js +1 -1
  420. package/lib/Layout/Box/Box.stories.js +5 -3
  421. package/lib/Layout/Box/BoxStoryStyle.js +1 -1
  422. package/lib/Layout/Box/constants.js +2 -2
  423. package/lib/Layout/Box/index.js +6 -4
  424. package/lib/Layout/Flex/Flex.stories.js +7 -5
  425. package/lib/Layout/Flex/FlexStoryStyle.js +3 -3
  426. package/lib/Layout/Flex/index.d.ts +3 -1
  427. package/lib/Layout/Flex/index.js +8 -4
  428. package/lib/Layout/GlintsContainer/GlintsContainer.js +5 -3
  429. package/lib/Layout/Grid/Col.js +7 -3
  430. package/lib/Layout/Grid/Row.js +7 -3
  431. package/lib/Navigation/Breadcrumb/Breadcrumb.d.ts +2 -2
  432. package/lib/Navigation/Breadcrumb/Breadcrumb.js +7 -3
  433. package/lib/Navigation/Breadcrumb/Breadcrumb.stories.js +1 -1
  434. package/lib/Navigation/Breadcrumb/BreadcrumbItem.d.ts +2 -2
  435. package/lib/Navigation/Breadcrumb/BreadcrumbItem.js +7 -3
  436. package/lib/Navigation/Breadcrumb/BreadcrumbStyle.js +3 -3
  437. package/lib/Navigation/Drawer/Drawer.d.ts +1 -1
  438. package/lib/Navigation/Drawer/Drawer.js +8 -4
  439. package/lib/Navigation/Drawer/Drawer.stories.js +5 -3
  440. package/lib/Navigation/Drawer/DrawerStyle.js +4 -2
  441. package/lib/Navigation/Dropdown/Dropdown.js +7 -3
  442. package/lib/Navigation/Dropdown/Dropdown.stories.js +1 -1
  443. package/lib/Navigation/Dropdown/DropdownItem.d.ts +2 -2
  444. package/lib/Navigation/Dropdown/DropdownItem.js +7 -3
  445. package/lib/Navigation/Dropdown/DropdownStyle.js +1 -1
  446. package/lib/Utils/Colors.js +1 -1
  447. package/lib/Utils/ColorsStoriesHelpers.js +1 -1
  448. package/lib/Utils/DelayedUnmount.js +4 -2
  449. package/lib/Utils/Icon/IconLibrary.js +4 -2
  450. package/lib/Utils/Icon/generateIcons.js +4 -2
  451. package/lib/Utils/Shadow/ShadowsStoriesHelpers.js +3 -3
  452. package/lib/Utils/StyleConfig.js +1 -1
  453. package/lib/index.js +3 -3
  454. package/lib/stories/story-components/AriesStatus.js +4 -2
  455. package/package.json +31 -35
@@ -1,9 +1,10 @@
1
1
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["label", "content"];
3
4
 
4
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
5
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
5
6
 
6
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
7
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
7
8
 
8
9
  import * as React from 'react';
9
10
  import classNames from 'classnames';
@@ -37,7 +38,7 @@ var Accordion = function Accordion(_ref) {
37
38
  var _child$props = child.props,
38
39
  label = _child$props.label,
39
40
  content = _child$props.content,
40
- restChildProps = _objectWithoutPropertiesLoose(_child$props, ["label", "content"]);
41
+ restChildProps = _objectWithoutPropertiesLoose(_child$props, _excluded);
41
42
 
42
43
  return /*#__PURE__*/React.cloneElement(child, _objectSpread({
43
44
  key: index,
@@ -2,12 +2,12 @@ import * as React from 'react';
2
2
  import { IconOptions } from './Accordion';
3
3
  import { PanelWrapper } from './AccordionStyle';
4
4
  declare const AccordionPanel: React.FunctionComponent<Props>;
5
- export interface Props extends React.ComponentPropsWithoutRef<typeof PanelWrapper> {
5
+ export declare type Props = React.ComponentPropsWithoutRef<typeof PanelWrapper> & {
6
6
  content: React.ReactNode;
7
7
  label: React.ReactNode;
8
8
  active?: boolean;
9
9
  iconOptions?: IconOptions;
10
10
  onOpen?(): void;
11
11
  onClick?(e: React.MouseEvent<HTMLDivElement, MouseEvent>): void;
12
- }
12
+ };
13
13
  export default AccordionPanel;
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["className", "content", "label", "active", "iconOptions", "onOpen", "onClick"];
3
4
  import * as React from 'react';
4
5
  import classNames from 'classnames';
5
6
  import { PanelWrapper, IconWrapper, IconLabelWrapper, ContentWrapper, Content, Label } from './AccordionStyle';
@@ -15,7 +16,7 @@ var AccordionPanel = function AccordionPanel(props) {
15
16
  position = _props$iconOptions.position,
16
17
  onOpen = props.onOpen,
17
18
  onClick = props.onClick,
18
- restProps = _objectWithoutPropertiesLoose(props, ["className", "content", "label", "active", "iconOptions", "onOpen", "onClick"]);
19
+ restProps = _objectWithoutPropertiesLoose(props, _excluded);
19
20
 
20
21
  var handleClick = function handleClick(e) {
21
22
  onOpen();
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["label", "children", "className", "isOpen"];
3
4
  import React, { useState } from 'react';
4
5
  import classNames from 'classnames';
5
6
  import isUndefined from 'lodash/isUndefined';
@@ -10,7 +11,7 @@ export var Collapsible = function Collapsible(_ref) {
10
11
  children = _ref.children,
11
12
  className = _ref.className,
12
13
  isOpen = _ref.isOpen,
13
- defaultProps = _objectWithoutPropertiesLoose(_ref, ["label", "children", "className", "isOpen"]);
14
+ defaultProps = _objectWithoutPropertiesLoose(_ref, _excluded);
14
15
 
15
16
  var _useState = useState(isUndefined(isOpen) ? true : isOpen),
16
17
  isOpenInternal = _useState[0],
@@ -1,4 +1,5 @@
1
1
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
2
+ var _excluded = ["children"];
2
3
  import React from 'react';
3
4
  import { Collapsible } from './Collapsible';
4
5
  import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
@@ -13,7 +14,7 @@ var defaultText = 'Lorem ipsum dolor sit amet consectetur adipisicing elit.';
13
14
 
14
15
  var Template = function Template(_ref) {
15
16
  var children = _ref.children,
16
- args = _objectWithoutPropertiesLoose(_ref, ["children"]);
17
+ args = _objectWithoutPropertiesLoose(_ref, _excluded);
17
18
 
18
19
  return /*#__PURE__*/React.createElement(Collapsible, args, children || defaultText);
19
20
  };
@@ -2,15 +2,15 @@ import styled from 'styled-components';
2
2
  import { Greyscale } from '../../Utils/Colors';
3
3
  export var GalleryContainer = styled.div.withConfig({
4
4
  displayName: "GalleryStyle__GalleryContainer",
5
- componentId: "mrr504-0"
5
+ componentId: "sc-mrr504-0"
6
6
  })(["position:relative;.modal-content{width:95vw;.modal-header{border-bottom:none;}}"]);
7
7
  export var GalleryItemWrapper = styled.div.withConfig({
8
8
  displayName: "GalleryStyle__GalleryItemWrapper",
9
- componentId: "mrr504-1"
9
+ componentId: "sc-mrr504-1"
10
10
  })(["display:flex;flex-wrap:wrap;img{height:5em;width:5em;object-fit:cover;cursor:pointer;}"]);
11
11
  export var GalleryItem = styled.div.withConfig({
12
12
  displayName: "GalleryStyle__GalleryItem",
13
- componentId: "mrr504-2"
13
+ componentId: "sc-mrr504-2"
14
14
  })(["position:relative;margin:5px;", ""], function (_ref) {
15
15
  var imageLeft = _ref.imageLeft;
16
16
 
@@ -20,9 +20,9 @@ export var GalleryItem = styled.div.withConfig({
20
20
  });
21
21
  export var GalleryImageWrapper = styled.div.withConfig({
22
22
  displayName: "GalleryStyle__GalleryImageWrapper",
23
- componentId: "mrr504-3"
23
+ componentId: "sc-mrr504-3"
24
24
  })(["position:relative;display:flex;justify-content:center;align-items:center;img{height:50vh;width:auto;object-fit:contain;}"]);
25
25
  export var GalleryThumbnailWrapper = styled.div.withConfig({
26
26
  displayName: "GalleryStyle__GalleryThumbnailWrapper",
27
- componentId: "mrr504-4"
27
+ componentId: "sc-mrr504-4"
28
28
  })(["position:relative;display:flex;align-items:center;justify-content:center;img{height:4em;width:4em;object-fit:cover;cursor:pointer;margin:0.3em;&.active{border:1px solid ", ";}}"], Greyscale.white);
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["isVisible", "title", "onClose", "children", "className", "hideContentArea", "centering", "fullscreen", "removeAnimation", "footer", "size", "hideHeader", "keepChildrenMountedOnClose"];
3
4
  import React, { useRef, useState, useLayoutEffect, useEffect, useCallback } from 'react';
4
5
  import classNames from 'classnames';
5
6
  import debounce from 'lodash/debounce';
@@ -22,7 +23,7 @@ export var Modal = function Modal(_ref) {
22
23
  size = _ref.size,
23
24
  hideHeader = _ref.hideHeader,
24
25
  keepChildrenMountedOnClose = _ref.keepChildrenMountedOnClose,
25
- restProps = _objectWithoutPropertiesLoose(_ref, ["isVisible", "title", "onClose", "children", "className", "hideContentArea", "centering", "fullscreen", "removeAnimation", "footer", "size", "hideHeader", "keepChildrenMountedOnClose"]);
26
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded);
26
27
 
27
28
  var modalContentAreaRef = useRef(null);
28
29
  var modalContainerRef = useRef(null);
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["children", "title", "buttonTexts"];
3
4
  import React, { useState } from 'react';
4
5
  import { times, constant } from 'lodash';
5
6
  import { Modal } from './Modal';
@@ -20,7 +21,7 @@ var Template = function Template(_ref) {
20
21
  title = _ref.title,
21
22
  _ref$buttonTexts = _ref.buttonTexts,
22
23
  buttonTexts = _ref$buttonTexts === void 0 ? [] : _ref$buttonTexts,
23
- args = _objectWithoutPropertiesLoose(_ref, ["children", "title", "buttonTexts"]);
24
+ args = _objectWithoutPropertiesLoose(_ref, _excluded);
24
25
 
25
26
  var _useState = useState(false),
26
27
  isModalVisible = _useState[0],
@@ -10,7 +10,7 @@ export var SIZES = {
10
10
  };
11
11
  export var ModalContainer = styled.div.withConfig({
12
12
  displayName: "ModalStyle__ModalContainer",
13
- componentId: "bg1vyz-0"
13
+ componentId: "sc-bg1vyz-0"
14
14
  })(["visibility:", ";position:fixed;display:flex;justify-content:center;align-items:", ";top:0;right:0;bottom:0;left:0;z-index:1001;background:rgba(0,0,0,0.65);overflow:auto;", ""], function (_ref) {
15
15
  var isOpen = _ref.isOpen;
16
16
  return isOpen ? 'visible' : 'hidden';
@@ -27,15 +27,15 @@ export var ModalContainer = styled.div.withConfig({
27
27
  });
28
28
  export var ModalDialog = styled.div.withConfig({
29
29
  displayName: "ModalStyle__ModalDialog",
30
- componentId: "bg1vyz-1"
30
+ componentId: "sc-bg1vyz-1"
31
31
  })(["position:relative;"]);
32
32
  export var ModalHeader = styled.header.withConfig({
33
33
  displayName: "ModalStyle__ModalHeader",
34
- componentId: "bg1vyz-2"
34
+ componentId: "sc-bg1vyz-2"
35
35
  })(["display:flex;justify-content:space-between;align-items:center;align-content:center;font-size:1.6em;border-bottom:1px solid ", ";padding:16px;h3{font-size:0.8em;text-transform:uppercase;margin:0;margin-right:36px;}button{display:flex;background:transparent;border:none;cursor:pointer;padding:0;width:15px;}"], Greyscale.lightgrey);
36
36
  export var ModalBody = styled.section.withConfig({
37
37
  displayName: "ModalStyle__ModalBody",
38
- componentId: "bg1vyz-3"
38
+ componentId: "sc-bg1vyz-3"
39
39
  })(["position:relative;", " padding:", ";@media ", "{padding:", ";}"], function (_ref4) {
40
40
  var centering = _ref4.centering;
41
41
 
@@ -51,7 +51,7 @@ export var ModalBody = styled.section.withConfig({
51
51
  });
52
52
  export var ModalFooter = styled.footer.withConfig({
53
53
  displayName: "ModalStyle__ModalFooter",
54
- componentId: "bg1vyz-4"
54
+ componentId: "sc-bg1vyz-4"
55
55
  })(["position:relative;display:flex;flex-direction:row;flex-wrap:wrap;padding:16px 30px;justify-content:flex-end;border-top:1px solid ", ";@media ", "{padding:16px;}", ""], Greyscale.lightgrey, Device.mobileM, function (_ref7) {
56
56
  var isChildrenInMultiLines = _ref7.isChildrenInMultiLines;
57
57
 
@@ -63,7 +63,7 @@ export var ModalFooter = styled.footer.withConfig({
63
63
  });
64
64
  export var ModalContentArea = styled.div.withConfig({
65
65
  displayName: "ModalStyle__ModalContentArea",
66
- componentId: "bg1vyz-5"
66
+ componentId: "sc-bg1vyz-5"
67
67
  })(["position:relative;background:", ";margin:120px auto;max-width:95vw;outline:none;", " ", " ", " @media ", "{width:95vw;}", ""], function (_ref8) {
68
68
  var hideContentArea = _ref8.hideContentArea;
69
69
  return hideContentArea ? 'transparent' : "" + Greyscale.white;
@@ -11,7 +11,7 @@ declare type PointingModal = React.FunctionComponent<Props> & {
11
11
  Item: typeof PointingModalItem;
12
12
  Footer: typeof PointingModalFooter;
13
13
  };
14
- export interface Props extends React.ComponentPropsWithoutRef<typeof PointingModalContainer> {
14
+ export declare type Props = React.ComponentPropsWithoutRef<typeof PointingModalContainer> & {
15
15
  children: React.ReactNode;
16
- }
16
+ };
17
17
  export default PointingModal;
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["children", "className"];
3
4
  import * as React from 'react';
4
5
  import classNames from 'classnames';
5
6
  import { PointingModalContainer, PointingModalHeaderArrow } from './PointingModalStyle';
@@ -11,7 +12,7 @@ import PointingModalFooter from './PointingModalFooter';
11
12
  var PointingModal = function PointingModal(props) {
12
13
  var children = props.children,
13
14
  className = props.className,
14
- defaultProps = _objectWithoutPropertiesLoose(props, ["children", "className"]);
15
+ defaultProps = _objectWithoutPropertiesLoose(props, _excluded);
15
16
 
16
17
  return /*#__PURE__*/React.createElement(PointingModalContainer, _extends({
17
18
  className: classNames('aries-pointingmodal', className),
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { PointingModalBodyWrapper } from './PointingModalStyle';
3
3
  declare const PointingModalBody: React.FunctionComponent<Props>;
4
- interface Props extends React.ComponentPropsWithoutRef<typeof PointingModalBodyWrapper> {
4
+ declare type Props = React.ComponentPropsWithoutRef<typeof PointingModalBodyWrapper> & {
5
5
  children: React.ReactNode;
6
- }
6
+ };
7
7
  export default PointingModalBody;
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["children", "className"];
3
4
  import * as React from 'react';
4
5
  import classNames from 'classnames';
5
6
  import { PointingModalBodyWrapper } from './PointingModalStyle';
@@ -7,7 +8,7 @@ import { PointingModalBodyWrapper } from './PointingModalStyle';
7
8
  var PointingModalBody = function PointingModalBody(props) {
8
9
  var children = props.children,
9
10
  className = props.className,
10
- defaultProps = _objectWithoutPropertiesLoose(props, ["children", "className"]);
11
+ defaultProps = _objectWithoutPropertiesLoose(props, _excluded);
11
12
 
12
13
  return /*#__PURE__*/React.createElement(PointingModalBodyWrapper, _extends({
13
14
  className: classNames('pointingmodal-body', className),
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["children", "className"];
3
4
  import * as React from 'react';
4
5
  import classNames from 'classnames';
5
6
  import { PointingModalFooterWrapper } from './PointingModalStyle';
@@ -7,7 +8,7 @@ import { PointingModalFooterWrapper } from './PointingModalStyle';
7
8
  var PointingModalFooter = function PointingModalFooter(props) {
8
9
  var children = props.children,
9
10
  className = props.className,
10
- defaultProps = _objectWithoutPropertiesLoose(props, ["children", "className"]);
11
+ defaultProps = _objectWithoutPropertiesLoose(props, _excluded);
11
12
 
12
13
  return /*#__PURE__*/React.createElement(PointingModalFooterWrapper, _extends({
13
14
  className: classNames('pointingmodal-footer', className)
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { PointingModalHeaderWrapper } from './PointingModalStyle';
3
3
  declare const PointingModalHeader: React.FunctionComponent<Props>;
4
- interface Props extends React.ComponentPropsWithoutRef<typeof PointingModalHeaderWrapper> {
4
+ declare type Props = React.ComponentPropsWithoutRef<typeof PointingModalHeaderWrapper> & {
5
5
  children: React.ReactNode;
6
- }
6
+ };
7
7
  export default PointingModalHeader;
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["children", "className"];
3
4
  import * as React from 'react';
4
5
  import classNames from 'classnames';
5
6
  import { PointingModalHeaderWrapper } from './PointingModalStyle';
@@ -7,7 +8,7 @@ import { PointingModalHeaderWrapper } from './PointingModalStyle';
7
8
  var PointingModalHeader = function PointingModalHeader(props) {
8
9
  var children = props.children,
9
10
  className = props.className,
10
- defaultProps = _objectWithoutPropertiesLoose(props, ["children", "className"]);
11
+ defaultProps = _objectWithoutPropertiesLoose(props, _excluded);
11
12
 
12
13
  return /*#__PURE__*/React.createElement(PointingModalHeaderWrapper, _extends({
13
14
  className: classNames('pointingmodal-header', className),
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { PointingModalItemWrapper } from './PointingModalStyle';
3
3
  declare const PointingModalItem: React.FunctionComponent<Props>;
4
- interface Props extends React.ComponentPropsWithoutRef<typeof PointingModalItemWrapper> {
4
+ declare type Props = React.ComponentPropsWithoutRef<typeof PointingModalItemWrapper> & {
5
5
  children: React.ReactNode;
6
- }
6
+ };
7
7
  export default PointingModalItem;
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["children", "className"];
3
4
  import * as React from 'react';
4
5
  import classNames from 'classnames';
5
6
  import { PointingModalItemWrapper } from './PointingModalStyle';
@@ -7,7 +8,7 @@ import { PointingModalItemWrapper } from './PointingModalStyle';
7
8
  var PointingModalItem = function PointingModalItem(props) {
8
9
  var children = props.children,
9
10
  className = props.className,
10
- defaultProps = _objectWithoutPropertiesLoose(props, ["children", "className"]);
11
+ defaultProps = _objectWithoutPropertiesLoose(props, _excluded);
11
12
 
12
13
  return /*#__PURE__*/React.createElement(PointingModalItemWrapper, _extends({
13
14
  className: classNames('pointingmodal-item', className)
@@ -3,25 +3,25 @@ import { Greyscale } from '../../Utils/Colors';
3
3
  import { Shadow } from '../../Utils/Shadow';
4
4
  export var PointingModalContainer = styled.div.withConfig({
5
5
  displayName: "PointingModalStyle__PointingModalContainer",
6
- componentId: "wzvi3y-0"
6
+ componentId: "sc-wzvi3y-0"
7
7
  })(["position:relative;background:", ";box-shadow:", ";outline:none;"], Greyscale.white, Shadow.down2);
8
8
  export var PointingModalHeaderArrow = styled.div.withConfig({
9
9
  displayName: "PointingModalStyle__PointingModalHeaderArrow",
10
- componentId: "wzvi3y-1"
10
+ componentId: "sc-wzvi3y-1"
11
11
  })(["position:absolute;right:1em;top:-0.7em;width:1.5em;height:1.5em;transform:rotate(45deg);background-color:white;box-shadow:-2px -2px 5px rgba(0,0,0,0.06);"]);
12
12
  export var PointingModalHeaderWrapper = styled.div.withConfig({
13
13
  displayName: "PointingModalStyle__PointingModalHeaderWrapper",
14
- componentId: "wzvi3y-2"
14
+ componentId: "sc-wzvi3y-2"
15
15
  })(["display:flex;align-items:center;padding:1.2em;> *:first-child{margin-left:0;}> *:last-child{margin-right:0;}> *{margin-left:0.5em;margin-right:0.5em;}.aries-modal-profile{font-weight:700;}span{font-size:1em;font-weight:500;}a{display:flex;color:", ";font-size:1.2em;margin:0;}"], Greyscale.black);
16
16
  export var PointingModalBodyWrapper = styled.div.withConfig({
17
17
  displayName: "PointingModalStyle__PointingModalBodyWrapper",
18
- componentId: "wzvi3y-3"
18
+ componentId: "sc-wzvi3y-3"
19
19
  })(["position:relative;display:flex;flex-direction:column;ul{padding:1.2em 0;margin:0;}"]);
20
20
  export var PointingModalItemWrapper = styled.li.withConfig({
21
21
  displayName: "PointingModalStyle__PointingModalItemWrapper",
22
- componentId: "wzvi3y-4"
22
+ componentId: "sc-wzvi3y-4"
23
23
  })(["font-weight:600;cursor:pointer;padding:0.5em 1.2em;list-style-type:none;&:last-child{margin-bottom:0;}*{cursor:pointer;color:", ";}&:hover{background:", ";}"], Greyscale.black, Greyscale.softgrey);
24
24
  export var PointingModalFooterWrapper = styled.footer.withConfig({
25
25
  displayName: "PointingModalStyle__PointingModalFooterWrapper",
26
- componentId: "wzvi3y-5"
26
+ componentId: "sc-wzvi3y-5"
27
27
  })(["display:flex;position:relative;padding:1.2em;"]);
@@ -19,7 +19,7 @@ export interface Props {
19
19
  /** Sets the right icon. Receives the "disabled" flag as an argument. */
20
20
  renderRightIcon?: (disabled: boolean) => React.ReactElement;
21
21
  /** Called with the new index after a new Slider page has been shown */
22
- afterChange?: Function;
22
+ afterChange?: (index: number) => void;
23
23
  /** If true, the Slider will flip through its pages at a regular interval */
24
24
  autoplay?: boolean;
25
25
  containerRef?: React.RefObject<HTMLDivElement>;
@@ -150,7 +150,8 @@ export var Slider = function Slider(_ref) {
150
150
  className: classNames('aries-slider', className),
151
151
  onKeyDown: handleKeyDown,
152
152
  fullContent: fullContent,
153
- tabIndex: 0
153
+ tabIndex: 0,
154
+ "data-testid": "slider"
154
155
  }, /*#__PURE__*/React.createElement(SliderContentWrapper, {
155
156
  className: "slider-wrapper",
156
157
  style: {
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { SwipeableItemWrapper } from './SwipeableStyle';
3
3
  declare const SwipeableItem: React.FunctionComponent<Props>;
4
- interface Props extends React.ComponentPropsWithoutRef<typeof SwipeableItemWrapper> {
4
+ declare type Props = React.ComponentPropsWithoutRef<typeof SwipeableItemWrapper> & {
5
5
  children: React.ReactNode;
6
- }
6
+ };
7
7
  export default SwipeableItem;
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["children", "className"];
3
4
  import * as React from 'react';
4
5
  import classNames from 'classnames';
5
6
  import { SwipeableItemWrapper } from './SwipeableStyle';
@@ -7,7 +8,7 @@ import { SwipeableItemWrapper } from './SwipeableStyle';
7
8
  var SwipeableItem = function SwipeableItem(props) {
8
9
  var children = props.children,
9
10
  className = props.className,
10
- defaultProps = _objectWithoutPropertiesLoose(props, ["children", "className"]);
11
+ defaultProps = _objectWithoutPropertiesLoose(props, _excluded);
11
12
 
12
13
  return /*#__PURE__*/React.createElement(SwipeableItemWrapper, _extends({
13
14
  className: classNames('swipeable-itemwrapper', className)
@@ -4,13 +4,13 @@ import { Greyscale } from '../../Utils/Colors';
4
4
  import { Shadow } from '../../Utils/Shadow';
5
5
  export var SwipeableContainer = styled.div.withConfig({
6
6
  displayName: "SwipeableStyle__SwipeableContainer",
7
- componentId: "xvh6jb-0"
7
+ componentId: "sc-xvh6jb-0"
8
8
  })(["display:flex;position:relative;overflow-x:auto;&::-webkit-scrollbar{appearance:none;height:7px;}&::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,0.25);}@media (max-width:", "px){scrollbar-width:none;&::-webkit-scrollbar{display:none;}}"], ScreenSize.desktopS);
9
9
  export var SwipeableItemWrapper = styled.div.withConfig({
10
10
  displayName: "SwipeableStyle__SwipeableItemWrapper",
11
- componentId: "xvh6jb-1"
11
+ componentId: "sc-xvh6jb-1"
12
12
  })(["display:inline-flex;margin:0 1em;padding:1em 0;&:first-child{margin-left:0;}&:last-child{margin-right:0;}"]);
13
13
  export var SwipeableCardExample = styled.div.withConfig({
14
14
  displayName: "SwipeableStyle__SwipeableCardExample",
15
- componentId: "xvh6jb-2"
15
+ componentId: "sc-xvh6jb-2"
16
16
  })(["width:150px;height:150px;background:", ";box-shadow:", ";display:flex;justify-content:center;align-items:center;"], Greyscale.white, Shadow.down1);
@@ -1,10 +1,10 @@
1
1
  import * as React from 'react';
2
2
  import { TabsContent } from './TabsStyle';
3
3
  declare const TabPane: React.FunctionComponent<Props>;
4
- export interface Props extends React.ComponentPropsWithoutRef<typeof TabsContent> {
4
+ export declare type Props = React.ComponentPropsWithoutRef<typeof TabsContent> & {
5
5
  children?: React.ReactNode;
6
6
  tab?: string | React.ReactNode;
7
7
  label?: string | number;
8
8
  tabClassName?: string;
9
- }
9
+ };
10
10
  export default TabPane;
@@ -1,12 +1,13 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["children", "className"];
3
4
  import * as React from 'react';
4
5
  import { TabsContent } from './TabsStyle';
5
6
 
6
7
  var TabPane = function TabPane(props) {
7
8
  var children = props.children,
8
9
  className = props.className,
9
- defaultProps = _objectWithoutPropertiesLoose(props, ["children", "className"]);
10
+ defaultProps = _objectWithoutPropertiesLoose(props, _excluded);
10
11
 
11
12
  return /*#__PURE__*/React.createElement(TabsContent, _extends({
12
13
  className: className
@@ -8,11 +8,11 @@ var isNewTab = function isNewTab(theme) {
8
8
 
9
9
  export var TabsContainer = styled.div.withConfig({
10
10
  displayName: "TabsStyle__TabsContainer",
11
- componentId: "t1kk7p-0"
11
+ componentId: "sc-t1kk7p-0"
12
12
  })(["position:relative;&.vertical-aries-tabs{@media (min-width:", "px){display:flex;max-width:100%;}}"], ScreenSize.tablet);
13
13
  export var TabsHeader = styled.div.withConfig({
14
14
  displayName: "TabsStyle__TabsHeader",
15
- componentId: "t1kk7p-1"
15
+ componentId: "sc-t1kk7p-1"
16
16
  })(["position:relative;&.vertical-tabs-header{@media (min-width:", "px){width:20%;}}.vertical-tabs-list{@media (min-width:", "px){border-right:1px solid ", ";border-bottom:none;flex-direction:column;}}ul{border-bottom:1px solid ", ";display:flex;position:relative;white-space:nowrap;overflow:auto;font-size:1em;padding:0;margin:0;background-image:linear-gradient(to right,white,white),linear-gradient(to right,white,white),linear-gradient( to right,rgba(198,198,198,0.3),rgba(255,255,255,0) ),linear-gradient(to left,rgba(198,198,198,0.3),rgba(255,255,255,0));background-position:left center,right center,left center,right center;background-repeat:no-repeat;background-size:15px 100%,15px 100%,15px 100%,15px 100%;background-attachment:local,local,scroll,scroll;&::-webkit-scrollbar{display:none;}.horizontal-tab{margin:", ";}.vertical-tab{margin:0 10px;@media (min-width:", "px){margin:0;padding-left:15px;}}li{text-transform:uppercase;list-style-type:none;&:first-child.horizontal-tab{margin-left:0;}&:last-child.horizontal-tab{margin-right:0;}&:first-child.vertical-tab{margin-top:0;}&:last-child.vertical-tab{margin-bottom:0;}&.active.horizontal-tab,&.active.vertical-tab{border-bottom:", ";button{font-weight:bold;text-transform:uppercase;color:", ";}button:hover{border:0;}}&.active.vertical-tab{@media (min-width:", "px){border-right:", ";border-bottom:none;}button{font-weight:bold;text-transform:uppercase;}}}svg{margin-right:10px;height:15px;width:15px;}&:focus{outline:none;}.vertical-tab button{text-align:left;}button{width:100%;padding:20px 0;background:transparent;border:none;cursor:pointer;outline:none;text-transform:uppercase;", ";}button:hover{", ";", ";}}@media ", "{li{margin:0 15px;}}"], ScreenSize.tablet, ScreenSize.tablet, Greyscale.softgrey, Greyscale.softgrey, function (_ref) {
17
17
  var theme = _ref.theme;
18
18
  return isNewTab(theme) ? '0 15px' : '0 10px';
@@ -47,9 +47,9 @@ export var TabsHeader = styled.div.withConfig({
47
47
  }, "(min-width: " + ScreenSize.desktopS + "px)");
48
48
  export var TabsContent = styled.div.withConfig({
49
49
  displayName: "TabsStyle__TabsContent",
50
- componentId: "t1kk7p-2"
50
+ componentId: "sc-t1kk7p-2"
51
51
  })(["position:relative;outline:none;@media (min-width:", "px){&.tabs-item-vertical{margin-left:60px;}}"], ScreenSize.tablet);
52
52
  export var TabsBody = styled.div.withConfig({
53
53
  displayName: "TabsStyle__TabsBody",
54
- componentId: "t1kk7p-3"
54
+ componentId: "sc-t1kk7p-3"
55
55
  })(["position:relative;padding-top:1.2em;&:focus{outline:none;}&:focus > ", "{outline:5px auto -webkit-focus-ring-color;}"], TabsContent);
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["classes", "children", "text", "textAsString", "position"];
3
4
  import React, { useRef, useState, useCallback } from 'react';
4
5
  import classNames from 'classnames';
5
6
  import { TooltipContainer, TooltipContent, TooltipMessage } from './TooltipStyle';
@@ -11,7 +12,7 @@ export var Tooltip = function Tooltip(_ref) {
11
12
  textAsString = _ref.textAsString,
12
13
  _ref$position = _ref.position,
13
14
  position = _ref$position === void 0 ? 'top' : _ref$position,
14
- defaultProps = _objectWithoutPropertiesLoose(_ref, ["classes", "children", "text", "textAsString", "position"]);
15
+ defaultProps = _objectWithoutPropertiesLoose(_ref, _excluded);
15
16
 
16
17
  var contentRef = useRef(null);
17
18
 
@@ -1,5 +1,7 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["text"],
4
+ _excluded2 = ["text"];
3
5
  import React from 'react';
4
6
  import styled from 'styled-components';
5
7
  import { Tooltip } from './Tooltip';
@@ -7,7 +9,7 @@ import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
7
9
  import Tag from '../../General/Tag/BasicTag';
8
10
  var Container = styled(BaseContainer).withConfig({
9
11
  displayName: "Tooltipstories__Container",
10
- componentId: "qjslxe-0"
12
+ componentId: "sc-qjslxe-0"
11
13
  })(["width:100%;height:150px;display:flex;align-items:center;justify-content:center;"]);
12
14
  var defaultText = 'Lorem Ipsum';
13
15
  export default {
@@ -20,7 +22,7 @@ export default {
20
22
 
21
23
  var StringTooltipTemplate = function StringTooltipTemplate(_ref) {
22
24
  var text = _ref.text,
23
- args = _objectWithoutPropertiesLoose(_ref, ["text"]);
25
+ args = _objectWithoutPropertiesLoose(_ref, _excluded);
24
26
 
25
27
  return /*#__PURE__*/React.createElement(Tooltip, _extends({}, args, {
26
28
  text: text || defaultText
@@ -29,7 +31,7 @@ var StringTooltipTemplate = function StringTooltipTemplate(_ref) {
29
31
 
30
32
  var HtmlTooltipTemplate = function HtmlTooltipTemplate(_ref2) {
31
33
  var text = _ref2.text,
32
- args = _objectWithoutPropertiesLoose(_ref2, ["text"]);
34
+ args = _objectWithoutPropertiesLoose(_ref2, _excluded2);
33
35
 
34
36
  return /*#__PURE__*/React.createElement(Tooltip, _extends({}, args, {
35
37
  text: text || defaultText
@@ -1,4 +1,3 @@
1
- import { Props } from './Tooltip';
2
1
  export declare const TooltipContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const TooltipContent: import("styled-components").StyledComponent<"div", any, Props, never>;
2
+ export declare const TooltipContent: import("styled-components").StyledComponent<"div", any, import("./Tooltip").StringTooltip | import("./Tooltip").HtmlTooltip, never>;
4
3
  export declare const TooltipMessage: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -5,17 +5,17 @@ var fadeDown = keyframes(["0%{transform:translateY(-100%);top:0;}100%{transform:
5
5
  var fadeUp = keyframes(["0%{transform:translateY(0%);top:12px;}100%{transform:translateY(-100%);top:0;}"]);
6
6
  export var AlertContainer = styled.div.withConfig({
7
7
  displayName: "AlertStyle__AlertContainer",
8
- componentId: "fcjw72-0"
8
+ componentId: "sc-fcjw72-0"
9
9
  })(["position:fixed;left:0;right:0;margin:0 auto;top:16px;animation:", " 0.3s ease-in-out;&[aria-hidden='true']{top:0;animation:", " 0.3s ease-in-out;}display:flex;align-items:center;box-shadow:", ";padding:12px;border-radius:4px;z-index:5000;min-width:296px;max-width:", "px;outline:none;line-height:1.5;font-size:14px;color:#454545;@media (max-width:", "px){max-width:95%;}background:#c5ecfa;&[data-type='success']{background:#c2e2da;}&[data-type='warning']{background:#fde9cc;}&[data-type='danger']{background:#facbcc;}"], fadeDown, fadeUp, Shadow.down4, ScreenSize.tablet, ScreenSize.tablet);
10
10
  export var AlertIcon = styled.div.withConfig({
11
11
  displayName: "AlertStyle__AlertIcon",
12
- componentId: "fcjw72-1"
12
+ componentId: "sc-fcjw72-1"
13
13
  })(["margin-right:8px;line-height:1;svg{display:block;}"]);
14
14
  export var AlertMessage = styled.div.withConfig({
15
15
  displayName: "AlertStyle__AlertMessage",
16
- componentId: "fcjw72-2"
16
+ componentId: "sc-fcjw72-2"
17
17
  })(["margin-right:8px;flex-grow:1;"]);
18
18
  export var AlertClose = styled.div.withConfig({
19
19
  displayName: "AlertStyle__AlertClose",
20
- componentId: "fcjw72-3"
20
+ componentId: "sc-fcjw72-3"
21
21
  })(["line-height:1;cursor:pointer;font-size:10px;"]);
@@ -2,10 +2,10 @@ import * as React from 'react';
2
2
  import { BadgeContainer } from './BadgeStyle';
3
3
  export declare const Badge: React.FunctionComponent<Props>;
4
4
  export declare type BadgeType = 'dimmed' | 'default' | 'white' | 'blue';
5
- export interface Props extends React.ComponentPropsWithoutRef<typeof BadgeContainer> {
5
+ export declare type Props = React.ComponentPropsWithoutRef<typeof BadgeContainer> & {
6
6
  /** Sets the label of Badge. */
7
7
  label: string | number;
8
8
  /** Sets the variant of the Badge. */
9
9
  variant?: BadgeType;
10
- }
10
+ };
11
11
  export default Badge;
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["label", "variant", "className"];
3
4
  import * as React from 'react';
4
5
  import classNames from 'classnames';
5
6
  import isNil from 'lodash/isNil';
@@ -10,7 +11,7 @@ export var Badge = function Badge(_ref) {
10
11
  _ref$variant = _ref.variant,
11
12
  variant = _ref$variant === void 0 ? BadgeVariant.DEFAULT : _ref$variant,
12
13
  className = _ref.className,
13
- defaultProps = _objectWithoutPropertiesLoose(_ref, ["label", "variant", "className"]);
14
+ defaultProps = _objectWithoutPropertiesLoose(_ref, _excluded);
14
15
 
15
16
  return /*#__PURE__*/React.createElement(React.Fragment, null, !isNil(label) && /*#__PURE__*/React.createElement(BadgeContainer, _extends({
16
17
  className: classNames('aries-badge', className),
@@ -4,7 +4,7 @@ import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
4
4
  import styled from 'styled-components';
5
5
  var BadgeStack = styled('div').withConfig({
6
6
  displayName: "Badgestories__BadgeStack",
7
- componentId: "imkkqn-0"
7
+ componentId: "sc-imkkqn-0"
8
8
  })(["display:flex;align-items:flex-start;"]);
9
9
  export default {
10
10
  title: 'General/Badge',