gulp dist build

This commit is contained in:
2022-01-28 14:28:32 +01:00
parent 385d2e78b5
commit 041ce84965
88 changed files with 4428 additions and 1543 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+17 -48
View File
@@ -1,45 +1,18 @@
{ {
"_args": [ "name": "aos",
[ "version": "2.3.4",
"aos@2.3.4", "description": "Animate on scroll library",
"/Applications/MAMP/htdocs/front/front-template" "homepage": "https://michalsnik.github.io/aos/",
] "author": "Michał Sajnóg <michal.sajnog@hotmail.com>",
], "license": "MIT",
"_from": "aos@2.3.4", "main": "dist/aos.js",
"_id": "aos@2.3.4", "repository": {
"_inBundle": false, "type": "git",
"_integrity": "sha512-zh/ahtR2yME4I51z8IttIt4lC1Nw0ktsFtmeDzID1m9naJnWXhCoARaCgNOGXb5CLy3zm+wqmRAEgMYB5E2HUw==", "url": "https://github.com/michalsnik/aos.git"
"_location": "/aos",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "aos@2.3.4",
"name": "aos",
"escapedName": "aos",
"rawSpec": "2.3.4",
"saveSpec": null,
"fetchSpec": "2.3.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/aos/-/aos-2.3.4.tgz",
"_spec": "2.3.4",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Michał Sajnóg",
"email": "michal.sajnog@hotmail.com"
}, },
"bugs": { "bugs": {
"url": "https://github.com/michalsnik/aos/issues" "url": "https://github.com/michalsnik/aos/issues"
}, },
"dependencies": {
"classlist-polyfill": "^1.0.3",
"lodash.debounce": "^4.0.6",
"lodash.throttle": "^4.0.1"
},
"description": "Animate on scroll library",
"devDependencies": { "devDependencies": {
"autoprefixer": "^7.1.2", "autoprefixer": "^7.1.2",
"babel-core": "^6.9.1", "babel-core": "^6.9.1",
@@ -66,18 +39,14 @@
"webpack": "^1.13.1", "webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1" "webpack-dev-server": "^1.14.1"
}, },
"homepage": "https://michalsnik.github.io/aos/", "dependencies": {
"license": "MIT", "classlist-polyfill": "^1.0.3",
"main": "dist/aos.js", "lodash.debounce": "^4.0.6",
"name": "aos", "lodash.throttle": "^4.0.1"
"repository": {
"type": "git",
"url": "git+https://github.com/michalsnik/aos.git"
}, },
"scripts": { "scripts": {
"test": "node ./node_modules/karma/bin/karma start karma.conf.js",
"build": "webpack", "build": "webpack",
"dev": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js", "dev": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js"
"test": "node ./node_modules/karma/bin/karma start karma.conf.js" }
},
"version": "2.3.4"
} }
+26 -57
View File
@@ -1,69 +1,38 @@
{ {
"_args": [ "name": "appear",
[ "version": "1.0.1",
"appear@1.0.1",
"/Applications/MAMP/htdocs/front/front-template"
]
],
"_from": "appear@1.0.1",
"_id": "appear@1.0.1",
"_inBundle": false,
"_integrity": "sha1-mWw/EqcaQit+ljw9N443hCgS5rU=",
"_location": "/appear",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "appear@1.0.1",
"name": "appear",
"escapedName": "appear",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/appear/-/appear-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Matthew Hadley",
"url": "https://github.com/diffsky"
},
"bugs": {
"url": "https://github.com/creativelive/appear/issues"
},
"description": "utility to run functions when dom elements are visible", "description": "utility to run functions when dom elements are visible",
"devDependencies": { "kewords": "detect viewable elements dom lazy load scroll ",
"ejstpl": "^4.0.0", "main": "appear.js",
"gulp": "^3.8.11",
"gulp-eslint": "^0.5.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-size": "^1.2.1",
"gulp-strip-debug": "^1.0.2",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.1.0",
"marked": "^0.3.3",
"mkdirp": "^0.5.0"
},
"directories": { "directories": {
"test": "test" "test": "test"
}, },
"homepage": "https://github.com/creativelive/appear", "scripts": {
"kewords": "detect viewable elements dom lazy load scroll ", "test": "echo \"no tests\"",
"prepublish": "gulp build",
"gh-pages": "gulp build gh-pages; cp -r assets/img .gh-pages/examples/lazy"
},
"author": "Matthew Hadley (https://github.com/diffsky)",
"license": "MIT", "license": "MIT",
"main": "appear.js", "devDependencies": {
"name": "appear", "gulp": "^3.8.11",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.1.0",
"gulp-eslint": "^0.5.0",
"gulp-replace": "^0.5.3",
"marked": "^0.3.3",
"ejstpl": "^4.0.0",
"gulp-size": "^1.2.1",
"gulp-tap": "^0.1.3",
"mkdirp": "^0.5.0",
"gulp-rename": "^1.2.0"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/creativelive/appear.git" "url": "git://github.com/creativelive/appear.git"
}, },
"scripts": { "bugs": {
"gh-pages": "gulp build gh-pages; cp -r assets/img .gh-pages/examples/lazy", "url": "https://github.com/creativelive/appear/issues"
"prepublish": "gulp build",
"test": "echo \"no tests\""
}, },
"version": "1.0.1" "homepage": "https://github.com/creativelive/appear"
} }
+1 -1
View File
@@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2019-2020 The Bootstrap Authors Copyright (c) 2019-2021 The Bootstrap Authors
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
+2 -2
View File
@@ -7,7 +7,7 @@
<h3 align="center">Bootstrap Icons</h3> <h3 align="center">Bootstrap Icons</h3>
<p align="center"> <p align="center">
Official open source SVG icon library for Bootstrap with over 1,400 icons. Official open source SVG icon library for Bootstrap with over 1,500 icons.
<br> <br>
<a href="https://icons.getbootstrap.com/"><strong>Explore Bootstrap Icons »</strong></a> <a href="https://icons.getbootstrap.com/"><strong>Explore Bootstrap Icons »</strong></a>
<br> <br>
@@ -36,7 +36,7 @@ For those [using Packagist](https://packagist.org/packages/twbs/bootstrap-icons)
composer require twbs/bootstrap-icons composer require twbs/bootstrap-icons
``` ```
[Also available in Figma.](https://www.figma.com/file/cKgRyErzl4pR1WN4NcB5lv/Bootstrap-Icons) [Also available in Figma.](https://www.figma.com/community/file/1042482994486402696/Bootstrap-Icons)
## Usage ## Usage
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 688 KiB

After

Width:  |  Height:  |  Size: 750 KiB

+131 -2
View File
@@ -1,7 +1,7 @@
@font-face { @font-face {
font-family: "bootstrap-icons"; font-family: "bootstrap-icons";
src: url("./fonts/bootstrap-icons.woff2?757e8d3807317fad54e5811fd78f18c8") format("woff2"), src: url("./fonts/bootstrap-icons.woff2?a74547b2f0863226942ff8ded57db345") format("woff2"),
url("./fonts/bootstrap-icons.woff?757e8d3807317fad54e5811fd78f18c8") format("woff"); url("./fonts/bootstrap-icons.woff?a74547b2f0863226942ff8ded57db345") format("woff");
} }
.bi::before, .bi::before,
@@ -19,6 +19,7 @@ url("./fonts/bootstrap-icons.woff?757e8d3807317fad54e5811fd78f18c8") format("wof
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.bi-123::before { content: "\f67f"; }
.bi-alarm-fill::before { content: "\f101"; } .bi-alarm-fill::before { content: "\f101"; }
.bi-alarm::before { content: "\f102"; } .bi-alarm::before { content: "\f102"; }
.bi-align-bottom::before { content: "\f103"; } .bi-align-bottom::before { content: "\f103"; }
@@ -1425,3 +1426,131 @@ url("./fonts/bootstrap-icons.woff?757e8d3807317fad54e5811fd78f18c8") format("wof
.bi-webcam-fill::before { content: "\f67c"; } .bi-webcam-fill::before { content: "\f67c"; }
.bi-webcam::before { content: "\f67d"; } .bi-webcam::before { content: "\f67d"; }
.bi-yin-yang::before { content: "\f67e"; } .bi-yin-yang::before { content: "\f67e"; }
.bi-bandaid-fill::before { content: "\f680"; }
.bi-bandaid::before { content: "\f681"; }
.bi-bluetooth::before { content: "\f682"; }
.bi-body-text::before { content: "\f683"; }
.bi-boombox::before { content: "\f684"; }
.bi-boxes::before { content: "\f685"; }
.bi-dpad-fill::before { content: "\f686"; }
.bi-dpad::before { content: "\f687"; }
.bi-ear-fill::before { content: "\f688"; }
.bi-ear::before { content: "\f689"; }
.bi-envelope-check-1::before { content: "\f68a"; }
.bi-envelope-check-fill::before { content: "\f68b"; }
.bi-envelope-check::before { content: "\f68c"; }
.bi-envelope-dash-1::before { content: "\f68d"; }
.bi-envelope-dash-fill::before { content: "\f68e"; }
.bi-envelope-dash::before { content: "\f68f"; }
.bi-envelope-exclamation-1::before { content: "\f690"; }
.bi-envelope-exclamation-fill::before { content: "\f691"; }
.bi-envelope-exclamation::before { content: "\f692"; }
.bi-envelope-plus-fill::before { content: "\f693"; }
.bi-envelope-plus::before { content: "\f694"; }
.bi-envelope-slash-1::before { content: "\f695"; }
.bi-envelope-slash-fill::before { content: "\f696"; }
.bi-envelope-slash::before { content: "\f697"; }
.bi-envelope-x-1::before { content: "\f698"; }
.bi-envelope-x-fill::before { content: "\f699"; }
.bi-envelope-x::before { content: "\f69a"; }
.bi-explicit-fill::before { content: "\f69b"; }
.bi-explicit::before { content: "\f69c"; }
.bi-git::before { content: "\f69d"; }
.bi-infinity::before { content: "\f69e"; }
.bi-list-columns-reverse::before { content: "\f69f"; }
.bi-list-columns::before { content: "\f6a0"; }
.bi-meta::before { content: "\f6a1"; }
.bi-mortorboard-fill::before { content: "\f6a2"; }
.bi-mortorboard::before { content: "\f6a3"; }
.bi-nintendo-switch::before { content: "\f6a4"; }
.bi-pc-display-horizontal::before { content: "\f6a5"; }
.bi-pc-display::before { content: "\f6a6"; }
.bi-pc-horizontal::before { content: "\f6a7"; }
.bi-pc::before { content: "\f6a8"; }
.bi-playstation::before { content: "\f6a9"; }
.bi-plus-slash-minus::before { content: "\f6aa"; }
.bi-projector-fill::before { content: "\f6ab"; }
.bi-projector::before { content: "\f6ac"; }
.bi-qr-code-scan::before { content: "\f6ad"; }
.bi-qr-code::before { content: "\f6ae"; }
.bi-quora::before { content: "\f6af"; }
.bi-quote::before { content: "\f6b0"; }
.bi-robot::before { content: "\f6b1"; }
.bi-send-check-fill::before { content: "\f6b2"; }
.bi-send-check::before { content: "\f6b3"; }
.bi-send-dash-fill::before { content: "\f6b4"; }
.bi-send-dash::before { content: "\f6b5"; }
.bi-send-exclamation-1::before { content: "\f6b6"; }
.bi-send-exclamation-fill::before { content: "\f6b7"; }
.bi-send-exclamation::before { content: "\f6b8"; }
.bi-send-fill::before { content: "\f6b9"; }
.bi-send-plus-fill::before { content: "\f6ba"; }
.bi-send-plus::before { content: "\f6bb"; }
.bi-send-slash-fill::before { content: "\f6bc"; }
.bi-send-slash::before { content: "\f6bd"; }
.bi-send-x-fill::before { content: "\f6be"; }
.bi-send-x::before { content: "\f6bf"; }
.bi-send::before { content: "\f6c0"; }
.bi-steam::before { content: "\f6c1"; }
.bi-terminal-dash-1::before { content: "\f6c2"; }
.bi-terminal-dash::before { content: "\f6c3"; }
.bi-terminal-plus::before { content: "\f6c4"; }
.bi-terminal-split::before { content: "\f6c5"; }
.bi-ticket-detailed-fill::before { content: "\f6c6"; }
.bi-ticket-detailed::before { content: "\f6c7"; }
.bi-ticket-fill::before { content: "\f6c8"; }
.bi-ticket-perferated-fill::before { content: "\f6c9"; }
.bi-ticket-perferated::before { content: "\f6ca"; }
.bi-ticket::before { content: "\f6cb"; }
.bi-tiktok::before { content: "\f6cc"; }
.bi-window-dash::before { content: "\f6cd"; }
.bi-window-desktop::before { content: "\f6ce"; }
.bi-window-fullscreen::before { content: "\f6cf"; }
.bi-window-plus::before { content: "\f6d0"; }
.bi-window-split::before { content: "\f6d1"; }
.bi-window-stack::before { content: "\f6d2"; }
.bi-window-x::before { content: "\f6d3"; }
.bi-xbox::before { content: "\f6d4"; }
.bi-ethernet::before { content: "\f6d5"; }
.bi-hdmi-fill::before { content: "\f6d6"; }
.bi-hdmi::before { content: "\f6d7"; }
.bi-usb-c-fill::before { content: "\f6d8"; }
.bi-usb-c::before { content: "\f6d9"; }
.bi-usb-fill::before { content: "\f6da"; }
.bi-usb-plug-fill::before { content: "\f6db"; }
.bi-usb-plug::before { content: "\f6dc"; }
.bi-usb-symbol::before { content: "\f6dd"; }
.bi-usb::before { content: "\f6de"; }
.bi-boombox-fill::before { content: "\f6df"; }
.bi-displayport-1::before { content: "\f6e0"; }
.bi-displayport::before { content: "\f6e1"; }
.bi-gpu-card::before { content: "\f6e2"; }
.bi-memory::before { content: "\f6e3"; }
.bi-modem-fill::before { content: "\f6e4"; }
.bi-modem::before { content: "\f6e5"; }
.bi-motherboard-fill::before { content: "\f6e6"; }
.bi-motherboard::before { content: "\f6e7"; }
.bi-optical-audio-fill::before { content: "\f6e8"; }
.bi-optical-audio::before { content: "\f6e9"; }
.bi-pci-card::before { content: "\f6ea"; }
.bi-router-fill::before { content: "\f6eb"; }
.bi-router::before { content: "\f6ec"; }
.bi-ssd-fill::before { content: "\f6ed"; }
.bi-ssd::before { content: "\f6ee"; }
.bi-thunderbolt-fill::before { content: "\f6ef"; }
.bi-thunderbolt::before { content: "\f6f0"; }
.bi-usb-drive-fill::before { content: "\f6f1"; }
.bi-usb-drive::before { content: "\f6f2"; }
.bi-usb-micro-fill::before { content: "\f6f3"; }
.bi-usb-micro::before { content: "\f6f4"; }
.bi-usb-mini-fill::before { content: "\f6f5"; }
.bi-usb-mini::before { content: "\f6f6"; }
.bi-cloud-haze2::before { content: "\f6f7"; }
.bi-device-hdd-fill::before { content: "\f6f8"; }
.bi-device-hdd::before { content: "\f6f9"; }
.bi-device-ssd-fill::before { content: "\f6fa"; }
.bi-device-ssd::before { content: "\f6fb"; }
.bi-displayport-fill::before { content: "\f6fc"; }
.bi-mortarboard-fill::before { content: "\f6fd"; }
.bi-mortarboard::before { content: "\f6fe"; }
.bi-terminal-x::before { content: "\f6ff"; }
+130 -1
View File
@@ -1,4 +1,5 @@
{ {
"123": 63103,
"alarm-fill": 61697, "alarm-fill": 61697,
"alarm": 61698, "alarm": 61698,
"align-bottom": 61699, "align-bottom": 61699,
@@ -1404,5 +1405,133 @@
"radioactive": 63099, "radioactive": 63099,
"webcam-fill": 63100, "webcam-fill": 63100,
"webcam": 63101, "webcam": 63101,
"yin-yang": 63102 "yin-yang": 63102,
"bandaid-fill": 63104,
"bandaid": 63105,
"bluetooth": 63106,
"body-text": 63107,
"boombox": 63108,
"boxes": 63109,
"dpad-fill": 63110,
"dpad": 63111,
"ear-fill": 63112,
"ear": 63113,
"envelope-check-1": 63114,
"envelope-check-fill": 63115,
"envelope-check": 63116,
"envelope-dash-1": 63117,
"envelope-dash-fill": 63118,
"envelope-dash": 63119,
"envelope-exclamation-1": 63120,
"envelope-exclamation-fill": 63121,
"envelope-exclamation": 63122,
"envelope-plus-fill": 63123,
"envelope-plus": 63124,
"envelope-slash-1": 63125,
"envelope-slash-fill": 63126,
"envelope-slash": 63127,
"envelope-x-1": 63128,
"envelope-x-fill": 63129,
"envelope-x": 63130,
"explicit-fill": 63131,
"explicit": 63132,
"git": 63133,
"infinity": 63134,
"list-columns-reverse": 63135,
"list-columns": 63136,
"meta": 63137,
"mortorboard-fill": 63138,
"mortorboard": 63139,
"nintendo-switch": 63140,
"pc-display-horizontal": 63141,
"pc-display": 63142,
"pc-horizontal": 63143,
"pc": 63144,
"playstation": 63145,
"plus-slash-minus": 63146,
"projector-fill": 63147,
"projector": 63148,
"qr-code-scan": 63149,
"qr-code": 63150,
"quora": 63151,
"quote": 63152,
"robot": 63153,
"send-check-fill": 63154,
"send-check": 63155,
"send-dash-fill": 63156,
"send-dash": 63157,
"send-exclamation-1": 63158,
"send-exclamation-fill": 63159,
"send-exclamation": 63160,
"send-fill": 63161,
"send-plus-fill": 63162,
"send-plus": 63163,
"send-slash-fill": 63164,
"send-slash": 63165,
"send-x-fill": 63166,
"send-x": 63167,
"send": 63168,
"steam": 63169,
"terminal-dash-1": 63170,
"terminal-dash": 63171,
"terminal-plus": 63172,
"terminal-split": 63173,
"ticket-detailed-fill": 63174,
"ticket-detailed": 63175,
"ticket-fill": 63176,
"ticket-perferated-fill": 63177,
"ticket-perferated": 63178,
"ticket": 63179,
"tiktok": 63180,
"window-dash": 63181,
"window-desktop": 63182,
"window-fullscreen": 63183,
"window-plus": 63184,
"window-split": 63185,
"window-stack": 63186,
"window-x": 63187,
"xbox": 63188,
"ethernet": 63189,
"hdmi-fill": 63190,
"hdmi": 63191,
"usb-c-fill": 63192,
"usb-c": 63193,
"usb-fill": 63194,
"usb-plug-fill": 63195,
"usb-plug": 63196,
"usb-symbol": 63197,
"usb": 63198,
"boombox-fill": 63199,
"displayport-1": 63200,
"displayport": 63201,
"gpu-card": 63202,
"memory": 63203,
"modem-fill": 63204,
"modem": 63205,
"motherboard-fill": 63206,
"motherboard": 63207,
"optical-audio-fill": 63208,
"optical-audio": 63209,
"pci-card": 63210,
"router-fill": 63211,
"router": 63212,
"ssd-fill": 63213,
"ssd": 63214,
"thunderbolt-fill": 63215,
"thunderbolt": 63216,
"usb-drive-fill": 63217,
"usb-drive": 63218,
"usb-micro-fill": 63219,
"usb-micro": 63220,
"usb-mini-fill": 63221,
"usb-mini": 63222,
"cloud-haze2": 63223,
"device-hdd-fill": 63224,
"device-hdd": 63225,
"device-ssd-fill": 63226,
"device-ssd": 63227,
"displayport-fill": 63228,
"mortarboard-fill": 63229,
"mortarboard": 63230,
"terminal-x": 63231
} }
+260 -2
View File
@@ -1,6 +1,6 @@
$bootstrap-icons-font: "bootstrap-icons" !default; $bootstrap-icons-font: "bootstrap-icons" !default;
$bootstrap-icons-font-src: url("./fonts/bootstrap-icons.woff2?757e8d3807317fad54e5811fd78f18c8") format("woff2"), $bootstrap-icons-font-src: url("./fonts/bootstrap-icons.woff2?a74547b2f0863226942ff8ded57db345") format("woff2"),
url("./fonts/bootstrap-icons.woff?757e8d3807317fad54e5811fd78f18c8") format("woff") !default; url("./fonts/bootstrap-icons.woff?a74547b2f0863226942ff8ded57db345") format("woff") !default;
@font-face { @font-face {
font-family: $bootstrap-icons-font; font-family: $bootstrap-icons-font;
@@ -23,6 +23,7 @@ url("./fonts/bootstrap-icons.woff?757e8d3807317fad54e5811fd78f18c8") format("wof
} }
$bootstrap-icons-map: ( $bootstrap-icons-map: (
"123": "\f67f",
"alarm-fill": "\f101", "alarm-fill": "\f101",
"alarm": "\f102", "alarm": "\f102",
"align-bottom": "\f103", "align-bottom": "\f103",
@@ -1429,8 +1430,137 @@ $bootstrap-icons-map: (
"webcam-fill": "\f67c", "webcam-fill": "\f67c",
"webcam": "\f67d", "webcam": "\f67d",
"yin-yang": "\f67e", "yin-yang": "\f67e",
"bandaid-fill": "\f680",
"bandaid": "\f681",
"bluetooth": "\f682",
"body-text": "\f683",
"boombox": "\f684",
"boxes": "\f685",
"dpad-fill": "\f686",
"dpad": "\f687",
"ear-fill": "\f688",
"ear": "\f689",
"envelope-check-1": "\f68a",
"envelope-check-fill": "\f68b",
"envelope-check": "\f68c",
"envelope-dash-1": "\f68d",
"envelope-dash-fill": "\f68e",
"envelope-dash": "\f68f",
"envelope-exclamation-1": "\f690",
"envelope-exclamation-fill": "\f691",
"envelope-exclamation": "\f692",
"envelope-plus-fill": "\f693",
"envelope-plus": "\f694",
"envelope-slash-1": "\f695",
"envelope-slash-fill": "\f696",
"envelope-slash": "\f697",
"envelope-x-1": "\f698",
"envelope-x-fill": "\f699",
"envelope-x": "\f69a",
"explicit-fill": "\f69b",
"explicit": "\f69c",
"git": "\f69d",
"infinity": "\f69e",
"list-columns-reverse": "\f69f",
"list-columns": "\f6a0",
"meta": "\f6a1",
"mortorboard-fill": "\f6a2",
"mortorboard": "\f6a3",
"nintendo-switch": "\f6a4",
"pc-display-horizontal": "\f6a5",
"pc-display": "\f6a6",
"pc-horizontal": "\f6a7",
"pc": "\f6a8",
"playstation": "\f6a9",
"plus-slash-minus": "\f6aa",
"projector-fill": "\f6ab",
"projector": "\f6ac",
"qr-code-scan": "\f6ad",
"qr-code": "\f6ae",
"quora": "\f6af",
"quote": "\f6b0",
"robot": "\f6b1",
"send-check-fill": "\f6b2",
"send-check": "\f6b3",
"send-dash-fill": "\f6b4",
"send-dash": "\f6b5",
"send-exclamation-1": "\f6b6",
"send-exclamation-fill": "\f6b7",
"send-exclamation": "\f6b8",
"send-fill": "\f6b9",
"send-plus-fill": "\f6ba",
"send-plus": "\f6bb",
"send-slash-fill": "\f6bc",
"send-slash": "\f6bd",
"send-x-fill": "\f6be",
"send-x": "\f6bf",
"send": "\f6c0",
"steam": "\f6c1",
"terminal-dash-1": "\f6c2",
"terminal-dash": "\f6c3",
"terminal-plus": "\f6c4",
"terminal-split": "\f6c5",
"ticket-detailed-fill": "\f6c6",
"ticket-detailed": "\f6c7",
"ticket-fill": "\f6c8",
"ticket-perferated-fill": "\f6c9",
"ticket-perferated": "\f6ca",
"ticket": "\f6cb",
"tiktok": "\f6cc",
"window-dash": "\f6cd",
"window-desktop": "\f6ce",
"window-fullscreen": "\f6cf",
"window-plus": "\f6d0",
"window-split": "\f6d1",
"window-stack": "\f6d2",
"window-x": "\f6d3",
"xbox": "\f6d4",
"ethernet": "\f6d5",
"hdmi-fill": "\f6d6",
"hdmi": "\f6d7",
"usb-c-fill": "\f6d8",
"usb-c": "\f6d9",
"usb-fill": "\f6da",
"usb-plug-fill": "\f6db",
"usb-plug": "\f6dc",
"usb-symbol": "\f6dd",
"usb": "\f6de",
"boombox-fill": "\f6df",
"displayport-1": "\f6e0",
"displayport": "\f6e1",
"gpu-card": "\f6e2",
"memory": "\f6e3",
"modem-fill": "\f6e4",
"modem": "\f6e5",
"motherboard-fill": "\f6e6",
"motherboard": "\f6e7",
"optical-audio-fill": "\f6e8",
"optical-audio": "\f6e9",
"pci-card": "\f6ea",
"router-fill": "\f6eb",
"router": "\f6ec",
"ssd-fill": "\f6ed",
"ssd": "\f6ee",
"thunderbolt-fill": "\f6ef",
"thunderbolt": "\f6f0",
"usb-drive-fill": "\f6f1",
"usb-drive": "\f6f2",
"usb-micro-fill": "\f6f3",
"usb-micro": "\f6f4",
"usb-mini-fill": "\f6f5",
"usb-mini": "\f6f6",
"cloud-haze2": "\f6f7",
"device-hdd-fill": "\f6f8",
"device-hdd": "\f6f9",
"device-ssd-fill": "\f6fa",
"device-ssd": "\f6fb",
"displayport-fill": "\f6fc",
"mortarboard-fill": "\f6fd",
"mortarboard": "\f6fe",
"terminal-x": "\f6ff",
); );
.bi-123::before { content: map-get($bootstrap-icons-map, "123"); }
.bi-alarm-fill::before { content: map-get($bootstrap-icons-map, "alarm-fill"); } .bi-alarm-fill::before { content: map-get($bootstrap-icons-map, "alarm-fill"); }
.bi-alarm::before { content: map-get($bootstrap-icons-map, "alarm"); } .bi-alarm::before { content: map-get($bootstrap-icons-map, "alarm"); }
.bi-align-bottom::before { content: map-get($bootstrap-icons-map, "align-bottom"); } .bi-align-bottom::before { content: map-get($bootstrap-icons-map, "align-bottom"); }
@@ -2837,3 +2967,131 @@ $bootstrap-icons-map: (
.bi-webcam-fill::before { content: map-get($bootstrap-icons-map, "webcam-fill"); } .bi-webcam-fill::before { content: map-get($bootstrap-icons-map, "webcam-fill"); }
.bi-webcam::before { content: map-get($bootstrap-icons-map, "webcam"); } .bi-webcam::before { content: map-get($bootstrap-icons-map, "webcam"); }
.bi-yin-yang::before { content: map-get($bootstrap-icons-map, "yin-yang"); } .bi-yin-yang::before { content: map-get($bootstrap-icons-map, "yin-yang"); }
.bi-bandaid-fill::before { content: map-get($bootstrap-icons-map, "bandaid-fill"); }
.bi-bandaid::before { content: map-get($bootstrap-icons-map, "bandaid"); }
.bi-bluetooth::before { content: map-get($bootstrap-icons-map, "bluetooth"); }
.bi-body-text::before { content: map-get($bootstrap-icons-map, "body-text"); }
.bi-boombox::before { content: map-get($bootstrap-icons-map, "boombox"); }
.bi-boxes::before { content: map-get($bootstrap-icons-map, "boxes"); }
.bi-dpad-fill::before { content: map-get($bootstrap-icons-map, "dpad-fill"); }
.bi-dpad::before { content: map-get($bootstrap-icons-map, "dpad"); }
.bi-ear-fill::before { content: map-get($bootstrap-icons-map, "ear-fill"); }
.bi-ear::before { content: map-get($bootstrap-icons-map, "ear"); }
.bi-envelope-check-1::before { content: map-get($bootstrap-icons-map, "envelope-check-1"); }
.bi-envelope-check-fill::before { content: map-get($bootstrap-icons-map, "envelope-check-fill"); }
.bi-envelope-check::before { content: map-get($bootstrap-icons-map, "envelope-check"); }
.bi-envelope-dash-1::before { content: map-get($bootstrap-icons-map, "envelope-dash-1"); }
.bi-envelope-dash-fill::before { content: map-get($bootstrap-icons-map, "envelope-dash-fill"); }
.bi-envelope-dash::before { content: map-get($bootstrap-icons-map, "envelope-dash"); }
.bi-envelope-exclamation-1::before { content: map-get($bootstrap-icons-map, "envelope-exclamation-1"); }
.bi-envelope-exclamation-fill::before { content: map-get($bootstrap-icons-map, "envelope-exclamation-fill"); }
.bi-envelope-exclamation::before { content: map-get($bootstrap-icons-map, "envelope-exclamation"); }
.bi-envelope-plus-fill::before { content: map-get($bootstrap-icons-map, "envelope-plus-fill"); }
.bi-envelope-plus::before { content: map-get($bootstrap-icons-map, "envelope-plus"); }
.bi-envelope-slash-1::before { content: map-get($bootstrap-icons-map, "envelope-slash-1"); }
.bi-envelope-slash-fill::before { content: map-get($bootstrap-icons-map, "envelope-slash-fill"); }
.bi-envelope-slash::before { content: map-get($bootstrap-icons-map, "envelope-slash"); }
.bi-envelope-x-1::before { content: map-get($bootstrap-icons-map, "envelope-x-1"); }
.bi-envelope-x-fill::before { content: map-get($bootstrap-icons-map, "envelope-x-fill"); }
.bi-envelope-x::before { content: map-get($bootstrap-icons-map, "envelope-x"); }
.bi-explicit-fill::before { content: map-get($bootstrap-icons-map, "explicit-fill"); }
.bi-explicit::before { content: map-get($bootstrap-icons-map, "explicit"); }
.bi-git::before { content: map-get($bootstrap-icons-map, "git"); }
.bi-infinity::before { content: map-get($bootstrap-icons-map, "infinity"); }
.bi-list-columns-reverse::before { content: map-get($bootstrap-icons-map, "list-columns-reverse"); }
.bi-list-columns::before { content: map-get($bootstrap-icons-map, "list-columns"); }
.bi-meta::before { content: map-get($bootstrap-icons-map, "meta"); }
.bi-mortorboard-fill::before { content: map-get($bootstrap-icons-map, "mortorboard-fill"); }
.bi-mortorboard::before { content: map-get($bootstrap-icons-map, "mortorboard"); }
.bi-nintendo-switch::before { content: map-get($bootstrap-icons-map, "nintendo-switch"); }
.bi-pc-display-horizontal::before { content: map-get($bootstrap-icons-map, "pc-display-horizontal"); }
.bi-pc-display::before { content: map-get($bootstrap-icons-map, "pc-display"); }
.bi-pc-horizontal::before { content: map-get($bootstrap-icons-map, "pc-horizontal"); }
.bi-pc::before { content: map-get($bootstrap-icons-map, "pc"); }
.bi-playstation::before { content: map-get($bootstrap-icons-map, "playstation"); }
.bi-plus-slash-minus::before { content: map-get($bootstrap-icons-map, "plus-slash-minus"); }
.bi-projector-fill::before { content: map-get($bootstrap-icons-map, "projector-fill"); }
.bi-projector::before { content: map-get($bootstrap-icons-map, "projector"); }
.bi-qr-code-scan::before { content: map-get($bootstrap-icons-map, "qr-code-scan"); }
.bi-qr-code::before { content: map-get($bootstrap-icons-map, "qr-code"); }
.bi-quora::before { content: map-get($bootstrap-icons-map, "quora"); }
.bi-quote::before { content: map-get($bootstrap-icons-map, "quote"); }
.bi-robot::before { content: map-get($bootstrap-icons-map, "robot"); }
.bi-send-check-fill::before { content: map-get($bootstrap-icons-map, "send-check-fill"); }
.bi-send-check::before { content: map-get($bootstrap-icons-map, "send-check"); }
.bi-send-dash-fill::before { content: map-get($bootstrap-icons-map, "send-dash-fill"); }
.bi-send-dash::before { content: map-get($bootstrap-icons-map, "send-dash"); }
.bi-send-exclamation-1::before { content: map-get($bootstrap-icons-map, "send-exclamation-1"); }
.bi-send-exclamation-fill::before { content: map-get($bootstrap-icons-map, "send-exclamation-fill"); }
.bi-send-exclamation::before { content: map-get($bootstrap-icons-map, "send-exclamation"); }
.bi-send-fill::before { content: map-get($bootstrap-icons-map, "send-fill"); }
.bi-send-plus-fill::before { content: map-get($bootstrap-icons-map, "send-plus-fill"); }
.bi-send-plus::before { content: map-get($bootstrap-icons-map, "send-plus"); }
.bi-send-slash-fill::before { content: map-get($bootstrap-icons-map, "send-slash-fill"); }
.bi-send-slash::before { content: map-get($bootstrap-icons-map, "send-slash"); }
.bi-send-x-fill::before { content: map-get($bootstrap-icons-map, "send-x-fill"); }
.bi-send-x::before { content: map-get($bootstrap-icons-map, "send-x"); }
.bi-send::before { content: map-get($bootstrap-icons-map, "send"); }
.bi-steam::before { content: map-get($bootstrap-icons-map, "steam"); }
.bi-terminal-dash-1::before { content: map-get($bootstrap-icons-map, "terminal-dash-1"); }
.bi-terminal-dash::before { content: map-get($bootstrap-icons-map, "terminal-dash"); }
.bi-terminal-plus::before { content: map-get($bootstrap-icons-map, "terminal-plus"); }
.bi-terminal-split::before { content: map-get($bootstrap-icons-map, "terminal-split"); }
.bi-ticket-detailed-fill::before { content: map-get($bootstrap-icons-map, "ticket-detailed-fill"); }
.bi-ticket-detailed::before { content: map-get($bootstrap-icons-map, "ticket-detailed"); }
.bi-ticket-fill::before { content: map-get($bootstrap-icons-map, "ticket-fill"); }
.bi-ticket-perferated-fill::before { content: map-get($bootstrap-icons-map, "ticket-perferated-fill"); }
.bi-ticket-perferated::before { content: map-get($bootstrap-icons-map, "ticket-perferated"); }
.bi-ticket::before { content: map-get($bootstrap-icons-map, "ticket"); }
.bi-tiktok::before { content: map-get($bootstrap-icons-map, "tiktok"); }
.bi-window-dash::before { content: map-get($bootstrap-icons-map, "window-dash"); }
.bi-window-desktop::before { content: map-get($bootstrap-icons-map, "window-desktop"); }
.bi-window-fullscreen::before { content: map-get($bootstrap-icons-map, "window-fullscreen"); }
.bi-window-plus::before { content: map-get($bootstrap-icons-map, "window-plus"); }
.bi-window-split::before { content: map-get($bootstrap-icons-map, "window-split"); }
.bi-window-stack::before { content: map-get($bootstrap-icons-map, "window-stack"); }
.bi-window-x::before { content: map-get($bootstrap-icons-map, "window-x"); }
.bi-xbox::before { content: map-get($bootstrap-icons-map, "xbox"); }
.bi-ethernet::before { content: map-get($bootstrap-icons-map, "ethernet"); }
.bi-hdmi-fill::before { content: map-get($bootstrap-icons-map, "hdmi-fill"); }
.bi-hdmi::before { content: map-get($bootstrap-icons-map, "hdmi"); }
.bi-usb-c-fill::before { content: map-get($bootstrap-icons-map, "usb-c-fill"); }
.bi-usb-c::before { content: map-get($bootstrap-icons-map, "usb-c"); }
.bi-usb-fill::before { content: map-get($bootstrap-icons-map, "usb-fill"); }
.bi-usb-plug-fill::before { content: map-get($bootstrap-icons-map, "usb-plug-fill"); }
.bi-usb-plug::before { content: map-get($bootstrap-icons-map, "usb-plug"); }
.bi-usb-symbol::before { content: map-get($bootstrap-icons-map, "usb-symbol"); }
.bi-usb::before { content: map-get($bootstrap-icons-map, "usb"); }
.bi-boombox-fill::before { content: map-get($bootstrap-icons-map, "boombox-fill"); }
.bi-displayport-1::before { content: map-get($bootstrap-icons-map, "displayport-1"); }
.bi-displayport::before { content: map-get($bootstrap-icons-map, "displayport"); }
.bi-gpu-card::before { content: map-get($bootstrap-icons-map, "gpu-card"); }
.bi-memory::before { content: map-get($bootstrap-icons-map, "memory"); }
.bi-modem-fill::before { content: map-get($bootstrap-icons-map, "modem-fill"); }
.bi-modem::before { content: map-get($bootstrap-icons-map, "modem"); }
.bi-motherboard-fill::before { content: map-get($bootstrap-icons-map, "motherboard-fill"); }
.bi-motherboard::before { content: map-get($bootstrap-icons-map, "motherboard"); }
.bi-optical-audio-fill::before { content: map-get($bootstrap-icons-map, "optical-audio-fill"); }
.bi-optical-audio::before { content: map-get($bootstrap-icons-map, "optical-audio"); }
.bi-pci-card::before { content: map-get($bootstrap-icons-map, "pci-card"); }
.bi-router-fill::before { content: map-get($bootstrap-icons-map, "router-fill"); }
.bi-router::before { content: map-get($bootstrap-icons-map, "router"); }
.bi-ssd-fill::before { content: map-get($bootstrap-icons-map, "ssd-fill"); }
.bi-ssd::before { content: map-get($bootstrap-icons-map, "ssd"); }
.bi-thunderbolt-fill::before { content: map-get($bootstrap-icons-map, "thunderbolt-fill"); }
.bi-thunderbolt::before { content: map-get($bootstrap-icons-map, "thunderbolt"); }
.bi-usb-drive-fill::before { content: map-get($bootstrap-icons-map, "usb-drive-fill"); }
.bi-usb-drive::before { content: map-get($bootstrap-icons-map, "usb-drive"); }
.bi-usb-micro-fill::before { content: map-get($bootstrap-icons-map, "usb-micro-fill"); }
.bi-usb-micro::before { content: map-get($bootstrap-icons-map, "usb-micro"); }
.bi-usb-mini-fill::before { content: map-get($bootstrap-icons-map, "usb-mini-fill"); }
.bi-usb-mini::before { content: map-get($bootstrap-icons-map, "usb-mini"); }
.bi-cloud-haze2::before { content: map-get($bootstrap-icons-map, "cloud-haze2"); }
.bi-device-hdd-fill::before { content: map-get($bootstrap-icons-map, "device-hdd-fill"); }
.bi-device-hdd::before { content: map-get($bootstrap-icons-map, "device-hdd"); }
.bi-device-ssd-fill::before { content: map-get($bootstrap-icons-map, "device-ssd-fill"); }
.bi-device-ssd::before { content: map-get($bootstrap-icons-map, "device-ssd"); }
.bi-displayport-fill::before { content: map-get($bootstrap-icons-map, "displayport-fill"); }
.bi-mortarboard-fill::before { content: map-get($bootstrap-icons-map, "mortarboard-fill"); }
.bi-mortarboard::before { content: map-get($bootstrap-icons-map, "mortarboard"); }
.bi-terminal-x::before { content: map-get($bootstrap-icons-map, "terminal-x"); }
+468 -4
View File
@@ -41,6 +41,10 @@
<h1>bootstrap-icons</h1> <h1>bootstrap-icons</h1>
<div class="icons"> <div class="icons">
<div class="icon">
<i class="bi bi-123"></i>
<div class="label">123</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-activity"></i> <i class="bi bi-activity"></i>
<div class="label">activity</div> <div class="label">activity</div>
@@ -533,6 +537,14 @@
<i class="bi bi-bag"></i> <i class="bi bi-bag"></i>
<div class="label">bag</div> <div class="label">bag</div>
</div> </div>
<div class="icon">
<i class="bi bi-bandaid-fill"></i>
<div class="label">bandaid-fill</div>
</div>
<div class="icon">
<i class="bi bi-bandaid"></i>
<div class="label">bandaid</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-bank"></i> <i class="bi bi-bank"></i>
<div class="label">bank</div> <div class="label">bank</div>
@@ -649,6 +661,14 @@
<i class="bi bi-blockquote-right"></i> <i class="bi bi-blockquote-right"></i>
<div class="label">blockquote-right</div> <div class="label">blockquote-right</div>
</div> </div>
<div class="icon">
<i class="bi bi-bluetooth"></i>
<div class="label">bluetooth</div>
</div>
<div class="icon">
<i class="bi bi-body-text"></i>
<div class="label">body-text</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-book-fill"></i> <i class="bi bi-book-fill"></i>
<div class="label">book-fill</div> <div class="label">book-fill</div>
@@ -729,6 +749,14 @@
<i class="bi bi-bookshelf"></i> <i class="bi bi-bookshelf"></i>
<div class="label">bookshelf</div> <div class="label">bookshelf</div>
</div> </div>
<div class="icon">
<i class="bi bi-boombox-fill"></i>
<div class="label">boombox-fill</div>
</div>
<div class="icon">
<i class="bi bi-boombox"></i>
<div class="label">boombox</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-bootstrap-fill"></i> <i class="bi bi-bootstrap-fill"></i>
<div class="label">bootstrap-fill</div> <div class="label">bootstrap-fill</div>
@@ -869,6 +897,10 @@
<i class="bi bi-box"></i> <i class="bi bi-box"></i>
<div class="label">box</div> <div class="label">box</div>
</div> </div>
<div class="icon">
<i class="bi bi-boxes"></i>
<div class="label">boxes</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-braces"></i> <i class="bi bi-braces"></i>
<div class="label">braces</div> <div class="label">braces</div>
@@ -1757,10 +1789,6 @@
<i class="bi bi-cloud-hail"></i> <i class="bi bi-cloud-hail"></i>
<div class="label">cloud-hail</div> <div class="label">cloud-hail</div>
</div> </div>
<div class="icon">
<i class="bi bi-cloud-haze-1"></i>
<div class="label">cloud-haze-1</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-cloud-haze-fill"></i> <i class="bi bi-cloud-haze-fill"></i>
<div class="label">cloud-haze-fill</div> <div class="label">cloud-haze-fill</div>
@@ -1773,6 +1801,10 @@
<i class="bi bi-cloud-haze2-fill"></i> <i class="bi bi-cloud-haze2-fill"></i>
<div class="label">cloud-haze2-fill</div> <div class="label">cloud-haze2-fill</div>
</div> </div>
<div class="icon">
<i class="bi bi-cloud-haze2"></i>
<div class="label">cloud-haze2</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-cloud-lightning-fill"></i> <i class="bi bi-cloud-lightning-fill"></i>
<div class="label">cloud-lightning-fill</div> <div class="label">cloud-lightning-fill</div>
@@ -2069,6 +2101,22 @@
<i class="bi bi-dash"></i> <i class="bi bi-dash"></i>
<div class="label">dash</div> <div class="label">dash</div>
</div> </div>
<div class="icon">
<i class="bi bi-device-hdd-fill"></i>
<div class="label">device-hdd-fill</div>
</div>
<div class="icon">
<i class="bi bi-device-hdd"></i>
<div class="label">device-hdd</div>
</div>
<div class="icon">
<i class="bi bi-device-ssd-fill"></i>
<div class="label">device-ssd-fill</div>
</div>
<div class="icon">
<i class="bi bi-device-ssd"></i>
<div class="label">device-ssd</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-diagram-2-fill"></i> <i class="bi bi-diagram-2-fill"></i>
<div class="label">diagram-2-fill</div> <div class="label">diagram-2-fill</div>
@@ -2165,6 +2213,14 @@
<i class="bi bi-display"></i> <i class="bi bi-display"></i>
<div class="label">display</div> <div class="label">display</div>
</div> </div>
<div class="icon">
<i class="bi bi-displayport-fill"></i>
<div class="label">displayport-fill</div>
</div>
<div class="icon">
<i class="bi bi-displayport"></i>
<div class="label">displayport</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-distribute-horizontal"></i> <i class="bi bi-distribute-horizontal"></i>
<div class="label">distribute-horizontal</div> <div class="label">distribute-horizontal</div>
@@ -2197,6 +2253,14 @@
<i class="bi bi-download"></i> <i class="bi bi-download"></i>
<div class="label">download</div> <div class="label">download</div>
</div> </div>
<div class="icon">
<i class="bi bi-dpad-fill"></i>
<div class="label">dpad-fill</div>
</div>
<div class="icon">
<i class="bi bi-dpad"></i>
<div class="label">dpad</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-dribbble"></i> <i class="bi bi-dribbble"></i>
<div class="label">dribbble</div> <div class="label">dribbble</div>
@@ -2213,6 +2277,14 @@
<i class="bi bi-droplet"></i> <i class="bi bi-droplet"></i>
<div class="label">droplet</div> <div class="label">droplet</div>
</div> </div>
<div class="icon">
<i class="bi bi-ear-fill"></i>
<div class="label">ear-fill</div>
</div>
<div class="icon">
<i class="bi bi-ear"></i>
<div class="label">ear</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-earbuds"></i> <i class="bi bi-earbuds"></i>
<div class="label">earbuds</div> <div class="label">earbuds</div>
@@ -2349,6 +2421,30 @@
<i class="bi bi-emoji-wink"></i> <i class="bi bi-emoji-wink"></i>
<div class="label">emoji-wink</div> <div class="label">emoji-wink</div>
</div> </div>
<div class="icon">
<i class="bi bi-envelope-check-fill"></i>
<div class="label">envelope-check-fill</div>
</div>
<div class="icon">
<i class="bi bi-envelope-check"></i>
<div class="label">envelope-check</div>
</div>
<div class="icon">
<i class="bi bi-envelope-dash-fill"></i>
<div class="label">envelope-dash-fill</div>
</div>
<div class="icon">
<i class="bi bi-envelope-dash"></i>
<div class="label">envelope-dash</div>
</div>
<div class="icon">
<i class="bi bi-envelope-exclamation-fill"></i>
<div class="label">envelope-exclamation-fill</div>
</div>
<div class="icon">
<i class="bi bi-envelope-exclamation"></i>
<div class="label">envelope-exclamation</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-envelope-fill"></i> <i class="bi bi-envelope-fill"></i>
<div class="label">envelope-fill</div> <div class="label">envelope-fill</div>
@@ -2361,6 +2457,30 @@
<i class="bi bi-envelope-open"></i> <i class="bi bi-envelope-open"></i>
<div class="label">envelope-open</div> <div class="label">envelope-open</div>
</div> </div>
<div class="icon">
<i class="bi bi-envelope-plus-fill"></i>
<div class="label">envelope-plus-fill</div>
</div>
<div class="icon">
<i class="bi bi-envelope-plus"></i>
<div class="label">envelope-plus</div>
</div>
<div class="icon">
<i class="bi bi-envelope-slash-fill"></i>
<div class="label">envelope-slash-fill</div>
</div>
<div class="icon">
<i class="bi bi-envelope-slash"></i>
<div class="label">envelope-slash</div>
</div>
<div class="icon">
<i class="bi bi-envelope-x-fill"></i>
<div class="label">envelope-x-fill</div>
</div>
<div class="icon">
<i class="bi bi-envelope-x"></i>
<div class="label">envelope-x</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-envelope"></i> <i class="bi bi-envelope"></i>
<div class="label">envelope</div> <div class="label">envelope</div>
@@ -2373,6 +2493,10 @@
<i class="bi bi-eraser"></i> <i class="bi bi-eraser"></i>
<div class="label">eraser</div> <div class="label">eraser</div>
</div> </div>
<div class="icon">
<i class="bi bi-ethernet"></i>
<div class="label">ethernet</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-exclamation-circle-fill"></i> <i class="bi bi-exclamation-circle-fill"></i>
<div class="label">exclamation-circle-fill</div> <div class="label">exclamation-circle-fill</div>
@@ -2425,6 +2549,14 @@
<i class="bi bi-exclude"></i> <i class="bi bi-exclude"></i>
<div class="label">exclude</div> <div class="label">exclude</div>
</div> </div>
<div class="icon">
<i class="bi bi-explicit-fill"></i>
<div class="label">explicit-fill</div>
</div>
<div class="icon">
<i class="bi bi-explicit"></i>
<div class="label">explicit</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-eye-fill"></i> <i class="bi bi-eye-fill"></i>
<div class="label">eye-fill</div> <div class="label">eye-fill</div>
@@ -3165,6 +3297,10 @@
<i class="bi bi-gift"></i> <i class="bi bi-gift"></i>
<div class="label">gift</div> <div class="label">gift</div>
</div> </div>
<div class="icon">
<i class="bi bi-git"></i>
<div class="label">git</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-github"></i> <i class="bi bi-github"></i>
<div class="label">github</div> <div class="label">github</div>
@@ -3181,6 +3317,10 @@
<i class="bi bi-google"></i> <i class="bi bi-google"></i>
<div class="label">google</div> <div class="label">google</div>
</div> </div>
<div class="icon">
<i class="bi bi-gpu-card"></i>
<div class="label">gpu-card</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-graph-down-arrow"></i> <i class="bi bi-graph-down-arrow"></i>
<div class="label">graph-down-arrow</div> <div class="label">graph-down-arrow</div>
@@ -3325,6 +3465,14 @@
<i class="bi bi-hdd"></i> <i class="bi bi-hdd"></i>
<div class="label">hdd</div> <div class="label">hdd</div>
</div> </div>
<div class="icon">
<i class="bi bi-hdmi-fill"></i>
<div class="label">hdmi-fill</div>
</div>
<div class="icon">
<i class="bi bi-hdmi"></i>
<div class="label">hdmi</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-headphones"></i> <i class="bi bi-headphones"></i>
<div class="label">headphones</div> <div class="label">headphones</div>
@@ -3449,6 +3597,10 @@
<i class="bi bi-inboxes"></i> <i class="bi bi-inboxes"></i>
<div class="label">inboxes</div> <div class="label">inboxes</div>
</div> </div>
<div class="icon">
<i class="bi bi-infinity"></i>
<div class="label">infinity</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-info-circle-fill"></i> <i class="bi bi-info-circle-fill"></i>
<div class="label">info-circle-fill</div> <div class="label">info-circle-fill</div>
@@ -3729,6 +3881,14 @@
<i class="bi bi-list-check"></i> <i class="bi bi-list-check"></i>
<div class="label">list-check</div> <div class="label">list-check</div>
</div> </div>
<div class="icon">
<i class="bi bi-list-columns-reverse"></i>
<div class="label">list-columns-reverse</div>
</div>
<div class="icon">
<i class="bi bi-list-columns"></i>
<div class="label">list-columns</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-list-nested"></i> <i class="bi bi-list-nested"></i>
<div class="label">list-nested</div> <div class="label">list-nested</div>
@@ -3809,6 +3969,10 @@
<i class="bi bi-megaphone"></i> <i class="bi bi-megaphone"></i>
<div class="label">megaphone</div> <div class="label">megaphone</div>
</div> </div>
<div class="icon">
<i class="bi bi-memory"></i>
<div class="label">memory</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-menu-app-fill"></i> <i class="bi bi-menu-app-fill"></i>
<div class="label">menu-app-fill</div> <div class="label">menu-app-fill</div>
@@ -3845,6 +4009,10 @@
<i class="bi bi-messenger"></i> <i class="bi bi-messenger"></i>
<div class="label">messenger</div> <div class="label">messenger</div>
</div> </div>
<div class="icon">
<i class="bi bi-meta"></i>
<div class="label">meta</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-mic-fill"></i> <i class="bi bi-mic-fill"></i>
<div class="label">mic-fill</div> <div class="label">mic-fill</div>
@@ -3873,6 +4041,14 @@
<i class="bi bi-minecart"></i> <i class="bi bi-minecart"></i>
<div class="label">minecart</div> <div class="label">minecart</div>
</div> </div>
<div class="icon">
<i class="bi bi-modem-fill"></i>
<div class="label">modem-fill</div>
</div>
<div class="icon">
<i class="bi bi-modem"></i>
<div class="label">modem</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-moisture"></i> <i class="bi bi-moisture"></i>
<div class="label">moisture</div> <div class="label">moisture</div>
@@ -3893,6 +4069,22 @@
<i class="bi bi-moon"></i> <i class="bi bi-moon"></i>
<div class="label">moon</div> <div class="label">moon</div>
</div> </div>
<div class="icon">
<i class="bi bi-mortarboard-fill"></i>
<div class="label">mortarboard-fill</div>
</div>
<div class="icon">
<i class="bi bi-mortarboard"></i>
<div class="label">mortarboard</div>
</div>
<div class="icon">
<i class="bi bi-motherboard-fill"></i>
<div class="label">motherboard-fill</div>
</div>
<div class="icon">
<i class="bi bi-motherboard"></i>
<div class="label">motherboard</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-mouse-fill"></i> <i class="bi bi-mouse-fill"></i>
<div class="label">mouse-fill</div> <div class="label">mouse-fill</div>
@@ -3941,6 +4133,10 @@
<i class="bi bi-newspaper"></i> <i class="bi bi-newspaper"></i>
<div class="label">newspaper</div> <div class="label">newspaper</div>
</div> </div>
<div class="icon">
<i class="bi bi-nintendo-switch"></i>
<div class="label">nintendo-switch</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-node-minus-fill"></i> <i class="bi bi-node-minus-fill"></i>
<div class="label">node-minus-fill</div> <div class="label">node-minus-fill</div>
@@ -3977,6 +4173,14 @@
<i class="bi bi-octagon"></i> <i class="bi bi-octagon"></i>
<div class="label">octagon</div> <div class="label">octagon</div>
</div> </div>
<div class="icon">
<i class="bi bi-optical-audio-fill"></i>
<div class="label">optical-audio-fill</div>
</div>
<div class="icon">
<i class="bi bi-optical-audio"></i>
<div class="label">optical-audio</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-option"></i> <i class="bi bi-option"></i>
<div class="label">option</div> <div class="label">option</div>
@@ -4077,6 +4281,26 @@
<i class="bi bi-paypal"></i> <i class="bi bi-paypal"></i>
<div class="label">paypal</div> <div class="label">paypal</div>
</div> </div>
<div class="icon">
<i class="bi bi-pc-display-horizontal"></i>
<div class="label">pc-display-horizontal</div>
</div>
<div class="icon">
<i class="bi bi-pc-display"></i>
<div class="label">pc-display</div>
</div>
<div class="icon">
<i class="bi bi-pc-horizontal"></i>
<div class="label">pc-horizontal</div>
</div>
<div class="icon">
<i class="bi bi-pc"></i>
<div class="label">pc</div>
</div>
<div class="icon">
<i class="bi bi-pci-card"></i>
<div class="label">pci-card</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-peace-fill"></i> <i class="bi bi-peace-fill"></i>
<div class="label">peace-fill</div> <div class="label">peace-fill</div>
@@ -4313,6 +4537,10 @@
<i class="bi bi-play"></i> <i class="bi bi-play"></i>
<div class="label">play</div> <div class="label">play</div>
</div> </div>
<div class="icon">
<i class="bi bi-playstation"></i>
<div class="label">playstation</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-plug-fill"></i> <i class="bi bi-plug-fill"></i>
<div class="label">plug-fill</div> <div class="label">plug-fill</div>
@@ -4337,6 +4565,10 @@
<i class="bi bi-plus-lg"></i> <i class="bi bi-plus-lg"></i>
<div class="label">plus-lg</div> <div class="label">plus-lg</div>
</div> </div>
<div class="icon">
<i class="bi bi-plus-slash-minus"></i>
<div class="label">plus-slash-minus</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-plus-square-dotted"></i> <i class="bi bi-plus-square-dotted"></i>
<div class="label">plus-square-dotted</div> <div class="label">plus-square-dotted</div>
@@ -4365,6 +4597,14 @@
<i class="bi bi-printer"></i> <i class="bi bi-printer"></i>
<div class="label">printer</div> <div class="label">printer</div>
</div> </div>
<div class="icon">
<i class="bi bi-projector-fill"></i>
<div class="label">projector-fill</div>
</div>
<div class="icon">
<i class="bi bi-projector"></i>
<div class="label">projector</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-puzzle-fill"></i> <i class="bi bi-puzzle-fill"></i>
<div class="label">puzzle-fill</div> <div class="label">puzzle-fill</div>
@@ -4373,6 +4613,14 @@
<i class="bi bi-puzzle"></i> <i class="bi bi-puzzle"></i>
<div class="label">puzzle</div> <div class="label">puzzle</div>
</div> </div>
<div class="icon">
<i class="bi bi-qr-code-scan"></i>
<div class="label">qr-code-scan</div>
</div>
<div class="icon">
<i class="bi bi-qr-code"></i>
<div class="label">qr-code</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-question-circle-fill"></i> <i class="bi bi-question-circle-fill"></i>
<div class="label">question-circle-fill</div> <div class="label">question-circle-fill</div>
@@ -4413,6 +4661,14 @@
<i class="bi bi-question"></i> <i class="bi bi-question"></i>
<div class="label">question</div> <div class="label">question</div>
</div> </div>
<div class="icon">
<i class="bi bi-quora"></i>
<div class="label">quora</div>
</div>
<div class="icon">
<i class="bi bi-quote"></i>
<div class="label">quote</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-radioactive"></i> <i class="bi bi-radioactive"></i>
<div class="label">radioactive</div> <div class="label">radioactive</div>
@@ -4505,6 +4761,18 @@
<i class="bi bi-reply"></i> <i class="bi bi-reply"></i>
<div class="label">reply</div> <div class="label">reply</div>
</div> </div>
<div class="icon">
<i class="bi bi-robot"></i>
<div class="label">robot</div>
</div>
<div class="icon">
<i class="bi bi-router-fill"></i>
<div class="label">router-fill</div>
</div>
<div class="icon">
<i class="bi bi-router"></i>
<div class="label">router</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-rss-fill"></i> <i class="bi bi-rss-fill"></i>
<div class="label">rss-fill</div> <div class="label">rss-fill</div>
@@ -4573,6 +4841,62 @@
<i class="bi bi-segmented-nav"></i> <i class="bi bi-segmented-nav"></i>
<div class="label">segmented-nav</div> <div class="label">segmented-nav</div>
</div> </div>
<div class="icon">
<i class="bi bi-send-check-fill"></i>
<div class="label">send-check-fill</div>
</div>
<div class="icon">
<i class="bi bi-send-check"></i>
<div class="label">send-check</div>
</div>
<div class="icon">
<i class="bi bi-send-dash-fill"></i>
<div class="label">send-dash-fill</div>
</div>
<div class="icon">
<i class="bi bi-send-dash"></i>
<div class="label">send-dash</div>
</div>
<div class="icon">
<i class="bi bi-send-exclamation-fill"></i>
<div class="label">send-exclamation-fill</div>
</div>
<div class="icon">
<i class="bi bi-send-exclamation"></i>
<div class="label">send-exclamation</div>
</div>
<div class="icon">
<i class="bi bi-send-fill"></i>
<div class="label">send-fill</div>
</div>
<div class="icon">
<i class="bi bi-send-plus-fill"></i>
<div class="label">send-plus-fill</div>
</div>
<div class="icon">
<i class="bi bi-send-plus"></i>
<div class="label">send-plus</div>
</div>
<div class="icon">
<i class="bi bi-send-slash-fill"></i>
<div class="label">send-slash-fill</div>
</div>
<div class="icon">
<i class="bi bi-send-slash"></i>
<div class="label">send-slash</div>
</div>
<div class="icon">
<i class="bi bi-send-x-fill"></i>
<div class="label">send-x-fill</div>
</div>
<div class="icon">
<i class="bi bi-send-x"></i>
<div class="label">send-x</div>
</div>
<div class="icon">
<i class="bi bi-send"></i>
<div class="label">send</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-server"></i> <i class="bi bi-server"></i>
<div class="label">server</div> <div class="label">server</div>
@@ -4973,6 +5297,10 @@
<i class="bi bi-stars"></i> <i class="bi bi-stars"></i>
<div class="label">stars</div> <div class="label">stars</div>
</div> </div>
<div class="icon">
<i class="bi bi-steam"></i>
<div class="label">steam</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-stickies-fill"></i> <i class="bi bi-stickies-fill"></i>
<div class="label">stickies-fill</div> <div class="label">stickies-fill</div>
@@ -5201,10 +5529,26 @@
<i class="bi bi-telephone"></i> <i class="bi bi-telephone"></i>
<div class="label">telephone</div> <div class="label">telephone</div>
</div> </div>
<div class="icon">
<i class="bi bi-terminal-dash"></i>
<div class="label">terminal-dash</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-terminal-fill"></i> <i class="bi bi-terminal-fill"></i>
<div class="label">terminal-fill</div> <div class="label">terminal-fill</div>
</div> </div>
<div class="icon">
<i class="bi bi-terminal-plus"></i>
<div class="label">terminal-plus</div>
</div>
<div class="icon">
<i class="bi bi-terminal-split"></i>
<div class="label">terminal-split</div>
</div>
<div class="icon">
<i class="bi bi-terminal-x"></i>
<div class="label">terminal-x</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-terminal"></i> <i class="bi bi-terminal"></i>
<div class="label">terminal</div> <div class="label">terminal</div>
@@ -5277,6 +5621,42 @@
<i class="bi bi-three-dots"></i> <i class="bi bi-three-dots"></i>
<div class="label">three-dots</div> <div class="label">three-dots</div>
</div> </div>
<div class="icon">
<i class="bi bi-thunderbolt-fill"></i>
<div class="label">thunderbolt-fill</div>
</div>
<div class="icon">
<i class="bi bi-thunderbolt"></i>
<div class="label">thunderbolt</div>
</div>
<div class="icon">
<i class="bi bi-ticket-detailed-fill"></i>
<div class="label">ticket-detailed-fill</div>
</div>
<div class="icon">
<i class="bi bi-ticket-detailed"></i>
<div class="label">ticket-detailed</div>
</div>
<div class="icon">
<i class="bi bi-ticket-fill"></i>
<div class="label">ticket-fill</div>
</div>
<div class="icon">
<i class="bi bi-ticket-perferated-fill"></i>
<div class="label">ticket-perferated-fill</div>
</div>
<div class="icon">
<i class="bi bi-ticket-perferated"></i>
<div class="label">ticket-perferated</div>
</div>
<div class="icon">
<i class="bi bi-ticket"></i>
<div class="label">ticket</div>
</div>
<div class="icon">
<i class="bi bi-tiktok"></i>
<div class="label">tiktok</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-toggle-off"></i> <i class="bi bi-toggle-off"></i>
<div class="label">toggle-off</div> <div class="label">toggle-off</div>
@@ -5469,6 +5849,58 @@
<i class="bi bi-upload"></i> <i class="bi bi-upload"></i>
<div class="label">upload</div> <div class="label">upload</div>
</div> </div>
<div class="icon">
<i class="bi bi-usb-c-fill"></i>
<div class="label">usb-c-fill</div>
</div>
<div class="icon">
<i class="bi bi-usb-c"></i>
<div class="label">usb-c</div>
</div>
<div class="icon">
<i class="bi bi-usb-drive-fill"></i>
<div class="label">usb-drive-fill</div>
</div>
<div class="icon">
<i class="bi bi-usb-drive"></i>
<div class="label">usb-drive</div>
</div>
<div class="icon">
<i class="bi bi-usb-fill"></i>
<div class="label">usb-fill</div>
</div>
<div class="icon">
<i class="bi bi-usb-micro-fill"></i>
<div class="label">usb-micro-fill</div>
</div>
<div class="icon">
<i class="bi bi-usb-micro"></i>
<div class="label">usb-micro</div>
</div>
<div class="icon">
<i class="bi bi-usb-mini-fill"></i>
<div class="label">usb-mini-fill</div>
</div>
<div class="icon">
<i class="bi bi-usb-mini"></i>
<div class="label">usb-mini</div>
</div>
<div class="icon">
<i class="bi bi-usb-plug-fill"></i>
<div class="label">usb-plug-fill</div>
</div>
<div class="icon">
<i class="bi bi-usb-plug"></i>
<div class="label">usb-plug</div>
</div>
<div class="icon">
<i class="bi bi-usb-symbol"></i>
<div class="label">usb-symbol</div>
</div>
<div class="icon">
<i class="bi bi-usb"></i>
<div class="label">usb</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-vector-pen"></i> <i class="bi bi-vector-pen"></i>
<div class="label">vector-pen</div> <div class="label">vector-pen</div>
@@ -5585,14 +6017,42 @@
<i class="bi bi-wind"></i> <i class="bi bi-wind"></i>
<div class="label">wind</div> <div class="label">wind</div>
</div> </div>
<div class="icon">
<i class="bi bi-window-dash"></i>
<div class="label">window-dash</div>
</div>
<div class="icon">
<i class="bi bi-window-desktop"></i>
<div class="label">window-desktop</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-window-dock"></i> <i class="bi bi-window-dock"></i>
<div class="label">window-dock</div> <div class="label">window-dock</div>
</div> </div>
<div class="icon">
<i class="bi bi-window-fullscreen"></i>
<div class="label">window-fullscreen</div>
</div>
<div class="icon">
<i class="bi bi-window-plus"></i>
<div class="label">window-plus</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-window-sidebar"></i> <i class="bi bi-window-sidebar"></i>
<div class="label">window-sidebar</div> <div class="label">window-sidebar</div>
</div> </div>
<div class="icon">
<i class="bi bi-window-split"></i>
<div class="label">window-split</div>
</div>
<div class="icon">
<i class="bi bi-window-stack"></i>
<div class="label">window-stack</div>
</div>
<div class="icon">
<i class="bi bi-window-x"></i>
<div class="label">window-x</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-window"></i> <i class="bi bi-window"></i>
<div class="label">window</div> <div class="label">window</div>
@@ -5649,6 +6109,10 @@
<i class="bi bi-x"></i> <i class="bi bi-x"></i>
<div class="label">x</div> <div class="label">x</div>
</div> </div>
<div class="icon">
<i class="bi bi-xbox"></i>
<div class="label">xbox</div>
</div>
<div class="icon"> <div class="icon">
<i class="bi bi-yin-yang"></i> <i class="bi bi-yin-yang"></i>
<div class="label">yin-yang</div> <div class="label">yin-yang</div>
@@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cloud-haze-1" viewBox="0 0 16 16">
<path d="M4 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1z"/>
</svg>

Before

Width:  |  Height:  |  Size: 558 B

+1 -1
View File
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cloud-haze" viewBox="0 0 16 16"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cloud-haze" viewBox="0 0 16 16">
<path d="M8.5 3a4.002 4.002 0 0 0-3.8 2.745.5.5 0 1 1-.949-.313 5.002 5.002 0 0 1 9.654.595A3 3 0 0 1 13 12H4.5a.5.5 0 0 1 0-1H13a2 2 0 0 0 .001-4h-.026a.5.5 0 0 1-.5-.445A4 4 0 0 0 8.5 3zM0 7.5A.5.5 0 0 1 .5 7h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-2 4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z"/> <path d="M4 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1z"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 508 B

After

Width:  |  Height:  |  Size: 556 B

+1 -1
View File
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope-fill" viewBox="0 0 16 16"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope-fill" viewBox="0 0 16 16">
<path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z"/> <path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 391 B

After

Width:  |  Height:  |  Size: 391 B

@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope-open-fill" viewBox="0 0 16 16"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope-open-fill" viewBox="0 0 16 16">
<path d="M8.941.435a2 2 0 0 0-1.882 0l-6 3.2A2 2 0 0 0 0 5.4v.313l6.709 3.933L8 8.928l1.291.717L16 5.715V5.4a2 2 0 0 0-1.059-1.765l-6-3.2zM16 6.873l-5.693 3.337L16 13.372v-6.5zm-.059 7.611L8 10.072.059 14.484A2 2 0 0 0 2 16h12a2 2 0 0 0 1.941-1.516zM0 13.373l5.693-3.163L0 6.873v6.5z"/> <path d="M8.941.435a2 2 0 0 0-1.882 0l-6 3.2A2 2 0 0 0 0 5.4v.314l6.709 3.932L8 8.928l1.291.718L16 5.714V5.4a2 2 0 0 0-1.059-1.765l-6-3.2ZM16 6.873l-5.693 3.337L16 13.372v-6.5Zm-.059 7.611L8 10.072.059 14.484A2 2 0 0 0 2 16h12a2 2 0 0 0 1.941-1.516ZM0 13.373l5.693-3.163L0 6.873v6.5Z"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 432 B

After

Width:  |  Height:  |  Size: 432 B

+1 -1
View File
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope-open" viewBox="0 0 16 16"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope-open" viewBox="0 0 16 16">
<path d="M8.47 1.318a1 1 0 0 0-.94 0l-6 3.2A1 1 0 0 0 1 5.4v.818l5.724 3.465L8 8.917l1.276.766L15 6.218V5.4a1 1 0 0 0-.53-.882l-6-3.2zM15 7.388l-4.754 2.877L15 13.117v-5.73zm-.035 6.874L8 10.083l-6.965 4.18A1 1 0 0 0 2 15h12a1 1 0 0 0 .965-.738zM1 13.117l4.754-2.852L1 7.387v5.73zM7.059.435a2 2 0 0 1 1.882 0l6 3.2A2 2 0 0 1 16 5.4V14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5.4a2 2 0 0 1 1.059-1.765l6-3.2z"/> <path d="M8.47 1.318a1 1 0 0 0-.94 0l-6 3.2A1 1 0 0 0 1 5.4v.817l5.75 3.45L8 8.917l1.25.75L15 6.217V5.4a1 1 0 0 0-.53-.882l-6-3.2ZM15 7.383l-4.778 2.867L15 13.117V7.383Zm-.035 6.88L8 10.082l-6.965 4.18A1 1 0 0 0 2 15h12a1 1 0 0 0 .965-.738ZM1 13.116l4.778-2.867L1 7.383v5.734ZM7.059.435a2 2 0 0 1 1.882 0l6 3.2A2 2 0 0 1 16 5.4V14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5.4a2 2 0 0 1 1.059-1.765l6-3.2Z"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 541 B

After

Width:  |  Height:  |  Size: 537 B

+1 -1
View File
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope" viewBox="0 0 16 16"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope" viewBox="0 0 16 16">
<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z"/> <path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 438 B

After

Width:  |  Height:  |  Size: 438 B

+1 -1
View File
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-line" viewBox="0 0 16 16"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-line" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 0c4.411 0 8 2.912 8 6.492 0 1.433-.555 2.723-1.715 3.994-1.678 1.932-5.431 4.285-6.285 4.645-.83.35-.734-.197-.696-.413l.003-.018.114-.685c.027-.204.055-.521-.026-.723-.09-.223-.444-.339-.704-.395C2.846 12.39 0 9.701 0 6.492 0 2.912 3.59 0 8 0zM5.022 7.686H3.497V4.918a.156.156 0 0 0-.155-.156H2.78a.156.156 0 0 0-.156.156v3.486c0 .041.017.08.044.107v.001l.002.002.002.002a.154.154 0 0 0 .108.043h2.242c.086 0 .155-.07.155-.156v-.56a.156.156 0 0 0-.155-.157zm.791-2.924h.562c.086 0 .155.07.155.156v3.486c0 .086-.07.155-.155.155h-.562a.156.156 0 0 1-.156-.155V4.918c0-.086.07-.156.156-.156zm3.863 0h.56c.087 0 .157.07.157.156v3.486c0 .086-.07.155-.156.155h-.561a.155.155 0 0 1-.04-.005h-.002a.168.168 0 0 1-.011-.004l-.005-.002-.007-.003a.066.066 0 0 1-.008-.004L9.6 8.54l-.01-.006-.001-.001a.154.154 0 0 1-.04-.039l-1.6-2.16v2.07a.155.155 0 0 1-.155.156h-.561a.156.156 0 0 1-.156-.155V4.918c0-.086.07-.156.156-.156H7.8l.005.001h.006l.003.001h.006l.01.003h.002l.002.001.01.003.005.002a.09.09 0 0 1 .009.004l.003.001.002.001a.113.113 0 0 1 .013.008l.003.002.005.003v.001c.002 0 .003.002.004.003a.092.092 0 0 1 .008.006l.003.003a.17.17 0 0 1 .023.026L9.52 6.99V4.918c0-.086.07-.156.156-.156zm3.815.717c0 .086-.07.156-.155.156H11.81v.59h1.525c.086 0 .155.07.155.155v.561c0 .086-.07.156-.155.156H11.81v.59h1.525c.086 0 .155.07.155.155v.561c0 .086-.07.156-.155.156h-2.242a.155.155 0 0 1-.11-.045l-.002-.003a.155.155 0 0 1-.044-.107V4.918c0-.042.017-.08.043-.107l.003-.003.001-.001a.155.155 0 0 1 .109-.045h2.242c.086 0 .155.07.155.156v.561z"/> <path d="M8 0c4.411 0 8 2.912 8 6.492 0 1.433-.555 2.723-1.715 3.994-1.678 1.932-5.431 4.285-6.285 4.645-.83.35-.734-.197-.696-.413l.003-.018.114-.685c.027-.204.055-.521-.026-.723-.09-.223-.444-.339-.704-.395C2.846 12.39 0 9.701 0 6.492 0 2.912 3.59 0 8 0ZM5.022 7.686H3.497V4.918a.156.156 0 0 0-.155-.156H2.78a.156.156 0 0 0-.156.156v3.486c0 .041.017.08.044.107v.001l.002.002.002.002a.154.154 0 0 0 .108.043h2.242c.086 0 .155-.07.155-.156v-.56a.156.156 0 0 0-.155-.157Zm.791-2.924a.156.156 0 0 0-.156.156v3.486c0 .086.07.155.156.155h.562c.086 0 .155-.07.155-.155V4.918a.156.156 0 0 0-.155-.156h-.562Zm3.863 0a.156.156 0 0 0-.156.156v2.07L7.923 4.832a.17.17 0 0 0-.013-.015v-.001a.139.139 0 0 0-.01-.01l-.003-.003a.092.092 0 0 0-.011-.009h-.001L7.88 4.79l-.003-.002a.029.029 0 0 0-.005-.003l-.008-.005h-.002l-.003-.002-.01-.004-.004-.002a.093.093 0 0 0-.01-.003h-.002l-.003-.001-.009-.002h-.006l-.003-.001h-.004l-.002-.001h-.574a.156.156 0 0 0-.156.155v3.486c0 .086.07.155.156.155h.56c.087 0 .157-.07.157-.155v-2.07l1.6 2.16a.154.154 0 0 0 .039.038l.001.001.01.006.004.002a.066.066 0 0 0 .008.004l.007.003.005.002a.168.168 0 0 0 .01.003h.003a.155.155 0 0 0 .04.006h.56c.087 0 .157-.07.157-.155V4.918a.156.156 0 0 0-.156-.156h-.561Zm3.815.717v-.56a.156.156 0 0 0-.155-.157h-2.242a.155.155 0 0 0-.108.044h-.001l-.001.002-.002.003a.155.155 0 0 0-.044.107v3.486c0 .041.017.08.044.107l.002.003.002.002a.155.155 0 0 0 .108.043h2.242c.086 0 .155-.07.155-.156v-.56a.156.156 0 0 0-.155-.157H11.81v-.589h1.525c.086 0 .155-.07.155-.156v-.56a.156.156 0 0 0-.155-.157H11.81v-.589h1.525c.086 0 .155-.07.155-.156Z"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

+1 -1
View File
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-paypal" viewBox="0 0 16 16"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-paypal" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M14.06 3.713c.12-1.071-.093-1.832-.702-2.526C12.628.356 11.312 0 9.626 0H4.734a.7.7 0 0 0-.691.59L2.005 13.509a.42.42 0 0 0 .415.486h2.756l-.202 1.28a.628.628 0 0 0 .62.726H8.14c.429 0 .793-.31.862-.731l.025-.13.48-3.043.03-.164.001-.007a.351.351 0 0 1 .348-.297h.38c1.266 0 2.425-.256 3.345-.91.379-.27.712-.603.993-1.005a4.942 4.942 0 0 0 .88-2.195c.242-1.246.13-2.356-.57-3.154a2.687 2.687 0 0 0-.76-.59l-.094-.061zM6.543 8.82l-.845 5.213v.001l-.208 1.32c-.01.066.04.123.105.123H8.14c.173 0 .32-.125.348-.296v-.005l.026-.129.48-3.043.03-.164a.873.873 0 0 1 .862-.734h.38c1.201 0 2.24-.244 3.043-.815.797-.567 1.39-1.477 1.663-2.874.229-1.175.096-2.087-.45-2.71a2.126 2.126 0 0 0-.548-.438l-.003.016c-.645 3.312-2.853 4.456-5.672 4.456H6.864a.695.695 0 0 0-.321.079z"/> <path d="M14.06 3.713c.12-1.071-.093-1.832-.702-2.526C12.628.356 11.312 0 9.626 0H4.734a.7.7 0 0 0-.691.59L2.005 13.509a.42.42 0 0 0 .415.486h2.756l-.202 1.28a.628.628 0 0 0 .62.726H8.14c.429 0 .793-.31.862-.731l.025-.13.48-3.043.03-.164.001-.007a.351.351 0 0 1 .348-.297h.38c1.266 0 2.425-.256 3.345-.91.379-.27.712-.603.993-1.005a4.942 4.942 0 0 0 .88-2.195c.242-1.246.13-2.356-.57-3.154a2.687 2.687 0 0 0-.76-.59l-.094-.061ZM6.543 8.82a.695.695 0 0 1 .321-.079H8.3c2.82 0 5.027-1.144 5.672-4.456l.003-.016c.217.124.4.27.548.438.546.623.679 1.535.45 2.71-.272 1.397-.866 2.307-1.663 2.874-.802.57-1.842.815-3.043.815h-.38a.873.873 0 0 0-.863.734l-.03.164-.48 3.043-.024.13-.001.004a.352.352 0 0 1-.348.296H5.595a.106.106 0 0 1-.105-.123l.208-1.32.845-5.214Z"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 934 B

After

Width:  |  Height:  |  Size: 896 B

+1 -1
View File
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sd-card-fill" viewBox="0 0 16 16"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sd-card-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M12.5 0H5.914a1.5 1.5 0 0 0-1.06.44L2.439 2.853A1.5 1.5 0 0 0 2 3.914V14.5A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 12.5 0zm-7 2.75a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75zm2 0a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75zm2.75.75a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2zm1.25-.75a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75z"/> <path d="M12.5 0H5.914a1.5 1.5 0 0 0-1.06.44L2.439 2.853A1.5 1.5 0 0 0 2 3.914V14.5A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 12.5 0Zm-7 2.75a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75Zm2 0a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75Zm2.75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 1.5 0Zm1.25-.75a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75Z"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 588 B

After

Width:  |  Height:  |  Size: 568 B

+2 -3
View File
@@ -1,5 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-webcam-fill" viewBox="0 0 16 16"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-webcam-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M6.644 11.094a.5.5 0 0 1 .356-.15h2a.5.5 0 0 1 .356.15c.175.177.39.347.603.496a7.166 7.166 0 0 0 .752.456l.01.006h.003A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.224-.947l.002-.001.01-.006a3.517 3.517 0 0 0 .214-.116 7.5 7.5 0 0 0 .539-.34c.214-.15.428-.319.603-.496Z"/> <path d="M6.644 11.094a.5.5 0 0 1 .356-.15h2a.5.5 0 0 1 .356.15c.175.177.39.347.603.496a7.166 7.166 0 0 0 .752.456l.01.006h.003A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.224-.947l.002-.001.01-.006a3.517 3.517 0 0 0 .214-.116 7.5 7.5 0 0 0 .539-.34c.214-.15.428-.319.603-.496ZM7 6.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"/>
<path d="M7 6.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"/> <path d="M2 3a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H2Zm6 1.5a2 2 0 1 1 0 4 2 2 0 0 1 0-4ZM12.5 7a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Z"/>
<path fill-rule="evenodd" d="M2 3a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H2Zm6 1.5a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM12.5 7a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 657 B

After

Width:  |  Height:  |  Size: 602 B

+2 -3
View File
@@ -1,5 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-webcam" viewBox="0 0 16 16"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-webcam" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H9.269c.144.162.33.324.531.475a6.785 6.785 0 0 0 .907.57l.014.006.003.002A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.224-.947l.003-.002.014-.007a4.473 4.473 0 0 0 .268-.148 6.75 6.75 0 0 0 .639-.421c.2-.15.387-.313.531-.475H2a2 2 0 0 1-2-2V6Zm2-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H2Z"/> <path d="M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H9.269c.144.162.33.324.531.475a6.785 6.785 0 0 0 .907.57l.014.006.003.002A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.224-.947l.003-.002.014-.007a4.473 4.473 0 0 0 .268-.148 6.75 6.75 0 0 0 .639-.421c.2-.15.387-.313.531-.475H2a2 2 0 0 1-2-2V6Zm2-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H2Z"/>
<path fill-rule="evenodd" d="M8 6.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z"/> <path d="M8 6.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm7 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"/>
<path d="M13 7.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 677 B

After

Width:  |  Height:  |  Size: 619 B

+2 -2
View File
@@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-window-dock" viewBox="0 0 16 16"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-window-dock" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M15 5H1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5zm0-1H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v1zm1-1a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3z"/> <path d="M3.5 11a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm3.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm4.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z"/>
<path d="M3 11.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm4 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm4 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/> <path d="M14 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12ZM2 14h12a1 1 0 0 0 1-1V5H1v8a1 1 0 0 0 1 1ZM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2Z"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 588 B

After

Width:  |  Height:  |  Size: 574 B

+42 -72
View File
@@ -1,59 +1,62 @@
{ {
"_args": [ "name": "bootstrap-icons",
[ "version": "1.7.1",
"bootstrap-icons@1.6.1", "description": "Official open source SVG icon library for Bootstrap",
"/Applications/MAMP/htdocs/front/front-template" "author": "mdo",
] "license": "MIT",
], "homepage": "https://icons.getbootstrap.com/",
"_from": "bootstrap-icons@1.6.1", "repository": {
"_id": "bootstrap-icons@1.6.1", "type": "git",
"_inBundle": false, "url": "git+https://github.com/twbs/icons.git"
"_integrity": "sha512-MNpF89+njCdVJePDRbCd2DrUusqIyNsPlBrdKqBEXAvFZpwb+Gc8k2VlyF2ueiDQn1PoeTSg9UqQNgx8tGqHAA==",
"_location": "/bootstrap-icons",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bootstrap-icons@1.6.1",
"name": "bootstrap-icons",
"escapedName": "bootstrap-icons",
"rawSpec": "1.6.1",
"saveSpec": null,
"fetchSpec": "1.6.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.6.1.tgz",
"_spec": "1.6.1",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "mdo"
}, },
"bugs": { "bugs": {
"url": "https://github.com/twbs/icons/issues" "url": "https://github.com/twbs/icons/issues"
}, },
"keywords": [
"bootstrap",
"icons"
],
"scripts": {
"start": "npm run docs-serve",
"docs-serve": "hugo server --port 4000 --disableFastRender",
"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",
"icons": "npm-run-all icons-main --aggregate-output --parallel icons-sprite icons-font",
"icons-main": "node build/build-svgs.js",
"icons-zip": "cross-env-shell \"rm -rf bootstrap-icons-$npm_package_version && cp -r icons/ bootstrap-icons-$npm_package_version && cp bootstrap-icons.svg bootstrap-icons-$npm_package_version && cp -r font/ bootstrap-icons-$npm_package_version && zip -r9 bootstrap-icons-$npm_package_version.zip bootstrap-icons-$npm_package_version && rm -rf bootstrap-icons-$npm_package_version\"",
"icons-sprite": "svg-sprite --config svg-sprite.json --log=info icons/*.svg",
"icons-font": "fantasticon",
"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",
"test:fusv": "fusv docs/assets/scss/",
"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:linkinator": "linkinator _site --recurse --silent --skip \"^(?!http://localhost)\"",
"test:lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"test:vnu": "node build/vnu-jar.js",
"test": "npm-run-all docs-build --parallel --aggregate-output --continue-on-error test:*"
},
"dependencies": {}, "dependencies": {},
"description": "Official open source SVG icon library for Bootstrap",
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.3.7", "autoprefixer": "^10.4.0",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10", "cheerio": "^1.0.0-rc.10",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.0.1", "eslint": "^8.2.0",
"fantasticon": "^1.2.3", "fantasticon": "^1.2.3",
"find-unused-sass-variables": "^3.1.0", "find-unused-sass-variables": "^3.1.0",
"hugo-bin": "^0.76.1", "hugo-bin": "^0.77.2",
"linkinator": "^2.14.4", "linkinator": "^2.14.5",
"lockfile-lint": "^4.6.2", "lockfile-lint": "^4.6.2",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.3.9", "postcss": "^8.3.11",
"postcss-cli": "^9.0.1", "postcss-cli": "^9.0.2",
"purgecss": "^4.0.3", "purgecss": "^4.0.3",
"stylelint": "^13.13.1", "stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.4", "stylelint-config-twbs-bootstrap": "^2.2.4",
"svg-sprite": "^1.5.3", "svg-sprite": "^1.5.3",
"svgo": "^2.7.0", "svgo": "^2.8.0",
"vnu-jar": "21.10.12" "vnu-jar": "21.10.12"
}, },
"engines": { "engines": {
@@ -65,40 +68,7 @@
"font", "font",
"!.DS_Store" "!.DS_Store"
], ],
"homepage": "https://icons.getbootstrap.com/",
"hugo-bin": { "hugo-bin": {
"buildTags": "extended" "buildTags": "extended"
}, }
"keywords": [
"bootstrap",
"icons"
],
"license": "MIT",
"name": "bootstrap-icons",
"repository": {
"type": "git",
"url": "git+https://github.com/twbs/icons.git"
},
"scripts": {
"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/",
"docs-serve": "hugo server --port 4000 --disableFastRender",
"icons": "npm-run-all icons-main --aggregate-output --parallel icons-sprite icons-font",
"icons-font": "fantasticon",
"icons-main": "node build/build-svgs.js",
"icons-sprite": "svg-sprite --config svg-sprite.json --log=info icons/*.svg",
"icons-zip": "cross-env-shell \"rm -rf bootstrap-icons-$npm_package_version && cp -r icons/ bootstrap-icons-$npm_package_version && cp bootstrap-icons.svg bootstrap-icons-$npm_package_version && cp -r font/ bootstrap-icons-$npm_package_version && zip -r9 bootstrap-icons-$npm_package_version.zip bootstrap-icons-$npm_package_version && rm -rf bootstrap-icons-$npm_package_version\"",
"netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all icons docs-purge docs-build",
"pages": "node build/build-pages.js",
"publish": "npm-run-all icons docs-build icons-zip",
"start": "npm run docs-serve",
"test": "npm-run-all docs-build --parallel --aggregate-output --continue-on-error test:*",
"test:eslint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives .",
"test:fusv": "fusv docs/assets/scss/",
"test:linkinator": "linkinator _site --recurse --silent --skip \"^(?!http://localhost)\"",
"test:lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"test:stylelint": "stylelint docs/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache --rd",
"test:vnu": "node build/vnu-jar.js"
},
"version": "1.6.1"
} }
+94 -127
View File
@@ -1,49 +1,105 @@
{ {
"_args": [ "name": "bootstrap",
[ "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"bootstrap@5.1.3", "version": "5.1.3",
"/Applications/MAMP/htdocs/front/front-template" "config": {
] "version_short": "5.1"
],
"_from": "bootstrap@5.1.3",
"_id": "bootstrap@5.1.3",
"_inBundle": false,
"_integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==",
"_location": "/bootstrap",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bootstrap@5.1.3",
"name": "bootstrap",
"escapedName": "bootstrap",
"rawSpec": "5.1.3",
"saveSpec": null,
"fetchSpec": "5.1.3"
}, },
"_requiredBy": [ "keywords": [
"/" "css",
"sass",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
], ],
"_resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz", "homepage": "https://getbootstrap.com/",
"_spec": "5.1.3", "author": "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)",
"_where": "/Applications/MAMP/htdocs/front/front-template", "contributors": [
"author": { "Twitter, Inc."
"name": "The Bootstrap Authors", ],
"url": "https://github.com/twbs/bootstrap/graphs/contributors" "scripts": {
"start": "npm-run-all --parallel watch docs-serve",
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
"css": "npm-run-all css-compile css-prefix css-rtl css-minify",
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css scss/:dist/css/",
"css-rtl": "cross-env NODE_ENV=RTL postcss --config build/postcss.config.js --dir \"dist/css\" --ext \".rtl.css\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*.rtl.css\"",
"css-lint": "npm-run-all --aggregate-output --continue-on-error --parallel css-lint-*",
"css-lint-stylelint": "stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache --rd",
"css-lint-vars": "fusv scss/ site/assets/scss/",
"css-minify": "npm-run-all --aggregate-output --parallel css-minify-*",
"css-minify-main": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*rtl*.css\"",
"css-minify-rtl": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*rtl.css\" \"!dist/css/*.min.css\"",
"css-prefix": "npm-run-all --aggregate-output --parallel css-prefix-*",
"css-prefix-main": "postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.rtl*.css\" \"!dist/css/*.min.css\"",
"css-prefix-examples": "postcss --config build/postcss.config.js --replace \"site/content/**/*.css\"",
"css-prefix-examples-rtl": "cross-env-shell NODE_ENV=RTL postcss --config build/postcss.config.js --dir \"site/content/docs/$npm_package_config_version_short/examples/\" --ext \".rtl.css\" --base \"site/content/docs/$npm_package_config_version_short/examples/\" \"site/content/docs/$npm_package_config_version_short/examples/{blog,carousel,dashboard,cheatsheet}/*.css\" \"!site/content/docs/$npm_package_config_version_short/examples/{blog,carousel,dashboard,cheatsheet}/*.rtl.css\"",
"js": "npm-run-all js-compile js-minify",
"js-compile": "npm-run-all --aggregate-output --parallel js-compile-*",
"js-compile-standalone": "rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap",
"js-compile-standalone-esm": "rollup --environment ESM:true,BUNDLE:false --config build/rollup.config.js --sourcemap",
"js-compile-bundle": "rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap",
"js-compile-plugins": "node build/build-plugins.js",
"js-lint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .",
"js-minify": "npm-run-all --aggregate-output --parallel js-minify-*",
"js-minify-standalone": "terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js",
"js-minify-standalone-esm": "terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.esm.js.map,includeSources,url=bootstrap.esm.min.js.map\" --output dist/js/bootstrap.esm.min.js dist/js/bootstrap.esm.js",
"js-minify-bundle": "terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js",
"js-test": "npm-run-all --aggregate-output --parallel js-test-karma js-test-jquery js-test-integration-*",
"js-debug": "cross-env DEBUG=true npm run js-test-karma",
"js-test-karma": "karma start js/tests/karma.conf.js",
"js-test-integration-bundle": "rollup --config js/tests/integration/rollup.bundle.js",
"js-test-integration-modularity": "rollup --config js/tests/integration/rollup.bundle-modularity.js",
"js-test-cloud": "cross-env BROWSERSTACK=true npm run js-test-karma",
"js-test-jquery": "cross-env JQUERY=true npm run js-test-karma",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel js-lint css-lint lockfile-lint",
"docs": "npm-run-all docs-build docs-lint",
"docs-build": "hugo --cleanDestinationDir",
"docs-compile": "npm run docs-build",
"docs-linkinator": "linkinator _site --recurse --skip \"^(?!http://localhost)\" --verbosity error",
"docs-spellcheck": "cspell \"site/**/*.md\" --no-progress",
"docs-vnu": "node build/vnu-jar.js",
"docs-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-linkinator docs-spellcheck",
"docs-serve": "hugo server --port 9001 --disableFastRender",
"docs-serve-only": "npx sirv-cli _site --port 9001",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"update-deps": "ncu -u -x globby,karma-browserstack-launcher && npm update && echo Manually update site/assets/js/vendor",
"release": "npm-run-all dist release-sri docs-build release-zip*",
"release-sri": "node build/generate-sri.js",
"release-version": "node build/change-version.js",
"release-zip": "cross-env-shell \"rm -rf bootstrap-$npm_package_version-dist && cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && rm -rf bootstrap-$npm_package_version-dist\"",
"release-zip-examples": "node build/zip-examples.js",
"dist": "npm-run-all --aggregate-output --parallel css js",
"test": "npm-run-all lint dist js-test docs-build docs-lint",
"netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all dist release-sri docs-build",
"watch": "npm-run-all --parallel watch-*",
"watch-css-main": "nodemon --watch scss/ --ext scss --exec \"npm-run-all css-lint css-compile css-prefix\"",
"watch-css-dist": "nodemon --watch dist/css/ --ext css --ignore \"dist/css/*.rtl.*\" --exec \"npm run css-rtl\"",
"watch-css-docs": "nodemon --watch site/assets/scss/ --ext scss --exec \"npm run css-lint\"",
"watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"",
"watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\""
},
"style": "dist/css/bootstrap.css",
"sass": "scss/bootstrap.scss",
"main": "dist/js/bootstrap.js",
"module": "dist/js/bootstrap.esm.js",
"repository": {
"type": "git",
"url": "git+https://github.com/twbs/bootstrap.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/twbs/bootstrap/issues" "url": "https://github.com/twbs/bootstrap/issues"
}, },
"config": { "license": "MIT",
"version_short": "5.1" "funding": {
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
}, },
"contributors": [
{
"name": "Twitter, Inc."
}
],
"dependencies": {}, "dependencies": {},
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "peerDependencies": {
"@popperjs/core": "^2.10.2"
},
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.15.7", "@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5", "@babel/core": "^7.15.5",
@@ -99,11 +155,6 @@
"js/{src,dist}/**/*.{js,map}", "js/{src,dist}/**/*.{js,map}",
"scss/**/*.scss" "scss/**/*.scss"
], ],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
},
"homepage": "https://getbootstrap.com/",
"hugo-bin": { "hugo-bin": {
"buildTags": "extended" "buildTags": "extended"
}, },
@@ -124,89 +175,5 @@
"peerDependencies": { "peerDependencies": {
"@popperjs/core": "^2.10.2" "@popperjs/core": "^2.10.2"
} }
}, }
"keywords": [
"css",
"sass",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"license": "MIT",
"main": "dist/js/bootstrap.js",
"module": "dist/js/bootstrap.esm.js",
"name": "bootstrap",
"peerDependencies": {
"@popperjs/core": "^2.10.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twbs/bootstrap.git"
},
"sass": "scss/bootstrap.scss",
"scripts": {
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
"css": "npm-run-all css-compile css-prefix css-rtl css-minify",
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css scss/:dist/css/",
"css-lint": "npm-run-all --aggregate-output --continue-on-error --parallel css-lint-*",
"css-lint-stylelint": "stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache --rd",
"css-lint-vars": "fusv scss/ site/assets/scss/",
"css-minify": "npm-run-all --aggregate-output --parallel css-minify-*",
"css-minify-main": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*rtl*.css\"",
"css-minify-rtl": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*rtl.css\" \"!dist/css/*.min.css\"",
"css-prefix": "npm-run-all --aggregate-output --parallel css-prefix-*",
"css-prefix-examples": "postcss --config build/postcss.config.js --replace \"site/content/**/*.css\"",
"css-prefix-examples-rtl": "cross-env-shell NODE_ENV=RTL postcss --config build/postcss.config.js --dir \"site/content/docs/$npm_package_config_version_short/examples/\" --ext \".rtl.css\" --base \"site/content/docs/$npm_package_config_version_short/examples/\" \"site/content/docs/$npm_package_config_version_short/examples/{blog,carousel,dashboard,cheatsheet}/*.css\" \"!site/content/docs/$npm_package_config_version_short/examples/{blog,carousel,dashboard,cheatsheet}/*.rtl.css\"",
"css-prefix-main": "postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.rtl*.css\" \"!dist/css/*.min.css\"",
"css-rtl": "cross-env NODE_ENV=RTL postcss --config build/postcss.config.js --dir \"dist/css\" --ext \".rtl.css\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*.rtl.css\"",
"dist": "npm-run-all --aggregate-output --parallel css js",
"docs": "npm-run-all docs-build docs-lint",
"docs-build": "hugo --cleanDestinationDir",
"docs-compile": "npm run docs-build",
"docs-linkinator": "linkinator _site --recurse --skip \"^(?!http://localhost)\" --verbosity error",
"docs-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-linkinator docs-spellcheck",
"docs-serve": "hugo server --port 9001 --disableFastRender",
"docs-serve-only": "npx sirv-cli _site --port 9001",
"docs-spellcheck": "cspell \"site/**/*.md\" --no-progress",
"docs-vnu": "node build/vnu-jar.js",
"js": "npm-run-all js-compile js-minify",
"js-compile": "npm-run-all --aggregate-output --parallel js-compile-*",
"js-compile-bundle": "rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap",
"js-compile-plugins": "node build/build-plugins.js",
"js-compile-standalone": "rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap",
"js-compile-standalone-esm": "rollup --environment ESM:true,BUNDLE:false --config build/rollup.config.js --sourcemap",
"js-debug": "cross-env DEBUG=true npm run js-test-karma",
"js-lint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .",
"js-minify": "npm-run-all --aggregate-output --parallel js-minify-*",
"js-minify-bundle": "terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js",
"js-minify-standalone": "terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js",
"js-minify-standalone-esm": "terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.esm.js.map,includeSources,url=bootstrap.esm.min.js.map\" --output dist/js/bootstrap.esm.min.js dist/js/bootstrap.esm.js",
"js-test": "npm-run-all --aggregate-output --parallel js-test-karma js-test-jquery js-test-integration-*",
"js-test-cloud": "cross-env BROWSERSTACK=true npm run js-test-karma",
"js-test-integration-bundle": "rollup --config js/tests/integration/rollup.bundle.js",
"js-test-integration-modularity": "rollup --config js/tests/integration/rollup.bundle-modularity.js",
"js-test-jquery": "cross-env JQUERY=true npm run js-test-karma",
"js-test-karma": "karma start js/tests/karma.conf.js",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel js-lint css-lint lockfile-lint",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all dist release-sri docs-build",
"release": "npm-run-all dist release-sri docs-build release-zip*",
"release-sri": "node build/generate-sri.js",
"release-version": "node build/change-version.js",
"release-zip": "cross-env-shell \"rm -rf bootstrap-$npm_package_version-dist && cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && rm -rf bootstrap-$npm_package_version-dist\"",
"release-zip-examples": "node build/zip-examples.js",
"start": "npm-run-all --parallel watch docs-serve",
"test": "npm-run-all lint dist js-test docs-build docs-lint",
"update-deps": "ncu -u -x globby,karma-browserstack-launcher && npm update && echo Manually update site/assets/js/vendor",
"watch": "npm-run-all --parallel watch-*",
"watch-css-dist": "nodemon --watch dist/css/ --ext css --ignore \"dist/css/*.rtl.*\" --exec \"npm run css-rtl\"",
"watch-css-docs": "nodemon --watch site/assets/scss/ --ext scss --exec \"npm run css-lint\"",
"watch-css-main": "nodemon --watch scss/ --ext scss --exec \"npm-run-all css-lint css-compile css-prefix\"",
"watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\"",
"watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\""
},
"style": "dist/css/bootstrap.css",
"version": "5.1.3"
} }
+69 -97
View File
@@ -1,97 +1,69 @@
{ {
"_args": [ "name": "chart.js",
[ "homepage": "https://www.chartjs.org",
"chart.js@2.9.4", "description": "Simple HTML5 charts using the canvas element.",
"/Applications/MAMP/htdocs/front/front-template" "version": "2.9.4",
] "license": "MIT",
], "jsdelivr": "dist/Chart.min.js",
"_from": "chart.js@2.9.4", "unpkg": "dist/Chart.min.js",
"_id": "chart.js@2.9.4", "main": "dist/Chart.js",
"_inBundle": false, "keywords": [
"_integrity": "sha512-B07aAzxcrikjAPyV+01j7BmOpxtQETxTSlQ26BEYJ+3iUkbNKaOJ/nDbT6JjyqYxseM0ON12COHYdU2cTIjC7A==", "canvas",
"_location": "/chart.js", "charts",
"_phantomChildren": {}, "data",
"_requested": { "graphs",
"type": "version", "html5",
"registry": true, "responsive"
"raw": "chart.js@2.9.4", ],
"name": "chart.js", "repository": {
"escapedName": "chart.js", "type": "git",
"rawSpec": "2.9.4", "url": "https://github.com/chartjs/Chart.js.git"
"saveSpec": null, },
"fetchSpec": "2.9.4" "bugs": {
}, "url": "https://github.com/chartjs/Chart.js/issues"
"_requiredBy": [ },
"/" "files": [
], "bower.json",
"_resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.9.4.tgz", "composer.json",
"_spec": "2.9.4", "dist/*.css",
"_where": "/Applications/MAMP/htdocs/front/front-template", "dist/*.js"
"bugs": { ],
"url": "https://github.com/chartjs/Chart.js/issues" "devDependencies": {
}, "clean-css": "^4.2.1",
"dependencies": { "coveralls": "^3.0.0",
"chartjs-color": "^2.1.0", "eslint": "^5.9.0",
"moment": "^2.10.2" "eslint-config-chartjs": "^0.1.0",
}, "eslint-plugin-html": "^5.0.0",
"description": "Simple HTML5 charts using the canvas element.", "gitbook-cli": "^2.3.2",
"devDependencies": { "gulp": "^4.0.0",
"clean-css": "^4.2.1", "gulp-eslint": "^5.0.0",
"coveralls": "^3.0.0", "gulp-file": "^0.4.0",
"eslint": "^5.9.0", "gulp-htmllint": "^0.0.16",
"eslint-config-chartjs": "^0.1.0", "gulp-replace": "^1.0.0",
"eslint-plugin-html": "^5.0.0", "gulp-size": "^3.0.0",
"gitbook-cli": "^2.3.2", "gulp-streamify": "^1.0.2",
"gulp": "^4.0.0", "gulp-terser": "^1.1.6",
"gulp-eslint": "^5.0.0", "gulp-zip": "^4.2.0",
"gulp-file": "^0.4.0", "jasmine": "^3.3.0",
"gulp-htmllint": "^0.0.16", "jasmine-core": "^3.3.0",
"gulp-replace": "^1.0.0", "karma": "^4.0.0",
"gulp-size": "^3.0.0", "karma-chrome-launcher": "^2.2.0",
"gulp-streamify": "^1.0.2", "karma-coverage": "^1.1.1",
"gulp-terser": "^1.1.6", "karma-firefox-launcher": "^1.0.1",
"gulp-zip": "^4.2.0", "karma-jasmine": "^2.0.1",
"jasmine": "^3.3.0", "karma-jasmine-html-reporter": "^1.4.0",
"jasmine-core": "^3.3.0", "karma-rollup-preprocessor": "^7.0.0",
"karma": "^4.0.0", "merge-stream": "^1.0.1",
"karma-chrome-launcher": "^2.2.0", "pixelmatch": "^4.0.2",
"karma-coverage": "^1.1.1", "rollup": "^1.0.0",
"karma-firefox-launcher": "^1.0.1", "rollup-plugin-commonjs": "^10.0.0",
"karma-jasmine": "^2.0.1", "rollup-plugin-istanbul": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.0", "rollup-plugin-node-resolve": "^5.0.0",
"karma-rollup-preprocessor": "^7.0.0", "rollup-plugin-terser": "^5.0.0",
"merge-stream": "^1.0.1", "yargs": "^12.0.5"
"pixelmatch": "^4.0.2", },
"rollup": "^1.0.0", "dependencies": {
"rollup-plugin-commonjs": "^10.0.0", "chartjs-color": "^2.1.0",
"rollup-plugin-istanbul": "^2.0.1", "moment": "^2.10.2"
"rollup-plugin-node-resolve": "^5.0.0", }
"rollup-plugin-terser": "^5.0.0", }
"yargs": "^12.0.5"
},
"files": [
"bower.json",
"composer.json",
"dist/*.css",
"dist/*.js"
],
"homepage": "https://www.chartjs.org",
"jsdelivr": "dist/Chart.min.js",
"keywords": [
"canvas",
"charts",
"data",
"graphs",
"html5",
"responsive"
],
"license": "MIT",
"main": "dist/Chart.js",
"name": "chart.js",
"repository": {
"type": "git",
"url": "git+https://github.com/chartjs/Chart.js.git"
},
"unpkg": "dist/Chart.min.js",
"version": "2.9.4"
}
+14 -45
View File
@@ -1,62 +1,31 @@
{ {
"_args": [ "name": "circles.js",
[ "version": "0.0.6",
"circles.js@0.0.6",
"/Applications/MAMP/htdocs/front/front-template"
]
],
"_from": "circles.js@0.0.6",
"_id": "circles.js@0.0.6",
"_inBundle": false,
"_integrity": "sha512-klcHmhkf0eZZr/NFKQSkH2CQCOGx/WPzOnXzVm0X6z0ZiTXjOLPXp+cxx7wnb1wVwk6/DBNikTUuAHNsL34ySw==",
"_location": "/circles.js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "circles.js@0.0.6",
"name": "circles.js",
"escapedName": "circles.js",
"rawSpec": "0.0.6",
"saveSpec": null,
"fetchSpec": "0.0.6"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/circles.js/-/circles.js-0.0.6.tgz",
"_spec": "0.0.6",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "lugolabs"
},
"bugs": {
"url": "https://github.com/lugolabs/circles/issues"
},
"description": "Lightweight JavaScript library that generates circular graphs in SVG. Now with animation.", "description": "Lightweight JavaScript library that generates circular graphs in SVG. Now with animation.",
"devDependencies": { "main": "./circles.js",
"grunt": "~0.4.5", "repository": {
"grunt-contrib-jasmine": "^0.8.1", "type": "git",
"grunt-contrib-uglify": "~0.4.0" "url": "git://github.com/lugolabs/circles.git"
}, },
"homepage": "https://github.com/lugolabs/circles#readme",
"keywords": [ "keywords": [
"circles", "circles",
"js", "js",
"javascript", "javascript",
"svg" "svg"
], ],
"author": "lugolabs",
"licenses": [ "licenses": [
{ {
"type": "MIT", "type": "MIT",
"url": "https://github.com/chinchang/hint.css/blob/master/LICENSE-MIT" "url": "https://github.com/chinchang/hint.css/blob/master/LICENSE-MIT"
} }
], ],
"main": "./circles.js", "bugs": {
"name": "circles.js", "url": "https://github.com/lugolabs/circles/issues"
"repository": {
"type": "git",
"url": "git://github.com/lugolabs/circles.git"
}, },
"version": "0.0.6" "devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jasmine": "^0.8.1",
"grunt-contrib-uglify": "~0.4.0"
}
} }
+11 -49
View File
@@ -1,46 +1,16 @@
{ {
"_args": [ "name": "countdown",
[ "version": "2.6.0",
"countdown@2.6.0",
"/Applications/MAMP/htdocs/front/front-template"
]
],
"_from": "countdown@2.6.0",
"_id": "countdown@2.6.0",
"_inBundle": false,
"_integrity": "sha1-Z3+446nUzE52QVkBuiU7UYrzQXc=",
"_location": "/countdown",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "countdown@2.6.0",
"name": "countdown",
"escapedName": "countdown",
"rawSpec": "2.6.0",
"saveSpec": null,
"fetchSpec": "2.6.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/countdown/-/countdown-2.6.0.tgz",
"_spec": "2.6.0",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Stephen McKamey",
"url": "http://mck.me"
},
"bugs": {
"url": "https://github.com/mckamey/countdownjs/issues"
},
"description": "A simple JavaScript API for producing an accurate, intuitive description of the timespan between two Date instances.", "description": "A simple JavaScript API for producing an accurate, intuitive description of the timespan between two Date instances.",
"files": [
"countdown.js",
"README.md",
"LICENSE.txt"
],
"homepage": "http://countdownjs.org", "homepage": "http://countdownjs.org",
"author": "Stephen McKamey (http://mck.me)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mckamey/countdownjs.git"
},
"files": [ "countdown.js", "README.md", "LICENSE.txt" ],
"main": "countdown.js",
"keywords": [ "keywords": [
"countdown", "countdown",
"timer", "timer",
@@ -55,13 +25,5 @@
"hour", "hour",
"minute", "minute",
"second" "second"
], ]
"license": "MIT",
"main": "countdown.js",
"name": "countdown",
"repository": {
"type": "git",
"url": "git+https://github.com/mckamey/countdownjs.git"
},
"version": "2.6.0"
} }
+33 -61
View File
@@ -1,45 +1,44 @@
{ {
"_args": [ "name": "dropzone",
[ "version": "5.9.3",
"dropzone@5.9.3", "description": "Handles drag and drop of files for you.",
"/Applications/MAMP/htdocs/front/front-template" "keywords": [
] "dragndrop",
"drag and drop",
"file upload",
"upload"
], ],
"_from": "dropzone@5.9.3", "homepage": "http://www.dropzonejs.com",
"_id": "dropzone@5.9.3", "main": "./dist/dropzone.js",
"_inBundle": false,
"_integrity": "sha512-Azk8kD/2/nJIuVPK+zQ9sjKMRIpRvNyqn9XwbBHNq+iNuSccbJS6hwm1Woy0pMST0erSo0u4j+KJaodndDk4vA==",
"_location": "/dropzone",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dropzone@5.9.3",
"name": "dropzone",
"escapedName": "dropzone",
"rawSpec": "5.9.3",
"saveSpec": null,
"fetchSpec": "5.9.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/dropzone/-/dropzone-5.9.3.tgz",
"_spec": "5.9.3",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"browserslist": "defaults, > 0.25%, IE 11", "browserslist": "defaults, > 0.25%, IE 11",
"bugs": { "maintainers": [
"url": "https://github.com/dropzone/dropzone/issues", {
"email": "m@tias.me" "name": "Matias Meno",
}, "email": "m@tias.me",
"web": "https://www.yesmeno.com"
}
],
"contributors": [ "contributors": [
{ {
"name": "Matias Meno", "name": "Matias Meno",
"email": "m@tias.me", "email": "m@tias.me",
"url": "https://www.yesmeno.com" "web": "https://www.yesmeno.com"
} }
], ],
"description": "Handles drag and drop of files for you.", "scripts": {
"build": "webpack && cp dist/dropzone.js dist/dropzone-amd-module.js && cp dist/min/dropzone.min.js dist/min/dropzone-amd-module.min.js",
"test": "karma start --single-run --browsers ChromeHeadless test/karma.conf.js",
"build-website": "grunt build-website"
},
"bugs": {
"email": "m@tias.me",
"url": "https://github.com/dropzone/dropzone/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dropzone/dropzone.git"
},
"devDependencies": { "devDependencies": {
"@babel/core": "^7.11.0", "@babel/core": "^7.11.0",
"@babel/preset-env": "^7.11.0", "@babel/preset-env": "^7.11.0",
@@ -68,32 +67,5 @@
"webpack": "^5.23.0", "webpack": "^5.23.0",
"webpack-cli": "^4.5.0", "webpack-cli": "^4.5.0",
"webpack-shell-plugin-next": "^2.1.1" "webpack-shell-plugin-next": "^2.1.1"
}, }
"homepage": "http://www.dropzonejs.com",
"keywords": [
"dragndrop",
"drag and drop",
"file upload",
"upload"
],
"license": "MIT",
"main": "./dist/dropzone.js",
"maintainers": [
{
"name": "Matias Meno",
"email": "m@tias.me",
"url": "https://www.yesmeno.com"
}
],
"name": "dropzone",
"repository": {
"type": "git",
"url": "git+https://github.com/dropzone/dropzone.git"
},
"scripts": {
"build": "webpack && cp dist/dropzone.js dist/dropzone-amd-module.js && cp dist/min/dropzone.min.js dist/min/dropzone-amd-module.min.js",
"build-website": "grunt build-website",
"test": "karma start --single-run --browsers ChromeHeadless test/karma.conf.js"
},
"version": "5.9.3"
} }
+19 -55
View File
@@ -1,40 +1,17 @@
{ {
"_args": [ "name": "flag-icon-css",
[ "version": "3.5.0",
"flag-icon-css@3.5.0", "author": "Panayiotis Lipiridis <lipiridis@gmail.com>",
"/Applications/MAMP/htdocs/front/front-template" "licenses": [
] {
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
], ],
"_from": "flag-icon-css@3.5.0", "repository": {
"_id": "flag-icon-css@3.5.0", "type": "git",
"_inBundle": false, "url": "http://github.com/lipis/flag-icon-css"
"_integrity": "sha512-pgJnJLrtb0tcDgU1fzGaQXmR8h++nXvILJ+r5SmOXaaL/2pocunQo2a8TAXhjQnBpRLPtZ1KCz/TYpqeNuE2ew==",
"_location": "/flag-icon-css",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "flag-icon-css@3.5.0",
"name": "flag-icon-css",
"escapedName": "flag-icon-css",
"rawSpec": "3.5.0",
"saveSpec": null,
"fetchSpec": "3.5.0"
}, },
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/flag-icon-css/-/flag-icon-css-3.5.0.tgz",
"_spec": "3.5.0",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Panayiotis Lipiridis",
"email": "lipiridis@gmail.com"
},
"bugs": {
"url": "https://github.com/lipis/flag-icon-css/issues"
},
"description": "> A collection of all country flags in SVG — plus the CSS for easier integration. > See the [demo](https://flagicons.lipis.dev).",
"devDependencies": { "devDependencies": {
"grunt": "1.1.0", "grunt": "1.1.0",
"grunt-contrib-connect": "2.1.0", "grunt-contrib-connect": "2.1.0",
@@ -46,36 +23,23 @@
"prettier": "2.0.5", "prettier": "2.0.5",
"svgo": "1.3.2" "svgo": "1.3.2"
}, },
"homepage": "https://github.com/lipis/flag-icon-css#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"lint-staged": { "lint-staged": {
"*.{json,md,scss,less,yaml,yml}": [ "*.{json,md,scss,less,yaml,yml}": [
"prettier --write" "prettier --write"
] ]
}, },
"name": "flag-icon-css", "husky": {
"repository": { "hooks": {
"type": "git", "pre-commit": "lint-staged"
"url": "git+ssh://git@github.com/lipis/flag-icon-css.git" }
}, },
"scripts": { "scripts": {
"build": "grunt build", "build": "grunt build",
"svgo": "svgo --pretty --indent=2 --precision=1 --config=svgo.yaml",
"svgo:min": "find flags | grep '\\.svg$' | xargs -Iz -n 1 svgo --config=svgo.yaml z",
"svgo:all": "find flags | grep '\\.svg$' | xargs -Iz -n 1 yarn svgo z",
"fix": "yarn prettier --write", "fix": "yarn prettier --write",
"prettier": "prettier \"**/*.{json,md,scss,less,yaml,yml}\"", "prettier": "prettier \"**/*.{json,md,scss,less,yaml,yml}\"",
"svgo": "svgo --pretty --indent=2 --precision=1 --config=svgo.yaml",
"svgo:all": "find flags | grep '\\.svg$' | xargs -Iz -n 1 yarn svgo z",
"svgo:min": "find flags | grep '\\.svg$' | xargs -Iz -n 1 svgo --config=svgo.yaml z",
"test": "yarn prettier --list-different" "test": "yarn prettier --list-different"
}, }
"version": "3.5.0"
} }
+1 -1
View File
@@ -13,7 +13,7 @@ Website: https://fslightbox.com
### Installation ### Installation
``` ```
npm install --save-dev fslightbox npm install fslightbox
``` ```
### Example ### Example
File diff suppressed because one or more lines are too long
+38 -66
View File
@@ -1,43 +1,47 @@
{ {
"_args": [ "name": "fslightbox",
[ "version": "3.3.1",
"fslightbox@3.3.0", "description": "Modern and easy plugin for displaying images and videos in clean overlaying box. Display single source or create beautiful gallery with powerful lightbox.",
"/Applications/MAMP/htdocs/front/front-template" "author": "Bantha Apps Piotr Zdziarski",
] "license": "MIT",
], "homepage": "https://fslightbox.com",
"_from": "fslightbox@3.3.0",
"_id": "fslightbox@3.3.0",
"_inBundle": false,
"_integrity": "sha512-r4FVM9G95eQjf+8QYvqHDcAbGGqVgBIQPrYb/YCRGvGAdl5l/CqeDbYyxFqzZaGLqo1F8IL5UxQV+8Bp10aBKA==",
"_location": "/fslightbox",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fslightbox@3.3.0",
"name": "fslightbox",
"escapedName": "fslightbox",
"rawSpec": "3.3.0",
"saveSpec": null,
"fetchSpec": "3.3.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/fslightbox/-/fslightbox-3.3.0.tgz",
"_spec": "3.3.0",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Bantha Apps Piotr Zdziarski"
},
"bugs": { "bugs": {
"url": "https://github.com/banthagroup/fslightbox/issues" "url": "https://github.com/banthagroup/fslightbox/issues"
}, },
"description": "Modern and easy plugin for displaying images and videos in clean overlaying box. Display single source or create beautiful gallery with powerful lightbox.", "main": "index.js",
"keywords": [
"lightbox",
"slide gallery",
"image lightbox",
"slider",
"carousel"
],
"repository": {
"type": "git",
"url": "git+https://github.com/banthagroup/fslightbox"
},
"scripts": {
"test": "jest",
"production": "webpack --mode production --config webpack.prod.config.js --display-modules && gulp",
"watch": "webpack-dev-server --mode development --host 0.0.0.0",
"cypress": "concurrently --kill-others \"webpack-dev-server --config ./webpack.cypress.config.js --mode development\" \"node ./node_modules/.bin/cypress open\""
},
"jest": {
"setupFiles": [
"./jest-setup.js"
],
"verbose": true,
"testPathIgnorePatterns": [
"/node_modules/",
"/demo/",
"/dist/",
"/tests/cypress/"
],
"collectCoverage": false
},
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.4", "@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4", "@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.4", "@babel/register": "^7.4.4",
"babel-jest": "^24.7.1", "babel-jest": "^24.7.1",
"babel-loader": "^8.0.5", "babel-loader": "^8.0.5",
@@ -64,37 +68,5 @@
"webpack": "^4.30.0", "webpack": "^4.30.0",
"webpack-cli": "^3.3.1", "webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1" "webpack-dev-server": "^3.3.1"
}, }
"homepage": "https://fslightbox.com",
"jest": {
"verbose": true,
"testPathIgnorePatterns": [
"/node_modules/",
"/demo/",
"/dist/",
"/tests/cypress/"
],
"collectCoverage": false
},
"keywords": [
"lightbox",
"slide gallery",
"image lightbox",
"slider",
"carousel"
],
"license": "MIT",
"main": "index.js",
"name": "fslightbox",
"repository": {
"type": "git",
"url": "git+https://github.com/banthagroup/fslightbox.git"
},
"scripts": {
"cypress": "concurrently --kill-others \"webpack-dev-server --config ./webpack.cypress.config.js --mode development\" \"node ./node_modules/.bin/cypress open\"",
"production": "webpack --mode production --config webpack.prod.config.js --display-modules && gulp",
"test": "jest",
"watch": "webpack-dev-server --mode development --host 0.0.0.0"
},
"version": "3.3.0"
} }
+1 -10
View File
@@ -19,16 +19,7 @@
<!-- CSS Front Template --> <!-- CSS Front Template -->
<link rel="stylesheet" href="../../../assets/css/theme.css"> <link rel="stylesheet" href="../../../assets/css/theme.css">
<!-- ONLY DEV --> </head>
@@if (previewMode === true) {
<style>
body {
opacity: 0;
}
</style>
}
<!-- END ONLY DEV -->
</head>
<body> <body>
<!-- ========== HEADER ========== --> <!-- ========== HEADER ========== -->
<header id="header" class="header header--abs-top header--bg-transparent header--show-hide"> <header id="header" class="header header--abs-top header--bg-transparent header--show-hide">
+20 -55
View File
@@ -1,67 +1,32 @@
{ {
"_args": [ "name": "imask",
[ "version": "6.2.2",
"imask@6.2.2", "author": "Alexey Kryazhev",
"/Applications/MAMP/htdocs/front/front-template" "license": "MIT",
] "bugs": "https://github.com/uNmAnNeR/imaskjs/issues",
], "homepage": "https://imask.js.org/",
"_from": "imask@6.2.2",
"_id": "imask@6.2.2",
"_inBundle": false,
"_integrity": "sha512-oREITqngsjD0YxO62UpVQSxLNjIcb/mNO9hX2F8xQ282Kj3X9KXEAobipbUXz5R5NgtiL6nOPrWwo+AnLuz5AQ==",
"_location": "/imask",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "imask@6.2.2",
"name": "imask",
"escapedName": "imask",
"rawSpec": "6.2.2",
"saveSpec": null,
"fetchSpec": "6.2.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/imask/-/imask-6.2.2.tgz",
"_spec": "6.2.2",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Alexey Kryazhev"
},
"bugs": {
"url": "https://github.com/uNmAnNeR/imaskjs/issues"
},
"description": "vanilla javascript input mask", "description": "vanilla javascript input mask",
"main": "dist/imask.js",
"module": "esm/index.js",
"repository": "https://github.com/uNmAnNeR/imaskjs",
"types": "index.d.ts",
"engines": { "engines": {
"npm": ">=4.0.0" "npm": ">=4.0.0"
}, },
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6", "scripts": {
"homepage": "https://imask.js.org/", "test": "cross-env NODE_ENV=test nyc mocha --exit --recursive",
"pretest": "flow check",
"watch": "rollup -c -w",
"build": "rollup -c",
"flow": "flow",
"lint": "eslint src/",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"keywords": [ "keywords": [
"javascript", "javascript",
"jquery", "jquery",
"input", "input",
"mask" "mask"
], ],
"license": "MIT", "gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6"
"main": "dist/imask.js",
"module": "esm/index.js",
"name": "imask",
"repository": {
"type": "git",
"url": "git+https://github.com/uNmAnNeR/imaskjs.git"
},
"scripts": {
"build": "rollup -c",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"flow": "flow",
"lint": "eslint src/",
"pretest": "flow check",
"test": "cross-env NODE_ENV=test nyc mocha --exit --recursive",
"watch": "rollup -c -w"
},
"types": "index.d.ts",
"version": "6.2.2"
} }
+29 -60
View File
@@ -1,35 +1,7 @@
{ {
"_args": [ "name": "leaflet",
[ "version": "1.7.1",
"leaflet@1.7.1", "homepage": "https://leafletjs.com/",
"/Applications/MAMP/htdocs/front/front-template"
]
],
"_from": "leaflet@1.7.1",
"_id": "leaflet@1.7.1",
"_inBundle": false,
"_integrity": "sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw==",
"_location": "/leaflet",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "leaflet@1.7.1",
"name": "leaflet",
"escapedName": "leaflet",
"rawSpec": "1.7.1",
"saveSpec": null,
"fetchSpec": "1.7.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.7.1.tgz",
"_spec": "1.7.1",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"bugs": {
"url": "https://github.com/Leaflet/Leaflet/issues"
},
"description": "JavaScript library for mobile-friendly interactive maps", "description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": { "devDependencies": {
"eslint": "^6.8.0", "eslint": "^6.8.0",
@@ -58,6 +30,27 @@
"ssri": "^8.0.0", "ssri": "^8.0.0",
"uglify-js": "^3.10.3" "uglify-js": "^3.10.3"
}, },
"main": "dist/leaflet-src.js",
"style": "dist/leaflet.css",
"files": [
"dist",
"src",
"!dist/leaflet.zip"
],
"scripts": {
"docs": "node ./build/docs.js",
"pretest": "npm run lint",
"test": "npm run test-nolint",
"test-nolint": "karma start ./spec/karma.conf.js",
"build": "npm run rollup && npm run uglify",
"release": "./build/publish.sh",
"lint": "eslint src spec/suites docs/docs/js",
"lintfix": "npm run lint -- --fix",
"rollup": "rollup -c build/rollup-config.js",
"watch": "rollup -w -c build/rollup-watch-config.js",
"uglify": "uglifyjs dist/leaflet-src.js -c -m -o dist/leaflet.js --source-map filename=dist/leaflet.js.map --source-map content=dist/leaflet-src.js.map --source-map url=leaflet.js.map --comments",
"integrity": "node ./build/integrity.js"
},
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,
"globals": { "globals": {
@@ -104,37 +97,13 @@
] ]
} }
}, },
"files": [
"dist",
"src",
"!dist/leaflet.zip"
],
"homepage": "https://leafletjs.com/",
"keywords": [
"gis",
"map"
],
"license": "BSD-2-Clause",
"main": "dist/leaflet-src.js",
"name": "leaflet",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/Leaflet/Leaflet.git" "url": "git://github.com/Leaflet/Leaflet.git"
}, },
"scripts": { "keywords": [
"build": "npm run rollup && npm run uglify", "gis",
"docs": "node ./build/docs.js", "map"
"integrity": "node ./build/integrity.js", ],
"lint": "eslint src spec/suites docs/docs/js", "license": "BSD-2-Clause"
"lintfix": "npm run lint -- --fix",
"pretest": "npm run lint",
"release": "./build/publish.sh",
"rollup": "rollup -c build/rollup-config.js",
"test": "npm run test-nolint",
"test-nolint": "karma start ./spec/karma.conf.js",
"uglify": "uglifyjs dist/leaflet-src.js -c -m -o dist/leaflet.js --source-map filename=dist/leaflet.js.map --source-map content=dist/leaflet-src.js.map --source-map url=leaflet.js.map --comments",
"watch": "rollup -w -c build/rollup-watch-config.js"
},
"style": "dist/leaflet.css",
"version": "1.7.1"
} }
+32 -63
View File
@@ -1,44 +1,30 @@
{ {
"_args": [ "name": "list.js",
[ "version": "2.3.1",
"list.js@2.3.1", "description": "The perfect library for lists. Supports search, sort, filters and flexibility. Built to be invisible and work on existing HTML",
"/Applications/MAMP/htdocs/front/front-template" "keywords": [
] "list",
"search",
"sort",
"table",
"dom",
"html",
"ui"
], ],
"_from": "list.js@2.3.1",
"_id": "list.js@2.3.1",
"_inBundle": false,
"_integrity": "sha512-jnmm7DYpKtH3DxtO1E2VNCC9Gp7Wrp/FWA2JxQrZUhVJ2RCQBd57pCN6W5w6jpsfWZV0PCAbTX2NOPgyFeeZZg==",
"_location": "/list.js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "list.js@2.3.1",
"name": "list.js",
"escapedName": "list.js",
"rawSpec": "2.3.1",
"saveSpec": null,
"fetchSpec": "2.3.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/list.js/-/list.js-2.3.1.tgz",
"_spec": "2.3.1",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": { "author": {
"name": "Jonny Strömberg", "name": "Jonny Strömberg",
"email": "jonny.stromberg@gmail.com", "email": "jonny.stromberg@gmail.com",
"url": "https://javve.com" "url": "https://javve.com"
}, },
"homepage": "https://listjs.com",
"repository": "git://github.com/javve/list.js.git",
"license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/javve/list.js/issues" "url": "https://github.com/javve/list.js/issues"
}, },
"dependencies": { "dependencies": {
"string-natural-compare": "^2.0.2" "string-natural-compare": "^2.0.2"
}, },
"description": "The perfect library for lists. Supports search, sort, filters and flexibility. Built to be invisible and work on existing HTML",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.7", "@babel/core": "^7.12.7",
"@babel/preset-env": "^7.12.7", "@babel/preset-env": "^7.12.7",
@@ -49,31 +35,19 @@
"webpack": "^5.6.0", "webpack": "^5.6.0",
"webpack-cli": "^4.2.0" "webpack-cli": "^4.2.0"
}, },
"main": "src/index",
"engines": { "engines": {
"node": "^6.0 || ^8.0 || ^10.0 || ^12.0 || >=14" "node": "^6.0 || ^8.0 || ^10.0 || ^12.0 || >=14"
}, },
"homepage": "https://listjs.com", "scripts": {
"jest": { "test": "npx jest",
"coverageDirectory": "./coverage/", "build": "npx webpack",
"collectCoverage": true, "watch": "npx webpack --watch",
"collectCoverageFrom": [ "watch-test": "npx jest --watch",
"src/*.js", "preversion": "npm test && npm run build && cp dist/list.min.js docs/assets/javascripts/list.min.js && cp dist/list.min.js.map docs/assets/javascripts/list.min.js.map && git add dist && git add docs/assets/javascripts",
"src/utils/*.js" "postversion": "git push --follow-tags origin master && cp package.json docs/_data/pkg.json && git add docs/_data/pkg.json && git commit -m \"pkg.json update\""
],
"testURL": "http://localhost/"
}, },
"keywords": [ "npmName": "list.js",
"list",
"search",
"sort",
"table",
"dom",
"html",
"ui"
],
"license": "MIT",
"main": "src/index",
"name": "list.js",
"npmFileMap": [ "npmFileMap": [
{ {
"basePath": "/dist/", "basePath": "/dist/",
@@ -83,18 +57,13 @@
] ]
} }
], ],
"npmName": "list.js", "jest": {
"repository": { "coverageDirectory": "./coverage/",
"type": "git", "collectCoverage": true,
"url": "git://github.com/javve/list.js.git" "collectCoverageFrom": [
}, "src/*.js",
"scripts": { "src/utils/*.js"
"build": "npx webpack", ],
"postversion": "git push --follow-tags origin master && cp package.json docs/_data/pkg.json && git add docs/_data/pkg.json && git commit -m \"pkg.json update\"", "testURL": "http://localhost/"
"preversion": "npm test && npm run build && cp dist/list.min.js docs/assets/javascripts/list.min.js && cp dist/list.min.js.map docs/assets/javascripts/list.min.js.map && git add dist && git add docs/assets/javascripts", }
"test": "npx jest",
"watch": "npx webpack --watch",
"watch-test": "npx jest --watch"
},
"version": "2.3.1"
} }
+26 -59
View File
@@ -1,37 +1,26 @@
{ {
"_args": [ "name": "nouislider",
[ "version": "15.5.0",
"nouislider@15.5.0", "main": "dist/nouislider.js",
"/Applications/MAMP/htdocs/front/front-template" "style": "dist/nouislider.min.css",
] "types": "dist/nouislider.d.ts",
], "license": "MIT",
"_from": "nouislider@15.5.0", "scripts": {
"_id": "nouislider@15.5.0", "build": "npm run build:mjs && npm run build:js && npm run build:styles",
"_inBundle": false, "build:js": "npm run build:js:write && npm run build:js:compress && npm run build:js:compress:mjs",
"_integrity": "sha512-p0Rn0a4XzrBJ+JZRhNDYpRYr6sDPkajsjbvEQoTp/AZlNI3NirO15s1t11D25Gk3zVyvNJAzc1DO48cq/KX5Sw==", "build:js:write": "rollup -c rollup.config.js",
"_location": "/nouislider", "build:js:compress": "uglifyjs dist/nouislider.js --compress --mangle --output dist/nouislider.min.js",
"_phantomChildren": {}, "build:js:compress:mjs": "uglifyjs dist/nouislider.mjs --compress --mangle --output dist/nouislider.min.mjs",
"_requested": { "build:types": "tsc --emitDeclarationOnly",
"type": "version", "build:mjs": "tsc --module ES6 && mv dist/nouislider.js dist/nouislider.mjs",
"registry": true, "build:styles": "npm run build:styles:write && npm run build:styles:compress",
"raw": "nouislider@15.5.0", "build:styles:write": "lessc src/nouislider.less dist/nouislider.css",
"name": "nouislider", "build:styles:compress": "lessc src/nouislider.less dist/nouislider.min.css --clean-css",
"escapedName": "nouislider", "prepublishOnly": "npm run build",
"rawSpec": "15.5.0", "format": "prettier src/nouislider.ts --write --config .prettierrc",
"saveSpec": null, "lint": "eslint src/nouislider.ts",
"fetchSpec": "15.5.0" "docs": "cd ../ && php -S localhost:80 nouislider/documentation/_run/router.php"
}, },
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/nouislider/-/nouislider-15.5.0.tgz",
"_spec": "15.5.0",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"bugs": {
"url": "https://github.com/leongersen/noUiSlider/issues"
},
"dependencies": {},
"description": "noUiSlider is a lightweight JavaScript range slider.",
"devDependencies": { "devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.20.0", "@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0", "@typescript-eslint/parser": "^4.20.0",
@@ -44,35 +33,13 @@
"typescript": "^4.2.3", "typescript": "^4.2.3",
"uglify-js": "^3.4.9" "uglify-js": "^3.4.9"
}, },
"files": [
"src",
"dist"
],
"homepage": "https://github.com/leongersen/noUiSlider#readme",
"license": "MIT",
"main": "dist/nouislider.js",
"name": "nouislider",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/leongersen/noUiSlider.git" "url": "git://github.com/leongersen/noUiSlider.git"
}, },
"scripts": { "files": [
"build": "npm run build:mjs && npm run build:js && npm run build:styles", "src",
"build:js": "npm run build:js:write && npm run build:js:compress && npm run build:js:compress:mjs", "dist"
"build:js:compress": "uglifyjs dist/nouislider.js --compress --mangle --output dist/nouislider.min.js", ],
"build:js:compress:mjs": "uglifyjs dist/nouislider.mjs --compress --mangle --output dist/nouislider.min.mjs", "dependencies": {}
"build:js:write": "rollup -c rollup.config.js",
"build:mjs": "tsc --module ES6 && mv dist/nouislider.js dist/nouislider.mjs",
"build:styles": "npm run build:styles:write && npm run build:styles:compress",
"build:styles:compress": "lessc src/nouislider.less dist/nouislider.min.css --clean-css",
"build:styles:write": "lessc src/nouislider.less dist/nouislider.css",
"build:types": "tsc --emitDeclarationOnly",
"docs": "cd ../ && php -S localhost:80 nouislider/documentation/_run/router.php",
"format": "prettier src/nouislider.ts --write --config .prettierrc",
"lint": "eslint src/nouislider.ts",
"prepublishOnly": "npm run build"
},
"style": "dist/nouislider.min.css",
"types": "dist/nouislider.d.ts",
"version": "15.5.0"
} }
+28 -59
View File
@@ -1,49 +1,21 @@
{ {
"_args": [ "name": "eventemitter3",
[ "version": "2.0.3",
"eventemitter3@2.0.3",
"/Applications/MAMP/htdocs/front/front-template"
]
],
"_from": "eventemitter3@2.0.3",
"_id": "eventemitter3@2.0.3",
"_inBundle": false,
"_integrity": "sha1-teEHm1n7XhuidxwKmTvgYKWMmbo=",
"_location": "/quill/eventemitter3",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eventemitter3@2.0.3",
"name": "eventemitter3",
"escapedName": "eventemitter3",
"rawSpec": "2.0.3",
"saveSpec": null,
"fetchSpec": "2.0.3"
},
"_requiredBy": [
"/quill"
],
"_resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.3.tgz",
"_spec": "2.0.3",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/primus/eventemitter3/issues"
},
"description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.", "description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.",
"devDependencies": { "main": "index.js",
"assume": "~1.4.1", "typings": "index.d.ts",
"browserify": "~14.1.0", "scripts": {
"mocha": "~3.2.0", "build": "mkdir -p umd && browserify index.js -s EventEmitter3 | uglifyjs -m -o umd/eventemitter3.min.js",
"nyc": "~10.2.0", "benchmark": "find benchmarks/run -name '*.js' -exec benchmarks/start.sh {} \\;",
"pre-commit": "~1.2.0", "test": "nyc --reporter=html --reporter=text mocha",
"uglify-js": "~2.8.20", "test-browser": "zuul -- test.js",
"zuul": "~3.11.1" "prepublish": "npm run build",
"sync": "node versions.js"
},
"repository": {
"type": "git",
"url": "git://github.com/primus/eventemitter3.git"
}, },
"homepage": "https://github.com/primus/eventemitter3#readme",
"keywords": [ "keywords": [
"EventEmitter", "EventEmitter",
"EventEmitter2", "EventEmitter2",
@@ -61,22 +33,19 @@
"reactor", "reactor",
"subscribe" "subscribe"
], ],
"author": "Arnout Kazemier",
"license": "MIT", "license": "MIT",
"main": "index.js", "bugs": {
"name": "eventemitter3", "url": "https://github.com/primus/eventemitter3/issues"
},
"pre-commit": "sync, test", "pre-commit": "sync, test",
"repository": { "devDependencies": {
"type": "git", "assume": "~1.4.1",
"url": "git://github.com/primus/eventemitter3.git" "browserify": "~14.1.0",
}, "mocha": "~3.2.0",
"scripts": { "nyc": "~10.2.0",
"benchmark": "find benchmarks/run -name '*.js' -exec benchmarks/start.sh {} \\;", "pre-commit": "~1.2.0",
"build": "mkdir -p umd && browserify index.js -s EventEmitter3 | uglifyjs -m -o umd/eventemitter3.min.js", "uglify-js": "~2.8.20",
"prepublish": "npm run build", "zuul": "~3.11.1"
"sync": "node versions.js", }
"test": "nyc --reporter=html --reporter=text mocha",
"test-browser": "zuul -- test.js"
},
"typings": "index.d.ts",
"version": "2.0.3"
} }
+33 -64
View File
@@ -1,39 +1,28 @@
{ {
"_args": [ "name": "quill",
[ "version": "1.3.7",
"quill@1.3.7", "description": "Your powerful, rich text editor",
"/Applications/MAMP/htdocs/front/front-template" "author": "Jason Chen <jhchen7@gmail.com>",
] "homepage": "http://quilljs.com",
"main": "dist/quill.js",
"files": [
"assets",
"blots",
"core",
"formats",
"modules",
"themes",
"ui",
"dist/quill.bubble.css",
"dist/quill.snow.css",
"dist/quill.core.css",
"dist/quill.js",
"dist/quill.core.js",
"dist/quill.min.js.map",
"dist/quill.min.js",
"core.js",
"quill.js"
], ],
"_from": "quill@1.3.7",
"_id": "quill@1.3.7",
"_inBundle": false,
"_integrity": "sha512-hG/DVzh/TiknWtE6QmWAF/pxoZKYxfe3J/d/+ShUWkDvvkZQVTPeVmUJVu1uE6DDooC4fWTiCLh84ul89oNz5g==",
"_location": "/quill",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "quill@1.3.7",
"name": "quill",
"escapedName": "quill",
"rawSpec": "1.3.7",
"saveSpec": null,
"fetchSpec": "1.3.7"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/quill/-/quill-1.3.7.tgz",
"_spec": "1.3.7",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Jason Chen",
"email": "jhchen7@gmail.com"
},
"bugs": {
"url": "https://github.com/quilljs/quill/issues"
},
"config": { "config": {
"ports": { "ports": {
"proxy": "9000", "proxy": "9000",
@@ -50,7 +39,6 @@
"parchment": "^1.1.4", "parchment": "^1.1.4",
"quill-delta": "^3.6.2" "quill-delta": "^3.6.2"
}, },
"description": "Your powerful, rich text editor",
"devDependencies": { "devDependencies": {
"babel-core": "^6.26.0", "babel-core": "^6.26.0",
"babel-loader": "^7.1.2", "babel-loader": "^7.1.2",
@@ -82,36 +70,13 @@
"webpack": "^3.8.1", "webpack": "^3.8.1",
"webpack-dev-server": "^2.9.2" "webpack-dev-server": "^2.9.2"
}, },
"files": [
"assets",
"blots",
"core",
"formats",
"modules",
"themes",
"ui",
"dist/quill.bubble.css",
"dist/quill.snow.css",
"dist/quill.core.css",
"dist/quill.js",
"dist/quill.core.js",
"dist/quill.min.js.map",
"dist/quill.min.js",
"core.js",
"quill.js"
],
"homepage": "http://quilljs.com",
"keywords": [
"editor",
"rich text",
"wysiwyg"
],
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"main": "dist/quill.js",
"name": "quill",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/quilljs/quill.git" "url": "https://github.com/quilljs/quill"
},
"bugs": {
"url": "https://github.com/quilljs/quill/issues"
}, },
"scripts": { "scripts": {
"build": "webpack --config _develop/webpack.config.js; rm dist/quill.core dist/quill.bubble dist/quill.snow;", "build": "webpack --config _develop/webpack.config.js; rm dist/quill.core dist/quill.bubble dist/quill.snow;",
@@ -119,12 +84,16 @@
"start": "npm run build; bundle exec foreman start -f _develop/procfile", "start": "npm run build; bundle exec foreman start -f _develop/procfile",
"test": "npm run test:unit", "test": "npm run test:unit",
"test:all": "npm run test:unit; npm run test:functional", "test:all": "npm run test:unit; npm run test:functional",
"test:coverage": "webpack --env.coverage --config _develop/webpack.config.js; karma start _develop/karma.config.js --reporters coverage",
"test:functional": "./_develop/scripts/webdriver.sh", "test:functional": "./_develop/scripts/webdriver.sh",
"test:unit": "npm run build; karma start _develop/karma.config.js", "test:unit": "npm run build; karma start _develop/karma.config.js",
"test:coverage": "webpack --env.coverage --config _develop/webpack.config.js; karma start _develop/karma.config.js --reporters coverage",
"travis": "karma start _develop/karma.config.js --reporters dots,saucelabs", "travis": "karma start _develop/karma.config.js --reporters dots,saucelabs",
"webdriver:start": "webdriver-manager start", "webdriver:start": "webdriver-manager start",
"webdriver:update": "webdriver-manager update" "webdriver:update": "webdriver-manager update"
}, },
"version": "1.3.7" "keywords": [
"editor",
"rich text",
"wysiwyg"
]
} }
+38 -69
View File
@@ -1,46 +1,53 @@
{ {
"_args": [ "name": "shufflejs",
[ "version": "5.4.1",
"shufflejs@5.4.1", "description": "Categorize, sort, and filter a responsive grid of items",
"/Applications/MAMP/htdocs/front/front-template" "keywords": [
] "gallery",
"shuffle",
"layout",
"masonry",
"filter",
"sort",
"responsive",
"grid",
"mobile",
"tiles"
], ],
"_from": "shufflejs@5.4.1", "main": "dist/shuffle.js",
"_id": "shufflejs@5.4.1", "module": "dist/shuffle.esm.js",
"_inBundle": false, "moduleSource": "src/shuffle.js",
"_integrity": "sha512-td7b5oUH0a05nXgFUrDJ9pUwSiNnGvaWECEuWzo+Mo2owARifutkcWAMpFFbIqEOBoTSTMjCQrXZnR5UOkMHcA==", "types": "index.d.ts",
"_location": "/shufflejs", "scripts": {
"_phantomChildren": {}, "compile": "gulp scripts",
"_requested": { "css": "gulp css",
"type": "version", "gulp": "gulp",
"registry": true, "build": "npm run gulp && npm run css",
"raw": "shufflejs@5.4.1", "serve": "gulp jekyll",
"name": "shufflejs", "test": "eslint src && jest && tsc --project ./test/types",
"escapedName": "shufflejs", "watch": "gulp watch"
"rawSpec": "5.4.1",
"saveSpec": null,
"fetchSpec": "5.4.1"
}, },
"_requiredBy": [ "repository": {
"/" "type": "git",
], "url": "git://github.com/Vestride/Shuffle.git"
"_resolved": "https://registry.npmjs.org/shufflejs/-/shufflejs-5.4.1.tgz",
"_spec": "5.4.1",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Glen Cheney",
"email": "cheney.glen@gmail.com"
}, },
"author": "Glen Cheney <cheney.glen@gmail.com>",
"license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/Vestride/Shuffle/issues" "url": "https://github.com/Vestride/Shuffle/issues"
}, },
"homepage": "https://github.com/Vestride/Shuffle",
"files": [
"dist",
"src",
"index.d.ts"
],
"dependencies": { "dependencies": {
"array-parallel": "^0.1.3", "array-parallel": "^0.1.3",
"matches-selector": "^1.0.0", "matches-selector": "^1.0.0",
"throttleit": "^1.0.0", "throttleit": "^1.0.0",
"tiny-emitter": "^2.1.0" "tiny-emitter": "^2.1.0"
}, },
"description": "Categorize, sort, and filter a responsive grid of items",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.5", "@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5", "@babel/preset-env": "^7.4.5",
@@ -63,43 +70,5 @@
"rollup-plugin-terser": "^7.0.0", "rollup-plugin-terser": "^7.0.0",
"sinon": "^10.0.0", "sinon": "^10.0.0",
"typescript": "^4.0.5" "typescript": "^4.0.5"
}, }
"files": [
"dist",
"src",
"index.d.ts"
],
"homepage": "https://github.com/Vestride/Shuffle",
"keywords": [
"gallery",
"shuffle",
"layout",
"masonry",
"filter",
"sort",
"responsive",
"grid",
"mobile",
"tiles"
],
"license": "MIT",
"main": "dist/shuffle.js",
"module": "dist/shuffle.esm.js",
"moduleSource": "src/shuffle.js",
"name": "shufflejs",
"repository": {
"type": "git",
"url": "git://github.com/Vestride/Shuffle.git"
},
"scripts": {
"build": "npm run gulp && npm run css",
"compile": "gulp scripts",
"css": "gulp css",
"gulp": "gulp",
"serve": "gulp jekyll",
"test": "eslint src && jest && tsc --project ./test/types",
"watch": "gulp watch"
},
"types": "index.d.ts",
"version": "5.4.1"
} }
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -39,7 +39,8 @@ export default function onTouchEnd(event) {
const timeDiff = touchEndTime - data.touchStartTime; // Tap, doubleTap, Click const timeDiff = touchEndTime - data.touchStartTime; // Tap, doubleTap, Click
if (swiper.allowClick) { if (swiper.allowClick) {
swiper.updateClickedSlide(e); const pathTree = e.path || e.composedPath && e.composedPath();
swiper.updateClickedSlide(pathTree && pathTree[0] || e.target);
swiper.emit('tap click', e); swiper.emit('tap click', e);
if (timeDiff < 300 && touchEndTime - data.lastClickTime < 300) { if (timeDiff < 300 && touchEndTime - data.lastClickTime < 300) {
+7 -6
View File
@@ -8,8 +8,9 @@ export default function loopCreate() {
$wrapperEl $wrapperEl
} = swiper; // Remove duplicated slides } = swiper; // Remove duplicated slides
$wrapperEl.children(`.${params.slideClass}.${params.slideDuplicateClass}`).remove(); const $selector = $wrapperEl.children().length > 0 ? $($wrapperEl.children()[0].parentNode) : $wrapperEl;
let slides = $wrapperEl.children(`.${params.slideClass}`); $selector.children(`.${params.slideClass}.${params.slideDuplicateClass}`).remove();
let slides = $selector.children(`.${params.slideClass}`);
if (params.loopFillGroupWithBlank) { if (params.loopFillGroupWithBlank) {
const blankSlidesNum = params.slidesPerGroup - slides.length % params.slidesPerGroup; const blankSlidesNum = params.slidesPerGroup - slides.length % params.slidesPerGroup;
@@ -17,10 +18,10 @@ export default function loopCreate() {
if (blankSlidesNum !== params.slidesPerGroup) { if (blankSlidesNum !== params.slidesPerGroup) {
for (let i = 0; i < blankSlidesNum; i += 1) { for (let i = 0; i < blankSlidesNum; i += 1) {
const blankNode = $(document.createElement('div')).addClass(`${params.slideClass} ${params.slideBlankClass}`); const blankNode = $(document.createElement('div')).addClass(`${params.slideClass} ${params.slideBlankClass}`);
$wrapperEl.append(blankNode); $selector.append(blankNode);
} }
slides = $wrapperEl.children(`.${params.slideClass}`); slides = $selector.children(`.${params.slideClass}`);
} }
} }
@@ -49,10 +50,10 @@ export default function loopCreate() {
}); });
for (let i = 0; i < appendSlides.length; i += 1) { for (let i = 0; i < appendSlides.length; i += 1) {
$wrapperEl.append($(appendSlides[i].cloneNode(true)).addClass(params.slideDuplicateClass)); $selector.append($(appendSlides[i].cloneNode(true)).addClass(params.slideDuplicateClass));
} }
for (let i = prependSlides.length - 1; i >= 0; i -= 1) { for (let i = prependSlides.length - 1; i >= 0; i -= 1) {
$wrapperEl.prepend($(prependSlides[i].cloneNode(true)).addClass(params.slideDuplicateClass)); $selector.prepend($(prependSlides[i].cloneNode(true)).addClass(params.slideDuplicateClass));
} }
} }
@@ -2,7 +2,7 @@ import $ from '../../shared/dom.js';
export default function updateClickedSlide(e) { export default function updateClickedSlide(e) {
const swiper = this; const swiper = this;
const params = swiper.params; const params = swiper.params;
const slide = $(e.target).closest(`.${params.slideClass}`)[0]; const slide = $(e).closest(`.${params.slideClass}`)[0];
let slideFound = false; let slideFound = false;
let slideIndex; let slideIndex;
@@ -36,18 +36,31 @@ export default function EffectCreative({
const setTranslate = () => { const setTranslate = () => {
const { const {
slides slides,
$wrapperEl,
slidesSizesGrid
} = swiper; } = swiper;
const params = swiper.params.creativeEffect; const params = swiper.params.creativeEffect;
const { const {
progressMultiplier: multiplier progressMultiplier: multiplier
} = params; } = params;
const isCenteredSlides = swiper.params.centeredSlides;
if (isCenteredSlides) {
const margin = slidesSizesGrid[0] / 2 - swiper.params.slidesOffsetBefore || 0;
$wrapperEl.transform(`translateX(calc(50% - ${margin}px))`);
}
for (let i = 0; i < slides.length; i += 1) { for (let i = 0; i < slides.length; i += 1) {
const $slideEl = slides.eq(i); const $slideEl = slides.eq(i);
const slideProgress = $slideEl[0].progress; const slideProgress = $slideEl[0].progress;
const progress = Math.min(Math.max($slideEl[0].progress, -params.limitProgress), params.limitProgress); const progress = Math.min(Math.max($slideEl[0].progress, -params.limitProgress), params.limitProgress);
const originalProgress = Math.min(Math.max($slideEl[0].originalProgress, -params.limitProgress), params.limitProgress); let originalProgress = progress;
if (!isCenteredSlides) {
originalProgress = Math.min(Math.max($slideEl[0].originalProgress, -params.limitProgress), params.limitProgress);
}
const offset = $slideEl[0].swiperSlideOffset; const offset = $slideEl[0].swiperSlideOffset;
const t = [swiper.params.cssMode ? -offset - swiper.translate : -offset, 0, 0]; const t = [swiper.params.cssMode ? -offset - swiper.translate : -offset, 0, 0];
const r = [0, 0, 0]; const r = [0, 0, 0];
+3 -3
View File
@@ -104,7 +104,7 @@ export default function Zoom({
if (!gesture.$slideEl || !gesture.$slideEl.length) { if (!gesture.$slideEl || !gesture.$slideEl.length) {
gesture.$slideEl = $(e.target).closest(`.${swiper.params.slideClass}`); gesture.$slideEl = $(e.target).closest(`.${swiper.params.slideClass}`);
if (gesture.$slideEl.length === 0) gesture.$slideEl = swiper.slides.eq(swiper.activeIndex); if (gesture.$slideEl.length === 0) gesture.$slideEl = swiper.slides.eq(swiper.activeIndex);
gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('img, svg, canvas, picture, .swiper-zoom-target'); gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('picture, img, svg, canvas, .swiper-zoom-target').eq(0);
gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`); gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`);
gesture.maxRatio = gesture.$imageWrapEl.attr('data-swiper-zoom') || params.maxRatio; gesture.maxRatio = gesture.$imageWrapEl.attr('data-swiper-zoom') || params.maxRatio;
@@ -345,7 +345,7 @@ export default function Zoom({
} }
} }
gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('img, svg, canvas, picture, .swiper-zoom-target'); gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('picture, img, svg, canvas, .swiper-zoom-target').eq(0);
gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`); gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`);
} }
@@ -440,7 +440,7 @@ export default function Zoom({
gesture.$slideEl = swiper.slides.eq(swiper.activeIndex); gesture.$slideEl = swiper.slides.eq(swiper.activeIndex);
} }
gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('img, svg, canvas, picture, .swiper-zoom-target'); gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('picture, img, svg, canvas, .swiper-zoom-target').eq(0);
gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`); gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`);
} }
+47 -75
View File
@@ -1,46 +1,11 @@
{ {
"_args": [ "name": "swiper",
[ "version": "7.3.1",
"swiper@7.0.9",
"/Applications/MAMP/htdocs/front/front-template"
]
],
"_from": "swiper@7.0.9",
"_id": "swiper@7.0.9",
"_inBundle": false,
"_integrity": "sha512-Gw2ZCQWYYxDf3BnO50LwFdLT2LRzacgXCgsx8HtgBLHBYx4gAxDJGvuh1/04v9OxJNgE47gDV0FTgEqju1dh0w==",
"_location": "/swiper",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "swiper@7.0.9",
"name": "swiper",
"escapedName": "swiper",
"rawSpec": "7.0.9",
"saveSpec": null,
"fetchSpec": "7.0.9"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/swiper/-/swiper-7.0.9.tgz",
"_spec": "7.0.9",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Vladimir Kharlampidi"
},
"bugs": {
"url": "https://github.com/nolimits4web/swiper/issues"
},
"dependencies": {
"dom7": "^4.0.0",
"ssr-window": "^4.0.0"
},
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions", "description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
"engines": { "typings": "swiper.d.ts",
"node": ">= 4.7.0" "type": "module",
}, "main": "./swiper.esm.js",
"module": "./swiper.esm.js",
"exports": { "exports": {
".": "./swiper.esm.js", ".": "./swiper.esm.js",
"./core": "./swiper.esm.js", "./core": "./swiper.esm.js",
@@ -128,17 +93,29 @@
"./types": "./types/index.d.ts", "./types": "./types/index.d.ts",
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"funding": [ "typesVersions": {
{ "*": {
"type": "patreon", "angular": [
"url": "https://www.patreon.com/swiperjs" "angular/swiper_angular.d.ts"
}, ],
{ "react": [
"type": "open_collective", "react/swiper-react.d.ts"
"url": "http://opencollective.com/swiper" ],
"svelte": [
"svelte/swiper-svelte.d.ts"
],
"vue": [
"vue/swiper-vue.d.ts"
]
} }
], },
"homepage": "https://swiperjs.com", "scripts": {
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
},
"repository": {
"type": "git",
"url": "https://github.com/nolimits4web/Swiper.git"
},
"keywords": [ "keywords": [
"swiper", "swiper",
"swipe", "swipe",
@@ -160,32 +137,27 @@
"svelte", "svelte",
"slideshow" "slideshow"
], ],
"author": "Vladimir Kharlampidi",
"license": "MIT", "license": "MIT",
"name": "swiper", "bugs": {
"repository": { "url": "https://github.com/nolimits4web/swiper/issues"
"type": "git",
"url": "git+https://github.com/nolimits4web/Swiper.git"
}, },
"scripts": { "homepage": "https://swiperjs.com",
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\"" "funding": [
}, {
"type": "module", "type": "patreon",
"typesVersions": { "url": "https://www.patreon.com/swiperjs"
"*": { },
"angular": [ {
"angular/swiper_angular.d.ts" "type": "open_collective",
], "url": "http://opencollective.com/swiper"
"react": [
"react/swiper-react.d.ts"
],
"svelte": [
"svelte/swiper-svelte.d.ts"
],
"vue": [
"vue/swiper-vue.d.ts"
]
} }
],
"engines": {
"node": ">= 4.7.0"
}, },
"typings": "swiper.d.ts", "dependencies": {
"version": "7.0.9" "dom7": "^4.0.1",
"ssr-window": "^4.0.1"
}
} }
+12 -12
View File
@@ -2,7 +2,7 @@ import * as React from 'react';
import { SwiperOptions, Swiper as SwiperClass } from '../types/'; import { SwiperOptions, Swiper as SwiperClass } from '../types/';
interface Swiper extends SwiperOptions { interface SwiperProps extends SwiperOptions {
/** /**
* Swiper container tag * Swiper container tag
* *
@@ -41,6 +41,9 @@ interface Swiper extends SwiperOptions {
* Event will be fired when swiper updates the hash * Event will be fired when swiper updates the hash
*/ */
onHashSet?: (swiper: SwiperClass) => void;/** onHashSet?: (swiper: SwiperClass) => void;/**
* Event will be fired on key press
*/
onKeyPress?: (swiper: SwiperClass, keyCode: string) => void;/**
* Event will be fired in the beginning of lazy loading of image * Event will be fired in the beginning of lazy loading of image
*/ */
onLazyImageLoad?: (swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement) => void; onLazyImageLoad?: (swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement) => void;
@@ -48,9 +51,9 @@ interface Swiper extends SwiperOptions {
* Event will be fired when lazy loading image will be loaded * Event will be fired when lazy loading image will be loaded
*/ */
onLazyImageReady?: (swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement) => void;/** onLazyImageReady?: (swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement) => void;/**
* Event will be fired on key press * Event will be fired on mousewheel scroll
*/ */
onKeyPress?: (swiper: SwiperClass, keyCode: string) => void;/** onScroll?: (swiper: SwiperClass, event: WheelEvent) => void;/**
* Event will be fired on navigation hide * Event will be fired on navigation hide
*/ */
onNavigationHide?: (swiper: SwiperClass) => void; onNavigationHide?: (swiper: SwiperClass) => void;
@@ -58,9 +61,6 @@ interface Swiper extends SwiperOptions {
* Event will be fired on navigation show * Event will be fired on navigation show
*/ */
onNavigationShow?: (swiper: SwiperClass) => void;/** onNavigationShow?: (swiper: SwiperClass) => void;/**
* Event will be fired on mousewheel scroll
*/
onScroll?: (swiper: SwiperClass, event: WheelEvent) => void;/**
* Event will be fired after pagination rendered * Event will be fired after pagination rendered
*/ */
onPaginationRender?: (swiper: SwiperClass, paginationEl: HTMLElement) => void; onPaginationRender?: (swiper: SwiperClass, paginationEl: HTMLElement) => void;
@@ -416,7 +416,7 @@ interface SlideData {
isNext: boolean; isNext: boolean;
} }
interface SwiperSlide { interface SwiperSlideProps {
/** /**
* Slide tag * Slide tag
* *
@@ -446,7 +446,7 @@ interface SwiperSlide {
children?: React.ReactNode | ((slideData: SlideData) => React.ReactNode); children?: React.ReactNode | ((slideData: SlideData) => React.ReactNode);
} }
interface Swiper interface SwiperProps
extends Omit< extends Omit<
React.HTMLAttributes<HTMLElement>, React.HTMLAttributes<HTMLElement>,
| 'onProgress' | 'onProgress'
@@ -459,9 +459,9 @@ interface Swiper
| 'onDoubleClick' | 'onDoubleClick'
| 'onScroll' | 'onScroll'
> {} > {}
interface SwiperSlide extends React.HTMLAttributes<HTMLElement> {} interface SwiperSlideProps extends React.HTMLAttributes<HTMLElement> {}
declare const Swiper: React.FunctionComponent<Swiper>; declare const Swiper: React.FunctionComponent<SwiperProps>;
declare const SwiperSlide: React.VoidFunctionComponent<SwiperSlide>; declare const SwiperSlide: React.VoidFunctionComponent<SwiperSlideProps>;
export { Swiper, SwiperSlide }; export { Swiper, SwiperSlide, SwiperProps, SwiperSlideProps };
+2 -2
View File
@@ -1,5 +1,5 @@
/** /**
* Swiper React 7.0.9 * Swiper React 7.3.1
* Most modern mobile touch slider and framework with hardware accelerated transitions * Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com * https://swiperjs.com
* *
@@ -7,7 +7,7 @@
* *
* Released under the MIT License * Released under the MIT License
* *
* Released on: October 18, 2021 * Released on: November 24, 2021
*/ */
import { Swiper } from './swiper.js'; import { Swiper } from './swiper.js';
+5 -5
View File
@@ -45,6 +45,9 @@ declare class Swiper extends SvelteComponentTyped<
* Event will be fired when swiper updates the hash * Event will be fired when swiper updates the hash
*/ */
hashSet: CustomEvent<[swiper: SwiperClass]>;/** hashSet: CustomEvent<[swiper: SwiperClass]>;/**
* Event will be fired on key press
*/
keyPress: CustomEvent<[swiper: SwiperClass, keyCode: string]>;/**
* Event will be fired in the beginning of lazy loading of image * Event will be fired in the beginning of lazy loading of image
*/ */
lazyImageLoad: CustomEvent<[swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement]>; lazyImageLoad: CustomEvent<[swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement]>;
@@ -52,9 +55,9 @@ declare class Swiper extends SvelteComponentTyped<
* Event will be fired when lazy loading image will be loaded * Event will be fired when lazy loading image will be loaded
*/ */
lazyImageReady: CustomEvent<[swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement]>;/** lazyImageReady: CustomEvent<[swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement]>;/**
* Event will be fired on key press * Event will be fired on mousewheel scroll
*/ */
keyPress: CustomEvent<[swiper: SwiperClass, keyCode: string]>;/** scroll: CustomEvent<[swiper: SwiperClass, event: WheelEvent]>;/**
* Event will be fired on navigation hide * Event will be fired on navigation hide
*/ */
navigationHide: CustomEvent<[swiper: SwiperClass]>; navigationHide: CustomEvent<[swiper: SwiperClass]>;
@@ -62,9 +65,6 @@ declare class Swiper extends SvelteComponentTyped<
* Event will be fired on navigation show * Event will be fired on navigation show
*/ */
navigationShow: CustomEvent<[swiper: SwiperClass]>;/** navigationShow: CustomEvent<[swiper: SwiperClass]>;/**
* Event will be fired on mousewheel scroll
*/
scroll: CustomEvent<[swiper: SwiperClass, event: WheelEvent]>;/**
* Event will be fired after pagination rendered * Event will be fired after pagination rendered
*/ */
paginationRender: CustomEvent<[swiper: SwiperClass, paginationEl: HTMLElement]>; paginationRender: CustomEvent<[swiper: SwiperClass, paginationEl: HTMLElement]>;
+2 -2
View File
@@ -1,5 +1,5 @@
/** /**
* Swiper Svelte 7.0.9 * Swiper Svelte 7.3.1
* Most modern mobile touch slider and framework with hardware accelerated transitions * Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com * https://swiperjs.com
* *
@@ -7,7 +7,7 @@
* *
* Released under the MIT License * Released under the MIT License
* *
* Released on: October 18, 2021 * Released on: November 24, 2021
*/ */
import Swiper from './swiper.svelte'; import Swiper from './swiper.svelte';
+2 -2
View File
@@ -1,5 +1,5 @@
/** /**
* Swiper 7.0.9 * Swiper 7.3.1
* Most modern mobile touch slider and framework with hardware accelerated transitions * Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com * https://swiperjs.com
* *
@@ -7,7 +7,7 @@
* *
* Released under the MIT License * Released under the MIT License
* *
* Released on: October 18, 2021 * Released on: November 24, 2021
*/ */
@font-face { @font-face {
+34 -19
View File
@@ -1,5 +1,5 @@
/** /**
* Swiper 7.0.9 * Swiper 7.3.1
* Most modern mobile touch slider and framework with hardware accelerated transitions * Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com * https://swiperjs.com
* *
@@ -7,11 +7,11 @@
* *
* Released under the MIT License * Released under the MIT License
* *
* Released on: October 18, 2021 * Released on: November 24, 2021
*/ */
/** /**
* SSR Window 4.0.0 * SSR Window 4.0.1
* Better handling for window object in SSR environment * Better handling for window object in SSR environment
* https://github.com/nolimits4web/ssr-window * https://github.com/nolimits4web/ssr-window
* *
@@ -19,7 +19,7 @@
* *
* Licensed under MIT * Licensed under MIT
* *
* Released on: August 25, 2021 * Released on: October 27, 2021
*/ */
/* eslint-disable no-param-reassign */ /* eslint-disable no-param-reassign */
@@ -190,7 +190,7 @@ function getWindow() {
} }
/** /**
* Dom7 4.0.0 * Dom7 4.0.1
* Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API * Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API
* https://framework7.io/docs/dom7.html * https://framework7.io/docs/dom7.html
* *
@@ -198,7 +198,7 @@ function getWindow() {
* *
* Licensed under MIT * Licensed under MIT
* *
* Released on: August 25, 2021 * Released on: October 27, 2021
*/ */
/* eslint-disable no-proto */ /* eslint-disable no-proto */
@@ -2208,7 +2208,7 @@ function updateActiveIndex(newActiveIndex) {
function updateClickedSlide(e) { function updateClickedSlide(e) {
const swiper = this; const swiper = this;
const params = swiper.params; const params = swiper.params;
const slide = $(e.target).closest(`.${params.slideClass}`)[0]; const slide = $(e).closest(`.${params.slideClass}`)[0];
let slideFound = false; let slideFound = false;
let slideIndex; let slideIndex;
@@ -2892,8 +2892,9 @@ function loopCreate() {
$wrapperEl $wrapperEl
} = swiper; // Remove duplicated slides } = swiper; // Remove duplicated slides
$wrapperEl.children(`.${params.slideClass}.${params.slideDuplicateClass}`).remove(); const $selector = $wrapperEl.children().length > 0 ? $($wrapperEl.children()[0].parentNode) : $wrapperEl;
let slides = $wrapperEl.children(`.${params.slideClass}`); $selector.children(`.${params.slideClass}.${params.slideDuplicateClass}`).remove();
let slides = $selector.children(`.${params.slideClass}`);
if (params.loopFillGroupWithBlank) { if (params.loopFillGroupWithBlank) {
const blankSlidesNum = params.slidesPerGroup - slides.length % params.slidesPerGroup; const blankSlidesNum = params.slidesPerGroup - slides.length % params.slidesPerGroup;
@@ -2901,10 +2902,10 @@ function loopCreate() {
if (blankSlidesNum !== params.slidesPerGroup) { if (blankSlidesNum !== params.slidesPerGroup) {
for (let i = 0; i < blankSlidesNum; i += 1) { for (let i = 0; i < blankSlidesNum; i += 1) {
const blankNode = $(document.createElement('div')).addClass(`${params.slideClass} ${params.slideBlankClass}`); const blankNode = $(document.createElement('div')).addClass(`${params.slideClass} ${params.slideBlankClass}`);
$wrapperEl.append(blankNode); $selector.append(blankNode);
} }
slides = $wrapperEl.children(`.${params.slideClass}`); slides = $selector.children(`.${params.slideClass}`);
} }
} }
@@ -2933,11 +2934,11 @@ function loopCreate() {
}); });
for (let i = 0; i < appendSlides.length; i += 1) { for (let i = 0; i < appendSlides.length; i += 1) {
$wrapperEl.append($(appendSlides[i].cloneNode(true)).addClass(params.slideDuplicateClass)); $selector.append($(appendSlides[i].cloneNode(true)).addClass(params.slideDuplicateClass));
} }
for (let i = prependSlides.length - 1; i >= 0; i -= 1) { for (let i = prependSlides.length - 1; i >= 0; i -= 1) {
$wrapperEl.prepend($(prependSlides[i].cloneNode(true)).addClass(params.slideDuplicateClass)); $selector.prepend($(prependSlides[i].cloneNode(true)).addClass(params.slideDuplicateClass));
} }
} }
@@ -3396,7 +3397,8 @@ function onTouchEnd(event) {
const timeDiff = touchEndTime - data.touchStartTime; // Tap, doubleTap, Click const timeDiff = touchEndTime - data.touchStartTime; // Tap, doubleTap, Click
if (swiper.allowClick) { if (swiper.allowClick) {
swiper.updateClickedSlide(e); const pathTree = e.path || e.composedPath && e.composedPath();
swiper.updateClickedSlide(pathTree && pathTree[0] || e.target);
swiper.emit('tap click', e); swiper.emit('tap click', e);
if (timeDiff < 300 && touchEndTime - data.lastClickTime < 300) { if (timeDiff < 300 && touchEndTime - data.lastClickTime < 300) {
@@ -6750,7 +6752,7 @@ function Zoom({
if (!gesture.$slideEl || !gesture.$slideEl.length) { if (!gesture.$slideEl || !gesture.$slideEl.length) {
gesture.$slideEl = $(e.target).closest(`.${swiper.params.slideClass}`); gesture.$slideEl = $(e.target).closest(`.${swiper.params.slideClass}`);
if (gesture.$slideEl.length === 0) gesture.$slideEl = swiper.slides.eq(swiper.activeIndex); if (gesture.$slideEl.length === 0) gesture.$slideEl = swiper.slides.eq(swiper.activeIndex);
gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('img, svg, canvas, picture, .swiper-zoom-target'); gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('picture, img, svg, canvas, .swiper-zoom-target').eq(0);
gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`); gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`);
gesture.maxRatio = gesture.$imageWrapEl.attr('data-swiper-zoom') || params.maxRatio; gesture.maxRatio = gesture.$imageWrapEl.attr('data-swiper-zoom') || params.maxRatio;
@@ -6991,7 +6993,7 @@ function Zoom({
} }
} }
gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('img, svg, canvas, picture, .swiper-zoom-target'); gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('picture, img, svg, canvas, .swiper-zoom-target').eq(0);
gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`); gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`);
} }
@@ -7086,7 +7088,7 @@ function Zoom({
gesture.$slideEl = swiper.slides.eq(swiper.activeIndex); gesture.$slideEl = swiper.slides.eq(swiper.activeIndex);
} }
gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('img, svg, canvas, picture, .swiper-zoom-target'); gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('picture, img, svg, canvas, .swiper-zoom-target').eq(0);
gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`); gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`);
} }
@@ -9812,18 +9814,31 @@ function EffectCreative({
const setTranslate = () => { const setTranslate = () => {
const { const {
slides slides,
$wrapperEl,
slidesSizesGrid
} = swiper; } = swiper;
const params = swiper.params.creativeEffect; const params = swiper.params.creativeEffect;
const { const {
progressMultiplier: multiplier progressMultiplier: multiplier
} = params; } = params;
const isCenteredSlides = swiper.params.centeredSlides;
if (isCenteredSlides) {
const margin = slidesSizesGrid[0] / 2 - swiper.params.slidesOffsetBefore || 0;
$wrapperEl.transform(`translateX(calc(50% - ${margin}px))`);
}
for (let i = 0; i < slides.length; i += 1) { for (let i = 0; i < slides.length; i += 1) {
const $slideEl = slides.eq(i); const $slideEl = slides.eq(i);
const slideProgress = $slideEl[0].progress; const slideProgress = $slideEl[0].progress;
const progress = Math.min(Math.max($slideEl[0].progress, -params.limitProgress), params.limitProgress); const progress = Math.min(Math.max($slideEl[0].progress, -params.limitProgress), params.limitProgress);
const originalProgress = Math.min(Math.max($slideEl[0].originalProgress, -params.limitProgress), params.limitProgress); let originalProgress = progress;
if (!isCenteredSlides) {
originalProgress = Math.min(Math.max($slideEl[0].originalProgress, -params.limitProgress), params.limitProgress);
}
const offset = $slideEl[0].swiperSlideOffset; const offset = $slideEl[0].swiperSlideOffset;
const t = [swiper.params.cssMode ? -offset - swiper.translate : -offset, 0, 0]; const t = [swiper.params.cssMode ? -offset - swiper.translate : -offset, 0, 0];
const r = [0, 0, 0]; const r = [0, 0, 0];
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,5 +1,5 @@
/** /**
* Swiper 7.0.9 * Swiper 7.3.1
* Most modern mobile touch slider and framework with hardware accelerated transitions * Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com * https://swiperjs.com
* *
@@ -7,7 +7,7 @@
* *
* Released under the MIT License * Released under the MIT License
* *
* Released on: October 18, 2021 * Released on: November 24, 2021
*/ */
import Swiper from './core/core.js'; import Swiper from './core/core.js';
+34 -19
View File
@@ -1,5 +1,5 @@
/** /**
* Swiper 7.0.9 * Swiper 7.3.1
* Most modern mobile touch slider and framework with hardware accelerated transitions * Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com * https://swiperjs.com
* *
@@ -7,7 +7,7 @@
* *
* Released under the MIT License * Released under the MIT License
* *
* Released on: October 18, 2021 * Released on: November 24, 2021
*/ */
(function (global, factory) { (function (global, factory) {
@@ -17,7 +17,7 @@
}(this, (function () { 'use strict'; }(this, (function () { 'use strict';
/** /**
* SSR Window 4.0.0 * SSR Window 4.0.1
* Better handling for window object in SSR environment * Better handling for window object in SSR environment
* https://github.com/nolimits4web/ssr-window * https://github.com/nolimits4web/ssr-window
* *
@@ -25,7 +25,7 @@
* *
* Licensed under MIT * Licensed under MIT
* *
* Released on: August 25, 2021 * Released on: October 27, 2021
*/ */
/* eslint-disable no-param-reassign */ /* eslint-disable no-param-reassign */
@@ -196,7 +196,7 @@
} }
/** /**
* Dom7 4.0.0 * Dom7 4.0.1
* Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API * Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API
* https://framework7.io/docs/dom7.html * https://framework7.io/docs/dom7.html
* *
@@ -204,7 +204,7 @@
* *
* Licensed under MIT * Licensed under MIT
* *
* Released on: August 25, 2021 * Released on: October 27, 2021
*/ */
/* eslint-disable no-proto */ /* eslint-disable no-proto */
@@ -2214,7 +2214,7 @@
function updateClickedSlide(e) { function updateClickedSlide(e) {
const swiper = this; const swiper = this;
const params = swiper.params; const params = swiper.params;
const slide = $(e.target).closest(`.${params.slideClass}`)[0]; const slide = $(e).closest(`.${params.slideClass}`)[0];
let slideFound = false; let slideFound = false;
let slideIndex; let slideIndex;
@@ -2898,8 +2898,9 @@
$wrapperEl $wrapperEl
} = swiper; // Remove duplicated slides } = swiper; // Remove duplicated slides
$wrapperEl.children(`.${params.slideClass}.${params.slideDuplicateClass}`).remove(); const $selector = $wrapperEl.children().length > 0 ? $($wrapperEl.children()[0].parentNode) : $wrapperEl;
let slides = $wrapperEl.children(`.${params.slideClass}`); $selector.children(`.${params.slideClass}.${params.slideDuplicateClass}`).remove();
let slides = $selector.children(`.${params.slideClass}`);
if (params.loopFillGroupWithBlank) { if (params.loopFillGroupWithBlank) {
const blankSlidesNum = params.slidesPerGroup - slides.length % params.slidesPerGroup; const blankSlidesNum = params.slidesPerGroup - slides.length % params.slidesPerGroup;
@@ -2907,10 +2908,10 @@
if (blankSlidesNum !== params.slidesPerGroup) { if (blankSlidesNum !== params.slidesPerGroup) {
for (let i = 0; i < blankSlidesNum; i += 1) { for (let i = 0; i < blankSlidesNum; i += 1) {
const blankNode = $(document.createElement('div')).addClass(`${params.slideClass} ${params.slideBlankClass}`); const blankNode = $(document.createElement('div')).addClass(`${params.slideClass} ${params.slideBlankClass}`);
$wrapperEl.append(blankNode); $selector.append(blankNode);
} }
slides = $wrapperEl.children(`.${params.slideClass}`); slides = $selector.children(`.${params.slideClass}`);
} }
} }
@@ -2939,11 +2940,11 @@
}); });
for (let i = 0; i < appendSlides.length; i += 1) { for (let i = 0; i < appendSlides.length; i += 1) {
$wrapperEl.append($(appendSlides[i].cloneNode(true)).addClass(params.slideDuplicateClass)); $selector.append($(appendSlides[i].cloneNode(true)).addClass(params.slideDuplicateClass));
} }
for (let i = prependSlides.length - 1; i >= 0; i -= 1) { for (let i = prependSlides.length - 1; i >= 0; i -= 1) {
$wrapperEl.prepend($(prependSlides[i].cloneNode(true)).addClass(params.slideDuplicateClass)); $selector.prepend($(prependSlides[i].cloneNode(true)).addClass(params.slideDuplicateClass));
} }
} }
@@ -3402,7 +3403,8 @@
const timeDiff = touchEndTime - data.touchStartTime; // Tap, doubleTap, Click const timeDiff = touchEndTime - data.touchStartTime; // Tap, doubleTap, Click
if (swiper.allowClick) { if (swiper.allowClick) {
swiper.updateClickedSlide(e); const pathTree = e.path || e.composedPath && e.composedPath();
swiper.updateClickedSlide(pathTree && pathTree[0] || e.target);
swiper.emit('tap click', e); swiper.emit('tap click', e);
if (timeDiff < 300 && touchEndTime - data.lastClickTime < 300) { if (timeDiff < 300 && touchEndTime - data.lastClickTime < 300) {
@@ -6756,7 +6758,7 @@
if (!gesture.$slideEl || !gesture.$slideEl.length) { if (!gesture.$slideEl || !gesture.$slideEl.length) {
gesture.$slideEl = $(e.target).closest(`.${swiper.params.slideClass}`); gesture.$slideEl = $(e.target).closest(`.${swiper.params.slideClass}`);
if (gesture.$slideEl.length === 0) gesture.$slideEl = swiper.slides.eq(swiper.activeIndex); if (gesture.$slideEl.length === 0) gesture.$slideEl = swiper.slides.eq(swiper.activeIndex);
gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('img, svg, canvas, picture, .swiper-zoom-target'); gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('picture, img, svg, canvas, .swiper-zoom-target').eq(0);
gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`); gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`);
gesture.maxRatio = gesture.$imageWrapEl.attr('data-swiper-zoom') || params.maxRatio; gesture.maxRatio = gesture.$imageWrapEl.attr('data-swiper-zoom') || params.maxRatio;
@@ -6997,7 +6999,7 @@
} }
} }
gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('img, svg, canvas, picture, .swiper-zoom-target'); gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('picture, img, svg, canvas, .swiper-zoom-target').eq(0);
gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`); gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`);
} }
@@ -7092,7 +7094,7 @@
gesture.$slideEl = swiper.slides.eq(swiper.activeIndex); gesture.$slideEl = swiper.slides.eq(swiper.activeIndex);
} }
gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('img, svg, canvas, picture, .swiper-zoom-target'); gesture.$imageEl = gesture.$slideEl.find(`.${params.containerClass}`).eq(0).find('picture, img, svg, canvas, .swiper-zoom-target').eq(0);
gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`); gesture.$imageWrapEl = gesture.$imageEl.parent(`.${params.containerClass}`);
} }
@@ -9818,18 +9820,31 @@
const setTranslate = () => { const setTranslate = () => {
const { const {
slides slides,
$wrapperEl,
slidesSizesGrid
} = swiper; } = swiper;
const params = swiper.params.creativeEffect; const params = swiper.params.creativeEffect;
const { const {
progressMultiplier: multiplier progressMultiplier: multiplier
} = params; } = params;
const isCenteredSlides = swiper.params.centeredSlides;
if (isCenteredSlides) {
const margin = slidesSizesGrid[0] / 2 - swiper.params.slidesOffsetBefore || 0;
$wrapperEl.transform(`translateX(calc(50% - ${margin}px))`);
}
for (let i = 0; i < slides.length; i += 1) { for (let i = 0; i < slides.length; i += 1) {
const $slideEl = slides.eq(i); const $slideEl = slides.eq(i);
const slideProgress = $slideEl[0].progress; const slideProgress = $slideEl[0].progress;
const progress = Math.min(Math.max($slideEl[0].progress, -params.limitProgress), params.limitProgress); const progress = Math.min(Math.max($slideEl[0].progress, -params.limitProgress), params.limitProgress);
const originalProgress = Math.min(Math.max($slideEl[0].originalProgress, -params.limitProgress), params.limitProgress); let originalProgress = progress;
if (!isCenteredSlides) {
originalProgress = Math.min(Math.max($slideEl[0].originalProgress, -params.limitProgress), params.limitProgress);
}
const offset = $slideEl[0].swiperSlideOffset; const offset = $slideEl[0].swiperSlideOffset;
const t = [swiper.params.cssMode ? -offset - swiper.translate : -offset, 0, 0]; const t = [swiper.params.cssMode ? -offset - swiper.translate : -offset, 0, 0];
const r = [0, 0, 0]; const r = [0, 0, 0];
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,5 +1,5 @@
/** /**
* Swiper 7.0.9 * Swiper 7.3.1
* Most modern mobile touch slider and framework with hardware accelerated transitions * Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com * https://swiperjs.com
* *
@@ -7,7 +7,7 @@
* *
* Released under the MIT License * Released under the MIT License
* *
* Released on: October 18, 2021 * Released on: November 24, 2021
*/ */
export { default as Swiper, default } from './core/core.js'; export { default as Swiper, default } from './core/core.js';
File diff suppressed because one or more lines are too long
@@ -29,6 +29,12 @@ export interface CoverflowEffectOptions {
* @default 100 * @default 100
*/ */
depth?: number; depth?: number;
/**
* Slide scale effect
*
* @default 1
*/
scale?: number;
/** /**
* Effect multiplier * Effect multiplier
* *
@@ -83,7 +83,7 @@ export interface CreativeEffectOptions {
* *
* @default 1 * @default 1
*/ */
progressMultipler?: number; progressMultiplier?: number;
/** /**
* Enable this parameter if your custom transforms require 3D transformations (`translateZ`, `rotateX`, `rotateY` ) * Enable this parameter if your custom transforms require 3D transformations (`translateZ`, `rotateX`, `rotateY` )
* *
+1 -1
View File
@@ -259,7 +259,7 @@ export interface SwiperOptions {
* *
* @default 0 * @default 0
* *
* @note If you use "margin" css property to the elements which go into Swiper in which you pass "spaceBetween" into, navigation might not work property. * @note If you use "margin" css property to the elements which go into Swiper in which you pass "spaceBetween" into, navigation might not work properly.
*/ */
spaceBetween?: number; spaceBetween?: number;
+5 -5
View File
@@ -475,6 +475,9 @@ declare const Swiper: DefineComponent<
* Event will be fired when swiper updates the hash * Event will be fired when swiper updates the hash
*/ */
hashSet: (swiper: SwiperClass) => void;/** hashSet: (swiper: SwiperClass) => void;/**
* Event will be fired on key press
*/
keyPress: (swiper: SwiperClass, keyCode: string) => void;/**
* Event will be fired in the beginning of lazy loading of image * Event will be fired in the beginning of lazy loading of image
*/ */
lazyImageLoad: (swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement) => void; lazyImageLoad: (swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement) => void;
@@ -482,9 +485,9 @@ declare const Swiper: DefineComponent<
* Event will be fired when lazy loading image will be loaded * Event will be fired when lazy loading image will be loaded
*/ */
lazyImageReady: (swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement) => void;/** lazyImageReady: (swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement) => void;/**
* Event will be fired on key press * Event will be fired on mousewheel scroll
*/ */
keyPress: (swiper: SwiperClass, keyCode: string) => void;/** scroll: (swiper: SwiperClass, event: WheelEvent) => void;/**
* Event will be fired on navigation hide * Event will be fired on navigation hide
*/ */
navigationHide: (swiper: SwiperClass) => void; navigationHide: (swiper: SwiperClass) => void;
@@ -492,9 +495,6 @@ declare const Swiper: DefineComponent<
* Event will be fired on navigation show * Event will be fired on navigation show
*/ */
navigationShow: (swiper: SwiperClass) => void;/** navigationShow: (swiper: SwiperClass) => void;/**
* Event will be fired on mousewheel scroll
*/
scroll: (swiper: SwiperClass, event: WheelEvent) => void;/**
* Event will be fired after pagination rendered * Event will be fired after pagination rendered
*/ */
paginationRender: (swiper: SwiperClass, paginationEl: HTMLElement) => void; paginationRender: (swiper: SwiperClass, paginationEl: HTMLElement) => void;
+2 -2
View File
@@ -1,5 +1,5 @@
/** /**
* Swiper Vue 7.0.9 * Swiper Vue 7.3.1
* Most modern mobile touch slider and framework with hardware accelerated transitions * Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com * https://swiperjs.com
* *
@@ -7,7 +7,7 @@
* *
* Released under the MIT License * Released under the MIT License
* *
* Released on: October 18, 2021 * Released on: November 24, 2021
*/ */
import { Swiper } from './swiper.js'; import { Swiper } from './swiper.js';
+47 -84
View File
@@ -1,60 +1,31 @@
{ {
"_args": [ "name": "tom-select",
[ "keywords": [
"tom-select@1.7.8", "select",
"/Applications/MAMP/htdocs/front/front-template" "ui",
] "form",
"input",
"control",
"autocomplete",
"tagging",
"tag"
], ],
"_from": "tom-select@1.7.8", "main": "dist/js/tom-select.complete.js",
"_id": "tom-select@1.7.8",
"_inBundle": false,
"_integrity": "sha512-b9K+RYhbmcGiaqKssKf4N/fkn/Hle330OwOaAO786TtUNfGImR6J/IAuJP3lNOAl4rZyC4Q0uLuxE+1367rQtg==",
"_location": "/tom-select",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tom-select@1.7.8",
"name": "tom-select",
"escapedName": "tom-select",
"rawSpec": "1.7.8",
"saveSpec": null,
"fetchSpec": "1.7.8"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/tom-select/-/tom-select-1.7.8.tgz",
"_spec": "1.7.8",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Josh Schmidt",
"url": "https://github.com/oyejorge"
},
"browser": "dist/js/tom-select.complete.js", "browser": "dist/js/tom-select.complete.js",
"browserslist": [ "module": "dist/esm/tom-select.complete.js",
">= 0.5%", "types": "dist/types/tom-select.complete.d.ts",
"not dead",
"Chrome >= 60",
"Firefox >= 60",
"Edge >= 17",
"iOS >= 10",
"Safari >= 10",
"not Explorer <= 11"
],
"bugs": {
"url": "https://github.com/orchidjs/tom-select/issues"
},
"contributors": [
{
"name": "Brian Reavis",
"email": "brian@thirdroute.com"
}
],
"dependencies": {
"@orchidjs/sifter": "^0.8.1"
},
"description": "Tom Select is a versatile and dynamic <select> UI control. Forked from Selectize.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation, it's useful for tagging, contact lists, country selectors, etc.", "description": "Tom Select is a versatile and dynamic <select> UI control. Forked from Selectize.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation, it's useful for tagging, contact lists, country selectors, etc.",
"homepage": "https://tom-select.js.org",
"version": "1.7.8",
"author": "Josh Schmidt (https://github.com/oyejorge)",
"contributors": [
"Brian Reavis <brian@thirdroute.com>"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/orchidjs/tom-select.git"
},
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^0.12.1", "@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.0", "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.0",
@@ -114,42 +85,34 @@
"tslib": "^2.3.0", "tslib": "^2.3.0",
"typescript": "^4.3.4" "typescript": "^4.3.4"
}, },
"scripts": {
"build": "grunt build",
"build:types": "tsc -p .config --emitDeclarationOnly",
"test": "karma start",
"test:one": "karma start --test_one",
"test:typescript": "tsc -p .config --noemit",
"start": "grunt serve",
"pretest": "grunt build",
"prepare": "husky install"
},
"engines": { "engines": {
"node": "*" "node": "*"
}, },
"browserslist": [
">= 0.5%",
"not dead",
"Chrome >= 60",
"Firefox >= 60",
"Edge >= 17",
"iOS >= 10",
"Safari >= 10",
"not Explorer <= 11"
],
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
"url": "https://opencollective.com/tom-select" "url": "https://opencollective.com/tom-select"
}, },
"homepage": "https://tom-select.js.org", "dependencies": {
"keywords": [ "@orchidjs/sifter": "^0.8.1"
"select", }
"ui",
"form",
"input",
"control",
"autocomplete",
"tagging",
"tag"
],
"license": "Apache-2.0",
"main": "dist/js/tom-select.complete.js",
"module": "dist/esm/tom-select.complete.js",
"name": "tom-select",
"repository": {
"type": "git",
"url": "git+https://github.com/orchidjs/tom-select.git"
},
"scripts": {
"build": "grunt build",
"build:types": "tsc -p .config --emitDeclarationOnly",
"prepare": "husky install",
"pretest": "grunt build",
"start": "grunt serve",
"test": "karma start",
"test:one": "karma start --test_one",
"test:typescript": "tsc -p .config --noemit"
},
"types": "dist/types/tom-select.complete.d.ts",
"version": "1.7.8"
} }
+15 -52
View File
@@ -1,46 +1,21 @@
{ {
"_args": [ "name": "typed.js",
[ "version": "2.0.12",
"typed.js@2.0.12", "homepage": "https://github.com/mattboldt/typed.js",
"/Applications/MAMP/htdocs/front/front-template" "repository": "https://github.com/mattboldt/typed.js",
] "license": "MIT",
], "author": "Matt Boldt <me@mattboldt.com>",
"_from": "typed.js@2.0.12",
"_id": "typed.js@2.0.12",
"_inBundle": false,
"_integrity": "sha512-lyACZh1cu+vpfYY3DG/bvsGLXXbdoDDpWxmqta10IQUdMXisMXOEyl+jos+YT9uBbzK4QaKYBjT3R0kTJO0Slw==",
"_location": "/typed.js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "typed.js@2.0.12",
"name": "typed.js",
"escapedName": "typed.js",
"rawSpec": "2.0.12",
"saveSpec": null,
"fetchSpec": "2.0.12"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/typed.js/-/typed.js-2.0.12.tgz",
"_spec": "2.0.12",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Matt Boldt",
"email": "me@mattboldt.com"
},
"bugs": {
"url": "https://github.com/mattboldt/typed.js/issues"
},
"description": "A JavaScript Typing Animation Library", "description": "A JavaScript Typing Animation Library",
"main": "lib/typed.js",
"keywords": [
"typed",
"animation"
],
"devDependencies": { "devDependencies": {
"babel": "^5.8.23", "babel": "^5.8.23",
"babel-core": "^5.8.24", "babel-core": "^5.8.24",
"babel-eslint": "^4.1.1", "babel-eslint": "^4.1.1",
"babel-loader": "^5.3.2", "babel-loader": "^5.3.2",
"debug": "^2.6.9",
"documentation": "^8.0.0", "documentation": "^8.0.0",
"eslint": "^3.19.0", "eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1", "eslint-config-standard": "^10.2.1",
@@ -57,22 +32,10 @@
"gulp-rename": "^1.2.2", "gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2", "gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1", "gulp-uglify": "^1.4.1",
"webpack": "^1.12.1",
"webpack-stream": "^2.1.0",
"lodash": "^4.17.5", "lodash": "^4.17.5",
"mime": "^1.4.1", "mime": "^1.4.1",
"webpack": "^1.12.1", "debug": "^2.6.9"
"webpack-stream": "^2.1.0" }
},
"homepage": "https://github.com/mattboldt/typed.js",
"keywords": [
"typed",
"animation"
],
"license": "MIT",
"main": "lib/typed.js",
"name": "typed.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mattboldt/typed.js.git"
},
"version": "2.0.12"
} }
+28 -59
View File
@@ -1,59 +1,28 @@
{ {
"_args": [ "name": "wnumb",
[ "version": "1.2.0",
"wnumb@1.2.0", "description": "wNumb - JavaScript Number & Money formatting",
"/Applications/MAMP/htdocs/front/front-template" "main": "wNumb.js",
] "repository": {
], "type": "git",
"_from": "wnumb@1.2.0", "url": "git://github.com/leongersen/wnumb.git"
"_id": "wnumb@1.2.0", },
"_inBundle": false, "author": "leongersen",
"_integrity": "sha512-eYut5K/dW7usfk/Mwm6nxBNoTPp/uP7PlXld+hhg7lDtHLdHFnNclywGYM9BRC7Ohd4JhwuHg+vmOUGfd3NhVA==", "license": "MIT",
"_location": "/wnumb", "scripts": {
"_phantomChildren": {}, "format": "prettier wNumb.js --write --print-width=120",
"_requested": { "minify": "uglifyjs wNumb.js --compress --mangle --output wNumb.min.js",
"type": "version", "build": "npm run format && npm run minify"
"registry": true, },
"raw": "wnumb@1.2.0", "files": [
"name": "wnumb", "wNumb.js",
"escapedName": "wnumb", "wNumb.min.js"
"rawSpec": "1.2.0", ],
"saveSpec": null, "bugs": {
"fetchSpec": "1.2.0" "url": "https://github.com/leongersen/wnumb/issues"
}, },
"_requiredBy": [ "devDependencies": {
"/" "prettier": "^1.18.2",
], "uglify-js": "^3.6.5"
"_resolved": "https://registry.npmjs.org/wnumb/-/wnumb-1.2.0.tgz", }
"_spec": "1.2.0", }
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "leongersen"
},
"bugs": {
"url": "https://github.com/leongersen/wnumb/issues"
},
"description": "wNumb - JavaScript Number & Money formatting",
"devDependencies": {
"prettier": "^1.18.2",
"uglify-js": "^3.6.5"
},
"files": [
"wNumb.js",
"wNumb.min.js"
],
"homepage": "https://github.com/leongersen/wnumb#readme",
"license": "MIT",
"main": "wNumb.js",
"name": "wnumb",
"repository": {
"type": "git",
"url": "git://github.com/leongersen/wnumb.git"
},
"scripts": {
"build": "npm run format && npm run minify",
"format": "prettier wNumb.js --write --print-width=120",
"minify": "uglifyjs wNumb.js --compress --mangle --output wNumb.min.js"
},
"version": "1.2.0"
}
+6 -6
View File
@@ -1312,24 +1312,24 @@
<h5>Variables in functions</h5> <h5>Variables in functions</h5>
<p>In addition, we added color functions that can be used inside <code>html</code> and <code>svg</code> files.</p> <p>In addition, we added color functions that can be used inside <code>html</code> and <code>svg</code> files.</p>
<p>Convert HEX color to rgba with <code>[@@F]RGBA[color, opacity]</code> function. The opacity values can be between <code>0.1</code> to <code>1</code> same like in SASS.</p> <p>Convert HEX color to rgba with <code>gulpRGBA[color, opacity]</code> function. The opacity values can be between <code>0.1</code> to <code>1</code> same like in SASS.</p>
<pre class="rounded prism-light mb-4"> <pre class="rounded prism-light mb-4">
<code class="language-js" data-lang="js"> <code class="language-js" data-lang="js">
[@@F]RGBA[@@vars.style.color,.5] gulpRGBA[@@vars.style.color,.5]
</code> </code>
</pre> </pre>
<p>Make color lighter with <code>[@@F]Lighten[color, value]</code> function. The larger the integer value, the lighter.</p> <p>Make color lighter with <code>gulpLighten[color, value]</code> function. The larger the integer value, the lighter.</p>
<pre class="rounded prism-light mb-4"> <pre class="rounded prism-light mb-4">
<code class="language-js" data-lang="js"> <code class="language-js" data-lang="js">
[@@F]Lighten[@@vars.style.color, 50] gulpLighten[@@vars.style.color, 50]
</code> </code>
</pre> </pre>
<p>Make color darker with <code>[@@F]Darken[color, value]</code> function. The larger the integer value, the lighter.</p> <p>Make color darker with <code>gulpDarken[color, value]</code> function. The larger the integer value, the lighter.</p>
<pre class="rounded prism-light"> <pre class="rounded prism-light">
<code class="language-js" data-lang="js"> <code class="language-js" data-lang="js">
[@@F]Darken[@@vars.style.color, 50] gulpDarken[@@vars.style.color, 50]
</code> </code>
</pre> </pre>
+2 -2
View File
@@ -609,12 +609,12 @@
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 1246 1078"> <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 1246 1078">
<g opacity=".4"> <g opacity=".4">
<linearGradient id="doubleEllipseTopLeftID1" gradientUnits="userSpaceOnUse" x1="2073.5078" y1="1.7251" x2="2273.4375" y2="1135.5818" gradientTransform="matrix(-1 0 0 1 2600 0)"> <linearGradient id="doubleEllipseTopLeftID1" gradientUnits="userSpaceOnUse" x1="2073.5078" y1="1.7251" x2="2273.4375" y2="1135.5818" gradientTransform="matrix(-1 0 0 1 2600 0)">
<stop offset="0.4976" style="stop-color:gulpLighten[#377dff,30]"/> <stop offset="0.4976" style="stop-color:#559bff"/>
<stop offset="1" style="stop-color:#377dff"/> <stop offset="1" style="stop-color:#377dff"/>
</linearGradient> </linearGradient>
<polygon fill="url(#doubleEllipseTopLeftID1)" points="519.8,0.6 0,0.6 0,1078 863.4,1078 "/> <polygon fill="url(#doubleEllipseTopLeftID1)" points="519.8,0.6 0,0.6 0,1078 863.4,1078 "/>
<linearGradient id="doubleEllipseTopLeftID2" gradientUnits="userSpaceOnUse" x1="1717.1648" y1="3.779560e-05" x2="1717.1648" y2="644.0417" gradientTransform="matrix(-1 0 0 1 2600 0)"> <linearGradient id="doubleEllipseTopLeftID2" gradientUnits="userSpaceOnUse" x1="1717.1648" y1="3.779560e-05" x2="1717.1648" y2="644.0417" gradientTransform="matrix(-1 0 0 1 2600 0)">
<stop offset="1.577052e-06" style="stop-color:gulpLighten[#377dff,30]"/> <stop offset="1.577052e-06" style="stop-color:#559bff"/>
<stop offset="1" style="stop-color:#377dff"/> <stop offset="1" style="stop-color:#377dff"/>
</linearGradient> </linearGradient>
<polygon fill="url(#doubleEllipseTopLeftID2)" points="519.7,0 1039.4,0.6 1246,639.1 725.2,644 "/> <polygon fill="url(#doubleEllipseTopLeftID2)" points="519.7,0 1039.4,0.6 1246,639.1 725.2,644 "/>
+1085
View File
File diff suppressed because it is too large Load Diff
+1207
View File
File diff suppressed because it is too large Load Diff
+202
View File
@@ -0,0 +1,202 @@
<!DOCTYPE html>
<html lang="en" dir="" class="h-100">
<head>
<!-- Required Meta Tags Always Come First -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Title -->
<title>Magico Login</title>
<!-- Favicon -->
<link rel="shortcut icon" href="./favicon.ico">
<!-- Font -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="./assets/vendor/bootstrap-icons/font/bootstrap-icons.css">
<!-- CSS Front Template -->
<link rel="stylesheet" href="./assets/css/theme.min.css">
</head>
<body class="d-flex align-items-center min-h-100">
<!-- ========== HEADER ========== -->
<header id="header" class="navbar navbar-expand navbar-light navbar-absolute-top">
<div class="container-fluid">
<nav class="navbar-nav-wrap">
<!-- White Logo -->
<a class="navbar-brand d-none d-lg-flex py-2" href="./index.html" aria-label="Front">
<svg xmlns="http://www.w3.org/2000/svg" width="122.935" height="36.098" viewBox="0 0 122.935 36.098">
<g id="Group_8" data-name="Group 8" transform="translate(-1379.674 -484.063)">
<path id="Path_22" data-name="Path 22" d="M1.674-12.275H3.757v2.083H1.674Zm26.363,2.083H25.954v-9.886a3.7,3.7,0,0,0-1.174-2.86,3.952,3.952,0,0,0-2.765-1.08,3.973,3.973,0,0,0-2.746,1.08,3.67,3.67,0,0,0-1.193,2.86v9.886H15.992v-9.886a3.7,3.7,0,0,0-1.174-2.86,3.952,3.952,0,0,0-2.765-1.08,3.973,3.973,0,0,0-2.746,1.08,3.67,3.67,0,0,0-1.193,2.86v9.886H6.03V-25.684L7.772-24.32a5.836,5.836,0,0,1,4.28-1.78,6.082,6.082,0,0,1,2.879.72,5.533,5.533,0,0,1,2.121,1.894A5.733,5.733,0,0,1,22.014-26.1a5.729,5.729,0,0,1,2.405.492,6.281,6.281,0,0,1,1.856,1.269,6.281,6.281,0,0,1,1.269,1.856,5.729,5.729,0,0,1,.492,2.405Zm15.8-2.083a7.941,7.941,0,0,1-5.909,2.538,7.866,7.866,0,0,1-5.758-2.424,7.866,7.866,0,0,1-2.424-5.758,7.828,7.828,0,0,1,2.424-5.8A7.928,7.928,0,0,1,37.923-26.1a7.941,7.941,0,0,1,5.909,2.538l2.273-2.121v15.492ZM37.923-24.017a5.894,5.894,0,0,0-4.337,1.761,5.894,5.894,0,0,0-1.761,4.337,5.894,5.894,0,0,0,1.761,4.337,5.894,5.894,0,0,0,4.337,1.761,5.88,5.88,0,0,0,4.318-1.78,5.88,5.88,0,0,0,1.78-4.318,5.88,5.88,0,0,0-1.78-4.318A5.88,5.88,0,0,0,37.923-24.017ZM50.8-4.4A5.912,5.912,0,0,0,55.84-1.934,6.149,6.149,0,0,0,60.253-3.7,5.949,5.949,0,0,0,62.09-8.184v-4.28a7.887,7.887,0,0,1-6.1,2.727,7.866,7.866,0,0,1-5.758-2.424,7.866,7.866,0,0,1-2.424-5.758,7.828,7.828,0,0,1,2.424-5.8A7.928,7.928,0,0,1,55.991-26.1,7.941,7.941,0,0,1,61.9-23.562l2.273-2.121v17.5a7.979,7.979,0,0,1-2.462,5.909A8.078,8.078,0,0,1,55.84.149a8.01,8.01,0,0,1-6.629-3.258Zm5.189-19.621a5.894,5.894,0,0,0-4.337,1.761,5.894,5.894,0,0,0-1.761,4.337,5.894,5.894,0,0,0,1.761,4.337,5.894,5.894,0,0,0,4.337,1.761A5.88,5.88,0,0,0,60.31-13.6a5.88,5.88,0,0,0,1.78-4.318,5.88,5.88,0,0,0-1.78-4.318A5.88,5.88,0,0,0,55.991-24.017Zm10.454-1.667h2.083v15.492H66.446Zm0-6.061h2.083v2.273H66.446Zm18.257,8.6-1.629,1.288a5.888,5.888,0,0,0-4.659-2.159,5.894,5.894,0,0,0-4.337,1.761,5.894,5.894,0,0,0-1.761,4.337,5.894,5.894,0,0,0,1.761,4.337,5.894,5.894,0,0,0,4.337,1.761,5.757,5.757,0,0,0,4.545-2.045l1.667,1.288a8.14,8.14,0,0,1-2.765,2.1,8.084,8.084,0,0,1-3.447.739,7.866,7.866,0,0,1-5.758-2.424,7.866,7.866,0,0,1-2.424-5.758,7.828,7.828,0,0,1,2.424-5.8A7.928,7.928,0,0,1,78.416-26.1a8.089,8.089,0,0,1,3.523.758A7.962,7.962,0,0,1,84.7-23.146ZM94.021-26.1a7.89,7.89,0,0,1,5.8,2.386,7.89,7.89,0,0,1,2.386,5.8,7.928,7.928,0,0,1-2.386,5.758,7.828,7.828,0,0,1-5.8,2.424,7.866,7.866,0,0,1-5.758-2.424,7.866,7.866,0,0,1-2.424-5.758,7.828,7.828,0,0,1,2.424-5.8A7.928,7.928,0,0,1,94.021-26.1Zm0,2.083a5.894,5.894,0,0,0-4.337,1.761,5.894,5.894,0,0,0-1.761,4.337,5.894,5.894,0,0,0,1.761,4.337,5.894,5.894,0,0,0,4.337,1.761A5.88,5.88,0,0,0,98.34-13.6a5.88,5.88,0,0,0,1.78-4.318,5.88,5.88,0,0,0-1.78-4.318A5.88,5.88,0,0,0,94.021-24.017Z" transform="translate(1400.406 520.012)" fill="#fff"/>
<path id="Path_21" data-name="Path 21" d="M1.674-27.672H3.757v15.492H1.674Zm0-6.061H3.757v2.273H1.674Zm11.97,5.644a7.887,7.887,0,0,1,6.1,2.727V-37.937h2.083v25.757l-2.273-2.083a7.941,7.941,0,0,1-5.909,2.538,7.866,7.866,0,0,1-5.758-2.424,7.866,7.866,0,0,1-2.424-5.758,7.828,7.828,0,0,1,2.424-5.8A7.928,7.928,0,0,1,13.643-28.088Zm0,2.083a5.894,5.894,0,0,0-4.337,1.761,5.894,5.894,0,0,0-1.761,4.337A5.894,5.894,0,0,0,9.306-15.57a5.894,5.894,0,0,0,4.337,1.761,5.88,5.88,0,0,0,4.318-1.78,5.88,5.88,0,0,0,1.78-4.318,5.88,5.88,0,0,0-1.78-4.318A5.88,5.88,0,0,0,13.643-26.005Z" transform="translate(1378 522)" fill="#fff"/>
</g>
</svg>
</a>
<!-- End White Logo -->
<!-- Default Logo -->
<a class="navbar-brand d-flex d-lg-none" href="./index.html" aria-label="Magico id">
<svg xmlns="http://www.w3.org/2000/svg" width="110.092" height="32.327" viewBox="0 0 110.092 32.327">
<g id="Group_5" data-name="Group 5" transform="translate(-1379.674 -484.063)">
<path id="Path_22" data-name="Path 22" d="M1.674-14.309H3.539v1.866H1.674Zm23.609,1.866H23.417V-21.3a3.313,3.313,0,0,0-1.052-2.561,3.539,3.539,0,0,0-2.476-.967,3.558,3.558,0,0,0-2.459.967A3.287,3.287,0,0,0,16.362-21.3v8.853H14.5V-21.3a3.313,3.313,0,0,0-1.052-2.561,3.539,3.539,0,0,0-2.476-.967,3.558,3.558,0,0,0-2.459.967A3.287,3.287,0,0,0,7.44-21.3v8.853H5.575V-26.317L7.135-25.1a5.226,5.226,0,0,1,3.833-1.594,5.447,5.447,0,0,1,2.578.645,4.955,4.955,0,0,1,1.9,1.7,5.134,5.134,0,0,1,4.444-2.341,5.131,5.131,0,0,1,2.154.441,5.625,5.625,0,0,1,1.662,1.136,5.625,5.625,0,0,1,1.136,1.662,5.131,5.131,0,0,1,.441,2.154Zm14.145-1.866a7.111,7.111,0,0,1-5.292,2.273,7.044,7.044,0,0,1-5.156-2.171,7.044,7.044,0,0,1-2.171-5.156,7.01,7.01,0,0,1,2.171-5.19,7.1,7.1,0,0,1,5.156-2.137,7.111,7.111,0,0,1,5.292,2.273l2.035-1.9v13.874ZM34.136-24.824a5.278,5.278,0,0,0-3.884,1.577,5.278,5.278,0,0,0-1.577,3.884,5.278,5.278,0,0,0,1.577,3.884A5.278,5.278,0,0,0,34.136-13.9,5.266,5.266,0,0,0,38-15.5,5.266,5.266,0,0,0,39.6-19.363,5.266,5.266,0,0,0,38-23.23,5.266,5.266,0,0,0,34.136-24.824ZM45.67-7.253a5.3,5.3,0,0,0,4.512,2.2,5.507,5.507,0,0,0,3.952-1.577,5.327,5.327,0,0,0,1.645-4.02v-3.833a7.063,7.063,0,0,1-5.461,2.442,7.044,7.044,0,0,1-5.156-2.171,7.044,7.044,0,0,1-2.171-5.156,7.01,7.01,0,0,1,2.171-5.19,7.1,7.1,0,0,1,5.156-2.137,7.111,7.111,0,0,1,5.292,2.273l2.035-1.9v15.672a7.145,7.145,0,0,1-2.2,5.292,7.234,7.234,0,0,1-5.258,2.171A7.173,7.173,0,0,1,44.245-6.1Zm4.647-17.571a5.278,5.278,0,0,0-3.884,1.577,5.278,5.278,0,0,0-1.577,3.884,5.278,5.278,0,0,0,1.577,3.884A5.278,5.278,0,0,0,50.317-13.9,5.266,5.266,0,0,0,54.184-15.5a5.266,5.266,0,0,0,1.594-3.867,5.266,5.266,0,0,0-1.594-3.867A5.266,5.266,0,0,0,50.317-24.824Zm9.362-1.493h1.866v13.874H59.679Zm0-5.427h1.866v2.035H59.679Zm16.35,7.7-1.459,1.153A5.273,5.273,0,0,0,70.4-24.824a5.278,5.278,0,0,0-3.884,1.577,5.278,5.278,0,0,0-1.577,3.884,5.278,5.278,0,0,0,1.577,3.884A5.278,5.278,0,0,0,70.4-13.9a5.156,5.156,0,0,0,4.071-1.832l1.493,1.153A7.29,7.29,0,0,1,73.485-12.7a7.24,7.24,0,0,1-3.087.661,7.044,7.044,0,0,1-5.156-2.171,7.044,7.044,0,0,1-2.171-5.156,7.011,7.011,0,0,1,2.171-5.19A7.1,7.1,0,0,1,70.4-26.69a7.244,7.244,0,0,1,3.155.678A7.13,7.13,0,0,1,76.029-24.044Zm8.345-2.646a7.066,7.066,0,0,1,5.19,2.137,7.066,7.066,0,0,1,2.137,5.19,7.1,7.1,0,0,1-2.137,5.156,7.011,7.011,0,0,1-5.19,2.171,7.044,7.044,0,0,1-5.156-2.171,7.044,7.044,0,0,1-2.171-5.156,7.01,7.01,0,0,1,2.171-5.19A7.1,7.1,0,0,1,84.374-26.69Zm0,1.866a5.278,5.278,0,0,0-3.884,1.577,5.278,5.278,0,0,0-1.577,3.884,5.278,5.278,0,0,0,1.577,3.884A5.278,5.278,0,0,0,84.374-13.9,5.266,5.266,0,0,0,88.241-15.5a5.266,5.266,0,0,0,1.594-3.867,5.266,5.266,0,0,0-1.594-3.867A5.266,5.266,0,0,0,84.374-24.824Z" transform="translate(1398.065 519.573)" fill="#615d5c"/>
<path id="Path_21" data-name="Path 21" d="M1.674-28.744H3.539V-14.87H1.674Zm0-5.427H3.539v2.035H1.674Zm10.719,5.054a7.063,7.063,0,0,1,5.461,2.442V-37.937H19.72V-14.87l-2.035-1.866a7.111,7.111,0,0,1-5.292,2.273,7.044,7.044,0,0,1-5.156-2.171A7.044,7.044,0,0,1,5.066-21.79a7.01,7.01,0,0,1,2.171-5.19A7.1,7.1,0,0,1,12.393-29.117Zm0,1.866a5.278,5.278,0,0,0-3.884,1.577A5.278,5.278,0,0,0,6.932-21.79a5.278,5.278,0,0,0,1.577,3.884,5.278,5.278,0,0,0,3.884,1.577,5.266,5.266,0,0,0,3.867-1.594,5.266,5.266,0,0,0,1.594-3.867,5.266,5.266,0,0,0-1.594-3.867A5.266,5.266,0,0,0,12.393-27.252Z" transform="translate(1378 522)" fill="#cb0071"/>
</g>
</svg>
</a>
<!-- End Default Logo -->
<div class="ms-auto">
<a class="link link-sm link-secondary" href="https://www.magico.pl">
<i class="bi-chevron-left small ms-1"></i> magico.pl
</a>
</div>
</nav>
</div>
</header>
<!-- ========== END HEADER ========== -->
<!-- ========== MAIN CONTENT ========== -->
<main id="content" role="main" class="flex-grow-1">
<!-- Form -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-5 col-xl-4 d-none d-lg-flex justify-content-center align-items-center min-vh-lg-100 position-relative bg-dark" style="background-image: url(./assets/svg/components/wave-pattern-light.svg);">
<div class="flex-grow-1 p-5">
<!-- Blockquote -->
<figure class="text-center">
<blockquote class="blockquote blockquote-light">Jedno konto id.magico do zarządzania wszystkimi aplikacjami.</blockquote>
</figure>
<!-- End Blockquote -->
</div>
</div>
<!-- End Col -->
<div class="col-lg-7 col-xl-8 d-flex justify-content-center align-items-center min-vh-lg-100">
<div class="flex-grow-1 mx-auto" style="max-width: 28rem;">
<!-- Heading -->
<div class="text-center mb-5 mb-md-7">
<h1 class="h2">Logowanie id.magico</h1>
</div>
<!-- End Heading -->
<!-- Form -->
<form class="js-validate needs-validation" novalidate>
<!-- Form -->
<div class="mb-4">
<label class="form-label" for="signupModalFormLoginEmail">Adres e-mail</label>
<input type="email" class="form-control form-control-lg" name="email" id="signupModalFormLoginEmail" placeholder="" aria-label="email@site.com" required>
<span class="invalid-feedback">Wprowadź poprawny adres e-mail</span>
</div>
<!-- End Form -->
<!-- Form -->
<div class="mb-4">
<div class="d-flex justify-content-between align-items-center">
<label class="form-label" for="signupModalFormLoginPassword">Hasło</label>
<a class="form-label-link" href="./page-reset-password.html">Nie pamiętam hasła</a>
</div>
<div class="input-group input-group-merge" data-hs-validation-validate-class>
<input type="password" class="js-toggle-password form-control form-control-lg" name="password" id="signupModalFormLoginPassword" placeholder="" aria-label="8+ characters required" required minlength="8"
data-hs-toggle-password-options='{
"target": "#changePassTarget",
"defaultClass": "bi-eye-slash",
"showClass": "bi-eye",
"classChangeTarget": "#changePassIcon"
}'>
<a id="changePassTarget" class="input-group-append input-group-text" href="javascript:;">
<i id="changePassIcon" class="bi-eye"></i>
</a>
</div>
<span class="invalid-feedback">Wprowadź poprawne hasło.</span>
</div>
<!-- End Form -->
<div class="d-grid mb-3">
<button type="submit" class="btn btn-primary btn-lg">Zaloguj się!</button>
</div>
<div class="text-center">
<p>Nie masz konta id.magico? <a class="link" href="./page-signup.html">Załóż go!</a></p>
</div>
<div class="text-center mt-4">
<div class="btn-group">
<button type="button" class="btn btn-soft-dark btn-xs dropdown-toggle" id="footerSelectLanguage" data-bs-toggle="dropdown" aria-expanded="false" data-bs-dropdown-animation>
<span class="d-flex align-items-center">
<img class="avatar avatar-xss avatar-circle me-2" src="./assets/vendor/flag-icon-css/flags/1x1/us.svg" alt="Image description" width="16"/>
<span>English (US)</span>
</span>
</button>
<div class="dropdown-menu" aria-labelledby="footerSelectLanguage">
<a class="dropdown-item d-flex align-items-center active" href="#">
<img class="avatar avatar-xss avatar-circle me-2" src="./assets/vendor/flag-icon-css/flags/1x1/pl.svg" alt="Image description" width="16"/>
<span>Polski (PL)</span>
</a>
<a class="dropdown-item d-flex align-items-center" href="#">
<img class="avatar avatar-xss avatar-circle me-2" src="./assets/vendor/flag-icon-css/flags/1x1/de.svg" alt="Image description" width="16"/>
<span>Deutsch</span>
</a>
<a class="dropdown-item d-flex align-items-center" href="#">
<img class="avatar avatar-xss avatar-circle me-2" src="./assets/vendor/flag-icon-css/flags/1x1/es.svg" alt="Image description" width="16"/>
<span>Español</span>
</a>
<a class="dropdown-item d-flex align-items-center" href="#">
<img class="avatar avatar-xss avatar-circle me-2" src="./assets/vendor/flag-icon-css/flags/1x1/cn.svg" alt="Image description" width="16"/>
<span>中文 (繁體)</span>
</a>
</div>
</div>
</div>
</form>
<!-- End Form -->
</div>
</div>
<!-- End Col -->
</div>
<!-- End Row -->
</div>
<!-- End Form -->
</main>
<!-- ========== END MAIN CONTENT ========== -->
<!-- JS Global Compulsory -->
<script src="./assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<!-- JS Implementing Plugins -->
<script src="./assets/vendor/hs-toggle-password/dist/js/hs-toggle-password.js"></script>
<!-- JS Front -->
<script src="./assets/js/theme.min.js"></script>
<!-- JS Plugins Init. -->
<script>
(function() {
// INITIALIZATION OF BOOTSTRAP VALIDATION
// =======================================================
HSBsValidation.init('.js-validate', {
onSubmit: data => {
data.event.preventDefault()
alert('Submited')
}
})
// INITIALIZATION OF TOGGLE PASSWORD
// =======================================================
new HSTogglePassword('.js-toggle-password')
})()
</script>
</body>
</html>
+4 -4
View File
@@ -605,12 +605,12 @@
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 1246 1078"> <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 1246 1078">
<g opacity=".4"> <g opacity=".4">
<linearGradient id="doubleEllipseTopLeftID1" gradientUnits="userSpaceOnUse" x1="2073.5078" y1="1.7251" x2="2273.4375" y2="1135.5818" gradientTransform="matrix(-1 0 0 1 2600 0)"> <linearGradient id="doubleEllipseTopLeftID1" gradientUnits="userSpaceOnUse" x1="2073.5078" y1="1.7251" x2="2273.4375" y2="1135.5818" gradientTransform="matrix(-1 0 0 1 2600 0)">
<stop offset="0.4976" style="stop-color:gulpLighten[#377dff,30]"/> <stop offset="0.4976" style="stop-color:#559bff"/>
<stop offset="1" style="stop-color:#377dff"/> <stop offset="1" style="stop-color:#377dff"/>
</linearGradient> </linearGradient>
<polygon fill="url(#doubleEllipseTopLeftID1)" points="519.8,0.6 0,0.6 0,1078 863.4,1078 "/> <polygon fill="url(#doubleEllipseTopLeftID1)" points="519.8,0.6 0,0.6 0,1078 863.4,1078 "/>
<linearGradient id="doubleEllipseTopLeftID2" gradientUnits="userSpaceOnUse" x1="1717.1648" y1="3.779560e-05" x2="1717.1648" y2="644.0417" gradientTransform="matrix(-1 0 0 1 2600 0)"> <linearGradient id="doubleEllipseTopLeftID2" gradientUnits="userSpaceOnUse" x1="1717.1648" y1="3.779560e-05" x2="1717.1648" y2="644.0417" gradientTransform="matrix(-1 0 0 1 2600 0)">
<stop offset="1.577052e-06" style="stop-color:gulpLighten[#377dff,30]"/> <stop offset="1.577052e-06" style="stop-color:#559bff"/>
<stop offset="1" style="stop-color:#377dff"/> <stop offset="1" style="stop-color:#377dff"/>
</linearGradient> </linearGradient>
<polygon fill="url(#doubleEllipseTopLeftID2)" points="519.7,0 1039.4,0.6 1246,639.1 725.2,644 "/> <polygon fill="url(#doubleEllipseTopLeftID2)" points="519.7,0 1039.4,0.6 1246,639.1 725.2,644 "/>
@@ -672,12 +672,12 @@
&lt;svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 1246 1078"&gt; &lt;svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 1246 1078"&gt;
&lt;g opacity=".4"&gt; &lt;g opacity=".4"&gt;
&lt;linearGradient id="doubleEllipseTopLeftID1" gradientUnits="userSpaceOnUse" x1="2073.5078" y1="1.7251" x2="2273.4375" y2="1135.5818" gradientTransform="matrix(-1 0 0 1 2600 0)"&gt; &lt;linearGradient id="doubleEllipseTopLeftID1" gradientUnits="userSpaceOnUse" x1="2073.5078" y1="1.7251" x2="2273.4375" y2="1135.5818" gradientTransform="matrix(-1 0 0 1 2600 0)"&gt;
&lt;stop offset="0.4976" style="stop-color:gulpLighten[#377dff,30]"/&gt; &lt;stop offset="0.4976" style="stop-color:#559bff"/&gt;
&lt;stop offset="1" style="stop-color:#377dff"/&gt; &lt;stop offset="1" style="stop-color:#377dff"/&gt;
&lt;/linearGradient&gt; &lt;/linearGradient&gt;
&lt;polygon fill="url(#doubleEllipseTopLeftID1)" points="519.8,0.6 0,0.6 0,1078 863.4,1078 "/&gt; &lt;polygon fill="url(#doubleEllipseTopLeftID1)" points="519.8,0.6 0,0.6 0,1078 863.4,1078 "/&gt;
&lt;linearGradient id="doubleEllipseTopLeftID2" gradientUnits="userSpaceOnUse" x1="1717.1648" y1="3.779560e-05" x2="1717.1648" y2="644.0417" gradientTransform="matrix(-1 0 0 1 2600 0)"&gt; &lt;linearGradient id="doubleEllipseTopLeftID2" gradientUnits="userSpaceOnUse" x1="1717.1648" y1="3.779560e-05" x2="1717.1648" y2="644.0417" gradientTransform="matrix(-1 0 0 1 2600 0)"&gt;
&lt;stop offset="1.577052e-06" style="stop-color:gulpLighten[#377dff,30]"/&gt; &lt;stop offset="1.577052e-06" style="stop-color:#559bff"/&gt;
&lt;stop offset="1" style="stop-color:#377dff"/&gt; &lt;stop offset="1" style="stop-color:#377dff"/&gt;
&lt;/linearGradient&gt; &lt;/linearGradient&gt;
&lt;polygon fill="url(#doubleEllipseTopLeftID2)" points="519.7,0 1039.4,0.6 1246,639.1 725.2,644 "/&gt; &lt;polygon fill="url(#doubleEllipseTopLeftID2)" points="519.7,0 1039.4,0.6 1246,639.1 725.2,644 "/&gt;
+2 -1
View File
@@ -31,7 +31,8 @@ function fileInclude() {
paths.src.html.files, paths.src.html.files,
'!' + paths.src.assets.files, '!' + paths.src.assets.files,
'!' + paths.src.tmp.files, '!' + paths.src.tmp.files,
'!' + paths.src.partials.files '!' + paths.src.partials.files,
'!' + paths.src.magico_partials.files
]) ])
.pipe(replace(/@@autopath/g, function (match) { .pipe(replace(/@@autopath/g, function (match) {
return pathLevel(this.file) return pathLevel(this.file)
+1
View File
@@ -77,6 +77,7 @@ function fileIncludeAll() {
'!' + paths.src.assets.files, '!' + paths.src.assets.files,
'!' + paths.src.tmp.files, '!' + paths.src.tmp.files,
'!' + paths.src.partials.files, '!' + paths.src.partials.files,
'!' + paths.src.magico_partials.files
]) ])
.pipe(cached()) .pipe(cached())
.pipe(replace(/@@autopath/g, function (match) { .pipe(replace(/@@autopath/g, function (match) {