pds-dev-kit-web 2.2.73 → 2.2.74
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 +2 -1
- package/dist/src/common/styles/colorSet/index.d.ts +3 -0
- package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
- package/package.json +1 -1
- package/release-note.md +3 -4
|
@@ -352,5 +352,6 @@
|
|
|
352
352
|
"sys_sw_sidebar_item_icon_emphasis": "darkgreen500",
|
|
353
353
|
"sys_sw_sidebar_divider_vertical": "darkgrey100",
|
|
354
354
|
"sys_cpnt_sheet_base_13": "grey50",
|
|
355
|
-
"sys_cpnt_sheet_base_14": "grey900"
|
|
355
|
+
"sys_cpnt_sheet_base_14": "grey900",
|
|
356
|
+
"sys_cpnt_white_opacity60": "white/opacity60"
|
|
356
357
|
}
|
|
@@ -352,5 +352,6 @@
|
|
|
352
352
|
"sys_sw_sidebar_item_icon_emphasis": "darkgreen500",
|
|
353
353
|
"sys_sw_sidebar_divider_vertical": "darkgrey100",
|
|
354
354
|
"sys_cpnt_sheet_base_13": "grey50",
|
|
355
|
-
"sys_cpnt_sheet_base_14": "grey900"
|
|
355
|
+
"sys_cpnt_sheet_base_14": "grey900",
|
|
356
|
+
"sys_cpnt_white_opacity60": "white/opacity60"
|
|
356
357
|
}
|
|
@@ -474,6 +474,7 @@ declare const colorSet: {
|
|
|
474
474
|
sys_sw_sidebar_divider_vertical: string;
|
|
475
475
|
sys_cpnt_sheet_base_13: string;
|
|
476
476
|
sys_cpnt_sheet_base_14: string;
|
|
477
|
+
sys_cpnt_white_opacity60: string;
|
|
477
478
|
};
|
|
478
479
|
readonly PaletteColor_Dark: {
|
|
479
480
|
sys_container_background_01: string;
|
|
@@ -830,6 +831,7 @@ declare const colorSet: {
|
|
|
830
831
|
sys_sw_sidebar_divider_vertical: string;
|
|
831
832
|
sys_cpnt_sheet_base_13: string;
|
|
832
833
|
sys_cpnt_sheet_base_14: string;
|
|
834
|
+
sys_cpnt_white_opacity60: string;
|
|
833
835
|
};
|
|
834
836
|
readonly UIColor: {
|
|
835
837
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -1688,6 +1690,7 @@ declare const colorSet: {
|
|
|
1688
1690
|
ui_117: string;
|
|
1689
1691
|
ui_118: string;
|
|
1690
1692
|
ui_119: string;
|
|
1693
|
+
ui_120: string;
|
|
1691
1694
|
};
|
|
1692
1695
|
};
|
|
1693
1696
|
export default colorSet;
|
package/package.json
CHANGED
package/release-note.md
CHANGED