@vention/machine-apps-components 1.0.10 → 1.0.12
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/package.json +5 -5
- package/src/lib/action-button/action-button.stories.d.ts +0 -18
- package/src/lib/file-upload-panel/file-upload-panel.stories.d.ts +0 -14
- package/src/lib/i18n-settings/i18n-settings.stories.d.ts +0 -8
- package/src/lib/logs/logs-panel.stories.d.ts +0 -7
- package/src/lib/navigation-bar/navigation-bar.stories.d.ts +0 -6
- package/src/lib/navigation-bar/password-protection-modal.stories.d.ts +0 -6
- package/src/lib/press-button/press-button.stories.d.ts +0 -14
- package/src/lib/product-form-list/product-form-list.stories.d.ts +0 -20
- package/src/lib/settings-page/settings-page.stories.d.ts +0 -9
- package/src/lib/sidebar/sidebar.stories.d.ts +0 -8
- package/src/lib/status-top-bar/status-top-bar.stories.d.ts +0 -10
- package/src/lib/step-progress-circle/step-progress-circle.stories.d.ts +0 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vention/machine-apps-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/VentionCo/machine-cloud.git"
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@nx/vite": "21.1.3",
|
|
28
|
-
"@storybook/react": "
|
|
28
|
+
"@storybook/react": "10.3.6",
|
|
29
29
|
"@tabler/icons-react": "3.35.0",
|
|
30
30
|
"@testing-library/react": "12.1.5",
|
|
31
31
|
"@types/i18next-browser-languagedetector": "^3.0.0",
|
|
32
|
-
"@vitejs/plugin-react": "
|
|
33
|
-
"vite": "
|
|
34
|
-
"vitest": "
|
|
32
|
+
"@vitejs/plugin-react": "5.2.0",
|
|
33
|
+
"vite": "8.0.8",
|
|
34
|
+
"vitest": "4.1.5"
|
|
35
35
|
},
|
|
36
36
|
"module": "./index.esm.js",
|
|
37
37
|
"type": "module",
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { ActionButton } from "./action-button";
|
|
3
|
-
declare const meta: Meta<typeof ActionButton>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof ActionButton>;
|
|
6
|
-
export declare const Home: Story;
|
|
7
|
-
export declare const Start: Story;
|
|
8
|
-
export declare const Stop: Story;
|
|
9
|
-
export declare const CustomDispense: Story;
|
|
10
|
-
export declare const CustomIndexer: Story;
|
|
11
|
-
export declare const Destructive: Story;
|
|
12
|
-
export declare const Disabled: Story;
|
|
13
|
-
export declare const MachineControlExample: Story;
|
|
14
|
-
export declare const SmallSize: Story;
|
|
15
|
-
export declare const LargeSize: Story;
|
|
16
|
-
export declare const HmiLabelVariant: Story;
|
|
17
|
-
export declare const LabelVariants: Story;
|
|
18
|
-
export declare const WithSxOverride: Story;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { FileUploadPanel } from "./file-upload-panel";
|
|
3
|
-
declare const meta: Meta<typeof FileUploadPanel>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof FileUploadPanel>;
|
|
6
|
-
export declare const Empty: Story;
|
|
7
|
-
export declare const WithFiles: Story;
|
|
8
|
-
export declare const WithUploadingFile: Story;
|
|
9
|
-
export declare const WithError: Story;
|
|
10
|
-
export declare const Disabled: Story;
|
|
11
|
-
export declare const WithMaxHeight: Story;
|
|
12
|
-
export declare const WithSxOverride: Story;
|
|
13
|
-
export declare const HmiTitleVariant: Story;
|
|
14
|
-
export declare const Interactive: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { I18nSettings } from "./i18n-settings";
|
|
3
|
-
declare const meta: Meta<typeof I18nSettings>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof I18nSettings>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Horizontal: Story;
|
|
8
|
-
export declare const WithSxOverride: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { LogsPanel } from "./logs-panel";
|
|
3
|
-
declare const meta: Meta<typeof LogsPanel>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof LogsPanel>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const WithSxOverride: Story;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { PasswordProtectionModal } from "./password-protection-modal";
|
|
3
|
-
declare const meta: Meta<typeof PasswordProtectionModal>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof PasswordProtectionModal>;
|
|
6
|
-
export declare const Default: Story;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { PressButton } from "./press-button";
|
|
3
|
-
declare const meta: Meta<typeof PressButton>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof PressButton>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const WithActiveLabel: Story;
|
|
8
|
-
export declare const GripButton: Story;
|
|
9
|
-
export declare const Disabled: Story;
|
|
10
|
-
export declare const SmallSize: Story;
|
|
11
|
-
export declare const LargeSize: Story;
|
|
12
|
-
export declare const HmiLabelVariant: Story;
|
|
13
|
-
export declare const WithSxOverride: Story;
|
|
14
|
-
export declare const MachineControlExample: Story;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { ProductFormList } from "./product-form-list";
|
|
3
|
-
interface Part {
|
|
4
|
-
[key: string]: unknown;
|
|
5
|
-
id: string;
|
|
6
|
-
partNumber: string;
|
|
7
|
-
description: string;
|
|
8
|
-
quantity: number;
|
|
9
|
-
material: string;
|
|
10
|
-
cycleTime: number;
|
|
11
|
-
}
|
|
12
|
-
declare const meta: Meta<typeof ProductFormList<Part>>;
|
|
13
|
-
export default meta;
|
|
14
|
-
type Story = StoryObj<typeof ProductFormList<Part>>;
|
|
15
|
-
export declare const Default: Story;
|
|
16
|
-
export declare const Empty: Story;
|
|
17
|
-
export declare const WithMaxHeight: Story;
|
|
18
|
-
export declare const WithSxOverride: Story;
|
|
19
|
-
export declare const HmiTypography: Story;
|
|
20
|
-
export declare const Interactive: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { SettingsPage } from "./settings-page";
|
|
3
|
-
declare const meta: Meta<typeof SettingsPage>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof SettingsPage>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const NarrowSidebar: Story;
|
|
8
|
-
export declare const WideSidebar: Story;
|
|
9
|
-
export declare const PercentageWidth: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { Sidebar } from "./sidebar";
|
|
3
|
-
declare const meta: Meta<typeof Sidebar>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Sidebar>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const CardVariant: Story;
|
|
8
|
-
export declare const AccentVariant: Story;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { StatusTopBar } from "./status-top-bar";
|
|
3
|
-
declare const meta: Meta<typeof StatusTopBar>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof StatusTopBar>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const DarkVariant: Story;
|
|
8
|
-
export declare const DarkVariantRunning: Story;
|
|
9
|
-
export declare const DarkVariantError: Story;
|
|
10
|
-
export declare const Error: Story;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { StepProgressCircle } from "./step-progress-circle";
|
|
3
|
-
declare const meta: Meta<typeof StepProgressCircle>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof StepProgressCircle>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const InProgress: Story;
|
|
8
|
-
export declare const Complete: Story;
|
|
9
|
-
export declare const WithError: Story;
|
|
10
|
-
export declare const Warning: Story;
|
|
11
|
-
export declare const CustomTitle: Story;
|
|
12
|
-
export declare const NoTitle: Story;
|
|
13
|
-
export declare const SmallSize: Story;
|
|
14
|
-
export declare const LargeSize: Story;
|
|
15
|
-
export declare const WithSxOverride: Story;
|
|
16
|
-
export declare const HmiTypography: Story;
|
|
17
|
-
export declare const AllVariants: Story;
|
|
18
|
-
export declare const ProgressStages: Story;
|