@commercetools-uikit/loading-spinner 19.9.0 → 19.10.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.
@@ -76,7 +76,7 @@ LoadingSpinner.defaultProps = defaultProps;
76
76
  var LoadingSpinner$1 = LoadingSpinner;
77
77
 
78
78
  // NOTE: This string will be replaced on build time with the package version.
79
- var version = "19.9.0";
79
+ var version = "19.10.0";
80
80
 
81
81
  exports["default"] = LoadingSpinner$1;
82
82
  exports.version = version;
@@ -71,7 +71,7 @@ LoadingSpinner.defaultProps = defaultProps;
71
71
  var LoadingSpinner$1 = LoadingSpinner;
72
72
 
73
73
  // NOTE: This string will be replaced on build time with the package version.
74
- var version = "19.9.0";
74
+ var version = "19.10.0";
75
75
 
76
76
  exports["default"] = LoadingSpinner$1;
77
77
  exports.version = version;
@@ -65,6 +65,6 @@ LoadingSpinner.defaultProps = defaultProps;
65
65
  var LoadingSpinner$1 = LoadingSpinner;
66
66
 
67
67
  // NOTE: This string will be replaced on build time with the package version.
68
- var version = "19.9.0";
68
+ var version = "19.10.0";
69
69
 
70
70
  export { LoadingSpinner$1 as default, version };
@@ -1,7 +1,17 @@
1
1
  import { ReactNode } from 'react';
2
2
  export type TLoadingSpinnerProps = {
3
+ /**
4
+ * Set the amount of time to delay the loading spinner before it renders.
5
+ * The default value of is 1000ms.
6
+ */
3
7
  maxDelayDuration?: number;
8
+ /**
9
+ * Set the size of the loading spinner.
10
+ */
4
11
  scale: 's' | 'l';
12
+ /**
13
+ * The content rendered inside the `LoadingSpinner`.
14
+ */
5
15
  children?: ReactNode;
6
16
  };
7
17
  declare const LoadingSpinner: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/loading-spinner",
3
3
  "description": "A spinner animation to indicate loading state (e.g pending requests) for the user.",
4
- "version": "19.9.0",
4
+ "version": "19.10.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,10 +21,10 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/design-system": "19.9.0",
25
- "@commercetools-uikit/spacings-inline": "19.9.0",
26
- "@commercetools-uikit/text": "19.9.0",
27
- "@commercetools-uikit/utils": "19.9.0",
24
+ "@commercetools-uikit/design-system": "19.10.0",
25
+ "@commercetools-uikit/spacings-inline": "19.10.0",
26
+ "@commercetools-uikit/text": "19.10.0",
27
+ "@commercetools-uikit/utils": "19.10.0",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "prop-types": "15.8.1",
30
30
  "react-intl": "^6.3.2"