@cloud-ru/uikit-product-mobile-stepper 0.3.73 → 1.0.1-preview-b95fca4e.0
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,16 @@
|
|
|
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.3.74 (2025-12-17)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@cloud-ru/uikit-product-icons@16.1.1](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/icons/CHANGELOG.md)
|
|
10
|
+
* [@cloud-ru/uikit-product-utils@8.1.0](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/utils/CHANGELOG.md)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
6
16
|
## 0.3.73 (2025-12-12)
|
|
7
17
|
|
|
8
18
|
### Only dependencies have been changed
|
|
@@ -692,7 +702,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
692
702
|
|
|
693
703
|
### Features
|
|
694
704
|
|
|
695
|
-
* **
|
|
705
|
+
* **FF-5836:** support cjs syntax ([d44abd0](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/d44abd0ddbbea0cd2bf0e1b99442cdb83b87df48))
|
|
696
706
|
|
|
697
707
|
|
|
698
708
|
|
|
@@ -713,7 +723,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
713
723
|
|
|
714
724
|
### Features
|
|
715
725
|
|
|
716
|
-
* **
|
|
726
|
+
* **FF-5782:** dart v3 use/forward approach ([eb0c4b3](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/eb0c4b30a008aa82ad7555ecc9d8420c21b1c7a4))
|
|
717
727
|
|
|
718
728
|
|
|
719
729
|
|
|
@@ -785,7 +795,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
785
795
|
|
|
786
796
|
### Bug Fixes
|
|
787
797
|
|
|
788
|
-
* **
|
|
798
|
+
* **ONB-2187:** fix contexts for adaptive stepper ([e23f22a](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/e23f22af39a954d6607153b9d4c438f442092421))
|
|
789
799
|
|
|
790
800
|
|
|
791
801
|
|
|
@@ -796,7 +806,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
796
806
|
|
|
797
807
|
### Dependencies
|
|
798
808
|
|
|
799
|
-
* **
|
|
809
|
+
* **PDS-611:** up deps ([c30ac4c](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/c30ac4c2adb7c00e84fbe557d85314add6b6977a))
|
|
800
810
|
|
|
801
811
|
|
|
802
812
|
|
|
@@ -807,7 +817,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
807
817
|
|
|
808
818
|
### Bug Fixes
|
|
809
819
|
|
|
810
|
-
* **
|
|
820
|
+
* **ONB-2187:** step width fix ([fb1ab5d](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/fb1ab5d517fc7952d5f4f321921cf9e0b05a094d))
|
|
811
821
|
|
|
812
822
|
|
|
813
823
|
|
|
@@ -818,7 +828,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
818
828
|
|
|
819
829
|
### Bug Fixes
|
|
820
830
|
|
|
821
|
-
* **
|
|
831
|
+
* **ONB-2187:** export adaptive from package ([810eabd](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/810eabd70f65a6b88cbc372fd7b735ccd27f1282))
|
|
822
832
|
|
|
823
833
|
|
|
824
834
|
|
|
@@ -829,7 +839,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
829
839
|
|
|
830
840
|
### Features
|
|
831
841
|
|
|
832
|
-
* **
|
|
842
|
+
* **ONB-2187:** stepper mobile component ([a8d8d46](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/a8d8d4675774b3667f88d21c558aa1a09404bfbb))
|
|
833
843
|
|
|
834
844
|
|
|
835
845
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-mobile-stepper",
|
|
3
3
|
"title": "Mobile Stepper",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "1.0.1-preview-b95fca4e.0",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.woff",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
},
|
|
37
37
|
"scripts": {},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@cloud-ru/uikit-product-icons": "16.1.0",
|
|
40
|
-
"@cloud-ru/uikit-product-utils": "8.0
|
|
39
|
+
"@cloud-ru/uikit-product-icons": "16.1.2-preview-b95fca4e.0",
|
|
40
|
+
"@cloud-ru/uikit-product-utils": "8.1.1-preview-b95fca4e.0",
|
|
41
41
|
"@snack-uikit/loaders": "0.9.8",
|
|
42
42
|
"@snack-uikit/stepper": "0.8.32",
|
|
43
43
|
"@snack-uikit/truncate-string": "0.7.0",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"@snack-uikit/utils": "3.10.1",
|
|
46
46
|
"classnames": "2.5.1"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "5e59d6341e92ce7320739df54ab7e6f6d0a7aa26"
|
|
49
49
|
}
|