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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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.

0 commit comments

Comments
 (0)