@commercetools-uikit/progress-bar 20.1.0 → 20.2.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.
|
@@ -162,7 +162,7 @@ ProgressBar.displayName = 'ProgressBar';
|
|
|
162
162
|
var ProgressBar$1 = ProgressBar;
|
|
163
163
|
|
|
164
164
|
// NOTE: This string will be replaced on build time with the package version.
|
|
165
|
-
var version = "20.
|
|
165
|
+
var version = "20.2.0";
|
|
166
166
|
|
|
167
167
|
exports["default"] = ProgressBar$1;
|
|
168
168
|
exports.version = version;
|
|
@@ -162,7 +162,7 @@ ProgressBar.displayName = 'ProgressBar';
|
|
|
162
162
|
var ProgressBar$1 = ProgressBar;
|
|
163
163
|
|
|
164
164
|
// NOTE: This string will be replaced on build time with the package version.
|
|
165
|
-
var version = "20.
|
|
165
|
+
var version = "20.2.0";
|
|
166
166
|
|
|
167
167
|
exports["default"] = ProgressBar$1;
|
|
168
168
|
exports.version = version;
|
|
@@ -142,6 +142,6 @@ ProgressBar.displayName = 'ProgressBar';
|
|
|
142
142
|
var ProgressBar$1 = ProgressBar;
|
|
143
143
|
|
|
144
144
|
// NOTE: This string will be replaced on build time with the package version.
|
|
145
|
-
var version = "20.
|
|
145
|
+
var version = "20.2.0";
|
|
146
146
|
|
|
147
147
|
export { ProgressBar$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/progress-bar",
|
|
3
3
|
"description": "A progress bar component used to visualize the progression of an extended operation",
|
|
4
|
-
"version": "20.
|
|
4
|
+
"version": "20.2.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "20.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.
|
|
26
|
-
"@commercetools-uikit/spacings-inline": "20.
|
|
27
|
-
"@commercetools-uikit/spacings-stack": "20.
|
|
28
|
-
"@commercetools-uikit/text": "20.
|
|
29
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/constraints": "20.2.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.2.0",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "20.2.0",
|
|
27
|
+
"@commercetools-uikit/spacings-stack": "20.2.0",
|
|
28
|
+
"@commercetools-uikit/text": "20.2.0",
|
|
29
|
+
"@commercetools-uikit/utils": "20.2.0",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"lodash": "4.17.21",
|
|
32
32
|
"react-intl": "^7.1.4"
|