@sonic-equipment/ui 0.0.52 → 0.0.53

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.ts CHANGED
@@ -3899,7 +3899,7 @@ interface TextFieldProps {
3899
3899
  */
3900
3900
  declare function TextField({ autoFocus, autoGrow, defaultValue, isDisabled, isInvalid, isMultiline, isReadOnly, isRequired, label, maxLength, name, onChange, onInput, onKeyUp, placeholder, rows, showLabel, size, value, }: TextFieldProps): react_jsx_runtime.JSX.Element;
3901
3901
 
3902
- type TranslationId = "'{0}' in all products" | 'List name already exists' | 'An unexpected error occured' | 'Select a list' | 'New list name' | 'Add to list' | 'Chosen filters' | 'Clear' | 'Clear filters' | 'Excl. VAT' | 'Explore by categories' | 'Hide filters' | 'Incl. VAT' | 'Popular searches' | 'Products' | 'Recent searches' | 'Show' | 'Show all' | 'Show filters' | 'Show less' | 'Sort by' | 'Sorry, we could not find matches for' | 'Submit' | 'Suggestions' | 'Cancel' | 'Please Sign In' | 'articles' | 'article' | 'of' | 'sort.relevance' | 'sort.newest' | 'sort.price_asc' | 'sort.price_desc' | 'tag.new' | 'facet.categories' | 'facet.weight' | 'facet.height' | 'You could try' | 'Searching again using more general terms' | 'Double check your spelling' | 'Use fewer keywords' | 'Exploring our products by category';
3902
+ type TranslationId = "'{0}' in all products" | 'List name already exists' | 'An unexpected error occured' | 'Select a list' | 'New list name' | 'Add to list' | 'Chosen filters' | 'Clear' | 'Clear filters' | 'Excl. VAT' | 'Explore by categories' | 'Hide filters' | 'Incl. VAT' | 'Popular searches' | 'Products' | 'Recent searches' | 'Show' | 'Show all' | 'Show filters' | 'Show less' | 'Sort by' | 'Sorry, we could not find matches for' | 'Submit' | 'Suggestions' | 'Cancel' | 'Please Sign In' | 'articles' | 'article' | 'of' | 'sort.relevance' | 'sort.newest' | 'sort.price_asc' | 'sort.price_desc' | 'tag.new' | 'facet.categories' | 'facet.weight' | 'facet.height' | 'You could try' | 'Searching again using more general terms' | 'Double check your spelling' | 'Use fewer keywords' | 'Exploring our products by category' | 'Quick access';
3903
3903
 
3904
3904
  interface FormattedMessageProps {
3905
3905
  fallbackValue?: string;
@@ -4126,10 +4126,11 @@ type QuerySuggestionHit$1 = Hit<{
4126
4126
  }>;
4127
4127
 
4128
4128
  type QuickAccessHit$1 = Hit<{
4129
- id: number;
4130
- image: string;
4131
- title: string;
4132
- url: string;
4129
+ action: {
4130
+ type: string;
4131
+ url: string;
4132
+ };
4133
+ image: Image$1;
4133
4134
  }>;
4134
4135
 
4135
4136
  type RecentSearchHit$1 = Hit<{
@@ -4179,10 +4180,11 @@ type QuerySuggestionHit = Hit<{
4179
4180
  }>
4180
4181
 
4181
4182
  type QuickAccessHit = Hit<{
4182
- id: number
4183
- image: string
4184
- title: string
4185
- url: string
4183
+ action: {
4184
+ type: string
4185
+ url: string
4186
+ }
4187
+ image: Image$1
4186
4188
  }>
4187
4189
 
4188
4190
  type RecentSearchHit = Hit<{