Skip to content

Commit 857f496

Browse files
docs(usage): update v8 playgrounds to use correct path (#3305)
1 parent 51e3319 commit 857f496

File tree

385 files changed

+691
-691
lines changed

Some content is hidden

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

385 files changed

+691
-691
lines changed

static/usage/v8/accordion/accessibility/animations/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ import vue from './vue.md';
66
import angular from './angular.md';
77

88
<Playground
9-
version="7"
9+
version="8"
1010
code={{
1111
javascript,
1212
react,
1313
vue,
1414
angular,
1515
}}
16-
src="usage/v7/accordion/accessibility/animations/demo.html"
16+
src="usage/v8/accordion/accessibility/animations/demo.html"
1717
/>

static/usage/v8/accordion/basic/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ import vue from './vue.md';
66
import angular from './angular.md';
77

88
<Playground
9-
version="7"
9+
version="8"
1010
code={{
1111
javascript,
1212
react,
1313
vue,
1414
angular,
1515
}}
16-
src="usage/v7/accordion/basic/demo.html"
16+
src="usage/v8/accordion/basic/demo.html"
1717
size="210px"
1818
/>

static/usage/v8/accordion/customization/advanced-expansion-styles/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import angular_example_component_css from './angular/example_component_css.md';
1212
import angular_example_component_ts from './angular/example_component_ts.md';
1313

1414
<Playground
15-
version="7"
15+
version="8"
1616
code={{
1717
javascript,
1818
react: {
@@ -31,5 +31,5 @@ import angular_example_component_ts from './angular/example_component_ts.md';
3131
},
3232
}}
3333
size="250px"
34-
src="usage/v7/accordion/customization/advanced-expansion-styles/demo.html"
34+
src="usage/v8/accordion/customization/advanced-expansion-styles/demo.html"
3535
/>

static/usage/v8/accordion/customization/expansion-styles/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ import vue from './vue.md';
66
import angular from './angular.md';
77

88
<Playground
9-
version="7"
9+
version="8"
1010
code={{
1111
javascript,
1212
react,
1313
vue,
1414
angular,
1515
}}
1616
size="250px"
17-
src="usage/v7/accordion/customization/expansion-styles/demo.html"
17+
src="usage/v8/accordion/customization/expansion-styles/demo.html"
1818
/>

static/usage/v8/accordion/customization/icons/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ import vue from './vue.md';
66
import angular from './angular.md';
77

88
<Playground
9-
version="7"
9+
version="8"
1010
code={{
1111
javascript,
1212
react,
1313
vue,
1414
angular,
1515
}}
1616
size="250px"
17-
src="usage/v7/accordion/customization/icons/demo.html"
17+
src="usage/v8/accordion/customization/icons/demo.html"
1818
/>

static/usage/v8/accordion/customization/theming/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import angular_example_component_html from './angular/example_component_html.md'
1111
import angular_global_css from './angular/global_css.md';
1212

1313
<Playground
14-
version="7"
14+
version="8"
1515
code={{
1616
javascript,
1717
react: {
@@ -29,5 +29,5 @@ import angular_global_css from './angular/global_css.md';
2929
},
3030
}}
3131
size="250px"
32-
src="usage/v7/accordion/customization/theming/demo.html"
32+
src="usage/v8/accordion/customization/theming/demo.html"
3333
/>

static/usage/v8/accordion/disable-group/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ import vue from './vue.md';
66
import angular from './angular.md';
77

88
<Playground
9-
version="7"
9+
version="8"
1010
code={{
1111
javascript,
1212
react,
1313
vue,
1414
angular,
1515
}}
16-
src="usage/v7/accordion/disable-group/demo.html"
16+
src="usage/v8/accordion/disable-group/demo.html"
1717
/>

static/usage/v8/accordion/disable/group/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ import vue from './vue.md';
66
import angular from './angular.md';
77

88
<Playground
9-
version="7"
9+
version="8"
1010
code={{
1111
javascript,
1212
react,
1313
vue,
1414
angular,
1515
}}
16-
src="usage/v7/accordion/disable/group/demo.html"
16+
src="usage/v8/accordion/disable/group/demo.html"
1717
/>

static/usage/v8/accordion/disable/individual/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ import vue from './vue.md';
66
import angular from './angular.md';
77

88
<Playground
9-
version="7"
9+
version="8"
1010
code={{
1111
javascript,
1212
react,
1313
vue,
1414
angular,
1515
}}
1616
size="210px"
17-
src="usage/v7/accordion/disable/individual/demo.html"
17+
src="usage/v8/accordion/disable/individual/demo.html"
1818
/>

static/usage/v8/accordion/listen-changes/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import angular_example_component_html from './angular/example_component_html.md'
88
import angular_example_component_ts from './angular/example_component_ts.md';
99

1010
<Playground
11-
version="7"
11+
version="8"
1212
code={{
1313
javascript,
1414
react,
@@ -21,6 +21,6 @@ import angular_example_component_ts from './angular/example_component_ts.md';
2121
},
2222
}}
2323
size="320px"
24-
src="usage/v7/accordion/listen-changes/demo.html"
24+
src="usage/v8/accordion/listen-changes/demo.html"
2525
showConsole={true}
2626
/>

static/usage/v8/accordion/multiple/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ import vue from './vue.md';
66
import angular from './angular.md';
77

88
<Playground
9-
version="7"
9+
version="8"
1010
code={{
1111
javascript,
1212
react,
1313
vue,
1414
angular,
1515
}}
1616
size="320px"
17-
src="usage/v7/accordion/multiple/demo.html"
17+
src="usage/v8/accordion/multiple/demo.html"
1818
/>

static/usage/v8/accordion/readonly/group/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ import vue from './vue.md';
66
import angular from './angular.md';
77

88
<Playground
9-
version="7"
9+
version="8"
1010
code={{
1111
javascript,
1212
react,
1313
vue,
1414
angular,
1515
}}
1616
size="210px"
17-
src="usage/v7/accordion/readonly/group/demo.html"
17+
src="usage/v8/accordion/readonly/group/demo.html"
1818
/>

static/usage/v8/accordion/readonly/individual/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ import vue from './vue.md';
66
import angular from './angular.md';
77

88
<Playground
9-
version="7"
9+
version="8"
1010
code={{
1111
javascript,
1212
react,
1313
vue,
1414
angular,
1515
}}
16-
src="usage/v7/accordion/readonly/individual/demo.html"
16+
src="usage/v8/accordion/readonly/individual/demo.html"
1717
/>

static/usage/v8/accordion/toggle/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import angular_example_component_html from './angular/example_component_html.md'
88
import angular_example_component_ts from './angular/example_component_ts.md';
99

1010
<Playground
11-
version="7"
11+
version="8"
1212
code={{
1313
javascript,
1414
react,
@@ -21,5 +21,5 @@ import angular_example_component_ts from './angular/example_component_ts.md';
2121
},
2222
}}
2323
size="medium"
24-
src="usage/v7/accordion/toggle/demo.html"
24+
src="usage/v8/accordion/toggle/demo.html"
2525
/>

static/usage/v8/action-sheet/controller/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import angular_example_component_ts from './angular/example_component_ts.md';
1010
import angular_example_component_html from './angular/example_component_html.md';
1111

1212
<Playground
13-
version="7"
13+
version="8"
1414
code={{
1515
javascript,
1616
react,
@@ -22,6 +22,6 @@ import angular_example_component_html from './angular/example_component_html.md'
2222
},
2323
},
2424
}}
25-
src="usage/v7/action-sheet/controller/demo.html"
25+
src="usage/v8/action-sheet/controller/demo.html"
2626
devicePreview
2727
/>

static/usage/v8/action-sheet/inline/isOpen/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import angular_example_component_ts from './angular/example_component_ts.md';
1010
import angular_example_component_html from './angular/example_component_html.md';
1111

1212
<Playground
13-
version="7"
13+
version="8"
1414
code={{
1515
javascript,
1616
react,
@@ -22,6 +22,6 @@ import angular_example_component_html from './angular/example_component_html.md'
2222
},
2323
},
2424
}}
25-
src="usage/v7/action-sheet/inline/isOpen/demo.html"
25+
src="usage/v8/action-sheet/inline/isOpen/demo.html"
2626
devicePreview
2727
/>

static/usage/v8/action-sheet/inline/trigger/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import angular_example_component_ts from './angular/example_component_ts.md';
1010
import angular_example_component_html from './angular/example_component_html.md';
1111

1212
<Playground
13-
version="7"
13+
version="8"
1414
code={{
1515
javascript,
1616
react,
@@ -22,6 +22,6 @@ import angular_example_component_html from './angular/example_component_html.md'
2222
},
2323
},
2424
}}
25-
src="usage/v7/action-sheet/inline/trigger/demo.html"
25+
src="usage/v8/action-sheet/inline/trigger/demo.html"
2626
devicePreview
2727
/>

static/usage/v8/action-sheet/role-info-on-dismiss/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import angular_example_component_html from './angular/example_component_html.md'
1212
import angular_example_component_css from './angular/example_component_css.md';
1313

1414
<Playground
15-
version="7"
15+
version="8"
1616
code={{
1717
javascript,
1818
react: {
@@ -30,7 +30,7 @@ import angular_example_component_css from './angular/example_component_css.md';
3030
},
3131
},
3232
}}
33-
src="usage/v7/action-sheet/role-info-on-dismiss/demo.html"
33+
src="usage/v8/action-sheet/role-info-on-dismiss/demo.html"
3434
devicePreview
3535
showConsole
3636
/>

static/usage/v8/action-sheet/theming/css-properties/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import angular_example_component_html from './angular/example_component_html.md'
1212
import angular_global_css from './angular/global_css.md';
1313

1414
<Playground
15-
version="7"
15+
version="8"
1616
code={{
1717
javascript,
1818
react: {
@@ -30,6 +30,6 @@ import angular_global_css from './angular/global_css.md';
3030
},
3131
},
3232
}}
33-
src="usage/v7/action-sheet/theming/css-properties/demo.html"
33+
src="usage/v8/action-sheet/theming/css-properties/demo.html"
3434
devicePreview
3535
/>

static/usage/v8/action-sheet/theming/styling/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import angular_example_component_html from './angular/example_component_html.md'
1212
import angular_global_css from './angular/global_css.md';
1313

1414
<Playground
15-
version="7"
15+
version="8"
1616
code={{
1717
javascript,
1818
react: {
@@ -30,6 +30,6 @@ import angular_global_css from './angular/global_css.md';
3030
},
3131
},
3232
}}
33-
src="usage/v7/action-sheet/theming/styling/demo.html"
33+
src="usage/v8/action-sheet/theming/styling/demo.html"
3434
devicePreview
3535
/>

static/usage/v8/alert/buttons/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import angular_example_component_html from './angular/example_component_html.md'
88
import angular_example_component_ts from './angular/example_component_ts.md';
99

1010
<Playground
11-
version="7"
11+
version="8"
1212
size="300px"
1313
code={{
1414
javascript,
@@ -21,6 +21,6 @@ import angular_example_component_ts from './angular/example_component_ts.md';
2121
},
2222
},
2323
}}
24-
src="usage/v7/alert/buttons/demo.html"
24+
src="usage/v8/alert/buttons/demo.html"
2525
showConsole={true}
2626
/>

static/usage/v8/alert/customization/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import angular_example_component_ts from './angular/example_component_ts.md';
1111
import angular_global_css from './angular/global_css.md';
1212

1313
<Playground
14-
version="7"
14+
version="8"
1515
size="300px"
1616
code={{
1717
javascript,
@@ -30,5 +30,5 @@ import angular_global_css from './angular/global_css.md';
3030
},
3131
},
3232
}}
33-
src="usage/v7/alert/customization/demo.html"
33+
src="usage/v8/alert/customization/demo.html"
3434
/>

static/usage/v8/alert/inputs/radios/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import angular_example_component_html from './angular/example_component_html.md'
88
import angular_example_component_ts from './angular/example_component_ts.md';
99

1010
<Playground
11-
version="7"
11+
version="8"
1212
size="medium"
1313
code={{
1414
javascript,
@@ -21,5 +21,5 @@ import angular_example_component_ts from './angular/example_component_ts.md';
2121
},
2222
},
2323
}}
24-
src="usage/v7/alert/inputs/radios/demo.html"
24+
src="usage/v8/alert/inputs/radios/demo.html"
2525
/>

static/usage/v8/alert/inputs/text-inputs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import angular_example_component_html from './angular/example_component_html.md'
88
import angular_example_component_ts from './angular/example_component_ts.md';
99

1010
<Playground
11-
version="7"
11+
version="8"
1212
size="450px"
1313
code={{
1414
javascript,
@@ -21,5 +21,5 @@ import angular_example_component_ts from './angular/example_component_ts.md';
2121
},
2222
},
2323
}}
24-
src="usage/v7/alert/inputs/text-inputs/demo.html"
24+
src="usage/v8/alert/inputs/text-inputs/demo.html"
2525
/>

0 commit comments

Comments
 (0)