@instructure/ui-icons 10.16.4 → 10.16.5-snapshot-2

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,6 +3,14 @@
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
+ ## [10.16.5-snapshot-2](https://github.com/instructure/instructure-ui/compare/v10.16.4...v10.16.5-snapshot-2) (2025-05-15)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-icons
9
+
10
+
11
+
12
+
13
+
6
14
  ## [10.16.4](https://github.com/instructure/instructure-ui/compare/v10.16.3...v10.16.4) (2025-05-09)
7
15
 
8
16
  **Note:** Version bump only for package @instructure/ui-icons
@@ -0,0 +1,102 @@
1
+ var _g, _defs;
2
+ /*
3
+ * The MIT License (MIT)
4
+ *
5
+ * Copyright (c) 2015 - present Instructure, Inc.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+ *
14
+ * The above copyright notice and this permission notice shall be included in all
15
+ * copies or substantial portions of the Software.
16
+ *
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ * SOFTWARE.
24
+ */
25
+ import { Component } from 'react';
26
+ import { SVGIcon } from '@instructure/ui-svg-images';
27
+ import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
28
+ class IconAiColoredLine extends Component {
29
+ constructor(...args) {
30
+ super(...args);
31
+ this.ref = null;
32
+ this.handleRef = el => {
33
+ const elementRef = this.props.elementRef;
34
+ this.ref = el;
35
+ if (typeof elementRef === 'function') {
36
+ elementRef(el);
37
+ }
38
+ };
39
+ }
40
+ render() {
41
+ return _jsxs(SVGIcon, {
42
+ ...this.props,
43
+ name: "IconAiColored",
44
+ viewBox: "0 0 1920 1920",
45
+ elementRef: this.handleRef,
46
+ children: [_g || (_g = _jsxs("g", {
47
+ clipPath: "url(#a)",
48
+ children: [_jsx("path", {
49
+ fill: "url(#b)",
50
+ d: "m960 0 259.29 700.713L1920 960l-700.71 259.29L960 1920l-259.287-700.71L0 960l700.713-259.287L960 0Z"
51
+ }), _jsx("path", {
52
+ fill: "url(#c)",
53
+ d: "m1600 0 86.43 233.571L1920 320l-233.57 86.429L1600 640l-86.43-233.571L1280 320l233.57-86.429L1600 0Z"
54
+ })]
55
+ })), _defs || (_defs = _jsxs("defs", {
56
+ children: [_jsxs("linearGradient", {
57
+ id: "b",
58
+ x1: -476.25,
59
+ x2: -7.617,
60
+ y1: -392.727,
61
+ y2: 3078.25,
62
+ gradientUnits: "userSpaceOnUse",
63
+ children: [_jsx("stop", {
64
+ stopColor: "#9E58BD"
65
+ }), _jsx("stop", {
66
+ offset: 1,
67
+ stopColor: "#00828E"
68
+ })]
69
+ }), _jsxs("linearGradient", {
70
+ id: "c",
71
+ x1: 1121.25,
72
+ x2: 1277.46,
73
+ y1: -130.909,
74
+ y2: 1026.08,
75
+ gradientUnits: "userSpaceOnUse",
76
+ children: [_jsx("stop", {
77
+ stopColor: "#9E58BD"
78
+ }), _jsx("stop", {
79
+ offset: 1,
80
+ stopColor: "#00828E"
81
+ })]
82
+ }), _jsx("clipPath", {
83
+ id: "a",
84
+ children: _jsx("path", {
85
+ fill: "#fff",
86
+ d: "M0 0h1920v1920H0z"
87
+ })
88
+ })]
89
+ }))]
90
+ });
91
+ }
92
+ }
93
+ IconAiColoredLine.glyphName = 'ai-colored';
94
+ IconAiColoredLine.variant = 'Line';
95
+ IconAiColoredLine.displayName = 'IconAiColoredLine';
96
+ // eslint-disable-next-line react/forbid-foreign-prop-types
97
+ IconAiColoredLine.propTypes = {
98
+ ...SVGIcon.propTypes
99
+ };
100
+ IconAiColoredLine.allowedProps = [...SVGIcon.allowedProps];
101
+ export default IconAiColoredLine;
102
+ export { IconAiColoredLine };
@@ -0,0 +1,102 @@
1
+ var _g, _defs;
2
+ /*
3
+ * The MIT License (MIT)
4
+ *
5
+ * Copyright (c) 2015 - present Instructure, Inc.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+ *
14
+ * The above copyright notice and this permission notice shall be included in all
15
+ * copies or substantial portions of the Software.
16
+ *
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ * SOFTWARE.
24
+ */
25
+ import { Component } from 'react';
26
+ import { SVGIcon } from '@instructure/ui-svg-images';
27
+ import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
28
+ class IconAiColoredSolid extends Component {
29
+ constructor(...args) {
30
+ super(...args);
31
+ this.ref = null;
32
+ this.handleRef = el => {
33
+ const elementRef = this.props.elementRef;
34
+ this.ref = el;
35
+ if (typeof elementRef === 'function') {
36
+ elementRef(el);
37
+ }
38
+ };
39
+ }
40
+ render() {
41
+ return _jsxs(SVGIcon, {
42
+ ...this.props,
43
+ name: "IconAiColored",
44
+ viewBox: "0 0 1920 1920",
45
+ elementRef: this.handleRef,
46
+ children: [_g || (_g = _jsxs("g", {
47
+ clipPath: "url(#a)",
48
+ children: [_jsx("path", {
49
+ fill: "url(#b)",
50
+ d: "m960 0 259.29 700.713L1920 960l-700.71 259.29L960 1920l-259.287-700.71L0 960l700.713-259.287L960 0Z"
51
+ }), _jsx("path", {
52
+ fill: "url(#c)",
53
+ d: "m1600 0 86.43 233.571L1920 320l-233.57 86.429L1600 640l-86.43-233.571L1280 320l233.57-86.429L1600 0Z"
54
+ })]
55
+ })), _defs || (_defs = _jsxs("defs", {
56
+ children: [_jsxs("linearGradient", {
57
+ id: "b",
58
+ x1: -476.25,
59
+ x2: -7.617,
60
+ y1: -392.727,
61
+ y2: 3078.25,
62
+ gradientUnits: "userSpaceOnUse",
63
+ children: [_jsx("stop", {
64
+ stopColor: "#9E58BD"
65
+ }), _jsx("stop", {
66
+ offset: 1,
67
+ stopColor: "#00828E"
68
+ })]
69
+ }), _jsxs("linearGradient", {
70
+ id: "c",
71
+ x1: 1121.25,
72
+ x2: 1277.46,
73
+ y1: -130.909,
74
+ y2: 1026.08,
75
+ gradientUnits: "userSpaceOnUse",
76
+ children: [_jsx("stop", {
77
+ stopColor: "#9E58BD"
78
+ }), _jsx("stop", {
79
+ offset: 1,
80
+ stopColor: "#00828E"
81
+ })]
82
+ }), _jsx("clipPath", {
83
+ id: "a",
84
+ children: _jsx("path", {
85
+ fill: "#fff",
86
+ d: "M0 0h1920v1920H0z"
87
+ })
88
+ })]
89
+ }))]
90
+ });
91
+ }
92
+ }
93
+ IconAiColoredSolid.glyphName = 'ai-colored';
94
+ IconAiColoredSolid.variant = 'Solid';
95
+ IconAiColoredSolid.displayName = 'IconAiColoredSolid';
96
+ // eslint-disable-next-line react/forbid-foreign-prop-types
97
+ IconAiColoredSolid.propTypes = {
98
+ ...SVGIcon.propTypes
99
+ };
100
+ IconAiColoredSolid.allowedProps = [...SVGIcon.allowedProps];
101
+ export default IconAiColoredSolid;
102
+ export { IconAiColoredSolid };
package/es/index.js CHANGED
@@ -770,4 +770,6 @@ export { IconWordpressSolid } from './IconWordpressSolid';
770
770
  export { IconXSolid } from './IconXSolid';
771
771
  export { IconZippedSolid } from './IconZippedSolid';
772
772
  export { IconZoomInSolid } from './IconZoomInSolid';
773
- export { IconZoomOutSolid } from './IconZoomOutSolid';
773
+ export { IconZoomOutSolid } from './IconZoomOutSolid';
774
+ export { IconAiColoredLine } from './IconAiColoredLine';
775
+ export { IconAiColoredSolid } from './IconAiColoredSolid';
@@ -0,0 +1,108 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.IconAiColoredLine = void 0;
7
+ var _react = require("react");
8
+ var _SVGIcon = require("@instructure/ui-svg-images/lib/SVGIcon");
9
+ var _jsxRuntime = require("@emotion/react/jsx-runtime");
10
+ var _g, _defs;
11
+ /*
12
+ * The MIT License (MIT)
13
+ *
14
+ * Copyright (c) 2015 - present Instructure, Inc.
15
+ *
16
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
17
+ * of this software and associated documentation files (the "Software"), to deal
18
+ * in the Software without restriction, including without limitation the rights
19
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20
+ * copies of the Software, and to permit persons to whom the Software is
21
+ * furnished to do so, subject to the following conditions:
22
+ *
23
+ * The above copyright notice and this permission notice shall be included in all
24
+ * copies or substantial portions of the Software.
25
+ *
26
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32
+ * SOFTWARE.
33
+ */
34
+ class IconAiColoredLine extends _react.Component {
35
+ constructor(...args) {
36
+ super(...args);
37
+ this.ref = null;
38
+ this.handleRef = el => {
39
+ const elementRef = this.props.elementRef;
40
+ this.ref = el;
41
+ if (typeof elementRef === 'function') {
42
+ elementRef(el);
43
+ }
44
+ };
45
+ }
46
+ render() {
47
+ return (0, _jsxRuntime.jsxs)(_SVGIcon.SVGIcon, {
48
+ ...this.props,
49
+ name: "IconAiColored",
50
+ viewBox: "0 0 1920 1920",
51
+ elementRef: this.handleRef,
52
+ children: [_g || (_g = (0, _jsxRuntime.jsxs)("g", {
53
+ clipPath: "url(#a)",
54
+ children: [(0, _jsxRuntime.jsx)("path", {
55
+ fill: "url(#b)",
56
+ d: "m960 0 259.29 700.713L1920 960l-700.71 259.29L960 1920l-259.287-700.71L0 960l700.713-259.287L960 0Z"
57
+ }), (0, _jsxRuntime.jsx)("path", {
58
+ fill: "url(#c)",
59
+ d: "m1600 0 86.43 233.571L1920 320l-233.57 86.429L1600 640l-86.43-233.571L1280 320l233.57-86.429L1600 0Z"
60
+ })]
61
+ })), _defs || (_defs = (0, _jsxRuntime.jsxs)("defs", {
62
+ children: [(0, _jsxRuntime.jsxs)("linearGradient", {
63
+ id: "b",
64
+ x1: -476.25,
65
+ x2: -7.617,
66
+ y1: -392.727,
67
+ y2: 3078.25,
68
+ gradientUnits: "userSpaceOnUse",
69
+ children: [(0, _jsxRuntime.jsx)("stop", {
70
+ stopColor: "#9E58BD"
71
+ }), (0, _jsxRuntime.jsx)("stop", {
72
+ offset: 1,
73
+ stopColor: "#00828E"
74
+ })]
75
+ }), (0, _jsxRuntime.jsxs)("linearGradient", {
76
+ id: "c",
77
+ x1: 1121.25,
78
+ x2: 1277.46,
79
+ y1: -130.909,
80
+ y2: 1026.08,
81
+ gradientUnits: "userSpaceOnUse",
82
+ children: [(0, _jsxRuntime.jsx)("stop", {
83
+ stopColor: "#9E58BD"
84
+ }), (0, _jsxRuntime.jsx)("stop", {
85
+ offset: 1,
86
+ stopColor: "#00828E"
87
+ })]
88
+ }), (0, _jsxRuntime.jsx)("clipPath", {
89
+ id: "a",
90
+ children: (0, _jsxRuntime.jsx)("path", {
91
+ fill: "#fff",
92
+ d: "M0 0h1920v1920H0z"
93
+ })
94
+ })]
95
+ }))]
96
+ });
97
+ }
98
+ }
99
+ exports.IconAiColoredLine = IconAiColoredLine;
100
+ IconAiColoredLine.glyphName = 'ai-colored';
101
+ IconAiColoredLine.variant = 'Line';
102
+ IconAiColoredLine.displayName = 'IconAiColoredLine';
103
+ // eslint-disable-next-line react/forbid-foreign-prop-types
104
+ IconAiColoredLine.propTypes = {
105
+ ..._SVGIcon.SVGIcon.propTypes
106
+ };
107
+ IconAiColoredLine.allowedProps = [..._SVGIcon.SVGIcon.allowedProps];
108
+ var _default = exports.default = IconAiColoredLine;
@@ -0,0 +1,108 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.IconAiColoredSolid = void 0;
7
+ var _react = require("react");
8
+ var _SVGIcon = require("@instructure/ui-svg-images/lib/SVGIcon");
9
+ var _jsxRuntime = require("@emotion/react/jsx-runtime");
10
+ var _g, _defs;
11
+ /*
12
+ * The MIT License (MIT)
13
+ *
14
+ * Copyright (c) 2015 - present Instructure, Inc.
15
+ *
16
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
17
+ * of this software and associated documentation files (the "Software"), to deal
18
+ * in the Software without restriction, including without limitation the rights
19
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20
+ * copies of the Software, and to permit persons to whom the Software is
21
+ * furnished to do so, subject to the following conditions:
22
+ *
23
+ * The above copyright notice and this permission notice shall be included in all
24
+ * copies or substantial portions of the Software.
25
+ *
26
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32
+ * SOFTWARE.
33
+ */
34
+ class IconAiColoredSolid extends _react.Component {
35
+ constructor(...args) {
36
+ super(...args);
37
+ this.ref = null;
38
+ this.handleRef = el => {
39
+ const elementRef = this.props.elementRef;
40
+ this.ref = el;
41
+ if (typeof elementRef === 'function') {
42
+ elementRef(el);
43
+ }
44
+ };
45
+ }
46
+ render() {
47
+ return (0, _jsxRuntime.jsxs)(_SVGIcon.SVGIcon, {
48
+ ...this.props,
49
+ name: "IconAiColored",
50
+ viewBox: "0 0 1920 1920",
51
+ elementRef: this.handleRef,
52
+ children: [_g || (_g = (0, _jsxRuntime.jsxs)("g", {
53
+ clipPath: "url(#a)",
54
+ children: [(0, _jsxRuntime.jsx)("path", {
55
+ fill: "url(#b)",
56
+ d: "m960 0 259.29 700.713L1920 960l-700.71 259.29L960 1920l-259.287-700.71L0 960l700.713-259.287L960 0Z"
57
+ }), (0, _jsxRuntime.jsx)("path", {
58
+ fill: "url(#c)",
59
+ d: "m1600 0 86.43 233.571L1920 320l-233.57 86.429L1600 640l-86.43-233.571L1280 320l233.57-86.429L1600 0Z"
60
+ })]
61
+ })), _defs || (_defs = (0, _jsxRuntime.jsxs)("defs", {
62
+ children: [(0, _jsxRuntime.jsxs)("linearGradient", {
63
+ id: "b",
64
+ x1: -476.25,
65
+ x2: -7.617,
66
+ y1: -392.727,
67
+ y2: 3078.25,
68
+ gradientUnits: "userSpaceOnUse",
69
+ children: [(0, _jsxRuntime.jsx)("stop", {
70
+ stopColor: "#9E58BD"
71
+ }), (0, _jsxRuntime.jsx)("stop", {
72
+ offset: 1,
73
+ stopColor: "#00828E"
74
+ })]
75
+ }), (0, _jsxRuntime.jsxs)("linearGradient", {
76
+ id: "c",
77
+ x1: 1121.25,
78
+ x2: 1277.46,
79
+ y1: -130.909,
80
+ y2: 1026.08,
81
+ gradientUnits: "userSpaceOnUse",
82
+ children: [(0, _jsxRuntime.jsx)("stop", {
83
+ stopColor: "#9E58BD"
84
+ }), (0, _jsxRuntime.jsx)("stop", {
85
+ offset: 1,
86
+ stopColor: "#00828E"
87
+ })]
88
+ }), (0, _jsxRuntime.jsx)("clipPath", {
89
+ id: "a",
90
+ children: (0, _jsxRuntime.jsx)("path", {
91
+ fill: "#fff",
92
+ d: "M0 0h1920v1920H0z"
93
+ })
94
+ })]
95
+ }))]
96
+ });
97
+ }
98
+ }
99
+ exports.IconAiColoredSolid = IconAiColoredSolid;
100
+ IconAiColoredSolid.glyphName = 'ai-colored';
101
+ IconAiColoredSolid.variant = 'Solid';
102
+ IconAiColoredSolid.displayName = 'IconAiColoredSolid';
103
+ // eslint-disable-next-line react/forbid-foreign-prop-types
104
+ IconAiColoredSolid.propTypes = {
105
+ ..._SVGIcon.SVGIcon.propTypes
106
+ };
107
+ IconAiColoredSolid.allowedProps = [..._SVGIcon.SVGIcon.allowedProps];
108
+ var _default = exports.default = IconAiColoredSolid;
package/lib/index.js CHANGED
@@ -87,6 +87,18 @@ Object.defineProperty(exports, "IconAdminToolsSolid", {
87
87
  return _IconAdminToolsSolid.IconAdminToolsSolid;
88
88
  }
89
89
  });
90
+ Object.defineProperty(exports, "IconAiColoredLine", {
91
+ enumerable: true,
92
+ get: function () {
93
+ return _IconAiColoredLine.IconAiColoredLine;
94
+ }
95
+ });
96
+ Object.defineProperty(exports, "IconAiColoredSolid", {
97
+ enumerable: true,
98
+ get: function () {
99
+ return _IconAiColoredSolid.IconAiColoredSolid;
100
+ }
101
+ });
90
102
  Object.defineProperty(exports, "IconAiLine", {
91
103
  enumerable: true,
92
104
  get: function () {
@@ -5252,4 +5264,6 @@ var _IconWordpressSolid = require("./IconWordpressSolid");
5252
5264
  var _IconXSolid = require("./IconXSolid");
5253
5265
  var _IconZippedSolid = require("./IconZippedSolid");
5254
5266
  var _IconZoomInSolid = require("./IconZoomInSolid");
5255
- var _IconZoomOutSolid = require("./IconZoomOutSolid");
5267
+ var _IconZoomOutSolid = require("./IconZoomOutSolid");
5268
+ var _IconAiColoredLine = require("./IconAiColoredLine");
5269
+ var _IconAiColoredSolid = require("./IconAiColoredSolid");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-icons",
3
- "version": "10.16.4",
3
+ "version": "10.16.5-snapshot-2",
4
4
  "description": "Icon set for Instructure, Inc. products",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "10.16.4"
26
+ "@instructure/ui-babel-preset": "10.16.5-snapshot-2"
27
27
  },
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.26.0",
30
- "@instructure/ui-svg-images": "10.16.4",
30
+ "@instructure/ui-svg-images": "10.16.5-snapshot-2",
31
31
  "prop-types": "^15.8.1"
32
32
  },
33
33
  "peerDependencies": {