Skip to content

Commit f09ea73

Browse files
committed
docs: update mdc-web version in docs
1 parent 3bd5526 commit f09ea73

File tree

47 files changed

+47
-47
lines changed

Some content is hidden

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

47 files changed

+47
-47
lines changed

REPL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SMUI components provide "bare.css" files to use in the REPL. In a `<svelte:head>
1919
<!-- Material Typography -->
2020
<link
2121
rel="stylesheet"
22-
href="https://unpkg.com/@material/typography@13.0.0/dist/mdc.typography.css"
22+
href="https://unpkg.com/@material/typography@14.0.0/dist/mdc.typography.css"
2323
/>
2424
2525
<!-- SMUI -->

THEMING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Note: The smui-theme compiler will only include the Sass for the packages instal
5555

5656
### Theme Variables
5757

58-
You can check out the READMEs of the MDC-Web components to learn how to deeply style the components. The most important part (and probably the only one you want) is setting the [theme colors](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-theme#color-scheme). For the Material color palette, you can @use ["@material/theme/color-palette"](https://github.com/material-components/material-components-web/blob/v13.0.0/packages/mdc-theme/_color-palette.scss). You might also want to style the [border radius variables](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-shape#sass-variables).
58+
You can check out the READMEs of the MDC-Web components to learn how to deeply style the components. The most important part (and probably the only one you want) is setting the [theme colors](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-theme#color-scheme). For the Material color palette, you can @use ["@material/theme/color-palette"](https://github.com/material-components/material-components-web/blob/v14.0.0/packages/mdc-theme/_color-palette.scss). You might also want to style the [border radius variables](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-shape#sass-variables).
5959

6060
Here is an example `_smui-theme.scss` file you can use as a starting point.
6161

packages/banner/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ https://sveltematerialui.com/demo/banner
1818

1919
See [Banners](https://material.io/components/banners) in the Material design spec.
2020

21-
See [Banner](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-banner) in MDC-Web for information about the upstream library's architecture.
21+
See [Banner](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-banner) in MDC-Web for information about the upstream library's architecture.

packages/button/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ See the [common icon readme](/packages/common/README.md#icon).
6767

6868
See [Buttons](https://material.io/components/buttons) in the Material design spec.
6969

70-
See [Button](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-button) in MDC-Web for information about the upstream library's architecture.
70+
See [Button](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-button) in MDC-Web for information about the upstream library's architecture.

packages/card/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ Equivalent to the [`ClassAdder` with `Div` common component](/packages/common/RE
8888

8989
See [Cards](https://material.io/components/cards) in the Material design spec.
9090

91-
See [Card](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-card) in MDC-Web for information about the upstream library's architecture.
91+
See [Card](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-card) in MDC-Web for information about the upstream library's architecture.

packages/checkbox/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ A checkbox.
4242

4343
See [Checkboxes](https://material.io/components/checkboxes) in the Material design spec.
4444

45-
See [Checkbox](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-checkbox) in MDC-Web for information about the upstream library's architecture.
45+
See [Checkbox](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-checkbox) in MDC-Web for information about the upstream library's architecture.

packages/chips/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ todo...
7878

7979
See [Chips](https://material.io/components/chips) in the Material design spec.
8080

81-
See [Chips](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-chips) in MDC-Web for information about the upstream library's architecture.
81+
See [Chips](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-chips) in MDC-Web for information about the upstream library's architecture.

packages/circular-progress/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ A Circular Progress component.
3131

3232
See [Progress indicators](https://material.io/components/progress-indicators) in the Material design spec.
3333

34-
See [Circular Progress](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-circular-progress) in MDC-Web for information about the upstream library's architecture.
34+
See [Circular Progress](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-circular-progress) in MDC-Web for information about the upstream library's architecture.

packages/data-table/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ https://sveltematerialui.com/demo/data-table
1616

1717
See [Data tables](https://material.io/components/data-tables) in the Material design spec.
1818

19-
See [Data Table](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-data-table) in MDC-Web for information about the upstream library's architecture.
19+
See [Data Table](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-data-table) in MDC-Web for information about the upstream library's architecture.

packages/dialog/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ https://sveltematerialui.com/demo/dialog
1616

1717
See [Dialogs](https://material.io/components/dialogs) in the Material design spec.
1818

19-
See [Dialog](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-dialog) in MDC-Web for information about the upstream library's architecture.
19+
See [Dialog](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-dialog) in MDC-Web for information about the upstream library's architecture.

packages/drawer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ https://sveltematerialui.com/demo/drawer
1616

1717
See [Navigation drawer](https://material.io/components/navigation-drawer) in the Material design spec.
1818

19-
See [Drawer](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-drawer) in MDC-Web for information about the upstream library's architecture.
19+
See [Drawer](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-drawer) in MDC-Web for information about the upstream library's architecture.

packages/fab/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ See the [common icon readme](/packages/common/README.md#icon).
4747

4848
See [Buttons: floating action button](https://material.io/components/buttons-floating-action-button) in the Material design spec.
4949

50-
See [FAB](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-fab) in MDC-Web for information about the upstream library's architecture.
50+
See [FAB](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-fab) in MDC-Web for information about the upstream library's architecture.

packages/floating-label/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ A Floating Label component.
4040

4141
See [Text fields](https://material.io/components/text-fields) in the Material design spec.
4242

43-
See [Floating Label](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-floating-label) in MDC-Web for information about the upstream library's architecture.
43+
See [Floating Label](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-floating-label) in MDC-Web for information about the upstream library's architecture.

packages/form-field/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ The ID is generated using a module context counter, so you don't need to provide
3535

3636
# More Information
3737

38-
See [Form Field](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-form-field) in MDC-Web for information about the upstream library's architecture.
38+
See [Form Field](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-form-field) in MDC-Web for information about the upstream library's architecture.

packages/icon-button/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ See the [common icon readme](/packages/common/README.md#icon).
4444

4545
# More Information
4646

47-
See [Icon Button](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-icon-button) in MDC-Web for information about the upstream library's architecture.
47+
See [Icon Button](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-icon-button) in MDC-Web for information about the upstream library's architecture.

packages/image-list/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ https://sveltematerialui.com/demo/image-list
1616

1717
See [Image lists](https://material.io/components/image-lists) in the Material design spec.
1818

19-
See [Image List](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-image-list) in MDC-Web for information about the upstream library's architecture.
19+
See [Image List](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-image-list) in MDC-Web for information about the upstream library's architecture.

packages/layout-grid/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ An inner layout grid used for nesting. It is meant to be put directly under a ce
5555

5656
See [Responsive layout grid](https://material.io/design/layout/responsive-layout-grid.html) in the Material design spec.
5757

58-
See [Layout Grid](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-layout-grid) in MDC-Web for information about the upstream library's architecture.
58+
See [Layout Grid](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-layout-grid) in MDC-Web for information about the upstream library's architecture.

packages/line-ripple/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ https://sveltematerialui.com/demo/textfield
1818

1919
See [Text fields](https://material.io/components/text-fields) in the Material design spec.
2020

21-
See [Line Ripple](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-line-ripple) in MDC-Web for information about the upstream library's architecture.
21+
See [Line Ripple](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-line-ripple) in MDC-Web for information about the upstream library's architecture.

packages/linear-progress/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ A Linear Progress component.
3232

3333
See [Progress indicators](https://material.io/components/progress-indicators) in the Material design spec.
3434

35-
See [Linear Progress](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-linear-progress) in MDC-Web for information about the upstream library's architecture.
35+
See [Linear Progress](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-linear-progress) in MDC-Web for information about the upstream library's architecture.

packages/list/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ https://sveltematerialui.com/demo/list
1616

1717
See [Lists](https://material.io/components/lists) in the Material design spec.
1818

19-
See [List](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-list) in MDC-Web for information about the upstream library's architecture.
19+
See [List](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-list) in MDC-Web for information about the upstream library's architecture.

packages/menu-surface/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ https://sveltematerialui.com/demo/menu-surface
1616

1717
# More Information
1818

19-
See [Menu Surface](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-menu-surface) in MDC-Web for information about the upstream library's architecture.
19+
See [Menu Surface](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-menu-surface) in MDC-Web for information about the upstream library's architecture.

packages/menu/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ https://sveltematerialui.com/demo/menu
1616

1717
See [Menus](https://material.io/components/menus) in the Material design spec.
1818

19-
See [Menu](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-menu) in MDC-Web for information about the upstream library's architecture.
19+
See [Menu](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-menu) in MDC-Web for information about the upstream library's architecture.

packages/notched-outline/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ https://sveltematerialui.com/demo/textfield
1818

1919
See [Text fields](https://material.io/components/text-fields) in the Material design spec.
2020

21-
See [Notched Outline](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-notched-outline) in MDC-Web for information about the upstream library's architecture.
21+
See [Notched Outline](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-notched-outline) in MDC-Web for information about the upstream library's architecture.

packages/paper/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ Equivalent to the [`ClassAdder` with `Div` common component](/packages/common/RE
5050

5151
See [Elevation](https://material.io/design/environment/elevation.html) in the Material design spec.
5252

53-
See [Elevation](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-elevation) in MDC-Web for information about the upstream library's architecture.
53+
See [Elevation](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-elevation) in MDC-Web for information about the upstream library's architecture.

packages/radio/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ A radio.
4040

4141
See [Radio buttons](https://material.io/components/radio-buttons) in the Material design spec.
4242

43-
See [Radio](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-radio) in MDC-Web for information about the upstream library's architecture.
43+
See [Radio](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-radio) in MDC-Web for information about the upstream library's architecture.

packages/ripple/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ The action accepts an array, with two entries. The first is a boolean, whether t
3737

3838
# More Information
3939

40-
See [Ripple](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-ripple) in MDC-Web for information about the upstream library's architecture.
40+
See [Ripple](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-ripple) in MDC-Web for information about the upstream library's architecture.

packages/segmented-button/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ https://sveltematerialui.com/demo/segmented-button
1616

1717
See [Toggle button](https://material.io/components/buttons#toggle-button) in the Material design spec.
1818

19-
See [Segmented Buttons](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-segmented-button) in MDC-Web for information about the upstream library's architecture.
19+
See [Segmented Buttons](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-segmented-button) in MDC-Web for information about the upstream library's architecture.

packages/select/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ https://sveltematerialui.com/demo/select
1616

1717
See [Dropdown menu](https://material.io/components/menus#dropdown-menu) in the Material design spec.
1818

19-
See [Select](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-select) in MDC-Web for information about the upstream library's architecture.
19+
See [Select](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-select) in MDC-Web for information about the upstream library's architecture.

packages/select/helper-text/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ https://sveltematerialui.com/demo/select
1010

1111
See [Dropdown menu](https://material.io/components/menus#dropdown-menu) in the Material design spec.
1212

13-
See [Select Helper Text](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-select/helper-text) in MDC-Web for information about the upstream library's architecture.
13+
See [Select Helper Text](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-select/helper-text) in MDC-Web for information about the upstream library's architecture.

packages/select/icon/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ https://sveltematerialui.com/demo/select
1010

1111
See [Dropdown menu](https://material.io/components/menus#dropdown-menu) in the Material design spec.
1212

13-
See [Select Icon](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-select/icon) in MDC-Web for information about the upstream library's architecture.
13+
See [Select Icon](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-select/icon) in MDC-Web for information about the upstream library's architecture.

packages/site/src/routes/demo/elevation/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<h5>Installation</h5>
99

10-
<pre class="demo-spaced">npm i -D @material/elevation@^13.0.0</pre>
10+
<pre class="demo-spaced">npm i -D @material/elevation@^14.0.0</pre>
1111

1212
<h5>Demos</h5>
1313

packages/site/src/routes/demo/typography/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<h5>Installation</h5>
99

10-
<pre class="demo-spaced">npm i -D @material/typography@^13.0.0</pre>
10+
<pre class="demo-spaced">npm i -D @material/typography@^14.0.0</pre>
1111

1212
<h5>Demos</h5>
1313

packages/slider/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ https://sveltematerialui.com/demo/slider
1616

1717
See [Sliders](https://material.io/components/sliders) in the Material design spec.
1818

19-
See [Slider](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-slider) in MDC-Web for information about the upstream library's architecture.
19+
See [Slider](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-slider) in MDC-Web for information about the upstream library's architecture.

packages/snackbar/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ https://sveltematerialui.com/demo/snackbar
1616

1717
See [Snackbars](https://material.io/components/snackbars) in the Material design spec.
1818

19-
See [Snackbar](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-snackbar) in MDC-Web for information about the upstream library's architecture.
19+
See [Snackbar](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-snackbar) in MDC-Web for information about the upstream library's architecture.

packages/snackbar/kitchen/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ https://sveltematerialui.com/demo/snackbars
1010

1111
See [Snackbars](https://material.io/components/snackbars) in the Material design spec.
1212

13-
See [Snackbar](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-snackbar) in MDC-Web for information about the upstream library's architecture.
13+
See [Snackbar](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-snackbar) in MDC-Web for information about the upstream library's architecture.

packages/switch/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ A switch.
4040

4141
See [Switches](https://material.io/components/switches) in the Material design spec.
4242

43-
See [Switch](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-switch) in MDC-Web for information about the upstream library's architecture.
43+
See [Switch](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-switch) in MDC-Web for information about the upstream library's architecture.

packages/tab-bar/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ https://sveltematerialui.com/demo/tabs
1616

1717
See [Tabs](https://material.io/components/tabs) in the Material design spec.
1818

19-
See [Tab Bar](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-tab-bar) in MDC-Web for information about the upstream library's architecture.
19+
See [Tab Bar](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-tab-bar) in MDC-Web for information about the upstream library's architecture.

packages/tab-indicator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ https://sveltematerialui.com/demo/tabs
1414

1515
See [Tabs](https://material.io/components/tabs) in the Material design spec.
1616

17-
See [Tab Indicator](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-tab-indicator) in MDC-Web for information about the upstream library's architecture.
17+
See [Tab Indicator](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-tab-indicator) in MDC-Web for information about the upstream library's architecture.

0 commit comments

Comments
 (0)