@graphcommerce/next-ui 9.1.0-canary.44 → 9.1.0-canary.46

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.1.0-canary.46
4
+
5
+ ## 9.1.0-canary.45
6
+
3
7
  ## 9.1.0-canary.44
4
8
 
5
9
  ### Patch Changes
@@ -712,7 +716,6 @@
712
716
  - [#1610](https://github.com/graphcommerce-org/graphcommerce/pull/1610) [`bb94e7045`](https://github.com/graphcommerce-org/graphcommerce/commit/bb94e7045460cb671c45d612a0833731d7c20c30) Thanks [@mikekeehnen](https://github.com/mikekeehnen)! - Previously when the persisted selected value didn't exist in the list of ActionCard items, all items would be hidden. In this fix we set the hidden prop in the ActionCardList component, where we check if the value exists, if not, we display all items
713
717
 
714
718
  * [#1602](https://github.com/graphcommerce-org/graphcommerce/pull/1602) [`5f781a217`](https://github.com/graphcommerce-org/graphcommerce/commit/5f781a217ce63ed56bc1a9983487b04400a8a315) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Default styles and layout fixes
715
-
716
719
  - Scaled icons and fonts down. Size in typography is now more gradual: https://graphcommerce.vercel.app/test/typography
717
720
  - Multiple accessibility fixes. Missing button/input labels, and fixed spacing issues resulting in high % appropriately sized tap targets
718
721
  - Replaced responsiveVal usage with better performaning breakpointVal where possible
@@ -822,7 +825,6 @@
822
825
  ### Minor Changes
823
826
 
824
827
  - [#1566](https://github.com/graphcommerce-org/graphcommerce/pull/1566) [`e167992df`](https://github.com/graphcommerce-org/graphcommerce/commit/e167992dfdc6964a392af719667f8a188626ab1b) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Introduced `@graphcommerce/next-ui/navigation` component.
825
-
826
828
  - Navigation is always present in the DOM
827
829
  - Configurable in LayoutNavigation.tsx
828
830
  - Show categories directly, or nest them in a 'products' button
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": "9.1.0-canary.44",
5
+ "version": "9.1.0-canary.46",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -24,13 +24,13 @@
24
24
  "@emotion/react": "^11",
25
25
  "@emotion/server": "^11",
26
26
  "@emotion/styled": "^11",
27
- "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.44",
28
- "@graphcommerce/framer-next-pages": "^9.1.0-canary.44",
29
- "@graphcommerce/framer-scroller": "^9.1.0-canary.44",
30
- "@graphcommerce/framer-utils": "^9.1.0-canary.44",
31
- "@graphcommerce/image": "^9.1.0-canary.44",
32
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.44",
33
- "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.44",
27
+ "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.46",
28
+ "@graphcommerce/framer-next-pages": "^9.1.0-canary.46",
29
+ "@graphcommerce/framer-scroller": "^9.1.0-canary.46",
30
+ "@graphcommerce/framer-utils": "^9.1.0-canary.46",
31
+ "@graphcommerce/image": "^9.1.0-canary.46",
32
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.46",
33
+ "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.46",
34
34
  "@lingui/core": "^4.2.1",
35
35
  "@lingui/macro": "^4.2.1",
36
36
  "@lingui/react": "^4.2.1",