@devtable/dashboard 12.8.0 → 12.9.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
@@ -419,6 +419,9 @@ export declare const en: {
419
419
  green: string;
420
420
  blue: string;
421
421
  orange: string;
422
+ mapping: {
423
+ value_input_label: string;
424
+ };
422
425
  };
423
426
  };
424
427
  };
package/dist/i18n/zh.d.ts CHANGED
@@ -419,6 +419,9 @@ export declare const zh: {
419
419
  green: string;
420
420
  blue: string;
421
421
  orange: string;
422
+ mapping: {
423
+ value_input_label: string;
424
+ };
422
425
  };
423
426
  };
424
427
  };