Skip to content

Commit 25344c6

Browse files
CDN improvements (#1109)
* simplified data lite source * fixed men/women to CDN images * fixed /browsers/wc.png path * fixed /browsers/ig.png path * update performance sample * cdn readme images
1 parent f34fa2e commit 25344c6

File tree

1,503 files changed

+4729
-4699
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,503 files changed

+4729
-4699
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<div style="display: flex; flex-flow: row; font-family: 'Titillium Web'">
3-
<img style="border-radius: 0.25rem" alt="ignite-ui" src="https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/vnext/doc/en/images/readme/ig-banner.png" />
3+
<img style="border-radius: 0.25rem" alt="ignite-ui" src="https://dl.infragistics.com/x/img/browsers/ig-banner.png" />
44
</div>
55

66
# Examples of Ignite UI for Web Components

browser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div style="display: flex; flex-flow: row; font-family: 'Titillium Web'">
2-
<img style="border-radius: 0.25rem" alt="ignite-ui" src="https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/vnext/doc/en/images/readme/ig-banner.png"/>
2+
<img style="border-radius: 0.25rem" alt="ignite-ui" src="https://dl.infragistics.com/x/img/browsers/ig-banner.png"/>
33
</div>
44

55
# Browser App for Web Components

browser/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<base href="/webcomponents-demos/">
1313

1414
<link href="https://fonts.googleapis.com/css?family=Kanit&display=swap" rel="stylesheet">
15-
<link href="https://dl.infragistics.com/x/img/browser/wc.png" rel="shortcut icon" >
15+
<link href="https://dl.infragistics.com/x/img/browsers/wc.png" rel="shortcut icon" >
1616
<link href="https://dl.infragistics.com/x/css/samples/shared.v8.css" rel="stylesheet" type="text/css" />
1717
<link href="https://dl.infragistics.com/x/css/samples/custom-legend.css" rel="stylesheet" type="text/css" />
1818

@@ -26,7 +26,7 @@
2626
<div class="nav-content" >
2727

2828
<!-- <div class="nav-logo">
29-
<img src="https://dl.infragistics.com/x/img/browser/wc.png" width="20px" height="20px">
29+
<img src="https://dl.infragistics.com/x/img/browsers/wc.png" width="20px" height="20px">
3030
<div >SAMPLES BROWSER</div>
3131
</div> -->
3232

browser/src/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<base href="/webcomponents-demos/">
1313

1414
<link href="https://fonts.googleapis.com/css?family=Kanit&display=swap" rel="stylesheet">
15-
<link href="https://dl.infragistics.com/x/img/browser/wc.png" rel="shortcut icon" >
15+
<link href="https://dl.infragistics.com/x/img/browsers/wc.png" rel="shortcut icon" >
1616
<link href="https://dl.infragistics.com/x/css/samples/shared.v8.css" rel="stylesheet" type="text/css" />
1717
<link href="https://dl.infragistics.com/x/css/samples/custom-legend.css" rel="stylesheet" type="text/css" />
1818

@@ -26,7 +26,7 @@
2626
<div class="nav-content" >
2727

2828
<!-- <div class="nav-logo">
29-
<img src="https://dl.infragistics.com/x/img/browser/wc.png" width="20px" height="20px">
29+
<img src="https://dl.infragistics.com/x/img/browsers/wc.png" width="20px" height="20px">
3030
<div >SAMPLES BROWSER</div>
3131
</div> -->
3232

browser/templates/sample/ReadMe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ This folder contains implementation of {PlatformName} application with example o
77
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
88
<body>
99
<a target="_blank" href="https://infragistics.com/webcomponentssite/components/general-getting-started.html" rel="noopener noreferrer">
10-
<img height="40px" style="border-radius: 0rem" alt="View Docs" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-docs.png"/>
10+
<img height="40px" style="border-radius: 0rem" alt="View Docs" src="https://dl.infragistics.com/x/img/browsers/button-docs.png"/>
1111
</a>
1212
<a target="_blank" href="./src/index.ts" rel="noopener noreferrer">
13-
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="View Code" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-code.png"/>
13+
<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>
1515
<a target="_blank" href="https://www.infragistics.com/webcomponents-demos/samples{SampleRoute}" rel="noopener noreferrer">
16-
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-run.png"/>
16+
<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>
1818
<a target="_blank" href="{SandboxUrlEdit}" rel="noopener noreferrer">
19-
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-sandbox.png"/>
19+
<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>
2222
</html>

browser/templates/sample/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>{SampleFileName}</title>
44
<meta charset="UTF-8" />
55

6-
<link rel="shortcut icon" href="https://dl.infragistics.com/x/img/browser/wc.png" >
6+
<link rel="shortcut icon" href="https://dl.infragistics.com/x/img/browsers/wc.png" >
77
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
88
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Kanit&display=swap" />
99
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Titillium Web" />

samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<div style="display: flex; flex-flow: row; font-family: 'Titillium Web'">
3-
<img style="border-radius: 0.25rem" alt="ignite-ui" src="https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/vnext/doc/en/images/readme/ig-banner.png"/>
3+
<img style="border-radius: 0.25rem" alt="ignite-ui" src="https://dl.infragistics.com/x/img/browsers/ig-banner.png"/>
44
</div>
55

66
# Individual Samples of Web Components

samples/charts/category-chart/annotations-all/ReadMe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ This folder contains implementation of Web Components application with example o
77
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
88
<body>
99
<a target="_blank" href="https://infragistics.com/webcomponentssite/components/general-getting-started.html" rel="noopener noreferrer">
10-
<img height="40px" style="border-radius: 0rem" alt="View Docs" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-docs.png"/>
10+
<img height="40px" style="border-radius: 0rem" alt="View Docs" src="https://dl.infragistics.com/x/img/browsers/button-docs.png"/>
1111
</a>
1212
<a target="_blank" href="./src/index.ts" rel="noopener noreferrer">
13-
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="View Code" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-code.png"/>
13+
<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>
1515
<a target="_blank" href="https://www.infragistics.com/webcomponents-demos/samples/charts/category-chart/annotations-all" rel="noopener noreferrer">
16-
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-run.png"/>
16+
<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>
1818
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-wc-examples/tree/master/samples/charts/category-chart/annotations-all?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/{SampleFile}" rel="noopener noreferrer">
19-
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-sandbox.png"/>
19+
<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>
2222
</html>

samples/charts/category-chart/annotations-callouts/ReadMe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ This folder contains implementation of Web Components application with example o
77
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
88
<body>
99
<a target="_blank" href="https://infragistics.com/webcomponentssite/components/general-getting-started.html" rel="noopener noreferrer">
10-
<img height="40px" style="border-radius: 0rem" alt="View Docs" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-docs.png"/>
10+
<img height="40px" style="border-radius: 0rem" alt="View Docs" src="https://dl.infragistics.com/x/img/browsers/button-docs.png"/>
1111
</a>
1212
<a target="_blank" href="./src/index.ts" rel="noopener noreferrer">
13-
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="View Code" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-code.png"/>
13+
<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>
1515
<a target="_blank" href="https://www.infragistics.com/webcomponents-demos/samples/charts/category-chart/annotations-callouts" rel="noopener noreferrer">
16-
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-run.png"/>
16+
<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>
1818
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-wc-examples/tree/master/samples/charts/category-chart/annotations-callouts?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/{SampleFile}" rel="noopener noreferrer">
19-
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-sandbox.png"/>
19+
<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>
2222
</html>

samples/charts/category-chart/annotations-crosshairs/ReadMe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ This folder contains implementation of Web Components application with example o
77
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
88
<body>
99
<a target="_blank" href="https://infragistics.com/webcomponentssite/components/general-getting-started.html" rel="noopener noreferrer">
10-
<img height="40px" style="border-radius: 0rem" alt="View Docs" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-docs.png"/>
10+
<img height="40px" style="border-radius: 0rem" alt="View Docs" src="https://dl.infragistics.com/x/img/browsers/button-docs.png"/>
1111
</a>
1212
<a target="_blank" href="./src/index.ts" rel="noopener noreferrer">
13-
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="View Code" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-code.png"/>
13+
<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>
1515
<a target="_blank" href="https://www.infragistics.com/webcomponents-demos/samples/charts/category-chart/annotations-crosshairs" rel="noopener noreferrer">
16-
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-run.png"/>
16+
<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>
1818
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-wc-examples/tree/master/samples/charts/category-chart/annotations-crosshairs?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/{SampleFile}" rel="noopener noreferrer">
19-
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-sandbox.png"/>
19+
<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>
2222
</html>

0 commit comments

Comments
 (0)