@devtable/dashboard 13.29.4 → 13.30.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
@@ -378,6 +378,13 @@ export declare const en: {
378
378
  fallback_value: string;
379
379
  fallback_value_description: string;
380
380
  };
381
+ guide: {
382
+ text: string;
383
+ tabs: {
384
+ guide: string;
385
+ vars: string;
386
+ };
387
+ };
381
388
  };
382
389
  };
383
390
  style: {
package/dist/i18n/zh.d.ts CHANGED
@@ -378,6 +378,13 @@ export declare const zh: {
378
378
  fallback_value: string;
379
379
  fallback_value_description: string;
380
380
  };
381
+ guide: {
382
+ text: string;
383
+ tabs: {
384
+ guide: string;
385
+ vars: string;
386
+ };
387
+ };
381
388
  };
382
389
  };
383
390
  style: {