@guardian/interactive-component-library 0.1.0-alpha.51 → 0.1.0-alpha.52
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.
|
@@ -306,9 +306,9 @@ function StackedBar({
|
|
|
306
306
|
children: [content2, labelType === LabelType.hanging && !hideLabels && hangingLabelConfig.map((config, i) => renderLabel(config, i))]
|
|
307
307
|
});
|
|
308
308
|
}
|
|
309
|
-
const svg$8 = "
|
|
310
|
-
const previous = "
|
|
311
|
-
const next = "
|
|
309
|
+
const svg$8 = "_svg_ihy3w_6";
|
|
310
|
+
const previous = "_previous_ihy3w_12";
|
|
311
|
+
const next = "_next_ihy3w_16";
|
|
312
312
|
const defaultStyles$u = {
|
|
313
313
|
svg: svg$8,
|
|
314
314
|
previous,
|
|
@@ -302,9 +302,9 @@
|
|
|
302
302
|
children: [content2, labelType === LabelType.hanging && !hideLabels && hangingLabelConfig.map((config, i) => renderLabel(config, i))]
|
|
303
303
|
});
|
|
304
304
|
}
|
|
305
|
-
const svg$8 = "
|
|
306
|
-
const previous = "
|
|
307
|
-
const next = "
|
|
305
|
+
const svg$8 = "_svg_ihy3w_6";
|
|
306
|
+
const previous = "_previous_ihy3w_12";
|
|
307
|
+
const next = "_next_ihy3w_16";
|
|
308
308
|
const defaultStyles$u = {
|
|
309
309
|
svg: svg$8,
|
|
310
310
|
previous,
|
package/dist/style.css
CHANGED
|
@@ -1324,18 +1324,18 @@ body {
|
|
|
1324
1324
|
height: 0;
|
|
1325
1325
|
}
|
|
1326
1326
|
|
|
1327
|
-
.
|
|
1328
|
-
display:
|
|
1329
|
-
transform:
|
|
1327
|
+
._svg_ihy3w_6 {
|
|
1328
|
+
display: "inline-block";
|
|
1329
|
+
transform: "translateY(-1px)";
|
|
1330
1330
|
fill: none;
|
|
1331
1331
|
}
|
|
1332
1332
|
|
|
1333
|
-
.
|
|
1334
|
-
stop-color: var(--
|
|
1333
|
+
._previous_ihy3w_12 {
|
|
1334
|
+
stop-color: var(--other);
|
|
1335
1335
|
}
|
|
1336
1336
|
|
|
1337
|
-
.
|
|
1338
|
-
stop-color: var(--
|
|
1337
|
+
._next_ihy3w_16 {
|
|
1338
|
+
stop-color: var(--other);
|
|
1339
1339
|
}
|
|
1340
1340
|
._unit_mo5d9_1 {
|
|
1341
1341
|
stroke: var(--primary-bg-color);
|