pds-dev-kit-web 2.2.129 → 2.2.130
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 +2 -2
|
@@ -364,5 +364,6 @@
|
|
|
364
364
|
"sys_cpnt_slider_track_active_undefined": "darkgrey400",
|
|
365
365
|
"sys_cpnt_slider_thumb_normal_undefined": "darkgrey400",
|
|
366
366
|
"sys_cpnt_editor_buttongroup_undefined": "darkgrey400",
|
|
367
|
-
"sys_text_grey_02_hinttext": "darkgrey450"
|
|
367
|
+
"sys_text_grey_02_hinttext": "darkgrey450",
|
|
368
|
+
"sys_component_base_48": "darkgrey700"
|
|
368
369
|
}
|
|
@@ -364,5 +364,6 @@
|
|
|
364
364
|
"sys_cpnt_slider_track_active_undefined": "grey400",
|
|
365
365
|
"sys_cpnt_slider_thumb_normal_undefined": "grey400",
|
|
366
366
|
"sys_cpnt_editor_buttongroup_undefined": "grey400",
|
|
367
|
-
"sys_text_grey_02_hinttext": "grey450"
|
|
367
|
+
"sys_text_grey_02_hinttext": "grey450",
|
|
368
|
+
"sys_component_base_48": "grey700"
|
|
368
369
|
}
|
|
@@ -879,5 +879,6 @@
|
|
|
879
879
|
"ui_cpnt_select_dropdown_border_darktheme_error": "sys_border_line_darktheme_03",
|
|
880
880
|
"ui_cpnt_form_text_hint": "sys_text_grey_02_hinttext",
|
|
881
881
|
"ui_129": "sys_cpnt_sheet_base_13",
|
|
882
|
-
"ui_130": "sys_component_on_base_02"
|
|
882
|
+
"ui_130": "sys_component_on_base_02",
|
|
883
|
+
"ui_cpnt_button_fill_base_on_sheet": "sys_component_base_48"
|
|
883
884
|
}
|
|
@@ -490,6 +490,7 @@ declare const colorSet: {
|
|
|
490
490
|
sys_cpnt_slider_thumb_normal_undefined: string;
|
|
491
491
|
sys_cpnt_editor_buttongroup_undefined: string;
|
|
492
492
|
sys_text_grey_02_hinttext: string;
|
|
493
|
+
sys_component_base_48: string;
|
|
493
494
|
};
|
|
494
495
|
readonly PaletteColor_Dark: {
|
|
495
496
|
sys_container_background_01: string;
|
|
@@ -858,6 +859,7 @@ declare const colorSet: {
|
|
|
858
859
|
sys_cpnt_slider_thumb_normal_undefined: string;
|
|
859
860
|
sys_cpnt_editor_buttongroup_undefined: string;
|
|
860
861
|
sys_text_grey_02_hinttext: string;
|
|
862
|
+
sys_component_base_48: string;
|
|
861
863
|
};
|
|
862
864
|
readonly UIColor: {
|
|
863
865
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -1741,6 +1743,7 @@ declare const colorSet: {
|
|
|
1741
1743
|
ui_cpnt_form_text_hint: string;
|
|
1742
1744
|
ui_129: string;
|
|
1743
1745
|
ui_130: string;
|
|
1746
|
+
ui_cpnt_button_fill_base_on_sheet: string;
|
|
1744
1747
|
};
|
|
1745
1748
|
};
|
|
1746
1749
|
export default colorSet;
|
package/package.json
CHANGED
package/release-note.md
CHANGED