@canopy-iiif/app 1.5.8 → 1.5.9
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 +1 -1
- package/ui/dist/index.mjs +29 -10
- package/ui/dist/index.mjs.map +2 -2
- package/ui/dist/server.mjs +36 -11
- package/ui/dist/server.mjs.map +2 -2
- package/ui/styles/components/_diagram.scss +1 -1
- package/ui/styles/components/_footer.scss +1 -1
- package/ui/styles/components/_work.scss +1 -1
- package/ui/styles/components/iiif/_image.scss +1 -1
- package/ui/styles/components/search/_form.scss +1 -1
- package/ui/styles/components/search/_results.scss +1 -1
- package/ui/styles/index.css +6 -6
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
gap: 0.5rem;
|
|
79
79
|
border: 1px solid var(--color-gray-200);
|
|
80
80
|
border-radius: 0.75rem;
|
|
81
|
-
color: var(--color-gray-
|
|
81
|
+
color: var(--color-gray-800);
|
|
82
82
|
box-shadow: var(--shadow-sm);
|
|
83
83
|
transition:
|
|
84
84
|
border-color var(--duration-fast) var(--easing-standard),
|
package/ui/styles/index.css
CHANGED
|
@@ -829,7 +829,7 @@ section[data-footnotes] ul li,
|
|
|
829
829
|
@layer components {
|
|
830
830
|
.canopy-footer {
|
|
831
831
|
border-top: 1px solid var(--color-gray-200);
|
|
832
|
-
color: var(--color-gray-
|
|
832
|
+
color: var(--color-gray-800);
|
|
833
833
|
}
|
|
834
834
|
.canopy-footer__inner {
|
|
835
835
|
margin: 0 auto;
|
|
@@ -1329,7 +1329,7 @@ section[data-footnotes] ul li,
|
|
|
1329
1329
|
}
|
|
1330
1330
|
.canopy-iiif-image__caption {
|
|
1331
1331
|
margin: 0.75rem 0 0;
|
|
1332
|
-
color: var(--color-gray-
|
|
1332
|
+
color: var(--color-gray-800);
|
|
1333
1333
|
font-size: 0.875rem;
|
|
1334
1334
|
line-height: 1.4;
|
|
1335
1335
|
}
|
|
@@ -1516,7 +1516,7 @@ html.dark .canopy-iiif-image .clover-iiif-image-openseadragon .clover-iiif-image
|
|
|
1516
1516
|
gap: 0.5rem;
|
|
1517
1517
|
border: 1px solid var(--color-gray-200);
|
|
1518
1518
|
border-radius: 0.75rem;
|
|
1519
|
-
color: var(--color-gray-
|
|
1519
|
+
color: var(--color-gray-800);
|
|
1520
1520
|
box-shadow: var(--shadow-sm);
|
|
1521
1521
|
transition: border-color var(--duration-fast) var(--easing-standard), box-shadow var(--duration-fast) var(--easing-standard), background-color var(--duration-fast) var(--easing-standard);
|
|
1522
1522
|
}
|
|
@@ -1636,7 +1636,7 @@ html.dark .canopy-iiif-image .clover-iiif-image-openseadragon .clover-iiif-image
|
|
|
1636
1636
|
padding: 0.382rem 0.618rem;
|
|
1637
1637
|
font-size: 1rem;
|
|
1638
1638
|
cursor: pointer;
|
|
1639
|
-
color: var(--color-gray-
|
|
1639
|
+
color: var(--color-gray-800);
|
|
1640
1640
|
transition: all 0.2s ease-in-out;
|
|
1641
1641
|
}
|
|
1642
1642
|
.canopy-search-tabs button.active, .canopy-search-tabs button:hover {
|
|
@@ -2219,7 +2219,7 @@ html.dark .canopy-iiif-image .clover-iiif-image-openseadragon .clover-iiif-image
|
|
|
2219
2219
|
display: block;
|
|
2220
2220
|
text-align: center;
|
|
2221
2221
|
padding-bottom: 1.618rem;
|
|
2222
|
-
color: var(--color-gray-
|
|
2222
|
+
color: var(--color-gray-800);
|
|
2223
2223
|
font-weight: 300;
|
|
2224
2224
|
}
|
|
2225
2225
|
|
|
@@ -2308,7 +2308,7 @@ html.dark .canopy-iiif-image .clover-iiif-image-openseadragon .clover-iiif-image
|
|
|
2308
2308
|
text-transform: uppercase;
|
|
2309
2309
|
margin: 0;
|
|
2310
2310
|
font-weight: 400;
|
|
2311
|
-
color: var(--color-gray-
|
|
2311
|
+
color: var(--color-gray-800);
|
|
2312
2312
|
}
|
|
2313
2313
|
body.canopy-type-work main dd {
|
|
2314
2314
|
margin: 0;
|