@cloud-ru/uikit-product-mobile-modal 0.9.20 → 0.9.21

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 0.9.21 (2025-11-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **PD-3377:** removed contributors ([121640f](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/121640f7b88b20a728a6ad2c39de8841532bb308))
12
+
13
+
14
+
15
+
16
+
6
17
  ## 0.9.20 (2025-11-13)
7
18
 
8
19
  ### Only dependencies have been changed
@@ -1,4 +1,4 @@
1
- import { WithLayoutType } from '@sbercloud/uikit-product-utils';
1
+ import { WithLayoutType } from '@cloud-ru/uikit-product-utils';
2
2
  import { DrawerCustom, DrawerProps } from '@snack-uikit/drawer';
3
3
  import { MobileModalProps } from '../MobileModal';
4
4
  import { MobileModalCustom } from '../MobileModalCustom';
@@ -1,4 +1,4 @@
1
- import { WithLayoutType } from '@sbercloud/uikit-product-utils';
1
+ import { WithLayoutType } from '@cloud-ru/uikit-product-utils';
2
2
  import { ModalCustom, ModalProps } from '@snack-uikit/modal';
3
3
  import { MobileModalProps } from '../MobileModal';
4
4
  import { MobileModalCustom } from '../MobileModalCustom';
@@ -1,4 +1,4 @@
1
- import { MobileDrawerCustomProps } from '@sbercloud/uikit-product-mobile-drawer';
1
+ import { MobileDrawerCustomProps } from '@cloud-ru/uikit-product-mobile-drawer';
2
2
  import { WithSupportProps } from '@snack-uikit/utils';
3
3
  import { ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps } from '../../helperComponents';
4
4
  import { Mode, Size } from '../../types';
@@ -13,7 +13,7 @@ var __rest = (this && this.__rest) || function (s, e) {
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.MobileModalCustom = MobileModalCustom;
15
15
  const jsx_runtime_1 = require("react/jsx-runtime");
16
- const uikit_product_mobile_drawer_1 = require("@sbercloud/uikit-product-mobile-drawer");
16
+ const uikit_product_mobile_drawer_1 = require("@cloud-ru/uikit-product-mobile-drawer");
17
17
  const constants_1 = require("../../constants");
18
18
  const helperComponents_1 = require("../../helperComponents");
19
19
  function MobileModalCustom(_a) {
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.ModalBody = ModalBody;
18
18
  const jsx_runtime_1 = require("react/jsx-runtime");
19
19
  const classnames_1 = __importDefault(require("classnames"));
20
- const uikit_product_mobile_drawer_1 = require("@sbercloud/uikit-product-mobile-drawer");
20
+ const uikit_product_mobile_drawer_1 = require("@cloud-ru/uikit-product-mobile-drawer");
21
21
  const utils_1 = require("@snack-uikit/utils");
22
22
  const constants_1 = require("../../constants");
23
23
  const styles_module_scss_1 = __importDefault(require('./styles.module.css'));
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { MobileQuestionTooltipProps } from '@sbercloud/uikit-product-mobile-tooltip';
2
+ import { MobileQuestionTooltipProps } from '@cloud-ru/uikit-product-mobile-tooltip';
3
3
  import { WithSupportProps } from '@snack-uikit/utils';
4
4
  import { ContentAlign } from '../../types';
5
5
  export type ModalHeaderProps = WithSupportProps<{
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.ModalHeader = ModalHeader;
18
18
  const jsx_runtime_1 = require("react/jsx-runtime");
19
19
  const classnames_1 = __importDefault(require("classnames"));
20
- const uikit_product_mobile_tooltip_1 = require("@sbercloud/uikit-product-mobile-tooltip");
20
+ const uikit_product_mobile_tooltip_1 = require("@cloud-ru/uikit-product-mobile-tooltip");
21
21
  const typography_1 = require("@snack-uikit/typography");
22
22
  const utils_1 = require("@snack-uikit/utils");
23
23
  const constants_1 = require("../../constants");
@@ -1,4 +1,4 @@
1
- import { WithLayoutType } from '@sbercloud/uikit-product-utils';
1
+ import { WithLayoutType } from '@cloud-ru/uikit-product-utils';
2
2
  import { DrawerCustom, DrawerProps } from '@snack-uikit/drawer';
3
3
  import { MobileModalProps } from '../MobileModal';
4
4
  import { MobileModalCustom } from '../MobileModalCustom';
@@ -1,4 +1,4 @@
1
- import { WithLayoutType } from '@sbercloud/uikit-product-utils';
1
+ import { WithLayoutType } from '@cloud-ru/uikit-product-utils';
2
2
  import { ModalCustom, ModalProps } from '@snack-uikit/modal';
3
3
  import { MobileModalProps } from '../MobileModal';
4
4
  import { MobileModalCustom } from '../MobileModalCustom';
@@ -1,4 +1,4 @@
1
- import { MobileDrawerCustomProps } from '@sbercloud/uikit-product-mobile-drawer';
1
+ import { MobileDrawerCustomProps } from '@cloud-ru/uikit-product-mobile-drawer';
2
2
  import { WithSupportProps } from '@snack-uikit/utils';
3
3
  import { ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps } from '../../helperComponents';
4
4
  import { Mode, Size } from '../../types';
@@ -10,7 +10,7 @@ var __rest = (this && this.__rest) || function (s, e) {
10
10
  return t;
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { MobileDrawerCustom } from '@sbercloud/uikit-product-mobile-drawer';
13
+ import { MobileDrawerCustom } from '@cloud-ru/uikit-product-mobile-drawer';
14
14
  import { MODE, SIZE } from '../../constants';
15
15
  import { ModalBody, ModalFooter, ModalHeader, } from '../../helperComponents';
16
16
  export function MobileModalCustom(_a) {
@@ -11,7 +11,7 @@ var __rest = (this && this.__rest) || function (s, e) {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import cn from 'classnames';
14
- import { MobileDrawerCustom } from '@sbercloud/uikit-product-mobile-drawer';
14
+ import { MobileDrawerCustom } from '@cloud-ru/uikit-product-mobile-drawer';
15
15
  import { extractSupportProps } from '@snack-uikit/utils';
16
16
  import { CONTENT_ALIGN, TEST_IDS } from '../../constants';
17
17
  import styles from './styles.module.css';
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { MobileQuestionTooltipProps } from '@sbercloud/uikit-product-mobile-tooltip';
2
+ import { MobileQuestionTooltipProps } from '@cloud-ru/uikit-product-mobile-tooltip';
3
3
  import { WithSupportProps } from '@snack-uikit/utils';
4
4
  import { ContentAlign } from '../../types';
5
5
  export type ModalHeaderProps = WithSupportProps<{
@@ -11,7 +11,7 @@ var __rest = (this && this.__rest) || function (s, e) {
11
11
  };
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  import cn from 'classnames';
14
- import { MobileQuestionTooltip } from '@sbercloud/uikit-product-mobile-tooltip';
14
+ import { MobileQuestionTooltip } from '@cloud-ru/uikit-product-mobile-tooltip';
15
15
  import { Typography } from '@snack-uikit/typography';
16
16
  import { extractSupportProps } from '@snack-uikit/utils';
17
17
  import { CONTENT_ALIGN, TEST_IDS } from '../../constants';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloud-ru/uikit-product-mobile-modal",
3
3
  "title": "Mobile Modal",
4
- "version": "0.9.20",
4
+ "version": "0.9.21",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -30,16 +30,15 @@
30
30
  "name": "Akhremenko Grigorii",
31
31
  "url": "https://github.com/AGrigorii"
32
32
  },
33
- "contributors": [],
34
33
  "license": "Apache-2.0",
35
34
  "publishConfig": {
36
35
  "access": "public"
37
36
  },
38
37
  "scripts": {},
39
38
  "dependencies": {
40
- "@cloud-ru/uikit-product-mobile-drawer": "0.9.17",
41
- "@cloud-ru/uikit-product-mobile-tooltip": "0.4.67",
42
- "@cloud-ru/uikit-product-utils": "7.0.2",
39
+ "@cloud-ru/uikit-product-mobile-drawer": "0.9.18",
40
+ "@cloud-ru/uikit-product-mobile-tooltip": "0.4.68",
41
+ "@cloud-ru/uikit-product-utils": "7.0.3",
43
42
  "@snack-uikit/button": "0.19.15",
44
43
  "@snack-uikit/drawer": "0.13.2",
45
44
  "@snack-uikit/link": "0.17.9",
@@ -49,5 +48,5 @@
49
48
  "@snack-uikit/utils": "3.10.1",
50
49
  "classnames": "2.5.1"
51
50
  },
52
- "gitHead": "bf479ecf7238ef20b78f20acaef439efa535d1a1"
51
+ "gitHead": "ce69097516055b330a0b05da5e29ac5b66e56284"
53
52
  }