@react95/core 5.5.0 → 5.7.1
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/@types/Alert/Alert.d.ts +1 -1
- package/@types/Avatar/Avatar.d.ts +8 -0
- package/@types/Avatar/index.d.ts +2 -0
- package/@types/List/ListItem.d.ts +1 -1
- package/@types/Modal/Modal.d.ts +1 -1
- package/@types/TextArea/TextArea.d.ts +1 -1
- package/@types/Tree/Node.d.ts +8 -8
- package/@types/Video/Video.d.ts +1 -0
- package/@types/Video/buttons/Fullscreen.d.ts +3 -0
- package/@types/Video/buttons/index.d.ts +2 -1
- package/@types/index.d.ts +2 -1
- package/@types/shared/test/utils.d.ts +1 -1
- package/README.md +4 -1
- package/cjs/Alert/Alert.js +11 -37
- package/cjs/Avatar/Avatar.js +63 -0
- package/cjs/Avatar/index.js +13 -0
- package/cjs/Button/Button.js +3 -11
- package/cjs/Checkbox/Checkbox.js +13 -59
- package/cjs/Dropdown/Dropdown.js +10 -26
- package/cjs/Fieldset/Fieldset.js +10 -26
- package/cjs/GlobalStyle/Borders.js +1 -1
- package/cjs/GlobalStyle/GlobalStyle.js +3 -11
- package/cjs/GlobalStyle/Scrollbar.js +1 -1
- package/cjs/Input/Input.js +3 -11
- package/cjs/List/List.js +3 -11
- package/cjs/List/ListDivider.js +3 -11
- package/cjs/List/ListItem.js +10 -26
- package/cjs/Modal/Modal.js +16 -82
- package/cjs/Modal/ModalProvider.js +6 -6
- package/cjs/ProgressBar/ProgressBar.js +13 -59
- package/cjs/RadioButton/RadioButton.js +13 -59
- package/cjs/Range/Range.js +7 -35
- package/cjs/Tabs/Tab.js +10 -26
- package/cjs/Tabs/Tabs.js +11 -27
- package/cjs/TaskBar/Clock.js +7 -15
- package/cjs/TaskBar/TaskBar.js +7 -15
- package/cjs/TaskBar/WindowButton.js +11 -37
- package/cjs/TextArea/TextArea.js +6 -14
- package/cjs/ThemeProvider/ThemeProvider.js +3 -3
- package/cjs/ThemeProvider/themes/azureOrange.js +5 -5
- package/cjs/ThemeProvider/themes/baseTheme.js +1 -1
- package/cjs/ThemeProvider/themes/bee.js +5 -5
- package/cjs/ThemeProvider/themes/blackAndWhite.js +5 -5
- package/cjs/ThemeProvider/themes/brick.js +5 -5
- package/cjs/ThemeProvider/themes/candy.js +5 -5
- package/cjs/ThemeProvider/themes/coldGray.js +5 -5
- package/cjs/ThemeProvider/themes/counterStrike.js +5 -5
- package/cjs/ThemeProvider/themes/eggplant.js +5 -5
- package/cjs/ThemeProvider/themes/highContrast.js +5 -5
- package/cjs/ThemeProvider/themes/lilac.js +5 -5
- package/cjs/ThemeProvider/themes/lilacRoseDark.js +5 -5
- package/cjs/ThemeProvider/themes/maple.js +5 -5
- package/cjs/ThemeProvider/themes/marine.js +5 -5
- package/cjs/ThemeProvider/themes/matrix.js +5 -5
- package/cjs/ThemeProvider/themes/millenium.js +5 -5
- package/cjs/ThemeProvider/themes/modernDark.js +5 -5
- package/cjs/ThemeProvider/themes/molecule.js +5 -5
- package/cjs/ThemeProvider/themes/ninjaTurtles.js +5 -5
- package/cjs/ThemeProvider/themes/olive.js +5 -5
- package/cjs/ThemeProvider/themes/pamelaAnderson.js +5 -5
- package/cjs/ThemeProvider/themes/plum.js +5 -5
- package/cjs/ThemeProvider/themes/rainyDay.js +5 -5
- package/cjs/ThemeProvider/themes/rose.js +5 -5
- package/cjs/ThemeProvider/themes/slate.js +5 -5
- package/cjs/ThemeProvider/themes/spruce.js +5 -5
- package/cjs/ThemeProvider/themes/storm.js +5 -5
- package/cjs/ThemeProvider/themes/theSixtiesUSA.js +5 -5
- package/cjs/ThemeProvider/themes/tokyoDark.js +5 -5
- package/cjs/ThemeProvider/themes/tooSexy.js +5 -5
- package/cjs/ThemeProvider/themes/travel.js +5 -5
- package/cjs/ThemeProvider/themes/vaporTeal.js +5 -5
- package/cjs/ThemeProvider/themes/vermillion.js +5 -5
- package/cjs/ThemeProvider/themes/violetDark.js +5 -5
- package/cjs/ThemeProvider/themes/water.js +5 -5
- package/cjs/ThemeProvider/themes/win95.js +5 -5
- package/cjs/TitleBar/TitleBar.js +9 -45
- package/cjs/Tooltip/Tooltip.js +11 -27
- package/cjs/Tree/Node.js +16 -72
- package/cjs/Tree/Tree.js +6 -4
- package/cjs/Video/Video.js +33 -96
- package/cjs/Video/buttons/Fullscreen.js +34 -0
- package/cjs/Video/buttons/Pause.js +3 -3
- package/cjs/Video/buttons/Play.js +3 -3
- package/cjs/Video/buttons/Stop.js +3 -3
- package/cjs/Video/buttons/index.js +10 -2
- package/cjs/index.js +38 -30
- package/esm/Alert/Alert.js +8 -34
- package/esm/Avatar/Avatar.js +43 -0
- package/esm/Avatar/index.js +2 -0
- package/esm/Button/Button.js +2 -10
- package/esm/Checkbox/Checkbox.js +10 -56
- package/esm/Dropdown/Dropdown.js +7 -23
- package/esm/Fieldset/Fieldset.js +7 -23
- package/esm/GlobalStyle/GlobalStyle.js +2 -10
- package/esm/Input/Input.js +2 -10
- package/esm/List/List.js +2 -10
- package/esm/List/ListDivider.js +2 -10
- package/esm/List/ListItem.js +7 -23
- package/esm/Modal/Modal.js +13 -79
- package/esm/Modal/ModalProvider.js +3 -3
- package/esm/ProgressBar/ProgressBar.js +10 -56
- package/esm/RadioButton/RadioButton.js +10 -56
- package/esm/Range/Range.js +4 -32
- package/esm/Tabs/Tab.js +7 -23
- package/esm/Tabs/Tabs.js +8 -24
- package/esm/TaskBar/Clock.js +4 -12
- package/esm/TaskBar/TaskBar.js +4 -12
- package/esm/TaskBar/WindowButton.js +8 -34
- package/esm/TextArea/TextArea.js +3 -11
- package/esm/ThemeProvider/themes/azureOrange.js +2 -2
- package/esm/ThemeProvider/themes/bee.js +2 -2
- package/esm/ThemeProvider/themes/blackAndWhite.js +2 -2
- package/esm/ThemeProvider/themes/brick.js +2 -2
- package/esm/ThemeProvider/themes/candy.js +2 -2
- package/esm/ThemeProvider/themes/coldGray.js +2 -2
- package/esm/ThemeProvider/themes/counterStrike.js +2 -2
- package/esm/ThemeProvider/themes/eggplant.js +2 -2
- package/esm/ThemeProvider/themes/highContrast.js +2 -2
- package/esm/ThemeProvider/themes/lilac.js +2 -2
- package/esm/ThemeProvider/themes/lilacRoseDark.js +2 -2
- package/esm/ThemeProvider/themes/maple.js +2 -2
- package/esm/ThemeProvider/themes/marine.js +2 -2
- package/esm/ThemeProvider/themes/matrix.js +2 -2
- package/esm/ThemeProvider/themes/millenium.js +2 -2
- package/esm/ThemeProvider/themes/modernDark.js +2 -2
- package/esm/ThemeProvider/themes/molecule.js +2 -2
- package/esm/ThemeProvider/themes/ninjaTurtles.js +2 -2
- package/esm/ThemeProvider/themes/olive.js +2 -2
- package/esm/ThemeProvider/themes/pamelaAnderson.js +2 -2
- package/esm/ThemeProvider/themes/plum.js +2 -2
- package/esm/ThemeProvider/themes/rainyDay.js +2 -2
- package/esm/ThemeProvider/themes/rose.js +2 -2
- package/esm/ThemeProvider/themes/slate.js +2 -2
- package/esm/ThemeProvider/themes/spruce.js +2 -2
- package/esm/ThemeProvider/themes/storm.js +2 -2
- package/esm/ThemeProvider/themes/theSixtiesUSA.js +2 -2
- package/esm/ThemeProvider/themes/tokyoDark.js +2 -2
- package/esm/ThemeProvider/themes/tooSexy.js +2 -2
- package/esm/ThemeProvider/themes/travel.js +2 -2
- package/esm/ThemeProvider/themes/vaporTeal.js +2 -2
- package/esm/ThemeProvider/themes/vermillion.js +2 -2
- package/esm/ThemeProvider/themes/violetDark.js +2 -2
- package/esm/ThemeProvider/themes/water.js +2 -2
- package/esm/ThemeProvider/themes/win95.js +2 -2
- package/esm/TitleBar/TitleBar.js +9 -45
- package/esm/Tooltip/Tooltip.js +8 -24
- package/esm/Tree/Node.js +12 -68
- package/esm/Tree/Tree.js +3 -1
- package/esm/Video/Video.js +31 -94
- package/esm/Video/buttons/Fullscreen.js +20 -0
- package/esm/Video/buttons/index.js +2 -1
- package/esm/index.js +2 -1
- package/package.json +4 -4
package/cjs/Fieldset/Fieldset.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -13,11 +13,15 @@ var _styledComponents = _interopRequireDefault(require("@xstyled/styled-componen
|
|
|
13
13
|
|
|
14
14
|
var _system = require("@xstyled/system");
|
|
15
15
|
|
|
16
|
+
var _excluded = ["legend", "children"];
|
|
17
|
+
|
|
18
|
+
var _templateObject, _templateObject2;
|
|
19
|
+
|
|
16
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
21
|
|
|
18
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
|
22
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
23
|
|
|
20
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
24
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
25
|
|
|
22
26
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
23
27
|
|
|
@@ -25,36 +29,16 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
|
|
|
25
29
|
|
|
26
30
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
27
31
|
|
|
28
|
-
function _templateObject2() {
|
|
29
|
-
var data = _taggedTemplateLiteral(["\n padding-left: 4px;\n padding-right: 1px;\n"]);
|
|
30
|
-
|
|
31
|
-
_templateObject2 = function _templateObject2() {
|
|
32
|
-
return data;
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
return data;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
function _templateObject() {
|
|
39
|
-
var data = _taggedTemplateLiteral(["\n border-top-style: groove;\n border-top-width: 2;\n border-top-color: borderLighter;\n\n border-left-style: groove;\n border-left-width: 2;\n border-left-color: borderLighter;\n\n border-bottom-style: solid;\n border-bottom-width: 1;\n border-bottom-color: borderDark;\n\n border-right-style: solid;\n border-right-width: 1;\n border-right-color: borderDark;\n\n box-shadow: 1px 1px 0 0 ", ";\n"]);
|
|
40
|
-
|
|
41
|
-
_templateObject = function _templateObject() {
|
|
42
|
-
return data;
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
return data;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
32
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
49
33
|
|
|
50
|
-
var Field = _styledComponents["default"].fieldset(_templateObject(), (0, _system.th)('colors.borderLighter'));
|
|
34
|
+
var Field = _styledComponents["default"].fieldset(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n border-top-style: groove;\n border-top-width: 2;\n border-top-color: borderLighter;\n\n border-left-style: groove;\n border-left-width: 2;\n border-left-color: borderLighter;\n\n border-bottom-style: solid;\n border-bottom-width: 1;\n border-bottom-color: borderDark;\n\n border-right-style: solid;\n border-right-width: 1;\n border-right-color: borderDark;\n\n box-shadow: 1px 1px 0 0 ", ";\n"])), (0, _system.th)('colors.borderLighter'));
|
|
51
35
|
|
|
52
|
-
var Legend = _styledComponents["default"].legend(_templateObject2());
|
|
36
|
+
var Legend = _styledComponents["default"].legend(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n padding-left: 4px;\n padding-right: 1px;\n"])));
|
|
53
37
|
|
|
54
38
|
var Fieldset = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
55
39
|
var legend = _ref.legend,
|
|
56
40
|
children = _ref.children,
|
|
57
|
-
rest = _objectWithoutProperties(_ref,
|
|
41
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
58
42
|
|
|
59
43
|
return /*#__PURE__*/_react["default"].createElement(Field, _extends({}, rest, {
|
|
60
44
|
ref: ref
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports
|
|
6
|
+
exports.windowBorder = exports.scrollBarBorder = exports["default"] = exports.createBorder = exports.border = void 0;
|
|
7
7
|
|
|
8
8
|
var _styledComponents = require("styled-components");
|
|
9
9
|
|
|
@@ -27,20 +27,12 @@ var _Scrollbar = require("./Scrollbar");
|
|
|
27
27
|
|
|
28
28
|
var _Cursor = _interopRequireDefault(require("../Cursor/Cursor"));
|
|
29
29
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
function _templateObject() {
|
|
33
|
-
var data = _taggedTemplateLiteral(["\n @font-face {\n font-family: 'MS Sans Serif';\n src: url('", "');\n src: url('", "') format('woff2'),\n url('", "') format('woff'),\n url('", "') format('truetype'),\n url('", "?#iefix') format('embedded-opentype');\n font-weight: normal;\n font-style: normal;\n }\n\n @font-face {\n font-family: 'React95Video-Numbers';\n src: url('", "');\n src: url('", "') format('woff2'),\n url('", "') format('woff'),\n url('", "') format('truetype'),\n url('", "?#iefix') format('embedded-opentype');\n font-weight: normal;\n font-style: normal;\n }\n\n body {\n background-color: #5aa;\n margin: 0;\n padding: 0;\n font-size: 12px;\n color: materialText;\n }\n\n a {\n color: anchor;\n }\n\n a:visited {\n color: anchorVisited;\n }\n\n * {\n font-family: 'MS Sans Serif';\n box-sizing: border-box;\n }\n\n // scrollbar\n ", "\n\n html, .auto, * { ", " }\n .default { ", " }\n .none { ", " }\n .help { ", " }\n .pointer, :any-link { ", " }\n .progress { ", " }\n .wait { ", " }\n .crosshair { ", " }\n .text { ", " }\n .vertical-text { ", " }\n .alias { ", " }\n .copy { ", " }\n .move { ", " }\n .no-drop { ", " }\n .not-allowed { ", " }\n .grab { ", " }\n .grabbing { ", " }\n .col-resize { ", " }\n .row-resize { ", " }\n .n-resize { ", " }\n .e-resize { ", " }\n .s-resize { ", " }\n .w-resize { ", " }\n .ns-resize { ", " }\n .ew-resize { ", " }\n .ne-resize { ", " }\n .nw-resize { ", " }\n .se-resize { ", " }\n .sw-resize { ", " }\n .nesw-resize { ", " }\n .nwse-resize { ", " }\n .zoom-in { ", " }\n .zoom-out { ", " }\n"]);
|
|
30
|
+
var _templateObject;
|
|
34
31
|
|
|
35
|
-
|
|
36
|
-
return data;
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
return data;
|
|
40
|
-
}
|
|
32
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
41
33
|
|
|
42
34
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
43
35
|
|
|
44
|
-
var GlobalStyle = (0, _styledComponents.createGlobalStyle)(_templateObject(), _MSSansSerif4["default"], _MSSansSerif["default"], _MSSansSerif2["default"], _MSSansSerif3["default"], _MSSansSerif4["default"], _React95VideoNumbers4["default"], _React95VideoNumbers["default"], _React95VideoNumbers2["default"], _React95VideoNumbers3["default"], _React95VideoNumbers4["default"], _Scrollbar.scrollbars, _Cursor["default"].Auto, _Cursor["default"].Auto, _Cursor["default"].None, _Cursor["default"].Help, _Cursor["default"].Pointer, _Cursor["default"].Progress, _Cursor["default"].Wait, _Cursor["default"].Crosshair, _Cursor["default"].Text, _Cursor["default"].VerticalText, _Cursor["default"].Alias, _Cursor["default"].Copy, _Cursor["default"].Move, _Cursor["default"].NoDrop, _Cursor["default"].NotAllowed, _Cursor["default"].Grab, _Cursor["default"].Grabbing, _Cursor["default"].ColResize, _Cursor["default"].RowResize, _Cursor["default"].NResize, _Cursor["default"].EResize, _Cursor["default"].SResize, _Cursor["default"].WResize, _Cursor["default"].NsResize, _Cursor["default"].EwResize, _Cursor["default"].NeResize, _Cursor["default"].NwResize, _Cursor["default"].SeResize, _Cursor["default"].SwResize, _Cursor["default"].NeswResize, _Cursor["default"].NwseResize, _Cursor["default"].ZoomIn, _Cursor["default"].ZoomOut);
|
|
36
|
+
var GlobalStyle = (0, _styledComponents.createGlobalStyle)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n @font-face {\n font-family: 'MS Sans Serif';\n src: url('", "');\n src: url('", "') format('woff2'),\n url('", "') format('woff'),\n url('", "') format('truetype'),\n url('", "?#iefix') format('embedded-opentype');\n font-weight: normal;\n font-style: normal;\n }\n\n @font-face {\n font-family: 'React95Video-Numbers';\n src: url('", "');\n src: url('", "') format('woff2'),\n url('", "') format('woff'),\n url('", "') format('truetype'),\n url('", "?#iefix') format('embedded-opentype');\n font-weight: normal;\n font-style: normal;\n }\n\n body {\n background-color: #5aa;\n margin: 0;\n padding: 0;\n font-size: 12px;\n color: materialText;\n }\n\n a {\n color: anchor;\n }\n\n a:visited {\n color: anchorVisited;\n }\n\n * {\n font-family: 'MS Sans Serif';\n box-sizing: border-box;\n }\n\n // scrollbar\n ", "\n\n html, .auto, * { ", " }\n .default { ", " }\n .none { ", " }\n .help { ", " }\n .pointer, :any-link { ", " }\n .progress { ", " }\n .wait { ", " }\n .crosshair { ", " }\n .text { ", " }\n .vertical-text { ", " }\n .alias { ", " }\n .copy { ", " }\n .move { ", " }\n .no-drop { ", " }\n .not-allowed { ", " }\n .grab { ", " }\n .grabbing { ", " }\n .col-resize { ", " }\n .row-resize { ", " }\n .n-resize { ", " }\n .e-resize { ", " }\n .s-resize { ", " }\n .w-resize { ", " }\n .ns-resize { ", " }\n .ew-resize { ", " }\n .ne-resize { ", " }\n .nw-resize { ", " }\n .se-resize { ", " }\n .sw-resize { ", " }\n .nesw-resize { ", " }\n .nwse-resize { ", " }\n .zoom-in { ", " }\n .zoom-out { ", " }\n"])), _MSSansSerif4["default"], _MSSansSerif["default"], _MSSansSerif2["default"], _MSSansSerif3["default"], _MSSansSerif4["default"], _React95VideoNumbers4["default"], _React95VideoNumbers["default"], _React95VideoNumbers2["default"], _React95VideoNumbers3["default"], _React95VideoNumbers4["default"], _Scrollbar.scrollbars, _Cursor["default"].Auto, _Cursor["default"].Auto, _Cursor["default"].None, _Cursor["default"].Help, _Cursor["default"].Pointer, _Cursor["default"].Progress, _Cursor["default"].Wait, _Cursor["default"].Crosshair, _Cursor["default"].Text, _Cursor["default"].VerticalText, _Cursor["default"].Alias, _Cursor["default"].Copy, _Cursor["default"].Move, _Cursor["default"].NoDrop, _Cursor["default"].NotAllowed, _Cursor["default"].Grab, _Cursor["default"].Grabbing, _Cursor["default"].ColResize, _Cursor["default"].RowResize, _Cursor["default"].NResize, _Cursor["default"].EResize, _Cursor["default"].SResize, _Cursor["default"].WResize, _Cursor["default"].NsResize, _Cursor["default"].EwResize, _Cursor["default"].NeResize, _Cursor["default"].NwResize, _Cursor["default"].SeResize, _Cursor["default"].SwResize, _Cursor["default"].NeswResize, _Cursor["default"].NwseResize, _Cursor["default"].ZoomIn, _Cursor["default"].ZoomOut);
|
|
45
37
|
var _default = GlobalStyle;
|
|
46
38
|
exports["default"] = _default;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.scrollbars = exports.
|
|
6
|
+
exports.scrollbars = exports.createTriangleSVG = exports.createHatchedBackground = void 0;
|
|
7
7
|
|
|
8
8
|
var _styledComponents = require("styled-components");
|
|
9
9
|
|
package/cjs/Input/Input.js
CHANGED
|
@@ -9,21 +9,13 @@ var _styledComponents = _interopRequireDefault(require("@xstyled/styled-componen
|
|
|
9
9
|
|
|
10
10
|
var _styledSystem = require("styled-system");
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
function _templateObject() {
|
|
15
|
-
var data = _taggedTemplateLiteral(["\n outline: none;\n border: none;\n cursor: text;\n\n padding: 3 3 5 3;\n\n color: materialText;\n background-color: inputBackground;\n\n border-top-width: 1;\n border-top-style: 1;\n border-top-color: borderDark;\n\n border-right-width: 0;\n border-bottom-width: 0;\n\n border-left-width: 1;\n border-left-style: 1;\n border-left-color: borderDark;\n\n box-shadow: input;\n\n ", "\n ", "\n ", "\n"]);
|
|
12
|
+
var _templateObject;
|
|
16
13
|
|
|
17
|
-
|
|
18
|
-
return data;
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
return data;
|
|
22
|
-
}
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
23
15
|
|
|
24
16
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
25
17
|
|
|
26
|
-
var Input = _styledComponents["default"].input(_templateObject(), _styledSystem.padding, _styledSystem.borders, _styledSystem.shadow);
|
|
18
|
+
var Input = _styledComponents["default"].input(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n outline: none;\n border: none;\n cursor: text;\n\n padding: 3 3 5 3;\n\n color: materialText;\n background-color: inputBackground;\n\n border-top-width: 1;\n border-top-style: 1;\n border-top-color: borderDark;\n\n border-right-width: 0;\n border-bottom-width: 0;\n\n border-left-width: 1;\n border-left-style: 1;\n border-left-color: borderDark;\n\n box-shadow: input;\n\n ", "\n ", "\n ", "\n"])), _styledSystem.padding, _styledSystem.borders, _styledSystem.shadow);
|
|
27
19
|
|
|
28
20
|
var _default = Input;
|
|
29
21
|
exports["default"] = _default;
|
package/cjs/List/List.js
CHANGED
|
@@ -13,21 +13,13 @@ var _ListItem = _interopRequireDefault(require("./ListItem"));
|
|
|
13
13
|
|
|
14
14
|
var _ListDivider = _interopRequireDefault(require("./ListDivider"));
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
function _templateObject() {
|
|
19
|
-
var data = _taggedTemplateLiteral(["\n background-color: material;\n padding: 5 20 6;\n border: none;\n\n margin: 0;\n padding: 2;\n list-style: none;\n\n box-shadow: inset 1px 1px 0px 1px ", ",\n inset 0 0 0 1px ", ",\n 1px 1px 0 1px ", ";\n\n ", ";\n"]);
|
|
16
|
+
var _templateObject;
|
|
20
17
|
|
|
21
|
-
|
|
22
|
-
return data;
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
return data;
|
|
26
|
-
}
|
|
18
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
27
19
|
|
|
28
20
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
29
21
|
|
|
30
|
-
var StyledList = _styledComponents["default"].ul(_templateObject(), (0, _system.th)('colors.borderLightest'), (0, _system.th)('colors.borderDark'), (0, _system.th)('colors.borderDarkest'), function (_ref) {
|
|
22
|
+
var StyledList = _styledComponents["default"].ul(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n background-color: material;\n padding: 5 20 6;\n border: none;\n\n margin: 0;\n padding: 2;\n list-style: none;\n\n box-shadow: inset 1px 1px 0px 1px ", ",\n inset 0 0 0 1px ", ",\n 1px 1px 0 1px ", ";\n\n ", ";\n"])), (0, _system.th)('colors.borderLightest'), (0, _system.th)('colors.borderDark'), (0, _system.th)('colors.borderDarkest'), function (_ref) {
|
|
31
23
|
var width = _ref.width;
|
|
32
24
|
return "\n width: ".concat(width, "px;\n ");
|
|
33
25
|
});
|
package/cjs/List/ListDivider.js
CHANGED
|
@@ -9,21 +9,13 @@ var _styledComponents = _interopRequireDefault(require("@xstyled/styled-componen
|
|
|
9
9
|
|
|
10
10
|
var _system = require("@xstyled/system");
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
function _templateObject() {
|
|
15
|
-
var data = _taggedTemplateLiteral(["\n height: 1px;\n border-top: 1;\n border-top-color: borderDark;\n border-bottom: 1;\n border-bottom-color: ", ";\n\n width: 98%;\n margin-left: 2;\n"]);
|
|
12
|
+
var _templateObject;
|
|
16
13
|
|
|
17
|
-
|
|
18
|
-
return data;
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
return data;
|
|
22
|
-
}
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
23
15
|
|
|
24
16
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
25
17
|
|
|
26
|
-
var Divider = _styledComponents["default"].li(_templateObject(), (0, _system.th)('colors.borderLightest'));
|
|
18
|
+
var Divider = _styledComponents["default"].li(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n height: 1px;\n border-top: 1;\n border-top-color: borderDark;\n border-bottom: 1;\n border-bottom-color: ", ";\n\n width: 98%;\n margin-left: 2;\n"])), (0, _system.th)('colors.borderLightest'));
|
|
27
19
|
|
|
28
20
|
Divider.displayName = 'List.Divider';
|
|
29
21
|
var _default = Divider;
|
package/cjs/List/ListItem.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -15,11 +15,15 @@ var _system = require("@xstyled/system");
|
|
|
15
15
|
|
|
16
16
|
var _rightcaret = _interopRequireDefault(require("../GlobalStyle/imgs/rightcaret.svg"));
|
|
17
17
|
|
|
18
|
+
var _excluded = ["icon", "children"];
|
|
19
|
+
|
|
20
|
+
var _templateObject, _templateObject2;
|
|
21
|
+
|
|
18
22
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
23
|
|
|
20
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
|
24
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
21
25
|
|
|
22
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
26
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
23
27
|
|
|
24
28
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
25
29
|
|
|
@@ -27,41 +31,21 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
|
|
|
27
31
|
|
|
28
32
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
29
33
|
|
|
30
|
-
function _templateObject2() {
|
|
31
|
-
var data = _taggedTemplateLiteral(["\n &:after {\n position: absolute;\n width: 5px;\n height: 8px;\n right: 8px;\n\n content: '';\n background-color: ", ";\n mask-image: url('", "');\n mask-position: center center;\n mask-size: 5px 8px;\n mask-repeat: no-repeat;\n }\n\n &:hover {\n &:after {\n background-color: ", ";\n }\n\n ul {\n display: block;\n }\n }\n "]);
|
|
32
|
-
|
|
33
|
-
_templateObject2 = function _templateObject2() {
|
|
34
|
-
return data;
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
return data;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
function _templateObject() {
|
|
41
|
-
var data = _taggedTemplateLiteral(["\n position: relative;\n\n display: flex;\n align-items: center;\n margin: 0;\n padding: 2 6;\n\n color: materialText;\n\n img {\n margin-right: 10;\n }\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n\n ul {\n display: none;\n position: absolute;\n top: -2px;\n left: 97%;\n color: materialText;\n z-index: taskbar;\n\n img {\n width: 18px;\n height: 20px;\n margin-right: 6;\n }\n }\n\n svg {\n fill: ", ";\n }\n\n ", ";\n\n ", ";\n"]);
|
|
42
|
-
|
|
43
|
-
_templateObject = function _templateObject() {
|
|
44
|
-
return data;
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
return data;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
34
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
51
35
|
|
|
52
|
-
var Item = _styledComponents["default"].li(_templateObject(), (0, _system.th)('colors.headerBackground'), (0, _system.th)('colors.materialTextInvert'), (0, _system.th)('colors.materialTextInvert'), function (_ref) {
|
|
36
|
+
var Item = _styledComponents["default"].li(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n position: relative;\n\n display: flex;\n align-items: center;\n margin: 0;\n padding: 2 6;\n\n color: materialText;\n\n img {\n margin-right: 10;\n }\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n\n ul {\n display: none;\n position: absolute;\n top: -2px;\n left: 97%;\n color: materialText;\n z-index: taskbar;\n\n img {\n width: 18px;\n height: 20px;\n margin-right: 6;\n }\n }\n\n svg {\n fill: ", ";\n }\n\n ", ";\n\n ", ";\n"])), (0, _system.th)('colors.headerBackground'), (0, _system.th)('colors.materialTextInvert'), (0, _system.th)('colors.materialTextInvert'), function (_ref) {
|
|
53
37
|
var icon = _ref.icon;
|
|
54
38
|
return !icon && 'padding-left: 26px;';
|
|
55
39
|
}, function (_ref2) {
|
|
56
40
|
var hasList = _ref2.hasList;
|
|
57
|
-
return hasList && (0, _styledComponents.css)(_templateObject2(), (0, _system.th)('colors.materialText'), _rightcaret["default"], (0, _system.th)('colors.materialTextInvert'));
|
|
41
|
+
return hasList && (0, _styledComponents.css)(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n &:after {\n position: absolute;\n width: 5px;\n height: 8px;\n right: 8px;\n\n content: '';\n background-color: ", ";\n mask-image: url('", "');\n mask-position: center center;\n mask-size: 5px 8px;\n mask-repeat: no-repeat;\n }\n\n &:hover {\n &:after {\n background-color: ", ";\n }\n\n ul {\n display: block;\n }\n }\n "])), (0, _system.th)('colors.materialText'), _rightcaret["default"], (0, _system.th)('colors.materialTextInvert'));
|
|
58
42
|
});
|
|
59
43
|
|
|
60
44
|
var ListItem = /*#__PURE__*/(0, _react.forwardRef)(function (_ref3, ref) {
|
|
61
45
|
var icon = _ref3.icon,
|
|
62
46
|
_ref3$children = _ref3.children,
|
|
63
47
|
children = _ref3$children === void 0 ? [] : _ref3$children,
|
|
64
|
-
rest = _objectWithoutProperties(_ref3,
|
|
48
|
+
rest = _objectWithoutProperties(_ref3, _excluded);
|
|
65
49
|
|
|
66
50
|
return /*#__PURE__*/_react["default"].createElement(Item, _extends({}, rest, {
|
|
67
51
|
icon: !!icon,
|
package/cjs/Modal/Modal.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -21,11 +21,15 @@ var _TitleBar = _interopRequireDefault(require("../TitleBar"));
|
|
|
21
21
|
|
|
22
22
|
var _ModalContext = _interopRequireDefault(require("./ModalContext"));
|
|
23
23
|
|
|
24
|
+
var _excluded = ["hasWindowButton", "buttons", "buttonsAlignment", "children", "closeModal", "defaultPosition", "height", "icon", "menu", "title", "width"];
|
|
25
|
+
|
|
26
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7;
|
|
27
|
+
|
|
24
28
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
25
29
|
|
|
26
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
|
30
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
27
31
|
|
|
28
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
32
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
29
33
|
|
|
30
34
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
31
35
|
|
|
@@ -37,7 +41,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
37
41
|
|
|
38
42
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
39
43
|
|
|
40
|
-
function _iterableToArrayLimit(arr, i) {
|
|
44
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
41
45
|
|
|
42
46
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
43
47
|
|
|
@@ -45,100 +49,30 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
|
|
|
45
49
|
|
|
46
50
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
47
51
|
|
|
48
|
-
function _templateObject7() {
|
|
49
|
-
var data = _taggedTemplateLiteral(["\n background-color: primary;\n color: ", ";\n "]);
|
|
50
|
-
|
|
51
|
-
_templateObject7 = function _templateObject7() {
|
|
52
|
-
return data;
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
return data;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
function _templateObject6() {
|
|
59
|
-
var data = _taggedTemplateLiteral(["\n position: relative;\n padding-left: 6;\n padding-right: 6;\n\n user-select: none;\n\n ul {\n position: absolute;\n left: 0;\n color: ", ";\n }\n\n ", ";\n"]);
|
|
60
|
-
|
|
61
|
-
_templateObject6 = function _templateObject6() {
|
|
62
|
-
return data;
|
|
63
|
-
};
|
|
64
|
-
|
|
65
|
-
return data;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
function _templateObject5() {
|
|
69
|
-
var data = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n\n list-style: none;\n margin: 0;\n padding-left: 0;\n padding-bottom: 3;\n\n border-bottom-style: solid;\n border-width: 1;\n border-bottom-color: borderDark;\n\n box-shadow: 0 1px 0 0 ", ";\n"]);
|
|
70
|
-
|
|
71
|
-
_templateObject5 = function _templateObject5() {
|
|
72
|
-
return data;
|
|
73
|
-
};
|
|
74
|
-
|
|
75
|
-
return data;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
function _templateObject4() {
|
|
79
|
-
var data = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n justify-content: ", ";\n\n padding: 0 6 6 6;\n\n & ", " {\n margin-right: 6;\n min-width: 70px;\n\n &:last-child {\n margin-right: 0;\n }\n }\n"]);
|
|
80
|
-
|
|
81
|
-
_templateObject4 = function _templateObject4() {
|
|
82
|
-
return data;
|
|
83
|
-
};
|
|
84
|
-
|
|
85
|
-
return data;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
function _templateObject3() {
|
|
89
|
-
var data = _taggedTemplateLiteral(["\n flex-grow: 1;\n display: flex;\n flex-direction: column;\n\n padding: 6;\n"]);
|
|
90
|
-
|
|
91
|
-
_templateObject3 = function _templateObject3() {
|
|
92
|
-
return data;
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
return data;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
function _templateObject2() {
|
|
99
|
-
var data = _taggedTemplateLiteral(["\n z-index: modal;\n "]);
|
|
100
|
-
|
|
101
|
-
_templateObject2 = function _templateObject2() {
|
|
102
|
-
return data;
|
|
103
|
-
};
|
|
104
|
-
|
|
105
|
-
return data;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
function _templateObject() {
|
|
109
|
-
var data = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n\n position: fixed;\n\n padding: 2 2 8;\n\n top: 50px;\n\n background-color: material;\n\n box-shadow: inset 1px 1px 0px 1px ", ",\n inset 0 0 0 1px ", ",\n 1px 1px 0 1px ", ";\n\n ", "\n ", "\n"]);
|
|
110
|
-
|
|
111
|
-
_templateObject = function _templateObject() {
|
|
112
|
-
return data;
|
|
113
|
-
};
|
|
114
|
-
|
|
115
|
-
return data;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
52
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
119
53
|
|
|
120
|
-
var ModalWrapper = _styledComponents["default"].div(_templateObject(), (0, _system.th)('colors.borderLightest'), (0, _system.th)('colors.borderDark'), (0, _system.th)('colors.borderDarkest'), function (_ref) {
|
|
54
|
+
var ModalWrapper = _styledComponents["default"].div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n\n position: fixed;\n\n padding: 2 2 8;\n\n top: 50px;\n\n background-color: material;\n\n box-shadow: inset 1px 1px 0px 1px ", ",\n inset 0 0 0 1px ", ",\n 1px 1px 0 1px ", ";\n\n ", "\n ", "\n"])), (0, _system.th)('colors.borderLightest'), (0, _system.th)('colors.borderDark'), (0, _system.th)('colors.borderDarkest'), function (_ref) {
|
|
121
55
|
var width = _ref.width,
|
|
122
56
|
height = _ref.height;
|
|
123
57
|
return "\n width: ".concat(width ? "".concat(width, "px") : 'auto', ";\n height: ").concat(height ? "".concat(height, "px") : 'auto', ";\n ");
|
|
124
58
|
}, function (_ref2) {
|
|
125
59
|
var active = _ref2.active;
|
|
126
|
-
return active ? (0, _styledComponents.css)(_templateObject2()) : '';
|
|
60
|
+
return active ? (0, _styledComponents.css)(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n z-index: modal;\n "]))) : '';
|
|
127
61
|
});
|
|
128
62
|
|
|
129
|
-
var Content = _styledComponents["default"].div(_templateObject3());
|
|
63
|
+
var Content = _styledComponents["default"].div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n flex-grow: 1;\n display: flex;\n flex-direction: column;\n\n padding: 6;\n"])));
|
|
130
64
|
|
|
131
|
-
var ButtonWrapper = _styledComponents["default"].div(_templateObject4(), function (_ref3) {
|
|
65
|
+
var ButtonWrapper = _styledComponents["default"].div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n justify-content: ", ";\n\n padding: 0 6 6 6;\n\n & ", " {\n margin-right: 6;\n min-width: 70px;\n\n &:last-child {\n margin-right: 0;\n }\n }\n"])), function (_ref3) {
|
|
132
66
|
var _ref3$buttonsAlignmen = _ref3.buttonsAlignment,
|
|
133
67
|
buttonsAlignment = _ref3$buttonsAlignmen === void 0 ? 'center' : _ref3$buttonsAlignmen;
|
|
134
68
|
return buttonsAlignment;
|
|
135
69
|
}, _Button["default"]);
|
|
136
70
|
|
|
137
|
-
var MenuWrapper = _styledComponents["default"].ul(_templateObject5(), (0, _system.th)('colors.borderLighter'));
|
|
71
|
+
var MenuWrapper = _styledComponents["default"].ul(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n\n list-style: none;\n margin: 0;\n padding-left: 0;\n padding-bottom: 3;\n\n border-bottom-style: solid;\n border-width: 1;\n border-bottom-color: borderDark;\n\n box-shadow: 0 1px 0 0 ", ";\n"])), (0, _system.th)('colors.borderLighter'));
|
|
138
72
|
|
|
139
|
-
var MenuItem = _styledComponents["default"].li(_templateObject6(), (0, _system.th)('colors.materialText'), function (_ref4) {
|
|
73
|
+
var MenuItem = _styledComponents["default"].li(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n position: relative;\n padding-left: 6;\n padding-right: 6;\n\n user-select: none;\n\n ul {\n position: absolute;\n left: 0;\n color: ", ";\n }\n\n ", ";\n"])), (0, _system.th)('colors.materialText'), function (_ref4) {
|
|
140
74
|
var active = _ref4.active;
|
|
141
|
-
return active && (0, _styledComponents.css)(_templateObject7(), (0, _system.th)('colors.materialTextInvert'));
|
|
75
|
+
return active && (0, _styledComponents.css)(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["\n background-color: primary;\n color: ", ";\n "])), (0, _system.th)('colors.materialTextInvert'));
|
|
142
76
|
});
|
|
143
77
|
|
|
144
78
|
MenuItem.displayName = 'MenuItem';
|
|
@@ -156,7 +90,7 @@ var ModalRenderer = function ModalRenderer(_ref5, ref) {
|
|
|
156
90
|
menu = _ref5.menu,
|
|
157
91
|
title = _ref5.title,
|
|
158
92
|
width = _ref5.width,
|
|
159
|
-
rest = _objectWithoutProperties(_ref5,
|
|
93
|
+
rest = _objectWithoutProperties(_ref5, _excluded);
|
|
160
94
|
|
|
161
95
|
var _React$useContext = React.useContext(_ModalContext["default"]),
|
|
162
96
|
addWindows = _React$useContext.addWindows,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -15,9 +15,9 @@ var _ModalContext = _interopRequireDefault(require("./ModalContext"));
|
|
|
15
15
|
|
|
16
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
17
|
|
|
18
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
|
18
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
19
|
|
|
20
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
20
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
21
|
|
|
22
22
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
23
23
|
|
|
@@ -27,13 +27,13 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
27
27
|
|
|
28
28
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
29
29
|
|
|
30
|
-
function _iterableToArrayLimit(arr, i) {
|
|
30
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
31
31
|
|
|
32
32
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
33
33
|
|
|
34
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
34
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
35
35
|
|
|
36
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
36
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
37
37
|
|
|
38
38
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
39
39
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -13,9 +13,13 @@ var _styledComponents = _interopRequireWildcard(require("@xstyled/styled-compone
|
|
|
13
13
|
|
|
14
14
|
var _system = require("@xstyled/system");
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
var _excluded = ["width", "percent"];
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
|
|
19
|
+
|
|
20
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
21
|
+
|
|
22
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
19
23
|
|
|
20
24
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
21
25
|
|
|
@@ -23,74 +27,24 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
|
|
|
23
27
|
|
|
24
28
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
25
29
|
|
|
26
|
-
function _templateObject5() {
|
|
27
|
-
var data = _taggedTemplateLiteral(["\n width: ", "px;\n height: 17px;\n line-height: 18px;\n\n margin-left: 2;\n margin-top: 2;\n\n background-color: progress;\n color: ", ";\n"]);
|
|
28
|
-
|
|
29
|
-
_templateObject5 = function _templateObject5() {
|
|
30
|
-
return data;
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
return data;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
function _templateObject4() {
|
|
37
|
-
var data = _taggedTemplateLiteral(["\n width: ", "%;\n\n position: absolute;\n top: 0;\n left: 0;\n\n overflow: hidden;\n"]);
|
|
38
|
-
|
|
39
|
-
_templateObject4 = function _templateObject4() {
|
|
40
|
-
return data;
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
return data;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
function _templateObject3() {
|
|
47
|
-
var data = _taggedTemplateLiteral(["\n box-shadow: inset -1px -1px 0 0 ", ",\n inset 1px 1px 0 0 ", ",\n 0.5px 0.5px 0 0.5px ", ";\n "]);
|
|
48
|
-
|
|
49
|
-
_templateObject3 = function _templateObject3() {
|
|
50
|
-
return data;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
return data;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
function _templateObject2() {
|
|
57
|
-
var data = _taggedTemplateLiteral(["\n width: ", "px;\n height: 20px;\n line-height: 20px;\n\n border-left: 1;\n border-left-color: borderDark;\n\n border-top: 1;\n border-top-color: borderDark;\n\n background-color: inputBackground;\n color: materialText;\n\n ", "\n"]);
|
|
58
|
-
|
|
59
|
-
_templateObject2 = function _templateObject2() {
|
|
60
|
-
return data;
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
return data;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
function _templateObject() {
|
|
67
|
-
var data = _taggedTemplateLiteral(["\n width: ", "px;\n height: 20px;\n\n position: relative;\n\n text-align: center;\n"]);
|
|
68
|
-
|
|
69
|
-
_templateObject = function _templateObject() {
|
|
70
|
-
return data;
|
|
71
|
-
};
|
|
72
|
-
|
|
73
|
-
return data;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
30
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
77
31
|
|
|
78
|
-
var Wrapper = _styledComponents["default"].div(_templateObject(), function (_ref) {
|
|
32
|
+
var Wrapper = _styledComponents["default"].div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: ", "px;\n height: 20px;\n\n position: relative;\n\n text-align: center;\n"])), function (_ref) {
|
|
79
33
|
var width = _ref.width;
|
|
80
34
|
return width;
|
|
81
35
|
});
|
|
82
36
|
|
|
83
|
-
var WhiteBar = _styledComponents["default"].div(_templateObject2(), function (_ref2) {
|
|
37
|
+
var WhiteBar = _styledComponents["default"].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n width: ", "px;\n height: 20px;\n line-height: 20px;\n\n border-left: 1;\n border-left-color: borderDark;\n\n border-top: 1;\n border-top-color: borderDark;\n\n background-color: inputBackground;\n color: materialText;\n\n ", "\n"])), function (_ref2) {
|
|
84
38
|
var width = _ref2.width;
|
|
85
39
|
return width;
|
|
86
|
-
}, (0, _styledComponents.css)(_templateObject3(), (0, _system.th)('colors.material'), (0, _system.th)('colors.borderDarkest'), (0, _system.th)('colors.borderLightest')));
|
|
40
|
+
}, (0, _styledComponents.css)(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n box-shadow: inset -1px -1px 0 0 ", ",\n inset 1px 1px 0 0 ", ",\n 0.5px 0.5px 0 0.5px ", ";\n "])), (0, _system.th)('colors.material'), (0, _system.th)('colors.borderDarkest'), (0, _system.th)('colors.borderLightest')));
|
|
87
41
|
|
|
88
|
-
var Container = _styledComponents["default"].div(_templateObject4(), function (_ref3) {
|
|
42
|
+
var Container = _styledComponents["default"].div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n width: ", "%;\n\n position: absolute;\n top: 0;\n left: 0;\n\n overflow: hidden;\n"])), function (_ref3) {
|
|
89
43
|
var percent = _ref3.percent;
|
|
90
44
|
return percent;
|
|
91
45
|
});
|
|
92
46
|
|
|
93
|
-
var Progress = _styledComponents["default"].div(_templateObject5(), function (_ref4) {
|
|
47
|
+
var Progress = _styledComponents["default"].div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n width: ", "px;\n height: 17px;\n line-height: 18px;\n\n margin-left: 2;\n margin-top: 2;\n\n background-color: progress;\n color: ", ";\n"])), function (_ref4) {
|
|
94
48
|
var width = _ref4.width;
|
|
95
49
|
return width;
|
|
96
50
|
}, (0, _system.th)('colors.materialTextInvert'));
|
|
@@ -98,7 +52,7 @@ var Progress = _styledComponents["default"].div(_templateObject5(), function (_r
|
|
|
98
52
|
var ProgressBar = /*#__PURE__*/(0, _react.forwardRef)(function (_ref5, ref) {
|
|
99
53
|
var width = _ref5.width,
|
|
100
54
|
percent = _ref5.percent,
|
|
101
|
-
rest = _objectWithoutProperties(_ref5,
|
|
55
|
+
rest = _objectWithoutProperties(_ref5, _excluded);
|
|
102
56
|
|
|
103
57
|
return /*#__PURE__*/_react["default"].createElement(Wrapper, _extends({
|
|
104
58
|
width: width
|