@commercetools-uikit/progress-bar 19.22.4 → 19.22.6

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/README.md CHANGED
@@ -39,13 +39,13 @@ export default Example;
39
39
 
40
40
  ## Properties
41
41
 
42
- | Props | Type | Required | Default | Description |
43
- | --------------- | ----------------------------------------------------------------------------------------------------------------------------- | :------: | --------- | ---------------------------------------------------------------------------------------------------- |
44
- | `progress` | `number` | | `0` | The percentage of the task completion to fill the bar. |
45
- | `label` | `union`<br/>Possible values:<br/>`, string, ReactElement, (MessageDescriptor & { values?: Record<string, ReactNode> }), null` | | `null` | The text to display alongside the bar. |
46
- | `labelPosition` | `union`<br/>Possible values:<br/>`'top' , 'bottom' , 'left' , 'right'` | | `'top'` | Location of the text in relation to the bar. |
47
- | `labelWidth` | `union`<br/>Possible values:<br/>`, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 'scale', 'auto'` | | `'scale'` | The scale of the width for the label, uses values available in the Constraints.Horizontal component. |
48
- | `isInverted` | `boolean` | | `false` | Specifies the use of light colors(default) or dark colors. |
49
- | `isAnimated` | `boolean` | | `true` | Specifies whether the inner bar should have the styles animated. |
50
- | `height` | `union`<br/>Possible values:<br/>`'10' , '20'` | | `'20'` | The scale of the height for the bar, also affects the styles of the label. |
51
- | `barWidth` | `union`<br/>Possible values:<br/>`4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 , 16 , 'scale'` | | `6` | The scale of the width for the label, uses values available in the Constraints.Horizontal component. |
42
+ | Props | Type | Required | Default | Description |
43
+ | --------------- | ----------------------------------------------------------------------------------------------------------------------------- | :------: | -------------------------- | ---------------------------------------------------------------------------------------------------- |
44
+ | `progress` | `number` | | `0` | The percentage of the task completion to fill the bar. |
45
+ | `label` | `union`<br/>Possible values:<br/>`, string, ReactElement, (MessageDescriptor & { values?: Record<string, ReactNode> }), null` | | `null` | The text to display alongside the bar. |
46
+ | `labelPosition` | `union`<br/>Possible values:<br/>`'top' , 'bottom' , 'left' , 'right'` | | `'top'` | Location of the text in relation to the bar. |
47
+ | `labelWidth` | `union`<br/>Possible values:<br/>`, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 'scale', 'auto'` | | `defaultStyles.labelWidth` | The scale of the width for the label, uses values available in the Constraints.Horizontal component. |
48
+ | `isInverted` | `boolean` | | `false` | Specifies the use of light colors(default) or dark colors. |
49
+ | `isAnimated` | `boolean` | | `true` | Specifies whether the inner bar should have the styles animated. |
50
+ | `height` | `union`<br/>Possible values:<br/>`'10' , '20'` | | `defaultStyles.height` | The scale of the height for the bar, also affects the styles of the label. |
51
+ | `barWidth` | `union`<br/>Possible values:<br/>`4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 , 16 , 'scale'` | | `6` | The scale of the width for the label, uses values available in the Constraints.Horizontal component. |
@@ -176,7 +176,7 @@ ProgressBar.displayName = 'ProgressBar';
176
176
  var ProgressBar$1 = ProgressBar;
177
177
 
178
178
  // NOTE: This string will be replaced on build time with the package version.
179
- var version = "19.22.4";
179
+ var version = "19.22.6";
180
180
 
181
181
  exports["default"] = ProgressBar$1;
182
182
  exports.version = version;
@@ -164,7 +164,7 @@ ProgressBar.displayName = 'ProgressBar';
164
164
  var ProgressBar$1 = ProgressBar;
165
165
 
166
166
  // NOTE: This string will be replaced on build time with the package version.
167
- var version = "19.22.4";
167
+ var version = "19.22.6";
168
168
 
169
169
  exports["default"] = ProgressBar$1;
170
170
  exports.version = version;
@@ -155,6 +155,6 @@ ProgressBar.displayName = 'ProgressBar';
155
155
  var ProgressBar$1 = ProgressBar;
156
156
 
157
157
  // NOTE: This string will be replaced on build time with the package version.
158
- var version = "19.22.4";
158
+ var version = "19.22.6";
159
159
 
160
160
  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": "19.22.4",
4
+ "version": "19.22.6",
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": "19.22.4",
25
- "@commercetools-uikit/design-system": "19.22.4",
26
- "@commercetools-uikit/spacings-inline": "19.22.4",
27
- "@commercetools-uikit/spacings-stack": "19.22.4",
28
- "@commercetools-uikit/text": "19.22.4",
29
- "@commercetools-uikit/utils": "19.22.4",
24
+ "@commercetools-uikit/constraints": "19.22.6",
25
+ "@commercetools-uikit/design-system": "19.22.6",
26
+ "@commercetools-uikit/spacings-inline": "19.22.6",
27
+ "@commercetools-uikit/spacings-stack": "19.22.6",
28
+ "@commercetools-uikit/text": "19.22.6",
29
+ "@commercetools-uikit/utils": "19.22.6",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "lodash": "4.17.21",
32
32
  "prop-types": "15.8.1",