@spark-web/spinner 5.0.0 → 5.0.1

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
@@ -1,5 +1,14 @@
1
1
  # @spark-web/spinner
2
2
 
3
+ ## 5.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#623](https://github.com/brighte-labs/spark-web/pull/623)
8
+ [`439f6dc`](https://github.com/brighte-labs/spark-web/commit/439f6dcebc40b65193606f990e5a246cdb6ede4d)
9
+ Thanks [@michtntbrighte](https://github.com/michtntbrighte)! - Fix loading
10
+ indicator message
11
+
3
12
  ## 5.0.0
4
13
 
5
14
  ### Major Changes
@@ -28,7 +28,7 @@ function Spinner(_ref) {
28
28
  justifyContent: "center",
29
29
  data: data,
30
30
  children: [jsxRuntime.jsx(a11y.VisuallyHidden, {
31
- children: "Image of a partial circle indicating \"loading\"."
31
+ children: "is loading"
32
32
  }), jsxRuntime.jsx(SpinnerIcon, {
33
33
  size: size,
34
34
  tone: tone,
@@ -28,7 +28,7 @@ function Spinner(_ref) {
28
28
  justifyContent: "center",
29
29
  data: data,
30
30
  children: [jsxRuntime.jsx(a11y.VisuallyHidden, {
31
- children: "Image of a partial circle indicating \"loading\"."
31
+ children: "is loading"
32
32
  }), jsxRuntime.jsx(SpinnerIcon, {
33
33
  size: size,
34
34
  tone: tone,
@@ -24,7 +24,7 @@ function Spinner(_ref) {
24
24
  justifyContent: "center",
25
25
  data: data,
26
26
  children: [jsx(VisuallyHidden, {
27
- children: "Image of a partial circle indicating \"loading\"."
27
+ children: "is loading"
28
28
  }), jsx(SpinnerIcon, {
29
29
  size: size,
30
30
  tone: tone,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-web/spinner",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "homepage": "https://github.com/brighte-labs/spark-web#readme",
5
5
  "repository": {
6
6
  "type": "git",