@cloud-ru/uikit-product-mobile-stepper 0.3.74 → 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
|
@@ -702,7 +702,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
702
702
|
|
|
703
703
|
### Features
|
|
704
704
|
|
|
705
|
-
* **
|
|
705
|
+
* **FF-5836:** support cjs syntax ([d44abd0](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/d44abd0ddbbea0cd2bf0e1b99442cdb83b87df48))
|
|
706
706
|
|
|
707
707
|
|
|
708
708
|
|
|
@@ -723,7 +723,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
723
723
|
|
|
724
724
|
### Features
|
|
725
725
|
|
|
726
|
-
* **
|
|
726
|
+
* **FF-5782:** dart v3 use/forward approach ([eb0c4b3](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/eb0c4b30a008aa82ad7555ecc9d8420c21b1c7a4))
|
|
727
727
|
|
|
728
728
|
|
|
729
729
|
|
|
@@ -795,7 +795,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
795
795
|
|
|
796
796
|
### Bug Fixes
|
|
797
797
|
|
|
798
|
-
* **
|
|
798
|
+
* **ONB-2187:** fix contexts for adaptive stepper ([e23f22a](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/e23f22af39a954d6607153b9d4c438f442092421))
|
|
799
799
|
|
|
800
800
|
|
|
801
801
|
|
|
@@ -806,7 +806,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
806
806
|
|
|
807
807
|
### Dependencies
|
|
808
808
|
|
|
809
|
-
* **
|
|
809
|
+
* **PDS-611:** up deps ([c30ac4c](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/c30ac4c2adb7c00e84fbe557d85314add6b6977a))
|
|
810
810
|
|
|
811
811
|
|
|
812
812
|
|
|
@@ -817,7 +817,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
817
817
|
|
|
818
818
|
### Bug Fixes
|
|
819
819
|
|
|
820
|
-
* **
|
|
820
|
+
* **ONB-2187:** step width fix ([fb1ab5d](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/fb1ab5d517fc7952d5f4f321921cf9e0b05a094d))
|
|
821
821
|
|
|
822
822
|
|
|
823
823
|
|
|
@@ -828,7 +828,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
828
828
|
|
|
829
829
|
### Bug Fixes
|
|
830
830
|
|
|
831
|
-
* **
|
|
831
|
+
* **ONB-2187:** export adaptive from package ([810eabd](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/810eabd70f65a6b88cbc372fd7b735ccd27f1282))
|
|
832
832
|
|
|
833
833
|
|
|
834
834
|
|
|
@@ -839,7 +839,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
839
839
|
|
|
840
840
|
### Features
|
|
841
841
|
|
|
842
|
-
* **
|
|
842
|
+
* **ONB-2187:** stepper mobile component ([a8d8d46](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/a8d8d4675774b3667f88d21c558aa1a09404bfbb))
|
|
843
843
|
|
|
844
844
|
|
|
845
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.
|
|
40
|
-
"@cloud-ru/uikit-product-utils": "8.1.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
|
}
|