@commercetools-uikit/progress-bar 20.3.0 → 20.4.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.
|
@@ -163,7 +163,7 @@ ProgressBar.displayName = 'ProgressBar';
|
|
|
163
163
|
var ProgressBar$1 = ProgressBar;
|
|
164
164
|
|
|
165
165
|
// NOTE: This string will be replaced on build time with the package version.
|
|
166
|
-
var version = "20.
|
|
166
|
+
var version = "20.4.0";
|
|
167
167
|
|
|
168
168
|
exports["default"] = ProgressBar$1;
|
|
169
169
|
exports.version = version;
|
|
@@ -163,7 +163,7 @@ ProgressBar.displayName = 'ProgressBar';
|
|
|
163
163
|
var ProgressBar$1 = ProgressBar;
|
|
164
164
|
|
|
165
165
|
// NOTE: This string will be replaced on build time with the package version.
|
|
166
|
-
var version = "20.
|
|
166
|
+
var version = "20.4.0";
|
|
167
167
|
|
|
168
168
|
exports["default"] = ProgressBar$1;
|
|
169
169
|
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.4.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.4.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,14 +21,14 @@
|
|
|
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.4.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.4.0",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "20.4.0",
|
|
27
|
+
"@commercetools-uikit/spacings-stack": "20.4.0",
|
|
28
|
+
"@commercetools-uikit/text": "20.4.0",
|
|
29
|
+
"@commercetools-uikit/utils": "20.4.0",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
|
-
"lodash": "4.17.
|
|
31
|
+
"lodash": "4.17.23",
|
|
32
32
|
"react-intl": "^7.1.4"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|