funuicss 1.11.8 → 1.11.10

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 (176) hide show
  1. package/component/Alert.jsx +112 -112
  2. package/component/Avatar.jsx +78 -78
  3. package/component/Blob.jsx +82 -82
  4. package/component/BreadCrumb.jsx +109 -109
  5. package/component/Button.jsx +97 -97
  6. package/component/Card.jsx +95 -95
  7. package/component/Circle.jsx +78 -78
  8. package/component/CloseModal.jsx +89 -89
  9. package/component/Col.jsx +75 -75
  10. package/component/Container.jsx +77 -77
  11. package/component/DarkMode.jsx +82 -82
  12. package/component/Div.jsx +98 -98
  13. package/component/DropDown.jsx +75 -75
  14. package/component/DropItem.jsx +72 -72
  15. package/component/DropMenu.jsx +96 -96
  16. package/component/FunLoader.jsx +78 -78
  17. package/component/Grid.jsx +79 -79
  18. package/component/Hr.jsx +71 -71
  19. package/component/Icon.jsx +76 -76
  20. package/component/IconicInput.jsx +85 -85
  21. package/component/Input.jsx +276 -276
  22. package/component/LinkWrapper.jsx +72 -72
  23. package/component/List.jsx +78 -78
  24. package/component/ListItem.jsx +72 -72
  25. package/component/Modal.jsx +92 -92
  26. package/component/ModalAction.jsx +70 -70
  27. package/component/ModalContent.jsx +70 -70
  28. package/component/ModalHeader.jsx +104 -104
  29. package/component/NavBar.jsx +79 -79
  30. package/component/NavLink.jsx +73 -73
  31. package/component/NavLogo.jsx +94 -94
  32. package/component/Notification.jsx +83 -83
  33. package/component/NotificationContent.jsx +70 -70
  34. package/component/NotificationFooter.jsx +70 -70
  35. package/component/NotificationHeader.jsx +70 -70
  36. package/component/ProgressBar.jsx +90 -90
  37. package/component/RowFlex.jsx +84 -84
  38. package/component/Section.jsx +73 -73
  39. package/component/SideBar.jsx +76 -76
  40. package/component/SideBarContent.jsx +70 -70
  41. package/component/SideBarFooter.jsx +70 -70
  42. package/component/SideBarTop.jsx +70 -70
  43. package/component/SidebarTrigger.jsx +95 -95
  44. package/component/Snackbar.jsx +89 -89
  45. package/component/Starter.jsx +202 -202
  46. package/component/Step.jsx +71 -71
  47. package/component/StepContainer.jsx +74 -74
  48. package/component/StepHeader.jsx +71 -71
  49. package/component/StepLine.jsx +71 -71
  50. package/component/Table.jsx +81 -81
  51. package/component/TableBody.jsx +71 -71
  52. package/component/TableData.jsx +73 -73
  53. package/component/TableHead.jsx +71 -71
  54. package/component/TableRow.jsx +73 -73
  55. package/component/Tip.jsx +77 -77
  56. package/component/ToolTip.jsx +71 -71
  57. package/component/Typography.jsx +98 -98
  58. package/component/card/Card.jsx +93 -93
  59. package/component/card/CardBody.jsx +70 -70
  60. package/component/card/CardFab.jsx +71 -71
  61. package/component/card/CardFooter.jsx +70 -70
  62. package/component/card/CardHeader.jsx +70 -70
  63. package/component/fun.css +592 -592
  64. package/component/pages/NotFound.jsx +106 -106
  65. package/component/pages/UnAuthorized.jsx +106 -106
  66. package/css/fun.css +45 -27
  67. package/package.json +1 -1
  68. package/tsconfig.tsbuildinfo +1 -1
  69. package/ui/alert/Alert.d.ts +14 -14
  70. package/ui/alert/Alert.js +56 -56
  71. package/ui/avatar/Avatar.d.ts +10 -10
  72. package/ui/avatar/Avatar.js +35 -35
  73. package/ui/blob/Blob.d.ts +10 -10
  74. package/ui/blob/Blob.js +39 -39
  75. package/ui/breadcrumb/BreadCrumb.d.ts +7 -7
  76. package/ui/breadcrumb/BreadCrumb.js +49 -49
  77. package/ui/button/Button.d.ts +383 -383
  78. package/ui/button/Button.js +1 -1
  79. package/ui/button/Button.tsx +1 -1
  80. package/ui/card/Card.d.ts +28 -28
  81. package/ui/card/Card.js +39 -39
  82. package/ui/card/CardBody.d.ts +7 -7
  83. package/ui/card/CardBody.js +33 -33
  84. package/ui/card/CardFab.d.ts +8 -8
  85. package/ui/card/CardFab.js +34 -34
  86. package/ui/card/CardFooter.d.ts +7 -7
  87. package/ui/card/CardFooter.js +33 -33
  88. package/ui/card/CardHeader.d.ts +7 -7
  89. package/ui/card/CardHeader.js +33 -33
  90. package/ui/container/Container.d.ts +11 -11
  91. package/ui/container/Container.js +54 -54
  92. package/ui/div/Div.d.ts +19 -19
  93. package/ui/div/Div.js +54 -54
  94. package/ui/drop/Action.js +31 -31
  95. package/ui/drop/Down.d.ts +9 -9
  96. package/ui/drop/Down.js +31 -31
  97. package/ui/drop/Item.js +31 -31
  98. package/ui/drop/Menu.d.ts +12 -12
  99. package/ui/drop/Menu.js +35 -35
  100. package/ui/drop/Up.d.ts +9 -9
  101. package/ui/drop/Up.js +31 -31
  102. package/ui/grid/Col.d.ts +11 -11
  103. package/ui/grid/Col.js +60 -60
  104. package/ui/grid/Grid.d.ts +12 -12
  105. package/ui/grid/Grid.js +57 -57
  106. package/ui/input/Iconic.d.ts +11 -11
  107. package/ui/input/Iconic.js +23 -23
  108. package/ui/input/Input.d.ts +33 -33
  109. package/ui/input/Input.js +98 -98
  110. package/ui/list/Item.d.ts +7 -7
  111. package/ui/list/Item.js +53 -53
  112. package/ui/list/List.d.ts +14 -14
  113. package/ui/list/List.js +53 -53
  114. package/ui/loader/Loader.d.ts +10 -10
  115. package/ui/loader/Loader.js +44 -44
  116. package/ui/modal/Action.d.ts +7 -7
  117. package/ui/modal/Action.js +53 -53
  118. package/ui/modal/Close.d.ts +6 -6
  119. package/ui/modal/Close.js +55 -55
  120. package/ui/modal/Content.d.ts +7 -7
  121. package/ui/modal/Content.js +31 -31
  122. package/ui/modal/Header.d.ts +8 -8
  123. package/ui/modal/Header.js +57 -57
  124. package/ui/modal/Modal.d.ts +24 -24
  125. package/ui/modal/Modal.js +81 -81
  126. package/ui/notification/Content.d.ts +7 -7
  127. package/ui/notification/Content.js +31 -31
  128. package/ui/notification/Footer.d.ts +7 -7
  129. package/ui/notification/Footer.js +31 -31
  130. package/ui/notification/Header.d.ts +7 -7
  131. package/ui/notification/Header.js +31 -31
  132. package/ui/notification/Notification.d.ts +15 -15
  133. package/ui/notification/Notification.js +49 -49
  134. package/ui/page/NotFound.d.ts +9 -9
  135. package/ui/page/NotFound.js +50 -50
  136. package/ui/page/UnAuthorized.d.ts +9 -9
  137. package/ui/page/UnAuthorized.js +50 -50
  138. package/ui/progress/Bar.d.ts +14 -14
  139. package/ui/progress/Bar.js +43 -43
  140. package/ui/snackbar/SnackBar.d.ts +12 -12
  141. package/ui/snackbar/SnackBar.js +43 -43
  142. package/ui/specials/Circle.d.ts +11 -11
  143. package/ui/specials/Circle.js +37 -37
  144. package/ui/specials/FullCenteredPage.d.ts +8 -8
  145. package/ui/specials/FullCenteredPage.js +42 -42
  146. package/ui/specials/Hr.d.ts +7 -7
  147. package/ui/specials/Hr.js +31 -31
  148. package/ui/specials/RowFlex.d.ts +14 -14
  149. package/ui/specials/RowFlex.js +38 -38
  150. package/ui/specials/Section.d.ts +8 -8
  151. package/ui/specials/Section.js +31 -31
  152. package/ui/step/Container.d.ts +9 -9
  153. package/ui/step/Container.js +11 -11
  154. package/ui/step/Header.d.ts +7 -7
  155. package/ui/step/Header.js +11 -11
  156. package/ui/step/Line.d.ts +7 -7
  157. package/ui/step/Line.js +11 -11
  158. package/ui/step/Step.d.ts +7 -7
  159. package/ui/step/Step.js +11 -11
  160. package/ui/table/Body.d.ts +7 -7
  161. package/ui/table/Body.js +31 -31
  162. package/ui/table/Data.d.ts +8 -8
  163. package/ui/table/Data.js +31 -31
  164. package/ui/table/Head.d.ts +7 -7
  165. package/ui/table/Head.js +31 -31
  166. package/ui/table/Row.d.ts +8 -8
  167. package/ui/table/Row.js +31 -31
  168. package/ui/table/Table.d.ts +15 -15
  169. package/ui/table/Table.js +43 -43
  170. package/ui/text/Text.d.ts +30 -30
  171. package/ui/text/Text.js +82 -82
  172. package/ui/theme/dark.d.ts +5 -5
  173. package/ui/theme/dark.js +34 -34
  174. package/ui/tooltip/Tip.js +56 -56
  175. package/ui/tooltip/ToolTip.d.ts +7 -7
  176. package/ui/tooltip/ToolTip.js +53 -53
@@ -1,113 +1,113 @@
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 */ Alert)
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/Alert.js
61
-
62
- function Alert(_ref) {
63
- var message = _ref.message,
64
- funcss = _ref.funcss,
65
- type = _ref.type,
66
- outlined = _ref.outlined,
67
- fixed = _ref.fixed,
68
- fullWidth = _ref.fullWidth,
69
- isLoading = _ref.isLoading,
70
- children = _ref.children;
71
- return /*#__PURE__*/external_react_default().createElement("div", null, outlined ? /*#__PURE__*/external_react_default().createElement("div", {
72
- style: {
73
- animation: " ".concat(0.3, "s ", "ScaleUp")
74
- },
75
- className: "alert ".concat(type, "-outline\n ").concat(fixed == "top-left" ? "top-left" : "", "\n ").concat(fixed == "top-right" ? "top-right" : "", "\n ").concat(fixed == "bottom-left" ? "bottom-left" : "", "\n ").concat(fixed == "bottom-right" ? "bottom-right" : "", " \n ").concat(fixed == "top-middle" ? "top-middle" : "", " \n ").concat(fixed == "bottom-middle" ? "bottom-middle" : "", " \n ").concat(fullWidth ? "width-100-p" : "", "\n ")
76
- }, /*#__PURE__*/external_react_default().createElement("div", {
77
- className: "alert-icon"
78
- }, !isLoading ? /*#__PURE__*/external_react_default().createElement("div", null, type === "success" && /*#__PURE__*/external_react_default().createElement("i", {
79
- className: "fa fa-check"
80
- }), type === "info" && /*#__PURE__*/external_react_default().createElement("i", {
81
- className: "fa fa-info-circle"
82
- }), type === "warning" && /*#__PURE__*/external_react_default().createElement("i", {
83
- className: "fa fa-exclamation-triangle"
84
- }), type === "danger" && /*#__PURE__*/external_react_default().createElement("i", {
85
- className: "far fa-times-circle"
86
- })) : /*#__PURE__*/external_react_default().createElement("i", {
87
- className: "fas fa-spinner fa-spin"
88
- })), /*#__PURE__*/external_react_default().createElement("div", {
89
- className: "alert-text"
90
- }, message ? message : children ? children : "")) : "", !outlined ? /*#__PURE__*/external_react_default().createElement("div", {
91
- style: {
92
- animation: " ".concat(0.3, "s ", "ScaleUp")
93
- },
94
- className: "alert ".concat(funcss, " ").concat(type, " \n").concat(fixed == "top-left" ? "top-left" : "", "\n ").concat(fixed == "top-right" ? "top-right" : "", "\n ").concat(fixed == "bottom-left" ? "bottom-left" : "", "\n ").concat(fixed == "bottom-right" ? "bottom-right" : "", " \n ").concat(fixed == "top-middle" ? "top-middle" : "", " \n ").concat(fixed == "bottom-middle" ? "bottom-middle" : "", " \n ").concat(fixed == "middle" ? "middle" : "", " \n ").concat(fullWidth ? "width-100-p" : "", "\n \n ")
95
- }, /*#__PURE__*/external_react_default().createElement("div", {
96
- className: "alert-icon"
97
- }, !isLoading ? /*#__PURE__*/external_react_default().createElement("div", null, type === "success" && /*#__PURE__*/external_react_default().createElement("i", {
98
- className: "fa fa-check"
99
- }), type === "info" && /*#__PURE__*/external_react_default().createElement("i", {
100
- className: "fa fa-info-circle"
101
- }), type === "warning" && /*#__PURE__*/external_react_default().createElement("i", {
102
- className: "fa fa-exclamation-triangle"
103
- }), type === "danger" && /*#__PURE__*/external_react_default().createElement("i", {
104
- className: "far fa-times-circle"
105
- })) : /*#__PURE__*/external_react_default().createElement("i", {
106
- className: "fas fa-spinner fa-spin"
107
- })), /*#__PURE__*/external_react_default().createElement("div", {
108
- className: "alert-text"
109
- }, message ? message : children ? children : "")) : "");
110
- }
111
- module.exports = __webpack_exports__;
112
- /******/ })()
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 */ Alert)
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/Alert.js
61
+
62
+ function Alert(_ref) {
63
+ var message = _ref.message,
64
+ funcss = _ref.funcss,
65
+ type = _ref.type,
66
+ outlined = _ref.outlined,
67
+ fixed = _ref.fixed,
68
+ fullWidth = _ref.fullWidth,
69
+ isLoading = _ref.isLoading,
70
+ children = _ref.children;
71
+ return /*#__PURE__*/external_react_default().createElement("div", null, outlined ? /*#__PURE__*/external_react_default().createElement("div", {
72
+ style: {
73
+ animation: " ".concat(0.3, "s ", "ScaleUp")
74
+ },
75
+ className: "alert ".concat(type, "-outline\n ").concat(fixed == "top-left" ? "top-left" : "", "\n ").concat(fixed == "top-right" ? "top-right" : "", "\n ").concat(fixed == "bottom-left" ? "bottom-left" : "", "\n ").concat(fixed == "bottom-right" ? "bottom-right" : "", " \n ").concat(fixed == "top-middle" ? "top-middle" : "", " \n ").concat(fixed == "bottom-middle" ? "bottom-middle" : "", " \n ").concat(fullWidth ? "width-100-p" : "", "\n ")
76
+ }, /*#__PURE__*/external_react_default().createElement("div", {
77
+ className: "alert-icon"
78
+ }, !isLoading ? /*#__PURE__*/external_react_default().createElement("div", null, type === "success" && /*#__PURE__*/external_react_default().createElement("i", {
79
+ className: "fa fa-check"
80
+ }), type === "info" && /*#__PURE__*/external_react_default().createElement("i", {
81
+ className: "fa fa-info-circle"
82
+ }), type === "warning" && /*#__PURE__*/external_react_default().createElement("i", {
83
+ className: "fa fa-exclamation-triangle"
84
+ }), type === "danger" && /*#__PURE__*/external_react_default().createElement("i", {
85
+ className: "far fa-times-circle"
86
+ })) : /*#__PURE__*/external_react_default().createElement("i", {
87
+ className: "fas fa-spinner fa-spin"
88
+ })), /*#__PURE__*/external_react_default().createElement("div", {
89
+ className: "alert-text"
90
+ }, message ? message : children ? children : "")) : "", !outlined ? /*#__PURE__*/external_react_default().createElement("div", {
91
+ style: {
92
+ animation: " ".concat(0.3, "s ", "ScaleUp")
93
+ },
94
+ className: "alert ".concat(funcss, " ").concat(type, " \n").concat(fixed == "top-left" ? "top-left" : "", "\n ").concat(fixed == "top-right" ? "top-right" : "", "\n ").concat(fixed == "bottom-left" ? "bottom-left" : "", "\n ").concat(fixed == "bottom-right" ? "bottom-right" : "", " \n ").concat(fixed == "top-middle" ? "top-middle" : "", " \n ").concat(fixed == "bottom-middle" ? "bottom-middle" : "", " \n ").concat(fixed == "middle" ? "middle" : "", " \n ").concat(fullWidth ? "width-100-p" : "", "\n \n ")
95
+ }, /*#__PURE__*/external_react_default().createElement("div", {
96
+ className: "alert-icon"
97
+ }, !isLoading ? /*#__PURE__*/external_react_default().createElement("div", null, type === "success" && /*#__PURE__*/external_react_default().createElement("i", {
98
+ className: "fa fa-check"
99
+ }), type === "info" && /*#__PURE__*/external_react_default().createElement("i", {
100
+ className: "fa fa-info-circle"
101
+ }), type === "warning" && /*#__PURE__*/external_react_default().createElement("i", {
102
+ className: "fa fa-exclamation-triangle"
103
+ }), type === "danger" && /*#__PURE__*/external_react_default().createElement("i", {
104
+ className: "far fa-times-circle"
105
+ })) : /*#__PURE__*/external_react_default().createElement("i", {
106
+ className: "fas fa-spinner fa-spin"
107
+ })), /*#__PURE__*/external_react_default().createElement("div", {
108
+ className: "alert-text"
109
+ }, message ? message : children ? children : "")) : "");
110
+ }
111
+ module.exports = __webpack_exports__;
112
+ /******/ })()
113
113
  ;
@@ -1,79 +1,79 @@
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 */ Avatar)
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/Avatar.js
61
-
62
- function Avatar(_ref) {
63
- var funcss = _ref.funcss,
64
- children = _ref.children,
65
- width = _ref.width,
66
- height = _ref.height,
67
- bg = _ref.bg,
68
- content = _ref.content;
69
- return /*#__PURE__*/external_react_default().createElement("div", {
70
- className: "avatar ".concat(funcss, " ").concat(bg),
71
- style: {
72
- width: "".concat(width ? width : "2.3rem"),
73
- height: "".concat(height ? height : "2.3rem")
74
- }
75
- }, /*#__PURE__*/external_react_default().createElement((external_react_default()).Fragment, null, content ? content : children));
76
- }
77
- module.exports = __webpack_exports__;
78
- /******/ })()
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 */ Avatar)
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/Avatar.js
61
+
62
+ function Avatar(_ref) {
63
+ var funcss = _ref.funcss,
64
+ children = _ref.children,
65
+ width = _ref.width,
66
+ height = _ref.height,
67
+ bg = _ref.bg,
68
+ content = _ref.content;
69
+ return /*#__PURE__*/external_react_default().createElement("div", {
70
+ className: "avatar ".concat(funcss, " ").concat(bg),
71
+ style: {
72
+ width: "".concat(width ? width : "2.3rem"),
73
+ height: "".concat(height ? height : "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
79
  ;
@@ -1,83 +1,83 @@
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
- /******/ })()
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
83
  ;