diff --git a/dist/extension.zip b/dist/extension.zip index 243d9b1..2c20ccf 100644 Binary files a/dist/extension.zip and b/dist/extension.zip differ diff --git a/dist/extension/birb.js b/dist/extension/birb.js index 93ab212..c106be5 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -440,6 +440,20 @@ "tags": [ "tuft" ] + }, + "darkEyedJunco": { + "name": "Dark-eyed Junco", + "description": "Native across North America, these social birds will often be seen hopping along the ground in winter.", + "colors": { + "face": "#55565e", + "wing": "#5c5f69", + "wing-edge": "#444547", + "belly": "#6c7180", + "underbelly": "#b8bbcc", + "foot": "#87776d", + "beak": "#ab8a98" + }, + "tags": [] } }; diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index d3b9a90..9138f16 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -445,6 +445,20 @@ module.exports = class PocketBird extends Plugin { "tags": [ "tuft" ] + }, + "darkEyedJunco": { + "name": "Dark-eyed Junco", + "description": "Native across North America, these social birds will often be seen hopping along the ground in winter.", + "colors": { + "face": "#55565e", + "wing": "#5c5f69", + "wing-edge": "#444547", + "belly": "#6c7180", + "underbelly": "#b8bbcc", + "foot": "#87776d", + "beak": "#ab8a98" + }, + "tags": [] } }; diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index a146d58..75aa338 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -454,6 +454,20 @@ "tags": [ "tuft" ] + }, + "darkEyedJunco": { + "name": "Dark-eyed Junco", + "description": "Native across North America, these social birds will often be seen hopping along the ground in winter.", + "colors": { + "face": "#55565e", + "wing": "#5c5f69", + "wing-edge": "#444547", + "belly": "#6c7180", + "underbelly": "#b8bbcc", + "foot": "#87776d", + "beak": "#ab8a98" + }, + "tags": [] } }; diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 4020aae..0bddd7c 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -440,6 +440,20 @@ "tags": [ "tuft" ] + }, + "darkEyedJunco": { + "name": "Dark-eyed Junco", + "description": "Native across North America, these social birds will often be seen hopping along the ground in winter.", + "colors": { + "face": "#55565e", + "wing": "#5c5f69", + "wing-edge": "#444547", + "belly": "#6c7180", + "underbelly": "#b8bbcc", + "foot": "#87776d", + "beak": "#ab8a98" + }, + "tags": [] } }; diff --git a/dist/web/birb.js b/dist/web/birb.js index 4020aae..0bddd7c 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -440,6 +440,20 @@ "tags": [ "tuft" ] + }, + "darkEyedJunco": { + "name": "Dark-eyed Junco", + "description": "Native across North America, these social birds will often be seen hopping along the ground in winter.", + "colors": { + "face": "#55565e", + "wing": "#5c5f69", + "wing-edge": "#444547", + "belly": "#6c7180", + "underbelly": "#b8bbcc", + "foot": "#87776d", + "beak": "#ab8a98" + }, + "tags": [] } }; diff --git a/src/species.js b/src/species.js index 9147d5b..5d538ba 100644 --- a/src/species.js +++ b/src/species.js @@ -212,5 +212,19 @@ export default { "tags": [ "tuft" ] + }, + "darkEyedJunco": { + "name": "Dark-eyed Junco", + "description": "Native across North America, these social birds will often be seen hopping along the ground in winter.", + "colors": { + "face": "#55565e", + "wing": "#5c5f69", + "wing-edge": "#444547", + "belly": "#6c7180", + "underbelly": "#b8bbcc", + "foot": "#87776d", + "beak": "#ab8a98" + }, + "tags": [] } }