@vonage/vwc-tooltip 2.33.1 → 2.35.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/package.json +9 -9
- package/src/vwc-tooltip.css.ts +1 -1
- package/src/vwc-tooltip.scss +1 -1
- package/vwc-tooltip.css.js +1 -1
- package/vwc-tooltip.css.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vwc-tooltip",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.35.0",
|
|
4
4
|
"description": "tooltip component",
|
|
5
5
|
"homepage": "https://github.com/Vonage/vivid/tree/master/components/tooltip#readme",
|
|
6
6
|
"license": "ISC",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
"url": "https://github.com/Vonage/vivid/issues"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@vonage/vvd-core": "2.
|
|
31
|
-
"@vonage/vvd-foundation": "2.
|
|
32
|
-
"@vonage/vwc-icon-button": "2.
|
|
33
|
-
"@vonage/vwc-popup": "2.
|
|
30
|
+
"@vonage/vvd-core": "2.35.0",
|
|
31
|
+
"@vonage/vvd-foundation": "2.35.0",
|
|
32
|
+
"@vonage/vwc-icon-button": "2.35.0",
|
|
33
|
+
"@vonage/vwc-popup": "2.35.0",
|
|
34
34
|
"lit-element": "^2.4.0",
|
|
35
35
|
"lit-html": "^1.3.0",
|
|
36
36
|
"tslib": "^2.3.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@vonage/vvd-design-tokens": "2.
|
|
40
|
-
"@vonage/vvd-typography": "2.
|
|
41
|
-
"@vonage/vvd-umbrella": "2.
|
|
39
|
+
"@vonage/vvd-design-tokens": "2.35.0",
|
|
40
|
+
"@vonage/vvd-typography": "2.35.0",
|
|
41
|
+
"@vonage/vvd-umbrella": "2.35.0",
|
|
42
42
|
"typescript": "^4.3.2"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "fcc5fe79ad54db7aa0991c7eb4f4287dfbaa4383"
|
|
45
45
|
}
|
package/src/vwc-tooltip.css.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// autogenerated module
|
|
2
2
|
import {css} from 'lit-element';
|
|
3
|
-
export const style = css`.tooltip{width:var(--tooltip-inline-size, 240px)}.tooltip-title{font:600 ultra-condensed 14px / 20px SpeziaWebVariable;letter-spacing:0px;text-decoration:none;text-transform:none;padding
|
|
3
|
+
export const style = css`.tooltip{width:var(--tooltip-inline-size, 240px)}.tooltip-title{font:600 ultra-condensed 14px / 20px SpeziaWebVariable;letter-spacing:0px;text-decoration:none;text-transform:none;padding:8px 12px;color:var(--vvd-color-primary)}`;
|
package/src/vwc-tooltip.scss
CHANGED
package/vwc-tooltip.css.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { css } from 'lit-element';
|
|
2
|
-
export const style = css `.tooltip{width:var(--tooltip-inline-size, 240px)}.tooltip-title{font:600 ultra-condensed 14px / 20px SpeziaWebVariable;letter-spacing:0px;text-decoration:none;text-transform:none;padding
|
|
2
|
+
export const style = css `.tooltip{width:var(--tooltip-inline-size, 240px)}.tooltip-title{font:600 ultra-condensed 14px / 20px SpeziaWebVariable;letter-spacing:0px;text-decoration:none;text-transform:none;padding:8px 12px;color:var(--vvd-color-primary)}`;
|
|
3
3
|
//# sourceMappingURL=vwc-tooltip.css.js.map
|
package/vwc-tooltip.css.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vwc-tooltip.css.js","sourceRoot":"","sources":["src/vwc-tooltip.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,GAAG,EAAC,MAAM,aAAa,CAAC;AAChC,MAAM,CAAC,MAAM,KAAK,GAAG,GAAG,CAAA,
|
|
1
|
+
{"version":3,"file":"vwc-tooltip.css.js","sourceRoot":"","sources":["src/vwc-tooltip.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,GAAG,EAAC,MAAM,aAAa,CAAC;AAChC,MAAM,CAAC,MAAM,KAAK,GAAG,GAAG,CAAA,qOAAqO,CAAC","sourcesContent":["// autogenerated module\nimport {css} from 'lit-element';\nexport const style = css`.tooltip{width:var(--tooltip-inline-size, 240px)}.tooltip-title{font:600 ultra-condensed 14px / 20px SpeziaWebVariable;letter-spacing:0px;text-decoration:none;text-transform:none;padding:8px 12px;color:var(--vvd-color-primary)}`;"]}
|