@graphcommerce/magento-search 9.1.0-canary.20 → 9.1.0-canary.22

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.1.0-canary.22
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2510](https://github.com/graphcommerce-org/graphcommerce/pull/2510) [`1471d62`](https://github.com/graphcommerce-org/graphcommerce/commit/1471d62c59147da87e954694144fe694db3ee4b7) - Allow setting alternate search input placeholder ([@bramvanderholst](https://github.com/bramvanderholst))
8
+
9
+ ## 9.1.0-canary.21
10
+
3
11
  ## 9.1.0-canary.20
4
12
 
5
13
  ## 9.1.0-canary.19
@@ -40,9 +40,9 @@ export function useProductFiltersProSearchInput<
40
40
  }, [searchParam])
41
41
 
42
42
  const result: P = {
43
+ placeholder: t`Search all products...`,
43
44
  ...props,
44
45
  inputRef: ref,
45
- placeholder: t`Search all products...`,
46
46
  name: 'search',
47
47
  type: 'text',
48
48
  defaultValue: searchParam,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-search",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.1.0-canary.20",
5
+ "version": "9.1.0-canary.22",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,17 +12,17 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.1.0-canary.20",
16
- "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.20",
17
- "@graphcommerce/framer-utils": "^9.1.0-canary.20",
18
- "@graphcommerce/graphql": "^9.1.0-canary.20",
19
- "@graphcommerce/image": "^9.1.0-canary.20",
20
- "@graphcommerce/magento-product": "^9.1.0-canary.20",
21
- "@graphcommerce/magento-store": "^9.1.0-canary.20",
22
- "@graphcommerce/next-ui": "^9.1.0-canary.20",
23
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.20",
24
- "@graphcommerce/react-hook-form": "^9.1.0-canary.20",
25
- "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.20",
15
+ "@graphcommerce/ecommerce-ui": "^9.1.0-canary.22",
16
+ "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.22",
17
+ "@graphcommerce/framer-utils": "^9.1.0-canary.22",
18
+ "@graphcommerce/graphql": "^9.1.0-canary.22",
19
+ "@graphcommerce/image": "^9.1.0-canary.22",
20
+ "@graphcommerce/magento-product": "^9.1.0-canary.22",
21
+ "@graphcommerce/magento-store": "^9.1.0-canary.22",
22
+ "@graphcommerce/next-ui": "^9.1.0-canary.22",
23
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.22",
24
+ "@graphcommerce/react-hook-form": "^9.1.0-canary.22",
25
+ "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.22",
26
26
  "@lingui/core": "^4.2.1",
27
27
  "@lingui/macro": "^4.2.1",
28
28
  "@lingui/react": "^4.2.1",