Skip to content

Commit

Permalink
chore: bump Bootstrap version
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondas committed Feb 13, 2024
1 parent 6b3e4e2 commit 9d9b4e4
Show file tree
Hide file tree
Showing 1,156 changed files with 2,069 additions and 3,018 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

469 changes: 0 additions & 469 deletions vendor/composer/autoload_classmap.php

Large diffs are not rendered by default.

469 changes: 0 additions & 469 deletions vendor/composer/autoload_static.php

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -673,20 +673,20 @@
},
{
"name": "twbs/bootstrap-icons",
"version": "v1.11.2",
"version_normalized": "1.11.2.0",
"version": "v1.11.3",
"version_normalized": "1.11.3.0",
"source": {
"type": "git",
"url": "https://github.com/twbs/icons.git",
"reference": "108565f11f099f177b31929e3eafc2c8d497fcd1"
"reference": "8d88686c03c3768a2d82ba4f20c3c4e1b100fa29"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twbs/icons/zipball/108565f11f099f177b31929e3eafc2c8d497fcd1",
"reference": "108565f11f099f177b31929e3eafc2c8d497fcd1",
"url": "https://api.github.com/repos/twbs/icons/zipball/8d88686c03c3768a2d82ba4f20c3c4e1b100fa29",
"reference": "8d88686c03c3768a2d82ba4f20c3c4e1b100fa29",
"shasum": ""
},
"time": "2023-11-21T20:06:00+00:00",
"time": "2024-01-03T15:44:45+00:00",
"type": "library",
"installation-source": "dist",
"notification-url": "https://packagist.org/downloads/",
Expand All @@ -709,7 +709,7 @@
],
"support": {
"issues": "https://github.com/twbs/icons/issues",
"source": "https://github.com/twbs/icons/tree/v1.11.2"
"source": "https://github.com/twbs/icons/tree/v1.11.3"
},
"install-path": "../twbs/bootstrap-icons"
},
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'poweradmin/poweradmin',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '0e42297b510fa6337ae5ed7c52f85ab652fba303',
'reference' => '6b3e4e22c3d3993b72873171f2cb5f2977e8efa2',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'poweradmin/poweradmin' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '0e42297b510fa6337ae5ed7c52f85ab652fba303',
'reference' => '6b3e4e22c3d3993b72873171f2cb5f2977e8efa2',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -98,9 +98,9 @@
'dev_requirement' => false,
),
'twbs/bootstrap-icons' => array(
'pretty_version' => 'v1.11.2',
'version' => '1.11.2.0',
'reference' => '108565f11f099f177b31929e3eafc2c8d497fcd1',
'pretty_version' => 'v1.11.3',
'version' => '1.11.3.0',
'reference' => '8d88686c03c3768a2d82ba4f20c3c4e1b100fa29',
'type' => 'library',
'install_path' => __DIR__ . '/../twbs/bootstrap-icons',
'aliases' => array(),
Expand Down
6 changes: 3 additions & 3 deletions vendor/twbs/bootstrap-icons/.github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
persist-credentials: false

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
config-file: ./.github/codeql/codeql-config.yml
languages: "javascript"
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:javascript"
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/.github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 18
NODE: 20

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/.github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 18
NODE: 20

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 18
NODE: 20

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019-2023 The Bootstrap Authors
Copyright (c) 2019-2024 The Bootstrap Authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/bootstrap-icons.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/build/bump-version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*!
* Script to update version number references in the project.
* Copyright 2023 The Bootstrap Authors
* Copyright 2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/

Expand Down
4 changes: 2 additions & 2 deletions vendor/twbs/bootstrap-icons/build/font/css.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Bootstrap Icons v1.11.2 (https://icons.getbootstrap.com/)
* Copyright 2019-2023 The Bootstrap Authors
* Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
* Copyright 2019-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/

Expand Down
4 changes: 2 additions & 2 deletions vendor/twbs/bootstrap-icons/build/font/scss.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Bootstrap Icons v1.11.2 (https://icons.getbootstrap.com/)
* Copyright 2019-2023 The Bootstrap Authors
* Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
* Copyright 2019-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/build/vnu-jar.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*!
* Script to run vnu-jar if Java is available.
* Copyright 2017-2023 The Bootstrap Authors
* Copyright 2017-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

Expand Down
24 changes: 14 additions & 10 deletions vendor/twbs/bootstrap-icons/docs/assets/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,20 @@ import Fuse from 'fuse.js'
})

function search(searchTerm) {
const searchResult = fuse.search(searchTerm)
const trimmedSearchTerm = searchTerm ? searchTerm.trim() : ''

iconListContainer.innerHTML = ''
if (searchTerm.length > 0) {
if (trimmedSearchTerm.length > 0) {
const searchResult = fuse.search(trimmedSearchTerm)
const resultElements = searchResult.map(result => iconElementList[result.refIndex])
iconListContainer.append(...resultElements)
} else {
iconListContainer.append(...iconElementList)
}

const newUrl = new URL(window.location)
if (searchTerm.length > 0) {
newUrl.searchParams.set('q', searchTerm)
if (trimmedSearchTerm.length > 0) {
newUrl.searchParams.set('q', trimmedSearchTerm)
} else {
newUrl.searchParams.delete('q')
}
Expand All @@ -47,13 +48,16 @@ import Fuse from 'fuse.js'
let timeout
searchInput.addEventListener('input', () => {
clearTimeout(timeout)
timeout = setTimeout(() => search(searchInput.value), 250)
timeout = setTimeout(() => {
search(searchInput.value)
}, 250)
})

const query = new URLSearchParams(window.location.search).get('q')
if (query) {
search(query)
searchInput.value = query
document.querySelector('#content').scrollIntoView()
}
if (!query || query.length === 0) return

const trimmedQuery = query.trim()
search(trimmedQuery)
searchInput.value = trimmedQuery
document.querySelector('#content').scrollIntoView()
})()
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ tags:
- wifi
- internet
- wireless
- network
---
1 change: 1 addition & 0 deletions vendor/twbs/bootstrap-icons/docs/content/icons/router.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ tags:
- wifi
- internet
- wireless
- network
---
8 changes: 4 additions & 4 deletions vendor/twbs/bootstrap-icons/font/bootstrap-icons.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*!
* Bootstrap Icons v1.11.2 (https://icons.getbootstrap.com/)
* Copyright 2019-2023 The Bootstrap Authors
* Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
* Copyright 2019-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/

@font-face {
font-display: block;
font-family: "bootstrap-icons";
src: url("./fonts/bootstrap-icons.woff2?7141511ac37f13e1a387fb9fc6646256") format("woff2"),
url("./fonts/bootstrap-icons.woff?7141511ac37f13e1a387fb9fc6646256") format("woff");
src: url("./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}

.bi::before,
Expand Down
6 changes: 3 additions & 3 deletions vendor/twbs/bootstrap-icons/font/bootstrap-icons.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions vendor/twbs/bootstrap-icons/font/bootstrap-icons.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Bootstrap Icons v1.11.2 (https://icons.getbootstrap.com/)
* Copyright 2019-2023 The Bootstrap Authors
* Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
* Copyright 2019-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/

Expand Down
Binary file modified vendor/twbs/bootstrap-icons/font/fonts/bootstrap-icons.woff
Binary file not shown.
Binary file modified vendor/twbs/bootstrap-icons/font/fonts/bootstrap-icons.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ params:
description: "Official open source SVG icon library for Bootstrap"
social_image_path: /assets/img/bootstrap-icons-social.png

version: "1.11.2"
version: "1.11.3"
docs_version: "5.3"

main: "https://getbootstrap.com"
Expand Down
4 changes: 2 additions & 2 deletions vendor/twbs/bootstrap-icons/icons/0-circle-fill.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/icons/0-circle.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions vendor/twbs/bootstrap-icons/icons/0-square-fill.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/icons/0-square.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/icons/1-circle-fill.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/icons/123.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/icons/2-circle.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/icons/2-square-fill.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/icons/2-square.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/icons/3-circle.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vendor/twbs/bootstrap-icons/icons/3-square-fill.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d9b4e4

Please sign in to comment.