@lax-wp/design-system 0.4.7 → 0.4.9

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.
@@ -22,3 +22,4 @@ export declare const escapeRegExp: (string: string) => string;
22
22
  * @returns The filtered list of top level paths
23
23
  */
24
24
  export declare const filterTopLevelPaths: (paths: string[]) => string[];
25
+ export declare const buildQueryParams: (params: any) => string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lax-wp/design-system",
3
3
  "private": false,
4
- "version": "0.4.7",
4
+ "version": "0.4.9",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -60,7 +60,7 @@
60
60
  "react-markdown": "^10.1.0",
61
61
  "react-popper-tooltip": "^4.4.2",
62
62
  "react-select": "^5.7.3",
63
- "react-toastify": "^10.0.6",
63
+ "react-toastify": "^9.1.3",
64
64
  "react-window": "^1.8.11",
65
65
  "remark-gfm": "^4.0.1",
66
66
  "styled-components": "^6.1.9",
@@ -74,7 +74,8 @@
74
74
  "react-dom": "^18.2.0 || ^19.0.0",
75
75
  "react-helmet-async": "^1.3.0",
76
76
  "react-i18next": "^14.0.0",
77
- "react-router-dom": "^6.30.3"
77
+ "react-router-dom": "^6.30.3",
78
+ "react-toastify": "^9.1.3"
78
79
  },
79
80
  "devDependencies": {
80
81
  "@chromatic-com/storybook": "^4.0.1",