@astral/features 3.157.1 → 3.158.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.
@@ -12,7 +12,7 @@ export declare const SideLabel: import("@emotion/styled").StyledComponent<{
12
12
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
13
13
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
14
14
  export declare const LabelTitle: import("@emotion/styled").StyledComponent<import("@astral/ui").OverflowedProps & {
15
- tooltipProps?: Omit<{
15
+ tooltipProps?: (Omit<{
16
16
  components?: {
17
17
  Popper?: import("react").ElementType<import("@mui/material").PopperProps, keyof import("react").JSX.IntrinsicElements> | undefined;
18
18
  Transition?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
@@ -327,7 +327,9 @@ export declare const LabelTitle: import("@emotion/styled").StyledComponent<impor
327
327
  PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
328
328
  PopperProps?: Partial<import("@mui/material").PopperProps> | undefined;
329
329
  withoutContainer?: boolean | undefined;
330
- }, "children"> | undefined;
330
+ }, "children" | "title"> & {
331
+ title?: import("react").ReactNode;
332
+ }) | undefined;
331
333
  } & {
332
334
  children?: import("react").ReactNode;
333
335
  align?: "inherit" | "left" | "right" | "center" | "justify" | undefined;
@@ -12,7 +12,7 @@ export declare const SideLabel: import("@emotion/styled").StyledComponent<{
12
12
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
13
13
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
14
14
  export declare const LabelTitle: import("@emotion/styled").StyledComponent<import("@astral/ui").OverflowedProps & {
15
- tooltipProps?: Omit<{
15
+ tooltipProps?: (Omit<{
16
16
  components?: {
17
17
  Popper?: import("react").ElementType<import("@mui/material").PopperProps, keyof import("react").JSX.IntrinsicElements> | undefined;
18
18
  Transition?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
@@ -327,7 +327,9 @@ export declare const LabelTitle: import("@emotion/styled").StyledComponent<impor
327
327
  PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
328
328
  PopperProps?: Partial<import("@mui/material").PopperProps> | undefined;
329
329
  withoutContainer?: boolean | undefined;
330
- }, "children"> | undefined;
330
+ }, "children" | "title"> & {
331
+ title?: import("react").ReactNode;
332
+ }) | undefined;
331
333
  } & {
332
334
  children?: import("react").ReactNode;
333
335
  align?: "inherit" | "left" | "right" | "center" | "justify" | undefined;
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@astral/features",
3
3
  "browser": "./index.js",
4
4
  "main": "./node/index.js",
5
- "version": "3.157.1",
5
+ "version": "3.158.1",
6
6
  "dependencies": {
7
- "@astral/ui": "3.157.1",
7
+ "@astral/ui": "3.158.1",
8
8
  "mobx": "^6.8.0",
9
9
  "mobx-react-lite": "^3.4.0",
10
10
  "@astral/cryptopro-cades": "^1.5.1"