pds-dev-kit-web 1.9.0-beta.2 → 1.9.0-beta.3
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/services/i18n/resources/en.json +797 -361
- package/dist/src/common/services/i18n/resources/es.json +523 -87
- package/dist/src/common/services/i18n/resources/index.d.ts +9126 -12
- package/dist/src/common/services/i18n/resources/index.js +5 -1
- package/dist/src/common/services/i18n/resources/jp.json +523 -87
- package/dist/src/common/services/i18n/resources/ko.json +523 -87
- package/dist/src/common/services/i18n/resources/zh-cn.json +3685 -0
- package/dist/src/common/services/i18n/resources/zh-tw.json +3685 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +4 -3
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +2 -1
- package/dist/src/common/styles/colorSet/UIColor.json +5 -2
- package/dist/src/common/styles/colorSet/index.d.ts +703 -698
- package/dist/src/common/styles/colorSet/index.js +3 -3
- package/dist/src/common/styles/colorSet/ui-type.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +7 -32
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.d.ts +7 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +25 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.d.ts +6 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +71 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.js +8 -0
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +48 -0
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateC/desktop/D_TemplateC.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateD/desktop/D_TemplateD.js +1 -1
- package/dist/src/sub/DynamicLayout/types.d.ts +3 -1
- package/dist/storybook-static/{main.43b6f244.iframe.bundle.d.ts → main.7e8e72d0.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{main.43b6f244.iframe.bundle.js → main.7e8e72d0.iframe.bundle.js} +429 -258
- package/package.json +1 -1
- package/release-note.md +10 -24
|
@@ -253,7 +253,8 @@
|
|
|
253
253
|
"sys_editor_base_pages": "darkskyblue100",
|
|
254
254
|
"sys_editor_base_papp": "darkgreen100",
|
|
255
255
|
"sys_text_black": "black",
|
|
256
|
-
"sys_component_base_26": "
|
|
257
|
-
"sys_component_base_27": "
|
|
258
|
-
"sys_component_base_28": "darkgrey500"
|
|
256
|
+
"sys_component_base_26": "grey30",
|
|
257
|
+
"sys_component_base_27": "grey70",
|
|
258
|
+
"sys_component_base_28": "darkgrey500",
|
|
259
|
+
"sys_widget_sidebar_label_text": "darkgrey500/opacity70"
|
|
259
260
|
}
|
|
@@ -693,6 +693,9 @@
|
|
|
693
693
|
"ui_avatar_border_brandprimary": "usr_brand_primary",
|
|
694
694
|
"ui_avatar_border": "sys_border_line_09",
|
|
695
695
|
"ui_editor_rightside_title_tabbar_base": "sys_component_base_02",
|
|
696
|
-
"ui_editor_preview_base": "
|
|
697
|
-
"ui_editor_preview_divice_area_border": "sys_border_line_02"
|
|
696
|
+
"ui_editor_preview_base": "sys_component_base_06",
|
|
697
|
+
"ui_editor_preview_divice_area_border": "sys_border_line_02",
|
|
698
|
+
"ui_editor_preview_background": "sys_component_base_06",
|
|
699
|
+
"ui_editor_leftside_base": "sys_component_base_04",
|
|
700
|
+
"ui_cpnt_sidebar_label_text": "sys_widget_sidebar_label_text"
|
|
698
701
|
}
|