@instructure/ui-rating 8.23.0 → 8.23.1-snapshot.5
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/LICENSE.md +27 -0
- package/es/Rating/index.js +3 -3
- package/es/RatingIcon/index.js +3 -3
- package/lib/Rating/index.js +3 -3
- package/lib/RatingIcon/index.js +3 -3
- package/package.json +17 -16
- package/tsconfig.build.tsbuildinfo +1 -1
package/LICENSE.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: The MIT License (MIT)
|
|
3
|
+
category: Getting Started
|
|
4
|
+
order: 9
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# The MIT License (MIT)
|
|
8
|
+
|
|
9
|
+
Copyright (c) 2015 Instructure, Inc.
|
|
10
|
+
|
|
11
|
+
**Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
13
|
+
in the Software without restriction, including without limitation the rights
|
|
14
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
16
|
+
furnished to do so, subject to the following conditions.**
|
|
17
|
+
|
|
18
|
+
The above copyright notice and this permission notice shall be included in all
|
|
19
|
+
copies or substantial portions of the Software.
|
|
20
|
+
|
|
21
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
24
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
26
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27
|
+
SOFTWARE.
|
package/es/Rating/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var _dec, _dec2, _class, _class2
|
|
1
|
+
var _dec, _dec2, _class, _class2;
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* The MIT License (MIT)
|
|
@@ -41,7 +41,7 @@ category: components
|
|
|
41
41
|
@tsProps
|
|
42
42
|
**/
|
|
43
43
|
|
|
44
|
-
let Rating = (_dec = withStyle(generateStyle, null), _dec2 = testable(), _dec(_class = _dec2(_class = (
|
|
44
|
+
let Rating = (_dec = withStyle(generateStyle, null), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class Rating extends Component {
|
|
45
45
|
constructor() {
|
|
46
46
|
super(...arguments);
|
|
47
47
|
this.ref = null;
|
|
@@ -118,6 +118,6 @@ let Rating = (_dec = withStyle(generateStyle, null), _dec2 = testable(), _dec(_c
|
|
|
118
118
|
iconCount: 3,
|
|
119
119
|
size: 'medium',
|
|
120
120
|
valueNow: 0
|
|
121
|
-
}, _class2.Icon = RatingIcon,
|
|
121
|
+
}, _class2.Icon = RatingIcon, _class2)) || _class) || _class);
|
|
122
122
|
export default Rating;
|
|
123
123
|
export { Rating };
|
package/es/RatingIcon/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var _dec, _class, _class2
|
|
1
|
+
var _dec, _class, _class2;
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* The MIT License (MIT)
|
|
@@ -41,7 +41,7 @@ id: Rating.Icon
|
|
|
41
41
|
@tsProps
|
|
42
42
|
**/
|
|
43
43
|
|
|
44
|
-
let RatingIcon = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (
|
|
44
|
+
let RatingIcon = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class RatingIcon extends Component {
|
|
45
45
|
constructor(props) {
|
|
46
46
|
super(props);
|
|
47
47
|
this.ref = null;
|
|
@@ -119,6 +119,6 @@ let RatingIcon = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(
|
|
|
119
119
|
animateFill: false,
|
|
120
120
|
filled: false,
|
|
121
121
|
size: 'medium'
|
|
122
|
-
},
|
|
122
|
+
}, _class2)) || _class);
|
|
123
123
|
export default RatingIcon;
|
|
124
124
|
export { RatingIcon };
|
package/lib/Rating/index.js
CHANGED
|
@@ -25,7 +25,7 @@ var _styles = _interopRequireDefault(require("./styles"));
|
|
|
25
25
|
|
|
26
26
|
var _props = require("./props");
|
|
27
27
|
|
|
28
|
-
var _dec, _dec2, _class, _class2
|
|
28
|
+
var _dec, _dec2, _class, _class2;
|
|
29
29
|
|
|
30
30
|
/**
|
|
31
31
|
---
|
|
@@ -33,7 +33,7 @@ category: components
|
|
|
33
33
|
---
|
|
34
34
|
@tsProps
|
|
35
35
|
**/
|
|
36
|
-
let Rating = (_dec = (0, _emotion.withStyle)(_styles.default, null), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (
|
|
36
|
+
let Rating = (_dec = (0, _emotion.withStyle)(_styles.default, null), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class Rating extends _react.Component {
|
|
37
37
|
constructor() {
|
|
38
38
|
super(...arguments);
|
|
39
39
|
this.ref = null;
|
|
@@ -112,7 +112,7 @@ let Rating = (_dec = (0, _emotion.withStyle)(_styles.default, null), _dec2 = (0,
|
|
|
112
112
|
iconCount: 3,
|
|
113
113
|
size: 'medium',
|
|
114
114
|
valueNow: 0
|
|
115
|
-
}, _class2.Icon = _RatingIcon.RatingIcon,
|
|
115
|
+
}, _class2.Icon = _RatingIcon.RatingIcon, _class2)) || _class) || _class);
|
|
116
116
|
exports.Rating = Rating;
|
|
117
117
|
var _default = Rating;
|
|
118
118
|
exports.default = _default;
|
package/lib/RatingIcon/index.js
CHANGED
|
@@ -25,7 +25,7 @@ var _theme = _interopRequireDefault(require("./theme"));
|
|
|
25
25
|
|
|
26
26
|
var _props = require("./props");
|
|
27
27
|
|
|
28
|
-
var _dec, _class, _class2
|
|
28
|
+
var _dec, _class, _class2;
|
|
29
29
|
|
|
30
30
|
/**
|
|
31
31
|
---
|
|
@@ -34,7 +34,7 @@ id: Rating.Icon
|
|
|
34
34
|
---
|
|
35
35
|
@tsProps
|
|
36
36
|
**/
|
|
37
|
-
let RatingIcon = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (
|
|
37
|
+
let RatingIcon = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class RatingIcon extends _react.Component {
|
|
38
38
|
constructor(props) {
|
|
39
39
|
super(props);
|
|
40
40
|
this.ref = null;
|
|
@@ -112,7 +112,7 @@ let RatingIcon = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default
|
|
|
112
112
|
animateFill: false,
|
|
113
113
|
filled: false,
|
|
114
114
|
size: 'medium'
|
|
115
|
-
},
|
|
115
|
+
}, _class2)) || _class);
|
|
116
116
|
exports.RatingIcon = RatingIcon;
|
|
117
117
|
var _default = RatingIcon;
|
|
118
118
|
exports.default = _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-rating",
|
|
3
|
-
"version": "8.23.
|
|
3
|
+
"version": "8.23.1-snapshot.5+d19d2de94",
|
|
4
4
|
"description": "A static rating component",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -24,23 +24,23 @@
|
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.13.10",
|
|
27
|
-
"@instructure/console": "8.23.
|
|
28
|
-
"@instructure/emotion": "8.23.
|
|
29
|
-
"@instructure/shared-types": "8.23.
|
|
30
|
-
"@instructure/ui-a11y-content": "8.23.
|
|
31
|
-
"@instructure/ui-dom-utils": "8.23.
|
|
32
|
-
"@instructure/ui-icons": "8.23.
|
|
33
|
-
"@instructure/ui-motion": "8.23.
|
|
34
|
-
"@instructure/ui-react-utils": "8.23.
|
|
35
|
-
"@instructure/ui-testable": "8.23.
|
|
36
|
-
"@instructure/ui-view": "8.23.
|
|
27
|
+
"@instructure/console": "8.23.1-snapshot.5+d19d2de94",
|
|
28
|
+
"@instructure/emotion": "8.23.1-snapshot.5+d19d2de94",
|
|
29
|
+
"@instructure/shared-types": "8.23.1-snapshot.5+d19d2de94",
|
|
30
|
+
"@instructure/ui-a11y-content": "8.23.1-snapshot.5+d19d2de94",
|
|
31
|
+
"@instructure/ui-dom-utils": "8.23.1-snapshot.5+d19d2de94",
|
|
32
|
+
"@instructure/ui-icons": "8.23.1-snapshot.5+d19d2de94",
|
|
33
|
+
"@instructure/ui-motion": "8.23.1-snapshot.5+d19d2de94",
|
|
34
|
+
"@instructure/ui-react-utils": "8.23.1-snapshot.5+d19d2de94",
|
|
35
|
+
"@instructure/ui-testable": "8.23.1-snapshot.5+d19d2de94",
|
|
36
|
+
"@instructure/ui-view": "8.23.1-snapshot.5+d19d2de94",
|
|
37
37
|
"prop-types": "^15"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@instructure/ui-babel-preset": "8.23.
|
|
41
|
-
"@instructure/ui-test-locator": "8.23.
|
|
42
|
-
"@instructure/ui-test-utils": "8.23.
|
|
43
|
-
"@instructure/ui-themes": "8.23.
|
|
40
|
+
"@instructure/ui-babel-preset": "8.23.1-snapshot.5+d19d2de94",
|
|
41
|
+
"@instructure/ui-test-locator": "8.23.1-snapshot.5+d19d2de94",
|
|
42
|
+
"@instructure/ui-test-utils": "8.23.1-snapshot.5+d19d2de94",
|
|
43
|
+
"@instructure/ui-themes": "8.23.1-snapshot.5+d19d2de94"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"react": ">=16.8 <=17"
|
|
@@ -48,5 +48,6 @@
|
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
|
-
"sideEffects": false
|
|
51
|
+
"sideEffects": false,
|
|
52
|
+
"gitHead": "d19d2de94392ef0c117346830f5d70ef5ae80795"
|
|
52
53
|
}
|