newskit 4.2.0 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/amp/consent/consent-button.d.ts.map +1 -1
- package/cjs/amp/consent/consent-button.js +1 -0
- package/cjs/amp/consent/consent-button.js.map +1 -1
- package/cjs/amp/consent/consent.js +1 -1
- package/cjs/amp/consent/consent.js.map +1 -1
- package/cjs/amp/head/head.js.map +1 -1
- package/cjs/amp/scripts/amp-scripts.js +1 -1
- package/cjs/amp/scripts/amp-scripts.js.map +1 -1
- package/cjs/amp/scripts/connect-amp-script.js +3 -3
- package/cjs/amp/scripts/connect-amp-script.js.map +1 -1
- package/cjs/amp/utils/render.js +3 -3
- package/cjs/amp/utils/render.js.map +1 -1
- package/cjs/amp/utils/style-tag.js +1 -1
- package/cjs/amp/utils/style-tag.js.map +1 -1
- package/cjs/aspect-ratio/aspect-ratio.js +2 -2
- package/cjs/aspect-ratio/aspect-ratio.js.map +1 -1
- package/cjs/aspect-ratio/types.d.ts.map +1 -1
- package/cjs/{text-field → assistive-text}/assistive-text.d.ts +1 -1
- package/cjs/assistive-text/assistive-text.d.ts.map +1 -0
- package/cjs/{text-field → assistive-text}/assistive-text.js +3 -3
- package/cjs/assistive-text/assistive-text.js.map +1 -0
- package/cjs/assistive-text/index.d.ts +3 -0
- package/cjs/assistive-text/index.d.ts.map +1 -0
- package/cjs/assistive-text/index.js +15 -0
- package/cjs/assistive-text/index.js.map +1 -0
- package/cjs/assistive-text/styled.d.ts +17 -0
- package/cjs/assistive-text/styled.d.ts.map +1 -0
- package/cjs/assistive-text/styled.js +24 -0
- package/cjs/assistive-text/styled.js.map +1 -0
- package/cjs/assistive-text/types.d.ts +12 -0
- package/cjs/assistive-text/types.d.ts.map +1 -0
- package/cjs/assistive-text/types.js +3 -0
- package/cjs/assistive-text/types.js.map +1 -0
- package/cjs/audio-player/audio-functions.js +27 -27
- package/cjs/audio-player/audio-functions.js.map +1 -1
- package/cjs/audio-player/audio-player.d.ts.map +1 -1
- package/cjs/audio-player/audio-player.js +30 -29
- package/cjs/audio-player/audio-player.js.map +1 -1
- package/cjs/audio-player/controls/control-panel.js +2 -2
- package/cjs/audio-player/controls/control-panel.js.map +1 -1
- package/cjs/audio-player/controls/play-pause.js +1 -1
- package/cjs/audio-player/controls/play-pause.js.map +1 -1
- package/cjs/audio-player/styled.js +4 -4
- package/cjs/audio-player/styled.js.map +1 -1
- package/cjs/audio-player/utils.js +15 -11
- package/cjs/audio-player/utils.js.map +1 -1
- package/cjs/banner/banner-internal.js +4 -4
- package/cjs/banner/banner-internal.js.map +1 -1
- package/cjs/banner/banner.js +2 -2
- package/cjs/banner/banner.js.map +1 -1
- package/cjs/banner/styled.js +16 -16
- package/cjs/banner/styled.js.map +1 -1
- package/cjs/banner/utils.js +1 -1
- package/cjs/banner/utils.js.map +1 -1
- package/cjs/block/block.js +4 -4
- package/cjs/block/block.js.map +1 -1
- package/cjs/button/button.js +6 -6
- package/cjs/button/button.js.map +1 -1
- package/cjs/button/styled.js +1 -1
- package/cjs/button/styled.js.map +1 -1
- package/cjs/byline/byline.js +14 -14
- package/cjs/byline/byline.js.map +1 -1
- package/cjs/caption/caption-inset.js +1 -1
- package/cjs/caption/caption-inset.js.map +1 -1
- package/cjs/caption/caption.js +7 -7
- package/cjs/caption/caption.js.map +1 -1
- package/cjs/card/card-inset.js +1 -1
- package/cjs/card/card-inset.js.map +1 -1
- package/cjs/card/card.js +6 -6
- package/cjs/card/card.js.map +1 -1
- package/cjs/card/styled.d.ts +1 -1
- package/cjs/card/styled.d.ts.map +1 -1
- package/cjs/card/styled.js +24 -24
- package/cjs/card/styled.js.map +1 -1
- package/cjs/card/utils.js +3 -3
- package/cjs/card/utils.js.map +1 -1
- package/cjs/checkbox/checkbox.d.ts.map +1 -1
- package/cjs/checkbox/checkbox.js +17 -15
- package/cjs/checkbox/checkbox.js.map +1 -1
- package/cjs/checkbox/styled.d.ts +5 -5
- package/cjs/checkbox/styled.d.ts.map +1 -1
- package/cjs/checkbox/styled.js +15 -12
- package/cjs/checkbox/styled.js.map +1 -1
- package/cjs/checkbox/types.d.ts +2 -1
- package/cjs/checkbox/types.d.ts.map +1 -1
- package/cjs/consent/consent-utils.js +7 -7
- package/cjs/consent/consent-utils.js.map +1 -1
- package/cjs/consent/consent.js +4 -4
- package/cjs/consent/consent.js.map +1 -1
- package/cjs/date-time/date-time.js +6 -6
- package/cjs/date-time/date-time.js.map +1 -1
- package/cjs/dialog/base-dialog-function.js +5 -5
- package/cjs/dialog/base-dialog-function.js.map +1 -1
- package/cjs/dialog/base-dialog-tests.js +9 -9
- package/cjs/dialog/base-dialog-tests.js.map +1 -1
- package/cjs/dialog/base-dialog-view.js +5 -5
- package/cjs/dialog/base-dialog-view.js.map +1 -1
- package/cjs/dialog/styled.d.ts +6 -6
- package/cjs/dialog/styled.js +10 -10
- package/cjs/dialog/styled.js.map +1 -1
- package/cjs/divider/divider.js +2 -2
- package/cjs/divider/divider.js.map +1 -1
- package/cjs/drawer/drawer.js +6 -6
- package/cjs/drawer/drawer.js.map +1 -1
- package/cjs/drawer/inline-drawer.js +1 -1
- package/cjs/drawer/inline-drawer.js.map +1 -1
- package/cjs/drawer/styled.js +5 -5
- package/cjs/drawer/styled.js.map +1 -1
- package/cjs/email-input/email-input.js +1 -1
- package/cjs/email-input/email-input.js.map +1 -1
- package/cjs/experimentation-web/experimentation-web.js +1 -1
- package/cjs/experimentation-web/experimentation-web.js.map +1 -1
- package/cjs/flag/flag.js +4 -4
- package/cjs/flag/flag.js.map +1 -1
- package/cjs/flag/styled.js +6 -6
- package/cjs/flag/styled.js.map +1 -1
- package/cjs/form/context.js +1 -1
- package/cjs/form/context.js.map +1 -1
- package/cjs/form/form-entry.d.ts.map +1 -1
- package/cjs/form/form-entry.js +3 -3
- package/cjs/form/form-entry.js.map +1 -1
- package/cjs/form/form-input.d.ts +17 -2
- package/cjs/form/form-input.d.ts.map +1 -1
- package/cjs/form/form-input.js +34 -18
- package/cjs/form/form-input.js.map +1 -1
- package/cjs/form/form.js +8 -8
- package/cjs/form/form.js.map +1 -1
- package/cjs/form/types.d.ts +21 -0
- package/cjs/form/types.d.ts.map +1 -1
- package/cjs/form/utils.d.ts +5 -6
- package/cjs/form/utils.d.ts.map +1 -1
- package/cjs/form/utils.js.map +1 -1
- package/cjs/grid/cell.js +18 -18
- package/cjs/grid/cell.js.map +1 -1
- package/cjs/grid/context.js +1 -1
- package/cjs/grid/context.js.map +1 -1
- package/cjs/grid/grid.js +4 -4
- package/cjs/grid/grid.js.map +1 -1
- package/cjs/grid/utils.js +11 -7
- package/cjs/grid/utils.js.map +1 -1
- package/cjs/grid/visibility.d.ts.map +1 -1
- package/cjs/grid/visibility.js +4 -3
- package/cjs/grid/visibility.js.map +1 -1
- package/cjs/headline/headline.js +4 -4
- package/cjs/headline/headline.js.map +1 -1
- package/cjs/icon-button/icon-button.js +2 -2
- package/cjs/icon-button/icon-button.js.map +1 -1
- package/cjs/icons/custom-to-newskit-icon.js +1 -1
- package/cjs/icons/custom-to-newskit-icon.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-facebook.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-facebook.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-figma.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-figma.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-github.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-github.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-instagram.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-instagram.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-reddit.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-reddit.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-twitter.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-twitter.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-whatsapp.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-whatsapp.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-youtube.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-youtube.js.map +1 -1
- package/cjs/icons/filled/custom/indeterminate-progress-indicator.js +3 -3
- package/cjs/icons/filled/custom/indeterminate-progress-indicator.js.map +1 -1
- package/cjs/icons/filled/material/icon-filled-ac-unit.js +1 -1
- package/cjs/icons/filled/material/icon-filled-access-alarm.js +1 -1
- package/cjs/icons/filled/material/icon-filled-access-alarms.js +1 -1
- package/cjs/icons/filled/material/icon-filled-access-time.js +1 -1
- package/cjs/icons/filled/material/icon-filled-accessibility-new.js +1 -1
- package/cjs/icons/filled/material/icon-filled-accessibility.js +1 -1
- package/cjs/icons/filled/material/icon-filled-accessible-forward.js +1 -1
- package/cjs/icons/filled/material/icon-filled-accessible.js +1 -1
- package/cjs/icons/filled/material/icon-filled-account-balance-wallet.js +1 -1
- package/cjs/icons/filled/material/icon-filled-account-balance.js +1 -1
- package/cjs/icons/filled/material/icon-filled-account-box.js +1 -1
- package/cjs/icons/filled/material/icon-filled-account-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-account-tree.js +1 -1
- package/cjs/icons/filled/material/icon-filled-ad-units.js +1 -1
- package/cjs/icons/filled/material/icon-filled-adb.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-a-photo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-alarm.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-alert.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-box.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-business.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-circle-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-comment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-ic-call.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-location-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-location.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-photo-alternate.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-road.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-shopping-cart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-task.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-to-home-screen.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-to-photos.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-to-queue.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-adjust.js +1 -1
- package/cjs/icons/filled/material/icon-filled-admin-panel-settings.js +1 -1
- package/cjs/icons/filled/material/icon-filled-agriculture.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-flat-angled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-flat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-individual-suite.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-legroom-extra.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-legroom-normal.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-legroom-reduced.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-recline-extra.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-recline-normal.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airplanemode-active.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airplanemode-inactive.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airplay.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airport-shuttle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-alarm-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-alarm-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-alarm-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-alarm.js +1 -1
- package/cjs/icons/filled/material/icon-filled-album.js +1 -1
- package/cjs/icons/filled/material/icon-filled-all-inbox.js +1 -1
- package/cjs/icons/filled/material/icon-filled-all-inclusive.js +1 -1
- package/cjs/icons/filled/material/icon-filled-all-out.js +1 -1
- package/cjs/icons/filled/material/icon-filled-alt-route.js +1 -1
- package/cjs/icons/filled/material/icon-filled-alternate-email.js +1 -1
- package/cjs/icons/filled/material/icon-filled-amp-stories.js +1 -1
- package/cjs/icons/filled/material/icon-filled-analytics.js +1 -1
- package/cjs/icons/filled/material/icon-filled-anchor.js +1 -1
- package/cjs/icons/filled/material/icon-filled-android.js +1 -1
- package/cjs/icons/filled/material/icon-filled-announcement.js +1 -1
- package/cjs/icons/filled/material/icon-filled-apartment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-api.js +1 -1
- package/cjs/icons/filled/material/icon-filled-app-blocking.js +1 -1
- package/cjs/icons/filled/material/icon-filled-app-settings-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-apps.js +1 -1
- package/cjs/icons/filled/material/icon-filled-architecture.js +1 -1
- package/cjs/icons/filled/material/icon-filled-archive.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-back-ios.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-back.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-circle-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-circle-up.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-downward.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-drop-down-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-drop-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-drop-up.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-forward-ios.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-forward.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-right-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-upward.js +1 -1
- package/cjs/icons/filled/material/icon-filled-art-track.js +1 -1
- package/cjs/icons/filled/material/icon-filled-article.js +1 -1
- package/cjs/icons/filled/material/icon-filled-aspect-ratio.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assessment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assignment-ind.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assignment-late.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assignment-return.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assignment-returned.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assignment-turned-in.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assignment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assistant-photo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assistant.js +1 -1
- package/cjs/icons/filled/material/icon-filled-atm.js +1 -1
- package/cjs/icons/filled/material/icon-filled-attach-email.js +1 -1
- package/cjs/icons/filled/material/icon-filled-attach-file.js +1 -1
- package/cjs/icons/filled/material/icon-filled-attach-money.js +1 -1
- package/cjs/icons/filled/material/icon-filled-attachment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-audiotrack.js +1 -1
- package/cjs/icons/filled/material/icon-filled-auto-delete.js +1 -1
- package/cjs/icons/filled/material/icon-filled-autorenew.js +1 -1
- package/cjs/icons/filled/material/icon-filled-av-timer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-baby-changing-station.js +1 -1
- package/cjs/icons/filled/material/icon-filled-backpack.js +1 -1
- package/cjs/icons/filled/material/icon-filled-backspace.js +1 -1
- package/cjs/icons/filled/material/icon-filled-backup-table.js +1 -1
- package/cjs/icons/filled/material/icon-filled-backup.js +1 -1
- package/cjs/icons/filled/material/icon-filled-ballot.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bar-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-batch-prediction.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bathtub.js +1 -1
- package/cjs/icons/filled/material/icon-filled-battery-alert.js +1 -1
- package/cjs/icons/filled/material/icon-filled-battery-charging-full.js +1 -1
- package/cjs/icons/filled/material/icon-filled-battery-full.js +1 -1
- package/cjs/icons/filled/material/icon-filled-battery-std.js +1 -1
- package/cjs/icons/filled/material/icon-filled-battery-unknown.js +1 -1
- package/cjs/icons/filled/material/icon-filled-beach-access.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bedtime.js +1 -1
- package/cjs/icons/filled/material/icon-filled-beenhere.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bento.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bike-scooter.js +1 -1
- package/cjs/icons/filled/material/icon-filled-biotech.js +1 -1
- package/cjs/icons/filled/material/icon-filled-block.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bluetooth-audio.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bluetooth-connected.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bluetooth-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bluetooth-searching.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bluetooth.js +1 -1
- package/cjs/icons/filled/material/icon-filled-blur-circular.js +1 -1
- package/cjs/icons/filled/material/icon-filled-blur-linear.js +1 -1
- package/cjs/icons/filled/material/icon-filled-blur-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-blur-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-book-online.js +1 -1
- package/cjs/icons/filled/material/icon-filled-book.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bookmark-border.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bookmark.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bookmarks.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-all.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-bottom.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-clear.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-horizontal.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-inner.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-outer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-style.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-top.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-vertical.js +1 -1
- package/cjs/icons/filled/material/icon-filled-branding-watermark.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness-auto.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness-high.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness-low.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness-medium.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness1.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness2.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness3.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness4.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness5.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness6.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness7.js +1 -1
- package/cjs/icons/filled/material/icon-filled-broken-image.js +1 -1
- package/cjs/icons/filled/material/icon-filled-browser-not-supported.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brush.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bubble-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bug-report.js +1 -1
- package/cjs/icons/filled/material/icon-filled-build-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-build.js +1 -1
- package/cjs/icons/filled/material/icon-filled-burst-mode.js +1 -1
- package/cjs/icons/filled/material/icon-filled-business-center.js +1 -1
- package/cjs/icons/filled/material/icon-filled-business.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cached.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cake.js +1 -1
- package/cjs/icons/filled/material/icon-filled-calculate.js +1 -1
- package/cjs/icons/filled/material/icon-filled-calendar-today.js +1 -1
- package/cjs/icons/filled/material/icon-filled-calendar-view-day.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-end.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-made.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-merge.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-missed-outgoing.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-missed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-received.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-split.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-to-action.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call.js +1 -1
- package/cjs/icons/filled/material/icon-filled-camera-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-camera-enhance.js +1 -1
- package/cjs/icons/filled/material/icon-filled-camera-front.js +1 -1
- package/cjs/icons/filled/material/icon-filled-camera-rear.js +1 -1
- package/cjs/icons/filled/material/icon-filled-camera-roll.js +1 -1
- package/cjs/icons/filled/material/icon-filled-camera.js +1 -1
- package/cjs/icons/filled/material/icon-filled-campaign.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cancel-presentation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cancel-schedule-send.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cancel.js +1 -1
- package/cjs/icons/filled/material/icon-filled-card-giftcard.js +1 -1
- package/cjs/icons/filled/material/icon-filled-card-membership.js +1 -1
- package/cjs/icons/filled/material/icon-filled-card-travel.js +1 -1
- package/cjs/icons/filled/material/icon-filled-carpenter.js +1 -1
- package/cjs/icons/filled/material/icon-filled-casino.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cast-connected.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cast-for-education.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cast.js +1 -1
- package/cjs/icons/filled/material/icon-filled-category.js +1 -1
- package/cjs/icons/filled/material/icon-filled-center-focus-strong.js +1 -1
- package/cjs/icons/filled/material/icon-filled-center-focus-weak.js +1 -1
- package/cjs/icons/filled/material/icon-filled-change-history.js +1 -1
- package/cjs/icons/filled/material/icon-filled-charging-station.js +1 -1
- package/cjs/icons/filled/material/icon-filled-chat-bubble-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-chat-bubble.js +1 -1
- package/cjs/icons/filled/material/icon-filled-chat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-check-box-outline-blank.js +1 -1
- package/cjs/icons/filled/material/icon-filled-check-box.js +1 -1
- package/cjs/icons/filled/material/icon-filled-check-circle-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-check-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-check.js +1 -1
- package/cjs/icons/filled/material/icon-filled-checkroom.js +1 -1
- package/cjs/icons/filled/material/icon-filled-chevron-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-chevron-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-child-care.js +1 -1
- package/cjs/icons/filled/material/icon-filled-child-friendly.js +1 -1
- package/cjs/icons/filled/material/icon-filled-chrome-reader-mode.js +1 -1
- package/cjs/icons/filled/material/icon-filled-class.js +1 -1
- package/cjs/icons/filled/material/icon-filled-clean-hands.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cleaning-services.js +1 -1
- package/cjs/icons/filled/material/icon-filled-clear-all.js +1 -1
- package/cjs/icons/filled/material/icon-filled-clear.js +1 -1
- package/cjs/icons/filled/material/icon-filled-close-fullscreen.js +1 -1
- package/cjs/icons/filled/material/icon-filled-close.js +1 -1
- package/cjs/icons/filled/material/icon-filled-closed-caption-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-closed-caption.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cloud-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cloud-done.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cloud-download.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cloud-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cloud-queue.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cloud-upload.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cloud.js +1 -1
- package/cjs/icons/filled/material/icon-filled-code.js +1 -1
- package/cjs/icons/filled/material/icon-filled-collections-bookmark.js +1 -1
- package/cjs/icons/filled/material/icon-filled-collections.js +1 -1
- package/cjs/icons/filled/material/icon-filled-color-lens.js +1 -1
- package/cjs/icons/filled/material/icon-filled-colorize.js +1 -1
- package/cjs/icons/filled/material/icon-filled-comment-bank.js +1 -1
- package/cjs/icons/filled/material/icon-filled-comment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-commute.js +1 -1
- package/cjs/icons/filled/material/icon-filled-compare-arrows.js +1 -1
- package/cjs/icons/filled/material/icon-filled-compare.js +1 -1
- package/cjs/icons/filled/material/icon-filled-compass-calibration.js +1 -1
- package/cjs/icons/filled/material/icon-filled-computer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-confirmation-number.js +1 -1
- package/cjs/icons/filled/material/icon-filled-connect-without-contact.js +1 -1
- package/cjs/icons/filled/material/icon-filled-construction.js +1 -1
- package/cjs/icons/filled/material/icon-filled-contact-mail.js +1 -1
- package/cjs/icons/filled/material/icon-filled-contact-page.js +1 -1
- package/cjs/icons/filled/material/icon-filled-contact-phone.js +1 -1
- package/cjs/icons/filled/material/icon-filled-contact-support.js +1 -1
- package/cjs/icons/filled/material/icon-filled-contactless.js +1 -1
- package/cjs/icons/filled/material/icon-filled-contacts.js +1 -1
- package/cjs/icons/filled/material/icon-filled-content-copy.js +1 -1
- package/cjs/icons/filled/material/icon-filled-content-cut.js +1 -1
- package/cjs/icons/filled/material/icon-filled-content-paste.js +1 -1
- package/cjs/icons/filled/material/icon-filled-control-camera.js +1 -1
- package/cjs/icons/filled/material/icon-filled-control-point-duplicate.js +1 -1
- package/cjs/icons/filled/material/icon-filled-control-point.js +1 -1
- package/cjs/icons/filled/material/icon-filled-copyright.js +1 -1
- package/cjs/icons/filled/material/icon-filled-coronavirus.js +1 -1
- package/cjs/icons/filled/material/icon-filled-corporate-fare.js +1 -1
- package/cjs/icons/filled/material/icon-filled-countertops.js +1 -1
- package/cjs/icons/filled/material/icon-filled-create-new-folder.js +1 -1
- package/cjs/icons/filled/material/icon-filled-create.js +1 -1
- package/cjs/icons/filled/material/icon-filled-credit-card.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop-din.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop-free.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop-landscape.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop-original.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop-portrait.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop-rotate.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop-square.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop169.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop32.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop54.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop75.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dashboard.js +1 -1
- package/cjs/icons/filled/material/icon-filled-data-usage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-date-range.js +1 -1
- package/cjs/icons/filled/material/icon-filled-deck.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dehaze.js +1 -1
- package/cjs/icons/filled/material/icon-filled-delete-forever.js +1 -1
- package/cjs/icons/filled/material/icon-filled-delete-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-delete-sweep.js +1 -1
- package/cjs/icons/filled/material/icon-filled-delete.js +1 -1
- package/cjs/icons/filled/material/icon-filled-departure-board.js +1 -1
- package/cjs/icons/filled/material/icon-filled-description.js +1 -1
- package/cjs/icons/filled/material/icon-filled-design-services.js +1 -1
- package/cjs/icons/filled/material/icon-filled-desktop-access-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-desktop-mac.js +1 -1
- package/cjs/icons/filled/material/icon-filled-desktop-windows.js +1 -1
- package/cjs/icons/filled/material/icon-filled-details.js +1 -1
- package/cjs/icons/filled/material/icon-filled-developer-board.js +1 -1
- package/cjs/icons/filled/material/icon-filled-developer-mode.js +1 -1
- package/cjs/icons/filled/material/icon-filled-device-hub.js +1 -1
- package/cjs/icons/filled/material/icon-filled-device-unknown.js +1 -1
- package/cjs/icons/filled/material/icon-filled-devices-other.js +1 -1
- package/cjs/icons/filled/material/icon-filled-devices.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dialer-sip.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dialpad.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-bike.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-boat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-bus.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-car.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-railway.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-run.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-subway.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-transit.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-walk.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions.js +1 -1
- package/cjs/icons/filled/material/icon-filled-disabled-by-default.js +1 -1
- package/cjs/icons/filled/material/icon-filled-disc-full.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dns.js +1 -1
- package/cjs/icons/filled/material/icon-filled-do-not-step.js +1 -1
- package/cjs/icons/filled/material/icon-filled-do-not-touch.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dock.js +1 -1
- package/cjs/icons/filled/material/icon-filled-domain-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-domain-verification.js +1 -1
- package/cjs/icons/filled/material/icon-filled-domain.js +1 -1
- package/cjs/icons/filled/material/icon-filled-done-all.js +1 -1
- package/cjs/icons/filled/material/icon-filled-done-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-done.js +1 -1
- package/cjs/icons/filled/material/icon-filled-donut-large.js +1 -1
- package/cjs/icons/filled/material/icon-filled-donut-small.js +1 -1
- package/cjs/icons/filled/material/icon-filled-double-arrow.js +1 -1
- package/cjs/icons/filled/material/icon-filled-drafts.js +1 -1
- package/cjs/icons/filled/material/icon-filled-drag-handle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-drag-indicator.js +1 -1
- package/cjs/icons/filled/material/icon-filled-drive-eta.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dry.js +1 -1
- package/cjs/icons/filled/material/icon-filled-duo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dvr.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dynamic-feed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dynamic-form.js +1 -1
- package/cjs/icons/filled/material/icon-filled-east.js +1 -1
- package/cjs/icons/filled/material/icon-filled-eco.js +1 -1
- package/cjs/icons/filled/material/icon-filled-edit-attributes.js +1 -1
- package/cjs/icons/filled/material/icon-filled-edit-location.js +1 -1
- package/cjs/icons/filled/material/icon-filled-edit-road.js +1 -1
- package/cjs/icons/filled/material/icon-filled-edit.js +1 -1
- package/cjs/icons/filled/material/icon-filled-eject.js +1 -1
- package/cjs/icons/filled/material/icon-filled-elderly.js +1 -1
- package/cjs/icons/filled/material/icon-filled-electric-bike.js +1 -1
- package/cjs/icons/filled/material/icon-filled-electric-car.js +1 -1
- package/cjs/icons/filled/material/icon-filled-electric-moped.js +1 -1
- package/cjs/icons/filled/material/icon-filled-electric-scooter.js +1 -1
- package/cjs/icons/filled/material/icon-filled-electrical-services.js +1 -1
- package/cjs/icons/filled/material/icon-filled-elevator.js +1 -1
- package/cjs/icons/filled/material/icon-filled-email.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-emotions.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-events.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-flags.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-food-beverage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-nature.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-objects.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-people.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-symbols.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-transportation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-engineering.js +1 -1
- package/cjs/icons/filled/material/icon-filled-enhanced-encryption.js +1 -1
- package/cjs/icons/filled/material/icon-filled-equalizer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-error-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-error.js +1 -1
- package/cjs/icons/filled/material/icon-filled-escalator-warning.js +1 -1
- package/cjs/icons/filled/material/icon-filled-escalator.js +1 -1
- package/cjs/icons/filled/material/icon-filled-euro-symbol.js +1 -1
- package/cjs/icons/filled/material/icon-filled-euro.js +1 -1
- package/cjs/icons/filled/material/icon-filled-ev-station.js +1 -1
- package/cjs/icons/filled/material/icon-filled-event-available.js +1 -1
- package/cjs/icons/filled/material/icon-filled-event-busy.js +1 -1
- package/cjs/icons/filled/material/icon-filled-event-note.js +1 -1
- package/cjs/icons/filled/material/icon-filled-event-seat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-event.js +1 -1
- package/cjs/icons/filled/material/icon-filled-exit-to-app.js +1 -1
- package/cjs/icons/filled/material/icon-filled-expand-less.js +1 -1
- package/cjs/icons/filled/material/icon-filled-expand-more.js +1 -1
- package/cjs/icons/filled/material/icon-filled-explicit.js +1 -1
- package/cjs/icons/filled/material/icon-filled-explore-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-explore.js +1 -1
- package/cjs/icons/filled/material/icon-filled-exposure-neg1.js +1 -1
- package/cjs/icons/filled/material/icon-filled-exposure-neg2.js +1 -1
- package/cjs/icons/filled/material/icon-filled-exposure-plus1.js +1 -1
- package/cjs/icons/filled/material/icon-filled-exposure-plus2.js +1 -1
- package/cjs/icons/filled/material/icon-filled-exposure-zero.js +1 -1
- package/cjs/icons/filled/material/icon-filled-exposure.js +1 -1
- package/cjs/icons/filled/material/icon-filled-extension.js +1 -1
- package/cjs/icons/filled/material/icon-filled-face.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fact-check.js +1 -1
- package/cjs/icons/filled/material/icon-filled-family-restroom.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fast-forward.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fast-rewind.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fastfood.js +1 -1
- package/cjs/icons/filled/material/icon-filled-favorite-border.js +1 -1
- package/cjs/icons/filled/material/icon-filled-favorite.js +1 -1
- package/cjs/icons/filled/material/icon-filled-featured-play-list.js +1 -1
- package/cjs/icons/filled/material/icon-filled-featured-video.js +1 -1
- package/cjs/icons/filled/material/icon-filled-feedback.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fence.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fiber-dvr.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fiber-manual-record.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fiber-new.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fiber-pin.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fiber-smart-record.js +1 -1
- package/cjs/icons/filled/material/icon-filled-file-copy.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-b-and-w.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-center-focus.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-drama.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-frames.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-hdr.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-list.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-none.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-tilt-shift.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-vintage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter1.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter2.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter3.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter4.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter5.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter6.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter7.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter8.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter9-plus.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter9.js +1 -1
- package/cjs/icons/filled/material/icon-filled-find-in-page.js +1 -1
- package/cjs/icons/filled/material/icon-filled-find-replace.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fingerprint.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fire-extinguisher.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fireplace.js +1 -1
- package/cjs/icons/filled/material/icon-filled-first-page.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fitness-center.js +1 -1
- package/cjs/icons/filled/material/icon-filled-five-g.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flag.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flaky.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flare.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flash-auto.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flash-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flash-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flight-land.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flight-takeoff.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flight.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flip-camera-android.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flip-camera-ios.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flip-to-back.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flip-to-front.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flip.js +1 -1
- package/cjs/icons/filled/material/icon-filled-folder-open.js +1 -1
- package/cjs/icons/filled/material/icon-filled-folder-shared.js +1 -1
- package/cjs/icons/filled/material/icon-filled-folder-special.js +1 -1
- package/cjs/icons/filled/material/icon-filled-folder.js +1 -1
- package/cjs/icons/filled/material/icon-filled-follow-the-signs.js +1 -1
- package/cjs/icons/filled/material/icon-filled-font-download.js +1 -1
- package/cjs/icons/filled/material/icon-filled-food-bank.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-align-center.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-align-justify.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-align-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-align-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-bold.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-clear.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-color-reset.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-indent-decrease.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-indent-increase.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-italic.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-line-spacing.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-list-bulleted.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-list-numbered-rtl.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-list-numbered.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-paint.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-quote.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-shapes.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-size.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-strikethrough.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-textdirection-l-to-r.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-textdirection-r-to-l.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-underlined.js +1 -1
- package/cjs/icons/filled/material/icon-filled-forum.js +1 -1
- package/cjs/icons/filled/material/icon-filled-forward-to-inbox.js +1 -1
- package/cjs/icons/filled/material/icon-filled-forward.js +1 -1
- package/cjs/icons/filled/material/icon-filled-forward10.js +1 -1
- package/cjs/icons/filled/material/icon-filled-forward30.js +1 -1
- package/cjs/icons/filled/material/icon-filled-forward5.js +1 -1
- package/cjs/icons/filled/material/icon-filled-foundation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-four-k.js +1 -1
- package/cjs/icons/filled/material/icon-filled-free-breakfast.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fullscreen-exit.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fullscreen.js +1 -1
- package/cjs/icons/filled/material/icon-filled-functions.js +1 -1
- package/cjs/icons/filled/material/icon-filled-g-translate.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gamepad.js +1 -1
- package/cjs/icons/filled/material/icon-filled-games.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gavel.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gesture.js +1 -1
- package/cjs/icons/filled/material/icon-filled-get-app.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gif.js +1 -1
- package/cjs/icons/filled/material/icon-filled-golf-course.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gps-fixed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gps-not-fixed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gps-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-grade.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gradient.js +1 -1
- package/cjs/icons/filled/material/icon-filled-grading.js +1 -1
- package/cjs/icons/filled/material/icon-filled-grain.js +1 -1
- package/cjs/icons/filled/material/icon-filled-graphic-eq.js +1 -1
- package/cjs/icons/filled/material/icon-filled-grass.js +1 -1
- package/cjs/icons/filled/material/icon-filled-grid-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-grid-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-group-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-group-work.js +1 -1
- package/cjs/icons/filled/material/icon-filled-group.js +1 -1
- package/cjs/icons/filled/material/icon-filled-groups.js +1 -1
- package/cjs/icons/filled/material/icon-filled-handyman.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hd.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hdr-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hdr-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hdr-strong.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hdr-weak.js +1 -1
- package/cjs/icons/filled/material/icon-filled-headset-mic.js +1 -1
- package/cjs/icons/filled/material/icon-filled-headset.js +1 -1
- package/cjs/icons/filled/material/icon-filled-healing.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hearing-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hearing.js +1 -1
- package/cjs/icons/filled/material/icon-filled-height.js +1 -1
- package/cjs/icons/filled/material/icon-filled-help-center.js +1 -1
- package/cjs/icons/filled/material/icon-filled-help-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-help.js +1 -1
- package/cjs/icons/filled/material/icon-filled-high-quality.js +1 -1
- package/cjs/icons/filled/material/icon-filled-highlight-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-highlight-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-highlight.js +1 -1
- package/cjs/icons/filled/material/icon-filled-history-edu.js +1 -1
- package/cjs/icons/filled/material/icon-filled-history-toggle-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-history.js +1 -1
- package/cjs/icons/filled/material/icon-filled-home-repair-service.js +1 -1
- package/cjs/icons/filled/material/icon-filled-home-work.js +1 -1
- package/cjs/icons/filled/material/icon-filled-home.js +1 -1
- package/cjs/icons/filled/material/icon-filled-horizontal-rule.js +1 -1
- package/cjs/icons/filled/material/icon-filled-horizontal-split.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hot-tub.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hotel.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hourglass-bottom.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hourglass-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hourglass-empty.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hourglass-full.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hourglass-top.js +1 -1
- package/cjs/icons/filled/material/icon-filled-house-siding.js +1 -1
- package/cjs/icons/filled/material/icon-filled-house.js +1 -1
- package/cjs/icons/filled/material/icon-filled-how-to-reg.js +1 -1
- package/cjs/icons/filled/material/icon-filled-how-to-vote.js +1 -1
- package/cjs/icons/filled/material/icon-filled-http.js +1 -1
- package/cjs/icons/filled/material/icon-filled-https.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hvac.js +1 -1
- package/cjs/icons/filled/material/icon-filled-image-aspect-ratio.js +1 -1
- package/cjs/icons/filled/material/icon-filled-image-not-supported.js +1 -1
- package/cjs/icons/filled/material/icon-filled-image-search.js +1 -1
- package/cjs/icons/filled/material/icon-filled-image.js +1 -1
- package/cjs/icons/filled/material/icon-filled-import-contacts.js +1 -1
- package/cjs/icons/filled/material/icon-filled-import-export.js +1 -1
- package/cjs/icons/filled/material/icon-filled-important-devices.js +1 -1
- package/cjs/icons/filled/material/icon-filled-inbox.js +1 -1
- package/cjs/icons/filled/material/icon-filled-indeterminate-check-box.js +1 -1
- package/cjs/icons/filled/material/icon-filled-info.js +1 -1
- package/cjs/icons/filled/material/icon-filled-input.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-chart-outlined.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-comment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-drive-file.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-emoticon.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-invitation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-link.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-photo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insights.js +1 -1
- package/cjs/icons/filled/material/icon-filled-integration-instructions.js +1 -1
- package/cjs/icons/filled/material/icon-filled-invert-colors-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-invert-colors.js +1 -1
- package/cjs/icons/filled/material/icon-filled-iso.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-arrow-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-arrow-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-arrow-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-arrow-up.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-backspace.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-capslock.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-hide.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-return.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-tab.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-voice.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard.js +1 -1
- package/cjs/icons/filled/material/icon-filled-king-bed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-kitchen.js +1 -1
- package/cjs/icons/filled/material/icon-filled-label-important.js +1 -1
- package/cjs/icons/filled/material/icon-filled-label-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-label.js +1 -1
- package/cjs/icons/filled/material/icon-filled-landscape.js +1 -1
- package/cjs/icons/filled/material/icon-filled-language.js +1 -1
- package/cjs/icons/filled/material/icon-filled-laptop-chromebook.js +1 -1
- package/cjs/icons/filled/material/icon-filled-laptop-mac.js +1 -1
- package/cjs/icons/filled/material/icon-filled-laptop-windows.js +1 -1
- package/cjs/icons/filled/material/icon-filled-laptop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-last-page.js +1 -1
- package/cjs/icons/filled/material/icon-filled-launch.js +1 -1
- package/cjs/icons/filled/material/icon-filled-layers-clear.js +1 -1
- package/cjs/icons/filled/material/icon-filled-layers.js +1 -1
- package/cjs/icons/filled/material/icon-filled-leaderboard.js +1 -1
- package/cjs/icons/filled/material/icon-filled-leak-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-leak-remove.js +1 -1
- package/cjs/icons/filled/material/icon-filled-legend-toggle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-lens.js +1 -1
- package/cjs/icons/filled/material/icon-filled-library-add-check.js +1 -1
- package/cjs/icons/filled/material/icon-filled-library-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-library-books.js +1 -1
- package/cjs/icons/filled/material/icon-filled-library-music.js +1 -1
- package/cjs/icons/filled/material/icon-filled-line-style.js +1 -1
- package/cjs/icons/filled/material/icon-filled-line-weight.js +1 -1
- package/cjs/icons/filled/material/icon-filled-linear-scale.js +1 -1
- package/cjs/icons/filled/material/icon-filled-link-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-link.js +1 -1
- package/cjs/icons/filled/material/icon-filled-linked-camera.js +1 -1
- package/cjs/icons/filled/material/icon-filled-list-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-list.js +1 -1
- package/cjs/icons/filled/material/icon-filled-live-help.js +1 -1
- package/cjs/icons/filled/material/icon-filled-live-tv.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-activity.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-airport.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-atm.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-bar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-cafe.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-car-wash.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-convenience-store.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-dining.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-drink.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-fire-department.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-florist.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-gas-station.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-grocery-store.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-hospital.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-hotel.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-laundry-service.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-library.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-mall.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-movies.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-offer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-parking.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-pharmacy.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-phone.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-pizza.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-play.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-police.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-post-office.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-printshop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-see.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-shipping.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-taxi.js +1 -1
- package/cjs/icons/filled/material/icon-filled-location-city.js +1 -1
- package/cjs/icons/filled/material/icon-filled-location-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-location-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-location-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-location-searching.js +1 -1
- package/cjs/icons/filled/material/icon-filled-lock-open.js +1 -1
- package/cjs/icons/filled/material/icon-filled-lock.js +1 -1
- package/cjs/icons/filled/material/icon-filled-login.js +1 -1
- package/cjs/icons/filled/material/icon-filled-looks-one.js +1 -1
- package/cjs/icons/filled/material/icon-filled-looks-two.js +1 -1
- package/cjs/icons/filled/material/icon-filled-looks.js +1 -1
- package/cjs/icons/filled/material/icon-filled-looks3.js +1 -1
- package/cjs/icons/filled/material/icon-filled-looks4.js +1 -1
- package/cjs/icons/filled/material/icon-filled-looks5.js +1 -1
- package/cjs/icons/filled/material/icon-filled-looks6.js +1 -1
- package/cjs/icons/filled/material/icon-filled-loop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-loupe.js +1 -1
- package/cjs/icons/filled/material/icon-filled-low-priority.js +1 -1
- package/cjs/icons/filled/material/icon-filled-loyalty.js +1 -1
- package/cjs/icons/filled/material/icon-filled-luggage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mail-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mail.js +1 -1
- package/cjs/icons/filled/material/icon-filled-map.js +1 -1
- package/cjs/icons/filled/material/icon-filled-maps-ugc.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mark-chat-read.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mark-chat-unread.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mark-email-read.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mark-email-unread.js +1 -1
- package/cjs/icons/filled/material/icon-filled-markunread-mailbox.js +1 -1
- package/cjs/icons/filled/material/icon-filled-markunread.js +1 -1
- package/cjs/icons/filled/material/icon-filled-masks.js +1 -1
- package/cjs/icons/filled/material/icon-filled-maximize.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mediation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-medical-services.js +1 -1
- package/cjs/icons/filled/material/icon-filled-meeting-room.js +1 -1
- package/cjs/icons/filled/material/icon-filled-memory.js +1 -1
- package/cjs/icons/filled/material/icon-filled-menu-book.js +1 -1
- package/cjs/icons/filled/material/icon-filled-menu-open.js +1 -1
- package/cjs/icons/filled/material/icon-filled-menu.js +1 -1
- package/cjs/icons/filled/material/icon-filled-merge-type.js +1 -1
- package/cjs/icons/filled/material/icon-filled-message.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mic-none.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mic-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mic.js +1 -1
- package/cjs/icons/filled/material/icon-filled-microwave.js +1 -1
- package/cjs/icons/filled/material/icon-filled-military-tech.js +1 -1
- package/cjs/icons/filled/material/icon-filled-minimize.js +1 -1
- package/cjs/icons/filled/material/icon-filled-miscellaneous-services.js +1 -1
- package/cjs/icons/filled/material/icon-filled-missed-video-call.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mms.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mobile-friendly.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mobile-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mobile-screen-share.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mode-comment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-model-training.js +1 -1
- package/cjs/icons/filled/material/icon-filled-monetization-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-money-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-money.js +1 -1
- package/cjs/icons/filled/material/icon-filled-monochrome-photos.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mood-bad.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mood.js +1 -1
- package/cjs/icons/filled/material/icon-filled-moped.js +1 -1
- package/cjs/icons/filled/material/icon-filled-more-horiz.js +1 -1
- package/cjs/icons/filled/material/icon-filled-more-time.js +1 -1
- package/cjs/icons/filled/material/icon-filled-more-vert.js +1 -1
- package/cjs/icons/filled/material/icon-filled-more.js +1 -1
- package/cjs/icons/filled/material/icon-filled-motion-photos-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-motion-photos-pause.js +1 -1
- package/cjs/icons/filled/material/icon-filled-motion-photos-paused.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mouse.js +1 -1
- package/cjs/icons/filled/material/icon-filled-move-to-inbox.js +1 -1
- package/cjs/icons/filled/material/icon-filled-movie-creation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-movie-filter.js +1 -1
- package/cjs/icons/filled/material/icon-filled-movie.js +1 -1
- package/cjs/icons/filled/material/icon-filled-multiline-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-multiple-stop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-museum.js +1 -1
- package/cjs/icons/filled/material/icon-filled-music-note.js +1 -1
- package/cjs/icons/filled/material/icon-filled-music-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-music-video.js +1 -1
- package/cjs/icons/filled/material/icon-filled-my-location.js +1 -1
- package/cjs/icons/filled/material/icon-filled-nat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-nature-people.js +1 -1
- package/cjs/icons/filled/material/icon-filled-nature.js +1 -1
- package/cjs/icons/filled/material/icon-filled-navigate-before.js +1 -1
- package/cjs/icons/filled/material/icon-filled-navigate-next.js +1 -1
- package/cjs/icons/filled/material/icon-filled-navigation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-near-me-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-near-me.js +1 -1
- package/cjs/icons/filled/material/icon-filled-network-check.js +1 -1
- package/cjs/icons/filled/material/icon-filled-network-locked.js +1 -1
- package/cjs/icons/filled/material/icon-filled-new-releases.js +1 -1
- package/cjs/icons/filled/material/icon-filled-next-plan.js +1 -1
- package/cjs/icons/filled/material/icon-filled-next-week.js +1 -1
- package/cjs/icons/filled/material/icon-filled-nfc.js +1 -1
- package/cjs/icons/filled/material/icon-filled-night-shelter.js +1 -1
- package/cjs/icons/filled/material/icon-filled-nights-stay.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-backpack.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-cell.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-drinks.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-encryption.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-flash.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-food.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-luggage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-meals.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-meeting-room.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-photography.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-sim.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-stroller.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-transfer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-north-east.js +1 -1
- package/cjs/icons/filled/material/icon-filled-north-west.js +1 -1
- package/cjs/icons/filled/material/icon-filled-north.js +1 -1
- package/cjs/icons/filled/material/icon-filled-not-accessible.js +1 -1
- package/cjs/icons/filled/material/icon-filled-not-interested.js +1 -1
- package/cjs/icons/filled/material/icon-filled-not-listed-location.js +1 -1
- package/cjs/icons/filled/material/icon-filled-not-started.js +1 -1
- package/cjs/icons/filled/material/icon-filled-note-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-note.js +1 -1
- package/cjs/icons/filled/material/icon-filled-notes.js +1 -1
- package/cjs/icons/filled/material/icon-filled-notification-important.js +1 -1
- package/cjs/icons/filled/material/icon-filled-notifications-active.js +1 -1
- package/cjs/icons/filled/material/icon-filled-notifications-none.js +1 -1
- package/cjs/icons/filled/material/icon-filled-notifications-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-notifications-paused.js +1 -1
- package/cjs/icons/filled/material/icon-filled-notifications.js +1 -1
- package/cjs/icons/filled/material/icon-filled-offline-bolt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-offline-pin.js +1 -1
- package/cjs/icons/filled/material/icon-filled-ondemand-video.js +1 -1
- package/cjs/icons/filled/material/icon-filled-online-prediction.js +1 -1
- package/cjs/icons/filled/material/icon-filled-opacity.js +1 -1
- package/cjs/icons/filled/material/icon-filled-open-in-browser.js +1 -1
- package/cjs/icons/filled/material/icon-filled-open-in-full.js +1 -1
- package/cjs/icons/filled/material/icon-filled-open-in-new.js +1 -1
- package/cjs/icons/filled/material/icon-filled-open-with.js +1 -1
- package/cjs/icons/filled/material/icon-filled-outbound.js +1 -1
- package/cjs/icons/filled/material/icon-filled-outdoor-grill.js +1 -1
- package/cjs/icons/filled/material/icon-filled-outlet.js +1 -1
- package/cjs/icons/filled/material/icon-filled-outlined-flag.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pages.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pageview.js +1 -1
- package/cjs/icons/filled/material/icon-filled-palette.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pan-tool.js +1 -1
- package/cjs/icons/filled/material/icon-filled-panorama-fish-eye.js +1 -1
- package/cjs/icons/filled/material/icon-filled-panorama-horizontal.js +1 -1
- package/cjs/icons/filled/material/icon-filled-panorama-vertical.js +1 -1
- package/cjs/icons/filled/material/icon-filled-panorama-wide-angle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-panorama.js +1 -1
- package/cjs/icons/filled/material/icon-filled-party-mode.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pause-circle-filled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pause-circle-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pause-presentation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pause.js +1 -1
- package/cjs/icons/filled/material/icon-filled-payment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-payments.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pedal-bike.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pending-actions.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pending.js +1 -1
- package/cjs/icons/filled/material/icon-filled-people-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-people-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-people.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-camera-mic.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-contact-calendar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-data-setting.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-device-information.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-identity.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-media.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-phone-msg.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-scan-wifi.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-add-alt1.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-add-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-pin-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-pin.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-remove-alt1.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-remove.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-search.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person.js +1 -1
- package/cjs/icons/filled/material/icon-filled-personal-video.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pest-control-rodent.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pest-control.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pets.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-android.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-bluetooth-speaker.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-callback.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-enabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-forwarded.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-in-talk.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-iphone.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-locked.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-missed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-paused.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phonelink-erase.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phonelink-lock.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phonelink-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phonelink-ring.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phonelink-setup.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phonelink.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo-album.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo-camera.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo-filter.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo-library.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo-size-select-actual.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo-size-select-large.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo-size-select-small.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-picture-as-pdf.js +1 -1
- package/cjs/icons/filled/material/icon-filled-picture-in-picture-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-picture-in-picture.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pie-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pin-drop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-place.js +1 -1
- package/cjs/icons/filled/material/icon-filled-plagiarism.js +1 -1
- package/cjs/icons/filled/material/icon-filled-play-arrow.js +1 -1
- package/cjs/icons/filled/material/icon-filled-play-circle-filled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-play-circle-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-play-for-work.js +1 -1
- package/cjs/icons/filled/material/icon-filled-playlist-add-check.js +1 -1
- package/cjs/icons/filled/material/icon-filled-playlist-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-playlist-play.js +1 -1
- package/cjs/icons/filled/material/icon-filled-plumbing.js +1 -1
- package/cjs/icons/filled/material/icon-filled-plus-one.js +1 -1
- package/cjs/icons/filled/material/icon-filled-point-of-sale.js +1 -1
- package/cjs/icons/filled/material/icon-filled-policy.js +1 -1
- package/cjs/icons/filled/material/icon-filled-poll.js +1 -1
- package/cjs/icons/filled/material/icon-filled-polymer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pool.js +1 -1
- package/cjs/icons/filled/material/icon-filled-portable-wifi-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-portrait.js +1 -1
- package/cjs/icons/filled/material/icon-filled-post-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-power-input.js +1 -1
- package/cjs/icons/filled/material/icon-filled-power-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-power-settings-new.js +1 -1
- package/cjs/icons/filled/material/icon-filled-power.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pregnant-woman.js +1 -1
- package/cjs/icons/filled/material/icon-filled-present-to-all.js +1 -1
- package/cjs/icons/filled/material/icon-filled-preview.js +1 -1
- package/cjs/icons/filled/material/icon-filled-print-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-print.js +1 -1
- package/cjs/icons/filled/material/icon-filled-priority-high.js +1 -1
- package/cjs/icons/filled/material/icon-filled-privacy-tip.js +1 -1
- package/cjs/icons/filled/material/icon-filled-psychology.js +1 -1
- package/cjs/icons/filled/material/icon-filled-public-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-public.js +1 -1
- package/cjs/icons/filled/material/icon-filled-publish.js +1 -1
- package/cjs/icons/filled/material/icon-filled-published-with-changes.js +1 -1
- package/cjs/icons/filled/material/icon-filled-push-pin.js +1 -1
- package/cjs/icons/filled/material/icon-filled-qr-code-scanner.js +1 -1
- package/cjs/icons/filled/material/icon-filled-qr-code.js +1 -1
- package/cjs/icons/filled/material/icon-filled-query-builder.js +1 -1
- package/cjs/icons/filled/material/icon-filled-question-answer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-queue-music.js +1 -1
- package/cjs/icons/filled/material/icon-filled-queue-play-next.js +1 -1
- package/cjs/icons/filled/material/icon-filled-queue.js +1 -1
- package/cjs/icons/filled/material/icon-filled-quickreply.js +1 -1
- package/cjs/icons/filled/material/icon-filled-radio-button-checked.js +1 -1
- package/cjs/icons/filled/material/icon-filled-radio-button-unchecked.js +1 -1
- package/cjs/icons/filled/material/icon-filled-radio.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rate-review.js +1 -1
- package/cjs/icons/filled/material/icon-filled-read-more.js +1 -1
- package/cjs/icons/filled/material/icon-filled-receipt-long.js +1 -1
- package/cjs/icons/filled/material/icon-filled-receipt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-recent-actors.js +1 -1
- package/cjs/icons/filled/material/icon-filled-record-voice-over.js +1 -1
- package/cjs/icons/filled/material/icon-filled-redeem.js +1 -1
- package/cjs/icons/filled/material/icon-filled-redo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-reduce-capacity.js +1 -1
- package/cjs/icons/filled/material/icon-filled-refresh.js +1 -1
- package/cjs/icons/filled/material/icon-filled-remove-circle-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-remove-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-remove-from-queue.js +1 -1
- package/cjs/icons/filled/material/icon-filled-remove-red-eye.js +1 -1
- package/cjs/icons/filled/material/icon-filled-remove-shopping-cart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-remove.js +1 -1
- package/cjs/icons/filled/material/icon-filled-reorder.js +1 -1
- package/cjs/icons/filled/material/icon-filled-repeat-one.js +1 -1
- package/cjs/icons/filled/material/icon-filled-repeat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-replay.js +1 -1
- package/cjs/icons/filled/material/icon-filled-replay10.js +1 -1
- package/cjs/icons/filled/material/icon-filled-replay30.js +1 -1
- package/cjs/icons/filled/material/icon-filled-replay5.js +1 -1
- package/cjs/icons/filled/material/icon-filled-reply-all.js +1 -1
- package/cjs/icons/filled/material/icon-filled-reply.js +1 -1
- package/cjs/icons/filled/material/icon-filled-report-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-report-problem.js +1 -1
- package/cjs/icons/filled/material/icon-filled-report.js +1 -1
- package/cjs/icons/filled/material/icon-filled-request-page.js +1 -1
- package/cjs/icons/filled/material/icon-filled-request-quote.js +1 -1
- package/cjs/icons/filled/material/icon-filled-restaurant-menu.js +1 -1
- package/cjs/icons/filled/material/icon-filled-restaurant.js +1 -1
- package/cjs/icons/filled/material/icon-filled-restore-from-trash.js +1 -1
- package/cjs/icons/filled/material/icon-filled-restore-page.js +1 -1
- package/cjs/icons/filled/material/icon-filled-restore.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rice-bowl.js +1 -1
- package/cjs/icons/filled/material/icon-filled-ring-volume.js +1 -1
- package/cjs/icons/filled/material/icon-filled-roofing.js +1 -1
- package/cjs/icons/filled/material/icon-filled-room-preferences.js +1 -1
- package/cjs/icons/filled/material/icon-filled-room-service.js +1 -1
- package/cjs/icons/filled/material/icon-filled-room.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rotate-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rotate-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rotate90-degrees-ccw.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rounded-corner.js +1 -1
- package/cjs/icons/filled/material/icon-filled-router.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rowing.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rss-feed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rule-folder.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rule.js +1 -1
- package/cjs/icons/filled/material/icon-filled-run-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rv-hookup.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sanitizer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-satellite.js +1 -1
- package/cjs/icons/filled/material/icon-filled-save-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-save.js +1 -1
- package/cjs/icons/filled/material/icon-filled-scanner.js +1 -1
- package/cjs/icons/filled/material/icon-filled-scatter-plot.js +1 -1
- package/cjs/icons/filled/material/icon-filled-schedule.js +1 -1
- package/cjs/icons/filled/material/icon-filled-school.js +1 -1
- package/cjs/icons/filled/material/icon-filled-science.js +1 -1
- package/cjs/icons/filled/material/icon-filled-score.js +1 -1
- package/cjs/icons/filled/material/icon-filled-screen-lock-landscape.js +1 -1
- package/cjs/icons/filled/material/icon-filled-screen-lock-portrait.js +1 -1
- package/cjs/icons/filled/material/icon-filled-screen-lock-rotation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-screen-rotation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-screen-share.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sd-card.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sd-storage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-search-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-search.js +1 -1
- package/cjs/icons/filled/material/icon-filled-security.js +1 -1
- package/cjs/icons/filled/material/icon-filled-select-all.js +1 -1
- package/cjs/icons/filled/material/icon-filled-self-improvement.js +1 -1
- package/cjs/icons/filled/material/icon-filled-send.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sensor-door.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sensor-window.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sentiment-dissatisfied.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sentiment-satisfied-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sentiment-satisfied.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sentiment-very-dissatisfied.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sentiment-very-satisfied.js +1 -1
- package/cjs/icons/filled/material/icon-filled-set-meal.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-applications.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-backup-restore.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-bluetooth.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-brightness.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-cell.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-ethernet.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-input-antenna.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-input-component.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-input-composite.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-input-hdmi.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-input-svideo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-overscan.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-phone.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-power.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-remote.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-system-daydream.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-voice.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings.js +1 -1
- package/cjs/icons/filled/material/icon-filled-share.js +1 -1
- package/cjs/icons/filled/material/icon-filled-shop-two.js +1 -1
- package/cjs/icons/filled/material/icon-filled-shop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-shopping-bag.js +1 -1
- package/cjs/icons/filled/material/icon-filled-shopping-basket.js +1 -1
- package/cjs/icons/filled/material/icon-filled-shopping-cart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-short-text.js +1 -1
- package/cjs/icons/filled/material/icon-filled-show-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-shuffle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-shutter-speed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sick.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-cellular-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-cellular-connected-no-internet4-bar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-cellular-no-sim.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-cellular-null.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-cellular-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-cellular4-bar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-wifi-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-wifi4-bar-lock.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-wifi4-bar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sim-card.js +1 -1
- package/cjs/icons/filled/material/icon-filled-single-bed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-six-ft-apart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-skip-next.js +1 -1
- package/cjs/icons/filled/material/icon-filled-skip-previous.js +1 -1
- package/cjs/icons/filled/material/icon-filled-slideshow.js +1 -1
- package/cjs/icons/filled/material/icon-filled-slow-motion-video.js +1 -1
- package/cjs/icons/filled/material/icon-filled-smart-button.js +1 -1
- package/cjs/icons/filled/material/icon-filled-smartphone.js +1 -1
- package/cjs/icons/filled/material/icon-filled-smoke-free.js +1 -1
- package/cjs/icons/filled/material/icon-filled-smoking-rooms.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sms-failed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sms.js +1 -1
- package/cjs/icons/filled/material/icon-filled-snippet-folder.js +1 -1
- package/cjs/icons/filled/material/icon-filled-snooze.js +1 -1
- package/cjs/icons/filled/material/icon-filled-soap.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sort-by-alpha.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sort.js +1 -1
- package/cjs/icons/filled/material/icon-filled-source.js +1 -1
- package/cjs/icons/filled/material/icon-filled-south-east.js +1 -1
- package/cjs/icons/filled/material/icon-filled-south-west.js +1 -1
- package/cjs/icons/filled/material/icon-filled-south.js +1 -1
- package/cjs/icons/filled/material/icon-filled-spa.js +1 -1
- package/cjs/icons/filled/material/icon-filled-space-bar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-speaker-group.js +1 -1
- package/cjs/icons/filled/material/icon-filled-speaker-notes-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-speaker-notes.js +1 -1
- package/cjs/icons/filled/material/icon-filled-speaker-phone.js +1 -1
- package/cjs/icons/filled/material/icon-filled-speaker.js +1 -1
- package/cjs/icons/filled/material/icon-filled-speed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-spellcheck.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-bar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-baseball.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-basketball.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-cricket.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-esports.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-football.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-golf.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-handball.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-hockey.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-kabaddi.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-mma.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-motorsports.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-rugby.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-soccer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-tennis.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-volleyball.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports.js +1 -1
- package/cjs/icons/filled/material/icon-filled-square-foot.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stacked-line-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stairs.js +1 -1
- package/cjs/icons/filled/material/icon-filled-star-border.js +1 -1
- package/cjs/icons/filled/material/icon-filled-star-half.js +1 -1
- package/cjs/icons/filled/material/icon-filled-star-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-star-rate.js +1 -1
- package/cjs/icons/filled/material/icon-filled-star.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stars.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stay-current-landscape.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stay-current-portrait.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stay-primary-landscape.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stay-primary-portrait.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sticky-note2.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stop-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stop-screen-share.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-storage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-store-mall-directory.js +1 -1
- package/cjs/icons/filled/material/icon-filled-store.js +1 -1
- package/cjs/icons/filled/material/icon-filled-storefront.js +1 -1
- package/cjs/icons/filled/material/icon-filled-straighten.js +1 -1
- package/cjs/icons/filled/material/icon-filled-streetview.js +1 -1
- package/cjs/icons/filled/material/icon-filled-strikethrough-s.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stroller.js +1 -1
- package/cjs/icons/filled/material/icon-filled-style.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subdirectory-arrow-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subdirectory-arrow-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subject.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subscript.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subscriptions.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subtitles-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subtitles.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subway.js +1 -1
- package/cjs/icons/filled/material/icon-filled-superscript.js +1 -1
- package/cjs/icons/filled/material/icon-filled-supervised-user-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-supervisor-account.js +1 -1
- package/cjs/icons/filled/material/icon-filled-support-agent.js +1 -1
- package/cjs/icons/filled/material/icon-filled-support.js +1 -1
- package/cjs/icons/filled/material/icon-filled-surround-sound.js +1 -1
- package/cjs/icons/filled/material/icon-filled-swap-calls.js +1 -1
- package/cjs/icons/filled/material/icon-filled-swap-horiz.js +1 -1
- package/cjs/icons/filled/material/icon-filled-swap-horizontal-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-swap-vert.js +1 -1
- package/cjs/icons/filled/material/icon-filled-swap-vertical-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-switch-camera.js +1 -1
- package/cjs/icons/filled/material/icon-filled-switch-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-switch-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-switch-video.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sync-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sync-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sync-problem.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sync.js +1 -1
- package/cjs/icons/filled/material/icon-filled-system-update-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-system-update.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tab-unselected.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tab.js +1 -1
- package/cjs/icons/filled/material/icon-filled-table-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-table-rows.js +1 -1
- package/cjs/icons/filled/material/icon-filled-table-view.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tablet-android.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tablet-mac.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tablet.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tag-faces.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tap-and-play.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tapas.js +1 -1
- package/cjs/icons/filled/material/icon-filled-terrain.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-fields.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-format.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-rotate-up.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-rotate-vertical.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-rotation-angledown.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-rotation-angleup.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-rotation-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-rotation-none.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-snippet.js +1 -1
- package/cjs/icons/filled/material/icon-filled-textsms.js +1 -1
- package/cjs/icons/filled/material/icon-filled-texture.js +1 -1
- package/cjs/icons/filled/material/icon-filled-theaters.js +1 -1
- package/cjs/icons/filled/material/icon-filled-three-d-rotation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-three-hundred-sixty.js +1 -1
- package/cjs/icons/filled/material/icon-filled-thumb-down-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-thumb-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-thumb-up-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-thumb-up.js +1 -1
- package/cjs/icons/filled/material/icon-filled-thumbs-up-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-time-to-leave.js +1 -1
- package/cjs/icons/filled/material/icon-filled-timelapse.js +1 -1
- package/cjs/icons/filled/material/icon-filled-timeline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-timer-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-timer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-timer10.js +1 -1
- package/cjs/icons/filled/material/icon-filled-timer3.js +1 -1
- package/cjs/icons/filled/material/icon-filled-title.js +1 -1
- package/cjs/icons/filled/material/icon-filled-toc.js +1 -1
- package/cjs/icons/filled/material/icon-filled-today.js +1 -1
- package/cjs/icons/filled/material/icon-filled-toggle-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-toggle-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-toll.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tonality.js +1 -1
- package/cjs/icons/filled/material/icon-filled-topic.js +1 -1
- package/cjs/icons/filled/material/icon-filled-touch-app.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tour.js +1 -1
- package/cjs/icons/filled/material/icon-filled-toys.js +1 -1
- package/cjs/icons/filled/material/icon-filled-track-changes.js +1 -1
- package/cjs/icons/filled/material/icon-filled-traffic.js +1 -1
- package/cjs/icons/filled/material/icon-filled-train.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tram.js +1 -1
- package/cjs/icons/filled/material/icon-filled-transfer-within-a-station.js +1 -1
- package/cjs/icons/filled/material/icon-filled-transform.js +1 -1
- package/cjs/icons/filled/material/icon-filled-transit-enterexit.js +1 -1
- package/cjs/icons/filled/material/icon-filled-translate.js +1 -1
- package/cjs/icons/filled/material/icon-filled-trending-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-trending-flat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-trending-up.js +1 -1
- package/cjs/icons/filled/material/icon-filled-trip-origin.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tty.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tune.js +1 -1
- package/cjs/icons/filled/material/icon-filled-turned-in-not.js +1 -1
- package/cjs/icons/filled/material/icon-filled-turned-in.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tv-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tv.js +1 -1
- package/cjs/icons/filled/material/icon-filled-two-wheeler.js +1 -1
- package/cjs/icons/filled/material/icon-filled-umbrella.js +1 -1
- package/cjs/icons/filled/material/icon-filled-unarchive.js +1 -1
- package/cjs/icons/filled/material/icon-filled-undo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-unfold-less.js +1 -1
- package/cjs/icons/filled/material/icon-filled-unfold-more.js +1 -1
- package/cjs/icons/filled/material/icon-filled-unpublished.js +1 -1
- package/cjs/icons/filled/material/icon-filled-unsubscribe.js +1 -1
- package/cjs/icons/filled/material/icon-filled-update.js +1 -1
- package/cjs/icons/filled/material/icon-filled-upgrade.js +1 -1
- package/cjs/icons/filled/material/icon-filled-usb.js +1 -1
- package/cjs/icons/filled/material/icon-filled-verified-user.js +1 -1
- package/cjs/icons/filled/material/icon-filled-verified.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vertical-align-bottom.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vertical-align-center.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vertical-align-top.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vertical-split.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vibration.js +1 -1
- package/cjs/icons/filled/material/icon-filled-video-call.js +1 -1
- package/cjs/icons/filled/material/icon-filled-video-label.js +1 -1
- package/cjs/icons/filled/material/icon-filled-video-library.js +1 -1
- package/cjs/icons/filled/material/icon-filled-video-settings.js +1 -1
- package/cjs/icons/filled/material/icon-filled-videocam-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-videocam.js +1 -1
- package/cjs/icons/filled/material/icon-filled-videogame-asset.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-agenda.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-array.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-carousel.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-column.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-comfy.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-compact.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-day.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-headline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-list.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-module.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-quilt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-sidebar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-stream.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-week.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vignette.js +1 -1
- package/cjs/icons/filled/material/icon-filled-visibility-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-visibility.js +1 -1
- package/cjs/icons/filled/material/icon-filled-voice-chat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-voice-over-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-voicemail.js +1 -1
- package/cjs/icons/filled/material/icon-filled-volume-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-volume-mute.js +1 -1
- package/cjs/icons/filled/material/icon-filled-volume-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-volume-up.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vpn-key.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vpn-lock.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wallpaper.js +1 -1
- package/cjs/icons/filled/material/icon-filled-warning.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wash.js +1 -1
- package/cjs/icons/filled/material/icon-filled-watch-later.js +1 -1
- package/cjs/icons/filled/material/icon-filled-watch.js +1 -1
- package/cjs/icons/filled/material/icon-filled-water-damage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-waves.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wb-auto.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wb-cloudy.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wb-incandescent.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wb-iridescent.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wb-sunny.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wc.js +1 -1
- package/cjs/icons/filled/material/icon-filled-web-asset.js +1 -1
- package/cjs/icons/filled/material/icon-filled-web.js +1 -1
- package/cjs/icons/filled/material/icon-filled-weekend.js +1 -1
- package/cjs/icons/filled/material/icon-filled-west.js +1 -1
- package/cjs/icons/filled/material/icon-filled-whatshot.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wheelchair-pickup.js +1 -1
- package/cjs/icons/filled/material/icon-filled-where-to-vote.js +1 -1
- package/cjs/icons/filled/material/icon-filled-widgets.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wifi-calling.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wifi-lock.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wifi-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wifi-protected-setup.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wifi-tethering.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wifi.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wine-bar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-work-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-work-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-work.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wrap-text.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wrong-location.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wysiwyg.js +1 -1
- package/cjs/icons/filled/material/icon-filled-youtube-searched-for.js +1 -1
- package/cjs/icons/filled/material/icon-filled-zoom-in.js +1 -1
- package/cjs/icons/filled/material/icon-filled-zoom-out-map.js +1 -1
- package/cjs/icons/filled/material/icon-filled-zoom-out.js +1 -1
- package/cjs/icons/outlined/custom/icon-outlined-figma.js +1 -1
- package/cjs/icons/outlined/custom/icon-outlined-figma.js.map +1 -1
- package/cjs/icons/outlined/material/icon-outlined-ac-unit.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-access-alarm.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-access-alarms.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-access-time.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-accessibility-new.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-accessibility.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-accessible-forward.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-accessible.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-account-balance-wallet.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-account-balance.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-account-box.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-account-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-account-tree.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-ad-units.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-adb.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-a-photo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-alarm.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-alert.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-box.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-business.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-circle-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-comment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-ic-call.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-location-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-location.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-photo-alternate.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-road.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-shopping-cart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-task.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-to-home-screen.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-to-photos.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-to-queue.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-adjust.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-admin-panel-settings.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-agriculture.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-flat-angled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-flat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-individual-suite.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-legroom-extra.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-legroom-normal.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-legroom-reduced.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-recline-extra.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-recline-normal.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airplanemode-active.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airplanemode-inactive.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airplay.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airport-shuttle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-alarm-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-alarm-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-alarm-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-alarm.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-album.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-all-inbox.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-all-inclusive.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-all-out.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-alt-route.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-alternate-email.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-amp-stories.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-analytics.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-anchor.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-android.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-announcement.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-apartment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-api.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-app-blocking.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-app-settings-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-apps.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-architecture.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-archive.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-back-ios.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-back.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-circle-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-circle-up.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-downward.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-drop-down-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-drop-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-drop-up.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-forward-ios.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-forward.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-right-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-upward.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-art-track.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-article.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-aspect-ratio.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assessment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assignment-ind.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assignment-late.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assignment-return.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assignment-returned.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assignment-turned-in.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assignment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assistant-photo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assistant.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-atm.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-attach-email.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-attach-file.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-attach-money.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-attachment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-audiotrack.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-auto-delete.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-autorenew.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-av-timer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-baby-changing-station.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-backpack.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-backspace.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-backup-table.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-backup.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-ballot.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bar-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-batch-prediction.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bathtub.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-battery-alert.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-battery-charging-full.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-battery-full.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-battery-std.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-battery-unknown.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-beach-access.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bedtime.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-beenhere.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bento.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bike-scooter.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-biotech.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-block.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bluetooth-audio.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bluetooth-connected.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bluetooth-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bluetooth-searching.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bluetooth.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-blur-circular.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-blur-linear.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-blur-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-blur-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-book-online.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-book.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bookmark-border.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bookmark.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bookmarks.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-all.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-bottom.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-clear.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-horizontal.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-inner.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-outer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-style.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-top.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-vertical.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-branding-watermark.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness-auto.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness-high.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness-low.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness-medium.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness1.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness2.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness3.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness4.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness5.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness6.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness7.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-broken-image.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-browser-not-supported.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brush.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bubble-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bug-report.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-build-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-build.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-burst-mode.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-business-center.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-business.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cached.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cake.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-calculate.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-calendar-today.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-calendar-view-day.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-end.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-made.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-merge.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-missed-outgoing.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-missed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-received.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-split.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-to-action.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-camera-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-camera-enhance.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-camera-front.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-camera-rear.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-camera-roll.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-camera.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-campaign.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cancel-presentation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cancel-schedule-send.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cancel.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-card-giftcard.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-card-membership.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-card-travel.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-carpenter.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-casino.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cast-connected.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cast-for-education.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cast.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-category.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-center-focus-strong.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-center-focus-weak.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-change-history.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-charging-station.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-chat-bubble-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-chat-bubble.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-chat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-check-box-outline-blank.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-check-box.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-check-circle-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-check-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-check.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-checkroom.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-chevron-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-chevron-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-child-care.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-child-friendly.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-chrome-reader-mode.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-class.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-clean-hands.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cleaning-services.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-clear-all.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-clear.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-close-fullscreen.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-close.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-closed-caption-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-closed-caption.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cloud-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cloud-done.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cloud-download.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cloud-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cloud-queue.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cloud-upload.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cloud.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-code.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-collections-bookmark.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-collections.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-color-lens.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-colorize.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-comment-bank.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-comment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-commute.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-compare-arrows.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-compare.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-compass-calibration.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-computer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-confirmation-number.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-connect-without-contact.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-construction.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-contact-mail.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-contact-page.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-contact-phone.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-contact-support.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-contactless.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-contacts.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-content-copy.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-content-cut.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-content-paste.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-control-camera.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-control-point-duplicate.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-control-point.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-copyright.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-coronavirus.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-corporate-fare.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-countertops.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-create-new-folder.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-create.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-credit-card.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop-din.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop-free.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop-landscape.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop-original.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop-portrait.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop-rotate.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop-square.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop169.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop32.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop54.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop75.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dashboard.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-data-usage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-date-range.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-deck.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dehaze.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-delete-forever.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-delete-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-delete-sweep.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-delete.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-departure-board.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-description.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-design-services.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-desktop-access-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-desktop-mac.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-desktop-windows.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-details.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-developer-board.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-developer-mode.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-device-hub.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-device-unknown.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-devices-other.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-devices.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dialer-sip.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dialpad.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-bike.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-boat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-bus.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-car.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-railway.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-run.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-subway.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-transit.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-walk.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-disabled-by-default.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-disc-full.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dns.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-do-not-step.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-do-not-touch.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dock.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-domain-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-domain-verification.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-domain.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-done-all.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-done-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-done.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-donut-large.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-donut-small.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-double-arrow.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-drafts.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-drag-handle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-drag-indicator.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-drive-eta.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dry.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-duo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dvr.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dynamic-feed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dynamic-form.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-east.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-eco.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-edit-attributes.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-edit-location.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-edit-road.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-edit.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-eject.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-elderly.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-electric-bike.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-electric-car.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-electric-moped.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-electric-scooter.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-electrical-services.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-elevator.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-email.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-emotions.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-events.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-flags.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-food-beverage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-nature.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-objects.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-people.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-symbols.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-transportation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-engineering.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-enhanced-encryption.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-equalizer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-error-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-error.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-escalator-warning.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-escalator.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-euro-symbol.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-euro.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-ev-station.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-event-available.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-event-busy.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-event-note.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-event-seat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-event.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-exit-to-app.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-expand-less.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-expand-more.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-explicit.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-explore-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-explore.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-exposure-neg1.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-exposure-neg2.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-exposure-plus1.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-exposure-plus2.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-exposure-zero.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-exposure.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-extension.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-face.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fact-check.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-family-restroom.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fast-forward.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fast-rewind.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fastfood.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-favorite-border.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-favorite.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-featured-play-list.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-featured-video.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-feedback.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fence.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fiber-dvr.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fiber-manual-record.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fiber-new.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fiber-pin.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fiber-smart-record.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-file-copy.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-b-and-w.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-center-focus.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-drama.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-frames.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-hdr.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-list.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-none.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-tilt-shift.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-vintage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter1.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter2.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter3.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter4.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter5.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter6.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter7.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter8.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter9-plus.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter9.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-find-in-page.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-find-replace.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fingerprint.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fire-extinguisher.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fireplace.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-first-page.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fitness-center.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-five-g.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flag.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flaky.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flare.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flash-auto.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flash-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flash-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flight-land.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flight-takeoff.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flight.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flip-camera-android.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flip-camera-ios.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flip-to-back.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flip-to-front.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flip.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-folder-open.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-folder-shared.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-folder-special.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-folder.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-follow-the-signs.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-font-download.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-food-bank.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-align-center.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-align-justify.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-align-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-align-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-bold.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-clear.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-color-reset.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-indent-decrease.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-indent-increase.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-italic.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-line-spacing.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-list-bulleted.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-list-numbered-rtl.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-list-numbered.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-paint.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-quote.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-shapes.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-size.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-strikethrough.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-textdirection-l-to-r.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-textdirection-r-to-l.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-underlined.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-forum.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-forward-to-inbox.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-forward.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-forward10.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-forward30.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-forward5.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-foundation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-four-k.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-free-breakfast.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fullscreen-exit.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fullscreen.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-functions.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-g-translate.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gamepad.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-games.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gavel.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gesture.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-get-app.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gif.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-golf-course.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gps-fixed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gps-not-fixed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gps-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-grade.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gradient.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-grading.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-grain.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-graphic-eq.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-grass.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-grid-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-grid-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-group-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-group-work.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-group.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-groups.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-handyman.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hd.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hdr-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hdr-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hdr-strong.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hdr-weak.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-headset-mic.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-headset.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-healing.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hearing-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hearing.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-height.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-help-center.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-help-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-help.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-high-quality.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-highlight-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-highlight-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-highlight.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-history-edu.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-history-toggle-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-history.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-home-repair-service.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-home-work.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-home.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-horizontal-rule.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-horizontal-split.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hot-tub.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hotel.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hourglass-bottom.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hourglass-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hourglass-empty.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hourglass-full.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hourglass-top.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-house-siding.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-house.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-how-to-reg.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-how-to-vote.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-http.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-https.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hvac.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-image-aspect-ratio.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-image-not-supported.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-image-search.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-image.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-import-contacts.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-import-export.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-important-devices.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-inbox.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-indeterminate-check-box.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-info.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-input.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-chart-outlined.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-comment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-drive-file.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-emoticon.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-invitation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-link.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-photo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insights.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-integration-instructions.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-invert-colors-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-invert-colors.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-iso.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-arrow-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-arrow-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-arrow-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-arrow-up.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-backspace.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-capslock.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-hide.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-return.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-tab.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-voice.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-king-bed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-kitchen.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-label-important.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-label-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-label.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-landscape.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-language.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-laptop-chromebook.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-laptop-mac.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-laptop-windows.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-laptop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-last-page.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-launch.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-layers-clear.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-layers.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-leaderboard.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-leak-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-leak-remove.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-legend-toggle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-lens.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-library-add-check.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-library-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-library-books.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-library-music.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-line-style.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-line-weight.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-linear-scale.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-link-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-link.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-linked-camera.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-list-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-list.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-live-help.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-live-tv.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-activity.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-airport.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-atm.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-bar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-cafe.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-car-wash.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-convenience-store.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-dining.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-drink.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-fire-department.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-florist.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-gas-station.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-grocery-store.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-hospital.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-hotel.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-laundry-service.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-library.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-mall.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-movies.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-offer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-parking.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-pharmacy.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-phone.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-pizza.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-play.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-police.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-post-office.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-printshop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-see.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-shipping.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-taxi.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-location-city.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-location-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-location-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-location-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-location-searching.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-lock-open.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-lock.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-login.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-looks-one.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-looks-two.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-looks.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-looks3.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-looks4.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-looks5.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-looks6.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-loop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-loupe.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-low-priority.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-loyalty.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-luggage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mail-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mail.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-map.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-maps-ugc.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mark-chat-read.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mark-chat-unread.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mark-email-read.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mark-email-unread.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-markunread-mailbox.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-markunread.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-masks.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-maximize.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mediation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-medical-services.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-meeting-room.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-memory.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-menu-book.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-menu-open.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-menu.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-merge-type.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-message.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mic-none.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mic-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mic.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-microwave.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-military-tech.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-minimize.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-miscellaneous-services.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-missed-video-call.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mms.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mobile-friendly.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mobile-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mobile-screen-share.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mode-comment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-model-training.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-monetization-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-money-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-money.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-monochrome-photos.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mood-bad.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mood.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-moped.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-more-horiz.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-more-time.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-more-vert.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-more.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-motion-photos-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-motion-photos-pause.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-motion-photos-paused.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mouse.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-move-to-inbox.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-movie-creation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-movie-filter.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-movie.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-multiline-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-multiple-stop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-museum.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-music-note.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-music-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-music-video.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-my-location.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-nat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-nature-people.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-nature.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-navigate-before.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-navigate-next.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-navigation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-near-me-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-near-me.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-network-check.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-network-locked.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-new-releases.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-next-plan.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-next-week.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-nfc.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-night-shelter.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-nights-stay.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-backpack.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-cell.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-drinks.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-encryption.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-flash.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-food.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-luggage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-meals.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-meeting-room.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-photography.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-sim.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-stroller.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-transfer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-north-east.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-north-west.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-north.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-not-accessible.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-not-interested.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-not-listed-location.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-not-started.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-note-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-note.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-notes.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-notification-important.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-notifications-active.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-notifications-none.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-notifications-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-notifications-paused.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-notifications.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-offline-bolt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-offline-pin.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-ondemand-video.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-online-prediction.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-opacity.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-open-in-browser.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-open-in-full.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-open-in-new.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-open-with.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-outbound.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-outdoor-grill.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-outlet.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-outlined-flag.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pages.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pageview.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-palette.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pan-tool.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-panorama-fish-eye.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-panorama-horizontal.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-panorama-vertical.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-panorama-wide-angle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-panorama.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-party-mode.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pause-circle-filled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pause-circle-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pause-presentation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pause.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-payment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-payments.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pedal-bike.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pending-actions.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pending.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-people-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-people-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-people.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-camera-mic.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-contact-calendar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-data-setting.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-device-information.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-identity.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-media.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-phone-msg.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-scan-wifi.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-add-alt1.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-add-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-pin-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-pin.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-remove-alt1.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-remove.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-search.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-personal-video.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pest-control-rodent.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pest-control.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pets.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-android.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-bluetooth-speaker.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-callback.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-enabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-forwarded.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-in-talk.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-iphone.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-locked.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-missed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-paused.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phonelink-erase.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phonelink-lock.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phonelink-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phonelink-ring.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phonelink-setup.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phonelink.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo-album.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo-camera.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo-filter.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo-library.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo-size-select-actual.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo-size-select-large.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo-size-select-small.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-picture-as-pdf.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-picture-in-picture-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-picture-in-picture.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pie-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pin-drop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-place.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-plagiarism.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-play-arrow.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-play-circle-filled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-play-circle-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-play-for-work.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-playlist-add-check.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-playlist-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-playlist-play.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-plumbing.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-plus-one.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-point-of-sale.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-policy.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-poll.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-polymer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pool.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-portable-wifi-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-portrait.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-post-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-power-input.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-power-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-power-settings-new.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-power.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pregnant-woman.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-present-to-all.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-preview.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-print-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-print.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-priority-high.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-privacy-tip.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-psychology.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-public-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-public.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-publish.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-published-with-changes.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-push-pin.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-qr-code-scanner.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-qr-code.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-query-builder.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-question-answer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-queue-music.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-queue-play-next.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-queue.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-quickreply.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-radio-button-checked.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-radio-button-unchecked.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-radio.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rate-review.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-read-more.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-receipt-long.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-receipt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-recent-actors.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-record-voice-over.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-redeem.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-redo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-reduce-capacity.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-refresh.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-remove-circle-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-remove-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-remove-from-queue.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-remove-red-eye.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-remove-shopping-cart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-remove.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-reorder.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-repeat-one.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-repeat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-replay.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-replay10.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-replay30.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-replay5.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-reply-all.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-reply.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-report-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-report-problem.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-report.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-request-page.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-request-quote.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-restaurant-menu.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-restaurant.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-restore-from-trash.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-restore-page.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-restore.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rice-bowl.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-ring-volume.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-roofing.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-room-preferences.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-room-service.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-room.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rotate-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rotate-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rotate90-degrees-ccw.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rounded-corner.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-router.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rowing.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rss-feed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rule-folder.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rule.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-run-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rv-hookup.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sanitizer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-satellite.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-save-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-save.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-scanner.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-scatter-plot.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-schedule.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-school.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-science.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-score.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-screen-lock-landscape.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-screen-lock-portrait.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-screen-lock-rotation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-screen-rotation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-screen-share.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sd-card.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sd-storage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-search-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-search.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-security.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-select-all.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-self-improvement.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-send.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sensor-door.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sensor-window.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sentiment-dissatisfied.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sentiment-satisfied-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sentiment-satisfied.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sentiment-very-dissatisfied.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sentiment-very-satisfied.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-set-meal.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-applications.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-backup-restore.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-bluetooth.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-brightness.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-cell.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-ethernet.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-input-antenna.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-input-component.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-input-composite.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-input-hdmi.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-input-svideo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-overscan.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-phone.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-power.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-remote.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-system-daydream.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-voice.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-share.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-shop-two.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-shop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-shopping-bag.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-shopping-basket.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-shopping-cart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-short-text.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-show-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-shuffle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-shutter-speed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sick.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-cellular-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-cellular-connected-no-internet4-bar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-cellular-no-sim.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-cellular-null.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-cellular-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-cellular4-bar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-wifi-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-wifi4-bar-lock.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-wifi4-bar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sim-card.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-single-bed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-six-ft-apart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-skip-next.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-skip-previous.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-slideshow.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-slow-motion-video.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-smart-button.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-smartphone.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-smoke-free.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-smoking-rooms.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sms-failed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sms.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-snippet-folder.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-snooze.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-soap.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sort-by-alpha.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sort.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-source.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-south-east.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-south-west.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-south.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-spa.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-space-bar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-speaker-group.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-speaker-notes-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-speaker-notes.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-speaker-phone.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-speaker.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-speed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-spellcheck.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-bar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-baseball.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-basketball.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-cricket.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-esports.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-football.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-golf.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-handball.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-hockey.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-kabaddi.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-mma.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-motorsports.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-rugby.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-soccer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-tennis.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-volleyball.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-square-foot.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stacked-line-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stairs.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-star-border.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-star-half.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-star-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-star-rate.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-star.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stars.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stay-current-landscape.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stay-current-portrait.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stay-primary-landscape.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stay-primary-portrait.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sticky-note2.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stop-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stop-screen-share.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-storage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-store-mall-directory.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-store.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-storefront.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-straighten.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-streetview.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-strikethrough-s.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stroller.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-style.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subdirectory-arrow-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subdirectory-arrow-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subject.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subscript.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subscriptions.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subtitles-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subtitles.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subway.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-superscript.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-supervised-user-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-supervisor-account.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-support-agent.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-support.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-surround-sound.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-swap-calls.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-swap-horiz.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-swap-horizontal-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-swap-vert.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-swap-vertical-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-switch-camera.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-switch-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-switch-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-switch-video.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sync-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sync-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sync-problem.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sync.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-system-update-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-system-update.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tab-unselected.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tab.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-table-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-table-rows.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-table-view.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tablet-android.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tablet-mac.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tablet.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tag-faces.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tap-and-play.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tapas.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-terrain.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-fields.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-format.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-rotate-up.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-rotate-vertical.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-rotation-angledown.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-rotation-angleup.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-rotation-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-rotation-none.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-snippet.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-textsms.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-texture.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-theaters.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-three-d-rotation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-three-hundred-sixty.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-thumb-down-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-thumb-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-thumb-up-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-thumb-up.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-thumbs-up-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-time-to-leave.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-timelapse.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-timeline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-timer-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-timer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-timer10.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-timer3.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-title.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-toc.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-today.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-toggle-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-toggle-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-toll.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tonality.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-topic.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-touch-app.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tour.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-toys.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-track-changes.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-traffic.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-train.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tram.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-transfer-within-a-station.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-transform.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-transit-enterexit.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-translate.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-trending-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-trending-flat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-trending-up.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-trip-origin.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tty.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tune.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-turned-in-not.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-turned-in.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tv-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tv.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-two-wheeler.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-umbrella.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-unarchive.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-undo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-unfold-less.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-unfold-more.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-unpublished.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-unsubscribe.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-update.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-upgrade.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-usb.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-verified-user.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-verified.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vertical-align-bottom.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vertical-align-center.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vertical-align-top.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vertical-split.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vibration.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-video-call.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-video-label.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-video-library.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-video-settings.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-videocam-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-videocam.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-videogame-asset.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-agenda.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-array.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-carousel.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-column.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-comfy.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-compact.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-day.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-headline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-list.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-module.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-quilt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-sidebar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-stream.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-week.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vignette.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-visibility-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-visibility.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-voice-chat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-voice-over-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-voicemail.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-volume-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-volume-mute.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-volume-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-volume-up.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vpn-key.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vpn-lock.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wallpaper.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-warning.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wash.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-watch-later.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-watch.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-water-damage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-waves.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wb-auto.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wb-cloudy.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wb-incandescent.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wb-iridescent.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wb-sunny.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wc.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-web-asset.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-web.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-weekend.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-west.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-whatshot.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wheelchair-pickup.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-where-to-vote.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-widgets.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wifi-calling.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wifi-lock.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wifi-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wifi-protected-setup.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wifi-tethering.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wifi.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wine-bar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-work-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-work-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-work.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wrap-text.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wrong-location.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wysiwyg.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-youtube-searched-for.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-zoom-in.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-zoom-out-map.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-zoom-out.js +1 -1
- package/cjs/icons/to-newskit-icon.d.ts +1 -1
- package/cjs/icons/to-newskit-icon.d.ts.map +1 -1
- package/cjs/icons/to-newskit-icon.js +6 -6
- package/cjs/icons/to-newskit-icon.js.map +1 -1
- package/cjs/image/image.js +11 -11
- package/cjs/image/image.js.map +1 -1
- package/cjs/image/sources.js +4 -4
- package/cjs/image/sources.js.map +1 -1
- package/cjs/image/styled.js +4 -4
- package/cjs/image/styled.js.map +1 -1
- package/cjs/image/types.d.ts.map +1 -1
- package/cjs/image/utils.js +3 -3
- package/cjs/image/utils.js.map +1 -1
- package/cjs/index.d.ts +2 -0
- package/cjs/index.d.ts.map +1 -1
- package/cjs/index.js +2 -0
- package/cjs/index.js.map +1 -1
- package/cjs/inline-message/inline-message.js +1 -1
- package/cjs/inline-message/inline-message.js.map +1 -1
- package/cjs/instrumentation/event-instrumentation.js +11 -7
- package/cjs/instrumentation/event-instrumentation.js.map +1 -1
- package/cjs/instrumentation/instrumentation-provider.js +4 -4
- package/cjs/instrumentation/instrumentation-provider.js.map +1 -1
- package/cjs/instrumentation/middleware/index.js +9 -5
- package/cjs/instrumentation/middleware/index.js.map +1 -1
- package/cjs/label/index.d.ts +3 -0
- package/cjs/label/index.d.ts.map +1 -0
- package/cjs/label/index.js +15 -0
- package/cjs/label/index.js.map +1 -0
- package/cjs/{text-field → label}/label.d.ts +0 -0
- package/cjs/label/label.d.ts.map +1 -0
- package/cjs/{text-field → label}/label.js +2 -3
- package/cjs/label/label.js.map +1 -0
- package/cjs/label/styled.d.ts +16 -0
- package/cjs/label/styled.d.ts.map +1 -0
- package/cjs/label/styled.js +29 -0
- package/cjs/label/styled.js.map +1 -0
- package/cjs/label/types.d.ts +16 -0
- package/cjs/label/types.d.ts.map +1 -0
- package/cjs/label/types.js +3 -0
- package/cjs/label/types.js.map +1 -0
- package/cjs/link/link-standalone.js +1 -1
- package/cjs/link/link-standalone.js.map +1 -1
- package/cjs/link/link.js +9 -9
- package/cjs/link/link.js.map +1 -1
- package/cjs/menu/context.d.ts +2 -2
- package/cjs/menu/context.js +1 -1
- package/cjs/menu/context.js.map +1 -1
- package/cjs/menu/menu-divider.js +3 -3
- package/cjs/menu/menu-divider.js.map +1 -1
- package/cjs/menu/menu-group.js +7 -7
- package/cjs/menu/menu-group.js.map +1 -1
- package/cjs/menu/menu-item.js +3 -3
- package/cjs/menu/menu-item.js.map +1 -1
- package/cjs/menu/styled.d.ts.map +1 -1
- package/cjs/menu/styled.js +9 -9
- package/cjs/menu/styled.js.map +1 -1
- package/cjs/modal/modal.js +3 -3
- package/cjs/modal/modal.js.map +1 -1
- package/cjs/modal/styled.js +1 -1
- package/cjs/modal/styled.js.map +1 -1
- package/cjs/ordered-list/ordered-list.js +3 -3
- package/cjs/ordered-list/ordered-list.js.map +1 -1
- package/cjs/overlay/overlay.js +4 -4
- package/cjs/overlay/overlay.js.map +1 -1
- package/cjs/scroll/context.js +1 -1
- package/cjs/scroll/context.js.map +1 -1
- package/cjs/scroll/scroll-snap-alignment.js +1 -1
- package/cjs/scroll/scroll-snap-alignment.js.map +1 -1
- package/cjs/scroll/scroll.js +11 -11
- package/cjs/scroll/scroll.js.map +1 -1
- package/cjs/scroll/styled.js +8 -8
- package/cjs/scroll/styled.js.map +1 -1
- package/cjs/select/index.d.ts +4 -0
- package/cjs/select/index.d.ts.map +1 -0
- package/cjs/select/index.js +16 -0
- package/cjs/select/index.js.map +1 -0
- package/cjs/select/select-button.d.ts +24 -0
- package/cjs/select/select-button.d.ts.map +1 -0
- package/cjs/select/select-button.js +71 -0
- package/cjs/select/select-button.js.map +1 -0
- package/cjs/select/select-option.d.ts +4 -0
- package/cjs/select/select-option.d.ts.map +1 -0
- package/cjs/select/select-option.js +25 -0
- package/cjs/select/select-option.js.map +1 -0
- package/cjs/select/select-panel.d.ts +18 -0
- package/cjs/select/select-panel.d.ts.map +1 -0
- package/cjs/select/select-panel.js +61 -0
- package/cjs/select/select-panel.js.map +1 -0
- package/cjs/select/select.d.ts +4 -0
- package/cjs/select/select.d.ts.map +1 -0
- package/cjs/select/select.js +126 -0
- package/cjs/select/select.js.map +1 -0
- package/cjs/select/styled.d.ts +61 -0
- package/cjs/select/styled.d.ts.map +1 -0
- package/cjs/select/styled.js +99 -0
- package/cjs/select/styled.js.map +1 -0
- package/cjs/select/types.d.ts +50 -0
- package/cjs/select/types.d.ts.map +1 -0
- package/cjs/select/types.js +3 -0
- package/cjs/select/types.js.map +1 -0
- package/cjs/share-bar/share-bar.js +4 -4
- package/cjs/share-bar/share-bar.js.map +1 -1
- package/cjs/slider/slider.js +7 -7
- package/cjs/slider/slider.js.map +1 -1
- package/cjs/slider/stateful-slider.js +1 -1
- package/cjs/slider/stateful-slider.js.map +1 -1
- package/cjs/slider/styled.d.ts.map +1 -1
- package/cjs/slider/styled.js +31 -31
- package/cjs/slider/styled.js.map +1 -1
- package/cjs/slider/utils.js +4 -4
- package/cjs/slider/utils.js.map +1 -1
- package/cjs/stack/stack.d.ts.map +1 -1
- package/cjs/stack/stack.js +6 -4
- package/cjs/stack/stack.js.map +1 -1
- package/cjs/stack/styled.d.ts.map +1 -1
- package/cjs/stack/styled.js +24 -24
- package/cjs/stack/styled.js.map +1 -1
- package/cjs/standfirst/standfirst.js +3 -3
- package/cjs/standfirst/standfirst.js.map +1 -1
- package/cjs/structured-list/structured-list-icon.js +4 -4
- package/cjs/structured-list/structured-list-icon.js.map +1 -1
- package/cjs/structured-list/structured-list.js +1 -1
- package/cjs/structured-list/structured-list.js.map +1 -1
- package/cjs/structured-list/styled.js +4 -4
- package/cjs/structured-list/styled.js.map +1 -1
- package/cjs/tabs/styled.d.ts.map +1 -1
- package/cjs/tabs/styled.js +11 -11
- package/cjs/tabs/styled.js.map +1 -1
- package/cjs/tabs/tab-internal.js +2 -2
- package/cjs/tabs/tab-internal.js.map +1 -1
- package/cjs/tabs/tabs.js +22 -22
- package/cjs/tabs/tabs.js.map +1 -1
- package/cjs/tabs/utils.js +11 -11
- package/cjs/tabs/utils.js.map +1 -1
- package/cjs/tag/tag.js +3 -3
- package/cjs/tag/tag.js.map +1 -1
- package/cjs/tealium/tealium.js +1 -1
- package/cjs/tealium/tealium.js.map +1 -1
- package/cjs/text-block/text-block.js +3 -3
- package/cjs/text-block/text-block.js.map +1 -1
- package/cjs/text-field/index.d.ts +0 -2
- package/cjs/text-field/index.d.ts.map +1 -1
- package/cjs/text-field/index.js +0 -2
- package/cjs/text-field/index.js.map +1 -1
- package/cjs/text-field/styled.d.ts +1 -56
- package/cjs/text-field/styled.d.ts.map +1 -1
- package/cjs/text-field/styled.js +5 -62
- package/cjs/text-field/styled.js.map +1 -1
- package/cjs/text-field/text-field.d.ts.map +1 -1
- package/cjs/text-field/text-field.js +4 -6
- package/cjs/text-field/text-field.js.map +1 -1
- package/cjs/text-field/types.d.ts +3 -36
- package/cjs/text-field/types.d.ts.map +1 -1
- package/cjs/text-field/types.js.map +1 -1
- package/cjs/text-input/styled.js +19 -19
- package/cjs/text-input/styled.js.map +1 -1
- package/cjs/text-input/text-input.js +9 -9
- package/cjs/text-input/text-input.js.map +1 -1
- package/cjs/theme/compiler/index.d.ts.map +1 -1
- package/cjs/theme/compiler/index.js +17 -12
- package/cjs/theme/compiler/index.js.map +1 -1
- package/cjs/theme/compiler/ink-style-preset-generator.js +3 -3
- package/cjs/theme/compiler/ink-style-preset-generator.js.map +1 -1
- package/cjs/theme/component-defaults.d.ts +160 -6
- package/cjs/theme/component-defaults.d.ts.map +1 -1
- package/cjs/theme/component-defaults.js +160 -6
- package/cjs/theme/component-defaults.js.map +1 -1
- package/cjs/theme/creator.js +3 -3
- package/cjs/theme/creator.js.map +1 -1
- package/cjs/theme/emotion.js +1 -1
- package/cjs/theme/emotion.js.map +1 -1
- package/cjs/theme/foundations/colors.d.ts +2 -0
- package/cjs/theme/foundations/colors.d.ts.map +1 -1
- package/cjs/theme/foundations/colors.js +1 -0
- package/cjs/theme/foundations/colors.js.map +1 -1
- package/cjs/theme/newskit-dark.js +1 -1
- package/cjs/theme/newskit-dark.js.map +1 -1
- package/cjs/theme/newskit-light.js +1 -1
- package/cjs/theme/newskit-light.js.map +1 -1
- package/cjs/theme/presets/style-presets.js +101 -56
- package/cjs/theme/presets/style-presets.js.map +1 -1
- package/cjs/theme/presets/types.d.ts +3 -0
- package/cjs/theme/presets/types.d.ts.map +1 -1
- package/cjs/theme/presets/typography-presets.js +44 -43
- package/cjs/theme/presets/typography-presets.js.map +1 -1
- package/cjs/title-bar/title-bar.js +2 -2
- package/cjs/title-bar/title-bar.js.map +1 -1
- package/cjs/toast/styled.js +18 -18
- package/cjs/toast/styled.js.map +1 -1
- package/cjs/toast/toast-provider.d.ts +1 -1
- package/cjs/toast/toast-provider.d.ts.map +1 -1
- package/cjs/toast/toast-provider.js +5 -5
- package/cjs/toast/toast-provider.js.map +1 -1
- package/cjs/toast/toast.js +4 -4
- package/cjs/toast/toast.js.map +1 -1
- package/cjs/toast/utils.js +1 -1
- package/cjs/toast/utils.js.map +1 -1
- package/cjs/typography/heading.js +6 -6
- package/cjs/typography/heading.js.map +1 -1
- package/cjs/typography/paragraph.js +2 -2
- package/cjs/typography/paragraph.js.map +1 -1
- package/cjs/unordered-list/styled.js +2 -2
- package/cjs/unordered-list/styled.js.map +1 -1
- package/cjs/unordered-list/unordered-list.js +9 -9
- package/cjs/unordered-list/unordered-list.js.map +1 -1
- package/cjs/utils/array.js +1 -1
- package/cjs/utils/array.js.map +1 -1
- package/cjs/utils/component.js +6 -6
- package/cjs/utils/component.js.map +1 -1
- package/cjs/utils/deep-merge.d.ts.map +1 -1
- package/cjs/utils/deep-merge.js +16 -7
- package/cjs/utils/deep-merge.js.map +1 -1
- package/cjs/utils/device-helpers.js +2 -2
- package/cjs/utils/device-helpers.js.map +1 -1
- package/cjs/utils/get-aspect-ratio.d.ts.map +1 -1
- package/cjs/utils/get-aspect-ratio.js +8 -8
- package/cjs/utils/get-aspect-ratio.js.map +1 -1
- package/cjs/utils/get-font-props.js +3 -3
- package/cjs/utils/get-font-props.js.map +1 -1
- package/cjs/utils/get-ssr-id.js +1 -1
- package/cjs/utils/get-ssr-id.js.map +1 -1
- package/cjs/utils/get-token.js +5 -5
- package/cjs/utils/get-token.js.map +1 -1
- package/cjs/utils/get-transition-duration.js +5 -5
- package/cjs/utils/get-transition-duration.js.map +1 -1
- package/cjs/utils/hooks/use-has-mounted.js +2 -2
- package/cjs/utils/hooks/use-has-mounted.js.map +1 -1
- package/cjs/utils/hooks/use-intersection.js +3 -3
- package/cjs/utils/hooks/use-intersection.js.map +1 -1
- package/cjs/utils/hooks/use-keypress.js +13 -2
- package/cjs/utils/hooks/use-keypress.js.map +1 -1
- package/cjs/utils/hooks/use-lock-body-scroll.js +1 -1
- package/cjs/utils/hooks/use-lock-body-scroll.js.map +1 -1
- package/cjs/utils/hooks/use-media-query/context.js +5 -5
- package/cjs/utils/hooks/use-media-query/context.js.map +1 -1
- package/cjs/utils/hooks/use-media-query/use-media-query.js +4 -4
- package/cjs/utils/hooks/use-media-query/use-media-query.js.map +1 -1
- package/cjs/utils/hooks/use-react-keys.js +3 -3
- package/cjs/utils/hooks/use-react-keys.js.map +1 -1
- package/cjs/utils/overrides.js +2 -2
- package/cjs/utils/overrides.js.map +1 -1
- package/cjs/utils/react-children-utilities.js +1 -1
- package/cjs/utils/react-children-utilities.js.map +1 -1
- package/cjs/utils/render-scripts.js +10 -6
- package/cjs/utils/render-scripts.js.map +1 -1
- package/cjs/utils/responsive-helpers.js +6 -6
- package/cjs/utils/responsive-helpers.js.map +1 -1
- package/cjs/utils/style/base.js +13 -13
- package/cjs/utils/style/base.js.map +1 -1
- package/cjs/utils/style/get-defaults.js +21 -21
- package/cjs/utils/style/get-defaults.js.map +1 -1
- package/cjs/utils/style/getters.js +33 -29
- package/cjs/utils/style/getters.js.map +1 -1
- package/cjs/utils/style/style-preset.d.ts.map +1 -1
- package/cjs/utils/style/style-preset.js +10 -10
- package/cjs/utils/style/style-preset.js.map +1 -1
- package/cjs/utils/style/transition-preset.js +6 -6
- package/cjs/utils/style/transition-preset.js.map +1 -1
- package/cjs/utils/style/utils.js +2 -2
- package/cjs/utils/style/utils.js.map +1 -1
- package/cjs/utils/text-crop.js +4 -4
- package/cjs/utils/text-crop.js.map +1 -1
- package/cjs/utils/with-default-props.js +5 -5
- package/cjs/utils/with-default-props.js.map +1 -1
- package/cjs/version-number.json +1 -1
- package/cjs/volume-control/utils.js +1 -1
- package/cjs/volume-control/utils.js.map +1 -1
- package/cjs/volume-control/volume-control.js +9 -9
- package/cjs/volume-control/volume-control.js.map +1 -1
- package/cjs/with-enhancers/styled.d.ts +18 -0
- package/cjs/with-enhancers/styled.d.ts.map +1 -0
- package/cjs/with-enhancers/styled.js +51 -0
- package/cjs/with-enhancers/styled.js.map +1 -0
- package/cjs/with-enhancers/types.d.ts +32 -0
- package/cjs/with-enhancers/types.d.ts.map +1 -0
- package/cjs/with-enhancers/types.js +3 -0
- package/cjs/with-enhancers/types.js.map +1 -0
- package/cjs/with-enhancers/with-enhancers.d.ts +4 -0
- package/cjs/with-enhancers/with-enhancers.d.ts.map +1 -0
- package/cjs/with-enhancers/with-enhancers.js +42 -0
- package/cjs/with-enhancers/with-enhancers.js.map +1 -0
- package/esm/amp/consent/consent-button.d.ts.map +1 -1
- package/esm/amp/consent/consent-button.js +1 -0
- package/esm/amp/consent/consent-button.js.map +1 -1
- package/esm/amp/head/head.js.map +1 -1
- package/esm/amp/scripts/amp-scripts.js +1 -1
- package/esm/amp/scripts/amp-scripts.js.map +1 -1
- package/esm/amp/scripts/connect-amp-script.js +1 -1
- package/esm/amp/scripts/connect-amp-script.js.map +1 -1
- package/esm/amp/utils/render.js +1 -1
- package/esm/amp/utils/render.js.map +1 -1
- package/esm/amp/utils/style-tag.js +1 -1
- package/esm/amp/utils/style-tag.js.map +1 -1
- package/esm/aspect-ratio/types.d.ts.map +1 -1
- package/esm/{text-field → assistive-text}/assistive-text.d.ts +1 -1
- package/esm/assistive-text/assistive-text.d.ts.map +1 -0
- package/esm/{text-field → assistive-text}/assistive-text.js +4 -4
- package/esm/assistive-text/assistive-text.js.map +1 -0
- package/esm/assistive-text/index.d.ts +3 -0
- package/esm/assistive-text/index.d.ts.map +1 -0
- package/esm/assistive-text/index.js +3 -0
- package/esm/assistive-text/index.js.map +1 -0
- package/esm/assistive-text/styled.d.ts +17 -0
- package/esm/assistive-text/styled.d.ts.map +1 -0
- package/esm/assistive-text/styled.js +21 -0
- package/esm/assistive-text/styled.js.map +1 -0
- package/esm/assistive-text/types.d.ts +12 -0
- package/esm/assistive-text/types.d.ts.map +1 -0
- package/esm/assistive-text/types.js +2 -0
- package/esm/assistive-text/types.js.map +1 -0
- package/esm/audio-player/audio-functions.js +1 -1
- package/esm/audio-player/audio-functions.js.map +1 -1
- package/esm/audio-player/audio-player.d.ts.map +1 -1
- package/esm/audio-player/audio-player.js +2 -1
- package/esm/audio-player/audio-player.js.map +1 -1
- package/esm/audio-player/styled.js +2 -2
- package/esm/audio-player/styled.js.map +1 -1
- package/esm/audio-player/utils.js +14 -10
- package/esm/audio-player/utils.js.map +1 -1
- package/esm/banner/styled.js +11 -11
- package/esm/banner/styled.js.map +1 -1
- package/esm/byline/byline.js +5 -5
- package/esm/byline/byline.js.map +1 -1
- package/esm/card/styled.d.ts +1 -1
- package/esm/card/styled.d.ts.map +1 -1
- package/esm/card/styled.js +1 -1
- package/esm/card/styled.js.map +1 -1
- package/esm/card/utils.js +1 -1
- package/esm/card/utils.js.map +1 -1
- package/esm/checkbox/checkbox.d.ts.map +1 -1
- package/esm/checkbox/checkbox.js +5 -3
- package/esm/checkbox/checkbox.js.map +1 -1
- package/esm/checkbox/styled.d.ts +5 -5
- package/esm/checkbox/styled.d.ts.map +1 -1
- package/esm/checkbox/styled.js +14 -11
- package/esm/checkbox/styled.js.map +1 -1
- package/esm/checkbox/types.d.ts +2 -1
- package/esm/checkbox/types.d.ts.map +1 -1
- package/esm/consent/consent-utils.js +7 -7
- package/esm/consent/consent-utils.js.map +1 -1
- package/esm/date-time/date-time.js +3 -3
- package/esm/date-time/date-time.js.map +1 -1
- package/esm/dialog/styled.d.ts +6 -6
- package/esm/dialog/styled.js +6 -6
- package/esm/dialog/styled.js.map +1 -1
- package/esm/drawer/drawer.js +1 -1
- package/esm/drawer/drawer.js.map +1 -1
- package/esm/drawer/styled.js +4 -4
- package/esm/drawer/styled.js.map +1 -1
- package/esm/experimentation-web/experimentation-web.js +1 -1
- package/esm/experimentation-web/experimentation-web.js.map +1 -1
- package/esm/form/form-entry.d.ts.map +1 -1
- package/esm/form/form-input.d.ts +17 -2
- package/esm/form/form-input.d.ts.map +1 -1
- package/esm/form/form-input.js +28 -12
- package/esm/form/form-input.js.map +1 -1
- package/esm/form/types.d.ts +21 -0
- package/esm/form/types.d.ts.map +1 -1
- package/esm/form/utils.d.ts +5 -6
- package/esm/form/utils.d.ts.map +1 -1
- package/esm/form/utils.js.map +1 -1
- package/esm/grid/cell.js +10 -10
- package/esm/grid/cell.js.map +1 -1
- package/esm/grid/utils.js +10 -6
- package/esm/grid/utils.js.map +1 -1
- package/esm/grid/visibility.d.ts.map +1 -1
- package/esm/grid/visibility.js +1 -0
- package/esm/grid/visibility.js.map +1 -1
- package/esm/icons/to-newskit-icon.d.ts +1 -1
- package/esm/icons/to-newskit-icon.d.ts.map +1 -1
- package/esm/icons/to-newskit-icon.js +1 -1
- package/esm/icons/to-newskit-icon.js.map +1 -1
- package/esm/image/sources.js +1 -1
- package/esm/image/sources.js.map +1 -1
- package/esm/image/types.d.ts.map +1 -1
- package/esm/index.d.ts +2 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -0
- package/esm/index.js.map +1 -1
- package/esm/instrumentation/event-instrumentation.js +10 -6
- package/esm/instrumentation/event-instrumentation.js.map +1 -1
- package/esm/instrumentation/middleware/index.js +9 -5
- package/esm/instrumentation/middleware/index.js.map +1 -1
- package/esm/label/index.d.ts +3 -0
- package/esm/label/index.d.ts.map +1 -0
- package/esm/label/index.js +3 -0
- package/esm/label/index.js.map +1 -0
- package/esm/{text-field → label}/label.d.ts +0 -0
- package/esm/label/label.d.ts.map +1 -0
- package/esm/{text-field → label}/label.js +2 -3
- package/esm/label/label.js.map +1 -0
- package/esm/label/styled.d.ts +16 -0
- package/esm/label/styled.d.ts.map +1 -0
- package/esm/label/styled.js +26 -0
- package/esm/label/styled.js.map +1 -0
- package/esm/label/types.d.ts +16 -0
- package/esm/label/types.d.ts.map +1 -0
- package/esm/label/types.js +2 -0
- package/esm/label/types.js.map +1 -0
- package/esm/menu/context.d.ts +2 -2
- package/esm/menu/styled.d.ts.map +1 -1
- package/esm/menu/styled.js.map +1 -1
- package/esm/scroll/scroll.js +3 -3
- package/esm/scroll/scroll.js.map +1 -1
- package/esm/scroll/styled.js +3 -3
- package/esm/scroll/styled.js.map +1 -1
- package/esm/select/index.d.ts +4 -0
- package/esm/select/index.d.ts.map +1 -0
- package/esm/select/index.js +4 -0
- package/esm/select/index.js.map +1 -0
- package/esm/select/select-button.d.ts +24 -0
- package/esm/select/select-button.d.ts.map +1 -0
- package/esm/select/select-button.js +65 -0
- package/esm/select/select-button.js.map +1 -0
- package/esm/select/select-option.d.ts +4 -0
- package/esm/select/select-option.d.ts.map +1 -0
- package/esm/select/select-option.js +18 -0
- package/esm/select/select-option.js.map +1 -0
- package/esm/select/select-panel.d.ts +18 -0
- package/esm/select/select-panel.d.ts.map +1 -0
- package/esm/select/select-panel.js +55 -0
- package/esm/select/select-panel.js.map +1 -0
- package/esm/select/select.d.ts +4 -0
- package/esm/select/select.d.ts.map +1 -0
- package/esm/select/select.js +101 -0
- package/esm/select/select.js.map +1 -0
- package/esm/select/styled.d.ts +61 -0
- package/esm/select/styled.d.ts.map +1 -0
- package/esm/select/styled.js +96 -0
- package/esm/select/styled.js.map +1 -0
- package/esm/select/types.d.ts +50 -0
- package/esm/select/types.d.ts.map +1 -0
- package/esm/select/types.js +2 -0
- package/esm/select/types.js.map +1 -0
- package/esm/slider/slider.js +2 -2
- package/esm/slider/slider.js.map +1 -1
- package/esm/slider/styled.d.ts.map +1 -1
- package/esm/slider/styled.js +13 -13
- package/esm/slider/styled.js.map +1 -1
- package/esm/stack/stack.d.ts.map +1 -1
- package/esm/stack/stack.js +3 -1
- package/esm/stack/stack.js.map +1 -1
- package/esm/stack/styled.d.ts.map +1 -1
- package/esm/stack/styled.js +1 -1
- package/esm/stack/styled.js.map +1 -1
- package/esm/structured-list/structured-list.js +1 -1
- package/esm/structured-list/structured-list.js.map +1 -1
- package/esm/tabs/styled.d.ts.map +1 -1
- package/esm/tabs/styled.js +1 -1
- package/esm/tabs/styled.js.map +1 -1
- package/esm/tabs/tabs.js +4 -4
- package/esm/tabs/tabs.js.map +1 -1
- package/esm/tabs/utils.js +5 -5
- package/esm/tabs/utils.js.map +1 -1
- package/esm/tealium/tealium.js +1 -1
- package/esm/tealium/tealium.js.map +1 -1
- package/esm/text-field/index.d.ts +0 -2
- package/esm/text-field/index.d.ts.map +1 -1
- package/esm/text-field/index.js +0 -2
- package/esm/text-field/index.js.map +1 -1
- package/esm/text-field/styled.d.ts +1 -56
- package/esm/text-field/styled.d.ts.map +1 -1
- package/esm/text-field/styled.js +5 -62
- package/esm/text-field/styled.js.map +1 -1
- package/esm/text-field/text-field.d.ts.map +1 -1
- package/esm/text-field/text-field.js +5 -7
- package/esm/text-field/text-field.js.map +1 -1
- package/esm/text-field/types.d.ts +3 -36
- package/esm/text-field/types.d.ts.map +1 -1
- package/esm/text-field/types.js.map +1 -1
- package/esm/text-input/styled.js +16 -16
- package/esm/text-input/styled.js.map +1 -1
- package/esm/text-input/text-input.js +3 -3
- package/esm/text-input/text-input.js.map +1 -1
- package/esm/theme/compiler/index.d.ts.map +1 -1
- package/esm/theme/compiler/index.js +15 -10
- package/esm/theme/compiler/index.js.map +1 -1
- package/esm/theme/compiler/ink-style-preset-generator.js +3 -3
- package/esm/theme/compiler/ink-style-preset-generator.js.map +1 -1
- package/esm/theme/component-defaults.d.ts +160 -6
- package/esm/theme/component-defaults.d.ts.map +1 -1
- package/esm/theme/component-defaults.js +160 -6
- package/esm/theme/component-defaults.js.map +1 -1
- package/esm/theme/creator.js +1 -1
- package/esm/theme/creator.js.map +1 -1
- package/esm/theme/foundations/colors.d.ts +2 -0
- package/esm/theme/foundations/colors.d.ts.map +1 -1
- package/esm/theme/foundations/colors.js +1 -0
- package/esm/theme/foundations/colors.js.map +1 -1
- package/esm/theme/presets/style-presets.js +101 -56
- package/esm/theme/presets/style-presets.js.map +1 -1
- package/esm/theme/presets/types.d.ts +3 -0
- package/esm/theme/presets/types.d.ts.map +1 -1
- package/esm/theme/presets/typography-presets.js +1 -0
- package/esm/theme/presets/typography-presets.js.map +1 -1
- package/esm/toast/toast-provider.d.ts +1 -1
- package/esm/toast/toast-provider.d.ts.map +1 -1
- package/esm/toast/toast-provider.js.map +1 -1
- package/esm/utils/deep-merge.d.ts.map +1 -1
- package/esm/utils/deep-merge.js +13 -7
- package/esm/utils/deep-merge.js.map +1 -1
- package/esm/utils/get-aspect-ratio.d.ts.map +1 -1
- package/esm/utils/get-aspect-ratio.js +8 -8
- package/esm/utils/get-aspect-ratio.js.map +1 -1
- package/esm/utils/get-ssr-id.js +1 -1
- package/esm/utils/get-ssr-id.js.map +1 -1
- package/esm/utils/get-token.js +3 -3
- package/esm/utils/get-token.js.map +1 -1
- package/esm/utils/hooks/use-keypress.js +12 -1
- package/esm/utils/hooks/use-keypress.js.map +1 -1
- package/esm/utils/render-scripts.js +9 -5
- package/esm/utils/render-scripts.js.map +1 -1
- package/esm/utils/responsive-helpers.js +5 -5
- package/esm/utils/responsive-helpers.js.map +1 -1
- package/esm/utils/style/getters.js +9 -5
- package/esm/utils/style/getters.js.map +1 -1
- package/esm/utils/style/style-preset.d.ts.map +1 -1
- package/esm/utils/style/style-preset.js +3 -3
- package/esm/utils/style/style-preset.js.map +1 -1
- package/esm/utils/style/transition-preset.js +2 -2
- package/esm/utils/style/transition-preset.js.map +1 -1
- package/esm/utils/text-crop.js +4 -4
- package/esm/utils/text-crop.js.map +1 -1
- package/esm/utils/with-default-props.js +1 -1
- package/esm/utils/with-default-props.js.map +1 -1
- package/esm/version-number.json +1 -1
- package/esm/volume-control/utils.js +1 -1
- package/esm/volume-control/utils.js.map +1 -1
- package/esm/volume-control/volume-control.js +1 -1
- package/esm/volume-control/volume-control.js.map +1 -1
- package/esm/with-enhancers/styled.d.ts +18 -0
- package/esm/with-enhancers/styled.d.ts.map +1 -0
- package/esm/with-enhancers/styled.js +48 -0
- package/esm/with-enhancers/styled.js.map +1 -0
- package/esm/with-enhancers/types.d.ts +32 -0
- package/esm/with-enhancers/types.d.ts.map +1 -0
- package/esm/with-enhancers/types.js +2 -0
- package/esm/with-enhancers/types.js.map +1 -0
- package/esm/with-enhancers/with-enhancers.d.ts +4 -0
- package/esm/with-enhancers/with-enhancers.d.ts.map +1 -0
- package/esm/with-enhancers/with-enhancers.js +36 -0
- package/esm/with-enhancers/with-enhancers.js.map +1 -0
- package/package.json +3 -3
- package/cjs/text-field/assistive-text.d.ts.map +0 -1
- package/cjs/text-field/assistive-text.js.map +0 -1
- package/cjs/text-field/label.d.ts.map +0 -1
- package/cjs/text-field/label.js.map +0 -1
- package/esm/text-field/assistive-text.d.ts.map +0 -1
- package/esm/text-field/assistive-text.js.map +0 -1
- package/esm/text-field/label.d.ts.map +0 -1
- package/esm/text-field/label.js.map +0 -1
|
@@ -10,10 +10,14 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
14
|
-
for (var i = 0,
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
14
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
15
|
+
if (ar || !(i in from)) {
|
|
16
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
17
|
+
ar[i] = from[i];
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
17
21
|
};
|
|
18
22
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
23
|
exports.handleResponsiveProp = exports.getSpacingCssFromTheme = exports.getSizingCssFromTheme = exports.getShadowCssFromTheme = exports.getOverlayCssFromTheme = exports.getMotionCssFromTheme = exports.getColorCssFromTheme = exports.getBorderCssFromTheme = exports.getFontSizingFromTheme = exports.getMotionFromTheme = exports.getSizingFromTheme = exports.getColorFromTheme = exports.getShadowFromTheme = exports.getBorderFromTheme = exports.getMarginPresetFromTheme = exports.getSpacingInsetFromTheme = exports.getSpacingFromTheme = exports.getFontsFromTheme = exports.getTypographyPresetFromTheme = void 0;
|
|
@@ -27,11 +31,11 @@ var getTypographyPresetFromTheme = function (defaultToken, customProp, options)
|
|
|
27
31
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
28
32
|
var applyCrop = function (typographyPreset) {
|
|
29
33
|
var fontSize = typographyPreset.fontSize, lineHeight = typographyPreset.lineHeight, fontFamily = typographyPreset.fontFamily;
|
|
30
|
-
var cropProps = get_font_props_1.getFontProps(fontSize, lineHeight, fontFamily, props.theme.fonts);
|
|
34
|
+
var cropProps = (0, get_font_props_1.getFontProps)(fontSize, lineHeight, fontFamily, props.theme.fonts);
|
|
31
35
|
return __assign(__assign({}, typographyPreset), cropProps);
|
|
32
36
|
};
|
|
33
37
|
var _a = (options || {}).withCrop, withCrop = _a === void 0 ? false : _a;
|
|
34
|
-
var typographyPreset = base_1.getResponsiveValueFromTheme('typographyPresets')(defaultToken, customProp)(props);
|
|
38
|
+
var typographyPreset = (0, base_1.getResponsiveValueFromTheme)('typographyPresets')(defaultToken, customProp)(props);
|
|
35
39
|
if (Array.isArray(typographyPreset)) {
|
|
36
40
|
return typographyPreset.reduce(function (acc, _a) {
|
|
37
41
|
var mq = _a[0], cssObject = _a[1];
|
|
@@ -53,7 +57,7 @@ var getFontsFromTheme = function (defaultToken, customProp) { return function (p
|
|
|
53
57
|
var section = props.theme.fonts;
|
|
54
58
|
var propKeys = (customProp && props[customProp]) || defaultToken;
|
|
55
59
|
var style = section[propKeys];
|
|
56
|
-
if (style && guards_1.isFontConfigObject(style)) {
|
|
60
|
+
if (style && (0, guards_1.isFontConfigObject)(style)) {
|
|
57
61
|
return style.fontFamily;
|
|
58
62
|
}
|
|
59
63
|
return propKeys ? style : '';
|
|
@@ -64,7 +68,7 @@ exports.getFontsFromTheme = getFontsFromTheme;
|
|
|
64
68
|
*/
|
|
65
69
|
var getSpacingFromTheme = function (defaultToken, customProp, cssProp) { return function (props) {
|
|
66
70
|
var _a;
|
|
67
|
-
var value = base_1.getResponsiveValueFromTheme('spacePresets')(defaultToken, customProp)(props);
|
|
71
|
+
var value = (0, base_1.getResponsiveValueFromTheme)('spacePresets')(defaultToken, customProp)(props);
|
|
68
72
|
if (Array.isArray(value)) {
|
|
69
73
|
return value.reduce(function (acc, _a) {
|
|
70
74
|
var _b;
|
|
@@ -80,7 +84,7 @@ exports.getSpacingFromTheme = getSpacingFromTheme;
|
|
|
80
84
|
* @deprecated This method has been deprecated and will be removed in a future release, use getSpacingCssFromTheme instead
|
|
81
85
|
*/
|
|
82
86
|
var getSpacingInsetFromTheme = function (defaultToken, customProp) { return function (props) {
|
|
83
|
-
var padding = base_1.getResponsiveValueFromTheme('spacePresets')(defaultToken, customProp)(props);
|
|
87
|
+
var padding = (0, base_1.getResponsiveValueFromTheme)('spacePresets')(defaultToken, customProp)(props);
|
|
84
88
|
if (Array.isArray(padding)) {
|
|
85
89
|
return padding.reduce(function (acc, _a) {
|
|
86
90
|
var mq = _a[0], preset = _a[1];
|
|
@@ -95,7 +99,7 @@ exports.getSpacingInsetFromTheme = getSpacingInsetFromTheme;
|
|
|
95
99
|
* @deprecated This method has been deprecated and will be removed in a future release, use getSpacingCssFromTheme instead
|
|
96
100
|
*/
|
|
97
101
|
var getMarginPresetFromTheme = function (defaultToken, customProp) { return function (props) {
|
|
98
|
-
var margin = base_1.getResponsiveValueFromTheme('spacePresets')(defaultToken, customProp)(props);
|
|
102
|
+
var margin = (0, base_1.getResponsiveValueFromTheme)('spacePresets')(defaultToken, customProp)(props);
|
|
99
103
|
if (Array.isArray(margin)) {
|
|
100
104
|
return margin.reduce(function (acc, _a) {
|
|
101
105
|
var mq = _a[0], preset = _a[1];
|
|
@@ -109,46 +113,46 @@ exports.getMarginPresetFromTheme = getMarginPresetFromTheme;
|
|
|
109
113
|
/**
|
|
110
114
|
* @deprecated This method has been deprecated and will be removed in a future release, use getBorderCssFromTheme instead
|
|
111
115
|
*/
|
|
112
|
-
exports.getBorderFromTheme = base_1.getValueFromTheme('borders');
|
|
116
|
+
exports.getBorderFromTheme = (0, base_1.getValueFromTheme)('borders');
|
|
113
117
|
/**
|
|
114
118
|
* @deprecated This method has been deprecated and will be removed in a future release, use getShadowCssFromTheme instead
|
|
115
119
|
*/
|
|
116
|
-
exports.getShadowFromTheme = base_1.getValueFromTheme('shadows');
|
|
120
|
+
exports.getShadowFromTheme = (0, base_1.getValueFromTheme)('shadows');
|
|
117
121
|
/**
|
|
118
122
|
* @deprecated This method has been deprecated and will be removed in a future release, use getColorCssFromTheme instead
|
|
119
123
|
*/
|
|
120
|
-
exports.getColorFromTheme = base_1.getValueFromTheme('colors');
|
|
124
|
+
exports.getColorFromTheme = (0, base_1.getValueFromTheme)('colors');
|
|
121
125
|
/**
|
|
122
126
|
* @deprecated This method has been deprecated and will be removed in a future release, use getSizingCssFromTheme instead
|
|
123
127
|
*/
|
|
124
|
-
exports.getSizingFromTheme = base_1.getValueFromTheme('sizing');
|
|
128
|
+
exports.getSizingFromTheme = (0, base_1.getValueFromTheme)('sizing');
|
|
125
129
|
/**
|
|
126
130
|
* @deprecated This method has been deprecated and will be removed in a future release, use getMotionCssFromTheme instead
|
|
127
131
|
*/
|
|
128
|
-
exports.getMotionFromTheme = base_1.getValueFromTheme('motions');
|
|
132
|
+
exports.getMotionFromTheme = (0, base_1.getValueFromTheme)('motions');
|
|
129
133
|
var getFontSizingFromTheme = function (fontSizeKey, lineHeightKey) { return function (_a) {
|
|
130
134
|
var theme = _a.theme;
|
|
131
135
|
var typographyPresets = theme.typographyPresets[fontSizeKey];
|
|
132
136
|
var fontSize = typographyPresets
|
|
133
137
|
? typographyPresets.fontSize
|
|
134
138
|
: theme.fonts[fontSizeKey];
|
|
135
|
-
return font_sizing_1.getFontSizing(fontSize, theme.fonts[lineHeightKey]);
|
|
139
|
+
return (0, font_sizing_1.getFontSizing)(fontSize, theme.fonts[lineHeightKey]);
|
|
136
140
|
}; };
|
|
137
141
|
exports.getFontSizingFromTheme = getFontSizingFromTheme;
|
|
138
|
-
exports.getBorderCssFromTheme = base_1.getXFromTheme('borders');
|
|
139
|
-
exports.getColorCssFromTheme = base_1.getXFromTheme('colors');
|
|
140
|
-
exports.getMotionCssFromTheme = base_1.getXFromTheme('motions');
|
|
141
|
-
exports.getOverlayCssFromTheme = base_1.getXFromTheme('overlays');
|
|
142
|
-
exports.getShadowCssFromTheme = base_1.getXFromTheme('shadows');
|
|
143
|
-
exports.getSizingCssFromTheme = base_1.getXFromTheme('sizing');
|
|
144
|
-
exports.getSpacingCssFromTheme = base_1.getXFromTheme('spacePresets');
|
|
142
|
+
exports.getBorderCssFromTheme = (0, base_1.getXFromTheme)('borders');
|
|
143
|
+
exports.getColorCssFromTheme = (0, base_1.getXFromTheme)('colors');
|
|
144
|
+
exports.getMotionCssFromTheme = (0, base_1.getXFromTheme)('motions');
|
|
145
|
+
exports.getOverlayCssFromTheme = (0, base_1.getXFromTheme)('overlays');
|
|
146
|
+
exports.getShadowCssFromTheme = (0, base_1.getXFromTheme)('shadows');
|
|
147
|
+
exports.getSizingCssFromTheme = (0, base_1.getXFromTheme)('sizing');
|
|
148
|
+
exports.getSpacingCssFromTheme = (0, base_1.getXFromTheme)('spacePresets');
|
|
145
149
|
var handleResponsiveProp = function (propObject, propHandler) { return function (props) {
|
|
146
150
|
var breakpoints = props.theme.breakpoints;
|
|
147
151
|
var propNames = Object.keys(propObject);
|
|
148
152
|
// get only props that we will use
|
|
149
153
|
var usedProps = propNames.reduce(function (acc, propName) {
|
|
150
154
|
var _a;
|
|
151
|
-
if (has_own_property_1.hasOwnProperty(props, propName)) {
|
|
155
|
+
if ((0, has_own_property_1.hasOwnProperty)(props, propName)) {
|
|
152
156
|
return __assign(__assign({}, acc), (_a = {}, _a[propName] = props[propName], _a));
|
|
153
157
|
}
|
|
154
158
|
return acc;
|
|
@@ -156,7 +160,7 @@ var handleResponsiveProp = function (propObject, propHandler) { return function
|
|
|
156
160
|
var propsValues = Object.values(usedProps);
|
|
157
161
|
// check if at least 1 prop is MQ object
|
|
158
162
|
var hasResponsiveProp = propsValues.some(function (propValue) {
|
|
159
|
-
return responsive_helpers_1.isResponsive(propValue, breakpoints);
|
|
163
|
+
return (0, responsive_helpers_1.isResponsive)(propValue, breakpoints);
|
|
160
164
|
});
|
|
161
165
|
// handle No-responsive props
|
|
162
166
|
if (!hasResponsiveProp) {
|
|
@@ -215,19 +219,19 @@ var handleResponsiveProp = function (propObject, propHandler) { return function
|
|
|
215
219
|
// add XS to the breakpoints in case its not provided from the user
|
|
216
220
|
var usedMQKeys = commonMQKeys.includes('xs')
|
|
217
221
|
? commonMQKeys
|
|
218
|
-
: __spreadArray(['xs'], commonMQKeys);
|
|
222
|
+
: __spreadArray(['xs'], commonMQKeys, true);
|
|
219
223
|
var cssObject = usedMQKeys.reduce(function (acc, mqKey, index) {
|
|
220
224
|
var fromMqKey = mqKey;
|
|
221
225
|
var toMqKey = usedMQKeys[index + 1] ? usedMQKeys[index + 1] : undefined;
|
|
222
|
-
var mediaQuery = responsive_helpers_1.getMediaQueryFromTheme(fromMqKey, toMqKey)(props);
|
|
226
|
+
var mediaQuery = (0, responsive_helpers_1.getMediaQueryFromTheme)(fromMqKey, toMqKey)(props);
|
|
223
227
|
var values = propNames.reduce(function (valAcc, propName) {
|
|
224
228
|
var _a;
|
|
225
229
|
// TS needs checking if prop is part of the object otherwise throw error
|
|
226
230
|
/* istanbul ignore else */
|
|
227
|
-
if (has_own_property_1.hasOwnProperty(filledPropValues, propName)) {
|
|
231
|
+
if ((0, has_own_property_1.hasOwnProperty)(filledPropValues, propName)) {
|
|
228
232
|
var mqValue = filledPropValues[propName];
|
|
229
233
|
/* istanbul ignore else */
|
|
230
|
-
if (has_own_property_1.hasOwnProperty(mqValue, fromMqKey)) {
|
|
234
|
+
if ((0, has_own_property_1.hasOwnProperty)(mqValue, fromMqKey)) {
|
|
231
235
|
return __assign(__assign({}, valAcc), (_a = {}, _a[propName] = mqValue[fromMqKey], _a));
|
|
232
236
|
}
|
|
233
237
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getters.js","sourceRoot":"","sources":["../../../../src/utils/style/getters.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getters.js","sourceRoot":"","sources":["../../../../src/utils/style/getters.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AACA,8CAA6C;AAE7C,oCAA6C;AAC7C,oDAA+C;AAG/C,+BAIgB;AAChB,4DAA2E;AAC3E,wDAAmD;AAE5C,IAAM,4BAA4B,GAAG,UAC1C,YAAyB,EACzB,UAA0C,EAC1C,OAA6B,IAC1B,OAAA,UAAC,KAAY;IAChB,8DAA8D;IAC9D,IAAM,SAAS,GAAG,UAAC,gBAAqB;QAC/B,IAAA,QAAQ,GAA4B,gBAAgB,SAA5C,EAAE,UAAU,GAAgB,gBAAgB,WAAhC,EAAE,UAAU,GAAI,gBAAgB,WAApB,CAAqB;QAC5D,IAAM,SAAS,GAAG,IAAA,6BAAY,EAC5B,QAAQ,EACR,UAAU,EACV,UAAU,EACV,KAAK,CAAC,KAAK,CAAC,KAAK,CAClB,CAAC;QACF,6BACK,gBAAgB,GAChB,SAAS,EACZ;IACJ,CAAC,CAAC;IAEK,IAAA,KAAoB,CAAA,OAAO,IAAI,EAAE,CAAA,SAAjB,EAAhB,QAAQ,mBAAG,KAAK,KAAA,CAAkB;IACzC,IAAM,gBAAgB,GAAG,IAAA,kCAA2B,EAAC,mBAAmB,CAAC,CACvE,YAAY,EACZ,UAAU,CACX,CAAC,KAAK,CAA2D,CAAC;IAEnE,IAAI,KAAK,CAAC,OAAO,CAAC,gBAAgB,CAAC,EAAE;QACnC,OAAO,gBAAgB,CAAC,MAAM,CAAC,UAAC,GAAG,EAAE,EAAe;gBAAd,EAAE,QAAA,EAAE,SAAS,QAAA;YACjD,IAAI,cAAc,GAAG,SAAS,CAAC;YAE/B,IAAI,QAAQ,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;gBACzC,cAAc,GAAG,SAAS,CAAC,SAAS,CAAC,CAAC;aACvC;YAED,GAAG,CAAC,EAAE,CAAC,GAAG,cAAc,CAAC;YACzB,OAAO,GAAG,CAAC;QACb,CAAC,EAAE,EAAe,CAAC,CAAC;KACrB;IAED,IAAI,gBAAgB,IAAI,QAAQ,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB,CAAC,EAAE;QACpE,OAAO,SAAS,CAAC,gBAAgB,CAAC,CAAC;KACpC;IACD,OAAO,gBAAgB,CAAC;AAC1B,CAAC,EAvCI,CAuCJ,CAAC;AA3CW,QAAA,4BAA4B,gCA2CvC;AAEK,IAAM,iBAAiB,GAAG,UAC/B,YAAyB,EACzB,UAA0C,IACvC,OAAA,UAAC,KAAY;IAChB,IAAM,OAAO,GAAG,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC;IAClC,IAAM,QAAQ,GAAG,CAAC,UAAU,IAAI,KAAK,CAAC,UAAU,CAAC,CAAC,IAAI,YAAY,CAAC;IACnE,IAAM,KAAK,GAAG,OAAO,CAAC,QAAkB,CAAC,CAAC;IAE1C,IAAI,KAAK,IAAI,IAAA,2BAAkB,EAAC,KAAK,CAAC,EAAE;QACtC,OAAO,KAAK,CAAC,UAAU,CAAC;KACzB;IAED,OAAO,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC;AAC/B,CAAC,EAVI,CAUJ,CAAC;AAbW,QAAA,iBAAiB,qBAa5B;AAEF;;GAEG;AACI,IAAM,mBAAmB,GAAG,UACjC,YAAyB,EACzB,UAA0C,EAC1C,OAAgB,IACb,OAAA,UAAC,KAAY;;IAChB,IAAM,KAAK,GAAG,IAAA,kCAA2B,EAAC,cAAc,CAAC,CACvD,YAAY,EACZ,UAAU,CACX,CAAC,KAAK,CAAqC,CAAC;IAC7C,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;QACxB,OAAO,KAAK,CAAC,MAAM,CAAC,UAAC,GAAG,EAAE,EAAY;;gBAAX,EAAE,QAAA,EAAE,MAAM,QAAA;YACnC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,cAAK,GAAC,OAAO,IAAG,MAAM,KAAC,CAAC;YACzC,OAAO,GAAG,CAAC;QACb,CAAC,EAAE,EAAe,CAAC,CAAC;KACrB;IAED,OAAO,OAAO,CAAC,CAAC,WAAE,GAAC,OAAO,IAAG,KAAK,MAAE,CAAC,CAAC,KAAK,CAAC;AAC9C,CAAC,EAbI,CAaJ,CAAC;AAjBW,QAAA,mBAAmB,uBAiB9B;AAEF;;GAEG;AACI,IAAM,wBAAwB,GAAG,UACtC,YAAyB,EACzB,UAA0C,IACvC,OAAA,UAAC,KAAY;IAChB,IAAM,OAAO,GAAG,IAAA,kCAA2B,EAAC,cAAc,CAAC,CACzD,YAAY,EACZ,UAAU,CACX,CAAC,KAAK,CAAqC,CAAC;IAC7C,IAAI,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE;QAC1B,OAAO,OAAO,CAAC,MAAM,CAAC,UAAC,GAAG,EAAE,EAAY;gBAAX,EAAE,QAAA,EAAE,MAAM,QAAA;YACrC,GAAG,CAAC,EAAE,CAAC,GAAG,EAAC,OAAO,EAAE,MAAM,EAAC,CAAC;YAC5B,OAAO,GAAG,CAAC;QACb,CAAC,EAAE,EAAe,CAAC,CAAC;KACrB;IAED,OAAO,EAAC,OAAO,SAAA,EAAC,CAAC;AACnB,CAAC,EAbI,CAaJ,CAAC;AAhBW,QAAA,wBAAwB,4BAgBnC;AAEF;;GAEG;AACI,IAAM,wBAAwB,GAAG,UACtC,YAAyB,EACzB,UAA0C,IACvC,OAAA,UAAC,KAAY;IAChB,IAAM,MAAM,GAAG,IAAA,kCAA2B,EAAC,cAAc,CAAC,CACxD,YAAY,EACZ,UAAU,CACX,CAAC,KAAK,CAAqC,CAAC;IAC7C,IAAI,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE;QACzB,OAAO,MAAM,CAAC,MAAM,CAAC,UAAC,GAAG,EAAE,EAAY;gBAAX,EAAE,QAAA,EAAE,MAAM,QAAA;YACpC,GAAG,CAAC,EAAE,CAAC,GAAG,EAAC,MAAM,EAAE,MAAM,EAAC,CAAC;YAC3B,OAAO,GAAG,CAAC;QACb,CAAC,EAAE,EAAe,CAAC,CAAC;KACrB;IAED,OAAO,EAAC,MAAM,QAAA,EAAC,CAAC;AAClB,CAAC,EAbI,CAaJ,CAAC;AAhBW,QAAA,wBAAwB,4BAgBnC;AAEF;;GAEG;AACU,QAAA,kBAAkB,GAAG,IAAA,wBAAiB,EAAS,SAAS,CAAC,CAAC;AAEvE;;GAEG;AACU,QAAA,kBAAkB,GAAG,IAAA,wBAAiB,EAAS,SAAS,CAAC,CAAC;AAEvE;;GAEG;AACU,QAAA,iBAAiB,GAAG,IAAA,wBAAiB,EAAS,QAAQ,CAAC,CAAC;AAErE;;GAEG;AACU,QAAA,kBAAkB,GAAG,IAAA,wBAAiB,EAAS,QAAQ,CAAC,CAAC;AAEtE;;GAEG;AACU,QAAA,kBAAkB,GAAG,IAAA,wBAAiB,EAAS,SAAS,CAAC,CAAC;AAEhE,IAAM,sBAAsB,GAAG,UACpC,WAAmB,EACnB,aAAqB,IAClB,OAAA,UAAC,EAAkB;QAAjB,KAAK,WAAA;IACV,IAAM,iBAAiB,GAAG,KAAK,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC;IAC/D,IAAM,QAAQ,GAAG,iBAAiB;QAChC,CAAC,CAAC,iBAAiB,CAAC,QAAQ;QAC5B,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;IAC7B,OAAO,IAAA,2BAAa,EAAC,QAAQ,EAAE,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;AAC7D,CAAC,EANI,CAMJ,CAAC;AATW,QAAA,sBAAsB,0BASjC;AAEW,QAAA,qBAAqB,GAAG,IAAA,oBAAa,EAAC,SAAS,CAAC,CAAC;AACjD,QAAA,oBAAoB,GAAG,IAAA,oBAAa,EAAC,QAAQ,CAAC,CAAC;AAC/C,QAAA,qBAAqB,GAAG,IAAA,oBAAa,EAAC,SAAS,CAAC,CAAC;AACjD,QAAA,sBAAsB,GAAG,IAAA,oBAAa,EAAC,UAAU,CAAC,CAAC;AACnD,QAAA,qBAAqB,GAAG,IAAA,oBAAa,EAAC,SAAS,CAAC,CAAC;AACjD,QAAA,qBAAqB,GAAG,IAAA,oBAAa,EAAC,QAAQ,CAAC,CAAC;AAChD,QAAA,sBAAsB,GAAG,IAAA,oBAAa,EAAC,cAAc,CAAC,CAAC;AAI7D,IAAM,oBAAoB,GAAG,UAClC,UAAsC,EACtC,WAIuB,IACpB,OAAA,UAAC,KAAY;IACT,IAAA,WAAW,GAAI,KAAK,CAAC,KAAK,YAAf,CAAgB;IAElC,IAAM,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAE1C,kCAAkC;IAClC,IAAM,SAAS,GAAG,SAAS,CAAC,MAAM,CAAC,UAAC,GAAG,EAAE,QAAgB;;QACvD,IAAI,IAAA,iCAAc,EAAC,KAAK,EAAE,QAAQ,CAAC,EAAE;YACnC,6BAAW,GAAG,gBAAG,QAAQ,IAAG,KAAK,CAAC,QAAQ,CAAC,OAAE;SAC9C;QACD,OAAO,GAAG,CAAC;IACb,CAAC,EAAE,EAAE,CAAmC,CAAC;IAEzC,IAAM,WAAW,GAAG,MAAM,CAAC,MAAM,CAAC,SAAS,CAAqB,CAAC;IAEjE,wCAAwC;IACxC,IAAM,iBAAiB,GAAG,WAAW,CAAC,IAAI,CAAC,UAAA,SAAS;QAClD,OAAA,IAAA,iCAAY,EAAC,SAAS,EAAE,WAAW,CAAC;IAApC,CAAoC,CACrC,CAAC;IAEF,6BAA6B;IAC7B,IAAI,CAAC,iBAAiB,EAAE;QACtB,OAAO,WAAW,CAChB,SAAuC,EACvC,KAAK,EACL,SAAS,CACV,CAAC;KACH;IAED,2BAA2B;IAC3B,0BAA0B;IAE1B,2BAA2B;IAC3B,IAAM,cAAc,GAAG,MAAM,CAAC,IAAI,CAAC,WAAW,CAAqB,CAAC;IACpE,IAAM,oBAAoB,GAAG,cAAc,CAAC,IAAI,CAC9C,UAAC,CAAC,EAAE,CAAC,IAAK,OAAA,WAAW,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,EAA/B,CAA+B,CAC1C,CAAC;IAEF,gDAAgD;IAChD,IAAM,YAAY,GAAqB,WAAW;SAC/C,MAAM,CAAC,UAAA,SAAS,IAAI,OAAA,OAAO,SAAS,KAAK,QAAQ,EAA7B,CAA6B,CAAC;SAClD,OAAO,CACN,UAAC,SAAyB,IAAK,OAAA,MAAM,CAAC,IAAI,CAAC,SAAS,CAAqB,EAA1C,CAA0C,CAC1E;SACA,MAAM,CACL,UAAC,IAAoB,EAAE,KAAa,EAAE,EAAoB;QACxD,OAAA,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,KAAK;IAA1B,CAA0B,CAC7B;SACA,IAAI,CACH,UAAC,CAAiB,EAAE,CAAiB;QACnC,OAAA,oBAAoB,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,oBAAoB,CAAC,OAAO,CAAC,CAAC,CAAC;IAAjE,CAAiE,CACpE,CAAC;IAEJ,IAAM,YAAY,GAAG,UACnB,GAAqB,EACrB,SAAyB,EACzB,YAAwB;QAExB,uEAAuE;QACvE,IAAI,OAAO,SAAS,KAAK,QAAQ,EAAE;YACjC,OAAO,GAAG,CAAC,MAAM,CACf,UAAC,GAAG,EAAE,EAAkB;;gBAAK,OAAA,uBACxB,GAAG,gBACL,EAAE,IAAG,SAAS,OACf;YAH2B,CAG3B,EACF,EAA2B,CAC5B,CAAC;SACH;QAED,IAAM,OAAO,GAAG,GAAG,CAAC,IAAI,CAAC,UAAA,EAAE,IAAI,OAAC,SAA0B,CAAC,EAAE,CAAC,EAA/B,CAA+B,CAAC,CAAC;QAChE,wBAAwB;QACxB,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,EAAE,CAAC;SACX;QAED,IAAI,SAAS,GACX,OAAO,KAAK,IAAI;YACd,CAAC,CAAC,YAAY;YACd,CAAC,CAAE,SAAmC,CAAC,OAAO,CAAC,CAAC;QAEpD,OAAO,GAAG,CAAC,MAAM,CAAC,UAAC,MAA6B,EAAE,EAAE;;YAClD,IAAK,SAAmC,CAAC,EAAE,CAAC,KAAK,SAAS,EAAE;gBAC1D,6BAAW,MAAM,gBAAG,EAAE,IAAG,SAAS,OAAE;aACrC;YACD,SAAS,GAAI,SAAmC,CAAC,EAAE,CAAC,CAAC;YACrD,OAAO,MAAM,CAAC;QAChB,CAAC,EAAE,SAAS,CAAC,CAAC;IAChB,CAAC,CAAC;IAEF;;;;QAII;IACJ,IAAM,gBAAgB,GAAG,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,UAAC,GAAG,EAAE,IAAI;QAC5D,IAAA,KAAwB,IAAiC,EAAxD,QAAQ,QAAA,EAAE,SAAS,QAAqC,CAAC;QAChE,GAAG,CAAC,QAAQ,CAAC,GAAG,YAAY,CAC1B,oBAAoB,EACpB,SAAS,EACT,UAAU,CAAC,QAAQ,CAAC,CACrB,CAAC;QACF,OAAO,GAAG,CAAC;IACb,CAAC,EAAE,EAAoC,CAAC,CAAC;IAEzC,mEAAmE;IACnE,IAAM,UAAU,GAAqB,YAAY,CAAC,QAAQ,CAAC,IAAI,CAAC;QAC9D,CAAC,CAAC,YAAY;QACd,CAAC,gBAAE,IAAI,GAAK,YAAY,OAAC,CAAC;IAE5B,IAAM,SAAS,GAAG,UAAU,CAAC,MAAM,CAAC,UAAC,GAAG,EAAE,KAAK,EAAE,KAAK;QACpD,IAAM,SAAS,GAAG,KAAK,CAAC;QACxB,IAAM,OAAO,GAAG,UAAU,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;QAE1E,IAAM,UAAU,GAAG,IAAA,2CAAsB,EAAC,SAAS,EAAE,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC;QACrE,IAAM,MAAM,GAAG,SAAS,CAAC,MAAM,CAAC,UAAC,MAAM,EAAE,QAAQ;;YAC/C,wEAAwE;YACxE,0BAA0B;YAC1B,IAAI,IAAA,iCAAc,EAAC,gBAAgB,EAAE,QAAQ,CAAC,EAAE;gBAC9C,IAAM,OAAO,GAAG,gBAAgB,CAAC,QAAmB,CAAC,CAAC;gBACtD,0BAA0B;gBAC1B,IAAI,IAAA,iCAAc,EAAC,OAAO,EAAE,SAAS,CAAC,EAAE;oBACtC,6BACK,MAAM,gBACR,QAAQ,IAAG,OAAO,CAAC,SAAS,CAAC,OAC9B;iBACH;aACF;YACD,0BAA0B;YAC1B,OAAO,MAAM,CAAC;QAChB,CAAC,EAAE,EAAE,CAA+B,CAAC;QACrC,GAAG,CAAC,UAAU,CAAC,GAAG,WAAW,CAAC,MAAM,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC;QACxD,OAAO,GAAG,CAAC;IACb,CAAC,EAAE,EAA6B,CAAc,CAAC;IAE/C,OAAO,SAAS,CAAC;AACnB,CAAC,EAvII,CAuIJ,CAAC;AA9IW,QAAA,oBAAoB,wBA8I/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"style-preset.d.ts","sourceRoot":"","sources":["../../../../src/utils/style/style-preset.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EACL,iBAAiB,EACjB,oBAAoB,EACpB,iBAAiB,EAElB,MAAM,aAAa,CAAC;AAErB,OAAO,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAC,SAAS,EAAC,MAAM,WAAW,CAAC;AACpC,OAAO,EAAC,EAAE,EAAC,MAAM,SAAS,CAAC;AAE3B,MAAM,WAAW,8BAA8B;IAC7C,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACjC,YAAY,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACnC,UAAU,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACpC,YAAY,CAAC,EAAE,oBAAoB,EAAE,CAAC;CACvC;AAeD,eAAO,MAAM,eAAe,iBACZ,iBAAiB,
|
|
1
|
+
{"version":3,"file":"style-preset.d.ts","sourceRoot":"","sources":["../../../../src/utils/style/style-preset.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EACL,iBAAiB,EACjB,oBAAoB,EACpB,iBAAiB,EAElB,MAAM,aAAa,CAAC;AAErB,OAAO,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAC,SAAS,EAAC,MAAM,WAAW,CAAC;AACpC,OAAO,EAAC,EAAE,EAAC,MAAM,SAAS,CAAC;AAE3B,MAAM,WAAW,8BAA8B;IAC7C,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACjC,YAAY,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACnC,UAAU,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACpC,YAAY,CAAC,EAAE,oBAAoB,EAAE,CAAC;CACvC;AAeD,eAAO,MAAM,eAAe,iBACZ,iBAAiB,oEAwBhC,CAAC;AAgIF,eAAO,MAAM,uBAAuB,oNAgBnC,CAAC;AAEF,eAAO,MAAM,cAAc,yKAG1B,CAAC;AAEF,eAAO,MAAM,oBAAoB,qBACf,KAAK,SACd,iBAAiB,WACf,QAAQ,oBAAoB,EAAE,cAAc,CAAC,gBACxC,MAAM,6CAMrB,CAAC"}
|
|
@@ -41,8 +41,8 @@ var getCssSvgFillObject = function (iconColor, isSvg) {
|
|
|
41
41
|
var getPresetStyles = function (presetStyles, options) {
|
|
42
42
|
var _a = options || {}, _b = _a.filterStyles, filterStyles = _b === void 0 ? null : _b, _c = _a.omitStyles, omitStyles = _c === void 0 ? [] : _c, _d = _a.isSvg, isSvg = _d === void 0 ? false : _d;
|
|
43
43
|
var _e = filterStyles
|
|
44
|
-
? filter_object_1.filterObject(presetStyles, filterStyles)
|
|
45
|
-
: filter_object_1.rejectObject(presetStyles, omitStyles), iconColor = _e.iconColor, placeholderColor = _e.placeholderColor, cssObject = __rest(_e, ["iconColor", "placeholderColor"]);
|
|
44
|
+
? (0, filter_object_1.filterObject)(presetStyles, filterStyles)
|
|
45
|
+
: (0, filter_object_1.rejectObject)(presetStyles, omitStyles), iconColor = _e.iconColor, placeholderColor = _e.placeholderColor, cssObject = __rest(_e, ["iconColor", "placeholderColor"]);
|
|
46
46
|
if (iconColor) {
|
|
47
47
|
return __assign(__assign({}, cssObject), getCssSvgFillObject(iconColor, isSvg));
|
|
48
48
|
}
|
|
@@ -57,8 +57,8 @@ exports.getPresetStyles = getPresetStyles;
|
|
|
57
57
|
var getPresetStates = function (stylePreset, options) {
|
|
58
58
|
var _a = options || {}, _b = _a.omitStates, omitStates = _b === void 0 ? [] : _b, _c = _a.filterStates, filterStates = _c === void 0 ? [] : _c, _d = _a.isSelected, isSelected = _d === void 0 ? false : _d, _e = _a.isChecked, isChecked = _e === void 0 ? false : _e, _f = _a.isLoading, isLoading = _f === void 0 ? false : _f, _g = _a.isDisabled, isDisabled = _g === void 0 ? false : _g, _h = _a.isInvalid, isInvalid = _h === void 0 ? false : _h, _j = _a.isValid, isValid = _j === void 0 ? false : _j, _k = _a.isFocused, isFocused = _k === void 0 ? false : _k, _l = _a.isHover, isHover = _l === void 0 ? false : _l;
|
|
59
59
|
var _m = filterStates && filterStates.length
|
|
60
|
-
? filter_object_1.filterObject(stylePreset, filterStates)
|
|
61
|
-
: filter_object_1.rejectObject(stylePreset, omitStates), selected = _m.selected, loading = _m.loading, invalid = _m.invalid, valid = _m.valid, presetStates = __rest(_m, ["selected", "loading", "invalid", "valid"]);
|
|
60
|
+
? (0, filter_object_1.filterObject)(stylePreset, filterStates)
|
|
61
|
+
: (0, filter_object_1.rejectObject)(stylePreset, omitStates), selected = _m.selected, loading = _m.loading, invalid = _m.invalid, valid = _m.valid, presetStates = __rest(_m, ["selected", "loading", "invalid", "valid"]);
|
|
62
62
|
var stateOverrides = (isDisabled && presetStates.disabled) ||
|
|
63
63
|
(isLoading && loading) ||
|
|
64
64
|
(isFocused && presetStates.focus) ||
|
|
@@ -114,7 +114,7 @@ var getPresetStates = function (stylePreset, options) {
|
|
|
114
114
|
/* istanbul ignore next */
|
|
115
115
|
if (currentSubState_1 !== '') {
|
|
116
116
|
pseudoStates.forEach(function (pseudo) {
|
|
117
|
-
var subStatePseudoClass = currentSubState_1
|
|
117
|
+
var subStatePseudoClass = "".concat(currentSubState_1, ":").concat(pseudo);
|
|
118
118
|
if (presetStates[subStatePseudoClass]) {
|
|
119
119
|
pseudoPresets_1[pseudo] = presetStates[subStatePseudoClass];
|
|
120
120
|
}
|
|
@@ -131,9 +131,9 @@ var getStylePresetValueFromTheme = function (stylePreset, options) {
|
|
|
131
131
|
if (presetState) {
|
|
132
132
|
var nestedCssSelector = options && options.nestedCssSelector;
|
|
133
133
|
var selector = stateKey === 'disabled'
|
|
134
|
-
? ":"
|
|
135
|
-
: ":"
|
|
136
|
-
var styles = exports.getPresetStyles(presetState, options);
|
|
134
|
+
? ":".concat(stateKey, " ").concat(nestedCssSelector || '')
|
|
135
|
+
: ":".concat(stateKey, ":not(:disabled) ").concat(nestedCssSelector || '');
|
|
136
|
+
var styles = (0, exports.getPresetStyles)(presetState, options);
|
|
137
137
|
if (stateKey === 'base') {
|
|
138
138
|
if (nestedCssSelector) {
|
|
139
139
|
acc[nestedCssSelector] = styles;
|
|
@@ -147,7 +147,7 @@ var getStylePresetValueFromTheme = function (stylePreset, options) {
|
|
|
147
147
|
}, {});
|
|
148
148
|
};
|
|
149
149
|
var getStylePresetFromTheme = function (defaultToken, customProp, options) { return function (props) {
|
|
150
|
-
var stylePreset = base_1.getResponsiveValueFromTheme('stylePresets')(defaultToken, customProp)(props);
|
|
150
|
+
var stylePreset = (0, base_1.getResponsiveValueFromTheme)('stylePresets')(defaultToken, customProp)(props);
|
|
151
151
|
if (Array.isArray(stylePreset)) {
|
|
152
152
|
return stylePreset.reduce(function (acc, _a) {
|
|
153
153
|
var mq = _a[0], preset = _a[1];
|
|
@@ -158,7 +158,7 @@ var getStylePresetFromTheme = function (defaultToken, customProp, options) { ret
|
|
|
158
158
|
return stylePreset ? getStylePresetValueFromTheme(stylePreset, options) : '';
|
|
159
159
|
}; };
|
|
160
160
|
exports.getStylePresetFromTheme = getStylePresetFromTheme;
|
|
161
|
-
exports.getStylePreset = base_1.getDefaultedValue(exports.getStylePresetFromTheme, 'stylePreset');
|
|
161
|
+
exports.getStylePreset = (0, base_1.getDefaultedValue)(exports.getStylePresetFromTheme, 'stylePreset');
|
|
162
162
|
var getSingleStylePreset = function (_a, state, cssProp, defaultToken, customToken) {
|
|
163
163
|
var stylePresets = _a.stylePresets;
|
|
164
164
|
var preset = (customToken && stylePresets[customToken]) || stylePresets[defaultToken];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"style-preset.js","sourceRoot":"","sources":["../../../../src/utils/style/style-preset.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAOA,kDAA4D;AAE5D,+BAAsE;AAqBtE;;;sBAGsB;AACtB,IAAM,mBAAmB,GAAG,UAAC,SAAiB,EAAE,KAAc;IAC5D,OAAA,KAAK;QACH,CAAC,CAAC,EAAC,IAAI,EAAE,SAAS,EAAC;QACnB,CAAC,CAAC;YACE,GAAG,EAAE;gBACH,IAAI,EAAE,SAAS;aAChB;SACF;AANL,CAMK,CAAC;AAED,IAAM,eAAe,GAAG,UAC7B,YAA+B,EAC/B,OAAwC;IAElC,IAAA,
|
|
1
|
+
{"version":3,"file":"style-preset.js","sourceRoot":"","sources":["../../../../src/utils/style/style-preset.ts"],"names":[],"mappings":"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"}
|
|
@@ -30,7 +30,7 @@ var getTransitionPresetValueFromTheme = function (transitionPreset, componentCla
|
|
|
30
30
|
.split(/(?=[A-Z])/)
|
|
31
31
|
.map(function (x) { return x.toLowerCase(); })
|
|
32
32
|
.join('-');
|
|
33
|
-
var selector = "&."
|
|
33
|
+
var selector = "&.".concat(componentClassName, "-").concat(state);
|
|
34
34
|
if (stateKey === 'base') {
|
|
35
35
|
return __assign(__assign({}, acc), stateStyles);
|
|
36
36
|
}
|
|
@@ -43,9 +43,9 @@ function concatAndMergeInTransitionStringsForPseudoState(entry, mergedTransition
|
|
|
43
43
|
var stateKey = entry[0];
|
|
44
44
|
var stateStyles = entry[1];
|
|
45
45
|
var shouldConcatTransitionStrings = function (cssProperty) {
|
|
46
|
-
return has_own_property_1.hasOwnProperty(stateStyles, cssProperty) &&
|
|
46
|
+
return (0, has_own_property_1.hasOwnProperty)(stateStyles, cssProperty) &&
|
|
47
47
|
mergedTransitionPreset[stateKey] &&
|
|
48
|
-
has_own_property_1.hasOwnProperty(mergedTransitionPreset[stateKey], cssProperty);
|
|
48
|
+
(0, has_own_property_1.hasOwnProperty)(mergedTransitionPreset[stateKey], cssProperty);
|
|
49
49
|
};
|
|
50
50
|
var combinedTransitionProperties = cssTransitionPropertiesList
|
|
51
51
|
.filter(function (_a) {
|
|
@@ -55,11 +55,11 @@ function concatAndMergeInTransitionStringsForPseudoState(entry, mergedTransition
|
|
|
55
55
|
.reduce(function (acc, _a) {
|
|
56
56
|
var cssProperty = _a[0], delimiter = _a[1];
|
|
57
57
|
/* eslint no-param-reassign: ["error", { "props": false }] */
|
|
58
|
-
acc[cssProperty] = ""
|
|
58
|
+
acc[cssProperty] = "".concat(mergedTransitionPreset[stateKey][cssProperty]).concat(delimiter).concat(stateStyles[cssProperty]);
|
|
59
59
|
return acc;
|
|
60
60
|
}, {});
|
|
61
61
|
var updatedStateStyles = __assign(__assign({}, stateStyles), combinedTransitionProperties);
|
|
62
|
-
mergedTransitionPreset[stateKey] = deep_merge_1.deepMerge(mergedTransitionPreset[stateKey], updatedStateStyles);
|
|
62
|
+
mergedTransitionPreset[stateKey] = (0, deep_merge_1.deepMerge)(mergedTransitionPreset[stateKey], updatedStateStyles);
|
|
63
63
|
return mergedTransitionPreset;
|
|
64
64
|
}
|
|
65
65
|
function concatAndMergeInTransitionStringsForPreset(props, token, mergedTransitionPreset) {
|
|
@@ -87,7 +87,7 @@ exports.getTransitionPresetFromTheme = getTransitionPresetFromTheme;
|
|
|
87
87
|
var getDefaultedValue = function (getPresetFromThemeUtil, presetType) { return function (defaultPath, overridePath, componentClassName) {
|
|
88
88
|
if (overridePath === void 0) { overridePath = ''; }
|
|
89
89
|
return function (props) {
|
|
90
|
-
var token = get_token_1.getToken(props, defaultPath, overridePath, presetType);
|
|
90
|
+
var token = (0, get_token_1.getToken)(props, defaultPath, overridePath, presetType);
|
|
91
91
|
var tokenAsStringOrArray = typeof token === 'object' ? Object.values(token) : token;
|
|
92
92
|
return getPresetFromThemeUtil(tokenAsStringOrArray, componentClassName)(props);
|
|
93
93
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transition-preset.js","sourceRoot":"","sources":["../../../../src/utils/style/transition-preset.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAMA,4CAAwC;AACxC,0CAAsC;AACtC,wDAAmD;AAInD,IAAM,2BAA2B,GAA0C;IACzE,CAAC,oBAAoB,EAAE,IAAI,CAAC;IAC5B,CAAC,oBAAoB,EAAE,IAAI,CAAC;IAC5B,CAAC,iBAAiB,EAAE,IAAI,CAAC;IACzB,CAAC,0BAA0B,EAAE,IAAI,CAAC;IAClC,CAAC,WAAW,EAAE,GAAG,CAAC;CACnB,CAAC;AAEF,IAAM,iCAAiC,GAAG,UACxC,gBAAkC,EAClC,kBAA2B;IAE3B,OAAA,MAAM,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,MAAM,CAAC,UAAC,GAAG,EAAE,EAAuB;YAAtB,QAAQ,QAAA,EAAE,WAAW,QAAA;QAClE,IAAI,WAAW,IAAI,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,MAAM,EAAE;YAClD,IAAM,KAAK,GAAG,QAAQ;iBACnB,KAAK,CAAC,WAAW,CAAC;iBAClB,GAAG,CAAC,UAAA,CAAC,IAAI,OAAA,CAAC,CAAC,WAAW,EAAE,EAAf,CAAe,CAAC;iBACzB,IAAI,CAAC,GAAG,CAAC,CAAC;YACb,IAAM,QAAQ,GAAG,
|
|
1
|
+
{"version":3,"file":"transition-preset.js","sourceRoot":"","sources":["../../../../src/utils/style/transition-preset.ts"],"names":[],"mappings":"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"}
|
package/cjs/utils/style/utils.js
CHANGED
|
@@ -193,10 +193,10 @@ exports.isValidColorName = isValidColorName;
|
|
|
193
193
|
var isValidUnit = function (themeKey, value) {
|
|
194
194
|
if (['sizing', 'spacePresets', 'borders'].includes(themeKey) &&
|
|
195
195
|
typeof value === 'string') {
|
|
196
|
-
return exports.endsWith(value, exports.CSSUnits) || exports.isCSSFunc(value);
|
|
196
|
+
return (0, exports.endsWith)(value, exports.CSSUnits) || (0, exports.isCSSFunc)(value);
|
|
197
197
|
}
|
|
198
198
|
if (themeKey === 'colors') {
|
|
199
|
-
return exports.isHexColor(value) || exports.isCSSFunc(value) || exports.isValidColorName(value);
|
|
199
|
+
return (0, exports.isHexColor)(value) || (0, exports.isCSSFunc)(value) || (0, exports.isValidColorName)(value);
|
|
200
200
|
}
|
|
201
201
|
return (typeof value !== 'undefined' &&
|
|
202
202
|
typeof value !== 'object' &&
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../src/utils/style/utils.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../src/utils/style/utils.ts"],"names":[],"mappings":";;;AAAO,IAAM,QAAQ,GAAG,UAAC,KAAa,EAAE,MAAgB;IACtD,OAAA,MAAM,CAAC,IAAI,CAAC,UAAA,CAAC,IAAI,OAAA,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAjB,CAAiB,CAAC;AAAnC,CAAmC,CAAC;AADzB,QAAA,QAAQ,YACiB;AAEtC,IAAM,2BAA2B,GAAG,CAAC,mBAAmB,EAAE,cAAc,CAAC,CAAC;AAEnE,IAAM,sBAAsB,GAAG,UAAC,QAAgB;IACrD,OAAA,CAAC,2BAA2B,CAAC,QAAQ,CAAC,QAAQ,CAAC;AAA/C,CAA+C,CAAC;AADrC,QAAA,sBAAsB,0BACe;AAErC,QAAA,QAAQ,GAAG;IACtB,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,KAAK;IACL,IAAI;IACJ,IAAI;IACJ,MAAM;IACN,MAAM;IACN,GAAG;CACJ,CAAC;AAEW,QAAA,aAAa,GAAG;IAC3B,WAAW;IACX,cAAc;IACd,MAAM;IACN,YAAY;IACZ,OAAO;IACP,OAAO;IACP,QAAQ;IACR,OAAO;IACP,gBAAgB;IAChB,MAAM;IACN,YAAY;IACZ,OAAO;IACP,WAAW;IACX,WAAW;IACX,YAAY;IACZ,WAAW;IACX,OAAO;IACP,gBAAgB;IAChB,UAAU;IACV,SAAS;IACT,MAAM;IACN,UAAU;IACV,UAAU;IACV,eAAe;IACf,UAAU;IACV,UAAU;IACV,WAAW;IACX,WAAW;IACX,aAAa;IACb,gBAAgB;IAChB,YAAY;IACZ,YAAY;IACZ,SAAS;IACT,YAAY;IACZ,cAAc;IACd,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,YAAY;IACZ,UAAU;IACV,aAAa;IACb,SAAS;IACT,SAAS;IACT,YAAY;IACZ,WAAW;IACX,aAAa;IACb,aAAa;IACb,SAAS;IACT,WAAW;IACX,YAAY;IACZ,MAAM;IACN,WAAW;IACX,MAAM;IACN,MAAM;IACN,OAAO;IACP,aAAa;IACb,UAAU;IACV,SAAS;IACT,YAAY;IACZ,UAAU;IACV,OAAO;IACP,OAAO;IACP,UAAU;IACV,eAAe;IACf,WAAW;IACX,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,sBAAsB;IACtB,WAAW;IACX,WAAW;IACX,YAAY;IACZ,WAAW;IACX,aAAa;IACb,eAAe;IACf,cAAc;IACd,gBAAgB;IAChB,gBAAgB;IAChB,gBAAgB;IAChB,aAAa;IACb,MAAM;IACN,WAAW;IACX,OAAO;IACP,SAAS;IACT,QAAQ;IACR,kBAAkB;IAClB,YAAY;IACZ,cAAc;IACd,cAAc;IACd,gBAAgB;IAChB,iBAAiB;IACjB,mBAAmB;IACnB,iBAAiB;IACjB,iBAAiB;IACjB,cAAc;IACd,WAAW;IACX,WAAW;IACX,UAAU;IACV,aAAa;IACb,MAAM;IACN,SAAS;IACT,OAAO;IACP,WAAW;IACX,QAAQ;IACR,WAAW;IACX,QAAQ;IACR,eAAe;IACf,WAAW;IACX,eAAe;IACf,eAAe;IACf,YAAY;IACZ,WAAW;IACX,MAAM;IACN,MAAM;IACN,MAAM;IACN,YAAY;IACZ,QAAQ;IACR,eAAe;IACf,KAAK;IACL,WAAW;IACX,WAAW;IACX,aAAa;IACb,QAAQ;IACR,YAAY;IACZ,UAAU;IACV,UAAU;IACV,QAAQ;IACR,QAAQ;IACR,SAAS;IACT,WAAW;IACX,WAAW;IACX,WAAW;IACX,MAAM;IACN,aAAa;IACb,WAAW;IACX,KAAK;IACL,MAAM;IACN,SAAS;IACT,QAAQ;IACR,WAAW;IACX,QAAQ;IACR,OAAO;IACP,OAAO;IACP,YAAY;IACZ,QAAQ;IACR,aAAa;CACd,CAAC;AAEF,qEAAqE;AACrE,wFAAwF;AACjF,IAAM,SAAS,GAAG,UAAC,KAAa;IACrC,OAAA,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC;AAA1C,CAA0C,CAAC;AADhC,QAAA,SAAS,aACuB;AAEtC,IAAM,UAAU,GAAG,UAAC,KAAa,IAAK,OAAA,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,EAArB,CAAqB,CAAC;AAAtD,QAAA,UAAU,cAA4C;AAE5D,IAAM,gBAAgB,GAAG,UAAC,KAAa;IAC5C,OAAA,qBAAa,CAAC,IAAI,CAAC,UAAA,KAAK,IAAI,OAAA,KAAK,CAAC,WAAW,EAAE,KAAK,KAAK,CAAC,WAAW,EAAE,EAA3C,CAA2C,CAAC;AAAxE,CAAwE,CAAC;AAD9D,QAAA,gBAAgB,oBAC8C;AAE3E,8DAA8D;AACvD,IAAM,WAAW,GAAG,UAAC,QAAgB,EAAE,KAAU;IACtD,IACE,CAAC,QAAQ,EAAE,cAAc,EAAE,SAAS,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC;QACxD,OAAO,KAAK,KAAK,QAAQ,EACzB;QACA,OAAO,IAAA,gBAAQ,EAAC,KAAK,EAAE,gBAAQ,CAAC,IAAI,IAAA,iBAAS,EAAC,KAAK,CAAC,CAAC;KACtD;IAED,IAAI,QAAQ,KAAK,QAAQ,EAAE;QACzB,OAAO,IAAA,kBAAU,EAAC,KAAK,CAAC,IAAI,IAAA,iBAAS,EAAC,KAAK,CAAC,IAAI,IAAA,wBAAgB,EAAC,KAAK,CAAC,CAAC;KACzE;IAED,OAAO,CACL,OAAO,KAAK,KAAK,WAAW;QAC5B,OAAO,KAAK,KAAK,QAAQ;QACzB,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC;QACpB,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CACtB,CAAC;AACJ,CAAC,CAAC;AAlBW,QAAA,WAAW,eAkBtB"}
|
package/cjs/utils/text-crop.js
CHANGED
|
@@ -25,11 +25,11 @@ var textCrop = function (_a) {
|
|
|
25
25
|
};
|
|
26
26
|
return {
|
|
27
27
|
'::before': __assign(__assign({}, common), { marginBottom: topAdjustment
|
|
28
|
-
? "calc(-"
|
|
29
|
-
: "-"
|
|
28
|
+
? "calc(-".concat(dynamicTopCrop, "em + ").concat(topAdjustment, "px)")
|
|
29
|
+
: "-".concat(dynamicTopCrop, "em") }),
|
|
30
30
|
'::after': __assign(__assign({}, common), { marginTop: bottomAdjustment
|
|
31
|
-
? "calc(-"
|
|
32
|
-
: "-"
|
|
31
|
+
? "calc(-".concat(dynamicBottomCrop, "em + ").concat(bottomAdjustment, "px)")
|
|
32
|
+
: "-".concat(dynamicBottomCrop, "em") }),
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
35
|
exports.textCrop = textCrop;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-crop.js","sourceRoot":"","sources":["../../../src/utils/text-crop.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAO,IAAM,QAAQ,GAAG,UAAC,EAQxB;QAPC,kBAAgB,EAAhB,UAAU,mBAAG,GAAG,KAAA,EAChB,eAAW,EAAX,OAAO,mBAAG,CAAC,KAAA,EACX,kBAAc,EAAd,UAAU,mBAAG,CAAC,KAAA,EACd,qBAAiB,EAAjB,aAAa,mBAAG,CAAC,KAAA,EACjB,wBAAoB,EAApB,gBAAgB,mBAAG,CAAC,KAAA,EACpB,oBAAiB,EAAjB,YAAY,mBAAG,EAAE,KAAA,EACjB,sBAAoB,EAApB,cAAc,mBAAG,GAAG,KAAA;IAEpB,IAAM,cAAc,GAClB,IAAI,CAAC,GAAG,CAAC,OAAO,GAAG,CAAC,UAAU,GAAG,cAAc,CAAC,GAAG,CAAC,YAAY,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;QACzE,YAAY,CAAC;IAEf,IAAM,iBAAiB,GACrB,IAAI,CAAC,GAAG,CACN,UAAU,GAAG,CAAC,UAAU,GAAG,cAAc,CAAC,GAAG,CAAC,YAAY,GAAG,CAAC,CAAC,EAC/D,CAAC,CACF,GAAG,YAAY,CAAC;IAEnB,IAAM,MAAM,GAAG;QACb,OAAO,EAAE,IAAI;QACb,OAAO,EAAE,OAAO;QAChB,MAAM,EAAE,CAAC;QACT,KAAK,EAAE,CAAC;KACT,CAAC;IAEF,OAAO;QACL,UAAU,wBACL,MAAM,KACT,YAAY,EAAE,aAAa;gBACzB,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"text-crop.js","sourceRoot":"","sources":["../../../src/utils/text-crop.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAO,IAAM,QAAQ,GAAG,UAAC,EAQxB;QAPC,kBAAgB,EAAhB,UAAU,mBAAG,GAAG,KAAA,EAChB,eAAW,EAAX,OAAO,mBAAG,CAAC,KAAA,EACX,kBAAc,EAAd,UAAU,mBAAG,CAAC,KAAA,EACd,qBAAiB,EAAjB,aAAa,mBAAG,CAAC,KAAA,EACjB,wBAAoB,EAApB,gBAAgB,mBAAG,CAAC,KAAA,EACpB,oBAAiB,EAAjB,YAAY,mBAAG,EAAE,KAAA,EACjB,sBAAoB,EAApB,cAAc,mBAAG,GAAG,KAAA;IAEpB,IAAM,cAAc,GAClB,IAAI,CAAC,GAAG,CAAC,OAAO,GAAG,CAAC,UAAU,GAAG,cAAc,CAAC,GAAG,CAAC,YAAY,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;QACzE,YAAY,CAAC;IAEf,IAAM,iBAAiB,GACrB,IAAI,CAAC,GAAG,CACN,UAAU,GAAG,CAAC,UAAU,GAAG,cAAc,CAAC,GAAG,CAAC,YAAY,GAAG,CAAC,CAAC,EAC/D,CAAC,CACF,GAAG,YAAY,CAAC;IAEnB,IAAM,MAAM,GAAG;QACb,OAAO,EAAE,IAAI;QACb,OAAO,EAAE,OAAO;QAChB,MAAM,EAAE,CAAC;QACT,KAAK,EAAE,CAAC;KACT,CAAC;IAEF,OAAO;QACL,UAAU,wBACL,MAAM,KACT,YAAY,EAAE,aAAa;gBACzB,CAAC,CAAC,gBAAS,cAAc,kBAAQ,aAAa,QAAK;gBACnD,CAAC,CAAC,WAAI,cAAc,OAAI,GAC3B;QACD,SAAS,wBACJ,MAAM,KACT,SAAS,EAAE,gBAAgB;gBACzB,CAAC,CAAC,gBAAS,iBAAiB,kBAAQ,gBAAgB,QAAK;gBACzD,CAAC,CAAC,WAAI,iBAAiB,OAAI,GAC9B;KACF,CAAC;AACJ,CAAC,CAAC;AAxCW,QAAA,QAAQ,YAwCnB"}
|
|
@@ -38,12 +38,12 @@ enhanceOverrides) {
|
|
|
38
38
|
var dProps = typeof defaultProps === 'function'
|
|
39
39
|
? defaultProps(props)
|
|
40
40
|
: defaultProps || {};
|
|
41
|
-
var theme = theme_1.useTheme();
|
|
42
|
-
var overrides = get_token_1.getToken({ theme: theme }, defaultPresetsPath);
|
|
41
|
+
var theme = (0, theme_1.useTheme)();
|
|
42
|
+
var overrides = (0, get_token_1.getToken)({ theme: theme }, defaultPresetsPath);
|
|
43
43
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
44
44
|
var _a = props, children = _a.children, propsWithoutChildren = __rest(_a, ["children"]);
|
|
45
|
-
var enhancedOverrides = deep_merge_1.deepMerge(overrides, enhanceOverrides);
|
|
46
|
-
return (react_1.default.createElement(Component, __assign({ ref: ref }, deep_merge_1.deepMerge({}, {
|
|
45
|
+
var enhancedOverrides = (0, deep_merge_1.deepMerge)(overrides, enhanceOverrides);
|
|
46
|
+
return (react_1.default.createElement(Component, __assign({ ref: ref }, (0, deep_merge_1.deepMerge)({}, {
|
|
47
47
|
overrides: Object.keys(enhancedOverrides).length
|
|
48
48
|
? enhancedOverrides
|
|
49
49
|
: undefined,
|
|
@@ -52,7 +52,7 @@ enhanceOverrides) {
|
|
|
52
52
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
53
53
|
propsWithoutChildren)), children));
|
|
54
54
|
});
|
|
55
|
-
WrappedComponent.displayName = "withDefaultProps("
|
|
55
|
+
WrappedComponent.displayName = "withDefaultProps(".concat(Component.displayName, ")");
|
|
56
56
|
return WrappedComponent;
|
|
57
57
|
};
|
|
58
58
|
exports.withDefaultProps = withDefaultProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"with-default-props.js","sourceRoot":"","sources":["../../../src/utils/with-default-props.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gDAA0B;AAE1B,2CAAuC;AACvC,yCAAqC;AACrC,kCAAkC;AAI3B,IAAM,gBAAgB,GAAG,UAC9B,SAAiC,EACjC,YAAoD,EACpD,kBAA2B;AAC3B,+GAA+G;AAC/G,gFAAgF;AAChF,gBAAyB;IAEzB,IAAM,gBAAgB,GAAG,eAAK,CAAC,UAAU,CAAa,UAAC,KAAK,EAAE,GAAG;QAC/D,IAAM,MAAM,GACV,OAAO,YAAY,KAAK,UAAU;YAChC,CAAC,CAAE,YAAqC,CAAC,KAAK,CAAC;YAC/C,CAAC,CAAC,YAAY,IAAI,EAAE,CAAC;QACzB,IAAM,KAAK,GAAG,gBAAQ,
|
|
1
|
+
{"version":3,"file":"with-default-props.js","sourceRoot":"","sources":["../../../src/utils/with-default-props.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gDAA0B;AAE1B,2CAAuC;AACvC,yCAAqC;AACrC,kCAAkC;AAI3B,IAAM,gBAAgB,GAAG,UAC9B,SAAiC,EACjC,YAAoD,EACpD,kBAA2B;AAC3B,+GAA+G;AAC/G,gFAAgF;AAChF,gBAAyB;IAEzB,IAAM,gBAAgB,GAAG,eAAK,CAAC,UAAU,CAAa,UAAC,KAAK,EAAE,GAAG;QAC/D,IAAM,MAAM,GACV,OAAO,YAAY,KAAK,UAAU;YAChC,CAAC,CAAE,YAAqC,CAAC,KAAK,CAAC;YAC/C,CAAC,CAAC,YAAY,IAAI,EAAE,CAAC;QACzB,IAAM,KAAK,GAAG,IAAA,gBAAQ,GAAE,CAAC;QAEzB,IAAM,SAAS,GAAG,IAAA,oBAAQ,EAAC,EAAC,KAAK,OAAA,EAAC,EAAE,kBAAkB,CAAC,CAAC;QACxD,8DAA8D;QAC9D,IAAM,KAAsC,KAAY,EAAjD,QAAQ,cAAA,EAAK,oBAAoB,cAAlC,YAAmC,CAAe,CAAC;QACzD,IAAM,iBAAiB,GAAG,IAAA,sBAAS,EAAC,SAAS,EAAE,gBAAgB,CAAC,CAAC;QAEjE,OAAO,CACL,8BAAC,SAAS,aACR,GAAG,EAAE,GAAG,IACJ,IAAA,sBAAS,EACX,EAAO,EACP;YACE,SAAS,EAAE,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,MAAM;gBAC9C,CAAC,CAAC,iBAAiB;gBACnB,CAAC,CAAC,SAAS;YACb,8DAA8D;SACxD,EACR,MAAM;QACN,8DAA8D;QAC9D,oBAA2B,CAC5B,GAEA,QAAQ,CACC,CACb,CAAC;IACJ,CAAC,CAAC,CAAC;IACH,gBAAgB,CAAC,WAAW,GAAG,2BAAoB,SAAS,CAAC,WAAW,MAAG,CAAC;IAC5E,OAAQ,gBAA2C,CAAC;AACtD,CAAC,CAAC;AA1CW,QAAA,gBAAgB,oBA0C3B"}
|
package/cjs/version-number.json
CHANGED
|
@@ -4,7 +4,7 @@ exports.getTokensForVolumeControl = void 0;
|
|
|
4
4
|
var get_token_1 = require("../utils/get-token");
|
|
5
5
|
var getTokensForVolumeControl = function (theme, overrides) {
|
|
6
6
|
var getVolumeControlToken = function (path, propName) {
|
|
7
|
-
return get_token_1.getToken({ theme: theme, overrides: overrides }, "volumeControl."
|
|
7
|
+
return (0, get_token_1.getToken)({ theme: theme, overrides: overrides }, "volumeControl.".concat(path), path, propName);
|
|
8
8
|
};
|
|
9
9
|
var sliderTrackStylePreset = getVolumeControlToken('slider.track', 'stylePreset');
|
|
10
10
|
var trackSize = getVolumeControlToken('slider.track', 'size');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/volume-control/utils.ts"],"names":[],"mappings":";;;AACA,gDAA4C;AAErC,IAAM,yBAAyB,GAAG,UAAC,KAAY,EAAE,SAAa;IACnE,IAAM,qBAAqB,GAAG,UAAC,IAAY,EAAE,QAAgB;QAC3D,OAAA,oBAAQ,
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/volume-control/utils.ts"],"names":[],"mappings":";;;AACA,gDAA4C;AAErC,IAAM,yBAAyB,GAAG,UAAC,KAAY,EAAE,SAAa;IACnE,IAAM,qBAAqB,GAAG,UAAC,IAAY,EAAE,QAAgB;QAC3D,OAAA,IAAA,oBAAQ,EAAC,EAAC,KAAK,OAAA,EAAE,SAAS,WAAA,EAAC,EAAE,wBAAiB,IAAI,CAAE,EAAE,IAAI,EAAE,QAAQ,CAAC;IAArE,CAAqE,CAAC;IACxE,IAAM,sBAAsB,GAAG,qBAAqB,CAClD,cAAc,EACd,aAAa,CACd,CAAC;IACF,IAAM,SAAS,GAAG,qBAAqB,CAAC,cAAc,EAAE,MAAM,CAAC,CAAC;IAChE,IAAM,+BAA+B,GAAG,qBAAqB,CAC3D,kBAAkB,EAClB,aAAa,CACd,CAAC;IACF,IAAM,sBAAsB,GAAG,qBAAqB,CAClD,cAAc,EACd,aAAa,CACd,CAAC;IACF,IAAM,SAAS,GAAG,qBAAqB,CAAC,cAAc,EAAE,MAAM,CAAC,CAAC;IAChE,IAAM,2BAA2B,GAAG,qBAAqB,CACvD,mBAAmB,EACnB,aAAa,CACd,CAAC;IACF,IAAM,8BAA8B,GAAG,qBAAqB,CAC1D,QAAQ,EACR,aAAa,CACd,CAAC;IACF,IAAM,QAAQ,GAAG,qBAAqB,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAC;IAC7D,IAAM,UAAU,GAAG,qBAAqB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;IAC3D,OAAO;QACL,sBAAsB,wBAAA;QACtB,SAAS,WAAA;QACT,+BAA+B,iCAAA;QAC/B,sBAAsB,wBAAA;QACtB,SAAS,WAAA;QACT,2BAA2B,6BAAA;QAC3B,8BAA8B,gCAAA;QAC9B,QAAQ,UAAA;QACR,UAAU,YAAA;KACX,CAAC;AACJ,CAAC,CAAC;AAtCW,QAAA,yBAAyB,6BAsCpC"}
|
|
@@ -38,21 +38,21 @@ var MuteButton = function (_a) {
|
|
|
38
38
|
};
|
|
39
39
|
var VolumeControl = function (_a) {
|
|
40
40
|
var volume = _a.volume, vertical = _a.vertical, onChange = _a.onChange, _b = _a.overrides, overrides = _b === void 0 ? {} : _b;
|
|
41
|
-
var theme = theme_1.useTheme();
|
|
42
|
-
var _c = react_1.useState(volume), unMutedVolume = _c[0], setUnMutedVolume = _c[1];
|
|
43
|
-
var srOnlyVolumeControl = get_ssr_id_1.getSSRId();
|
|
44
|
-
var _d = utils_1.getTokensForVolumeControl(theme, overrides), sliderTrackStylePreset = _d.sliderTrackStylePreset, trackSize = _d.trackSize, sliderIndicatorTrackStylePreset = _d.sliderIndicatorTrackStylePreset, sliderThumbStylePreset = _d.sliderThumbStylePreset, thumbSize = _d.thumbSize, sliderThumbLabelStylePreset = _d.sliderThumbLabelStylePreset, volumeControlButtonStylePreset = _d.volumeControlButtonStylePreset, iconSize = _d.iconSize, buttonSize = _d.buttonSize;
|
|
41
|
+
var theme = (0, theme_1.useTheme)();
|
|
42
|
+
var _c = (0, react_1.useState)(volume), unMutedVolume = _c[0], setUnMutedVolume = _c[1];
|
|
43
|
+
var srOnlyVolumeControl = (0, get_ssr_id_1.getSSRId)();
|
|
44
|
+
var _d = (0, utils_1.getTokensForVolumeControl)(theme, overrides), sliderTrackStylePreset = _d.sliderTrackStylePreset, trackSize = _d.trackSize, sliderIndicatorTrackStylePreset = _d.sliderIndicatorTrackStylePreset, sliderThumbStylePreset = _d.sliderThumbStylePreset, thumbSize = _d.thumbSize, sliderThumbLabelStylePreset = _d.sliderThumbLabelStylePreset, volumeControlButtonStylePreset = _d.volumeControlButtonStylePreset, iconSize = _d.iconSize, buttonSize = _d.buttonSize;
|
|
45
45
|
if (unMutedVolume !== volume && volume > 0) {
|
|
46
46
|
setUnMutedVolume(volume);
|
|
47
47
|
}
|
|
48
|
-
var volumeArr = react_1.useMemo(function () { return [volume]; }, [volume]);
|
|
49
|
-
var onSliderChange = react_1.useCallback(function (_a) {
|
|
48
|
+
var volumeArr = (0, react_1.useMemo)(function () { return [volume]; }, [volume]);
|
|
49
|
+
var onSliderChange = (0, react_1.useCallback)(function (_a) {
|
|
50
50
|
var newVolume = _a[0];
|
|
51
51
|
return onChange(newVolume);
|
|
52
52
|
}, [
|
|
53
53
|
onChange,
|
|
54
54
|
]);
|
|
55
|
-
var minLabel = react_1.useCallback(function () { return (react_1.default.createElement(MuteButton, { volume: volume, unMutedVolume: unMutedVolume, onChange: onChange, volumeControlButtonStylePreset: volumeControlButtonStylePreset, iconSize: iconSize, size: buttonSize })); }, [
|
|
55
|
+
var minLabel = (0, react_1.useCallback)(function () { return (react_1.default.createElement(MuteButton, { volume: volume, unMutedVolume: unMutedVolume, onChange: onChange, volumeControlButtonStylePreset: volumeControlButtonStylePreset, iconSize: iconSize, size: buttonSize })); }, [
|
|
56
56
|
volume,
|
|
57
57
|
unMutedVolume,
|
|
58
58
|
onChange,
|
|
@@ -65,13 +65,13 @@ var VolumeControl = function (_a) {
|
|
|
65
65
|
toggleMute(volume, unMutedVolume, onChange);
|
|
66
66
|
}
|
|
67
67
|
};
|
|
68
|
-
var maxLabel = react_1.useCallback(function () { return (react_1.default.createElement(icon_button_1.IconButton, { "data-testid": "volumeup-button", "aria-label": "Volume up", tabIndex: -1, onClick: function () { return onChange(1); }, size: buttonSize, overrides: {
|
|
68
|
+
var maxLabel = (0, react_1.useCallback)(function () { return (react_1.default.createElement(icon_button_1.IconButton, { "data-testid": "volumeup-button", "aria-label": "Volume up", tabIndex: -1, onClick: function () { return onChange(1); }, size: buttonSize, overrides: {
|
|
69
69
|
stylePreset: volumeControlButtonStylePreset,
|
|
70
70
|
iconSize: iconSize,
|
|
71
71
|
} },
|
|
72
72
|
react_1.default.createElement(icons_1.IconFilledVolumeUp, null))); }, [buttonSize, iconSize, onChange, volumeControlButtonStylePreset]);
|
|
73
73
|
return (react_1.default.createElement(react_1.default.Fragment, null,
|
|
74
|
-
react_1.default.createElement(slider_1.Slider, { vertical: vertical, min: 0, max: 1, step: 0.1, values: volumeArr, onChange: onSliderChange, ariaLabel: "Volume Control", ariaValueText: "volume level "
|
|
74
|
+
react_1.default.createElement(slider_1.Slider, { vertical: vertical, min: 0, max: 1, step: 0.1, values: volumeArr, onChange: onSliderChange, ariaLabel: "Volume Control", ariaValueText: "volume level ".concat(volumeArr[0] * 10, " of 10"), dataTestId: "volume-control", minLabel: minLabel, maxLabel: maxLabel, onKeyDown: toggleMuteWithKeys, ariaDescribedBy: srOnlyVolumeControl, overrides: {
|
|
75
75
|
track: {
|
|
76
76
|
stylePreset: sliderTrackStylePreset,
|
|
77
77
|
size: trackSize,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"volume-control.js","sourceRoot":"","sources":["../../../src/volume-control/volume-control.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA4D;AAE5D,8CAA0C;AAE1C,oCAAiC;AACjC,kCAIkB;AAClB,kCAAkC;AAClC,+EAA0E;AAC1E,kDAA6C;AAC7C,iCAAkD;AAYlD,IAAM,UAAU,GAAG,UACjB,MAAc,EACd,aAAqB,EACrB,QAAwC,IACrC,OAAA,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,EAA3D,CAA2D,CAAC;AAEjE,IAAM,UAAU,GAA8B,UAAC,EAO9C;QANC,MAAM,YAAA,EACN,aAAa,mBAAA,EACb,QAAQ,cAAA,EACR,8BAA8B,oCAAA,EAC9B,QAAQ,cAAA,EACR,IAAI,UAAA;IACA,OAAA,CACJ,8BAAC,wBAAU,mBACG,aAAa,gBACb,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAC5C,QAAQ,EAAE,CAAC,CAAC,EACZ,OAAO,EAAE,cAAM,OAAA,UAAU,CAAC,MAAM,EAAE,aAAa,EAAE,QAAQ,CAAC,EAA3C,CAA2C,EAC1D,IAAI,EAAE,IAAI,EACV,SAAS,EAAE;YACT,WAAW,EAAE,8BAA8B;YAC3C,QAAQ,UAAA;SACT,IAEA,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,8BAAC,2BAAmB,OAAG,CAAC,CAAC,CAAC,8BAAC,4BAAoB,OAAG,CACvD,CACd;AAdK,CAcL,CAAC;AAEK,IAAM,aAAa,GAAiC,UAAC,EAK3D;QAJC,MAAM,YAAA,EACN,QAAQ,cAAA,EACR,QAAQ,cAAA,EACR,iBAAc,EAAd,SAAS,mBAAG,EAAE,KAAA;IAEd,IAAM,KAAK,GAAG,gBAAQ,
|
|
1
|
+
{"version":3,"file":"volume-control.js","sourceRoot":"","sources":["../../../src/volume-control/volume-control.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { EnhancerOverrides } from '../form/types';
|
|
3
|
+
import { EnhancerProps, WithEnhancersProps } from './types';
|
|
4
|
+
import { TextFieldSize } from '../text-field/types';
|
|
5
|
+
export declare const StyledEnhancer: import("@emotion/styled").StyledComponent<{
|
|
6
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
7
|
+
as?: import("react").ElementType<any> | undefined;
|
|
8
|
+
} & EnhancerProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
9
|
+
export declare const StyledInputContainer: import("@emotion/styled").StyledComponent<{
|
|
10
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
11
|
+
as?: import("react").ElementType<any> | undefined;
|
|
12
|
+
} & Omit<WithEnhancersProps, "size"> & {
|
|
13
|
+
size?: TextFieldSize | undefined;
|
|
14
|
+
componentDefaultsPath: string;
|
|
15
|
+
focused?: boolean | undefined;
|
|
16
|
+
overrides?: EnhancerOverrides | undefined;
|
|
17
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
18
|
+
//# sourceMappingURL=styled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styled.d.ts","sourceRoot":"","sources":["../../../src/with-enhancers/styled.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAC,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,aAAa,EAAE,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAQ1D,OAAO,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAalD,eAAO,MAAM,cAAc;;;yHAc1B,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;;;2BAGN,MAAM;;;yGA8BhC,CAAC"}
|