@guardian/interactive-component-library 0.7.10 → 0.7.11
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const refreshIndicator = "
|
|
2
|
-
const icon = "
|
|
3
|
-
const liveText = "
|
|
4
|
-
const refreshText = "
|
|
1
|
+
const refreshIndicator = "_refreshIndicator_1ikk9_9";
|
|
2
|
+
const icon = "_icon_1ikk9_17";
|
|
3
|
+
const liveText = "_liveText_1ikk9_26";
|
|
4
|
+
const refreshText = "_refreshText_1ikk9_27";
|
|
5
5
|
const defaultStyles = {
|
|
6
6
|
refreshIndicator,
|
|
7
7
|
icon,
|
package/dist/style.css
CHANGED
|
@@ -2674,15 +2674,15 @@ body.android {
|
|
|
2674
2674
|
--top-inset: 58px;
|
|
2675
2675
|
}
|
|
2676
2676
|
|
|
2677
|
-
.
|
|
2677
|
+
._refreshIndicator_1ikk9_9 {
|
|
2678
2678
|
display: flex;
|
|
2679
2679
|
flex-direction: row;
|
|
2680
2680
|
column-gap: var(--space-0);
|
|
2681
|
-
align-items:
|
|
2681
|
+
align-items: center;
|
|
2682
2682
|
flex-wrap: wrap;
|
|
2683
2683
|
}
|
|
2684
2684
|
|
|
2685
|
-
.
|
|
2685
|
+
._icon_1ikk9_17 {
|
|
2686
2686
|
display: flex;
|
|
2687
2687
|
flex-direction: column;
|
|
2688
2688
|
justify-content: center;
|
|
@@ -2691,23 +2691,23 @@ body.android {
|
|
|
2691
2691
|
line-height: var(--sans-line-height);
|
|
2692
2692
|
}
|
|
2693
2693
|
|
|
2694
|
-
.
|
|
2695
|
-
.
|
|
2694
|
+
._liveText_1ikk9_26,
|
|
2695
|
+
._refreshText_1ikk9_27 {
|
|
2696
2696
|
font-family: var(--text-sans);
|
|
2697
2697
|
color: var(--secondary-text-color);
|
|
2698
2698
|
line-height: var(--sans-line-height);
|
|
2699
2699
|
font-size: var(--sans-small);
|
|
2700
2700
|
}
|
|
2701
2701
|
|
|
2702
|
-
.
|
|
2702
|
+
._liveText_1ikk9_26 {
|
|
2703
2703
|
font-weight: 700;
|
|
2704
2704
|
}
|
|
2705
2705
|
|
|
2706
|
-
.
|
|
2706
|
+
._refreshText_1ikk9_27 {
|
|
2707
2707
|
margin-left: var(--space-0);
|
|
2708
2708
|
}
|
|
2709
2709
|
@media (min-width: 71.25em) and (max-width: 81.24em) {
|
|
2710
|
-
.
|
|
2710
|
+
._refreshText_1ikk9_27 {
|
|
2711
2711
|
flex-basis: 100%;
|
|
2712
2712
|
}
|
|
2713
2713
|
}body {
|