@devtable/dashboard 13.23.2 → 13.23.3

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
@@ -266,9 +266,9 @@ export declare const en: {
266
266
  };
267
267
  vertical: {
268
268
  label: string;
269
- left: string;
269
+ top: string;
270
270
  center: string;
271
- right: string;
271
+ bottom: string;
272
272
  };
273
273
  };
274
274
  id: string;
package/dist/i18n/zh.d.ts CHANGED
@@ -266,9 +266,9 @@ export declare const zh: {
266
266
  };
267
267
  vertical: {
268
268
  label: string;
269
- left: string;
269
+ top: string;
270
270
  center: string;
271
- right: string;
271
+ bottom: string;
272
272
  };
273
273
  };
274
274
  id: string;