@billgangcom/theme-lib 1.69.8 → 1.69.10

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
@@ -13,4 +13,5 @@ export * from './abstractions';
13
13
  export { hotReload, splitTextIntoSpans, createTicket } 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
+ export { useAdaptiveStyles } from './storefront/utils/useAdaptiveStyles';
16
17
  export { formatPrice } from './storefront/utils';
@@ -123,6 +123,11 @@ export interface ThemeSettings {
123
123
  tertiary: ButtonFields;
124
124
  };
125
125
  inputs: {
126
+ placeholder: {
127
+ height: number;
128
+ size: number;
129
+ color: string;
130
+ };
126
131
  general: {
127
132
  height: number;
128
133
  size: number;