@swr-data-lab/components 2.34.6 → 2.34.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -41,12 +41,6 @@ export {};
|
|
|
41
41
|
margin-left: calc(var(--column-width) * -1 + (var(--column-gap)) * -1);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
|
-
@media (min-width: 1440px) {
|
|
45
|
-
.medium {
|
|
46
|
-
width: calc(var(--column-width) * 8 + var(--column-gap) * 7);
|
|
47
|
-
margin-left: calc(var(--column-width) * -1 + (var(--column-gap)) * -1);
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
44
|
|
|
51
45
|
@media (min-width: 640px) {
|
|
52
46
|
.large {
|
|
@@ -60,12 +54,6 @@ export {};
|
|
|
60
54
|
margin-left: calc(var(--column-width) * -2 + var(--column-gap) * -2);
|
|
61
55
|
}
|
|
62
56
|
}
|
|
63
|
-
@media (min-width: 1440px) {
|
|
64
|
-
.large {
|
|
65
|
-
width: calc(var(--column-width) * 10 + var(--column-gap) * 11);
|
|
66
|
-
margin-left: calc(var(--column-width) * -2 + var(--column-gap) * -3);
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
57
|
|
|
70
58
|
.bleed {
|
|
71
59
|
width: 100vw;
|
|
@@ -85,9 +73,4 @@ export {};
|
|
|
85
73
|
.bleed {
|
|
86
74
|
margin-left: calc(var(--column-width) * -2 + (var(--column-gap)) * -2 - var(--margin) * 1);
|
|
87
75
|
}
|
|
88
|
-
}
|
|
89
|
-
@media (min-width: 1440px) {
|
|
90
|
-
.bleed {
|
|
91
|
-
margin-left: calc(var(--column-width) * -3 + (var(--column-gap)) * -3 - var(--margin) * 1);
|
|
92
|
-
}
|
|
93
76
|
}</style>
|
|
@@ -290,11 +290,6 @@ header {
|
|
|
290
290
|
grid-column: 3/11;
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
|
-
@media (min-width: 1440px) {
|
|
294
|
-
.article-text {
|
|
295
|
-
grid-column: 4/10;
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
293
|
|
|
299
294
|
.article-header {
|
|
300
295
|
margin-bottom: 24px;
|
|
@@ -310,11 +305,6 @@ header {
|
|
|
310
305
|
grid-column: 3/11;
|
|
311
306
|
}
|
|
312
307
|
}
|
|
313
|
-
@media (min-width: 1440px) {
|
|
314
|
-
.article-header {
|
|
315
|
-
grid-column: 4/10;
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
308
|
|
|
319
309
|
.article-eyebrow {
|
|
320
310
|
font-size: 0.875rem;
|
|
@@ -395,7 +385,7 @@ header {
|
|
|
395
385
|
border: 1px solid var(--blue);
|
|
396
386
|
border-radius: 100px;
|
|
397
387
|
width: 47px;
|
|
398
|
-
background:
|
|
388
|
+
background: var(--color-pageFill);
|
|
399
389
|
height: 47px;
|
|
400
390
|
margin-right: -10px;
|
|
401
391
|
}
|
|
@@ -432,9 +422,4 @@ header {
|
|
|
432
422
|
.embed {
|
|
433
423
|
grid-column: 3/11;
|
|
434
424
|
}
|
|
435
|
-
}
|
|
436
|
-
@media (min-width: 1440px) {
|
|
437
|
-
.embed {
|
|
438
|
-
grid-column: 4/10;
|
|
439
|
-
}
|
|
440
425
|
}</style>
|
package/package.json
CHANGED
|
@@ -1,99 +1,99 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
2
|
+
"name": "@swr-data-lab/components",
|
|
3
|
+
"description": "SWR Data Lab component library",
|
|
4
|
+
"version": "2.34.8",
|
|
5
|
+
"author": "SWR Data Lab",
|
|
6
|
+
"license": "UNLICENSED",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"access": "public"
|
|
10
|
+
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"url": "https://github.com/SWRdata/components"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"dev": "vite dev",
|
|
16
|
+
"build": "vite build",
|
|
17
|
+
"preview": "vite preview",
|
|
18
|
+
"package": "svelte-kit sync && svelte-package -i src && publint",
|
|
19
|
+
"prepublishOnly": "npm run package",
|
|
20
|
+
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
21
|
+
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
22
|
+
"storybook": "storybook dev -p 6006",
|
|
23
|
+
"start": "storybook dev -p 6006",
|
|
24
|
+
"sync": "svelte-kit sync",
|
|
25
|
+
"build-storybook": "storybook build --disable-telemetry",
|
|
26
|
+
"test-storybook": "vitest run --project=storybook",
|
|
27
|
+
"test-storybook:ci": "concurrently -k -s first -n \"Storybook,Test\" -c \"magenta,blue\" \"npm run build-storybook --quiet && npx http-server storybook-static --port 6006 --silent\" \"wait-on tcp:6006 && npm run test-storybook\"",
|
|
28
|
+
"semantic-release": "semantic-release"
|
|
29
|
+
},
|
|
30
|
+
"peerDependencies": {
|
|
31
|
+
"svelte": ">=5.0.0"
|
|
32
|
+
},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@maplibre/maplibre-gl-geocoder": "1.9.1",
|
|
35
|
+
"@maplibre/maplibre-gl-inspect": "1.7.1",
|
|
36
|
+
"maplibre-gl": "5.7.0",
|
|
37
|
+
"svelte-select": "5.8.3"
|
|
38
|
+
},
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"@semantic-release/changelog": "6.0.3",
|
|
41
|
+
"@semantic-release/git": "10.0.1",
|
|
42
|
+
"@semantic-release/npm": "13.1.2",
|
|
43
|
+
"@storybook/addon-docs": "10.1.4",
|
|
44
|
+
"@storybook/addon-links": "10.1.4",
|
|
45
|
+
"@storybook/addon-svelte-csf": "^5.0.10",
|
|
46
|
+
"@storybook/addon-vitest": "10.1.4",
|
|
47
|
+
"@storybook/sveltekit": "10.1.4",
|
|
48
|
+
"@storybook/test-runner": "^0.24.2",
|
|
49
|
+
"@sveltejs/adapter-auto": "7.0.0",
|
|
50
|
+
"@sveltejs/enhanced-img": "0.9.2",
|
|
51
|
+
"@sveltejs/kit": "2.49.0",
|
|
52
|
+
"@sveltejs/package": "2.5.7",
|
|
53
|
+
"@sveltejs/vite-plugin-svelte": "6.2.1",
|
|
54
|
+
"@types/geojson": "7946.0.16",
|
|
55
|
+
"@versatiles/style": "5.7.0",
|
|
56
|
+
"@vitest/browser": "4.0.15",
|
|
57
|
+
"@vitest/coverage-v8": "4.0.15",
|
|
58
|
+
"@vueless/storybook-dark-mode": "9.0.8",
|
|
59
|
+
"concurrently": "9.2.1",
|
|
60
|
+
"http-server": "14.1.1",
|
|
61
|
+
"mdx-mermaid": "2.0.3",
|
|
62
|
+
"playwright": "1.56.1",
|
|
63
|
+
"publint": "0.3.12",
|
|
64
|
+
"sass": "1.93.2",
|
|
65
|
+
"sass-embedded": "1.93.2",
|
|
66
|
+
"semantic-release": "25.0.2",
|
|
67
|
+
"storybook": "10.1.10",
|
|
68
|
+
"svelte": "5.33.6",
|
|
69
|
+
"svelte-check": "4.3.2",
|
|
70
|
+
"svelte-preprocess": "6.0.3",
|
|
71
|
+
"typescript": "5.9.3",
|
|
72
|
+
"vite": "7.1.11",
|
|
73
|
+
"vitest": "4.0.15",
|
|
74
|
+
"@vitest/browser-playwright": "4.0.15",
|
|
75
|
+
"wait-on": "8.0.3"
|
|
76
|
+
},
|
|
77
|
+
"overrides": {
|
|
78
|
+
"storybook": "$storybook"
|
|
79
|
+
},
|
|
80
|
+
"release": {
|
|
81
|
+
"plugins": [
|
|
82
|
+
"@semantic-release/commit-analyzer",
|
|
83
|
+
"@semantic-release/release-notes-generator",
|
|
84
|
+
"@semantic-release/npm"
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
"files": [
|
|
88
|
+
"dist/"
|
|
89
|
+
],
|
|
90
|
+
"sideEffects": [
|
|
91
|
+
"**/*.css"
|
|
92
|
+
],
|
|
93
|
+
"exports": {
|
|
94
|
+
".": {
|
|
95
|
+
"types": "./dist/index.d.ts",
|
|
96
|
+
"svelte": "./dist/index.js"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
99
|
}
|