@graphcommerce/magento-search 9.0.4-canary.9 → 9.0.4

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,24 +1,18 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.4-canary.9
3
+ ## 9.0.4
4
4
 
5
- ## 9.0.4-canary.8
5
+ ## 9.0.3
6
6
 
7
- ## 9.0.4-canary.7
7
+ ## 9.0.3-canary.0
8
8
 
9
- ## 9.0.4-canary.6
9
+ ## 9.0.2
10
10
 
11
- ## 9.0.4-canary.5
11
+ ## 9.0.2-canary.0
12
12
 
13
- ## 9.0.4-canary.4
13
+ ## 9.0.1
14
14
 
15
- ## 9.0.4-canary.3
16
-
17
- ## 9.0.4-canary.2
18
-
19
- ## 9.0.4-canary.1
20
-
21
- ## 9.0.4-canary.0
15
+ ## 9.0.1-canary.1
22
16
 
23
17
  ## 9.0.0
24
18
 
@@ -1,4 +1,4 @@
1
- import { extendableComponent, Highlight, iconChevronRight, IconSvg } from '@graphcommerce/next-ui'
1
+ import { Highlight, IconSvg, extendableComponent, iconChevronRight } from '@graphcommerce/next-ui'
2
2
  import type { SxProps, Theme } from '@mui/material'
3
3
  import { Button } from '@mui/material'
4
4
  import React from 'react'
@@ -6,7 +6,9 @@ import { Box } from '@mui/material'
6
6
 
7
7
  export type ProductFiltersProSearchHeaderProps = {
8
8
  params: ProductListParams
9
- /** Provide a text when there is no term searched */
9
+ /**
10
+ * Provide a text when there is no term searched
11
+ */
10
12
  children: React.ReactNode
11
13
  }
12
14
 
@@ -1,5 +1,5 @@
1
1
  import { globalFormContextRef } from '@graphcommerce/magento-product'
2
- import { iconClose, IconSvg } from '@graphcommerce/next-ui'
2
+ import { IconSvg, iconClose } from '@graphcommerce/next-ui'
3
3
  import { t } from '@lingui/macro'
4
4
  import type {
5
5
  ButtonBaseProps,
@@ -1,4 +1,4 @@
1
- import { extendableComponent, iconSearch, IconSvg, responsiveVal } from '@graphcommerce/next-ui'
1
+ import { IconSvg, extendableComponent, iconSearch, responsiveVal } from '@graphcommerce/next-ui'
2
2
  import { Trans } from '@lingui/react'
3
3
  // eslint-disable-next-line @typescript-eslint/no-restricted-imports
4
4
  import type { TextFieldProps } from '@mui/material'
@@ -1,4 +1,4 @@
1
- import { iconClose, iconSearch, IconSvg } from '@graphcommerce/next-ui'
1
+ import { IconSvg, iconClose, iconSearch } from '@graphcommerce/next-ui'
2
2
  import type { Control, FieldPath, FieldValues } from '@graphcommerce/react-hook-form'
3
3
  import { useWatch } from '@graphcommerce/react-hook-form'
4
4
  import { i18n } from '@lingui/core'
@@ -1,7 +1,7 @@
1
1
  import {
2
+ IconSvg,
2
3
  extendableComponent,
3
4
  iconSearch,
4
- IconSvg,
5
5
  responsiveVal,
6
6
  useFabSize,
7
7
  useIconSvgSize,
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.0.4-canary.9",
5
+ "version": "9.0.4",
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.0.4-canary.9",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.4-canary.9",
17
- "@graphcommerce/framer-utils": "^9.0.4-canary.9",
18
- "@graphcommerce/graphql": "^9.0.4-canary.9",
19
- "@graphcommerce/image": "^9.0.4-canary.9",
20
- "@graphcommerce/magento-product": "^9.0.4-canary.9",
21
- "@graphcommerce/magento-store": "^9.0.4-canary.9",
22
- "@graphcommerce/next-ui": "^9.0.4-canary.9",
23
- "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.9",
24
- "@graphcommerce/react-hook-form": "^9.0.4-canary.9",
25
- "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.9",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.4",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.4",
17
+ "@graphcommerce/framer-utils": "^9.0.4",
18
+ "@graphcommerce/graphql": "^9.0.4",
19
+ "@graphcommerce/image": "^9.0.4",
20
+ "@graphcommerce/magento-product": "^9.0.4",
21
+ "@graphcommerce/magento-store": "^9.0.4",
22
+ "@graphcommerce/next-ui": "^9.0.4",
23
+ "@graphcommerce/prettier-config-pwa": "^9.0.4",
24
+ "@graphcommerce/react-hook-form": "^9.0.4",
25
+ "@graphcommerce/typescript-config-pwa": "^9.0.4",
26
26
  "@lingui/core": "^4.2.1",
27
27
  "@lingui/macro": "^4.2.1",
28
28
  "@lingui/react": "^4.2.1",