@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
@@ -0,0 +1,796 @@
1
+ (function webpackUniversalModuleDefinition(root, factory) {
2
+ if(typeof exports === 'object' && typeof module === 'object')
3
+ module.exports = factory(require("@fortawesome/react-fontawesome"), require("classnames"), require("react"), require("react-bootstrap/Form"), require("react-bootstrap/FormControl"), require("react-bootstrap/FormText"));
4
+ else if(typeof define === 'function' && define.amd)
5
+ define("atoka-design-system", ["@fortawesome/react-fontawesome", "classnames", "react", "react-bootstrap/Form", "react-bootstrap/FormControl", "react-bootstrap/FormText"], factory);
6
+ else if(typeof exports === 'object')
7
+ exports["atoka-design-system"] = factory(require("@fortawesome/react-fontawesome"), require("classnames"), require("react"), require("react-bootstrap/Form"), require("react-bootstrap/FormControl"), require("react-bootstrap/FormText"));
8
+ else
9
+ root["atoka-design-system"] = factory(root["@fortawesome/react-fontawesome"], root["classnames"], root["react"], root["react-bootstrap/Form"], root["react-bootstrap/FormControl"], root["react-bootstrap/FormText"]);
10
+ })(self, function(__WEBPACK_EXTERNAL_MODULE__5692__, __WEBPACK_EXTERNAL_MODULE__8310__, __WEBPACK_EXTERNAL_MODULE__8156__, __WEBPACK_EXTERNAL_MODULE__8721__, __WEBPACK_EXTERNAL_MODULE__1082__, __WEBPACK_EXTERNAL_MODULE__8763__) {
11
+ return /******/ (() => { // webpackBootstrap
12
+ /******/ "use strict";
13
+ /******/ var __webpack_modules__ = ({
14
+
15
+ /***/ 9316:
16
+ /***/ ((__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) => {
17
+
18
+
19
+ // UNUSED EXPORTS: Form
20
+
21
+ // EXTERNAL MODULE: external "react"
22
+ var external_react_ = __webpack_require__(8156);
23
+ var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
24
+ // EXTERNAL MODULE: external "classnames"
25
+ var external_classnames_ = __webpack_require__(8310);
26
+ var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
27
+ // EXTERNAL MODULE: external "react-bootstrap/Form"
28
+ var Form_ = __webpack_require__(8721);
29
+ var Form_default = /*#__PURE__*/__webpack_require__.n(Form_);
30
+ ;// CONCATENATED MODULE: ./src/components/Form/FormLabel.tsx
31
+
32
+
33
+
34
+
35
+ var FormLabel = external_react_default().memo(function (props) {
36
+ var className = external_classnames_default()(props === null || props === void 0 ? void 0 : props.className, 'atoka-form-label');
37
+ return external_react_default().createElement((Form_default()).Label, { className: className }, props.children);
38
+ });
39
+ FormLabel.displayName = 'FormLabel';
40
+
41
+ // EXTERNAL MODULE: ./src/components/Form/FormControl.tsx + 1 modules
42
+ var FormControl = __webpack_require__(3422);
43
+ ;// CONCATENATED MODULE: ./src/components/Form/FormCheckbox.tsx
44
+ var __assign = (undefined && undefined.__assign) || function () {
45
+ __assign = Object.assign || function(t) {
46
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
47
+ s = arguments[i];
48
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
49
+ t[p] = s[p];
50
+ }
51
+ return t;
52
+ };
53
+ return __assign.apply(this, arguments);
54
+ };
55
+
56
+
57
+
58
+
59
+ var FormCheckbox = function (props) {
60
+ var _a;
61
+ var className = external_classnames_default()('atoka-form-checkbox', props === null || props === void 0 ? void 0 : props.className);
62
+ return external_react_default().createElement((Form_default()).Check, __assign({ type: 'checkbox' }, props, { custom: true, className: className, label: (_a = props.label) !== null && _a !== void 0 ? _a : '' }));
63
+ };
64
+ FormCheckbox.displayName = 'FormCheckbox';
65
+
66
+ ;// CONCATENATED MODULE: ./src/components/Form/FormRadio.tsx
67
+ var FormRadio_assign = (undefined && undefined.__assign) || function () {
68
+ FormRadio_assign = Object.assign || function(t) {
69
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
70
+ s = arguments[i];
71
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
72
+ t[p] = s[p];
73
+ }
74
+ return t;
75
+ };
76
+ return FormRadio_assign.apply(this, arguments);
77
+ };
78
+
79
+
80
+
81
+
82
+ var FormRadio = function (props) {
83
+ var _a;
84
+ var className = external_classnames_default()(props === null || props === void 0 ? void 0 : props.className, 'atoka-form-radio');
85
+ return external_react_default().createElement((Form_default()).Check, FormRadio_assign({ type: 'radio' }, props, { custom: true, className: className, label: (_a = props.label) !== null && _a !== void 0 ? _a : '' }));
86
+ };
87
+ FormRadio.displayName = 'FormRadio';
88
+
89
+ // EXTERNAL MODULE: external "react-bootstrap/FormText"
90
+ var FormText_ = __webpack_require__(8763);
91
+ var FormText_default = /*#__PURE__*/__webpack_require__.n(FormText_);
92
+ ;// CONCATENATED MODULE: ./src/components/Form/FormHelp.tsx
93
+ var __rest = (undefined && undefined.__rest) || function (s, e) {
94
+ var t = {};
95
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
96
+ t[p] = s[p];
97
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
98
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
99
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
100
+ t[p[i]] = s[p[i]];
101
+ }
102
+ return t;
103
+ };
104
+
105
+
106
+
107
+
108
+ var FormHelp = external_react_default().memo(function (_a) {
109
+ var children = _a.children, props = __rest(_a, ["children"]);
110
+ var className = external_classnames_default()('d-block', props === null || props === void 0 ? void 0 : props.className);
111
+ return (external_react_default().createElement((FormText_default()), { bsPrefix: 'atoka-form-help', className: className }, children));
112
+ });
113
+ FormHelp.displayName = 'FormHelp';
114
+
115
+ ;// CONCATENATED MODULE: ./src/components/Form/Form.tsx
116
+ var Form_assign = (undefined && undefined.__assign) || function () {
117
+ Form_assign = Object.assign || function(t) {
118
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
119
+ s = arguments[i];
120
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
121
+ t[p] = s[p];
122
+ }
123
+ return t;
124
+ };
125
+ return Form_assign.apply(this, arguments);
126
+ };
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+ var Form = function (props) {
137
+ var className = external_classnames_default()(props === null || props === void 0 ? void 0 : props.className, 'atoka-form');
138
+ return (external_react_default().createElement((Form_default()), Form_assign({}, props, { className: className }), props.children));
139
+ };
140
+ Form.displayName = 'Form';
141
+ Form.Control = FormControl/* FormControl */.N;
142
+ Form.Label = FormLabel;
143
+ Form.Checkbox = FormCheckbox;
144
+ Form.Radio = FormRadio;
145
+ Form.File = (Form_default()).File;
146
+ Form.Switch = (Form_default()).Switch;
147
+ Form.Help = FormHelp;
148
+ Form.Group = (Form_default()).Group;
149
+
150
+
151
+
152
+ /***/ }),
153
+
154
+ /***/ 3422:
155
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
156
+
157
+
158
+ // EXPORTS
159
+ __webpack_require__.d(__webpack_exports__, {
160
+ "N": () => (/* binding */ FormControl)
161
+ });
162
+
163
+ // EXTERNAL MODULE: external "react"
164
+ var external_react_ = __webpack_require__(8156);
165
+ var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
166
+ // EXTERNAL MODULE: external "classnames"
167
+ var external_classnames_ = __webpack_require__(8310);
168
+ var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
169
+ // EXTERNAL MODULE: external "react-bootstrap/FormControl"
170
+ var FormControl_ = __webpack_require__(1082);
171
+ var FormControl_default = /*#__PURE__*/__webpack_require__.n(FormControl_);
172
+ ;// CONCATENATED MODULE: ./src/components/Form/FormControlFeedBack.tsx
173
+ var __rest = (undefined && undefined.__rest) || function (s, e) {
174
+ var t = {};
175
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
176
+ t[p] = s[p];
177
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
178
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
179
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
180
+ t[p[i]] = s[p[i]];
181
+ }
182
+ return t;
183
+ };
184
+
185
+
186
+
187
+ var FormControlFeedBack = external_react_default().memo(function (_a) {
188
+ var _b = _a.show, show = _b === void 0 ? true : _b, props = __rest(_a, ["show"]);
189
+ var className = external_classnames_default()(props === null || props === void 0 ? void 0 : props.className, 'atoka-form-control-feedback', {
190
+ 'd-block': show,
191
+ });
192
+ return (external_react_default().createElement((FormControl_default()).Feedback, { type: props.type, className: className }, props.children));
193
+ });
194
+ FormControlFeedBack.displayName = ' FormControlFeedBack';
195
+
196
+ ;// CONCATENATED MODULE: ./src/components/Form/FormControl.tsx
197
+ var FormControl_rest = (undefined && undefined.__rest) || function (s, e) {
198
+ var t = {};
199
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
200
+ t[p] = s[p];
201
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
202
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
203
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
204
+ t[p[i]] = s[p[i]];
205
+ }
206
+ return t;
207
+ };
208
+
209
+
210
+
211
+
212
+
213
+ var FormControlComponent = external_react_default().forwardRef(function (_a, ref) {
214
+ var _b = _a.size, size = _b === void 0 ? 'md' : _b, props = FormControl_rest(_a, ["size"]);
215
+ var className = external_classnames_default()('atoka-form-control', props === null || props === void 0 ? void 0 : props.className, {
216
+ 'atoka-shadow': props.withShadow,
217
+ 'disabled': props.disabled,
218
+ });
219
+ return (external_react_default().createElement((FormControl_default()), { as: props.as, rows: props.rows, cols: props.cols, placeholder: props.placeholder, className: className, disabled: props.disabled, readOnly: props.readOnly, value: props.value, onChange: props.onChange, onKeyPress: props.onKeyPress, onKeyDown: props.onKeyDown, defaultValue: props.defaultValue, size: size === 'md' ? undefined : size, type: props.type, id: props.id, isValid: props.isValid, isInvalid: props.isInvalid, ref: ref, autoComplete: 'off' }, props.children));
220
+ });
221
+ FormControlComponent.displayName = 'FormControlComponent';
222
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
223
+ var FormControl = FormControlComponent;
224
+ FormControl.FeedBack = FormControlFeedBack;
225
+ FormControl.displayName = 'FormControl';
226
+
227
+
228
+
229
+ /***/ }),
230
+
231
+ /***/ 1470:
232
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
233
+
234
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
235
+ /* harmony export */ "q": () => (/* binding */ getRenderStatisticsTooltip)
236
+ /* harmony export */ });
237
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8156);
238
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
239
+ /* harmony import */ var _index__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8805);
240
+ var __assign = (undefined && undefined.__assign) || function () {
241
+ __assign = Object.assign || function(t) {
242
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
243
+ s = arguments[i];
244
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
245
+ t[p] = s[p];
246
+ }
247
+ return t;
248
+ };
249
+ return __assign.apply(this, arguments);
250
+ };
251
+
252
+
253
+ function getRenderStatisticsTooltip(_a) {
254
+ var tooltipDataLabelKey = _a.tooltipDataLabelKey, tooltipDataValueKey = _a.tooltipDataValueKey, tooltipDataTitleKey = _a.tooltipDataTitleKey, otherId = _a.otherId, otherLabel = _a.otherLabel, numberToStringFormatter = _a.numberToStringFormatter, withColor = _a.withColor, _b = _a.className, className = _b === void 0 ? 'tooltip-background' : _b;
255
+ // eslint-disable-next-line react/display-name
256
+ return function (props) {
257
+ var _a, _b, _c, _d;
258
+ var tooltipData = __assign(__assign({}, props.data), { value: (_a = props.data) === null || _a === void 0 ? void 0 : _a['value'], label: (_b = props.data) === null || _b === void 0 ? void 0 : _b['label'], id: (_c = props.data) === null || _c === void 0 ? void 0 : _c['id'], percentage: (_d = props.data) === null || _d === void 0 ? void 0 : _d['percentage'] });
259
+ return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_index__WEBPACK_IMPORTED_MODULE_1__.StatisticsTooltip, { otherId: otherId, otherLabel: otherLabel, numberToStringFormatter: numberToStringFormatter, data: tooltipData, tooltipDataLabelKey: tooltipDataLabelKey, tooltipDataTitleKey: tooltipDataTitleKey, tooltipDataValueKey: tooltipDataValueKey, className: className !== null && className !== void 0 ? className : '', color: withColor ? props.color : undefined }));
260
+ };
261
+ }
262
+
263
+
264
+ /***/ }),
265
+
266
+ /***/ 8805:
267
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
268
+
269
+ // ESM COMPAT FLAG
270
+ __webpack_require__.r(__webpack_exports__);
271
+
272
+ // EXPORTS
273
+ __webpack_require__.d(__webpack_exports__, {
274
+ "GetRenderStatisticsTooltipType": () => (/* reexport */ helpers.GetRenderStatisticsTooltipType),
275
+ "StatisticsTooltip": () => (/* reexport */ StatisticsTooltip),
276
+ "getRenderStatisticsTooltip": () => (/* reexport */ helpers/* getRenderStatisticsTooltip */.q)
277
+ });
278
+
279
+ // EXTERNAL MODULE: external "react"
280
+ var external_react_ = __webpack_require__(8156);
281
+ var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
282
+ // EXTERNAL MODULE: external "classnames"
283
+ var external_classnames_ = __webpack_require__(8310);
284
+ var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
285
+ // EXTERNAL MODULE: ./src/components/Utils/Statistics.ts
286
+ var Statistics = __webpack_require__(5258);
287
+ ;// CONCATENATED MODULE: ./src/components/StatisticsTooltip/StatisticsTooltip.tsx
288
+
289
+
290
+
291
+ var StatisticsTooltip = external_react_default().memo(function (props) {
292
+ // eslint-disable-next-line react/display-name
293
+ function renderSubtitle() {
294
+ var values = [
295
+ { value: getLabel(), key: props.tooltipDataLabelKey, className: 'label' },
296
+ { value: getValue(), key: props.tooltipDataValueKey, className: 'value' },
297
+ ]
298
+ .filter(function (el) { return el.value != null; })
299
+ .map(function (el) { return (external_react_default().createElement("span", { key: el.key, className: el.className }, el.value)); });
300
+ if (values.length === 0) {
301
+ return null;
302
+ }
303
+ return external_react_default().createElement("div", { className: 'd-flex justify-content-between' }, values);
304
+ }
305
+ function getLabel() {
306
+ var tooltipDataLabelKey = props.tooltipDataLabelKey, numberToStringFormatter = props.numberToStringFormatter, data = props.data, label = getValueFromData(tooltipDataLabelKey, data);
307
+ if (label == null) {
308
+ return undefined;
309
+ }
310
+ if (numberToStringFormatter == null) {
311
+ return String(label);
312
+ }
313
+ if (typeof label == 'string') {
314
+ return label;
315
+ }
316
+ return numberToStringFormatter(label);
317
+ }
318
+ function getValue() {
319
+ var tooltipDataValueKey = props.tooltipDataValueKey, data = props.data, value = getValueFromData(tooltipDataValueKey, data);
320
+ if (value == null) {
321
+ return undefined;
322
+ }
323
+ if (typeof value == 'number') {
324
+ return (0,Statistics/* normalizePercentage */.Ow)(value);
325
+ }
326
+ return value;
327
+ }
328
+ function getTitle() {
329
+ var tooltipDataTitleKey = props.tooltipDataTitleKey, data = props.data, otherId = props.otherId, otherLabel = props.otherLabel, title = getValueFromData(tooltipDataTitleKey, data);
330
+ if (title === otherId) {
331
+ return otherLabel !== null && otherLabel !== void 0 ? otherLabel : otherId;
332
+ }
333
+ return title ? String(title) : undefined;
334
+ }
335
+ function getValueFromData(key, data) {
336
+ return key == null ? undefined : data === null || data === void 0 ? void 0 : data[key];
337
+ }
338
+ var className = external_classnames_default()('statistics-tooltip', props === null || props === void 0 ? void 0 : props.className), colorRectangle = props.color == null ? null : external_react_default().createElement("span", { className: 'tooltip-rectangle', style: { background: props.color } });
339
+ return (external_react_default().createElement("div", { className: className },
340
+ external_react_default().createElement("div", { className: 'd-flex align-items-center' },
341
+ colorRectangle,
342
+ external_react_default().createElement("span", { className: 'text-left' }, getTitle())),
343
+ renderSubtitle(),
344
+ props.children));
345
+ });
346
+ StatisticsTooltip.displayName = 'StatisticsTooltip';
347
+
348
+ // EXTERNAL MODULE: ./src/components/StatisticsTooltip/helpers.tsx
349
+ var helpers = __webpack_require__(1470);
350
+ ;// CONCATENATED MODULE: ./src/components/StatisticsTooltip/index.ts
351
+
352
+
353
+
354
+
355
+ /***/ }),
356
+
357
+ /***/ 5258:
358
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
359
+
360
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
361
+ /* harmony export */ "Ow": () => (/* binding */ normalizePercentage)
362
+ /* harmony export */ });
363
+ /* unused harmony exports createDataWithOtherSlice, createCleanTree */
364
+ /* harmony import */ var _Utils_Utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5654);
365
+ var __values = (undefined && undefined.__values) || function(o) {
366
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
367
+ if (m) return m.call(o);
368
+ if (o && typeof o.length === "number") return {
369
+ next: function () {
370
+ if (o && i >= o.length) o = void 0;
371
+ return { value: o && o[i++], done: !o };
372
+ }
373
+ };
374
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
375
+ };
376
+
377
+
378
+ function createDataWithOtherSlice(data, otherId, otherLabel, maxSlicesNumber, total, dataValueKey) {
379
+ var _a, _b;
380
+ if (maxSlicesNumber === void 0) { maxSlicesNumber = 0; }
381
+ if (dataValueKey === void 0) { dataValueKey = 'value'; }
382
+ var otherValue = 0, newOtherId = otherId !== null && otherId !== void 0 ? otherId : 'other',
383
+ // We know it is defined but Typescript does not get it.
384
+ newmaxSlicesNumber = maxSlicesNumber !== null && maxSlicesNumber !== void 0 ? maxSlicesNumber : 0, newData = [], maxToMinData = data === null || data === void 0 ? void 0 : data.sort(sortObjDesc(dataValueKey));
385
+ maxToMinData === null || maxToMinData === void 0 ? void 0 : maxToMinData.forEach(function (node, i) {
386
+ var _a;
387
+ if (i < newmaxSlicesNumber && node.id !== otherId) {
388
+ newData.push(createCleanTree(node));
389
+ }
390
+ else {
391
+ var nodeValue = (_a = Number(node === null || node === void 0 ? void 0 : node.value)) !== null && _a !== void 0 ? _a : 0;
392
+ otherValue += nodeValue;
393
+ }
394
+ });
395
+ var otherNode = {};
396
+ otherNode['id'] = newOtherId;
397
+ otherNode['value'] = parseFloat(otherValue.toFixed(2));
398
+ otherNode['initialValue'] = parseFloat(otherValue.toFixed(2));
399
+ otherNode['label'] = (_a = otherLabel !== null && otherLabel !== void 0 ? otherLabel : newOtherId) !== null && _a !== void 0 ? _a : '';
400
+ if (((_b = data === null || data === void 0 ? void 0 : data[0]) === null || _b === void 0 ? void 0 : _b.percentage) != null && total != null) {
401
+ otherNode['percentage'] = (otherValue / total) * 100;
402
+ }
403
+ if (maxSlicesNumber !== Infinity || otherValue !== 0) {
404
+ newData.push(otherNode);
405
+ }
406
+ return newData;
407
+ }
408
+ function createCleanTree(node) {
409
+ if (node.children == null) {
410
+ return node;
411
+ }
412
+ var newNode = clone(node);
413
+ removeValueIfChildren(newNode);
414
+ return newNode;
415
+ }
416
+ // eslint-disable-next-line @typescript-eslint/ban-types
417
+ function removeValueIfChildren(node) {
418
+ var e_1, _a;
419
+ var _b;
420
+ var children = ((_b = node === null || node === void 0 ? void 0 : node['children']) !== null && _b !== void 0 ? _b : []);
421
+ node['initialValue'] = node['value'];
422
+ if (children.length > 0) {
423
+ delete node['value'];
424
+ }
425
+ try {
426
+ for (var children_1 = __values(children), children_1_1 = children_1.next(); !children_1_1.done; children_1_1 = children_1.next()) {
427
+ var child = children_1_1.value;
428
+ removeValueIfChildren(child);
429
+ }
430
+ }
431
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
432
+ finally {
433
+ try {
434
+ if (children_1_1 && !children_1_1.done && (_a = children_1.return)) _a.call(children_1);
435
+ }
436
+ finally { if (e_1) throw e_1.error; }
437
+ }
438
+ }
439
+ function normalizePercentage(value) {
440
+ var _a;
441
+ return parseInt((_a = value === null || value === void 0 ? void 0 : value.toFixed) === null || _a === void 0 ? void 0 : _a.call(value, 0), 10) + "%";
442
+ }
443
+
444
+
445
+ /***/ }),
446
+
447
+ /***/ 5654:
448
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
449
+
450
+ /* unused harmony exports findChildrenByComponent, findChildByComponent, hasChildIconOrCheckboxComponent, scrollToTop, zip, sortObjDesc, clone, getDebouncer, deepEqual, rgbToHex */
451
+ /* harmony import */ var _fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5692);
452
+ /* harmony import */ var _fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0__);
453
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8156);
454
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
455
+ /* harmony import */ var _Form_Form__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9316);
456
+ var __read = (undefined && undefined.__read) || function (o, n) {
457
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
458
+ if (!m) return o;
459
+ var i = m.call(o), r, ar = [], e;
460
+ try {
461
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
462
+ }
463
+ catch (error) { e = { error: error }; }
464
+ finally {
465
+ try {
466
+ if (r && !r.done && (m = i["return"])) m.call(i);
467
+ }
468
+ finally { if (e) throw e.error; }
469
+ }
470
+ return ar;
471
+ };
472
+
473
+
474
+
475
+ function findChildrenByComponent(children,
476
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
477
+ component) {
478
+ var ret = [];
479
+ React.Children.forEach(children, function (element) {
480
+ if ((element === null || element === void 0 ? void 0 : element.type) === component) {
481
+ ret.push(element);
482
+ }
483
+ });
484
+ return ret;
485
+ }
486
+ function findChildByComponent(children,
487
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
488
+ component) {
489
+ var _a, _b;
490
+ return (_b = (_a = findChildrenByComponent(children, component)) === null || _a === void 0 ? void 0 : _a[0]) !== null && _b !== void 0 ? _b : null;
491
+ }
492
+ function hasChildIconOrCheckboxComponent(children) {
493
+ var ret = false;
494
+ React.Children.forEach(children, function (element) {
495
+ if ((element === null || element === void 0 ? void 0 : element.type) != null &&
496
+ ((element === null || element === void 0 ? void 0 : element.type) === FontAwesomeIcon || (element === null || element === void 0 ? void 0 : element.type) === 'i' || (element === null || element === void 0 ? void 0 : element.type) === Form.Checkbox)) {
497
+ ret = true;
498
+ return;
499
+ }
500
+ });
501
+ return ret;
502
+ }
503
+ function scrollToTop() {
504
+ window.scrollTo(0, 0);
505
+ }
506
+ function zip(arr1, arr2) {
507
+ var ret = [];
508
+ var i = 0;
509
+ while (arr1[i]) {
510
+ ret.push(arr1[i]);
511
+ ret.push(arr2[i++]);
512
+ }
513
+ return ret;
514
+ }
515
+ // eslint-disable-next-line @typescript-eslint/ban-types
516
+ function sortObjDesc(accessor) {
517
+ return function (a, b) {
518
+ var leftVal = 0, rightVal = 0;
519
+ if ((a === null || a === void 0 ? void 0 : a[accessor]) != null) {
520
+ leftVal = a === null || a === void 0 ? void 0 : a[accessor];
521
+ }
522
+ if ((b === null || b === void 0 ? void 0 : b[accessor]) != null) {
523
+ rightVal = b === null || b === void 0 ? void 0 : b[accessor];
524
+ }
525
+ return leftVal > rightVal ? -1 : 1;
526
+ };
527
+ }
528
+ function clone(ob) {
529
+ return JSON.parse(JSON.stringify(ob));
530
+ }
531
+ function getDebouncer(delay) {
532
+ if (delay === void 0) { delay = 1; }
533
+ var debounceTimeout = null;
534
+ return function debounce(f) {
535
+ if (debounceTimeout !== null) {
536
+ clearTimeout(debounceTimeout);
537
+ }
538
+ debounceTimeout = window.setTimeout(f, delay);
539
+ };
540
+ }
541
+ function isObject(obj) {
542
+ return typeof obj === 'object' && obj != null;
543
+ }
544
+ function deepEqual(obj1, obj2) {
545
+ if (obj1 === obj2) {
546
+ return true;
547
+ }
548
+ if (isObject(obj1) && isObject(obj2)) {
549
+ if (Object.keys(obj1).length !== Object.keys(obj2).length) {
550
+ return false;
551
+ }
552
+ for (var prop in obj1) {
553
+ if (!deepEqual(obj1[prop], obj2[prop])) {
554
+ return false;
555
+ }
556
+ }
557
+ return true;
558
+ }
559
+ return false;
560
+ }
561
+ function componentToHex(c) {
562
+ if (isNaN(c)) {
563
+ throw Error('The color has not been written correctly');
564
+ }
565
+ var hex = c.toString(16).toUpperCase();
566
+ return hex.length === 1 ? '0' + hex : hex;
567
+ }
568
+ function cleanSingleColor(c) {
569
+ return c.replace(/"|'/g, '').trim();
570
+ }
571
+ function rgbToHex(rgb) {
572
+ if (rgb.includes('rgba')) {
573
+ throw Error('not implemented');
574
+ }
575
+ var _a = __read(rgb
576
+ .replace('rgb', '')
577
+ .replace(/\(|\)/gi, '')
578
+ .split(',')
579
+ .map(function (c) { return parseInt(cleanSingleColor(c), 10); }), 3), _b = _a[0], r = _b === void 0 ? 0 : _b, _c = _a[1], g = _c === void 0 ? 0 : _c, _d = _a[2], b = _d === void 0 ? 0 : _d;
580
+ return '#' + componentToHex(r) + componentToHex(g) + componentToHex(b);
581
+ }
582
+
583
+
584
+ /***/ }),
585
+
586
+ /***/ 5692:
587
+ /***/ ((module) => {
588
+
589
+ module.exports = __WEBPACK_EXTERNAL_MODULE__5692__;
590
+
591
+ /***/ }),
592
+
593
+ /***/ 8310:
594
+ /***/ ((module) => {
595
+
596
+ module.exports = __WEBPACK_EXTERNAL_MODULE__8310__;
597
+
598
+ /***/ }),
599
+
600
+ /***/ 8156:
601
+ /***/ ((module) => {
602
+
603
+ module.exports = __WEBPACK_EXTERNAL_MODULE__8156__;
604
+
605
+ /***/ }),
606
+
607
+ /***/ 8721:
608
+ /***/ ((module) => {
609
+
610
+ module.exports = __WEBPACK_EXTERNAL_MODULE__8721__;
611
+
612
+ /***/ }),
613
+
614
+ /***/ 1082:
615
+ /***/ ((module) => {
616
+
617
+ module.exports = __WEBPACK_EXTERNAL_MODULE__1082__;
618
+
619
+ /***/ }),
620
+
621
+ /***/ 8763:
622
+ /***/ ((module) => {
623
+
624
+ module.exports = __WEBPACK_EXTERNAL_MODULE__8763__;
625
+
626
+ /***/ })
627
+
628
+ /******/ });
629
+ /************************************************************************/
630
+ /******/ // The module cache
631
+ /******/ var __webpack_module_cache__ = {};
632
+ /******/
633
+ /******/ // The require function
634
+ /******/ function __webpack_require__(moduleId) {
635
+ /******/ // Check if module is in cache
636
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
637
+ /******/ if (cachedModule !== undefined) {
638
+ /******/ return cachedModule.exports;
639
+ /******/ }
640
+ /******/ // Create a new module (and put it into the cache)
641
+ /******/ var module = __webpack_module_cache__[moduleId] = {
642
+ /******/ // no module.id needed
643
+ /******/ // no module.loaded needed
644
+ /******/ exports: {}
645
+ /******/ };
646
+ /******/
647
+ /******/ // Execute the module function
648
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
649
+ /******/
650
+ /******/ // Return the exports of the module
651
+ /******/ return module.exports;
652
+ /******/ }
653
+ /******/
654
+ /******/ // expose the modules object (__webpack_modules__)
655
+ /******/ __webpack_require__.m = __webpack_modules__;
656
+ /******/
657
+ /************************************************************************/
658
+ /******/ /* webpack/runtime/chunk loaded */
659
+ /******/ (() => {
660
+ /******/ var deferred = [];
661
+ /******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
662
+ /******/ if(chunkIds) {
663
+ /******/ priority = priority || 0;
664
+ /******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
665
+ /******/ deferred[i] = [chunkIds, fn, priority];
666
+ /******/ return;
667
+ /******/ }
668
+ /******/ var notFulfilled = Infinity;
669
+ /******/ for (var i = 0; i < deferred.length; i++) {
670
+ /******/ var [chunkIds, fn, priority] = deferred[i];
671
+ /******/ var fulfilled = true;
672
+ /******/ for (var j = 0; j < chunkIds.length; j++) {
673
+ /******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
674
+ /******/ chunkIds.splice(j--, 1);
675
+ /******/ } else {
676
+ /******/ fulfilled = false;
677
+ /******/ if(priority < notFulfilled) notFulfilled = priority;
678
+ /******/ }
679
+ /******/ }
680
+ /******/ if(fulfilled) {
681
+ /******/ deferred.splice(i--, 1)
682
+ /******/ var r = fn();
683
+ /******/ if (r !== undefined) result = r;
684
+ /******/ }
685
+ /******/ }
686
+ /******/ return result;
687
+ /******/ };
688
+ /******/ })();
689
+ /******/
690
+ /******/ /* webpack/runtime/compat get default export */
691
+ /******/ (() => {
692
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
693
+ /******/ __webpack_require__.n = (module) => {
694
+ /******/ var getter = module && module.__esModule ?
695
+ /******/ () => (module['default']) :
696
+ /******/ () => (module);
697
+ /******/ __webpack_require__.d(getter, { a: getter });
698
+ /******/ return getter;
699
+ /******/ };
700
+ /******/ })();
701
+ /******/
702
+ /******/ /* webpack/runtime/define property getters */
703
+ /******/ (() => {
704
+ /******/ // define getter functions for harmony exports
705
+ /******/ __webpack_require__.d = (exports, definition) => {
706
+ /******/ for(var key in definition) {
707
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
708
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
709
+ /******/ }
710
+ /******/ }
711
+ /******/ };
712
+ /******/ })();
713
+ /******/
714
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
715
+ /******/ (() => {
716
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
717
+ /******/ })();
718
+ /******/
719
+ /******/ /* webpack/runtime/make namespace object */
720
+ /******/ (() => {
721
+ /******/ // define __esModule on exports
722
+ /******/ __webpack_require__.r = (exports) => {
723
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
724
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
725
+ /******/ }
726
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
727
+ /******/ };
728
+ /******/ })();
729
+ /******/
730
+ /******/ /* webpack/runtime/jsonp chunk loading */
731
+ /******/ (() => {
732
+ /******/ // no baseURI
733
+ /******/
734
+ /******/ // object to store loaded and loading chunks
735
+ /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
736
+ /******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
737
+ /******/ var installedChunks = {
738
+ /******/ 9811: 0,
739
+ /******/ 1981: 0
740
+ /******/ };
741
+ /******/
742
+ /******/ // no chunk on demand loading
743
+ /******/
744
+ /******/ // no prefetching
745
+ /******/
746
+ /******/ // no preloaded
747
+ /******/
748
+ /******/ // no HMR
749
+ /******/
750
+ /******/ // no HMR manifest
751
+ /******/
752
+ /******/ __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);
753
+ /******/
754
+ /******/ // install a JSONP callback for chunk loading
755
+ /******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
756
+ /******/ var [chunkIds, moreModules, runtime] = data;
757
+ /******/ // add "moreModules" to the modules object,
758
+ /******/ // then flag all "chunkIds" as loaded and fire callback
759
+ /******/ var moduleId, chunkId, i = 0;
760
+ /******/ if(chunkIds.some((id) => (installedChunks[id] !== 0))) {
761
+ /******/ for(moduleId in moreModules) {
762
+ /******/ if(__webpack_require__.o(moreModules, moduleId)) {
763
+ /******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
764
+ /******/ }
765
+ /******/ }
766
+ /******/ if(runtime) var result = runtime(__webpack_require__);
767
+ /******/ }
768
+ /******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
769
+ /******/ for(;i < chunkIds.length; i++) {
770
+ /******/ chunkId = chunkIds[i];
771
+ /******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
772
+ /******/ installedChunks[chunkId][0]();
773
+ /******/ }
774
+ /******/ installedChunks[chunkIds[i]] = 0;
775
+ /******/ }
776
+ /******/ return __webpack_require__.O(result);
777
+ /******/ }
778
+ /******/
779
+ /******/ var chunkLoadingGlobal = self["webpackChunkatoka_design_system"] = self["webpackChunkatoka_design_system"] || [];
780
+ /******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
781
+ /******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
782
+ /******/ })();
783
+ /******/
784
+ /************************************************************************/
785
+ /******/
786
+ /******/ // startup
787
+ /******/ // Load entry module and return exports
788
+ /******/ // This entry module depends on other loaded chunks and execution need to be delayed
789
+ /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [1981], () => (__webpack_require__(8805)))
790
+ /******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
791
+ /******/
792
+ /******/ return __webpack_exports__;
793
+ /******/ })()
794
+ ;
795
+ });
796
+ //# sourceMappingURL=index.js.map