@swr-data-lab/components 2.34.7 → 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;
@@ -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,7 +1,7 @@
1
1
  {
2
2
  "name": "@swr-data-lab/components",
3
3
  "description": "SWR Data Lab component library",
4
- "version": "2.34.7",
4
+ "version": "2.34.8",
5
5
  "author": "SWR Data Lab",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",
@@ -64,7 +64,7 @@
64
64
  "sass": "1.93.2",
65
65
  "sass-embedded": "1.93.2",
66
66
  "semantic-release": "25.0.2",
67
- "storybook": "10.1.4",
67
+ "storybook": "10.1.10",
68
68
  "svelte": "5.33.6",
69
69
  "svelte-check": "4.3.2",
70
70
  "svelte-preprocess": "6.0.3",