@graphcommerce/magento-search 9.0.4-canary.0 → 9.0.4-canary.2

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