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

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.
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const _default: React.JSXElementConstructor<any>;
3
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const useSizing: (columns?: never[]) => {
2
+ columnsStyle: {};
3
+ totalWidth: number;
4
+ };
5
+ export default useSizing;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ import { FC } from 'react';
2
+ type ModalVariantIconProps = {
3
+ variant: 'info' | 'warning' | 'error';
4
+ };
5
+ declare const ModalVariantIcon: FC<ModalVariantIconProps>;
6
+ export default ModalVariantIcon;
package/package.json CHANGED
@@ -1,120 +1,115 @@
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
+ {
2
+ "name": "@myunisoft/design-system",
3
+ "version": "1.1.3",
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
+ "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",
18
+ "prepare": "husky"
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+ssh://git@bitbucket.org/myunibucket/design-system.git"
23
+ },
24
+ "keywords": [],
25
+ "files": [
26
+ "dist"
27
+ ],
28
+ "publishConfig": {
29
+ "@myunisoft:registry": "https://registry.npmjs.org/"
30
+ },
31
+ "author": "MyUnisoft",
32
+ "license": "MIT",
33
+ "homepage": "https://myunisoft.github.io/design-system/",
34
+ "dependencies": {
35
+ "@babel/runtime": "7.20.6",
36
+ "@emotion/react": "11.14.0",
37
+ "@emotion/styled": "11.14.1",
38
+ "@mui/material": "7.1.2",
39
+ "@mui/utils": "7.3.1",
40
+ "@mui/x-data-grid-pro": "7.29.8",
41
+ "@testing-library/dom": "10.1.0",
42
+ "classnames": "2.3.2",
43
+ "exceljs": "4.4.0",
44
+ "i18next": "22.4.6",
45
+ "jspdf": "3.0.1",
46
+ "jspdf-autotable": "3.5.28",
47
+ "localforage": "1.10.0",
48
+ "lodash": "4.17.21",
49
+ "moment": "2.30.1",
50
+ "numeral": "2.0.6",
51
+ "pretty-bytes": "6.0.0",
52
+ "prop-types": "15.8.1",
53
+ "react": "19.1.1",
54
+ "react-color": "2.19.3",
55
+ "react-dom": "19.1.1",
56
+ "react-draft-wysiwyg": "1.15.0",
57
+ "react-draggable": "4.4.6",
58
+ "react-dropzone": "14.2.3",
59
+ "react-input-autosize": "3.0.0",
60
+ "react-spinners": "0.13.8",
61
+ "reselect": "4.1.7",
62
+ "robot3": "0.3.2",
63
+ "sortablejs": "1.15.0",
64
+ "svgo": "3.0.2",
65
+ "tss-react": "4.9.18"
66
+ },
67
+ "resolutions": {
68
+ "cheerio": "<1.0.0",
69
+ "@mui/material": "7.1.2",
70
+ "@babel/core": "7.26.0"
71
+ },
72
+ "devDependencies": {
73
+ "@4tw/cypress-drag-drop": "2.3.0",
74
+ "@babel/core": "7.26.0",
75
+ "@babel/plugin-proposal-class-properties": "7.18.6",
76
+ "@babel/plugin-transform-runtime": "7.28.5",
77
+ "@babel/preset-env": "7.28.5",
78
+ "@babel/preset-react": "7.28.5",
79
+ "@babel/preset-typescript": "7.28.5",
80
+ "@biomejs/biome": "2.3.5",
81
+ "@parcel/transformer-inline-string": "2.8.2",
82
+ "@parcel/transformer-sass": "2.8.2",
83
+ "@parcel/transformer-svg-react": "2.8.2",
84
+ "@testing-library/react": "16.3.0",
85
+ "@types/jest": "30.0.0",
86
+ "@types/mocha": "10.0.10",
87
+ "@types/react": "19.1.0",
88
+ "@types/react-dom": "19.1.0",
89
+ "babel-jest": "29.3.1",
90
+ "babel-loader": "9.1.0",
91
+ "cheerio": "<1.0.0",
92
+ "css-loader": "6.7.3",
93
+ "cypress": "14.5.0",
94
+ "esbuild": "0.21.5",
95
+ "esbuild-sass-plugin": "2.4.4",
96
+ "html-webpack-plugin": "5.5.0",
97
+ "husky": "9.1.7",
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
+ "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.1.2",
112
+ "react": "19.1.1",
113
+ "react-dom": "19.1.1"
114
+ }
115
+ }