@helpdice/ui 2.5.8-beta.0 → 2.5.8
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/dist/auto-complete/index.js +549 -491
- package/dist/avatar/index.js +82 -45
- package/dist/badge/index.js +69 -27
- package/dist/breadcrumbs/index.js +107 -56
- package/dist/button/button.icon.d.ts +3 -15
- package/dist/button/button.small.d.ts +3 -15
- package/dist/button/index.js +143 -155
- package/dist/button-dropdown/index.js +96 -83
- package/dist/button-group/index.js +61 -21
- package/dist/capacity/index.js +61 -22
- package/dist/card/index.js +147 -123
- package/dist/carousal/index.js +349 -328
- package/dist/checkbox/index.js +72 -67
- package/dist/circular-progress/CircularProgress.d.ts +17 -0
- package/dist/circular-progress/index.d.ts +3 -4
- package/dist/circular-progress/index.js +713 -336
- package/dist/circular-progress/useCircularProgress.d.ts +12 -0
- package/dist/code/index.js +70 -26
- package/dist/col/index.js +61 -24
- package/dist/collapse/index.js +102 -52
- package/dist/container/index.js +187 -188
- package/dist/copy-to-clipboard/index.js +158 -208
- package/dist/description/index.js +64 -23
- package/dist/display/index.js +64 -23
- package/dist/divider/index.js +62 -22
- package/dist/dot/index.js +63 -23
- package/dist/drawer/index.js +74 -61
- package/dist/fieldset/index.js +127 -63
- package/dist/form/index.js +15 -40
- package/dist/grid/index.js +74 -29
- package/dist/html-renderer/index.js +3 -2
- package/dist/image/index.js +163 -104
- package/dist/index.d.ts +2 -1
- package/dist/index.js +4173 -3745
- package/dist/input/index.js +466 -419
- package/dist/keyboard/index.js +73 -29
- package/dist/linear-progress/index.js +27 -24
- package/dist/link/index.js +78 -36
- package/dist/list/index.js +118 -63
- package/dist/loadable/index.js +76 -27
- package/dist/loading/index.js +70 -29
- package/dist/menu/index.js +53 -47
- package/dist/modal/index.js +225 -178
- package/dist/note/index.js +64 -23
- package/dist/notetip/index.js +54 -45
- package/dist/notetip/note-tip.d.ts +2 -0
- package/dist/page/index.js +102 -51
- package/dist/pagination/index.js +180 -123
- package/dist/placeholder/index.js +545 -534
- package/dist/popover/index.js +94 -81
- package/dist/progress/index.js +66 -27
- package/dist/radio/index.js +94 -48
- package/dist/rating/index.js +78 -38
- package/dist/row/index.js +62 -25
- package/dist/search-bar/index.js +172 -162
- package/dist/select/index.js +364 -327
- package/dist/slider/index.js +91 -47
- package/dist/snippet/index.js +39 -39
- package/dist/spacer/index.js +58 -19
- package/dist/spinner/index.js +69 -28
- package/dist/swipe/index.js +28 -13
- package/dist/table/index.js +2217 -1973
- package/dist/table/table-body.d.ts +4 -2
- package/dist/table/table-cell.d.ts +4 -2
- package/dist/table/table-types.d.ts +2 -0
- package/dist/table/table.d.ts +4 -1
- package/dist/tabs/index.js +61 -59
- package/dist/tag/index.js +16 -20
- package/dist/text/index.js +178 -180
- package/dist/textarea/index.js +220 -214
- package/dist/toggle/index.js +75 -33
- package/dist/tooltip/index.d.ts +1 -2
- package/dist/tooltip/index.js +59 -52
- package/dist/tooltip/tooltip-content.d.ts +1 -1
- package/dist/tooltip/tooltip.d.ts +2 -1
- package/dist/tree/index.js +176 -115
- package/dist/use-scale/index.js +50 -13
- package/dist/user/index.js +146 -96
- package/esm/button/button.icon.d.ts +3 -15
- package/esm/button/button.icon.js +22 -22
- package/esm/button/button.js +4 -4
- package/esm/button/button.small.d.ts +3 -15
- package/esm/button/button.small.js +20 -21
- package/esm/circular-progress/CircularProgress.d.ts +17 -0
- package/esm/circular-progress/CircularProgress.js +110 -0
- package/esm/circular-progress/index.d.ts +3 -4
- package/esm/circular-progress/index.js +3 -4
- package/esm/circular-progress/useCircularProgress.d.ts +12 -0
- package/esm/circular-progress/useCircularProgress.js +35 -0
- package/esm/index.d.ts +2 -1
- package/esm/index.js +1 -1
- package/esm/list/list-item.js +11 -11
- package/esm/notetip/note-tip.d.ts +2 -0
- package/esm/notetip/note-tip.js +8 -5
- package/esm/skeleton/index.js +9 -4
- package/esm/table/table-body.d.ts +4 -2
- package/esm/table/table-body.js +9 -4
- package/esm/table/table-cell.d.ts +4 -2
- package/esm/table/table-cell.js +19 -3
- package/esm/table/table-types.d.ts +2 -0
- package/esm/table/table.d.ts +4 -1
- package/esm/table/table.js +13 -6
- package/esm/tooltip/index.d.ts +1 -2
- package/esm/tooltip/tooltip-content.d.ts +1 -1
- package/esm/tooltip/tooltip-content.js +5 -5
- package/esm/tooltip/tooltip.d.ts +2 -1
- package/esm/tooltip/tooltip.js +6 -5
- package/package.json +3 -3
- package/dist/circular-progress/CircularProgressbar.d.ts +0 -10
- package/dist/circular-progress/CircularProgressbarWithChildren.d.ts +0 -7
- package/dist/circular-progress/Path.d.ts +0 -9
- package/dist/circular-progress/buildStyles.d.ts +0 -12
- package/dist/circular-progress/constants.d.ts +0 -5
- package/dist/circular-progress/types.d.ts +0 -50
- package/esm/circular-progress/CircularProgressbar.d.ts +0 -10
- package/esm/circular-progress/CircularProgressbar.js +0 -118
- package/esm/circular-progress/CircularProgressbarWithChildren.d.ts +0 -7
- package/esm/circular-progress/CircularProgressbarWithChildren.js +0 -32
- package/esm/circular-progress/Path.d.ts +0 -9
- package/esm/circular-progress/Path.js +0 -52
- package/esm/circular-progress/buildStyles.d.ts +0 -12
- package/esm/circular-progress/buildStyles.js +0 -45
- package/esm/circular-progress/constants.d.ts +0 -5
- package/esm/circular-progress/constants.js +0 -5
- package/esm/circular-progress/types.d.ts +0 -50
- package/esm/circular-progress/types.js +0 -1
package/dist/note/index.js
CHANGED
|
@@ -4,6 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
6
|
var theme = require('@helpdice/theme');
|
|
7
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
7
8
|
|
|
8
9
|
function _arrayLikeToArray(r, a) {
|
|
9
10
|
(null == a || a > r.length) && (a = r.length);
|
|
@@ -58,14 +59,34 @@ function _createForOfIteratorHelper(r, e) {
|
|
|
58
59
|
}
|
|
59
60
|
};
|
|
60
61
|
}
|
|
61
|
-
function
|
|
62
|
-
return
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
62
|
+
function _defineProperty(e, r, t) {
|
|
63
|
+
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
64
|
+
value: t,
|
|
65
|
+
enumerable: true,
|
|
66
|
+
configurable: true,
|
|
67
|
+
writable: true
|
|
68
|
+
}) : e[r] = t, e;
|
|
69
|
+
}
|
|
70
|
+
function ownKeys(e, r) {
|
|
71
|
+
var t = Object.keys(e);
|
|
72
|
+
if (Object.getOwnPropertySymbols) {
|
|
73
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
74
|
+
r && (o = o.filter(function (r) {
|
|
75
|
+
return Object.getOwnPropertyDescriptor(e, r).enumerable;
|
|
76
|
+
})), t.push.apply(t, o);
|
|
77
|
+
}
|
|
78
|
+
return t;
|
|
79
|
+
}
|
|
80
|
+
function _objectSpread2(e) {
|
|
81
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
82
|
+
var t = null != arguments[r] ? arguments[r] : {};
|
|
83
|
+
r % 2 ? ownKeys(Object(t), true).forEach(function (r) {
|
|
84
|
+
_defineProperty(e, r, t[r]);
|
|
85
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
|
|
86
|
+
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
return e;
|
|
69
90
|
}
|
|
70
91
|
function _objectWithoutProperties(e, t) {
|
|
71
92
|
if (null == e) return {};
|
|
@@ -87,6 +108,20 @@ function _objectWithoutPropertiesLoose(r, e) {
|
|
|
87
108
|
}
|
|
88
109
|
return t;
|
|
89
110
|
}
|
|
111
|
+
function _toPrimitive(t, r) {
|
|
112
|
+
if ("object" != typeof t || !t) return t;
|
|
113
|
+
var e = t[Symbol.toPrimitive];
|
|
114
|
+
if (void 0 !== e) {
|
|
115
|
+
var i = e.call(t, r);
|
|
116
|
+
if ("object" != typeof i) return i;
|
|
117
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
118
|
+
}
|
|
119
|
+
return ("string" === r ? String : Number)(t);
|
|
120
|
+
}
|
|
121
|
+
function _toPropertyKey(t) {
|
|
122
|
+
var i = _toPrimitive(t, "string");
|
|
123
|
+
return "symbol" == typeof i ? i : i + "";
|
|
124
|
+
}
|
|
90
125
|
function _unsupportedIterableToArray(r, a) {
|
|
91
126
|
if (r) {
|
|
92
127
|
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
@@ -810,11 +845,13 @@ var withScale = function withScale(Render) {
|
|
|
810
845
|
getScaleProps: generateGetScaleProps(props),
|
|
811
846
|
getAllScaleProps: generateGetAllScaleProps(props)
|
|
812
847
|
};
|
|
813
|
-
return /*#__PURE__*/
|
|
814
|
-
value: value
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
848
|
+
return /*#__PURE__*/jsxRuntime.jsx(ScaleContext.Provider, {
|
|
849
|
+
value: value,
|
|
850
|
+
children: /*#__PURE__*/jsxRuntime.jsx(Render, _objectSpread2(_objectSpread2({}, props), {}, {
|
|
851
|
+
ref: ref,
|
|
852
|
+
children: children
|
|
853
|
+
}))
|
|
854
|
+
});
|
|
818
855
|
});
|
|
819
856
|
ScaleFC.displayName = "Scale".concat(Render.displayName || 'Wrapper');
|
|
820
857
|
return ScaleFC;
|
|
@@ -861,16 +898,20 @@ var NoteComponent = function NoteComponent(_ref) {
|
|
|
861
898
|
color = _useMemo.color,
|
|
862
899
|
borderColor = _useMemo.borderColor,
|
|
863
900
|
bgColor = _useMemo.bgColor;
|
|
864
|
-
return /*#__PURE__*/
|
|
865
|
-
className: _JSXStyle.dynamic([["1082065680", [borderColor, color, bgColor, theme$1.layout.radius, SCALES.font(0.875), SCALES.width(1, 'auto'), SCALES.height(1, 'auto'), SCALES.pt(0.667), SCALES.pr(1.32), SCALES.pb(0.667), SCALES.pl(1.32), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]) + " " + (props && props.className != null && props.className || theme.useClasses('note', className) || "")
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
901
|
+
return /*#__PURE__*/jsxRuntime.jsxs("div", _objectSpread2(_objectSpread2({}, props), {}, {
|
|
902
|
+
className: _JSXStyle.dynamic([["1082065680", [borderColor, color, bgColor, theme$1.layout.radius, SCALES.font(0.875), SCALES.width(1, 'auto'), SCALES.height(1, 'auto'), SCALES.pt(0.667), SCALES.pr(1.32), SCALES.pb(0.667), SCALES.pl(1.32), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]) + " " + (props && props.className != null && props.className || theme.useClasses('note', className) || ""),
|
|
903
|
+
children: [label && /*#__PURE__*/jsxRuntime.jsx("span", {
|
|
904
|
+
className: _JSXStyle.dynamic([["1082065680", [borderColor, color, bgColor, theme$1.layout.radius, SCALES.font(0.875), SCALES.width(1, 'auto'), SCALES.height(1, 'auto'), SCALES.pt(0.667), SCALES.pr(1.32), SCALES.pb(0.667), SCALES.pl(1.32), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]) + " " + "label",
|
|
905
|
+
children: /*#__PURE__*/jsxRuntime.jsxs("b", {
|
|
906
|
+
className: _JSXStyle.dynamic([["1082065680", [borderColor, color, bgColor, theme$1.layout.radius, SCALES.font(0.875), SCALES.width(1, 'auto'), SCALES.height(1, 'auto'), SCALES.pt(0.667), SCALES.pr(1.32), SCALES.pb(0.667), SCALES.pl(1.32), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]),
|
|
907
|
+
children: [label, ":"]
|
|
908
|
+
})
|
|
909
|
+
}), children, /*#__PURE__*/jsxRuntime.jsx(_JSXStyle, {
|
|
910
|
+
id: "1082065680",
|
|
911
|
+
dynamic: [borderColor, color, bgColor, theme$1.layout.radius, SCALES.font(0.875), SCALES.width(1, 'auto'), SCALES.height(1, 'auto'), SCALES.pt(0.667), SCALES.pr(1.32), SCALES.pb(0.667), SCALES.pl(1.32), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)],
|
|
912
|
+
children: ".note.__jsx-style-dynamic-selector{line-height:1.8;border:1px solid ".concat(borderColor, ";color:").concat(color, ";background-color:").concat(bgColor, ";border-radius:").concat(theme$1.layout.radius, ";font-size:").concat(SCALES.font(0.875), ";width:").concat(SCALES.width(1, 'auto'), ";height:").concat(SCALES.height(1, 'auto'), ";padding:").concat(SCALES.pt(0.667), " ").concat(SCALES.pr(1.32), " ").concat(SCALES.pb(0.667), " ").concat(SCALES.pl(1.32), ";margin:").concat(SCALES.mt(0), " ").concat(SCALES.mr(0), " ").concat(SCALES.mb(0), " ").concat(SCALES.ml(0), ";}.note.__jsx-style-dynamic-selector p{margin:0;}.label.__jsx-style-dynamic-selector{text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:1.5;padding-right:0.38em;}")
|
|
913
|
+
})]
|
|
914
|
+
}));
|
|
874
915
|
};
|
|
875
916
|
NoteComponent.displayName = 'Note';
|
|
876
917
|
var Note = withScale(NoteComponent);
|
package/dist/notetip/index.js
CHANGED
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var require$$1 = require('react');
|
|
6
6
|
var reactDom = require('react-dom');
|
|
7
7
|
var theme = require('@helpdice/theme');
|
|
8
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
8
9
|
|
|
9
10
|
function _arrayLikeToArray(r, a) {
|
|
10
11
|
(null == a || a > r.length) && (a = r.length);
|
|
@@ -63,11 +64,11 @@ var hasRequiredIndex;
|
|
|
63
64
|
function requireIndex () {
|
|
64
65
|
if (hasRequiredIndex) return index;
|
|
65
66
|
hasRequiredIndex = 1;
|
|
66
|
-
var React
|
|
67
|
+
var React = require$$1;
|
|
67
68
|
|
|
68
69
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
69
70
|
|
|
70
|
-
var React__default = /*#__PURE__*/_interopDefaultLegacy(React
|
|
71
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
71
72
|
|
|
72
73
|
/*
|
|
73
74
|
Based on Glamor's sheet
|
|
@@ -503,15 +504,15 @@ function requireIndex () {
|
|
|
503
504
|
throw new Error("StyleSheetRegistry: " + message + ".");
|
|
504
505
|
}
|
|
505
506
|
}
|
|
506
|
-
var StyleSheetContext = /*#__PURE__*/ React
|
|
507
|
+
var StyleSheetContext = /*#__PURE__*/ React.createContext(null);
|
|
507
508
|
StyleSheetContext.displayName = "StyleSheetContext";
|
|
508
509
|
function createStyleRegistry() {
|
|
509
510
|
return new StyleSheetRegistry();
|
|
510
511
|
}
|
|
511
512
|
function StyleRegistry(param) {
|
|
512
513
|
var configuredRegistry = param.registry, children = param.children;
|
|
513
|
-
var rootRegistry = React
|
|
514
|
-
var ref = React
|
|
514
|
+
var rootRegistry = React.useContext(StyleSheetContext);
|
|
515
|
+
var ref = React.useState(function() {
|
|
515
516
|
return rootRegistry || configuredRegistry || createStyleRegistry();
|
|
516
517
|
}), registry = ref[0];
|
|
517
518
|
return /*#__PURE__*/ React__default["default"].createElement(StyleSheetContext.Provider, {
|
|
@@ -519,16 +520,16 @@ function requireIndex () {
|
|
|
519
520
|
}, children);
|
|
520
521
|
}
|
|
521
522
|
function useStyleRegistry() {
|
|
522
|
-
return React
|
|
523
|
+
return React.useContext(StyleSheetContext);
|
|
523
524
|
}
|
|
524
525
|
|
|
525
526
|
// Opt-into the new `useInsertionEffect` API in React 18, fallback to `useLayoutEffect`.
|
|
526
527
|
// https://github.com/reactwg/react-18/discussions/110
|
|
527
|
-
var useInsertionEffect = React__default["default"].useInsertionEffect || React
|
|
528
|
+
var useInsertionEffect = React__default["default"].useInsertionEffect || React.useLayoutEffect;
|
|
528
529
|
var defaultRegistry = typeof window !== "undefined" ? createStyleRegistry() : undefined;
|
|
529
530
|
function JSXStyle(props) {
|
|
530
531
|
var registry = defaultRegistry ? defaultRegistry : useStyleRegistry();
|
|
531
|
-
var insertionEffectCalled = React
|
|
532
|
+
var insertionEffectCalled = React.useRef(false);
|
|
532
533
|
// `registry` might not exist while server-side rendering
|
|
533
534
|
if (!registry) {
|
|
534
535
|
return null;
|
|
@@ -552,7 +553,7 @@ function requireIndex () {
|
|
|
552
553
|
props.id,
|
|
553
554
|
String(props.dynamic)
|
|
554
555
|
]);
|
|
555
|
-
React
|
|
556
|
+
React.useLayoutEffect(function() {
|
|
556
557
|
if (!document.head || insertionEffectCalled.current) {
|
|
557
558
|
return;
|
|
558
559
|
}
|
|
@@ -606,26 +607,29 @@ var Notetip = function Notetip(_ref) {
|
|
|
606
607
|
_ref$duration = _ref.duration,
|
|
607
608
|
duration = _ref$duration === void 0 ? 200 : _ref$duration,
|
|
608
609
|
_ref$animation = _ref.animation,
|
|
609
|
-
animation = _ref$animation === void 0 ? 'fade' : _ref$animation
|
|
610
|
+
animation = _ref$animation === void 0 ? 'fade' : _ref$animation,
|
|
611
|
+
_ref$disabled = _ref.disabled,
|
|
612
|
+
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
613
|
+
className = _ref.className;
|
|
610
614
|
var theme$1 = theme.useTheme();
|
|
611
|
-
var referenceRef =
|
|
612
|
-
var tooltipRef =
|
|
613
|
-
var _useState =
|
|
615
|
+
var referenceRef = require$$1.useRef(null);
|
|
616
|
+
var tooltipRef = require$$1.useRef(null);
|
|
617
|
+
var _useState = require$$1.useState(false),
|
|
614
618
|
_useState2 = _slicedToArray(_useState, 2),
|
|
615
619
|
open = _useState2[0],
|
|
616
620
|
setOpen = _useState2[1];
|
|
617
|
-
var _useState3 =
|
|
621
|
+
var _useState3 = require$$1.useState(false),
|
|
618
622
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
619
623
|
show = _useState4[0],
|
|
620
624
|
setShow = _useState4[1];
|
|
621
|
-
var _useState5 =
|
|
625
|
+
var _useState5 = require$$1.useState({
|
|
622
626
|
top: 0,
|
|
623
627
|
left: 0
|
|
624
628
|
}),
|
|
625
629
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
626
630
|
coords = _useState6[0],
|
|
627
631
|
setCoords = _useState6[1];
|
|
628
|
-
|
|
632
|
+
require$$1.useEffect(function () {
|
|
629
633
|
var timer;
|
|
630
634
|
if (open) timer = setTimeout(function () {
|
|
631
635
|
return setShow(true);
|
|
@@ -634,7 +638,7 @@ var Notetip = function Notetip(_ref) {
|
|
|
634
638
|
return clearTimeout(timer);
|
|
635
639
|
};
|
|
636
640
|
}, [open, delay]);
|
|
637
|
-
|
|
641
|
+
require$$1.useLayoutEffect(function () {
|
|
638
642
|
if (!show || !referenceRef.current || !tooltipRef.current) return;
|
|
639
643
|
var refRect = referenceRef.current.getBoundingClientRect();
|
|
640
644
|
var tipRect = tooltipRef.current.getBoundingClientRect();
|
|
@@ -668,34 +672,39 @@ var Notetip = function Notetip(_ref) {
|
|
|
668
672
|
left: left
|
|
669
673
|
});
|
|
670
674
|
}, [show, placement]);
|
|
671
|
-
return /*#__PURE__*/
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
},
|
|
679
|
-
onTouchStart: function onTouchStart() {
|
|
680
|
-
setOpen(true);
|
|
681
|
-
setTimeout(function () {
|
|
675
|
+
return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
676
|
+
children: [/*#__PURE__*/jsxRuntime.jsx("div", {
|
|
677
|
+
ref: referenceRef,
|
|
678
|
+
onMouseEnter: function onMouseEnter() {
|
|
679
|
+
return setOpen(true);
|
|
680
|
+
},
|
|
681
|
+
onMouseLeave: function onMouseLeave() {
|
|
682
682
|
return setOpen(false);
|
|
683
|
-
},
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
683
|
+
},
|
|
684
|
+
onTouchStart: function onTouchStart() {
|
|
685
|
+
setOpen(true);
|
|
686
|
+
setTimeout(function () {
|
|
687
|
+
return setOpen(false);
|
|
688
|
+
}, 2000);
|
|
689
|
+
},
|
|
690
|
+
className: _JSXStyle.dynamic([["633836393", [theme$1.palette.accents_1, duration, duration, duration]]]) + " " + (theme.useClasses('', className) || ""),
|
|
691
|
+
children: children
|
|
692
|
+
}), show && !disabled ? /*#__PURE__*/reactDom.createPortal(/*#__PURE__*/jsxRuntime.jsx("div", {
|
|
693
|
+
ref: tooltipRef,
|
|
694
|
+
style: {
|
|
695
|
+
position: 'fixed',
|
|
696
|
+
top: coords.top,
|
|
697
|
+
left: coords.left,
|
|
698
|
+
transitionDuration: "".concat(duration, "ms")
|
|
699
|
+
},
|
|
700
|
+
className: _JSXStyle.dynamic([["633836393", [theme$1.palette.accents_1, duration, duration, duration]]]) + " " + "tooltip-box ".concat(animation),
|
|
701
|
+
children: text
|
|
702
|
+
}), document.body) : null, /*#__PURE__*/jsxRuntime.jsx(_JSXStyle, {
|
|
703
|
+
id: "633836393",
|
|
704
|
+
dynamic: [theme$1.palette.accents_1, duration, duration, duration],
|
|
705
|
+
children: ".tooltip-box.__jsx-style-dynamic-selector{background:".concat(theme$1.palette.accents_1, ";padding:4px 10px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:9999;opacity:0;}.fade.__jsx-style-dynamic-selector{-webkit-animation:fadeIn-__jsx-style-dynamic-selector ").concat(duration, "ms ease forwards;animation:fadeIn-__jsx-style-dynamic-selector ").concat(duration, "ms ease forwards;}.scale.__jsx-style-dynamic-selector{-webkit-animation:scaleIn-__jsx-style-dynamic-selector ").concat(duration, "ms ease forwards;animation:scaleIn-__jsx-style-dynamic-selector ").concat(duration, "ms ease forwards;}.slide.__jsx-style-dynamic-selector{-webkit-animation:slideIn-__jsx-style-dynamic-selector ").concat(duration, "ms ease forwards;animation:slideIn-__jsx-style-dynamic-selector ").concat(duration, "ms ease forwards;}@-webkit-keyframes fadeIn-__jsx-style-dynamic-selector{to{opacity:1;}}@keyframes fadeIn-__jsx-style-dynamic-selector{to{opacity:1;}}@-webkit-keyframes scaleIn-__jsx-style-dynamic-selector{from{opacity:0;-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);}to{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}@keyframes scaleIn-__jsx-style-dynamic-selector{from{opacity:0;-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);}to{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}@-webkit-keyframes slideIn-__jsx-style-dynamic-selector{from{opacity:0;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px);}to{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}@keyframes slideIn-__jsx-style-dynamic-selector{from{opacity:0;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px);}to{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}")
|
|
706
|
+
})]
|
|
707
|
+
});
|
|
699
708
|
};
|
|
700
709
|
|
|
701
710
|
exports.default = Notetip;
|
package/dist/page/index.js
CHANGED
|
@@ -4,6 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
6
|
var theme = require('@helpdice/theme');
|
|
7
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
7
8
|
|
|
8
9
|
function _arrayLikeToArray(r, a) {
|
|
9
10
|
(null == a || a > r.length) && (a = r.length);
|
|
@@ -61,14 +62,13 @@ function _createForOfIteratorHelper(r, e) {
|
|
|
61
62
|
}
|
|
62
63
|
};
|
|
63
64
|
}
|
|
64
|
-
function
|
|
65
|
-
return
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}, _extends.apply(null, arguments);
|
|
65
|
+
function _defineProperty(e, r, t) {
|
|
66
|
+
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
67
|
+
value: t,
|
|
68
|
+
enumerable: true,
|
|
69
|
+
configurable: true,
|
|
70
|
+
writable: true
|
|
71
|
+
}) : e[r] = t, e;
|
|
72
72
|
}
|
|
73
73
|
function _iterableToArrayLimit(r, l) {
|
|
74
74
|
var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
@@ -97,6 +97,27 @@ function _iterableToArrayLimit(r, l) {
|
|
|
97
97
|
function _nonIterableRest() {
|
|
98
98
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
99
99
|
}
|
|
100
|
+
function ownKeys(e, r) {
|
|
101
|
+
var t = Object.keys(e);
|
|
102
|
+
if (Object.getOwnPropertySymbols) {
|
|
103
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
104
|
+
r && (o = o.filter(function (r) {
|
|
105
|
+
return Object.getOwnPropertyDescriptor(e, r).enumerable;
|
|
106
|
+
})), t.push.apply(t, o);
|
|
107
|
+
}
|
|
108
|
+
return t;
|
|
109
|
+
}
|
|
110
|
+
function _objectSpread2(e) {
|
|
111
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
112
|
+
var t = null != arguments[r] ? arguments[r] : {};
|
|
113
|
+
r % 2 ? ownKeys(Object(t), true).forEach(function (r) {
|
|
114
|
+
_defineProperty(e, r, t[r]);
|
|
115
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
|
|
116
|
+
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
|
|
117
|
+
});
|
|
118
|
+
}
|
|
119
|
+
return e;
|
|
120
|
+
}
|
|
100
121
|
function _objectWithoutProperties(e, t) {
|
|
101
122
|
if (null == e) return {};
|
|
102
123
|
var o,
|
|
@@ -120,6 +141,20 @@ function _objectWithoutPropertiesLoose(r, e) {
|
|
|
120
141
|
function _slicedToArray(r, e) {
|
|
121
142
|
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
|
|
122
143
|
}
|
|
144
|
+
function _toPrimitive(t, r) {
|
|
145
|
+
if ("object" != typeof t || !t) return t;
|
|
146
|
+
var e = t[Symbol.toPrimitive];
|
|
147
|
+
if (void 0 !== e) {
|
|
148
|
+
var i = e.call(t, r);
|
|
149
|
+
if ("object" != typeof i) return i;
|
|
150
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
151
|
+
}
|
|
152
|
+
return ("string" === r ? String : Number)(t);
|
|
153
|
+
}
|
|
154
|
+
function _toPropertyKey(t) {
|
|
155
|
+
var i = _toPrimitive(t, "string");
|
|
156
|
+
return "symbol" == typeof i ? i : i + "";
|
|
157
|
+
}
|
|
123
158
|
function _unsupportedIterableToArray(r, a) {
|
|
124
159
|
if (r) {
|
|
125
160
|
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
@@ -865,11 +900,13 @@ var withScale = function withScale(Render) {
|
|
|
865
900
|
getScaleProps: generateGetScaleProps(props),
|
|
866
901
|
getAllScaleProps: generateGetAllScaleProps(props)
|
|
867
902
|
};
|
|
868
|
-
return /*#__PURE__*/
|
|
869
|
-
value: value
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
903
|
+
return /*#__PURE__*/jsxRuntime.jsx(ScaleContext.Provider, {
|
|
904
|
+
value: value,
|
|
905
|
+
children: /*#__PURE__*/jsxRuntime.jsx(Render, _objectSpread2(_objectSpread2({}, props), {}, {
|
|
906
|
+
ref: ref,
|
|
907
|
+
children: children
|
|
908
|
+
}))
|
|
909
|
+
});
|
|
873
910
|
});
|
|
874
911
|
ScaleFC.displayName = "Scale".concat(Render.displayName || 'Wrapper');
|
|
875
912
|
return ScaleFC;
|
|
@@ -883,12 +920,14 @@ var PageContentComponent = function PageContentComponent(_ref) {
|
|
|
883
920
|
props = _objectWithoutProperties(_ref, _excluded$3);
|
|
884
921
|
var _useScale = useScale(),
|
|
885
922
|
SCALES = _useScale.SCALES;
|
|
886
|
-
return /*#__PURE__*/
|
|
887
|
-
className: _JSXStyle.dynamic([["3887979816", [SCALES.font(1), SCALES.width(1, '100%'), SCALES.height(1, '100%'), SCALES.pt(3.125), SCALES.pr(0), SCALES.pb(3.125), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]) + " " + (props && props.className != null && props.className || className || "")
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
923
|
+
return /*#__PURE__*/jsxRuntime.jsxs("main", _objectSpread2(_objectSpread2({}, props), {}, {
|
|
924
|
+
className: _JSXStyle.dynamic([["3887979816", [SCALES.font(1), SCALES.width(1, '100%'), SCALES.height(1, '100%'), SCALES.pt(3.125), SCALES.pr(0), SCALES.pb(3.125), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]) + " " + (props && props.className != null && props.className || className || ""),
|
|
925
|
+
children: [children, /*#__PURE__*/jsxRuntime.jsx(_JSXStyle, {
|
|
926
|
+
id: "3887979816",
|
|
927
|
+
dynamic: [SCALES.font(1), SCALES.width(1, '100%'), SCALES.height(1, '100%'), SCALES.pt(3.125), SCALES.pr(0), SCALES.pb(3.125), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)],
|
|
928
|
+
children: "main.__jsx-style-dynamic-selector{font-size:".concat(SCALES.font(1), ";width:").concat(SCALES.width(1, '100%'), ";height:").concat(SCALES.height(1, '100%'), ";padding:").concat(SCALES.pt(3.125), " ").concat(SCALES.pr(0), " ").concat(SCALES.pb(3.125), " ").concat(SCALES.pl(0), ";margin:").concat(SCALES.mt(0), " ").concat(SCALES.mr(0), " ").concat(SCALES.mb(0), " ").concat(SCALES.ml(0), ";}")
|
|
929
|
+
})]
|
|
930
|
+
}));
|
|
892
931
|
};
|
|
893
932
|
PageContentComponent.displayName = 'PageContent';
|
|
894
933
|
var PageContent = withScale(PageContentComponent);
|
|
@@ -904,12 +943,14 @@ var DotStyles = function DotStyles(_ref) {
|
|
|
904
943
|
size: "calc(".concat(dotSpace, " * 50px)")
|
|
905
944
|
};
|
|
906
945
|
}, [dotSpace]);
|
|
907
|
-
return /*#__PURE__*/
|
|
908
|
-
className: _JSXStyle.dynamic([["934717826", [dotSize, dotSize, background.position, background.position, background.size, background.size]]])
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
946
|
+
return /*#__PURE__*/jsxRuntime.jsx("span", {
|
|
947
|
+
className: _JSXStyle.dynamic([["934717826", [dotSize, dotSize, background.position, background.position, background.size, background.size]]]),
|
|
948
|
+
children: /*#__PURE__*/jsxRuntime.jsx(_JSXStyle, {
|
|
949
|
+
id: "934717826",
|
|
950
|
+
dynamic: [dotSize, dotSize, background.position, background.position, background.size, background.size],
|
|
951
|
+
children: "body{background-image:radial-gradient(#e3e3e3 ".concat(dotSize, ",transparent 0), radial-gradient(#e3e3e3 ").concat(dotSize, ",transparent 0);background-position:0 0,").concat(background.position, " ").concat(background.position, ";background-attachment:fixed;background-size:").concat(background.size, " ").concat(background.size, ";}")
|
|
952
|
+
})
|
|
953
|
+
});
|
|
913
954
|
};
|
|
914
955
|
var PageComponent = function PageComponent(_ref2) {
|
|
915
956
|
var children = _ref2.children,
|
|
@@ -940,23 +981,29 @@ var PageComponent = function PageComponent(_ref2) {
|
|
|
940
981
|
if (preventRender) {
|
|
941
982
|
var renderSEO = render === 'effect-seo';
|
|
942
983
|
if (!renderSEO) return null;
|
|
943
|
-
return /*#__PURE__*/
|
|
984
|
+
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
944
985
|
"aria-hidden": "true",
|
|
945
|
-
className: "jsx-3942095687" + " " + "hidden"
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
986
|
+
className: "jsx-3942095687" + " " + "hidden",
|
|
987
|
+
children: [children, /*#__PURE__*/jsxRuntime.jsx(_JSXStyle, {
|
|
988
|
+
id: "3942095687",
|
|
989
|
+
children: ".hidden.jsx-3942095687{opacity:0;display:none;}"
|
|
990
|
+
})]
|
|
991
|
+
});
|
|
949
992
|
}
|
|
950
993
|
var hasContent = hasChild(children, PageContent);
|
|
951
|
-
return /*#__PURE__*/
|
|
952
|
-
className: _JSXStyle.dynamic([["1515698274", [SCALES.font(1), SCALES.width(1, 'calc(100% - 100pt)'), SCALES.height(1, 'auto'), SCALES.pt(0), SCALES.pr(1.34), SCALES.pb(0), SCALES.pl(1.34), SCALES.mt(0), SCALES.mr(0, 'auto'), SCALES.mb(0), SCALES.ml(0, 'auto')]]]) + " " + (props && props.className != null && props.className || className || "")
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
994
|
+
return /*#__PURE__*/jsxRuntime.jsxs("section", _objectSpread2(_objectSpread2({}, props), {}, {
|
|
995
|
+
className: _JSXStyle.dynamic([["1515698274", [SCALES.font(1), SCALES.width(1, 'calc(100% - 100pt)'), SCALES.height(1, 'auto'), SCALES.pt(0), SCALES.pr(1.34), SCALES.pb(0), SCALES.pl(1.34), SCALES.mt(0), SCALES.mr(0, 'auto'), SCALES.mb(0), SCALES.ml(0, 'auto')]]]) + " " + (props && props.className != null && props.className || className || ""),
|
|
996
|
+
children: [hasContent ? children : /*#__PURE__*/jsxRuntime.jsx(PageContent, {
|
|
997
|
+
children: children
|
|
998
|
+
}), showDot && /*#__PURE__*/jsxRuntime.jsx(DotStyles, {
|
|
999
|
+
dotSize: dotSize,
|
|
1000
|
+
dotSpace: dotSpace
|
|
1001
|
+
}), /*#__PURE__*/jsxRuntime.jsx(_JSXStyle, {
|
|
1002
|
+
id: "1515698274",
|
|
1003
|
+
dynamic: [SCALES.font(1), SCALES.width(1, 'calc(100% - 100pt)'), SCALES.height(1, 'auto'), SCALES.pt(0), SCALES.pr(1.34), SCALES.pb(0), SCALES.pl(1.34), SCALES.mt(0), SCALES.mr(0, 'auto'), SCALES.mb(0), SCALES.ml(0, 'auto')],
|
|
1004
|
+
children: "section.__jsx-style-dynamic-selector{max-width:100vw;min-height:100vh;box-sizing:border-box;position:relative;font-size:".concat(SCALES.font(1), ";width:").concat(SCALES.width(1, 'calc(100% - 100pt)'), ";height:").concat(SCALES.height(1, 'auto'), ";padding:").concat(SCALES.pt(0), " ").concat(SCALES.pr(1.34), " ").concat(SCALES.pb(0), " ").concat(SCALES.pl(1.34), ";margin:").concat(SCALES.mt(0), " ").concat(SCALES.mr(0, 'auto'), " ").concat(SCALES.mb(0), " ").concat(SCALES.ml(0, 'auto'), ";}")
|
|
1005
|
+
})]
|
|
1006
|
+
}));
|
|
960
1007
|
};
|
|
961
1008
|
PageComponent.displayName = 'Page';
|
|
962
1009
|
var Page = withScale(PageComponent);
|
|
@@ -974,12 +1021,14 @@ var PageHeaderComponent = function PageHeaderComponent(_ref) {
|
|
|
974
1021
|
var classes = theme.useClasses({
|
|
975
1022
|
center: center
|
|
976
1023
|
}, className);
|
|
977
|
-
return /*#__PURE__*/
|
|
978
|
-
className: _JSXStyle.dynamic([["3053482948", [SCALES.font(1), SCALES.width(1, '100%'), SCALES.height(1, 'auto'), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]) + " " + (props && props.className != null && props.className || classes || "")
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
1024
|
+
return /*#__PURE__*/jsxRuntime.jsxs("header", _objectSpread2(_objectSpread2({}, props), {}, {
|
|
1025
|
+
className: _JSXStyle.dynamic([["3053482948", [SCALES.font(1), SCALES.width(1, '100%'), SCALES.height(1, 'auto'), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]) + " " + (props && props.className != null && props.className || classes || ""),
|
|
1026
|
+
children: [children, /*#__PURE__*/jsxRuntime.jsx(_JSXStyle, {
|
|
1027
|
+
id: "3053482948",
|
|
1028
|
+
dynamic: [SCALES.font(1), SCALES.width(1, '100%'), SCALES.height(1, 'auto'), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)],
|
|
1029
|
+
children: "header.__jsx-style-dynamic-selector{font-size:".concat(SCALES.font(1), ";width:").concat(SCALES.width(1, '100%'), ";height:").concat(SCALES.height(1, 'auto'), ";padding:").concat(SCALES.pt(0), " ").concat(SCALES.pr(0), " ").concat(SCALES.pb(0), " ").concat(SCALES.pl(0), ";margin:").concat(SCALES.mt(0), " ").concat(SCALES.mr(0), " ").concat(SCALES.mb(0), " ").concat(SCALES.ml(0), ";}.center.__jsx-style-dynamic-selector{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}")
|
|
1030
|
+
})]
|
|
1031
|
+
}));
|
|
983
1032
|
};
|
|
984
1033
|
PageHeaderComponent.displayName = 'PageHeader';
|
|
985
1034
|
var PageHeader = withScale(PageHeaderComponent);
|
|
@@ -990,12 +1039,14 @@ var PageFooterComponent = function PageFooterComponent(_ref) {
|
|
|
990
1039
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
991
1040
|
var _useScale = useScale(),
|
|
992
1041
|
SCALES = _useScale.SCALES;
|
|
993
|
-
return /*#__PURE__*/
|
|
994
|
-
className: _JSXStyle.dynamic([["3447440073", [SCALES.font(1), SCALES.width(1, '100%'), SCALES.height(1, 'auto'), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]) + " " + (props && props.className != null && props.className || "")
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
1042
|
+
return /*#__PURE__*/jsxRuntime.jsxs("footer", _objectSpread2(_objectSpread2({}, props), {}, {
|
|
1043
|
+
className: _JSXStyle.dynamic([["3447440073", [SCALES.font(1), SCALES.width(1, '100%'), SCALES.height(1, 'auto'), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]) + " " + (props && props.className != null && props.className || ""),
|
|
1044
|
+
children: [children, /*#__PURE__*/jsxRuntime.jsx(_JSXStyle, {
|
|
1045
|
+
id: "3447440073",
|
|
1046
|
+
dynamic: [SCALES.font(1), SCALES.width(1, '100%'), SCALES.height(1, 'auto'), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)],
|
|
1047
|
+
children: "footer.__jsx-style-dynamic-selector{position:absolute;bottom:0;font-size:".concat(SCALES.font(1), ";width:").concat(SCALES.width(1, '100%'), ";height:").concat(SCALES.height(1, 'auto'), ";padding:").concat(SCALES.pt(0), " ").concat(SCALES.pr(0), " ").concat(SCALES.pb(0), " ").concat(SCALES.pl(0), ";margin:").concat(SCALES.mt(0), " ").concat(SCALES.mr(0), " ").concat(SCALES.mb(0), " ").concat(SCALES.ml(0), ";}")
|
|
1048
|
+
})]
|
|
1049
|
+
}));
|
|
999
1050
|
};
|
|
1000
1051
|
PageFooterComponent.displayName = 'PageFooter';
|
|
1001
1052
|
var PageFooter = withScale(PageFooterComponent);
|