@woodylab/payload 0.0.127 → 0.0.129

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.
@@ -15,6 +15,6 @@ export const collectionViewModes = {
15
15
  required: true,
16
16
  unique: true,
17
17
  },
18
- fieldCss(),
18
+ fieldCss(false),
19
19
  ],
20
20
  };
@@ -1,3 +1,3 @@
1
1
  import { Field, FieldHook } from 'payload';
2
2
  export declare const concatCssFields: FieldHook;
3
- export declare const fieldCss: () => Field;
3
+ export declare const fieldCss: (enableTabs?: boolean) => Field;