@davincihealthcare/elty-design-system-vue 1.68.2 → 1.70.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.
@@ -149,6 +149,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRu
149
149
  error?: boolean | undefined;
150
150
  badge?: (string | boolean) | undefined;
151
151
  tooltip?: string | undefined;
152
+ tooltipDelay?: (string | number) | undefined;
152
153
  badgeColor?: import('..').ElBadgeColors | undefined;
153
154
  onClick?: (() => any) | undefined;
154
155
  style?: unknown;
@@ -212,6 +213,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRu
212
213
  error?: boolean | undefined;
213
214
  badge?: (string | boolean) | undefined;
214
215
  tooltip?: string | undefined;
216
+ tooltipDelay?: (string | number) | undefined;
215
217
  badgeColor?: import('..').ElBadgeColors | undefined;
216
218
  onClick?: (() => any) | undefined;
217
219
  style?: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@davincihealthcare/elty-design-system-vue",
3
- "version": "1.68.2",
3
+ "version": "1.70.0",
4
4
  "license": "UNLICENSED",
5
5
  "main": "dist/index.umd.cjs",
6
6
  "types": "dist/index.d.ts",