1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 09:04:14 +02:00

Merge branch 'main' into patrickhlauke-issue37428

This commit is contained in:
Patrick H. Lauke
2024-07-04 15:31:24 +01:00
committed by GitHub
5 changed files with 754 additions and 700 deletions

View File

@@ -98,7 +98,9 @@
"unicorn/prefer-module": "off",
"unicorn/prefer-query-selector": "off",
"unicorn/prefer-spread": "off",
"unicorn/prefer-string-raw": "off",
"unicorn/prefer-string-replace-all": "off",
"unicorn/prefer-structured-clone": "off",
"unicorn/prevent-abbreviations": "off"
},
"overrides": [

1414
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -103,16 +103,16 @@
"@popperjs/core": "^2.11.8"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@docsearch/js": "^3.6.0",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@stackblitz/sdk": "^1.9.0",
"@rollup/plugin-replace": "^5.0.7",
"@stackblitz/sdk": "^1.10.0",
"autoprefixer": "^10.4.19",
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.3",
@@ -123,11 +123,11 @@
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-unicorn": "^54.0.0",
"find-unused-sass-variables": "^6.0.0",
"globby": "^14.0.1",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.123.3",
"hugo-bin": "^0.125.0",
"ip": "^2.0.1",
"jasmine": "^5.1.0",
"jquery": "^3.7.1",
@@ -140,20 +140,20 @@
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-rollup-preprocessor": "7.0.7",
"lockfile-lint": "^4.13.2",
"nodemon": "^3.1.3",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.38",
"lockfile-lint": "^4.14.0",
"nodemon": "^3.1.4",
"npm-run-all2": "^6.2.0",
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"rollup": "^4.18.0",
"rollup-plugin-istanbul": "^5.0.0",
"rtlcss": "^4.1.1",
"sass": "^1.77.4",
"sass": "^1.77.6",
"sass-true": "^8.0.0",
"shelljs": "^0.8.5",
"stylelint": "^16.6.1",
"stylelint-config-twbs-bootstrap": "^14.1.0",
"terser": "^5.31.0",
"stylelint-config-twbs-bootstrap": "^14.2.0",
"terser": "^5.31.1",
"vnu-jar": "23.4.11"
},
"files": [

View File

@@ -71,7 +71,7 @@ direction: rtl
</ul>
</nav>
</aside>
<div class="bd-cheatsheet container-fluid bg-body">
<main class="bd-cheatsheet container-fluid bg-body">
<section id="content">
<h2 class="sticky-xl-top fw-bold pt-3 pt-xl-5 pb-2 pb-xl-3">المحتوى</h2>
@@ -1538,7 +1538,7 @@ direction: rtl
</div>
</article>
</section>
</div>
</main>
<div class="modal fade" id="exampleModalDefault" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">

View File

@@ -70,7 +70,7 @@ body_class: "bg-body-tertiary"
</ul>
</nav>
</aside>
<div class="bd-cheatsheet container-fluid bg-body">
<main class="bd-cheatsheet container-fluid bg-body">
<section id="content">
<h2 class="sticky-xl-top fw-bold pt-3 pt-xl-5 pb-2 pb-xl-3">Contents</h2>
@@ -1534,7 +1534,7 @@ body_class: "bg-body-tertiary"
</div>
</article>
</section>
</div>
</main>
<div class="modal fade" id="exampleModalDefault" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">