@astral/features 2.22.0 → 2.23.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.
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ import { TypographyProps } from '@astral/ui';
2
3
  export declare const AutocompleteListAvatarIcon: import("@emotion/styled").StyledComponent<{
3
4
  alt?: string | undefined;
4
5
  children?: import("react").ReactNode;
@@ -13,7 +14,7 @@ export declare const AutocompleteListAvatarIcon: import("@emotion/styled").Style
13
14
  variant?: "rounded" | "square" | "circular" | undefined;
14
15
  } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
15
16
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
16
- }, "sx" | "children" | "variant" | keyof import("@mui/material/OverridableComponent").CommonProps | "alt" | "imgProps" | "sizes" | "src" | "srcSet"> & {
17
+ }, "sx" | "children" | "variant" | "sizes" | "alt" | "src" | "srcSet" | keyof import("@mui/material/OverridableComponent").CommonProps | "imgProps"> & {
17
18
  theme?: import("@emotion/react").Theme | undefined;
18
19
  }, {}, {}>;
19
20
  export declare const AutocompleteListItemLabel: import("@emotion/styled").StyledComponent<{
@@ -26,14 +27,10 @@ export declare const AutocompleteListItemSideLabel: import("@emotion/styled").St
26
27
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
27
28
  export declare const AutocompleteListItemLabelTitle: import("@emotion/styled").StyledComponent<Omit<import("@astral/ui").OverflowedTypographyProps, "ref"> & import("react").RefAttributes<HTMLElement> & {
28
29
  theme?: import("@emotion/react").Theme | undefined;
29
- } & Omit<import("@mui/material/OverridableComponent").OverrideProps<import("@astral/ui").WithoutEmotionSpecific<import("@mui/material").TypographyTypeMap<{}, "span">>, import("react").ElementType<any>>, "color" | "variant"> & {
30
- variant?: import("@mui/material").TypographyVariant | keyof import("@mui/material").TypographyPropsVariantOverrides | undefined;
31
- component?: import("react").ElementType<any> | undefined;
32
- color?: "primary" | "secondary" | "red" | "green" | "yellow" | "grey" | "error" | "warning" | "info" | "success" | "text" | "textSecondary" | ((theme: import("@mui/material").Theme) => string) | undefined;
33
- colorIntensity?: ("900" | "100" | "700" | "800" | "200" | "500" | "400" | "300" | "600") | undefined;
34
- }, {}, {}>;
30
+ } & TypographyProps<"span">, {}, {}>;
35
31
  export declare const AutocompleteListItemIcon: import("@emotion/styled").StyledComponent<Omit<{
36
32
  color?: string | undefined;
33
+ content?: string | undefined;
37
34
  translate?: "yes" | "no" | undefined;
38
35
  ref?: import("react").Ref<unknown> | undefined;
39
36
  tabIndex?: number | undefined;
@@ -47,6 +44,7 @@ export declare const AutocompleteListItemIcon: import("@emotion/styled").StyledC
47
44
  suppressContentEditableWarning?: boolean | undefined;
48
45
  suppressHydrationWarning?: boolean | undefined;
49
46
  accessKey?: string | undefined;
47
+ autoFocus?: boolean | undefined;
50
48
  contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
51
49
  contextMenu?: string | undefined;
52
50
  dir?: string | undefined;
@@ -64,7 +62,9 @@ export declare const AutocompleteListItemIcon: import("@emotion/styled").StyledC
64
62
  inlist?: any;
65
63
  prefix?: string | undefined;
66
64
  property?: string | undefined;
65
+ rel?: string | undefined;
67
66
  resource?: string | undefined;
67
+ rev?: string | undefined;
68
68
  typeof?: string | undefined;
69
69
  vocab?: string | undefined;
70
70
  autoCapitalize?: string | undefined;
@@ -82,14 +82,14 @@ export declare const AutocompleteListItemIcon: import("@emotion/styled").StyledC
82
82
  is?: string | undefined;
83
83
  'aria-activedescendant'?: string | undefined;
84
84
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
85
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
85
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
86
86
  'aria-busy'?: (boolean | "true" | "false") | undefined;
87
87
  'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
88
88
  'aria-colcount'?: number | undefined;
89
89
  'aria-colindex'?: number | undefined;
90
90
  'aria-colspan'?: number | undefined;
91
91
  'aria-controls'?: string | undefined;
92
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
92
+ 'aria-current'?: boolean | "page" | "time" | "step" | "true" | "false" | "location" | "date" | undefined;
93
93
  'aria-describedby'?: string | undefined;
94
94
  'aria-details'?: string | undefined;
95
95
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
@@ -129,7 +129,7 @@ export declare const AutocompleteListItemIcon: import("@emotion/styled").StyledC
129
129
  'aria-valuenow'?: number | undefined;
130
130
  'aria-valuetext'?: string | undefined;
131
131
  dangerouslySetInnerHTML?: {
132
- __html: string;
132
+ __html: string | TrustedHTML;
133
133
  } | undefined;
134
134
  onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
135
135
  onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Certificate } from '@astral/cryptopro-cades';
3
2
  import { AutocompleteProps } from '@astral/ui';
4
3
  /**
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Certificate } from '@astral/cryptopro-cades';
3
2
  import { AutocompleteProps, WithFormFieldProps } from '@astral/ui';
4
3
  export type CryptoProCertFormAutocompleteProps<Multiple extends boolean = false, DisableClearable extends boolean = false, FreeSolo extends boolean = false> = WithFormFieldProps<AutocompleteProps<Certificate, Multiple, DisableClearable, FreeSolo>, any>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { CheckWorkspace } from '../../../services';
3
2
  type Props = {
4
3
  workspaceSetupInfo: CheckWorkspace;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { CheckWorkspace } from '../../../services';
3
2
  type Props = {
4
3
  workspaceSetupInfo: CheckWorkspace;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { CheckWorkspace } from '../../services/WorkspaceSetupService';
3
2
  type SetupCryptoProWorkspaceModalProps = {
4
3
  isDialogOpen: boolean;
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@astral/features",
3
3
  "browser": "./index.js",
4
4
  "main": "./index.js",
5
- "version": "2.22.0",
5
+ "version": "2.23.1",
6
6
  "dependencies": {
7
- "@astral/ui": "^2.22.0",
7
+ "@astral/ui": "^2.23.1",
8
8
  "mobx": "^6.8.0",
9
9
  "mobx-react-lite": "^3.4.0",
10
10
  "@astral/cryptopro-cades": "^1.5.1"