@instructure/ui-checkbox 8.36.1-snapshot-8 → 8.36.1-snapshot-18

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.36.1-snapshot-8](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.36.1-snapshot-8) (2023-04-14)
6
+ ## [8.36.1-snapshot-18](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.36.1-snapshot-18) (2023-04-17)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-checkbox
9
9
 
@@ -13,6 +13,30 @@ var _styles = _interopRequireDefault(require("./styles"));
13
13
  var _theme = _interopRequireDefault(require("./theme"));
14
14
  var _props = require("./props");
15
15
  var _dec, _class, _class2, _SVGIcon, _IconCheckMarkSolid;
16
+ /*
17
+ * The MIT License (MIT)
18
+ *
19
+ * Copyright (c) 2015 - present Instructure, Inc.
20
+ *
21
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
22
+ * of this software and associated documentation files (the "Software"), to deal
23
+ * in the Software without restriction, including without limitation the rights
24
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25
+ * copies of the Software, and to permit persons to whom the Software is
26
+ * furnished to do so, subject to the following conditions:
27
+ *
28
+ * The above copyright notice and this permission notice shall be included in all
29
+ * copies or substantial portions of the Software.
30
+ *
31
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37
+ * SOFTWARE.
38
+ */
39
+ /** @jsx jsx */
16
40
  /**
17
41
  ---
18
42
  parent: Checkbox
@@ -13,6 +13,30 @@ var _styles = _interopRequireDefault(require("./styles"));
13
13
  var _theme = _interopRequireDefault(require("./theme"));
14
14
  var _props = require("./props");
15
15
  var _dec, _class, _class2;
16
+ /*
17
+ * The MIT License (MIT)
18
+ *
19
+ * Copyright (c) 2015 - present Instructure, Inc.
20
+ *
21
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
22
+ * of this software and associated documentation files (the "Software"), to deal
23
+ * in the Software without restriction, including without limitation the rights
24
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25
+ * copies of the Software, and to permit persons to whom the Software is
26
+ * furnished to do so, subject to the following conditions:
27
+ *
28
+ * The above copyright notice and this permission notice shall be included in all
29
+ * copies or substantial portions of the Software.
30
+ *
31
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37
+ * SOFTWARE.
38
+ */
39
+ /** @jsx jsx */
16
40
  /**
17
41
  ---
18
42
  parent: Checkbox
@@ -35,6 +35,30 @@ var _ToggleFacade = require("./ToggleFacade");
35
35
  var _styles = _interopRequireDefault(require("./styles"));
36
36
  var _props = require("./props");
37
37
  var _dec, _dec2, _dec3, _class, _class2;
38
+ /*
39
+ * The MIT License (MIT)
40
+ *
41
+ * Copyright (c) 2015 - present Instructure, Inc.
42
+ *
43
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
44
+ * of this software and associated documentation files (the "Software"), to deal
45
+ * in the Software without restriction, including without limitation the rights
46
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
47
+ * copies of the Software, and to permit persons to whom the Software is
48
+ * furnished to do so, subject to the following conditions:
49
+ *
50
+ * The above copyright notice and this permission notice shall be included in all
51
+ * copies or substantial portions of the Software.
52
+ *
53
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
54
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
55
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
56
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
57
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
58
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
59
+ * SOFTWARE.
60
+ */
61
+ /** @jsx jsx */
38
62
  /**
39
63
  ---
40
64
  category: components
@@ -16,6 +16,29 @@ var _testable = require("@instructure/ui-testable/lib/testable.js");
16
16
  var _Checkbox = require("../Checkbox");
17
17
  var _props = require("./props");
18
18
  var _dec, _dec2, _class, _class2;
19
+ /*
20
+ * The MIT License (MIT)
21
+ *
22
+ * Copyright (c) 2015 - present Instructure, Inc.
23
+ *
24
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
25
+ * of this software and associated documentation files (the "Software"), to deal
26
+ * in the Software without restriction, including without limitation the rights
27
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28
+ * copies of the Software, and to permit persons to whom the Software is
29
+ * furnished to do so, subject to the following conditions:
30
+ *
31
+ * The above copyright notice and this permission notice shall be included in all
32
+ * copies or substantial portions of the Software.
33
+ *
34
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40
+ * SOFTWARE.
41
+ */
19
42
  /**
20
43
  ---
21
44
  category: components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-checkbox",
3
- "version": "8.36.1-snapshot-8",
3
+ "version": "8.36.1-snapshot-18",
4
4
  "description": " styled HTML input type='checkbox' 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
  "dependencies": {
26
- "@babel/runtime": "^7.20.13",
27
- "@instructure/console": "8.36.1-snapshot-8",
28
- "@instructure/emotion": "8.36.1-snapshot-8",
29
- "@instructure/shared-types": "8.36.1-snapshot-8",
30
- "@instructure/ui-dom-utils": "8.36.1-snapshot-8",
31
- "@instructure/ui-form-field": "8.36.1-snapshot-8",
32
- "@instructure/ui-icons": "8.36.1-snapshot-8",
33
- "@instructure/ui-prop-types": "8.36.1-snapshot-8",
34
- "@instructure/ui-react-utils": "8.36.1-snapshot-8",
35
- "@instructure/ui-svg-images": "8.36.1-snapshot-8",
36
- "@instructure/ui-testable": "8.36.1-snapshot-8",
37
- "@instructure/ui-utils": "8.36.1-snapshot-8",
38
- "@instructure/ui-view": "8.36.1-snapshot-8",
39
- "@instructure/uid": "8.36.1-snapshot-8",
26
+ "@babel/runtime": "^7.21.0",
27
+ "@instructure/console": "8.36.1-snapshot-18",
28
+ "@instructure/emotion": "8.36.1-snapshot-18",
29
+ "@instructure/shared-types": "8.36.1-snapshot-18",
30
+ "@instructure/ui-dom-utils": "8.36.1-snapshot-18",
31
+ "@instructure/ui-form-field": "8.36.1-snapshot-18",
32
+ "@instructure/ui-icons": "8.36.1-snapshot-18",
33
+ "@instructure/ui-prop-types": "8.36.1-snapshot-18",
34
+ "@instructure/ui-react-utils": "8.36.1-snapshot-18",
35
+ "@instructure/ui-svg-images": "8.36.1-snapshot-18",
36
+ "@instructure/ui-testable": "8.36.1-snapshot-18",
37
+ "@instructure/ui-utils": "8.36.1-snapshot-18",
38
+ "@instructure/ui-view": "8.36.1-snapshot-18",
39
+ "@instructure/uid": "8.36.1-snapshot-18",
40
40
  "keycode": "^2.2.1",
41
41
  "prop-types": "^15.8.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@instructure/ui-babel-preset": "8.36.1-snapshot-8",
45
- "@instructure/ui-color-utils": "8.36.1-snapshot-8",
46
- "@instructure/ui-test-locator": "8.36.1-snapshot-8",
47
- "@instructure/ui-test-utils": "8.36.1-snapshot-8",
48
- "@instructure/ui-themes": "8.36.1-snapshot-8"
44
+ "@instructure/ui-babel-preset": "8.36.1-snapshot-18",
45
+ "@instructure/ui-color-utils": "8.36.1-snapshot-18",
46
+ "@instructure/ui-test-locator": "8.36.1-snapshot-18",
47
+ "@instructure/ui-test-utils": "8.36.1-snapshot-18",
48
+ "@instructure/ui-themes": "8.36.1-snapshot-18"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": ">=16.8 <=18"