@canopy-iiif/app 1.4.2 → 1.4.4
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 +48 -34
- package/ui/dist/index.mjs.map +2 -2
- package/ui/dist/server.mjs +1 -1
- package/ui/dist/server.mjs.map +2 -2
- package/ui/styles/components/_map.scss +4 -3
- package/ui/styles/index.css +4 -3
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
&-summary {
|
|
134
134
|
margin: 0.125rem 0 0;
|
|
135
135
|
font-size: 0.8125rem;
|
|
136
|
-
color: var(--color-gray-
|
|
136
|
+
color: var(--color-gray-700);
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
}
|
|
@@ -182,12 +182,13 @@
|
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
&__cluster {
|
|
185
|
+
font-size: 1rem;
|
|
186
|
+
font-weight: 400;
|
|
185
187
|
width: 56px;
|
|
186
188
|
height: 56px;
|
|
187
189
|
border-radius: 999px;
|
|
188
|
-
background: var(--color-accent-
|
|
190
|
+
background: var(--color-accent-default);
|
|
189
191
|
color: var(--color-gray-50);
|
|
190
|
-
font-weight: 600;
|
|
191
192
|
display: flex;
|
|
192
193
|
align-items: center;
|
|
193
194
|
justify-content: center;
|
package/ui/styles/index.css
CHANGED
|
@@ -2574,7 +2574,7 @@ html.dark .canopy-iiif-image .clover-iiif-image-openseadragon .clover-iiif-image
|
|
|
2574
2574
|
.canopy-map__popup-manifests-summary {
|
|
2575
2575
|
margin: 0.125rem 0 0;
|
|
2576
2576
|
font-size: 0.8125rem;
|
|
2577
|
-
color: var(--color-gray-
|
|
2577
|
+
color: var(--color-gray-700);
|
|
2578
2578
|
}
|
|
2579
2579
|
.canopy-map .leaflet-marker-icon.canopy-map__marker {
|
|
2580
2580
|
background: transparent;
|
|
@@ -2612,12 +2612,13 @@ html.dark .canopy-iiif-image .clover-iiif-image-openseadragon .clover-iiif-image
|
|
|
2612
2612
|
border: none;
|
|
2613
2613
|
}
|
|
2614
2614
|
.canopy-map__cluster {
|
|
2615
|
+
font-size: 1rem;
|
|
2616
|
+
font-weight: 400;
|
|
2615
2617
|
width: 56px;
|
|
2616
2618
|
height: 56px;
|
|
2617
2619
|
border-radius: 999px;
|
|
2618
|
-
background: var(--color-accent-
|
|
2620
|
+
background: var(--color-accent-default);
|
|
2619
2621
|
color: var(--color-gray-50);
|
|
2620
|
-
font-weight: 600;
|
|
2621
2622
|
display: flex;
|
|
2622
2623
|
align-items: center;
|
|
2623
2624
|
justify-content: center;
|