elab_components 0.3.18 → 0.3.19
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/dist/components/Button/props.d.ts +1 -1
- package/dist/components/ButtonGroup/props.d.ts +3 -3
- package/dist/components/DateInputs/MultiViewCalendar/props.d.ts +1 -1
- package/dist/components/DropDownButton/props.d.ts +1 -1
- package/dist/components/SplitButton/props.d.ts +1 -1
- package/package.json +9 -15
|
@@ -6,7 +6,7 @@ declare const props: () => {
|
|
|
6
6
|
};
|
|
7
7
|
export declare const buttonOneProps: () => {
|
|
8
8
|
disabled: import("@storybook/addon-knobs/dist/type-defs").Mutable<boolean>;
|
|
9
|
-
look: "
|
|
9
|
+
look: "default" | "flat" | "bare" | "outline";
|
|
10
10
|
icon: string;
|
|
11
11
|
iconClass: string;
|
|
12
12
|
imageAlt: string;
|
|
@@ -24,7 +24,7 @@ export declare const buttonOneProps: () => {
|
|
|
24
24
|
};
|
|
25
25
|
export declare const buttonTwoProps: () => {
|
|
26
26
|
disabled: import("@storybook/addon-knobs/dist/type-defs").Mutable<boolean>;
|
|
27
|
-
look: "
|
|
27
|
+
look: "default" | "flat" | "bare" | "outline";
|
|
28
28
|
icon: string;
|
|
29
29
|
iconClass: string;
|
|
30
30
|
imageAlt: string;
|
|
@@ -42,7 +42,7 @@ export declare const buttonTwoProps: () => {
|
|
|
42
42
|
};
|
|
43
43
|
export declare const buttonThreeProps: () => {
|
|
44
44
|
disabled: import("@storybook/addon-knobs/dist/type-defs").Mutable<boolean>;
|
|
45
|
-
look: "
|
|
45
|
+
look: "default" | "flat" | "bare" | "outline";
|
|
46
46
|
icon: string;
|
|
47
47
|
iconClass: string;
|
|
48
48
|
imageAlt: string;
|
|
@@ -3,7 +3,7 @@ declare const props: () => {
|
|
|
3
3
|
allowReverse: import("@storybook/addon-knobs/dist/type-defs").Mutable<boolean>;
|
|
4
4
|
bottomView: "month" | "year" | "decade" | "century";
|
|
5
5
|
defaultActiveView: "month" | "year" | "decade" | "century";
|
|
6
|
-
mode: "range" | "
|
|
6
|
+
mode: "range" | "multiple" | "single";
|
|
7
7
|
topView: "month" | "year" | "decade" | "century";
|
|
8
8
|
views: number;
|
|
9
9
|
};
|
|
@@ -3,7 +3,7 @@ declare const props: () => {
|
|
|
3
3
|
className: string;
|
|
4
4
|
dir: "auto" | "rtl" | "ltr";
|
|
5
5
|
disabled: import("@storybook/addon-knobs/dist/type-defs").Mutable<boolean>;
|
|
6
|
-
look: "
|
|
6
|
+
look: "default" | "flat" | "bare" | "outline";
|
|
7
7
|
icon: string;
|
|
8
8
|
iconClass: string;
|
|
9
9
|
imageAlt: string;
|
|
@@ -7,7 +7,7 @@ declare const props: () => {
|
|
|
7
7
|
icon: string;
|
|
8
8
|
iconClass: string;
|
|
9
9
|
imageUrl: string;
|
|
10
|
-
look: "
|
|
10
|
+
look: "default" | "flat" | "bare" | "outline";
|
|
11
11
|
onBlur: import("@storybook/addon-actions").HandlerFunction;
|
|
12
12
|
onButtonClick: import("@storybook/addon-actions").HandlerFunction;
|
|
13
13
|
onClose: import("@storybook/addon-actions").HandlerFunction;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "elab_components",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.19",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Amar",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -119,15 +119,15 @@
|
|
|
119
119
|
"@testing-library/user-event": "^14.6.1",
|
|
120
120
|
"@types/jest": "^29.5.14",
|
|
121
121
|
"@types/node": "^22.10.10",
|
|
122
|
-
"@types/react": "^
|
|
123
|
-
"@types/react-dom": "^
|
|
122
|
+
"@types/react": "^18.3.18",
|
|
123
|
+
"@types/react-dom": "^18.3.5",
|
|
124
124
|
"@types/styled-components": "^5.1.34",
|
|
125
125
|
"ajv": "^7.2.4",
|
|
126
126
|
"babel-plugin-named-exports-order": "^0.0.2",
|
|
127
127
|
"postcss": "^8.5.1",
|
|
128
128
|
"prop-types": "^15.8.1",
|
|
129
|
-
"react": "^
|
|
130
|
-
"react-dom": "^
|
|
129
|
+
"react": "^18.3.1",
|
|
130
|
+
"react-dom": "^18.3.1",
|
|
131
131
|
"react-scripts": "5.0.1",
|
|
132
132
|
"rollup": "~2.78.0",
|
|
133
133
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
@@ -184,13 +184,13 @@
|
|
|
184
184
|
"@testing-library/user-event": "^14.6.1",
|
|
185
185
|
"@types/jest": "^29.5.14",
|
|
186
186
|
"@types/node": "^22.10.10",
|
|
187
|
-
"@types/react": "^
|
|
188
|
-
"@types/react-dom": "^
|
|
187
|
+
"@types/react": "^18.3.18",
|
|
188
|
+
"@types/react-dom": "^18.3.5",
|
|
189
189
|
"@types/styled-components": "^5.1.34",
|
|
190
190
|
"babel-plugin-named-exports-order": "^0.0.2",
|
|
191
191
|
"prop-types": "^15.8.1",
|
|
192
|
-
"react": "^
|
|
193
|
-
"react-dom": "^
|
|
192
|
+
"react": "^18.3.1",
|
|
193
|
+
"react-dom": "^18.3.1",
|
|
194
194
|
"react-scripts": "5.0.1",
|
|
195
195
|
"styled-components": "^6.1.14"
|
|
196
196
|
},
|
|
@@ -203,11 +203,5 @@
|
|
|
203
203
|
"react-toastify": "^11.0.3",
|
|
204
204
|
"rollup-plugin-url": "^3.0.1",
|
|
205
205
|
"rsuite": "^5.76.3"
|
|
206
|
-
},
|
|
207
|
-
"overrides": {
|
|
208
|
-
"@y-presence/react": {
|
|
209
|
-
"react": "19.0.0",
|
|
210
|
-
"react-dom": "19.0.0"
|
|
211
|
-
}
|
|
212
206
|
}
|
|
213
207
|
}
|