@instructure/ui-toggle-details 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/ToggleDetails/index.js +3 -3
- package/es/ToggleGroup/index.js +3 -3
- package/lib/ToggleDetails/index.js +3 -3
- package/lib/ToggleGroup/index.js +3 -3
- package/package.json +23 -22
- 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.
|
|
@@ -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)
|
|
@@ -42,7 +42,7 @@ category: components
|
|
|
42
42
|
---
|
|
43
43
|
**/
|
|
44
44
|
|
|
45
|
-
let ToggleDetails = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (
|
|
45
|
+
let ToggleDetails = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class ToggleDetails extends Component {
|
|
46
46
|
constructor() {
|
|
47
47
|
super(...arguments);
|
|
48
48
|
this.ref = null;
|
|
@@ -187,6 +187,6 @@ let ToggleDetails = (_dec = withStyle(generateStyle, generateComponentTheme), _d
|
|
|
187
187
|
defaultExpanded: false,
|
|
188
188
|
onToggle: function (event, expanded) {},
|
|
189
189
|
children: null
|
|
190
|
-
},
|
|
190
|
+
}, _class2)) || _class) || _class);
|
|
191
191
|
export default ToggleDetails;
|
|
192
192
|
export { ToggleDetails };
|
package/es/ToggleGroup/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)
|
|
@@ -40,7 +40,7 @@ category: components
|
|
|
40
40
|
---
|
|
41
41
|
**/
|
|
42
42
|
|
|
43
|
-
let ToggleGroup = (_dec = testable(), _dec(_class = (
|
|
43
|
+
let ToggleGroup = (_dec = testable(), _dec(_class = (_class2 = class ToggleGroup extends Component {
|
|
44
44
|
constructor() {
|
|
45
45
|
super(...arguments);
|
|
46
46
|
this.ref = null;
|
|
@@ -143,6 +143,6 @@ let ToggleGroup = (_dec = testable(), _dec(_class = (_temp = _class2 = class Tog
|
|
|
143
143
|
as: 'span',
|
|
144
144
|
elementRef: el => {},
|
|
145
145
|
border: true
|
|
146
|
-
},
|
|
146
|
+
}, _class2)) || _class);
|
|
147
147
|
export default ToggleGroup;
|
|
148
148
|
export { ToggleGroup };
|
|
@@ -33,14 +33,14 @@ var _theme = _interopRequireDefault(require("./theme"));
|
|
|
33
33
|
|
|
34
34
|
var _props = require("./props");
|
|
35
35
|
|
|
36
|
-
var _dec, _dec2, _class, _class2
|
|
36
|
+
var _dec, _dec2, _class, _class2;
|
|
37
37
|
|
|
38
38
|
/**
|
|
39
39
|
---
|
|
40
40
|
category: components
|
|
41
41
|
---
|
|
42
42
|
**/
|
|
43
|
-
let ToggleDetails = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (
|
|
43
|
+
let ToggleDetails = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class ToggleDetails extends _react.Component {
|
|
44
44
|
constructor() {
|
|
45
45
|
super(...arguments);
|
|
46
46
|
this.ref = null;
|
|
@@ -185,7 +185,7 @@ let ToggleDetails = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.defa
|
|
|
185
185
|
defaultExpanded: false,
|
|
186
186
|
onToggle: function (event, expanded) {},
|
|
187
187
|
children: null
|
|
188
|
-
},
|
|
188
|
+
}, _class2)) || _class) || _class);
|
|
189
189
|
exports.ToggleDetails = ToggleDetails;
|
|
190
190
|
var _default = ToggleDetails;
|
|
191
191
|
exports.default = _default;
|
package/lib/ToggleGroup/index.js
CHANGED
|
@@ -35,14 +35,14 @@ var _testable = require("@instructure/ui-testable/lib/testable.js");
|
|
|
35
35
|
|
|
36
36
|
var _props = require("./props");
|
|
37
37
|
|
|
38
|
-
var _dec, _class, _class2
|
|
38
|
+
var _dec, _class, _class2;
|
|
39
39
|
|
|
40
40
|
/**
|
|
41
41
|
---
|
|
42
42
|
category: components
|
|
43
43
|
---
|
|
44
44
|
**/
|
|
45
|
-
let ToggleGroup = (_dec = (0, _testable.testable)(), _dec(_class = (
|
|
45
|
+
let ToggleGroup = (_dec = (0, _testable.testable)(), _dec(_class = (_class2 = class ToggleGroup extends _react.Component {
|
|
46
46
|
constructor() {
|
|
47
47
|
super(...arguments);
|
|
48
48
|
this.ref = null;
|
|
@@ -145,7 +145,7 @@ let ToggleGroup = (_dec = (0, _testable.testable)(), _dec(_class = (_temp = _cla
|
|
|
145
145
|
as: 'span',
|
|
146
146
|
elementRef: el => {},
|
|
147
147
|
border: true
|
|
148
|
-
},
|
|
148
|
+
}, _class2)) || _class);
|
|
149
149
|
exports.ToggleGroup = ToggleGroup;
|
|
150
150
|
var _default = ToggleGroup;
|
|
151
151
|
exports.default = _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-toggle-details",
|
|
3
|
-
"version": "8.23.
|
|
3
|
+
"version": "8.23.1-snapshot.5+d19d2de94",
|
|
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.23.
|
|
27
|
-
"@instructure/ui-test-locator": "8.23.
|
|
28
|
-
"@instructure/ui-test-queries": "8.23.
|
|
29
|
-
"@instructure/ui-test-utils": "8.23.
|
|
30
|
-
"@instructure/ui-themes": "8.23.
|
|
26
|
+
"@instructure/ui-babel-preset": "8.23.1-snapshot.5+d19d2de94",
|
|
27
|
+
"@instructure/ui-test-locator": "8.23.1-snapshot.5+d19d2de94",
|
|
28
|
+
"@instructure/ui-test-queries": "8.23.1-snapshot.5+d19d2de94",
|
|
29
|
+
"@instructure/ui-test-utils": "8.23.1-snapshot.5+d19d2de94",
|
|
30
|
+
"@instructure/ui-themes": "8.23.1-snapshot.5+d19d2de94"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@babel/runtime": "^7.13.10",
|
|
34
|
-
"@instructure/emotion": "8.23.
|
|
35
|
-
"@instructure/shared-types": "8.23.
|
|
36
|
-
"@instructure/ui-buttons": "8.23.
|
|
37
|
-
"@instructure/ui-dom-utils": "8.23.
|
|
38
|
-
"@instructure/ui-expandable": "8.23.
|
|
39
|
-
"@instructure/ui-flex": "8.23.
|
|
40
|
-
"@instructure/ui-icons": "8.23.
|
|
41
|
-
"@instructure/ui-menu": "8.23.
|
|
42
|
-
"@instructure/ui-motion": "8.23.
|
|
43
|
-
"@instructure/ui-prop-types": "8.23.
|
|
44
|
-
"@instructure/ui-react-utils": "8.23.
|
|
45
|
-
"@instructure/ui-testable": "8.23.
|
|
46
|
-
"@instructure/ui-utils": "8.23.
|
|
47
|
-
"@instructure/ui-view": "8.23.
|
|
48
|
-
"@instructure/uid": "8.23.
|
|
34
|
+
"@instructure/emotion": "8.23.1-snapshot.5+d19d2de94",
|
|
35
|
+
"@instructure/shared-types": "8.23.1-snapshot.5+d19d2de94",
|
|
36
|
+
"@instructure/ui-buttons": "8.23.1-snapshot.5+d19d2de94",
|
|
37
|
+
"@instructure/ui-dom-utils": "8.23.1-snapshot.5+d19d2de94",
|
|
38
|
+
"@instructure/ui-expandable": "8.23.1-snapshot.5+d19d2de94",
|
|
39
|
+
"@instructure/ui-flex": "8.23.1-snapshot.5+d19d2de94",
|
|
40
|
+
"@instructure/ui-icons": "8.23.1-snapshot.5+d19d2de94",
|
|
41
|
+
"@instructure/ui-menu": "8.23.1-snapshot.5+d19d2de94",
|
|
42
|
+
"@instructure/ui-motion": "8.23.1-snapshot.5+d19d2de94",
|
|
43
|
+
"@instructure/ui-prop-types": "8.23.1-snapshot.5+d19d2de94",
|
|
44
|
+
"@instructure/ui-react-utils": "8.23.1-snapshot.5+d19d2de94",
|
|
45
|
+
"@instructure/ui-testable": "8.23.1-snapshot.5+d19d2de94",
|
|
46
|
+
"@instructure/ui-utils": "8.23.1-snapshot.5+d19d2de94",
|
|
47
|
+
"@instructure/ui-view": "8.23.1-snapshot.5+d19d2de94",
|
|
48
|
+
"@instructure/uid": "8.23.1-snapshot.5+d19d2de94",
|
|
49
49
|
"prop-types": "^15"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
@@ -54,5 +54,6 @@
|
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
|
-
"sideEffects": false
|
|
57
|
+
"sideEffects": false,
|
|
58
|
+
"gitHead": "d19d2de94392ef0c117346830f5d70ef5ae80795"
|
|
58
59
|
}
|