@usertour/helpers 0.0.62 → 0.0.63
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/dist/__tests__/convert-settings.test.cjs +1 -0
- package/dist/__tests__/convert-settings.test.js +1 -1
- package/dist/{chunk-H5PTH5RA.js → chunk-XLRBUF5Z.js} +1 -0
- package/dist/convert-settings.cjs +1 -0
- package/dist/convert-settings.js +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
|
@@ -290,6 +290,7 @@ var convertToCssVars = (settings, type = "tooltip") => {
|
|
|
290
290
|
"--usertour-main-active-background-color": hexToHSLString(
|
|
291
291
|
settings.mainColor.autoActive
|
|
292
292
|
),
|
|
293
|
+
"--usertour-ring": hexToHSLString(settings.mainColor.autoActive),
|
|
293
294
|
"--usertour-line-height": `${settings.font.lineHeight}px`,
|
|
294
295
|
"--usertour-widget-popper-border-radius": `${settings.border.borderRadius}px`,
|
|
295
296
|
"--usertour-font-weight-normal": settings.font.fontWeightNormal,
|
|
@@ -227,6 +227,7 @@ var convertToCssVars = (settings, type = "tooltip") => {
|
|
|
227
227
|
"--usertour-main-active-background-color": hexToHSLString(
|
|
228
228
|
settings.mainColor.autoActive
|
|
229
229
|
),
|
|
230
|
+
"--usertour-ring": hexToHSLString(settings.mainColor.autoActive),
|
|
230
231
|
"--usertour-line-height": `${settings.font.lineHeight}px`,
|
|
231
232
|
"--usertour-widget-popper-border-radius": `${settings.border.borderRadius}px`,
|
|
232
233
|
"--usertour-font-weight-normal": settings.font.fontWeightNormal,
|
|
@@ -299,6 +299,7 @@ var convertToCssVars = (settings, type = "tooltip") => {
|
|
|
299
299
|
"--usertour-main-active-background-color": hexToHSLString(
|
|
300
300
|
settings.mainColor.autoActive
|
|
301
301
|
),
|
|
302
|
+
"--usertour-ring": hexToHSLString(settings.mainColor.autoActive),
|
|
302
303
|
"--usertour-line-height": `${settings.font.lineHeight}px`,
|
|
303
304
|
"--usertour-widget-popper-border-radius": `${settings.border.borderRadius}px`,
|
|
304
305
|
"--usertour-font-weight-normal": settings.font.fontWeightNormal,
|
package/dist/convert-settings.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -601,6 +601,7 @@ var convertToCssVars = (settings, type = "tooltip") => {
|
|
|
601
601
|
"--usertour-main-active-background-color": hexToHSLString(
|
|
602
602
|
settings.mainColor.autoActive
|
|
603
603
|
),
|
|
604
|
+
"--usertour-ring": hexToHSLString(settings.mainColor.autoActive),
|
|
604
605
|
"--usertour-line-height": `${settings.font.lineHeight}px`,
|
|
605
606
|
"--usertour-widget-popper-border-radius": `${settings.border.borderRadius}px`,
|
|
606
607
|
"--usertour-font-weight-normal": settings.font.fontWeightNormal,
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usertour/helpers",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.63",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Utility functions and helpers shared across the UserTour project",
|
|
6
6
|
"homepage": "https://www.usertour.io",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
32
|
-
"@usertour/types": "^0.0.
|
|
32
|
+
"@usertour/types": "^0.0.48",
|
|
33
33
|
"chroma-js": "^3.1.2",
|
|
34
34
|
"class-variance-authority": "^0.4.0",
|
|
35
35
|
"date-fns": "^2.30.0",
|