@texturehq/edges 1.6.0 → 1.6.1

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.cts CHANGED
@@ -1601,7 +1601,7 @@ interface DataControlsProps {
1601
1601
  onClear?: () => void;
1602
1602
  placeholder?: string;
1603
1603
  };
1604
- /** How to display search on narrow containers */
1604
+ /** @deprecated Search is always expanded on narrow containers. This prop is kept for backward compatibility but has no effect. */
1605
1605
  searchMobileMode?: "expanded" | "collapsed";
1606
1606
  /** Active filters */
1607
1607
  filters?: Filter[];
@@ -1667,7 +1667,8 @@ interface DataControlsProps {
1667
1667
  * />
1668
1668
  * ```
1669
1669
  */
1670
- declare function DataControls({ search, searchMobileMode, filters, onRemoveFilter, onClearAllFilters, onManageFilters, maxVisibleFilterChips, sort, resultsCount, className, style, }: DataControlsProps): react_jsx_runtime.JSX.Element | null;
1670
+ declare function DataControls({ search, searchMobileMode: _searchMobileMode, // Deprecated: kept for backward compatibility
1671
+ filters, onRemoveFilter, onClearAllFilters, onManageFilters, maxVisibleFilterChips, sort, resultsCount, className, style, }: DataControlsProps): react_jsx_runtime.JSX.Element | null;
1671
1672
 
1672
1673
  interface ResultsCountProps {
1673
1674
  /** Number of results/items */
package/dist/index.d.ts CHANGED
@@ -1601,7 +1601,7 @@ interface DataControlsProps {
1601
1601
  onClear?: () => void;
1602
1602
  placeholder?: string;
1603
1603
  };
1604
- /** How to display search on narrow containers */
1604
+ /** @deprecated Search is always expanded on narrow containers. This prop is kept for backward compatibility but has no effect. */
1605
1605
  searchMobileMode?: "expanded" | "collapsed";
1606
1606
  /** Active filters */
1607
1607
  filters?: Filter[];
@@ -1667,7 +1667,8 @@ interface DataControlsProps {
1667
1667
  * />
1668
1668
  * ```
1669
1669
  */
1670
- declare function DataControls({ search, searchMobileMode, filters, onRemoveFilter, onClearAllFilters, onManageFilters, maxVisibleFilterChips, sort, resultsCount, className, style, }: DataControlsProps): react_jsx_runtime.JSX.Element | null;
1670
+ declare function DataControls({ search, searchMobileMode: _searchMobileMode, // Deprecated: kept for backward compatibility
1671
+ filters, onRemoveFilter, onClearAllFilters, onManageFilters, maxVisibleFilterChips, sort, resultsCount, className, style, }: DataControlsProps): react_jsx_runtime.JSX.Element | null;
1671
1672
 
1672
1673
  interface ResultsCountProps {
1673
1674
  /** Number of results/items */