Skip to content

Commit cf93874

Browse files
committed
chore(deps): bump webcomponents version
1 parent f180396 commit cf93874

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

samples/layouts/splitter/base/ReadMe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- NOTE: do not change this file because it's auto re-generated from template: -->
22
<!-- https://github.com/IgniteUI/igniteui-wc-examples/tree/vnext/templates/browser/sample/ReadMe.md -->
33

4-
This folder contains implementation of Web Components application with example of Sizing feature using [Icon](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
4+
This folder contains implementation of Web Components application with example of Base feature using [Splitter](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
55

66

77
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
@@ -12,10 +12,10 @@ This folder contains implementation of Web Components application with example o
1212
<a target="_blank" href="./src/index.ts" rel="noopener noreferrer">
1313
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="View Code" src="https://dl.infragistics.com/x/img/browsers/button-code.png"/>
1414
</a>
15-
<a target="_blank" href="https://www.infragistics.com/webcomponents-demos/samples/layouts/icon/sizing" rel="noopener noreferrer">
15+
<a target="_blank" href="https://www.infragistics.com/webcomponents-demos/samples/layouts/splitter/base" rel="noopener noreferrer">
1616
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://dl.infragistics.com/x/img/browsers/button-run.png"/>
1717
</a>
18-
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-wc-examples/tree/master/samples/layouts/icon/sizing?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/{SampleFile}" rel="noopener noreferrer">
18+
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-wc-examples/tree/master/samples/layouts/splitter/base?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/{SampleFile}" rel="noopener noreferrer">
1919
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://dl.infragistics.com/x/img/browsers/button-sandbox.png"/>
2020
</a>
2121
</body>
@@ -33,7 +33,7 @@ To set up this project locally, execute these commands:
3333
git clone https://github.com/IgniteUI/igniteui-wc-examples.git
3434
git checkout master
3535
cd ./igniteui-wc-examples
36-
cd ./samples/layouts/icon/sizing
36+
cd ./samples/layouts/splitter/base
3737
```
3838

3939
open above folder in VS Code or type:

samples/layouts/splitter/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@webcomponents/template": "^1.4.2",
2727
"babel-runtime": "^6.26.0",
2828
"core-js": "^3.6.5",
29-
"igniteui-webcomponents": "file:../../../../../igniteui-webcomponents/dist/igniteui-webcomponents-0.0.0.tgz",
29+
"igniteui-webcomponents": "^7.1.0",
3030
"lit": "^3.2.0",
3131
"lit-html": "^3.3.1",
3232
"tslib": "^2.8.1"

samples/layouts/splitter/nested/ReadMe.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<!-- NOTE: do not change this file because it's auto re-generated from template: -->
22
<!-- https://github.com/IgniteUI/igniteui-wc-examples/tree/vnext/templates/browser/sample/ReadMe.md -->
33

4-
This folder contains implementation of Web Components application with example of Nested Splitters feature using [Splitter](https://infragistics.com/webcomponentssite/components/layouts/splitter.html) component.
4+
This folder contains implementation of Web Components application with example of Nested feature using [Splitter](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
5+
56

67
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
78
<body>
8-
<a target="_blank" href="https://infragistics.com/webcomponentssite/components/layouts/splitter.html" rel="noopener noreferrer">
9+
<a target="_blank" href="https://infragistics.com/webcomponentssite/components/general-getting-started.html" rel="noopener noreferrer">
910
<img height="40px" style="border-radius: 0rem" alt="View Docs" src="https://dl.infragistics.com/x/img/browsers/button-docs.png"/>
1011
</a>
1112
<a target="_blank" href="./src/index.ts" rel="noopener noreferrer">

samples/layouts/splitter/nested/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@webcomponents/template": "^1.4.2",
2727
"babel-runtime": "^6.26.0",
2828
"core-js": "^3.6.5",
29-
"igniteui-webcomponents": "file:../../../../../igniteui-webcomponents/dist/igniteui-webcomponents-0.0.0.tgz",
29+
"igniteui-webcomponents": "^7.1.0",
3030
"lit": "^3.2.0",
3131
"lit-html": "^3.3.1",
3232
"tslib": "^2.8.1"

samples/layouts/splitter/styling/ReadMe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- NOTE: do not change this file because it's auto re-generated from template: -->
22
<!-- https://github.com/IgniteUI/igniteui-wc-examples/tree/vnext/templates/browser/sample/ReadMe.md -->
33

4-
This folder contains implementation of Web Components application with example of Styling feature using [Icon](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
4+
This folder contains implementation of Web Components application with example of Styling feature using [Splitter](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
55

66

77
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
@@ -12,10 +12,10 @@ This folder contains implementation of Web Components application with example o
1212
<a target="_blank" href="./src/index.ts" rel="noopener noreferrer">
1313
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="View Code" src="https://dl.infragistics.com/x/img/browsers/button-code.png"/>
1414
</a>
15-
<a target="_blank" href="https://www.infragistics.com/webcomponents-demos/samples/layouts/icon/styling" rel="noopener noreferrer">
15+
<a target="_blank" href="https://www.infragistics.com/webcomponents-demos/samples/layouts/splitter/styling" rel="noopener noreferrer">
1616
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://dl.infragistics.com/x/img/browsers/button-run.png"/>
1717
</a>
18-
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-wc-examples/tree/master/samples/layouts/icon/styling?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/{SampleFile}" rel="noopener noreferrer">
18+
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-wc-examples/tree/master/samples/layouts/splitter/styling?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/{SampleFile}" rel="noopener noreferrer">
1919
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://dl.infragistics.com/x/img/browsers/button-sandbox.png"/>
2020
</a>
2121
</body>
@@ -33,7 +33,7 @@ To set up this project locally, execute these commands:
3333
git clone https://github.com/IgniteUI/igniteui-wc-examples.git
3434
git checkout master
3535
cd ./igniteui-wc-examples
36-
cd ./samples/layouts/icon/styling
36+
cd ./samples/layouts/splitter/styling
3737
```
3838

3939
open above folder in VS Code or type:

samples/layouts/splitter/styling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@webcomponents/template": "^1.4.2",
2727
"babel-runtime": "^6.26.0",
2828
"core-js": "^3.6.5",
29-
"igniteui-webcomponents": "file:../../../../../igniteui-webcomponents/dist/igniteui-webcomponents-0.0.0.tgz",
29+
"igniteui-webcomponents": "^7.1.0",
3030
"lit": "^3.2.0",
3131
"lit-html": "^3.3.1",
3232
"tslib": "^2.8.1"

0 commit comments

Comments
 (0)