@muraldevkit/ui-toolkit 2.90.1 → 3.0.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.
- package/dist/index.js +1 -1
- package/dist/styles/MrlAvatar/module.scss +2 -2
- package/dist/styles.css +89 -0
- package/package.json +150 -149
package/package.json
CHANGED
|
@@ -1,151 +1,152 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
2
|
+
"name": "@muraldevkit/ui-toolkit",
|
|
3
|
+
"version": "3.0.0",
|
|
4
|
+
"description": "Mural's UI Toolkit",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"module": "./dist/index.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"engines": {
|
|
9
|
+
"node": "18.x",
|
|
10
|
+
"npm": "9.x"
|
|
11
|
+
},
|
|
12
|
+
"files": [
|
|
13
|
+
"dist"
|
|
14
|
+
],
|
|
15
|
+
"scripts": {
|
|
16
|
+
"prebuild": "rimraf dist",
|
|
17
|
+
"build": "webpack --mode=production",
|
|
18
|
+
"compile": "storybook build",
|
|
19
|
+
"dev": "storybook dev -p 6006",
|
|
20
|
+
"lint": "npm run lint:scripts && npm run lint:styles",
|
|
21
|
+
"lint:config": "eslint '.storybook/*.{js,jsx,ts,tsx}'",
|
|
22
|
+
"lint:config:fix": "eslint '.storybook/*.{js,jsx,ts,tsx}' --fix",
|
|
23
|
+
"lint:fix": "npm run lint:scripts:fix && npm run lint:styles:fix",
|
|
24
|
+
"lint:scripts": "eslint '**/*.{js,jsx,ts,tsx}'",
|
|
25
|
+
"lint:styles": "stylelint src/components/**/*.{css,scss}",
|
|
26
|
+
"lint:scripts:fix": "eslint '**/*.{js,jsx,ts,tsx}' --fix",
|
|
27
|
+
"lint:styles:fix": "stylelint --fix src/components/**/*.{css,scss}",
|
|
28
|
+
"create-component": "./scripts/createComponent.sh; npm run lint:fix;",
|
|
29
|
+
"publish:local": "npm run build && npm pack",
|
|
30
|
+
"release": "npx semantic-release",
|
|
31
|
+
"test": "jest",
|
|
32
|
+
"test:scan": "npx test-storybook --maxWorkers=2",
|
|
33
|
+
"test:single": "jest $1",
|
|
34
|
+
"test:single:watch": "jest --watch $1",
|
|
35
|
+
"test:watch": "jest --watchAll",
|
|
36
|
+
"test:watch:file": "jest --watch $npm_config_file",
|
|
37
|
+
"test:updateSnapshot": "jest --updateSnapshot",
|
|
38
|
+
"yalc": "npm run build; yalc publish",
|
|
39
|
+
"lint-staged": "npx lint-staged --concurrent false"
|
|
40
|
+
},
|
|
41
|
+
"publishConfig": {
|
|
42
|
+
"access": "public"
|
|
43
|
+
},
|
|
44
|
+
"license": "https://www.mural.co/terms/developer-addendum",
|
|
45
|
+
"peerDependencies": {
|
|
46
|
+
"@muraldevkit/ds-foundation": ">=2.6.0",
|
|
47
|
+
"@muraldevkit/ds-icons": ">=1.1.0",
|
|
48
|
+
"@muraldevkit/ds-icons-animated": ">=1.0.1",
|
|
49
|
+
"@muraldevkit/ds-pictograms": ">=1.1.0",
|
|
50
|
+
"@react-spring/web": "9.4.2",
|
|
51
|
+
"@tactivos/mural-shared": "2.8.0",
|
|
52
|
+
"lottie-web": "^5.9.6",
|
|
53
|
+
"react": ">=16.9",
|
|
54
|
+
"react-dom": ">=16.9"
|
|
55
|
+
},
|
|
56
|
+
"devDependencies": {
|
|
57
|
+
"@babel/core": "7.21.4",
|
|
58
|
+
"@babel/node": "7.20.7",
|
|
59
|
+
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
60
|
+
"@babel/preset-env": "7.21.4",
|
|
61
|
+
"@babel/preset-react": "7.18.6",
|
|
62
|
+
"@babel/preset-typescript": "7.21.4",
|
|
63
|
+
"@muraldevkit/ds-foundation": "*",
|
|
64
|
+
"@muraldevkit/ds-icons": "3.0.1",
|
|
65
|
+
"@storybook/addon-a11y": "8.2.9",
|
|
66
|
+
"@storybook/addon-docs": "8.2.9",
|
|
67
|
+
"@storybook/addon-essentials": "8.2.9",
|
|
68
|
+
"@storybook/addon-interactions": "8.2.9",
|
|
69
|
+
"@storybook/addon-links": "8.2.9",
|
|
70
|
+
"@storybook/addon-webpack5-compiler-swc": "1.0.2",
|
|
71
|
+
"@storybook/blocks": "8.2.9",
|
|
72
|
+
"@storybook/react": "8.2.9",
|
|
73
|
+
"@storybook/react-webpack5": "8.2.9",
|
|
74
|
+
"@storybook/test": "8.2.9",
|
|
75
|
+
"@storybook/test-runner": "0.17.0",
|
|
76
|
+
"@testing-library/dom": "7.31.0",
|
|
77
|
+
"@testing-library/jest-dom": "5.16.5",
|
|
78
|
+
"@testing-library/react": "12.1.2",
|
|
79
|
+
"@testing-library/user-event": "13.1.9",
|
|
80
|
+
"@types/classnames": "2.2.5",
|
|
81
|
+
"@types/jest": "29.5.1",
|
|
82
|
+
"@types/lodash.debounce": "4.0.7",
|
|
83
|
+
"@types/lodash.isequal": "4.5.8",
|
|
84
|
+
"@types/path-browserify": "1.0.2",
|
|
85
|
+
"@types/react": "16.8.25",
|
|
86
|
+
"@types/react-dom": "16.9.0",
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
88
|
+
"@typescript-eslint/parser": "4.33.0",
|
|
89
|
+
"axe-playwright": "1.2.3",
|
|
90
|
+
"babel-loader": "9.1.2",
|
|
91
|
+
"copy-webpack-plugin": "11.0.0",
|
|
92
|
+
"css-loader": "6.7.3",
|
|
93
|
+
"eslint": "7.32.0",
|
|
94
|
+
"eslint-config-prettier": "8.6.0",
|
|
95
|
+
"eslint-plugin-import": "2.26.0",
|
|
96
|
+
"eslint-plugin-jsdoc": "39.6.4",
|
|
97
|
+
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
98
|
+
"eslint-plugin-prettier": "3.4.1",
|
|
99
|
+
"eslint-plugin-react": "7.31.11",
|
|
100
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
101
|
+
"eslint-plugin-storybook": "0.8.0",
|
|
102
|
+
"identity-obj-proxy": "3.0.0",
|
|
103
|
+
"jest": "29.5.0",
|
|
104
|
+
"jest-canvas-mock": "2.5.1",
|
|
105
|
+
"jest-environment-jsdom": "29.5.0",
|
|
106
|
+
"jest-matchmedia-mock": "1.1.0",
|
|
107
|
+
"lint-staged": "13.2.2",
|
|
108
|
+
"mini-css-extract-plugin": "2.9.0",
|
|
109
|
+
"null-loader": "4.0.1",
|
|
110
|
+
"prettier": "2.8.8",
|
|
111
|
+
"react-markdown": "8.0.7",
|
|
112
|
+
"rimraf": "5.0.0",
|
|
113
|
+
"sass": "1.62.1",
|
|
114
|
+
"sass-loader": "13.2.2",
|
|
115
|
+
"semantic-release": "19.0.5",
|
|
116
|
+
"semantic-release-monorepo": "7.0.5",
|
|
117
|
+
"storybook": "8.2.9",
|
|
118
|
+
"style-loader": "3.3.2",
|
|
119
|
+
"stylelint": "14.16.1",
|
|
120
|
+
"stylelint-config-prettier": "9.0.4",
|
|
121
|
+
"stylelint-config-standard": "29.0.0",
|
|
122
|
+
"stylelint-config-standard-scss": "6.1.0",
|
|
123
|
+
"stylelint-order": "6.0.0",
|
|
124
|
+
"stylelint-sassdoc": "0.4.2",
|
|
125
|
+
"stylelint-scss": "4.6.0",
|
|
126
|
+
"ts-jest": "29.1.0",
|
|
127
|
+
"ts-loader": "9.4.2",
|
|
128
|
+
"typescript": "5.0.4",
|
|
129
|
+
"webpack": "5.80.0",
|
|
130
|
+
"webpack-cli": "5.0.1"
|
|
131
|
+
},
|
|
132
|
+
"dependencies": {
|
|
133
|
+
"@react-spring/web": "9.4.2",
|
|
134
|
+
"classnames": "2.2.5",
|
|
135
|
+
"lodash.debounce": "4.0.8",
|
|
136
|
+
"lodash.isequal": "4.4.0",
|
|
137
|
+
"path-browserify": "1.0.1",
|
|
138
|
+
"react": ">=16.9",
|
|
139
|
+
"react-dom": ">=16.9"
|
|
140
|
+
},
|
|
141
|
+
"lint-staged": {
|
|
142
|
+
"src/**": "prettier --ignore-unknown --write",
|
|
143
|
+
"src/**/*.{ts,tsx,js,jsx}": "eslint --fix",
|
|
144
|
+
"src/**/*.{css,sass,scss}": "stylelint --fix"
|
|
145
|
+
},
|
|
146
|
+
"release": {
|
|
147
|
+
"extends": [
|
|
148
|
+
"semantic-release-monorepo",
|
|
149
|
+
"./release.config"
|
|
150
|
+
]
|
|
151
|
+
}
|
|
151
152
|
}
|