@htmlbricks/hb-tooltip 0.65.23 → 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": [],
@@ -295,5 +301,5 @@
295
301
  "size": {},
296
302
  "iifePath": "main.iife.js",
297
303
  "repoName": "@htmlbricks/hb-tooltip",
298
- "version": "0.65.23"
304
+ "version": "0.66.0"
299
305
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-tooltip",
3
- "version": "0.65.23",
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": [