@plesk/ui-library 3.35.5 → 3.35.6

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.
@@ -59,7 +59,7 @@ export { default as LocaleProvider } from './LocaleProvider';
59
59
  export * from './LocaleProvider';
60
60
  export { default as Markdown } from './Markdown';
61
61
  export { default as Media, MediaSection } from './Media';
62
- export { default as Menu, MenuDivider, MenuHeader, MenuItem, MenuSelectableItem } from './Menu';
62
+ export { default as Menu, MenuDivider, MenuHeader, MenuItem, MenuSelectableItem, MenuBaseItem } from './Menu';
63
63
  export { default as Overlay } from './Overlay';
64
64
  export { default as PageHeader } from './PageHeader';
65
65
  export { default as Pagination } from './Pagination';
package/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // Copyright 1999-2023. Plesk International GmbH. All rights reserved.
2
2
  import svg4everybody from 'svg4everybody';
3
- const version = "3.35.5";
3
+ const version = "3.35.6";
4
4
  export * from './publicPath';
5
5
  export { version };
6
6
  export * from './utils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plesk/ui-library",
3
- "version": "3.35.5",
3
+ "version": "3.35.6",
4
4
  "description": "Plesk UI Library",
5
5
  "main": "index.js",
6
6
  "module": "esm/index.js",
@@ -27,7 +27,6 @@
27
27
  "lint:style": "stylelint \"{src,styleguidist}/**/*.less\"",
28
28
  "styleguide": "styleguidist server --config ./configs/styleguide.config.js",
29
29
  "styleguide:build": "styleguidist build --config ./configs/styleguide.config.js",
30
- "create-component": "node scripts/create-component.js",
31
30
  "prepublishOnly": "yarn install && yarn test && yarn build && yarn styleguide:build",
32
31
  "storybook": "webpack serve --config ./configs/storybook.config.js --allowed-hosts all",
33
32
  "postinstall": "node ./scripts/postinstall.js"
@@ -77,7 +76,7 @@
77
76
  "@types/classnames": "2.3.1",
78
77
  "@types/doctrine": "^0.0.5",
79
78
  "@types/enzyme": "^3.10.14",
80
- "@types/jest": "^27.5.2",
79
+ "@types/jest": "^28.1.8",
81
80
  "@types/jest-image-snapshot": "^6.2.1",
82
81
  "@types/marked": "^4.3.1",
83
82
  "@types/node": "^16.18.54",
@@ -103,9 +102,9 @@
103
102
  "eslint-plugin-markdown": "^3.0.1",
104
103
  "eslint-plugin-prettier": "^4.2.1",
105
104
  "html-webpack-plugin": "^5.5.3",
106
- "inquirer": "^3.3.0",
107
- "jest": "^27.5.1",
108
- "jest-dev-server": "^9.0.0",
105
+ "jest": "^28.1.3",
106
+ "jest-dev-server": "^9.0.1",
107
+ "jest-environment-jsdom": "^28.1.3",
109
108
  "jest-image-snapshot": "^6.2.0",
110
109
  "less": "^4.2.0",
111
110
  "less-loader": "^11.1.3",