@alfalab/core-components 46.0.0-beta.3 → 46.0.0-beta.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/base-modal/Component.js +1 -2
- package/base-modal/cssm/Component.js +1 -2
- package/base-modal/esm/Component.js +1 -2
- package/base-modal/esm/index.js +0 -1
- package/base-modal/modern/Component.js +1 -2
- package/base-modal/modern/index.js +0 -1
- package/bottom-sheet/component.js +9 -3
- package/bottom-sheet/cssm/component.js +9 -3
- package/bottom-sheet/esm/component.js +10 -4
- package/bottom-sheet/modern/component.js +9 -4
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +1 -1
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/desktop/component.desktop.js +1 -1
- package/confirmation/esm/desktop/index.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile/component.mobile.js +1 -1
- package/confirmation/esm/mobile/index.js +1 -1
- package/confirmation/esm/shared/index.js +1 -1
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +1 -1
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/desktop/component.desktop.js +1 -1
- package/confirmation/modern/desktop/index.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile/component.mobile.js +1 -1
- package/confirmation/modern/mobile/index.js +1 -1
- package/confirmation/modern/shared/index.js +1 -1
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-preview/Component.js +1 -1
- package/gallery/esm/components/image-preview/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/components/navigation-bar/Component.js +1 -1
- package/gallery/esm/components/navigation-bar/index.js +1 -1
- package/gallery/esm/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.js +1 -1
- package/gallery/modern/components/image-preview/Component.js +1 -1
- package/gallery/modern/components/image-preview/index.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +2 -2
- package/gallery/modern/components/navigation-bar/Component.js +1 -1
- package/gallery/modern/components/navigation-bar/index.js +1 -1
- package/gallery/modern/index.js +2 -2
- package/international-phone-input/cssm/index-136acbb1.d.ts +28 -0
- package/international-phone-input/esm/index-136acbb1.d.ts +28 -0
- package/international-phone-input/index-136acbb1.d.ts +28 -0
- package/international-phone-input/modern/index-136acbb1.d.ts +28 -0
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/controls/Component.js +1 -1
- package/modal/esm/components/controls/index.js +1 -1
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/mobile/Component.mobile.js +1 -1
- package/modal/esm/mobile/index.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/controls/Component.js +1 -1
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/notification/Component.js +1 -2
- package/notification/cssm/Component.js +1 -2
- package/notification/esm/Component.js +1 -2
- package/notification/esm/index.js +0 -1
- package/notification/modern/Component.js +1 -2
- package/notification/modern/index.js +0 -1
- package/notification-manager/component.js +1 -2
- package/notification-manager/cssm/component.js +1 -2
- package/notification-manager/esm/component.js +1 -2
- package/notification-manager/esm/index.js +0 -1
- package/notification-manager/modern/component.js +1 -2
- package/notification-manager/modern/index.js +0 -1
- package/package.json +1 -2
- package/picker-button/cssm/index-bdb4c6b9.d.ts +13 -1
- package/picker-button/esm/index-bdb4c6b9.d.ts +13 -1
- package/picker-button/index-bdb4c6b9.d.ts +13 -1
- package/picker-button/modern/index-bdb4c6b9.d.ts +13 -1
- package/popover/Component.js +1 -2
- package/popover/cssm/Component.js +1 -2
- package/popover/esm/Component.js +1 -2
- package/popover/esm/index.js +0 -1
- package/popover/modern/Component.js +1 -2
- package/popover/modern/index.js +0 -1
- package/select/esm/Component.responsive.js +1 -1
- package/select/esm/index.js +1 -1
- package/select/esm/mobile/Component.mobile.js +1 -1
- package/select/esm/mobile/Component.modal.mobile.js +1 -1
- package/select/esm/mobile/index.js +1 -1
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/shared/index.js +1 -1
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +1 -1
- package/select/modern/index.js +1 -1
- package/select/modern/mobile/Component.mobile.js +1 -1
- package/select/modern/mobile/Component.modal.mobile.js +1 -1
- package/select/modern/mobile/index.js +1 -1
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/shared/index.js +1 -1
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared/index.js +1 -1
- package/side-panel/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/esm/Component.responsive.js +1 -1
- package/side-panel/esm/components/controls/Component.js +1 -1
- package/side-panel/esm/components/controls/index.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.js +1 -1
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/desktop/Component.desktop.js +1 -1
- package/side-panel/esm/desktop/index.js +1 -1
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/mobile/Component.mobile.js +1 -1
- package/side-panel/esm/mobile/index.js +1 -1
- package/side-panel/modern/Component.responsive.js +1 -1
- package/side-panel/modern/components/controls/Component.js +1 -1
- package/side-panel/modern/components/controls/index.js +1 -1
- package/side-panel/modern/components/footer/Component.desktop.js +1 -1
- package/side-panel/modern/components/footer/Component.js +1 -1
- package/side-panel/modern/components/footer/Component.mobile.js +1 -1
- package/side-panel/modern/desktop/Component.desktop.js +1 -1
- package/side-panel/modern/desktop/index.js +1 -1
- package/side-panel/modern/index.js +1 -1
- package/side-panel/modern/mobile/Component.mobile.js +1 -1
- package/side-panel/modern/mobile/index.js +1 -1
- package/stack/component.js +4 -4
- package/stack/context.d.ts +29 -0
- package/stack/context.js +34 -0
- package/stack/cssm/component.js +4 -4
- package/stack/cssm/context.d.ts +29 -0
- package/stack/cssm/context.js +34 -0
- package/stack/cssm/index.d.ts +1 -0
- package/stack/cssm/index.js +3 -0
- package/stack/esm/component.js +1 -1
- package/stack/esm/context.d.ts +29 -0
- package/stack/esm/context.js +31 -0
- package/stack/esm/index.d.ts +1 -0
- package/stack/esm/index.js +1 -1
- package/stack/index.d.ts +1 -0
- package/stack/index.js +3 -0
- package/stack/modern/component.js +1 -1
- package/stack/modern/context.d.ts +29 -0
- package/stack/modern/context.js +31 -0
- package/stack/modern/index.d.ts +1 -0
- package/stack/modern/index.js +1 -1
- package/textarea/Component.js +1 -1
- package/textarea/components/PseudoTextArea.js +1 -1
- package/textarea/components/index.d.ts +1 -1
- package/textarea/components/index.js +1 -1
- package/textarea/esm/Component.js +1 -1
- package/textarea/esm/components/PseudoTextArea.js +1 -1
- package/textarea/esm/components/index.d.ts +1 -1
- package/textarea/esm/components/index.js +1 -1
- package/textarea/esm/index.js +1 -1
- package/textarea/modern/Component.js +1 -1
- package/textarea/modern/components/PseudoTextArea.js +1 -1
- package/textarea/modern/components/index.d.ts +1 -1
- package/textarea/modern/components/index.js +1 -1
- package/textarea/modern/index.js +1 -1
- package/themes/compiled/mobile-dark-bluetint.css +76 -215
- package/toast/components/base-toast/component.js +1 -2
- package/toast/cssm/components/base-toast/component.js +1 -2
- package/toast/esm/Component.responsive.js +0 -1
- package/toast/esm/components/base-toast/component.js +1 -2
- package/toast/esm/components/base-toast/index.js +0 -1
- package/toast/esm/desktop/Component.desktop.js +0 -1
- package/toast/esm/desktop/index.js +0 -1
- package/toast/esm/index.js +0 -1
- package/toast/esm/mobile/Component.mobile.js +0 -1
- package/toast/esm/mobile/index.js +0 -1
- package/toast/modern/Component.responsive.js +0 -1
- package/toast/modern/components/base-toast/component.js +1 -2
- package/toast/modern/components/base-toast/index.js +0 -1
- package/toast/modern/desktop/Component.desktop.js +0 -1
- package/toast/modern/desktop/index.js +0 -1
- package/toast/modern/index.js +0 -1
- package/toast/modern/mobile/Component.mobile.js +0 -1
- package/toast/modern/mobile/index.js +0 -1
- package/toast-plate/components/base-toast-plate/component.js +1 -1
- package/toast-plate/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +1 -1
- package/toast-plate/esm/Component.responsive.js +1 -1
- package/toast-plate/esm/components/base-toast-plate/component.js +1 -1
- package/toast-plate/esm/components/base-toast-plate/index.js +1 -1
- package/toast-plate/esm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +1 -1
- package/toast-plate/esm/desktop/Component.desktop.js +1 -1
- package/toast-plate/esm/desktop/index.js +1 -1
- package/toast-plate/esm/index-307da6d7.d.ts +1 -1
- package/toast-plate/esm/index.js +1 -1
- package/toast-plate/esm/mobile/Component.mobile.js +1 -1
- package/toast-plate/esm/mobile/index.js +1 -1
- package/toast-plate/index-307da6d7.d.ts +1 -1
- package/toast-plate/modern/Component.responsive.js +1 -1
- package/toast-plate/modern/components/base-toast-plate/component.js +1 -1
- package/toast-plate/modern/components/base-toast-plate/index.js +1 -1
- package/toast-plate/modern/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +1 -1
- package/toast-plate/modern/desktop/Component.desktop.js +1 -1
- package/toast-plate/modern/desktop/index.js +1 -1
- package/toast-plate/modern/index-307da6d7.d.ts +1 -1
- package/toast-plate/modern/index.js +1 -1
- package/toast-plate/modern/mobile/Component.mobile.js +1 -1
- package/toast-plate/modern/mobile/index.js +1 -1
- package/universal-date-input/cssm/index-5712fce2.d.ts +13 -1
- package/universal-date-input/esm/index-5712fce2.d.ts +13 -1
- package/universal-date-input/index-5712fce2.d.ts +13 -1
- package/universal-date-input/modern/index-5712fce2.d.ts +13 -1
- package/international-phone-input/cssm/index-7ca84eff.d.ts +0 -15
- package/international-phone-input/esm/index-7ca84eff.d.ts +0 -15
- package/international-phone-input/index-7ca84eff.d.ts +0 -15
- package/international-phone-input/modern/index-7ca84eff.d.ts +0 -15
- /package/confirmation/{countdown-section-80b2f871.d.ts → countdown-section-f9e4f884.d.ts} +0 -0
- /package/confirmation/{countdown-section-80b2f871.js → countdown-section-f9e4f884.js} +0 -0
- /package/confirmation/esm/{countdown-section-acc1051f.d.ts → countdown-section-540da1e3.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-acc1051f.js → countdown-section-540da1e3.js} +0 -0
- /package/confirmation/modern/{countdown-section-91463948.d.ts → countdown-section-d3385b29.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-91463948.js → countdown-section-d3385b29.js} +0 -0
- /package/gallery/{buttons-2d32d0ff.d.ts → buttons-0e0683d9.d.ts} +0 -0
- /package/gallery/{buttons-2d32d0ff.js → buttons-0e0683d9.js} +0 -0
- /package/gallery/esm/{buttons-7f3fd122.d.ts → buttons-eabdb51b.d.ts} +0 -0
- /package/gallery/esm/{buttons-7f3fd122.js → buttons-eabdb51b.js} +0 -0
- /package/gallery/esm/{slide-296478be.d.ts → slide-a8f6ccc1.d.ts} +0 -0
- /package/gallery/esm/{slide-296478be.js → slide-a8f6ccc1.js} +0 -0
- /package/gallery/modern/{buttons-efa9898e.d.ts → buttons-062ff167.d.ts} +0 -0
- /package/gallery/modern/{buttons-efa9898e.js → buttons-062ff167.js} +0 -0
- /package/gallery/modern/{slide-7d442501.d.ts → slide-b5566e19.d.ts} +0 -0
- /package/gallery/modern/{slide-7d442501.js → slide-b5566e19.js} +0 -0
- /package/gallery/{slide-4fbf6ff4.d.ts → slide-3d8ed06b.d.ts} +0 -0
- /package/gallery/{slide-4fbf6ff4.js → slide-3d8ed06b.js} +0 -0
- /package/modal/esm/{layout.module-8c2ad581.js → layout.module-ed84e654.js} +0 -0
- /package/modal/{layout.module-9c7f42a7.js → layout.module-74d56d9e.js} +0 -0
- /package/modal/modern/{layout.module-7b9f84d6.js → layout.module-169c9cd4.js} +0 -0
- /package/select/esm/{hook-74e64a0c.d.ts → hook-43f97773.d.ts} +0 -0
- /package/select/esm/{hook-74e64a0c.js → hook-43f97773.js} +0 -0
- /package/select/{hook-0bb52889.d.ts → hook-47df637e.d.ts} +0 -0
- /package/select/{hook-0bb52889.js → hook-47df637e.js} +0 -0
- /package/select/modern/{hook-6af684e1.d.ts → hook-72d63281.d.ts} +0 -0
- /package/select/modern/{hook-6af684e1.js → hook-72d63281.js} +0 -0
- /package/side-panel/esm/{layout.module-42bf261d.js → layout.module-72cc1a7a.js} +0 -0
- /package/side-panel/{layout.module-2ea47a88.js → layout.module-cfb65ab1.js} +0 -0
- /package/side-panel/modern/{layout.module-39651e51.js → layout.module-3503b091.js} +0 -0
- /package/textarea/{PseudoTextArea-53ba3572.d.ts → PseudoTextArea-7681334c.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-53ba3572.js → PseudoTextArea-7681334c.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-278ebb87.d.ts → PseudoTextArea-850a55b5.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-278ebb87.js → PseudoTextArea-850a55b5.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-0d65e973.d.ts → PseudoTextArea-c51ed577.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-0d65e973.js → PseudoTextArea-c51ed577.js} +0 -0
- /package/toast-plate/esm/{getDataTestId-32d52205.d.ts → getDataTestId-f4dc32c7.d.ts} +0 -0
- /package/toast-plate/esm/{getDataTestId-32d52205.js → getDataTestId-f4dc32c7.js} +0 -0
- /package/toast-plate/{getDataTestId-1de39d74.d.ts → getDataTestId-442368bd.d.ts} +0 -0
- /package/toast-plate/{getDataTestId-1de39d74.js → getDataTestId-442368bd.js} +0 -0
- /package/toast-plate/modern/{getDataTestId-dd00ab19.d.ts → getDataTestId-16038735.d.ts} +0 -0
- /package/toast-plate/modern/{getDataTestId-dd00ab19.js → getDataTestId-16038735.js} +0 -0
package/toast/modern/index.js
CHANGED
|
@@ -8,7 +8,6 @@ import '../../../popover/modern';
|
|
|
8
8
|
import '../../../portal/modern';
|
|
9
9
|
import '../../../stack/modern';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
|
-
import '@alfalab/stack-context';
|
|
12
11
|
|
|
13
12
|
const DefaultToastPlateMobile = forwardRef((props, ref) => (React.createElement(ToastPlateMobile, { ref: ref, ...props })));
|
|
14
13
|
const ToastMobile = forwardRef(({ ToastPlate = DefaultToastPlateMobile, ...restProps }, ref) => (React.createElement(BaseToast, { ToastPlate: ToastPlate, ...restProps, ref: ref })));
|
|
@@ -4,7 +4,7 @@ var tslib = require('tslib');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var coreComponentsIconButton = require('../../../icon-button');
|
|
7
|
-
var getDataTestId = require('../../getDataTestId-
|
|
7
|
+
var getDataTestId = require('../../getDataTestId-442368bd.js');
|
|
8
8
|
require('@alfalab/hooks');
|
|
9
9
|
var coreComponentsStatusBadge = require('../../../status-badge');
|
|
10
10
|
var CrossMIcon = require('@alfalab/icons-glyph/CrossMIcon');
|
|
@@ -6,7 +6,7 @@ import { ToastPlateMobile } from './mobile/Component.mobile.js';
|
|
|
6
6
|
import './components/base-toast-plate/component.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '../../icon-button/esm';
|
|
9
|
-
import './getDataTestId-
|
|
9
|
+
import './getDataTestId-f4dc32c7.js';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
11
|
import '../../status-badge/esm';
|
|
12
12
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React, { forwardRef, useCallback } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { IconButton } from '../../../../icon-button/esm';
|
|
5
|
-
import { g as getDataTestId } from '../../getDataTestId-
|
|
5
|
+
import { g as getDataTestId } from '../../getDataTestId-f4dc32c7.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
7
|
import { StatusBadge } from '../../../../status-badge/esm';
|
|
8
8
|
import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -3,7 +3,7 @@ import 'tslib';
|
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../../icon-button/esm';
|
|
6
|
-
import '../../getDataTestId-
|
|
6
|
+
import '../../getDataTestId-f4dc32c7.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
8
|
import '../../../../status-badge/esm';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -3,7 +3,7 @@ import React, { forwardRef } from 'react';
|
|
|
3
3
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/esm';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-f4dc32c7.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
8
|
import '../../../status-badge/esm';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -4,7 +4,7 @@ import 'react';
|
|
|
4
4
|
import '../components/base-toast-plate/component.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../icon-button/esm';
|
|
7
|
-
import '../getDataTestId-
|
|
7
|
+
import '../getDataTestId-f4dc32c7.js';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
9
|
import '../../../status-badge/esm';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -66,6 +66,6 @@ declare const dom: {
|
|
|
66
66
|
preventDefault: typeof preventDefault;
|
|
67
67
|
};
|
|
68
68
|
export { isClient, os, createPaddingStyle, easingFns, fnUtils, maskUtils, hooks, dom };
|
|
69
|
-
export * from "./getDataTestId-
|
|
69
|
+
export * from "./getDataTestId-f4dc32c7";
|
|
70
70
|
export * from "./browser-a216f694";
|
|
71
71
|
export * from "./components/base-toast-plate/hooks/useDeprecatedBadge";
|
package/toast-plate/esm/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import './desktop/Component.desktop.js';
|
|
|
6
6
|
import './components/base-toast-plate/component.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '../../icon-button/esm';
|
|
9
|
-
import './getDataTestId-
|
|
9
|
+
import './getDataTestId-f4dc32c7.js';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
11
|
import '../../status-badge/esm';
|
|
12
12
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -3,7 +3,7 @@ import React, { forwardRef } from 'react';
|
|
|
3
3
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/esm';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-f4dc32c7.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
8
|
import '../../../status-badge/esm';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -4,7 +4,7 @@ import 'react';
|
|
|
4
4
|
import '../components/base-toast-plate/component.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../icon-button/esm';
|
|
7
|
-
import '../getDataTestId-
|
|
7
|
+
import '../getDataTestId-f4dc32c7.js';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
9
|
import '../../../status-badge/esm';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -66,6 +66,6 @@ declare const dom: {
|
|
|
66
66
|
preventDefault: typeof preventDefault;
|
|
67
67
|
};
|
|
68
68
|
export { isClient, os, createPaddingStyle, easingFns, fnUtils, maskUtils, hooks, dom };
|
|
69
|
-
export * from "./getDataTestId-
|
|
69
|
+
export * from "./getDataTestId-442368bd";
|
|
70
70
|
export * from "./browser-a216f694";
|
|
71
71
|
export * from "./components/base-toast-plate/hooks/useDeprecatedBadge";
|
|
@@ -5,7 +5,7 @@ import { ToastPlateMobile } from './mobile/Component.mobile.js';
|
|
|
5
5
|
import './components/base-toast-plate/component.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../icon-button/modern';
|
|
8
|
-
import './getDataTestId-
|
|
8
|
+
import './getDataTestId-16038735.js';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import '../../status-badge/modern';
|
|
11
11
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { forwardRef, useCallback } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { IconButton } from '../../../../icon-button/modern';
|
|
4
|
-
import { g as getDataTestId } from '../../getDataTestId-
|
|
4
|
+
import { g as getDataTestId } from '../../getDataTestId-16038735.js';
|
|
5
5
|
import '@alfalab/hooks';
|
|
6
6
|
import { StatusBadge } from '../../../../status-badge/modern';
|
|
7
7
|
import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -2,7 +2,7 @@ export { BaseToastPlate } from './component.js';
|
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../../icon-button/modern';
|
|
5
|
-
import '../../getDataTestId-
|
|
5
|
+
import '../../getDataTestId-16038735.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
7
|
import '../../../../status-badge/modern';
|
|
8
8
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -2,7 +2,7 @@ import React, { forwardRef } from 'react';
|
|
|
2
2
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../icon-button/modern';
|
|
5
|
-
import '../getDataTestId-
|
|
5
|
+
import '../getDataTestId-16038735.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
7
|
import '../../../status-badge/modern';
|
|
8
8
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -3,7 +3,7 @@ import 'react';
|
|
|
3
3
|
import '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/modern';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-16038735.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
8
|
import '../../../status-badge/modern';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -66,6 +66,6 @@ declare const dom: {
|
|
|
66
66
|
preventDefault: typeof preventDefault;
|
|
67
67
|
};
|
|
68
68
|
export { isClient, os, createPaddingStyle, easingFns, fnUtils, maskUtils, hooks, dom };
|
|
69
|
-
export * from "./getDataTestId-
|
|
69
|
+
export * from "./getDataTestId-16038735";
|
|
70
70
|
export * from "./browser-a216f694";
|
|
71
71
|
export * from "./components/base-toast-plate/hooks/useDeprecatedBadge";
|
|
@@ -5,7 +5,7 @@ import './desktop/Component.desktop.js';
|
|
|
5
5
|
import './components/base-toast-plate/component.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../icon-button/modern';
|
|
8
|
-
import './getDataTestId-
|
|
8
|
+
import './getDataTestId-16038735.js';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import '../../status-badge/modern';
|
|
11
11
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -2,7 +2,7 @@ import React, { forwardRef } from 'react';
|
|
|
2
2
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../icon-button/modern';
|
|
5
|
-
import '../getDataTestId-
|
|
5
|
+
import '../getDataTestId-16038735.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
7
|
import '../../../status-badge/modern';
|
|
8
8
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -3,7 +3,7 @@ import 'react';
|
|
|
3
3
|
import '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/modern';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-16038735.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
8
|
import '../../../status-badge/modern';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -750,6 +750,18 @@ declare const SIZE_TO_CLASSNAME_MAP: {
|
|
|
750
750
|
800: string;
|
|
751
751
|
1140: string;
|
|
752
752
|
};
|
|
753
|
+
/**
|
|
754
|
+
* Набор констант для z-index соответствующих классов компонентов.
|
|
755
|
+
* Значения выбраны по приоритету.
|
|
756
|
+
*/
|
|
757
|
+
declare const stackingOrder: {
|
|
758
|
+
FOCUSED: number;
|
|
759
|
+
DEFAULT: number;
|
|
760
|
+
POPOVER: number;
|
|
761
|
+
MODAL: number;
|
|
762
|
+
TOAST: number;
|
|
763
|
+
};
|
|
764
|
+
declare const StackingContext: import("react").Context<number>;
|
|
753
765
|
type StackProps = {
|
|
754
766
|
/**
|
|
755
767
|
* Render prop, в который передается функция.
|
|
@@ -977,7 +989,7 @@ type YearsTableProps = {
|
|
|
977
989
|
responsive?: boolean;
|
|
978
990
|
};
|
|
979
991
|
declare const YearsTable: FC<YearsTableProps>;
|
|
980
|
-
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, StackProps, Stack, lockScroll, unlockScroll, syncHeight, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
992
|
+
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, stackingOrder, StackingContext, StackProps, Stack, lockScroll, unlockScroll, syncHeight, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
981
993
|
export * from "./Component-5684a67d";
|
|
982
994
|
export type { SavedStyle, TitleProps, TextProps, Color };
|
|
983
995
|
export * from "./use-skeleton-1328ead9";
|
|
@@ -750,6 +750,18 @@ declare const SIZE_TO_CLASSNAME_MAP: {
|
|
|
750
750
|
800: string;
|
|
751
751
|
1140: string;
|
|
752
752
|
};
|
|
753
|
+
/**
|
|
754
|
+
* Набор констант для z-index соответствующих классов компонентов.
|
|
755
|
+
* Значения выбраны по приоритету.
|
|
756
|
+
*/
|
|
757
|
+
declare const stackingOrder: {
|
|
758
|
+
FOCUSED: number;
|
|
759
|
+
DEFAULT: number;
|
|
760
|
+
POPOVER: number;
|
|
761
|
+
MODAL: number;
|
|
762
|
+
TOAST: number;
|
|
763
|
+
};
|
|
764
|
+
declare const StackingContext: import("react").Context<number>;
|
|
753
765
|
type StackProps = {
|
|
754
766
|
/**
|
|
755
767
|
* Render prop, в который передается функция.
|
|
@@ -977,7 +989,7 @@ type YearsTableProps = {
|
|
|
977
989
|
responsive?: boolean;
|
|
978
990
|
};
|
|
979
991
|
declare const YearsTable: FC<YearsTableProps>;
|
|
980
|
-
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, StackProps, Stack, lockScroll, unlockScroll, syncHeight, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
992
|
+
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, stackingOrder, StackingContext, StackProps, Stack, lockScroll, unlockScroll, syncHeight, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
981
993
|
export * from "./Component-5684a67d";
|
|
982
994
|
export type { SavedStyle, TitleProps, TextProps, Color };
|
|
983
995
|
export * from "./use-skeleton-1328ead9";
|
|
@@ -750,6 +750,18 @@ declare const SIZE_TO_CLASSNAME_MAP: {
|
|
|
750
750
|
800: string;
|
|
751
751
|
1140: string;
|
|
752
752
|
};
|
|
753
|
+
/**
|
|
754
|
+
* Набор констант для z-index соответствующих классов компонентов.
|
|
755
|
+
* Значения выбраны по приоритету.
|
|
756
|
+
*/
|
|
757
|
+
declare const stackingOrder: {
|
|
758
|
+
FOCUSED: number;
|
|
759
|
+
DEFAULT: number;
|
|
760
|
+
POPOVER: number;
|
|
761
|
+
MODAL: number;
|
|
762
|
+
TOAST: number;
|
|
763
|
+
};
|
|
764
|
+
declare const StackingContext: import("react").Context<number>;
|
|
753
765
|
type StackProps = {
|
|
754
766
|
/**
|
|
755
767
|
* Render prop, в который передается функция.
|
|
@@ -977,7 +989,7 @@ type YearsTableProps = {
|
|
|
977
989
|
responsive?: boolean;
|
|
978
990
|
};
|
|
979
991
|
declare const YearsTable: FC<YearsTableProps>;
|
|
980
|
-
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, StackProps, Stack, lockScroll, unlockScroll, syncHeight, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
992
|
+
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, stackingOrder, StackingContext, StackProps, Stack, lockScroll, unlockScroll, syncHeight, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
981
993
|
export * from "./Component-5684a67d";
|
|
982
994
|
export type { SavedStyle, TitleProps, TextProps, Color };
|
|
983
995
|
export * from "./use-skeleton-1328ead9";
|
|
@@ -750,6 +750,18 @@ declare const SIZE_TO_CLASSNAME_MAP: {
|
|
|
750
750
|
800: string;
|
|
751
751
|
1140: string;
|
|
752
752
|
};
|
|
753
|
+
/**
|
|
754
|
+
* Набор констант для z-index соответствующих классов компонентов.
|
|
755
|
+
* Значения выбраны по приоритету.
|
|
756
|
+
*/
|
|
757
|
+
declare const stackingOrder: {
|
|
758
|
+
FOCUSED: number;
|
|
759
|
+
DEFAULT: number;
|
|
760
|
+
POPOVER: number;
|
|
761
|
+
MODAL: number;
|
|
762
|
+
TOAST: number;
|
|
763
|
+
};
|
|
764
|
+
declare const StackingContext: import("react").Context<number>;
|
|
753
765
|
type StackProps = {
|
|
754
766
|
/**
|
|
755
767
|
* Render prop, в который передается функция.
|
|
@@ -977,7 +989,7 @@ type YearsTableProps = {
|
|
|
977
989
|
responsive?: boolean;
|
|
978
990
|
};
|
|
979
991
|
declare const YearsTable: FC<YearsTableProps>;
|
|
980
|
-
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, StackProps, Stack, lockScroll, unlockScroll, syncHeight, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
992
|
+
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, stackingOrder, StackingContext, StackProps, Stack, lockScroll, unlockScroll, syncHeight, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
981
993
|
export * from "./Component-5684a67d";
|
|
982
994
|
export type { SavedStyle, TitleProps, TextProps, Color };
|
|
983
995
|
export * from "./use-skeleton-1328ead9";
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { FC, ReactNode } from "react";
|
|
2
|
-
type StackProps = {
|
|
3
|
-
/**
|
|
4
|
-
* Render prop, в который передается функция.
|
|
5
|
-
* Функция принимает аргумент со значением z-index из текущего контекста.
|
|
6
|
-
*/
|
|
7
|
-
children: (value: number) => ReactNode;
|
|
8
|
-
/**
|
|
9
|
-
* Исходное значение для z-index.
|
|
10
|
-
* @default 5
|
|
11
|
-
*/
|
|
12
|
-
value?: number;
|
|
13
|
-
};
|
|
14
|
-
declare const Stack: FC<StackProps>;
|
|
15
|
-
export { StackProps, Stack };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { FC, ReactNode } from "react";
|
|
2
|
-
type StackProps = {
|
|
3
|
-
/**
|
|
4
|
-
* Render prop, в который передается функция.
|
|
5
|
-
* Функция принимает аргумент со значением z-index из текущего контекста.
|
|
6
|
-
*/
|
|
7
|
-
children: (value: number) => ReactNode;
|
|
8
|
-
/**
|
|
9
|
-
* Исходное значение для z-index.
|
|
10
|
-
* @default 5
|
|
11
|
-
*/
|
|
12
|
-
value?: number;
|
|
13
|
-
};
|
|
14
|
-
declare const Stack: FC<StackProps>;
|
|
15
|
-
export { StackProps, Stack };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { FC, ReactNode } from "react";
|
|
2
|
-
type StackProps = {
|
|
3
|
-
/**
|
|
4
|
-
* Render prop, в который передается функция.
|
|
5
|
-
* Функция принимает аргумент со значением z-index из текущего контекста.
|
|
6
|
-
*/
|
|
7
|
-
children: (value: number) => ReactNode;
|
|
8
|
-
/**
|
|
9
|
-
* Исходное значение для z-index.
|
|
10
|
-
* @default 5
|
|
11
|
-
*/
|
|
12
|
-
value?: number;
|
|
13
|
-
};
|
|
14
|
-
declare const Stack: FC<StackProps>;
|
|
15
|
-
export { StackProps, Stack };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { FC, ReactNode } from "react";
|
|
2
|
-
type StackProps = {
|
|
3
|
-
/**
|
|
4
|
-
* Render prop, в который передается функция.
|
|
5
|
-
* Функция принимает аргумент со значением z-index из текущего контекста.
|
|
6
|
-
*/
|
|
7
|
-
children: (value: number) => ReactNode;
|
|
8
|
-
/**
|
|
9
|
-
* Исходное значение для z-index.
|
|
10
|
-
* @default 5
|
|
11
|
-
*/
|
|
12
|
-
value?: number;
|
|
13
|
-
};
|
|
14
|
-
declare const Stack: FC<StackProps>;
|
|
15
|
-
export { StackProps, Stack };
|
|
File without changes
|
|
File without changes
|
/package/confirmation/esm/{countdown-section-acc1051f.d.ts → countdown-section-540da1e3.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
/package/confirmation/modern/{countdown-section-91463948.d.ts → countdown-section-d3385b29.d.ts}
RENAMED
|
File without changes
|
/package/confirmation/modern/{countdown-section-91463948.js → countdown-section-d3385b29.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|