@plesk/ui-library 3.35.3 → 3.35.4

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.
@@ -4,7 +4,7 @@
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
7
- <title>Plesk UI Library 3.35.3</title>
7
+ <title>Plesk UI Library 3.35.4</title>
8
8
  <meta name="msapplication-TileColor" content="#da532c">
9
9
  <meta name="theme-color" content="#ffffff">
10
10
  <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
@@ -26,6 +26,6 @@
26
26
  <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KWST26V"
27
27
  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
28
28
  <!-- End Google Tag Manager (noscript) -->
29
- <script src="build/bundle.8058bbce.js"></script>
29
+ <script src="build/bundle.17ad5082.js"></script>
30
30
  </body>
31
31
  </html>
@@ -45,5 +45,5 @@ export declare type MenuItemProps<Component extends ElementType = 'div'> = {
45
45
  * `MenuItem` is a part of [Menu](#!/Menu) component.
46
46
  * @since 0.0.55
47
47
  */
48
- declare const MenuItem: ({ className, children, onClick, icon, label, tooltip, baseClassName, disabled, active, ...props }: MenuItemProps) => JSX.Element;
48
+ declare const MenuItem: <Component extends ElementType<any> = "div">({ className, children, onClick, icon, label, tooltip, baseClassName, disabled, active, ...props }: MenuItemProps<Component>) => JSX.Element;
49
49
  export default MenuItem;
@@ -17,7 +17,7 @@ export declare type TextAreaProps = {
17
17
  * Textarea width.
18
18
  * @since 1.9.0
19
19
  */
20
- size: 'sm' | 'md' | 'lg' | 'xl' | 'fill';
20
+ size?: 'sm' | 'md' | 'lg' | 'xl' | 'fill';
21
21
  /**
22
22
  * Adjust height automatically when multiline option is set to true.
23
23
  * @since 1.9.0