Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Vonage/vivid into ISSUE-1…
Browse files Browse the repository at this point in the history
…191/fix/snackbar-header-not-showing

� Conflicts:
�	ui-tests/index.ts
  • Loading branch information
rachelbt committed Feb 28, 2022
2 parents fb323c0 + 6510ef0 commit d2421e8
Show file tree
Hide file tree
Showing 163 changed files with 2,351 additions and 739 deletions.
2 changes: 1 addition & 1 deletion .depcheckrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ignore-patterns: ["*.js", "*.d.ts"]
ignore-patterns: ["*.js", "*.d.ts", "*.scss"]
ignores: ["tslib", "@material/*", "@vonage/vvd-design-tokens-properties", "!@material/mwc-*", "sass", "key", "main", "alternate", "typography", "partials", "mdc-ripple-common", "@vonage/vvd-design-tokens", "@vonage/vvd-foundation", "@vonage/vvd-typography", "@vonage/vvd-style-coupling", "@vonage/vwc-textfield", "scheme-mixins"]
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.25.9](https://github.com/Vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


### Bug Fixes

* **workspace:** resolve missing dependencies ([#1230](https://github.com/Vonage/vivid/issues/1230)) ([b52e418](https://github.com/Vonage/vivid/commit/b52e4180e7bcfbbb338db2c96b29f12d60ca241b))





## [2.25.8](https://github.com/Vonage/vivid/compare/v2.25.7...v2.25.8) (2022-02-05)


### Bug Fixes

* **top-app-bar-fixed:** missing dependency ([553005c](https://github.com/Vonage/vivid/commit/553005cae751404f47df81f4386359c78a6ba3d1))





## [2.25.7](https://github.com/Vonage/vivid/compare/v2.25.6...v2.25.7) (2022-02-02)


### Bug Fixes

* **storybook:** fix broken links ([#1224](https://github.com/Vonage/vivid/issues/1224)) ([57d80e0](https://github.com/Vonage/vivid/commit/57d80e0a897ac36dbccd460d104e869e7fb0e240))





## [2.25.6](https://github.com/Vonage/vivid/compare/v2.25.5...v2.25.6) (2022-01-30)

**Note:** Version bump only for package @vivid/root
Expand Down
108 changes: 56 additions & 52 deletions __snapshots__/expansion panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,34 @@
#### `should have internal contents`

```html
<button
aria-controls="content"
class="expansion-panel-header"
>
<mwc-ripple>
</mwc-ripple>
<span class="leading-icon">
<slot name="icon">
</slot>
</span>
click me
<span class="trailing-icon">
<slot name="trailingIcon">
<vwc-icon
class="toggle-open"
type="chevron-down-solid"
>
</vwc-icon>
<vwc-icon
class="toggle-close"
type="chevron-up-solid"
>
</vwc-icon>
</slot>
</span>
</button>
<h3 class="expansion-panel-header">
<button
aria-controls="content"
class="expansion-panel-button"
>
<mwc-ripple>
</mwc-ripple>
<span class="leading-icon">
<slot name="icon">
</slot>
</span>
click me
<span class="trailing-icon">
<slot name="trailingIcon">
<vwc-icon
class="toggle-open"
type="chevron-down-solid"
>
</vwc-icon>
<vwc-icon
class="toggle-close"
type="chevron-up-solid"
>
</vwc-icon>
</slot>
</span>
</button>
</h3>
<div
class="expansion-panel-body"
id="content"
Expand All @@ -42,32 +44,34 @@
#### `should have internal contents (deprecated 'header')`

```html
<button
aria-controls="content"
class="expansion-panel-header"
>
<mwc-ripple>
</mwc-ripple>
<span class="leading-icon">
<slot name="icon">
</slot>
</span>
click me
<span class="trailing-icon">
<slot name="trailingIcon">
<vwc-icon
class="toggle-open"
type="chevron-down-solid"
>
</vwc-icon>
<vwc-icon
class="toggle-close"
type="chevron-up-solid"
>
</vwc-icon>
</slot>
</span>
</button>
<h3 class="expansion-panel-header">
<button
aria-controls="content"
class="expansion-panel-button"
>
<mwc-ripple>
</mwc-ripple>
<span class="leading-icon">
<slot name="icon">
</slot>
</span>
click me
<span class="trailing-icon">
<slot name="trailingIcon">
<vwc-icon
class="toggle-open"
type="chevron-down-solid"
>
</vwc-icon>
<vwc-icon
class="toggle-close"
type="chevron-up-solid"
>
</vwc-icon>
</slot>
</span>
</button>
</h3>
<div
class="expansion-panel-body"
id="content"
Expand Down
25 changes: 25 additions & 0 deletions __snapshots__/tooltip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# `tooltip`

#### `should internal contents`

```html
<vwc-popup
alternate="true"
anchor=""
arrow=""
exportparts="vvd-scheme-alternate"
strategy="fixed"
>
<div class="tooltip">
<header
class="tooltip-header"
part="vvd-scheme-alternate"
>
<div class="tooltip-title">
</div>
</header>
</div>
</vwc-popup>

```

12 changes: 12 additions & 0 deletions common/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)



## [2.25.8](https://github.com/vonage/vivid/compare/v2.25.7...v2.25.8) (2022-02-05)



## [2.25.7](https://github.com/vonage/vivid/compare/v2.25.6...v2.25.7) (2022-02-02)



## [2.25.6](https://github.com/vonage/vivid/compare/v2.25.5...v2.25.6) (2022-01-30)


Expand Down
12 changes: 6 additions & 6 deletions common/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vvd-context",
"version": "2.25.6",
"version": "2.25.9",
"description": "> TODO: description",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/context#readme",
"license": "ISC",
Expand Down Expand Up @@ -28,15 +28,15 @@
"url": "https://github.com/Vonage/vivid/issues"
},
"dependencies": {
"@vonage/vvd-core": "2.25.6",
"@vonage/vvd-core": "2.25.9",
"lit-element": "^2.4.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.25.6",
"@vonage/vvd-foundation": "2.25.6",
"@vonage/vvd-typography": "2.25.6",
"@vonage/vvd-umbrella": "2.25.6",
"@vonage/vvd-design-tokens": "2.25.9",
"@vonage/vvd-foundation": "2.25.9",
"@vonage/vvd-typography": "2.25.9",
"@vonage/vvd-umbrella": "2.25.9",
"typescript": "^4.3.2"
}
}
12 changes: 12 additions & 0 deletions common/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)



## [2.25.8](https://github.com/vonage/vivid/compare/v2.25.7...v2.25.8) (2022-02-05)



## [2.25.7](https://github.com/vonage/vivid/compare/v2.25.6...v2.25.7) (2022-02-02)



## [2.25.6](https://github.com/vonage/vivid/compare/v2.25.5...v2.25.6) (2022-01-30)


Expand Down
8 changes: 4 additions & 4 deletions common/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vvd-core",
"version": "2.25.6",
"version": "2.25.9",
"description": "> TODO: description",
"author": "yinonov <yinon@hotmail.com>",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/core#readme",
Expand All @@ -27,12 +27,12 @@
"url": "https://github.com/Vonage/vivid/issues"
},
"dependencies": {
"@vonage/vvd-fonts": "2.25.6",
"@vonage/vvd-scheme": "2.25.6",
"@vonage/vvd-fonts": "2.25.9",
"@vonage/vvd-scheme": "2.25.9",
"tslib": "^2.3.0"
},
"devDependencies": {
"@vonage/vvd-umbrella": "2.25.6",
"@vonage/vvd-umbrella": "2.25.9",
"typescript": "^4.3.2"
}
}
17 changes: 17 additions & 0 deletions common/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


### Bug Fixes

* **workspace:** resolve missing dependencies ([#1230](https://github.com/vonage/vivid/issues/1230)) ([b52e418](https://github.com/vonage/vivid/commit/b52e4180e7bcfbbb338db2c96b29f12d60ca241b))



## [2.25.8](https://github.com/vonage/vivid/compare/v2.25.7...v2.25.8) (2022-02-05)



## [2.25.7](https://github.com/vonage/vivid/compare/v2.25.6...v2.25.7) (2022-02-02)



## [2.25.6](https://github.com/vonage/vivid/compare/v2.25.5...v2.25.6) (2022-01-30)


Expand Down
3 changes: 2 additions & 1 deletion common/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vvd-design-tokens",
"version": "2.25.6",
"version": "2.25.9",
"description": "Vivid Design Tokens Builder",
"homepage": "https://github.com/Vonage/vivid/tree/master/common/design-tokens#readme",
"license": "ISC",
Expand Down Expand Up @@ -28,6 +28,7 @@
"@vonage/vvd-design-tokens-properties": "0.9.0",
"lodash": "^4.17.21",
"ramda": "^0.27.1",
"remove-dir-safe": "^2.0.0",
"style-dictionary": "^3.0.1"
}
}
12 changes: 12 additions & 0 deletions common/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)



## [2.25.8](https://github.com/vonage/vivid/compare/v2.25.7...v2.25.8) (2022-02-05)



## [2.25.7](https://github.com/vonage/vivid/compare/v2.25.6...v2.25.7) (2022-02-02)



## [2.25.6](https://github.com/vonage/vivid/compare/v2.25.5...v2.25.6) (2022-01-30)


Expand Down
6 changes: 3 additions & 3 deletions common/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vvd-fonts",
"version": "2.25.6",
"version": "2.25.9",
"description": "Vivid fonts initialisation service",
"homepage": "https://github.com/Vonage/vivid/tree/master/common/fonts",
"license": "ISC",
Expand Down Expand Up @@ -32,8 +32,8 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@vonage/vvd-foundation": "2.25.6",
"@vonage/vvd-umbrella": "2.25.6",
"@vonage/vvd-foundation": "2.25.9",
"@vonage/vvd-umbrella": "2.25.9",
"typescript": "^4.3.2"
}
}
12 changes: 12 additions & 0 deletions common/foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)



## [2.25.8](https://github.com/vonage/vivid/compare/v2.25.7...v2.25.8) (2022-02-05)



## [2.25.7](https://github.com/vonage/vivid/compare/v2.25.6...v2.25.7) (2022-02-02)



## [2.25.6](https://github.com/vonage/vivid/compare/v2.25.5...v2.25.6) (2022-01-30)


Expand Down
6 changes: 3 additions & 3 deletions common/foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vvd-foundation",
"version": "2.25.6",
"version": "2.25.9",
"description": "internal package to hold constants, definitions and primitives to be used in the rest of Vivid ecosystem",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/foundation#readme",
"license": "ISC",
Expand Down Expand Up @@ -31,8 +31,8 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.25.6",
"@vonage/vvd-umbrella": "2.25.6",
"@vonage/vvd-design-tokens": "2.25.9",
"@vonage/vvd-umbrella": "2.25.9",
"typescript": "^4.3.2"
}
}
12 changes: 12 additions & 0 deletions common/scheme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)



## [2.25.8](https://github.com/vonage/vivid/compare/v2.25.7...v2.25.8) (2022-02-05)



## [2.25.7](https://github.com/vonage/vivid/compare/v2.25.6...v2.25.7) (2022-02-02)



## [2.25.6](https://github.com/vonage/vivid/compare/v2.25.5...v2.25.6) (2022-01-30)


Expand Down
Loading

0 comments on commit d2421e8

Please sign in to comment.