Skip to content

Commit

Permalink
added new yarn: hobbii - winter glow solid
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvlpr committed Nov 9, 2024
1 parent d95053c commit 0b3c5c7
Show file tree
Hide file tree
Showing 10 changed files with 459 additions and 39 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@skeletonlabs/skeleton": "^2.9.1",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-cloudflare": "^4.7.3",
"@sveltejs/kit": "^2.7.0",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/forms": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^8.8.1",
Expand All @@ -40,7 +40,7 @@
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.7",
"sass": "^1.79.5",
Expand All @@ -49,7 +49,7 @@
"svelte-dnd-action": "^0.9.51",
"svelte-floating-ui": "^1.5.6",
"svelte-legos": "^0.2.4",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vaul-svelte": "^0.3.0",
Expand Down
56 changes: 28 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 55 additions & 3 deletions src/lib/yarns/caron/one-pound/colorways.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const colorways: Colorway[] = [
{
source: {
name: 'yarnspirations.com',
href: 'https://www.yarnspirations.com/caron-one-pound-yarn/294010.html',
accessed: '2022-03-18',
href: 'https://www.yarnspirations.com/products/caron-one-pound-yarn',
accessed: '2024-11-09',
},
colors: [
{
Expand Down Expand Up @@ -46,7 +46,7 @@ const colorways: Colorway[] = [
},
{
hex: '#c1d7ef',
name: 'Sky blue',
name: 'Sky Blue',
},
{
hex: '#e0d4c9',
Expand Down Expand Up @@ -172,6 +172,58 @@ const colorways: Colorway[] = [
hex: '#456164',
name: 'Hosta',
},
{
hex: '#ece3e9',
name: 'Pink',
},
{
hex: '#a89a98',
name: 'Dove',
},
{
hex: '#eb8270',
name: 'Living Coral',
},
{
hex: '#f0d164',
name: 'Sun Yellow',
},
{
hex: '#90566d',
name: 'Raspberry Pink',
},
{
hex: '#2c434a',
name: 'Deep Sea Teal',
},
{
hex: '#947d75',
name: 'Truffle',
},
{
hex: '#cb8f74',
name: 'Faded Brick',
},
{
hex: '#e0bb7d',
name: 'Dijon',
},
{
hex: '#98a897',
name: 'Succulent',
},
{
hex: '#ae3f62',
name: 'Raspberry',
},
{
hex: '#443b46',
name: 'Black Plum',
},
{
hex: '#3b84b1',
name: 'Blue Danube',
},
],
},
];
Expand Down
Loading

0 comments on commit 0b3c5c7

Please sign in to comment.