Skip to content

Commit 6022094

Browse files
authored
Merge pull request #205 from ruedap/release/v1.3.0.0
Based on Bootstrap Icons 1.3.0
2 parents c4d24d3 + e0ef988 commit 6022094

Some content is hidden

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

86 files changed

+967
-40
lines changed

README.md

Lines changed: 1 addition & 1 deletion

assets/icons.json

Lines changed: 940 additions & 27 deletions
Large diffs are not rendered by default.
-711 Bytes
-728 Bytes

assets/icons/arrow-down-square.png

-681 Bytes

assets/icons/arrow-left-square.png

-596 Bytes

assets/icons/arrow-right-square.png

-628 Bytes

assets/icons/arrow-up-left-square.png

-828 Bytes
-758 Bytes

assets/icons/arrow-up-square.png

-679 Bytes

assets/icons/badge-3d-fill.png

842 Bytes

assets/icons/badge-3d.png

884 Bytes

assets/icons/badge-ar-fill.png

832 Bytes

assets/icons/badge-ar.png

943 Bytes

assets/icons/badge-vr-fill.png

851 Bytes

assets/icons/badge-vr.png

933 Bytes

assets/icons/badge-wc-fill.png

1.06 KB

assets/icons/badge-wc.png

1.16 KB

assets/icons/border-all.png

142 Bytes

assets/icons/border-bottom.png

216 Bytes

assets/icons/border-center.png

219 Bytes

assets/icons/border-inner.png

219 Bytes

assets/icons/border-left.png

208 Bytes

assets/icons/border-middle.png

218 Bytes

assets/icons/border-outer.png

187 Bytes

assets/icons/border-right.png

212 Bytes

assets/icons/border-top.png

211 Bytes

assets/icons/border.png

217 Bytes

assets/icons/cup-straw.png

90 Bytes

assets/icons/dash-circle-dotted.png

986 Bytes

assets/icons/dash-square-dotted.png

494 Bytes

assets/icons/eraser-fill.png

818 Bytes

assets/icons/eraser.png

880 Bytes

assets/icons/eyedropper.png

788 Bytes

assets/icons/hand-index-fill.png

696 Bytes
781 Bytes
725 Bytes

assets/icons/hand-thumbs-up-fill.png

711 Bytes

assets/icons/layer-backward.png

547 Bytes

assets/icons/layer-forward.png

547 Bytes

assets/icons/lightbulb-fill.png

773 Bytes

assets/icons/lightbulb-off-fill.png

918 Bytes

assets/icons/lightbulb-off.png

1.05 KB

assets/icons/lightbulb.png

1.08 KB

assets/icons/mask.png

1.18 KB

assets/icons/megaphone-fill.png

656 Bytes

assets/icons/megaphone.png

967 Bytes

assets/icons/mouse-fill.png

635 Bytes

assets/icons/mouse2-fill.png

630 Bytes

assets/icons/mouse3-fill.png

921 Bytes

assets/icons/paint-bucket.png

1.21 KB

assets/icons/palette-fill.png

997 Bytes

assets/icons/palette.png

1.37 KB

assets/icons/palette2.png

878 Bytes

assets/icons/person-circle.png

-86 Bytes

assets/icons/phone-vibrate-fill.png

919 Bytes

assets/icons/pin-angle-fill.png

806 Bytes

assets/icons/pin-angle.png

942 Bytes

assets/icons/pin-fill.png

435 Bytes

assets/icons/pin.png

511 Bytes

assets/icons/plus-circle-dotted.png

1.02 KB

assets/icons/plus-square-dotted.png

541 Bytes

assets/icons/reply-all-fill.png

3 Bytes

assets/icons/reply-all.png

-12 Bytes

assets/icons/reply-fill.png

-9 Bytes

assets/icons/reply.png

-49 Bytes

assets/icons/rulers.png

262 Bytes

assets/icons/save-fill.png

633 Bytes

assets/icons/save.png

774 Bytes

assets/icons/save2-fill.png

531 Bytes

assets/icons/save2.png

616 Bytes

assets/icons/speedometer.png

1.46 KB

assets/icons/speedometer2.png

1.41 KB

assets/icons/stack.png

1.02 KB

assets/icons/symmetry-horizontal.png

628 Bytes

assets/icons/symmetry-vertical.png

767 Bytes

assets/icons/telegram.png

1.01 KB

assets/icons/whatsapp.png

1.45 KB

assets/icons/window-dock.png

406 Bytes

assets/icons/window-sidebar.png

444 Bytes

assets/info.plist

Lines changed: 2 additions & 2 deletions
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.2.2.0</string>
6+
<string>Bootstrap Icons 1.3.0.0</string>
77
<key>version</key>
8-
<string>1.2.2.0</string>
8+
<string>1.3.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 189 files

src/assets/icons/png_files.test.ts

Lines changed: 1 addition & 1 deletion
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(1201);
6+
expect(icons.length).toBe(1265);
77
});
88
});

src/assets/icons_object.test.ts

Lines changed: 1 addition & 1 deletion
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(1201);
6+
expect(obj.length).toBe(1265);
77
});
88

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

src/icons.test.ts

Lines changed: 1 addition & 1 deletion
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(1201);
27+
expect(allIcons.items.length).toBe(1265);
2828

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

src/search.test.ts

Lines changed: 20 additions & 6 deletions
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 0 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: 158,
151+
refIndex: 166,
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: 159,
165+
refIndex: 167,
166166
score: 0.19140625,
167167
},
168168
{
@@ -176,9 +176,23 @@ 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: 157,
179+
refIndex: 165,
180180
score: 0.20357702451072787,
181181
},
182+
{
183+
item: {
184+
categories: ["UI and keyboard"],
185+
name: "border-bottom",
186+
svg: {
187+
raw:
188+
'"<svg xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16\\" height=\\"16\\" fill=\\"currentColor\\" class=\\"bi bi-border-bottom\\" viewBox=\\"0 0 16 16\\">\\n <path d=\\"M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469h.031zM9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM1 2.844v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5V8.5zm1.406 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031V8.5zM0 9.406v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zM0 15h16v1H0v-1z\\"/>\\n</svg>"',
189+
},
190+
tags: ["borders"],
191+
title: "Border bottom",
192+
},
193+
refIndex: 169,
194+
score: 0.5028302621905112,
195+
},
182196
{
183197
item: {
184198
categories: ["Misc"],
@@ -190,7 +204,7 @@ describe("search()", () => {
190204
tags: ["reading", "book", "label", "tag", "category"],
191205
title: "Bookmark heart fill",
192206
},
193-
refIndex: 145,
207+
refIndex: 153,
194208
score: 0.6684759217372512,
195209
},
196210
{
@@ -204,12 +218,12 @@ describe("search()", () => {
204218
tags: ["reading", "book", "label", "tag", "category"],
205219
title: "Bookmark heart",
206220
},
207-
refIndex: 146,
221+
refIndex: 154,
208222
score: 0.6684759217372512,
209223
},
210224
];
211225

212-
expect(actual.length).toBe(5);
226+
expect(actual.length).toBe(6);
213227
expect(actual).toStrictEqual(expected);
214228
});
215229
});

0 commit comments

Comments
 (0)