datastake-daf 0.6.665 → 0.6.666

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.
@@ -7186,7 +7186,8 @@ function AppLayout({
7186
7186
  t: t,
7187
7187
  goTo: goTo,
7188
7188
  getRedirectLink: getRedirectLink,
7189
- appName: appName
7189
+ appName: appName,
7190
+ theme: theme
7190
7191
  }),
7191
7192
  disabled: true
7192
7193
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.665",
3
+ "version": "0.6.666",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -337,6 +337,7 @@ function AppLayout({
337
337
  goTo={goTo}
338
338
  getRedirectLink={getRedirectLink}
339
339
  appName={appName}
340
+ theme={theme}
340
341
  />
341
342
  ),
342
343
  disabled: true,