@htmlbricks/hb-tooltip 0.65.22 → 0.66.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/manifest.json CHANGED
@@ -204,7 +204,13 @@
204
204
  }
205
205
  },
206
206
  "styleSetup": {
207
- "vars": [],
207
+ "vars": [
208
+ {
209
+ "name": "--tooltip-bg",
210
+ "valueType": "string",
211
+ "defaultValue": ""
212
+ }
213
+ ],
208
214
  "parts": []
209
215
  },
210
216
  "contributors": [],
@@ -287,12 +293,13 @@
287
293
  ],
288
294
  "readmePath": "README.md",
289
295
  "name": "hb-tooltip",
290
- "category": "dev",
296
+ "category": "overlays",
291
297
  "tags": [
292
- "dev"
298
+ "overlays",
299
+ "tooltip"
293
300
  ],
294
301
  "size": {},
295
302
  "iifePath": "main.iife.js",
296
303
  "repoName": "@htmlbricks/hb-tooltip",
297
- "version": "0.65.22"
304
+ "version": "0.66.0"
298
305
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-tooltip",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
5
  "description": "A wrapper component that adds a Bootstrap tooltip to its content",
6
6
  "licenses": [