mui-styles
Advanced tools
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
+79
-47
| { | ||
| "name": "mui-styles", | ||
| "version": "2.0.8", | ||
| "version": "3.0.0", | ||
| "private": false, | ||
| "author": "Bleker Cordova <bleker@gliyen.com>", | ||
| "description": "React MUI Styles", | ||
| "main": "lib/index.js", | ||
| "types": "lib/index.d.ts", | ||
| "keywords": [ | ||
| "react", | ||
| "react-component", | ||
| "mui-styles", | ||
| "mui", | ||
| "styles" | ||
| ], | ||
| "author": "Bleker <bleker@gliyen.com>", | ||
| "description": "Type-safe styling utilities and helpers for Material UI (MUI).", | ||
| "license": "MIT", | ||
| "repository": { | ||
@@ -20,3 +12,2 @@ "type": "git", | ||
| }, | ||
| "license": "MIT", | ||
| "bugs": { | ||
@@ -26,39 +17,75 @@ "url": "https://github.com/blencm/mui-styles/issues" | ||
| "homepage": "https://github.com/blencm/mui-styles#readme", | ||
| "keywords": [ | ||
| "mui-styles", | ||
| "mui", | ||
| "material-ui", | ||
| "material ui", | ||
| "styles", | ||
| "theming", | ||
| "theme", | ||
| "css-in-js", | ||
| "emotion", | ||
| "jss", | ||
| "typescript", | ||
| "react", | ||
| "react-component" | ||
| ], | ||
| "type": "module", | ||
| "main": "./lib/index.cjs", | ||
| "module": "./lib/index.js", | ||
| "types": "./lib/index.d.ts", | ||
| "exports": { | ||
| ".": { | ||
| "types": "./lib/index.d.ts", | ||
| "import": "./lib/index.js", | ||
| "require": "./lib/index.cjs" | ||
| }, | ||
| "./package.json": "./package.json" | ||
| }, | ||
| "scripts": { | ||
| "dev": "cross-env NODE_ENV=test", | ||
| "build": "rimraf ./lib && cross-env NODE_ENV=production && tsup src/index.ts src/cli.ts --dts --outDir=lib", | ||
| "build": "rimraf ./lib && tsup src/index.ts src/cli.ts --dts --format esm,cjs --outDir=lib --sourcemap", | ||
| "test": "cross-env NODE_ENV=test && jest", | ||
| "test:watch": "jest --watch" | ||
| "test:watch": "jest --watch", | ||
| "prepublishOnly": "npm run test && npm run build" | ||
| }, | ||
| "files": [ | ||
| "lib", | ||
| "README.md", | ||
| "LICENSE" | ||
| ], | ||
| "sideEffects": false, | ||
| "engines": { | ||
| "node": ">=18" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/cli": "^7.28.3", | ||
| "@babel/core": "^7.28.4", | ||
| "@babel/node": "^7.28.0", | ||
| "@babel/plugin-syntax-jsx": "^7.27.1", | ||
| "@babel/cli": "^7.28.6", | ||
| "@babel/core": "^7.28.6", | ||
| "@babel/node": "^7.28.6", | ||
| "@babel/plugin-syntax-jsx": "^7.28.6", | ||
| "@babel/plugin-transform-object-assign": "^7.27.1", | ||
| "@babel/plugin-transform-react-constant-elements": "^7.27.1", | ||
| "@babel/plugin-transform-runtime": "^7.28.3", | ||
| "@babel/preset-env": "^7.28.3", | ||
| "@babel/preset-react": "^7.27.1", | ||
| "@babel/preset-typescript": "^7.27.1", | ||
| "@babel/plugin-transform-runtime": "^7.28.5", | ||
| "@babel/preset-env": "^7.28.6", | ||
| "@babel/preset-react": "^7.28.5", | ||
| "@babel/preset-typescript": "^7.28.5", | ||
| "@emotion/hash": "^0.9.2", | ||
| "@emotion/react": "^11.14.0", | ||
| "@emotion/styled": "^11.14.1", | ||
| "@jest/globals": "^30.1.2", | ||
| "@mui/material": "^7.3.2", | ||
| "@mui/types": "^7.4.6", | ||
| "@mui/utils": "^7.3.2", | ||
| "@testing-library/jest-dom": "^6.8.0", | ||
| "@testing-library/react": "^16.3.0", | ||
| "@jest/globals": "^30.2.0", | ||
| "@mui/material": "^7.3.7", | ||
| "@mui/types": "^7.4.10", | ||
| "@mui/utils": "^7.3.7", | ||
| "@testing-library/jest-dom": "^6.9.1", | ||
| "@testing-library/react": "^16.3.2", | ||
| "@testing-library/user-event": "^14.6.1", | ||
| "@types/chai": "^5.2.2", | ||
| "@types/chai": "^5.2.3", | ||
| "@types/hoist-non-react-statics": "^3.3.7", | ||
| "@types/jest": "^30.0.0", | ||
| "@types/mocha": "^10.0.10", | ||
| "@types/node": "^24.5.2", | ||
| "@types/node": "^25.0.10", | ||
| "@types/prop-types": "^15.7.15", | ||
| "@types/react": "^19.1.13", | ||
| "@types/react-dom": "^19.1.9", | ||
| "babel-jest": "^30.1.2", | ||
| "@types/react": "^19.2.9", | ||
| "@types/react-dom": "^19.2.3", | ||
| "babel-jest": "^30.2.0", | ||
| "babel-loader": "^10.0.0", | ||
@@ -73,7 +100,7 @@ "babel-plugin-istanbul": "^7.0.1", | ||
| "clsx": "^2.1.1", | ||
| "cross-env": "^10.0.0", | ||
| "cross-env": "^10.1.0", | ||
| "hoist-non-react-statics": "^3.3.2", | ||
| "inferno-server": "^9.0.4", | ||
| "jest": "^30.1.3", | ||
| "jest-environment-jsdom": "^30.1.2", | ||
| "inferno-server": "^9.0.10", | ||
| "jest": "^30.2.0", | ||
| "jest-environment-jsdom": "^30.2.0", | ||
| "jss": "^10.10.0", | ||
@@ -87,15 +114,20 @@ "jss-plugin-camel-case": "^10.10.0", | ||
| "jss-plugin-vendor-prefixer": "^10.10.0", | ||
| "mocha": "^11.7.2", | ||
| "mocha": "^11.7.5", | ||
| "prop-types": "^15.8.1", | ||
| "react": "^19.1.1", | ||
| "react-dom": "^19.1.1", | ||
| "rimraf": "^6.0.1", | ||
| "ts-jest": "^29.4.4", | ||
| "tsup": "^8.5.0", | ||
| "typescript": "^5.9.2" | ||
| "react": "^19.2.4", | ||
| "react-dom": "^19.2.4", | ||
| "rimraf": "^6.1.2", | ||
| "ts-jest": "^29.4.6", | ||
| "tsup": "^8.5.1", | ||
| "typescript": "^5.9.3" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": "^16.0.0 || ^17.0.0 || ^18.3.1 || ^19.1.1 || ^20.0.0", | ||
| "react-dom": "^16.0.0 || ^17.0.0 || ^18.3.1 || ^19.1.1 || ^20.0.0" | ||
| "react": "^16.0.0 || ^17.0.0 || ^18.3.1 || ^19.2.4 || ^20.0.0", | ||
| "react-dom": "^16.0.0 || ^17.0.0 || ^18.3.1 || ^19.2.4 || ^20.0.0" | ||
| }, | ||
| "peerDependenciesMeta": { | ||
| "react-dom": { | ||
| "optional": true | ||
| } | ||
| }, | ||
| "publishConfig": { | ||
@@ -102,0 +134,0 @@ "access": "public" |
-1
| NODE_ENV=production |
| # Auto detect text files and perform LF normalization | ||
| * text=auto |
| { | ||
| "plugins": ["@babel/plugin-syntax-jsx"], | ||
| "presets": [ | ||
| ["@babel/preset-env", { "targets": { "node": "current", "chrome": 100 } }], | ||
| "@babel/preset-typescript", | ||
| "@babel/react" | ||
| ] | ||
| } |
| { | ||
| "bail": 1, | ||
| "preset": "ts-jest", | ||
| "verbose": true, | ||
| "testEnvironment": "jsdom", | ||
| "transform": { | ||
| "^.+\\.[jt]sx?$": "babel-jest" | ||
| }, | ||
| "setupFilesAfterEnv": ["@testing-library/jest-dom"], | ||
| "testMatch": ["**/__tests__/**/*.ts?(x)", "**/?(*.)+(test).ts?(x)"] | ||
| } |
| { | ||
| "compilerOptions": { | ||
| "module": "preserve", | ||
| "strict": true, | ||
| "esModuleInterop": true, | ||
| "skipLibCheck": true, | ||
| "forceConsistentCasingInFileNames": true, | ||
| "target": "ESNext", | ||
| "lib": ["DOM", "DOM.Iterable", "ESNext"], | ||
| "types": ["jest", "node", "@testing-library/jest-dom"], | ||
| "allowJs": true, | ||
| "allowSyntheticDefaultImports": true, | ||
| "noFallthroughCasesInSwitch": true, | ||
| "declaration": true, | ||
| "moduleResolution": "bundler", | ||
| "resolveJsonModule": true, | ||
| "isolatedModules": true, | ||
| "noEmit": true, | ||
| "jsx": "react" | ||
| }, | ||
| "include": ["src/**/*", "**/*.ts", "**/*.tsx"] | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2287367
371.69%21713
82.91%Yes
NaN9
-10%167
98.81%2
100%