@graphcommerce/magento-search 3.5.3 → 3.5.7
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/CHANGELOG.md +22 -0
- package/CategorySearchResult/index.tsx +0 -1
- package/SearchButton/index.tsx +2 -4
- package/SearchDivider/index.tsx +1 -2
- package/SearchForm/index.tsx +1 -8
- package/index.ts +0 -1
- package/package.json +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.5.5](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-search@3.5.4...@graphcommerce/magento-search@3.5.5) (2021-12-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* ios zoom bug when using search. Fontsize should always be > 16 ([22abcd4](https://github.com/ho-nl/m2-pwa/commit/22abcd499b152448b3c38f84325debe07d2b9a68))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [3.5.4](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-search@3.5.3...@graphcommerce/magento-search@3.5.4) (2021-11-27)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* replace shadow with border ([56b2078](https://github.com/ho-nl/m2-pwa/commit/56b20786920c5c73faf35c8fbde425c01a88f411))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
# [3.5.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-search@3.4.20...@graphcommerce/magento-search@3.5.0) (2021-11-12)
|
|
7
29
|
|
|
8
30
|
|
package/SearchButton/index.tsx
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { iconSearch, responsiveVal, SvgImageSimple, UseStyles } from '@graphcommerce/next-ui'
|
|
2
2
|
import { makeStyles, TextField, TextFieldProps, Theme } from '@material-ui/core'
|
|
3
|
-
import React from 'react'
|
|
4
3
|
import clsx from 'clsx'
|
|
4
|
+
import React from 'react'
|
|
5
5
|
|
|
6
6
|
const useStyles = makeStyles(
|
|
7
7
|
(theme: Theme) => ({
|
|
@@ -16,9 +16,7 @@ const useStyles = makeStyles(
|
|
|
16
16
|
marginRight: 0,
|
|
17
17
|
},
|
|
18
18
|
},
|
|
19
|
-
inputRoot: {
|
|
20
|
-
...theme.typography.body2,
|
|
21
|
-
},
|
|
19
|
+
inputRoot: {},
|
|
22
20
|
fullWidth: {
|
|
23
21
|
width: '100%',
|
|
24
22
|
marginRight: 0,
|
package/SearchDivider/index.tsx
CHANGED
|
@@ -2,9 +2,8 @@ import { styled } from '@material-ui/core'
|
|
|
2
2
|
|
|
3
3
|
const SearchDivider = styled('div')(
|
|
4
4
|
({ theme }) => ({
|
|
5
|
-
|
|
5
|
+
borderBottom: `1px solid ${theme.palette.divider}`,
|
|
6
6
|
width: '100%',
|
|
7
|
-
height: 16,
|
|
8
7
|
marginTop: theme.spacings.md,
|
|
9
8
|
marginBottom: theme.spacings.md,
|
|
10
9
|
}),
|
package/SearchForm/index.tsx
CHANGED
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
FormRow,
|
|
3
|
-
UseStyles,
|
|
4
|
-
SvgImage,
|
|
5
|
-
iconClose,
|
|
6
|
-
iconSearch,
|
|
7
|
-
SvgImageSimple,
|
|
8
|
-
} from '@graphcommerce/next-ui'
|
|
1
|
+
import { FormRow, UseStyles, iconClose, iconSearch, SvgImageSimple } from '@graphcommerce/next-ui'
|
|
9
2
|
import { useForm, useFormAutoSubmit, useFormMuiRegister } from '@graphcommerce/react-hook-form'
|
|
10
3
|
import { IconButton, makeStyles, TextField, Theme } from '@material-ui/core'
|
|
11
4
|
import { useRouter } from 'next/router'
|
package/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphcommerce/magento-search",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.7",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
6
6
|
"browserslist": [
|
|
@@ -14,21 +14,22 @@
|
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@graphcommerce/browserslist-config-pwa": "^3.0.2",
|
|
17
|
-
"@graphcommerce/eslint-config-pwa": "^3.1.
|
|
17
|
+
"@graphcommerce/eslint-config-pwa": "^3.1.6",
|
|
18
18
|
"@graphcommerce/prettier-config-pwa": "^3.0.4",
|
|
19
19
|
"@graphcommerce/typescript-config-pwa": "^3.1.1",
|
|
20
20
|
"@playwright/test": "^1.16.2"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@graphcommerce/graphql": "^2.105.
|
|
24
|
-
"@graphcommerce/image": "^2.105.
|
|
25
|
-
"@graphcommerce/next-ui": "^3.
|
|
26
|
-
"@graphcommerce/react-hook-form": "^2.104.
|
|
23
|
+
"@graphcommerce/graphql": "^2.105.6",
|
|
24
|
+
"@graphcommerce/image": "^2.105.5",
|
|
25
|
+
"@graphcommerce/next-ui": "^3.20.0",
|
|
26
|
+
"@graphcommerce/react-hook-form": "^2.104.1",
|
|
27
27
|
"@lingui/macro": "^3.12.1",
|
|
28
28
|
"@material-ui/core": "^4.12.3",
|
|
29
|
+
"clsx": "^1.1.1",
|
|
29
30
|
"next": "^12.0.3",
|
|
30
31
|
"react": "^17.0.2",
|
|
31
32
|
"react-dom": "^17.0.2"
|
|
32
33
|
},
|
|
33
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "8f156415c7f5a963e363f0d6d18fe5d6bbd5dba2"
|
|
34
35
|
}
|