@astral/features 4.0.0 → 4.1.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.
package/README.md CHANGED
@@ -64,7 +64,7 @@ screen
64
64
 
65
65
  import { autoSaveIndicatorInstance } from "@example/shared"
66
66
 
67
- export const ExampleScreen = observer(() => {
67
+ export const BasicUsageScreen = observer(() => {
68
68
  const [autoSaveIndicatorStore] = useState(autoSaveIndicatorStoreInstance);
69
69
 
70
70
  useInitAutoSaveIndicatorStore(autoSaveIndicatorStore);
@@ -2,4 +2,4 @@
2
2
  import { type Meta } from '@storybook/react-vite';
3
3
  declare const meta: Meta;
4
4
  export default meta;
5
- export declare const Example: () => JSX.Element;
5
+ export declare const BasicUsage: () => JSX.Element;
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Example = void 0;
3
+ exports.BasicUsage = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const AstralProductSwitcher_1 = require("../AstralProductSwitcher");
6
6
  const common_1 = require("./common");
7
7
  const meta = {};
8
8
  exports.default = meta;
9
- const Example = () => ((0, jsx_runtime_1.jsx)(AstralProductSwitcher_1.AstralProductSwitcher, { identityUrl: common_1.IDENTITY_URL }));
10
- exports.Example = Example;
9
+ const BasicUsage = () => ((0, jsx_runtime_1.jsx)(AstralProductSwitcher_1.AstralProductSwitcher, { identityUrl: common_1.IDENTITY_URL }));
10
+ exports.BasicUsage = BasicUsage;
@@ -2,4 +2,4 @@
2
2
  import { type Meta } from '@storybook/react-vite';
3
3
  declare const meta: Meta;
4
4
  export default meta;
5
- export declare const Example: () => JSX.Element;
5
+ export declare const BasicUsage: () => JSX.Element;
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Example = void 0;
3
+ exports.BasicUsage = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const IdentityProductSwitcher_1 = require("../IdentityProductSwitcher");
6
6
  const meta = {};
7
7
  exports.default = meta;
8
- const Example = () => (0, jsx_runtime_1.jsx)(IdentityProductSwitcher_1.IdentityProductSwitcher, { identityUrl: "" });
9
- exports.Example = Example;
8
+ const BasicUsage = () => (0, jsx_runtime_1.jsx)(IdentityProductSwitcher_1.IdentityProductSwitcher, { identityUrl: "" });
9
+ exports.BasicUsage = BasicUsage;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@astral/features",
3
3
  "main": "./node/index.js",
4
- "version": "4.0.0",
4
+ "version": "4.1.0",
5
5
  "dependencies": {
6
- "@astral/ui": "4.0.0",
6
+ "@astral/ui": "4.1.0",
7
7
  "mobx": "^6.8.0",
8
8
  "mobx-react-lite": "^3.4.0",
9
9
  "@astral/cryptopro-cades": "^1.5.1"
@@ -2,4 +2,4 @@
2
2
  import { type Meta } from '@storybook/react-vite';
3
3
  declare const meta: Meta;
4
4
  export default meta;
5
- export declare const Example: () => JSX.Element;
5
+ export declare const BasicUsage: () => JSX.Element;
@@ -3,4 +3,4 @@ import { AstralProductSwitcher } from '../AstralProductSwitcher';
3
3
  import { IDENTITY_URL } from './common';
4
4
  const meta = {};
5
5
  export default meta;
6
- export const Example = () => (_jsx(AstralProductSwitcher, { identityUrl: IDENTITY_URL }));
6
+ export const BasicUsage = () => (_jsx(AstralProductSwitcher, { identityUrl: IDENTITY_URL }));
@@ -2,4 +2,4 @@
2
2
  import { type Meta } from '@storybook/react-vite';
3
3
  declare const meta: Meta;
4
4
  export default meta;
5
- export declare const Example: () => JSX.Element;
5
+ export declare const BasicUsage: () => JSX.Element;
@@ -2,4 +2,4 @@ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { IdentityProductSwitcher } from '../IdentityProductSwitcher';
3
3
  const meta = {};
4
4
  export default meta;
5
- export const Example = () => _jsx(IdentityProductSwitcher, { identityUrl: "" });
5
+ export const BasicUsage = () => _jsx(IdentityProductSwitcher, { identityUrl: "" });