@jetshop/template-trend 5.17.0-alpha.a973fcfb → 5.17.0-alpha.b296b0b3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetshop/template-trend",
3
- "version": "5.17.0-alpha.a973fcfb",
3
+ "version": "5.17.0-alpha.b296b0b3",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "build": "react-scripts build",
@@ -45,11 +45,11 @@
45
45
  ]
46
46
  },
47
47
  "dependencies": {
48
- "@jetshop/core": "^5.17.0-alpha.a973fcfb",
48
+ "@jetshop/core": "^5.17.0-alpha.b296b0b3",
49
49
  "@jetshop/flight-shortcodes": "^2.0.10",
50
- "@jetshop/intl": "^5.17.0-alpha.a973fcfb",
51
- "@jetshop/react-scripts": "^5.17.0-alpha.a973fcfb",
52
- "@jetshop/ui": "^5.17.0-alpha.a973fcfb",
50
+ "@jetshop/intl": "^5.17.0-alpha.b296b0b3",
51
+ "@jetshop/react-scripts": "^5.17.0-alpha.b296b0b3",
52
+ "@jetshop/ui": "^5.17.0-alpha.b296b0b3",
53
53
  "@react-google-maps/api": "~1.7.0",
54
54
  "prop-types": "^15.6.2",
55
55
  "react": "^16.9.0",
@@ -58,7 +58,6 @@ const Container = styled('header')`
58
58
  justify-content: center;
59
59
  align-items: center;
60
60
  height: 64px;
61
- background-color: pink;
62
61
  }
63
62
 
64
63
  .header-button {
@@ -161,7 +160,6 @@ function TopHeader() {
161
160
  const [searchOpen, setSearchOpen] = React.useState(false);
162
161
  const { loggedIn } = useAuth();
163
162
  const { routes } = useShopConfig();
164
-
165
163
  return (
166
164
  <HeaderContainer>
167
165
  <MaxWidth>
@@ -8,8 +8,8 @@ import { theme } from '../Theme';
8
8
  import { isRelativeUrl } from '@jetshop/core/helpers/isRelativeUrl';
9
9
 
10
10
  export const baseStyles = `
11
- background-color: pink;
12
- border-color: ${theme.colors.blue};
11
+ background-color: #EC288A;
12
+ border-color: #D40567;
13
13
  color: white;
14
14
  font-size: 16px;
15
15
  border-radius: 4px;
@@ -10,7 +10,7 @@ module.exports = {
10
10
  tablegrey: '#F3F3F3',
11
11
  beige: '#f5f5dc',
12
12
  loadingBar: '#2f80ed',
13
- blue: '#146DE1',
13
+ blue: '#EC288A',
14
14
  red: '#EB0000',
15
15
  background: '#f7f7f7',
16
16
  darkgrey: '#333',