@myunisoft/design-system 1.3.3-rev157 → 1.3.4-autocomplete

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 CHANGED
@@ -1,115 +1,115 @@
1
- {
2
- "name": "@myunisoft/design-system",
3
- "version": "1.3.3-rev157",
4
- "description": "Design System of MyUnisoft",
5
- "main": "dist/index.js",
6
- "source": "src/index.ts",
7
- "types": "dist/index.d.ts",
8
- "scripts": {
9
- "start": "cd website && npm start -- --port=3002",
10
- "build": "rm -r dist & node esbuild",
11
- "build-cypress": "rm -r dist & node esbuild-cypress",
12
- "prepublishOnly": "npm run build",
13
- "test": "jest --transformIgnorePatterns \"node_modules/(?!@exceljs)/\" ",
14
- "cypress": "npm run build-cypress && npx cypress open --component --browser chrome",
15
- "cy:run": "npx cypress run --component --browser chrome",
16
- "lint-staged": "biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched --diagnostic-level=warn && biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched --diagnostic-level=error",
17
- "prepare": "husky"
18
- },
19
- "repository": {
20
- "type": "git",
21
- "url": "git+ssh://git@bitbucket.org/myunibucket/design-system.git"
22
- },
23
- "keywords": [],
24
- "files": [
25
- "dist"
26
- ],
27
- "publishConfig": {
28
- "@myunisoft:registry": "https://registry.npmjs.org/"
29
- },
30
- "author": "MyUnisoft",
31
- "license": "MIT",
32
- "homepage": "https://myunisoft.github.io/design-system/",
33
- "dependencies": {
34
- "@babel/runtime": "7.20.6",
35
- "@emotion/react": "11.14.0",
36
- "@emotion/styled": "11.14.1",
37
- "@mui/material": "7.3.6",
38
- "@mui/utils": "7.3.6",
39
- "@mui/x-data-grid-pro": "7.29.9",
40
- "@mui/x-tree-view-pro": "8.17.0",
41
- "@myunisoft/mui-symbols-material-w300-esm": "0.7.3",
42
- "@myunisoft/mui-symbols-material-w400-esm": "0.7.3",
43
- "@testing-library/dom": "10.1.0",
44
- "autosuggest-highlight": "3.3.4",
45
- "classnames": "2.3.2",
46
- "exceljs": "4.4.0",
47
- "i18next": "22.4.6",
48
- "jspdf": "3.0.1",
49
- "jspdf-autotable": "3.5.28",
50
- "localforage": "1.10.0",
51
- "lodash": "4.17.21",
52
- "moment": "2.30.1",
53
- "numeral": "2.0.6",
54
- "pretty-bytes": "6.0.0",
55
- "prop-types": "15.8.1",
56
- "react": "19.2.1",
57
- "react-color": "2.19.3",
58
- "react-dom": "19.2.1",
59
- "react-draft-wysiwyg": "1.15.0",
60
- "react-draggable": "4.4.6",
61
- "react-dropzone": "14.2.3",
62
- "react-input-autosize": "3.0.0",
63
- "react-spinners": "0.13.8",
64
- "react-window": "2.2.3",
65
- "reselect": "4.1.7",
66
- "robot3": "0.3.2",
67
- "sortablejs": "1.15.0",
68
- "svgo": "3.0.2",
69
- "tss-react": "4.9.18"
70
- },
71
- "resolutions": {
72
- "cheerio": "<1.0.0",
73
- "@mui/material": "7.3.6",
74
- "@babel/core": "7.26.0"
75
- },
76
- "devDependencies": {
77
- "@4tw/cypress-drag-drop": "2.3.0",
78
- "@babel/core": "7.26.0",
79
- "@babel/plugin-proposal-class-properties": "7.18.6",
80
- "@babel/plugin-transform-runtime": "7.28.5",
81
- "@babel/preset-env": "7.28.5",
82
- "@babel/preset-react": "7.28.5",
83
- "@babel/preset-typescript": "7.28.5",
84
- "@biomejs/biome": "2.3.5",
85
- "@testing-library/react": "16.3.0",
86
- "@types/jest": "30.0.0",
87
- "@types/mocha": "10.0.10",
88
- "@types/react": "19.1.0",
89
- "@types/react-dom": "19.1.0",
90
- "babel-jest": "29.3.1",
91
- "babel-loader": "9.1.0",
92
- "cheerio": "<1.0.0",
93
- "css-loader": "6.7.3",
94
- "cypress": "14.5.0",
95
- "esbuild": "0.21.5",
96
- "esbuild-sass-plugin": "2.4.4",
97
- "html-webpack-plugin": "5.5.0",
98
- "husky": "9.1.7",
99
- "jest": "29.3.1",
100
- "jest-canvas-mock": "2.4.0",
101
- "jest-environment-jsdom": "29.3.1",
102
- "react-test-renderer": "18.3.1",
103
- "sass": "1.57.1",
104
- "sass-loader": "13.2.0",
105
- "style-loader": "3.3.1",
106
- "svg-inline-loader": "0.8.2",
107
- "typescript": "5.5.4",
108
- "webpack": "5.75.0"
109
- },
110
- "peerDependencies": {
111
- "@mui/material": "7.3.6",
112
- "react": "19.2.1",
113
- "react-dom": "19.2.1"
114
- }
115
- }
1
+ {
2
+ "name": "@myunisoft/design-system",
3
+ "version": "1.3.4-autocomplete",
4
+ "description": "Design System of MyUnisoft",
5
+ "main": "dist/index.js",
6
+ "source": "src/index.ts",
7
+ "types": "dist/index.d.ts",
8
+ "scripts": {
9
+ "start": "cd website && npm start -- --port=3002",
10
+ "build": "rm -r dist & node esbuild",
11
+ "build-cypress": "rm -r dist & node esbuild-cypress",
12
+ "prepublishOnly": "npm run build",
13
+ "test": "jest --transformIgnorePatterns \"node_modules/(?!@exceljs)/\" ",
14
+ "cypress": "npm run build-cypress && npx cypress open --component --browser chrome",
15
+ "cy:run": "npx cypress run --component --browser chrome",
16
+ "lint-staged": "biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched --diagnostic-level=warn && biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched --diagnostic-level=error",
17
+ "prepare": "husky"
18
+ },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+ssh://git@bitbucket.org/myunibucket/design-system.git"
22
+ },
23
+ "keywords": [],
24
+ "files": [
25
+ "dist"
26
+ ],
27
+ "publishConfig": {
28
+ "@myunisoft:registry": "https://registry.npmjs.org/"
29
+ },
30
+ "author": "MyUnisoft",
31
+ "license": "MIT",
32
+ "homepage": "https://myunisoft.github.io/design-system/",
33
+ "dependencies": {
34
+ "@babel/runtime": "7.20.6",
35
+ "@emotion/react": "11.14.0",
36
+ "@emotion/styled": "11.14.1",
37
+ "@mui/material": "7.3.6",
38
+ "@mui/utils": "7.3.6",
39
+ "@mui/x-data-grid-pro": "7.29.9",
40
+ "@mui/x-tree-view-pro": "8.17.0",
41
+ "@myunisoft/mui-symbols-material-w300-esm": "0.7.3",
42
+ "@myunisoft/mui-symbols-material-w400-esm": "0.7.3",
43
+ "@testing-library/dom": "10.1.0",
44
+ "autosuggest-highlight": "3.3.4",
45
+ "classnames": "2.3.2",
46
+ "exceljs": "4.4.0",
47
+ "i18next": "22.4.6",
48
+ "jspdf": "3.0.1",
49
+ "jspdf-autotable": "3.5.28",
50
+ "localforage": "1.10.0",
51
+ "lodash": "4.17.21",
52
+ "moment": "2.30.1",
53
+ "numeral": "2.0.6",
54
+ "pretty-bytes": "6.0.0",
55
+ "prop-types": "15.8.1",
56
+ "react": "19.2.1",
57
+ "react-color": "2.19.3",
58
+ "react-dom": "19.2.1",
59
+ "react-draft-wysiwyg": "1.15.0",
60
+ "react-draggable": "4.4.6",
61
+ "react-dropzone": "14.2.3",
62
+ "react-input-autosize": "3.0.0",
63
+ "react-spinners": "0.13.8",
64
+ "react-window": "2.2.3",
65
+ "reselect": "4.1.7",
66
+ "robot3": "0.3.2",
67
+ "sortablejs": "1.15.0",
68
+ "svgo": "3.0.2",
69
+ "tss-react": "4.9.18"
70
+ },
71
+ "resolutions": {
72
+ "cheerio": "<1.0.0",
73
+ "@mui/material": "7.3.6",
74
+ "@babel/core": "7.26.0"
75
+ },
76
+ "devDependencies": {
77
+ "@4tw/cypress-drag-drop": "2.3.0",
78
+ "@babel/core": "7.26.0",
79
+ "@babel/plugin-proposal-class-properties": "7.18.6",
80
+ "@babel/plugin-transform-runtime": "7.28.5",
81
+ "@babel/preset-env": "7.28.5",
82
+ "@babel/preset-react": "7.28.5",
83
+ "@babel/preset-typescript": "7.28.5",
84
+ "@biomejs/biome": "2.3.5",
85
+ "@testing-library/react": "16.3.0",
86
+ "@types/jest": "30.0.0",
87
+ "@types/mocha": "10.0.10",
88
+ "@types/react": "19.1.0",
89
+ "@types/react-dom": "19.1.0",
90
+ "babel-jest": "29.3.1",
91
+ "babel-loader": "9.1.0",
92
+ "cheerio": "<1.0.0",
93
+ "css-loader": "6.7.3",
94
+ "cypress": "14.5.0",
95
+ "esbuild": "0.21.5",
96
+ "esbuild-sass-plugin": "2.4.4",
97
+ "html-webpack-plugin": "5.5.0",
98
+ "husky": "9.1.7",
99
+ "jest": "29.3.1",
100
+ "jest-canvas-mock": "2.4.0",
101
+ "jest-environment-jsdom": "29.3.1",
102
+ "react-test-renderer": "18.3.1",
103
+ "sass": "1.57.1",
104
+ "sass-loader": "13.2.0",
105
+ "style-loader": "3.3.1",
106
+ "svg-inline-loader": "0.8.2",
107
+ "typescript": "5.5.4",
108
+ "webpack": "5.75.0"
109
+ },
110
+ "peerDependencies": {
111
+ "@mui/material": "7.3.6",
112
+ "react": "19.2.1",
113
+ "react-dom": "19.2.1"
114
+ }
115
+ }
@@ -1,14 +0,0 @@
1
- import type { ReactNode, RefObject } from 'react';
2
- import { PopperPlacementType } from '@mui/material';
3
- type AnchoredPopperProps = {
4
- open: boolean;
5
- anchorRef: RefObject<HTMLElement | null>;
6
- onClose: () => void;
7
- placement?: PopperPlacementType;
8
- children: ReactNode;
9
- minWidth?: number | string;
10
- zIndex?: number;
11
- elevation?: number;
12
- };
13
- declare const AnchoredPopper: ({ open, anchorRef, onClose, placement, children, minWidth, zIndex, elevation }: AnchoredPopperProps) => import("react/jsx-runtime").JSX.Element;
14
- export default AnchoredPopper;
@@ -1,4 +0,0 @@
1
- declare const BasicExample: () => import("react/jsx-runtime").JSX.Element;
2
- declare const CustomOptionExample: () => import("react/jsx-runtime").JSX.Element;
3
- declare const ProductExample: () => import("react/jsx-runtime").JSX.Element;
4
- export { BasicExample, CustomOptionExample, ProductExample };
@@ -1,6 +0,0 @@
1
- type AddButtonProps = {
2
- onClick: () => void;
3
- disabled?: boolean;
4
- };
5
- declare const AddButton: ({ onClick, disabled }: AddButtonProps) => import("react/jsx-runtime").JSX.Element;
6
- export default AddButton;
@@ -1,9 +0,0 @@
1
- import { GridExportFormat } from '@mui/x-data-grid-pro';
2
- type ExportButtonProps = {
3
- exportAction?: {
4
- onExport: (format: GridExportFormat) => void;
5
- exportFormats: GridExportFormat[];
6
- };
7
- };
8
- declare const ExportButton: ({ exportAction }: ExportButtonProps) => import("react/jsx-runtime").JSX.Element;
9
- export default ExportButton;