@instructure/ui-rating 8.46.2-snapshot-9 → 8.46.2-snapshot-13

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
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [8.46.2-snapshot-9](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-9) (2023-10-24)
6
+ ## [8.46.2-snapshot-13](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-13) (2023-10-24)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-rating
9
9
 
@@ -38,7 +38,6 @@ import { allowedProps, propTypes } from './props';
38
38
  ---
39
39
  category: components
40
40
  ---
41
- @tsProps
42
41
  **/
43
42
  let Rating = (_dec = withStyle(generateStyle, null), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class Rating extends Component {
44
43
  constructor(...args) {
@@ -38,7 +38,6 @@ import { allowedProps, propTypes } from './props';
38
38
  parent: Rating
39
39
  id: Rating.Icon
40
40
  ---
41
- @tsProps
42
41
  **/
43
42
  let RatingIcon = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class RatingIcon extends Component {
44
43
  constructor(props) {
@@ -43,7 +43,6 @@ var _dec, _dec2, _class, _class2;
43
43
  ---
44
44
  category: components
45
45
  ---
46
- @tsProps
47
46
  **/
48
47
  let Rating = exports.Rating = (_dec = (0, _emotion.withStyle)(_styles.default, null), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class Rating extends _react.Component {
49
48
  constructor(...args) {
@@ -44,7 +44,6 @@ var _dec, _class, _class2;
44
44
  parent: Rating
45
45
  id: Rating.Icon
46
46
  ---
47
- @tsProps
48
47
  **/
49
48
  let RatingIcon = exports.RatingIcon = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class RatingIcon extends _react.Component {
50
49
  constructor(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-rating",
3
- "version": "8.46.2-snapshot-9",
3
+ "version": "8.46.2-snapshot-13",
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.23.2",
27
- "@instructure/console": "8.46.2-snapshot-9",
28
- "@instructure/emotion": "8.46.2-snapshot-9",
29
- "@instructure/shared-types": "8.46.2-snapshot-9",
30
- "@instructure/ui-a11y-content": "8.46.2-snapshot-9",
31
- "@instructure/ui-dom-utils": "8.46.2-snapshot-9",
32
- "@instructure/ui-icons": "8.46.2-snapshot-9",
33
- "@instructure/ui-motion": "8.46.2-snapshot-9",
34
- "@instructure/ui-react-utils": "8.46.2-snapshot-9",
35
- "@instructure/ui-testable": "8.46.2-snapshot-9",
36
- "@instructure/ui-view": "8.46.2-snapshot-9",
27
+ "@instructure/console": "8.46.2-snapshot-13",
28
+ "@instructure/emotion": "8.46.2-snapshot-13",
29
+ "@instructure/shared-types": "8.46.2-snapshot-13",
30
+ "@instructure/ui-a11y-content": "8.46.2-snapshot-13",
31
+ "@instructure/ui-dom-utils": "8.46.2-snapshot-13",
32
+ "@instructure/ui-icons": "8.46.2-snapshot-13",
33
+ "@instructure/ui-motion": "8.46.2-snapshot-13",
34
+ "@instructure/ui-react-utils": "8.46.2-snapshot-13",
35
+ "@instructure/ui-testable": "8.46.2-snapshot-13",
36
+ "@instructure/ui-view": "8.46.2-snapshot-13",
37
37
  "prop-types": "^15.8.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@instructure/ui-babel-preset": "8.46.2-snapshot-9",
41
- "@instructure/ui-test-locator": "8.46.2-snapshot-9",
42
- "@instructure/ui-test-utils": "8.46.2-snapshot-9",
43
- "@instructure/ui-themes": "8.46.2-snapshot-9"
40
+ "@instructure/ui-babel-preset": "8.46.2-snapshot-13",
41
+ "@instructure/ui-test-locator": "8.46.2-snapshot-13",
42
+ "@instructure/ui-test-utils": "8.46.2-snapshot-13",
43
+ "@instructure/ui-themes": "8.46.2-snapshot-13"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": ">=16.8 <=18"
@@ -39,7 +39,6 @@ import { allowedProps, propTypes } from './props'
39
39
  ---
40
40
  category: components
41
41
  ---
42
- @tsProps
43
42
  **/
44
43
  @withStyle(generateStyle, null)
45
44
  @testable()
@@ -41,7 +41,6 @@ import { allowedProps, propTypes } from './props'
41
41
  parent: Rating
42
42
  id: Rating.Icon
43
43
  ---
44
- @tsProps
45
44
  **/
46
45
  @withStyle(generateStyle, generateComponentTheme)
47
46
  class RatingIcon extends Component<RatingIconProps, RatingIconState> {