Skip to content

Commit 07207b4

Browse files
asynclizcopybara-github
authored andcommitted
chore: rename primary branch to main
PiperOrigin-RevId: 526749248
1 parent e398099 commit 07207b4

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

docs/components/button.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ outlined, and text.
2020

2121
* [Design article](https://m3.material.io/components/buttons) <!-- {.external} -->
2222
* API Documentation (*coming soon*)
23-
* [Source code](https://github.com/material-components/material-web/tree/master/button)
23+
* [Source code](https://github.com/material-components/material-web/tree/main/button)
2424
<!-- {.external} -->
2525

2626
## Types
@@ -157,7 +157,7 @@ Token | Default value
157157
`--md-elevated-button-label-text-color` | `--md-sys-color-on-surface`
158158
`--md-elevated-button-label-text-type` | `500 0.875rem/1.25rem "Roboto"`
159159

160-
* [All tokens](https://github.com/material-components/material-web/blob/master/tokens/_md-comp-elevated-button.scss)
160+
* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/_md-comp-elevated-button.scss)
161161
<!-- {.external} -->
162162

163163
### Elevated button example
@@ -186,7 +186,7 @@ Token | Default value
186186
`--md-filled-button-label-text-color` | `--md-sys-color-on-primary`
187187
`--md-filled-button-label-text-type` | `500 0.875rem/1.25rem "Roboto"`
188188

189-
* [All tokens](https://github.com/material-components/material-web/blob/master/tokens/_md-comp-filled-button.scss)
189+
* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/_md-comp-filled-button.scss)
190190
<!-- {.external} -->
191191

192192
### Filled button example
@@ -215,7 +215,7 @@ Token | Default value
215215
`--md-tonal-button-label-text-color` | `--md-sys-color-on-secondary-container`
216216
`--md-tonal-button-label-text-type` | `500 0.875rem/1.25rem "Roboto"`
217217

218-
* [All tokens](https://github.com/material-components/material-web/blob/master/tokens/_md-comp-filled-tonal-button.scss)
218+
* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/_md-comp-filled-tonal-button.scss)
219219
<!-- {.external} -->
220220

221221
### Filled tonal button example
@@ -244,7 +244,7 @@ Token | Default value
244244
`--md-outlined-button-label-text-color` | `--md-sys-color-primary`
245245
`--md-outlined-button-label-text-type` | `500 0.875rem/1.25rem "Roboto"`
246246

247-
* [All tokens](https://github.com/material-components/material-web/blob/master/tokens/_md-comp-outlined-button.scss)
247+
* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/_md-comp-outlined-button.scss)
248248
<!-- {.external} -->
249249

250250
### Outlined button example
@@ -271,7 +271,7 @@ Token | Default value
271271
`--md-text-button-label-text-color` | `--md-sys-color-primary`
272272
`--md-text-button-label-text-type` | `500 0.875rem/1.25rem "Roboto"`
273273

274-
* [All tokens](https://github.com/material-components/material-web/blob/master/tokens/_md-comp-text-button.scss)
274+
* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/_md-comp-text-button.scss)
275275
<!-- {.external} -->
276276

277277
### Text button example

docs/components/checkbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ user needs to select one or more options from a list.
1919

2020
* [Design article](https://m3.material.io/components/checkbox) <!-- {.external} -->
2121
* API Documentation (*coming soon*)
22-
* [Source code](https://github.com/material-components/material-web/tree/master/checkbox)
22+
* [Source code](https://github.com/material-components/material-web/tree/main/checkbox)
2323
<!-- {.external} -->
2424

2525
## Usage
@@ -80,7 +80,7 @@ Token | Default value
8080
`--md-checkbox-selected-icon-color` | `--md-sys-color-on-primary`
8181
`--md-checkbox-container-shape` | `2px`
8282

83-
* [All tokens](https://github.com/material-components/material-web/blob/master/tokens/v0_160/_md-comp-checkbox.scss)
83+
* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/v0_160/_md-comp-checkbox.scss)
8484
<!-- {.external} -->
8585

8686
### Example

docs/components/divider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ define tappable regions in an accordion.
1919

2020
* [Design article](https://m3.material.io/components/divider) <!-- {.external} -->
2121
* API Documentation (*coming soon*)
22-
* [Source code](https://github.com/material-components/material-web/tree/master/divider)
22+
* [Source code](https://github.com/material-components/material-web/tree/main/divider)
2323
<!-- {.external} -->
2424

2525
## Usage
@@ -90,7 +90,7 @@ Token | Default value
9090
`--md-divider-color` | `--md-sys-color-outline-variant`
9191
`--md-divider-thickness` | `1px`
9292

93-
* [All tokens](https://github.com/material-components/material-web/blob/master/tokens/v0_160/_md-comp-divider.scss)
93+
* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/v0_160/_md-comp-divider.scss)
9494
<!-- {.external} -->
9595

9696
### Example

docs/components/elevation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ UI’s elevation story.
2020

2121
* [Design article](https://m3.material.io/styles/elevation) <!-- {.external} -->
2222
* API Documentation (*coming soon*)
23-
* [Source code](https://github.com/material-components/material-web/tree/master/elevation)
23+
* [Source code](https://github.com/material-components/material-web/tree/main/elevation)
2424
<!-- {.external} -->
2525

2626
## Usage
@@ -93,7 +93,7 @@ Token | Default value
9393
`--md-elevation-level` | `0`
9494
`--md-elevation-shadow-color` | `--md-sys-color-shadow`
9595

96-
* [All tokens](https://github.com/material-components/material-web/blob/master/tokens/_md-comp-elevation.scss)
96+
* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/_md-comp-elevation.scss)
9797
<!-- {.external} -->
9898

9999
### Example

docs/components/icon-button.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There are two types of icon buttons: standard and contained.
2121

2222
* [Design article](https://m3.material.io/components/icon-buttons) <!-- {.external} -->
2323
* API Documentation (*coming soon*)
24-
* [Source code](https://github.com/material-components/material-web/tree/master/iconbutton)
24+
* [Source code](https://github.com/material-components/material-web/tree/main/iconbutton)
2525
<!-- {.external} -->
2626

2727
## Types
@@ -209,7 +209,7 @@ Token | Default value
209209
`--md-icon-button-state-layer-shape` | `9999px`
210210
`--md-icon-button-icon-size` | `24px`
211211

212-
* [All tokens](https://github.com/material-components/material-web/blob/master/tokens/v0_161/_md-comp-icon-button.scss)
212+
* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/v0_161/_md-comp-icon-button.scss)
213213
<!-- {.external} -->
214214

215215
### Standard Icon Button example
@@ -236,7 +236,7 @@ Token | Default value
236236
`--md-filled-icon-button-container-size` | `40px`
237237
`--md-filled-icon-button-icon-size` | `24px`
238238

239-
* [All tokens](https://github.com/material-components/material-web/blob/master/tokens/v0_161/_md-comp-filled-icon-button.scss)
239+
* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/v0_161/_md-comp-filled-icon-button.scss)
240240
<!-- {.external} -->
241241

242242
### Filled Icon Button example

docs/components/icon.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ created at seven weights across three different styles.
1717

1818
* [Design article](https://m3.material.io/styles/icons) <!-- {.external} -->
1919
* API Documentation (*coming soon*)
20-
* [Source code](https://github.com/material-components/material-web/tree/master/icon)
20+
* [Source code](https://github.com/material-components/material-web/tree/main/icon)
2121
<!-- {.external} -->
2222

2323
## Usage
@@ -145,7 +145,7 @@ Token | Default value
145145
`--md-icon-size` | `24px`
146146
`--md-icon-weight` | `400`
147147
148-
* [All tokens](https://github.com/material-components/material-web/blob/master/icon/lib/_md-comp-icon.scss)
148+
* [All tokens](https://github.com/material-components/material-web/blob/main/icon/lib/_md-comp-icon.scss)
149149
<!-- {.external} -->
150150
151151
### Example

linearprogress/lib/_linear-progress.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
}
1818

1919
// note, transition settings match MDC
20-
// see https://github.com/material-components/material-components-web/blob/master/packages/mdc-linear-progress/_linear-progress.scss#L79
20+
// see https://github.com/material-components/material-components-web/blob/main/packages/mdc-linear-progress/_linear-progress.scss#L79
2121
$_determinate-duration: 250ms;
2222
$_determinate-easing: cubic-bezier(0.4, 0, 0.6, 1);
23-
// see https://github.com/material-components/material-components-web/blob/master/packages/mdc-linear-progress/_linear-progress.scss#L218
23+
// see https://github.com/material-components/material-components-web/blob/main/packages/mdc-linear-progress/_linear-progress.scss#L218
2424
$_indeterminate-duration: 2s;
2525

2626
// Note, track background is a series of animating dots sized to fit
@@ -60,7 +60,7 @@ $rtl-selectors: (
6060
}
6161

6262
// note, the numbers here come directly from the mdc implementation.
63-
// see https://github.com/material-components/material-components-web/blob/master/packages/mdc-linear-progress/_linear-progress.scss#L208.
63+
// see https://github.com/material-components/material-components-web/blob/main/packages/mdc-linear-progress/_linear-progress.scss#L208.
6464
// keyframes
6565
@keyframes primary-indeterminate-translate#{$suffix} {
6666
0% {
@@ -190,7 +190,7 @@ $rtl-selectors: (
190190
}
191191

192192
// note, the numbers here come directly from the mdc implementation.
193-
// see https://github.com/material-components/material-components-web/blob/master/packages/mdc-linear-progress/_linear-progress.scss#L208.
193+
// see https://github.com/material-components/material-components-web/blob/main/packages/mdc-linear-progress/_linear-progress.scss#L208.
194194
.indeterminate .primary-bar {
195195
inset-inline-start: -145.167%;
196196
}

0 commit comments

Comments
 (0)