@billgangcom/theme-lib 1.69.10 → 1.69.11

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/App.d.ts CHANGED
@@ -10,7 +10,7 @@ interface AppProps {
10
10
  }
11
11
  export declare const App: React.FC<AppProps>;
12
12
  export * from './abstractions';
13
- export { hotReload, splitTextIntoSpans, createTicket } from './lib';
13
+ export { hotReload, splitTextIntoSpans, createTicket, useBuilderPages } from './lib';
14
14
  export { iconNames, type IconNames, ColorVariables, type AspectRatio, aspectRatioOptions, } from '@builder/constants';
15
15
  export { ReCaptchaProvider, useReCaptcha } from './storefront/utils/recapcha';
16
16
  export { useAdaptiveStyles } from './storefront/utils/useAdaptiveStyles';
@@ -124,8 +124,6 @@ export interface ThemeSettings {
124
124
  };
125
125
  inputs: {
126
126
  placeholder: {
127
- height: number;
128
- size: number;
129
127
  color: string;
130
128
  };
131
129
  general: {