hds-web 1.40.7 → 1.40.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.40.7",
3
+ "version": "1.40.9",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -944,6 +944,11 @@ V3Header.defaultProps = {
944
944
  label: "RESOURCES",
945
945
  },
946
946
  ],
947
+ flyoutD: {
948
+ link: "https://promptql.hasura.io/",
949
+ cardImg: `https://res.cloudinary.com/dh8fp23nd/image/upload/v1736788775/promptql-final_1_v8ifc5.png`,
950
+ cardImgAlt: "PromptQL",
951
+ },
947
952
  },
948
953
  ],
949
954
  headerUrl: "/",