Skip to content

Commit 43e0c62

Browse files
authored
Merge pull request #296 from ruedap/release/v1.5.0.0
Based on Bootstrap Icons 1.5.0
2 parents 9fe3edd + b11aa5a commit 43e0c62

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+673
-13
lines changed

README.md

+1-1

assets/icons.json

+660
Large diffs are not rendered by default.

assets/icons/bank.png

503 Bytes

assets/icons/bank2.png

487 Bytes

assets/icons/bell-slash-fill.png

918 Bytes

assets/icons/bell-slash.png

1.01 KB

assets/icons/cash-coin.png

1.37 KB

assets/icons/check-lg.png

798 Bytes

assets/icons/coin.png

2.16 KB

assets/icons/currency-bitcoin.png

644 Bytes

assets/icons/currency-dollar.png

849 Bytes

assets/icons/currency-euro.png

577 Bytes

assets/icons/currency-exchange.png

1.37 KB

assets/icons/currency-pound.png

560 Bytes

assets/icons/currency-yen.png

605 Bytes

assets/icons/dash-lg.png

233 Bytes

assets/icons/exclamation-lg.png

615 Bytes
981 Bytes

assets/icons/file-earmark-pdf.png

1.02 KB

assets/icons/file-pdf-fill.png

816 Bytes

assets/icons/file-pdf.png

953 Bytes

assets/icons/gender-ambiguous.png

840 Bytes

assets/icons/gender-female.png

886 Bytes

assets/icons/gender-male.png

957 Bytes

assets/icons/gender-trans.png

935 Bytes

assets/icons/headset-vr.png

916 Bytes

assets/icons/info-lg.png

751 Bytes

assets/icons/mastodon.png

1.03 KB

assets/icons/messenger.png

1.12 KB

assets/icons/piggy-bank-fill.png

970 Bytes

assets/icons/piggy-bank.png

1.37 KB

assets/icons/pin-map-fill.png

824 Bytes

assets/icons/pin-map.png

971 Bytes

assets/icons/plus-lg.png

312 Bytes

assets/icons/question-lg.png

866 Bytes

assets/icons/recycle.png

1.18 KB

assets/icons/reddit.png

1.27 KB

assets/icons/safe-fill.png

790 Bytes

assets/icons/safe.png

870 Bytes

assets/icons/safe2-fill.png

942 Bytes

assets/icons/safe2.png

949 Bytes

assets/icons/sd-card-fill.png

433 Bytes

assets/icons/sd-card.png

506 Bytes

assets/icons/skype.png

1.11 KB

assets/icons/slash-lg.png

578 Bytes

assets/icons/translate.png

1.08 KB

assets/icons/x-lg.png

743 Bytes

assets/info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<plist version="1.0">
44
<dict>
55
<key>name</key>
6-
<string>Bootstrap Icons 1.4.1.1</string>
6+
<string>Bootstrap Icons 1.5.0.0</string>
77
<key>version</key>
8-
<string>1.4.1.1</string>
8+
<string>1.5.0.0</string>
99
<key>webaddress</key>
1010
<string>https://github.com/ruedap/alfred-bootstrap-icons-workflow</string>
1111
<key>readme</key>

bootstrap-icons

Submodule bootstrap-icons updated 102 files

src/assets/icons/png_files.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import fg from "fast-glob";
33
describe("./assets/icons/*.png", () => {
44
test("length", () => {
55
const icons: string[] = fg.sync("./assets/icons/*.png");
6-
expect(icons.length).toBe(1325);
6+
expect(icons.length).toBe(1370);
77
});
88
});

src/assets/icons_object.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { getAllIconsObject } from "./icons_object";
33
describe("getAllIconsObject()", () => {
44
test("length", () => {
55
const obj = getAllIconsObject();
6-
expect(obj.length).toBe(1325);
6+
expect(obj.length).toBe(1370);
77
});
88

99
test("icon: bootstrap", () => {

src/icons.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test("toResponseItem()", () => {
2424

2525
test("getAllIcons()", () => {
2626
const allIcons = getAllIcons();
27-
expect(allIcons.items.length).toBe(1325);
27+
expect(allIcons.items.length).toBe(1370);
2828

2929
const actual = allIcons.items.find((icon) => icon.arg === "bootstrap");
3030
const expected = {

src/search.test.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ describe("search()", () => {
148148
'"<svg xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16\\" height=\\"16\\" fill=\\"currentColor\\" class=\\"bi bi-bootstrap-reboot\\" viewBox=\\"0 0 16 16\\">\\n <path d=\\"M1.161 8a6.84 6.84 0 1 0 6.842-6.84.58.58 0 1 1 0-1.16 8 8 0 1 1-6.556 3.412l-.663-.577a.58.58 0 0 1 .227-.997l2.52-.69a.58.58 0 0 1 .728.633l-.332 2.592a.58.58 0 0 1-.956.364l-.643-.56A6.812 6.812 0 0 0 1.16 8z\\"/>\\n <path d=\\"M6.641 11.671V8.843h1.57l1.498 2.828h1.314L9.377 8.665c.897-.3 1.427-1.106 1.427-2.1 0-1.37-.943-2.246-2.456-2.246H5.5v7.352h1.141zm0-3.75V5.277h1.57c.881 0 1.416.499 1.416 1.32 0 .84-.504 1.324-1.386 1.324h-1.6z\\"/>\\n</svg>"',
149149
},
150150
},
151-
refIndex: 166,
151+
refIndex: 170,
152152
score: 1.7028485066985596e-12,
153153
},
154154
{
@@ -162,7 +162,7 @@ describe("search()", () => {
162162
'"<svg xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16\\" height=\\"16\\" fill=\\"currentColor\\" class=\\"bi bi-bootstrap\\" viewBox=\\"0 0 16 16\\">\\n <path d=\\"M5.062 12h3.475c1.804 0 2.888-.908 2.888-2.396 0-1.102-.761-1.916-1.904-2.034v-.1c.832-.14 1.482-.93 1.482-1.816 0-1.3-.955-2.11-2.542-2.11H5.062V12zm1.313-4.875V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23H6.375zm0 3.762V8.162h1.822c1.236 0 1.887.463 1.887 1.348 0 .896-.627 1.377-1.811 1.377H6.375z\\"/>\\n <path d=\\"M0 4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4zm4-3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H4z\\"/>\\n</svg>"',
163163
},
164164
},
165-
refIndex: 167,
165+
refIndex: 171,
166166
score: 0.19140625,
167167
},
168168
{
@@ -176,7 +176,7 @@ describe("search()", () => {
176176
'"<svg xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16\\" height=\\"16\\" fill=\\"currentColor\\" class=\\"bi bi-bootstrap-fill\\" viewBox=\\"0 0 16 16\\">\\n <path d=\\"M6.375 7.125V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23H6.375zm0 3.762h1.898c1.184 0 1.81-.48 1.81-1.377 0-.885-.65-1.348-1.886-1.348H6.375v2.725z\\"/>\\n <path d=\\"M4.002 0a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4h-8zm1.06 12V3.545h3.399c1.587 0 2.543.809 2.543 2.11 0 .884-.65 1.675-1.483 1.816v.1c1.143.117 1.904.931 1.904 2.033 0 1.488-1.084 2.396-2.888 2.396H5.062z\\"/>\\n</svg>"',
177177
},
178178
},
179-
refIndex: 165,
179+
refIndex: 169,
180180
score: 0.20357702451072787,
181181
},
182182
{
@@ -190,7 +190,7 @@ describe("search()", () => {
190190
tags: ["borders"],
191191
title: "Border bottom",
192192
},
193-
refIndex: 169,
193+
refIndex: 173,
194194
score: 0.5028302621905112,
195195
},
196196
{
@@ -204,7 +204,7 @@ describe("search()", () => {
204204
tags: ["reading", "book", "label", "tag", "category"],
205205
title: "Bookmark heart fill",
206206
},
207-
refIndex: 153,
207+
refIndex: 157,
208208
score: 0.6684759217372512,
209209
},
210210
{
@@ -218,7 +218,7 @@ describe("search()", () => {
218218
tags: ["reading", "book", "label", "tag", "category"],
219219
title: "Bookmark heart",
220220
},
221-
refIndex: 154,
221+
refIndex: 158,
222222
score: 0.6684759217372512,
223223
},
224224
];

0 commit comments

Comments
 (0)