@schematichq/schematic-components 0.3.3 → 0.3.4

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.
@@ -1159,6 +1159,7 @@ declare interface DesignProps_3 {
1159
1159
  isVisible: boolean;
1160
1160
  fontStyle: FontStyle;
1161
1161
  };
1162
+ visibleFeatures: string[];
1162
1163
  }
1163
1164
 
1164
1165
  declare interface DesignProps_4 {
@@ -3219,6 +3220,10 @@ declare interface UpdatePaymentMethodResponse {
3219
3220
 
3220
3221
  export declare const useEmbed: () => EmbedContextProps;
3221
3222
 
3223
+ export declare function useIsLightBackground(): boolean;
3224
+
3225
+ export declare function useWrapChildren(elements: HTMLElement[]): boolean;
3226
+
3222
3227
  export declare const Viewport: ForwardRefExoticComponent<Omit<ViewportProps, "ref"> & RefAttributes<HTMLDivElement | null>>;
3223
3228
 
3224
3229
  export declare interface ViewportProps extends React.HTMLProps<HTMLDivElement> {