@ossy/connected-components 0.7.4 → 0.7.5
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/build/index.js +3 -3
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React$1, { useState, useMemo, useCallback, useEffect, useContext, createContext } from 'react';
|
|
2
2
|
import { SDK } from '@ossy/sdk';
|
|
3
|
-
import
|
|
3
|
+
import { useResource, WorkspaceProvider, AsyncStatus, useQuery, useResources } from '@ossy/sdk-react';
|
|
4
4
|
import { Overlay, View, Button, Text, useTheme, Theme, useDocumentTitle, Switch } from '@ossy/design-system';
|
|
5
5
|
import { Router } from '@ossy/router-react';
|
|
6
6
|
import { Resume as Resume$1 } from '@ossy/design-system-extras';
|
|
@@ -631,9 +631,9 @@ const ThemeProvider = props => {
|
|
|
631
631
|
status,
|
|
632
632
|
resource: theme
|
|
633
633
|
} = useResource('PCX53TaGviq4_8KvK-VOp');
|
|
634
|
-
return status === AsyncStatus.Success ? /*#__PURE__*/React$
|
|
634
|
+
return status === AsyncStatus.Success ? /*#__PURE__*/React$1.createElement(Theme, _extends({
|
|
635
635
|
theme: theme.data
|
|
636
|
-
}, props)) : /*#__PURE__*/React$
|
|
636
|
+
}, props)) : /*#__PURE__*/React$1.createElement(React$1.Fragment, null);
|
|
637
637
|
};
|
|
638
638
|
|
|
639
639
|
export { App, AppContext, Layout, Ossybot, Page, PageDataLoader, PagesModule, Resume, ResumeTemplates, ThemeEditor, ThemeProvider, defaultAppSettings, location, useActivePageLocation, useApp, useAppSettings, useMergeAsyncStatus, useResume };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ossy/connected-components",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.5",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/ossy-se/packages.git"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"/build",
|
|
59
59
|
"README.md"
|
|
60
60
|
],
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "2f6cae02ad55e454cbcdcdac8f873a35679e3ece"
|
|
62
62
|
}
|