Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"@mui-internal/api-docs-builder-core": "workspace:^",
"@mui/internal-babel-plugin-minify-errors": "^2.0.8-canary.7",
"@mui/internal-bundle-size-checker": "^1.0.9-canary.36",
"@mui/internal-code-infra": "^0.0.3-canary.0",
"@mui/internal-code-infra": "^0.0.3-canary.1",
"@mui/internal-docs-utils": "workspace:^",
"@mui/internal-scripts": "workspace:^",
"@mui/internal-test-utils": "workspace:^",
Expand Down
20 changes: 10 additions & 10 deletions packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"scripts": {
"build": "shx cp -r lib/ build/ && pnpm build:copy-files && pnpm build:typings && pnpm build:esm-pkg",
"build:esm-pkg": "node ./scripts/create-esm-package-json.mjs",
"build:lib": "code-infra build --hasLargeFiles --skipPackageJson --skipBundlePackageJson --buildTypes false",
"build:lib": "code-infra build --hasLargeFiles --skipPackageJson --skipBundlePackageJson --skipMainCheck --buildTypes false",
"build:lib:clean": "rimraf lib && pnpm build:lib && shx cp -R build lib",
"build:stable": "code-infra build --bundle esm --hasLargeFiles --skipPackageJson --buildTypes false --skipBundlePackageJson",
"build:stable": "code-infra build --bundle esm --hasLargeFiles --skipPackageJson --buildTypes false --skipBundlePackageJson --skipMainCheck",
"build:copy-files": "node ../../scripts/copyFiles.mjs",
"build:typings": "node ./scripts/create-typings.mjs",
"release": "pnpm build && pnpm publish",
Expand Down Expand Up @@ -82,23 +82,23 @@
},
"exports": {
".": {
"import": {
"types": "./esm/index.d.ts",
"default": "./esm/index.js"
},
"require": {
"types": "./index.d.ts",
"default": "./index.js"
},
"default": {
"types": "./esm/index.d.ts",
"default": "./esm/index.js"
}
},
"./*": {
"import": {
"types": "./esm/*.d.ts",
"default": "./esm/*.js"
},
"require": {
"types": "./*.d.ts",
"default": "./*.js"
},
"default": {
"types": "./esm/*.d.ts",
"default": "./esm/*.js"
}
},
"./esm": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "5.0.0-beta.49",
"private": true,
"description": "Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.",
"main": "./src/index.ts",
"keywords": [
"react",
"react-component",
Expand Down Expand Up @@ -85,6 +84,7 @@
"node": ">=14.0.0"
},
"exports": {
".": "./src/index.ts",
"./*": "./src/*/index.ts"
}
}
2 changes: 1 addition & 1 deletion packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "7.0.0-beta.17",
"author": "MUI Team",
"description": "Laboratory for new Material UI modules.",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
Expand Down Expand Up @@ -88,6 +87,7 @@
"node": ">=14.0.0"
},
"exports": {
".": "./src/index.js",
"./*": "./src/*/index.ts"
}
}
2 changes: 1 addition & 1 deletion packages/mui-material-pigment-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "7.3.2",
"author": "MUI Team",
"description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
"main": "./src/index.ts",
"keywords": [
"react",
"mui",
Expand Down Expand Up @@ -63,6 +62,7 @@
}
},
"exports": {
".": "./src/index.ts",
"./styles.css": "./src/styles.css",
"./*": "./src/*/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "7.3.2",
"author": "MUI Team",
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",
"main": "./src/index.ts",
"keywords": [
"react",
"react-component",
Expand Down Expand Up @@ -99,6 +98,7 @@
"node": ">=14.0.0"
},
"exports": {
".": "./src/index.js",
"./ButtonBase/TouchRipple": "./src/ButtonBase/TouchRipple.js",
"./*": "./src/*/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "7.3.2",
"author": "MUI Team",
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
Expand Down Expand Up @@ -63,6 +62,7 @@
"node": ">=14.0.0"
},
"exports": {
".": "./src/index.js",
"./*": "./src/*/index.js"
}
}
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "7.3.2",
"author": "MUI Team",
"description": "styled() API wrapper package for styled-components.",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
Expand Down Expand Up @@ -59,6 +58,7 @@
"node": ">=14.0.0"
},
"exports": {
".": "./src/index.js",
"./*": "./src/*/index.js"
}
}
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "7.3.2",
"author": "MUI Team",
"description": "styled() API wrapper package for emotion.",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
Expand Down Expand Up @@ -73,6 +72,7 @@
"node": ">=14.0.0"
},
"exports": {
".": "./src/index.js",
"./*": "./src/*/index.js"
}
}
4 changes: 3 additions & 1 deletion packages/mui-stylis-plugin-rtl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "7.3.2",
"author": "MUI Team",
"description": "A plugin for Material UI that provides RTL (right-to-left) support.",
"main": "./src/index.ts",
"keywords": [
"react",
"react-component",
Expand Down Expand Up @@ -58,5 +57,8 @@
},
"engines": {
"node": ">=14.0.0"
},
"exports": {
".": "./src/index.ts"
}
}
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "7.3.2",
"author": "MUI Team",
"description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
Expand Down Expand Up @@ -86,6 +85,7 @@
"node": ">=14.0.0"
},
"exports": {
".": "./src/index.js",
"./*": "./src/*/index.ts"
}
}
4 changes: 3 additions & 1 deletion packages/mui-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "7.4.6",
"author": "MUI Team",
"description": "Utility types for Material UI.",
"types": "./index.d.ts",
"keywords": [
"react",
"react-component",
Expand Down Expand Up @@ -48,5 +47,8 @@
"@types/react": {
"optional": true
}
},
"exports": {
".": "./src/index.ts"
}
}
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "7.3.2",
"author": "MUI Team",
"description": "Utility functions for React components.",
"main": "./src/index.ts",
"keywords": [
"react",
"react-component",
Expand Down Expand Up @@ -74,6 +73,7 @@
"node": ">=14.0.0"
},
"exports": {
".": "./src/index.ts",
"./*": "./src/*/index.ts"
}
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading