andoncloud-sdk 1.7.24 → 1.7.26
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.d.ts +14 -3
- package/dist/index.js +4372 -0
- package/dist/index.js.map +1 -0
- package/package.json +10 -22
- package/dist/andoncloud-sdk.css +0 -2
- package/dist/andoncloud-sdk.css.map +0 -1
- package/dist/andoncloud-sdk.js +0 -173
- package/dist/andoncloud-sdk.js.map +0 -1
- package/dist/app/__tests__/loginWithPassword.d.ts +0 -1
- package/dist/app/components/Header/Header.d.ts +0 -3
- package/dist/app/components/Header/Header.test.d.ts +0 -1
- package/dist/app/components/Header/index.d.ts +0 -1
- package/dist/app/components/Header/styles.d.ts +0 -11
- package/dist/app/components/Header/types.d.ts +0 -53
- package/dist/app/components/access/AccessBlocker.d.ts +0 -12
- package/dist/app/components/access/AccessBlocker.styles.d.ts +0 -34
- package/dist/app/components/access/AccessBlocker.test.d.ts +0 -1
- package/dist/app/components/access/AccessGuard.d.ts +0 -9
- package/dist/app/components/access/AccessGuard.test.d.ts +0 -1
- package/dist/app/components/access/AccessRequestModal.d.ts +0 -8
- package/dist/app/components/access/AccessRequestModal.styles.d.ts +0 -31
- package/dist/app/components/access/AccessRequestModal.test.d.ts +0 -1
- package/dist/app/components/access/CooldownModal.d.ts +0 -7
- package/dist/app/components/access/CooldownModal.styles.d.ts +0 -30
- package/dist/app/components/access/CooldownModal.test.d.ts +0 -1
- package/dist/app/components/access/InternalProcedureScreen.d.ts +0 -7
- package/dist/app/components/access/InternalProcedureScreen.styles.d.ts +0 -26
- package/dist/app/components/access/InternalProcedureScreen.test.d.ts +0 -1
- package/dist/app/components/access/index.d.ts +0 -3
- package/dist/app/components/access/withAccessGuard.d.ts +0 -6
- package/dist/app/components/access/withAccessGuard.test.d.ts +0 -1
- package/dist/app/components/app.d.ts +0 -3
- package/dist/app/components/authRedirect.d.ts +0 -3
- package/dist/app/components/container.d.ts +0 -44
- package/dist/app/components/container.styles.d.ts +0 -20
- package/dist/app/components/container.test.d.ts +0 -1
- package/dist/app/components/externalContent.d.ts +0 -5
- package/dist/app/components/footer.d.ts +0 -6
- package/dist/app/components/header.d.ts +0 -46
- package/dist/app/components/header.styles.d.ts +0 -50
- package/dist/app/components/header.test.d.ts +0 -1
- package/dist/app/components/iframeNavigation.d.ts +0 -2
- package/dist/app/components/loader.d.ts +0 -6
- package/dist/app/components/loginForm.d.ts +0 -29
- package/dist/app/components/loginForm.test.d.ts +0 -1
- package/dist/app/components/loginModal.d.ts +0 -31
- package/dist/app/components/loginModal.test.d.ts +0 -1
- package/dist/app/components/loginRedirect.d.ts +0 -3
- package/dist/app/components/messageNavigator.d.ts +0 -2
- package/dist/app/components/networkError.d.ts +0 -4
- package/dist/app/components/router.d.ts +0 -5
- package/dist/app/components/sidePanel.d.ts +0 -66
- package/dist/app/components/sidePanel.styles.d.ts +0 -15
- package/dist/app/components/sidebarMenu.d.ts +0 -32
- package/dist/app/components/sidebarMenu.styles.d.ts +0 -32
- package/dist/app/components/version.d.ts +0 -6
- package/dist/app/core/ui/Checkbox/Checkbox.d.ts +0 -7
- package/dist/app/core/ui/Checkbox/index.d.ts +0 -1
- package/dist/app/core/ui/Checkbox/styled.d.ts +0 -20
- package/dist/app/core/ui/Radio/Radio.d.ts +0 -7
- package/dist/app/core/ui/Radio/index.d.ts +0 -1
- package/dist/app/core/ui/Radio/styled.d.ts +0 -20
- package/dist/app/core/ui/RadioGroup/RadioGroup.d.ts +0 -7
- package/dist/app/core/ui/RadioGroup/index.d.ts +0 -1
- package/dist/app/core/ui/RadioGroup/styled.d.ts +0 -7
- package/dist/app/hooks/useAccess/accessState.d.ts +0 -7
- package/dist/app/hooks/useAccess/deriveButtons.d.ts +0 -5
- package/dist/app/hooks/useAccess/index.d.ts +0 -11
- package/dist/app/hooks/useAccess.d.ts +0 -10
- package/dist/app/hooks/useAccess.test.d.ts +0 -1
- package/dist/app/hooks/useFeatures.d.ts +0 -6
- package/dist/app/hooks/useFeatures.test.d.ts +0 -1
- package/dist/app/hooks/useFetch.d.ts +0 -2
- package/dist/app/hooks/useHeaderContentEvent.d.ts +0 -3
- package/dist/app/hooks/useHeaderContentEvent.test.d.ts +0 -1
- package/dist/app/hooks/useLogin.d.ts +0 -2
- package/dist/app/hooks/useLoginStatus.d.ts +0 -4
- package/dist/app/hooks/useModalHook/ModalContext.d.ts +0 -7
- package/dist/app/hooks/useModalHook/ModalProvider.d.ts +0 -5
- package/dist/app/hooks/useModalHook/index.d.ts +0 -3
- package/dist/app/hooks/useModalHook/useModal.d.ts +0 -8
- package/dist/app/hooks/usePackages.d.ts +0 -6
- package/dist/app/hooks/usePackages.test.d.ts +0 -1
- package/dist/app/hooks/usePermissions.d.ts +0 -13
- package/dist/app/hooks/usePermissions.test.d.ts +0 -1
- package/dist/app/hooks/useQueryParams.d.ts +0 -2
- package/dist/app/i18n.d.ts +0 -2
- package/dist/app/pages/ErrorPage.d.ts +0 -14
- package/dist/app/pages/ExternalPage.d.ts +0 -5
- package/dist/app/pages/LoaderPage.d.ts +0 -7
- package/dist/app/pages/LoginPage.d.ts +0 -15
- package/dist/app/providers/authConfig.d.ts +0 -6
- package/dist/app/providers/display.d.ts +0 -5
- package/dist/app/providers/displayMode.d.ts +0 -5
- package/dist/app/providers/metaInfo.d.ts +0 -6
- package/dist/app/providers/store.d.ts +0 -171
- package/dist/app/stores/appStore.d.ts +0 -10
- package/dist/app/stores/sessionStore.d.ts +0 -83
- package/dist/app/stores/userStore.d.ts +0 -14
- package/dist/app/testing/index.d.ts +0 -2
- package/dist/app/theme.d.ts +0 -2
- package/dist/app/utils/cookies-manager.d.ts +0 -7
- package/dist/app/utils/display.d.ts +0 -13
- package/dist/app/utils/fetch.d.ts +0 -9
- package/dist/app/utils/service-worker.d.ts +0 -1
- package/dist/app/utils/stores.d.ts +0 -22
- package/dist/app/utils/text.d.ts +0 -1
- package/dist/app/utils/window.d.ts +0 -1
- package/dist/assets/index.d.ts +0 -1
- package/dist/assets/logo.svg.d.ts +0 -2
- package/dist/cypress/support/component.d.ts +0 -9
- package/dist/cypress.config.d.ts +0 -2
- package/dist/locales/i18n.d.ts +0 -22
- package/dist/locales/index.d.ts +0 -2
- package/dist/serviceWorkerRegistration.d.ts +0 -2
- package/dist/setupTests.d.ts +0 -1
- package/dist/src/__tests__/loginWithPassword.cy.d.ts +0 -1
- package/dist/src/app/__tests__/loginWithPassword.cy.d.ts +0 -1
- package/dist/src/app/__tests__/loginWithPassword.d.ts +0 -1
- package/dist/src/app/components/Header/Header.cy.d.ts +0 -1
- package/dist/src/app/components/Header/Header.d.ts +0 -3
- package/dist/src/app/components/Header/Header.test.d.ts +0 -1
- package/dist/src/app/components/Header/index.d.ts +0 -1
- package/dist/src/app/components/Header/styles.d.ts +0 -11
- package/dist/src/app/components/Header/types.d.ts +0 -53
- package/dist/src/app/components/access/AccessBlocker.cy.d.ts +0 -1
- package/dist/src/app/components/access/AccessBlocker.d.ts +0 -12
- package/dist/src/app/components/access/AccessBlocker.styles.d.ts +0 -34
- package/dist/src/app/components/access/AccessBlocker.test.d.ts +0 -1
- package/dist/src/app/components/access/AccessGuard.cy.d.ts +0 -1
- package/dist/src/app/components/access/AccessGuard.d.ts +0 -9
- package/dist/src/app/components/access/AccessGuard.test.d.ts +0 -1
- package/dist/src/app/components/access/AccessRequestModal.cy.d.ts +0 -1
- package/dist/src/app/components/access/AccessRequestModal.d.ts +0 -8
- package/dist/src/app/components/access/AccessRequestModal.styles.d.ts +0 -31
- package/dist/src/app/components/access/AccessRequestModal.test.d.ts +0 -1
- package/dist/src/app/components/access/CooldownModal.cy.d.ts +0 -1
- package/dist/src/app/components/access/CooldownModal.d.ts +0 -7
- package/dist/src/app/components/access/CooldownModal.styles.d.ts +0 -30
- package/dist/src/app/components/access/CooldownModal.test.d.ts +0 -1
- package/dist/src/app/components/access/index.d.ts +0 -3
- package/dist/src/app/components/access/withAccessGuard.cy.d.ts +0 -1
- package/dist/src/app/components/access/withAccessGuard.d.ts +0 -6
- package/dist/src/app/components/access/withAccessGuard.test.d.ts +0 -1
- package/dist/src/app/components/app.d.ts +0 -3
- package/dist/src/app/components/authRedirect.d.ts +0 -3
- package/dist/src/app/components/container.cy.d.ts +0 -1
- package/dist/src/app/components/container.d.ts +0 -44
- package/dist/src/app/components/container.styles.d.ts +0 -20
- package/dist/src/app/components/container.test.d.ts +0 -1
- package/dist/src/app/components/externalContent.d.ts +0 -5
- package/dist/src/app/components/footer.d.ts +0 -6
- package/dist/src/app/components/iframeNavigation.d.ts +0 -2
- package/dist/src/app/components/loader.d.ts +0 -6
- package/dist/src/app/components/loginForm.cy.d.ts +0 -1
- package/dist/src/app/components/loginForm.d.ts +0 -29
- package/dist/src/app/components/loginForm.test.d.ts +0 -1
- package/dist/src/app/components/loginModal.cy.d.ts +0 -1
- package/dist/src/app/components/loginModal.d.ts +0 -31
- package/dist/src/app/components/loginModal.test.d.ts +0 -1
- package/dist/src/app/components/loginRedirect.d.ts +0 -3
- package/dist/src/app/components/networkError.d.ts +0 -4
- package/dist/src/app/components/router.d.ts +0 -5
- package/dist/src/app/components/sidePanel.d.ts +0 -66
- package/dist/src/app/components/sidePanel.styles.d.ts +0 -15
- package/dist/src/app/components/sidebarMenu.d.ts +0 -32
- package/dist/src/app/components/sidebarMenu.styles.d.ts +0 -32
- package/dist/src/app/core/ui/Checkbox/Checkbox.d.ts +0 -6
- package/dist/src/app/core/ui/Checkbox/index.d.ts +0 -1
- package/dist/src/app/core/ui/Checkbox/styled.d.ts +0 -7
- package/dist/src/app/core/ui/Radio/Radio.d.ts +0 -6
- package/dist/src/app/core/ui/Radio/index.d.ts +0 -1
- package/dist/src/app/core/ui/Radio/styled.d.ts +0 -7
- package/dist/src/app/core/ui/RadioGroup/RadioGroup.d.ts +0 -6
- package/dist/src/app/core/ui/RadioGroup/index.d.ts +0 -1
- package/dist/src/app/core/ui/RadioGroup/styled.d.ts +0 -4
- package/dist/src/app/hooks/useAccess/accessState.d.ts +0 -7
- package/dist/src/app/hooks/useAccess/deriveButtons.d.ts +0 -5
- package/dist/src/app/hooks/useAccess/index.d.ts +0 -11
- package/dist/src/app/hooks/useAccess.cy.d.ts +0 -1
- package/dist/src/app/hooks/useAccess.test.d.ts +0 -1
- package/dist/src/app/hooks/useFeatures.cy.d.ts +0 -1
- package/dist/src/app/hooks/useFeatures.d.ts +0 -6
- package/dist/src/app/hooks/useFeatures.test.d.ts +0 -1
- package/dist/src/app/hooks/useHeaderContentEvent.cy.d.ts +0 -1
- package/dist/src/app/hooks/useHeaderContentEvent.d.ts +0 -3
- package/dist/src/app/hooks/useHeaderContentEvent.test.d.ts +0 -1
- package/dist/src/app/hooks/useLogin.d.ts +0 -2
- package/dist/src/app/hooks/useLoginStatus.d.ts +0 -4
- package/dist/src/app/hooks/useModalHook/ModalContext.d.ts +0 -7
- package/dist/src/app/hooks/useModalHook/ModalProvider.d.ts +0 -5
- package/dist/src/app/hooks/useModalHook/index.d.ts +0 -3
- package/dist/src/app/hooks/useModalHook/useModal.d.ts +0 -8
- package/dist/src/app/hooks/usePermissions.cy.d.ts +0 -1
- package/dist/src/app/hooks/usePermissions.d.ts +0 -13
- package/dist/src/app/hooks/usePermissions.test.d.ts +0 -1
- package/dist/src/app/hooks/useQueryParams.d.ts +0 -2
- package/dist/src/app/i18n.d.ts +0 -3
- package/dist/src/app/pages/ErrorPage.d.ts +0 -14
- package/dist/src/app/pages/LoaderPage.d.ts +0 -7
- package/dist/src/app/pages/LoginPage.d.ts +0 -15
- package/dist/src/app/providers/authConfig.d.ts +0 -6
- package/dist/src/app/providers/display.d.ts +0 -5
- package/dist/src/app/providers/metaInfo.d.ts +0 -6
- package/dist/src/app/providers/store.d.ts +0 -171
- package/dist/src/app/stores/appStore.d.ts +0 -10
- package/dist/src/app/stores/sessionStore.d.ts +0 -83
- package/dist/src/app/stores/userStore.d.ts +0 -14
- package/dist/src/app/testing/index.d.ts +0 -2
- package/dist/src/app/theme.d.ts +0 -2
- package/dist/src/app/utils/cookies-manager.d.ts +0 -7
- package/dist/src/app/utils/display.d.ts +0 -13
- package/dist/src/app/utils/fetch.d.ts +0 -9
- package/dist/src/app/utils/service-worker.d.ts +0 -1
- package/dist/src/app/utils/stores.d.ts +0 -22
- package/dist/src/app/utils/text.d.ts +0 -1
- package/dist/src/assets/index.d.ts +0 -1
- package/dist/src/components/Header/Header.cy.d.ts +0 -1
- package/dist/src/components/Header/Header.d.ts +0 -3
- package/dist/src/components/Header/index.d.ts +0 -1
- package/dist/src/components/Header/styles.d.ts +0 -11
- package/dist/src/components/Header/types.d.ts +0 -52
- package/dist/src/components/access/AccessBlocker.cy.d.ts +0 -1
- package/dist/src/components/access/AccessBlocker.d.ts +0 -13
- package/dist/src/components/access/AccessBlocker.styles.d.ts +0 -43
- package/dist/src/components/access/AccessGuard.cy.d.ts +0 -1
- package/dist/src/components/access/AccessGuard.d.ts +0 -10
- package/dist/src/components/access/AccessRequestModal.cy.d.ts +0 -1
- package/dist/src/components/access/AccessRequestModal.d.ts +0 -8
- package/dist/src/components/access/AccessRequestModal.styles.d.ts +0 -31
- package/dist/src/components/access/CooldownModal.cy.d.ts +0 -1
- package/dist/src/components/access/CooldownModal.d.ts +0 -7
- package/dist/src/components/access/CooldownModal.styles.d.ts +0 -30
- package/dist/src/components/access/index.d.ts +0 -3
- package/dist/src/components/access/withAccessGuard.cy.d.ts +0 -1
- package/dist/src/components/access/withAccessGuard.d.ts +0 -6
- package/dist/src/components/app.d.ts +0 -3
- package/dist/src/components/authRedirect.cy.d.ts +0 -1
- package/dist/src/components/authRedirect.d.ts +0 -3
- package/dist/src/components/container.cy.d.ts +0 -1
- package/dist/src/components/container.d.ts +0 -44
- package/dist/src/components/container.styles.d.ts +0 -20
- package/dist/src/components/externalContent.d.ts +0 -5
- package/dist/src/components/footer.d.ts +0 -6
- package/dist/src/components/iframeNavigation.d.ts +0 -2
- package/dist/src/components/loader.d.ts +0 -6
- package/dist/src/components/loginForm.cy.d.ts +0 -1
- package/dist/src/components/loginForm.d.ts +0 -29
- package/dist/src/components/loginModal.cy.d.ts +0 -1
- package/dist/src/components/loginModal.d.ts +0 -16
- package/dist/src/components/loginRedirect.d.ts +0 -3
- package/dist/src/components/networkError.d.ts +0 -4
- package/dist/src/components/router.d.ts +0 -5
- package/dist/src/components/sidePanel.d.ts +0 -66
- package/dist/src/components/sidePanel.styles.d.ts +0 -15
- package/dist/src/components/sidebarMenu.d.ts +0 -32
- package/dist/src/components/sidebarMenu.styles.d.ts +0 -32
- package/dist/src/core/ui/Checkbox/Checkbox.d.ts +0 -6
- package/dist/src/core/ui/Checkbox/index.d.ts +0 -1
- package/dist/src/core/ui/Checkbox/styled.d.ts +0 -6
- package/dist/src/core/ui/Radio/Radio.d.ts +0 -6
- package/dist/src/core/ui/Radio/index.d.ts +0 -1
- package/dist/src/core/ui/Radio/styled.d.ts +0 -6
- package/dist/src/core/ui/RadioGroup/RadioGroup.d.ts +0 -6
- package/dist/src/core/ui/RadioGroup/index.d.ts +0 -1
- package/dist/src/core/ui/RadioGroup/styled.d.ts +0 -4
- package/dist/src/hooks/useAccess/accessState.d.ts +0 -7
- package/dist/src/hooks/useAccess/deriveButtons.d.ts +0 -5
- package/dist/src/hooks/useAccess/index.d.ts +0 -11
- package/dist/src/hooks/useAccess.cy.d.ts +0 -1
- package/dist/src/hooks/useFeatures.cy.d.ts +0 -1
- package/dist/src/hooks/useFeatures.d.ts +0 -6
- package/dist/src/hooks/useHeaderContentEvent.cy.d.ts +0 -1
- package/dist/src/hooks/useHeaderContentEvent.d.ts +0 -3
- package/dist/src/hooks/useLogin.d.ts +0 -2
- package/dist/src/hooks/useLoginStatus.d.ts +0 -3
- package/dist/src/hooks/useModalHook/ModalContext.d.ts +0 -7
- package/dist/src/hooks/useModalHook/ModalProvider.d.ts +0 -5
- package/dist/src/hooks/useModalHook/index.d.ts +0 -3
- package/dist/src/hooks/useModalHook/useModal.d.ts +0 -8
- package/dist/src/hooks/usePermissions.cy.d.ts +0 -1
- package/dist/src/hooks/usePermissions.d.ts +0 -13
- package/dist/src/hooks/useQueryParams.d.ts +0 -2
- package/dist/src/i18n.d.ts +0 -9
- package/dist/src/index.d.ts +0 -36
- package/dist/src/pages/ErrorPage.d.ts +0 -14
- package/dist/src/pages/LoaderPage.d.ts +0 -7
- package/dist/src/pages/LoginPage.d.ts +0 -15
- package/dist/src/providers/authConfig.d.ts +0 -6
- package/dist/src/providers/display.d.ts +0 -5
- package/dist/src/providers/metaInfo.d.ts +0 -6
- package/dist/src/providers/store.d.ts +0 -171
- package/dist/src/serviceWorkerRegistration.d.ts +0 -2
- package/dist/src/setupTests.d.ts +0 -1
- package/dist/src/stores/SessionStore/CookiesManager.cy.d.ts +0 -1
- package/dist/src/stores/SessionStore/CookiesManager.d.ts +0 -15
- package/dist/src/stores/SessionStore/SessionStore.cy.d.ts +0 -1
- package/dist/src/stores/SessionStore/SessionStore.d.ts +0 -92
- package/dist/src/stores/SessionStore/TokenCoordinator.cy.d.ts +0 -1
- package/dist/src/stores/SessionStore/TokenCoordinator.d.ts +0 -46
- package/dist/src/stores/SessionStore/index.d.ts +0 -3
- package/dist/src/stores/SessionStore/types.d.ts +0 -94
- package/dist/src/stores/appStore.d.ts +0 -10
- package/dist/src/stores/sessionStore.d.ts +0 -83
- package/dist/src/stores/userStore.d.ts +0 -14
- package/dist/src/theme.d.ts +0 -2
- package/dist/src/utils/authFetch.d.ts +0 -10
- package/dist/src/utils/cookies-manager.d.ts +0 -9
- package/dist/src/utils/display.d.ts +0 -14
- package/dist/src/utils/fetch.d.ts +0 -9
- package/dist/src/utils/service-worker.d.ts +0 -1
- package/dist/src/utils/stores.d.ts +0 -15
- package/dist/src/utils/text.d.ts +0 -1
- package/dist/src/utils/validateRedirect.cy.d.ts +0 -1
- package/dist/src/utils/validateRedirect.d.ts +0 -1
- package/dist/src/version.d.ts +0 -1
- package/dist/version.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "andoncloud-sdk",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.26",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
|
-
"
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "dist/index.js",
|
|
7
8
|
"types": "dist/index.d.ts",
|
|
8
|
-
"main": "dist/andoncloud-sdk.js",
|
|
9
|
-
"module": "dist/andoncloud-sdk.js",
|
|
10
9
|
"dependencies": {
|
|
11
10
|
"@sentry/react": "^10.44.0",
|
|
12
11
|
"@sentry/tracing": "^7.120.4",
|
|
12
|
+
"andoncloud-dashboard-toolkit": "^1.5.54",
|
|
13
13
|
"classnames": "^2.5.1",
|
|
14
|
-
"dayjs": "^1.11.20",
|
|
15
14
|
"history": "^5.3.0",
|
|
16
15
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
17
16
|
"inter-ui": "^4.1.1",
|
|
@@ -25,6 +24,7 @@
|
|
|
25
24
|
"build": "library-scripts build && copyfiles -f src/index.d.ts dist/",
|
|
26
25
|
"build:watch": "library-scripts build-watch",
|
|
27
26
|
"start:preview": "cd preview && npm run start",
|
|
27
|
+
"prestart": "npm run build",
|
|
28
28
|
"start": "run-p build:watch start:preview",
|
|
29
29
|
"test": "cypress run --component",
|
|
30
30
|
"test:open": "cypress open --component",
|
|
@@ -34,21 +34,8 @@
|
|
|
34
34
|
"update": "ncu --reject eslint -u && npm install --ignore-scripts && cd preview && ncu -u && npm install",
|
|
35
35
|
"version:bump": "npm version --no-git-tag-version patch"
|
|
36
36
|
},
|
|
37
|
-
"browserslist": {
|
|
38
|
-
"production": [
|
|
39
|
-
">0.2%",
|
|
40
|
-
"not dead",
|
|
41
|
-
"not op_mini all"
|
|
42
|
-
],
|
|
43
|
-
"development": [
|
|
44
|
-
"last 1 chrome version",
|
|
45
|
-
"last 1 firefox version",
|
|
46
|
-
"last 1 safari version"
|
|
47
|
-
]
|
|
48
|
-
},
|
|
49
37
|
"devDependencies": {
|
|
50
|
-
"@
|
|
51
|
-
"@babel/eslint-parser": "^7.28.6",
|
|
38
|
+
"@craco/craco": "^7.1.0",
|
|
52
39
|
"@emotion/react": "^11.14.0",
|
|
53
40
|
"@emotion/styled": "^11.14.1",
|
|
54
41
|
"@mui/icons-material": "^7.3.9",
|
|
@@ -59,8 +46,7 @@
|
|
|
59
46
|
"@types/react": "^19.2.14",
|
|
60
47
|
"@types/react-dom": "^19.2.3",
|
|
61
48
|
"@types/react-gtm-module": "^2.0.4",
|
|
62
|
-
"andoncloud-library-scripts": "^
|
|
63
|
-
"babel-preset-react-app": "^10.1.0",
|
|
49
|
+
"andoncloud-library-scripts": "^2.0.0",
|
|
64
50
|
"copyfiles": "^2.4.1",
|
|
65
51
|
"cypress": "^15.12.0",
|
|
66
52
|
"eslint": "8.57.1",
|
|
@@ -76,6 +62,7 @@
|
|
|
76
62
|
"react-i18next": "^16.5.8",
|
|
77
63
|
"react-router-dom": "^7.13.1",
|
|
78
64
|
"react-scripts": "^5.0.1",
|
|
65
|
+
"tsdown": "^0.21.4",
|
|
79
66
|
"typescript": "~5.9",
|
|
80
67
|
"webpack-cli": "^7.0.2",
|
|
81
68
|
"webpack-dev-server": "^5.2.3"
|
|
@@ -93,7 +80,8 @@
|
|
|
93
80
|
"react-dom": "^18.0.0",
|
|
94
81
|
"react-i18next": "^13.0.0",
|
|
95
82
|
"react-is": "^18.0.0",
|
|
96
|
-
"react-router-dom": "^7.0.0"
|
|
83
|
+
"react-router-dom": "^7.0.0",
|
|
84
|
+
"dayjs": "^1.11.0"
|
|
97
85
|
},
|
|
98
86
|
"files": [
|
|
99
87
|
"dist"
|
package/dist/andoncloud-sdk.css
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(web/Inter-Thin.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:100;src:url(web/Inter-ThinItalic.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(web/Inter-ExtraLight.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:200;src:url(web/Inter-ExtraLightItalic.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(web/Inter-Light.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:300;src:url(web/Inter-LightItalic.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(web/Inter-Regular.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:400;src:url(web/Inter-Italic.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(web/Inter-Medium.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:500;src:url(web/Inter-MediumItalic.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(web/Inter-SemiBold.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:600;src:url(web/Inter-SemiBoldItalic.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(web/Inter-Bold.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:700;src:url(web/Inter-BoldItalic.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(web/Inter-ExtraBold.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:800;src:url(web/Inter-ExtraBoldItalic.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(web/Inter-Black.woff2?v=4.1) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:900;src:url(web/Inter-BlackItalic.woff2?v=4.1) format("woff2")}
|
|
2
|
-
/*# sourceMappingURL=andoncloud-sdk.css.map */
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["inter.css"],"names":[],"mappings":"AAAA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,mDACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,yDACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,yDACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,+DACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,oDACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,0DACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,sDACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,qDACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,qDACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,2DACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,uDACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,6DACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,mDACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,yDACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,wDACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,8DACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,oDACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,0DACF","file":"andoncloud-sdk.css","sourcesContent":["@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 100;\n font-display: swap;\n src: url(\"web/Inter-Thin.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 100;\n font-display: swap;\n src: url(\"web/Inter-ThinItalic.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 200;\n font-display: swap;\n src: url(\"web/Inter-ExtraLight.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 200;\n font-display: swap;\n src: url(\"web/Inter-ExtraLightItalic.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 300;\n font-display: swap;\n src: url(\"web/Inter-Light.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 300;\n font-display: swap;\n src: url(\"web/Inter-LightItalic.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(\"web/Inter-Regular.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 400;\n font-display: swap;\n src: url(\"web/Inter-Italic.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 500;\n font-display: swap;\n src: url(\"web/Inter-Medium.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 500;\n font-display: swap;\n src: url(\"web/Inter-MediumItalic.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 600;\n font-display: swap;\n src: url(\"web/Inter-SemiBold.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 600;\n font-display: swap;\n src: url(\"web/Inter-SemiBoldItalic.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 700;\n font-display: swap;\n src: url(\"web/Inter-Bold.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 700;\n font-display: swap;\n src: url(\"web/Inter-BoldItalic.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 800;\n font-display: swap;\n src: url(\"web/Inter-ExtraBold.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 800;\n font-display: swap;\n src: url(\"web/Inter-ExtraBoldItalic.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 900;\n font-display: swap;\n src: url(\"web/Inter-Black.woff2?v=4.1\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 900;\n font-display: swap;\n src: url(\"web/Inter-BlackItalic.woff2?v=4.1\") format(\"woff2\");\n}\n"]}
|