@saasmakers/ui 0.1.84 → 0.1.85

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.
@@ -110,7 +110,7 @@ declare global {
110
110
  declare module 'vue' {
111
111
  interface GlobalDirectives {
112
112
  vTooltip: Directive<HTMLElement, string | undefined | {
113
- content: string
113
+ content?: string
114
114
  hideOnTargetClick?: boolean
115
115
  html?: boolean
116
116
  trigger?: 'click' | 'focus' | 'hover' | 'manual'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saasmakers/ui",
3
3
  "type": "module",
4
- "version": "0.1.84",
4
+ "version": "0.1.85",
5
5
  "private": false,
6
6
  "description": "Reusable Nuxt UI components for SaaS Makers projects",
7
7
  "license": "MIT",