@instructure/ui-menu 8.36.1-snapshot-7 → 8.36.1-snapshot-17

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-7](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.36.1-snapshot-7) (2023-04-12)
6
+ ## [8.36.1-snapshot-17](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.36.1-snapshot-17) (2023-04-14)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-menu
9
9
 
@@ -24,7 +24,6 @@
24
24
 
25
25
  // keeping here to keep the structure of props.ts
26
26
  // eslint-disable-next-line
27
-
28
27
  const propTypes = {};
29
28
  const allowedProps = [];
30
29
  export { propTypes, allowedProps };
@@ -23,6 +23,30 @@ var _styles = _interopRequireDefault(require("./styles"));
23
23
  var _theme = _interopRequireDefault(require("./theme"));
24
24
  var _props = require("./props");
25
25
  var _dec, _dec2, _dec3, _class, _class2, _IconCheckSolid, _IconArrowOpenEndSoli;
26
+ /*
27
+ * The MIT License (MIT)
28
+ *
29
+ * Copyright (c) 2015 - present Instructure, Inc.
30
+ *
31
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
32
+ * of this software and associated documentation files (the "Software"), to deal
33
+ * in the Software without restriction, including without limitation the rights
34
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
35
+ * copies of the Software, and to permit persons to whom the Software is
36
+ * furnished to do so, subject to the following conditions:
37
+ *
38
+ * The above copyright notice and this permission notice shall be included in all
39
+ * copies or substantial portions of the Software.
40
+ *
41
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
43
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
44
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
46
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
47
+ * SOFTWARE.
48
+ */
49
+ /** @jsx jsx */
26
50
  /**
27
51
  ---
28
52
  parent: Menu
@@ -19,6 +19,30 @@ var _styles = _interopRequireDefault(require("./styles"));
19
19
  var _theme = _interopRequireDefault(require("./theme"));
20
20
  var _props = require("./props");
21
21
  var _dec, _dec2, _dec3, _class, _class2;
22
+ /*
23
+ * The MIT License (MIT)
24
+ *
25
+ * Copyright (c) 2015 - present Instructure, Inc.
26
+ *
27
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
28
+ * of this software and associated documentation files (the "Software"), to deal
29
+ * in the Software without restriction, including without limitation the rights
30
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
31
+ * copies of the Software, and to permit persons to whom the Software is
32
+ * furnished to do so, subject to the following conditions:
33
+ *
34
+ * The above copyright notice and this permission notice shall be included in all
35
+ * copies or substantial portions of the Software.
36
+ *
37
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
39
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
40
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
42
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
43
+ * SOFTWARE.
44
+ */
45
+ /** @jsx jsx */
22
46
  /**
23
47
  ---
24
48
  parent: Menu
@@ -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, _dec2, _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: Menu
@@ -30,7 +30,6 @@ exports.propTypes = exports.allowedProps = void 0;
30
30
 
31
31
  // keeping here to keep the structure of props.ts
32
32
  // eslint-disable-next-line
33
-
34
33
  const propTypes = {};
35
34
  exports.propTypes = propTypes;
36
35
  const allowedProps = [];
@@ -48,7 +48,6 @@ var _MenuItemGroupLocator = require("./MenuItemGroup/MenuItemGroupLocator");
48
48
 
49
49
  // @ts-expect-error ts-migrate(7016) FIXME: Could not find a declaration file for module '@ins... Remove this comment to see the full error message
50
50
  // eslint-disable-next-line no-restricted-imports
51
-
52
51
  const customMethods = {
53
52
  findAllItems: function () {
54
53
  return _MenuItemLocator.MenuItemLocator.findAll(...arguments);
package/lib/Menu/index.js CHANGED
@@ -43,6 +43,30 @@ var _styles = _interopRequireDefault(require("./styles"));
43
43
  var _theme = _interopRequireDefault(require("./theme"));
44
44
  var _props = require("./props");
45
45
  var _dec, _dec2, _dec3, _class, _class2;
46
+ /*
47
+ * The MIT License (MIT)
48
+ *
49
+ * Copyright (c) 2015 - present Instructure, Inc.
50
+ *
51
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
52
+ * of this software and associated documentation files (the "Software"), to deal
53
+ * in the Software without restriction, including without limitation the rights
54
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
55
+ * copies of the Software, and to permit persons to whom the Software is
56
+ * furnished to do so, subject to the following conditions:
57
+ *
58
+ * The above copyright notice and this permission notice shall be included in all
59
+ * copies or substantial portions of the Software.
60
+ *
61
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
64
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
65
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
66
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67
+ * SOFTWARE.
68
+ */
69
+ /** @jsx jsx */
46
70
  /**
47
71
  ---
48
72
  category: components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-menu",
3
- "version": "8.36.1-snapshot-7",
3
+ "version": "8.36.1-snapshot-17",
4
4
  "description": "A dropdown menu component",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,27 +23,27 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.36.1-snapshot-7",
27
- "@instructure/ui-color-utils": "8.36.1-snapshot-7",
28
- "@instructure/ui-test-locator": "8.36.1-snapshot-7",
29
- "@instructure/ui-test-queries": "8.36.1-snapshot-7",
30
- "@instructure/ui-test-utils": "8.36.1-snapshot-7",
31
- "@instructure/ui-themes": "8.36.1-snapshot-7"
26
+ "@instructure/ui-babel-preset": "8.36.1-snapshot-17",
27
+ "@instructure/ui-color-utils": "8.36.1-snapshot-17",
28
+ "@instructure/ui-test-locator": "8.36.1-snapshot-17",
29
+ "@instructure/ui-test-queries": "8.36.1-snapshot-17",
30
+ "@instructure/ui-test-utils": "8.36.1-snapshot-17",
31
+ "@instructure/ui-themes": "8.36.1-snapshot-17"
32
32
  },
33
33
  "dependencies": {
34
- "@babel/runtime": "^7.20.13",
35
- "@instructure/console": "8.36.1-snapshot-7",
36
- "@instructure/emotion": "8.36.1-snapshot-7",
37
- "@instructure/shared-types": "8.36.1-snapshot-7",
38
- "@instructure/ui-a11y-utils": "8.36.1-snapshot-7",
39
- "@instructure/ui-dom-utils": "8.36.1-snapshot-7",
40
- "@instructure/ui-icons": "8.36.1-snapshot-7",
41
- "@instructure/ui-popover": "8.36.1-snapshot-7",
42
- "@instructure/ui-position": "8.36.1-snapshot-7",
43
- "@instructure/ui-prop-types": "8.36.1-snapshot-7",
44
- "@instructure/ui-react-utils": "8.36.1-snapshot-7",
45
- "@instructure/ui-testable": "8.36.1-snapshot-7",
46
- "@instructure/ui-utils": "8.36.1-snapshot-7",
34
+ "@babel/runtime": "^7.21.0",
35
+ "@instructure/console": "8.36.1-snapshot-17",
36
+ "@instructure/emotion": "8.36.1-snapshot-17",
37
+ "@instructure/shared-types": "8.36.1-snapshot-17",
38
+ "@instructure/ui-a11y-utils": "8.36.1-snapshot-17",
39
+ "@instructure/ui-dom-utils": "8.36.1-snapshot-17",
40
+ "@instructure/ui-icons": "8.36.1-snapshot-17",
41
+ "@instructure/ui-popover": "8.36.1-snapshot-17",
42
+ "@instructure/ui-position": "8.36.1-snapshot-17",
43
+ "@instructure/ui-prop-types": "8.36.1-snapshot-17",
44
+ "@instructure/ui-react-utils": "8.36.1-snapshot-17",
45
+ "@instructure/ui-testable": "8.36.1-snapshot-17",
46
+ "@instructure/ui-utils": "8.36.1-snapshot-17",
47
47
  "keycode": "^2.2.1",
48
48
  "prop-types": "^15.8.1"
49
49
  },