1
0
Fork 0

Merging upstream version 5.3.6+dfsg.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-08 17:51:11 +02:00
parent 4e6844f734
commit 80f88880d3
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
593 changed files with 26219 additions and 18272 deletions

View file

@ -1,8 +1,8 @@
- breakpoint: xs
abbr: ""
abbr: ''
name: X-Small
min-width: 0px
container: ""
container: ''
- breakpoint: sm
abbr: -sm

View file

@ -1,26 +1,26 @@
- name: blue
hex: "#0d6efd"
hex: '#0d6efd'
- name: indigo
hex: "#6610f2"
hex: '#6610f2'
- name: purple
hex: "#6f42c1"
hex: '#6f42c1'
- name: pink
hex: "#d63384"
hex: '#d63384'
- name: red
hex: "#dc3545"
hex: '#dc3545'
- name: orange
hex: "#fd7e14"
hex: '#fd7e14'
- name: yellow
hex: "#ffc107"
hex: '#ffc107'
- name: green
hex: "#198754"
hex: '#198754'
- name: teal
hex: "#20c997"
hex: '#20c997'
- name: cyan
hex: "#0dcaf0"
hex: '#0dcaf0'
- name: white
hex: "#fff"
hex: '#fff'
- name: gray
hex: "#6c757d"
hex: '#6c757d'
- name: gray-dark
hex: "#343a40"
hex: '#343a40'

View file

@ -1,56 +1,56 @@
- group: v1.x
baseurl: "https://getbootstrap.com"
description: "Every minor and patch release from v1 is listed below."
baseurl: 'https://getbootstrap.com'
description: 'Every minor and patch release from v1 is listed below.'
versions:
- "1.0.0"
- "1.1.0"
- "1.1.1"
- "1.2.0"
- "1.3.0"
- "1.4.0"
- '1.0.0'
- '1.1.0'
- '1.1.1'
- '1.2.0'
- '1.3.0'
- '1.4.0'
- group: v2.x
baseurl: "https://getbootstrap.com"
description: "Every minor and patch release from v2 is listed below."
baseurl: 'https://getbootstrap.com'
description: 'Every minor and patch release from v2 is listed below.'
versions:
- "2.0.0"
- "2.0.1"
- "2.0.2"
- "2.0.3"
- "2.0.4"
- "2.1.0"
- "2.1.1"
- "2.2.0"
- "2.2.1"
- "2.2.2"
- "2.3.0"
- "2.3.1"
- "2.3.2"
- '2.0.0'
- '2.0.1'
- '2.0.2'
- '2.0.3'
- '2.0.4'
- '2.1.0'
- '2.1.1'
- '2.2.0'
- '2.2.1'
- '2.2.2'
- '2.3.0'
- '2.3.1'
- '2.3.2'
- group: v3.x
baseurl: "https://getbootstrap.com/docs"
description: "Every minor release from v3 is listed below. Last update was v3.4.1."
baseurl: 'https://getbootstrap.com/docs'
description: 'Every minor release from v3 is listed below. Last update was v3.4.1.'
versions:
- "3.3"
- "3.4"
- '3.3'
- '3.4'
- group: v4.x
baseurl: "https://getbootstrap.com/docs"
description: "Our previous major release with its minor releases. Last update was v4.6.2."
baseurl: 'https://getbootstrap.com/docs'
description: 'Our previous major release with its minor releases. Last update was v4.6.2.'
versions:
- "4.0"
- "4.1"
- "4.2"
- "4.3"
- "4.4"
- "4.5"
- "4.6"
- '4.0'
- '4.1'
- '4.2'
- '4.3'
- '4.4'
- '4.5'
- '4.6'
- group: v5.x
baseurl: "https://getbootstrap.com/docs"
description: "Current major release. Last update was v5.3.5."
baseurl: 'https://getbootstrap.com/docs'
description: 'Current major release. Last update was v5.3.6.'
versions:
- "5.0"
- "5.1"
- "5.2"
- "5.3"
- '5.0'
- '5.1'
- '5.2'
- '5.3'

View file

@ -1,6 +1,6 @@
- category: Starters
external: true
description: "Functional examples of using Bootstrap in common JS frameworks like Webpack, Parcel, Vite, and more you can edit in StackBlitz."
description: 'Functional examples of using Bootstrap in common JS frameworks like Webpack, Parcel, Vite, and more you can edit in StackBlitz.'
examples:
- name: CDN starter
description: "Instantly include Bootstrap's compiled CSS and JavaScript via the jsDelivr CDN."
@ -21,7 +21,6 @@
description: "Import and bundle Bootstrap's source Sass and JavaScript via Parcel."
url: /examples/tree/main/parcel
indexPath: src/index.html
indexPath: src/index.html
- name: React
description: "Import and bundle Bootstrap's source Sass and JavaScript with React, Next.js, and React Bootstrap."
url: /examples/tree/main/react-nextjs
@ -38,105 +37,105 @@
indexPath: src/index.html
- category: Snippets
description: "Common patterns for building sites and apps that build on existing components and utilities with custom CSS and more."
description: 'Common patterns for building sites and apps that build on existing components and utilities with custom CSS and more.'
examples:
- name: Headers
description: "Display your branding, navigation, search, and more with these header components"
description: 'Display your branding, navigation, search, and more with these header components'
- name: Heroes
description: "Set the stage on your homepage with heroes that feature clear calls to action."
description: 'Set the stage on your homepage with heroes that feature clear calls to action.'
- name: Features
description: "Explain the features, benefits, or other details in your marketing content."
description: 'Explain the features, benefits, or other details in your marketing content.'
- name: Sidebars
description: "Common navigation patterns ideal for offcanvas or multi-column layouts."
description: 'Common navigation patterns ideal for offcanvas or multi-column layouts.'
- name: Footers
description: "Finish every page strong with an awesome footer, big or small."
description: 'Finish every page strong with an awesome footer, big or small.'
- name: Dropdowns
description: "Enhance your dropdowns with filters, icons, custom styles, and more."
description: 'Enhance your dropdowns with filters, icons, custom styles, and more.'
- name: List groups
description: "Extend list groups with utilities and custom styles for any content."
description: 'Extend list groups with utilities and custom styles for any content.'
- name: Modals
description: "Transform modals to serve any purpose, from feature tours to dialogs."
description: 'Transform modals to serve any purpose, from feature tours to dialogs.'
- name: Badges
description: "Make badges work with custom inner HTML and new looks."
description: 'Make badges work with custom inner HTML and new looks.'
- name: Breadcrumbs
description: "Integrate custom icons and create stepper components."
description: 'Integrate custom icons and create stepper components.'
- name: Buttons
description: "Create custom buttons for just about any use case with utilities."
description: 'Create custom buttons for just about any use case with utilities.'
- name: Jumbotrons
description: "Create modernized versions of the classic Bootstrap component."
description: 'Create modernized versions of the classic Bootstrap component.'
- category: Custom Components
description: "Brand-new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework."
description: 'Brand-new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework.'
examples:
- name: Album
description: "Simple one-page template for photo galleries, portfolios, and more."
description: 'Simple one-page template for photo galleries, portfolios, and more.'
- name: Pricing
description: "Example pricing page built with Cards and featuring a custom header and footer."
description: 'Example pricing page built with Cards and featuring a custom header and footer.'
- name: Checkout
description: "Custom checkout form showing our form components and their validation features."
description: 'Custom checkout form showing our form components and their validation features.'
- name: Product
description: "Lean product-focused marketing page with extensive grid and image work."
description: 'Lean product-focused marketing page with extensive grid and image work.'
- name: Cover
description: "A one-page template for building simple and beautiful home pages."
description: 'A one-page template for building simple and beautiful home pages.'
- name: Carousel
description: "Customize the navbar and carousel, then add some new components."
description: 'Customize the navbar and carousel, then add some new components.'
- name: Blog
description: "Magazine like blog template with header, navigation, featured content."
description: 'Magazine like blog template with header, navigation, featured content.'
- name: Dashboard
description: "Basic admin dashboard shell with fixed sidebar and navbar."
description: 'Basic admin dashboard shell with fixed sidebar and navbar.'
- name: Sign-in
description: "Custom form layout and design for a simple sign in form."
description: 'Custom form layout and design for a simple sign in form.'
- name: Sticky footer
description: "Attach a footer to the bottom of the viewport when page content is short."
description: 'Attach a footer to the bottom of the viewport when page content is short.'
- name: Sticky footer navbar
description: "Attach a footer to the bottom of the viewport with a fixed top navbar."
description: 'Attach a footer to the bottom of the viewport with a fixed top navbar.'
- name: Jumbotron
description: "Use utilities to recreate and enhance Bootstrap 4's jumbotron."
- category: Framework
description: "Examples that focus on implementing uses of built-in components provided by Bootstrap."
description: 'Examples that focus on implementing uses of built-in components provided by Bootstrap.'
examples:
- name: "Starter template"
description: "Nothing but the basics: compiled CSS and JavaScript."
- name: 'Starter template'
description: 'Nothing but the basics: compiled CSS and JavaScript.'
- name: Grid
description: "Multiple examples of grid layouts with all four tiers, nesting, and more."
description: 'Multiple examples of grid layouts with all four tiers, nesting, and more.'
- name: Cheatsheet
description: "Kitchen sink of Bootstrap components."
- name: Cheatsheet RTL
description: "Kitchen sink of Bootstrap components, RTL."
description: 'Kitchen sink of Bootstrap components.'
- category: Navbars
description: "Taking the default navbar component and showing how it can be moved, placed, and extended."
description: 'Taking the default navbar component and showing how it can be moved, placed, and extended.'
examples:
- name: Navbars
description: "Demonstration of all responsive and container options for the navbar."
description: 'Demonstration of all responsive and container options for the navbar.'
- name: Navbars offcanvas
description: "Same as the Navbars example, but with our offcanvas component."
description: 'Same as the Navbars example, but with our offcanvas component.'
- name: Navbar static
description: "Single navbar example of a static top navbar along with some additional content."
description: 'Single navbar example of a static top navbar along with some additional content.'
- name: Navbar fixed
description: "Single navbar example with a fixed top navbar along with some additional content."
description: 'Single navbar example with a fixed top navbar along with some additional content.'
- name: Navbar bottom
description: "Single navbar example with a bottom navbar along with some additional content."
description: 'Single navbar example with a bottom navbar along with some additional content.'
- name: Offcanvas navbar
description: "Turn your expandable navbar into a sliding offcanvas menu (doesn't use our offcanvas component)."
- category: RTL
description: "See Bootstrap's RTL version in action with these modified Custom Components examples."
description: "See Bootstrap's RTL version in action with these modified examples from various categories."
examples:
- name: Album RTL
description: "Simple one-page template for photo galleries, portfolios, and more."
description: 'Simple one-page template for photo galleries, portfolios, and more.'
- name: Checkout RTL
description: "Custom checkout form showing our form components and their validation features."
description: 'Custom checkout form showing our form components and their validation features.'
- name: Carousel RTL
description: "Customize the navbar and carousel, then add some new components."
description: 'Customize the navbar and carousel, then add some new components.'
- name: Blog RTL
description: "Magazine like blog template with header, navigation, featured content."
description: 'Magazine like blog template with header, navigation, featured content.'
- name: Dashboard RTL
description: "Basic admin dashboard shell with fixed sidebar and navbar."
description: 'Basic admin dashboard shell with fixed sidebar and navbar.'
- name: Cheatsheet RTL
description: 'Kitchen sink of Bootstrap components, RTL.'
- category: Integrations
description: "Integrations with external libraries."
description: 'Integrations with external libraries.'
examples:
- name: "Masonry"
description: "Combine the powers of the Bootstrap grid and the Masonry layout."
- name: 'Masonry'
description: 'Combine the powers of the Bootstrap grid and the Masonry layout.'

View file

@ -1,18 +1,18 @@
- name: 100
hex: "#f8f9fa"
hex: '#f8f9fa'
- name: 200
hex: "#e9ecef"
hex: '#e9ecef'
- name: 300
hex: "#dee2e6"
hex: '#dee2e6'
- name: 400
hex: "#ced4da"
hex: '#ced4da'
- name: 500
hex: "#adb5bd"
hex: '#adb5bd'
- name: 600
hex: "#868e96"
hex: '#868e96'
- name: 700
hex: "#495057"
hex: '#495057'
- name: 800
hex: "#343a40"
hex: '#343a40'
- name: 900
hex: "#212529"
hex: '#212529'

View file

@ -1,20 +1,20 @@
- name: primary
hex: "#0d6efd"
hex: '#0d6efd'
- name: secondary
hex: "#6c757d"
hex: '#6c757d'
- name: success
hex: "#28a745"
hex: '#28a745'
- name: danger
hex: "#dc3545"
hex: '#dc3545'
- name: warning
hex: "#ffc107"
hex: '#ffc107'
contrast_color: dark
- name: info
hex: "#17a2b8"
hex: '#17a2b8'
contrast_color: dark
- name: light
hex: "#f8f9fa"
hex: '#f8f9fa'
contrast_color: dark
- name: dark
hex: "#343a40"
hex: '#343a40'
contrast_color: white

View file

@ -1,17 +1,12 @@
- name: 中文(繁體)
code: zh-tw
description: Bootstrap 4 繁體中文手冊
url: https://bootstrap.hexschool.com/
description: Bootstrap 5 繁體中文手冊
url: https://bootstrap5.hexschool.com/
- name: Chinese
code: zh
description: Bootstrap 4 · 全球最流行的 HTML、CSS 和 JS 工具库。
url: https://code.z01.com/v4/
- name: Brazilian Portuguese
code: pt-BR
description: Bootstrap 4 Português do Brasil
url: https://getbootstrap.com.br/v4/
- name: Simplified Chinese
code: zh-CN
description: Bootstrap 5 中文文档
url: https://v5.bootcss.com/
- name: Japanese
code: ja
@ -27,18 +22,3 @@
code: ko
description: Bootstrap 5 한국어 문서
url: https://getbootstrap.kr/
- name: 中文(繁體)
code: zh-tw
description: Bootstrap 5 繁體中文手冊
url: https://bootstrap5.hexschool.com/
- name: Simplified Chinese
code: zh-CN
description: Bootstrap 5 中文文档
url: https://v5.bootcss.com/
- name: Spanish
code: es
description: Bootstrap 5 Español
url: https://esdocu.net/bootstrap/comenzando/