@myunisoft/design-system 1.1.1 → 1.1.2-MYUN-39074.5

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,120 +1,120 @@
1
- {
2
- "name": "@myunisoft/design-system",
3
- "version": "1.1.1",
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
+ {
2
+ "name": "@myunisoft/design-system",
3
+ "version": "1.1.2-MYUN-39074.5",
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 {};
@@ -1,6 +0,0 @@
1
- import { FC } from 'react';
2
- type ModalVariantIconProps = {
3
- variant: 'info' | 'warning' | 'error';
4
- };
5
- declare const ModalVariantIcon: FC<ModalVariantIconProps>;
6
- export default ModalVariantIcon;