@reapit/elements 5.0.0-beta.7 → 5.0.0-beta.9

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.
@@ -6,6 +6,7 @@ declare const _default: {
6
6
  };
7
7
  export default _default;
8
8
  export declare const InputText: StoryObj<typeof Input>;
9
+ export declare const InputDisabled: StoryObj<typeof Input>;
9
10
  export declare const InputWithError: {
10
11
  render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
11
12
  };
@@ -61,7 +62,15 @@ export declare const InputCheckbox: {
61
62
  render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
62
63
  name: string;
63
64
  };
65
+ export declare const InputCheckboxDisabled: {
66
+ render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
67
+ name: string;
68
+ };
64
69
  export declare const InputRadio: {
65
70
  render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
66
71
  name: string;
67
72
  };
73
+ export declare const InputRadioDisabled: {
74
+ render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
75
+ name: string;
76
+ };
@@ -37,7 +37,7 @@ export declare const InputCheckbox: {
37
37
  export declare const InputCheckboxWithIntent: {
38
38
  render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
39
39
  };
40
- export declare const InputCheckboxNoIcon: {
40
+ export declare const InputCheckboxIcon: {
41
41
  render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
42
42
  };
43
43
  export declare const InputCheckboxNoLabel: {
@@ -6,3 +6,6 @@ export default _default;
6
6
  export declare const BasicUsage: {
7
7
  render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
8
8
  };
9
+ export declare const SelectDisabled: {
10
+ render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
11
+ };