@plesk/ui-library 3.40.3 → 3.40.5
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/cjs/components/Badge/Badge.js +3 -1
- package/cjs/components/ItemList/ItemList.js +1 -0
- package/cjs/components/LocaleProvider/LocaleProvider.js +2 -2
- package/cjs/components/SwitchesPanelItem/SwitchesPanelItem.js +48 -77
- package/cjs/hooks/useMutationObserver.js +30 -0
- package/cjs/hooks/useSqueeze.js +10 -0
- package/cjs/index.js +1 -1
- package/dist/plesk-ui-library-rtl.css +1 -1
- package/dist/plesk-ui-library-rtl.css.map +1 -1
- package/dist/plesk-ui-library.css +1 -1
- package/dist/plesk-ui-library.css.map +1 -1
- package/dist/plesk-ui-library.js +107 -83
- package/dist/plesk-ui-library.js.map +1 -1
- package/dist/plesk-ui-library.min.js +6 -6
- package/dist/plesk-ui-library.min.js.map +1 -1
- package/esm/components/Badge/Badge.js +3 -1
- package/esm/components/ItemList/ItemList.js +1 -0
- package/esm/components/LocaleProvider/LocaleProvider.js +1 -1
- package/esm/components/SwitchesPanelItem/SwitchesPanelItem.js +48 -77
- package/esm/hooks/useMutationObserver.js +23 -0
- package/esm/hooks/useSqueeze.js +10 -0
- package/esm/index.js +1 -1
- package/package.json +11 -11
- package/styleguide/build/bundle.f0d21187.js +2 -0
- package/styleguide/index.html +2 -2
- package/types/src/components/AutoClosable/AutoClosable.d.ts +2 -2
- package/types/src/components/CodeEditor/CodeEditor.d.ts +6 -4
- package/types/src/components/Drawer/DrawerProgress.d.ts +1 -1
- package/types/src/components/ExtendedStatusMessage/ExtendedStatusMessage.d.ts +1 -1
- package/types/src/components/ExtendedStatusMessage/ExtendedStatusMessageActions.d.ts +1 -1
- package/types/src/components/ExtendedStatusMessage/ExtendedStatusMessageDescription.d.ts +1 -1
- package/types/src/components/ExtendedStatusMessage/ExtendedStatusMessageSeparator.d.ts +1 -1
- package/types/src/components/ExtendedStatusMessage/ExtendedStatusMessageTitle.d.ts +1 -1
- package/types/src/components/ExtendedStatusMessage/index.d.ts +5 -0
- package/types/src/components/FormField/FormField.d.ts +2 -2
- package/types/src/components/FormFieldPassword/index.d.ts +1 -0
- package/types/src/components/Grid/Grid.d.ts +3 -3
- package/types/src/components/Heading/Heading.d.ts +1 -1
- package/types/src/components/Heading/index.d.ts +1 -0
- package/types/src/components/Hint/Hint.d.ts +1 -1
- package/types/src/components/Hint/index.d.ts +1 -0
- package/types/src/components/InputNumber/InputNumber.d.ts +5 -0
- package/types/src/components/ItemLink/ItemLink.d.ts +1 -1
- package/types/src/components/ItemLink/index.d.ts +1 -0
- package/types/src/components/ItemList/ItemList.d.ts +4 -4
- package/types/src/components/ItemList/index.d.ts +1 -0
- package/types/src/components/Label/Label.d.ts +3 -2
- package/types/src/components/Label/index.d.ts +1 -0
- package/types/src/components/Layout/Layout.d.ts +1 -1
- package/types/src/components/List/List.d.ts +27 -27
- package/types/src/components/LocaleProvider/LocaleProvider.d.ts +6 -1
- package/types/src/components/Markdown/index.d.ts +1 -0
- package/types/src/components/Menu/index.d.ts +1 -0
- package/types/src/components/PageHeader/PageHeader.d.ts +1 -1
- package/types/src/components/PageHeader/index.d.ts +1 -0
- package/types/src/components/Paragraph/Paragraph.d.ts +1 -1
- package/types/src/components/Paragraph/index.d.ts +1 -0
- package/types/src/components/Popover/Popover.d.ts +6 -4
- package/types/src/components/Popper/Popper.d.ts +3 -2
- package/types/src/components/Progress/Progress.d.ts +1 -1
- package/types/src/components/ProgressBar/ProgressBar.d.ts +1 -1
- package/types/src/components/ProgressBar/index.d.ts +1 -0
- package/types/src/components/ProgressDialog/ProgressDialog.d.ts +2 -2
- package/types/src/components/Section/Section.d.ts +1 -1
- package/types/src/components/SegmentedControl/SegmentedControl.d.ts +2 -1
- package/types/src/components/Select/Select.d.ts +1 -1
- package/types/src/components/Select/SelectOption.d.ts +1 -1
- package/types/src/components/Select/SelectOptionGroup.d.ts +1 -1
- package/types/src/components/Select/index.d.ts +3 -0
- package/types/src/components/Status/Status.d.ts +3 -3
- package/types/src/components/Status/index.d.ts +2 -0
- package/types/src/components/StatusMessage/index.d.ts +1 -0
- package/types/src/components/SwitchesPanelItem/SwitchesPanelItem.d.ts +5 -20
- package/types/src/components/Tabs/Tabs.d.ts +1 -1
- package/types/src/components/Text/Text.d.ts +1 -1
- package/types/src/components/Text/index.d.ts +1 -0
- package/types/src/components/Toaster/Toaster.d.ts +1 -1
- package/types/src/components/Toaster/index.d.ts +1 -0
- package/types/src/components/Toolbar/ToolbarExpander.d.ts +1 -1
- package/types/src/components/Toolbar/ToolbarItem.d.ts +1 -1
- package/types/src/components/Toolbar/index.d.ts +1 -0
- package/types/src/components/Tour/index.d.ts +1 -0
- package/types/src/components/Translate/Translate.d.ts +1 -1
- package/types/src/components/index.d.ts +21 -4
- package/types/src/hooks/useMutationObserver.d.ts +8 -0
- package/styleguide/build/bundle.bbdb5666.js +0 -2
- /package/styleguide/build/{bundle.bbdb5666.js.LICENSE.txt → bundle.f0d21187.js.LICENSE.txt} +0 -0
package/dist/plesk-ui-library.js
CHANGED
|
@@ -1175,7 +1175,9 @@ const Badge = _ref => {
|
|
|
1175
1175
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
1176
1176
|
className: (0, _classnames.default)(baseClassName, className),
|
|
1177
1177
|
...props,
|
|
1178
|
-
children: [
|
|
1178
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
1179
|
+
children: children
|
|
1180
|
+
}), label]
|
|
1179
1181
|
});
|
|
1180
1182
|
};
|
|
1181
1183
|
var _default = exports["default"] = Badge;
|
|
@@ -10574,6 +10576,7 @@ class ItemList extends _react.Component {
|
|
|
10574
10576
|
let {
|
|
10575
10577
|
baseClassName,
|
|
10576
10578
|
children,
|
|
10579
|
+
onSelect,
|
|
10577
10580
|
...props
|
|
10578
10581
|
} = _ref3;
|
|
10579
10582
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Grid.default, {
|
|
@@ -13372,7 +13375,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
13372
13375
|
Object.defineProperty(exports, "__esModule", ({
|
|
13373
13376
|
value: true
|
|
13374
13377
|
}));
|
|
13375
|
-
exports.useTranslate = exports["default"] = void 0;
|
|
13378
|
+
exports.useTranslate = exports["default"] = exports.LocaleContext = void 0;
|
|
13376
13379
|
var _react = __webpack_require__(/*! react */ "react");
|
|
13377
13380
|
var _propTypes = _interopRequireDefault(__webpack_require__(/*! prop-types */ "../node_modules/prop-types/index.js"));
|
|
13378
13381
|
var _jsxRuntime = __webpack_require__(/*! react/jsx-runtime */ "../node_modules/react/jsx-runtime.js");
|
|
@@ -13432,7 +13435,7 @@ function (key) {
|
|
|
13432
13435
|
}
|
|
13433
13436
|
return applyParams(message, params);
|
|
13434
13437
|
};
|
|
13435
|
-
const LocaleContext = /*#__PURE__*/(0, _react.createContext)(undefined);
|
|
13438
|
+
const LocaleContext = exports.LocaleContext = /*#__PURE__*/(0, _react.createContext)(undefined);
|
|
13436
13439
|
const useTranslate = namespace => {
|
|
13437
13440
|
const context = (0, _react.useContext)(LocaleContext);
|
|
13438
13441
|
return (0, _react.useCallback)((key, params, fallback) => {
|
|
@@ -19454,7 +19457,6 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
19454
19457
|
value: true
|
|
19455
19458
|
}));
|
|
19456
19459
|
exports["default"] = void 0;
|
|
19457
|
-
var _react = __webpack_require__(/*! react */ "react");
|
|
19458
19460
|
var _classnames = _interopRequireDefault(__webpack_require__(/*! classnames */ "../node_modules/classnames/index.js"));
|
|
19459
19461
|
var _constants = __webpack_require__(/*! ../../constants */ "./constants.js");
|
|
19460
19462
|
var _Switch = _interopRequireDefault(__webpack_require__(/*! ../Switch */ "./components/Switch/index.tsx"));
|
|
@@ -19464,91 +19466,63 @@ __webpack_require__(/*! ../../helpers/base.less */ "./helpers/base.less");
|
|
|
19464
19466
|
__webpack_require__(/*! ./SwitchesPanelItem.less */ "./components/SwitchesPanelItem/SwitchesPanelItem.less");
|
|
19465
19467
|
var _jsxRuntime = __webpack_require__(/*! react/jsx-runtime */ "../node_modules/react/jsx-runtime.js");
|
|
19466
19468
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
19467
|
-
|
|
19468
|
-
|
|
19469
|
-
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } // Copyright 1999-2023. Plesk International GmbH. All rights reserved.
|
|
19469
|
+
// Copyright 1999-2023. Plesk International GmbH. All rights reserved.
|
|
19470
|
+
|
|
19470
19471
|
/**
|
|
19471
19472
|
* `SwitchesPanelItem` component is used for combining [Switch](#!/Switch) component with text title and description.
|
|
19472
19473
|
* Used in [SwitchesPanel](#!/SwitchesPanel).
|
|
19473
19474
|
* @since 0.3.0
|
|
19474
19475
|
*/
|
|
19475
|
-
|
|
19476
|
-
|
|
19477
|
-
|
|
19478
|
-
|
|
19479
|
-
|
|
19480
|
-
|
|
19481
|
-
|
|
19482
|
-
|
|
19483
|
-
|
|
19484
|
-
|
|
19485
|
-
|
|
19486
|
-
}
|
|
19487
|
-
|
|
19488
|
-
|
|
19489
|
-
|
|
19490
|
-
|
|
19491
|
-
|
|
19492
|
-
|
|
19493
|
-
|
|
19494
|
-
|
|
19495
|
-
|
|
19496
|
-
|
|
19497
|
-
|
|
19498
|
-
|
|
19499
|
-
children
|
|
19500
|
-
|
|
19501
|
-
|
|
19502
|
-
|
|
19503
|
-
|
|
19504
|
-
|
|
19505
|
-
|
|
19506
|
-
|
|
19507
|
-
|
|
19508
|
-
},
|
|
19509
|
-
|
|
19510
|
-
|
|
19511
|
-
|
|
19512
|
-
|
|
19513
|
-
|
|
19514
|
-
|
|
19515
|
-
|
|
19516
|
-
|
|
19517
|
-
|
|
19518
|
-
|
|
19519
|
-
|
|
19520
|
-
intent: intent,
|
|
19521
|
-
onChange: this.handleChange,
|
|
19522
|
-
defaultChecked: defaultChecked,
|
|
19523
|
-
...switchProps
|
|
19524
|
-
}), (fullDescription || children) && /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
19525
|
-
className: `${baseClassName}__controls`,
|
|
19526
|
-
children: [children, fullDescription && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Popover.default, {
|
|
19527
|
-
intent: "info",
|
|
19528
|
-
target: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Action.default, {
|
|
19529
|
-
icon: "question-mark-circle",
|
|
19530
|
-
outerProps: {
|
|
19531
|
-
className: `${baseClassName}__full-description-toggle`
|
|
19532
|
-
}
|
|
19533
|
-
}),
|
|
19534
|
-
placement: "bottom",
|
|
19535
|
-
children: fullDescription
|
|
19536
|
-
})]
|
|
19476
|
+
const SwitchesPanelItem = _ref => {
|
|
19477
|
+
let {
|
|
19478
|
+
onChange,
|
|
19479
|
+
defaultChecked = false,
|
|
19480
|
+
intent,
|
|
19481
|
+
title,
|
|
19482
|
+
description,
|
|
19483
|
+
fullDescription,
|
|
19484
|
+
className,
|
|
19485
|
+
switchProps = {},
|
|
19486
|
+
children,
|
|
19487
|
+
baseClassName = `${_constants.CLS_PREFIX}switches-panel-item`,
|
|
19488
|
+
...props
|
|
19489
|
+
} = _ref;
|
|
19490
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
19491
|
+
className: (0, _classnames.default)(baseClassName, {
|
|
19492
|
+
[`${baseClassName}--${intent}`]: intent
|
|
19493
|
+
}, className),
|
|
19494
|
+
...props,
|
|
19495
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("h5", {
|
|
19496
|
+
className: `${baseClassName}__title`,
|
|
19497
|
+
children: title
|
|
19498
|
+
}), description && /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
|
|
19499
|
+
className: `${baseClassName}__description`,
|
|
19500
|
+
children: description
|
|
19501
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
19502
|
+
className: `${baseClassName}__actions`,
|
|
19503
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Switch.default, {
|
|
19504
|
+
className: `${baseClassName}__switch`,
|
|
19505
|
+
intent: intent,
|
|
19506
|
+
onChange: onChange,
|
|
19507
|
+
defaultChecked: defaultChecked,
|
|
19508
|
+
...switchProps
|
|
19509
|
+
}), (fullDescription || children) && /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
19510
|
+
className: `${baseClassName}__controls`,
|
|
19511
|
+
children: [children, fullDescription && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Popover.default, {
|
|
19512
|
+
intent: "info",
|
|
19513
|
+
target: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Action.default, {
|
|
19514
|
+
icon: "question-mark-circle",
|
|
19515
|
+
outerProps: {
|
|
19516
|
+
className: `${baseClassName}__full-description-toggle`
|
|
19517
|
+
}
|
|
19518
|
+
}),
|
|
19519
|
+
placement: "bottom",
|
|
19520
|
+
children: fullDescription
|
|
19537
19521
|
})]
|
|
19538
19522
|
})]
|
|
19539
|
-
})
|
|
19540
|
-
}
|
|
19541
|
-
}
|
|
19542
|
-
_defineProperty(SwitchesPanelItem, "defaultProps", {
|
|
19543
|
-
defaultChecked: false,
|
|
19544
|
-
intent: null,
|
|
19545
|
-
description: null,
|
|
19546
|
-
fullDescription: null,
|
|
19547
|
-
switchProps: {},
|
|
19548
|
-
children: null,
|
|
19549
|
-
className: null,
|
|
19550
|
-
baseClassName: `${_constants.CLS_PREFIX}switches-panel-item`
|
|
19551
|
-
});
|
|
19523
|
+
})]
|
|
19524
|
+
});
|
|
19525
|
+
};
|
|
19552
19526
|
var _default = exports["default"] = SwitchesPanelItem;
|
|
19553
19527
|
|
|
19554
19528
|
/***/ }),
|
|
@@ -24069,6 +24043,46 @@ var _useSqueeze = __webpack_require__(/*! ./useSqueeze */ "./hooks/useSqueeze.ts
|
|
|
24069
24043
|
|
|
24070
24044
|
/***/ }),
|
|
24071
24045
|
|
|
24046
|
+
/***/ "./hooks/useMutationObserver.tsx":
|
|
24047
|
+
/*!***************************************!*\
|
|
24048
|
+
!*** ./hooks/useMutationObserver.tsx ***!
|
|
24049
|
+
\***************************************/
|
|
24050
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
24051
|
+
|
|
24052
|
+
"use strict";
|
|
24053
|
+
|
|
24054
|
+
|
|
24055
|
+
Object.defineProperty(exports, "__esModule", ({
|
|
24056
|
+
value: true
|
|
24057
|
+
}));
|
|
24058
|
+
exports.useMutationObserver = void 0;
|
|
24059
|
+
var _react = __webpack_require__(/*! react */ "react");
|
|
24060
|
+
// Copyright 1999-2023. Plesk International GmbH. All rights reserved.
|
|
24061
|
+
|
|
24062
|
+
const useMutationObserver = _ref => {
|
|
24063
|
+
let {
|
|
24064
|
+
ref,
|
|
24065
|
+
onMutate,
|
|
24066
|
+
options
|
|
24067
|
+
} = _ref;
|
|
24068
|
+
const onMutateRef = (0, _react.useRef)(undefined);
|
|
24069
|
+
onMutateRef.current = onMutate;
|
|
24070
|
+
(0, _react.useEffect)(() => {
|
|
24071
|
+
if (!ref.current) return undefined;
|
|
24072
|
+
if (typeof window === 'undefined' || !('MutationObserver' in window)) return undefined;
|
|
24073
|
+
const observer = new MutationObserver(() => {
|
|
24074
|
+
onMutateRef.current?.();
|
|
24075
|
+
});
|
|
24076
|
+
observer.observe(ref.current, options);
|
|
24077
|
+
return () => {
|
|
24078
|
+
observer.disconnect();
|
|
24079
|
+
};
|
|
24080
|
+
}, [ref, options]);
|
|
24081
|
+
};
|
|
24082
|
+
exports.useMutationObserver = useMutationObserver;
|
|
24083
|
+
|
|
24084
|
+
/***/ }),
|
|
24085
|
+
|
|
24072
24086
|
/***/ "./hooks/useResizeObserver.tsx":
|
|
24073
24087
|
/*!*************************************!*\
|
|
24074
24088
|
!*** ./hooks/useResizeObserver.tsx ***!
|
|
@@ -24123,8 +24137,13 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
24123
24137
|
exports.useSqueeze = void 0;
|
|
24124
24138
|
var _react = __webpack_require__(/*! react */ "react");
|
|
24125
24139
|
var _useResizeObserver = __webpack_require__(/*! ./useResizeObserver */ "./hooks/useResizeObserver.tsx");
|
|
24140
|
+
var _useMutationObserver = __webpack_require__(/*! ./useMutationObserver */ "./hooks/useMutationObserver.tsx");
|
|
24126
24141
|
// Copyright 1999-2023. Plesk International GmbH. All rights reserved.
|
|
24127
24142
|
|
|
24143
|
+
const MUTATION_OBSERVER_OPTIONS = {
|
|
24144
|
+
subtree: true,
|
|
24145
|
+
childList: true
|
|
24146
|
+
};
|
|
24128
24147
|
const useSqueeze = _ref => {
|
|
24129
24148
|
let {
|
|
24130
24149
|
ref,
|
|
@@ -24161,6 +24180,11 @@ const useSqueeze = _ref => {
|
|
|
24161
24180
|
ref,
|
|
24162
24181
|
onResize: check
|
|
24163
24182
|
});
|
|
24183
|
+
(0, _useMutationObserver.useMutationObserver)({
|
|
24184
|
+
ref,
|
|
24185
|
+
onMutate: check,
|
|
24186
|
+
options: MUTATION_OBSERVER_OPTIONS
|
|
24187
|
+
});
|
|
24164
24188
|
};
|
|
24165
24189
|
exports.useSqueeze = useSqueeze;
|
|
24166
24190
|
|
|
@@ -87935,7 +87959,7 @@ function _setPrototypeOf(t, e) {
|
|
|
87935
87959
|
/***/ ((module) => {
|
|
87936
87960
|
|
|
87937
87961
|
"use strict";
|
|
87938
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@plesk/ui-library","version":"3.40.
|
|
87962
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@plesk/ui-library","version":"3.40.5","description":"Plesk UI Library","main":"index.js","module":"esm/index.js","types":"./types/src","sideEffects":["cjs/index.js","esm/index.js","dist/*.js","dist/*.css"],"scripts":{"pretest":"yarn lint","test":"jest --ci --coverage --coverageReporters text-summary","test:vr":"cross-env VISUAL_REGRESSION=true jest","build":"yarn build:types && yarn build:umd && yarn build:esm && yarn build:cjs","build:umd":"webpack --config ./configs/build.config.js","build:esm":"cross-env NODE_ENV=esm node ./scripts/build.js","build:cjs":"cross-env NODE_ENV=cjs node ./scripts/build.js","build:types":"rimraf ./types && tsc --project ./configs/types-generator.config.json","create-svg-sprite":"node ./scripts/create-svg-sprite.js","lint":"yarn lint:es && yarn lint:types && yarn lint:style && yarn format:check","lint:es":"eslint --ext js,md,tsx src configs scripts styleguidist","lint:types":"tsc","lint:style":"stylelint \\"{src,styleguidist}/**/*.less\\"","format:check":"prettier --check src","format":"prettier --write src","styleguide":"styleguidist server --config ./configs/styleguide.config.js","styleguide:build":"styleguidist build --config ./configs/styleguide.config.js","prepublishOnly":"yarn install && yarn test && yarn build && yarn styleguide:build","storybook":"webpack serve --config ./configs/storybook.config.js --allowed-hosts all","postinstall":"node ./scripts/postinstall.js"},"files":["esm","cjs","dist","styleguide","types","/scripts/postinstall.js","/index.js"],"dependencies":{"@babel/runtime":"^7.24.7","@plesk/react-movable":"^2.7.1","classnames":"^2.5.1","codemirror":"5.58.2","marked":"4.2.12","memoize-one":"^5.2.1","popper.js":"1.16.1","prop-types":"^15.8.1","react-measure":"2.5.2","react-sortable-hoc":"0.6.8","react-transition-group":"^4.4.5","scroll-into-view-if-needed":"^2.2.31","svg4everybody":"2.1.9","use-focus-visible":"^1.0.2"},"devDependencies":{"@babel/core":"^7.24.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-syntax-dynamic-import":"^7.8.3","@babel/plugin-transform-runtime":"^7.24.7","@babel/preset-env":"^7.24.7","@babel/preset-react":"^7.24.7","@babel/preset-typescript":"^7.24.7","@babel/types":"^7.24.7","@csstools/postcss-logical-float-and-clear":"^1.0.1","@plesk/eslint-config":"^3.0.0","@plesk/stylelint-config":"^2.0.0","@testing-library/dom":"^9.3.4","@testing-library/jest-dom":"^6.4.6","@testing-library/react":"^14.3.1","@testing-library/user-event":"^14.5.2","@types/buble":"^0.20.5","@types/classnames":"2.3.1","@types/codemirror":"^5.60.15","@types/doctrine":"^0.0.5","@types/jest":"^29.5.12","@types/jest-image-snapshot":"^6.4.0","@types/marked":"^4.3.2","@types/node":"^16.18.98","@types/react":"^18.3.3","@types/react-dom":"^18.3.0","@types/react-measure":"2.0.9","@types/react-transition-group":"^4.4.10","@types/svg4everybody":"2.1.2","@types/webpack-env":"^1.18.5","@typescript-eslint/eslint-plugin":"^6.21.0","@typescript-eslint/parser":"^6.21.0","autoprefixer":"^10.4.19","babel-loader":"^8.3.0","babel-plugin-transform-require-ignore":"^0.1.1","clean-webpack-plugin":"^4.0.0","cross-env":"^7.0.3","css-loader":"^6.11.0","css-minimizer-webpack-plugin":"^5.0.1","eslint":"^8.57.0","eslint-config-prettier":"^8.10.0","eslint-plugin-markdown":"^3.0.1","html-webpack-plugin":"^5.6.0","jest":"^29.7.0","jest-dev-server":"^9.0.2","jest-environment-jsdom":"^29.7.0","jest-image-snapshot":"^6.4.0","less":"^4.2.0","less-loader":"^11.1.4","mini-css-extract-plugin":"^2.9.0","postcss":"^8.4.38","postcss-less":"^6.0.0","postcss-loader":"^7.3.4","postcss-logical":"^6.2.0","prettier":"^2.8.8","puppeteer-core":"21.7.0","react":"^18.3.1","react-docgen-typescript":"^2.2.2","react-dom":"^18.3.1","react-styleguidist":"^13.1.2","rimraf":"^5.0.7","rtlcss":"^4.1.1","style-loader":"^3.3.4","stylelint":"^15.11.0","stylelint-declaration-block-no-ignored-properties":"^2.8.0","stylelint-no-unsupported-browser-features":"^6.1.0","stylelint-prettier":"^3.0.0","stylelint-use-logical-spec":"^5.0.1","svg-mixer":"^2.3.14","terser-webpack-plugin":"^5.3.10","typescript":"5.2.2","webpack":"^5.92.0","webpack-cli":"^5.1.4"},"peerDependencies":{"react":"^18.2.0","react-dom":"^18.2.0"},"resolutions":{"trim":">=0.0.3","postcss":"^8.4.23"},"browserslist":["defaults","not op_mini all","not kaios > 0"],"author":"Plesk Developers <plesk-dev-leads@plesk.com> (https://www.plesk.com/)","license":"Apache-2.0"}');
|
|
87939
87963
|
|
|
87940
87964
|
/***/ }),
|
|
87941
87965
|
|