@crystaldesign/diva-core 26.3.0-beta.9 → 26.4.0-beta.1
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/esm/{ModalsWrapper-79630217.js → ModalsWrapper-6880d1d3.js} +1 -1
- package/build/esm/{index-b731640e.js → index-20799216.js} +1 -1
- package/build/esm/{index-3ea59e03.js → index-d1479227.js} +357 -100
- package/build/esm/index.js +1 -1
- package/build/types/core/src/externalTypes.d.ts +9 -2
- package/build/types/core/src/externalTypes.d.ts.map +1 -1
- package/build/types/core/src/handler/AIHandler/index.d.ts +10 -0
- package/build/types/core/src/handler/AIHandler/index.d.ts.map +1 -0
- package/build/types/core/src/handler/AnalyticsHandler/types.d.ts +2 -2
- package/build/types/core/src/handler/AnalyticsHandler/types.d.ts.map +1 -1
- package/build/types/core/src/handler/InternalApiHandler.d.ts +9 -0
- package/build/types/core/src/handler/InternalApiHandler.d.ts.map +1 -1
- package/build/types/core/src/handler/OrganizationHandler/index.d.ts +9 -0
- package/build/types/core/src/handler/OrganizationHandler/index.d.ts.map +1 -1
- package/build/types/core/src/store/ConfigurationStore.d.ts.map +1 -1
- package/build/types/core/src/store/ContentStore.d.ts +3 -1
- package/build/types/core/src/store/ContentStore.d.ts.map +1 -1
- package/build/types/core/src/store/DataStore.d.ts +1 -1
- package/build/types/core/src/store/DataStore.d.ts.map +1 -1
- package/build/types/core/src/store/RootStore.d.ts +4 -2
- package/build/types/core/src/store/RootStore.d.ts.map +1 -1
- package/build/types/core/src/store/index.d.ts +2 -0
- package/build/types/core/src/store/index.d.ts.map +1 -1
- package/build/types/core/src/store/mock/index.d.ts.map +1 -1
- package/build/types/core/src/utils/updateCssThemeVariables.d.ts +4 -2
- package/build/types/core/src/utils/updateCssThemeVariables.d.ts.map +1 -1
- package/build/umd/{433.diva-core.umd.min.js → 104.diva-core.umd.min.js} +2 -2
- package/build/umd/104.diva-core.umd.min.js.LICENSE.txt +1 -0
- package/build/umd/{338.diva-core.umd.min.js → 808.diva-core.umd.min.js} +2 -2
- package/build/umd/808.diva-core.umd.min.js.LICENSE.txt +1 -0
- package/build/umd/841.diva-core.umd.min.js +2 -0
- package/build/umd/841.diva-core.umd.min.js.LICENSE.txt +1 -0
- package/build/umd/{610.diva-core.umd.min.js → 882.diva-core.umd.min.js} +2 -2
- package/build/umd/882.diva-core.umd.min.js.LICENSE.txt +1 -0
- package/build/umd/{871.diva-core.umd.min.js → 883.diva-core.umd.min.js} +2 -2
- package/build/umd/883.diva-core.umd.min.js.LICENSE.txt +1 -0
- package/build/umd/diva-core.umd.min.js +3 -3
- package/build/umd/report.html +1 -1
- package/package.json +10 -10
- package/build/umd/338.diva-core.umd.min.js.LICENSE.txt +0 -1
- package/build/umd/433.diva-core.umd.min.js.LICENSE.txt +0 -1
- package/build/umd/610.diva-core.umd.min.js.LICENSE.txt +0 -1
- package/build/umd/74.diva-core.umd.min.js +0 -2
- package/build/umd/74.diva-core.umd.min.js.LICENSE.txt +0 -1
- package/build/umd/871.diva-core.umd.min.js.LICENSE.txt +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as styleInject, u as useDivaCoreContext } from './index-
|
|
1
|
+
import { s as styleInject, u as useDivaCoreContext } from './index-d1479227.js';
|
|
2
2
|
import { useState, useEffect, useCallback } from 'react';
|
|
3
3
|
import { observer } from 'mobx-react-lite';
|
|
4
4
|
import Button from '@mui/material/Button';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as styleInject, u as useDivaCoreContext, g as getLogger } from './index-
|
|
1
|
+
import { s as styleInject, u as useDivaCoreContext, g as getLogger } from './index-d1479227.js';
|
|
2
2
|
import { forwardRef, useState, useRef, useEffect, useMemo } from 'react';
|
|
3
3
|
import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
4
4
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|