@instructure/ui-toggle-details 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-toggle-details
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 ToggleDetails = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class ToggleDetails extends Component {
44
43
  constructor(...args) {
@@ -39,7 +39,6 @@ import { allowedProps, propTypes } from './props';
39
39
  ---
40
40
  category: components
41
41
  ---
42
- @tsProps
43
42
  **/
44
43
  let ToggleGroup = (_dec = testable(), _dec(_class = (_class2 = class ToggleGroup extends Component {
45
44
  constructor(...args) {
@@ -48,7 +48,6 @@ var _dec, _dec2, _class, _class2;
48
48
  ---
49
49
  category: components
50
50
  ---
51
- @tsProps
52
51
  **/
53
52
  let ToggleDetails = exports.ToggleDetails = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class ToggleDetails extends _react.Component {
54
53
  constructor(...args) {
@@ -48,7 +48,6 @@ var _dec, _class, _class2;
48
48
  ---
49
49
  category: components
50
50
  ---
51
- @tsProps
52
51
  **/
53
52
  let ToggleGroup = exports.ToggleGroup = (_dec = (0, _testable.testable)(), _dec(_class = (_class2 = class ToggleGroup extends _react.Component {
54
53
  constructor(...args) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-toggle-details",
3
- "version": "8.46.2-snapshot-9",
3
+ "version": "8.46.2-snapshot-13",
4
4
  "description": "A styled toggleable, accordion-like component.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,29 +23,29 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.46.2-snapshot-9",
27
- "@instructure/ui-test-locator": "8.46.2-snapshot-9",
28
- "@instructure/ui-test-queries": "8.46.2-snapshot-9",
29
- "@instructure/ui-test-utils": "8.46.2-snapshot-9",
30
- "@instructure/ui-themes": "8.46.2-snapshot-9"
26
+ "@instructure/ui-babel-preset": "8.46.2-snapshot-13",
27
+ "@instructure/ui-test-locator": "8.46.2-snapshot-13",
28
+ "@instructure/ui-test-queries": "8.46.2-snapshot-13",
29
+ "@instructure/ui-test-utils": "8.46.2-snapshot-13",
30
+ "@instructure/ui-themes": "8.46.2-snapshot-13"
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.23.2",
34
- "@instructure/emotion": "8.46.2-snapshot-9",
35
- "@instructure/shared-types": "8.46.2-snapshot-9",
36
- "@instructure/ui-buttons": "8.46.2-snapshot-9",
37
- "@instructure/ui-dom-utils": "8.46.2-snapshot-9",
38
- "@instructure/ui-expandable": "8.46.2-snapshot-9",
39
- "@instructure/ui-flex": "8.46.2-snapshot-9",
40
- "@instructure/ui-icons": "8.46.2-snapshot-9",
41
- "@instructure/ui-menu": "8.46.2-snapshot-9",
42
- "@instructure/ui-motion": "8.46.2-snapshot-9",
43
- "@instructure/ui-prop-types": "8.46.2-snapshot-9",
44
- "@instructure/ui-react-utils": "8.46.2-snapshot-9",
45
- "@instructure/ui-testable": "8.46.2-snapshot-9",
46
- "@instructure/ui-utils": "8.46.2-snapshot-9",
47
- "@instructure/ui-view": "8.46.2-snapshot-9",
48
- "@instructure/uid": "8.46.2-snapshot-9",
34
+ "@instructure/emotion": "8.46.2-snapshot-13",
35
+ "@instructure/shared-types": "8.46.2-snapshot-13",
36
+ "@instructure/ui-buttons": "8.46.2-snapshot-13",
37
+ "@instructure/ui-dom-utils": "8.46.2-snapshot-13",
38
+ "@instructure/ui-expandable": "8.46.2-snapshot-13",
39
+ "@instructure/ui-flex": "8.46.2-snapshot-13",
40
+ "@instructure/ui-icons": "8.46.2-snapshot-13",
41
+ "@instructure/ui-menu": "8.46.2-snapshot-13",
42
+ "@instructure/ui-motion": "8.46.2-snapshot-13",
43
+ "@instructure/ui-prop-types": "8.46.2-snapshot-13",
44
+ "@instructure/ui-react-utils": "8.46.2-snapshot-13",
45
+ "@instructure/ui-testable": "8.46.2-snapshot-13",
46
+ "@instructure/ui-utils": "8.46.2-snapshot-13",
47
+ "@instructure/ui-view": "8.46.2-snapshot-13",
48
+ "@instructure/uid": "8.46.2-snapshot-13",
49
49
  "prop-types": "^15.8.1"
50
50
  },
51
51
  "peerDependencies": {
@@ -44,7 +44,6 @@ import type { ExpandableToggleProps } from '@instructure/ui-expandable'
44
44
  ---
45
45
  category: components
46
46
  ---
47
- @tsProps
48
47
  **/
49
48
  @withStyle(generateStyle, generateComponentTheme)
50
49
  @testable()
@@ -49,7 +49,6 @@ import { allowedProps, propTypes } from './props'
49
49
  ---
50
50
  category: components
51
51
  ---
52
- @tsProps
53
52
  **/
54
53
  @testable()
55
54
  class ToggleGroup extends Component<ToggleGroupProps> {