@blaze-cms/plugin-data-ui 0.139.0-core-styles.4 → 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 +11 -0
- package/lib/icons/ContentIcon.js +26 -30
- package/lib/icons/ContentIcon.js.map +1 -1
- package/lib-es/icons/ContentIcon.js +26 -28
- package/lib-es/icons/ContentIcon.js.map +1 -1
- package/package.json +5 -5
- package/src/icons/ContentIcon.js +27 -32
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
|
|
6
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)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
package/lib/icons/ContentIcon.js
CHANGED
|
@@ -10,18 +10,14 @@ require("core-js/modules/es.array.fill.js");
|
|
|
10
10
|
var _react = _interopRequireDefault(require("react"));
|
|
11
11
|
var _constants = require("../constants");
|
|
12
12
|
function ContentIcon(_ref) {
|
|
13
|
-
var _ref$
|
|
14
|
-
width = _ref$width === void 0 ? _constants.ICON_SIZE.WIDTH : _ref$width,
|
|
15
|
-
_ref$height = _ref.height,
|
|
16
|
-
height = _ref$height === void 0 ? _constants.ICON_SIZE.HEIGHT : _ref$height,
|
|
17
|
-
_ref$fill = _ref.fill,
|
|
13
|
+
var _ref$fill = _ref.fill,
|
|
18
14
|
fill = _ref$fill === void 0 ? _constants.ICON_COLOR.FILL : _ref$fill,
|
|
19
15
|
_ref$stroke = _ref.stroke,
|
|
20
16
|
stroke = _ref$stroke === void 0 ? _constants.ICON_COLOR.STROKE : _ref$stroke;
|
|
21
17
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
22
|
-
width:
|
|
23
|
-
height:
|
|
24
|
-
viewBox: "0 0
|
|
18
|
+
width: "19px",
|
|
19
|
+
height: "19px",
|
|
20
|
+
viewBox: "0 0 21 21",
|
|
25
21
|
version: "1.1",
|
|
26
22
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27
23
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
@@ -37,19 +33,19 @@ function ContentIcon(_ref) {
|
|
|
37
33
|
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
38
34
|
id: "Group"
|
|
39
35
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
40
|
-
d: "M0,
|
|
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",
|
|
41
37
|
id: "Shape-path",
|
|
42
|
-
stroke:
|
|
38
|
+
stroke: stroke,
|
|
43
39
|
strokeLinecap: "round",
|
|
44
40
|
strokeLinejoin: "round"
|
|
45
41
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
46
|
-
d: "
|
|
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",
|
|
47
43
|
id: "Shape-path",
|
|
48
|
-
stroke:
|
|
44
|
+
stroke: stroke,
|
|
49
45
|
strokeLinecap: "round",
|
|
50
46
|
strokeLinejoin: "round"
|
|
51
47
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
52
|
-
d: "M2.
|
|
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",
|
|
53
49
|
id: "Shape-path",
|
|
54
50
|
stroke: stroke,
|
|
55
51
|
strokeLinecap: "round",
|
|
@@ -58,34 +54,34 @@ function ContentIcon(_ref) {
|
|
|
58
54
|
id: "Oval",
|
|
59
55
|
fill: fill,
|
|
60
56
|
fillRule: "nonzero",
|
|
61
|
-
cx: "
|
|
62
|
-
cy: "2.
|
|
63
|
-
r: "1.
|
|
57
|
+
cx: "11.4791666",
|
|
58
|
+
cy: "2.77083334",
|
|
59
|
+
r: "1.1875"
|
|
64
60
|
})), /*#__PURE__*/_react["default"].createElement("line", {
|
|
65
61
|
x1: 0,
|
|
66
|
-
y1: "9.
|
|
67
|
-
x2:
|
|
68
|
-
y2: "9.
|
|
62
|
+
y1: "9.23611111",
|
|
63
|
+
x2: 19,
|
|
64
|
+
y2: "9.23611111",
|
|
69
65
|
id: "Path",
|
|
70
|
-
stroke:
|
|
66
|
+
stroke: stroke,
|
|
71
67
|
strokeLinecap: "round",
|
|
72
68
|
strokeLinejoin: "round"
|
|
73
69
|
}), /*#__PURE__*/_react["default"].createElement("line", {
|
|
74
|
-
x1: "
|
|
75
|
-
y1: "
|
|
76
|
-
x2: "
|
|
77
|
-
y2: "
|
|
70
|
+
x1: "3.95833334",
|
|
71
|
+
y1: "12.4027778",
|
|
72
|
+
x2: "15.3055553",
|
|
73
|
+
y2: "12.4027778",
|
|
78
74
|
id: "Path",
|
|
79
|
-
stroke:
|
|
75
|
+
stroke: stroke,
|
|
80
76
|
strokeLinecap: "round",
|
|
81
77
|
strokeLinejoin: "round"
|
|
82
78
|
}), /*#__PURE__*/_react["default"].createElement("line", {
|
|
83
|
-
x1: "
|
|
84
|
-
y1: "
|
|
85
|
-
x2: "12.
|
|
86
|
-
y2: "
|
|
79
|
+
x1: "3.95833334",
|
|
80
|
+
y1: "15.5694445",
|
|
81
|
+
x2: "12.1388885",
|
|
82
|
+
y2: "15.5694445",
|
|
87
83
|
id: "Path",
|
|
88
|
-
stroke:
|
|
84
|
+
stroke: stroke,
|
|
89
85
|
strokeLinecap: "round",
|
|
90
86
|
strokeLinejoin: "round"
|
|
91
87
|
}))));
|
|
@@ -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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"}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { ICON_COLOR } from '../constants';
|
|
3
3
|
function ContentIcon({
|
|
4
|
-
width = ICON_SIZE.WIDTH,
|
|
5
|
-
height = ICON_SIZE.HEIGHT,
|
|
6
4
|
fill = ICON_COLOR.FILL,
|
|
7
5
|
stroke = ICON_COLOR.STROKE
|
|
8
6
|
}) {
|
|
9
7
|
return /*#__PURE__*/React.createElement("svg", {
|
|
10
|
-
width:
|
|
11
|
-
height:
|
|
12
|
-
viewBox: "0 0
|
|
8
|
+
width: "19px",
|
|
9
|
+
height: "19px",
|
|
10
|
+
viewBox: "0 0 21 21",
|
|
13
11
|
version: "1.1",
|
|
14
12
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
13
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
@@ -25,19 +23,19 @@ function ContentIcon({
|
|
|
25
23
|
}, /*#__PURE__*/React.createElement("g", {
|
|
26
24
|
id: "Group"
|
|
27
25
|
}, /*#__PURE__*/React.createElement("path", {
|
|
28
|
-
d: "M0,
|
|
26
|
+
d: "M0,8.70833334 L5.445875,3.26245834 C6.37331215,2.33530123 7.87668785,2.33530123 8.804125,3.26245834 L14.25,8.70833334",
|
|
29
27
|
id: "Shape-path",
|
|
30
|
-
stroke:
|
|
28
|
+
stroke: stroke,
|
|
31
29
|
strokeLinecap: "round",
|
|
32
30
|
strokeLinejoin: "round"
|
|
33
31
|
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
-
d: "
|
|
32
|
+
d: "M11.875,6.33333334 L13.758375,4.44995834 C14.6858122,3.52280123 16.1891878,3.52280123 17.116625,4.44995834 L19,6.33333334",
|
|
35
33
|
id: "Shape-path",
|
|
36
|
-
stroke:
|
|
34
|
+
stroke: stroke,
|
|
37
35
|
strokeLinecap: "round",
|
|
38
36
|
strokeLinejoin: "round"
|
|
39
37
|
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
-
d: "M2.
|
|
38
|
+
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",
|
|
41
39
|
id: "Shape-path",
|
|
42
40
|
stroke: stroke,
|
|
43
41
|
strokeLinecap: "round",
|
|
@@ -46,34 +44,34 @@ function ContentIcon({
|
|
|
46
44
|
id: "Oval",
|
|
47
45
|
fill: fill,
|
|
48
46
|
fillRule: "nonzero",
|
|
49
|
-
cx: "
|
|
50
|
-
cy: "2.
|
|
51
|
-
r: "1.
|
|
47
|
+
cx: "11.4791666",
|
|
48
|
+
cy: "2.77083334",
|
|
49
|
+
r: "1.1875"
|
|
52
50
|
})), /*#__PURE__*/React.createElement("line", {
|
|
53
51
|
x1: 0,
|
|
54
|
-
y1: "9.
|
|
55
|
-
x2:
|
|
56
|
-
y2: "9.
|
|
52
|
+
y1: "9.23611111",
|
|
53
|
+
x2: 19,
|
|
54
|
+
y2: "9.23611111",
|
|
57
55
|
id: "Path",
|
|
58
|
-
stroke:
|
|
56
|
+
stroke: stroke,
|
|
59
57
|
strokeLinecap: "round",
|
|
60
58
|
strokeLinejoin: "round"
|
|
61
59
|
}), /*#__PURE__*/React.createElement("line", {
|
|
62
|
-
x1: "
|
|
63
|
-
y1: "
|
|
64
|
-
x2: "
|
|
65
|
-
y2: "
|
|
60
|
+
x1: "3.95833334",
|
|
61
|
+
y1: "12.4027778",
|
|
62
|
+
x2: "15.3055553",
|
|
63
|
+
y2: "12.4027778",
|
|
66
64
|
id: "Path",
|
|
67
|
-
stroke:
|
|
65
|
+
stroke: stroke,
|
|
68
66
|
strokeLinecap: "round",
|
|
69
67
|
strokeLinejoin: "round"
|
|
70
68
|
}), /*#__PURE__*/React.createElement("line", {
|
|
71
|
-
x1: "
|
|
72
|
-
y1: "
|
|
73
|
-
x2: "12.
|
|
74
|
-
y2: "
|
|
69
|
+
x1: "3.95833334",
|
|
70
|
+
y1: "15.5694445",
|
|
71
|
+
x2: "12.1388885",
|
|
72
|
+
y2: "15.5694445",
|
|
75
73
|
id: "Path",
|
|
76
|
-
stroke:
|
|
74
|
+
stroke: stroke,
|
|
77
75
|
strokeLinecap: "round",
|
|
78
76
|
strokeLinejoin: "round"
|
|
79
77
|
}))));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentIcon.js","names":["React","
|
|
1
|
+
{"version":3,"file":"ContentIcon.js","names":["React","ICON_COLOR","ContentIcon","fill","FILL","stroke","STROKE","createElement","width","height","viewBox","version","xmlns","xmlnsXlink","id","strokeWidth","fillRule","transform","d","strokeLinecap","strokeLinejoin","cx","cy","r","x1","y1","x2","y2"],"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":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,QAAQ,cAAc;AAEzC,SAASC,WAAWA,CAAC;EAAEC,IAAI,GAAGF,UAAU,CAACG,IAAI;EAAEC,MAAM,GAAGJ,UAAU,CAACK;AAAO,CAAC,EAAE;EAC3E,oBACEN,KAAA,CAAAO,aAAA;IACEC,KAAK,EAAC,MAAM;IACZC,MAAM,EAAC,MAAM;IACbC,OAAO,EAAC,WAAW;IACnBC,OAAO,EAAC,KAAK;IACbC,KAAK,EAAC,4BAA4B;IAClCC,UAAU,EAAC;EAA8B,gBACzCb,KAAA,CAAAO,aAAA,gBAAO,SAAc,CAAC,eACtBP,KAAA,CAAAO,aAAA;IAAGO,EAAE,EAAC,QAAQ;IAACT,MAAM,EAAC,MAAM;IAACU,WAAW,EAAE,CAAE;IAACZ,IAAI,EAAC,MAAM;IAACa,QAAQ,EAAC;EAAS,gBACzEhB,KAAA,CAAAO,aAAA;IAAGO,EAAE,EAAC,SAAS;IAACG,SAAS,EAAC;EAAiB,gBACzCjB,KAAA,CAAAO,aAAA;IAAGO,EAAE,EAAC;EAAO,gBACXd,KAAA,CAAAO,aAAA;IACEW,CAAC,EAAC,uHAAuH;IACzHJ,EAAE,EAAC,YAAY;IACfT,MAAM,EAAEA,MAAO;IACfc,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,CACvB,CAAC,eACFpB,KAAA,CAAAO,aAAA;IACEW,CAAC,EAAC,2HAA2H;IAC7HJ,EAAE,EAAC,YAAY;IACfT,MAAM,EAAEA,MAAO;IACfc,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,CACvB,CAAC,eACFpB,KAAA,CAAAO,aAAA;IACEW,CAAC,EAAC,yMAAyM;IAC3MJ,EAAE,EAAC,YAAY;IACfT,MAAM,EAAEA,MAAO;IACfc,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,CACvB,CAAC,eACFpB,KAAA,CAAAO,aAAA;IACEO,EAAE,EAAC,MAAM;IACTX,IAAI,EAAEA,IAAK;IACXa,QAAQ,EAAC,SAAS;IAClBK,EAAE,EAAC,YAAY;IACfC,EAAE,EAAC,YAAY;IACfC,CAAC,EAAC;EAAQ,CACX,CACA,CAAC,eACJvB,KAAA,CAAAO,aAAA;IACEiB,EAAE,EAAE,CAAE;IACNC,EAAE,EAAC,YAAY;IACfC,EAAE,EAAE,EAAG;IACPC,EAAE,EAAC,YAAY;IACfb,EAAE,EAAC,MAAM;IACTT,MAAM,EAAEA,MAAO;IACfc,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,CACvB,CAAC,eACFpB,KAAA,CAAAO,aAAA;IACEiB,EAAE,EAAC,YAAY;IACfC,EAAE,EAAC,YAAY;IACfC,EAAE,EAAC,YAAY;IACfC,EAAE,EAAC,YAAY;IACfb,EAAE,EAAC,MAAM;IACTT,MAAM,EAAEA,MAAO;IACfc,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,CACvB,CAAC,eACFpB,KAAA,CAAAO,aAAA;IACEiB,EAAE,EAAC,YAAY;IACfC,EAAE,EAAC,YAAY;IACfC,EAAE,EAAC,YAAY;IACfC,EAAE,EAAC,YAAY;IACfb,EAAE,EAAC,MAAM;IACTT,MAAM,EAAEA,MAAO;IACfc,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,CACvB,CACA,CACF,CACA,CAAC;AAEV;AAEA,eAAelB,WAAW"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blaze-cms/plugin-data-ui",
|
|
3
|
-
"version": "0.139.0-core-styles.
|
|
3
|
+
"version": "0.139.0-core-styles.6",
|
|
4
4
|
"description": "Blaze plugin data ui",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib-es/index.js",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
},
|
|
28
28
|
"license": "GPL-3.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@blaze-cms/admin-ui-utils": "0.139.0-core-styles.
|
|
30
|
+
"@blaze-cms/admin-ui-utils": "0.139.0-core-styles.6",
|
|
31
31
|
"@blaze-cms/core-errors": "0.139.0-core-styles.0",
|
|
32
32
|
"@blaze-cms/plugin-render-hooks-ui": "0.139.0-core-styles.0",
|
|
33
|
-
"@blaze-cms/react-form-builder": "0.139.0-core-styles.
|
|
34
|
-
"@blaze-cms/react-page-builder": "0.139.0-core-styles.
|
|
33
|
+
"@blaze-cms/react-form-builder": "0.139.0-core-styles.6",
|
|
34
|
+
"@blaze-cms/react-page-builder": "0.139.0-core-styles.6",
|
|
35
35
|
"@blaze-cms/setup-ui": "0.139.0-core-styles.0",
|
|
36
36
|
"@blaze-cms/versioning-ui": "0.139.0-core-styles.0",
|
|
37
37
|
"@blaze-react/button": "0.5.19",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"lib/*",
|
|
67
67
|
"lib-es/*"
|
|
68
68
|
],
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "8b68350770c7648643da66cdf88e8c76a16d669d"
|
|
70
70
|
}
|
package/src/icons/ContentIcon.js
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { ICON_COLOR } from '../constants';
|
|
3
3
|
|
|
4
|
-
function ContentIcon({
|
|
5
|
-
width = ICON_SIZE.WIDTH,
|
|
6
|
-
height = ICON_SIZE.HEIGHT,
|
|
7
|
-
fill = ICON_COLOR.FILL,
|
|
8
|
-
stroke = ICON_COLOR.STROKE
|
|
9
|
-
}) {
|
|
4
|
+
function ContentIcon({ fill = ICON_COLOR.FILL, stroke = ICON_COLOR.STROKE }) {
|
|
10
5
|
return (
|
|
11
6
|
<svg
|
|
12
|
-
width=
|
|
13
|
-
height=
|
|
14
|
-
viewBox="0 0
|
|
7
|
+
width="19px"
|
|
8
|
+
height="19px"
|
|
9
|
+
viewBox="0 0 21 21"
|
|
15
10
|
version="1.1"
|
|
16
11
|
xmlns="http://www.w3.org/2000/svg"
|
|
17
12
|
xmlnsXlink="http://www.w3.org/1999/xlink">
|
|
@@ -20,21 +15,21 @@ function ContentIcon({
|
|
|
20
15
|
<g id="content" transform="translate(1, 1)">
|
|
21
16
|
<g id="Group">
|
|
22
17
|
<path
|
|
23
|
-
d="M0,
|
|
18
|
+
d="M0,8.70833334 L5.445875,3.26245834 C6.37331215,2.33530123 7.87668785,2.33530123 8.804125,3.26245834 L14.25,8.70833334"
|
|
24
19
|
id="Shape-path"
|
|
25
|
-
stroke=
|
|
20
|
+
stroke={stroke}
|
|
26
21
|
strokeLinecap="round"
|
|
27
22
|
strokeLinejoin="round"
|
|
28
23
|
/>
|
|
29
24
|
<path
|
|
30
|
-
d="
|
|
25
|
+
d="M11.875,6.33333334 L13.758375,4.44995834 C14.6858122,3.52280123 16.1891878,3.52280123 17.116625,4.44995834 L19,6.33333334"
|
|
31
26
|
id="Shape-path"
|
|
32
|
-
stroke=
|
|
27
|
+
stroke={stroke}
|
|
33
28
|
strokeLinecap="round"
|
|
34
29
|
strokeLinejoin="round"
|
|
35
30
|
/>
|
|
36
31
|
<path
|
|
37
|
-
d="M2.
|
|
32
|
+
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"
|
|
38
33
|
id="Shape-path"
|
|
39
34
|
stroke={stroke}
|
|
40
35
|
strokeLinecap="round"
|
|
@@ -44,38 +39,38 @@ function ContentIcon({
|
|
|
44
39
|
id="Oval"
|
|
45
40
|
fill={fill}
|
|
46
41
|
fillRule="nonzero"
|
|
47
|
-
cx="
|
|
48
|
-
cy="2.
|
|
49
|
-
r="1.
|
|
42
|
+
cx="11.4791666"
|
|
43
|
+
cy="2.77083334"
|
|
44
|
+
r="1.1875"
|
|
50
45
|
/>
|
|
51
46
|
</g>
|
|
52
47
|
<line
|
|
53
48
|
x1={0}
|
|
54
|
-
y1="9.
|
|
55
|
-
x2={
|
|
56
|
-
y2="9.
|
|
49
|
+
y1="9.23611111"
|
|
50
|
+
x2={19}
|
|
51
|
+
y2="9.23611111"
|
|
57
52
|
id="Path"
|
|
58
|
-
stroke=
|
|
53
|
+
stroke={stroke}
|
|
59
54
|
strokeLinecap="round"
|
|
60
55
|
strokeLinejoin="round"
|
|
61
56
|
/>
|
|
62
57
|
<line
|
|
63
|
-
x1="
|
|
64
|
-
y1="
|
|
65
|
-
x2="
|
|
66
|
-
y2="
|
|
58
|
+
x1="3.95833334"
|
|
59
|
+
y1="12.4027778"
|
|
60
|
+
x2="15.3055553"
|
|
61
|
+
y2="12.4027778"
|
|
67
62
|
id="Path"
|
|
68
|
-
stroke=
|
|
63
|
+
stroke={stroke}
|
|
69
64
|
strokeLinecap="round"
|
|
70
65
|
strokeLinejoin="round"
|
|
71
66
|
/>
|
|
72
67
|
<line
|
|
73
|
-
x1="
|
|
74
|
-
y1="
|
|
75
|
-
x2="12.
|
|
76
|
-
y2="
|
|
68
|
+
x1="3.95833334"
|
|
69
|
+
y1="15.5694445"
|
|
70
|
+
x2="12.1388885"
|
|
71
|
+
y2="15.5694445"
|
|
77
72
|
id="Path"
|
|
78
|
-
stroke=
|
|
73
|
+
stroke={stroke}
|
|
79
74
|
strokeLinecap="round"
|
|
80
75
|
strokeLinejoin="round"
|
|
81
76
|
/>
|