@snyk-mktg/brand-ui 2.5.10-canary.1 → 2.5.10-canary.12

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.
Files changed (37) hide show
  1. package/dist/css/base.css +2472 -1078
  2. package/dist/css/base.css.map +1 -1
  3. package/dist/css/bundle.css +4331 -2350
  4. package/dist/css/bundle.css.map +1 -1
  5. package/dist/css/components.css +1960 -1504
  6. package/dist/css/components.css.map +1 -1
  7. package/dist/css/evo-bundle.css +3460 -1235
  8. package/dist/css/evo-bundle.css.map +1 -1
  9. package/dist/css/index.css +164 -130
  10. package/dist/css/index.css.map +1 -1
  11. package/dist/css/labs-bundle.css +9792 -7611
  12. package/dist/css/labs-bundle.css.map +1 -1
  13. package/dist/css/utilities.css +164 -130
  14. package/dist/css/utilities.css.map +1 -1
  15. package/dist/js/types/icons.d.ts +1 -1
  16. package/dist/js/utilities/icons.js +1 -0
  17. package/dist/scss/base/_baseline.scss +1 -1
  18. package/dist/scss/base/_fonts.scss +5 -4
  19. package/dist/scss/base/decorations/_backgrounds.scss +39 -6
  20. package/dist/scss/base/variables/_colors.scss +1 -1
  21. package/dist/scss/base/variables/_icons.scss +1 -0
  22. package/dist/scss/base/variables/_typography.scss +14 -6
  23. package/dist/scss/components/atoms/_button.scss +12 -0
  24. package/dist/scss/components/molecules/_alert.scss +22 -8
  25. package/dist/scss/components/molecules/_search.scss +20 -9
  26. package/dist/scss/components/organisms/_featured-media.scss +9 -0
  27. package/dist/scss/components/organisms/ctas/_footer-cta.scss +8 -0
  28. package/dist/scss/components/organisms/heroes/_hero-title-text.scss +1 -1
  29. package/dist/scss/labs/_base.scss +1 -1
  30. package/dist/scss/labs/_components.scss +1 -1
  31. package/dist/scss/labs/_layout.scss +13 -0
  32. package/dist/scss/labs/base/variables/_typography.scss +15 -7
  33. package/dist/scss/labs/components/atoms/_button.scss +7 -1
  34. package/dist/scss/labs/components/atoms/_icons.scss +3 -0
  35. package/dist/scss/labs/components/molecules/_share-this.scss +6 -0
  36. package/dist/scss/labs/components/organisms/ctas/_basic-cta.scss +2 -0
  37. package/package.json +1 -1
@@ -665,7 +665,7 @@
665
665
  .taper-fade-v.dark-mode .taper-fade-h:before,
666
666
  .taper-fade-h.dark-mode .taper-fade-v:before,
667
667
  .taper-fade-h.dark-mode .taper-fade-h:before {
668
- background: linear-gradient(180deg, RGBA(3, 3, 40, 1), RGBA(3, 3, 40, 0));
668
+ background: linear-gradient(180deg, RGBA(0, 0, 0, 1), RGBA(0, 0, 0, 0));
669
669
  }
670
670
  .taper-fade-v:after, .brandui-flip .brandui-flip-back-content:after,
671
671
  .taper-fade-h:after {
@@ -676,7 +676,7 @@
676
676
  .taper-fade-v.dark-mode .taper-fade-h:after,
677
677
  .taper-fade-h.dark-mode .taper-fade-v:after,
678
678
  .taper-fade-h.dark-mode .taper-fade-h:after {
679
- background: linear-gradient(0deg, RGBA(3, 3, 40, 1), RGBA(3, 3, 40, 0));
679
+ background: linear-gradient(0deg, RGBA(0, 0, 0, 1), RGBA(0, 0, 0, 0));
680
680
  }
681
681
  .taper-fade-v.base-purple:before, .brandui-flip .base-purple.brandui-flip-back-content:before,
682
682
  .taper-fade-h.base-purple:before {
@@ -826,13 +826,13 @@
826
826
  background: linear-gradient(90deg, RGBA(255, 255, 255, 1), RGBA(255, 255, 255, 0));
827
827
  }
828
828
  .dark-mode .taper-fade-h:before, .taper-fade-h.dark-mode .taper-fade-h:before {
829
- background: linear-gradient(90deg, RGBA(3, 3, 40, 1), RGBA(3, 3, 40, 0));
829
+ background: linear-gradient(90deg, RGBA(0, 0, 0, 1), RGBA(0, 0, 0, 0));
830
830
  }
831
831
  .taper-fade-h:after {
832
832
  background: linear-gradient(270deg, RGBA(255, 255, 255, 1), RGBA(255, 255, 255, 0));
833
833
  }
834
834
  .dark-mode .taper-fade-h:after, .taper-fade-h.dark-mode .taper-fade-h:after {
835
- background: linear-gradient(270deg, RGBA(3, 3, 40, 1), RGBA(3, 3, 40, 0));
835
+ background: linear-gradient(270deg, RGBA(0, 0, 0, 1), RGBA(0, 0, 0, 0));
836
836
  }
837
837
  .taper-fade-h.base-purple:before {
838
838
  background: linear-gradient(90deg, RGBA(249, 246, 252, 1), RGBA(249, 246, 252, 0.9), RGBA(249, 246, 252, 0));
@@ -1165,7 +1165,7 @@
1165
1165
  .tablet\:taper-fade-v.dark-mode .tablet\:taper-fade-h:before,
1166
1166
  .tablet\:taper-fade-h.dark-mode .tablet\:taper-fade-v:before,
1167
1167
  .tablet\:taper-fade-h.dark-mode .tablet\:taper-fade-h:before {
1168
- background: linear-gradient(180deg, RGBA(3, 3, 40, 1), RGBA(3, 3, 40, 0));
1168
+ background: linear-gradient(180deg, RGBA(0, 0, 0, 1), RGBA(0, 0, 0, 0));
1169
1169
  }
1170
1170
  .tablet\:taper-fade-v:after,
1171
1171
  .tablet\:taper-fade-h:after {
@@ -1176,7 +1176,7 @@
1176
1176
  .tablet\:taper-fade-v.dark-mode .tablet\:taper-fade-h:after,
1177
1177
  .tablet\:taper-fade-h.dark-mode .tablet\:taper-fade-v:after,
1178
1178
  .tablet\:taper-fade-h.dark-mode .tablet\:taper-fade-h:after {
1179
- background: linear-gradient(0deg, RGBA(3, 3, 40, 1), RGBA(3, 3, 40, 0));
1179
+ background: linear-gradient(0deg, RGBA(0, 0, 0, 1), RGBA(0, 0, 0, 0));
1180
1180
  }
1181
1181
  .tablet\:taper-fade-v.tablet\:base-purple:before,
1182
1182
  .tablet\:taper-fade-h.tablet\:base-purple:before {
@@ -1326,13 +1326,13 @@
1326
1326
  background: linear-gradient(90deg, RGBA(255, 255, 255, 1), RGBA(255, 255, 255, 0));
1327
1327
  }
1328
1328
  .dark-mode .tablet\:taper-fade-h:before, .tablet\:taper-fade-h.dark-mode .tablet\:taper-fade-h:before {
1329
- background: linear-gradient(90deg, RGBA(3, 3, 40, 1), RGBA(3, 3, 40, 0));
1329
+ background: linear-gradient(90deg, RGBA(0, 0, 0, 1), RGBA(0, 0, 0, 0));
1330
1330
  }
1331
1331
  .tablet\:taper-fade-h:after {
1332
1332
  background: linear-gradient(270deg, RGBA(255, 255, 255, 1), RGBA(255, 255, 255, 0));
1333
1333
  }
1334
1334
  .dark-mode .tablet\:taper-fade-h:after, .tablet\:taper-fade-h.dark-mode .tablet\:taper-fade-h:after {
1335
- background: linear-gradient(270deg, RGBA(3, 3, 40, 1), RGBA(3, 3, 40, 0));
1335
+ background: linear-gradient(270deg, RGBA(0, 0, 0, 1), RGBA(0, 0, 0, 0));
1336
1336
  }
1337
1337
  .tablet\:taper-fade-h.tablet\:base-purple:before {
1338
1338
  background: linear-gradient(90deg, RGBA(249, 246, 252, 1), RGBA(249, 246, 252, 0.9), RGBA(249, 246, 252, 0));
@@ -1665,7 +1665,7 @@
1665
1665
  .mobile\:taper-fade-v.dark-mode .mobile\:taper-fade-h:before,
1666
1666
  .mobile\:taper-fade-h.dark-mode .mobile\:taper-fade-v:before,
1667
1667
  .mobile\:taper-fade-h.dark-mode .mobile\:taper-fade-h:before {
1668
- background: linear-gradient(180deg, RGBA(3, 3, 40, 1), RGBA(3, 3, 40, 0));
1668
+ background: linear-gradient(180deg, RGBA(0, 0, 0, 1), RGBA(0, 0, 0, 0));
1669
1669
  }
1670
1670
  .mobile\:taper-fade-v:after,
1671
1671
  .mobile\:taper-fade-h:after {
@@ -1676,7 +1676,7 @@
1676
1676
  .mobile\:taper-fade-v.dark-mode .mobile\:taper-fade-h:after,
1677
1677
  .mobile\:taper-fade-h.dark-mode .mobile\:taper-fade-v:after,
1678
1678
  .mobile\:taper-fade-h.dark-mode .mobile\:taper-fade-h:after {
1679
- background: linear-gradient(0deg, RGBA(3, 3, 40, 1), RGBA(3, 3, 40, 0));
1679
+ background: linear-gradient(0deg, RGBA(0, 0, 0, 1), RGBA(0, 0, 0, 0));
1680
1680
  }
1681
1681
  .mobile\:taper-fade-v.mobile\:base-purple:before,
1682
1682
  .mobile\:taper-fade-h.mobile\:base-purple:before {
@@ -1826,13 +1826,13 @@
1826
1826
  background: linear-gradient(90deg, RGBA(255, 255, 255, 1), RGBA(255, 255, 255, 0));
1827
1827
  }
1828
1828
  .dark-mode .mobile\:taper-fade-h:before, .mobile\:taper-fade-h.dark-mode .mobile\:taper-fade-h:before {
1829
- background: linear-gradient(90deg, RGBA(3, 3, 40, 1), RGBA(3, 3, 40, 0));
1829
+ background: linear-gradient(90deg, RGBA(0, 0, 0, 1), RGBA(0, 0, 0, 0));
1830
1830
  }
1831
1831
  .mobile\:taper-fade-h:after {
1832
1832
  background: linear-gradient(270deg, RGBA(255, 255, 255, 1), RGBA(255, 255, 255, 0));
1833
1833
  }
1834
1834
  .dark-mode .mobile\:taper-fade-h:after, .mobile\:taper-fade-h.dark-mode .mobile\:taper-fade-h:after {
1835
- background: linear-gradient(270deg, RGBA(3, 3, 40, 1), RGBA(3, 3, 40, 0));
1835
+ background: linear-gradient(270deg, RGBA(0, 0, 0, 1), RGBA(0, 0, 0, 0));
1836
1836
  }
1837
1837
  .mobile\:taper-fade-h.mobile\:base-purple:before {
1838
1838
  background: linear-gradient(90deg, RGBA(249, 246, 252, 1), RGBA(249, 246, 252, 0.9), RGBA(249, 246, 252, 0));
@@ -1946,70 +1946,70 @@
1946
1946
  .focus\:shadow-outline:focus,
1947
1947
  .group:hover .group-hover\:shadow-outline,
1948
1948
  .group:focus-within .group-focus-within\:shadow-outline {
1949
- box-shadow: 0 1px 3px 1px RGBA(109, 109, 156, 0.3);
1949
+ box-shadow: 0 1px 3px 1px RGBA(68, 28, 153, 0.3);
1950
1950
  }
1951
1951
  .shadow-outline-inset,
1952
1952
  .hover\:shadow-outline-inset:hover,
1953
1953
  .focus\:shadow-outline-inset:focus,
1954
1954
  .group:hover .group-hover\:shadow-outline-inset,
1955
1955
  .group:focus-within .group-focus-within\:shadow-outline-inset {
1956
- box-shadow: inset 0 1px 3px 1px RGBA(109, 109, 156, 0.3);
1956
+ box-shadow: inset 0 1px 3px 1px RGBA(68, 28, 153, 0.3);
1957
1957
  }
1958
1958
  .shadow-faint,
1959
1959
  .hover\:shadow-faint:hover,
1960
1960
  .focus\:shadow-faint:focus,
1961
1961
  .group:hover .group-hover\:shadow-faint,
1962
1962
  .group:focus-within .group-focus-within\:shadow-faint {
1963
- box-shadow: 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.05);
1963
+ box-shadow: 0 0.1875rem 0.313rem RGBA(68, 28, 153, 0.05);
1964
1964
  }
1965
1965
  .shadow-faint-inset,
1966
1966
  .hover\:shadow-faint-inset:hover,
1967
1967
  .focus\:shadow-faint-inset:focus,
1968
1968
  .group:hover .group-hover\:shadow-faint-inset,
1969
1969
  .group:focus-within .group-focus-within\:shadow-faint-inset {
1970
- box-shadow: inset 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.05);
1970
+ box-shadow: inset 0 0.1875rem 0.313rem RGBA(68, 28, 153, 0.05);
1971
1971
  }
1972
1972
  .shadow-near,
1973
1973
  .hover\:shadow-near:hover,
1974
1974
  .focus\:shadow-near:focus,
1975
1975
  .group:hover .group-hover\:shadow-near,
1976
1976
  .group:focus-within .group-focus-within\:shadow-near {
1977
- box-shadow: 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.15);
1977
+ box-shadow: 0 0.1875rem 0.313rem RGBA(68, 28, 153, 0.15);
1978
1978
  }
1979
1979
  .shadow-near-inset,
1980
1980
  .hover\:shadow-near-inset:hover,
1981
1981
  .focus\:shadow-near-inset:focus,
1982
1982
  .group:hover .group-hover\:shadow-near-inset,
1983
1983
  .group:focus-within .group-focus-within\:shadow-near-inset {
1984
- box-shadow: inset 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.15);
1984
+ box-shadow: inset 0 0.1875rem 0.313rem RGBA(68, 28, 153, 0.15);
1985
1985
  }
1986
1986
  .shadow-mid,
1987
1987
  .hover\:shadow-mid:hover,
1988
1988
  .focus\:shadow-mid:focus,
1989
1989
  .group:hover .group-hover\:shadow-mid,
1990
1990
  .group:focus-within .group-focus-within\:shadow-mid {
1991
- box-shadow: 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.25);
1991
+ box-shadow: 0 0.625rem 0.938rem RGBA(68, 28, 153, 0.25);
1992
1992
  }
1993
1993
  .shadow-mid-inset,
1994
1994
  .hover\:shadow-mid-inset:hover,
1995
1995
  .focus\:shadow-mid-inset:focus,
1996
1996
  .group:hover .group-hover\:shadow-mid-inset,
1997
1997
  .group:focus-within .group-focus-within\:shadow-mid-inset {
1998
- box-shadow: inset 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.25);
1998
+ box-shadow: inset 0 0.625rem 0.938rem RGBA(68, 28, 153, 0.25);
1999
1999
  }
2000
2000
  .shadow-far,
2001
2001
  .hover\:shadow-far:hover,
2002
2002
  .focus\:shadow-far:focus,
2003
2003
  .group:hover .group-hover\:shadow-far,
2004
2004
  .group:focus-within .group-focus-within\:shadow-far {
2005
- box-shadow: 0 1.875rem 3.125rem RGBA(109, 109, 156, 0.3);
2005
+ box-shadow: 0 0 3.75rem RGBA(68, 28, 153, 0.4);
2006
2006
  }
2007
2007
  .shadow-far-inset,
2008
2008
  .hover\:shadow-far-inset:hover,
2009
2009
  .focus\:shadow-far-inset:focus,
2010
2010
  .group:hover .group-hover\:shadow-far-inset,
2011
2011
  .group:focus-within .group-focus-within\:shadow-far-inset {
2012
- box-shadow: inset 0 1.875rem 3.125rem RGBA(109, 109, 156, 0.3);
2012
+ box-shadow: inset 0 0 3.75rem RGBA(68, 28, 153, 0.4);
2013
2013
  }
2014
2014
  .shadow-none,
2015
2015
  .hover\:shadow-none:hover,
@@ -2025,70 +2025,70 @@
2025
2025
  .tablet\:focus\:shadow-outline:focus,
2026
2026
  .tablet\:group:hover .group-hover\:shadow-outline,
2027
2027
  .tablet\:group:focus-within .group-focus-within\:shadow-outline {
2028
- box-shadow: 0 1px 3px 1px RGBA(109, 109, 156, 0.3);
2028
+ box-shadow: 0 1px 3px 1px RGBA(68, 28, 153, 0.3);
2029
2029
  }
2030
2030
  .tablet\:shadow-outline-inset,
2031
2031
  .tablet\:hover\:shadow-outline-inset:hover,
2032
2032
  .tablet\:focus\:shadow-outline-inset:focus,
2033
2033
  .tablet\:group:hover .group-hover\:shadow-outline-inset,
2034
2034
  .tablet\:group:focus-within .group-focus-within\:shadow-outline-inset {
2035
- box-shadow: inset 0 1px 3px 1px RGBA(109, 109, 156, 0.3);
2035
+ box-shadow: inset 0 1px 3px 1px RGBA(68, 28, 153, 0.3);
2036
2036
  }
2037
2037
  .tablet\:shadow-faint,
2038
2038
  .tablet\:hover\:shadow-faint:hover,
2039
2039
  .tablet\:focus\:shadow-faint:focus,
2040
2040
  .tablet\:group:hover .group-hover\:shadow-faint,
2041
2041
  .tablet\:group:focus-within .group-focus-within\:shadow-faint {
2042
- box-shadow: 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.05);
2042
+ box-shadow: 0 0.1875rem 0.313rem RGBA(68, 28, 153, 0.05);
2043
2043
  }
2044
2044
  .tablet\:shadow-faint-inset,
2045
2045
  .tablet\:hover\:shadow-faint-inset:hover,
2046
2046
  .tablet\:focus\:shadow-faint-inset:focus,
2047
2047
  .tablet\:group:hover .group-hover\:shadow-faint-inset,
2048
2048
  .tablet\:group:focus-within .group-focus-within\:shadow-faint-inset {
2049
- box-shadow: inset 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.05);
2049
+ box-shadow: inset 0 0.1875rem 0.313rem RGBA(68, 28, 153, 0.05);
2050
2050
  }
2051
2051
  .tablet\:shadow-near,
2052
2052
  .tablet\:hover\:shadow-near:hover,
2053
2053
  .tablet\:focus\:shadow-near:focus,
2054
2054
  .tablet\:group:hover .group-hover\:shadow-near,
2055
2055
  .tablet\:group:focus-within .group-focus-within\:shadow-near {
2056
- box-shadow: 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.15);
2056
+ box-shadow: 0 0.1875rem 0.313rem RGBA(68, 28, 153, 0.15);
2057
2057
  }
2058
2058
  .tablet\:shadow-near-inset,
2059
2059
  .tablet\:hover\:shadow-near-inset:hover,
2060
2060
  .tablet\:focus\:shadow-near-inset:focus,
2061
2061
  .tablet\:group:hover .group-hover\:shadow-near-inset,
2062
2062
  .tablet\:group:focus-within .group-focus-within\:shadow-near-inset {
2063
- box-shadow: inset 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.15);
2063
+ box-shadow: inset 0 0.1875rem 0.313rem RGBA(68, 28, 153, 0.15);
2064
2064
  }
2065
2065
  .tablet\:shadow-mid,
2066
2066
  .tablet\:hover\:shadow-mid:hover,
2067
2067
  .tablet\:focus\:shadow-mid:focus,
2068
2068
  .tablet\:group:hover .group-hover\:shadow-mid,
2069
2069
  .tablet\:group:focus-within .group-focus-within\:shadow-mid {
2070
- box-shadow: 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.25);
2070
+ box-shadow: 0 0.625rem 0.938rem RGBA(68, 28, 153, 0.25);
2071
2071
  }
2072
2072
  .tablet\:shadow-mid-inset,
2073
2073
  .tablet\:hover\:shadow-mid-inset:hover,
2074
2074
  .tablet\:focus\:shadow-mid-inset:focus,
2075
2075
  .tablet\:group:hover .group-hover\:shadow-mid-inset,
2076
2076
  .tablet\:group:focus-within .group-focus-within\:shadow-mid-inset {
2077
- box-shadow: inset 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.25);
2077
+ box-shadow: inset 0 0.625rem 0.938rem RGBA(68, 28, 153, 0.25);
2078
2078
  }
2079
2079
  .tablet\:shadow-far,
2080
2080
  .tablet\:hover\:shadow-far:hover,
2081
2081
  .tablet\:focus\:shadow-far:focus,
2082
2082
  .tablet\:group:hover .group-hover\:shadow-far,
2083
2083
  .tablet\:group:focus-within .group-focus-within\:shadow-far {
2084
- box-shadow: 0 1.875rem 3.125rem RGBA(109, 109, 156, 0.3);
2084
+ box-shadow: 0 0 3.75rem RGBA(68, 28, 153, 0.4);
2085
2085
  }
2086
2086
  .tablet\:shadow-far-inset,
2087
2087
  .tablet\:hover\:shadow-far-inset:hover,
2088
2088
  .tablet\:focus\:shadow-far-inset:focus,
2089
2089
  .tablet\:group:hover .group-hover\:shadow-far-inset,
2090
2090
  .tablet\:group:focus-within .group-focus-within\:shadow-far-inset {
2091
- box-shadow: inset 0 1.875rem 3.125rem RGBA(109, 109, 156, 0.3);
2091
+ box-shadow: inset 0 0 3.75rem RGBA(68, 28, 153, 0.4);
2092
2092
  }
2093
2093
  .tablet\:shadow-none,
2094
2094
  .tablet\:hover\:shadow-none:hover,
@@ -2104,70 +2104,70 @@
2104
2104
  .mobile\:focus\:shadow-outline:focus,
2105
2105
  .mobile\:group:hover .group-hover\:shadow-outline,
2106
2106
  .mobile\:group:focus-within .group-focus-within\:shadow-outline {
2107
- box-shadow: 0 1px 3px 1px RGBA(109, 109, 156, 0.3);
2107
+ box-shadow: 0 1px 3px 1px RGBA(68, 28, 153, 0.3);
2108
2108
  }
2109
2109
  .mobile\:shadow-outline-inset,
2110
2110
  .mobile\:hover\:shadow-outline-inset:hover,
2111
2111
  .mobile\:focus\:shadow-outline-inset:focus,
2112
2112
  .mobile\:group:hover .group-hover\:shadow-outline-inset,
2113
2113
  .mobile\:group:focus-within .group-focus-within\:shadow-outline-inset {
2114
- box-shadow: inset 0 1px 3px 1px RGBA(109, 109, 156, 0.3);
2114
+ box-shadow: inset 0 1px 3px 1px RGBA(68, 28, 153, 0.3);
2115
2115
  }
2116
2116
  .mobile\:shadow-faint,
2117
2117
  .mobile\:hover\:shadow-faint:hover,
2118
2118
  .mobile\:focus\:shadow-faint:focus,
2119
2119
  .mobile\:group:hover .group-hover\:shadow-faint,
2120
2120
  .mobile\:group:focus-within .group-focus-within\:shadow-faint {
2121
- box-shadow: 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.05);
2121
+ box-shadow: 0 0.1875rem 0.313rem RGBA(68, 28, 153, 0.05);
2122
2122
  }
2123
2123
  .mobile\:shadow-faint-inset,
2124
2124
  .mobile\:hover\:shadow-faint-inset:hover,
2125
2125
  .mobile\:focus\:shadow-faint-inset:focus,
2126
2126
  .mobile\:group:hover .group-hover\:shadow-faint-inset,
2127
2127
  .mobile\:group:focus-within .group-focus-within\:shadow-faint-inset {
2128
- box-shadow: inset 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.05);
2128
+ box-shadow: inset 0 0.1875rem 0.313rem RGBA(68, 28, 153, 0.05);
2129
2129
  }
2130
2130
  .mobile\:shadow-near,
2131
2131
  .mobile\:hover\:shadow-near:hover,
2132
2132
  .mobile\:focus\:shadow-near:focus,
2133
2133
  .mobile\:group:hover .group-hover\:shadow-near,
2134
2134
  .mobile\:group:focus-within .group-focus-within\:shadow-near {
2135
- box-shadow: 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.15);
2135
+ box-shadow: 0 0.1875rem 0.313rem RGBA(68, 28, 153, 0.15);
2136
2136
  }
2137
2137
  .mobile\:shadow-near-inset,
2138
2138
  .mobile\:hover\:shadow-near-inset:hover,
2139
2139
  .mobile\:focus\:shadow-near-inset:focus,
2140
2140
  .mobile\:group:hover .group-hover\:shadow-near-inset,
2141
2141
  .mobile\:group:focus-within .group-focus-within\:shadow-near-inset {
2142
- box-shadow: inset 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.15);
2142
+ box-shadow: inset 0 0.1875rem 0.313rem RGBA(68, 28, 153, 0.15);
2143
2143
  }
2144
2144
  .mobile\:shadow-mid,
2145
2145
  .mobile\:hover\:shadow-mid:hover,
2146
2146
  .mobile\:focus\:shadow-mid:focus,
2147
2147
  .mobile\:group:hover .group-hover\:shadow-mid,
2148
2148
  .mobile\:group:focus-within .group-focus-within\:shadow-mid {
2149
- box-shadow: 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.25);
2149
+ box-shadow: 0 0.625rem 0.938rem RGBA(68, 28, 153, 0.25);
2150
2150
  }
2151
2151
  .mobile\:shadow-mid-inset,
2152
2152
  .mobile\:hover\:shadow-mid-inset:hover,
2153
2153
  .mobile\:focus\:shadow-mid-inset:focus,
2154
2154
  .mobile\:group:hover .group-hover\:shadow-mid-inset,
2155
2155
  .mobile\:group:focus-within .group-focus-within\:shadow-mid-inset {
2156
- box-shadow: inset 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.25);
2156
+ box-shadow: inset 0 0.625rem 0.938rem RGBA(68, 28, 153, 0.25);
2157
2157
  }
2158
2158
  .mobile\:shadow-far,
2159
2159
  .mobile\:hover\:shadow-far:hover,
2160
2160
  .mobile\:focus\:shadow-far:focus,
2161
2161
  .mobile\:group:hover .group-hover\:shadow-far,
2162
2162
  .mobile\:group:focus-within .group-focus-within\:shadow-far {
2163
- box-shadow: 0 1.875rem 3.125rem RGBA(109, 109, 156, 0.3);
2163
+ box-shadow: 0 0 3.75rem RGBA(68, 28, 153, 0.4);
2164
2164
  }
2165
2165
  .mobile\:shadow-far-inset,
2166
2166
  .mobile\:hover\:shadow-far-inset:hover,
2167
2167
  .mobile\:focus\:shadow-far-inset:focus,
2168
2168
  .mobile\:group:hover .group-hover\:shadow-far-inset,
2169
2169
  .mobile\:group:focus-within .group-focus-within\:shadow-far-inset {
2170
- box-shadow: inset 0 1.875rem 3.125rem RGBA(109, 109, 156, 0.3);
2170
+ box-shadow: inset 0 0 3.75rem RGBA(68, 28, 153, 0.4);
2171
2171
  }
2172
2172
  .mobile\:shadow-none,
2173
2173
  .mobile\:hover\:shadow-none:hover,
@@ -3075,7 +3075,7 @@
3075
3075
  background-color: #fff;
3076
3076
  }
3077
3077
  .brandui-flip .brandui-flip-back-content.dark-mode, .dark-mode .brandui-flip .brandui-flip-back-content {
3078
- background-color: #030328;
3078
+ background-color: #000;
3079
3079
  }
3080
3080
  .brandui-flip.flipped .brandui-flip-inner {
3081
3081
  transform: rotateY(180deg);
@@ -3084,6 +3084,93 @@
3084
3084
  transform: rotateY(-180deg);
3085
3085
  }
3086
3086
 
3087
+ /* Mixins for light/dark modes */
3088
+ /* The markers use a custom transformation to colorize the image.
3089
+ * This implementation also requires the images to be PNGs so that they can
3090
+ * be converted to SVGs by Cloudinary. This is because Cloudinary has trouble
3091
+ * colorizing SVGs.
3092
+ */
3093
+ .decoration-bg {
3094
+ pointer-events: none;
3095
+ }
3096
+ .decoration-bg.dot-wave {
3097
+ position: absolute;
3098
+ inset: 0;
3099
+ background-size: contain;
3100
+ mix-blend-mode: screen;
3101
+ z-index: -1;
3102
+ padding-bottom: 28rem;
3103
+ }
3104
+ .decoration-bg.dot-wave-1 {
3105
+ background: transparent url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/decorations/decoration-bg-dot-wave.svg") center no-repeat;
3106
+ }
3107
+ .decoration-bg.dot-wave-1.dot-wave-center-right {
3108
+ top: 20rem;
3109
+ right: -50rem;
3110
+ scale: 1;
3111
+ transform: rotateY(180deg);
3112
+ }
3113
+ .decoration-bg.dot-wave-1.dot-wave-center-middle {
3114
+ top: 33rem;
3115
+ right: -2rem;
3116
+ scale: 1.25;
3117
+ transform: rotateY(180deg);
3118
+ }
3119
+ .decoration-bg.dot-wave-2 {
3120
+ background: transparent url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/decorations/decoration-bg-dot-wave-2.svg") center no-repeat;
3121
+ }
3122
+ .decoration-bg.dot-wave-3 {
3123
+ background: transparent url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/decorations/decoration-bg-dot-wave-3.svg") center no-repeat;
3124
+ }
3125
+ .decoration-bg.dot-wave-3.dot-wave-bottom-right {
3126
+ bottom: -10rem;
3127
+ right: -40rem;
3128
+ transform: rotate(180deg);
3129
+ }
3130
+ .decoration-bg.dot-wave-top-right {
3131
+ top: 0;
3132
+ right: -40rem;
3133
+ }
3134
+ .decoration-bg.dot-wave-bottom-right {
3135
+ bottom: -10rem;
3136
+ right: -40rem;
3137
+ }
3138
+ .decoration-bg.dot-wave-top-left {
3139
+ top: -20rem;
3140
+ left: -50rem;
3141
+ transform: rotate(180deg);
3142
+ }
3143
+ @media (max-width: 768px) {
3144
+ .decoration-bg.dot-wave-top-left {
3145
+ top: -30rem;
3146
+ }
3147
+ }
3148
+ .decoration-bg.dot-wave-top-left-high {
3149
+ top: -75rem;
3150
+ left: -60rem;
3151
+ transform: rotate(180deg);
3152
+ }
3153
+ @media (max-width: 1024px) {
3154
+ .decoration-bg.dot-wave-top-left-high {
3155
+ top: -60rem;
3156
+ left: -13rem;
3157
+ }
3158
+ }
3159
+ @media (max-width: 768px) {
3160
+ .decoration-bg.dot-wave-top-left-high {
3161
+ top: -40rem;
3162
+ left: -10rem;
3163
+ }
3164
+ }
3165
+ .decoration-bg.dot-wave-bottom-left {
3166
+ bottom: -5rem;
3167
+ left: -40rem;
3168
+ }
3169
+ .decoration-bg.dot-wave-center-right {
3170
+ top: 30rem;
3171
+ right: -26rem;
3172
+ }
3173
+
3087
3174
  .wide-wrapper,
3088
3175
  .wide-container,
3089
3176
  .content-block,
@@ -3142,6 +3229,9 @@
3142
3229
  align-items: center;
3143
3230
  text-align: center;
3144
3231
  }
3232
+ .brandui-section .section-intro.solo-title, .brandui-section .solo-title.section-intro-left-aligned {
3233
+ margin-bottom: 2rem;
3234
+ }
3145
3235
  .brandui-section .section-intro-left-aligned {
3146
3236
  align-items: start;
3147
3237
  text-align: left;
@@ -3166,61 +3256,8 @@
3166
3256
  margin-right: auto;
3167
3257
  }
3168
3258
 
3169
- .brandui-container.bg-boxed,
3170
- .content-block.bg-boxed {
3171
- padding: 2.5rem;
3172
- border-width: 0.1875rem;
3173
- border-style: solid;
3174
- border-radius: 0.75rem;
3175
- box-shadow: 0 1px 3px 1px RGBA(109, 109, 156, 0.3);
3176
- backdrop-filter: blur(1rem);
3177
- -webkit-backdrop-filter: blur(1rem);
3178
- }
3179
- .brandui-container.bg-boxed,
3180
- .content-block.bg-boxed {
3181
- background-color: RGBA(255, 255, 255, 0.5);
3182
- }
3183
- .brandui-container.bg-boxed.dark-mode, .dark-mode .brandui-container.bg-boxed,
3184
- .content-block.bg-boxed.dark-mode,
3185
- .dark-mode .content-block.bg-boxed {
3186
- background-color: RGBA(3, 3, 40, 0.5);
3187
- }
3188
- .brandui-container.bg-boxed.group:hover, .brandui-container.bg-boxed.group:focus,
3189
- .content-block.bg-boxed.group:hover,
3190
- .content-block.bg-boxed.group:focus {
3191
- background-color: RGBA(255, 255, 255, 0.3);
3192
- }
3193
- .brandui-container.bg-boxed.group:hover.dark-mode, .dark-mode .brandui-container.bg-boxed.group:hover, .brandui-container.bg-boxed.group:focus.dark-mode, .dark-mode .brandui-container.bg-boxed.group:focus,
3194
- .content-block.bg-boxed.group:hover.dark-mode,
3195
- .dark-mode .content-block.bg-boxed.group:hover,
3196
- .content-block.bg-boxed.group:focus.dark-mode,
3197
- .dark-mode .content-block.bg-boxed.group:focus {
3198
- background-color: RGBA(3, 3, 40, 0.3);
3199
- }
3200
- .brandui-container.bg-boxed,
3201
- .content-block.bg-boxed {
3202
- border-color: RGBA(255, 255, 255, 0.7);
3203
- }
3204
- .brandui-container.bg-boxed.dark-mode, .dark-mode .brandui-container.bg-boxed,
3205
- .content-block.bg-boxed.dark-mode,
3206
- .dark-mode .content-block.bg-boxed {
3207
- border-color: RGBA(3, 3, 40, 0.7);
3208
- }
3209
- .brandui-container.bg-boxed.group:hover, .brandui-container.bg-boxed.group:focus,
3210
- .content-block.bg-boxed.group:hover,
3211
- .content-block.bg-boxed.group:focus {
3212
- border-color: RGBA(255, 255, 255, 0.3);
3213
- }
3214
- .brandui-container.bg-boxed.group:hover.dark-mode, .dark-mode .brandui-container.bg-boxed.group:hover, .brandui-container.bg-boxed.group:focus.dark-mode, .dark-mode .brandui-container.bg-boxed.group:focus,
3215
- .content-block.bg-boxed.group:hover.dark-mode,
3216
- .dark-mode .content-block.bg-boxed.group:hover,
3217
- .content-block.bg-boxed.group:focus.dark-mode,
3218
- .dark-mode .content-block.bg-boxed.group:focus {
3219
- border-color: RGBA(3, 3, 40, 0.3);
3220
- }
3221
-
3222
3259
  .brandui-backdrop {
3223
- background: RGBA(56, 63, 118, 0.9);
3260
+ background: RGBA(255, 120, 225, 0.9);
3224
3261
  position: fixed;
3225
3262
  display: flex;
3226
3263
  justify-content: center;
@@ -9153,7 +9190,6 @@
9153
9190
  height: 100%;
9154
9191
  }
9155
9192
  }
9156
- /* Mixins for light/dark modes */
9157
9193
  /*
9158
9194
  The rich text class applies default styling to HTML when you cannot apply class names directly to the children of a parent
9159
9195
  */
@@ -9165,26 +9201,24 @@ The rich text class applies default styling to HTML when you cannot apply class
9165
9201
  }
9166
9202
  .txt-rich h1:not([class]),
9167
9203
  .txt-rich-long h1:not([class]) {
9168
- font-family: "Big Shoulders";
9169
- font-size: 3rem;
9170
- font-weight: 900;
9204
+ font-family: "Geist";
9205
+ font-size: 2.375rem;
9206
+ font-weight: 700;
9171
9207
  letter-spacing: -0.01em;
9172
- line-height: 4rem;
9173
- text-transform: uppercase;
9208
+ line-height: 2.5rem;
9174
9209
  }
9175
9210
  @media (max-width: 768px) {
9176
9211
  .txt-rich h1:not([class]),
9177
9212
  .txt-rich-long h1:not([class]) {
9178
- font-size: 3.125rem;
9179
- font-weight: 900;
9213
+ font-size: 2.5rem;
9214
+ font-weight: 700;
9180
9215
  letter-spacing: -0.01em;
9181
- line-height: 3.75rem;
9182
- text-transform: uppercase;
9216
+ line-height: 2.75rem;
9183
9217
  }
9184
9218
  }
9185
9219
  .txt-rich h2:not([class]),
9186
9220
  .txt-rich-long h2:not([class]) {
9187
- font-family: "Space Grotesk";
9221
+ font-family: "Geist";
9188
9222
  font-size: 2rem;
9189
9223
  font-weight: 700;
9190
9224
  letter-spacing: -0.01em;
@@ -9203,7 +9237,7 @@ The rich text class applies default styling to HTML when you cannot apply class
9203
9237
  }
9204
9238
  .txt-rich h3:not([class]),
9205
9239
  .txt-rich-long h3:not([class]) {
9206
- font-family: "Space Grotesk";
9240
+ font-family: "Geist";
9207
9241
  font-size: 1.5rem;
9208
9242
  font-weight: 700;
9209
9243
  letter-spacing: -0.01em;
@@ -9222,7 +9256,7 @@ The rich text class applies default styling to HTML when you cannot apply class
9222
9256
  }
9223
9257
  .txt-rich h4:not([class]),
9224
9258
  .txt-rich-long h4:not([class]) {
9225
- font-family: "Space Grotesk";
9259
+ font-family: "Geist";
9226
9260
  font-size: 1.125rem;
9227
9261
  font-weight: 700;
9228
9262
  letter-spacing: -0.01em;
@@ -9231,7 +9265,7 @@ The rich text class applies default styling to HTML when you cannot apply class
9231
9265
  }
9232
9266
  .txt-rich h5:not([class]),
9233
9267
  .txt-rich-long h5:not([class]) {
9234
- font-family: "Roboto";
9268
+ font-family: "Geist";
9235
9269
  font-size: 1rem;
9236
9270
  font-weight: 600;
9237
9271
  letter-spacing: 0.005em;
@@ -9256,7 +9290,7 @@ The rich text class applies default styling to HTML when you cannot apply class
9256
9290
  }
9257
9291
  .txt-rich h6:not([class]),
9258
9292
  .txt-rich-long h6:not([class]) {
9259
- font-family: "Roboto";
9293
+ font-family: "Geist";
9260
9294
  font-size: 1rem;
9261
9295
  font-weight: 600;
9262
9296
  letter-spacing: 0.005em;
@@ -9285,7 +9319,7 @@ The rich text class applies default styling to HTML when you cannot apply class
9285
9319
  }
9286
9320
  .txt-rich a.jumplink,
9287
9321
  .txt-rich-long a.jumplink {
9288
- color: #030328;
9322
+ color: #000;
9289
9323
  }
9290
9324
  .txt-rich a.jumplink.dark-mode, .dark-mode .txt-rich a.jumplink,
9291
9325
  .txt-rich-long a.jumplink.dark-mode,
@@ -9300,24 +9334,24 @@ The rich text class applies default styling to HTML when you cannot apply class
9300
9334
  }
9301
9335
  .txt-rich a:not([class]),
9302
9336
  .txt-rich-long a:not([class]) {
9303
- color: #145deb;
9337
+ color: #000;
9304
9338
  }
9305
9339
  .txt-rich a:not([class]).dark-mode, .dark-mode .txt-rich a:not([class]),
9306
9340
  .txt-rich-long a:not([class]).dark-mode,
9307
9341
  .dark-mode .txt-rich-long a:not([class]) {
9308
- color: #9bcfff;
9342
+ color: #fff;
9309
9343
  }
9310
9344
  .txt-rich a:not([class]):hover, .txt-rich a:not([class]):focus,
9311
9345
  .txt-rich-long a:not([class]):hover,
9312
9346
  .txt-rich-long a:not([class]):focus {
9313
- color: #0a26b8;
9347
+ color: #441c99;
9314
9348
  }
9315
9349
  .txt-rich a:not([class]):hover.dark-mode, .dark-mode .txt-rich a:not([class]):hover, .txt-rich a:not([class]):focus.dark-mode, .dark-mode .txt-rich a:not([class]):focus,
9316
9350
  .txt-rich-long a:not([class]):hover.dark-mode,
9317
9351
  .dark-mode .txt-rich-long a:not([class]):hover,
9318
9352
  .txt-rich-long a:not([class]):focus.dark-mode,
9319
9353
  .dark-mode .txt-rich-long a:not([class]):focus {
9320
- color: #3ea2ff;
9354
+ color: #c481f3;
9321
9355
  }
9322
9356
  .txt-rich blockquote:not([class]),
9323
9357
  .txt-rich-long blockquote:not([class]) {
@@ -9328,7 +9362,7 @@ The rich text class applies default styling to HTML when you cannot apply class
9328
9362
  border-left: 0.1875rem solid;
9329
9363
  padding-left: 2.5rem;
9330
9364
  margin-left: 0;
9331
- font-family: "Space Grotesk";
9365
+ font-family: "Geist";
9332
9366
  font-size: 1rem;
9333
9367
  font-weight: 500;
9334
9368
  letter-spacing: 0.01em;
@@ -9337,22 +9371,22 @@ The rich text class applies default styling to HTML when you cannot apply class
9337
9371
  }
9338
9372
  .txt-rich blockquote:not([class]),
9339
9373
  .txt-rich-long blockquote:not([class]) {
9340
- color: #441c99;
9374
+ color: #000;
9341
9375
  }
9342
9376
  .dark-mode .txt-rich blockquote:not([class]), .txt-rich blockquote:not([class]).dark-mode,
9343
9377
  .dark-mode .txt-rich-long blockquote:not([class]),
9344
9378
  .txt-rich-long blockquote:not([class]).dark-mode {
9345
- color: #9bcfff;
9379
+ color: #c0c0c0;
9346
9380
  }
9347
9381
  [data-page-theme=default] .txt-rich blockquote:not([class]),
9348
9382
  [data-page-theme=default] .txt-rich-long blockquote:not([class]) {
9349
- color: #441c99;
9383
+ color: #000;
9350
9384
  }
9351
9385
  .dark-mode[data-page-theme=default] .txt-rich blockquote:not([class]), [data-page-theme=default] .dark-mode .txt-rich blockquote:not([class]), [data-page-theme=default] .txt-rich blockquote:not([class]).dark-mode,
9352
9386
  .dark-mode[data-page-theme=default] .txt-rich-long blockquote:not([class]),
9353
9387
  [data-page-theme=default] .dark-mode .txt-rich-long blockquote:not([class]),
9354
9388
  [data-page-theme=default] .txt-rich-long blockquote:not([class]).dark-mode {
9355
- color: #9bcfff;
9389
+ color: #c0c0c0;
9356
9390
  }
9357
9391
  [data-page-theme=evo] .txt-rich blockquote:not([class]),
9358
9392
  [data-page-theme=evo] .txt-rich-long blockquote:not([class]) {
@@ -9366,22 +9400,22 @@ The rich text class applies default styling to HTML when you cannot apply class
9366
9400
  }
9367
9401
  .txt-rich blockquote:not([class]),
9368
9402
  .txt-rich-long blockquote:not([class]) {
9369
- border-color: #441c99;
9403
+ border-color: #000;
9370
9404
  }
9371
9405
  .dark-mode .txt-rich blockquote:not([class]), .txt-rich blockquote:not([class]).dark-mode,
9372
9406
  .dark-mode .txt-rich-long blockquote:not([class]),
9373
9407
  .txt-rich-long blockquote:not([class]).dark-mode {
9374
- border-color: #9bcfff;
9408
+ border-color: #c0c0c0;
9375
9409
  }
9376
9410
  [data-page-theme=default] .txt-rich blockquote:not([class]),
9377
9411
  [data-page-theme=default] .txt-rich-long blockquote:not([class]) {
9378
- border-color: #441c99;
9412
+ border-color: #000;
9379
9413
  }
9380
9414
  .dark-mode[data-page-theme=default] .txt-rich blockquote:not([class]), [data-page-theme=default] .dark-mode .txt-rich blockquote:not([class]), [data-page-theme=default] .txt-rich blockquote:not([class]).dark-mode,
9381
9415
  .dark-mode[data-page-theme=default] .txt-rich-long blockquote:not([class]),
9382
9416
  [data-page-theme=default] .dark-mode .txt-rich-long blockquote:not([class]),
9383
9417
  [data-page-theme=default] .txt-rich-long blockquote:not([class]).dark-mode {
9384
- border-color: #9bcfff;
9418
+ border-color: #c0c0c0;
9385
9419
  }
9386
9420
  [data-page-theme=evo] .txt-rich blockquote:not([class]),
9387
9421
  [data-page-theme=evo] .txt-rich-long blockquote:not([class]) {
@@ -9481,16 +9515,16 @@ The rich text class applies default styling to HTML when you cannot apply class
9481
9515
  border: transparent;
9482
9516
  }
9483
9517
  .brandui-scrollbar ::-webkit-scrollbar-thumb {
9484
- background-color: RGBA(109, 109, 156, 0.25);
9518
+ background-color: RGBA(192, 192, 192, 0.25);
9485
9519
  }
9486
9520
  .brandui-scrollbar ::-webkit-scrollbar-thumb.dark-mode, .dark-mode .brandui-scrollbar ::-webkit-scrollbar-thumb {
9487
- background-color: RGBA(3, 3, 40, 0.25);
9521
+ background-color: RGBA(0, 0, 0, 0.25);
9488
9522
  }
9489
9523
  .brandui-scrollbar ::-webkit-scrollbar-thumb:hover {
9490
- background-color: RGBA(109, 109, 156, 0.5);
9524
+ background-color: RGBA(192, 192, 192, 0.5);
9491
9525
  }
9492
9526
  .brandui-scrollbar ::-webkit-scrollbar-thumb:hover.dark-mode, .dark-mode .brandui-scrollbar ::-webkit-scrollbar-thumb:hover {
9493
- background-color: RGBA(3, 3, 40, 0.5);
9527
+ background-color: RGBA(0, 0, 0, 0.5);
9494
9528
  }
9495
9529
 
9496
9530
  @media (max-width: 8640px) {