@teamprodevs/appsmith-custom-table 0.4.23 → 0.4.25

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/index.d.ts CHANGED
@@ -5727,6 +5727,11 @@ declare const TableModelSchema: default_2.ZodObject<{
5727
5727
  }>>;
5728
5728
  }, default_2.core.$strip>>;
5729
5729
  translations: default_2.ZodOptional<default_2.ZodRecord<default_2.ZodString, default_2.ZodString>>;
5730
+ locale: default_2.ZodOptional<default_2.ZodString>;
5731
+ direction: default_2.ZodOptional<default_2.ZodDefault<default_2.ZodEnum<{
5732
+ ltr: "ltr";
5733
+ rtl: "rtl";
5734
+ }>>>;
5730
5735
  styles: default_2.ZodOptional<default_2.ZodObject<{
5731
5736
  head: default_2.ZodOptional<default_2.ZodObject<{
5732
5737
  body: default_2.ZodOptional<default_2.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamprodevs/appsmith-custom-table",
3
- "version": "0.4.23",
3
+ "version": "0.4.25",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "keywords": [