@guardian/interactive-component-library 0.1.0-alpha.41 → 0.1.0-alpha.42

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
@@ -1921,49 +1921,79 @@ body.android {
1921
1921
  --top-inset: 58px;
1922
1922
  }
1923
1923
 
1924
- ._borderTop_gph7y_9::before {
1924
+ ._borderTop_1xpz0_9 {
1925
1925
  border-top: 1px solid var(--border-divider-color);
1926
+ transform: translate(-10px);
1927
+ width: calc(100% + 20px);
1928
+ }
1929
+ @media (min-width: 30em) {
1930
+ ._borderTop_1xpz0_9 {
1931
+ transform: translate(-20px);
1932
+ width: calc(100% + 40px);
1933
+ }
1934
+ }
1935
+ @media (min-width: 46.25em) {
1936
+ ._borderTop_1xpz0_9 {
1937
+ width: calc(100% + 40px);
1938
+ }
1939
+ }
1940
+ @media (min-width: 71.25em) {
1941
+ ._borderTop_1xpz0_9 {
1942
+ transform: translate(-180px);
1943
+ width: calc(100% + 197px);
1944
+ background-color: transparent;
1945
+ }
1946
+ }
1947
+ @media (min-width: 81.25em) {
1948
+ ._borderTop_1xpz0_9 {
1949
+ transform: translate(-260px);
1950
+ width: calc(100% + 279px);
1951
+ }
1952
+ }
1953
+
1954
+ ._section_1xpz0_39._fullWidth_1xpz0_39 ._borderTop_1xpz0_9 {
1955
+ transform: none;
1956
+ width: calc(100% - 1px);
1926
1957
  }
1927
1958
 
1928
- ._section_gph7y_13 {
1959
+ ._section_1xpz0_39 {
1929
1960
  position: relative;
1930
1961
  z-index: 0;
1931
- margin-bottom: var(--space-8);
1962
+ padding-bottom: var(--space-8);
1932
1963
  }
1933
1964
 
1934
- ._section_gph7y_13._fullWidth_gph7y_19 {
1965
+ ._section_1xpz0_39._fullWidth_1xpz0_39 {
1935
1966
  transform: translate(-10px);
1936
1967
  width: calc(100% + 20px);
1937
1968
  margin: 0;
1938
1969
  padding: 0;
1939
- background-color: var(--background-color);
1940
1970
  }
1941
1971
  @media (min-width: 30em) {
1942
- ._section_gph7y_13._fullWidth_gph7y_19 {
1972
+ ._section_1xpz0_39._fullWidth_1xpz0_39 {
1943
1973
  transform: translate(-20px);
1944
1974
  width: calc(100% + 40px);
1945
1975
  }
1946
1976
  }
1947
1977
  @media (min-width: 46.25em) {
1948
- ._section_gph7y_13._fullWidth_gph7y_19 {
1978
+ ._section_1xpz0_39._fullWidth_1xpz0_39 {
1949
1979
  transform: translate(-20px);
1950
- width: calc(100% + 60px);
1980
+ width: calc(100% + 40px);
1951
1981
  }
1952
1982
  }
1953
1983
  @media (min-width: 71.25em) {
1954
- ._section_gph7y_13._fullWidth_gph7y_19 {
1984
+ ._section_1xpz0_39._fullWidth_1xpz0_39 {
1955
1985
  transform: translate(-180px);
1956
- width: calc(100% + 200px);
1986
+ width: calc(100% + 197px);
1957
1987
  }
1958
1988
  }
1959
1989
  @media (min-width: 81.25em) {
1960
- ._section_gph7y_13._fullWidth_gph7y_19 {
1990
+ ._section_1xpz0_39._fullWidth_1xpz0_39 {
1961
1991
  transform: translate(-260px);
1962
1992
  width: calc(100% + 280px);
1963
1993
  }
1964
1994
  }
1965
1995
 
1966
- ._section_gph7y_13::before {
1996
+ ._section_1xpz0_39::before {
1967
1997
  display: block;
1968
1998
  content: "";
1969
1999
  position: absolute;
@@ -1971,50 +2001,75 @@ body.android {
1971
2001
  left: 0;
1972
2002
  transform: translate(-10px);
1973
2003
  width: calc(100% + 20px);
1974
- height: calc(100% + var(--space-8));
1975
- background-color: var(--background-color);
2004
+ height: 100%;
1976
2005
  z-index: -1;
2006
+ background-color: var(--background-color);
1977
2007
  }
1978
2008
  @media (min-width: 30em) {
1979
- ._section_gph7y_13::before {
2009
+ ._section_1xpz0_39::before {
1980
2010
  transform: translate(-20px);
1981
2011
  width: calc(100% + 40px);
1982
2012
  }
1983
2013
  }
1984
2014
  @media (min-width: 46.25em) {
1985
- ._section_gph7y_13::before {
1986
- width: calc(100% + 60px);
2015
+ ._section_1xpz0_39::before {
2016
+ width: calc(100% + 40px);
1987
2017
  }
1988
2018
  }
1989
2019
  @media (min-width: 71.25em) {
1990
- ._section_gph7y_13::before {
1991
- transform: translate(-180px);
1992
- width: calc(100% + 200px);
1993
- background-color: transparent;
2020
+ ._section_1xpz0_39::before {
2021
+ transform: translateX(-9px);
2022
+ width: calc(100% + 26px);
1994
2023
  }
1995
2024
  }
1996
2025
  @media (min-width: 81.25em) {
1997
- ._section_gph7y_13::before {
1998
- transform: translate(-260px);
1999
- width: calc(100% + 280px);
2026
+ ._section_1xpz0_39::before {
2027
+ width: calc(100% + 27px);
2000
2028
  }
2001
2029
  }
2002
2030
 
2003
- ._section_gph7y_13._fullWidth_gph7y_19::before {
2031
+ ._section_1xpz0_39._fullWidth_1xpz0_39::before {
2004
2032
  transform: none;
2005
- width: 100%;
2006
- height: 1px;
2007
- background-color: transparent;
2033
+ width: calc(100% - 3px);
2034
+ height: 100%;
2035
+ left: 1px;
2036
+ background-color: var(--background-color);
2037
+ transform: translate(-10px);
2038
+ width: calc(100% + 20px);
2039
+ }
2040
+ @media (min-width: 30em) {
2041
+ ._section_1xpz0_39._fullWidth_1xpz0_39::before {
2042
+ transform: translate(-20px);
2043
+ width: calc(100% + 40px);
2044
+ }
2045
+ }
2046
+ @media (min-width: 46.25em) {
2047
+ ._section_1xpz0_39._fullWidth_1xpz0_39::before {
2048
+ width: 100%;
2049
+ transform: translateX(-1px);
2050
+ }
2051
+ }
2052
+ @media (min-width: 71.25em) {
2053
+ ._section_1xpz0_39._fullWidth_1xpz0_39::before {
2054
+ transform: translateX(-1px);
2055
+ width: 100%;
2056
+ }
2057
+ }
2058
+ @media (min-width: 81.25em) {
2059
+ ._section_1xpz0_39._fullWidth_1xpz0_39::before {
2060
+ transform: none;
2061
+ width: calc(100% - 3px);
2062
+ }
2008
2063
  }
2009
2064
 
2010
- ._header_gph7y_95 {
2065
+ ._header_1xpz0_150 {
2011
2066
  color: var(--primary-text-color);
2012
2067
  padding-top: var(--space-2);
2013
2068
  margin-bottom: var(--space-5);
2014
2069
  }
2015
2070
 
2016
2071
  @media (min-width: 71.25em) {
2017
- body:not(.ios, .android) ._header_gph7y_95 {
2072
+ body:not(.ios, .android) ._header_1xpz0_150 {
2018
2073
  position: absolute;
2019
2074
  max-width: 160px;
2020
2075
  transform: translateX(-170px);
@@ -2022,13 +2077,13 @@ body.android {
2022
2077
  }
2023
2078
  }
2024
2079
  @media (min-width: 81.25em) {
2025
- body:not(.ios, .android) ._header_gph7y_95 {
2080
+ body:not(.ios, .android) ._header_1xpz0_150 {
2026
2081
  max-width: 220px;
2027
2082
  transform: translateX(-250px);
2028
2083
  }
2029
2084
  }
2030
2085
 
2031
- body ._header_gph7y_95._fullWidth_gph7y_19 {
2086
+ body ._header_1xpz0_150._fullWidth_1xpz0_39 {
2032
2087
  position: absolute;
2033
2088
  top: 0;
2034
2089
  left: 0;
@@ -2039,39 +2094,28 @@ body ._header_gph7y_95._fullWidth_gph7y_19 {
2039
2094
  max-width: 100%;
2040
2095
  }
2041
2096
  @media (min-width: 71.25em) {
2042
- body ._header_gph7y_95._fullWidth_gph7y_19 {
2097
+ body ._header_1xpz0_150._fullWidth_1xpz0_39 {
2043
2098
  margin-bottom: 0;
2044
2099
  }
2045
2100
  }
2046
2101
 
2047
- ._content_gph7y_132 {
2102
+ ._content_1xpz0_187 {
2048
2103
  position: relative;
2049
2104
  padding-top: 0;
2050
2105
  z-index: 0;
2051
2106
  color: var(--primary-text-color);
2052
2107
  }
2053
2108
  @media (min-width: 71.25em) {
2054
- ._content_gph7y_132 {
2109
+ ._content_1xpz0_187 {
2055
2110
  padding-top: var(--space-2);
2056
2111
  }
2057
- ._content_gph7y_132::before {
2058
- content: "";
2059
- position: absolute;
2060
- top: 0;
2061
- left: 0;
2062
- transform: translate(-9px, 1px);
2063
- width: calc(100% + 29px);
2064
- height: calc(100% + var(--space-8));
2065
- background-color: var(--background-color);
2066
- z-index: -2;
2067
- }
2068
2112
  }
2069
2113
 
2070
- ._content_gph7y_132._fullWidth_gph7y_19 {
2114
+ ._content_1xpz0_187._fullWidth_1xpz0_39 {
2071
2115
  padding-top: 0;
2072
2116
  }
2073
2117
 
2074
- ._content_gph7y_132._fullWidth_gph7y_19::before {
2118
+ ._content_1xpz0_187._fullWidth_1xpz0_39::before {
2075
2119
  display: none;
2076
2120
  }._text_lo5h3_1 {
2077
2121
  font-family: var(--text-sans);
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.41",
4
+ "version": "v0.1.0-alpha.42",
5
5
  "packageManager": "pnpm@8.4.0",
6
6
  "repository": {
7
7
  "type": "git",