Skip to content

Commit 48c30b6

Browse files
committed
Merge remote-tracking branch 'origin/dev' into v1/dev
2 parents 8b7422f + 311f33c commit 48c30b6

File tree

4 files changed

+185
-35
lines changed

4 files changed

+185
-35
lines changed

package-lock.json

Lines changed: 180 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@storybook/web-components": "6.5.6",
7575
"@types/chai": "4.3.0",
7676
"@typescript-eslint/eslint-plugin": "5.15.0",
77-
"@typescript-eslint/parser": "5.15.0",
77+
"@typescript-eslint/parser": "5.28.0",
7878
"@web/dev-server-esbuild": "0.2.16",
7979
"@web/test-runner": "0.13.27",
8080
"@web/test-runner-playwright": "0.8.8",
@@ -84,7 +84,7 @@
8484
"esbuild": "0.14.27",
8585
"eslint": "8.11.0",
8686
"eslint-config-prettier": "8.5.0",
87-
"eslint-import-resolver-typescript": "2.5.0",
87+
"eslint-import-resolver-typescript": "2.7.1",
8888
"eslint-plugin-html": "6.2.0",
8989
"eslint-plugin-import": "2.25.4",
9090
"eslint-plugin-lit": "1.6.1",
@@ -117,7 +117,7 @@
117117
"rollup-plugin-postcss": "4.0.2",
118118
"tsc-files": "1.1.3",
119119
"turbo": "1.2.15",
120-
"typescript": "4.7.2",
120+
"typescript": "4.7.4",
121121
"vite": "2.9.9",
122122
"vite-tsconfig-paths": "3.5.0",
123123
"web-component-analyzer": "1.1.6"

packages/uui-symbol-expand/lib/uui-symbol-expand.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { css, html, LitElement } from 'lit';
33
import { property } from 'lit/decorators.js';
44

55
/**
6-
* A symbol indicating weather related composition is expanded or collapsed
6+
* A symbol indicating whether related composition is expanded or collapsed
77
* @element uui-symbol-expand
88
*/
99
@defineElement('uui-symbol-expand')

packages/uui-symbol-sort/lib/uui-symbol-sort.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { property } from 'lit/decorators.js';
55

66
/**
77
* @element uui-symbol-sort
8-
* @description A symbol indicating weather related composition is sorting(active) and weather the sorting is ascending or descending.
8+
* @description A symbol indicating whether related composition is sorting(active) and whether the sorting is ascending or descending.
99
* Please define aria-sort on the header for the composition.
1010
*/
1111
@defineElement('uui-symbol-sort')

0 commit comments

Comments
 (0)