@vonage/vwc-tooltip 2.32.0 → 2.34.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vwc-tooltip",
3
- "version": "2.32.0",
3
+ "version": "2.34.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.32.0",
31
- "@vonage/vvd-foundation": "2.32.0",
32
- "@vonage/vwc-icon-button": "2.32.0",
33
- "@vonage/vwc-popup": "2.32.0",
30
+ "@vonage/vvd-core": "2.34.0",
31
+ "@vonage/vvd-foundation": "2.34.0",
32
+ "@vonage/vwc-icon-button": "2.34.0",
33
+ "@vonage/vwc-popup": "2.34.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.32.0",
40
- "@vonage/vvd-typography": "2.32.0",
41
- "@vonage/vvd-umbrella": "2.32.0",
39
+ "@vonage/vvd-design-tokens": "2.34.0",
40
+ "@vonage/vvd-typography": "2.34.0",
41
+ "@vonage/vvd-umbrella": "2.34.0",
42
42
  "typescript": "^4.3.2"
43
43
  },
44
- "gitHead": "eeb7694dfee9594e4388f50589dbf7f5de6c9f0c"
44
+ "gitHead": "e582f2efce9f76fba3cc893ffa005983c21e7d79"
45
45
  }
@@ -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:.5rem .75rem;color:var(--vvd-color-primary)}`;
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)}`;
@@ -7,7 +7,7 @@
7
7
 
8
8
  &-title {
9
9
  @include typography.typography-cat-shorthand('body-2-bold');
10
- padding: 0.5rem 0.75rem;
10
+ padding: 8px 12px;
11
11
  color: var(#{scheme-variables.$vvd-color-primary});
12
12
  }
13
13
  }
@@ -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:.5rem .75rem;color:var(--vvd-color-primary)}`;
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
@@ -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,yOAAyO,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:.5rem .75rem;color:var(--vvd-color-primary)}`;"]}
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)}`;"]}