@propknot/shared-ui 1.0.3 → 1.0.4
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/dist/index.js +2 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14457,6 +14457,7 @@ __export(index_exports, {
|
|
|
14457
14457
|
SocketProvider: () => SocketProvider,
|
|
14458
14458
|
TenantLayout: () => TenantLayout_default,
|
|
14459
14459
|
TenantThemeProvider: () => TenantThemeProvider,
|
|
14460
|
+
api: () => api,
|
|
14460
14461
|
auditNotifications: () => auditNotifications,
|
|
14461
14462
|
createContrastEnhancedComponents: () => createContrastEnhancedComponents,
|
|
14462
14463
|
createNotificationAwareAPI: () => createNotificationAwareAPI,
|
|
@@ -19190,6 +19191,7 @@ var isTenantAuthenticated = () => {
|
|
|
19190
19191
|
SocketProvider,
|
|
19191
19192
|
TenantLayout,
|
|
19192
19193
|
TenantThemeProvider,
|
|
19194
|
+
api,
|
|
19193
19195
|
auditNotifications,
|
|
19194
19196
|
createContrastEnhancedComponents,
|
|
19195
19197
|
createNotificationAwareAPI,
|
package/dist/index.mjs
CHANGED
|
@@ -19199,6 +19199,7 @@ export {
|
|
|
19199
19199
|
SocketProvider,
|
|
19200
19200
|
TenantLayout_default as TenantLayout,
|
|
19201
19201
|
TenantThemeProvider,
|
|
19202
|
+
api,
|
|
19202
19203
|
auditNotifications,
|
|
19203
19204
|
createContrastEnhancedComponents,
|
|
19204
19205
|
createNotificationAwareAPI,
|