@turquoisehealth/pit-viper 2.66.0 → 2.66.1-dev.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.66.0",
3
+ "version": "2.66.1-dev.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {
@@ -129,7 +129,7 @@ declare type __VLS_PublicProps_11 = {
129
129
  } & __VLS_Props_11;
130
130
 
131
131
  declare type __VLS_PublicProps_2 = {
132
- modelValue: string;
132
+ modelValue?: string;
133
133
  } & __VLS_Props_2;
134
134
 
135
135
  declare type __VLS_PublicProps_3 = {
@@ -416,6 +416,7 @@ export declare interface MenuOption {
416
416
  renderer?: Component;
417
417
  rendererProps?: any;
418
418
  classList?: string[];
419
+ searchText?: string;
419
420
  }
420
421
 
421
422
  declare type MenuOptionsVariant = `${MenuItemType}`;
@@ -1179,7 +1180,7 @@ default?(_: {}): any;
1179
1180
  };
1180
1181
  }) | null;
1181
1182
  searchInputRef: CreateComponentPublicInstanceWithMixins<Readonly<{
1182
- modelValue: string;
1183
+ modelValue?: string;
1183
1184
  } & PvSearchInputProps> & Readonly<{
1184
1185
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1185
1186
  }>, {
@@ -1199,7 +1200,7 @@ C: {};
1199
1200
  M: {};
1200
1201
  Defaults: {};
1201
1202
  }, Readonly<{
1202
- modelValue: string;
1203
+ modelValue?: string;
1203
1204
  } & PvSearchInputProps> & Readonly<{
1204
1205
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1205
1206
  }>, {