@myunisoft/design-system 1.0.2 → 1.1.0-MYUN-32704

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,116 +1,120 @@
1
- {
2
- "name": "@myunisoft/design-system",
3
- "version": "1.0.2",
4
- "description": "Design System of MyUnisoft",
5
- "main": "dist/index.js",
6
- "source": "src/index.js",
7
- "scripts": {
8
- "start": "cd website && npm start -- --port=3002",
9
- "build": "rm -r dist & node esbuild",
10
- "build-cypress": "rm -r dist & node esbuild-cypress",
11
- "prepublishOnly": "npm run build",
12
- "test": "jest --transformIgnorePatterns \"node_modules/(?!@exceljs)/\" ",
13
- "parcel-build": "node esbuild",
14
- "cypress": "npm run build-cypress && npx cypress open --component --browser chrome",
15
- "cy:run": "npx cypress run --component --browser chrome"
16
- },
17
- "repository": {
18
- "type": "git",
19
- "url": "git+ssh://git@bitbucket.org/myunibucket/design-system.git"
20
- },
21
- "keywords": [],
22
- "files": [
23
- "dist"
24
- ],
25
- "publishConfig": {
26
- "@myunisoft:registry": "https://registry.npmjs.org/"
27
- },
28
- "author": "MyUnisoft",
29
- "license": "MIT",
30
- "homepage": "https://myunisoft.github.io/design-system/",
31
- "dependencies": {
32
- "@babel/eslint-parser": "7.25.1",
33
- "@babel/runtime": "7.20.6",
34
- "@emotion/react": "11.14.0",
35
- "@emotion/styled": "11.14.1",
36
- "@mui/material": "7.1.2",
37
- "@mui/utils": "7.3.1",
38
- "@mui/x-data-grid-pro": "7.29.8",
39
- "@testing-library/dom": "10.1.0",
40
- "classnames": "2.3.2",
41
- "exceljs": "4.4.0",
42
- "i18next": "22.4.6",
43
- "jspdf": "3.0.1",
44
- "jspdf-autotable": "3.5.28",
45
- "localforage": "1.10.0",
46
- "lodash": "4.17.21",
47
- "moment": "2.30.1",
48
- "numeral": "2.0.6",
49
- "pretty-bytes": "6.0.0",
50
- "prop-types": "15.8.1",
51
- "react": "19.1.1",
52
- "react-color": "2.19.3",
53
- "react-dom": "19.1.1",
54
- "react-draft-wysiwyg": "1.15.0",
55
- "react-draggable": "4.4.6",
56
- "react-dropzone": "14.2.3",
57
- "react-input-autosize": "3.0.0",
58
- "react-spinners": "0.13.8",
59
- "reselect": "4.1.7",
60
- "robot3": "0.3.2",
61
- "sortablejs": "1.15.0",
62
- "svgo": "3.0.2",
63
- "tss-react": "4.9.18"
64
- },
65
- "resolutions": {
66
- "cheerio": "<1.0.0",
67
- "@mui/material": "7.1.2"
68
- },
69
- "devDependencies": {
70
- "@4tw/cypress-drag-drop": "2.3.0",
71
- "@babel/core": "7.20.5",
72
- "@babel/plugin-proposal-class-properties": "7.18.6",
73
- "@babel/plugin-transform-runtime": "7.19.6",
74
- "@babel/preset-env": "7.20.2",
75
- "@babel/preset-react": "7.18.6",
76
- "@babel/preset-typescript": "7.26.0",
77
- "@parcel/transformer-inline-string": "2.8.2",
78
- "@parcel/transformer-sass": "2.8.2",
79
- "@parcel/transformer-svg-react": "2.8.2",
80
- "@testing-library/react": "16.3.0",
81
- "@types/react": "19.1.0",
82
- "@types/react-dom": "19.1.0",
83
- "babel-jest": "29.3.1",
84
- "babel-loader": "9.1.0",
85
- "cheerio": "<1.0.0",
86
- "css-loader": "6.7.3",
87
- "cypress": "14.5.0",
88
- "esbuild": "0.21.5",
89
- "esbuild-sass-plugin": "2.4.4",
90
- "eslint": "8.46.0",
91
- "eslint-config-prettier": "8.3.0",
92
- "eslint-config-react-app": "7.0.1",
93
- "eslint-plugin-cypress": "5.1.0",
94
- "eslint-plugin-import": "2.23.4",
95
- "eslint-plugin-jsx-a11y": "6.4.1",
96
- "eslint-plugin-prettier": "3.4.0",
97
- "html-webpack-plugin": "5.5.0",
98
- "jest": "29.3.1",
99
- "jest-canvas-mock": "2.4.0",
100
- "jest-environment-jsdom": "29.3.1",
101
- "parcel": "2.8.2",
102
- "prettier": "2.8.1",
103
- "react-test-renderer": "18.3.1",
104
- "sass": "1.57.1",
105
- "sass-loader": "13.2.0",
106
- "style-loader": "3.3.1",
107
- "svg-inline-loader": "0.8.2",
108
- "typescript": "5.5.4",
109
- "webpack": "5.75.0"
110
- },
111
- "peerDependencies": {
112
- "@mui/material": "7.1.2",
113
- "react": "19.1.1",
114
- "react-dom": "19.1.1"
115
- }
116
- }
1
+ {
2
+ "name": "@myunisoft/design-system",
3
+ "version": "1.1.0-MYUN-32704",
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
+ "parcel-build": "node esbuild",
15
+ "cypress": "npm run build-cypress && npx cypress open --component --browser chrome",
16
+ "cy:run": "npx cypress run --component --browser chrome"
17
+ },
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+ssh://git@bitbucket.org/myunibucket/design-system.git"
21
+ },
22
+ "keywords": [],
23
+ "files": [
24
+ "dist"
25
+ ],
26
+ "publishConfig": {
27
+ "@myunisoft:registry": "https://registry.npmjs.org/"
28
+ },
29
+ "author": "MyUnisoft",
30
+ "license": "MIT",
31
+ "homepage": "https://myunisoft.github.io/design-system/",
32
+ "dependencies": {
33
+ "@babel/eslint-parser": "7.28.5",
34
+ "@babel/runtime": "7.28.4",
35
+ "@emotion/react": "11.14.0",
36
+ "@emotion/styled": "11.14.1",
37
+ "@mui/material": "7.1.2",
38
+ "@mui/utils": "7.3.1",
39
+ "@mui/x-data-grid-pro": "7.29.8",
40
+ "@testing-library/dom": "10.1.0",
41
+ "classnames": "2.3.2",
42
+ "exceljs": "4.4.0",
43
+ "i18next": "22.4.6",
44
+ "jspdf": "3.0.1",
45
+ "jspdf-autotable": "3.5.28",
46
+ "localforage": "1.10.0",
47
+ "lodash": "4.17.21",
48
+ "moment": "2.30.1",
49
+ "numeral": "2.0.6",
50
+ "pretty-bytes": "6.0.0",
51
+ "prop-types": "15.8.1",
52
+ "react": "19.1.1",
53
+ "react-color": "2.19.3",
54
+ "react-dom": "19.1.1",
55
+ "react-draft-wysiwyg": "1.15.0",
56
+ "react-draggable": "4.4.6",
57
+ "react-dropzone": "14.2.3",
58
+ "react-input-autosize": "3.0.0",
59
+ "react-spinners": "0.13.8",
60
+ "reselect": "4.1.7",
61
+ "robot3": "0.3.2",
62
+ "sortablejs": "1.15.0",
63
+ "svgo": "3.0.2",
64
+ "tss-react": "4.9.18"
65
+ },
66
+ "resolutions": {
67
+ "cheerio": "<1.0.0",
68
+ "@mui/material": "7.1.2",
69
+ "@babel/core": "7.26.0"
70
+ },
71
+ "devDependencies": {
72
+ "@4tw/cypress-drag-drop": "2.3.0",
73
+ "@babel/core": "7.26.0",
74
+ "@babel/plugin-proposal-class-properties": "7.18.6",
75
+ "@babel/plugin-transform-runtime": "7.28.5",
76
+ "@babel/preset-env": "7.28.5",
77
+ "@babel/preset-react": "7.28.5",
78
+ "@babel/preset-typescript": "7.28.5",
79
+ "@parcel/transformer-inline-string": "2.8.2",
80
+ "@parcel/transformer-sass": "2.8.2",
81
+ "@parcel/transformer-svg-react": "2.8.2",
82
+ "@testing-library/react": "16.3.0",
83
+ "@types/jest": "30.0.0",
84
+ "@types/mocha": "10.0.10",
85
+ "@types/react": "19.1.0",
86
+ "@types/react-dom": "19.1.0",
87
+ "babel-jest": "29.3.1",
88
+ "babel-loader": "9.1.0",
89
+ "cheerio": "<1.0.0",
90
+ "css-loader": "6.7.3",
91
+ "cypress": "14.5.0",
92
+ "esbuild": "0.21.5",
93
+ "esbuild-sass-plugin": "2.4.4",
94
+ "eslint": "8.46.0",
95
+ "eslint-config-prettier": "8.3.0",
96
+ "eslint-config-react-app": "7.0.1",
97
+ "eslint-plugin-cypress": "5.1.0",
98
+ "eslint-plugin-import": "2.23.4",
99
+ "eslint-plugin-jsx-a11y": "6.4.1",
100
+ "eslint-plugin-prettier": "3.4.0",
101
+ "html-webpack-plugin": "5.5.0",
102
+ "jest": "29.3.1",
103
+ "jest-canvas-mock": "2.4.0",
104
+ "jest-environment-jsdom": "29.3.1",
105
+ "parcel": "2.8.2",
106
+ "prettier": "2.8.1",
107
+ "react-test-renderer": "18.3.1",
108
+ "sass": "1.57.1",
109
+ "sass-loader": "13.2.0",
110
+ "style-loader": "3.3.1",
111
+ "svg-inline-loader": "0.8.2",
112
+ "typescript": "5.5.4",
113
+ "webpack": "5.75.0"
114
+ },
115
+ "peerDependencies": {
116
+ "@mui/material": "7.1.2",
117
+ "react": "19.1.1",
118
+ "react-dom": "19.1.1"
119
+ }
120
+ }
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const _default: React.JSXElementConstructor<any>;
3
- export default _default;
@@ -1,5 +0,0 @@
1
- declare const useSizing: (columns?: never[]) => {
2
- columnsStyle: {};
3
- totalWidth: number;
4
- };
5
- export default useSizing;
@@ -1 +0,0 @@
1
- export {};