@cloud-ru/uikit-product-mobile-carousel 0.1.14 → 0.1.15
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 +11 -0
- package/dist/cjs/components/AdaptiveCarousel/AdaptiveCarousel.d.ts +1 -1
- package/dist/cjs/components/MobileCarousel/MobileCarousel.js +1 -1
- package/dist/esm/components/AdaptiveCarousel/AdaptiveCarousel.d.ts +1 -1
- package/dist/esm/components/MobileCarousel/MobileCarousel.js +1 -1
- package/package.json +3 -4
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.1.15 (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.1.14 (2025-11-13)
|
|
7
18
|
|
|
8
19
|
### Only dependencies have been changed
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WithLayoutType } from '@
|
|
1
|
+
import { WithLayoutType } from '@cloud-ru/uikit-product-utils';
|
|
2
2
|
import { CarouselProps } from '@snack-uikit/carousel';
|
|
3
3
|
export type AdaptiveCarouselProps = WithLayoutType<CarouselProps>;
|
|
4
4
|
export declare function AdaptiveCarousel({ layoutType, ...props }: AdaptiveCarouselProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -18,7 +18,7 @@ exports.MobileCarousel = MobileCarousel;
|
|
|
18
18
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
19
|
const classnames_1 = __importDefault(require("classnames"));
|
|
20
20
|
const react_1 = require("react");
|
|
21
|
-
const uikit_product_utils_1 = require("@
|
|
21
|
+
const uikit_product_utils_1 = require("@cloud-ru/uikit-product-utils");
|
|
22
22
|
const pagination_1 = require("@snack-uikit/pagination");
|
|
23
23
|
const testIds_1 = require("../../testIds");
|
|
24
24
|
const components_1 = require("./components");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WithLayoutType } from '@
|
|
1
|
+
import { WithLayoutType } from '@cloud-ru/uikit-product-utils';
|
|
2
2
|
import { CarouselProps } from '@snack-uikit/carousel';
|
|
3
3
|
export type AdaptiveCarouselProps = WithLayoutType<CarouselProps>;
|
|
4
4
|
export declare function AdaptiveCarousel({ layoutType, ...props }: AdaptiveCarouselProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -12,7 +12,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
import cn from 'classnames';
|
|
14
14
|
import { useMemo, useState } from 'react';
|
|
15
|
-
import { extractSupportProps } from '@
|
|
15
|
+
import { extractSupportProps } from '@cloud-ru/uikit-product-utils';
|
|
16
16
|
import { PaginationSlider } from '@snack-uikit/pagination';
|
|
17
17
|
import { TEST_IDS } from '../../testIds';
|
|
18
18
|
import { ItemList } from './components';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-mobile-carousel",
|
|
3
3
|
"title": "Mobile Carousel",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.15",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.woff",
|
|
@@ -30,14 +30,13 @@
|
|
|
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-utils": "7.0.
|
|
39
|
+
"@cloud-ru/uikit-product-utils": "7.0.3",
|
|
41
40
|
"@snack-uikit/carousel": "0.6.4",
|
|
42
41
|
"@snack-uikit/pagination": "0.10.18",
|
|
43
42
|
"classnames": "2.5.1",
|
|
@@ -46,5 +45,5 @@
|
|
|
46
45
|
"devDependencies": {
|
|
47
46
|
"@types/lodash.debounce": "4.0.9"
|
|
48
47
|
},
|
|
49
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "ce69097516055b330a0b05da5e29ac5b66e56284"
|
|
50
49
|
}
|