@canopy-iiif/app 1.8.13 → 1.8.14

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopy-iiif/app",
3
- "version": "1.8.13",
3
+ "version": "1.8.14",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "Mat Jordan <mat@northwestern.edu>",
@@ -35,8 +35,8 @@
35
35
 
36
36
  @utility font-display {
37
37
  font-family: var(--font-serif);
38
- font-weight: 600;
39
- letter-spacing: -0.025em;
38
+ font-weight: 500;
39
+ letter-spacing: -0.02em;
40
40
  font-variation-settings:
41
41
  "SOFT" 100,
42
42
  "WONK" 1;
@@ -69,7 +69,7 @@
69
69
 
70
70
  .bibliography__note-label {
71
71
  font-variant-numeric: tabular-nums;
72
- font-weight: 600;
72
+ font-weight: 500;
73
73
  color: var(--color-gray-muted);
74
74
  }
75
75
 
@@ -57,7 +57,7 @@
57
57
 
58
58
  .canopy-button-group__text {
59
59
  font-size: 1.38rem;
60
- font-weight: 600;
60
+ font-weight: 500;
61
61
  color: var(--color-gray-900);
62
62
  margin-bottom: 1rem;
63
63
  letter-spacing: -0.0125em;
@@ -39,7 +39,7 @@
39
39
 
40
40
  h3 {
41
41
  margin: 0 0 0.382rem;
42
- font-weight: 600;
42
+ font-weight: 500;
43
43
  text-align: center;
44
44
  color: var(--color-accent-default);
45
45
  }
@@ -45,10 +45,7 @@
45
45
 
46
46
  &__grid {
47
47
  display: grid;
48
- grid-template-columns: repeat(
49
- auto-fit,
50
- minmax(16rem, 1fr)
51
- );
48
+ grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
52
49
  gap: var(--canopy-gallery-gap, 1.5rem);
53
50
  padding: var(--canopy-gallery-gap, 1.5rem) 0;
54
51
  }
@@ -119,7 +116,7 @@
119
116
  }
120
117
 
121
118
  &__title-text {
122
- font-weight: 600;
119
+ font-weight: 500;
123
120
  font-size: 1.05rem;
124
121
  line-height: 1.3;
125
122
  color: var(--color-gray-900);
@@ -285,7 +282,7 @@
285
282
  background: var(--color-accent-100);
286
283
  border-radius: 999px;
287
284
  padding: 0.35rem 1.25rem;
288
- font-weight: 600;
285
+ font-weight: 500;
289
286
  display: inline-flex;
290
287
  align-items: center;
291
288
  justify-content: center;
@@ -426,7 +423,7 @@ body[data-canopy-gallery-locked="1"] {
426
423
  border-radius: 0.75rem;
427
424
  background: rgba(255, 255, 255, 0.85);
428
425
  font-size: 1.25rem;
429
- font-weight: 600;
426
+ font-weight: 500;
430
427
  cursor: pointer;
431
428
  display: inline-flex;
432
429
  align-items: center;
@@ -36,7 +36,7 @@
36
36
 
37
37
  &.storiiies-viewer__title {
38
38
  font-size: var(--storiiies-viewer-title-font-size);
39
- font-weight: 600;
39
+ font-weight: 500;
40
40
  color: var(--color-gray-900);
41
41
  }
42
42
  }
@@ -138,7 +138,7 @@
138
138
 
139
139
  .canopy-interstitial__description {
140
140
  font-size: 0.9222rem;
141
- font-weight: 700;
141
+ font-weight: 500;
142
142
  color: var(--color-accent-default);
143
143
  font-family: var(--font-mono);
144
144
  }
@@ -165,7 +165,7 @@
165
165
  &__breadcrumb-separator,
166
166
  &__breadcrumb-current {
167
167
  color: var(--color-gray-900);
168
- font-weight: 600;
168
+ font-weight: 500;
169
169
  }
170
170
 
171
171
  &__slider {
@@ -312,7 +312,7 @@
312
312
  &__caption {
313
313
  position: absolute;
314
314
  bottom: 1.75rem;
315
- font-weight: 600;
315
+ font-weight: 500;
316
316
  right: 2rem;
317
317
  z-index: 3;
318
318
  }
@@ -122,7 +122,7 @@
122
122
  text-decoration: none;
123
123
  color: inherit;
124
124
  font-size: 1rem;
125
- font-weight: 600;
125
+ font-weight: 500;
126
126
  margin: 0.38rem 0;
127
127
  }
128
128
 
@@ -139,7 +139,7 @@
139
139
  gap: 0.25rem;
140
140
  align-items: center;
141
141
  color: var(--color-accent-600);
142
- font-weight: 600;
142
+ font-weight: 500;
143
143
  text-decoration: none;
144
144
  }
145
145
 
@@ -149,7 +149,7 @@
149
149
  &-title {
150
150
  margin: 0 0 0.25rem;
151
151
  font-size: 0.75rem;
152
- font-weight: 600;
152
+ font-weight: 500;
153
153
  letter-spacing: 0.05em;
154
154
  text-transform: uppercase;
155
155
  color: var(--color-gray-muted);
@@ -171,7 +171,7 @@
171
171
 
172
172
  &-link,
173
173
  &-text {
174
- font-weight: 600;
174
+ font-weight: 500;
175
175
  text-decoration: none;
176
176
  display: inline-flex;
177
177
  align-items: center;
@@ -297,7 +297,7 @@
297
297
  &__cluster {
298
298
  font-size: 0.8333rem;
299
299
  font-family: var(--font-sans);
300
- font-weight: 600;
300
+ font-weight: 500;
301
301
  width: 40px;
302
302
  height: 40px;
303
303
  border-radius: 999px;
@@ -10,7 +10,7 @@
10
10
  }
11
11
 
12
12
  .canopy-index__group dt {
13
- font-weight: 600;
13
+ font-weight: 500;
14
14
  font-size: 1rem;
15
15
  margin: 0 0 0.8rem 0;
16
16
  }
@@ -4,7 +4,7 @@
4
4
  }
5
5
 
6
6
  .canopy-nav-tree__heading {
7
- font-weight: 600;
7
+ font-weight: 500;
8
8
  margin-bottom: 0.618rem;
9
9
  }
10
10
 
@@ -6,7 +6,7 @@
6
6
  .referenced-items__heading {
7
7
  font-family: var(--font-serif);
8
8
  font-size: clamp(1.5rem, 2vw, 1.9rem);
9
- font-weight: 600;
9
+ font-weight: 500;
10
10
  letter-spacing: -0.02em;
11
11
  margin-bottom: 1.5rem;
12
12
  }
@@ -59,7 +59,7 @@
59
59
  align-items: center;
60
60
  justify-content: center;
61
61
  font-size: 0.6111rem;
62
- font-weight: 600;
62
+ font-weight: 500;
63
63
  line-height: 1;
64
64
  white-space: nowrap;
65
65
  z-index: 0;
@@ -76,7 +76,7 @@
76
76
  .canopy-sub-navigation__tree .canopy-nav-tree__link.is-active,
77
77
  .canopy-modal__section-nav .canopy-nav-tree__link.is-active {
78
78
  color: var(--color-gray-900);
79
- font-weight: 600;
79
+ font-weight: 500;
80
80
  }
81
81
 
82
82
  .canopy-sub-navigation__list--nested,
@@ -134,7 +134,7 @@
134
134
  justify-content: center;
135
135
  color: color-mix(in srgb, var(--color-gray-900) 92%, transparent);
136
136
  font-size: 1rem;
137
- font-weight: 600;
137
+ font-weight: 500;
138
138
  cursor: pointer;
139
139
  line-height: 1.2;
140
140
  transition: color 150ms ease;
@@ -11,7 +11,7 @@
11
11
  .canopy-timeline__title {
12
12
  margin: 0;
13
13
  font-size: 1.382rem;
14
- font-weight: 600;
14
+ font-weight: 500;
15
15
  }
16
16
 
17
17
  .canopy-timeline__description {
@@ -24,7 +24,7 @@
24
24
  margin: 0;
25
25
  color: var(--color-accent-default);
26
26
  font-size: 1.382rem;
27
- font-weight: 600;
27
+ font-weight: 500;
28
28
  }
29
29
 
30
30
  .canopy-timeline__body {
@@ -146,7 +146,7 @@
146
146
  .canopy-timeline__group-point-title {
147
147
  display: block;
148
148
  font-size: 1rem;
149
- font-weight: 600;
149
+ font-weight: 500;
150
150
  color: var(--color-gray-900);
151
151
  margin-top: 0.382rem 0;
152
152
  }
@@ -220,7 +220,7 @@
220
220
  background: transparent;
221
221
  border: none;
222
222
  color: var(--color-accent-default);
223
- font-weight: 600;
223
+ font-weight: 500;
224
224
  cursor: pointer;
225
225
  }
226
226
 
@@ -3,7 +3,7 @@
3
3
  font-weight: 300;
4
4
 
5
5
  dt {
6
- font-weight: 600;
6
+ font-weight: 500;
7
7
  }
8
8
 
9
9
  a,
@@ -24,7 +24,7 @@
24
24
 
25
25
  .clover-viewer-header .label {
26
26
  font-size: 1.1111rem;
27
- font-weight: 600;
27
+ font-weight: 500;
28
28
  }
29
29
 
30
30
  .clover-viewer-media-navigation button svg {
@@ -54,7 +54,7 @@
54
54
  .canopy-modal__title {
55
55
  margin: 0 0 1rem;
56
56
  font-size: 1.25rem;
57
- font-weight: 600;
57
+ font-weight: 500;
58
58
  color: var(--color-gray-900);
59
59
  }
60
60
 
@@ -49,7 +49,7 @@
49
49
  gap: 0.75rem;
50
50
  padding: 0.75rem 1rem;
51
51
  font-size: var(--font-size-sm);
52
- font-weight: 600;
52
+ font-weight: 500;
53
53
  color: var(--color-gray-900);
54
54
  cursor: pointer;
55
55
  list-style: none;
@@ -159,7 +159,7 @@
159
159
 
160
160
  .canopy-search-teaser__label {
161
161
  padding: 0.382rem 0.618rem;
162
- font-weight: 600;
162
+ font-weight: 500;
163
163
  font-size: 0.8333rem;
164
164
  color: var(--color-gray-muted);
165
165
  }
@@ -206,7 +206,7 @@
206
206
  }
207
207
 
208
208
  .canopy-search-teaser__title {
209
- font-weight: 600;
209
+ font-weight: 500;
210
210
  font-size: 0.95rem;
211
211
  line-height: 1.3;
212
212
  color: var(--color-gray-900);
@@ -71,8 +71,8 @@
71
71
  }
72
72
  @utility font-display {
73
73
  font-family: var(--font-serif);
74
- font-weight: 600;
75
- letter-spacing: -0.025em;
74
+ font-weight: 500;
75
+ letter-spacing: -0.02em;
76
76
  font-variation-settings: "SOFT" 100, "WONK" 1;
77
77
  }
78
78
  code {
@@ -190,7 +190,7 @@ section[data-footnotes] ul li,
190
190
  }
191
191
  .canopy-button-group__text {
192
192
  font-size: 1.38rem;
193
- font-weight: 600;
193
+ font-weight: 500;
194
194
  color: var(--color-gray-900);
195
195
  margin-bottom: 1rem;
196
196
  letter-spacing: -0.0125em;
@@ -410,7 +410,7 @@ section[data-footnotes] ul li,
410
410
  color: inherit;
411
411
  }
412
412
  .canopy-nav-tree__heading {
413
- font-weight: 600;
413
+ font-weight: 500;
414
414
  margin-bottom: 0.618rem;
415
415
  }
416
416
  .canopy-nav-tree__list {
@@ -479,7 +479,7 @@ section[data-footnotes] ul li,
479
479
  .referenced-items__heading {
480
480
  font-family: var(--font-serif);
481
481
  font-size: clamp(1.5rem, 2vw, 1.9rem);
482
- font-weight: 600;
482
+ font-weight: 500;
483
483
  letter-spacing: -0.02em;
484
484
  margin-bottom: 1.5rem;
485
485
  }
@@ -558,7 +558,7 @@ section[data-footnotes] ul li,
558
558
  }
559
559
 
560
560
  .canopy-index__group dt {
561
- font-weight: 600;
561
+ font-weight: 500;
562
562
  font-size: 1rem;
563
563
  margin: 0 0 0.8rem 0;
564
564
  }
@@ -684,7 +684,7 @@ section[data-footnotes] ul li,
684
684
 
685
685
  .bibliography__note-label {
686
686
  font-variant-numeric: tabular-nums;
687
- font-weight: 600;
687
+ font-weight: 500;
688
688
  color: var(--color-gray-muted);
689
689
  }
690
690
 
@@ -1051,7 +1051,7 @@ section[data-footnotes] ul li,
1051
1051
  .canopy-modal__title {
1052
1052
  margin: 0 0 1rem;
1053
1053
  font-size: 1.25rem;
1054
- font-weight: 600;
1054
+ font-weight: 500;
1055
1055
  color: var(--color-gray-900);
1056
1056
  }
1057
1057
  .canopy-modal__close {
@@ -1222,7 +1222,7 @@ section[data-footnotes] ul li,
1222
1222
  }
1223
1223
  .canopy-interstitial--hero-breadcrumb .canopy-interstitial__description {
1224
1224
  font-size: 0.9222rem;
1225
- font-weight: 700;
1225
+ font-weight: 500;
1226
1226
  color: var(--color-accent-default);
1227
1227
  font-family: var(--font-mono);
1228
1228
  }
@@ -1242,7 +1242,7 @@ section[data-footnotes] ul li,
1242
1242
  }
1243
1243
  .canopy-interstitial__breadcrumb-separator, .canopy-interstitial__breadcrumb-current {
1244
1244
  color: var(--color-gray-900);
1245
- font-weight: 600;
1245
+ font-weight: 500;
1246
1246
  }
1247
1247
  .canopy-interstitial__slider {
1248
1248
  position: relative;
@@ -1365,7 +1365,7 @@ section[data-footnotes] ul li,
1365
1365
  .canopy-interstitial__caption {
1366
1366
  position: absolute;
1367
1367
  bottom: 1.75rem;
1368
- font-weight: 600;
1368
+ font-weight: 500;
1369
1369
  right: 2rem;
1370
1370
  z-index: 3;
1371
1371
  }
@@ -1579,7 +1579,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
1579
1579
  font-weight: 300;
1580
1580
  }
1581
1581
  .clover-viewer-information-panel dt {
1582
- font-weight: 600;
1582
+ font-weight: 500;
1583
1583
  }
1584
1584
  .clover-viewer-information-panel a,
1585
1585
  .clover-viewer-information-panel dd {
@@ -1598,7 +1598,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
1598
1598
 
1599
1599
  .clover-viewer-header .label {
1600
1600
  font-size: 1.1111rem;
1601
- font-weight: 600;
1601
+ font-weight: 500;
1602
1602
  }
1603
1603
 
1604
1604
  .clover-viewer-media-navigation button svg {
@@ -1639,7 +1639,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
1639
1639
  }
1640
1640
  .canopy-image-story.storiiies-viewer .storiiies-viewer__text-section.storiiies-viewer__title {
1641
1641
  font-size: var(--storiiies-viewer-title-font-size);
1642
- font-weight: 600;
1642
+ font-weight: 500;
1643
1643
  color: var(--color-gray-900);
1644
1644
  }
1645
1645
  .canopy-image-story.storiiies-viewer .storiiies-viewer__info-area {
@@ -1952,7 +1952,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
1952
1952
 
1953
1953
  .canopy-search-teaser__label {
1954
1954
  padding: 0.382rem 0.618rem;
1955
- font-weight: 600;
1955
+ font-weight: 500;
1956
1956
  font-size: 0.8333rem;
1957
1957
  color: var(--color-gray-muted);
1958
1958
  }
@@ -1997,7 +1997,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
1997
1997
  }
1998
1998
 
1999
1999
  .canopy-search-teaser__title {
2000
- font-weight: 600;
2000
+ font-weight: 500;
2001
2001
  font-size: 0.95rem;
2002
2002
  line-height: 1.3;
2003
2003
  color: var(--color-gray-900);
@@ -2062,7 +2062,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
2062
2062
  gap: 0.75rem;
2063
2063
  padding: 0.75rem 1rem;
2064
2064
  font-size: var(--font-size-sm);
2065
- font-weight: 600;
2065
+ font-weight: 500;
2066
2066
  color: var(--color-gray-900);
2067
2067
  cursor: pointer;
2068
2068
  list-style: none;
@@ -2315,7 +2315,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
2315
2315
  align-items: center;
2316
2316
  justify-content: center;
2317
2317
  font-size: 0.6111rem;
2318
- font-weight: 600;
2318
+ font-weight: 500;
2319
2319
  line-height: 1;
2320
2320
  white-space: nowrap;
2321
2321
  z-index: 0;
@@ -2332,7 +2332,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
2332
2332
  .canopy-sub-navigation__tree .canopy-nav-tree__link.is-active,
2333
2333
  .canopy-modal__section-nav .canopy-nav-tree__link.is-active {
2334
2334
  color: var(--color-gray-900);
2335
- font-weight: 600;
2335
+ font-weight: 500;
2336
2336
  }
2337
2337
 
2338
2338
  .canopy-sub-navigation__list--nested,
@@ -2386,7 +2386,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
2386
2386
  justify-content: center;
2387
2387
  color: color-mix(in srgb, var(--color-gray-900) 92%, transparent);
2388
2388
  font-size: 1rem;
2389
- font-weight: 600;
2389
+ font-weight: 500;
2390
2390
  cursor: pointer;
2391
2391
  line-height: 1.2;
2392
2392
  transition: color 150ms ease;
@@ -2485,7 +2485,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
2485
2485
  }
2486
2486
  .canopy-diagram__grid h3 {
2487
2487
  margin: 0 0 0.382rem;
2488
- font-weight: 600;
2488
+ font-weight: 500;
2489
2489
  text-align: center;
2490
2490
  color: var(--color-accent-default);
2491
2491
  }
@@ -2580,7 +2580,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
2580
2580
  .canopy-timeline__title {
2581
2581
  margin: 0;
2582
2582
  font-size: 1.382rem;
2583
- font-weight: 600;
2583
+ font-weight: 500;
2584
2584
  }
2585
2585
 
2586
2586
  .canopy-timeline__description {
@@ -2593,7 +2593,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
2593
2593
  margin: 0;
2594
2594
  color: var(--color-accent-default);
2595
2595
  font-size: 1.382rem;
2596
- font-weight: 600;
2596
+ font-weight: 500;
2597
2597
  }
2598
2598
 
2599
2599
  .canopy-timeline__body {
@@ -2697,7 +2697,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
2697
2697
  .canopy-timeline__group-point-title {
2698
2698
  display: block;
2699
2699
  font-size: 1rem;
2700
- font-weight: 600;
2700
+ font-weight: 500;
2701
2701
  color: var(--color-gray-900);
2702
2702
  margin-top: 0.382rem 0;
2703
2703
  }
@@ -2771,7 +2771,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
2771
2771
  background: transparent;
2772
2772
  border: none;
2773
2773
  color: var(--color-accent-default);
2774
- font-weight: 600;
2774
+ font-weight: 500;
2775
2775
  cursor: pointer;
2776
2776
  }
2777
2777
 
@@ -2941,7 +2941,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
2941
2941
  text-decoration: none;
2942
2942
  color: inherit;
2943
2943
  font-size: 1rem;
2944
- font-weight: 600;
2944
+ font-weight: 500;
2945
2945
  margin: 0.38rem 0;
2946
2946
  }
2947
2947
  .canopy-map__popup-summary {
@@ -2956,7 +2956,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
2956
2956
  gap: 0.25rem;
2957
2957
  align-items: center;
2958
2958
  color: var(--color-accent-600);
2959
- font-weight: 600;
2959
+ font-weight: 500;
2960
2960
  text-decoration: none;
2961
2961
  }
2962
2962
  .canopy-map__popup-manifests {
@@ -2965,7 +2965,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
2965
2965
  .canopy-map__popup-manifests-title {
2966
2966
  margin: 0 0 0.25rem;
2967
2967
  font-size: 0.75rem;
2968
- font-weight: 600;
2968
+ font-weight: 500;
2969
2969
  letter-spacing: 0.05em;
2970
2970
  text-transform: uppercase;
2971
2971
  color: var(--color-gray-muted);
@@ -2983,7 +2983,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
2983
2983
  padding: 0;
2984
2984
  }
2985
2985
  .canopy-map__popup-manifests-link, .canopy-map__popup-manifests-text {
2986
- font-weight: 600;
2986
+ font-weight: 500;
2987
2987
  text-decoration: none;
2988
2988
  display: inline-flex;
2989
2989
  align-items: center;
@@ -3087,7 +3087,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
3087
3087
  .canopy-map__cluster {
3088
3088
  font-size: 0.8333rem;
3089
3089
  font-family: var(--font-sans);
3090
- font-weight: 600;
3090
+ font-weight: 500;
3091
3091
  width: 40px;
3092
3092
  height: 40px;
3093
3093
  border-radius: 999px;
@@ -3192,7 +3192,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
3192
3192
  color: var(--color-gray-muted);
3193
3193
  }
3194
3194
  .canopy-gallery__title-text {
3195
- font-weight: 600;
3195
+ font-weight: 500;
3196
3196
  font-size: 1.05rem;
3197
3197
  line-height: 1.3;
3198
3198
  color: var(--color-gray-900);
@@ -3326,7 +3326,7 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
3326
3326
  background: var(--color-accent-100);
3327
3327
  border-radius: 999px;
3328
3328
  padding: 0.35rem 1.25rem;
3329
- font-weight: 600;
3329
+ font-weight: 500;
3330
3330
  display: inline-flex;
3331
3331
  align-items: center;
3332
3332
  justify-content: center;
@@ -3445,7 +3445,7 @@ body[data-canopy-gallery-locked="1"] {
3445
3445
  border-radius: 0.75rem;
3446
3446
  background: rgba(255, 255, 255, 0.85);
3447
3447
  font-size: 1.25rem;
3448
- font-weight: 600;
3448
+ font-weight: 500;
3449
3449
  cursor: pointer;
3450
3450
  display: inline-flex;
3451
3451
  align-items: center;