funuicss 2.0.12 → 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 +29 -4
- package/ui/table/Table.tsx +51 -7
- 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/TableData.jsx
DELETED
|
@@ -1,74 +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_TableData)
|
|
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/TableData.js
|
|
61
|
-
|
|
62
|
-
var TableData = function TableData(_ref) {
|
|
63
|
-
var children = _ref.children,
|
|
64
|
-
funcss = _ref.funcss,
|
|
65
|
-
key = _ref.key;
|
|
66
|
-
return /*#__PURE__*/external_react_default().createElement("td", {
|
|
67
|
-
className: "".concat(funcss),
|
|
68
|
-
key: key
|
|
69
|
-
}, children);
|
|
70
|
-
};
|
|
71
|
-
/* harmony default export */ const Components_TableData = (TableData);
|
|
72
|
-
module.exports = __webpack_exports__;
|
|
73
|
-
/******/ })()
|
|
74
|
-
;
|
package/component/TableHead.jsx
DELETED
|
@@ -1,72 +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_TableHead)
|
|
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/TableHead.js
|
|
61
|
-
|
|
62
|
-
var TableHead = function TableHead(_ref) {
|
|
63
|
-
var children = _ref.children,
|
|
64
|
-
funcss = _ref.funcss;
|
|
65
|
-
return /*#__PURE__*/external_react_default().createElement("thead", {
|
|
66
|
-
className: "".concat(funcss)
|
|
67
|
-
}, children);
|
|
68
|
-
};
|
|
69
|
-
/* harmony default export */ const Components_TableHead = (TableHead);
|
|
70
|
-
module.exports = __webpack_exports__;
|
|
71
|
-
/******/ })()
|
|
72
|
-
;
|
package/component/TableRow.jsx
DELETED
|
@@ -1,74 +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_TableRow)
|
|
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/TableRow.js
|
|
61
|
-
|
|
62
|
-
var TableRow = function TableRow(_ref) {
|
|
63
|
-
var children = _ref.children,
|
|
64
|
-
funcss = _ref.funcss,
|
|
65
|
-
key = _ref.key;
|
|
66
|
-
return /*#__PURE__*/external_react_default().createElement("tr", {
|
|
67
|
-
className: "".concat(funcss),
|
|
68
|
-
key: key
|
|
69
|
-
}, children);
|
|
70
|
-
};
|
|
71
|
-
/* harmony default export */ const Components_TableRow = (TableRow);
|
|
72
|
-
module.exports = __webpack_exports__;
|
|
73
|
-
/******/ })()
|
|
74
|
-
;
|
package/component/Tip.jsx
DELETED
|
@@ -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 */ Tip)
|
|
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/Tip.js
|
|
61
|
-
|
|
62
|
-
function Tip(_ref) {
|
|
63
|
-
var tip = _ref.tip,
|
|
64
|
-
funcss = _ref.funcss,
|
|
65
|
-
children = _ref.children,
|
|
66
|
-
content = _ref.content,
|
|
67
|
-
animation = _ref.animation,
|
|
68
|
-
duration = _ref.duration;
|
|
69
|
-
return /*#__PURE__*/external_react_default().createElement("span", {
|
|
70
|
-
className: "tip-".concat(tip, " tip ").concat(funcss),
|
|
71
|
-
style: {
|
|
72
|
-
animation: " ".concat(duration, "s ").concat(animation)
|
|
73
|
-
}
|
|
74
|
-
}, children, " ", content);
|
|
75
|
-
}
|
|
76
|
-
module.exports = __webpack_exports__;
|
|
77
|
-
/******/ })()
|
|
78
|
-
;
|
package/component/ToolTip.jsx
DELETED
|
@@ -1,72 +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_ToolTip)
|
|
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/ToolTip.js
|
|
61
|
-
|
|
62
|
-
var ToolTip = function ToolTip(_ref) {
|
|
63
|
-
var funcss = _ref.funcss,
|
|
64
|
-
children = _ref.children;
|
|
65
|
-
return /*#__PURE__*/external_react_default().createElement("span", {
|
|
66
|
-
className: "tooltip ".concat(funcss)
|
|
67
|
-
}, children);
|
|
68
|
-
};
|
|
69
|
-
/* harmony default export */ const Components_ToolTip = (ToolTip);
|
|
70
|
-
module.exports = __webpack_exports__;
|
|
71
|
-
/******/ })()
|
|
72
|
-
;
|
package/component/Typography.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 */ Typography)
|
|
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/Typography.js
|
|
61
|
-
|
|
62
|
-
function Typography(_ref) {
|
|
63
|
-
var size = _ref.size,
|
|
64
|
-
bg = _ref.bg,
|
|
65
|
-
color = _ref.color,
|
|
66
|
-
children = _ref.children,
|
|
67
|
-
hoverBg = _ref.hoverBg,
|
|
68
|
-
hoverText = _ref.hoverText,
|
|
69
|
-
text = _ref.text,
|
|
70
|
-
heading = _ref.heading,
|
|
71
|
-
funcss = _ref.funcss,
|
|
72
|
-
emp = _ref.emp,
|
|
73
|
-
bold = _ref.bold,
|
|
74
|
-
block = _ref.block,
|
|
75
|
-
body = _ref.body,
|
|
76
|
-
article = _ref.article,
|
|
77
|
-
light = _ref.light,
|
|
78
|
-
lighter = _ref.lighter,
|
|
79
|
-
italic = _ref.italic,
|
|
80
|
-
underline = _ref.underline,
|
|
81
|
-
align = _ref.align,
|
|
82
|
-
lineHeight = _ref.lineHeight,
|
|
83
|
-
letterSpacing = _ref.letterSpacing,
|
|
84
|
-
monospace = _ref.monospace,
|
|
85
|
-
font = _ref.font;
|
|
86
|
-
return /*#__PURE__*/external_react_default().createElement("span", {
|
|
87
|
-
className: "\n".concat(size ? "text-".concat(size) : "", "\n").concat(color ? "text-".concat(color) : '', "\n").concat(align ? "text-".concat(align) : '', "\n").concat(block ? "block" : "", "\n").concat(monospace ? "monospace" : "", "\n").concat(bg ? bg : "", "\n").concat(hoverText ? "hover-text-".concat(hoverText) : '', "\n").concat(hoverBg ? "hover-".concat(hoverBg) : '', "\n").concat(light ? "lightText" : lighter ? "lighterText" : "", "\n").concat(heading ? heading : "", "\n").concat(italic ? "italicText" : "", "\n").concat(underline ? "underlineText" : "", "\n").concat(body ? "body" : "", "\n").concat(article ? "article" : "", "\n").concat(funcss, "\n").concat(emp ? "emp" : "", "\n").concat(bold ? "bold" : "", "\n"),
|
|
88
|
-
style: {
|
|
89
|
-
display: block ? "block" : "",
|
|
90
|
-
fontWeight: "".concat(bold ? "bold" : ""),
|
|
91
|
-
lineHeight: lineHeight ? lineHeight : "",
|
|
92
|
-
letterSpacing: letterSpacing ? letterSpacing : "",
|
|
93
|
-
fontFamily: font ? font : ""
|
|
94
|
-
}
|
|
95
|
-
}, children, text);
|
|
96
|
-
}
|
|
97
|
-
module.exports = __webpack_exports__;
|
|
98
|
-
/******/ })()
|
|
99
|
-
;
|
package/component/card/Card.jsx
DELETED
|
@@ -1,94 +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
|
-
return /*#__PURE__*/external_react_default().createElement("div", {
|
|
78
|
-
className: "card text-".concat(color, " ").concat(bg, " ").concat(funcss, " \n").concat(roundEdge ? "round-edge" : "", " \n").concat(horizontal ? "horizontalCard" : ""),
|
|
79
|
-
style: {
|
|
80
|
-
width: "".concat(width ? width : ""),
|
|
81
|
-
height: "".concat(height ? height : ""),
|
|
82
|
-
minHeight: "".concat(minHeight ? minHeight : ""),
|
|
83
|
-
minWidth: "".concat(minWidth ? minWidth : ""),
|
|
84
|
-
maxHeight: maxHeight ? maxHeight : "",
|
|
85
|
-
maxWidth: maxWidth ? maxWidth : "",
|
|
86
|
-
margin: "".concat(margin ? margin : ""),
|
|
87
|
-
padding: "".concat(padding ? padding : "")
|
|
88
|
-
}
|
|
89
|
-
}, children);
|
|
90
|
-
};
|
|
91
|
-
/* harmony default export */ const Components_Card = (Card);
|
|
92
|
-
module.exports = __webpack_exports__;
|
|
93
|
-
/******/ })()
|
|
94
|
-
;
|
|
@@ -1,71 +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 */ CardBody)
|
|
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/CardBody.js
|
|
61
|
-
|
|
62
|
-
function CardBody(_ref) {
|
|
63
|
-
var funcss = _ref.funcss,
|
|
64
|
-
children = _ref.children;
|
|
65
|
-
return /*#__PURE__*/external_react_default().createElement("div", {
|
|
66
|
-
className: "card-body ".concat(funcss)
|
|
67
|
-
}, children);
|
|
68
|
-
}
|
|
69
|
-
module.exports = __webpack_exports__;
|
|
70
|
-
/******/ })()
|
|
71
|
-
;
|