@mui/docs 6.0.0-alpha.0 → 6.0.0-alpha.1

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.
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _brandingTheme = require("./brandingTheme");
7
+ Object.keys(_brandingTheme).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _brandingTheme[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _brandingTheme[key];
14
+ }
15
+ });
16
+ });
17
+ var _BrandingProvider = require("./BrandingProvider");
18
+ Object.keys(_BrandingProvider).forEach(function (key) {
19
+ if (key === "default" || key === "__esModule") return;
20
+ if (key in exports && exports[key] === _BrandingProvider[key]) return;
21
+ Object.defineProperty(exports, key, {
22
+ enumerable: true,
23
+ get: function () {
24
+ return _BrandingProvider[key];
25
+ }
26
+ });
27
+ });
@@ -0,0 +1,214 @@
1
+ {
2
+ "adblock": "If you don't mind tech-related ads (no tracking or remarketing), and want to keep us running, please whitelist us in your blocker.",
3
+ "api-docs": {
4
+ "componentName": "Component name",
5
+ "componentsApi": "Components API",
6
+ "themeDefaultProps": "Theme default props",
7
+ "themeDefaultPropsDescription": "You can use <code>{{muiName}}</code> to change the default props of this component <a href={{defaultPropsLink}}>with the theme</a>.",
8
+ "classes": "CSS classes",
9
+ "classesDescription": "These class names are useful for styling with CSS. They are applied to the component's slots when specific states are triggered.",
10
+ "className": "Class name",
11
+ "cssDescription": "The following class names are useful for styling with CSS (the <a href=\"/material-ui/customization/how-to-customize/#state-classes\">state classes</a> are marked). <br /> To learn more, visit the <a href=\"/material-ui/customization/theme-components/\">component customization</a> page.",
12
+ "css": "CSS",
13
+ "cssComponent": "As a CSS utility, the {{name}} component also supports all <a href=\"/system/properties/\"><code>system</code></a> properties. You can use them as props directly on the component.",
14
+ "default": "Default",
15
+ "defaultComponent": "Default component",
16
+ "defaultValue": "Default value",
17
+ "defaultHTMLTag": "Default HTML tag",
18
+ "demos": "Demos",
19
+ "deprecated": "Deprecated",
20
+ "description": "Description",
21
+ "globalClass": "Global class",
22
+ "defaultClass": "Default class",
23
+ "hookName": "Hook name",
24
+ "hooksApi": "Hooks API",
25
+ "hooksNoParameters": "This hook does not accept any input parameters.",
26
+ "hooksPageDescription": "API reference docs for the {{name}} hook. Learn about the input parameters and other APIs of this exported module.",
27
+ "import": "Import",
28
+ "importDifference": "Learn about the difference by <a href=\"/material-ui/guides/minimizing-bundle-size/\">reading this guide on minimizing bundle size</a>.",
29
+ "inheritance": "Inheritance",
30
+ "inheritanceDescription": "While not explicitly documented above, the props of the <a href=\"{{pathname}}\">{{component}}</a> component{{suffix}} are also available in {{name}}. You can take advantage of this to <a href=\"/material-ui/guides/api/#spread\">target nested components</a>.",
31
+ "inheritanceSuffixTransition": " from react-transition-group",
32
+ "name": "Name",
33
+ "nativeElement": "native",
34
+ "overrideStyles": "You can override the style of the component using one of these customization options:\n",
35
+ "overrideStylesStyledComponent": "<ul>\n<li>With a <a href=\"/material-ui/integrations/interoperability/#global-css\">global class name</a>.</li>\n<li>With a rule name as part of the component's <a href=\"{{styleOverridesLink}}\"><code>styleOverrides</code> property</a> in a custom theme.</li>\n</ul>",
36
+ "pageDescription": "API reference docs for the React {{name}} component. Learn about the props, CSS, and other APIs of this exported module.",
37
+ "props": "Props",
38
+ "properties": "Properties",
39
+ "parameters": "Parameters",
40
+ "requires-ref": "This <a href=\"/material-ui/guides/composition/#caveat-with-refs\">needs to be able to hold a ref</a>.",
41
+ "returns": "Returns: ",
42
+ "returnValue": "Return value",
43
+ "refNotHeld": "The component cannot hold a ref.",
44
+ "refRootElement": "The <code>ref</code> is forwarded to the root element.",
45
+ "ruleName": "Rule name",
46
+ "signature": "Signature",
47
+ "slots": "Slots",
48
+ "spreadHint": "Props of the {{spreadHintElement}} component are also available.",
49
+ "state": "STATE",
50
+ "styleOverrides": "The name <code>{{componentStyles.name}}</code> can be used when providing <a href={{defaultPropsLink}}>default props</a> or <a href={{styleOverridesLink}}>style overrides</a> in the theme.",
51
+ "slotDescription": "To learn how to customize the slot, check out the <a href={{slotGuideLink}}>Overriding component structure</a> guide.",
52
+ "slotName": "Slot name",
53
+ "type": "Type",
54
+ "required": "Required",
55
+ "optional": "Optional",
56
+ "additional-info": {
57
+ "cssApi": "See <a href='#classes'>CSS classes API</a> below for more details.",
58
+ "sx": "See the <a href='/system/getting-started/the-sx-prop/'>`sx` page</a> for more details.",
59
+ "slotsApi": "See <a href='#slots'>Slots API</a> below for more details.",
60
+ "joy-size": "To learn how to add custom sizes to the component, check out <a href='/joy-ui/customization/themed-components/#extend-sizes'>Themed components—Extend sizes</a>.",
61
+ "joy-color": "To learn how to add your own colors, check out <a href='/joy-ui/customization/themed-components/#extend-colors'>Themed components—Extend colors</a>.",
62
+ "joy-variant": "To learn how to add your own variants, check out <a href='/joy-ui/customization/themed-components/#extend-variants'>Themed components—Extend variants</a>."
63
+ }
64
+ },
65
+ "landingPageDescr": "A responsive landing page layout with common sections found in marketing pages.",
66
+ "landingPageTitle": "Landing page",
67
+ "searchButton": "Search…",
68
+ "algoliaSearch": "What are you looking for?",
69
+ "appFrame": {
70
+ "changeLanguage": "Change language",
71
+ "github": "GitHub repository",
72
+ "helpToTranslate": "Help to translate",
73
+ "openDrawer": "Open main navigation",
74
+ "skipToContent": "Skip to content",
75
+ "toggleSettings": "Toggle settings drawer"
76
+ },
77
+ "backToTop": "Scroll back to top",
78
+ "blogDescr": "A polished blog page layout. Markdown support is courtesy of markdown-to-jsx.",
79
+ "blogTitle": "Blog",
80
+ "bundleSize": "Bundle size",
81
+ "bundleSizeTooltip": "Scroll down to 'Exports Analysis' for a more detailed report.",
82
+ "cancel": "Cancel",
83
+ "cdn": "or use a CDN.",
84
+ "checkoutDescr": "A step-by-step checkout flow with an adaptable (or optional) number of steps.",
85
+ "checkoutTitle": "Checkout",
86
+ "clickToCopy": "Click to copy",
87
+ "close": "Close",
88
+ "codesandbox": "Edit in CodeSandbox",
89
+ "copied": "Copied",
90
+ "copiedSource": "The source code has been copied to your clipboard.",
91
+ "copiedSourceLink": "Link to the source code has been copied to your clipboard.",
92
+ "copySource": "Copy the source",
93
+ "copySourceLinkJS": "Copy link to JavaScript source",
94
+ "copySourceLinkTS": "Copy link to TypeScript source",
95
+ "dashboardDescr": "Contains a taskbar and a mini variant drawer. The chart is courtesy of Recharts.",
96
+ "dashboardTitle": "Dashboard",
97
+ "decreaseSpacing": "decrease spacing",
98
+ "demoToolbarLabel": "demo source",
99
+ "demoStylingSelectSystem": "MUI System",
100
+ "demoStylingSelectTailwind": "Tailwind CSS",
101
+ "demoStylingSelectCSS": "Plain CSS",
102
+ "diamondSponsors": "Diamond sponsors",
103
+ "becomeADiamondSponsor": "Become a Diamond sponsor",
104
+ "diamondSponsorVacancies": "One spot left!",
105
+ "editorHint": "Press <kbd>Enter</kbd> to start editing",
106
+ "editPage": "Edit this page",
107
+ "emojiLove": "Love",
108
+ "emojiWarning": "Warning",
109
+ "expandAll": "Expand all",
110
+ "feedbackCommentLabel": "Comment",
111
+ "feedbackFailed": "Couldn't submit feedback. Please try again later.",
112
+ "feedbackMessage": "Was this page helpful?",
113
+ "feedbackMessageDown": "How can we improve this page? (optional)",
114
+ "feedbackMessageUp": "What did you like about this page? (optional)",
115
+ "feedbackSectionSpecific": "How can we improve the <strong>{{sectionName}}</strong> section? (optional)",
116
+ "feedbackMessageToGitHub": {
117
+ "usecases": "If something is broken or if you need a reply to a problem you've encountered, please",
118
+ "reasonWhy": "Otherwise, the team won't be able to answer back or ask for more information.",
119
+ "callToAction": {
120
+ "link": "open an issue instead."
121
+ }
122
+ },
123
+ "feedbackNo": "No",
124
+ "feedbackSubmitted": "Feedback submitted",
125
+ "feedbackYes": "Yes",
126
+ "footerCompany": "Company",
127
+ "goToHome": "go to homepage",
128
+ "getProfessionalSupport": "Get Professional Support",
129
+ "getStarted": "Get Started",
130
+ "githubLabel": "Feedback",
131
+ "headTitle": "MUI: A popular React UI framework",
132
+ "hideFullSource": "Collapse code",
133
+ "hideSource": "Hide code",
134
+ "homeQuickWord": "A quick word from our sponsors:",
135
+ "increaseSpacing": "increase spacing",
136
+ "initialFocusLabel": "A generic container that is programmatically focused to test keyboard navigation of our components.",
137
+ "installation": "Installation",
138
+ "installButton": "Read installation docs",
139
+ "installDescr": "Install MUI's source files via npm. We take care of injecting the CSS needed.",
140
+ "joinThese": "Join these and other great organizations!",
141
+ "JS": "JavaScript",
142
+ "letUsKnow": "Let us know!",
143
+ "likeMui": "Help us keep running",
144
+ "loadFont": "Load the default Roboto font.",
145
+ "mainNavigation": "documentation",
146
+ "newest": "Newest",
147
+ "openDrawer": "Open documentation navigation",
148
+ "or": "or",
149
+ "pageTOC": "Page table of contents",
150
+ "praise": "Praise for MUI",
151
+ "praiseDescr": "Here's what some of our users are saying.",
152
+ "pricingDescr": "Quickly build an effective pricing table for your potential customers.",
153
+ "pricingTitle": "Pricing",
154
+ "resetDemo": "Reset demo",
155
+ "resetDensity": "Reset density",
156
+ "resetFocus": "Reset focus to test keyboard navigation",
157
+ "searchIcons": {
158
+ "learnMore": "Learn more about the import"
159
+ },
160
+ "seeMore": "See more",
161
+ "settings": {
162
+ "color": "Color",
163
+ "dark": "Dark",
164
+ "direction": "Direction",
165
+ "editDocsColors": "Edit documentation colors",
166
+ "light": "Light",
167
+ "ltr": "Left to right",
168
+ "mode": "Mode",
169
+ "rtl": "Right to left",
170
+ "settings": "Settings",
171
+ "system": "System",
172
+ "language": "Language"
173
+ },
174
+ "showFullSource": "Expand code",
175
+ "showJSSource": "Show JavaScript source",
176
+ "showSource": "Show code",
177
+ "showTSSource": "Show TypeScript source",
178
+ "signInDescr": "A simple sign-in page using text fields, buttons, checkboxes, links, and more.",
179
+ "signInSideDescr": "A sign-in page with a two-column layout using text fields, buttons, and more.",
180
+ "signInSideTitle": "Sign-in side",
181
+ "signInTitle": "Sign-in",
182
+ "signUpDescr": "A simple sign-up page using text fields, buttons, checkboxes, links, and more.",
183
+ "signUpTitle": "Sign-up",
184
+ "sourceCode": "Source code",
185
+ "spacingUnit": "Spacing unit",
186
+ "stackblitz": "Edit in StackBlitz",
187
+ "stars": "GitHub stars",
188
+ "stickyFooterDescr": "Attach a footer to the bottom of the viewport when page content is short.",
189
+ "stickyFooterTitle": "Sticky footer",
190
+ "strapline": "MUI provides a simple, customizable, and accessible library of React components. Follow your own design system, or start with Material Design.",
191
+ "submit": "Submit",
192
+ "tableOfContents": "Contents",
193
+ "thanks": "Thank you!",
194
+ "themes": "Premium themes",
195
+ "themesButton": "Browse themes",
196
+ "themesDescr": "Take your project to the next level with premium themes from our store – all built on MUI.",
197
+ "toggleNotifications": "Toggle notifications panel",
198
+ "toggleRTL": "Toggle right-to-left/left-to-right",
199
+ "traffic": "Traffic",
200
+ "TS": "TypeScript",
201
+ "v5IsOut": "🎉 v5 release candidate is out! Head to the",
202
+ "v5docsLink": "v5 documentation",
203
+ "v5startAdoption": "to get started.",
204
+ "unreadNotifications": "unread notifications",
205
+ "usage": "Usage",
206
+ "usageButton": "Explore the docs",
207
+ "usageDescr": "MUI components work without any additional setup, and don't pollute the global scope.",
208
+ "useDarkTheme": "Use dark theme",
209
+ "useHighDensity": "Apply higher density via props",
210
+ "usingMui": "Are you using MUI?",
211
+ "viewGitHub": "View the source on GitHub",
212
+ "visit": "Visit the website",
213
+ "whosUsing": "Who's using MUI?"
214
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/docs",
3
- "version": "6.0.0-alpha.0",
3
+ "version": "6.0.0-alpha.1",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "MUI Docs - Documentation building blocks.",
@@ -23,18 +23,19 @@
23
23
  },
24
24
  "homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-docs",
25
25
  "dependencies": {
26
- "@babel/runtime": "^7.23.9",
26
+ "@babel/runtime": "^7.24.4",
27
27
  "clsx": "^2.1.0",
28
28
  "nprogress": "^0.2.0",
29
- "prop-types": "^15.8.1",
30
- "@mui/base": "5.0.0-beta.41",
31
- "@mui/utils": "^5.15.14"
29
+ "prop-types": "^15.8.1"
32
30
  },
33
31
  "peerDependencies": {
32
+ "@mui/base": "*",
33
+ "@mui/icons-material": "^5.0.0",
34
+ "@mui/material": "^5.0.0",
35
+ "@mui/system": "^5.0.0",
34
36
  "@types/react": "^17.0.0 || ^18.0.0",
35
- "next": "^13.5.1",
36
- "react": "^17.0.0 || ^18.0.0",
37
- "@mui/material": "^6.0.0-alpha.0"
37
+ "next": "^13.5.1 || ^14",
38
+ "react": "^17.0.0 || ^18.0.0"
38
39
  },
39
40
  "peerDependenciesMeta": {
40
41
  "@types/react": {