Skip to content

Commit 3706bf9

Browse files
committed
Deploying to gh-pages from @ 0b18ab1 🚀
1 parent 020948d commit 3706bf9

File tree

182 files changed

+457
-447
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+457
-447
lines changed
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283849,7 +283849,7 @@ module.exports = require("stream");
283849283849
/******/ // This function allow to reference async chunks
283850283850
/******/ __webpack_require__.u = (chunkId) => {
283851283851
/******/ // return url for filenames based on template
283852-
/******/ return ".server/" + chunkId + "." + {"321":"70eb3d890cbcde47","562":"1c332fc57e74f083","652":"022b3b85613f7183","703":"6b02234447c0a227"}[chunkId] + ".js";
283852+
/******/ return ".server/" + chunkId + "." + {"321":"70eb3d890cbcde47","562":"1c332fc57e74f083","652":"d6fa475f70f4c91f","703":"6b02234447c0a227"}[chunkId] + ".js";
283853283853
/******/ };
283854283854
/******/ })();
283855283855
/******/
@@ -284599,13 +284599,15 @@ function HelloDarkness() {
284599284599
NavigationItem.propTypes = {
284600284600
children: (prop_types_default()).node.isRequired,
284601284601
url: (prop_types_default()).string.isRequired,
284602-
isactive: (prop_types_default()).func
284602+
isactive: (prop_types_default()).func,
284603+
ariaLabel: (prop_types_default()).string
284603284604
};
284604284605
function NavigationItem(_ref) {
284605284606
let {
284606284607
children,
284607284608
url,
284608-
isactive
284609+
isactive,
284610+
ariaLabel
284609284611
} = _ref;
284610284612
let obj = {};
284611284613
// decide if the link is active or not by providing a function
@@ -284622,6 +284624,7 @@ function NavigationItem(_ref) {
284622284624
target: "_blank",
284623284625
rel: "noopener noreferrer",
284624284626
className: classes,
284627+
"aria-label": ariaLabel,
284625284628
children: children
284626284629
});
284627284630
}
@@ -284634,6 +284637,7 @@ function NavigationItem(_ref) {
284634284637
return isActive ? `${classes} !text-blue-200` : classes;
284635284638
},
284636284639
to: url,
284640+
"aria-label": ariaLabel,
284637284641
children: children
284638284642
});
284639284643
}
@@ -284652,6 +284656,7 @@ function NavigationIcon(_ref3) {
284652284656
to: to,
284653284657
className: "inline-flex items-center text-gray-100 dark:text-gray-200 hover:text-blue-200",
284654284658
title: `webpack on ${title}`,
284659+
"aria-label": `webpack on ${title}`,
284655284660
children: children
284656284661
});
284657284662
}
@@ -284703,11 +284708,13 @@ function Navigation(_ref4) {
284703284708
let {
284704284709
content,
284705284710
url,
284706-
isActive
284711+
isActive,
284712+
ariaLabel
284707284713
} = _ref5;
284708284714
return /*#__PURE__*/(0,jsx_runtime.jsx)(NavigationItem, {
284709284715
url: url,
284710284716
isActive: isActive,
284717+
ariaLabel: ariaLabel,
284711284718
children: content
284712284719
}, url);
284713284720
}), [{
@@ -287421,6 +287428,7 @@ function Site(props) {
287421287428
toggleSidebar: _toggleSidebar,
287422287429
links: [{
287423287430
content: 'Documentation',
287431+
ariaLabel: 'webpack documentation',
287424287432
url: '/concepts/',
287425287433
isactive: (_, location) => {
287426287434
return /^\/(api|concepts|configuration|guides|loaders|migrate|plugins)/.test(location.pathname);
@@ -287433,10 +287441,12 @@ function Site(props) {
287433287441
}))
287434287442
}, {
287435287443
content: 'Contribute',
287436-
url: '/contribute/'
287444+
url: '/contribute/',
287445+
ariaLabel: 'contribute to webpack'
287437287446
}, {
287438287447
content: 'Blog',
287439-
url: '/blog/'
287448+
url: '/blog/',
287449+
ariaLabel: 'webpack blog'
287440287450
}]
287441287451
})
287442287452
}), (is_client_default()) ? /*#__PURE__*/(0,jsx_runtime.jsx)(SidebarMobile, {
@@ -287531,7 +287541,7 @@ function PrintScript() {
287531287541
});
287532287542
}
287533287543
;// ../dist/prod-assets-manifest.json
287534-
const prod_assets_manifest_namespaceObject = /*#__PURE__*/JSON.parse('{"js":["/vendor.817bc9c70027aefa.js","/index.958e4a8e3dcfaf37.js"],"A":["/index.9e6bd440e3104850.css","/4513.869f0846a132527b.css"]}');
287544+
const prod_assets_manifest_namespaceObject = /*#__PURE__*/JSON.parse('{"js":["/vendor.817bc9c70027aefa.js","/index.cfd27f58eb513953.js"],"A":["/index.9e6bd440e3104850.css","/4513.869f0846a132527b.css"]}');
287535287545
;// ./server.jsx
287536287546
// Import External Dependencies
287537287547

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/cli/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

api/compilation-hooks/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

api/compilation-object/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

api/compiler-hooks/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

api/contextmodulefactory-hooks/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

api/hot-module-replacement/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

api/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)