pds-dev-kit-web 2.2.152 → 2.2.154
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 +5 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +5 -1
- package/dist/src/common/styles/colorSet/UIColor.json +6 -1
- package/dist/src/common/styles/colorSet/index.d.ts +907 -894
- package/dist/src/common/styles/colorSet/index.js +4 -4
- package/dist/src/common/styles/colorSet/ui-type.d.ts +7 -2
- package/package.json +1 -1
- package/release-note.md +2 -2
|
@@ -369,5 +369,9 @@
|
|
|
369
369
|
"usr_brand_primary_opacity10": "darkblue500/opacity10",
|
|
370
370
|
"sys_component_base_49": "darkgrey70",
|
|
371
371
|
"sys_widget_grey_06": "grey900",
|
|
372
|
-
"sys_component_base_50": "black/opacity50"
|
|
372
|
+
"sys_component_base_50": "black/opacity50",
|
|
373
|
+
"sys_dimmed_01": "black/opacity60",
|
|
374
|
+
"sys_cpnt_sheet_base_51": "black",
|
|
375
|
+
"sys_cpnt_sheet_base_52": "darkgrey50",
|
|
376
|
+
"sys_cpnt_sheet_base_53": "darkgrey80"
|
|
373
377
|
}
|
|
@@ -369,5 +369,9 @@
|
|
|
369
369
|
"usr_brand_primary_opacity10": "blue500/opacity10",
|
|
370
370
|
"sys_component_base_49": "white",
|
|
371
371
|
"sys_widget_grey_06": "darkgrey900",
|
|
372
|
-
"sys_component_base_50": "white/opacity50"
|
|
372
|
+
"sys_component_base_50": "white/opacity50",
|
|
373
|
+
"sys_dimmed_01": "black/opacity60",
|
|
374
|
+
"sys_cpnt_sheet_base_51": "white",
|
|
375
|
+
"sys_cpnt_sheet_base_52": "grey30",
|
|
376
|
+
"sys_cpnt_sheet_base_53": "white"
|
|
373
377
|
}
|
|
@@ -888,5 +888,10 @@
|
|
|
888
888
|
"ui_135": "sys_widget_grey_01",
|
|
889
889
|
"ui_136": "sys_component_base_18",
|
|
890
890
|
"ui_137": "sys_component_base_50",
|
|
891
|
-
"ui_cpnt_modal_gradient_1": "sys_component_base_black_opacity00"
|
|
891
|
+
"ui_cpnt_modal_gradient_1": "sys_component_base_black_opacity00",
|
|
892
|
+
"ui_138": "sys_cpnt_sheet_base_12",
|
|
893
|
+
"ui_139": "sys_dimmed_01",
|
|
894
|
+
"ui_cpnt_sheet_base_29": "sys_cpnt_sheet_base_51",
|
|
895
|
+
"ui_cpnt_sheet_base_30": "sys_cpnt_sheet_base_52",
|
|
896
|
+
"ui_cpnt_sheet_base_31": "sys_cpnt_sheet_base_53"
|
|
892
897
|
}
|