diff --git a/docs/layouts/layout.hbs b/docs/layouts/layout.hbs index babc7ff..7f05eef 100644 --- a/docs/layouts/layout.hbs +++ b/docs/layouts/layout.hbs @@ -69,44 +69,44 @@ {{else compare mainActive "===" "controls"}} + "controls"}} is--active{{/compare}}"> HTML controls + "side-list"}} is--active{{/compare}}"> Side list + "tab-control"}} is--active{{/compare}}"> Tab control + "toolbar"}} is--active{{/compare}}"> Toolbar + "dialog"}} is--active{{/compare}}"> Dialog {{else compare mainActive "===" "layout"}} + "layout"}} is--active{{/compare}}"> Base layout and menu + "layout-bottom-bar-three-column"}} is--active{{/compare}}"> Three column bottom bar + "layout-showcase"}} is--active{{/compare}}"> Layout showcase {{/compare}} -
+
{{~> @partial-block }}
{{#compare mainActive "===" "layout"}} diff --git a/package-lock.json b/package-lock.json index b5b20a7..d39e033 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "handlebars": "4.7.8", "handlebars-helpers": "0.10.0", "highlight.js": "11.10.0", - "html-bundler-webpack-plugin": "3.17.1", + "html-bundler-webpack-plugin": "3.17.3", "prettier": "3.3.3", "sass": "1.77.8", "sass-loader": "16.0.0", @@ -3077,9 +3077,9 @@ } }, "node_modules/html-bundler-webpack-plugin": { - "version": "3.17.1", - "resolved": "https://registry.npmjs.org/html-bundler-webpack-plugin/-/html-bundler-webpack-plugin-3.17.1.tgz", - "integrity": "sha512-0sryeTRAYmUv6OrFR4AWpLbESFDwvzwSq3Lhy1IU1mWlt6eXVffF56MdHzeyAAfwakhoeljrWroXhfy6JavDhA==", + "version": "3.17.3", + "resolved": "https://registry.npmjs.org/html-bundler-webpack-plugin/-/html-bundler-webpack-plugin-3.17.3.tgz", + "integrity": "sha512-CWcjt1mNhOj4BjZJzFUj9pyHmSI/tHHRzRTyy1KU0aJHcyR3R5qa62MHHcGpEa3PFR91Un77LPi4xAlUQoWUVQ==", "dev": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index f874cf2..4d5edc0 100755 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "devDependencies": { "prettier": "3.3.3", "sass": "1.77.8", - "html-bundler-webpack-plugin": "3.17.1", + "html-bundler-webpack-plugin": "3.17.3", "webpack": "5.93.0", "webpack-cli": "5.1.4", "handlebars": "4.7.8",