pds-dev-kit-web 2.1.0-alpha.1 → 2.1.0-alpha.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/styles/colorSet/PaletteColor_Dark.json +2 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +2 -1
- package/dist/src/common/styles/colorSet/UIColor.json +6 -1
- package/dist/src/common/styles/colorSet/index.d.ts +7 -0
- package/dist/src/common/styles/colorSet/ui-type.d.ts +5 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.js +1 -1
- package/package.json +1 -1
- package/release-note.md +3 -4
|
@@ -311,5 +311,6 @@
|
|
|
311
311
|
"sys_component_base_43": "darkblue30",
|
|
312
312
|
"sys_icon_grey_darktheme_01": "darkgrey900",
|
|
313
313
|
"sys_icon_grey_darktheme_02": "darkgrey500",
|
|
314
|
-
"sys_icon_grey_darktheme_03": "darkgrey400"
|
|
314
|
+
"sys_icon_grey_darktheme_03": "darkgrey400",
|
|
315
|
+
"sys_widget_grey_01_opacity_50": "darkgrey900/opacity50"
|
|
315
316
|
}
|
|
@@ -311,5 +311,6 @@
|
|
|
311
311
|
"sys_component_base_43": "blue30",
|
|
312
312
|
"sys_icon_grey_darktheme_01": "darkgrey900",
|
|
313
313
|
"sys_icon_grey_darktheme_02": "darkgrey500",
|
|
314
|
-
"sys_icon_grey_darktheme_03": "darkgrey400"
|
|
314
|
+
"sys_icon_grey_darktheme_03": "darkgrey400",
|
|
315
|
+
"sys_widget_grey_01_opacity_50": "grey900/opacity50"
|
|
315
316
|
}
|
|
@@ -794,5 +794,10 @@
|
|
|
794
794
|
"ui_cpnt_dropdown_display_icon_darktheme_enabled": "sys_icon_grey_darktheme_01",
|
|
795
795
|
"ui_cpnt_dropdown_display_icon_darktheme_disabled": "sys_icon_grey_darktheme_03",
|
|
796
796
|
"ui_cpnt_dropdown_display_icon_white_enabled": "sys_widget_white",
|
|
797
|
-
"ui_cpnt_dropdown_display_icon_white_disabled": "sys_widget_grey_03"
|
|
797
|
+
"ui_cpnt_dropdown_display_icon_white_disabled": "sys_widget_grey_03",
|
|
798
|
+
"ui_98": "sys_widget_grey_03",
|
|
799
|
+
"ui_99": "sys_component_base_white_opacity50",
|
|
800
|
+
"ui_100": "sys_widget_grey_01_opacity_50",
|
|
801
|
+
"ui_101": "sys_component_base_25",
|
|
802
|
+
"ui_102": "sys_component_base_black_opacity50"
|
|
798
803
|
}
|
|
@@ -431,6 +431,7 @@ declare const colorSet: {
|
|
|
431
431
|
sys_icon_grey_darktheme_01: string;
|
|
432
432
|
sys_icon_grey_darktheme_02: string;
|
|
433
433
|
sys_icon_grey_darktheme_03: string;
|
|
434
|
+
sys_widget_grey_01_opacity_50: string;
|
|
434
435
|
};
|
|
435
436
|
readonly PaletteColor_Dark: {
|
|
436
437
|
sys_container_background_01: string;
|
|
@@ -746,6 +747,7 @@ declare const colorSet: {
|
|
|
746
747
|
sys_icon_grey_darktheme_01: string;
|
|
747
748
|
sys_icon_grey_darktheme_02: string;
|
|
748
749
|
sys_icon_grey_darktheme_03: string;
|
|
750
|
+
sys_widget_grey_01_opacity_50: string;
|
|
749
751
|
};
|
|
750
752
|
readonly UIColor: {
|
|
751
753
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -1544,6 +1546,11 @@ declare const colorSet: {
|
|
|
1544
1546
|
ui_cpnt_dropdown_display_icon_darktheme_disabled: string;
|
|
1545
1547
|
ui_cpnt_dropdown_display_icon_white_enabled: string;
|
|
1546
1548
|
ui_cpnt_dropdown_display_icon_white_disabled: string;
|
|
1549
|
+
ui_98: string;
|
|
1550
|
+
ui_99: string;
|
|
1551
|
+
ui_100: string;
|
|
1552
|
+
ui_101: string;
|
|
1553
|
+
ui_102: string;
|
|
1547
1554
|
};
|
|
1548
1555
|
};
|
|
1549
1556
|
export default colorSet;
|
|
@@ -795,4 +795,9 @@ export interface UITheme {
|
|
|
795
795
|
ui_cpnt_dropdown_display_icon_darktheme_disabled: string;
|
|
796
796
|
ui_cpnt_dropdown_display_icon_white_enabled: string;
|
|
797
797
|
ui_cpnt_dropdown_display_icon_white_disabled: string;
|
|
798
|
+
ui_98: string;
|
|
799
|
+
ui_99: string;
|
|
800
|
+
ui_100: string;
|
|
801
|
+
ui_101: string;
|
|
802
|
+
ui_102: string;
|
|
798
803
|
}
|
|
@@ -15,6 +15,6 @@ function TemplateA() {
|
|
|
15
15
|
});
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)("iframe", { "x-dlayout-section-element-name": "Iframe", id: String(section.id), title: section.manifest.schema, src: section.properties.multiPurposeUrl, style: { border: 'none', width: '100%', height: '100%', display: 'block' }, referrerPolicy: "strict-origin", sandbox: "allow-forms allow-same-origin allow-scripts allow-popups", onLoad: onIframeLoad }, void 0));
|
|
18
|
+
return ((0, jsx_runtime_1.jsx)("iframe", { "x-dlayout-section-element-name": "Iframe", id: String(section.id), title: section.manifest.schema, src: section.properties.multiPurposeUrl + "?cache=" + new Date().getTime(), style: { border: 'none', width: '100%', height: '100%', display: 'block' }, referrerPolicy: "strict-origin", sandbox: "allow-forms allow-same-origin allow-scripts allow-popups", onLoad: onIframeLoad }, void 0));
|
|
19
19
|
}
|
|
20
20
|
exports.default = TemplateA;
|
|
@@ -15,6 +15,6 @@ function TemplateA() {
|
|
|
15
15
|
});
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)("iframe", { "x-dlayout-section-element-name": "Iframe", id: String(section.id), title: section.manifest.schema, src: section.properties.multiPurposeUrl, style: { border: 'none', width: '100%', height: '100%', display: 'block' }, referrerPolicy: "strict-origin", sandbox: "allow-forms allow-same-origin allow-scripts", onLoad: onIframeLoad }, void 0));
|
|
18
|
+
return ((0, jsx_runtime_1.jsx)("iframe", { "x-dlayout-section-element-name": "Iframe", id: String(section.id), title: section.manifest.schema, src: section.properties.multiPurposeUrl + "?cache=" + new Date().getTime(), style: { border: 'none', width: '100%', height: '100%', display: 'block' }, referrerPolicy: "strict-origin", sandbox: "allow-forms allow-same-origin allow-scripts", onLoad: onIframeLoad }, void 0));
|
|
19
19
|
}
|
|
20
20
|
exports.default = TemplateA;
|
package/package.json
CHANGED
package/release-note.md
CHANGED