Merging upstream version 1.10.3+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0039de13d3
commit
cd11d62bf5
8 changed files with 8693 additions and 576 deletions
|
@ -4,9 +4,9 @@
|
||||||
src: {{{ fontSrc }}};
|
src: {{{ fontSrc }}};
|
||||||
}
|
}
|
||||||
|
|
||||||
.{{prefix}}::before,
|
.{{ prefix }}::before,
|
||||||
[class^="{{prefix}}-"]::before,
|
[class^="{{ prefix }}-"]::before,
|
||||||
[class*=" {{prefix}}-"]::before {
|
[class*=" {{ prefix }}-"]::before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: {{ name }} !important;
|
font-family: {{ name }} !important;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
${{ name }}-font: "{{ name }}" !default;
|
${{ name }}-font: "{{ name }}" !default;
|
||||||
${{ name }}-font-dir: "{{ fontsUrl }}" !default;
|
${{ name }}-font-dir: "{{ fontsUrl }}" !default;
|
||||||
${{ name }}-font-file: #{${{ name }}-font-dir}/#{${{ name }}-font} !default;
|
${{ name }}-font-file: #{${{ name }}-font-dir}/#{${{ name }}-font} !default;
|
||||||
${{ name }}-font-hash: "28df46889dced875dea48cfe64755198" !default;
|
${{ name }}-font-hash: "24e3eb84d0bcaf83d77f904c78ac1f47" !default;
|
||||||
${{ name }}-font-src: url("#{${{ name }}-font-file}.woff2?#{${{ name }}-font-hash}") format("woff2"), url("#{${{ name }}-font-file}.woff?#{${{ name }}-font-hash}") format("woff") !default;
|
${{ name }}-font-src: url("#{${{ name }}-font-file}.woff2?#{${{ name }}-font-hash}") format("woff2"),
|
||||||
|
url("#{${{ name }}-font-file}.woff?#{${{ name }}-font-hash}") format("woff") !default;
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-display: block;
|
font-display: block;
|
||||||
|
@ -10,9 +11,9 @@ ${{ name }}-font-src: url("#{${{ name }}-font-file}.woff2?#{${{ name }}-font-has
|
||||||
src: ${{ name }}-font-src;
|
src: ${{ name }}-font-src;
|
||||||
}
|
}
|
||||||
|
|
||||||
.{{prefix}}::before,
|
.{{ prefix }}::before,
|
||||||
[class^="{{prefix}}-"]::before,
|
[class^="{{ prefix }}-"]::before,
|
||||||
[class*=" {{prefix}}-"]::before {
|
[class*=" {{ prefix }}-"]::before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: ${{ name }}-font !important;
|
font-family: ${{ name }}-font !important;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
22
config.yml
22
config.yml
|
@ -46,23 +46,27 @@ module:
|
||||||
target: static/assets/font
|
target: static/assets/font
|
||||||
- source: node_modules/bootstrap/scss
|
- source: node_modules/bootstrap/scss
|
||||||
target: assets/scss/bootstrap
|
target: assets/scss/bootstrap
|
||||||
- source: node_modules/bootstrap/dist/js/bootstrap.min.js
|
- source: node_modules/bootstrap/dist/js/bootstrap.bundle.min.js
|
||||||
target: assets/js/bootstrap.min.js
|
target: assets/js/vendor/bootstrap.bundle.min.js
|
||||||
|
- source: node_modules/clipboard/dist/clipboard.min.js
|
||||||
|
target: assets/js/vendor/clipboard.min.js
|
||||||
|
- source: node_modules/list.js/dist/list.min.js
|
||||||
|
target: assets/js/vendor/list.min.js
|
||||||
|
|
||||||
params:
|
params:
|
||||||
description: "Official open source SVG icon library for Bootstrap"
|
description: "Official open source SVG icon library for Bootstrap"
|
||||||
social_image_path: /assets/img/bootstrap-icons-social.png
|
social_image_path: /assets/img/bootstrap-icons-social.png
|
||||||
|
|
||||||
version: "1.10.2"
|
version: "1.10.3"
|
||||||
docs_version: "5.2"
|
docs_version: "5.3"
|
||||||
|
|
||||||
main: "https://getbootstrap.com"
|
main: "https://getbootstrap.com"
|
||||||
github_org: "https://github.com/twbs"
|
github_org: "https://github.com/twbs"
|
||||||
repo: "https://github.com/twbs/icons"
|
repo: "https://github.com/twbs/bootstrap"
|
||||||
twitter: "getbootstrap"
|
twitter: "getbootstrap"
|
||||||
slack: "https://bootstrap-slack.herokuapp.com"
|
|
||||||
blog: "https://blog.getbootstrap.com"
|
|
||||||
expo: "https://expo.getbootstrap.com"
|
|
||||||
themes: "https://themes.getbootstrap.com"
|
|
||||||
opencollective: "https://opencollective.com/bootstrap"
|
opencollective: "https://opencollective.com/bootstrap"
|
||||||
|
blog: "https://blog.getbootstrap.com/"
|
||||||
|
themes: "https://themes.getbootstrap.com/"
|
||||||
|
icons: "https://icons.getbootstrap.com/"
|
||||||
|
swag: "https://cottonbureau.com/people/bootstrap"
|
||||||
icons_figma: "https://www.figma.com/community/file/1042482994486402696/Bootstrap-Icons"
|
icons_figma: "https://www.figma.com/community/file/1042482994486402696/Bootstrap-Icons"
|
||||||
|
|
2018
font/bootstrap-icons.css
vendored
Normal file
2018
font/bootstrap-icons.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
1998
font/bootstrap-icons.json
Normal file
1998
font/bootstrap-icons.json
Normal file
File diff suppressed because it is too large
Load diff
4022
font/bootstrap-icons.scss
vendored
Normal file
4022
font/bootstrap-icons.scss
vendored
Normal file
File diff suppressed because it is too large
Load diff
1168
package-lock.json
generated
1168
package-lock.json
generated
File diff suppressed because it is too large
Load diff
24
package.json
24
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bootstrap-icons",
|
"name": "bootstrap-icons",
|
||||||
"version": "1.10.2",
|
"version": "1.10.3",
|
||||||
"description": "Official open source SVG icon library for Bootstrap",
|
"description": "Official open source SVG icon library for Bootstrap",
|
||||||
"author": "mdo",
|
"author": "mdo",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -20,7 +20,6 @@
|
||||||
"start": "npm run docs-serve",
|
"start": "npm run docs-serve",
|
||||||
"docs-serve": "hugo server --port 4000 --disableFastRender",
|
"docs-serve": "hugo server --port 4000 --disableFastRender",
|
||||||
"docs-build": "hugo --cleanDestinationDir",
|
"docs-build": "hugo --cleanDestinationDir",
|
||||||
"docs-purge": "npm run docs-build && purgecss --css docs/static/assets/css/bootstrap.min.css --content \"_site/**/*.html\" \"_site/assets/js/**/*.js\" --keyframes --output docs/static/assets/css/",
|
|
||||||
"pages": "node build/build-pages.js",
|
"pages": "node build/build-pages.js",
|
||||||
"icons": "npm-run-all icons-main --aggregate-output --parallel icons-sprite icons-font",
|
"icons": "npm-run-all icons-main --aggregate-output --parallel icons-sprite icons-font",
|
||||||
"icons-main": "node build/build-svgs.js",
|
"icons-main": "node build/build-svgs.js",
|
||||||
|
@ -28,7 +27,7 @@
|
||||||
"icons-sprite": "svg-sprite --config svg-sprite.json --log=info icons/*.svg",
|
"icons-sprite": "svg-sprite --config svg-sprite.json --log=info icons/*.svg",
|
||||||
"icons-font": "fantasticon",
|
"icons-font": "fantasticon",
|
||||||
"release": "npm-run-all icons docs-build icons-zip",
|
"release": "npm-run-all icons docs-build icons-zip",
|
||||||
"netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all icons docs-purge docs-build",
|
"netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all icons docs-build",
|
||||||
"test:fusv": "fusv docs/assets/scss/",
|
"test:fusv": "fusv docs/assets/scss/",
|
||||||
"test:eslint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives .",
|
"test:eslint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives .",
|
||||||
"test:stylelint": "stylelint docs/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache --rd",
|
"test:stylelint": "stylelint docs/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache --rd",
|
||||||
|
@ -40,21 +39,22 @@
|
||||||
"sass": "font/bootstrap-icons.scss",
|
"sass": "font/bootstrap-icons.scss",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.4.13",
|
"autoprefixer": "^10.4.13",
|
||||||
"bootstrap": "5.2.2",
|
"bootstrap": "5.3.0-alpha1",
|
||||||
|
"clipboard": "^2.0.11",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.27.0",
|
"eslint": "^8.30.0",
|
||||||
"fantasticon": "^1.2.3",
|
"fantasticon": "^1.2.3",
|
||||||
"find-unused-sass-variables": "^4.0.4",
|
"find-unused-sass-variables": "^4.0.5",
|
||||||
"hugo-bin": "^0.93.0",
|
"hugo-bin": "^0.97.0",
|
||||||
|
"list.js": "^2.3.1",
|
||||||
"lockfile-lint": "^4.9.6",
|
"lockfile-lint": "^4.9.6",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"picocolors": "^1.0.0",
|
"picocolors": "^1.0.0",
|
||||||
"postcss": "^8.4.19",
|
"postcss": "^8.4.20",
|
||||||
"postcss-cli": "^10.0.0",
|
"postcss-cli": "^10.1.0",
|
||||||
"purgecss": "^5.0.0",
|
"stylelint": "^14.16.0",
|
||||||
"stylelint": "^14.15.0",
|
|
||||||
"stylelint-config-twbs-bootstrap": "^7.0.0",
|
"stylelint-config-twbs-bootstrap": "^7.0.0",
|
||||||
"svg-sprite": "^2.0.2",
|
"svg-sprite": "^3.0.0-alpha1",
|
||||||
"svgo": "^2.8.0",
|
"svgo": "^2.8.0",
|
||||||
"vnu-jar": "22.9.29"
|
"vnu-jar": "22.9.29"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue