pds-dev-kit-web 2.2.281 → 2.2.283
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/dist/src/common/assets/icons/fill/Plugin.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Plugin.js +30 -0
- package/dist/src/common/assets/icons/fill/index.d.ts +1 -0
- package/dist/src/common/assets/icons/fill/index.js +2 -0
- package/dist/src/common/assets/icons/line/Plugin.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Plugin.js +30 -0
- package/dist/src/common/assets/icons/line/index.d.ts +1 -0
- package/dist/src/common/assets/icons/line/index.js +2 -0
- package/dist/src/common/styles/colorSet/UIColor.json +3 -1
- package/dist/src/common/styles/colorSet/index.d.ts +925 -923
- package/dist/src/common/styles/colorSet/index.js +3 -3
- package/dist/src/common/styles/colorSet/ui-type.d.ts +2 -0
- package/dist/src/desktop/components/BoxItem/BoxItem.d.ts +1 -1
- package/dist/src/desktop/components/BoxItem/BoxItem.js +23 -11
- package/dist/src/mobile/components/BoxItem/BoxItem.d.ts +1 -1
- package/dist/src/mobile/components/BoxItem/BoxItem.js +23 -11
- package/package.json +1 -1
- package/release-note.md +3 -2
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
|
+
var Plugin = function (_a) {
|
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M6.7686,9.5034 C7.0246,9.5034 7.2806,9.6014 7.4756,9.7964 L14.2036,16.5244 C14.5946,16.9144 14.5946,17.5484 14.2036,17.9384 L11.8896,20.2524 C11.1086,21.0334 10.0846,21.4244 9.0616,21.4244 C8.0376,21.4244 7.0136,21.0334 6.2326,20.2524 L3.7476,17.7674 C2.1856,16.2054 2.1856,13.6724 3.7476,12.1104 L6.0616,9.7964 C6.2566,9.6014 6.5126,9.5034 6.7686,9.5034 Z M6.7686,11.9174 L5.1616,13.5244 C4.3816,14.3044 4.3816,15.5734 5.1616,16.3524 L7.6466,18.8384 C8.0246,19.2164 8.5266,19.4244 9.0616,19.4244 C9.5956,19.4244 10.0976,19.2164 10.4756,18.8384 L12.0826,17.2314 L6.7686,11.9174 Z M14.9387,2.576 C15.9627,2.576 16.9857,2.967 17.7667,3.748 L20.2527,6.233 C21.8147,7.795 21.8147,10.328 20.2527,11.89 L17.9387,14.204 C17.7437,14.399 17.4877,14.497 17.2317,14.497 C16.9757,14.497 16.7197,14.399 16.5247,14.204 L9.7967,7.476 C9.4057,7.085 9.4057,6.452 9.7967,6.062 L12.1107,3.748 C12.8917,2.967 13.9147,2.576 14.9387,2.576 Z M14.9387,4.576 C14.4047,4.576 13.9027,4.784 13.5247,5.162 L11.9177,6.769 L17.2317,12.082 L18.8377,10.476 C19.6177,9.696 19.6177,8.427 18.8377,7.647 L16.3527,5.162 C15.9747,4.784 15.4727,4.576 14.9387,4.576 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "2", d: "M5.2577,18.7423 L2.9147,21.0853 M18.7423,5.2577 L21.0853,2.9147 M10.1817,10.62 L8.7747,12.027 M13.38,13.8183 L11.973,15.2253" })] })) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = Plugin;
|
|
@@ -88,6 +88,7 @@ declare const fillIcons: {
|
|
|
88
88
|
readonly ic_photo: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
89
89
|
readonly ic_pin: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
90
90
|
readonly ic_plan: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
91
|
+
readonly ic_plugin: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
91
92
|
readonly ic_plus_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
92
93
|
readonly ic_plus_round: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
93
94
|
readonly ic_post_free: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -106,6 +106,7 @@ var Paste_1 = __importDefault(require("./Paste"));
|
|
|
106
106
|
var Photo_1 = __importDefault(require("./Photo"));
|
|
107
107
|
var Pin_1 = __importDefault(require("./Pin"));
|
|
108
108
|
var Plan_1 = __importDefault(require("./Plan"));
|
|
109
|
+
var Plugin_1 = __importDefault(require("./Plugin"));
|
|
109
110
|
var PlusCircle_1 = __importDefault(require("./PlusCircle"));
|
|
110
111
|
var PlusRound_1 = __importDefault(require("./PlusRound"));
|
|
111
112
|
var PostFree_1 = __importDefault(require("./PostFree"));
|
|
@@ -262,6 +263,7 @@ var fillIcons = {
|
|
|
262
263
|
ic_photo: Photo_1.default,
|
|
263
264
|
ic_pin: Pin_1.default,
|
|
264
265
|
ic_plan: Plan_1.default,
|
|
266
|
+
ic_plugin: Plugin_1.default,
|
|
265
267
|
ic_plus_circle: PlusCircle_1.default,
|
|
266
268
|
ic_plus_round: PlusRound_1.default,
|
|
267
269
|
ic_post_free: PostFree_1.default,
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
|
+
var Plugin = function (_a) {
|
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M6.7686,9.5034 C7.0246,9.5034 7.2806,9.6014 7.4756,9.7964 L14.2036,16.5244 C14.5946,16.9144 14.5946,17.5484 14.2036,17.9384 L11.8896,20.2524 C11.1086,21.0334 10.0846,21.4244 9.0616,21.4244 C8.0376,21.4244 7.0136,21.0334 6.2326,20.2524 L3.7476,17.7674 C2.1856,16.2054 2.1856,13.6724 3.7476,12.1104 L6.0616,9.7964 C6.2566,9.6014 6.5126,9.5034 6.7686,9.5034 Z M6.7686,11.2104 L4.8086,13.1704 C4.3366,13.6434 4.0756,14.2704 4.0756,14.9384 C4.0756,15.6064 4.3366,16.2344 4.8086,16.7064 L7.2936,19.1914 C7.7656,19.6644 8.3936,19.9244 9.0616,19.9244 C9.7296,19.9244 10.3566,19.6644 10.8296,19.1914 L12.7896,17.2314 L6.7686,11.2104 Z M14.9386,2.576 C15.9626,2.576 16.9856,2.967 17.7666,3.748 L20.2526,6.233 C21.8146,7.795 21.8146,10.328 20.2526,11.89 L17.9386,14.204 C17.7436,14.399 17.4876,14.497 17.2316,14.497 C16.9756,14.497 16.7196,14.399 16.5246,14.204 L9.7966,7.476 C9.4056,7.085 9.4056,6.452 9.7966,6.062 L12.1106,3.748 C12.8916,2.967 13.9146,2.576 14.9386,2.576 Z M14.9386,4.076 C14.2706,4.076 13.6426,4.336 13.1706,4.808 L11.2106,6.769 L17.2316,12.79 L19.1916,10.829 C19.6636,10.357 19.9236,9.729 19.9236,9.061 C19.9236,8.394 19.6636,7.766 19.1916,7.294 L16.7066,4.808 C16.2346,4.336 15.6066,4.076 14.9386,4.076 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "1.5", d: "M5.2577,18.7423 L2.9147,21.0853 M18.7423,5.2577 L21.0853,2.9147 M10.1817,10.62 L8.7747,12.027 M13.38,13.8183 L11.973,15.2253" })] })) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = Plugin;
|
|
@@ -150,6 +150,7 @@ declare const lineIcons: {
|
|
|
150
150
|
readonly ic_photo: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
151
151
|
readonly ic_photo_multiple: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
152
152
|
readonly ic_plan: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
153
|
+
readonly ic_plugin: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
153
154
|
readonly ic_plus: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
154
155
|
readonly ic_plus_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
155
156
|
readonly ic_plus_round: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -169,6 +169,7 @@ var PaymentSetting_1 = __importDefault(require("./PaymentSetting"));
|
|
|
169
169
|
var Photo_1 = __importDefault(require("./Photo"));
|
|
170
170
|
var PhotoMultiple_1 = __importDefault(require("./PhotoMultiple"));
|
|
171
171
|
var Plan_1 = __importDefault(require("./Plan"));
|
|
172
|
+
var Plugin_1 = __importDefault(require("./Plugin"));
|
|
172
173
|
var Plus_1 = __importDefault(require("./Plus"));
|
|
173
174
|
var PlusCircle_1 = __importDefault(require("./PlusCircle"));
|
|
174
175
|
var PlusRound_1 = __importDefault(require("./PlusRound"));
|
|
@@ -485,6 +486,7 @@ var lineIcons = {
|
|
|
485
486
|
ic_photo: Photo_1.default,
|
|
486
487
|
ic_photo_multiple: PhotoMultiple_1.default,
|
|
487
488
|
ic_plan: Plan_1.default,
|
|
489
|
+
ic_plugin: Plugin_1.default,
|
|
488
490
|
ic_plus: Plus_1.default,
|
|
489
491
|
ic_plus_circle: PlusCircle_1.default,
|
|
490
492
|
ic_plus_round: PlusRound_1.default,
|
|
@@ -917,5 +917,7 @@
|
|
|
917
917
|
"ui_cpnt_badge_disabled": "sys_widget_grey_03",
|
|
918
918
|
"ui_147": "sys_cpnt_sheet_base_55",
|
|
919
919
|
"ui_sw_subsidebar_label_text_emphasis": "sys_component_base_orange",
|
|
920
|
-
"ui_pa_figure_text_secondary": "sys_component_base_grey"
|
|
920
|
+
"ui_pa_figure_text_secondary": "sys_component_base_grey",
|
|
921
|
+
"ui_148": "sys_widget_grey_07",
|
|
922
|
+
"ui_149": "sys_widget_grey_01"
|
|
921
923
|
}
|