@plesk/ui-library 3.40.11 → 3.40.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (278) hide show
  1. package/README.md +50 -50
  2. package/cjs/components/Action/Action.js +3 -3
  3. package/cjs/components/Alert/Alert.js +5 -5
  4. package/cjs/components/AutoClosable/AutoClosable.js +3 -3
  5. package/cjs/components/AuxiliaryActions/AuxiliaryActions.js +3 -3
  6. package/cjs/components/Badge/Badge.js +3 -3
  7. package/cjs/components/Breadcrumbs/Breadcrumbs.js +4 -4
  8. package/cjs/components/Button/Button.js +4 -4
  9. package/cjs/components/ButtonGroup/ButtonGroup.js +3 -3
  10. package/cjs/components/Card/Card.js +52 -52
  11. package/cjs/components/Card/CardButton.js +2 -2
  12. package/cjs/components/Card/PreviewPanel.js +3 -3
  13. package/cjs/components/Card/images/no-image.svg +6 -6
  14. package/cjs/components/CardList/CardList.js +55 -55
  15. package/cjs/components/Carousel/Carousel.js +4 -4
  16. package/cjs/components/Checkbox/Checkbox.js +3 -3
  17. package/cjs/components/CodeEditor/CodeEditor.js +3 -3
  18. package/cjs/components/Columns/Column.js +3 -3
  19. package/cjs/components/Columns/Columns.js +3 -3
  20. package/cjs/components/ComboBox/ComboBox.js +4 -4
  21. package/cjs/components/ComboBox/ComboBoxOption.js +3 -3
  22. package/cjs/components/ConsoleOutput/ConsoleOutput.js +3 -3
  23. package/cjs/components/ContentLoader/ContentLoader.js +3 -3
  24. package/cjs/components/Cuttable/Cuttable.js +3 -3
  25. package/cjs/components/Dialog/Dialog.js +3 -3
  26. package/cjs/components/Drawer/Drawer.js +4 -4
  27. package/cjs/components/Dropdown/Dropdown.js +5 -5
  28. package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessage.js +4 -4
  29. package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessageActions.js +3 -3
  30. package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessageDescription.js +3 -3
  31. package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessageSeparator.js +3 -3
  32. package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessageTitle.js +3 -3
  33. package/cjs/components/Figure/Figure.js +3 -3
  34. package/cjs/components/Form/Form.js +4 -4
  35. package/cjs/components/Form/utils.js +22 -22
  36. package/cjs/components/FormField/FormField.js +24 -24
  37. package/cjs/components/FormFieldCheckbox/FormFieldCheckbox.js +4 -4
  38. package/cjs/components/FormFieldPassword/FormFieldPassword.js +3 -3
  39. package/cjs/components/FormFieldRadioButtons/FormFieldRadioButtons.js +3 -3
  40. package/cjs/components/FormFieldSelect/FormFieldSelect.js +4 -4
  41. package/cjs/components/FormFieldText/FormFieldText.js +5 -5
  42. package/cjs/components/Grid/Grid.js +3 -3
  43. package/cjs/components/GridCol/GridCol.js +3 -3
  44. package/cjs/components/Heading/Heading.js +3 -3
  45. package/cjs/components/Hint/Hint.js +3 -3
  46. package/cjs/components/Icon/Icon.js +6 -6
  47. package/cjs/components/Icon/images/symbols.svg +1875 -1875
  48. package/cjs/components/InPlaceEdit/Editor.js +68 -0
  49. package/cjs/components/InPlaceEdit/InPlaceEdit.js +43 -118
  50. package/cjs/components/Input/Input.js +3 -3
  51. package/cjs/components/InputFile/InputFile.js +3 -3
  52. package/cjs/components/InputNumber/InputNumber.js +3 -3
  53. package/cjs/components/Item/Item.js +4 -4
  54. package/cjs/components/ItemLink/ItemLink.js +4 -4
  55. package/cjs/components/ItemList/ItemList.js +6 -6
  56. package/cjs/components/Label/Label.js +3 -3
  57. package/cjs/components/Layer/Layer.js +2 -2
  58. package/cjs/components/Layout/Layout.js +2 -2
  59. package/cjs/components/Link/Link.js +3 -3
  60. package/cjs/components/List/List.js +4 -4
  61. package/cjs/components/List/ListAction.js +4 -4
  62. package/cjs/components/List/ListActions.js +3 -3
  63. package/cjs/components/List/ListActionsDivider.js +4 -4
  64. package/cjs/components/List/ListEmptyView.js +4 -4
  65. package/cjs/components/List/ListOperation.js +4 -4
  66. package/cjs/components/LocaleProvider/LocaleProvider.js +3 -3
  67. package/cjs/components/Markdown/Markdown.js +3 -3
  68. package/cjs/components/Media/Media.js +5 -5
  69. package/cjs/components/Media/MediaSection.js +3 -3
  70. package/cjs/components/Menu/Menu.js +9 -9
  71. package/cjs/components/Menu/MenuBaseItem.js +3 -3
  72. package/cjs/components/Menu/MenuDivider.js +3 -3
  73. package/cjs/components/Menu/MenuHeader.js +3 -3
  74. package/cjs/components/Menu/MenuItem.js +3 -3
  75. package/cjs/components/Menu/MenuSelectableItem.js +3 -3
  76. package/cjs/components/Overlay/Overlay.js +2 -2
  77. package/cjs/components/PageHeader/PageHeader.js +3 -3
  78. package/cjs/components/Pagination/Pagination.js +3 -3
  79. package/cjs/components/Panel/Panel.js +3 -3
  80. package/cjs/components/Paragraph/Paragraph.js +3 -3
  81. package/cjs/components/Plaintext/Plaintext.js +3 -3
  82. package/cjs/components/Popover/Popover.js +4 -4
  83. package/cjs/components/Popper/Popper.js +2 -2
  84. package/cjs/components/Progress/Progress.js +3 -3
  85. package/cjs/components/ProgressDialog/ProgressDialog.js +3 -3
  86. package/cjs/components/ProgressDialogStep/ProgressDialogStep.js +3 -3
  87. package/cjs/components/ProgressStep/ProgressStep.js +3 -3
  88. package/cjs/components/Radio/Radio.js +3 -3
  89. package/cjs/components/Rating/Rating.js +3 -3
  90. package/cjs/components/Rating/images/rating.svg +6 -6
  91. package/cjs/components/Section/Section.js +4 -4
  92. package/cjs/components/Section/SectionItem.js +3 -3
  93. package/cjs/components/SegmentedControl/SegmentedControl.js +4 -4
  94. package/cjs/components/Select/MultiValue.js +1 -1
  95. package/cjs/components/Select/Select.js +3 -3
  96. package/cjs/components/Select/SelectControl.js +1 -1
  97. package/cjs/components/Select/SelectOption.js +3 -3
  98. package/cjs/components/Select/SelectOptionGroup.js +3 -3
  99. package/cjs/components/Skeleton/Skeleton.js +4 -4
  100. package/cjs/components/Skeleton/SkeletonTabs.js +3 -3
  101. package/cjs/components/Skeleton/SkeletonText.js +3 -3
  102. package/cjs/components/Spinner/Spinner.js +2 -2
  103. package/cjs/components/SplitButton/SplitButton.js +5 -5
  104. package/cjs/components/Spot/Spot.js +3 -3
  105. package/cjs/components/Status/Status.js +3 -3
  106. package/cjs/components/StatusMessage/StatusMessage.js +4 -4
  107. package/cjs/components/Subnav/Subnav.js +5 -5
  108. package/cjs/components/Switch/Switch.js +4 -4
  109. package/cjs/components/SwitchesPanel/SwitchesPanel.js +3 -3
  110. package/cjs/components/SwitchesPanelItem/SwitchesPanelItem.js +4 -4
  111. package/cjs/components/Tabs/SearchBar.js +3 -3
  112. package/cjs/components/Tabs/Tab.js +7 -7
  113. package/cjs/components/Tabs/Tabs.js +58 -58
  114. package/cjs/components/Text/Text.js +3 -3
  115. package/cjs/components/TextArea/TextArea.js +3 -3
  116. package/cjs/components/Toaster/Toaster.js +34 -34
  117. package/cjs/components/Toolbar/Toolbar.js +6 -6
  118. package/cjs/components/Toolbar/ToolbarExpander.js +5 -5
  119. package/cjs/components/Toolbar/ToolbarGroup.js +4 -4
  120. package/cjs/components/Tooltip/Tooltip.js +4 -4
  121. package/cjs/components/Tour/Tour.js +5 -5
  122. package/cjs/components/Translate/Translate.js +3 -3
  123. package/cjs/index.js +1 -1
  124. package/dist/images/no-image.svg +6 -6
  125. package/dist/images/rating.svg +6 -6
  126. package/dist/images/symbols.svg +1875 -1875
  127. package/dist/plesk-ui-library-rtl.css +1 -1
  128. package/dist/plesk-ui-library-rtl.css.map +1 -1
  129. package/dist/plesk-ui-library.css +1 -1
  130. package/dist/plesk-ui-library.css.map +1 -1
  131. package/dist/plesk-ui-library.js +5579 -5631
  132. package/dist/plesk-ui-library.js.map +1 -1
  133. package/dist/plesk-ui-library.min.js +6 -6
  134. package/dist/plesk-ui-library.min.js.map +1 -1
  135. package/esm/components/Action/Action.js +3 -3
  136. package/esm/components/Alert/Alert.js +5 -5
  137. package/esm/components/AutoClosable/AutoClosable.js +3 -3
  138. package/esm/components/AuxiliaryActions/AuxiliaryActions.js +3 -3
  139. package/esm/components/Badge/Badge.js +3 -3
  140. package/esm/components/Breadcrumbs/Breadcrumbs.js +4 -4
  141. package/esm/components/Button/Button.js +4 -4
  142. package/esm/components/ButtonGroup/ButtonGroup.js +3 -3
  143. package/esm/components/Card/Card.js +52 -52
  144. package/esm/components/Card/CardButton.js +2 -2
  145. package/esm/components/Card/PreviewPanel.js +3 -3
  146. package/esm/components/Card/images/no-image.svg +6 -6
  147. package/esm/components/CardList/CardList.js +55 -55
  148. package/esm/components/Carousel/Carousel.js +4 -4
  149. package/esm/components/Checkbox/Checkbox.js +3 -3
  150. package/esm/components/CodeEditor/CodeEditor.js +3 -3
  151. package/esm/components/Columns/Column.js +3 -3
  152. package/esm/components/Columns/Columns.js +3 -3
  153. package/esm/components/ComboBox/ComboBox.js +4 -4
  154. package/esm/components/ComboBox/ComboBoxOption.js +3 -3
  155. package/esm/components/ConsoleOutput/ConsoleOutput.js +3 -3
  156. package/esm/components/ContentLoader/ContentLoader.js +3 -3
  157. package/esm/components/Cuttable/Cuttable.js +3 -3
  158. package/esm/components/Dialog/Dialog.js +3 -3
  159. package/esm/components/Drawer/Drawer.js +4 -4
  160. package/esm/components/Dropdown/Dropdown.js +5 -5
  161. package/esm/components/ExtendedStatusMessage/ExtendedStatusMessage.js +4 -4
  162. package/esm/components/ExtendedStatusMessage/ExtendedStatusMessageActions.js +3 -3
  163. package/esm/components/ExtendedStatusMessage/ExtendedStatusMessageDescription.js +3 -3
  164. package/esm/components/ExtendedStatusMessage/ExtendedStatusMessageSeparator.js +3 -3
  165. package/esm/components/ExtendedStatusMessage/ExtendedStatusMessageTitle.js +3 -3
  166. package/esm/components/Figure/Figure.js +3 -3
  167. package/esm/components/Form/Form.js +4 -4
  168. package/esm/components/Form/utils.js +22 -22
  169. package/esm/components/FormField/FormField.js +24 -24
  170. package/esm/components/FormFieldCheckbox/FormFieldCheckbox.js +4 -4
  171. package/esm/components/FormFieldPassword/FormFieldPassword.js +3 -3
  172. package/esm/components/FormFieldRadioButtons/FormFieldRadioButtons.js +3 -3
  173. package/esm/components/FormFieldSelect/FormFieldSelect.js +4 -4
  174. package/esm/components/FormFieldText/FormFieldText.js +5 -5
  175. package/esm/components/Grid/Grid.js +3 -3
  176. package/esm/components/GridCol/GridCol.js +3 -3
  177. package/esm/components/Heading/Heading.js +3 -3
  178. package/esm/components/Hint/Hint.js +3 -3
  179. package/esm/components/Icon/Icon.js +6 -6
  180. package/esm/components/Icon/images/symbols.svg +1875 -1875
  181. package/esm/components/InPlaceEdit/Editor.js +61 -0
  182. package/esm/components/InPlaceEdit/InPlaceEdit.js +44 -119
  183. package/esm/components/Input/Input.js +3 -3
  184. package/esm/components/InputFile/InputFile.js +3 -3
  185. package/esm/components/InputNumber/InputNumber.js +3 -3
  186. package/esm/components/Item/Item.js +4 -4
  187. package/esm/components/ItemLink/ItemLink.js +4 -4
  188. package/esm/components/ItemList/ItemList.js +6 -6
  189. package/esm/components/Label/Label.js +3 -3
  190. package/esm/components/Layer/Layer.js +2 -2
  191. package/esm/components/Layout/Layout.js +2 -2
  192. package/esm/components/Link/Link.js +3 -3
  193. package/esm/components/List/List.js +4 -4
  194. package/esm/components/List/ListAction.js +4 -4
  195. package/esm/components/List/ListActions.js +3 -3
  196. package/esm/components/List/ListActionsDivider.js +4 -4
  197. package/esm/components/List/ListEmptyView.js +4 -4
  198. package/esm/components/List/ListOperation.js +4 -4
  199. package/esm/components/LocaleProvider/LocaleProvider.js +3 -3
  200. package/esm/components/Markdown/Markdown.js +3 -3
  201. package/esm/components/Media/Media.js +5 -5
  202. package/esm/components/Media/MediaSection.js +3 -3
  203. package/esm/components/Menu/Menu.js +9 -9
  204. package/esm/components/Menu/MenuBaseItem.js +3 -3
  205. package/esm/components/Menu/MenuDivider.js +3 -3
  206. package/esm/components/Menu/MenuHeader.js +3 -3
  207. package/esm/components/Menu/MenuItem.js +3 -3
  208. package/esm/components/Menu/MenuSelectableItem.js +3 -3
  209. package/esm/components/Overlay/Overlay.js +2 -2
  210. package/esm/components/PageHeader/PageHeader.js +3 -3
  211. package/esm/components/Pagination/Pagination.js +3 -3
  212. package/esm/components/Panel/Panel.js +3 -3
  213. package/esm/components/Paragraph/Paragraph.js +3 -3
  214. package/esm/components/Plaintext/Plaintext.js +3 -3
  215. package/esm/components/Popover/Popover.js +4 -4
  216. package/esm/components/Popper/Popper.js +2 -2
  217. package/esm/components/Progress/Progress.js +3 -3
  218. package/esm/components/ProgressDialog/ProgressDialog.js +3 -3
  219. package/esm/components/ProgressDialogStep/ProgressDialogStep.js +3 -3
  220. package/esm/components/ProgressStep/ProgressStep.js +3 -3
  221. package/esm/components/Radio/Radio.js +3 -3
  222. package/esm/components/Rating/Rating.js +3 -3
  223. package/esm/components/Rating/images/rating.svg +6 -6
  224. package/esm/components/Section/Section.js +4 -4
  225. package/esm/components/Section/SectionItem.js +3 -3
  226. package/esm/components/SegmentedControl/SegmentedControl.js +4 -4
  227. package/esm/components/Select/MultiValue.js +1 -1
  228. package/esm/components/Select/Select.js +3 -3
  229. package/esm/components/Select/SelectControl.js +1 -1
  230. package/esm/components/Select/SelectOption.js +3 -3
  231. package/esm/components/Select/SelectOptionGroup.js +3 -3
  232. package/esm/components/Skeleton/Skeleton.js +4 -4
  233. package/esm/components/Skeleton/SkeletonTabs.js +3 -3
  234. package/esm/components/Skeleton/SkeletonText.js +3 -3
  235. package/esm/components/Spinner/Spinner.js +2 -2
  236. package/esm/components/SplitButton/SplitButton.js +5 -5
  237. package/esm/components/Spot/Spot.js +3 -3
  238. package/esm/components/Status/Status.js +3 -3
  239. package/esm/components/StatusMessage/StatusMessage.js +4 -4
  240. package/esm/components/Subnav/Subnav.js +5 -5
  241. package/esm/components/Switch/Switch.js +4 -4
  242. package/esm/components/SwitchesPanel/SwitchesPanel.js +3 -3
  243. package/esm/components/SwitchesPanelItem/SwitchesPanelItem.js +4 -4
  244. package/esm/components/Tabs/SearchBar.js +3 -3
  245. package/esm/components/Tabs/Tab.js +7 -7
  246. package/esm/components/Tabs/Tabs.js +58 -58
  247. package/esm/components/Text/Text.js +3 -3
  248. package/esm/components/TextArea/TextArea.js +3 -3
  249. package/esm/components/Toaster/Toaster.js +34 -34
  250. package/esm/components/Toolbar/Toolbar.js +6 -6
  251. package/esm/components/Toolbar/ToolbarExpander.js +5 -5
  252. package/esm/components/Toolbar/ToolbarGroup.js +4 -4
  253. package/esm/components/Tooltip/Tooltip.js +4 -4
  254. package/esm/components/Tour/Tour.js +5 -5
  255. package/esm/components/Translate/Translate.js +3 -3
  256. package/esm/index.js +1 -1
  257. package/index.js +5 -5
  258. package/package.json +148 -148
  259. package/scripts/postinstall.js +9 -9
  260. package/styleguide/browserconfig.xml +9 -9
  261. package/styleguide/build/bundle.0d8a8996.js +2 -0
  262. package/styleguide/images/no-image.svg +6 -6
  263. package/styleguide/images/rating.svg +6 -6
  264. package/styleguide/images/symbols.svg +1875 -1875
  265. package/styleguide/index.html +2 -2
  266. package/styleguide/placeholders/placeholder_400x200.svg +5 -5
  267. package/styleguide/placeholders/placeholder_400x400.svg +5 -5
  268. package/styleguide/placeholders/placeholder_600x400.svg +5 -5
  269. package/styleguide/safari-pinned-tab.svg +28 -28
  270. package/styleguide/site.webmanifest +19 -19
  271. package/types/src/components/Cuttable/Cuttable.d.ts +1 -1
  272. package/types/src/components/InPlaceEdit/Editor.d.ts +8 -0
  273. package/types/src/components/InPlaceEdit/InPlaceEdit.d.ts +2 -22
  274. package/types/src/components/InPlaceEdit/locale/en-US.d.ts +6 -0
  275. package/types/src/components/List/List.d.ts +29 -4
  276. package/types/src/components/PageHeader/PageHeader.d.ts +1 -1
  277. package/styleguide/build/bundle.162d2ff0.js +0 -2
  278. /package/styleguide/build/{bundle.162d2ff0.js.LICENSE.txt → bundle.0d8a8996.js.LICENSE.txt} +0 -0
@@ -6,9 +6,9 @@ import { isLikeText } from '../Translate';
6
6
  import { CLS_PREFIX } from '../../constants';
7
7
  import Heading from '../Heading';
8
8
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
- /**
10
- * `PageHeader` component is used for identification of the current page.
11
- * @since 0.0.35
9
+ /**
10
+ * `PageHeader` component is used for identification of the current page.
11
+ * @since 0.0.35
12
12
  */
13
13
  const PageHeader = _ref => {
14
14
  let {
@@ -14,9 +14,9 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
14
14
  export const ITEMS_PER_PAGE_OPTIONS = [25, 100, 'all'];
15
15
  const VIEW_DEFAULT = 'default';
16
16
  const VIEW_POPOVER = 'popover';
17
- /**
18
- * `Pagination` component is used for navigating objects in [List](#!/List) which content is displayed on multiple pages.
19
- * @since 0.0.54
17
+ /**
18
+ * `Pagination` component is used for navigating objects in [List](#!/List) which content is displayed on multiple pages.
19
+ * @since 0.0.54
20
20
  */
21
21
  const Pagination = _ref => {
22
22
  let {
@@ -9,9 +9,9 @@ import Heading from '../Heading';
9
9
  import Button from '../Button';
10
10
  import { isClickable } from '../utils';
11
11
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
12
- /**
13
- * `Panel` component is used for visually grouping some content.
14
- * @since 0.0.35
12
+ /**
13
+ * `Panel` component is used for visually grouping some content.
14
+ * @since 0.0.35
15
15
  */
16
16
  const Panel = _ref => {
17
17
  let {
@@ -3,9 +3,9 @@
3
3
  import classNames from 'classnames';
4
4
  import { CLS_PREFIX } from '../../constants';
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
- /**
7
- * `Paragraph` is a block containing a single paragraph of [Text](#!/Text).
8
- * @since 1.1.0
6
+ /**
7
+ * `Paragraph` is a block containing a single paragraph of [Text](#!/Text).
8
+ * @since 1.1.0
9
9
  */
10
10
  const Paragraph = _ref => {
11
11
  let {
@@ -3,9 +3,9 @@
3
3
  import classNames from 'classnames';
4
4
  import { CLS_PREFIX } from '../../constants';
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
- /**
7
- * `Plaintext` component is used to show regular text, without any formatting options and ignoring html tags.
8
- * @since 0.0.42
6
+ /**
7
+ * `Plaintext` component is used to show regular text, without any formatting options and ignoring html tags.
8
+ * @since 0.0.42
9
9
  */
10
10
  const Plaintext = _ref => {
11
11
  let {
@@ -33,10 +33,10 @@ const PLACEMENT_MAP = {
33
33
  const ARROW_HEIGHT = 26;
34
34
  const isControlled = props => props.visible !== null;
35
35
  const normalize = value => String(Number(value)) === String(value) ? `${value}px` : value;
36
- /**
37
- * `Popover` component is non-modal pop-up window used for providing additional information
38
- * for an interface element. It also may contain Form with few fields or any other small content.
39
- * @since 0.0.42
36
+ /**
37
+ * `Popover` component is non-modal pop-up window used for providing additional information
38
+ * for an interface element. It also may contain Form with few fields or any other small content.
39
+ * @since 0.0.42
40
40
  */
41
41
  class Popover extends Component {
42
42
  constructor() {
@@ -8,8 +8,8 @@ import { findDOMNode } from 'react-dom';
8
8
  import { CLS_PREFIX } from '../../constants';
9
9
  import Layer from '../Layer';
10
10
  import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
11
- /**
12
- * `Popper` component.
11
+ /**
12
+ * `Popper` component.
13
13
  */
14
14
  class Popper extends Component {
15
15
  constructor() {
@@ -7,9 +7,9 @@ import { CLS_PREFIX } from '../../constants';
7
7
  import { safeInvoke } from '../utils';
8
8
  import { STATUS_NOT_STARTED, STATUS_RUNNING, STATUS_DONE, STATUS_ERROR, STATUS_WARNING, PROGRESS_STEP_DEFAULT_STATUS } from '../ProgressStep';
9
9
  import { jsx as _jsx } from "react/jsx-runtime";
10
- /**
11
- * `Progress` is used for showing progress of performing long operations.
12
- * @since 1.10.0
10
+ /**
11
+ * `Progress` is used for showing progress of performing long operations.
12
+ * @since 1.10.0
13
13
  */
14
14
  class Progress extends Component {
15
15
  constructor() {
@@ -10,9 +10,9 @@ import { safeInvoke } from '../utils';
10
10
  import { STATUS_DONE, STATUS_ERROR, STATUS_WARNING } from '../ProgressStep';
11
11
  import Progress from '../Progress';
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
- /**
14
- * `ProgressDialog` is a [Dialog](#!/Dialog) combined with of [Progress](#!/Progress) component.
15
- * @since 1.2.0
13
+ /**
14
+ * `ProgressDialog` is a [Dialog](#!/Dialog) combined with of [Progress](#!/Progress) component.
15
+ * @since 1.2.0
16
16
  */
17
17
  class ProgressDialog extends Component {
18
18
  constructor() {
@@ -3,9 +3,9 @@
3
3
  import React from 'react';
4
4
  import ProgressStep from '../ProgressStep';
5
5
 
6
- /**
7
- * @deprecated Component `ProgressDialogStep` is deprecated, use `ProgressStep` instead.
8
- * @since 1.2.0
6
+ /**
7
+ * @deprecated Component `ProgressDialogStep` is deprecated, use `ProgressStep` instead.
8
+ * @since 1.2.0
9
9
  */
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
11
  const ProgressDialogStep = props => {
@@ -15,9 +15,9 @@ export const STATUS_WARNING = 'warning';
15
15
  export const STATUS_ERROR = 'error';
16
16
  export const STATUS_CANCELED = 'canceled';
17
17
  export const PROGRESS_STEP_DEFAULT_STATUS = STATUS_NOT_STARTED;
18
- /**
19
- * `ProgressStep` is a part of the [Progress](#!/Progress) component.
20
- * @since 1.10.0
18
+ /**
19
+ * `ProgressStep` is a part of the [Progress](#!/Progress) component.
20
+ * @since 1.10.0
21
21
  */
22
22
  const ProgressStep = _ref => {
23
23
  let {
@@ -5,9 +5,9 @@ import { CLS_PREFIX } from '../../constants';
5
5
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
6
  let radioId = 0;
7
7
 
8
- /**
9
- * `Radio` component is used for making a choice among a set of mutually exclusive, related options.
10
- * @since 3.2.0
8
+ /**
9
+ * `Radio` component is used for making a choice among a set of mutually exclusive, related options.
10
+ * @since 3.2.0
11
11
  */
12
12
  const Radio = _ref => {
13
13
  let {
@@ -12,9 +12,9 @@ const width = value => {
12
12
  }
13
13
  return result;
14
14
  };
15
- /**
16
- * `Rating` component is used for showing and collecting feedback of users' opinion in 0-5 grade scale.
17
- * @since 0.0.42
15
+ /**
16
+ * `Rating` component is used for showing and collecting feedback of users' opinion in 0-5 grade scale.
17
+ * @since 0.0.42
18
18
  */
19
19
  const Rating = _ref => {
20
20
  let {
@@ -1,6 +1,6 @@
1
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="56" height="248" viewBox="0 0 51 248">
2
- <defs><symbol id="star"><path stroke-width="3" d="m25,1 6,17h18l-14,11 5,17-15-10-15,10 5-17-14-11h18z"></path></symbol></defs>
3
- <use x="0" y="0" fill="none" stroke="#ff9500" href="#star"></use>
4
- <use x="0" y="100" fill="#ff9500" stroke="#ff9500" href="#star"></use>
5
- <use x="0" y="200" fill="#848484" stroke="#848484" href="#star"></use>
6
- </svg>
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="56" height="248" viewBox="0 0 51 248">
2
+ <defs><symbol id="star"><path stroke-width="3" d="m25,1 6,17h18l-14,11 5,17-15-10-15,10 5-17-14-11h18z"></path></symbol></defs>
3
+ <use x="0" y="0" fill="none" stroke="#ff9500" href="#star"></use>
4
+ <use x="0" y="100" fill="#ff9500" stroke="#ff9500" href="#star"></use>
5
+ <use x="0" y="200" fill="#848484" stroke="#848484" href="#star"></use>
6
+ </svg>
@@ -215,10 +215,10 @@ class Section extends Component {
215
215
  }
216
216
  }
217
217
 
218
- /**
219
- * `Section` component is used for dividing of complex content into groups for better readability
220
- * and comprehension of the presented information.
221
- * @since 0.0.54
218
+ /**
219
+ * `Section` component is used for dividing of complex content into groups for better readability
220
+ * and comprehension of the presented information.
221
+ * @since 0.0.54
222
222
  */
223
223
  const SectionWrapper = _ref8 => {
224
224
  let {
@@ -7,9 +7,9 @@ import VerticalContext from '../VerticalContext';
7
7
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
8
8
  export const SECTION_ITEM_BASE_CLASS_NAME = `${CLS_PREFIX}section-item`;
9
9
 
10
- /**
11
- * `SectionItem` component is used for showing parameters and its values in [Section](#!/Section).
12
- * @since 0.0.54
10
+ /**
11
+ * `SectionItem` component is used for showing parameters and its values in [Section](#!/Section).
12
+ * @since 0.0.54
13
13
  */
14
14
  const SectionItem = _ref => {
15
15
  let {
@@ -12,10 +12,10 @@ import { useSelected } from './useSelected';
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  export const SEGMENTED_CONTROL_BASE_CLASS_NAME = `${CLS_PREFIX}segmented-control`;
14
14
 
15
- /**
16
- * `Segmented Control` is a group of several [Buttons](#!/Button)
17
- * each of which functions as a mutually exclusive option.
18
- * @since 0.0.68
15
+ /**
16
+ * `Segmented Control` is a group of several [Buttons](#!/Button)
17
+ * each of which functions as a mutually exclusive option.
18
+ * @since 0.0.68
19
19
  */
20
20
  const SegmentedControl = _ref => {
21
21
  let {
@@ -37,7 +37,7 @@ const MultiValue = _ref => {
37
37
  focusable: "false",
38
38
  "aria-hidden": "true",
39
39
  children: /*#__PURE__*/_jsx("path", {
40
- d: "M3.85 8.854a.498.498 0 1 1-.704-.704L5.296 6l-2.15-2.15a.498.498 0 0 1 .704-.704L6 5.296l2.15-2.15a.498.498 0 1 1\r .704.704L6.704 6l2.15 2.15a.498.498 0 0 1-.704.704L6 6.704l-2.15 2.15z"
40
+ d: "M3.85 8.854a.498.498 0 1 1-.704-.704L5.296 6l-2.15-2.15a.498.498 0 0 1 .704-.704L6 5.296l2.15-2.15a.498.498 0 1 1 .704.704L6.704 6l2.15 2.15a.498.498 0 0 1-.704.704L6 6.704l-2.15 2.15z"
41
41
  })
42
42
  })
43
43
  })]
@@ -86,9 +86,9 @@ const getNextValue = (value, prevValue) => {
86
86
  }
87
87
  return value;
88
88
  };
89
- /**
90
- * `Select` component is used for making a choice among a set of related options.
91
- * @since 2.3.0
89
+ /**
90
+ * `Select` component is used for making a choice among a set of related options.
91
+ * @since 2.3.0
92
92
  */
93
93
  const Select = _ref => {
94
94
  let {
@@ -219,7 +219,7 @@ const SelectControl = /*#__PURE__*/forwardRef(function SelectControl(_ref, ref)
219
219
  "aria-hidden": "true",
220
220
  focusable: "false",
221
221
  children: /*#__PURE__*/_jsx("path", {
222
- d: "M.85 7.854a.498.498 0 1 1-.704-.704L3.296 4 .146.85A.498.498 0 0 1 .85.146L4 3.296 7.15.146a.498.498 0 0 1\r .704.704L4.704 4l3.15 3.15a.498.498 0 0 1-.704.704L4 4.704.85 7.854z"
222
+ d: "M.85 7.854a.498.498 0 1 1-.704-.704L3.296 4 .146.85A.498.498 0 0 1 .85.146L4 3.296 7.15.146a.498.498 0 0 1 .704.704L4.704 4l3.15 3.15a.498.498 0 0 1-.704.704L4 4.704.85 7.854z"
223
223
  })
224
224
  })
225
225
  })
@@ -1,9 +1,9 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  // Copyright 1999-2023. Plesk International GmbH. All rights reserved.
3
3
 
4
- /**
5
- * `SelectOption` is a part of [SelectOptionGroup](#!/SelectOptionGroup) component.
6
- * @since 2.3.0
4
+ /**
5
+ * `SelectOption` is a part of [SelectOptionGroup](#!/SelectOptionGroup) component.
6
+ * @since 2.3.0
7
7
  */
8
8
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
9
9
  const SelectOption = _props => {
@@ -1,9 +1,9 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  // Copyright 1999-2023. Plesk International GmbH. All rights reserved.
3
3
 
4
- /**
5
- * `SelectOptionGroup` is a part of [Select](#!/Select) component. It can be used for splitting the list of all options into groups.
6
- * @since 2.3.0
4
+ /**
5
+ * `SelectOptionGroup` is a part of [Select](#!/Select) component. It can be used for splitting the list of all options into groups.
6
+ * @since 2.3.0
7
7
  */
8
8
  const SelectOptionGroup = _props => {
9
9
  // styleguidist doesn't show Props & Methods if component renders nothing
@@ -4,10 +4,10 @@ import classNames from 'classnames';
4
4
  import { normalizeSize } from '../utils';
5
5
  import { CLS_PREFIX } from '../../constants';
6
6
  import { jsx as _jsx } from "react/jsx-runtime";
7
- /**
8
- * `Skeleton` (or content-placeholder) is placeholder preview of content before the data gets loaded to reduce load-time frustration.
9
- * Skeleton is used for non-text components, images, media-objects, etc.
10
- * @since 3.28.0
7
+ /**
8
+ * `Skeleton` (or content-placeholder) is placeholder preview of content before the data gets loaded to reduce load-time frustration.
9
+ * Skeleton is used for non-text components, images, media-objects, etc.
10
+ * @since 3.28.0
11
11
  */
12
12
  const Skeleton = _ref => {
13
13
  let {
@@ -4,9 +4,9 @@ import classNames from 'classnames';
4
4
  import SkeletonText from './SkeletonText';
5
5
  import { CLS_PREFIX } from '../../constants';
6
6
  import { jsx as _jsx } from "react/jsx-runtime";
7
- /**
8
- * Skeleton for tabs component
9
- * @since `3.28.0
7
+ /**
8
+ * Skeleton for tabs component
9
+ * @since `3.28.0
10
10
  */
11
11
  const SkeletonTabs = _ref => {
12
12
  let {
@@ -4,9 +4,9 @@ import classNames from 'classnames';
4
4
  import Skeleton from './Skeleton';
5
5
  import { CLS_PREFIX } from '../../constants';
6
6
  import { jsx as _jsx } from "react/jsx-runtime";
7
- /**
8
- * Skeleton for text-containing components. Is can be used inside Paragraph, as title, or single text
9
- * @since 3.28.0
7
+ /**
8
+ * Skeleton for text-containing components. Is can be used inside Paragraph, as title, or single text
9
+ * @since 3.28.0
10
10
  */
11
11
  const SkeletonText = _ref => {
12
12
  let {
@@ -3,8 +3,8 @@
3
3
  import classNames from 'classnames';
4
4
  import { CLS_PREFIX } from '../../constants';
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
- /**
7
- * `Spinner` component.
6
+ /**
7
+ * `Spinner` component.
8
8
  */
9
9
  const Spinner = _ref => {
10
10
  let {
@@ -30,11 +30,11 @@ const focusStrategy = {
30
30
  return container.children[1].querySelector('button');
31
31
  }
32
32
  };
33
- /**
34
- * `Split Button` is a combination of a standard [Button](#!/Button) with a [Dropdown](#!/Dropdown) menu.
35
- * It is used for grouping several related actions when one of the actions should be accessible immediately
36
- * because it is used more often than others.
37
- * @since 0.0.40
33
+ /**
34
+ * `Split Button` is a combination of a standard [Button](#!/Button) with a [Dropdown](#!/Dropdown) menu.
35
+ * It is used for grouping several related actions when one of the actions should be accessible immediately
36
+ * because it is used more often than others.
37
+ * @since 0.0.40
38
38
  */
39
39
  const SplitButton = _ref => {
40
40
  let {
@@ -9,9 +9,9 @@ import SpotPopup from './SpotPopup';
9
9
  import { jsx as _jsx } from "react/jsx-runtime";
10
10
  const isEqual = (a, b) => a.top === b.top && a.left === b.left && a.right === b.right && a.bottom === b.bottom && a.width === b.width && a.height === b.height;
11
11
 
12
- /**
13
- * The component can be used to attract the user's attention to a specific element on the page.
14
- * @since 3.0.1
12
+ /**
13
+ * The component can be used to attract the user's attention to a specific element on the page.
14
+ * @since 3.0.1
15
15
  */
16
16
  const Spot = _ref => {
17
17
  let {
@@ -20,9 +20,9 @@ const toIcon = (icon, intent) => {
20
20
  } : undefined);
21
21
  };
22
22
 
23
- /**
24
- * `Status` component is used for indicating state of an object or the system.
25
- * @since 0.0.68
23
+ /**
24
+ * `Status` component is used for indicating state of an object or the system.
25
+ * @since 0.0.68
26
26
  */
27
27
  const Status = _ref => {
28
28
  let {
@@ -6,10 +6,10 @@ import Icon from '../Icon';
6
6
  import { CLS_PREFIX } from '../../constants';
7
7
  import { intentIconMap } from '../intentIconMap';
8
8
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
- /**
10
- * `StatusMessage` is used for notifying users about events happened (or going to happen) in the system.
11
- * For showing results of performed operations [Toaster](#!/Toaster) should be used.
12
- * @since 1.12.0
9
+ /**
10
+ * `StatusMessage` is used for notifying users about events happened (or going to happen) in the system.
11
+ * For showing results of performed operations [Toaster](#!/Toaster) should be used.
12
+ * @since 1.12.0
13
13
  */
14
14
  const StatusMessage = _ref => {
15
15
  let {
@@ -5,9 +5,9 @@ import { CLS_PREFIX } from '../../constants';
5
5
  import { safeInvoke, createFocusManager } from '../utils';
6
6
  import { cloneElement, Children, isValidElement, useRef, useMemo } from 'react';
7
7
  import { jsx as _jsx } from "react/jsx-runtime";
8
- /**
9
- * `Subnav` component is used when you need a second level navigation under [Tabs](#!/Tabs) on the screen.
10
- * @since 0.0.42
8
+ /**
9
+ * `Subnav` component is used when you need a second level navigation under [Tabs](#!/Tabs) on the screen.
10
+ * @since 0.0.42
11
11
  */
12
12
  const Subnav = _ref => {
13
13
  let {
@@ -85,8 +85,8 @@ const Subnav = _ref => {
85
85
  children: items
86
86
  });
87
87
  };
88
- /**
89
- * SubnavItem component.
88
+ /**
89
+ * SubnavItem component.
90
90
  */
91
91
  const SubnavItem = _ref2 => {
92
92
  let {
@@ -4,10 +4,10 @@ import classNames from 'classnames';
4
4
  import { CLS_PREFIX } from '../../constants';
5
5
  import Tooltip from '../Tooltip';
6
6
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
7
- /**
8
- * `Switch` component is used for changing the state of an object or system preferences.
9
- * It provides immediate results that is why it should not be used in Form.
10
- * @since 0.0.42
7
+ /**
8
+ * `Switch` component is used for changing the state of an object or system preferences.
9
+ * It provides immediate results that is why it should not be used in Form.
10
+ * @since 0.0.42
11
11
  */
12
12
  const Switch = _ref => {
13
13
  let {
@@ -5,9 +5,9 @@ import classNames from 'classnames';
5
5
  import { CLS_PREFIX } from '../../constants';
6
6
  import Section from '../Section';
7
7
  import { jsx as _jsx } from "react/jsx-runtime";
8
- /**
9
- * `SwitchesPanel` component is used for grouping several [SwitchesPanelItems](#!/SwitchesPanelItem) into one set.
10
- * @since 0.3.0
8
+ /**
9
+ * `SwitchesPanel` component is used for grouping several [SwitchesPanelItems](#!/SwitchesPanelItem) into one set.
10
+ * @since 0.3.0
11
11
  */
12
12
  const SwitchesPanel = _ref => {
13
13
  let {
@@ -6,10 +6,10 @@ import Switch from '../Switch';
6
6
  import Action from '../Action';
7
7
  import Popover from '../Popover';
8
8
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
- /**
10
- * `SwitchesPanelItem` component is used for combining [Switch](#!/Switch) component with text title and description.
11
- * Used in [SwitchesPanel](#!/SwitchesPanel).
12
- * @since 0.3.0
9
+ /**
10
+ * `SwitchesPanelItem` component is used for combining [Switch](#!/Switch) component with text title and description.
11
+ * Used in [SwitchesPanel](#!/SwitchesPanel).
12
+ * @since 0.3.0
13
13
  */
14
14
  const SwitchesPanelItem = _ref => {
15
15
  let {
@@ -13,9 +13,9 @@ import Menu, { MenuItem, MenuSelectableItem } from '../Menu';
13
13
  import ResponsiveContext from '../ResponsiveContext';
14
14
  import { safeInvoke } from '../utils';
15
15
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
16
- /**
17
- * `SearchBar` component is used for providing type-as-you-go search.
18
- * @since 0.0.58
16
+ /**
17
+ * `SearchBar` component is used for providing type-as-you-go search.
18
+ * @since 0.0.58
19
19
  */
20
20
  class SearchBar extends Component {
21
21
  constructor() {
@@ -2,13 +2,13 @@ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  // Copyright 1999-2023. Plesk International GmbH. All rights reserved.
3
3
  /* eslint-disable react/no-unused-prop-types */
4
4
 
5
- /**
6
- * `Tab` is an individual element of the [Tabs](#!/Tabs) component.
7
- *
8
- * Each `Tab` can display an icon near the tab name for easier identification.
9
- * It can also display a [Label](#!/Label) next to the tab name for showing additional information about its content.
10
- * You can make `Tabs` closeable, for example, if you are using them for opening and displaying files.
11
- * @since 0.0.35
5
+ /**
6
+ * `Tab` is an individual element of the [Tabs](#!/Tabs) component.
7
+ *
8
+ * Each `Tab` can display an icon near the tab name for easier identification.
9
+ * It can also display a [Label](#!/Label) next to the tab name for showing additional information about its content.
10
+ * You can make `Tabs` closeable, for example, if you are using them for opening and displaying files.
11
+ * @since 0.0.35
12
12
  */
13
13
  const Tab = _ref => {
14
14
  let {