@mxenabled/mx-icons 0.4.1 → 1.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/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@mxenabled/mx-icons",
3
- "version": "0.4.1",
3
+ "version": "1.0.0",
4
4
  "description": "Library containing material symbol icons for MX",
5
5
  "author": "MX",
6
6
  "license": "MIT",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
- "type": "module",
11
10
  "main": "dist/index.es.js",
11
+ "type": "module",
12
12
  "types": "dist/index.d.ts",
13
13
  "files": [
14
14
  "dist"
@@ -17,7 +17,9 @@
17
17
  "build": "tsc && vite build",
18
18
  "build-storybook": "storybook build -o compiled_docs",
19
19
  "dev": "yarn storybook",
20
- "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
20
+ "lint": "eslint lib --report-unused-disable-directives --max-warnings 0",
21
+ "precommit": "lint-staged",
22
+ "prepublishOnly": "yarn build",
21
23
  "storybook": "storybook dev -p 8115"
22
24
  },
23
25
  "dependencies": {
@@ -28,7 +30,6 @@
28
30
  "react-dom": "^19.0.0"
29
31
  },
30
32
  "devDependencies": {
31
- "@chromatic-com/storybook": "^3.2.2",
32
33
  "@eslint/js": "^9.17.0",
33
34
  "@kyper/mui": "^4.4.3",
34
35
  "@storybook/addon-a11y": "^8.4.7",
@@ -48,6 +49,9 @@
48
49
  "eslint-plugin-react-refresh": "^0.4.16",
49
50
  "eslint-plugin-storybook": "^0.11.1",
50
51
  "globals": "^15.13.0",
52
+ "husky": "^9.1.7",
53
+ "lint-staged": "^15.2.11",
54
+ "prettier": "^3.4.2",
51
55
  "storybook": "^8.4.7",
52
56
  "storybook-dark-mode": "4.0.1",
53
57
  "typescript": "^5.6.2",