@astral/features 2.27.0 → 2.28.0

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,6 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
3
+ /// <reference types="trusted-types" />
2
4
  import { TypographyProps } from '@astral/ui';
3
5
  export declare const AutocompleteListAvatarIcon: import("@emotion/styled").StyledComponent<{
4
6
  alt?: string | undefined;
@@ -14,7 +16,7 @@ export declare const AutocompleteListAvatarIcon: import("@emotion/styled").Style
14
16
  variant?: "rounded" | "square" | "circular" | undefined;
15
17
  } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
16
18
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
17
- }, "sx" | "children" | "variant" | "sizes" | "alt" | "src" | "srcSet" | keyof import("@mui/material/OverridableComponent").CommonProps | "imgProps"> & {
19
+ }, "sx" | "children" | "variant" | keyof import("@mui/material/OverridableComponent").CommonProps | "alt" | "imgProps" | "sizes" | "src" | "srcSet"> & {
18
20
  theme?: import("@emotion/react").Theme | undefined;
19
21
  }, {}, {}>;
20
22
  export declare const AutocompleteListItemLabel: import("@emotion/styled").StyledComponent<{
@@ -32,19 +34,15 @@ export declare const AutocompleteListItemIcon: import("@emotion/styled").StyledC
32
34
  color?: string | undefined;
33
35
  content?: string | undefined;
34
36
  translate?: "yes" | "no" | undefined;
35
- ref?: import("react").Ref<unknown> | undefined;
36
- tabIndex?: number | undefined;
37
+ classes?: Partial<import("@mui/material").ListItemIconClasses> | undefined;
37
38
  children?: import("react").ReactNode;
38
- className?: string | undefined;
39
- slot?: string | undefined;
40
- style?: import("react").CSSProperties | undefined;
41
- title?: string | undefined;
42
39
  defaultChecked?: boolean | undefined;
43
40
  defaultValue?: string | number | readonly string[] | undefined;
44
41
  suppressContentEditableWarning?: boolean | undefined;
45
42
  suppressHydrationWarning?: boolean | undefined;
46
43
  accessKey?: string | undefined;
47
44
  autoFocus?: boolean | undefined;
45
+ className?: string | undefined;
48
46
  contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
49
47
  contextMenu?: string | undefined;
50
48
  dir?: string | undefined;
@@ -54,7 +52,11 @@ export declare const AutocompleteListItemIcon: import("@emotion/styled").StyledC
54
52
  lang?: string | undefined;
55
53
  nonce?: string | undefined;
56
54
  placeholder?: string | undefined;
55
+ slot?: string | undefined;
57
56
  spellCheck?: (boolean | "true" | "false") | undefined;
57
+ style?: import("react").CSSProperties | undefined;
58
+ tabIndex?: number | undefined;
59
+ title?: string | undefined;
58
60
  radioGroup?: string | undefined;
59
61
  role?: import("react").AriaRole | undefined;
60
62
  about?: string | undefined;
@@ -89,7 +91,7 @@ export declare const AutocompleteListItemIcon: import("@emotion/styled").StyledC
89
91
  'aria-colindex'?: number | undefined;
90
92
  'aria-colspan'?: number | undefined;
91
93
  'aria-controls'?: string | undefined;
92
- 'aria-current'?: boolean | "page" | "time" | "step" | "true" | "false" | "location" | "date" | undefined;
94
+ 'aria-current'?: boolean | "page" | "time" | "true" | "false" | "step" | "location" | "date" | undefined;
93
95
  'aria-describedby'?: string | undefined;
94
96
  'aria-details'?: string | undefined;
95
97
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
@@ -293,7 +295,7 @@ export declare const AutocompleteListItemIcon: import("@emotion/styled").StyledC
293
295
  onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
294
296
  onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
295
297
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
296
- classes?: Partial<import("@mui/material").ListItemIconClasses> | undefined;
298
+ ref?: import("react").Ref<unknown> | undefined;
297
299
  }, "ref"> & import("react").RefAttributes<HTMLLIElement> & {
298
300
  theme?: import("@emotion/react").Theme | undefined;
299
301
  }, {}, {}>;
@@ -324,7 +326,7 @@ export declare const GroupMenuItem: import("@emotion/styled").StyledComponent<{
324
326
  touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
325
327
  }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
326
328
  ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
327
- }, "disabled" | "action" | "divider" | "sx" | "onFocusVisible" | "tabIndex" | "children" | "autoFocus" | "selected" | keyof import("@mui/material/OverridableComponent").CommonProps | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "dense" | "disableGutters"> & {
329
+ }, "disabled" | "action" | "divider" | "sx" | "children" | "autoFocus" | "tabIndex" | keyof import("@mui/material/OverridableComponent").CommonProps | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "dense" | "disableGutters"> & {
328
330
  theme?: import("@emotion/react").Theme | undefined;
329
331
  } & {
330
332
  checked?: boolean | undefined;
@@ -356,6 +358,6 @@ export declare const AutocompleteListItemContent: import("@emotion/styled").Styl
356
358
  touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
357
359
  }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
358
360
  ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
359
- }, "disabled" | "action" | "divider" | "sx" | "onFocusVisible" | "tabIndex" | "children" | "autoFocus" | "selected" | keyof import("@mui/material/OverridableComponent").CommonProps | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "dense" | "disableGutters"> & {
361
+ }, "disabled" | "action" | "divider" | "sx" | "children" | "autoFocus" | "tabIndex" | keyof import("@mui/material/OverridableComponent").CommonProps | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "dense" | "disableGutters"> & {
360
362
  theme?: import("@emotion/react").Theme | undefined;
361
363
  }, {}, {}>;
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.27.0",
5
+ "version": "2.28.0",
6
6
  "dependencies": {
7
- "@astral/ui": "^2.27.0",
7
+ "@astral/ui": "^2.28.0",
8
8
  "mobx": "^6.8.0",
9
9
  "mobx-react-lite": "^3.4.0",
10
10
  "@astral/cryptopro-cades": "^1.5.1"