@sproutsocial/racine 13.0.2 → 13.3.0

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 (317) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/__flow__/EnumIconNames.js +1 -1
  3. package/__flow__/EnumIllustrationNames.js +1 -1
  4. package/__flow__/EnumLogoNames.js +1 -1
  5. package/__flow__/IconViewBoxes.js +4 -0
  6. package/__flow__/IllustrationViewBoxes.js +2 -0
  7. package/__flow__/LogoViewBoxes.js +4 -0
  8. package/__flow__/Numeral/tests/testNumeral.js +9 -13
  9. package/__flow__/PartnerLogo/TypePartnerNames.js +1 -1
  10. package/__flow__/SpotIllustration/illustrationNames.js +1 -1
  11. package/__flow__/TableHeaderCell/index.js +1 -0
  12. package/__flow__/utils/react-testing-library.js +10 -5
  13. package/commonjs/Avatar/index.js +1 -1
  14. package/commonjs/Badge/constants.js +0 -1
  15. package/commonjs/Badge/styles.js +0 -1
  16. package/commonjs/Banner/styles.js +0 -1
  17. package/commonjs/Box/styles.js +0 -1
  18. package/commonjs/Breadcrumb/index.js +3 -1
  19. package/commonjs/Breadcrumb/styles.js +0 -1
  20. package/commonjs/Button/styles.js +0 -1
  21. package/commonjs/Card/index.js +0 -1
  22. package/commonjs/Card/styles.js +0 -1
  23. package/commonjs/CharacterCounter/index.js +5 -3
  24. package/commonjs/CharacterCounter/styles.js +0 -1
  25. package/commonjs/ChartLegend/styles.js +0 -1
  26. package/commonjs/Checkbox/index.js +5 -3
  27. package/commonjs/Checkbox/styles.js +0 -1
  28. package/commonjs/Collapsible/index.js +4 -2
  29. package/commonjs/Collapsible/styles.js +0 -1
  30. package/commonjs/DatePicker/StatefulDateRangePicker.js +1 -1
  31. package/commonjs/DatePicker/StatefulSingleDatePicker.js +1 -1
  32. package/commonjs/DatePicker/common.js +0 -1
  33. package/commonjs/DatePicker/styles.js +0 -2
  34. package/commonjs/Drawer/index.js +3 -1
  35. package/commonjs/Drawer/styles.js +0 -1
  36. package/commonjs/Fieldset/styles.js +0 -1
  37. package/commonjs/FormField/index.flow.js +0 -1
  38. package/commonjs/FormField/index.js +1 -2
  39. package/commonjs/Icon/styles.js +0 -1
  40. package/commonjs/IconViewBoxes.js +4 -0
  41. package/commonjs/IllustrationViewBoxes.js +2 -0
  42. package/commonjs/Image/index.js +5 -3
  43. package/commonjs/Image/styles.js +0 -1
  44. package/commonjs/Indicator/index.js +5 -3
  45. package/commonjs/Indicator/styles.js +0 -1
  46. package/commonjs/Input/index.js +5 -3
  47. package/commonjs/Input/styles.js +0 -1
  48. package/commonjs/KeyboardKey/index.js +3 -1
  49. package/commonjs/KeyboardKey/styles.js +0 -1
  50. package/commonjs/Label/index.js +3 -2
  51. package/commonjs/Link/constants.js +0 -1
  52. package/commonjs/Link/styles.js +0 -1
  53. package/commonjs/Listbox/index.js +3 -1
  54. package/commonjs/Loader/index.js +5 -3
  55. package/commonjs/Loader/styles.js +0 -1
  56. package/commonjs/LogoViewBoxes.js +4 -0
  57. package/commonjs/Menu/constants.js +0 -1
  58. package/commonjs/Menu/descendants.js +5 -3
  59. package/commonjs/Menu/hooks.js +0 -1
  60. package/commonjs/Menu/index.js +4 -2
  61. package/commonjs/Menu/styles.js +0 -1
  62. package/commonjs/Message/constants.js +0 -1
  63. package/commonjs/Message/styles.js +0 -1
  64. package/commonjs/Numeral/index.js +1 -1
  65. package/commonjs/Numeral/styles.js +0 -1
  66. package/commonjs/Numeral/tests/testNumeral.js +14 -14
  67. package/commonjs/OverflowList/styles.js +0 -1
  68. package/commonjs/PartnerLogo/styles.js +0 -1
  69. package/commonjs/Popout/index.js +4 -2
  70. package/commonjs/Popout/styles.js +0 -1
  71. package/commonjs/Portal/index.js +5 -3
  72. package/commonjs/Radio/index.js +5 -3
  73. package/commonjs/Radio/styles.js +0 -1
  74. package/commonjs/SegmentedControl/index.js +1 -1
  75. package/commonjs/SegmentedControl/styles.js +0 -1
  76. package/commonjs/Select/index.js +5 -3
  77. package/commonjs/Select/styles.js +0 -1
  78. package/commonjs/Skeleton/index.js +0 -1
  79. package/commonjs/SpotIllustration/illustrationNames.js +1 -1
  80. package/commonjs/SpotIllustration/index.js +0 -1
  81. package/commonjs/Switch/index.js +5 -3
  82. package/commonjs/Switch/styles.js +0 -1
  83. package/commonjs/Table/styles.js +0 -1
  84. package/commonjs/TableCell/index.js +3 -1
  85. package/commonjs/TableCell/styles.js +0 -1
  86. package/commonjs/TableHeaderCell/constants.js +0 -1
  87. package/commonjs/TableHeaderCell/index.js +17 -3
  88. package/commonjs/TableHeaderCell/styles.js +0 -1
  89. package/commonjs/TableRowAccordion/index.js +5 -3
  90. package/commonjs/TableRowAccordion/styles.js +0 -1
  91. package/commonjs/Tabs/index.js +5 -3
  92. package/commonjs/Tabs/styles.js +0 -1
  93. package/commonjs/Text/styles.js +0 -1
  94. package/commonjs/Textarea/index.js +5 -3
  95. package/commonjs/Textarea/styles.js +0 -1
  96. package/commonjs/Toast/styles.js +0 -2
  97. package/commonjs/ToggleHint/index.js +5 -3
  98. package/commonjs/ToggleHint/styles.js +0 -1
  99. package/commonjs/Token/styles.js +0 -1
  100. package/commonjs/TokenInput/index.js +5 -3
  101. package/commonjs/TokenInput/styles.js +0 -1
  102. package/commonjs/TokenInput/util.js +0 -1
  103. package/commonjs/Tooltip/index.js +4 -2
  104. package/commonjs/Tooltip/styles.js +0 -1
  105. package/commonjs/VisuallyHidden/index.js +0 -1
  106. package/commonjs/dataviz/index.js +0 -1
  107. package/commonjs/systemProps/background.js +0 -1
  108. package/commonjs/systemProps/border.js +0 -1
  109. package/commonjs/systemProps/color.js +0 -1
  110. package/commonjs/systemProps/custom.js +0 -1
  111. package/commonjs/systemProps/flexbox.js +0 -1
  112. package/commonjs/systemProps/grid.js +0 -1
  113. package/commonjs/systemProps/layout.js +0 -1
  114. package/commonjs/systemProps/position.js +0 -1
  115. package/commonjs/systemProps/shadow.js +0 -1
  116. package/commonjs/systemProps/space.js +1 -3
  117. package/commonjs/systemProps/systemProps.js +0 -1
  118. package/commonjs/systemProps/tests/types.flow.js +0 -1
  119. package/commonjs/systemProps/typography.js +0 -1
  120. package/commonjs/systemProps/variant.js +0 -1
  121. package/commonjs/themes/dark/dataviz-palette.js +0 -1
  122. package/commonjs/themes/dark/decorative-palettes.js +0 -1
  123. package/commonjs/themes/dark/theme.js +4 -1
  124. package/commonjs/themes/extendedThemes/sproutTheme/dark/theme.js +4 -1
  125. package/commonjs/themes/extendedThemes/sproutTheme/light/theme.js +4 -1
  126. package/commonjs/themes/light/dataviz-palette.js +0 -1
  127. package/commonjs/themes/light/decorative-palettes.js +0 -1
  128. package/commonjs/themes/light/literal-colors.js +0 -1
  129. package/commonjs/themes/light/theme.js +4 -1
  130. package/commonjs/utils/a11yTest.js +1 -1
  131. package/commonjs/utils/chartColors.js +0 -1
  132. package/commonjs/utils/constants.js +0 -1
  133. package/commonjs/utils/dataQaLabelQueries.js +1 -1
  134. package/commonjs/utils/hooks.js +5 -3
  135. package/commonjs/utils/index.js +0 -1
  136. package/commonjs/utils/innerText.js +0 -2
  137. package/commonjs/utils/mixins.js +0 -1
  138. package/commonjs/utils/react-testing-library.js +13 -14
  139. package/commonjs/utils/system-props.js +0 -1
  140. package/commonjs/utils/useInteractiveColor.js +0 -1
  141. package/dist/icon.svg +1 -1
  142. package/dist/iconList.js +1 -1
  143. package/dist/illustration.svg +1 -1
  144. package/dist/illustrationList.js +1 -1
  145. package/dist/logo.svg +1 -1
  146. package/dist/logoList.js +1 -1
  147. package/lib/Avatar/index.js +1 -1
  148. package/lib/Badge/constants.js +0 -2
  149. package/lib/Badge/index.flow.js +0 -1
  150. package/lib/Badge/styles.js +0 -1
  151. package/lib/Banner/index.flow.js +0 -1
  152. package/lib/Banner/styles.js +0 -1
  153. package/lib/Box/index.flow.js +0 -1
  154. package/lib/Box/styles.js +0 -1
  155. package/lib/Breadcrumb/index.flow.js +0 -1
  156. package/lib/Breadcrumb/index.js +4 -1
  157. package/lib/Breadcrumb/styles.js +0 -1
  158. package/lib/Button/index.flow.js +0 -1
  159. package/lib/Button/styles.js +0 -1
  160. package/lib/Card/index.flow.js +0 -1
  161. package/lib/Card/index.js +0 -1
  162. package/lib/Card/styles.js +0 -1
  163. package/lib/CharacterCounter/index.js +5 -3
  164. package/lib/CharacterCounter/styles.js +0 -1
  165. package/lib/ChartLegend/styles.js +0 -1
  166. package/lib/Checkbox/index.js +5 -3
  167. package/lib/Checkbox/styles.js +0 -1
  168. package/lib/Collapsible/index.flow.js +0 -1
  169. package/lib/Collapsible/index.js +5 -2
  170. package/lib/Collapsible/styles.js +0 -1
  171. package/lib/DatePicker/StatefulDateRangePicker.js +1 -1
  172. package/lib/DatePicker/StatefulSingleDatePicker.js +1 -1
  173. package/lib/DatePicker/common.js +0 -1
  174. package/lib/DatePicker/styles.js +0 -1
  175. package/lib/Drawer/index.flow.js +0 -1
  176. package/lib/Drawer/index.js +4 -1
  177. package/lib/Drawer/styles.js +0 -1
  178. package/lib/EmptyState/index.flow.js +0 -1
  179. package/lib/Fieldset/index.flow.js +0 -1
  180. package/lib/Fieldset/styles.js +0 -1
  181. package/lib/FormField/index.flow.js +0 -1
  182. package/lib/FormField/index.js +1 -2
  183. package/lib/Icon/deprecatedIcons.js +0 -1
  184. package/lib/Icon/index.flow.js +0 -2
  185. package/lib/Icon/styles.js +0 -1
  186. package/lib/IconViewBoxes.js +4 -0
  187. package/lib/IllustrationViewBoxes.js +2 -0
  188. package/lib/Image/index.js +5 -3
  189. package/lib/Image/styles.js +0 -1
  190. package/lib/Indicator/index.js +5 -3
  191. package/lib/Indicator/styles.js +0 -1
  192. package/lib/Input/index.flow.js +0 -1
  193. package/lib/Input/index.js +5 -3
  194. package/lib/Input/styles.js +0 -1
  195. package/lib/KeyboardKey/index.js +3 -1
  196. package/lib/KeyboardKey/styles.js +0 -1
  197. package/lib/Label/index.flow.js +0 -1
  198. package/lib/Label/index.js +3 -2
  199. package/lib/Link/constants.js +0 -1
  200. package/lib/Link/index.flow.js +0 -1
  201. package/lib/Link/styles.js +0 -1
  202. package/lib/Listbox/index.flow.js +0 -1
  203. package/lib/Listbox/index.js +4 -1
  204. package/lib/Loader/index.js +5 -3
  205. package/lib/Loader/styles.js +0 -1
  206. package/lib/LogoViewBoxes.js +4 -0
  207. package/lib/Menu/constants.js +0 -2
  208. package/lib/Menu/descendants.js +5 -2
  209. package/lib/Menu/hooks.js +0 -1
  210. package/lib/Menu/index.flow.js +0 -1
  211. package/lib/Menu/index.js +5 -2
  212. package/lib/Menu/styles.js +0 -1
  213. package/lib/Message/constants.js +0 -2
  214. package/lib/Message/index.flow.js +0 -1
  215. package/lib/Message/styles.js +0 -1
  216. package/lib/Modal/index.flow.js +0 -1
  217. package/lib/Numeral/constants.js +0 -1
  218. package/lib/Numeral/index.js +1 -1
  219. package/lib/Numeral/styles.js +0 -1
  220. package/lib/Numeral/tests/testNumeral.js +14 -14
  221. package/lib/OverflowList/index.flow.js +0 -1
  222. package/lib/OverflowList/styles.js +0 -1
  223. package/lib/PartnerLogo/styles.js +0 -1
  224. package/lib/Popout/index.flow.js +0 -1
  225. package/lib/Popout/index.js +5 -2
  226. package/lib/Popout/styles.js +0 -1
  227. package/lib/Portal/index.flow.js +0 -1
  228. package/lib/Portal/index.js +4 -2
  229. package/lib/Radio/index.js +5 -3
  230. package/lib/Radio/styles.js +0 -1
  231. package/lib/SegmentedControl/index.flow.js +0 -1
  232. package/lib/SegmentedControl/index.js +1 -1
  233. package/lib/SegmentedControl/styles.js +0 -1
  234. package/lib/Select/index.flow.js +0 -1
  235. package/lib/Select/index.js +5 -3
  236. package/lib/Select/styles.js +0 -1
  237. package/lib/Skeleton/index.js +0 -1
  238. package/lib/SpotIllustration/illustrationNames.js +1 -2
  239. package/lib/SpotIllustration/index.js +0 -1
  240. package/lib/Stack/index.flow.js +0 -1
  241. package/lib/Switch/index.js +5 -3
  242. package/lib/Switch/styles.js +0 -1
  243. package/lib/Table/index.flow.js +0 -1
  244. package/lib/Table/styles.js +0 -1
  245. package/lib/TableCell/index.flow.js +0 -1
  246. package/lib/TableCell/index.js +3 -1
  247. package/lib/TableCell/styles.js +0 -1
  248. package/lib/TableHeaderCell/constants.js +0 -2
  249. package/lib/TableHeaderCell/index.flow.js +0 -2
  250. package/lib/TableHeaderCell/index.js +10 -3
  251. package/lib/TableHeaderCell/styles.js +0 -1
  252. package/lib/TableRowAccordion/index.flow.js +0 -1
  253. package/lib/TableRowAccordion/index.js +5 -3
  254. package/lib/TableRowAccordion/styles.js +0 -1
  255. package/lib/Tabs/index.flow.js +0 -1
  256. package/lib/Tabs/index.js +5 -3
  257. package/lib/Tabs/styles.js +0 -1
  258. package/lib/Text/index.flow.js +0 -1
  259. package/lib/Text/styles.js +0 -1
  260. package/lib/Textarea/index.flow.js +0 -1
  261. package/lib/Textarea/index.js +5 -3
  262. package/lib/Textarea/styles.js +0 -1
  263. package/lib/Toast/index.flow.js +0 -1
  264. package/lib/Toast/styles.js +0 -1
  265. package/lib/ToggleHint/index.js +5 -3
  266. package/lib/ToggleHint/styles.js +0 -1
  267. package/lib/Token/index.flow.js +0 -1
  268. package/lib/Token/styles.js +0 -1
  269. package/lib/TokenInput/index.flow.js +0 -1
  270. package/lib/TokenInput/index.js +5 -3
  271. package/lib/TokenInput/styles.js +0 -1
  272. package/lib/TokenInput/util.js +0 -2
  273. package/lib/Tooltip/index.flow.js +0 -1
  274. package/lib/Tooltip/index.js +4 -2
  275. package/lib/Tooltip/styles.js +0 -1
  276. package/lib/VisuallyHidden/index.js +0 -1
  277. package/lib/dataviz/index.js +0 -1
  278. package/lib/index.js +0 -3
  279. package/lib/systemProps/background.js +0 -2
  280. package/lib/systemProps/border.js +0 -2
  281. package/lib/systemProps/color.js +0 -2
  282. package/lib/systemProps/custom.js +0 -2
  283. package/lib/systemProps/flexbox.js +0 -2
  284. package/lib/systemProps/grid.js +0 -2
  285. package/lib/systemProps/index.js +0 -2
  286. package/lib/systemProps/layout.js +0 -2
  287. package/lib/systemProps/position.js +0 -2
  288. package/lib/systemProps/shadow.js +0 -2
  289. package/lib/systemProps/space.js +1 -3
  290. package/lib/systemProps/systemProps.js +0 -1
  291. package/lib/systemProps/tests/types.flow.js +0 -3
  292. package/lib/systemProps/typography.js +0 -2
  293. package/lib/systemProps/variant.js +0 -1
  294. package/lib/themes/dark/dataviz-palette.js +0 -2
  295. package/lib/themes/dark/decorative-palettes.js +0 -2
  296. package/lib/themes/dark/theme.js +4 -1
  297. package/lib/themes/extendedThemes/sproutTheme/dark/theme.js +4 -1
  298. package/lib/themes/extendedThemes/sproutTheme/index.js +0 -1
  299. package/lib/themes/extendedThemes/sproutTheme/light/theme.js +4 -1
  300. package/lib/themes/light/dataviz-palette.js +0 -2
  301. package/lib/themes/light/decorative-palettes.js +0 -2
  302. package/lib/themes/light/literal-colors.js +0 -2
  303. package/lib/themes/light/theme.js +4 -2
  304. package/lib/types/theme.colors.flow.js +0 -2
  305. package/lib/types/theme.flow.js +0 -1
  306. package/lib/utils/a11yTest.js +1 -1
  307. package/lib/utils/chartColors.js +0 -2
  308. package/lib/utils/constants.js +0 -2
  309. package/lib/utils/dataQaLabelQueries.js +1 -1
  310. package/lib/utils/hooks.js +5 -3
  311. package/lib/utils/index.js +0 -1
  312. package/lib/utils/innerText.js +0 -3
  313. package/lib/utils/mixins.js +0 -1
  314. package/lib/utils/react-testing-library.js +11 -7
  315. package/lib/utils/system-props.js +0 -1
  316. package/lib/utils/useInteractiveColor.js +0 -1
  317. package/package.json +4 -2
package/dist/logoList.js CHANGED
@@ -1 +1 @@
1
- module.exports = ["bigcommerce-dark","bigcommerce-lockup-dark","bigcommerce-lockup","bigcommerce","bitly-dark","bitly","canva-dark","canva","dropbox-dark","dropbox-lockup-dark","dropbox-lockup","dropbox-wordmark-dark","dropbox-wordmark","dropbox","facebook-audience-network-dark","facebook-audience-network","facebook-dark","facebook-groups-dark","facebook-groups","facebook-shops-dark","facebook-shops","facebook","feedly-dark","feedly","glassdoor-dark","glassdoor","google-analytics-dark","google-analytics","google-business-messages-dark","google-business-messages","google-drive-dark","google-drive","google-my-business-dark","google-my-business","hubspot-dark","hubspot","instagram-dark","instagram","linkedin-audience-network-dark","linkedin-audience-network","linkedin-dark","linkedin","marketo-dark","marketo","messenger-dark","messenger","microsoft-dynamics-dark","microsoft-dynamics","pinterest-dark","pinterest","reddit-dark","reddit","salesforce-dark","salesforce","shopify-dark","shopify","slack-dark","slack","sproutsocial-dark","sproutsocial-lockup-dark","sproutsocial-lockup","sproutsocial-wordmark-dark","sproutsocial-wordmark","sproutsocial","tiktok-dark","tiktok","tripadvisor-dark","tripadvisor","tumblr-dark","tumblr","twitter-audience-network-dark","twitter-audience-network","twitter-dark","twitter","whatsapp-dark","whatsapp","woocommerce-dark","woocommerce","yelp-dark","yelp","youtube-dark","youtube","zendesk-dark","zendesk-lockup-dark","zendesk-lockup","zendesk-wordmark-dark","zendesk-wordmark","zendesk"];
1
+ module.exports = ["apple-app-store-dark","apple-app-store","bigcommerce-dark","bigcommerce-lockup-dark","bigcommerce-lockup","bigcommerce","bitly-dark","bitly","canva-dark","canva","dropbox-dark","dropbox-lockup-dark","dropbox-lockup","dropbox-wordmark-dark","dropbox-wordmark","dropbox","facebook-audience-network-dark","facebook-audience-network","facebook-dark","facebook-groups-dark","facebook-groups","facebook-shops-dark","facebook-shops","facebook","feedly-dark","feedly","glassdoor-dark","glassdoor","google-analytics-dark","google-analytics","google-business-messages-dark","google-business-messages","google-drive-dark","google-drive","google-my-business-dark","google-my-business","google-play-store-dark","google-play-store","hubspot-dark","hubspot","instagram-dark","instagram","linkedin-audience-network-dark","linkedin-audience-network","linkedin-dark","linkedin","marketo-dark","marketo","messenger-dark","messenger","microsoft-dynamics-dark","microsoft-dynamics","pinterest-dark","pinterest","reddit-dark","reddit","salesforce-dark","salesforce","shopify-dark","shopify","slack-dark","slack","sproutsocial-dark","sproutsocial-lockup-dark","sproutsocial-lockup","sproutsocial-wordmark-dark","sproutsocial-wordmark","sproutsocial","tiktok-dark","tiktok","tripadvisor-dark","tripadvisor","tumblr-dark","tumblr","twitter-audience-network-dark","twitter-audience-network","twitter-dark","twitter","whatsapp-dark","whatsapp","woocommerce-dark","woocommerce","yelp-dark","yelp","youtube-dark","youtube","zendesk-dark","zendesk-lockup-dark","zendesk-lockup","zendesk-wordmark-dark","zendesk-wordmark","zendesk"];
@@ -5,7 +5,7 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArra
5
5
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
6
6
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
7
7
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
8
- function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
8
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
9
9
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
10
10
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
11
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
@@ -1,5 +1,3 @@
1
-
2
-
3
1
  var defaultPurple = {
4
2
  color: 'colors.text.body',
5
3
  background: 'colors.container.background.decorative.purple'
@@ -1,2 +1 @@
1
-
2
1
  import * as React from 'react';
@@ -1,4 +1,3 @@
1
-
2
1
  import styled from 'styled-components';
3
2
  import { themeGet } from '@styled-system/theme-get';
4
3
  import { COMMON } from "../utils/system-props";
@@ -1,2 +1 @@
1
-
2
1
  import * as React from 'react';
@@ -1,4 +1,3 @@
1
-
2
1
  import styled, { css } from 'styled-components';
3
2
  import { COMMON, LAYOUT } from "../utils/system-props";
4
3
  var Container = styled.div.withConfig({
@@ -1,3 +1,2 @@
1
-
2
1
  import * as React from 'react';
3
2
  import Container from "./styles";
package/lib/Box/styles.js CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  import styled from 'styled-components';
3
2
  import { COMMON, BORDER, LAYOUT, POSITION, FLEXBOX, GRID } from "../utils/system-props";
4
3
  var Container = styled.div.withConfig({
@@ -1,3 +1,2 @@
1
-
2
1
  import * as React from 'react';
3
2
  import Link from "../Link";
@@ -1,8 +1,11 @@
1
+ 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); }
1
2
  var _excluded = ["children", "href"],
2
3
  _excluded2 = ["ariaLabel", "overflow", "children"];
3
4
  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; }
4
5
  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; }
5
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
8
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
6
9
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
7
10
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
8
11
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
@@ -1,4 +1,3 @@
1
-
2
1
  import styled from 'styled-components';
3
2
  var Nav = styled.nav.withConfig({
4
3
  displayName: "styles__Nav",
@@ -1,2 +1 @@
1
-
2
1
  import * as React from 'react';
@@ -1,4 +1,3 @@
1
-
2
1
  import styled, { css } from 'styled-components';
3
2
  import { focusRing, disabled, pill } from "../utils/mixins";
4
3
  import { COMMON, LAYOUT } from "../utils/system-props";
@@ -1,3 +1,2 @@
1
-
2
1
  import * as React from 'react';
3
2
  import { Container } from "./styles";
package/lib/Card/index.js CHANGED
@@ -1,5 +1,4 @@
1
1
  'no babel-plugin-flow-react-proptypes';
2
-
3
2
  var _excluded = ["onClick", "href", "children", "ariaLabel", "buttonProps", "border", "borderColor", "color", "bg"];
4
3
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
4
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
@@ -1,4 +1,3 @@
1
-
2
1
  import styled from 'styled-components';
3
2
  import Box from "../Box";
4
3
  import Button from "../Button";
@@ -1,10 +1,10 @@
1
- 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); }
2
1
  var _excluded = ["size"];
2
+ 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
3
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
4
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
5
5
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6
6
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
7
- 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); } }
7
+ 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, _toPropertyKey(descriptor.key), descriptor); } }
8
8
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
9
9
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
10
10
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
@@ -13,7 +13,9 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) ===
13
13
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
14
14
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
15
15
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
16
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
16
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
17
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
18
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
17
19
  import * as React from 'react';
18
20
  import Container from "./styles";
19
21
  var CharacterCounter = /*#__PURE__*/function (_React$Component) {
@@ -1,4 +1,3 @@
1
-
2
1
  import styled, { css } from 'styled-components';
3
2
  import { COMMON } from "../utils/system-props";
4
3
  var Container = styled.div.withConfig({
@@ -1,4 +1,3 @@
1
-
2
1
  import styled, { css } from 'styled-components';
3
2
  import { COMMON, LAYOUT } from "../utils/system-props";
4
3
  export var Label = styled.span.withConfig({
@@ -1,10 +1,10 @@
1
- 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); }
2
1
  var _excluded = ["id", "value", "name", "label", "labelProps", "checked", "disabled", "indeterminate", "onChange", "ariaLabel", "appearance", "qa", "tabIndex", "inputProps"];
2
+ 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
3
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
4
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
5
5
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6
6
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
7
- 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); } }
7
+ 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, _toPropertyKey(descriptor.key), descriptor); } }
8
8
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
9
9
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
10
10
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
@@ -13,7 +13,9 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) ===
13
13
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
14
14
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
15
15
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
16
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
16
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
17
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
18
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
17
19
  import * as React from 'react';
18
20
  import Container, { CheckboxBox, CheckIcon, PillInput, InputWrapper, LabelText, CheckboxContainer } from "./styles";
19
21
  var Checkbox = /*#__PURE__*/function (_React$Component) {
@@ -1,4 +1,3 @@
1
-
2
1
  import * as React from 'react';
3
2
  import { renderToStaticMarkup } from 'react-dom/server';
4
3
  import styled, { css } from 'styled-components';
@@ -1,2 +1 @@
1
-
2
1
  import * as React from 'react';
@@ -1,16 +1,19 @@
1
+ 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); }
1
2
  var _excluded = ["children"],
2
3
  _excluded2 = ["children"];
3
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
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
  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; }
6
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
9
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
10
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
8
11
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
9
12
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
10
13
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
11
14
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
12
15
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
13
- function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
16
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
14
17
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
15
18
  import * as React from 'react';
16
19
  import { useState, useRef, useContext, useEffect } from 'react';
@@ -1,4 +1,3 @@
1
-
2
1
  import styled from 'styled-components';
3
2
  import Box from "../Box";
4
3
  export var CollapsingBox = styled(Box).withConfig({
@@ -4,7 +4,7 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArra
4
4
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
5
5
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
6
6
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
7
- function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
7
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
8
8
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
9
9
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
10
10
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
@@ -4,7 +4,7 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArra
4
4
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
5
5
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
6
6
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
7
- function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
7
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
8
8
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
9
9
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
10
10
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
@@ -1,4 +1,3 @@
1
-
2
1
  import 'react-dates/initialize';
3
2
  import 'react-dates/lib/css/_datepicker.css';
4
3
  import React from 'react';
@@ -1,4 +1,3 @@
1
-
2
1
  import styled, { createGlobalStyle, css } from 'styled-components';
3
2
  import moment from 'moment';
4
3
  import { disabled } from "../utils/mixins";
@@ -1,2 +1 @@
1
-
2
1
  import * as React from 'react';
@@ -1,10 +1,13 @@
1
+ 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); }
1
2
  var _excluded = ["title", "children", "render"],
2
3
  _excluded2 = ["children"],
3
4
  _excluded3 = ["id", "style", "offset", "direction", "children", "disableCloseOnClickOutside", "onClose", "zIndex", "closeTargets"],
4
5
  _excluded4 = ["children", "closeButtonLabel", "direction", "disableCloseOnClickOutside", "id", "isOpen", "offset", "onClose", "zIndex", "closeTargets"];
5
6
  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; }
6
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
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
9
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
10
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
8
11
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
9
12
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
10
13
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
@@ -1,4 +1,3 @@
1
-
2
1
  import styled, { css } from 'styled-components';
3
2
  import { COMMON } from "../utils/system-props";
4
3
  import Box from "../Box";
@@ -1,2 +1 @@
1
-
2
1
  import * as React from 'react';
@@ -1,2 +1 @@
1
-
2
1
  import * as React from 'react';
@@ -1,4 +1,3 @@
1
-
2
1
  import styled, { css } from 'styled-components';
3
2
  import Box from "../Box";
4
3
  export var ChildContainer = styled(Box).withConfig({
@@ -1,4 +1,3 @@
1
1
  'no babel-plugin-flow-react-proptypes';
2
-
3
2
  import * as React from 'react';
4
3
  import Box from "../Box";
@@ -1,12 +1,11 @@
1
1
  'no babel-plugin-flow-react-proptypes';
2
-
3
2
  var _excluded = ["children", "error", "helperText", "id", "isInvalid", "label", "mb", "qa", "isLabelHidden"];
4
3
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
4
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
6
5
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
7
6
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
8
7
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
9
- function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
8
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
10
9
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
11
10
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
12
11
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
@@ -1,4 +1,3 @@
1
-
2
1
  // In February of 2020, the Design Systems team renamed and consolidated some icons in an effort to introduce consistency in the naming of our icons. This object maps old, deprecated icon names to the "correct" name of the icon {"deprecated key": "correct icon name value"}
3
2
  export default Object.freeze({
4
3
  backtotop: 'back-to-top',
@@ -1,3 +1 @@
1
-
2
-
3
1
  import deprecatedIcons from "./deprecatedIcons";
@@ -1,4 +1,3 @@
1
-
2
1
  import styled, { css } from 'styled-components';
3
2
  import { verticalAlign } from 'styled-system';
4
3
  import { COMMON } from "../utils/system-props";
@@ -158,6 +158,7 @@ module.exports = {
158
158
  "full-access": "0 0 16 16",
159
159
  "gear": "0 0 16 16",
160
160
  "gears": "0 0 16 16",
161
+ "github": "0 0 18 18",
161
162
  "glassdoor": "0 0 16 16",
162
163
  "glasses": "0 0 18 14",
163
164
  "globe": "0 0 16 16",
@@ -295,6 +296,8 @@ module.exports = {
295
296
  "saved-reply-outline": "0 0 16 12",
296
297
  "saved-reply": "0 0 16 12",
297
298
  "search": "0 0 16 16",
299
+ "send-again-outline": "0 0 18 18",
300
+ "send-again": "0 0 18 18",
298
301
  "sent-message-outline": "0 0 16 14",
299
302
  "sent-message": "0 0 16 14",
300
303
  "share": "0 0 16 14",
@@ -322,6 +325,7 @@ module.exports = {
322
325
  "tag": "0 0 16 16",
323
326
  "targeting-outline": "0 0 16 16",
324
327
  "targeting": "0 0 16 16",
328
+ "tasks-check": "0 0 16 16",
325
329
  "tasks-outline": "0 0 12 16",
326
330
  "tasks": "0 0 12 16",
327
331
  "team-conversation-outline": "0 0 16 18",
@@ -64,6 +64,7 @@ module.exports = {
64
64
  "note": "0 0 49 47",
65
65
  "notification": "0 0 252 194",
66
66
  "notifications-onboarding": "0 0 352 163",
67
+ "notifications": "0 0 111 54",
67
68
  "organize-message": "0 0 276 220",
68
69
  "outbox-queue": "0 0 246 176",
69
70
  "outbox-reviews": "0 0 246 176",
@@ -73,6 +74,7 @@ module.exports = {
73
74
  "pointer": "0 0 54 37",
74
75
  "publish-assets": "0 0 336 263",
75
76
  "publish-links": "0 0 266 252",
77
+ "publishing-notifications": "0 0 564 187",
76
78
  "publishing": "0 0 343 191",
77
79
  "puzzle-piece": "0 0 56 44",
78
80
  "question-mark": "0 0 302 191",
@@ -1,10 +1,10 @@
1
- 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); }
2
1
  var _excluded = ["alt", "title", "onClick", "onError", "onLoad", "src", "qa"];
2
+ 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
3
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
4
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
5
5
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6
6
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
7
- 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); } }
7
+ 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, _toPropertyKey(descriptor.key), descriptor); } }
8
8
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
9
9
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
10
10
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
@@ -13,7 +13,9 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) ===
13
13
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
14
14
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
15
15
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
16
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
16
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
17
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
18
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
17
19
  import * as React from 'react';
18
20
  import ImageContainer from "./styles";
19
21
  var Image = /*#__PURE__*/function (_React$Component) {
@@ -1,4 +1,3 @@
1
-
2
1
  import styled, { css } from 'styled-components';
3
2
  import { COMMON, LAYOUT } from "../utils/system-props";
4
3
  var ImageContainer = styled.img.attrs({
@@ -1,10 +1,10 @@
1
- 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); }
2
1
  var _excluded = ["tooltip"];
2
+ 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
3
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
4
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
5
5
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6
6
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
7
- 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); } }
7
+ 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, _toPropertyKey(descriptor.key), descriptor); } }
8
8
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
9
9
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
10
10
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
@@ -13,7 +13,9 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) ===
13
13
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
14
14
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
15
15
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
16
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
16
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
17
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
18
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
17
19
  import * as React from 'react';
18
20
  import Icon from "../Icon";
19
21
  import Container from "./styles";
@@ -1,4 +1,3 @@
1
-
2
1
  import styled from 'styled-components';
3
2
  import { visuallyHidden } from "../utils/mixins";
4
3
  import { COMMON } from "../utils/system-props";
@@ -1,2 +1 @@
1
-
2
1
  import * as React from 'react';
@@ -1,10 +1,10 @@
1
- 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); }
2
1
  var _excluded = ["autoComplete", "autoFocus", "disabled", "readOnly", "isInvalid", "hasWarning", "id", "name", "placeholder", "type", "required", "value", "elemBefore", "elemAfter", "maxLength", "ariaLabel", "ariaDescribedby", "clearButtonLabel", "innerRef", "onBlur", "onChange", "onClear", "onFocus", "onKeyDown", "onKeyUp", "onPaste", "inputProps", "qa", "appearance", "size"];
2
+ 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
3
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
4
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
5
5
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6
6
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
7
- 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); } }
7
+ 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, _toPropertyKey(descriptor.key), descriptor); } }
8
8
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
9
9
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
10
10
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
@@ -13,7 +13,9 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) ===
13
13
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
14
14
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
15
15
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
16
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
16
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
17
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
18
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
17
19
  import * as React from 'react';
18
20
  import styled from 'styled-components';
19
21
  import { useInteractiveColor } from "../utils/useInteractiveColor";
@@ -1,4 +1,3 @@
1
-
2
1
  import styled, { css } from 'styled-components';
3
2
  import { focusRing } from "../utils/mixins";
4
3
  import { COMMON } from "../utils/system-props";
@@ -3,8 +3,10 @@ var _excluded = ["children"];
3
3
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
4
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
5
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6
- 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); } }
6
+ 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, _toPropertyKey(descriptor.key), descriptor); } }
7
7
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
8
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
9
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
8
10
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
9
11
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
10
12
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
@@ -1,4 +1,3 @@
1
-
2
1
  import styled from 'styled-components';
3
2
  import { COMMON } from "../utils/system-props";
4
3
  var Container = styled.div.withConfig({
@@ -1,3 +1,2 @@
1
-
2
1
  import * as React from 'react';
3
2
  import Text from "../Text";