pds-dev-kit-web 1.9.8 → 1.9.9
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 +3 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +3 -1
- package/dist/src/common/styles/colorSet/UIColor.json +8 -1
- package/dist/src/common/styles/colorSet/index.d.ts +11 -0
- package/dist/src/common/styles/colorSet/ui-type.d.ts +7 -0
- package/dist/storybook-static/{main.3ba46dbc.iframe.bundle.d.ts → main.f342bf23.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{main.3ba46dbc.iframe.bundle.js → main.f342bf23.iframe.bundle.js} +138 -138
- package/package.json +1 -1
- package/release-note.md +3 -12
|
@@ -265,5 +265,7 @@
|
|
|
265
265
|
"sys_component_base_pressed_transparent": "darkgrey900/opacity35",
|
|
266
266
|
"sys_text_white_opacity_01": "white/opacity70",
|
|
267
267
|
"sys_component_base_hover_04": "white/opacity30",
|
|
268
|
-
"sys_component_base_pressed_03": "white/opacity20"
|
|
268
|
+
"sys_component_base_pressed_03": "white/opacity20",
|
|
269
|
+
"sys_cpnt_sheet_base_07": "grey100",
|
|
270
|
+
"sys_cpnt_sheet_base_08": "green700"
|
|
269
271
|
}
|
|
@@ -265,5 +265,7 @@
|
|
|
265
265
|
"sys_component_base_pressed_transparent": "darkgrey900/opacity35",
|
|
266
266
|
"sys_text_white_opacity_01": "white/opacity70",
|
|
267
267
|
"sys_component_base_hover_04": "white/opacity30",
|
|
268
|
-
"sys_component_base_pressed_03": "white/opacity20"
|
|
268
|
+
"sys_component_base_pressed_03": "white/opacity20",
|
|
269
|
+
"sys_cpnt_sheet_base_07": "grey100",
|
|
270
|
+
"sys_cpnt_sheet_base_08": "green700"
|
|
269
271
|
}
|
|
@@ -715,5 +715,12 @@
|
|
|
715
715
|
"ui_cpnt_textbutton_white_variation_base_hover": "sys_component_base_hover_04",
|
|
716
716
|
"ui_cpnt_textbutton_white_variation_base_pressed": "sys_component_base_pressed_03",
|
|
717
717
|
"ui_74": "sys_component_base_darktheme_02",
|
|
718
|
-
"ui_cpnt_help_window": "sys_widget_primary_01"
|
|
718
|
+
"ui_cpnt_help_window": "sys_widget_primary_01",
|
|
719
|
+
"ui_cpnt_tutorialmodal_sidetab_hover": "sys_component_base_26",
|
|
720
|
+
"ui_cpnt_tutorialmodal_sidetab_pressed": "sys_component_base_01",
|
|
721
|
+
"ui_cpnt_sheet_base_12": "sys_cpnt_sheet_base_07",
|
|
722
|
+
"ui_cpnt_sheet_base_13": "sys_cpnt_sheet_base_08",
|
|
723
|
+
"ui_cpnt_sheet_border_05": "sys_border_line_12",
|
|
724
|
+
"ui_cpnt_sheet_border_06": "sys_border_line_13",
|
|
725
|
+
"ui_75": "sys_widget_grey_darktheme_02"
|
|
719
726
|
}
|
|
@@ -363,6 +363,8 @@ declare const colorSet: {
|
|
|
363
363
|
sys_text_white_opacity_01: string;
|
|
364
364
|
sys_component_base_hover_04: string;
|
|
365
365
|
sys_component_base_pressed_03: string;
|
|
366
|
+
sys_cpnt_sheet_base_07: string;
|
|
367
|
+
sys_cpnt_sheet_base_08: string;
|
|
366
368
|
};
|
|
367
369
|
readonly PaletteColor_Dark: {
|
|
368
370
|
sys_container_background_01: string;
|
|
@@ -632,6 +634,8 @@ declare const colorSet: {
|
|
|
632
634
|
sys_text_white_opacity_01: string;
|
|
633
635
|
sys_component_base_hover_04: string;
|
|
634
636
|
sys_component_base_pressed_03: string;
|
|
637
|
+
sys_cpnt_sheet_base_07: string;
|
|
638
|
+
sys_cpnt_sheet_base_08: string;
|
|
635
639
|
};
|
|
636
640
|
readonly UIColor: {
|
|
637
641
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -1351,6 +1355,13 @@ declare const colorSet: {
|
|
|
1351
1355
|
ui_cpnt_textbutton_white_variation_base_pressed: string;
|
|
1352
1356
|
ui_74: string;
|
|
1353
1357
|
ui_cpnt_help_window: string;
|
|
1358
|
+
ui_cpnt_tutorialmodal_sidetab_hover: string;
|
|
1359
|
+
ui_cpnt_tutorialmodal_sidetab_pressed: string;
|
|
1360
|
+
ui_cpnt_sheet_base_12: string;
|
|
1361
|
+
ui_cpnt_sheet_base_13: string;
|
|
1362
|
+
ui_cpnt_sheet_border_05: string;
|
|
1363
|
+
ui_cpnt_sheet_border_06: string;
|
|
1364
|
+
ui_75: string;
|
|
1354
1365
|
};
|
|
1355
1366
|
};
|
|
1356
1367
|
export default colorSet;
|
|
@@ -716,4 +716,11 @@ export interface UITheme {
|
|
|
716
716
|
ui_cpnt_textbutton_white_variation_base_pressed: string;
|
|
717
717
|
ui_74: string;
|
|
718
718
|
ui_cpnt_help_window: string;
|
|
719
|
+
ui_cpnt_tutorialmodal_sidetab_hover: string;
|
|
720
|
+
ui_cpnt_tutorialmodal_sidetab_pressed: string;
|
|
721
|
+
ui_cpnt_sheet_base_12: string;
|
|
722
|
+
ui_cpnt_sheet_base_13: string;
|
|
723
|
+
ui_cpnt_sheet_border_05: string;
|
|
724
|
+
ui_cpnt_sheet_border_06: string;
|
|
725
|
+
ui_75: string;
|
|
719
726
|
}
|
package/dist/storybook-static/{main.3ba46dbc.iframe.bundle.d.ts → main.f342bf23.iframe.bundle.d.ts}
RENAMED
|
File without changes
|