@astral/features 2.22.0 → 2.23.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.
@@ -89,7 +89,7 @@ export declare const AutocompleteListItemIcon: import("@emotion/styled").StyledC
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" | "true" | "false" | "step" | "location" | "date" | undefined;
93
93
  'aria-describedby'?: string | undefined;
94
94
  'aria-details'?: string | undefined;
95
95
  'aria-disabled'?: (boolean | "true" | "false") | 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.0",
6
6
  "dependencies": {
7
- "@astral/ui": "^2.22.0",
7
+ "@astral/ui": "^2.23.0",
8
8
  "mobx": "^6.8.0",
9
9
  "mobx-react-lite": "^3.4.0",
10
10
  "@astral/cryptopro-cades": "^1.5.1"