Commit Graph

9 Commits

Author SHA1 Message Date
Andrew Jakubowicz
6ec3f06429 fix!: rename "lib" directory to "internal"
BREAKING CHANGE: Rename `@material/web/<component>/lib` to `@material/web/<component>/internal`. Prefer not using internal files.

PiperOrigin-RevId: 550633216
2023-07-24 12:02:59 -07:00
Elizabeth Mitchell
c1aac1174c fix(progress): update circular demos
PiperOrigin-RevId: 549675905
2023-07-20 10:42:43 -07:00
Elizabeth Mitchell
02a509b480 feat(progress): add max property
PiperOrigin-RevId: 549673538
2023-07-20 10:34:59 -07:00
Elizabeth Mitchell
a2b4f6152d fix(progress)!: rename progress property to value
PiperOrigin-RevId: 549471839
2023-07-19 17:31:45 -07:00
Elliott Marquez
7760021f38 refactor(linear-progress): remove will-change from linear progress
will-change has only really introduced maintenance and perf problems into material wiz library. We should avoid will-change before this becomes a real problem for us too.

PiperOrigin-RevId: 549468935
2023-07-19 17:17:19 -07:00
Elizabeth Mitchell
0f7e881ee7 fix(progress): remove circular progress will-change CSS
PiperOrigin-RevId: 549370355
2023-07-19 11:14:04 -07:00
Elizabeth Mitchell
75058ca2be fix(progress): add shared class
PiperOrigin-RevId: 549369009
2023-07-19 11:11:27 -07:00
Elizabeth Mitchell
aea4d5e4fd fix(progress)!: remove circular progress slots
PiperOrigin-RevId: 549190658
2023-07-18 20:57:24 -07:00
Andrew Jakubowicz
15df1d5f1a fix(progress): squash linearprogress and circular progress into progress
This changes the following imports from:

```js
import '@material/web/circularprogress/circular-progress.js';
import '@material/web/linearprogress/linear-progress.js';
```

to

```js
import '@material/web/progress/circular-progress.js';
import '@material/web/progress/linear-progress.js';
```

PiperOrigin-RevId: 547860610
2023-07-13 11:18:24 -07:00