@atomazing-org/design-system 1.0.69 → 1.0.72

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,68 +1,68 @@
1
- {
2
- "name": "@atomazing-org/design-system",
3
- "version": "1.0.69",
4
- "private": false,
5
- "description": "A library providing a set of useful utils, MUI style extensions, and components to build your application.",
6
- "author": "PonomarevBPM + MarkSinD",
7
- "license": "MIT",
8
- "homepage": "https://github.com/atomazing/design-system",
9
- "keywords": [
10
- "atomazing-org",
11
- "design-system",
12
- "mui",
13
- "emotion",
14
- "ui",
15
- "components",
16
- "styles",
17
- "utils"
18
- ],
19
- "main": "dist/index.js",
20
- "module": "dist/index.mjs",
21
- "types": "./dist/index.d.ts",
22
- "exports": {
23
- ".": {
24
- "import": "./dist/index.mjs",
25
- "require": "./dist/index.js"
26
- }
27
- },
28
- "files": [
29
- "dist",
30
- "README.md"
31
- ],
32
- "publishConfig": {
33
- "access": "public",
34
- "registry": "https://registry.npmjs.org/"
35
- },
36
- "scripts": {
37
- "build": "tsup",
38
- "dev": "tsup --watch",
39
- "test": "vitest",
40
- "format": "npm run format:eslint && npm run format:prettier",
41
- "format:eslint": "npm run lint:eslint -- --fix",
42
- "format:prettier": "npm run lint:prettier -- --write",
43
- "lint:eslint": "eslint \"**/*.{js,ts,tsx}\"",
44
- "lint:prettier": "prettier \"**/*.{json,js,ts,tsx}\" --check",
45
- "lint:ts": "tsc --noEmit",
46
- "lint": "npm run lint:eslint && npm run lint:prettier && npm run lint:ts"
47
- },
48
- "peerDependencies": {
49
- "react": "^18.0.0 || ^19.0.0",
50
- "react-dom": "^18.0.0 || ^19.0.0",
51
- "@emotion/react": "^11.0.0",
52
- "@emotion/styled": "^11.0.0",
53
- "@emotion/css": "^11.0.0",
54
- "@mui/material": "^7.0.0",
55
- "@mui/icons-material": "^7.0.0"
56
- },
57
- "devDependencies": {
58
- "@atomazing-org/eslint-config": "2.4.0",
59
- "@emotion/react": "^11.14.0",
60
- "@emotion/styled": "^11.14.1",
61
- "@types/react": "^19.1.8",
62
- "eslint": "^9.13.0",
63
- "prettier": "^3.6.2",
64
- "tsup": "^8.5.0",
65
- "typescript": "^5.8.3",
66
- "vitest": "^2.1.3"
67
- }
68
- }
1
+ {
2
+ "name": "@atomazing-org/design-system",
3
+ "version": "1.0.72",
4
+ "private": false,
5
+ "description": "A library providing a set of useful utils, MUI style extensions, and components to build your application.",
6
+ "author": "PonomarevBPM + MarkSinD",
7
+ "license": "MIT",
8
+ "homepage": "https://github.com/atomazing/design-system",
9
+ "keywords": [
10
+ "atomazing-org",
11
+ "design-system",
12
+ "mui",
13
+ "emotion",
14
+ "ui",
15
+ "components",
16
+ "styles",
17
+ "utils"
18
+ ],
19
+ "main": "dist/index.js",
20
+ "module": "dist/index.mjs",
21
+ "types": "./dist/index.d.ts",
22
+ "exports": {
23
+ ".": {
24
+ "import": "./dist/index.mjs",
25
+ "require": "./dist/index.js"
26
+ }
27
+ },
28
+ "files": [
29
+ "dist",
30
+ "README.md"
31
+ ],
32
+ "publishConfig": {
33
+ "access": "public",
34
+ "registry": "https://registry.npmjs.org/"
35
+ },
36
+ "scripts": {
37
+ "build": "tsup",
38
+ "dev": "tsup --watch",
39
+ "test": "vitest",
40
+ "format": "npm run format:eslint && npm run format:prettier",
41
+ "format:eslint": "npm run lint:eslint -- --fix",
42
+ "format:prettier": "npm run lint:prettier -- --write",
43
+ "lint:eslint": "eslint \"**/*.{js,ts,tsx}\"",
44
+ "lint:prettier": "prettier \"**/*.{json,js,ts,tsx}\" --check",
45
+ "lint:ts": "tsc --noEmit",
46
+ "lint": "npm run lint:eslint && npm run lint:prettier && npm run lint:ts"
47
+ },
48
+ "peerDependencies": {
49
+ "react": "^18.0.0 || ^19.0.0",
50
+ "react-dom": "^18.0.0 || ^19.0.0",
51
+ "@emotion/react": "^11.0.0",
52
+ "@emotion/styled": "^11.0.0",
53
+ "@emotion/css": "^11.0.0",
54
+ "@mui/material": "^7.0.0",
55
+ "@mui/icons-material": "^7.0.0"
56
+ },
57
+ "devDependencies": {
58
+ "@atomazing-org/eslint-config": "2.4.0",
59
+ "@emotion/react": "^11.14.0",
60
+ "@emotion/styled": "^11.14.1",
61
+ "@types/react": "^19.1.8",
62
+ "eslint": "^9.13.0",
63
+ "prettier": "^3.6.2",
64
+ "tsup": "^8.5.0",
65
+ "typescript": "^5.8.3",
66
+ "vitest": "^2.1.3"
67
+ }
68
+ }