@guardian/interactive-component-library 0.7.17 → 0.8.1
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/dist/style.css +1 -2
- package/package.json +2 -2
package/dist/style.css
CHANGED
|
@@ -1374,8 +1374,7 @@ body {
|
|
|
1374
1374
|
--undeclared: #e7e7e7;
|
|
1375
1375
|
}
|
|
1376
1376
|
@media (prefers-color-scheme: dark) {
|
|
1377
|
-
body
|
|
1378
|
-
body.android {
|
|
1377
|
+
:root:not([data-color-scheme=light]) body {
|
|
1379
1378
|
--border-divider-color: #606060;
|
|
1380
1379
|
--primary-text-color: #dcdcdc;
|
|
1381
1380
|
--secondary-text-color: #c8c8c8;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guardian/interactive-component-library",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.8.1",
|
|
5
5
|
"packageManager": "pnpm@8.4.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"d3-geo": "^3.1.1",
|
|
52
|
+
"d3-polygon": "^3.0.1",
|
|
52
53
|
"d3-scale": "^4.0.2",
|
|
53
54
|
"d3-selection": "^3.0.0",
|
|
54
55
|
"d3-zoom": "^3.0.0",
|
|
55
|
-
"d3-polygon": "^3.0.1",
|
|
56
56
|
"preact": "10.21.0"
|
|
57
57
|
},
|
|
58
58
|
"lint-staged": {
|