@graphcommerce/next-ui 8.0.0-canary.97 → 8.0.0-canary.99

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,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.0-canary.99
4
+
5
+ ## 8.0.0-canary.98
6
+
3
7
  ## 8.0.0-canary.97
4
8
 
5
9
  ## 8.0.0-canary.96
@@ -32,6 +32,9 @@ const name = 'TextInputNumber' as const
32
32
  const parts = ['quantity', 'quantityInput', 'button'] as const
33
33
  const { withState } = extendableComponent<OwnerState, typeof name, typeof parts>(name, parts)
34
34
 
35
+ /**
36
+ * @deprecated Please us NumberFieldElement
37
+ */
35
38
  export function TextInputNumber(props: TextInputNumberProps) {
36
39
  const {
37
40
  DownProps = {},
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/next-ui",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.0.0-canary.97",
5
+ "version": "8.0.0-canary.99",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -25,14 +25,14 @@
25
25
  "typescript": "5.3.3"
26
26
  },
27
27
  "peerDependencies": {
28
- "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.97",
29
- "@graphcommerce/framer-next-pages": "^8.0.0-canary.97",
30
- "@graphcommerce/framer-scroller": "^8.0.0-canary.97",
31
- "@graphcommerce/framer-utils": "^8.0.0-canary.97",
32
- "@graphcommerce/image": "^8.0.0-canary.97",
33
- "@graphcommerce/lingui-next": "^8.0.0-canary.97",
34
- "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.97",
35
- "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.97",
28
+ "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.99",
29
+ "@graphcommerce/framer-next-pages": "^8.0.0-canary.99",
30
+ "@graphcommerce/framer-scroller": "^8.0.0-canary.99",
31
+ "@graphcommerce/framer-utils": "^8.0.0-canary.99",
32
+ "@graphcommerce/image": "^8.0.0-canary.99",
33
+ "@graphcommerce/lingui-next": "^8.0.0-canary.99",
34
+ "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.99",
35
+ "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.99",
36
36
  "@lingui/core": "^4.2.1",
37
37
  "@lingui/macro": "^4.2.1",
38
38
  "@lingui/react": "^4.2.1",