@gomeniucivan/ui 1.0.35 → 1.0.37

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.mts CHANGED
@@ -2599,6 +2599,9 @@ interface HotkeyInputProps {
2599
2599
  declare const HotkeyInput: react.NamedExoticComponent<HotkeyInputProps>;
2600
2600
 
2601
2601
  interface PreviewGroupPreviewOptions extends GroupPreviewConfig {
2602
+ classNames?: {
2603
+ root?: string;
2604
+ };
2602
2605
  toolbarAddon?: ReactNode;
2603
2606
  }
2604
2607
  interface PreviewGroupProps {
package/dist/index.d.ts CHANGED
@@ -2599,6 +2599,9 @@ interface HotkeyInputProps {
2599
2599
  declare const HotkeyInput: react.NamedExoticComponent<HotkeyInputProps>;
2600
2600
 
2601
2601
  interface PreviewGroupPreviewOptions extends GroupPreviewConfig {
2602
+ classNames?: {
2603
+ root?: string;
2604
+ };
2602
2605
  toolbarAddon?: ReactNode;
2603
2606
  }
2604
2607
  interface PreviewGroupProps {