@devtable/dashboard 13.39.0 → 13.40.1

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/i18n/en.d.ts CHANGED
@@ -897,13 +897,11 @@ export declare const en: {
897
897
  };
898
898
  color: {
899
899
  label: string;
900
- or: string;
901
- set_any_color: string;
902
- pick_a_theme_color: string;
903
900
  background_color: string;
904
901
  text_color: string;
905
902
  click_to_add_a_color: string;
906
903
  color_gradient: string;
904
+ not_set: string;
907
905
  };
908
906
  behavior: {
909
907
  label: string;
package/dist/i18n/zh.d.ts CHANGED
@@ -897,13 +897,11 @@ export declare const zh: {
897
897
  };
898
898
  color: {
899
899
  label: string;
900
- or: string;
901
- set_any_color: string;
902
- pick_a_theme_color: string;
903
900
  background_color: string;
904
901
  text_color: string;
905
902
  click_to_add_a_color: string;
906
903
  color_gradient: string;
904
+ not_set: string;
907
905
  };
908
906
  behavior: {
909
907
  label: string;