@spaziodati/atoka-design-system 2.0.72-beta

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 (294) hide show
  1. package/AddableItems/AddableItems.d.ts +72 -0
  2. package/AddableItems/ClickableExcludableItem.d.ts +23 -0
  3. package/AddableItems/ClickableItemList.d.ts +32 -0
  4. package/AddableItems/index.d.ts +1 -0
  5. package/AddableItems/index.js +1046 -0
  6. package/AddableItems/index.js.map +1 -0
  7. package/Alert/Alert.d.ts +37 -0
  8. package/Alert/index.d.ts +1 -0
  9. package/Alert/index.js +319 -0
  10. package/Alert/index.js.map +1 -0
  11. package/Badge/Badge.d.ts +38 -0
  12. package/Badge/index.d.ts +1 -0
  13. package/Badge/index.js +285 -0
  14. package/Badge/index.js.map +1 -0
  15. package/Bs4V3Wrapper/Bs4V3Wrapper.d.ts +7 -0
  16. package/Bs4V3Wrapper/StoryWrapper.d.ts +8 -0
  17. package/Bs4V3Wrapper/index.d.ts +1 -0
  18. package/Bs4V3Wrapper/index.js +251 -0
  19. package/Bs4V3Wrapper/index.js.map +1 -0
  20. package/BubbleChart/BubbleChart.d.ts +33 -0
  21. package/BubbleChart/BubbleChartUI.d.ts +31 -0
  22. package/BubbleChart/index.d.ts +1 -0
  23. package/BubbleChart/index.js +3793 -0
  24. package/BubbleChart/index.js.map +1 -0
  25. package/Button/Button.d.ts +29 -0
  26. package/Button/Button.storiesConfig.d.ts +68 -0
  27. package/Button/index.d.ts +1 -0
  28. package/Button/index.js +323 -0
  29. package/Button/index.js.map +1 -0
  30. package/ButtonDropdown/ButtonDropdown.d.ts +23 -0
  31. package/ButtonDropdown/index.d.ts +2 -0
  32. package/ButtonDropdown/index.js +603 -0
  33. package/ButtonDropdown/index.js.map +1 -0
  34. package/CardsPage/CardsPage.d.ts +12 -0
  35. package/CardsPage/CardsPageActions.d.ts +2 -0
  36. package/CardsPage/CardsPageCards.d.ts +5 -0
  37. package/CardsPage/CardsPageCardsCounter.d.ts +7 -0
  38. package/CardsPage/CardsPageFilters.d.ts +3 -0
  39. package/CardsPage/CardsPageHeader.d.ts +11 -0
  40. package/CardsPage/CardsPageLayoutMode.d.ts +13 -0
  41. package/CardsPage/CardsPageSelectionActions.d.ts +17 -0
  42. package/CardsPage/CardsPageSelectionToggler.d.ts +8 -0
  43. package/CardsPage/CardsPageSorting.d.ts +15 -0
  44. package/CardsPage/CardsPageSubtitle.d.ts +2 -0
  45. package/CardsPage/CardsPageTabContent.d.ts +19 -0
  46. package/CardsPage/CardsPageTabSwitcher.d.ts +3 -0
  47. package/CardsPage/CardsPageTitle.d.ts +2 -0
  48. package/CardsPage/index.d.ts +2 -0
  49. package/CardsPage/index.js +2511 -0
  50. package/CardsPage/index.js.map +1 -0
  51. package/CursorPagination/CursorPagination.d.ts +21 -0
  52. package/CursorPagination/index.d.ts +1 -0
  53. package/CursorPagination/index.js +952 -0
  54. package/CursorPagination/index.js.map +1 -0
  55. package/DatePicker/DatePicker.d.ts +27 -0
  56. package/DatePicker/index.d.ts +1 -0
  57. package/DatePicker/index.js +452 -0
  58. package/DatePicker/index.js.map +1 -0
  59. package/DetailPage/DetailPage.d.ts +18 -0
  60. package/DetailPage/DetailPageBodyContainer.d.ts +2 -0
  61. package/DetailPage/DetailPageBodySection.d.ts +3 -0
  62. package/DetailPage/DetailPageHeaderContainer.d.ts +7 -0
  63. package/DetailPage/DetailPageHeaderUI.d.ts +12 -0
  64. package/DetailPage/DetailPageMenuContainer.d.ts +2 -0
  65. package/DetailPage/DetailPageMenuUI.d.ts +4 -0
  66. package/DetailPage/index.d.ts +1 -0
  67. package/DetailPage/index.js +2066 -0
  68. package/DetailPage/index.js.map +1 -0
  69. package/Dropdown/AtokaDropdownToggles.d.ts +11 -0
  70. package/Dropdown/Dropdown.d.ts +12 -0
  71. package/Dropdown/DropdownMenu.d.ts +7 -0
  72. package/Dropdown/index.d.ts +3 -0
  73. package/Dropdown/index.js +723 -0
  74. package/Dropdown/index.js.map +1 -0
  75. package/EditableString/EditableString.d.ts +42 -0
  76. package/EditableString/index.d.ts +1 -0
  77. package/EditableString/index.js +3321 -0
  78. package/EditableString/index.js.map +1 -0
  79. package/EllipsableContent/EllipsableContent.d.ts +18 -0
  80. package/EllipsableContent/index.d.ts +1 -0
  81. package/EllipsableContent/index.js +784 -0
  82. package/EllipsableContent/index.js.map +1 -0
  83. package/EmptyState/EmptyState.d.ts +12 -0
  84. package/EmptyState/index.d.ts +1 -0
  85. package/EmptyState/index.js +278 -0
  86. package/EmptyState/index.js.map +1 -0
  87. package/Facet/Facet.d.ts +21 -0
  88. package/Facet/FacetHelp.d.ts +28 -0
  89. package/Facet/FacetItemCount.d.ts +7 -0
  90. package/Facet/FacetSubtitle.d.ts +2 -0
  91. package/Facet/index.d.ts +1 -0
  92. package/Facet/index.js +914 -0
  93. package/Facet/index.js.map +1 -0
  94. package/FacetSection/FacetSection.d.ts +21 -0
  95. package/FacetSection/index.d.ts +1 -0
  96. package/FacetSection/index.js +443 -0
  97. package/FacetSection/index.js.map +1 -0
  98. package/FadeAnimation/FadeAnimation.d.ts +14 -0
  99. package/FadeAnimation/index.d.ts +1 -0
  100. package/FadeAnimation/index.js +1228 -0
  101. package/FadeAnimation/index.js.map +1 -0
  102. package/FeedbackButton/FeedbackButton.d.ts +19 -0
  103. package/FeedbackButton/index.d.ts +1 -0
  104. package/FeedbackButton/index.js +398 -0
  105. package/FeedbackButton/index.js.map +1 -0
  106. package/Form/Form.d.ts +23 -0
  107. package/Form/FormCheckbox.d.ts +10 -0
  108. package/Form/FormControl.d.ts +23 -0
  109. package/Form/FormControlFeedBack.d.ts +6 -0
  110. package/Form/FormHelp.d.ts +7 -0
  111. package/Form/FormLabel.d.ts +4 -0
  112. package/Form/FormRadio.d.ts +10 -0
  113. package/Form/index.d.ts +1 -0
  114. package/Form/index.js +450 -0
  115. package/Form/index.js.map +1 -0
  116. package/Funnel/Funnel.d.ts +54 -0
  117. package/Funnel/SVGDataLabel.d.ts +11 -0
  118. package/Funnel/index.d.ts +1 -0
  119. package/Funnel/index.js +3997 -0
  120. package/Funnel/index.js.map +1 -0
  121. package/GridCard/Fixtures.d.ts +3 -0
  122. package/GridCard/GridCard.d.ts +20 -0
  123. package/GridCard/GridCardContent.d.ts +2 -0
  124. package/GridCard/GridCardFooter.d.ts +2 -0
  125. package/GridCard/GridCardHeader.d.ts +14 -0
  126. package/GridCard/GridCardMenu.d.ts +2 -0
  127. package/GridCard/GridCardTags.d.ts +2 -0
  128. package/GridCard/GridCardTitle.d.ts +6 -0
  129. package/GridCard/index.d.ts +1 -0
  130. package/GridCard/index.js +1618 -0
  131. package/GridCard/index.js.map +1 -0
  132. package/HighlightableText/HighlightableText.d.ts +21 -0
  133. package/HighlightableText/index.d.ts +1 -0
  134. package/HighlightableText/index.js +624 -0
  135. package/HighlightableText/index.js.map +1 -0
  136. package/Histogram/Histogram.d.ts +126 -0
  137. package/Histogram/Types.d.ts +19 -0
  138. package/Histogram/index.d.ts +1 -0
  139. package/Histogram/index.js +2359 -0
  140. package/Histogram/index.js.map +1 -0
  141. package/InlineStringEditor/InlineStringEditor.d.ts +49 -0
  142. package/InlineStringEditor/index.d.ts +1 -0
  143. package/InlineStringEditor/index.js +1882 -0
  144. package/InlineStringEditor/index.js.map +1 -0
  145. package/InputGroup/InputGroup.d.ts +16 -0
  146. package/InputGroup/InputGroupText.d.ts +2 -0
  147. package/InputGroup/index.d.ts +1 -0
  148. package/InputGroup/index.js +279 -0
  149. package/InputGroup/index.js.map +1 -0
  150. package/Jumbotron/Jumbotron.d.ts +16 -0
  151. package/Jumbotron/index.d.ts +1 -0
  152. package/Jumbotron/index.js +270 -0
  153. package/Jumbotron/index.js.map +1 -0
  154. package/Map/Map.d.ts +27 -0
  155. package/Map/MapChoropleth.d.ts +31 -0
  156. package/Map/MapControl.d.ts +13 -0
  157. package/Map/MapLegendContent.d.ts +27 -0
  158. package/Map/MapPopup.d.ts +5 -0
  159. package/Map/MapUtils.d.ts +2 -0
  160. package/Map/Types.d.ts +38 -0
  161. package/Map/index.d.ts +2 -0
  162. package/Map/index.js +4810 -0
  163. package/Map/index.js.map +1 -0
  164. package/Modal/Modal.d.ts +32 -0
  165. package/Modal/index.d.ts +1 -0
  166. package/Modal/index.js +743 -0
  167. package/Modal/index.js.map +1 -0
  168. package/Navbar/Navbar.d.ts +42 -0
  169. package/Navbar/NavbarMobileMenuCollapse.d.ts +3 -0
  170. package/Navbar/NavbarMobileMenuToggle.d.ts +3 -0
  171. package/Navbar/NavbarNavigationMenu.d.ts +9 -0
  172. package/Navbar/NavbarNavigationMenuItem.d.ts +9 -0
  173. package/Navbar/NavbarNinjaMenu.d.ts +6 -0
  174. package/Navbar/NavbarNinjaMenuItem.d.ts +6 -0
  175. package/Navbar/NavbarNotificationMenu.d.ts +12 -0
  176. package/Navbar/NavbarNotificationMenuItem.d.ts +8 -0
  177. package/Navbar/NavbarOverlaySearch.d.ts +28 -0
  178. package/Navbar/NavbarOverlaySearchCard.d.ts +9 -0
  179. package/Navbar/NavbarOverlaySearchResults.d.ts +12 -0
  180. package/Navbar/NavbarUserMenu.d.ts +9 -0
  181. package/Navbar/NavbarUserMenuItem.d.ts +6 -0
  182. package/Navbar/index.d.ts +1 -0
  183. package/Navbar/index.js +3521 -0
  184. package/Navbar/index.js.map +1 -0
  185. package/Pagination/Pagination.d.ts +27 -0
  186. package/Pagination/PaginationNext.d.ts +7 -0
  187. package/Pagination/PaginationPrev.d.ts +7 -0
  188. package/Pagination/index.d.ts +1 -0
  189. package/Pagination/index.js +994 -0
  190. package/Pagination/index.js.map +1 -0
  191. package/PieChart/PieChart.d.ts +71 -0
  192. package/PieChart/index.d.ts +1 -0
  193. package/PieChart/index.js +1986 -0
  194. package/PieChart/index.js.map +1 -0
  195. package/PublicFooter/PublicFooter.d.ts +6 -0
  196. package/PublicFooter/index.d.ts +1 -0
  197. package/PublicFooter/index.js +454 -0
  198. package/PublicFooter/index.js.map +1 -0
  199. package/PublicNavbar/PublicNavbar.d.ts +6 -0
  200. package/PublicNavbar/index.d.ts +1 -0
  201. package/PublicNavbar/index.js +255 -0
  202. package/PublicNavbar/index.js.map +1 -0
  203. package/RecordBit/RecordBit.d.ts +14 -0
  204. package/RecordBit/index.d.ts +1 -0
  205. package/RecordBit/index.js +482 -0
  206. package/RecordBit/index.js.map +1 -0
  207. package/ResultItemCard/ResultItemCard.d.ts +19 -0
  208. package/ResultItemCard/ResultItemCardActions.d.ts +3 -0
  209. package/ResultItemCard/ResultItemCardFooter.d.ts +6 -0
  210. package/ResultItemCard/ResultItemCardImage.d.ts +6 -0
  211. package/ResultItemCard/ResultItemCardSubtitle.d.ts +6 -0
  212. package/ResultItemCard/ResultItemCardText.d.ts +7 -0
  213. package/ResultItemCard/ResultItemCardTitle.d.ts +7 -0
  214. package/ResultItemCard/index.d.ts +1 -0
  215. package/ResultItemCard/index.js +1067 -0
  216. package/ResultItemCard/index.js.map +1 -0
  217. package/SelectDropdown/SelectDropdown.d.ts +29 -0
  218. package/SelectDropdown/index.d.ts +1 -0
  219. package/SelectDropdown/index.js +1520 -0
  220. package/SelectDropdown/index.js.map +1 -0
  221. package/Spinner/Spinner.d.ts +32 -0
  222. package/Spinner/index.d.ts +1 -0
  223. package/Spinner/index.js +325 -0
  224. package/Spinner/index.js.map +1 -0
  225. package/StatisticsItemCard/StatisticsItemCard.d.ts +35 -0
  226. package/StatisticsItemCard/index.d.ts +1 -0
  227. package/StatisticsItemCard/index.js +1786 -0
  228. package/StatisticsItemCard/index.js.map +1 -0
  229. package/StatisticsItemNumeric/StatisticsItemNumeric.d.ts +18 -0
  230. package/StatisticsItemNumeric/index.d.ts +1 -0
  231. package/StatisticsItemNumeric/index.js +283 -0
  232. package/StatisticsItemNumeric/index.js.map +1 -0
  233. package/StatisticsLegend/StatisticsLegend.d.ts +35 -0
  234. package/StatisticsLegend/StatisticsLegendItem.d.ts +50 -0
  235. package/StatisticsLegend/StatisticsSVGLegend.d.ts +26 -0
  236. package/StatisticsLegend/helpers.d.ts +19 -0
  237. package/StatisticsLegend/index.d.ts +3 -0
  238. package/StatisticsLegend/index.js +1571 -0
  239. package/StatisticsLegend/index.js.map +1 -0
  240. package/StatisticsTooltip/StatisticsTooltip.d.ts +20 -0
  241. package/StatisticsTooltip/helpers.d.ts +19 -0
  242. package/StatisticsTooltip/index.d.ts +2 -0
  243. package/StatisticsTooltip/index.js +796 -0
  244. package/StatisticsTooltip/index.js.map +1 -0
  245. package/Suggester/CustomOption.d.ts +29 -0
  246. package/Suggester/InputValueContainer.d.ts +11 -0
  247. package/Suggester/Suggester.d.ts +80 -0
  248. package/Suggester/getRenderCustomMultiValueWithIcon.d.ts +6 -0
  249. package/Suggester/index.d.ts +3 -0
  250. package/Suggester/index.js +1126 -0
  251. package/Suggester/index.js.map +1 -0
  252. package/SunBurst/SunBurst.d.ts +61 -0
  253. package/SunBurst/index.d.ts +2 -0
  254. package/SunBurst/index.js +1170 -0
  255. package/SunBurst/index.js.map +1 -0
  256. package/TabSwitcher/TabSwitcher.d.ts +35 -0
  257. package/TabSwitcher/TabSwitcherChoice.d.ts +21 -0
  258. package/TabSwitcher/index.d.ts +1 -0
  259. package/TabSwitcher/index.js +1135 -0
  260. package/TabSwitcher/index.js.map +1 -0
  261. package/Title/Title.d.ts +16 -0
  262. package/Title/index.d.ts +1 -0
  263. package/Title/index.js +302 -0
  264. package/Title/index.js.map +1 -0
  265. package/ToggleButtonGroup/ToggleButton.d.ts +15 -0
  266. package/ToggleButtonGroup/ToggleButtonGroup.d.ts +24 -0
  267. package/ToggleButtonGroup/index.d.ts +1 -0
  268. package/ToggleButtonGroup/index.js +609 -0
  269. package/ToggleButtonGroup/index.js.map +1 -0
  270. package/Tooltip/Tooltip.d.ts +20 -0
  271. package/Tooltip/index.d.ts +1 -0
  272. package/Tooltip/index.js +291 -0
  273. package/Tooltip/index.js.map +1 -0
  274. package/Utils/CommonTypes.d.ts +29 -0
  275. package/Utils/Statistics.d.ts +3 -0
  276. package/Utils/Style.d.ts +5 -0
  277. package/Utils/Text.d.ts +12 -0
  278. package/Utils/Utils.d.ts +12 -0
  279. package/Utils/index.d.ts +5 -0
  280. package/Utils/index.js +3379 -0
  281. package/Utils/index.js.map +1 -0
  282. package/atoka-design-system-2.0.72-beta.min.css +1 -0
  283. package/commonFixtures.d.ts +1 -0
  284. package/index.d.ts +51 -0
  285. package/index.js +15343 -0
  286. package/index.js.map +1 -0
  287. package/package.json +157 -0
  288. package/styles/animations-mixin.less +28 -0
  289. package/styles/atoka-bootstrap-fixed-mixins.less +81 -0
  290. package/styles/atoka-bootstrap-variables.less +70 -0
  291. package/styles/atoka-bs.less +99 -0
  292. package/styles/atoka-namespaced-bs.less +28 -0
  293. package/styles/variables.less +106 -0
  294. package/styles/variant-mixins.less +96 -0
package/Facet/index.js ADDED
@@ -0,0 +1,914 @@
1
+ (function webpackUniversalModuleDefinition(root, factory) {
2
+ if(typeof exports === 'object' && typeof module === 'object')
3
+ module.exports = factory(require("@fortawesome/pro-light-svg-icons/faChevronLeft"), require("@fortawesome/pro-light-svg-icons/faChevronRight"), require("@fortawesome/pro-light-svg-icons/faInfoCircle"), require("@fortawesome/pro-light-svg-icons/faTimes"), require("@fortawesome/react-fontawesome"), require("classnames"), require("react"), require("react-bootstrap/Carousel"), require("react-bootstrap/Overlay"), require("react-bootstrap/Popover"));
4
+ else if(typeof define === 'function' && define.amd)
5
+ define("atoka-design-system", ["@fortawesome/pro-light-svg-icons/faChevronLeft", "@fortawesome/pro-light-svg-icons/faChevronRight", "@fortawesome/pro-light-svg-icons/faInfoCircle", "@fortawesome/pro-light-svg-icons/faTimes", "@fortawesome/react-fontawesome", "classnames", "react", "react-bootstrap/Carousel", "react-bootstrap/Overlay", "react-bootstrap/Popover"], factory);
6
+ else if(typeof exports === 'object')
7
+ exports["atoka-design-system"] = factory(require("@fortawesome/pro-light-svg-icons/faChevronLeft"), require("@fortawesome/pro-light-svg-icons/faChevronRight"), require("@fortawesome/pro-light-svg-icons/faInfoCircle"), require("@fortawesome/pro-light-svg-icons/faTimes"), require("@fortawesome/react-fontawesome"), require("classnames"), require("react"), require("react-bootstrap/Carousel"), require("react-bootstrap/Overlay"), require("react-bootstrap/Popover"));
8
+ else
9
+ root["atoka-design-system"] = factory(root["@fortawesome/pro-light-svg-icons/faChevronLeft"], root["@fortawesome/pro-light-svg-icons/faChevronRight"], root["@fortawesome/pro-light-svg-icons/faInfoCircle"], root["@fortawesome/pro-light-svg-icons/faTimes"], root["@fortawesome/react-fontawesome"], root["classnames"], root["react"], root["react-bootstrap/Carousel"], root["react-bootstrap/Overlay"], root["react-bootstrap/Popover"]);
10
+ })(self, function(__WEBPACK_EXTERNAL_MODULE__2705__, __WEBPACK_EXTERNAL_MODULE__3987__, __WEBPACK_EXTERNAL_MODULE__4997__, __WEBPACK_EXTERNAL_MODULE__6988__, __WEBPACK_EXTERNAL_MODULE__5692__, __WEBPACK_EXTERNAL_MODULE__8310__, __WEBPACK_EXTERNAL_MODULE__8156__, __WEBPACK_EXTERNAL_MODULE__6514__, __WEBPACK_EXTERNAL_MODULE__3908__, __WEBPACK_EXTERNAL_MODULE__1968__) {
11
+ return /******/ (() => { // webpackBootstrap
12
+ /******/ "use strict";
13
+ /******/ var __webpack_modules__ = ({
14
+
15
+ /***/ 3570:
16
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
17
+
18
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
+ /* harmony export */ "M": () => (/* binding */ FacetItemCount)
20
+ /* harmony export */ });
21
+ /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8310);
22
+ /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_0__);
23
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8156);
24
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
25
+
26
+
27
+
28
+ var FacetItemCount = react__WEBPACK_IMPORTED_MODULE_1___default().memo(function (props) {
29
+ var className = classnames__WEBPACK_IMPORTED_MODULE_0___default()('facet-item-count', props.className);
30
+ return react__WEBPACK_IMPORTED_MODULE_1___default().createElement("div", { className: className }, props.value);
31
+ });
32
+ FacetItemCount.displayName = 'FacetItemCount';
33
+
34
+
35
+ /***/ }),
36
+
37
+ /***/ 6893:
38
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
39
+
40
+ // ESM COMPAT FLAG
41
+ __webpack_require__.r(__webpack_exports__);
42
+
43
+ // EXPORTS
44
+ __webpack_require__.d(__webpack_exports__, {
45
+ "Facet": () => (/* reexport */ Facet)
46
+ });
47
+
48
+ // EXTERNAL MODULE: external "classnames"
49
+ var external_classnames_ = __webpack_require__(8310);
50
+ var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
51
+ // EXTERNAL MODULE: external "react"
52
+ var external_react_ = __webpack_require__(8156);
53
+ var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
54
+ // EXTERNAL MODULE: ./src/components/Title/index.ts
55
+ var Title = __webpack_require__(9190);
56
+ // EXTERNAL MODULE: ./src/components/Utils/Text.ts
57
+ var Text = __webpack_require__(6347);
58
+ // EXTERNAL MODULE: external "@fortawesome/pro-light-svg-icons/faInfoCircle"
59
+ var faInfoCircle_ = __webpack_require__(4997);
60
+ // EXTERNAL MODULE: external "@fortawesome/pro-light-svg-icons/faTimes"
61
+ var faTimes_ = __webpack_require__(6988);
62
+ // EXTERNAL MODULE: external "@fortawesome/react-fontawesome"
63
+ var react_fontawesome_ = __webpack_require__(5692);
64
+ // EXTERNAL MODULE: ./node_modules/autobind-decorator/lib/esm/index.js
65
+ var esm = __webpack_require__(6627);
66
+ // EXTERNAL MODULE: external "react-bootstrap/Overlay"
67
+ var Overlay_ = __webpack_require__(3908);
68
+ var Overlay_default = /*#__PURE__*/__webpack_require__.n(Overlay_);
69
+ // EXTERNAL MODULE: external "react-bootstrap/Popover"
70
+ var Popover_ = __webpack_require__(1968);
71
+ var Popover_default = /*#__PURE__*/__webpack_require__.n(Popover_);
72
+ // EXTERNAL MODULE: external "react-bootstrap/Carousel"
73
+ var Carousel_ = __webpack_require__(6514);
74
+ var Carousel_default = /*#__PURE__*/__webpack_require__.n(Carousel_);
75
+ // EXTERNAL MODULE: external "@fortawesome/pro-light-svg-icons/faChevronLeft"
76
+ var faChevronLeft_ = __webpack_require__(2705);
77
+ // EXTERNAL MODULE: external "@fortawesome/pro-light-svg-icons/faChevronRight"
78
+ var faChevronRight_ = __webpack_require__(3987);
79
+ ;// CONCATENATED MODULE: ./src/components/Facet/FacetHelp.tsx
80
+ var __extends = (undefined && undefined.__extends) || (function () {
81
+ var extendStatics = function (d, b) {
82
+ extendStatics = Object.setPrototypeOf ||
83
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
84
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
85
+ return extendStatics(d, b);
86
+ };
87
+ return function (d, b) {
88
+ extendStatics(d, b);
89
+ function __() { this.constructor = d; }
90
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
91
+ };
92
+ })();
93
+ var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
94
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
95
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
96
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
97
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
98
+ };
99
+ var __metadata = (undefined && undefined.__metadata) || function (k, v) {
100
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
101
+ };
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+ var tooltipPopperConfig = {
116
+ modifiers: [
117
+ {
118
+ name: 'preventOverflow',
119
+ options: {
120
+ rootBoundary: 'viewport',
121
+ },
122
+ },
123
+ ],
124
+ };
125
+ var FacetHelp = /** @class */ (function (_super) {
126
+ __extends(FacetHelp, _super);
127
+ function FacetHelp(props) {
128
+ var _this = _super.call(this, props) || this;
129
+ _this.helpIconRef = external_react_default().createRef();
130
+ _this.facetHelpRef = external_react_default().createRef();
131
+ _this.state = { isShown: false };
132
+ return _this;
133
+ }
134
+ FacetHelp.prototype.handleTogglePopover = function (e) {
135
+ e.stopPropagation();
136
+ this.setState({ isShown: !this.state.isShown });
137
+ };
138
+ FacetHelp.prototype.renderPopoverTitle = function () {
139
+ if (this.props.title == null) {
140
+ return null;
141
+ }
142
+ return (external_react_default().createElement((Popover_default()).Title, { className: 'popover-title d-flex justify-content-between', bsPrefix: 'atoka' },
143
+ external_react_default().createElement(Title.Title, { size: 'sm' }, this.props.title),
144
+ external_react_default().createElement("button", { className: 'close align-middle', onClick: this.handleTogglePopover },
145
+ external_react_default().createElement(react_fontawesome_.FontAwesomeIcon, { size: 'sm', icon: faTimes_.faTimes }))));
146
+ };
147
+ FacetHelp.prototype.renderPopover = function () {
148
+ var children = this.props.children, showControls = Array.isArray(children) && children.length > 1, helpCarouselClassName = external_classnames_default()({
149
+ 'help-carousel': true,
150
+ 'hidden-controls': !showControls,
151
+ });
152
+ return (external_react_default().createElement((Popover_default()), { id: this.props.trackingName, className: 'bs4-v3 help-popover-v3 help-popover-container' },
153
+ this.renderPopoverTitle(),
154
+ external_react_default().createElement((Popover_default()).Content, null,
155
+ external_react_default().createElement((Carousel_default()), { controls: showControls, indicators: showControls, className: helpCarouselClassName, onClick: function (e) { return e.stopPropagation(); }, nextIcon: external_react_default().createElement(react_fontawesome_.FontAwesomeIcon, { icon: faChevronRight_.faChevronRight, size: 'xs' }), prevIcon: external_react_default().createElement(react_fontawesome_.FontAwesomeIcon, { icon: faChevronLeft_.faChevronLeft, size: 'xs' }) }, children))));
156
+ };
157
+ FacetHelp.prototype.render = function () {
158
+ if (this.props.title == null && this.props.children == null) {
159
+ return null;
160
+ }
161
+ return (external_react_default().createElement("span", { className: 'facet-help-v3 help-container' },
162
+ external_react_default().createElement("span", { className: 'help-icon-container' },
163
+ external_react_default().createElement("span", { ref: this.helpIconRef, onClick: this.handleTogglePopover },
164
+ external_react_default().createElement(react_fontawesome_.FontAwesomeIcon, { size: 'sm', icon: faInfoCircle_.faInfoCircle }))),
165
+ external_react_default().createElement((Overlay_default()), { target: this.helpIconRef.current, placement: 'right', show: this.state.isShown, container: this.facetHelpRef.current, popperConfig: tooltipPopperConfig }, this.renderPopover())));
166
+ };
167
+ var _a;
168
+ FacetHelp.displayName = 'FacetHelp';
169
+ __decorate([
170
+ esm/* default */.ZP,
171
+ __metadata("design:type", Function),
172
+ __metadata("design:paramtypes", [typeof (_a = typeof (external_react_default()) !== "undefined" && (external_react_default()).MouseEvent) === "function" ? _a : Object]),
173
+ __metadata("design:returntype", void 0)
174
+ ], FacetHelp.prototype, "handleTogglePopover", null);
175
+ return FacetHelp;
176
+ }((external_react_default()).Component));
177
+
178
+
179
+ // EXTERNAL MODULE: ./src/components/Facet/FacetItemCount.tsx
180
+ var FacetItemCount = __webpack_require__(3570);
181
+ ;// CONCATENATED MODULE: ./src/components/Facet/FacetSubtitle.tsx
182
+
183
+
184
+ var FacetSubtitle = external_react_default().memo(function (_a) {
185
+ var children = _a.children;
186
+ return (external_react_default().createElement(Title.Title, { className: 'color-gray-400 mb-1', size: 'xs' }, children));
187
+ });
188
+ FacetSubtitle.displayName = 'FacetSubtitle';
189
+
190
+ ;// CONCATENATED MODULE: ./src/components/Facet/Facet.tsx
191
+ var Facet_extends = (undefined && undefined.__extends) || (function () {
192
+ var extendStatics = function (d, b) {
193
+ extendStatics = Object.setPrototypeOf ||
194
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
195
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
196
+ return extendStatics(d, b);
197
+ };
198
+ return function (d, b) {
199
+ extendStatics(d, b);
200
+ function __() { this.constructor = d; }
201
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
202
+ };
203
+ })();
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+ var Facet = /** @class */ (function (_super) {
213
+ Facet_extends(Facet, _super);
214
+ function Facet() {
215
+ return _super !== null && _super.apply(this, arguments) || this;
216
+ }
217
+ Facet.prototype.renderItemCount = function () {
218
+ var badgeItemsCount = this.props.badgeItemsCount;
219
+ if (badgeItemsCount == null || badgeItemsCount === 0) {
220
+ return null;
221
+ }
222
+ return external_react_default().createElement(FacetItemCount/* FacetItemCount */.M, { value: badgeItemsCount });
223
+ };
224
+ Facet.prototype.renderTitle = function () {
225
+ var _a;
226
+ // we do show the help only if there is a title
227
+ if ((0,Text/* isStringEmpty */.Wq)((_a = this.props.title) !== null && _a !== void 0 ? _a : null)) {
228
+ return null;
229
+ }
230
+ return (external_react_default().createElement("div", { className: 'facet-header-title-container' },
231
+ external_react_default().createElement("div", { className: 'align-items-center' },
232
+ external_react_default().createElement(Title.Title, { size: 'sm' },
233
+ external_react_default().createElement("strong", null, this.props.title),
234
+ this.props.help))));
235
+ };
236
+ Facet.prototype.renderHeader = function () {
237
+ var _a;
238
+ var title = this.renderTitle(), itemCount = this.renderItemCount();
239
+ if (title == null && itemCount == null) {
240
+ return null;
241
+ }
242
+ var className = external_classnames_default()('facet-header', {
243
+ 'bg-transparent position-absolute': (0,Text/* isStringEmpty */.Wq)((_a = this.props.title) !== null && _a !== void 0 ? _a : null),
244
+ });
245
+ return (external_react_default().createElement("div", { className: className },
246
+ this.renderTitle(),
247
+ this.renderItemCount()));
248
+ };
249
+ Facet.prototype.renderContent = function () {
250
+ var _a;
251
+ var bodyClassName = external_classnames_default()('facet-body', { 'pt-3': (0,Text/* isStringEmpty */.Wq)((_a = this.props.title) !== null && _a !== void 0 ? _a : null) });
252
+ return (external_react_default().createElement("div", { className: 'facet-container' },
253
+ this.renderHeader(),
254
+ external_react_default().createElement("div", { className: bodyClassName }, this.props.children)));
255
+ };
256
+ Facet.prototype.render = function () {
257
+ var className = external_classnames_default()('facet', this.props.className);
258
+ return external_react_default().createElement("div", { className: className }, this.renderContent());
259
+ };
260
+ Facet.displayName = 'Facet';
261
+ Facet.Help = FacetHelp;
262
+ Facet.Subtitle = FacetSubtitle;
263
+ return Facet;
264
+ }((external_react_default()).PureComponent));
265
+
266
+
267
+ ;// CONCATENATED MODULE: ./src/components/Facet/index.ts
268
+
269
+
270
+
271
+ /***/ }),
272
+
273
+ /***/ 9360:
274
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
275
+
276
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
277
+ /* harmony export */ "D": () => (/* binding */ Title)
278
+ /* harmony export */ });
279
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8156);
280
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
281
+ /* harmony import */ var _fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5692);
282
+ /* harmony import */ var _fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_1__);
283
+ /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8310);
284
+ /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_2__);
285
+ var __extends = (undefined && undefined.__extends) || (function () {
286
+ var extendStatics = function (d, b) {
287
+ extendStatics = Object.setPrototypeOf ||
288
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
289
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
290
+ return extendStatics(d, b);
291
+ };
292
+ return function (d, b) {
293
+ extendStatics(d, b);
294
+ function __() { this.constructor = d; }
295
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
296
+ };
297
+ })();
298
+ var __assign = (undefined && undefined.__assign) || function () {
299
+ __assign = Object.assign || function(t) {
300
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
301
+ s = arguments[i];
302
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
303
+ t[p] = s[p];
304
+ }
305
+ return t;
306
+ };
307
+ return __assign.apply(this, arguments);
308
+ };
309
+
310
+
311
+
312
+
313
+ var Title = /** @class */ (function (_super) {
314
+ __extends(Title, _super);
315
+ function Title() {
316
+ return _super !== null && _super.apply(this, arguments) || this;
317
+ }
318
+ Title.prototype.renderIcon = function () {
319
+ if (this.props.icon == null) {
320
+ return null;
321
+ }
322
+ var classNames = classnames__WEBPACK_IMPORTED_MODULE_2___default()({ 'mr-2': this.props.children !== '' && this.props.children != null });
323
+ return react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_1__.FontAwesomeIcon, { icon: this.props.icon, className: classNames, fixedWidth: true });
324
+ };
325
+ Title.prototype.renderContent = function () {
326
+ return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react__WEBPACK_IMPORTED_MODULE_0___default().Fragment), null,
327
+ this.renderIcon(),
328
+ this.props.children));
329
+ };
330
+ Title.prototype.render = function () {
331
+ var props = { className: this.props.className, style: this.props.style };
332
+ switch (this.props.size) {
333
+ case 'xs':
334
+ return react__WEBPACK_IMPORTED_MODULE_0___default().createElement("h6", __assign({}, props), this.renderContent());
335
+ case 'sm':
336
+ return react__WEBPACK_IMPORTED_MODULE_0___default().createElement("h5", __assign({}, props), this.renderContent());
337
+ case 'md':
338
+ return react__WEBPACK_IMPORTED_MODULE_0___default().createElement("h4", __assign({}, props), this.renderContent());
339
+ case 'lg':
340
+ return react__WEBPACK_IMPORTED_MODULE_0___default().createElement("h3", __assign({}, props), this.renderContent());
341
+ case 'xl':
342
+ return react__WEBPACK_IMPORTED_MODULE_0___default().createElement("h2", __assign({}, props), this.renderContent());
343
+ default:
344
+ return react__WEBPACK_IMPORTED_MODULE_0___default().createElement("h1", __assign({}, props), this.renderContent());
345
+ }
346
+ };
347
+ Title.displayName = 'Title';
348
+ Title.defaultProps = {
349
+ size: 'xxl',
350
+ };
351
+ return Title;
352
+ }((react__WEBPACK_IMPORTED_MODULE_0___default().PureComponent)));
353
+
354
+
355
+
356
+ /***/ }),
357
+
358
+ /***/ 9190:
359
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
360
+
361
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
362
+ /* harmony export */ "Title": () => (/* reexport safe */ _Title__WEBPACK_IMPORTED_MODULE_0__.D)
363
+ /* harmony export */ });
364
+ /* harmony import */ var _Title__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9360);
365
+
366
+
367
+
368
+ /***/ }),
369
+
370
+ /***/ 6347:
371
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
372
+
373
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
374
+ /* harmony export */ "Wq": () => (/* binding */ isStringEmpty)
375
+ /* harmony export */ });
376
+ /* unused harmony exports slugify, estimateWordSize, ellipse, matchAndFormatRangeLabel, formatRange, ellipseAndFormat, escapeRegExp, isMatching, splitTextInParts */
377
+ var __values = (undefined && undefined.__values) || function(o) {
378
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
379
+ if (m) return m.call(o);
380
+ if (o && typeof o.length === "number") return {
381
+ next: function () {
382
+ if (o && i >= o.length) o = void 0;
383
+ return { value: o && o[i++], done: !o };
384
+ }
385
+ };
386
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
387
+ };
388
+ var __read = (undefined && undefined.__read) || function (o, n) {
389
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
390
+ if (!m) return o;
391
+ var i = m.call(o), r, ar = [], e;
392
+ try {
393
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
394
+ }
395
+ catch (error) { e = { error: error }; }
396
+ finally {
397
+ try {
398
+ if (r && !r.done && (m = i["return"])) m.call(i);
399
+ }
400
+ finally { if (e) throw e.error; }
401
+ }
402
+ return ar;
403
+ };
404
+ var __spread = (undefined && undefined.__spread) || function () {
405
+ for (var ar = [], i = 0; i < arguments.length; i++) ar = ar.concat(__read(arguments[i]));
406
+ return ar;
407
+ };
408
+ function isStringEmpty(s) {
409
+ if (s == null) {
410
+ return true;
411
+ }
412
+ return s.match(/^\s*$/) !== null;
413
+ }
414
+ function slugify(text) {
415
+ var a = 'àáâäæãåāăąçćčđďèéêëēėęěğǵḧîïíīįìłḿñńǹňôöòóœøōõőṕŕřßśšşșťțûüùúūǘůűųẃẍÿýžźż·/_,:;', b = 'aaaaaaaaaacccddeeeeeeeegghiiiiiilmnnnnoooooooooprrsssssttuuuuuuuuuwxyyzzz------', p = new RegExp(a.split('').join('|'), 'g');
416
+ return text
417
+ .toString()
418
+ .toLowerCase()
419
+ .replace(/\s+/g, '-') // Replace spaces with -
420
+ .replace(p, function (c) { return b.charAt(a.indexOf(c)); }) // Replace special characters
421
+ .replace(/&/g, '-and-') // Replace & with 'and'
422
+ .replace(/[^\w-]+/g, '') // Remove all non-word characters
423
+ .replace(/--+/g, '-') // Replace multiple - with single -
424
+ .replace(/^-+/, '') // Trim - from start of text
425
+ .replace(/-+$/, ''); // Trim - from end of text
426
+ }
427
+ function estimateWordSize(wordLength, letterPixels, constant) {
428
+ return wordLength * letterPixels + constant;
429
+ }
430
+ function ellipse(input, length) {
431
+ if (input == null) {
432
+ return '';
433
+ }
434
+ return input.length > length ? input.substr(0, length - 1) + "\u2026" : input;
435
+ }
436
+ function matchAndFormatRangeLabel(formatter) {
437
+ return function (label) {
438
+ var match = /^([\d*]+)-([\d*]+)$/.exec(label);
439
+ if (match == null) {
440
+ return label;
441
+ }
442
+ return formatRange({
443
+ from: match[1],
444
+ to: match[2],
445
+ }, formatter !== null && formatter !== void 0 ? formatter : (function (v) { return v; }));
446
+ };
447
+ }
448
+ function formatRange(item, formatter) {
449
+ var _a, _b;
450
+ var to = item.to === '*' ? '*' : formatter(parseInt((_a = item.to) !== null && _a !== void 0 ? _a : '0', 10)), from = formatter(parseInt((_b = item.from) !== null && _b !== void 0 ? _b : '0', 10));
451
+ if (from === to) {
452
+ return "" + from;
453
+ }
454
+ return from + " - " + to;
455
+ }
456
+ function ellipseAndFormat(formatter, maxLabelLength) {
457
+ return function (value) {
458
+ var strValue = value.toString();
459
+ if (formatter == null) {
460
+ return ellipse(strValue, maxLabelLength);
461
+ }
462
+ return ellipse("" + formatter(strValue), maxLabelLength);
463
+ };
464
+ }
465
+ function escapeRegExp(input) {
466
+ // eslint-disable-next-line
467
+ return input.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, '\\$&');
468
+ }
469
+ function isMatching(text0, text1) {
470
+ var e_1, _a;
471
+ if (text0 == null || text1 == null) {
472
+ return false;
473
+ }
474
+ text0 = text0.toLowerCase();
475
+ text1 = text1.toLowerCase();
476
+ if (text1.match(' ') === null) {
477
+ return text0.match(escapeRegExp(text1)) !== null;
478
+ }
479
+ var splitNeedles = text1
480
+ .split(' ')
481
+ .filter(function (s) { return !isStringEmpty(s); })
482
+ .sort(function (a, b) { return b.length - a.length; });
483
+ try {
484
+ for (var splitNeedles_1 = __values(splitNeedles), splitNeedles_1_1 = splitNeedles_1.next(); !splitNeedles_1_1.done; splitNeedles_1_1 = splitNeedles_1.next()) {
485
+ var needle = splitNeedles_1_1.value;
486
+ if (text0 === needle) {
487
+ return true;
488
+ }
489
+ }
490
+ }
491
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
492
+ finally {
493
+ try {
494
+ if (splitNeedles_1_1 && !splitNeedles_1_1.done && (_a = splitNeedles_1.return)) _a.call(splitNeedles_1);
495
+ }
496
+ finally { if (e_1) throw e_1.error; }
497
+ }
498
+ return false;
499
+ }
500
+ function splitTextInParts(needles, text) {
501
+ var e_2, _a;
502
+ if (text == null) {
503
+ return [];
504
+ }
505
+ if (needles.match(' ') === null) {
506
+ var re = new RegExp('(' + escapeRegExp(needles) + ')', 'gi');
507
+ return text.split(re);
508
+ }
509
+ var splitNeedles = needles
510
+ .split(' ')
511
+ .filter(function (s) { return !isStringEmpty(s); })
512
+ .sort(function (a, b) { return b.length - a.length; }), ret = [text];
513
+ try {
514
+ for (var splitNeedles_2 = __values(splitNeedles), splitNeedles_2_1 = splitNeedles_2.next(); !splitNeedles_2_1.done; splitNeedles_2_1 = splitNeedles_2.next()) {
515
+ var needle = splitNeedles_2_1.value;
516
+ var re = new RegExp('(' + needle + ')', 'gi');
517
+ for (var index = 0; index < ret.length; index++) {
518
+ var currentText = ret[index];
519
+ if (isMatching(currentText, escapeRegExp(needles))) {
520
+ continue;
521
+ }
522
+ var newParts = currentText.split(re).filter(function (s) { return s !== ''; });
523
+ ret.splice.apply(ret, __spread([index, 1], newParts));
524
+ }
525
+ }
526
+ }
527
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
528
+ finally {
529
+ try {
530
+ if (splitNeedles_2_1 && !splitNeedles_2_1.done && (_a = splitNeedles_2.return)) _a.call(splitNeedles_2);
531
+ }
532
+ finally { if (e_2) throw e_2.error; }
533
+ }
534
+ return ret;
535
+ }
536
+
537
+
538
+ /***/ }),
539
+
540
+ /***/ 6627:
541
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
542
+
543
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
544
+ /* harmony export */ "ZP": () => (/* binding */ autobind)
545
+ /* harmony export */ });
546
+ /* unused harmony exports boundMethod, boundClass */
547
+ /* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4329);
548
+
549
+
550
+ function _typeof(obj) {
551
+ if (typeof Symbol === "function" && (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(Symbol.iterator) === "symbol") {
552
+ _typeof = function _typeof(obj) {
553
+ return (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
554
+ };
555
+ } else {
556
+ _typeof = function _typeof(obj) {
557
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
558
+ };
559
+ }
560
+
561
+ return _typeof(obj);
562
+ }
563
+ /**
564
+ * Return a descriptor removing the value and returning a getter
565
+ * The getter will return a .bind version of the function
566
+ * and memoize the result against a symbol on the instance
567
+ */
568
+
569
+
570
+ function boundMethod(target, key, descriptor) {
571
+ var fn = descriptor.value;
572
+
573
+ if (typeof fn !== 'function') {
574
+ throw new TypeError("@boundMethod decorator can only be applied to methods not: ".concat(_typeof(fn)));
575
+ } // In IE11 calling Object.defineProperty has a side-effect of evaluating the
576
+ // getter for the property which is being replaced. This causes infinite
577
+ // recursion and an "Out of stack space" error.
578
+
579
+
580
+ var definingProperty = false;
581
+ return {
582
+ configurable: true,
583
+ get: function get() {
584
+ // eslint-disable-next-line no-prototype-builtins
585
+ if (definingProperty || this === target.prototype || this.hasOwnProperty(key) || typeof fn !== 'function') {
586
+ return fn;
587
+ }
588
+
589
+ var boundFn = fn.bind(this);
590
+ definingProperty = true;
591
+ Object.defineProperty(this, key, {
592
+ configurable: true,
593
+ get: function get() {
594
+ return boundFn;
595
+ },
596
+ set: function set(value) {
597
+ fn = value;
598
+ delete this[key];
599
+ }
600
+ });
601
+ definingProperty = false;
602
+ return boundFn;
603
+ },
604
+ set: function set(value) {
605
+ fn = value;
606
+ }
607
+ };
608
+ }
609
+ /**
610
+ * Use boundMethod to bind all methods on the target.prototype
611
+ */
612
+
613
+ function boundClass(target) {
614
+ // (Using reflect to get all keys including symbols)
615
+ var keys; // Use Reflect if exists
616
+
617
+ if (typeof Reflect !== 'undefined' && typeof Reflect.ownKeys === 'function') {
618
+ keys = Reflect.ownKeys(target.prototype);
619
+ } else {
620
+ keys = Object.getOwnPropertyNames(target.prototype); // Use symbols if support is provided
621
+
622
+ if (typeof Object.getOwnPropertySymbols === 'function') {
623
+ keys = keys.concat(Object.getOwnPropertySymbols(target.prototype));
624
+ }
625
+ }
626
+
627
+ keys.forEach(function (key) {
628
+ // Ignore special case target method
629
+ if (key === 'constructor') {
630
+ return;
631
+ }
632
+
633
+ var descriptor = Object.getOwnPropertyDescriptor(target.prototype, key); // Only methods need binding
634
+
635
+ if (typeof descriptor.value === 'function') {
636
+ Object.defineProperty(target.prototype, key, boundMethod(target, key, descriptor));
637
+ }
638
+ });
639
+ return target;
640
+ }
641
+ function autobind() {
642
+ if (arguments.length === 1) {
643
+ return boundClass.apply(void 0, arguments);
644
+ }
645
+
646
+ return boundMethod.apply(void 0, arguments);
647
+ }
648
+
649
+ /***/ }),
650
+
651
+ /***/ 2705:
652
+ /***/ ((module) => {
653
+
654
+ module.exports = __WEBPACK_EXTERNAL_MODULE__2705__;
655
+
656
+ /***/ }),
657
+
658
+ /***/ 3987:
659
+ /***/ ((module) => {
660
+
661
+ module.exports = __WEBPACK_EXTERNAL_MODULE__3987__;
662
+
663
+ /***/ }),
664
+
665
+ /***/ 4997:
666
+ /***/ ((module) => {
667
+
668
+ module.exports = __WEBPACK_EXTERNAL_MODULE__4997__;
669
+
670
+ /***/ }),
671
+
672
+ /***/ 6988:
673
+ /***/ ((module) => {
674
+
675
+ module.exports = __WEBPACK_EXTERNAL_MODULE__6988__;
676
+
677
+ /***/ }),
678
+
679
+ /***/ 5692:
680
+ /***/ ((module) => {
681
+
682
+ module.exports = __WEBPACK_EXTERNAL_MODULE__5692__;
683
+
684
+ /***/ }),
685
+
686
+ /***/ 8310:
687
+ /***/ ((module) => {
688
+
689
+ module.exports = __WEBPACK_EXTERNAL_MODULE__8310__;
690
+
691
+ /***/ }),
692
+
693
+ /***/ 8156:
694
+ /***/ ((module) => {
695
+
696
+ module.exports = __WEBPACK_EXTERNAL_MODULE__8156__;
697
+
698
+ /***/ }),
699
+
700
+ /***/ 6514:
701
+ /***/ ((module) => {
702
+
703
+ module.exports = __WEBPACK_EXTERNAL_MODULE__6514__;
704
+
705
+ /***/ }),
706
+
707
+ /***/ 3908:
708
+ /***/ ((module) => {
709
+
710
+ module.exports = __WEBPACK_EXTERNAL_MODULE__3908__;
711
+
712
+ /***/ }),
713
+
714
+ /***/ 1968:
715
+ /***/ ((module) => {
716
+
717
+ module.exports = __WEBPACK_EXTERNAL_MODULE__1968__;
718
+
719
+ /***/ }),
720
+
721
+ /***/ 4329:
722
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
723
+
724
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
725
+ /* harmony export */ "Z": () => (/* binding */ _typeof)
726
+ /* harmony export */ });
727
+ function _typeof(obj) {
728
+ "@babel/helpers - typeof";
729
+
730
+ if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
731
+ _typeof = function _typeof(obj) {
732
+ return typeof obj;
733
+ };
734
+ } else {
735
+ _typeof = function _typeof(obj) {
736
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
737
+ };
738
+ }
739
+
740
+ return _typeof(obj);
741
+ }
742
+
743
+ /***/ })
744
+
745
+ /******/ });
746
+ /************************************************************************/
747
+ /******/ // The module cache
748
+ /******/ var __webpack_module_cache__ = {};
749
+ /******/
750
+ /******/ // The require function
751
+ /******/ function __webpack_require__(moduleId) {
752
+ /******/ // Check if module is in cache
753
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
754
+ /******/ if (cachedModule !== undefined) {
755
+ /******/ return cachedModule.exports;
756
+ /******/ }
757
+ /******/ // Create a new module (and put it into the cache)
758
+ /******/ var module = __webpack_module_cache__[moduleId] = {
759
+ /******/ // no module.id needed
760
+ /******/ // no module.loaded needed
761
+ /******/ exports: {}
762
+ /******/ };
763
+ /******/
764
+ /******/ // Execute the module function
765
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
766
+ /******/
767
+ /******/ // Return the exports of the module
768
+ /******/ return module.exports;
769
+ /******/ }
770
+ /******/
771
+ /******/ // expose the modules object (__webpack_modules__)
772
+ /******/ __webpack_require__.m = __webpack_modules__;
773
+ /******/
774
+ /************************************************************************/
775
+ /******/ /* webpack/runtime/chunk loaded */
776
+ /******/ (() => {
777
+ /******/ var deferred = [];
778
+ /******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
779
+ /******/ if(chunkIds) {
780
+ /******/ priority = priority || 0;
781
+ /******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
782
+ /******/ deferred[i] = [chunkIds, fn, priority];
783
+ /******/ return;
784
+ /******/ }
785
+ /******/ var notFulfilled = Infinity;
786
+ /******/ for (var i = 0; i < deferred.length; i++) {
787
+ /******/ var [chunkIds, fn, priority] = deferred[i];
788
+ /******/ var fulfilled = true;
789
+ /******/ for (var j = 0; j < chunkIds.length; j++) {
790
+ /******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
791
+ /******/ chunkIds.splice(j--, 1);
792
+ /******/ } else {
793
+ /******/ fulfilled = false;
794
+ /******/ if(priority < notFulfilled) notFulfilled = priority;
795
+ /******/ }
796
+ /******/ }
797
+ /******/ if(fulfilled) {
798
+ /******/ deferred.splice(i--, 1)
799
+ /******/ var r = fn();
800
+ /******/ if (r !== undefined) result = r;
801
+ /******/ }
802
+ /******/ }
803
+ /******/ return result;
804
+ /******/ };
805
+ /******/ })();
806
+ /******/
807
+ /******/ /* webpack/runtime/compat get default export */
808
+ /******/ (() => {
809
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
810
+ /******/ __webpack_require__.n = (module) => {
811
+ /******/ var getter = module && module.__esModule ?
812
+ /******/ () => (module['default']) :
813
+ /******/ () => (module);
814
+ /******/ __webpack_require__.d(getter, { a: getter });
815
+ /******/ return getter;
816
+ /******/ };
817
+ /******/ })();
818
+ /******/
819
+ /******/ /* webpack/runtime/define property getters */
820
+ /******/ (() => {
821
+ /******/ // define getter functions for harmony exports
822
+ /******/ __webpack_require__.d = (exports, definition) => {
823
+ /******/ for(var key in definition) {
824
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
825
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
826
+ /******/ }
827
+ /******/ }
828
+ /******/ };
829
+ /******/ })();
830
+ /******/
831
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
832
+ /******/ (() => {
833
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
834
+ /******/ })();
835
+ /******/
836
+ /******/ /* webpack/runtime/make namespace object */
837
+ /******/ (() => {
838
+ /******/ // define __esModule on exports
839
+ /******/ __webpack_require__.r = (exports) => {
840
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
841
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
842
+ /******/ }
843
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
844
+ /******/ };
845
+ /******/ })();
846
+ /******/
847
+ /******/ /* webpack/runtime/jsonp chunk loading */
848
+ /******/ (() => {
849
+ /******/ // no baseURI
850
+ /******/
851
+ /******/ // object to store loaded and loading chunks
852
+ /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
853
+ /******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
854
+ /******/ var installedChunks = {
855
+ /******/ 7219: 0,
856
+ /******/ 7564: 0,
857
+ /******/ 1981: 0
858
+ /******/ };
859
+ /******/
860
+ /******/ // no chunk on demand loading
861
+ /******/
862
+ /******/ // no prefetching
863
+ /******/
864
+ /******/ // no preloaded
865
+ /******/
866
+ /******/ // no HMR
867
+ /******/
868
+ /******/ // no HMR manifest
869
+ /******/
870
+ /******/ __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);
871
+ /******/
872
+ /******/ // install a JSONP callback for chunk loading
873
+ /******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
874
+ /******/ var [chunkIds, moreModules, runtime] = data;
875
+ /******/ // add "moreModules" to the modules object,
876
+ /******/ // then flag all "chunkIds" as loaded and fire callback
877
+ /******/ var moduleId, chunkId, i = 0;
878
+ /******/ if(chunkIds.some((id) => (installedChunks[id] !== 0))) {
879
+ /******/ for(moduleId in moreModules) {
880
+ /******/ if(__webpack_require__.o(moreModules, moduleId)) {
881
+ /******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
882
+ /******/ }
883
+ /******/ }
884
+ /******/ if(runtime) var result = runtime(__webpack_require__);
885
+ /******/ }
886
+ /******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
887
+ /******/ for(;i < chunkIds.length; i++) {
888
+ /******/ chunkId = chunkIds[i];
889
+ /******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
890
+ /******/ installedChunks[chunkId][0]();
891
+ /******/ }
892
+ /******/ installedChunks[chunkIds[i]] = 0;
893
+ /******/ }
894
+ /******/ return __webpack_require__.O(result);
895
+ /******/ }
896
+ /******/
897
+ /******/ var chunkLoadingGlobal = self["webpackChunkatoka_design_system"] = self["webpackChunkatoka_design_system"] || [];
898
+ /******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
899
+ /******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
900
+ /******/ })();
901
+ /******/
902
+ /************************************************************************/
903
+ /******/
904
+ /******/ // startup
905
+ /******/ // Load entry module and return exports
906
+ /******/ // This entry module depends on other loaded chunks and execution need to be delayed
907
+ /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [1981], () => (__webpack_require__(6893)))
908
+ /******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
909
+ /******/
910
+ /******/ return __webpack_exports__;
911
+ /******/ })()
912
+ ;
913
+ });
914
+ //# sourceMappingURL=index.js.map