funuicss 2.0.12 → 2.0.14

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 (74) hide show
  1. package/css/fun.css +9 -3
  2. package/package.json +1 -1
  3. package/tsconfig.tsbuildinfo +1 -1
  4. package/ui/table/Table.d.ts +5 -2
  5. package/ui/table/Table.js +41 -11
  6. package/ui/table/Table.tsx +72 -13
  7. package/component/Alert.jsx +0 -113
  8. package/component/Avatar.jsx +0 -79
  9. package/component/Blob.jsx +0 -83
  10. package/component/BreadCrumb.jsx +0 -110
  11. package/component/Button.jsx +0 -98
  12. package/component/Card.jsx +0 -96
  13. package/component/Circle.jsx +0 -79
  14. package/component/CloseModal.jsx +0 -90
  15. package/component/Col.jsx +0 -76
  16. package/component/Container.jsx +0 -78
  17. package/component/DarkMode.jsx +0 -83
  18. package/component/Div.jsx +0 -99
  19. package/component/DropDown.jsx +0 -76
  20. package/component/DropItem.jsx +0 -73
  21. package/component/DropMenu.jsx +0 -97
  22. package/component/FunLoader.jsx +0 -79
  23. package/component/Grid.jsx +0 -80
  24. package/component/Hr.jsx +0 -72
  25. package/component/Icon.jsx +0 -77
  26. package/component/IconicInput.jsx +0 -86
  27. package/component/Input.jsx +0 -277
  28. package/component/LinkWrapper.jsx +0 -73
  29. package/component/List.jsx +0 -79
  30. package/component/ListItem.jsx +0 -73
  31. package/component/Modal.jsx +0 -93
  32. package/component/ModalAction.jsx +0 -71
  33. package/component/ModalContent.jsx +0 -71
  34. package/component/ModalHeader.jsx +0 -105
  35. package/component/NavBar.jsx +0 -80
  36. package/component/NavLink.jsx +0 -74
  37. package/component/NavLogo.jsx +0 -95
  38. package/component/Notification.jsx +0 -84
  39. package/component/NotificationContent.jsx +0 -71
  40. package/component/NotificationFooter.jsx +0 -71
  41. package/component/NotificationHeader.jsx +0 -71
  42. package/component/ProgressBar.jsx +0 -91
  43. package/component/RowFlex.jsx +0 -85
  44. package/component/Section.jsx +0 -74
  45. package/component/SideBar.jsx +0 -77
  46. package/component/SideBarContent.jsx +0 -71
  47. package/component/SideBarFooter.jsx +0 -71
  48. package/component/SideBarTop.jsx +0 -71
  49. package/component/SidebarTrigger.jsx +0 -96
  50. package/component/Snackbar.jsx +0 -90
  51. package/component/Starter.jsx +0 -203
  52. package/component/Step.jsx +0 -72
  53. package/component/StepContainer.jsx +0 -75
  54. package/component/StepHeader.jsx +0 -72
  55. package/component/StepLine.jsx +0 -72
  56. package/component/Table.jsx +0 -82
  57. package/component/TableBody.jsx +0 -72
  58. package/component/TableData.jsx +0 -74
  59. package/component/TableHead.jsx +0 -72
  60. package/component/TableRow.jsx +0 -74
  61. package/component/Tip.jsx +0 -78
  62. package/component/ToolTip.jsx +0 -72
  63. package/component/Typography.jsx +0 -99
  64. package/component/card/Card.jsx +0 -94
  65. package/component/card/CardBody.jsx +0 -71
  66. package/component/card/CardFab.jsx +0 -72
  67. package/component/card/CardFooter.jsx +0 -71
  68. package/component/card/CardHeader.jsx +0 -71
  69. package/component/fun.css +0 -593
  70. package/component/pages/NotFound.jsx +0 -107
  71. package/component/pages/UnAuthorized.jsx +0 -107
  72. package/ui/graph/BarGraph.d.ts +0 -13
  73. package/ui/graph/BarGraph.js +0 -17
  74. package/ui/graph/BarGraph.tsx +0 -50
@@ -1,90 +0,0 @@
1
- /******/ (() => { // webpackBootstrap
2
- /******/ "use strict";
3
- /******/ // The require scope
4
- /******/ var __webpack_require__ = {};
5
- /******/
6
- /************************************************************************/
7
- /******/ /* webpack/runtime/compat get default export */
8
- /******/ (() => {
9
- /******/ // getDefaultExport function for compatibility with non-harmony modules
10
- /******/ __webpack_require__.n = (module) => {
11
- /******/ var getter = module && module.__esModule ?
12
- /******/ () => (module['default']) :
13
- /******/ () => (module);
14
- /******/ __webpack_require__.d(getter, { a: getter });
15
- /******/ return getter;
16
- /******/ };
17
- /******/ })();
18
- /******/
19
- /******/ /* webpack/runtime/define property getters */
20
- /******/ (() => {
21
- /******/ // define getter functions for harmony exports
22
- /******/ __webpack_require__.d = (exports, definition) => {
23
- /******/ for(var key in definition) {
24
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
25
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
26
- /******/ }
27
- /******/ }
28
- /******/ };
29
- /******/ })();
30
- /******/
31
- /******/ /* webpack/runtime/hasOwnProperty shorthand */
32
- /******/ (() => {
33
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
34
- /******/ })();
35
- /******/
36
- /******/ /* webpack/runtime/make namespace object */
37
- /******/ (() => {
38
- /******/ // define __esModule on exports
39
- /******/ __webpack_require__.r = (exports) => {
40
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
41
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
42
- /******/ }
43
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
44
- /******/ };
45
- /******/ })();
46
- /******/
47
- /************************************************************************/
48
- var __webpack_exports__ = {};
49
- // ESM COMPAT FLAG
50
- __webpack_require__.r(__webpack_exports__);
51
-
52
- // EXPORTS
53
- __webpack_require__.d(__webpack_exports__, {
54
- "default": () => (/* binding */ CloseModal)
55
- });
56
-
57
- ;// CONCATENATED MODULE: external "react"
58
- const external_react_namespaceObject = require("react");
59
- var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_namespaceObject);
60
- ;// CONCATENATED MODULE: ../Funcss/Components/Icon.js
61
-
62
- function Icon(_ref) {
63
- var funcss = _ref.funcss,
64
- color = _ref.color,
65
- size = _ref.size,
66
- onClick = _ref.onClick,
67
- onChange = _ref.onChange,
68
- icon = _ref.icon;
69
- return /*#__PURE__*/external_react_default().createElement("i", {
70
- className: "icon ".concat(icon, " ").concat(funcss, " text-").concat(color, " size-").concat(size, " "),
71
- onClick: onClick,
72
- onChange: onChange
73
- });
74
- }
75
- ;// CONCATENATED MODULE: ../Funcss/Components/CloseModal.jsx
76
-
77
-
78
- function CloseModal(_ref) {
79
- var funcss = _ref.funcss,
80
- onClick = _ref.onClick;
81
- return /*#__PURE__*/external_react_default().createElement("div", {
82
- className: "".concat(funcss, " closeModal"),
83
- onClick: onClick
84
- }, /*#__PURE__*/external_react_default().createElement(Icon, {
85
- icon: "bx bx-x"
86
- }));
87
- }
88
- module.exports = __webpack_exports__;
89
- /******/ })()
90
- ;
package/component/Col.jsx DELETED
@@ -1,76 +0,0 @@
1
- /******/ (() => { // webpackBootstrap
2
- /******/ "use strict";
3
- /******/ // The require scope
4
- /******/ var __webpack_require__ = {};
5
- /******/
6
- /************************************************************************/
7
- /******/ /* webpack/runtime/compat get default export */
8
- /******/ (() => {
9
- /******/ // getDefaultExport function for compatibility with non-harmony modules
10
- /******/ __webpack_require__.n = (module) => {
11
- /******/ var getter = module && module.__esModule ?
12
- /******/ () => (module['default']) :
13
- /******/ () => (module);
14
- /******/ __webpack_require__.d(getter, { a: getter });
15
- /******/ return getter;
16
- /******/ };
17
- /******/ })();
18
- /******/
19
- /******/ /* webpack/runtime/define property getters */
20
- /******/ (() => {
21
- /******/ // define getter functions for harmony exports
22
- /******/ __webpack_require__.d = (exports, definition) => {
23
- /******/ for(var key in definition) {
24
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
25
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
26
- /******/ }
27
- /******/ }
28
- /******/ };
29
- /******/ })();
30
- /******/
31
- /******/ /* webpack/runtime/hasOwnProperty shorthand */
32
- /******/ (() => {
33
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
34
- /******/ })();
35
- /******/
36
- /******/ /* webpack/runtime/make namespace object */
37
- /******/ (() => {
38
- /******/ // define __esModule on exports
39
- /******/ __webpack_require__.r = (exports) => {
40
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
41
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
42
- /******/ }
43
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
44
- /******/ };
45
- /******/ })();
46
- /******/
47
- /************************************************************************/
48
- var __webpack_exports__ = {};
49
- // ESM COMPAT FLAG
50
- __webpack_require__.r(__webpack_exports__);
51
-
52
- // EXPORTS
53
- __webpack_require__.d(__webpack_exports__, {
54
- "default": () => (/* binding */ Col)
55
- });
56
-
57
- ;// CONCATENATED MODULE: external "react"
58
- const external_react_namespaceObject = require("react");
59
- var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_namespaceObject);
60
- ;// CONCATENATED MODULE: ../Funcss/Components/Col.js
61
-
62
- function Col(_ref) {
63
- var sm = _ref.sm,
64
- md = _ref.md,
65
- lg = _ref.lg,
66
- children = _ref.children,
67
- funcss = _ref.funcss,
68
- id = _ref.id;
69
- return /*#__PURE__*/external_react_default().createElement("div", {
70
- id: id ? id : "",
71
- className: "col sm-".concat(sm, " md-").concat(md, " lg-").concat(lg, " ").concat(funcss)
72
- }, children);
73
- }
74
- module.exports = __webpack_exports__;
75
- /******/ })()
76
- ;
@@ -1,78 +0,0 @@
1
- /******/ (() => { // webpackBootstrap
2
- /******/ "use strict";
3
- /******/ // The require scope
4
- /******/ var __webpack_require__ = {};
5
- /******/
6
- /************************************************************************/
7
- /******/ /* webpack/runtime/compat get default export */
8
- /******/ (() => {
9
- /******/ // getDefaultExport function for compatibility with non-harmony modules
10
- /******/ __webpack_require__.n = (module) => {
11
- /******/ var getter = module && module.__esModule ?
12
- /******/ () => (module['default']) :
13
- /******/ () => (module);
14
- /******/ __webpack_require__.d(getter, { a: getter });
15
- /******/ return getter;
16
- /******/ };
17
- /******/ })();
18
- /******/
19
- /******/ /* webpack/runtime/define property getters */
20
- /******/ (() => {
21
- /******/ // define getter functions for harmony exports
22
- /******/ __webpack_require__.d = (exports, definition) => {
23
- /******/ for(var key in definition) {
24
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
25
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
26
- /******/ }
27
- /******/ }
28
- /******/ };
29
- /******/ })();
30
- /******/
31
- /******/ /* webpack/runtime/hasOwnProperty shorthand */
32
- /******/ (() => {
33
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
34
- /******/ })();
35
- /******/
36
- /******/ /* webpack/runtime/make namespace object */
37
- /******/ (() => {
38
- /******/ // define __esModule on exports
39
- /******/ __webpack_require__.r = (exports) => {
40
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
41
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
42
- /******/ }
43
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
44
- /******/ };
45
- /******/ })();
46
- /******/
47
- /************************************************************************/
48
- var __webpack_exports__ = {};
49
- // ESM COMPAT FLAG
50
- __webpack_require__.r(__webpack_exports__);
51
-
52
- // EXPORTS
53
- __webpack_require__.d(__webpack_exports__, {
54
- "default": () => (/* binding */ Components_Container)
55
- });
56
-
57
- ;// CONCATENATED MODULE: external "react"
58
- const external_react_namespaceObject = require("react");
59
- var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_namespaceObject);
60
- ;// CONCATENATED MODULE: ../Funcss/Components/Container.js
61
-
62
- var Container = function Container(_ref) {
63
- var children = _ref.children,
64
- funcss = _ref.funcss,
65
- margin = _ref.margin,
66
- padding = _ref.padding;
67
- return /*#__PURE__*/external_react_default().createElement("div", {
68
- className: "container ".concat(funcss),
69
- style: {
70
- margin: margin ? margin : "",
71
- padding: padding ? padding : ""
72
- }
73
- }, children);
74
- };
75
- /* harmony default export */ const Components_Container = (Container);
76
- module.exports = __webpack_exports__;
77
- /******/ })()
78
- ;
@@ -1,83 +0,0 @@
1
- /******/ (() => { // webpackBootstrap
2
- /******/ "use strict";
3
- /******/ // The require scope
4
- /******/ var __webpack_require__ = {};
5
- /******/
6
- /************************************************************************/
7
- /******/ /* webpack/runtime/define property getters */
8
- /******/ (() => {
9
- /******/ // define getter functions for harmony exports
10
- /******/ __webpack_require__.d = (exports, definition) => {
11
- /******/ for(var key in definition) {
12
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
14
- /******/ }
15
- /******/ }
16
- /******/ };
17
- /******/ })();
18
- /******/
19
- /******/ /* webpack/runtime/hasOwnProperty shorthand */
20
- /******/ (() => {
21
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
22
- /******/ })();
23
- /******/
24
- /******/ /* webpack/runtime/make namespace object */
25
- /******/ (() => {
26
- /******/ // define __esModule on exports
27
- /******/ __webpack_require__.r = (exports) => {
28
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
29
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
30
- /******/ }
31
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
32
- /******/ };
33
- /******/ })();
34
- /******/
35
- /************************************************************************/
36
- var __webpack_exports__ = {};
37
- // ESM COMPAT FLAG
38
- __webpack_require__.r(__webpack_exports__);
39
-
40
- // EXPORTS
41
- __webpack_require__.d(__webpack_exports__, {
42
- "default": () => (/* binding */ DarkMode)
43
- });
44
-
45
- ;// CONCATENATED MODULE: external "react"
46
- const external_react_namespaceObject = require("react");
47
- ;// CONCATENATED MODULE: ../Funcss/Components/DarkMode.js
48
-
49
- function DarkMode(state) {
50
- if (state) {
51
- var root = document.querySelector(':root');
52
- var bdColor = "#FFFFFFD9";
53
- var borderColor, raiseColor;
54
- borderColor = "#444654";
55
- raiseColor = "#1e1e1e";
56
- root.style.setProperty('--bd-theme', "#141414");
57
- root.style.setProperty('--bd-color', bdColor);
58
- root.style.setProperty('--borderColor', borderColor);
59
- root.style.setProperty('--raiseThemes', raiseColor);
60
- root.style.setProperty('--lighter', "#33333349");
61
- root.style.setProperty('--inputOutline', "#1e1e1e");
62
- root.style.setProperty('--lightThemeDark', bdColor);
63
-
64
- // dark theme for all the colors
65
- root.style.setProperty('--success', "#1d6640");
66
- root.style.setProperty('--successLight', " #c7e6c8");
67
- root.style.setProperty('--info', "#2471a3");
68
- root.style.setProperty('--infoLight', "#b3d9ed");
69
- root.style.setProperty('--warning', "#8c3d00");
70
- root.style.setProperty('--warningLight', "#d8b69c");
71
- root.style.setProperty('--danger', "#6b0600");
72
- root.style.setProperty('--dangerLight', "#bfbfbf");
73
-
74
- // root.style.setProperty('--info', "#2471a3");
75
- // root.style.setProperty('--infoLight', "#b3d9ed");
76
-
77
- root.style.setProperty('--light', "#c5d8e0");
78
- root.style.setProperty('--deepLight', "#154556");
79
- }
80
- }
81
- module.exports = __webpack_exports__;
82
- /******/ })()
83
- ;
package/component/Div.jsx DELETED
@@ -1,99 +0,0 @@
1
- /******/ (() => { // webpackBootstrap
2
- /******/ "use strict";
3
- /******/ // The require scope
4
- /******/ var __webpack_require__ = {};
5
- /******/
6
- /************************************************************************/
7
- /******/ /* webpack/runtime/compat get default export */
8
- /******/ (() => {
9
- /******/ // getDefaultExport function for compatibility with non-harmony modules
10
- /******/ __webpack_require__.n = (module) => {
11
- /******/ var getter = module && module.__esModule ?
12
- /******/ () => (module['default']) :
13
- /******/ () => (module);
14
- /******/ __webpack_require__.d(getter, { a: getter });
15
- /******/ return getter;
16
- /******/ };
17
- /******/ })();
18
- /******/
19
- /******/ /* webpack/runtime/define property getters */
20
- /******/ (() => {
21
- /******/ // define getter functions for harmony exports
22
- /******/ __webpack_require__.d = (exports, definition) => {
23
- /******/ for(var key in definition) {
24
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
25
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
26
- /******/ }
27
- /******/ }
28
- /******/ };
29
- /******/ })();
30
- /******/
31
- /******/ /* webpack/runtime/hasOwnProperty shorthand */
32
- /******/ (() => {
33
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
34
- /******/ })();
35
- /******/
36
- /******/ /* webpack/runtime/make namespace object */
37
- /******/ (() => {
38
- /******/ // define __esModule on exports
39
- /******/ __webpack_require__.r = (exports) => {
40
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
41
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
42
- /******/ }
43
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
44
- /******/ };
45
- /******/ })();
46
- /******/
47
- /************************************************************************/
48
- var __webpack_exports__ = {};
49
- // ESM COMPAT FLAG
50
- __webpack_require__.r(__webpack_exports__);
51
-
52
- // EXPORTS
53
- __webpack_require__.d(__webpack_exports__, {
54
- "default": () => (/* binding */ Components_Div)
55
- });
56
-
57
- ;// CONCATENATED MODULE: external "react"
58
- const external_react_namespaceObject = require("react");
59
- var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_namespaceObject);
60
- ;// CONCATENATED MODULE: ../Funcss/Components/Div.js
61
-
62
- var Div = function Div(_ref) {
63
- var children = _ref.children,
64
- funcss = _ref.funcss,
65
- content = _ref.content,
66
- minHeight = _ref.minHeight,
67
- maxHeight = _ref.maxHeight,
68
- maxWidth = _ref.maxWidth,
69
- minWidth = _ref.minWidth,
70
- height = _ref.height,
71
- width = _ref.width,
72
- padding = _ref.padding,
73
- margin = _ref.margin,
74
- fit = _ref.fit,
75
- customStyle = _ref.customStyle,
76
- onClick = _ref.onClick;
77
- return /*#__PURE__*/external_react_default().createElement("div", null, customStyle ? /*#__PURE__*/external_react_default().createElement("div", {
78
- onClick: onClick,
79
- className: "".concat(fit ? "width-100-p height-100-p" : "", " ").concat(funcss),
80
- style: customStyle
81
- }, content ? content : children) : /*#__PURE__*/external_react_default().createElement("div", {
82
- onClick: onClick,
83
- className: "".concat(fit ? "width-100-p height-100-p" : "", " ").concat(funcss),
84
- style: {
85
- height: height ? height : "",
86
- maxHeight: maxHeight ? maxHeight : "",
87
- minHeight: minHeight ? minHeight : "",
88
- maxWidth: maxWidth ? maxWidth : "",
89
- minWidth: minWidth ? minWidth : "",
90
- width: width ? width : "",
91
- padding: padding ? padding : "",
92
- margin: margin ? margin : ""
93
- }
94
- }, content ? content : children));
95
- };
96
- /* harmony default export */ const Components_Div = (Div);
97
- module.exports = __webpack_exports__;
98
- /******/ })()
99
- ;
@@ -1,76 +0,0 @@
1
- /******/ (() => { // webpackBootstrap
2
- /******/ "use strict";
3
- /******/ // The require scope
4
- /******/ var __webpack_require__ = {};
5
- /******/
6
- /************************************************************************/
7
- /******/ /* webpack/runtime/compat get default export */
8
- /******/ (() => {
9
- /******/ // getDefaultExport function for compatibility with non-harmony modules
10
- /******/ __webpack_require__.n = (module) => {
11
- /******/ var getter = module && module.__esModule ?
12
- /******/ () => (module['default']) :
13
- /******/ () => (module);
14
- /******/ __webpack_require__.d(getter, { a: getter });
15
- /******/ return getter;
16
- /******/ };
17
- /******/ })();
18
- /******/
19
- /******/ /* webpack/runtime/define property getters */
20
- /******/ (() => {
21
- /******/ // define getter functions for harmony exports
22
- /******/ __webpack_require__.d = (exports, definition) => {
23
- /******/ for(var key in definition) {
24
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
25
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
26
- /******/ }
27
- /******/ }
28
- /******/ };
29
- /******/ })();
30
- /******/
31
- /******/ /* webpack/runtime/hasOwnProperty shorthand */
32
- /******/ (() => {
33
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
34
- /******/ })();
35
- /******/
36
- /******/ /* webpack/runtime/make namespace object */
37
- /******/ (() => {
38
- /******/ // define __esModule on exports
39
- /******/ __webpack_require__.r = (exports) => {
40
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
41
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
42
- /******/ }
43
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
44
- /******/ };
45
- /******/ })();
46
- /******/
47
- /************************************************************************/
48
- var __webpack_exports__ = {};
49
- // ESM COMPAT FLAG
50
- __webpack_require__.r(__webpack_exports__);
51
-
52
- // EXPORTS
53
- __webpack_require__.d(__webpack_exports__, {
54
- "default": () => (/* binding */ Components_DropDown)
55
- });
56
-
57
- ;// CONCATENATED MODULE: external "react"
58
- const external_react_namespaceObject = require("react");
59
- var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_namespaceObject);
60
- ;// CONCATENATED MODULE: ../Funcss/Components/DropDown.js
61
-
62
- var DropDown = function DropDown(_ref) {
63
- var funcss = _ref.funcss,
64
- children = _ref.children,
65
- id = _ref.id,
66
- side = _ref.side,
67
- drop = _ref.drop;
68
- return /*#__PURE__*/external_react_default().createElement("div", {
69
- className: "".concat(drop ? "drop" + drop : "dropdown", " ").concat(side ? side : "left", " ").concat(funcss),
70
- id: id
71
- }, children);
72
- };
73
- /* harmony default export */ const Components_DropDown = (DropDown);
74
- module.exports = __webpack_exports__;
75
- /******/ })()
76
- ;
@@ -1,73 +0,0 @@
1
- /******/ (() => { // webpackBootstrap
2
- /******/ "use strict";
3
- /******/ // The require scope
4
- /******/ var __webpack_require__ = {};
5
- /******/
6
- /************************************************************************/
7
- /******/ /* webpack/runtime/compat get default export */
8
- /******/ (() => {
9
- /******/ // getDefaultExport function for compatibility with non-harmony modules
10
- /******/ __webpack_require__.n = (module) => {
11
- /******/ var getter = module && module.__esModule ?
12
- /******/ () => (module['default']) :
13
- /******/ () => (module);
14
- /******/ __webpack_require__.d(getter, { a: getter });
15
- /******/ return getter;
16
- /******/ };
17
- /******/ })();
18
- /******/
19
- /******/ /* webpack/runtime/define property getters */
20
- /******/ (() => {
21
- /******/ // define getter functions for harmony exports
22
- /******/ __webpack_require__.d = (exports, definition) => {
23
- /******/ for(var key in definition) {
24
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
25
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
26
- /******/ }
27
- /******/ }
28
- /******/ };
29
- /******/ })();
30
- /******/
31
- /******/ /* webpack/runtime/hasOwnProperty shorthand */
32
- /******/ (() => {
33
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
34
- /******/ })();
35
- /******/
36
- /******/ /* webpack/runtime/make namespace object */
37
- /******/ (() => {
38
- /******/ // define __esModule on exports
39
- /******/ __webpack_require__.r = (exports) => {
40
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
41
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
42
- /******/ }
43
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
44
- /******/ };
45
- /******/ })();
46
- /******/
47
- /************************************************************************/
48
- var __webpack_exports__ = {};
49
- // ESM COMPAT FLAG
50
- __webpack_require__.r(__webpack_exports__);
51
-
52
- // EXPORTS
53
- __webpack_require__.d(__webpack_exports__, {
54
- "default": () => (/* binding */ DropItem)
55
- });
56
-
57
- ;// CONCATENATED MODULE: external "react"
58
- const external_react_namespaceObject = require("react");
59
- var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_namespaceObject);
60
- ;// CONCATENATED MODULE: ../Funcss/Components/DropItem.js
61
-
62
- function DropItem(_ref) {
63
- var children = _ref.children,
64
- funcss = _ref.funcss,
65
- onClick = _ref.onClick;
66
- return /*#__PURE__*/external_react_default().createElement("div", {
67
- className: "".concat(funcss, " drop-item"),
68
- onClick: onClick
69
- }, children);
70
- }
71
- module.exports = __webpack_exports__;
72
- /******/ })()
73
- ;