funuicss 2.0.11 → 2.0.13
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.
- package/css/fun.css +2 -2
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/ui/table/Table.d.ts +3 -1
- package/ui/table/Table.js +31 -5
- package/ui/table/Table.tsx +52 -6
- package/component/Alert.jsx +0 -113
- package/component/Avatar.jsx +0 -79
- package/component/Blob.jsx +0 -83
- package/component/BreadCrumb.jsx +0 -110
- package/component/Button.jsx +0 -98
- package/component/Card.jsx +0 -96
- package/component/Circle.jsx +0 -79
- package/component/CloseModal.jsx +0 -90
- package/component/Col.jsx +0 -76
- package/component/Container.jsx +0 -78
- package/component/DarkMode.jsx +0 -83
- package/component/Div.jsx +0 -99
- package/component/DropDown.jsx +0 -76
- package/component/DropItem.jsx +0 -73
- package/component/DropMenu.jsx +0 -97
- package/component/FunLoader.jsx +0 -79
- package/component/Grid.jsx +0 -80
- package/component/Hr.jsx +0 -72
- package/component/Icon.jsx +0 -77
- package/component/IconicInput.jsx +0 -86
- package/component/Input.jsx +0 -277
- package/component/LinkWrapper.jsx +0 -73
- package/component/List.jsx +0 -79
- package/component/ListItem.jsx +0 -73
- package/component/Modal.jsx +0 -93
- package/component/ModalAction.jsx +0 -71
- package/component/ModalContent.jsx +0 -71
- package/component/ModalHeader.jsx +0 -105
- package/component/NavBar.jsx +0 -80
- package/component/NavLink.jsx +0 -74
- package/component/NavLogo.jsx +0 -95
- package/component/Notification.jsx +0 -84
- package/component/NotificationContent.jsx +0 -71
- package/component/NotificationFooter.jsx +0 -71
- package/component/NotificationHeader.jsx +0 -71
- package/component/ProgressBar.jsx +0 -91
- package/component/RowFlex.jsx +0 -85
- package/component/Section.jsx +0 -74
- package/component/SideBar.jsx +0 -77
- package/component/SideBarContent.jsx +0 -71
- package/component/SideBarFooter.jsx +0 -71
- package/component/SideBarTop.jsx +0 -71
- package/component/SidebarTrigger.jsx +0 -96
- package/component/Snackbar.jsx +0 -90
- package/component/Starter.jsx +0 -203
- package/component/Step.jsx +0 -72
- package/component/StepContainer.jsx +0 -75
- package/component/StepHeader.jsx +0 -72
- package/component/StepLine.jsx +0 -72
- package/component/Table.jsx +0 -82
- package/component/TableBody.jsx +0 -72
- package/component/TableData.jsx +0 -74
- package/component/TableHead.jsx +0 -72
- package/component/TableRow.jsx +0 -74
- package/component/Tip.jsx +0 -78
- package/component/ToolTip.jsx +0 -72
- package/component/Typography.jsx +0 -99
- package/component/card/Card.jsx +0 -94
- package/component/card/CardBody.jsx +0 -71
- package/component/card/CardFab.jsx +0 -72
- package/component/card/CardFooter.jsx +0 -71
- package/component/card/CardHeader.jsx +0 -71
- package/component/fun.css +0 -593
- package/component/pages/NotFound.jsx +0 -107
- package/component/pages/UnAuthorized.jsx +0 -107
- package/ui/graph/BarGraph.d.ts +0 -13
- package/ui/graph/BarGraph.js +0 -17
- package/ui/graph/BarGraph.tsx +0 -50
package/component/Blob.jsx
DELETED
|
@@ -1,83 +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 */ Blob)
|
|
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/Blob.js
|
|
61
|
-
|
|
62
|
-
function Blob(_ref) {
|
|
63
|
-
var height = _ref.height,
|
|
64
|
-
width = _ref.width,
|
|
65
|
-
background = _ref.background,
|
|
66
|
-
funcss = _ref.funcss,
|
|
67
|
-
shape = _ref.shape;
|
|
68
|
-
return /*#__PURE__*/external_react_default().createElement("div", {
|
|
69
|
-
className: "".concat(funcss),
|
|
70
|
-
style: {
|
|
71
|
-
height: height ? height : "",
|
|
72
|
-
width: width ? width : "",
|
|
73
|
-
background: background ? "url(".concat(background, ")") : "",
|
|
74
|
-
backgroundSize: "cover",
|
|
75
|
-
backgroundRepeat: "no-repeat",
|
|
76
|
-
borderRadius: shape,
|
|
77
|
-
transition: "0.3s linear"
|
|
78
|
-
}
|
|
79
|
-
});
|
|
80
|
-
}
|
|
81
|
-
module.exports = __webpack_exports__;
|
|
82
|
-
/******/ })()
|
|
83
|
-
;
|
package/component/BreadCrumb.jsx
DELETED
|
@@ -1,110 +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 */ BreadCrumb)
|
|
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/BreadCrumb.js
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
function BreadCrumb(_ref) {
|
|
79
|
-
var type = _ref.type,
|
|
80
|
-
funcss = _ref.funcss,
|
|
81
|
-
color = _ref.color;
|
|
82
|
-
return /*#__PURE__*/external_react_default().createElement("span", null, type === "slash" && /*#__PURE__*/external_react_default().createElement("span", {
|
|
83
|
-
style: {
|
|
84
|
-
margin: "0 0.2rem"
|
|
85
|
-
},
|
|
86
|
-
className: " ".concat(funcss ? funcss : "", " ").concat(color ? "text-" + color : "")
|
|
87
|
-
}, " / "), type === "greater" && /*#__PURE__*/external_react_default().createElement("span", {
|
|
88
|
-
style: {
|
|
89
|
-
margin: "0 0.2rem"
|
|
90
|
-
},
|
|
91
|
-
className: " ".concat(funcss ? funcss : "", " ").concat(color ? "text-" + color : "")
|
|
92
|
-
}, " ", /*#__PURE__*/external_react_default().createElement(Icon, {
|
|
93
|
-
icon: "fas fa-angle-right"
|
|
94
|
-
}), " "), type === "less" && /*#__PURE__*/external_react_default().createElement("span", {
|
|
95
|
-
style: {
|
|
96
|
-
margin: "0 0.2rem"
|
|
97
|
-
},
|
|
98
|
-
className: " ".concat(funcss ? funcss : "", " ").concat(color ? "text-" + color : "")
|
|
99
|
-
}, " ", /*#__PURE__*/external_react_default().createElement(Icon, {
|
|
100
|
-
icon: "fas fa-angle-left"
|
|
101
|
-
}), " "), type === "straight" && /*#__PURE__*/external_react_default().createElement("span", {
|
|
102
|
-
style: {
|
|
103
|
-
margin: "0 0.2rem"
|
|
104
|
-
},
|
|
105
|
-
className: " ".concat(funcss ? funcss : "", " ").concat(color ? "text-" + color : "")
|
|
106
|
-
}, " ", "|", " "));
|
|
107
|
-
}
|
|
108
|
-
module.exports = __webpack_exports__;
|
|
109
|
-
/******/ })()
|
|
110
|
-
;
|
package/component/Button.jsx
DELETED
|
@@ -1,98 +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 */ Button)
|
|
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/Button.js
|
|
61
|
-
|
|
62
|
-
function Button(_ref) {
|
|
63
|
-
var color = _ref.color,
|
|
64
|
-
bg = _ref.bg,
|
|
65
|
-
funcss = _ref.funcss,
|
|
66
|
-
onChange = _ref.onChange,
|
|
67
|
-
onClick = _ref.onClick,
|
|
68
|
-
startIcon = _ref.startIcon,
|
|
69
|
-
endIcon = _ref.endIcon,
|
|
70
|
-
children = _ref.children,
|
|
71
|
-
text = _ref.text,
|
|
72
|
-
rounded = _ref.rounded,
|
|
73
|
-
raised = _ref.raised,
|
|
74
|
-
height = _ref.height,
|
|
75
|
-
width = _ref.width,
|
|
76
|
-
_float = _ref["float"],
|
|
77
|
-
hoverUp = _ref.hoverUp,
|
|
78
|
-
fullWidth = _ref.fullWidth,
|
|
79
|
-
outlined = _ref.outlined,
|
|
80
|
-
small = _ref.small,
|
|
81
|
-
smaller = _ref.smaller,
|
|
82
|
-
big = _ref.big,
|
|
83
|
-
flat = _ref.flat,
|
|
84
|
-
hoverNone = _ref.hoverNone;
|
|
85
|
-
return /*#__PURE__*/external_react_default().createElement("button", {
|
|
86
|
-
className: "button\ntext-".concat(color, "\n").concat(funcss, "\n").concat(rounded ? "roundBtn" : "", "\n").concat(_float ? "floatBtn" : "", "\n").concat(raised ? "card" : "", "\n").concat(hoverUp ? "hover-up" : "", "\n").concat(flat ? "flat" : "", "\n").concat(hoverNone ? "hoverNone" : "", "\n").concat(small ? "smallBtn" : smaller ? "smallerBtn" : '', "\n").concat(big ? "bigBtn" : "", "\n").concat(outlined ? "".concat(bg, "-outline outlined text-").concat(bg) : bg, "\n\n"),
|
|
87
|
-
onClick: onClick,
|
|
88
|
-
onChange: onChange,
|
|
89
|
-
style: {
|
|
90
|
-
height: height ? height : "",
|
|
91
|
-
width: fullWidth ? "100%" : width ? width : "",
|
|
92
|
-
borderRadius: flat ? "0rem" : ""
|
|
93
|
-
}
|
|
94
|
-
}, startIcon, " \xA0", text, children, " \xA0", endIcon);
|
|
95
|
-
}
|
|
96
|
-
module.exports = __webpack_exports__;
|
|
97
|
-
/******/ })()
|
|
98
|
-
;
|
package/component/Card.jsx
DELETED
|
@@ -1,96 +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_Card)
|
|
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/Card.js
|
|
61
|
-
|
|
62
|
-
var Card = function Card(_ref) {
|
|
63
|
-
var color = _ref.color,
|
|
64
|
-
bg = _ref.bg,
|
|
65
|
-
width = _ref.width,
|
|
66
|
-
height = _ref.height,
|
|
67
|
-
minHeight = _ref.minHeight,
|
|
68
|
-
minWidth = _ref.minWidth,
|
|
69
|
-
margin = _ref.margin,
|
|
70
|
-
padding = _ref.padding,
|
|
71
|
-
funcss = _ref.funcss,
|
|
72
|
-
children = _ref.children,
|
|
73
|
-
roundEdge = _ref.roundEdge,
|
|
74
|
-
maxHeight = _ref.maxHeight,
|
|
75
|
-
maxWidth = _ref.maxWidth,
|
|
76
|
-
horizontal = _ref.horizontal,
|
|
77
|
-
id = _ref.id;
|
|
78
|
-
return /*#__PURE__*/external_react_default().createElement("div", {
|
|
79
|
-
id: id ? id : "",
|
|
80
|
-
className: "card text-".concat(color, " ").concat(bg, " ").concat(funcss, " \n").concat(roundEdge ? "round-edge" : "", " \n").concat(horizontal ? "horizontalCard" : ""),
|
|
81
|
-
style: {
|
|
82
|
-
width: "".concat(width ? width : ""),
|
|
83
|
-
height: "".concat(height ? height : ""),
|
|
84
|
-
minHeight: "".concat(minHeight ? minHeight : ""),
|
|
85
|
-
minWidth: "".concat(minWidth ? minWidth : ""),
|
|
86
|
-
maxHeight: maxHeight ? maxHeight : "",
|
|
87
|
-
maxWidth: maxWidth ? maxWidth : "",
|
|
88
|
-
margin: "".concat(margin ? margin : ""),
|
|
89
|
-
padding: "".concat(padding ? padding : "")
|
|
90
|
-
}
|
|
91
|
-
}, children);
|
|
92
|
-
};
|
|
93
|
-
/* harmony default export */ const Components_Card = (Card);
|
|
94
|
-
module.exports = __webpack_exports__;
|
|
95
|
-
/******/ })()
|
|
96
|
-
;
|
package/component/Circle.jsx
DELETED
|
@@ -1,79 +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 */ Circle)
|
|
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/Circle.js
|
|
61
|
-
|
|
62
|
-
function Circle(_ref) {
|
|
63
|
-
var size = _ref.size,
|
|
64
|
-
funcss = _ref.funcss,
|
|
65
|
-
bg = _ref.bg,
|
|
66
|
-
content = _ref.content,
|
|
67
|
-
children = _ref.children,
|
|
68
|
-
hoverable = _ref.hoverable;
|
|
69
|
-
return /*#__PURE__*/external_react_default().createElement("div", null, /*#__PURE__*/external_react_default().createElement("div", {
|
|
70
|
-
className: "pointer avatar ".concat(funcss, " ").concat(bg, " ").concat(hoverable ? "hoverable" : ""),
|
|
71
|
-
style: {
|
|
72
|
-
width: "".concat(size ? size : "2.3rem"),
|
|
73
|
-
height: "".concat(size ? size : "2.3rem")
|
|
74
|
-
}
|
|
75
|
-
}, /*#__PURE__*/external_react_default().createElement((external_react_default()).Fragment, null, content ? content : children)));
|
|
76
|
-
}
|
|
77
|
-
module.exports = __webpack_exports__;
|
|
78
|
-
/******/ })()
|
|
79
|
-
;
|
package/component/CloseModal.jsx
DELETED
|
@@ -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
|
-
;
|