@devtable/dashboard 13.41.2 → 13.42.0

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
@@ -988,5 +988,11 @@ export declare const en: {
988
988
  require_a_number: string;
989
989
  };
990
990
  };
991
+ spotlight: {
992
+ trigger_text: string;
993
+ main_group: string;
994
+ placeholder: string;
995
+ not_found: string;
996
+ };
991
997
  };
992
998
  };
package/dist/i18n/zh.d.ts CHANGED
@@ -988,5 +988,11 @@ export declare const zh: {
988
988
  require_a_number: string;
989
989
  };
990
990
  };
991
+ spotlight: {
992
+ trigger_text: string;
993
+ main_group: string;
994
+ placeholder: string;
995
+ not_found: string;
996
+ };
991
997
  };
992
998
  };