Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 0c46e69

Browse files
committed
misc
1 parent ac60202 commit 0c46e69

File tree

5 files changed

+19
-0
lines changed

5 files changed

+19
-0
lines changed

packages/material-components-web/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import * as list from '@material/list/index';
3838
import * as menuSurface from '@material/menu-surface/index';
3939
import * as menu from '@material/menu/index';
4040
import * as notchedOutline from '@material/notched-outline/index';
41+
import * as progressIndicator from '@material/progress-indicator/index';
4142
import * as radio from '@material/radio/index';
4243
import * as ripple from '@material/ripple/index';
4344
import * as select from '@material/select/index';
@@ -96,6 +97,7 @@ export {
9697
menu,
9798
menuSurface,
9899
notchedOutline,
100+
progressIndicator,
99101
radio,
100102
ripple,
101103
select,

packages/material-components-web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"@material/menu": "^4.0.0",
4444
"@material/menu-surface": "^4.0.0",
4545
"@material/notched-outline": "^4.0.0",
46+
"@material/progress-indicator": "^4.0.0",
4647
"@material/radio": "^4.0.0",
4748
"@material/ripple": "^4.0.0",
4849
"@material/rtl": "^4.0.0",

packages/mdc-progress-indicator/package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/check-pkg-for-release.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ const CSS_WHITELIST = [
7373
'density',
7474
'dom',
7575
'feature-targeting',
76+
'progress-indicator',
7677
'rtl',
7778
'shape',
7879
'touch-target',
@@ -82,6 +83,7 @@ const NOT_AUTOINIT = [
8283
'auto-init',
8384
'base',
8485
'dom',
86+
'progress-indicator',
8587
'tab', // Only makes sense in context of tab-bar
8688
'tab-indicator', // Only makes sense in context of tab-bar
8789
'tab-scroller', // Only makes sense in context of tab-bar

scripts/webpack/js-bundle-factory.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ class JsBundleFactory {
184184
menu: getAbsolutePath('/packages/mdc-menu/index.ts'),
185185
menuSurface: getAbsolutePath('/packages/mdc-menu-surface/index.ts'),
186186
notchedOutline: getAbsolutePath('/packages/mdc-notched-outline/index.ts'),
187+
progressIndicator: getAbsolutePath('/packages/mdc-progress-indicator/index.ts'),
187188
radio: getAbsolutePath('/packages/mdc-radio/index.ts'),
188189
ripple: getAbsolutePath('/packages/mdc-ripple/index.ts'),
189190
select: getAbsolutePath('/packages/mdc-select/index.ts'),

0 commit comments

Comments
 (0)