@blaze-cms/plugin-data-ui 0.139.0-core-styles.3 → 0.139.0-core-styles.6
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 +19 -0
- package/lib/icons/ContentIcon.js +47 -46
- package/lib/icons/ContentIcon.js.map +1 -1
- package/lib/icons/SettingsIcon.js +13 -32
- package/lib/icons/SettingsIcon.js.map +1 -1
- package/lib/icons/TaxonomyIcon.js +33 -52
- package/lib/icons/TaxonomyIcon.js.map +1 -1
- package/lib/icons/UsersIcon.js +13 -33
- package/lib/icons/UsersIcon.js.map +1 -1
- package/lib-es/icons/ContentIcon.js +45 -45
- package/lib-es/icons/ContentIcon.js.map +1 -1
- package/lib-es/icons/SettingsIcon.js +13 -33
- package/lib-es/icons/SettingsIcon.js.map +1 -1
- package/lib-es/icons/TaxonomyIcon.js +33 -53
- package/lib-es/icons/TaxonomyIcon.js.map +1 -1
- package/lib-es/icons/UsersIcon.js +13 -34
- package/lib-es/icons/UsersIcon.js.map +1 -1
- package/package.json +5 -5
- package/src/icons/ContentIcon.js +68 -57
- package/src/icons/SettingsIcon.js +24 -36
- package/src/icons/TaxonomyIcon.js +46 -58
- package/src/icons/UsersIcon.js +21 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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
|
+
# [0.139.0-core-styles.6](https://github.com/thebyte9/blaze/compare/v0.139.0-core-styles.5...v0.139.0-core-styles.6) (2024-01-19)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* menu styles fixes ([#4205](https://github.com/thebyte9/blaze/issues/4205)) ([dc149c2](https://github.com/thebyte9/blaze/commit/dc149c2342ef881614e08581aab026dc3c765e80))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [0.139.0-core-styles.4](https://github.com/thebyte9/blaze/compare/v0.139.0-core-styles.3...v0.139.0-core-styles.4) (2024-01-10)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [0.139.0-core-styles.3](https://github.com/thebyte9/blaze/compare/v0.139.0-core-styles.2...v0.139.0-core-styles.3) (2024-01-09)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
package/lib/icons/ContentIcon.js
CHANGED
|
@@ -6,84 +6,85 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
8
|
exports["default"] = void 0;
|
|
9
|
+
require("core-js/modules/es.array.fill.js");
|
|
9
10
|
var _react = _interopRequireDefault(require("react"));
|
|
10
11
|
var _constants = require("../constants");
|
|
11
12
|
function ContentIcon(_ref) {
|
|
12
|
-
var _ref$
|
|
13
|
-
|
|
14
|
-
_ref$
|
|
15
|
-
|
|
13
|
+
var _ref$fill = _ref.fill,
|
|
14
|
+
fill = _ref$fill === void 0 ? _constants.ICON_COLOR.FILL : _ref$fill,
|
|
15
|
+
_ref$stroke = _ref.stroke,
|
|
16
|
+
stroke = _ref$stroke === void 0 ? _constants.ICON_COLOR.STROKE : _ref$stroke;
|
|
16
17
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
17
|
-
width:
|
|
18
|
-
height:
|
|
19
|
-
viewBox: "0 0
|
|
18
|
+
width: "19px",
|
|
19
|
+
height: "19px",
|
|
20
|
+
viewBox: "0 0 21 21",
|
|
20
21
|
version: "1.1",
|
|
21
22
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22
23
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
23
|
-
}, /*#__PURE__*/_react["default"].createElement("title", null, "
|
|
24
|
-
id: "
|
|
24
|
+
}, /*#__PURE__*/_react["default"].createElement("title", null, "content"), /*#__PURE__*/_react["default"].createElement("g", {
|
|
25
|
+
id: "Page-1",
|
|
25
26
|
stroke: "none",
|
|
26
27
|
strokeWidth: 1,
|
|
27
28
|
fill: "none",
|
|
28
29
|
fillRule: "evenodd"
|
|
29
30
|
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
30
|
-
id: "
|
|
31
|
-
transform: "translate(
|
|
32
|
-
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
33
|
-
id: "Group-4",
|
|
34
|
-
transform: "translate(9, 19)"
|
|
35
|
-
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
36
|
-
id: "Group-3",
|
|
37
|
-
transform: "translate(0, 176)"
|
|
38
|
-
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
39
|
-
id: "photograph",
|
|
40
|
-
transform: "translate(7, 7)"
|
|
31
|
+
id: "content",
|
|
32
|
+
transform: "translate(1, 1)"
|
|
41
33
|
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
42
34
|
id: "Group"
|
|
43
35
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
44
|
-
d: "M0,8.
|
|
45
|
-
id: "Shape",
|
|
46
|
-
stroke:
|
|
47
|
-
|
|
36
|
+
d: "M0,8.70833334 L5.445875,3.26245834 C6.37331215,2.33530123 7.87668785,2.33530123 8.804125,3.26245834 L14.25,8.70833334",
|
|
37
|
+
id: "Shape-path",
|
|
38
|
+
stroke: stroke,
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round"
|
|
41
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
42
|
+
d: "M11.875,6.33333334 L13.758375,4.44995834 C14.6858122,3.52280123 16.1891878,3.52280123 17.116625,4.44995834 L19,6.33333334",
|
|
43
|
+
id: "Shape-path",
|
|
44
|
+
stroke: stroke,
|
|
45
|
+
strokeLinecap: "round",
|
|
46
|
+
strokeLinejoin: "round"
|
|
47
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
48
|
+
d: "M2.375,19 L16.625,19 C17.9366763,19 19,17.9366763 19,16.625 L19,2.375 C19,1.06332371 17.9366763,0 16.625,0 L2.375,0 C1.06332371,0 0,1.06332371 0,2.375 L0,16.625 C0,17.9366763 1.06332371,19 2.375,19 Z",
|
|
49
|
+
id: "Shape-path",
|
|
50
|
+
stroke: stroke,
|
|
48
51
|
strokeLinecap: "round",
|
|
49
52
|
strokeLinejoin: "round"
|
|
50
53
|
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
51
54
|
id: "Oval",
|
|
52
|
-
fill:
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
55
|
+
fill: fill,
|
|
56
|
+
fillRule: "nonzero",
|
|
57
|
+
cx: "11.4791666",
|
|
58
|
+
cy: "2.77083334",
|
|
59
|
+
r: "1.1875"
|
|
56
60
|
})), /*#__PURE__*/_react["default"].createElement("line", {
|
|
57
61
|
x1: 0,
|
|
58
|
-
y1: "
|
|
59
|
-
x2:
|
|
60
|
-
y2: "
|
|
62
|
+
y1: "9.23611111",
|
|
63
|
+
x2: 19,
|
|
64
|
+
y2: "9.23611111",
|
|
61
65
|
id: "Path",
|
|
62
|
-
stroke:
|
|
63
|
-
strokeWidth: "1.5",
|
|
66
|
+
stroke: stroke,
|
|
64
67
|
strokeLinecap: "round",
|
|
65
68
|
strokeLinejoin: "round"
|
|
66
69
|
}), /*#__PURE__*/_react["default"].createElement("line", {
|
|
67
|
-
x1: "3.
|
|
68
|
-
y1: "
|
|
69
|
-
x2: "
|
|
70
|
-
y2: "
|
|
70
|
+
x1: "3.95833334",
|
|
71
|
+
y1: "12.4027778",
|
|
72
|
+
x2: "15.3055553",
|
|
73
|
+
y2: "12.4027778",
|
|
71
74
|
id: "Path",
|
|
72
|
-
stroke:
|
|
73
|
-
strokeWidth: "1.5",
|
|
75
|
+
stroke: stroke,
|
|
74
76
|
strokeLinecap: "round",
|
|
75
77
|
strokeLinejoin: "round"
|
|
76
78
|
}), /*#__PURE__*/_react["default"].createElement("line", {
|
|
77
|
-
x1: "3.
|
|
78
|
-
y1: "
|
|
79
|
-
x2: "
|
|
80
|
-
y2: "
|
|
79
|
+
x1: "3.95833334",
|
|
80
|
+
y1: "15.5694445",
|
|
81
|
+
x2: "12.1388885",
|
|
82
|
+
y2: "15.5694445",
|
|
81
83
|
id: "Path",
|
|
82
|
-
stroke:
|
|
83
|
-
strokeWidth: "1.5",
|
|
84
|
+
stroke: stroke,
|
|
84
85
|
strokeLinecap: "round",
|
|
85
86
|
strokeLinejoin: "round"
|
|
86
|
-
}))))
|
|
87
|
+
}))));
|
|
87
88
|
}
|
|
88
89
|
var _default = ContentIcon;
|
|
89
90
|
exports["default"] = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentIcon.js","names":["_react","_interopRequireDefault","require","_constants","ContentIcon","_ref","_ref$
|
|
1
|
+
{"version":3,"file":"ContentIcon.js","names":["_react","_interopRequireDefault","require","_constants","ContentIcon","_ref","_ref$fill","fill","ICON_COLOR","FILL","_ref$stroke","stroke","STROKE","createElement","width","height","viewBox","version","xmlns","xmlnsXlink","id","strokeWidth","fillRule","transform","d","strokeLinecap","strokeLinejoin","cx","cy","r","x1","y1","x2","y2","_default","exports"],"sources":["../../src/icons/ContentIcon.js"],"sourcesContent":["import React from 'react';\nimport { ICON_COLOR } from '../constants';\n\nfunction ContentIcon({ fill = ICON_COLOR.FILL, stroke = ICON_COLOR.STROKE }) {\n return (\n <svg\n width=\"19px\"\n height=\"19px\"\n viewBox=\"0 0 21 21\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\">\n <title>content</title>\n <g id=\"Page-1\" stroke=\"none\" strokeWidth={1} fill=\"none\" fillRule=\"evenodd\">\n <g id=\"content\" transform=\"translate(1, 1)\">\n <g id=\"Group\">\n <path\n d=\"M0,8.70833334 L5.445875,3.26245834 C6.37331215,2.33530123 7.87668785,2.33530123 8.804125,3.26245834 L14.25,8.70833334\"\n id=\"Shape-path\"\n stroke={stroke}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11.875,6.33333334 L13.758375,4.44995834 C14.6858122,3.52280123 16.1891878,3.52280123 17.116625,4.44995834 L19,6.33333334\"\n id=\"Shape-path\"\n stroke={stroke}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M2.375,19 L16.625,19 C17.9366763,19 19,17.9366763 19,16.625 L19,2.375 C19,1.06332371 17.9366763,0 16.625,0 L2.375,0 C1.06332371,0 0,1.06332371 0,2.375 L0,16.625 C0,17.9366763 1.06332371,19 2.375,19 Z\"\n id=\"Shape-path\"\n stroke={stroke}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle\n id=\"Oval\"\n fill={fill}\n fillRule=\"nonzero\"\n cx=\"11.4791666\"\n cy=\"2.77083334\"\n r=\"1.1875\"\n />\n </g>\n <line\n x1={0}\n y1=\"9.23611111\"\n x2={19}\n y2=\"9.23611111\"\n id=\"Path\"\n stroke={stroke}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <line\n x1=\"3.95833334\"\n y1=\"12.4027778\"\n x2=\"15.3055553\"\n y2=\"12.4027778\"\n id=\"Path\"\n stroke={stroke}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <line\n x1=\"3.95833334\"\n y1=\"15.5694445\"\n x2=\"12.1388885\"\n y2=\"15.5694445\"\n id=\"Path\"\n stroke={stroke}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n </g>\n </svg>\n );\n}\n\nexport default ContentIcon;\n"],"mappings":"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"}
|
|
@@ -12,7 +12,9 @@ function SettingsIcon(_ref) {
|
|
|
12
12
|
var _ref$width = _ref.width,
|
|
13
13
|
width = _ref$width === void 0 ? _constants.ICON_SIZE.WIDTH : _ref$width,
|
|
14
14
|
_ref$height = _ref.height,
|
|
15
|
-
height = _ref$height === void 0 ? _constants.ICON_SIZE.HEIGHT : _ref$height
|
|
15
|
+
height = _ref$height === void 0 ? _constants.ICON_SIZE.HEIGHT : _ref$height,
|
|
16
|
+
_ref$stroke = _ref.stroke,
|
|
17
|
+
stroke = _ref$stroke === void 0 ? _constants.ICON_COLOR.STROKE : _ref$stroke;
|
|
16
18
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
17
19
|
width: width,
|
|
18
20
|
height: height,
|
|
@@ -20,46 +22,25 @@ function SettingsIcon(_ref) {
|
|
|
20
22
|
version: "1.1",
|
|
21
23
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22
24
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
23
|
-
}, /*#__PURE__*/_react["default"].createElement("title", null, "
|
|
24
|
-
id: "
|
|
25
|
+
}, /*#__PURE__*/_react["default"].createElement("title", null, "setting"), /*#__PURE__*/_react["default"].createElement("g", {
|
|
26
|
+
id: "Page-1",
|
|
25
27
|
stroke: "none",
|
|
26
28
|
strokeWidth: 1,
|
|
27
29
|
fill: "none",
|
|
28
|
-
fillRule: "evenodd"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
transform: "translate(-14, -494)"
|
|
32
|
-
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
33
|
-
id: "Group-4",
|
|
34
|
-
transform: "translate(9, 19)"
|
|
35
|
-
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
36
|
-
id: "settings",
|
|
37
|
-
transform: "translate(0, 470)"
|
|
38
|
-
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
39
|
-
id: "icons/setting",
|
|
40
|
-
transform: "translate(6, 6)"
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
41
33
|
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
42
34
|
id: "Group",
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
strokeLinejoin: "round",
|
|
46
|
-
strokeWidth: "1.5"
|
|
35
|
+
transform: "translate(1, 1)",
|
|
36
|
+
stroke: stroke
|
|
47
37
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
48
|
-
d: "M8.13888889,1.46333333 C8.61222222,-0.
|
|
38
|
+
d: "M8.13888889,1.46333333 C8.61222222,-0.487777777 11.3877778,-0.487777777 11.8611111,1.46333333 C12.0051589,2.05784356 12.4244819,2.54780471 12.9896128,2.78193979 C13.5547438,3.01607487 14.1977123,2.96622362 14.72,2.64777778 C16.4344444,1.60333333 18.3977778,3.56555556 17.3533333,5.28111111 C17.0353472,5.803171 16.9856162,6.44564563 17.2194755,7.0104213 C17.4533348,7.57519696 17.9426987,7.99444609 18.5366667,8.13888889 C20.4877778,8.61222222 20.4877778,11.3877778 18.5366667,11.8611111 C17.9421564,12.0051589 17.4521953,12.4244819 17.2180602,12.9896128 C16.9839251,13.5547438 17.0337764,14.1977123 17.3522222,14.72 C18.3966667,16.4344444 16.4344444,18.3977778 14.7188889,17.3533333 C14.196829,17.0353472 13.5543544,16.9856162 12.9895787,17.2194755 C12.424803,17.4533348 12.0055539,17.9426987 11.8611111,18.5366667 C11.3877778,20.4877778 8.61222222,20.4877778 8.13888889,18.5366667 C7.99484107,17.9421564 7.57551807,17.4521953 7.01038716,17.2180602 C6.44525624,16.9839251 5.80228769,17.0337764 5.28,17.3522222 C3.56555556,18.3966667 1.60222222,16.4344444 2.64666667,14.7188889 C2.96465281,14.196829 3.01438377,13.5543544 2.78052448,12.9895787 C2.5466652,12.424803 2.05730134,12.0055539 1.46333333,11.8611111 C-0.487777777,11.3877778 -0.487777777,8.61222222 1.46333333,8.13888889 C2.05784356,7.99484107 2.54780471,7.57551807 2.78193979,7.01038716 C3.01607487,6.44525624 2.96622362,5.80228769 2.64777778,5.28 C1.60333333,3.56555556 3.56555556,1.60222222 5.28111111,2.64666667 C6.38777778,3.32222222 7.83222222,2.72444444 8.13888889,1.46333333 Z",
|
|
49
39
|
id: "Path"
|
|
50
40
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
51
|
-
d: "M13.
|
|
41
|
+
d: "M13.6666666,10.3333333 C13.6666666,12.1742825 12.1742825,13.6666666 10.3333333,13.6666666 C8.49238416,13.6666666 7,12.1742825 7,10.3333333 C7,8.49238416 8.49238416,7 10.3333333,7 C12.1742825,7 13.6666666,8.49238416 13.6666666,10.3333333 L13.6666666,10.3333333 Z",
|
|
52
42
|
id: "Path"
|
|
53
|
-
}))
|
|
54
|
-
id: "Rectangle",
|
|
55
|
-
fillOpacity: 0,
|
|
56
|
-
fill: "#000000",
|
|
57
|
-
fillRule: "nonzero",
|
|
58
|
-
x: 0,
|
|
59
|
-
y: 0,
|
|
60
|
-
width: 20,
|
|
61
|
-
height: 20
|
|
62
|
-
})))))));
|
|
43
|
+
}))));
|
|
63
44
|
}
|
|
64
45
|
var _default = SettingsIcon;
|
|
65
46
|
exports["default"] = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SettingsIcon.js","names":["_react","_interopRequireDefault","require","_constants","SettingsIcon","_ref","_ref$width","width","ICON_SIZE","WIDTH","_ref$height","height","HEIGHT","
|
|
1
|
+
{"version":3,"file":"SettingsIcon.js","names":["_react","_interopRequireDefault","require","_constants","SettingsIcon","_ref","_ref$width","width","ICON_SIZE","WIDTH","_ref$height","height","HEIGHT","_ref$stroke","stroke","ICON_COLOR","STROKE","createElement","viewBox","version","xmlns","xmlnsXlink","id","strokeWidth","fill","fillRule","strokeLinecap","strokeLinejoin","transform","d","_default","exports"],"sources":["../../src/icons/SettingsIcon.js"],"sourcesContent":["import React from 'react';\nimport { ICON_SIZE, ICON_COLOR } from '../constants';\n\nfunction SettingsIcon({\n width = ICON_SIZE.WIDTH,\n height = ICON_SIZE.HEIGHT,\n stroke = ICON_COLOR.STROKE\n}) {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 22 22\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\">\n <title>setting</title>\n <g\n id=\"Page-1\"\n stroke=\"none\"\n strokeWidth={1}\n fill=\"none\"\n fillRule=\"evenodd\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\">\n <g id=\"Group\" transform=\"translate(1, 1)\" stroke={stroke}>\n <path\n d=\"M8.13888889,1.46333333 C8.61222222,-0.487777777 11.3877778,-0.487777777 11.8611111,1.46333333 C12.0051589,2.05784356 12.4244819,2.54780471 12.9896128,2.78193979 C13.5547438,3.01607487 14.1977123,2.96622362 14.72,2.64777778 C16.4344444,1.60333333 18.3977778,3.56555556 17.3533333,5.28111111 C17.0353472,5.803171 16.9856162,6.44564563 17.2194755,7.0104213 C17.4533348,7.57519696 17.9426987,7.99444609 18.5366667,8.13888889 C20.4877778,8.61222222 20.4877778,11.3877778 18.5366667,11.8611111 C17.9421564,12.0051589 17.4521953,12.4244819 17.2180602,12.9896128 C16.9839251,13.5547438 17.0337764,14.1977123 17.3522222,14.72 C18.3966667,16.4344444 16.4344444,18.3977778 14.7188889,17.3533333 C14.196829,17.0353472 13.5543544,16.9856162 12.9895787,17.2194755 C12.424803,17.4533348 12.0055539,17.9426987 11.8611111,18.5366667 C11.3877778,20.4877778 8.61222222,20.4877778 8.13888889,18.5366667 C7.99484107,17.9421564 7.57551807,17.4521953 7.01038716,17.2180602 C6.44525624,16.9839251 5.80228769,17.0337764 5.28,17.3522222 C3.56555556,18.3966667 1.60222222,16.4344444 2.64666667,14.7188889 C2.96465281,14.196829 3.01438377,13.5543544 2.78052448,12.9895787 C2.5466652,12.424803 2.05730134,12.0055539 1.46333333,11.8611111 C-0.487777777,11.3877778 -0.487777777,8.61222222 1.46333333,8.13888889 C2.05784356,7.99484107 2.54780471,7.57551807 2.78193979,7.01038716 C3.01607487,6.44525624 2.96622362,5.80228769 2.64777778,5.28 C1.60333333,3.56555556 3.56555556,1.60222222 5.28111111,2.64666667 C6.38777778,3.32222222 7.83222222,2.72444444 8.13888889,1.46333333 Z\"\n id=\"Path\"\n />\n <path\n d=\"M13.6666666,10.3333333 C13.6666666,12.1742825 12.1742825,13.6666666 10.3333333,13.6666666 C8.49238416,13.6666666 7,12.1742825 7,10.3333333 C7,8.49238416 8.49238416,7 10.3333333,7 C12.1742825,7 13.6666666,8.49238416 13.6666666,10.3333333 L13.6666666,10.3333333 Z\"\n id=\"Path\"\n />\n </g>\n </g>\n </svg>\n );\n}\n\nexport default SettingsIcon;\n"],"mappings":";;;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,UAAA,GAAAD,OAAA;AAEA,SAASE,YAAYA,CAAAC,IAAA,EAIlB;EAAA,IAAAC,UAAA,GAAAD,IAAA,CAHDE,KAAK;IAALA,KAAK,GAAAD,UAAA,cAAGE,oBAAS,CAACC,KAAK,GAAAH,UAAA;IAAAI,WAAA,GAAAL,IAAA,CACvBM,MAAM;IAANA,MAAM,GAAAD,WAAA,cAAGF,oBAAS,CAACI,MAAM,GAAAF,WAAA;IAAAG,WAAA,GAAAR,IAAA,CACzBS,MAAM;IAANA,MAAM,GAAAD,WAAA,cAAGE,qBAAU,CAACC,MAAM,GAAAH,WAAA;EAE1B,oBACEb,MAAA,YAAAiB,aAAA;IACEV,KAAK,EAAEA,KAAM;IACbI,MAAM,EAAEA,MAAO;IACfO,OAAO,EAAC,WAAW;IACnBC,OAAO,EAAC,KAAK;IACbC,KAAK,EAAC,4BAA4B;IAClCC,UAAU,EAAC;EAA8B,gBACzCrB,MAAA,YAAAiB,aAAA,gBAAO,SAAc,CAAC,eACtBjB,MAAA,YAAAiB,aAAA;IACEK,EAAE,EAAC,QAAQ;IACXR,MAAM,EAAC,MAAM;IACbS,WAAW,EAAE,CAAE;IACfC,IAAI,EAAC,MAAM;IACXC,QAAQ,EAAC,SAAS;IAClBC,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,gBACtB3B,MAAA,YAAAiB,aAAA;IAAGK,EAAE,EAAC,OAAO;IAACM,SAAS,EAAC,iBAAiB;IAACd,MAAM,EAAEA;EAAO,gBACvDd,MAAA,YAAAiB,aAAA;IACEY,CAAC,EAAC,ygDAAygD;IAC3gDP,EAAE,EAAC;EAAM,CACV,CAAC,eACFtB,MAAA,YAAAiB,aAAA;IACEY,CAAC,EAAC,uQAAuQ;IACzQP,EAAE,EAAC;EAAM,CACV,CACA,CACF,CACA,CAAC;AAEV;AAAC,IAAAQ,QAAA,GAEc1B,YAAY;AAAA2B,OAAA,cAAAD,QAAA"}
|
|
@@ -12,78 +12,59 @@ function TaxonomyIcon(_ref) {
|
|
|
12
12
|
var _ref$width = _ref.width,
|
|
13
13
|
width = _ref$width === void 0 ? _constants.ICON_SIZE.WIDTH : _ref$width,
|
|
14
14
|
_ref$height = _ref.height,
|
|
15
|
-
height = _ref$height === void 0 ? _constants.ICON_SIZE.HEIGHT : _ref$height
|
|
15
|
+
height = _ref$height === void 0 ? _constants.ICON_SIZE.HEIGHT : _ref$height,
|
|
16
|
+
_ref$stroke = _ref.stroke,
|
|
17
|
+
stroke = _ref$stroke === void 0 ? _constants.ICON_COLOR.STROKE : _ref$stroke;
|
|
16
18
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
17
19
|
width: width,
|
|
18
20
|
height: height,
|
|
19
|
-
viewBox: "0 0
|
|
21
|
+
viewBox: "0 0 22 22",
|
|
20
22
|
version: "1.1",
|
|
21
23
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22
24
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
23
|
-
}, /*#__PURE__*/_react["default"].createElement("title", null, "
|
|
24
|
-
id: "
|
|
25
|
+
}, /*#__PURE__*/_react["default"].createElement("title", null, "taxonomy"), /*#__PURE__*/_react["default"].createElement("g", {
|
|
26
|
+
id: "Page-1",
|
|
25
27
|
stroke: "none",
|
|
26
|
-
strokeWidth: 1,
|
|
28
|
+
strokeWidth: "1",
|
|
27
29
|
fill: "none",
|
|
28
|
-
fillRule: "evenodd"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
transform: "translate(-15, -412)"
|
|
32
|
-
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
33
|
-
id: "Group-4",
|
|
34
|
-
transform: "translate(9, 19)"
|
|
35
|
-
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
36
|
-
id: "scheme",
|
|
37
|
-
transform: "translate(0, 386)"
|
|
38
|
-
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
39
|
-
id: "icons/taxonomy",
|
|
40
|
-
transform: "translate(7, 8)"
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
41
33
|
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
42
34
|
id: "Group",
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
strokeLinejoin: "round",
|
|
46
|
-
strokeWidth: "1.5"
|
|
35
|
+
transform: "translate(1, 1)",
|
|
36
|
+
stroke: stroke
|
|
47
37
|
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
48
38
|
id: "Rectangle",
|
|
49
|
-
x: 0,
|
|
50
|
-
y: "
|
|
51
|
-
width: "6.
|
|
52
|
-
height: "6.
|
|
53
|
-
rx:
|
|
39
|
+
x: "0",
|
|
40
|
+
y: "13.2173913",
|
|
41
|
+
width: "6.78260868",
|
|
42
|
+
height: "6.60869564",
|
|
43
|
+
rx: "1.5"
|
|
54
44
|
}), /*#__PURE__*/_react["default"].createElement("rect", {
|
|
55
45
|
id: "Rectangle",
|
|
56
|
-
x: "
|
|
57
|
-
y: "
|
|
58
|
-
width: "6.
|
|
59
|
-
height: "6.
|
|
60
|
-
rx:
|
|
46
|
+
x: "13.2173913",
|
|
47
|
+
y: "13.2173913",
|
|
48
|
+
width: "6.78260868",
|
|
49
|
+
height: "6.60869564",
|
|
50
|
+
rx: "1.5"
|
|
61
51
|
}), /*#__PURE__*/_react["default"].createElement("rect", {
|
|
62
52
|
id: "Rectangle",
|
|
63
|
-
x: "6.
|
|
64
|
-
y: 0,
|
|
65
|
-
width: "6.
|
|
66
|
-
height: "6.
|
|
67
|
-
rx:
|
|
53
|
+
x: "6.60869564",
|
|
54
|
+
y: "0",
|
|
55
|
+
width: "6.78260868",
|
|
56
|
+
height: "6.60869564",
|
|
57
|
+
rx: "1.5"
|
|
68
58
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
69
|
-
d: "M3.
|
|
59
|
+
d: "M3.30434782,13.2173913 L3.30434782,12.115942 C3.30434782,10.8993147 4.2906191,9.91304346 5.50724637,9.91304346 L14.3188405,9.91304346 C15.5354678,9.91304346 16.5217391,10.8993147 16.5217391,12.115942 L16.5217391,13.2173913",
|
|
70
60
|
id: "Path"
|
|
71
61
|
}), /*#__PURE__*/_react["default"].createElement("line", {
|
|
72
|
-
x1: "9.
|
|
73
|
-
y1: "6.
|
|
74
|
-
x2: "9.
|
|
75
|
-
y2: "9.
|
|
62
|
+
x1: "9.91304346",
|
|
63
|
+
y1: "6.60869564",
|
|
64
|
+
x2: "9.91304346",
|
|
65
|
+
y2: "9.91304346",
|
|
76
66
|
id: "Path"
|
|
77
|
-
}))
|
|
78
|
-
id: "Rectangle",
|
|
79
|
-
fillOpacity: 0,
|
|
80
|
-
fill: "#000000",
|
|
81
|
-
fillRule: "nonzero",
|
|
82
|
-
x: 0,
|
|
83
|
-
y: 0,
|
|
84
|
-
width: 19,
|
|
85
|
-
height: 19
|
|
86
|
-
})))))));
|
|
67
|
+
}))));
|
|
87
68
|
}
|
|
88
69
|
var _default = TaxonomyIcon;
|
|
89
70
|
exports["default"] = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TaxonomyIcon.js","names":["_react","_interopRequireDefault","require","_constants","TaxonomyIcon","_ref","_ref$width","width","ICON_SIZE","WIDTH","_ref$height","height","HEIGHT","createElement","viewBox","version","xmlns","xmlnsXlink","id","
|
|
1
|
+
{"version":3,"file":"TaxonomyIcon.js","names":["_react","_interopRequireDefault","require","_constants","TaxonomyIcon","_ref","_ref$width","width","ICON_SIZE","WIDTH","_ref$height","height","HEIGHT","_ref$stroke","stroke","ICON_COLOR","STROKE","createElement","viewBox","version","xmlns","xmlnsXlink","id","strokeWidth","fill","fillRule","strokeLinecap","strokeLinejoin","transform","x","y","rx","d","x1","y1","x2","y2","_default","exports"],"sources":["../../src/icons/TaxonomyIcon.js"],"sourcesContent":["import React from 'react';\nimport { ICON_SIZE, ICON_COLOR } from '../constants';\n\nfunction TaxonomyIcon({\n width = ICON_SIZE.WIDTH,\n height = ICON_SIZE.HEIGHT,\n stroke = ICON_COLOR.STROKE\n}) {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 22 22\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\">\n <title>taxonomy</title>\n <g\n id=\"Page-1\"\n stroke=\"none\"\n strokeWidth=\"1\"\n fill=\"none\"\n fillRule=\"evenodd\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\">\n <g id=\"Group\" transform=\"translate(1, 1)\" stroke={stroke}>\n <rect\n id=\"Rectangle\"\n x=\"0\"\n y=\"13.2173913\"\n width=\"6.78260868\"\n height=\"6.60869564\"\n rx=\"1.5\"\n />\n <rect\n id=\"Rectangle\"\n x=\"13.2173913\"\n y=\"13.2173913\"\n width=\"6.78260868\"\n height=\"6.60869564\"\n rx=\"1.5\"\n />\n <rect\n id=\"Rectangle\"\n x=\"6.60869564\"\n y=\"0\"\n width=\"6.78260868\"\n height=\"6.60869564\"\n rx=\"1.5\"\n />\n <path\n d=\"M3.30434782,13.2173913 L3.30434782,12.115942 C3.30434782,10.8993147 4.2906191,9.91304346 5.50724637,9.91304346 L14.3188405,9.91304346 C15.5354678,9.91304346 16.5217391,10.8993147 16.5217391,12.115942 L16.5217391,13.2173913\"\n id=\"Path\"\n />\n <line x1=\"9.91304346\" y1=\"6.60869564\" x2=\"9.91304346\" y2=\"9.91304346\" id=\"Path\" />\n </g>\n </g>\n </svg>\n );\n}\n\nexport default TaxonomyIcon;\n"],"mappings":";;;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,UAAA,GAAAD,OAAA;AAEA,SAASE,YAAYA,CAAAC,IAAA,EAIlB;EAAA,IAAAC,UAAA,GAAAD,IAAA,CAHDE,KAAK;IAALA,KAAK,GAAAD,UAAA,cAAGE,oBAAS,CAACC,KAAK,GAAAH,UAAA;IAAAI,WAAA,GAAAL,IAAA,CACvBM,MAAM;IAANA,MAAM,GAAAD,WAAA,cAAGF,oBAAS,CAACI,MAAM,GAAAF,WAAA;IAAAG,WAAA,GAAAR,IAAA,CACzBS,MAAM;IAANA,MAAM,GAAAD,WAAA,cAAGE,qBAAU,CAACC,MAAM,GAAAH,WAAA;EAE1B,oBACEb,MAAA,YAAAiB,aAAA;IACEV,KAAK,EAAEA,KAAM;IACbI,MAAM,EAAEA,MAAO;IACfO,OAAO,EAAC,WAAW;IACnBC,OAAO,EAAC,KAAK;IACbC,KAAK,EAAC,4BAA4B;IAClCC,UAAU,EAAC;EAA8B,gBACzCrB,MAAA,YAAAiB,aAAA,gBAAO,UAAe,CAAC,eACvBjB,MAAA,YAAAiB,aAAA;IACEK,EAAE,EAAC,QAAQ;IACXR,MAAM,EAAC,MAAM;IACbS,WAAW,EAAC,GAAG;IACfC,IAAI,EAAC,MAAM;IACXC,QAAQ,EAAC,SAAS;IAClBC,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,gBACtB3B,MAAA,YAAAiB,aAAA;IAAGK,EAAE,EAAC,OAAO;IAACM,SAAS,EAAC,iBAAiB;IAACd,MAAM,EAAEA;EAAO,gBACvDd,MAAA,YAAAiB,aAAA;IACEK,EAAE,EAAC,WAAW;IACdO,CAAC,EAAC,GAAG;IACLC,CAAC,EAAC,YAAY;IACdvB,KAAK,EAAC,YAAY;IAClBI,MAAM,EAAC,YAAY;IACnBoB,EAAE,EAAC;EAAK,CACT,CAAC,eACF/B,MAAA,YAAAiB,aAAA;IACEK,EAAE,EAAC,WAAW;IACdO,CAAC,EAAC,YAAY;IACdC,CAAC,EAAC,YAAY;IACdvB,KAAK,EAAC,YAAY;IAClBI,MAAM,EAAC,YAAY;IACnBoB,EAAE,EAAC;EAAK,CACT,CAAC,eACF/B,MAAA,YAAAiB,aAAA;IACEK,EAAE,EAAC,WAAW;IACdO,CAAC,EAAC,YAAY;IACdC,CAAC,EAAC,GAAG;IACLvB,KAAK,EAAC,YAAY;IAClBI,MAAM,EAAC,YAAY;IACnBoB,EAAE,EAAC;EAAK,CACT,CAAC,eACF/B,MAAA,YAAAiB,aAAA;IACEe,CAAC,EAAC,gOAAgO;IAClOV,EAAE,EAAC;EAAM,CACV,CAAC,eACFtB,MAAA,YAAAiB,aAAA;IAAMgB,EAAE,EAAC,YAAY;IAACC,EAAE,EAAC,YAAY;IAACC,EAAE,EAAC,YAAY;IAACC,EAAE,EAAC,YAAY;IAACd,EAAE,EAAC;EAAM,CAAE,CAChF,CACF,CACA,CAAC;AAEV;AAAC,IAAAe,QAAA,GAEcjC,YAAY;AAAAkC,OAAA,cAAAD,QAAA"}
|
package/lib/icons/UsersIcon.js
CHANGED
|
@@ -12,52 +12,32 @@ function UserIcon(_ref) {
|
|
|
12
12
|
var _ref$width = _ref.width,
|
|
13
13
|
width = _ref$width === void 0 ? _constants.ICON_SIZE.WIDTH : _ref$width,
|
|
14
14
|
_ref$height = _ref.height,
|
|
15
|
-
height = _ref$height === void 0 ? _constants.ICON_SIZE.HEIGHT : _ref$height
|
|
15
|
+
height = _ref$height === void 0 ? _constants.ICON_SIZE.HEIGHT : _ref$height,
|
|
16
|
+
_ref$stroke = _ref.stroke,
|
|
17
|
+
stroke = _ref$stroke === void 0 ? _constants.ICON_COLOR.STROKE : _ref$stroke;
|
|
16
18
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
17
19
|
width: width,
|
|
18
20
|
height: height,
|
|
19
|
-
viewBox: "0 0
|
|
21
|
+
viewBox: "0 0 22 22",
|
|
20
22
|
version: "1.1",
|
|
21
23
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22
24
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
23
|
-
}, /*#__PURE__*/_react["default"].createElement("title", null, "
|
|
24
|
-
id: "
|
|
25
|
+
}, /*#__PURE__*/_react["default"].createElement("title", null, "user"), /*#__PURE__*/_react["default"].createElement("g", {
|
|
26
|
+
id: "Page-1",
|
|
25
27
|
stroke: "none",
|
|
26
28
|
strokeWidth: 1,
|
|
27
29
|
fill: "none",
|
|
28
|
-
fillRule: "evenodd"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
transform: "translate(-14, -453)"
|
|
32
|
-
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
33
|
-
id: "Group-4",
|
|
34
|
-
transform: "translate(9, 19)"
|
|
35
|
-
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
36
|
-
id: "Group-15",
|
|
37
|
-
transform: "translate(0, 428)"
|
|
38
|
-
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
39
|
-
id: "icons/user",
|
|
40
|
-
transform: "translate(6, 6)"
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
41
33
|
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
42
34
|
id: "Group",
|
|
43
|
-
transform: "translate(
|
|
44
|
-
stroke:
|
|
45
|
-
strokeLinecap: "round",
|
|
46
|
-
strokeLinejoin: "round",
|
|
47
|
-
strokeWidth: "1.5"
|
|
35
|
+
transform: "translate(1, 0.76)",
|
|
36
|
+
stroke: stroke
|
|
48
37
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
49
|
-
d: "M2.
|
|
38
|
+
d: "M2.35666666,16.4488888 C4.68824079,15.1310199 7.32175438,14.4403878 10,14.4444089 C12.7777778,14.4444089 15.3855556,15.1722221 17.6433334,16.4488888 M13.3333334,7.7777776 C13.3333334,9.61872677 11.8409492,11.1111109 10,11.1111109 C8.15905083,11.1111109 6.66666666,9.61872677 6.66666666,7.7777776 C6.66666666,5.93682842 8.15905083,4.44444425 10,4.44444425 C11.8409492,4.44444425 13.3333334,5.93682842 13.3333334,7.7777776 L13.3333334,7.7777776 Z M20,10 C20,13.5726558 18.0940108,16.8739261 15,18.660254 C11.9059893,20.446582 8.09401075,20.446582 5,18.660254 C1.90598917,16.8739261 0,13.5726558 0,10 C0,4.47715239 4.47715258,0 10,0 C15.5228474,0 20,4.47715239 20,10 L20,10 Z",
|
|
50
39
|
id: "Shape"
|
|
51
|
-
}))
|
|
52
|
-
id: "Rectangle",
|
|
53
|
-
fillOpacity: 0,
|
|
54
|
-
fill: "#000000",
|
|
55
|
-
fillRule: "nonzero",
|
|
56
|
-
x: 0,
|
|
57
|
-
y: 0,
|
|
58
|
-
width: 19,
|
|
59
|
-
height: "18.24"
|
|
60
|
-
})))))));
|
|
40
|
+
}))));
|
|
61
41
|
}
|
|
62
42
|
var _default = UserIcon;
|
|
63
43
|
exports["default"] = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UsersIcon.js","names":["_react","_interopRequireDefault","require","_constants","UserIcon","_ref","_ref$width","width","ICON_SIZE","WIDTH","_ref$height","height","HEIGHT","
|
|
1
|
+
{"version":3,"file":"UsersIcon.js","names":["_react","_interopRequireDefault","require","_constants","UserIcon","_ref","_ref$width","width","ICON_SIZE","WIDTH","_ref$height","height","HEIGHT","_ref$stroke","stroke","ICON_COLOR","STROKE","createElement","viewBox","version","xmlns","xmlnsXlink","id","strokeWidth","fill","fillRule","strokeLinecap","strokeLinejoin","transform","d","_default","exports"],"sources":["../../src/icons/UsersIcon.js"],"sourcesContent":["import React from 'react';\nimport { ICON_SIZE, ICON_COLOR } from '../constants';\n\nfunction UserIcon({\n width = ICON_SIZE.WIDTH,\n height = ICON_SIZE.HEIGHT,\n stroke = ICON_COLOR.STROKE\n}) {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 22 22\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\">\n <title>user</title>\n <g\n id=\"Page-1\"\n stroke=\"none\"\n strokeWidth={1}\n fill=\"none\"\n fillRule=\"evenodd\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\">\n <g id=\"Group\" transform=\"translate(1, 0.76)\" stroke={stroke}>\n <path\n d=\"M2.35666666,16.4488888 C4.68824079,15.1310199 7.32175438,14.4403878 10,14.4444089 C12.7777778,14.4444089 15.3855556,15.1722221 17.6433334,16.4488888 M13.3333334,7.7777776 C13.3333334,9.61872677 11.8409492,11.1111109 10,11.1111109 C8.15905083,11.1111109 6.66666666,9.61872677 6.66666666,7.7777776 C6.66666666,5.93682842 8.15905083,4.44444425 10,4.44444425 C11.8409492,4.44444425 13.3333334,5.93682842 13.3333334,7.7777776 L13.3333334,7.7777776 Z M20,10 C20,13.5726558 18.0940108,16.8739261 15,18.660254 C11.9059893,20.446582 8.09401075,20.446582 5,18.660254 C1.90598917,16.8739261 0,13.5726558 0,10 C0,4.47715239 4.47715258,0 10,0 C15.5228474,0 20,4.47715239 20,10 L20,10 Z\"\n id=\"Shape\"\n />\n </g>\n </g>\n </svg>\n );\n}\n\nexport default UserIcon;\n"],"mappings":";;;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,UAAA,GAAAD,OAAA;AAEA,SAASE,QAAQA,CAAAC,IAAA,EAId;EAAA,IAAAC,UAAA,GAAAD,IAAA,CAHDE,KAAK;IAALA,KAAK,GAAAD,UAAA,cAAGE,oBAAS,CAACC,KAAK,GAAAH,UAAA;IAAAI,WAAA,GAAAL,IAAA,CACvBM,MAAM;IAANA,MAAM,GAAAD,WAAA,cAAGF,oBAAS,CAACI,MAAM,GAAAF,WAAA;IAAAG,WAAA,GAAAR,IAAA,CACzBS,MAAM;IAANA,MAAM,GAAAD,WAAA,cAAGE,qBAAU,CAACC,MAAM,GAAAH,WAAA;EAE1B,oBACEb,MAAA,YAAAiB,aAAA;IACEV,KAAK,EAAEA,KAAM;IACbI,MAAM,EAAEA,MAAO;IACfO,OAAO,EAAC,WAAW;IACnBC,OAAO,EAAC,KAAK;IACbC,KAAK,EAAC,4BAA4B;IAClCC,UAAU,EAAC;EAA8B,gBACzCrB,MAAA,YAAAiB,aAAA,gBAAO,MAAW,CAAC,eACnBjB,MAAA,YAAAiB,aAAA;IACEK,EAAE,EAAC,QAAQ;IACXR,MAAM,EAAC,MAAM;IACbS,WAAW,EAAE,CAAE;IACfC,IAAI,EAAC,MAAM;IACXC,QAAQ,EAAC,SAAS;IAClBC,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,gBACtB3B,MAAA,YAAAiB,aAAA;IAAGK,EAAE,EAAC,OAAO;IAACM,SAAS,EAAC,oBAAoB;IAACd,MAAM,EAAEA;EAAO,gBAC1Dd,MAAA,YAAAiB,aAAA;IACEY,CAAC,EAAC,kqBAAkqB;IACpqBP,EAAE,EAAC;EAAO,CACX,CACA,CACF,CACA,CAAC;AAEV;AAAC,IAAAQ,QAAA,GAEc1B,QAAQ;AAAA2B,OAAA,cAAAD,QAAA"}
|