kdpa-components 1.5.2 → 1.6.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.
@@ -1,6 +1,5 @@
1
- interface Props {
2
- [x: string]: any;
3
- }
4
- declare function KdpaCodeEditor(props: Props): import("react/jsx-runtime").JSX.Element;
1
+ import { EditorProps } from "@monaco-editor/react";
2
+ export type KdpaCodeEditorProps = EditorProps;
3
+ declare function KdpaCodeEditor(props: KdpaCodeEditorProps): import("react/jsx-runtime").JSX.Element;
5
4
  export default KdpaCodeEditor;
6
5
  //# sourceMappingURL=KdpaCodeEditor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"KdpaCodeEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/CodeEditor/KdpaCodeEditor.tsx"],"names":[],"mappings":"AAEA,UAAU,KAAK;IACb,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED,iBAAS,cAAc,CAAC,KAAK,EAAE,KAAK,2CAMnC;AAED,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"KdpaCodeEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/CodeEditor/KdpaCodeEditor.tsx"],"names":[],"mappings":"AAAA,OAAe,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAE3D,MAAM,MAAM,mBAAmB,GAAG,WAAW,CAAC;AAE9C,iBAAS,cAAc,CAAC,KAAK,EAAE,mBAAmB,2CAMjD;AAED,eAAe,cAAc,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export { default as KdpaCodeEditor } from "./KdpaCodeEditor";
2
+ export type { KdpaCodeEditorProps } from "./KdpaCodeEditor";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/CodeEditor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/CodeEditor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,YAAY,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC"}
@@ -1,8 +1,13 @@
1
1
  import React from "react";
2
+ import { ValidationMode } from "react-hook-form";
2
3
  export interface KdpaFormContainerProps {
3
4
  children: React.ReactNode;
5
+ defaultValues?: {
6
+ [x: string]: any;
7
+ };
8
+ errorHandlingMode?: keyof ValidationMode;
4
9
  onSubmit: (data: unknown) => void;
5
10
  }
6
- declare function KdpaFormContainer({ children, onSubmit }: KdpaFormContainerProps): import("react/jsx-runtime").JSX.Element;
7
- export default KdpaFormContainer;
11
+ declare const _default: React.ForwardRefExoticComponent<KdpaFormContainerProps & React.RefAttributes<unknown>>;
12
+ export default _default;
8
13
  //# sourceMappingURL=KdpaFormContainer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"KdpaFormContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/KdpaFormContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,sBAAsB;IACrC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACnC;AAED,iBAAS,iBAAiB,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,sBAAsB,2CAQxE;AAED,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"KdpaFormContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/KdpaFormContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAC/D,OAAO,EAAyB,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAExE,MAAM,WAAW,sBAAsB;IACrC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,aAAa,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IACrC,iBAAiB,CAAC,EAAE,MAAM,cAAc,CAAC;IACzC,QAAQ,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACnC;;AA0BD,wBAA6C"}
@@ -5,6 +5,7 @@ export interface KdpaFormFieldProps {
5
5
  Component: React.ElementType;
6
6
  autoComplete?: boolean;
7
7
  onChange?: (e: unknown) => void;
8
+ [x: string]: any;
8
9
  }
9
10
  declare function KdpaFormField({ name, rules, Component, ...props }: KdpaFormFieldProps): import("react/jsx-runtime").JSX.Element;
10
11
  export default KdpaFormField;
@@ -1 +1 @@
1
- {"version":3,"file":"KdpaFormField.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/KdpaFormField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,GAAG,CAAC;IACX,SAAS,EAAE,KAAK,CAAC,WAAW,CAAC;IAC7B,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CACjC;AAED,iBAAS,aAAa,CAAC,EACrB,IAAS,EACT,KAAU,EACV,SAAS,EACT,GAAG,KAAK,EACT,EAAE,kBAAkB,2CA6BpB;AAED,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"KdpaFormField.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/KdpaFormField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,GAAG,CAAC;IACX,SAAS,EAAE,KAAK,CAAC,WAAW,CAAC;IAC7B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IAChC,CAAC,CAAC,EAAE,MAAM,GAAI,GAAG,CAAA;CAClB;AAED,iBAAS,aAAa,CAAC,EACrB,IAAS,EACT,KAAU,EACV,SAAS,EACT,GAAG,KAAK,EACT,EAAE,kBAAkB,2CA8BpB;AAED,eAAe,aAAa,CAAC"}
@@ -1,5 +1,7 @@
1
1
  import { AutocompleteProps } from "@mui/material/Autocomplete";
2
- export type KdpaAutoCompleteProps<T> = AutocompleteProps<T, true, true, true>;
2
+ export type KdpaAutoCompleteProps<T> = AutocompleteProps<T, true, true, true> & {
3
+ label?: string;
4
+ };
3
5
  declare function KdpaAutoComplete<T>(props: KdpaAutoCompleteProps<T>): import("react/jsx-runtime").JSX.Element;
4
6
  export default KdpaAutoComplete;
5
7
  //# sourceMappingURL=KdpaAutoComplete.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"KdpaAutoComplete.d.ts","sourceRoot":"","sources":["../../../../../src/components/Selects/KdpaAutoComplete/KdpaAutoComplete.tsx"],"names":[],"mappings":"AACA,OAAqB,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE7E,MAAM,MAAM,qBAAqB,CAAC,CAAC,IAAI,iBAAiB,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;AAE9E,iBAAS,gBAAgB,CAAC,CAAC,EAAE,KAAK,EAAE,qBAAqB,CAAC,CAAC,CAAC,2CAE3D;AACD,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"KdpaAutoComplete.d.ts","sourceRoot":"","sources":["../../../../../src/components/Selects/KdpaAutoComplete/KdpaAutoComplete.tsx"],"names":[],"mappings":"AACA,OAAqB,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAG7E,MAAM,MAAM,qBAAqB,CAAC,CAAC,IAAI,iBAAiB,CACtD,CAAC,EACD,IAAI,EACJ,IAAI,EACJ,IAAI,CACL,GAAG;IACF,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,iBAAS,gBAAgB,CAAC,CAAC,EAAE,KAAK,EAAE,qBAAqB,CAAC,CAAC,CAAC,2CAW3D;AACD,eAAe,gBAAgB,CAAC"}
@@ -34,4 +34,5 @@ export * from "./FullScreenDialog";
34
34
  export * from "./Segment";
35
35
  export * from "./Uploader";
36
36
  export * from "./Form";
37
+ export * from "./CodeEditor";
37
38
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,wBAAwB,CAAC;AACvC,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,wBAAwB,CAAC;AACvC,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC"}
package/package.json CHANGED
@@ -1,108 +1,107 @@
1
- {
2
- "name": "kdpa-components",
3
- "version": "1.5.2",
4
- "private": false,
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/types/components/index.d.ts",
8
- "style": "./dist/style.css",
9
- "exports": {
10
- ".": "./dist/index.js"
11
- },
12
- "files": [
13
- "dist/*"
14
- ],
15
- "scripts": {
16
- "dev": "vite",
17
- "build": "tsc && vite build",
18
- "build:pro": "rollup -c",
19
- "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
20
- "preview": "vite preview",
21
- "storybook": "storybook dev -p 6006",
22
- "build-storybook": "storybook build"
23
- },
24
- "dependencies": {
25
- "@date-io/date-fns-jalali": "^2.16.0",
26
- "@emotion/react": "^11.10.6",
27
- "@emotion/styled": "^11.10.6",
28
- "@fontsource/material-icons": "^4.5.4",
29
- "@fontsource/roboto": "^4.5.8",
30
- "@monaco-editor/react": "^4.5.1",
31
- "@mui/icons-material": "^5.11.16",
32
- "@mui/material": "^5.12.2",
33
- "@mui/x-data-grid": "^6.7.0",
34
- "@mui/x-data-grid-pro": "^6.7.0",
35
- "@mui/x-date-pickers": "^6.6.0",
36
- "cssjanus": "^2.1.0",
37
- "date-fns-jalali": "^2.13.0-0",
38
- "dompurify": "^3.0.3",
39
- "moment": "^2.29.4",
40
- "rc-tree-select": "^5.8.0",
41
- "react": "^18.2.0",
42
- "react-checkbox-tree": "^1.8.0",
43
- "react-copy-to-clipboard": "^5.1.0",
44
- "react-data-table-component": "^7.5.3",
45
- "react-dom": "^18.2.0",
46
- "react-dropzone": "^14.2.3",
47
- "react-hook-form": "^7.46.1",
48
- "react-icons": "^4.8.0",
49
- "react-modal-image": "^2.6.0",
50
- "react-perfect-scrollbar": "^1.5.8",
51
- "react-toastify": "^9.1.2",
52
- "reactstrap": "^9.1.9",
53
- "rollup-plugin-dts": "^5.3.0",
54
- "stylis": "^4.2.0",
55
- "stylis-plugin-rtl": "^2.1.1",
56
- "sweetalert2": "^11.7.5",
57
- "sweetalert2-react-content": "^5.0.7",
58
- "vite-plugin-dts": "^2.3.0",
59
- "vite-tsconfig-paths": "^4.2.0"
60
- },
61
- "peerDependencies": {
62
- "react": "^18.2.0",
63
- "react-dom": "^18.2.0"
64
- },
65
- "devDependencies": {
66
- "@rollup/plugin-commonjs": "^25.0.0",
67
- "@rollup/plugin-node-resolve": "^15.1.0",
68
- "@rollup/plugin-typescript": "^11.1.1",
69
- "@storybook/addon-essentials": "7.0.18",
70
- "@storybook/addon-interactions": "7.0.18",
71
- "@storybook/addon-links": "7.0.18",
72
- "@storybook/addon-styling": "^1.0.8",
73
- "@storybook/blocks": "7.0.18",
74
- "@storybook/builder-vite": "^7.0.18",
75
- "@storybook/manager-api": "^7.0.18",
76
- "@storybook/react": "7.0.18",
77
- "@storybook/react-vite": "7.0.18",
78
- "@storybook/testing-library": "0.1.0",
79
- "@storybook/theming": "^7.0.18",
80
- "@types/babel__traverse": "^7.18.5",
81
- "@types/dompurify": "^3.0.2",
82
- "@types/react": "^18.2.7",
83
- "@types/react-copy-to-clipboard": "^5.0.4",
84
- "@types/react-dom": "^18.2.4",
85
- "@types/react-modal-image": "^2.6.0",
86
- "@types/stylis": "^4.0.2",
87
- "@typescript-eslint/eslint-plugin": "^5.57.1",
88
- "@typescript-eslint/parser": "^5.57.1",
89
- "@vitejs/plugin-react": "^4.0.0",
90
- "autoprefixer": "^10.4.14",
91
- "cssnano": "^6.0.1",
92
- "eslint": "^8.38.0",
93
- "eslint-plugin-react-hooks": "^4.6.0",
94
- "eslint-plugin-react-refresh": "^0.3.4",
95
- "eslint-plugin-storybook": "^0.6.12",
96
- "prop-types": "15.8.1",
97
- "rollup": "^2.79.1",
98
- "rollup-plugin-peer-deps-external": "^2.2.4",
99
- "rollup-plugin-postcss": "^4.0.2",
100
- "rollup-plugin-scss": "^4.0.0",
101
- "rollup-plugin-terser": "^7.0.2",
102
- "sass": "^1.62.1",
103
- "storybook": "7.0.18",
104
- "storybook-addon-rtl": "^0.5.0",
105
- "typescript": "^5.0.2",
106
- "vite": "^4.3.2"
107
- }
108
- }
1
+ {
2
+ "name": "kdpa-components",
3
+ "version": "1.6.0",
4
+ "private": false,
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/types/components/index.d.ts",
8
+ "style": "./dist/style.css",
9
+ "exports": {
10
+ ".": "./dist/index.js"
11
+ },
12
+ "files": [
13
+ "dist/*"
14
+ ],
15
+ "scripts": {
16
+ "dev": "vite",
17
+ "build": "tsc && vite build",
18
+ "build:pro": "rollup -c",
19
+ "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
20
+ "preview": "vite preview",
21
+ "storybook": "storybook dev -p 6006",
22
+ "build-storybook": "storybook build"
23
+ },
24
+ "dependencies": {
25
+ "@date-io/date-fns-jalali": "^2.16.0",
26
+ "@emotion/react": "^11.10.6",
27
+ "@emotion/styled": "^11.10.6",
28
+ "@fontsource/material-icons": "^4.5.4",
29
+ "@fontsource/roboto": "^4.5.8",
30
+ "@monaco-editor/react": "^4.5.1",
31
+ "@mui/icons-material": "^5.11.16",
32
+ "@mui/material": "^5.12.2",
33
+ "@mui/x-data-grid": "^6.7.0",
34
+ "@mui/x-data-grid-pro": "^6.7.0",
35
+ "@mui/x-date-pickers": "^6.6.0",
36
+ "cssjanus": "^2.1.0",
37
+ "date-fns-jalali": "^2.13.0-0",
38
+ "dompurify": "^3.0.3",
39
+ "moment": "^2.29.4",
40
+ "rc-tree-select": "^5.8.0",
41
+ "react": "^18.2.0",
42
+ "react-checkbox-tree": "^1.8.0",
43
+ "react-copy-to-clipboard": "^5.1.0",
44
+ "react-data-table-component": "^7.5.3",
45
+ "react-dom": "^18.2.0",
46
+ "react-dropzone": "^14.2.3",
47
+ "react-hook-form": "^7.46.1",
48
+ "react-icons": "^4.8.0",
49
+ "react-modal-image": "^2.6.0",
50
+ "react-perfect-scrollbar": "^1.5.8",
51
+ "react-toastify": "^9.1.2",
52
+ "reactstrap": "^9.1.9",
53
+ "rollup-plugin-dts": "^5.3.0",
54
+ "stylis": "^4.2.0",
55
+ "stylis-plugin-rtl": "^2.1.1",
56
+ "sweetalert2": "^11.7.5",
57
+ "sweetalert2-react-content": "^5.0.7",
58
+ "vite-plugin-dts": "^2.3.0",
59
+ "vite-tsconfig-paths": "^4.2.0"
60
+ },
61
+ "peerDependencies": {
62
+ "react": "^18.2.0",
63
+ "react-dom": "^18.2.0"
64
+ },
65
+ "devDependencies": {
66
+ "@rollup/plugin-commonjs": "^25.0.0",
67
+ "@rollup/plugin-node-resolve": "^15.1.0",
68
+ "@rollup/plugin-typescript": "^11.1.1",
69
+ "@storybook/addon-essentials": "7.4.5",
70
+ "@storybook/addon-interactions": "7.4.5",
71
+ "@storybook/addon-links": "7.4.5",
72
+ "@storybook/addon-styling": "^1.3.7",
73
+ "@storybook/blocks": "7.4.5",
74
+ "@storybook/manager-api": "^7.4.5",
75
+ "@storybook/react": "7.4.5",
76
+ "@storybook/react-vite": "7.4.5",
77
+ "@storybook/testing-library": "0.2.1",
78
+ "@storybook/theming": "^7.4.5",
79
+ "@types/babel__traverse": "^7.18.5",
80
+ "@types/dompurify": "^3.0.2",
81
+ "@types/react": "^18.2.7",
82
+ "@types/react-copy-to-clipboard": "^5.0.4",
83
+ "@types/react-dom": "^18.2.4",
84
+ "@types/react-modal-image": "^2.6.0",
85
+ "@types/stylis": "^4.0.2",
86
+ "@typescript-eslint/eslint-plugin": "^5.57.1",
87
+ "@typescript-eslint/parser": "^5.57.1",
88
+ "@vitejs/plugin-react": "^4.0.0",
89
+ "autoprefixer": "^10.4.14",
90
+ "cssnano": "^6.0.1",
91
+ "eslint": "^8.38.0",
92
+ "eslint-plugin-react-hooks": "^4.6.0",
93
+ "eslint-plugin-react-refresh": "^0.3.4",
94
+ "eslint-plugin-storybook": "^0.6.14",
95
+ "prop-types": "15.8.1",
96
+ "rollup": "^2.79.1",
97
+ "rollup-plugin-peer-deps-external": "^2.2.4",
98
+ "rollup-plugin-postcss": "^4.0.2",
99
+ "rollup-plugin-scss": "^4.0.0",
100
+ "rollup-plugin-terser": "^7.0.2",
101
+ "sass": "^1.62.1",
102
+ "storybook": "7.4.5",
103
+ "storybook-addon-rtl": "^0.5.0",
104
+ "typescript": "^5.0.2",
105
+ "vite": "^4.3.2"
106
+ }
107
+ }