Skip to content

Commit

Permalink
added new yarn: Sandnes - Peer Gynt
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvlpr committed Dec 21, 2024
1 parent 401cb1e commit d88e21d
Show file tree
Hide file tree
Showing 5 changed files with 260 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "temperature-blanket-web-app",
"version": "4.8.1",
"version": "4.9.0",
"description": "Weather Data + Art! Web app for creating a temperature blanket",
"main": "index.html",
"private": true,
Expand Down
242 changes: 242 additions & 0 deletions src/lib/yarns/sandnes/peer-gynt/colorways.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,242 @@
import type { Colorway } from '$lib/types';

const colorways: Colorway[] = [
{
source: {
name: 'sandnesgarn.no',
href: 'https://www.sandnesgarn.no/peer-gynt-1865',
accessed: '2024-12-21',
},
colors: [
{
hex: '#f6f4eb',
name: 'Hvit 1001',
},
{
hex: '#f3efe4',
name: 'Hvit 1002',
},
{
hex: '#ede3cd',
name: 'Natur 1012',
},
{
hex: '#bbb9b5',
name: 'Lys Gråmelert 1032',
},
{
hex: '#bfbab2',
name: 'Lys Gråmelert Løvfall Tweed 1035',
},
{
hex: '#939188',
name: 'Gråmelert 1042',
},
{
hex: '#dfd5be',
name: 'Natur M/Tutti Frutti Tweed1044',
},
{
hex: '#666563',
name: 'Mørk Gråmelert 1053',
},
{
hex: '#292929',
name: 'Koksmelert 1088',
},
{
hex: '#1b1b1b',
name: 'Svart 1099',
},
{
hex: '#c3c5c0',
name: 'Lys Gråmelert M/Blå Tweed 1502',
},
{
hex: '#e8cc70',
name: 'Solgul 2016',
},
{
hex: '#cfbfb1',
name: 'Marsipan 2321',
},
{
hex: '#eae2d0',
name: 'Natur Tweed 2523',
},
{
hex: '#643d1b',
name: 'Gyllenbrun 2564',
},
{
hex: '#aca097',
name: 'Gråbeige Melert 2650',
},
{
hex: '#726660',
name: 'Mellombrun Melert 2652',
},
{
hex: '#d0c2b3',
name: 'Marsipan M/Tutti Frutti Tweed 2720',
},
{
hex: '#c5b5a3',
name: 'Beigmelert Natur Tweed 2730',
},
{
hex: '#a75b2c',
name: 'Cognac 2745',
},
{
hex: '#c6b6a5',
name: 'Lys Beigemelert 3021',
},
{
hex: '#3f3130',
name: 'Mørk Brun 3082',
},
{
hex: '#665149',
name: 'Eikenøtt 3161',
},
{
hex: '#f2d6c9',
name: 'Ballet Tutu 3509',
},
{
hex: '#2e2b2c',
name: 'Bristol Black 3800',
},
{
hex: '#d3472c',
name: 'Spicy Orange 3819',
},
{
hex: '#7d413c',
name: 'Spiced Apple 3854',
},
{
hex: '#b82f2a',
name: 'Scarlet Red4018',
},
{
hex: '#eeb1ac',
name: 'Blossom 4213',
},
{
hex: '#7c1824',
name: 'Rød 4228',
},
{
hex: '#822139',
name: 'Rumba Red 4255',
},
{
hex: '#e88c99',
name: 'Bubblegum Pink 4315',
},
{
hex: '#5c3543',
name: 'Vinrød 4363',
},
{
hex: '#982d5d',
name: 'Jazzy Pink 4600',
},
{
hex: '#e594b9',
name: 'Shocking Pink 4626',
},
{
hex: '#ae577e',
name: 'Magenta 4628',
},
{
hex: '#4e2f48',
name: 'Bjørnebærsaft 4672',
},
{
hex: '#c6b1c5',
name: 'Lilac5023',
},
{
hex: '#21233b',
name: 'Marine 5575',
},
{
hex: '#d0d9db',
name: 'Arctic Ice 5811',
},
{
hex: '#2d4c95',
name: 'Dazzling Blue 5845',
},
{
hex: '#5475a3',
name: 'Regatta Blå 6044',
},
{
hex: '#1e4886',
name: 'Jolly Blue 6046',
},
{
hex: '#1c2e46',
name: 'Mørk Blå 6062',
},
{
hex: '#6e829b',
name: 'Blåmelert 6324',
},
{
hex: '#2d3250',
name: 'Mørk Blå 6364',
},
{
hex: '#4a5b69',
name: 'Mørk Blå 6572',
},
{
hex: '#2e2d35',
name: 'Mørk Gråblå 6581',
},
{
hex: '#2a4041',
name: 'Dyp Petrol 7281',
},
{
hex: '#7d8981',
name: 'Eukalyptus 8051',
},
{
hex: '#2f402f',
name: 'Skoggrønn 8082',
},
{
hex: '#45915e',
name: 'Jelly Bean Green 8236',
},
{
hex: '#a0b786',
name: 'Spring Green 8733',
},
{
hex: '#efd97b',
name: 'Lemon9004',
},
{
hex: '#444a48',
name: 'Urban Chic 9080',
},
{
hex: '#4a4f3b',
name: 'Mørk Grønnmelert 9572',
},
{
hex: '#69593b',
name: 'Dark Olive 9873',
},
],
},
];
export default colorways;
9 changes: 9 additions & 0 deletions src/lib/yarns/sandnes/peer-gynt/yarn.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import type { Yarn } from '$lib/types';
import colorways from './colorways';

export const yarn: Yarn = {
colorways,
id: 'peer_gynt',
name: 'Peer Gynt',
weightId: 'd',
};
3 changes: 2 additions & 1 deletion src/lib/yarns/sandnes/yarns.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import type { Brand } from '$lib/types';
import { yarn as peerGynt } from './peer-gynt/yarn';
import { yarn as petiteknitDoubleSunday } from './petiteknit-double-sunday/yarn';
import { yarn as sunday } from './sunday/yarn';
import { yarn as tynnPeerGynt } from './tynn-peer-gynt/yarn';

export const brand: Brand = {
name: 'Sandnes',
id: 'sandnes',
yarns: [petiteknitDoubleSunday, sunday, tynnPeerGynt],
yarns: [peerGynt, petiteknitDoubleSunday, sunday, tynnPeerGynt],
};
7 changes: 6 additions & 1 deletion src/routes/changelog/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ export const entries: ChangelogItem[] = [
{
date: 'December, 2024',
notes: [
{
icon: ICONS.checkCircle,
text: `57 colorways`,
title: 'Added Yarn: Sandnes - Peer Gynt',
},
{
icon: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
<path stroke-linecap="round" stroke-linejoin="round" d="m2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" />
Expand All @@ -30,7 +35,7 @@ export const entries: ChangelogItem[] = [
title: 'New Seasonal Background Image',
},
],
version: '4.8.1',
version: '4.9.0',
},
{
notes: [
Expand Down

0 comments on commit d88e21d

Please sign in to comment.