@instructure/ui-spinner 8.9.2-snapshot.1 → 8.9.2-snapshot.7
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/es/Spinner/index.js +1 -1
- package/lib/Spinner/index.js +1 -1
- package/package.json +15 -15
- package/src/Spinner/index.tsx +1 -1
package/es/Spinner/index.js
CHANGED
|
@@ -78,7 +78,7 @@ let Spinner = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 =
|
|
|
78
78
|
render() {
|
|
79
79
|
var _this$props$styles, _this$props$styles2, _this$props$styles3, _this$props$styles4;
|
|
80
80
|
|
|
81
|
-
const passthroughProps = View.omitViewProps(omitProps(this.props, Spinner.
|
|
81
|
+
const passthroughProps = View.omitViewProps(omitProps(this.props, Spinner.allowedProps), Spinner);
|
|
82
82
|
const hasTitle = this.props.renderTitle;
|
|
83
83
|
error(hasTitle, '[Spinner] The renderTitle prop is necessary for screen reader support.');
|
|
84
84
|
return jsx(View, Object.assign({}, passthroughProps, {
|
package/lib/Spinner/index.js
CHANGED
|
@@ -73,7 +73,7 @@ let Spinner = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default),
|
|
|
73
73
|
render() {
|
|
74
74
|
var _this$props$styles, _this$props$styles2, _this$props$styles3, _this$props$styles4;
|
|
75
75
|
|
|
76
|
-
const passthroughProps = _View.View.omitViewProps((0, _omitProps.omitProps)(this.props, Spinner.
|
|
76
|
+
const passthroughProps = _View.View.omitViewProps((0, _omitProps.omitProps)(this.props, Spinner.allowedProps), Spinner);
|
|
77
77
|
|
|
78
78
|
const hasTitle = this.props.renderTitle;
|
|
79
79
|
(0, _console.logError)(hasTitle, '[Spinner] The renderTitle prop is necessary for screen reader support.');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-spinner",
|
|
3
|
-
"version": "8.9.2-snapshot.
|
|
3
|
+
"version": "8.9.2-snapshot.7+1a56581cd",
|
|
4
4
|
"description": "A spinner/loading component",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -25,22 +25,22 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime": "^7.13.10",
|
|
28
|
-
"@instructure/console": "8.9.2-snapshot.
|
|
29
|
-
"@instructure/emotion": "8.9.2-snapshot.
|
|
30
|
-
"@instructure/shared-types": "8.9.2-snapshot.
|
|
31
|
-
"@instructure/ui-color-utils": "8.9.2-snapshot.
|
|
32
|
-
"@instructure/ui-react-utils": "8.9.2-snapshot.
|
|
33
|
-
"@instructure/ui-testable": "8.9.2-snapshot.
|
|
34
|
-
"@instructure/ui-utils": "8.9.2-snapshot.
|
|
35
|
-
"@instructure/ui-view": "8.9.2-snapshot.
|
|
36
|
-
"@instructure/uid": "8.9.2-snapshot.
|
|
28
|
+
"@instructure/console": "8.9.2-snapshot.7+1a56581cd",
|
|
29
|
+
"@instructure/emotion": "8.9.2-snapshot.7+1a56581cd",
|
|
30
|
+
"@instructure/shared-types": "8.9.2-snapshot.7+1a56581cd",
|
|
31
|
+
"@instructure/ui-color-utils": "8.9.2-snapshot.7+1a56581cd",
|
|
32
|
+
"@instructure/ui-react-utils": "8.9.2-snapshot.7+1a56581cd",
|
|
33
|
+
"@instructure/ui-testable": "8.9.2-snapshot.7+1a56581cd",
|
|
34
|
+
"@instructure/ui-utils": "8.9.2-snapshot.7+1a56581cd",
|
|
35
|
+
"@instructure/ui-view": "8.9.2-snapshot.7+1a56581cd",
|
|
36
|
+
"@instructure/uid": "8.9.2-snapshot.7+1a56581cd",
|
|
37
37
|
"prop-types": "^15"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@instructure/ui-babel-preset": "8.9.2-snapshot.
|
|
41
|
-
"@instructure/ui-test-locator": "8.9.2-snapshot.
|
|
42
|
-
"@instructure/ui-test-utils": "8.9.2-snapshot.
|
|
43
|
-
"@instructure/ui-themes": "8.9.2-snapshot.
|
|
40
|
+
"@instructure/ui-babel-preset": "8.9.2-snapshot.7+1a56581cd",
|
|
41
|
+
"@instructure/ui-test-locator": "8.9.2-snapshot.7+1a56581cd",
|
|
42
|
+
"@instructure/ui-test-utils": "8.9.2-snapshot.7+1a56581cd",
|
|
43
|
+
"@instructure/ui-themes": "8.9.2-snapshot.7+1a56581cd"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"react": ">=16.8 <=17"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": false,
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "1a56581cde6bd3b4f9fe5cd11ae420bd1222fe15"
|
|
53
53
|
}
|
package/src/Spinner/index.tsx
CHANGED