pds-dev-kit-web-test 2.5.11 → 2.5.13
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/styles/colorSet/PaletteColor_Dark.json +4 -2
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +5 -3
- package/dist/src/common/styles/colorSet/UIColor.json +3 -1
- package/dist/src/common/styles/colorSet/index.d.ts +8 -2
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +2 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +5 -1
- package/package.json +1 -1
@@ -283,7 +283,7 @@
|
|
283
283
|
"sys_text_button_tooltip": "grey900",
|
284
284
|
"sys_membership_button_base": "white/opacity20",
|
285
285
|
"sys_membership_item_membership_base": "darkgrey50",
|
286
|
-
"sys_membership_item_price_product_base": "
|
286
|
+
"sys_membership_item_price_product_base": "darkgrey70",
|
287
287
|
"sys_component_base_30": "darkgrey400",
|
288
288
|
"sys_component_base_31": "darkgrey200",
|
289
289
|
"sys_component_base_32": "darkgrey20",
|
@@ -354,5 +354,7 @@
|
|
354
354
|
"sys_cpnt_sheet_base_13": "grey50",
|
355
355
|
"sys_cpnt_sheet_base_14": "grey900",
|
356
356
|
"sys_cpnt_white_opacity60": "white/opacity60",
|
357
|
-
"sys_border_line_17": "darkgrey600"
|
357
|
+
"sys_border_line_17": "darkgrey600",
|
358
|
+
"usr_brand_primary_opacity05": "darkblue500/opacity05",
|
359
|
+
"sys_cpnt_sheet_base_15": "grey200"
|
358
360
|
}
|
@@ -282,8 +282,8 @@
|
|
282
282
|
"sys_button_tooltip_base": "black/opacity80",
|
283
283
|
"sys_text_button_tooltip": "white",
|
284
284
|
"sys_membership_button_base": "black/opacity20",
|
285
|
-
"sys_membership_item_membership_base": "
|
286
|
-
"sys_membership_item_price_product_base": "
|
285
|
+
"sys_membership_item_membership_base": "grey10",
|
286
|
+
"sys_membership_item_price_product_base": "grey50",
|
287
287
|
"sys_component_base_30": "grey400",
|
288
288
|
"sys_component_base_31": "grey200",
|
289
289
|
"sys_component_base_32": "grey20",
|
@@ -354,5 +354,7 @@
|
|
354
354
|
"sys_cpnt_sheet_base_13": "grey50",
|
355
355
|
"sys_cpnt_sheet_base_14": "grey900",
|
356
356
|
"sys_cpnt_white_opacity60": "white/opacity60",
|
357
|
-
"sys_border_line_17": "black/opacity00"
|
357
|
+
"sys_border_line_17": "black/opacity00",
|
358
|
+
"usr_brand_primary_opacity05": "blue500/opacity05",
|
359
|
+
"sys_cpnt_sheet_base_15": "grey100"
|
358
360
|
}
|
@@ -858,5 +858,7 @@
|
|
858
858
|
"ui_120": "sys_cpnt_white_opacity60",
|
859
859
|
"ui_121": "sys_component_base_03",
|
860
860
|
"ui_cpnt_tooltip_base_border": "sys_border_line_17",
|
861
|
-
"ui_122": "sys_widget_green_01"
|
861
|
+
"ui_122": "sys_widget_green_01",
|
862
|
+
"ui_123": "usr_brand_primary_opacity05",
|
863
|
+
"ui_124": "sys_cpnt_sheet_base_15"
|
862
864
|
}
|
@@ -119,7 +119,7 @@ declare const colorSet: {
|
|
119
119
|
grey300: string;
|
120
120
|
darkgrey300: string;
|
121
121
|
};
|
122
|
-
readonly
|
122
|
+
readonly PaletteColor_Dark: {
|
123
123
|
sys_container_background_01: string;
|
124
124
|
sys_container_background_02: string;
|
125
125
|
sys_container_background_03: string;
|
@@ -476,8 +476,10 @@ declare const colorSet: {
|
|
476
476
|
sys_cpnt_sheet_base_14: string;
|
477
477
|
sys_cpnt_white_opacity60: string;
|
478
478
|
sys_border_line_17: string;
|
479
|
+
usr_brand_primary_opacity05: string;
|
480
|
+
sys_cpnt_sheet_base_15: string;
|
479
481
|
};
|
480
|
-
readonly
|
482
|
+
readonly PaletteColor_light: {
|
481
483
|
sys_container_background_01: string;
|
482
484
|
sys_container_background_02: string;
|
483
485
|
sys_container_background_03: string;
|
@@ -834,6 +836,8 @@ declare const colorSet: {
|
|
834
836
|
sys_cpnt_sheet_base_14: string;
|
835
837
|
sys_cpnt_white_opacity60: string;
|
836
838
|
sys_border_line_17: string;
|
839
|
+
usr_brand_primary_opacity05: string;
|
840
|
+
sys_cpnt_sheet_base_15: string;
|
837
841
|
};
|
838
842
|
readonly UIColor: {
|
839
843
|
ui_cpnt_button_fill_base_primary: string;
|
@@ -1696,6 +1700,8 @@ declare const colorSet: {
|
|
1696
1700
|
ui_121: string;
|
1697
1701
|
ui_cpnt_tooltip_base_border: string;
|
1698
1702
|
ui_122: string;
|
1703
|
+
ui_123: string;
|
1704
|
+
ui_124: string;
|
1699
1705
|
};
|
1700
1706
|
};
|
1701
1707
|
export default colorSet;
|
@@ -5,13 +5,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
6
|
/* eslint-disable import/order */
|
7
7
|
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
8
|
-
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
9
8
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
9
|
+
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
10
10
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
11
11
|
var colorSet = {
|
12
12
|
SemanticColor: SemanticColor_json_1.default,
|
13
|
-
PaletteColor_light: PaletteColor_light_json_1.default,
|
14
13
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
14
|
+
PaletteColor_light: PaletteColor_light_json_1.default,
|
15
15
|
UIColor: UIColor_json_1.default
|
16
16
|
};
|
17
17
|
exports.default = colorSet;
|
@@ -59,7 +59,11 @@ function Text(props) {
|
|
59
59
|
: CB_EFFECT_PROP_ENTANIM['CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE'] === 'NONE';
|
60
60
|
var hasEffect = !isNoneEffectType;
|
61
61
|
var effectVisibleStyle = hasEffect ? { opacity: isVisible ? 1 : 0 } : {};
|
62
|
-
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [isEditModeAndHidden && (0, jsx_runtime_1.jsx)(S_HiddenCover_1.S_HiddenCover, {}), (0, jsx_runtime_1.jsx)(S_CB_AnimationObserverBox_1.S_CB_AnimationObserverBox, __assign({ style:
|
62
|
+
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [isEditModeAndHidden && (0, jsx_runtime_1.jsx)(S_HiddenCover_1.S_HiddenCover, {}), (0, jsx_runtime_1.jsx)(S_CB_AnimationObserverBox_1.S_CB_AnimationObserverBox, __assign({ style: {
|
63
|
+
height: '100%',
|
64
|
+
display: 'flex',
|
65
|
+
alignItems: textStyle.alignItems
|
66
|
+
}, ref: hasEffect ? cbRef : null, effectVisibleStyle: effectVisibleStyle }, { children: (0, jsx_runtime_1.jsx)(S_CB_Box_1.S_CB_Box, __assign({ className: "cb-layout-box", normalStyle: __assign(__assign(__assign(__assign(__assign(__assign({}, textStyle), propsStyle), layoutStyle), effectCssProperties), { whiteSpace: 'pre-wrap', wordBreak: 'break-word', cursor: CLINKCursor, height: 'fit-content', minWidth: '2ch' }), textStyle), hoverStyle: __assign(__assign(__assign({}, textHoverStyle), propsHoverStyle), { whiteSpace: 'pre-wrap', wordBreak: 'break-word' }), onClick: onClickCLINK }, { children: props.CB_CONTENT_PROP_TEXT.CB_CONTENT_PROP_TEXT_SPEC_TEXT })) }))] }));
|
63
67
|
}
|
64
68
|
function getTextStyles(props, device) {
|
65
69
|
var availableSpecCodes = [
|