@guardian/interactive-component-library 0.1.0-alpha.12 → 0.1.0-alpha.13

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 CHANGED
@@ -1107,14 +1107,30 @@
1107
1107
  ._svg_kpmyt_14 > path {
1108
1108
  fill: var(--primary-text-color);
1109
1109
  }
1110
- ._circleicon_1ge2m_1 {
1111
- display: 'inline-block';
1112
- margin-right: 4;
1113
- transform: 'translateY(-1px)';
1110
+ ._svg_1v49v_1 {
1111
+ display: inline-block;
1112
+ }
1113
+
1114
+ ._circle_1v49v_5 {
1115
+ fill: var(--secondary-text-color);
1114
1116
  }
1115
1117
 
1116
- ._rect_1ge2m_7 {
1117
- }._text_1okyv_1 {
1118
+ ._pulse_1v49v_9 {
1119
+ animation: 1.5s linear 0s _pulse_1v49v_9 infinite;
1120
+ }
1121
+
1122
+ @keyframes _pulse_1v49v_9 {
1123
+ 0% {
1124
+ opacity: 0;
1125
+ }
1126
+ 50% {
1127
+ opacity: 1;
1128
+ }
1129
+ 100% {
1130
+ opacity: 0;
1131
+ }
1132
+ }
1133
+ ._text_1okyv_1 {
1118
1134
  font-family: var(--text-sans);
1119
1135
  font-size: var(--sans-xsmall);
1120
1136
  line-height: var(--sans-line-height);
@@ -1884,6 +1900,28 @@ body.android {
1884
1900
  color: var(--highlighted-text-color);
1885
1901
  background-color: var(--highlight-color);
1886
1902
  }
1903
+ ._refreshIndicator_u6lji_1 {
1904
+ display: flex;
1905
+ flex-direction: row;
1906
+ column-gap: var(--space-0);
1907
+ align-items: center;
1908
+ }
1909
+
1910
+ ._liveText_u6lji_8,
1911
+ ._refreshText_u6lji_9 {
1912
+ font-family: var(--text-sans);
1913
+ color: var(--secondary-text-color);
1914
+ line-height: var(--sans-line-height);
1915
+ font-size: var(--sans-small);
1916
+ }
1917
+
1918
+ ._liveText_u6lji_8 {
1919
+ font-weight: 700;
1920
+ }
1921
+
1922
+ ._refreshText_u6lji_9 {
1923
+ margin-left: var(--space-0);
1924
+ }
1887
1925
  body {
1888
1926
  --top-inset: 0;
1889
1927
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@guardian/interactive-component-library",
3
3
  "private": false,
4
- "version": "v0.1.0-alpha.12",
4
+ "version": "v0.1.0-alpha.13",
5
5
  "packageManager": "pnpm@8.4.0",
6
6
  "repository": {
7
7
  "type": "git",