pds-dev-kit-web-test 2.7.499 → 2.7.500
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/services/i18n/resources/en.json +1 -4
- package/dist/src/common/services/i18n/resources/es.json +1 -4
- package/dist/src/common/services/i18n/resources/fil.json +1 -4
- package/dist/src/common/services/i18n/resources/index.d.ts +0 -21
- package/dist/src/common/services/i18n/resources/ja.json +1 -4
- package/dist/src/common/services/i18n/resources/ko.json +1 -4
- package/dist/src/common/services/i18n/resources/zh-cn.json +1 -4
- package/dist/src/common/services/i18n/resources/zh-tw.json +1 -4
- 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/desktop/components/ReactionButton/ReactionButton.js +1 -1
- package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.d.ts +1 -1
- package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.js +13 -3
- package/dist/src/mobile/components/BoxItem/BoxItem.d.ts +1 -1
- package/dist/src/mobile/components/BoxItem/BoxItem.js +23 -11
- package/dist/src/mobile/components/ReactionButton/ReactionButton.js +1 -1
- package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +6 -5
- package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +52 -5
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackground.js +1 -0
- package/dist/src/sub/DynamicLayout/mock_section.json +5 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +41 -66
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +56 -73
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +35 -56
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +3 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.js +0 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBorder.js +12 -5
- package/package.json +1 -1
- package/release-note.md +2 -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,
|
|
@@ -106,9 +106,6 @@
|
|
|
106
106
|
"str_reaction": "Reaction",
|
|
107
107
|
"str_9806": "There are no items added yet. Please add and edit items!",
|
|
108
108
|
"str_10106": "The height is adjusted\naccording to the content.",
|
|
109
|
-
"str_grid_height_variable": "Variable"
|
|
110
|
-
"str_10476": "Loading data information.",
|
|
111
|
-
"str_10477": "Data value not linked",
|
|
112
|
-
"str_10478": "No data values to link."
|
|
109
|
+
"str_grid_height_variable": "Variable"
|
|
113
110
|
}
|
|
114
111
|
}
|
|
@@ -106,9 +106,6 @@
|
|
|
106
106
|
"str_reaction": "Reaction",
|
|
107
107
|
"str_9806": "There are no items added yet. Please add and edit items!",
|
|
108
108
|
"str_10106": "The height is adjusted\naccording to the content.",
|
|
109
|
-
"str_grid_height_variable": "Variable"
|
|
110
|
-
"str_10476": "Loading data information.",
|
|
111
|
-
"str_10477": "Data value not linked",
|
|
112
|
-
"str_10478": "No data values to link."
|
|
109
|
+
"str_grid_height_variable": "Variable"
|
|
113
110
|
}
|
|
114
111
|
}
|
|
@@ -99,9 +99,6 @@
|
|
|
99
99
|
"str_reaction": "Reaction",
|
|
100
100
|
"str_9806": "There are no items added yet. Please add and edit items!",
|
|
101
101
|
"str_10106": "The height is adjusted\naccording to the content.",
|
|
102
|
-
"str_grid_height_variable": "Variable"
|
|
103
|
-
"str_10476": "Loading data information.",
|
|
104
|
-
"str_10477": "Data value not linked",
|
|
105
|
-
"str_10478": "No data values to link."
|
|
102
|
+
"str_grid_height_variable": "Variable"
|
|
106
103
|
}
|
|
107
104
|
}
|
|
@@ -109,9 +109,6 @@ declare const locale: {
|
|
|
109
109
|
str_9806: string;
|
|
110
110
|
str_10106: string;
|
|
111
111
|
str_grid_height_variable: string;
|
|
112
|
-
str_10476: string;
|
|
113
|
-
str_10477: string;
|
|
114
|
-
str_10478: string;
|
|
115
112
|
};
|
|
116
113
|
};
|
|
117
114
|
readonly en: {
|
|
@@ -223,9 +220,6 @@ declare const locale: {
|
|
|
223
220
|
str_9806: string;
|
|
224
221
|
str_10106: string;
|
|
225
222
|
str_grid_height_variable: string;
|
|
226
|
-
str_10476: string;
|
|
227
|
-
str_10477: string;
|
|
228
|
-
str_10478: string;
|
|
229
223
|
};
|
|
230
224
|
};
|
|
231
225
|
readonly ja: {
|
|
@@ -337,9 +331,6 @@ declare const locale: {
|
|
|
337
331
|
str_9806: string;
|
|
338
332
|
str_10106: string;
|
|
339
333
|
str_grid_height_variable: string;
|
|
340
|
-
str_10476: string;
|
|
341
|
-
str_10477: string;
|
|
342
|
-
str_10478: string;
|
|
343
334
|
};
|
|
344
335
|
};
|
|
345
336
|
readonly es: {
|
|
@@ -451,9 +442,6 @@ declare const locale: {
|
|
|
451
442
|
str_9806: string;
|
|
452
443
|
str_10106: string;
|
|
453
444
|
str_grid_height_variable: string;
|
|
454
|
-
str_10476: string;
|
|
455
|
-
str_10477: string;
|
|
456
|
-
str_10478: string;
|
|
457
445
|
};
|
|
458
446
|
};
|
|
459
447
|
readonly 'zh-cn': {
|
|
@@ -565,9 +553,6 @@ declare const locale: {
|
|
|
565
553
|
str_9806: string;
|
|
566
554
|
str_10106: string;
|
|
567
555
|
str_grid_height_variable: string;
|
|
568
|
-
str_10476: string;
|
|
569
|
-
str_10477: string;
|
|
570
|
-
str_10478: string;
|
|
571
556
|
};
|
|
572
557
|
};
|
|
573
558
|
readonly 'zh-tw': {
|
|
@@ -679,9 +664,6 @@ declare const locale: {
|
|
|
679
664
|
str_9806: string;
|
|
680
665
|
str_10106: string;
|
|
681
666
|
str_grid_height_variable: string;
|
|
682
|
-
str_10476: string;
|
|
683
|
-
str_10477: string;
|
|
684
|
-
str_10478: string;
|
|
685
667
|
};
|
|
686
668
|
};
|
|
687
669
|
readonly fil: {
|
|
@@ -786,9 +768,6 @@ declare const locale: {
|
|
|
786
768
|
str_9806: string;
|
|
787
769
|
str_10106: string;
|
|
788
770
|
str_grid_height_variable: string;
|
|
789
|
-
str_10476: string;
|
|
790
|
-
str_10477: string;
|
|
791
|
-
str_10478: string;
|
|
792
771
|
};
|
|
793
772
|
};
|
|
794
773
|
};
|
|
@@ -106,9 +106,6 @@
|
|
|
106
106
|
"str_reaction": "Reaction",
|
|
107
107
|
"str_9806": "There are no items added yet. Please add and edit items!",
|
|
108
108
|
"str_10106": "The height is adjusted\naccording to the content.",
|
|
109
|
-
"str_grid_height_variable": "Variable"
|
|
110
|
-
"str_10476": "Loading data information.",
|
|
111
|
-
"str_10477": "Data value not linked",
|
|
112
|
-
"str_10478": "No data values to link."
|
|
109
|
+
"str_grid_height_variable": "Variable"
|
|
113
110
|
}
|
|
114
111
|
}
|
|
@@ -107,9 +107,6 @@
|
|
|
107
107
|
"str_reaction": "반응",
|
|
108
108
|
"str_9806": "아직 추가된 항목이 없어요. 항목을 추가하고 편집해주세요!",
|
|
109
109
|
"str_10106": "내용에 따라 높이가 조절됩니다.",
|
|
110
|
-
"str_grid_height_variable": "가변"
|
|
111
|
-
"str_10476": "데이터 정보를 불러오는 중입니다.",
|
|
112
|
-
"str_10477": "데이터 값 연결되지 않음",
|
|
113
|
-
"str_10478": "연결할 데이터 값이 없습니다."
|
|
110
|
+
"str_grid_height_variable": "가변"
|
|
114
111
|
}
|
|
115
112
|
}
|
|
@@ -106,9 +106,6 @@
|
|
|
106
106
|
"str_reaction": "Reaction",
|
|
107
107
|
"str_9806": "There are no items added yet. Please add and edit items!",
|
|
108
108
|
"str_10106": "The height is adjusted\naccording to the content.",
|
|
109
|
-
"str_grid_height_variable": "Variable"
|
|
110
|
-
"str_10476": "Loading data information.",
|
|
111
|
-
"str_10477": "Data value not linked",
|
|
112
|
-
"str_10478": "No data values to link."
|
|
109
|
+
"str_grid_height_variable": "Variable"
|
|
113
110
|
}
|
|
114
111
|
}
|
|
@@ -106,9 +106,6 @@
|
|
|
106
106
|
"str_reaction": "Reaction",
|
|
107
107
|
"str_9806": "There are no items added yet. Please add and edit items!",
|
|
108
108
|
"str_10106": "The height is adjusted\naccording to the content.",
|
|
109
|
-
"str_grid_height_variable": "Variable"
|
|
110
|
-
"str_10476": "Loading data information.",
|
|
111
|
-
"str_10477": "Data value not linked",
|
|
112
|
-
"str_10478": "No data values to link."
|
|
109
|
+
"str_grid_height_variable": "Variable"
|
|
113
110
|
}
|
|
114
111
|
}
|
|
@@ -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
|
}
|