@mui/docs 6.4.4 → 7.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.
Files changed (280) hide show
  1. package/Ad/Ad.d.ts +1 -1
  2. package/Ad/Ad.js +42 -33
  3. package/Ad/AdCarbon.d.ts +1 -1
  4. package/Ad/AdCarbon.js +27 -18
  5. package/Ad/AdDisplay.d.ts +10 -10
  6. package/Ad/AdDisplay.js +28 -21
  7. package/Ad/AdGuest.d.ts +6 -6
  8. package/Ad/AdGuest.js +15 -8
  9. package/Ad/AdInHouse.d.ts +3 -3
  10. package/Ad/AdInHouse.js +13 -5
  11. package/Ad/AdManager.d.ts +12 -9
  12. package/Ad/AdManager.js +17 -8
  13. package/Ad/AdProvider.d.ts +9 -9
  14. package/Ad/AdProvider.js +13 -5
  15. package/Ad/ad.styles.d.ts +4322 -4322
  16. package/Ad/ad.styles.js +13 -5
  17. package/Ad/index.d.ts +5 -5
  18. package/Ad/index.js +62 -6
  19. package/CHANGELOG.md +71 -2258
  20. package/CodeCopy/CodeCopy.d.ts +5 -3
  21. package/CodeCopy/CodeCopy.js +19 -10
  22. package/CodeCopy/CodeCopyButton.d.ts +2 -2
  23. package/CodeCopy/CodeCopyButton.js +18 -10
  24. package/CodeCopy/index.d.ts +3 -3
  25. package/CodeCopy/index.js +40 -3
  26. package/CodeCopy/useClipboardCopy.d.ts +3 -3
  27. package/CodeCopy/useClipboardCopy.js +12 -4
  28. package/ComponentLinkHeader/ComponentLinkHeader.d.ts +5 -5
  29. package/ComponentLinkHeader/ComponentLinkHeader.js +48 -40
  30. package/ComponentLinkHeader/index.d.ts +2 -2
  31. package/ComponentLinkHeader/index.js +24 -2
  32. package/DocsProvider/DocsProvider.d.ts +19 -13
  33. package/DocsProvider/DocsProvider.js +17 -9
  34. package/DocsProvider/index.d.ts +1 -1
  35. package/DocsProvider/index.js +16 -1
  36. package/HighlightedCode/HighlightedCode.d.ts +9 -9
  37. package/HighlightedCode/HighlightedCode.js +26 -18
  38. package/HighlightedCode/index.d.ts +1 -1
  39. package/HighlightedCode/index.js +16 -1
  40. package/HighlightedCodeWithTabs/HighlightedCodeWithTabs.d.ts +18 -18
  41. package/HighlightedCodeWithTabs/HighlightedCodeWithTabs.js +31 -22
  42. package/HighlightedCodeWithTabs/index.d.ts +2 -2
  43. package/HighlightedCodeWithTabs/index.js +24 -2
  44. package/InfoCard/InfoCard.d.ts +15 -13
  45. package/InfoCard/InfoCard.js +29 -20
  46. package/InfoCard/index.d.ts +1 -1
  47. package/InfoCard/index.js +16 -1
  48. package/Link/Link.d.ts +14 -8
  49. package/Link/Link.js +26 -29
  50. package/Link/index.d.ts +1 -1
  51. package/Link/index.js +16 -1
  52. package/MarkdownElement/MarkdownElement.d.ts +4 -4
  53. package/MarkdownElement/MarkdownElement.js +186 -178
  54. package/MarkdownElement/index.d.ts +1 -1
  55. package/MarkdownElement/index.js +16 -1
  56. package/NProgressBar/NProgressBar.d.ts +1 -3
  57. package/NProgressBar/NProgressBar.js +23 -15
  58. package/NProgressBar/index.d.ts +2 -2
  59. package/NProgressBar/index.js +13 -1
  60. package/README.md +4 -4
  61. package/SectionTitle/SectionTitle.d.ts +4 -4
  62. package/SectionTitle/SectionTitle.js +15 -8
  63. package/SectionTitle/index.d.ts +1 -1
  64. package/SectionTitle/index.js +16 -1
  65. package/branding/BrandingProvider.d.ts +6 -6
  66. package/branding/BrandingProvider.js +15 -8
  67. package/branding/brandingTheme.d.ts +118 -119
  68. package/branding/brandingTheme.js +126 -115
  69. package/branding/index.d.ts +2 -2
  70. package/branding/index.js +27 -2
  71. package/esm/Ad/Ad.d.ts +6 -0
  72. package/{node → esm}/Ad/Ad.js +33 -42
  73. package/esm/Ad/AdCarbon.d.ts +3 -0
  74. package/{node → esm}/Ad/AdCarbon.js +18 -27
  75. package/esm/Ad/AdDisplay.d.ts +16 -0
  76. package/{node → esm}/Ad/AdDisplay.js +21 -28
  77. package/esm/Ad/AdGuest.d.ts +10 -0
  78. package/esm/Ad/AdGuest.js +29 -0
  79. package/esm/Ad/AdInHouse.d.ts +5 -0
  80. package/esm/Ad/AdInHouse.js +15 -0
  81. package/esm/Ad/AdManager.d.ts +19 -0
  82. package/esm/Ad/AdManager.js +36 -0
  83. package/esm/Ad/AdProvider.d.ts +15 -0
  84. package/esm/Ad/AdProvider.js +24 -0
  85. package/esm/Ad/ad.styles.d.ts +4329 -0
  86. package/{node → esm}/Ad/ad.styles.js +5 -13
  87. package/esm/Ad/index.d.ts +5 -0
  88. package/esm/Ad/index.js +7 -0
  89. package/esm/CodeCopy/CodeCopy.d.ts +22 -0
  90. package/{node → esm}/CodeCopy/CodeCopy.js +10 -19
  91. package/esm/CodeCopy/CodeCopyButton.d.ts +5 -0
  92. package/esm/CodeCopy/CodeCopyButton.js +41 -0
  93. package/esm/CodeCopy/index.d.ts +3 -0
  94. package/esm/CodeCopy/index.js +3 -0
  95. package/esm/CodeCopy/useClipboardCopy.d.ts +4 -0
  96. package/esm/CodeCopy/useClipboardCopy.js +21 -0
  97. package/esm/ComponentLinkHeader/ComponentLinkHeader.d.ts +9 -0
  98. package/{node → esm}/ComponentLinkHeader/ComponentLinkHeader.js +40 -48
  99. package/esm/ComponentLinkHeader/index.d.ts +2 -0
  100. package/esm/ComponentLinkHeader/index.js +2 -0
  101. package/esm/DocsProvider/DocsProvider.d.ts +24 -0
  102. package/esm/DocsProvider/DocsProvider.js +31 -0
  103. package/esm/DocsProvider/index.d.ts +1 -0
  104. package/esm/DocsProvider/index.js +1 -0
  105. package/esm/HighlightedCode/HighlightedCode.d.ts +14 -0
  106. package/esm/HighlightedCode/HighlightedCode.js +67 -0
  107. package/esm/HighlightedCode/index.d.ts +1 -0
  108. package/esm/HighlightedCode/index.js +1 -0
  109. package/esm/HighlightedCodeWithTabs/HighlightedCodeWithTabs.d.ts +29 -0
  110. package/{node → esm}/HighlightedCodeWithTabs/HighlightedCodeWithTabs.js +22 -31
  111. package/esm/HighlightedCodeWithTabs/index.d.ts +2 -0
  112. package/esm/HighlightedCodeWithTabs/index.js +2 -0
  113. package/esm/InfoCard/InfoCard.d.ts +22 -0
  114. package/esm/InfoCard/InfoCard.js +87 -0
  115. package/esm/InfoCard/index.d.ts +1 -0
  116. package/esm/InfoCard/index.js +1 -0
  117. package/esm/Link/Link.d.ts +22 -0
  118. package/{node → esm}/Link/Link.js +19 -37
  119. package/esm/Link/index.d.ts +1 -0
  120. package/esm/Link/index.js +1 -0
  121. package/esm/MarkdownElement/MarkdownElement.d.ts +7 -0
  122. package/{node → esm}/MarkdownElement/MarkdownElement.js +178 -186
  123. package/esm/MarkdownElement/index.d.ts +1 -0
  124. package/esm/MarkdownElement/index.js +1 -0
  125. package/esm/NProgressBar/NProgressBar.d.ts +6 -0
  126. package/{node → esm}/NProgressBar/NProgressBar.js +15 -23
  127. package/esm/NProgressBar/index.d.ts +2 -0
  128. package/esm/NProgressBar/index.js +1 -0
  129. package/esm/SectionTitle/SectionTitle.d.ts +7 -0
  130. package/esm/SectionTitle/SectionTitle.js +30 -0
  131. package/esm/SectionTitle/index.d.ts +1 -0
  132. package/esm/SectionTitle/index.js +1 -0
  133. package/esm/branding/BrandingProvider.d.ts +9 -0
  134. package/esm/branding/BrandingProvider.js +17 -0
  135. package/esm/branding/brandingTheme.d.ts +151 -0
  136. package/{node → esm}/branding/brandingTheme.js +115 -126
  137. package/esm/branding/index.d.ts +2 -0
  138. package/esm/branding/index.js +2 -0
  139. package/esm/i18n/i18n.d.ts +27 -0
  140. package/{node → esm}/i18n/i18n.js +17 -29
  141. package/esm/i18n/index.d.ts +1 -0
  142. package/esm/i18n/index.js +1 -0
  143. package/esm/package.json +1 -0
  144. package/esm/svgIcons/BundleSizeIcon.d.ts +4 -0
  145. package/esm/svgIcons/BundleSizeIcon.js +14 -0
  146. package/esm/svgIcons/FigmaIcon.d.ts +4 -0
  147. package/esm/svgIcons/FigmaIcon.js +23 -0
  148. package/esm/svgIcons/FileDownload.d.ts +7 -0
  149. package/esm/svgIcons/FileDownload.js +14 -0
  150. package/esm/svgIcons/JavaScript.d.ts +7 -0
  151. package/{node → esm}/svgIcons/JavaScript.js +6 -14
  152. package/esm/svgIcons/MaterialDesignIcon.d.ts +4 -0
  153. package/esm/svgIcons/MaterialDesignIcon.js +19 -0
  154. package/esm/svgIcons/SketchIcon.d.ts +4 -0
  155. package/esm/svgIcons/SketchIcon.js +28 -0
  156. package/esm/svgIcons/TypeScript.d.ts +7 -0
  157. package/esm/svgIcons/TypeScript.js +14 -0
  158. package/esm/svgIcons/W3CIcon.d.ts +4 -0
  159. package/{node → esm}/svgIcons/W3CIcon.js +7 -14
  160. package/esm/translations/index.d.ts +3 -0
  161. package/esm/translations/index.js +4 -0
  162. package/esm/utils/loadScript.d.ts +1 -0
  163. package/{node → esm}/utils/loadScript.js +1 -7
  164. package/i18n/i18n.d.ts +12 -14
  165. package/i18n/i18n.js +29 -17
  166. package/i18n/index.d.ts +1 -1
  167. package/i18n/index.js +16 -1
  168. package/modern/Ad/Ad.d.ts +6 -0
  169. package/modern/Ad/AdCarbon.d.ts +3 -0
  170. package/modern/Ad/AdDisplay.d.ts +16 -0
  171. package/modern/Ad/AdGuest.d.ts +10 -0
  172. package/modern/Ad/AdInHouse.d.ts +5 -0
  173. package/modern/Ad/AdManager.d.ts +19 -0
  174. package/modern/Ad/AdProvider.d.ts +15 -0
  175. package/modern/Ad/ad.styles.d.ts +4329 -0
  176. package/modern/Ad/index.d.ts +5 -0
  177. package/modern/CodeCopy/CodeCopy.d.ts +22 -0
  178. package/modern/CodeCopy/CodeCopyButton.d.ts +5 -0
  179. package/modern/CodeCopy/index.d.ts +3 -0
  180. package/modern/CodeCopy/useClipboardCopy.d.ts +4 -0
  181. package/modern/ComponentLinkHeader/ComponentLinkHeader.d.ts +9 -0
  182. package/modern/ComponentLinkHeader/index.d.ts +2 -0
  183. package/modern/DocsProvider/DocsProvider.d.ts +24 -0
  184. package/modern/DocsProvider/index.d.ts +1 -0
  185. package/modern/HighlightedCode/HighlightedCode.d.ts +14 -0
  186. package/modern/HighlightedCode/index.d.ts +1 -0
  187. package/modern/HighlightedCodeWithTabs/HighlightedCodeWithTabs.d.ts +29 -0
  188. package/modern/HighlightedCodeWithTabs/index.d.ts +2 -0
  189. package/modern/InfoCard/InfoCard.d.ts +22 -0
  190. package/modern/InfoCard/index.d.ts +1 -0
  191. package/modern/Link/Link.d.ts +22 -0
  192. package/modern/Link/index.d.ts +1 -0
  193. package/modern/MarkdownElement/MarkdownElement.d.ts +7 -0
  194. package/modern/MarkdownElement/index.d.ts +1 -0
  195. package/modern/NProgressBar/NProgressBar.d.ts +6 -0
  196. package/modern/NProgressBar/index.d.ts +2 -0
  197. package/modern/SectionTitle/SectionTitle.d.ts +7 -0
  198. package/modern/SectionTitle/index.d.ts +1 -0
  199. package/modern/branding/BrandingProvider.d.ts +9 -0
  200. package/modern/branding/brandingTheme.d.ts +151 -0
  201. package/modern/branding/index.d.ts +2 -0
  202. package/modern/i18n/i18n.d.ts +27 -0
  203. package/modern/i18n/index.d.ts +1 -0
  204. package/modern/svgIcons/BundleSizeIcon.d.ts +4 -0
  205. package/modern/svgIcons/FigmaIcon.d.ts +4 -0
  206. package/modern/svgIcons/FileDownload.d.ts +7 -0
  207. package/modern/svgIcons/JavaScript.d.ts +7 -0
  208. package/modern/svgIcons/MaterialDesignIcon.d.ts +4 -0
  209. package/modern/svgIcons/SketchIcon.d.ts +4 -0
  210. package/modern/svgIcons/TypeScript.d.ts +7 -0
  211. package/modern/svgIcons/W3CIcon.d.ts +4 -0
  212. package/modern/translations/index.d.ts +3 -0
  213. package/modern/utils/loadScript.d.ts +1 -0
  214. package/package.json +34 -4
  215. package/svgIcons/BundleSizeIcon.d.ts +2 -2
  216. package/svgIcons/BundleSizeIcon.js +13 -6
  217. package/svgIcons/FigmaIcon.d.ts +2 -2
  218. package/svgIcons/FigmaIcon.js +16 -9
  219. package/svgIcons/FileDownload.d.ts +2 -2
  220. package/svgIcons/FileDownload.js +14 -6
  221. package/svgIcons/JavaScript.d.ts +2 -2
  222. package/svgIcons/JavaScript.js +14 -6
  223. package/svgIcons/MaterialDesignIcon.d.ts +2 -2
  224. package/svgIcons/MaterialDesignIcon.js +14 -7
  225. package/svgIcons/SketchIcon.d.ts +2 -2
  226. package/svgIcons/SketchIcon.js +18 -11
  227. package/svgIcons/TypeScript.d.ts +2 -2
  228. package/svgIcons/TypeScript.js +14 -6
  229. package/svgIcons/W3CIcon.d.ts +2 -2
  230. package/svgIcons/W3CIcon.js +14 -7
  231. package/translations/index.d.ts +2 -2
  232. package/translations/index.js +10 -3
  233. package/tsconfig.build.tsbuildinfo +1 -1
  234. package/utils/loadScript.d.ts +1 -1
  235. package/utils/loadScript.js +7 -1
  236. package/Ad/package.json +0 -6
  237. package/CodeCopy/package.json +0 -6
  238. package/ComponentLinkHeader/package.json +0 -6
  239. package/DocsProvider/package.json +0 -6
  240. package/HighlightedCode/package.json +0 -6
  241. package/HighlightedCodeWithTabs/package.json +0 -6
  242. package/InfoCard/package.json +0 -6
  243. package/Link/package.json +0 -6
  244. package/MarkdownElement/package.json +0 -6
  245. package/NProgressBar/package.json +0 -6
  246. package/SectionTitle/package.json +0 -6
  247. package/branding/package.json +0 -6
  248. package/i18n/package.json +0 -6
  249. package/node/Ad/AdGuest.js +0 -36
  250. package/node/Ad/AdInHouse.js +0 -23
  251. package/node/Ad/AdManager.js +0 -45
  252. package/node/Ad/AdProvider.js +0 -32
  253. package/node/Ad/index.js +0 -63
  254. package/node/CodeCopy/CodeCopyButton.js +0 -49
  255. package/node/CodeCopy/index.js +0 -40
  256. package/node/CodeCopy/useClipboardCopy.js +0 -29
  257. package/node/ComponentLinkHeader/index.js +0 -24
  258. package/node/DocsProvider/DocsProvider.js +0 -39
  259. package/node/DocsProvider/index.js +0 -16
  260. package/node/HighlightedCode/HighlightedCode.js +0 -75
  261. package/node/HighlightedCode/index.js +0 -16
  262. package/node/HighlightedCodeWithTabs/index.js +0 -24
  263. package/node/InfoCard/InfoCard.js +0 -96
  264. package/node/InfoCard/index.js +0 -16
  265. package/node/Link/index.js +0 -16
  266. package/node/MarkdownElement/index.js +0 -16
  267. package/node/NProgressBar/index.js +0 -13
  268. package/node/SectionTitle/SectionTitle.js +0 -37
  269. package/node/SectionTitle/index.js +0 -16
  270. package/node/branding/BrandingProvider.js +0 -24
  271. package/node/branding/index.js +0 -27
  272. package/node/i18n/index.js +0 -16
  273. package/node/svgIcons/BundleSizeIcon.js +0 -21
  274. package/node/svgIcons/FigmaIcon.js +0 -30
  275. package/node/svgIcons/FileDownload.js +0 -22
  276. package/node/svgIcons/MaterialDesignIcon.js +0 -26
  277. package/node/svgIcons/SketchIcon.js +0 -35
  278. package/node/svgIcons/TypeScript.js +0 -22
  279. package/node/translations/index.js +0 -11
  280. package/translations/package.json +0 -6
@@ -1,96 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.GlowingIconContainer = GlowingIconContainer;
9
- exports.InfoCard = InfoCard;
10
- var React = _interopRequireWildcard(require("react"));
11
- var _styles = require("@mui/material/styles");
12
- var _Box = _interopRequireDefault(require("@mui/material/Box"));
13
- var _Paper = _interopRequireDefault(require("@mui/material/Paper"));
14
- var _Typography = _interopRequireDefault(require("@mui/material/Typography"));
15
- var _Link = require("../Link");
16
- var _jsxRuntime = require("react/jsx-runtime");
17
- function GlowingIconContainer({
18
- icon
19
- }) {
20
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Box.default, {
21
- sx: theme => ({
22
- width: 36,
23
- height: 36,
24
- display: 'flex',
25
- justifyContent: 'center',
26
- alignItems: 'center',
27
- flexShrink: 0,
28
- borderRadius: 1,
29
- border: '1px solid',
30
- borderColor: 'primary.200',
31
- bgcolor: 'primary.50',
32
- boxShadow: `0px 0 0 2px ${(0, _styles.alpha)(theme.palette.primary[500], 0.1)}, 0px 2px 12px 0px rgba(234, 237, 241, 0.3) inset`,
33
- '& .MuiSvgIcon-root': {
34
- fontSize: theme.typography.pxToRem(18)
35
- },
36
- ...theme.applyDarkStyles({
37
- borderColor: (0, _styles.alpha)(theme.palette.primary[400], 0.25),
38
- bgcolor: (0, _styles.alpha)(theme.palette.primary[900], 0.2),
39
- boxShadow: `0 0 0 2px ${(0, _styles.alpha)(theme.palette.primary[600], 0.1)}, 0px 2px 12px 0px rgba(0, 0, 0, 0.25) inset`
40
- })
41
- }),
42
- children: icon
43
- });
44
- }
45
- function InfoCard(props) {
46
- const {
47
- classNameDescription,
48
- classNameTitle,
49
- description,
50
- icon,
51
- link,
52
- svg,
53
- title,
54
- titleProps,
55
- ...other
56
- } = props;
57
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Paper.default, {
58
- variant: "outlined",
59
- component: link ? _Link.Link : 'div',
60
- href: link,
61
- ...(link ? {
62
- noLinkStyle: true,
63
- // Fix overloading with prefetch={false}, only prefetch on hover.
64
- prefetch: false
65
- } : {}),
66
- sx: theme => ({
67
- p: 2.5,
68
- height: '100%',
69
- background: `${(theme.vars || theme).palette.gradients.linearSubtle}`,
70
- ...theme.applyDarkStyles({
71
- bgcolor: (0, _styles.alpha)(theme.palette.primaryDark[800], 0.25),
72
- background: `${(theme.vars || theme).palette.gradients.linearSubtle}`,
73
- borderColor: 'primaryDark.700'
74
- })
75
- }),
76
- ...other,
77
- children: [svg && svg, icon && /*#__PURE__*/(0, _jsxRuntime.jsx)(GlowingIconContainer, {
78
- icon: icon
79
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
80
- fontWeight: "semiBold",
81
- component: "h3",
82
- color: "text.primary",
83
- variant: "body2",
84
- mt: icon ? 2 : 0,
85
- mb: description ? 0.5 : 0,
86
- className: classNameTitle,
87
- ...titleProps,
88
- children: title
89
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
90
- variant: "body2",
91
- color: "text.secondary",
92
- className: classNameDescription,
93
- children: description
94
- })]
95
- });
96
- }
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var _InfoCard = require("./InfoCard");
7
- Object.keys(_InfoCard).forEach(function (key) {
8
- if (key === "default" || key === "__esModule") return;
9
- if (key in exports && exports[key] === _InfoCard[key]) return;
10
- Object.defineProperty(exports, key, {
11
- enumerable: true,
12
- get: function () {
13
- return _InfoCard[key];
14
- }
15
- });
16
- });
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var _Link = require("./Link");
7
- Object.keys(_Link).forEach(function (key) {
8
- if (key === "default" || key === "__esModule") return;
9
- if (key in exports && exports[key] === _Link[key]) return;
10
- Object.defineProperty(exports, key, {
11
- enumerable: true,
12
- get: function () {
13
- return _Link[key];
14
- }
15
- });
16
- });
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var _MarkdownElement = require("./MarkdownElement");
7
- Object.keys(_MarkdownElement).forEach(function (key) {
8
- if (key === "default" || key === "__esModule") return;
9
- if (key in exports && exports[key] === _MarkdownElement[key]) return;
10
- Object.defineProperty(exports, key, {
11
- enumerable: true,
12
- get: function () {
13
- return _MarkdownElement[key];
14
- }
15
- });
16
- });
@@ -1,13 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- Object.defineProperty(exports, "default", {
8
- enumerable: true,
9
- get: function () {
10
- return _NProgressBar.default;
11
- }
12
- });
13
- var _NProgressBar = _interopRequireDefault(require("./NProgressBar"));
@@ -1,37 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.SectionTitle = SectionTitle;
8
- var React = _interopRequireWildcard(require("react"));
9
- var _jsxRuntime = require("react/jsx-runtime");
10
- var _span;
11
- function SectionTitle(props) {
12
- const {
13
- title,
14
- hash,
15
- level: Level = 'h2'
16
- } = props;
17
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(Level, {
18
- id: hash,
19
- style: {
20
- flexGrow: 1
21
- },
22
- children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("a", {
23
- "aria-labelledby": hash,
24
- className: "title-link-to-anchor",
25
- href: `#${hash}`,
26
- tabIndex: -1,
27
- children: [title, _span || (_span = /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
28
- className: "anchor-icon",
29
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
30
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
31
- xlinkHref: "#anchor-link-icon"
32
- })
33
- })
34
- }))]
35
- })
36
- });
37
- }
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var _SectionTitle = require("./SectionTitle");
7
- Object.keys(_SectionTitle).forEach(function (key) {
8
- if (key === "default" || key === "__esModule") return;
9
- if (key in exports && exports[key] === _SectionTitle[key]) return;
10
- Object.defineProperty(exports, key, {
11
- enumerable: true,
12
- get: function () {
13
- return _SectionTitle[key];
14
- }
15
- });
16
- });
@@ -1,24 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.BrandingProvider = BrandingProvider;
8
- var React = _interopRequireWildcard(require("react"));
9
- var _styles = require("@mui/material/styles");
10
- var _brandingTheme = require("./brandingTheme");
11
- var _jsxRuntime = require("react/jsx-runtime");
12
- function BrandingProvider(props) {
13
- const {
14
- children,
15
- mode: modeProp
16
- } = props;
17
- const upperTheme = (0, _styles.useTheme)();
18
- const mode = modeProp || upperTheme.palette.mode;
19
- const theme = mode === 'dark' ? _brandingTheme.brandingDarkTheme : _brandingTheme.brandingLightTheme;
20
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.ThemeProvider, {
21
- theme: modeProp ? () => theme : theme,
22
- children: children
23
- });
24
- }
@@ -1,27 +0,0 @@
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
- });
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var _i18n = require("./i18n");
7
- Object.keys(_i18n).forEach(function (key) {
8
- if (key === "default" || key === "__esModule") return;
9
- if (key in exports && exports[key] === _i18n[key]) return;
10
- Object.defineProperty(exports, key, {
11
- enumerable: true,
12
- get: function () {
13
- return _i18n[key];
14
- }
15
- });
16
- });
@@ -1,21 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.default = void 0;
8
- var React = _interopRequireWildcard(require("react"));
9
- var _utils = require("@mui/material/utils");
10
- var _jsxRuntime = require("react/jsx-runtime");
11
- var _default = exports.default = (0, _utils.createSvgIcon)(/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
12
- fill: "currentColor",
13
- fillRule: "nonzero",
14
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
- d: "M5.84 3c-.52 0-1 .25-1.3.67l-1.4 2.05c-.06.09-.1.19-.14.28h8V3H5.84zM20.86 5.72l-1.4-2.05c-.3-.42-.81-.67-1.33-.67H13v3h8c-.05-.1-.08-.2-.14-.28z",
16
- fillOpacity: ".79"
17
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
18
- d: "M20.98 7H3.02L3 7.11V19.4c0 .89.71 1.61 1.58 1.61h14.84A1.6 1.6 0 0021 19.4V7.1L20.98 7zm-6.87 5.36H9.89a1.6 1.6 0 01-1.58-1.61c0-.89.7-1.6 1.58-1.6h4.22c.87 0 1.58.71 1.58 1.6 0 .89-.7 1.6-1.58 1.6z",
19
- fillOpacity: ".87"
20
- })]
21
- }), 'BundleSize');
@@ -1,30 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.default = void 0;
8
- var React = _interopRequireWildcard(require("react"));
9
- var _utils = require("@mui/material/utils");
10
- var _jsxRuntime = require("react/jsx-runtime");
11
- var _default = exports.default = (0, _utils.createSvgIcon)(/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
12
- fillRule: "nonzero",
13
- fill: "none",
14
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
- d: "M8 24a4 4 0 004-4v-4H8a4 4 0 000 8z",
16
- fill: "#0ACF83"
17
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
18
- d: "M4 12a4 4 0 014-4h4v8H8a4 4 0 01-4-4z",
19
- fill: "#A259FF"
20
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
21
- d: "M4 4a4 4 0 014-4h4v8H8a4 4 0 01-4-4z",
22
- fill: "#F24E1E"
23
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
- d: "M12 0h4a4 4 0 010 8h-4V0z",
25
- fill: "#FF7262"
26
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
- d: "M20 12a4 4 0 11-8 0 4 4 0 018 0z",
28
- fill: "#1ABCFE"
29
- })]
30
- }), 'Figma');
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.default = void 0;
9
- var React = _interopRequireWildcard(require("react"));
10
- var _SvgIcon = _interopRequireDefault(require("@mui/material/SvgIcon"));
11
- var _jsxRuntime = require("react/jsx-runtime");
12
- var _path;
13
- function FileDownload(props) {
14
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SvgIcon.default, {
15
- ...props,
16
- children: _path || (_path = /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
17
- d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
18
- }))
19
- });
20
- }
21
- FileDownload.muiName = 'SvgIcon';
22
- var _default = exports.default = FileDownload;
@@ -1,26 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.default = void 0;
8
- var React = _interopRequireWildcard(require("react"));
9
- var _utils = require("@mui/material/utils");
10
- var _jsxRuntime = require("react/jsx-runtime");
11
- var _default = exports.default = (0, _utils.createSvgIcon)(/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
12
- fill: "none",
13
- fillRule: "evenodd",
14
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
15
- fill: "#737373",
16
- cx: "12",
17
- cy: "12",
18
- r: "12"
19
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
20
- fill: "#BDBDBD",
21
- d: "M4 4h16v16H4z"
22
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
- fill: "#FFF",
24
- d: "M12 20l8-16H4z"
25
- })]
26
- }), 'MaterialDesign');
@@ -1,35 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.default = void 0;
8
- var React = _interopRequireWildcard(require("react"));
9
- var _utils = require("@mui/material/utils");
10
- var _jsxRuntime = require("react/jsx-runtime");
11
- var _default = exports.default = (0, _utils.createSvgIcon)(/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
12
- fillRule: "nonzero",
13
- fill: "none",
14
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
- fill: "#FDB300",
16
- d: "M5.24 2.7L12 2l6.76.7L24 9.48 12 23 0 9.49z"
17
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
18
- fill: "#EA6C00",
19
- d: "M4.85 9l7.13 14L0 9zM19.1 9l-7.12 14L23.95 9z"
20
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
21
- fill: "#FDAD00",
22
- d: "M4.85 9H19.1l-7.12 14z"
23
- }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
24
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
25
- fill: "#FDD231",
26
- d: "M11.98 2l-6.75.65-.38 6.34zM11.98 2l6.75.65.37 6.34z"
27
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
28
- fill: "#FDAD00",
29
- d: "M23.95 9l-5.22-6.35.37 6.34zM0 9l5.23-6.35-.38 6.34z"
30
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
31
- fill: "#FEEEB7",
32
- d: "M11.98 2L4.85 9H19.1z"
33
- })]
34
- })]
35
- }), 'Sketch');
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.default = void 0;
9
- var React = _interopRequireWildcard(require("react"));
10
- var _SvgIcon = _interopRequireDefault(require("@mui/material/SvgIcon"));
11
- var _jsxRuntime = require("react/jsx-runtime");
12
- var _path;
13
- function TypeScript(props) {
14
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SvgIcon.default, {
15
- ...props,
16
- children: _path || (_path = /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
17
- d: "M3,3H21V21H3V3M13.71,17.86C14.21,18.84 15.22,19.59 16.8,19.59C18.4,19.59 19.6,18.76 19.6,17.23C19.6,15.82 18.79,15.19 17.35,14.57L16.93,14.39C16.2,14.08 15.89,13.87 15.89,13.37C15.89,12.96 16.2,12.64 16.7,12.64C17.18,12.64 17.5,12.85 17.79,13.37L19.1,12.5C18.55,11.54 17.77,11.17 16.7,11.17C15.19,11.17 14.22,12.13 14.22,13.4C14.22,14.78 15.03,15.43 16.25,15.95L16.67,16.13C17.45,16.47 17.91,16.68 17.91,17.26C17.91,17.74 17.46,18.09 16.76,18.09C15.93,18.09 15.45,17.66 15.09,17.06L13.71,17.86M13,11.25H8V12.75H9.5V20H11.25V12.75H13V11.25Z"
18
- }))
19
- });
20
- }
21
- TypeScript.muiName = 'SvgIcon';
22
- var _default = exports.default = TypeScript;
@@ -1,11 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.default = void 0;
8
- var _translations = _interopRequireDefault(require("./translations.json"));
9
- var _default = exports.default = {
10
- en: _translations.default
11
- };
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "main": "../node/translations/index.js",
5
- "types": "./index.d.ts"
6
- }