@gv-tech/ui-core 2.15.1 → 2.15.2

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
@@ -869,6 +869,7 @@ export declare interface SearchTriggerBaseProps {
869
869
  className?: string;
870
870
  placeholder?: string;
871
871
  variant?: 'default' | 'compact';
872
+ responsive?: boolean;
872
873
  }
873
874
 
874
875
  export declare interface SelectBaseProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gv-tech/ui-core",
3
- "version": "2.15.1",
3
+ "version": "2.15.2",
4
4
  "description": "Shared component contracts (props, variants, sizes) for the GV Tech design system",
5
5
  "repository": {
6
6
  "type": "git",
@@ -10,4 +10,5 @@ export interface SearchTriggerBaseProps {
10
10
  className?: string;
11
11
  placeholder?: string;
12
12
  variant?: 'default' | 'compact';
13
+ responsive?: boolean;
13
14
  }