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
package/esm/dialog/styled.js
CHANGED
|
@@ -17,25 +17,25 @@ export var StyledDialogPanel = styled.div(templateObject_1 || (templateObject_1
|
|
|
17
17
|
});
|
|
18
18
|
}, function (_a) {
|
|
19
19
|
var path = _a.path;
|
|
20
|
-
return getResponsiveSpace('zIndex', path
|
|
20
|
+
return getResponsiveSpace('zIndex', "".concat(path, ".panel"), 'panel', 'zIndex');
|
|
21
21
|
});
|
|
22
22
|
export var StyledMoveFocusInside = styled(MoveFocusInside)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow: hidden auto;\n"], ["\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow: hidden auto;\n"])));
|
|
23
23
|
export var StyledDialogHeader = styled.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n box-sizing: border-box;\n ", "\n ", "\n flex-shrink: 0; //fix min-height issues\n"], ["\n box-sizing: border-box;\n ", "\n ", "\n flex-shrink: 0; //fix min-height issues\n"])), function (_a) {
|
|
24
24
|
var path = _a.path;
|
|
25
|
-
return getStylePreset(path
|
|
25
|
+
return getStylePreset("".concat(path, ".header"), 'header');
|
|
26
26
|
}, getSizingCssFromTheme('minHeight', 'sizing080'));
|
|
27
27
|
export var StyledDialogHeaderContent = styled.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n box-sizing: border-box;\n display: flex;\n align-items: center;\n ", "\n"], ["\n box-sizing: border-box;\n display: flex;\n align-items: center;\n ", "\n"])), function (_a) {
|
|
28
28
|
var path = _a.path;
|
|
29
|
-
return getResponsiveSpace('padding', path
|
|
29
|
+
return getResponsiveSpace('padding', "".concat(path, ".header"), 'header', 'spaceInset');
|
|
30
30
|
});
|
|
31
31
|
export var StyledDialogContent = styled.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n box-sizing: border-box;\n flex-grow: 1;\n overflow: hidden auto;\n ", "\n"], ["\n box-sizing: border-box;\n flex-grow: 1;\n overflow: hidden auto;\n ", "\n"])), function (_a) {
|
|
32
32
|
var path = _a.path;
|
|
33
|
-
return getResponsiveSpace('padding', path
|
|
33
|
+
return getResponsiveSpace('padding', "".concat(path, ".content"), 'content', 'spaceInset');
|
|
34
34
|
});
|
|
35
35
|
// This elements is needed to fill the space behind close button which is positioned absolute
|
|
36
36
|
export var StyledFillSpaceCloseButton = styled.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n box-sizing: border-box;\n ", "\n ", " \n ", "\n ", "\n flex-shrink: 0;\n"], ["\n box-sizing: border-box;\n ", "\n ", " \n ", "\n ", "\n flex-shrink: 0;\n"])), function (_a) {
|
|
37
37
|
var path = _a.path;
|
|
38
|
-
return getResponsiveSpace('margin', path
|
|
38
|
+
return getResponsiveSpace('margin', "".concat(path, ".closeButton"), 'closeButton', 'spaceInset');
|
|
39
39
|
}, getResponsiveSize('width', 'iconButton.medium', '', 'width'), getResponsiveSize('height', 'iconButton.medium', '', 'height'), function (_a) {
|
|
40
40
|
var closePosition = _a.closePosition;
|
|
41
41
|
return closePosition === 'left' ? "margin-right: auto;" : "margin-left: auto;";
|
|
@@ -45,7 +45,7 @@ export var StyledCloseButton = styled(IconButton)(templateObject_7 || (templateO
|
|
|
45
45
|
return (closePosition === 'left' ? "left: 0;" : "right: 0;");
|
|
46
46
|
}, function (_a) {
|
|
47
47
|
var path = _a.path;
|
|
48
|
-
return getResponsiveSpace(function (margin) { return ({ margin: "0 "
|
|
48
|
+
return getResponsiveSpace(function (margin) { return ({ margin: "0 ".concat(margin) }); }, "".concat(path, ".closeButton"), '', 'spaceInset');
|
|
49
49
|
});
|
|
50
50
|
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7;
|
|
51
51
|
//# sourceMappingURL=styled.js.map
|
package/esm/dialog/styled.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../src/dialog/styled.tsx"],"names":[],"mappings":";;;;AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAC,UAAU,EAAC,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EACL,MAAM,EACN,cAAc,EACd,kBAAkB,EAClB,iBAAiB,EACjB,qBAAqB,GACtB,MAAM,gBAAgB,CAAC;AAQxB,MAAM,CAAC,IAAM,iBAAiB,GAAG,MAAM,CAAC,GAAG,4LAAqC,iCAE5E,EAEA,MACA,EAEA,MACA,EACgE,sEAInE,KAXG,UAAC,EAAQ;QAAP,MAAM,YAAA;IAAM,OAAA,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,OAAO;KACxC,CAAC;AAFc,CAEd,EACA,UAAC,EAAO;QAAN,KAAK,WAAA;IAAM,OAAA,CAAC;QACd,aAAa,EAAE,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM;KAC1C,CAAC;AAFa,CAEb,EACA,UAAC,EAAM;QAAL,IAAI,UAAA;IACN,OAAA,kBAAkB,CAAC,QAAQ,
|
|
1
|
+
{"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../src/dialog/styled.tsx"],"names":[],"mappings":"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"}
|
package/esm/drawer/drawer.js
CHANGED
|
@@ -44,7 +44,7 @@ export var Drawer = function (_a) {
|
|
|
44
44
|
useEffect(function () {
|
|
45
45
|
setDrawerElementFocusability(open, drawerRef);
|
|
46
46
|
}, [open, drawerRef]);
|
|
47
|
-
return (React.createElement(BaseDialogFunction, { open: open, restoreFocusTo: restoreFocusTo, onDismiss: onDismiss, hideOverlay: hideOverlay, disableFocusTrap: disableFocusTrap, renderOverlay: function (handleOverlayClick) { return (React.createElement(Overlay, { open: open, onClick: handleOverlayClick, overrides: overlayOverrides })); } }, function (handleCloseButtonClick) { return (React.createElement(CSSTransition, { in: open, timeout: getTransitionDuration(drawerPath
|
|
47
|
+
return (React.createElement(BaseDialogFunction, { open: open, restoreFocusTo: restoreFocusTo, onDismiss: onDismiss, hideOverlay: hideOverlay, disableFocusTrap: disableFocusTrap, renderOverlay: function (handleOverlayClick) { return (React.createElement(Overlay, { open: open, onClick: handleOverlayClick, overrides: overlayOverrides })); } }, function (handleCloseButtonClick) { return (React.createElement(CSSTransition, { in: open, timeout: getTransitionDuration("".concat(drawerPath, ".panel.").concat(placement), '')({ theme: theme, overrides: overrides }), classNames: "nk-drawer", appear: true },
|
|
48
48
|
React.createElement(StyledDrawer, __assign({ "aria-hidden": !open, open: open, disableFocusTrap: disableFocusTrap, handleCloseButtonClick: handleCloseButtonClick, path: drawerPath, "data-testid": drawerPath, placement: placement, closePosition: closePosition, overrides: overrides, ref: drawerRef, inline: inline }, props), children))); }));
|
|
49
49
|
};
|
|
50
50
|
//# sourceMappingURL=drawer.js.map
|
package/esm/drawer/drawer.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"drawer.js","sourceRoot":"","sources":["../../../src/drawer/drawer.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,EAAC,MAAM,EAAE,SAAS,EAAC,MAAM,OAAO,CAAC;AAC/C,OAAO,EAAC,aAAa,EAAC,MAAM,wBAAwB,CAAC;AAErD,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AACtC,OAAO,EAAC,kBAAkB,EAAC,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAC,OAAO,EAAC,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAiB,QAAQ,EAAC,MAAM,UAAU,CAAC;AAClD,OAAO,EAAC,SAAS,EAAC,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAC,wBAAwB,EAAC,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAC,qBAAqB,EAAC,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAC,4BAA4B,EAAC,MAAM,SAAS,CAAC;AACrD,OAAO,EAAC,qBAAqB,EAAC,MAAM,kCAAkC,CAAC;AAEvE,MAAM,CAAC,IAAM,MAAM,GAA0B,UAAC,EAa7C;IAZC,IAAA,QAAQ,cAAA;IACR,0BAA0B;IAC1B,YAAY;IADZ,0BAA0B;IAC1B,IAAI,mBAAG,KAAK,KAAA,EACZ,SAAS,eAAA,EACT,iBAAkB,EAAlB,SAAS,mBAAG,MAAM,KAAA,EAClB,qBAAuD,EAAvD,aAAa,mBAAG,SAAS,KAAK,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,KAAA,EACvD,cAAc,oBAAA,EACd,SAAS,eAAA,EACT,WAAW,iBAAA,EACX,gBAAgB,sBAAA,EAChB,MAAM,YAAA,EACH,KAAK,cAZoC,2IAa7C,CADS;IAER,IAAM,KAAK,GAAG,QAAQ,EAAE,CAAC;IACzB,IAAM,SAAS,GAAG,MAAM,CAAiB,IAAI,CAAC,CAAC;IAC/C,IAAM,UAAU,GAAG,MAAM,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,QAAQ,CAAC;IAEtD,IAAM,gBAAgB,gBACjB,SAAS,CACV,qBAAqB,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,WAAW,CAAqB,CAAC,EACzE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC,OAAO,EAC3C,wBAAwB,CAAC,SAAS,IAAI,SAAS,CAAC,OAAO,CAAC,CACzD,CACF,CAAC;IAEF,SAAS,CAAC;QACR,4BAA4B,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;IAChD,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC;IAEtB,OAAO,CACL,oBAAC,kBAAkB,IACjB,IAAI,EAAE,IAAI,EACV,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,SAAS,EACpB,WAAW,EAAE,WAAW,EACxB,gBAAgB,EAAE,gBAAgB,EAClC,aAAa,EAAE,UAAA,kBAAkB,IAAI,OAAA,CACnC,oBAAC,OAAO,IACN,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,kBAAkB,EAC3B,SAAS,EAAE,gBAAgB,GAC3B,CACH,EANoC,CAMpC,IAEA,UAAA,sBAAsB,IAAI,OAAA,CACzB,oBAAC,aAAa,IACZ,EAAE,EAAE,IAAI,EACR,OAAO,EAAE,qBAAqB,
|
|
1
|
+
{"version":3,"file":"drawer.js","sourceRoot":"","sources":["../../../src/drawer/drawer.tsx"],"names":[],"mappings":"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"}
|
package/esm/drawer/styled.js
CHANGED
|
@@ -39,18 +39,18 @@ var getPlacementSize = function (_a) {
|
|
|
39
39
|
var sizeX = placement === 'left' || placement === 'right' ? 'width' : 'height';
|
|
40
40
|
var sizeY = placement === 'left' || placement === 'right' ? 'height' : 'width';
|
|
41
41
|
var sizeCap = sizeX.charAt(0).toUpperCase() + sizeX.slice(1);
|
|
42
|
-
var drawerPath = path
|
|
43
|
-
return css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n ", "\n ", "\n ", ": 100%;\n "], ["\n ", "\n ", "\n ", "\n ", ": 100%;\n "])), getResponsiveSize(sizeX, drawerPath, 'panel', 'size')(props), getResponsiveSize("max"
|
|
42
|
+
var drawerPath = "".concat(path, ".panel");
|
|
43
|
+
return css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n ", "\n ", "\n ", ": 100%;\n "], ["\n ", "\n ", "\n ", "\n ", ": 100%;\n "])), getResponsiveSize(sizeX, drawerPath, 'panel', 'size')(props), getResponsiveSize("max".concat(sizeCap), drawerPath, 'panel', 'maxSize')(props), getResponsiveSize("min".concat(sizeCap), drawerPath, 'panel', 'minSize')(props), sizeY);
|
|
44
44
|
};
|
|
45
45
|
export var StyledDrawer = styled(BaseDialogView)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n ", ";\n ", "\n\n ", ";\n\n ", ";\n"], ["\n ", ";\n ", "\n\n ", ";\n\n ", ";\n"])), function (_a) {
|
|
46
46
|
var placement = _a.placement;
|
|
47
47
|
return placementOptions[placement];
|
|
48
48
|
}, function (props) { return getPlacementSize(props); }, function (_a) {
|
|
49
49
|
var path = _a.path;
|
|
50
|
-
return getStylePreset(path
|
|
50
|
+
return getStylePreset("".concat(path, ".panel"), 'panel');
|
|
51
51
|
}, function (_a) {
|
|
52
52
|
var placement = _a.placement, path = _a.path, props = __rest(_a, ["placement", "path"]);
|
|
53
|
-
return placement && css(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", ";\n "], ["\n ", ";\n "])), getTransitionPreset(path
|
|
53
|
+
return placement && css(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", ";\n "], ["\n ", ";\n "])), getTransitionPreset("".concat(path, ".panel.").concat(placement), 'panel', 'nk-drawer')(props));
|
|
54
54
|
});
|
|
55
55
|
var templateObject_1, templateObject_2, templateObject_3;
|
|
56
56
|
//# sourceMappingURL=styled.js.map
|
package/esm/drawer/styled.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../src/drawer/styled.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,OAAO,EAAC,GAAG,EAAE,MAAM,EAAE,cAAc,EAAE,iBAAiB,EAAC,MAAM,gBAAgB,CAAC;AAC9E,OAAO,EAAC,cAAc,EAAC,MAAM,WAAW,CAAC;AAEzC,OAAO,EAAC,mBAAmB,EAAC,MAAM,kCAAkC,CAAC;AAKrE,IAAM,gBAAgB,GAAG;IACvB,IAAI,EAAE;QACJ,GAAG,EAAE,CAAC;QACN,IAAI,EAAE,CAAC;KACR;IACD,KAAK,EAAE;QACL,GAAG,EAAE,CAAC;QACN,KAAK,EAAE,CAAC;KACT;IACD,GAAG,EAAE;QACH,GAAG,EAAE,CAAC;QACN,IAAI,EAAE,CAAC;KACR;IACD,MAAM,EAAE;QACN,MAAM,EAAE,CAAC;QACT,IAAI,EAAE,CAAC;KACR;CACF,CAAC;AAEF,IAAM,gBAAgB,GAAG,UAAC,EAI8C;IAHtE,IAAA,SAAS,eAAA,EACT,IAAI,UAAA,EACD,KAAK,cAHgB,qBAIzB,CADS;IAER,IAAM,KAAK,GACT,SAAS,KAAK,MAAM,IAAI,SAAS,KAAK,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC;IACrE,IAAM,KAAK,GACT,SAAS,KAAK,MAAM,IAAI,SAAS,KAAK,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC;IACrE,IAAM,OAAO,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;IAC/D,IAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../src/drawer/styled.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,OAAO,EAAC,GAAG,EAAE,MAAM,EAAE,cAAc,EAAE,iBAAiB,EAAC,MAAM,gBAAgB,CAAC;AAC9E,OAAO,EAAC,cAAc,EAAC,MAAM,WAAW,CAAC;AAEzC,OAAO,EAAC,mBAAmB,EAAC,MAAM,kCAAkC,CAAC;AAKrE,IAAM,gBAAgB,GAAG;IACvB,IAAI,EAAE;QACJ,GAAG,EAAE,CAAC;QACN,IAAI,EAAE,CAAC;KACR;IACD,KAAK,EAAE;QACL,GAAG,EAAE,CAAC;QACN,KAAK,EAAE,CAAC;KACT;IACD,GAAG,EAAE;QACH,GAAG,EAAE,CAAC;QACN,IAAI,EAAE,CAAC;KACR;IACD,MAAM,EAAE;QACN,MAAM,EAAE,CAAC;QACT,IAAI,EAAE,CAAC;KACR;CACF,CAAC;AAEF,IAAM,gBAAgB,GAAG,UAAC,EAI8C;IAHtE,IAAA,SAAS,eAAA,EACT,IAAI,UAAA,EACD,KAAK,cAHgB,qBAIzB,CADS;IAER,IAAM,KAAK,GACT,SAAS,KAAK,MAAM,IAAI,SAAS,KAAK,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC;IACrE,IAAM,KAAK,GACT,SAAS,KAAK,MAAM,IAAI,SAAS,KAAK,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC;IACrE,IAAM,OAAO,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;IAC/D,IAAM,UAAU,GAAG,UAAG,IAAI,WAAQ,CAAC;IACnC,OAAO,GAAG,wHAAA,QACN,EAA4D,QAC5D,EAAyE,QACzE,EAAyE,QACzE,EAAK,aACR,KAJG,iBAAiB,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC,KAAK,CAAC,EAC5D,iBAAiB,CAAC,aAAM,OAAO,CAAE,EAAE,UAAU,EAAE,OAAO,EAAE,SAAS,CAAC,CAAC,KAAK,CAAC,EACzE,iBAAiB,CAAC,aAAM,OAAO,CAAE,EAAE,UAAU,EAAE,OAAO,EAAE,SAAS,CAAC,CAAC,KAAK,CAAC,EACzE,KAAK,EACP;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,IAAM,YAAY,GAAG,MAAM,CAAC,cAAc,CAAC,8GAEjD,MACG,EAA6C,OAC7C,EAAgC,QAEhC,EAAoD,SAEpD,EAQC,KACJ,KAdG,UAAC,EAAW;QAAV,SAAS,eAAA;IAAM,OAAA,gBAAgB,CAAC,SAAU,CAAC;AAA5B,CAA4B,EAC7C,UAAA,KAAK,IAAI,OAAA,gBAAgB,CAAC,KAAK,CAAC,EAAvB,CAAuB,EAEhC,UAAC,EAAM;QAAL,IAAI,UAAA;IAAM,OAAA,cAAc,CAAC,UAAG,IAAI,WAAQ,EAAE,OAAO,CAAC;AAAxC,CAAwC,EAEpD,UAAC,EAA2B;IAA1B,IAAA,SAAS,eAAA,EAAE,IAAI,UAAA,EAAK,KAAK,cAA1B,qBAA2B,CAAD;IAC3B,OAAA,SAAS,IACT,GAAG,wFAAA,UACC,EAIM,SACT,KALG,mBAAmB,CACnB,UAAG,IAAI,oBAAU,SAAS,CAAE,EAC5B,OAAO,EACP,WAAW,CACZ,CAAC,KAAK,CAAC,CACT,CAAA;CAAA,CACJ,CAAC"}
|
|
@@ -16,7 +16,7 @@ export var ExperimentationWeb = function (_a) {
|
|
|
16
16
|
var optimizelyWebConfig = props.optimizelyWebConfig;
|
|
17
17
|
return (React.createElement(RenderScripts, { scripts: [
|
|
18
18
|
{
|
|
19
|
-
content: "(function() {\n if (window.location === window.parent.location) {\n window.optimizely_feature_flag = true;\n window[\"optimizely_cdn\"] = \""
|
|
19
|
+
content: "(function() {\n if (window.location === window.parent.location) {\n window.optimizely_feature_flag = true;\n window[\"optimizely_cdn\"] = \"".concat(optimizelyWebConfig.scriptCdn, "\";\n\n window['optimizely'] = window['optimizely'] || [];\n if (document.cookie.indexOf('nuk-consent-personalisation=1') === -1) {\n window['optimizely'].push({\n type: 'disable',\n });\n }\n }\n })();"),
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
src: optimizelyWebConfig.scriptCdn,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"experimentation-web.js","sourceRoot":"","sources":["../../../src/experimentation-web/experimentation-web.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,aAAa,EAAC,MAAM,yBAAyB,CAAC;AAGtD,MAAM,CAAC,IAAM,kBAAkB,GAAsC,UAAC,EAGrE;IAFC,IAAA,WAAW,iBAAA,EACR,KAAK,cAF4D,eAGrE,CADS;IAED,IAAA,mBAAmB,GAAI,KAAK,oBAAT,CAAU;IAEpC,OAAO,CACL,oBAAC,aAAa,IACZ,OAAO,EAAE;YACP;gBACE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"experimentation-web.js","sourceRoot":"","sources":["../../../src/experimentation-web/experimentation-web.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,aAAa,EAAC,MAAM,yBAAyB,CAAC;AAGtD,MAAM,CAAC,IAAM,kBAAkB,GAAsC,UAAC,EAGrE;IAFC,IAAA,WAAW,iBAAA,EACR,KAAK,cAF4D,eAGrE,CADS;IAED,IAAA,mBAAmB,GAAI,KAAK,oBAAT,CAAU;IAEpC,OAAO,CACL,oBAAC,aAAa,IACZ,OAAO,EAAE;YACP;gBACE,OAAO,EAAE,2LAGyB,mBAAmB,CAAC,SAAS,yTASzD;aACP;YACD;gBACE,GAAG,EAAE,mBAAmB,CAAC,SAAS;aACnC;SACF,EACD,WAAW,EAAE,WAAW,GACxB,CACH,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-entry.d.ts","sourceRoot":"","sources":["../../../src/form/form-entry.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,OAAO,EAAC,cAAc,
|
|
1
|
+
{"version":3,"file":"form-entry.d.ts","sourceRoot":"","sources":["../../../src/form/form-entry.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,OAAO,EAAC,cAAc,EAAC,MAAM,qBAAqB,CAAC;AAEnD,eAAO,MAAM,SAAS,8BAA6B,cAAc,uEA0EhE,CAAC"}
|
package/esm/form/form-input.d.ts
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { LabelProps } from '../label';
|
|
3
|
+
import { AssistiveTextProps } from '../assistive-text';
|
|
4
|
+
import { CheckboxProps } from '../checkbox';
|
|
5
|
+
import { FormInputTextFieldProps, FormEntryProps, TextFieldSize } from '../text-field/types';
|
|
6
|
+
import { FormInputState } from './types';
|
|
7
|
+
import { SelectProps } from '../select';
|
|
3
8
|
export declare type FormInputProps = {
|
|
4
9
|
state?: FormInputState;
|
|
5
10
|
size?: TextFieldSize;
|
|
@@ -9,5 +14,15 @@ export declare type FormInputProps = {
|
|
|
9
14
|
export declare const FormInput: ({ name, rules, state: stateProp, size, children, id, }: FormInputProps) => JSX.Element;
|
|
10
15
|
export declare const FormInputLabel: ({ children, ...props }: LabelProps) => JSX.Element;
|
|
11
16
|
export declare const FormInputTextField: React.ForwardRefExoticComponent<FormInputTextFieldProps & React.RefAttributes<HTMLInputElement>>;
|
|
12
|
-
export declare const
|
|
17
|
+
export declare const FormInputSelect: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<HTMLInputElement>>;
|
|
18
|
+
export declare const FormInputAssistiveText: ({ children, validationIcon, overrides, ...props }: React.HTMLAttributes<HTMLParagraphElement> & Omit<import("../with-enhancers/types").WithEnhancersProps, "isFocused" | "componentDefaultsPath" | "enhancersType"> & {
|
|
19
|
+
overrides?: (import("./types").EnhancerOverrides & {
|
|
20
|
+
stylePreset?: import("..").MQ<string> | undefined;
|
|
21
|
+
typographyPreset?: import("..").MQ<string> | undefined;
|
|
22
|
+
minHeight?: import("..").MQ<string> | undefined;
|
|
23
|
+
}) | undefined;
|
|
24
|
+
} & {
|
|
25
|
+
validationIcon?: boolean | undefined;
|
|
26
|
+
}) => JSX.Element;
|
|
27
|
+
export declare const FormInputCheckbox: React.ForwardRefExoticComponent<CheckboxProps & React.RefAttributes<HTMLInputElement>>;
|
|
13
28
|
//# sourceMappingURL=form-input.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-input.d.ts","sourceRoot":"","sources":["../../../src/form/form-input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"form-input.d.ts","sourceRoot":"","sources":["../../../src/form/form-input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,EAAQ,UAAU,EAAC,MAAM,UAAU,CAAC;AAE3C,OAAO,EAAgB,kBAAkB,EAAC,MAAM,mBAAmB,CAAC;AAEpE,OAAO,EAAW,aAAa,EAAC,MAAM,aAAa,CAAC;AAIpD,OAAO,EACL,uBAAuB,EACvB,cAAc,EACd,aAAa,EACd,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAC,cAAc,EAAC,MAAM,SAAS,CAAC;AACvC,OAAO,EAAC,WAAW,EAAS,MAAM,WAAW,CAAC;AAgB9C,oBAAY,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,GAAG,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;AAIrC,eAAO,MAAM,SAAS,2DAOnB,cAAc,gBAkDhB,CAAC;AAEF,eAAO,MAAM,cAAc,2BAA0B,UAAU,gBAQ9D,CAAC;AAEF,eAAO,MAAM,kBAAkB,kGA4C7B,CAAC;AAEH,eAAO,MAAM,eAAe,sFAiC3B,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;iBA+BlC,CAAC;AAEF,eAAO,MAAM,iBAAiB,wFA4B5B,CAAC"}
|
package/esm/form/form-input.js
CHANGED
|
@@ -22,29 +22,31 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
22
22
|
};
|
|
23
23
|
import React, { useContext } from 'react';
|
|
24
24
|
import composeRefs from '@seznam/compose-react-refs';
|
|
25
|
-
import { Label } from '../
|
|
25
|
+
import { Label } from '../label';
|
|
26
26
|
import { TextField } from '../text-field/text-field';
|
|
27
|
-
import { AssistiveText } from '../
|
|
27
|
+
import { AssistiveText } from '../assistive-text';
|
|
28
28
|
import { composeEventHandlers, getStatusIcon } from './utils';
|
|
29
|
+
import { Checkbox } from '../checkbox';
|
|
29
30
|
import { useReactKeys } from '../utils/hooks';
|
|
30
31
|
import { getToken } from '../utils/get-token';
|
|
31
32
|
import { useTheme } from '../theme';
|
|
32
|
-
import { TextFieldSize, } from '../text-field/types';
|
|
33
33
|
import { FormEntry } from './form-entry';
|
|
34
34
|
import { Block } from '../block';
|
|
35
|
+
import { Select } from '../select';
|
|
35
36
|
var FormInputContext = React.createContext({});
|
|
36
37
|
var useFormFieldContext = function () { return useContext(FormInputContext); };
|
|
37
38
|
export var FormInput = function (_a) {
|
|
38
|
-
var name = _a.name, rules = _a.rules, stateProp = _a.state, _b = _a.size, size = _b === void 0 ?
|
|
39
|
+
var name = _a.name, rules = _a.rules, stateProp = _a.state, _b = _a.size, size = _b === void 0 ? 'medium' : _b, children = _a.children, id = _a.id;
|
|
39
40
|
var autoGeneratedId = useReactKeys(1)[0];
|
|
40
41
|
var currentID = id || autoGeneratedId;
|
|
41
42
|
var theme = useTheme();
|
|
42
|
-
var validationIconSize = getToken({ theme: theme, overrides: {} }, "textField."
|
|
43
|
+
var validationIconSize = getToken({ theme: theme, overrides: {} }, "textField.".concat(size, ".endEnhancer"), 'endEnhancer', 'iconSize');
|
|
43
44
|
return (React.createElement(FormEntry, { name: name, rules: rules }, function (_a) {
|
|
44
45
|
var ref = _a.ref, stateContext = _a.state, onChange = _a.onChange, onBlur = _a.onBlur, error = _a.error;
|
|
45
46
|
var state = stateProp || stateContext;
|
|
46
|
-
var assistiveTextId = (state === 'invalid' && currentID
|
|
47
|
-
currentID
|
|
47
|
+
var assistiveTextId = (state === 'invalid' && "".concat(currentID, "-error-text")) ||
|
|
48
|
+
"".concat(currentID, "-assistive-text");
|
|
49
|
+
var labelId = "".concat(currentID, "-label");
|
|
48
50
|
var statusIcon = getStatusIcon({
|
|
49
51
|
state: state,
|
|
50
52
|
iconSize: validationIconSize,
|
|
@@ -59,6 +61,7 @@ export var FormInput = function (_a) {
|
|
|
59
61
|
ref: ref,
|
|
60
62
|
id: currentID,
|
|
61
63
|
assistiveTextId: assistiveTextId,
|
|
64
|
+
labelId: labelId,
|
|
62
65
|
statusIcon: statusIcon,
|
|
63
66
|
};
|
|
64
67
|
return (React.createElement(FormInputContext.Provider, { value: value }, children));
|
|
@@ -66,8 +69,8 @@ export var FormInput = function (_a) {
|
|
|
66
69
|
};
|
|
67
70
|
export var FormInputLabel = function (_a) {
|
|
68
71
|
var children = _a.children, props = __rest(_a, ["children"]);
|
|
69
|
-
var _b = useFormFieldContext(), size = _b.size, state = _b.state, id = _b.id;
|
|
70
|
-
return (React.createElement(Label, __assign({ size: size, state: state, htmlFor: id }, props), children));
|
|
72
|
+
var _b = useFormFieldContext(), size = _b.size, state = _b.state, id = _b.id, labelId = _b.labelId;
|
|
73
|
+
return (React.createElement(Label, __assign({ id: labelId, size: size, state: state, htmlFor: id }, props), children));
|
|
71
74
|
};
|
|
72
75
|
export var FormInputTextField = React.forwardRef(function (_a, inputRef) {
|
|
73
76
|
var children = _a.children, onChange = _a.onChange, onBlur = _a.onBlur, endEnhancer = _a.endEnhancer, props = __rest(_a, ["children", "onChange", "onBlur", "endEnhancer"]);
|
|
@@ -89,9 +92,22 @@ export var FormInputTextField = React.forwardRef(function (_a, inputRef) {
|
|
|
89
92
|
}
|
|
90
93
|
return (React.createElement(TextField, __assign({ name: name, state: state, size: size, onChange: composeEventHandlers([onChange, onChangeContext]), onBlur: composeEventHandlers([onBlur, onBlurContext]), ref: composeRefs(ref, inputRef), endEnhancer: getEndEnhancer(), id: id, "aria-describedby": assistiveTextId }, props)));
|
|
91
94
|
});
|
|
95
|
+
export var FormInputSelect = React.forwardRef(function (_a, inputRef) {
|
|
96
|
+
var children = _a.children, onChange = _a.onChange, onBlur = _a.onBlur, props = __rest(_a, ["children", "onChange", "onBlur"]);
|
|
97
|
+
var _b = useFormFieldContext(), size = _b.size, name = _b.name, state = _b.state, onChangeContext = _b.onChange, onBlurContext = _b.onBlur, ref = _b.ref, id = _b.id, assistiveTextId = _b.assistiveTextId, labelId = _b.labelId, statusIcon = _b.statusIcon;
|
|
98
|
+
return (React.createElement(Select, __assign({ name: name, state: state, size: size, "aria-labelledby": "".concat(labelId, " ").concat(id), validationIcon: statusIcon, onChange: composeEventHandlers([onChange, onChangeContext]), onBlur: composeEventHandlers([onBlur, onBlurContext]), ref: composeRefs(ref, inputRef), id: id, "aria-describedby": assistiveTextId }, props), children));
|
|
99
|
+
});
|
|
92
100
|
export var FormInputAssistiveText = function (_a) {
|
|
93
|
-
var children = _a.children, props = __rest(_a, ["children"]);
|
|
94
|
-
var
|
|
95
|
-
|
|
101
|
+
var children = _a.children, _b = _a.validationIcon, validationIcon = _b === void 0 ? false : _b, overrides = _a.overrides, props = __rest(_a, ["children", "validationIcon", "overrides"]);
|
|
102
|
+
var _c = useFormFieldContext(), size = _c.size, state = _c.state, error = _c.error, assistiveTextId = _c.assistiveTextId;
|
|
103
|
+
var theme = useTheme();
|
|
104
|
+
var validationIconSize = getToken({ theme: theme, overrides: {} }, "assistiveText.".concat(size, ".startEnhancer"), 'startEnhancer', 'iconSize');
|
|
105
|
+
var statusIcon = getStatusIcon({ state: state, iconSize: validationIconSize });
|
|
106
|
+
return (React.createElement(AssistiveText, __assign({ size: size, state: state, id: assistiveTextId, startEnhancer: validationIcon ? statusIcon : undefined, overrides: overrides }, props), error || children));
|
|
96
107
|
};
|
|
108
|
+
export var FormInputCheckbox = React.forwardRef(function (_a, inputRef) {
|
|
109
|
+
var children = _a.children, onChange = _a.onChange, onBlur = _a.onBlur, props = __rest(_a, ["children", "onChange", "onBlur"]);
|
|
110
|
+
var _b = useFormFieldContext(), size = _b.size, name = _b.name, state = _b.state, onChangeContext = _b.onChange, onBlurContext = _b.onBlur, ref = _b.ref, id = _b.id, assistiveTextId = _b.assistiveTextId;
|
|
111
|
+
return (React.createElement(Checkbox, __assign({ name: name, state: state, size: size, onChange: composeEventHandlers([onChange, onChangeContext]), onBlur: composeEventHandlers([onBlur, onBlurContext]), ref: composeRefs(ref, inputRef), id: id, "aria-describedby": assistiveTextId }, props)));
|
|
112
|
+
});
|
|
97
113
|
//# sourceMappingURL=form-input.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-input.js","sourceRoot":"","sources":["../../../src/form/form-input.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,EAAC,UAAU,EAAC,MAAM,OAAO,CAAC;AACxC,OAAO,WAAW,MAAM,4BAA4B,CAAC;AACrD,OAAO,EAAC,KAAK,
|
|
1
|
+
{"version":3,"file":"form-input.js","sourceRoot":"","sources":["../../../src/form/form-input.tsx"],"names":[],"mappings":"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"}
|
package/esm/form/types.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Resolver, SubmitErrorHandler, SubmitHandler, UseFormReturn } from 'react-hook-form';
|
|
3
|
+
import { MQ } from '../utils/style';
|
|
3
4
|
export interface FormError extends Object {
|
|
4
5
|
type: string;
|
|
5
6
|
types: string;
|
|
@@ -29,4 +30,24 @@ export interface FormRef {
|
|
|
29
30
|
export declare type FieldsHadErrorObject = Record<string, {
|
|
30
31
|
hadError: boolean;
|
|
31
32
|
}>;
|
|
33
|
+
export declare type FormInputState = 'disabled' | 'valid' | 'invalid' | undefined;
|
|
34
|
+
export declare type CommonInputProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size'> & {
|
|
35
|
+
size?: 'small' | 'medium' | 'large';
|
|
36
|
+
state?: FormInputState;
|
|
37
|
+
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
|
38
|
+
onFocus?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
|
39
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
40
|
+
startEnhancer?: React.ReactNode;
|
|
41
|
+
endEnhancer?: React.ReactNode;
|
|
42
|
+
};
|
|
43
|
+
export declare type EnhancerOverrides = {
|
|
44
|
+
startEnhancer?: {
|
|
45
|
+
spaceInline?: MQ<string>;
|
|
46
|
+
iconSize?: MQ<string>;
|
|
47
|
+
};
|
|
48
|
+
endEnhancer?: {
|
|
49
|
+
spaceInline?: MQ<string>;
|
|
50
|
+
iconSize?: MQ<string>;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
32
53
|
//# sourceMappingURL=types.d.ts.map
|
package/esm/form/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/form/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,QAAQ,EACR,kBAAkB,EAClB,aAAa,EACb,aAAa,EACd,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/form/types.ts"],"names":[],"mappings":"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"}
|
package/esm/form/utils.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { FormProps } from './types';
|
|
3
|
-
import { FormInputState } from '../text-field/types';
|
|
2
|
+
import { FormProps, FormInputState } from './types';
|
|
4
3
|
export declare const composeEventHandlers: (listeners?: any[]) => (event: any) => void;
|
|
5
4
|
export declare const getStatusIcon: ({ state, validIcon, invalidIcon, iconSize, }: {
|
|
6
5
|
state?: FormInputState;
|
|
@@ -55,18 +54,18 @@ export declare const excludeReactHookFormProps: (props: FormProps) => {
|
|
|
55
54
|
results?: number | undefined;
|
|
56
55
|
security?: string | undefined;
|
|
57
56
|
unselectable?: "on" | "off" | undefined;
|
|
58
|
-
inputMode?: "search" | "numeric" | "none" | "
|
|
57
|
+
inputMode?: "search" | "numeric" | "none" | "url" | "text" | "decimal" | "tel" | "email" | undefined;
|
|
59
58
|
is?: string | undefined;
|
|
60
59
|
'aria-activedescendant'?: string | undefined;
|
|
61
60
|
'aria-atomic'?: (boolean | "false" | "true") | undefined;
|
|
62
|
-
'aria-autocomplete'?: "
|
|
61
|
+
'aria-autocomplete'?: "inline" | "both" | "none" | "list" | undefined;
|
|
63
62
|
'aria-busy'?: (boolean | "false" | "true") | undefined;
|
|
64
63
|
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
|
|
65
64
|
'aria-colcount'?: number | undefined;
|
|
66
65
|
'aria-colindex'?: number | undefined;
|
|
67
66
|
'aria-colspan'?: number | undefined;
|
|
68
67
|
'aria-controls'?: string | undefined;
|
|
69
|
-
'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "
|
|
68
|
+
'aria-current'?: boolean | "location" | "time" | "page" | "false" | "true" | "step" | "date" | undefined;
|
|
70
69
|
'aria-describedby'?: string | undefined;
|
|
71
70
|
'aria-details'?: string | undefined;
|
|
72
71
|
'aria-disabled'?: (boolean | "false" | "true") | undefined;
|
|
@@ -75,7 +74,7 @@ export declare const excludeReactHookFormProps: (props: FormProps) => {
|
|
|
75
74
|
'aria-expanded'?: (boolean | "false" | "true") | undefined;
|
|
76
75
|
'aria-flowto'?: string | undefined;
|
|
77
76
|
'aria-grabbed'?: (boolean | "false" | "true") | undefined;
|
|
78
|
-
'aria-haspopup'?: boolean | "
|
|
77
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
79
78
|
'aria-hidden'?: (boolean | "false" | "true") | undefined;
|
|
80
79
|
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
81
80
|
'aria-keyshortcuts'?: string | undefined;
|
package/esm/form/utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/form/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/form/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,SAAS,EAAE,cAAc,EAAC,MAAM,SAAS,CAAC;AAIlD,eAAO,MAAM,oBAAoB,eAAe,GAAG,EAAE,aAAkB,GAAG,SAMzE,CAAC;AAEF,eAAO,MAAM,aAAa;YAMhB,cAAc;gBACV,MAAM,SAAS;kBACb,MAAM,SAAS;cACnB,MAAM;MACd,MAAM,SA6BT,CAAC;AAEF,eAAO,MAAM,yBAAyB,UAAW,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUzD,CAAC"}
|
package/esm/form/utils.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/form/utils.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,qBAAqB,EAAE,eAAe,EAAC,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/form/utils.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,qBAAqB,EAAE,eAAe,EAAC,MAAM,UAAU,CAAC;AAEhE,8DAA8D;AAC9D,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAC,SAAqB;IAArB,0BAAA,EAAA,cAAqB;IAAK,OAAA,UAAC,KAAU;QACxE,SAAS,CAAC,OAAO,CAAC,UAAA,QAAQ;YACxB,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE;gBAClC,QAAQ,CAAC,KAAK,CAAC,CAAC;aACjB;QACH,CAAC,CAAC,CAAC;IACL,CAAC;AAN8D,CAM9D,CAAC;AAEF,MAAM,CAAC,IAAM,aAAa,GAAG,UAAC,EAU7B;QATC,KAAK,WAAA,EACL,SAAS,eAAA,EACT,WAAW,iBAAA,EACX,QAAQ,cAAA;IAOR,IAAI,KAAK,KAAK,SAAS,EAAE;QACvB,OAAO,CACL,WAAW,IAAI,CACb,oBAAC,eAAe,mBACF,YAAY,EACxB,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,cAAc;aAC5B,GACD,CACH,CACF,CAAC;KACH;IACD,IAAI,KAAK,KAAK,OAAO,EAAE;QACrB,OAAO,CACL,SAAS,IAAI,CACX,oBAAC,qBAAqB,mBACR,WAAW,EACvB,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,cAAc;aAC5B,GACD,CACH,CACF,CAAC;KACH;IAED,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAG,UAAC,KAAgB;IAEtD,IAAA,QAAQ,GAKN,KAAK,SALC,EACR,aAAa,GAIX,KAAK,cAJM,EACb,gBAAgB,GAGd,KAAK,iBAHS,EAChB,cAAc,GAEZ,KAAK,eAFO,EACX,IAAI,UACL,KAAK,EANH,mEAML,CADQ,CACC;IAEV,OAAO,IAAI,CAAC;AACd,CAAC,CAAC"}
|
package/esm/grid/cell.js
CHANGED
|
@@ -55,7 +55,7 @@ var generateBreakpointConfig = function (props) {
|
|
|
55
55
|
// Generate the CSS for each breakpoint
|
|
56
56
|
var cssObjects = breakpointKeys.reduce(function (acc, breakpoint) {
|
|
57
57
|
var cellCss = {};
|
|
58
|
-
if (props[breakpoint
|
|
58
|
+
if (props["".concat(breakpoint, "Hidden")]) {
|
|
59
59
|
cellCss.display = 'none';
|
|
60
60
|
}
|
|
61
61
|
else {
|
|
@@ -67,16 +67,16 @@ var generateBreakpointConfig = function (props) {
|
|
|
67
67
|
// Common CSS
|
|
68
68
|
cellCss.display = 'block';
|
|
69
69
|
cellCss.order =
|
|
70
|
-
props[breakpoint
|
|
71
|
-
cellCss.padding = halfColumnGutter ? "0 "
|
|
72
|
-
cellCss.marginTop = rowGutter ? rowGutter
|
|
70
|
+
props["".concat(breakpoint, "Order")] || undefined;
|
|
71
|
+
cellCss.padding = halfColumnGutter ? "0 ".concat(halfColumnGutter, "px") : 0;
|
|
72
|
+
cellCss.marginTop = rowGutter ? "".concat(rowGutter, "px") : 0;
|
|
73
73
|
// Specific CSS to either numeric span or full-width
|
|
74
74
|
if (colSpan === 'full-width') {
|
|
75
75
|
// Full width (12 span and breaks out of margin) Cell
|
|
76
76
|
var margin = getOverridableProp(OverrideProp.Margin, breakpoint, props);
|
|
77
|
-
cellCss.flexBasis = "calc(100% + "
|
|
78
|
-
cellCss.maxWidth = "calc(100% + "
|
|
79
|
-
cellCss.marginLeft = margin ? "-"
|
|
77
|
+
cellCss.flexBasis = "calc(100% + ".concat(margin * 2, "px)");
|
|
78
|
+
cellCss.maxWidth = "calc(100% + ".concat(margin * 2, "px)");
|
|
79
|
+
cellCss.marginLeft = margin ? "-".concat(margin, "px") : 0;
|
|
80
80
|
}
|
|
81
81
|
else {
|
|
82
82
|
// Standard 1-12 column spanning Cell
|
|
@@ -84,9 +84,9 @@ var generateBreakpointConfig = function (props) {
|
|
|
84
84
|
var width = +colSpan * colWidth;
|
|
85
85
|
var offsetColumnGutter = colOffset * colWidth;
|
|
86
86
|
cellCss.marginLeft =
|
|
87
|
-
offsetColumnGutter > 0 ? offsetColumnGutter
|
|
88
|
-
cellCss.flexBasis = width
|
|
89
|
-
cellCss.maxWidth = width
|
|
87
|
+
offsetColumnGutter > 0 ? "".concat(offsetColumnGutter, "%;") : 0;
|
|
88
|
+
cellCss.flexBasis = "".concat(width, "%");
|
|
89
|
+
cellCss.maxWidth = "".concat(width, "%");
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
acc[breakpoint] = cellCss;
|
package/esm/grid/cell.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cell.js","sourceRoot":"","sources":["../../../src/grid/cell.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,EAAC,UAAU,EAAC,MAAM,OAAO,CAAC;AACxC,OAAO,EAAC,MAAM,EAAE,GAAG,EAAY,MAAM,gBAAgB,CAAC;AACtD,OAAO,EAAC,sBAAsB,EAAC,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAC,WAAW,EAAC,MAAM,WAAW,CAAC;AAEtC,OAAO,EACL,cAAc,EACd,iBAAiB,EACjB,kBAAkB,EAClB,YAAY,EACZ,qBAAqB,GACtB,MAAM,SAAS,CAAC;AAIjB,IAAM,QAAQ,GAAG,UACf,GAAsC,EACtC,UAA0B,EAC1B,CAAS;IAET,IAAM,OAAO,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;IAChC,0DAA0D;IAC1D,IAAI,UAAU,KAAK,IAAI,EAAE;QACvB,IAAI,OAAO,CAAC,OAAO,KAAK,OAAO,EAAE;YAC/B,OAAO,OAAO,CAAC,OAAO,CAAC;SACxB;QACD,CAAC,SAAS,EAAE,WAAW,EAAE,YAAY,CAAC,CAAC,OAAO,CAAC,UAAA,CAAC;YAC9C,IAAI,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE;gBACpB,OAAO,OAAO,CAAC,CAAC,CAAC,CAAC;aACnB;QACH,CAAC,CAAC,CAAC;QACH,OAAO,GAAG,CAAC;KACZ;IAED,yDAAyD;IACzD,kGAAkG;IAClG,IAAM,WAAW,GAAG,GAAG,CAAC,qBAAqB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IACtD;QACE,SAAS;QACT,OAAO;QACP,SAAS;QACT,WAAW;QACX,UAAU;QACV,WAAW;QACX,YAAY;KACb,CAAC,OAAO,CAAC,UAAA,CAAC;QACT,IAAI,OAAO,CAAC,CAAC,CAAC,KAAK,WAAW,CAAC,CAAC,CAAC,EAAE;YACjC,OAAO,OAAO,CAAC,CAAC,CAAC,CAAC;SACnB;IACH,CAAC,CAAC,CAAC;IAEH,OAAO,GAAG,CAAC;AACb,CAAC,CAAC;AAEF,IAAM,wBAAwB,GAAG,UAAC,KAAwC;IACjE,IAAA,KAAK,GAAI,KAAK,MAAT,CAAU;IACtB,uCAAuC;IACvC,IAAM,UAAU,GAAG,cAAc,CAAC,MAAM,CAAC,UAAC,GAAG,EAAE,UAAU;QACvD,IAAM,OAAO,GAAc,EAAE,CAAC;QAC9B,IAAI,KAAK,
|
|
1
|
+
{"version":3,"file":"cell.js","sourceRoot":"","sources":["../../../src/grid/cell.tsx"],"names":[],"mappings":"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"}
|
package/esm/grid/utils.js
CHANGED
|
@@ -9,10 +9,14 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
9
9
|
}
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
13
|
-
for (var i = 0,
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
13
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
14
|
+
if (ar || !(i in from)) {
|
|
15
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
16
|
+
ar[i] = from[i];
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
16
20
|
};
|
|
17
21
|
var _a;
|
|
18
22
|
export var OverrideProp;
|
|
@@ -39,14 +43,14 @@ export var breakpointKeys = [
|
|
|
39
43
|
'lg',
|
|
40
44
|
'xl',
|
|
41
45
|
];
|
|
42
|
-
export var reverseBreakpointKeys = __spreadArray([], breakpointKeys).reverse();
|
|
46
|
+
export var reverseBreakpointKeys = __spreadArray([], breakpointKeys, true).reverse();
|
|
43
47
|
export var getInheritedValue = function (prop, breakpoint, _a) {
|
|
44
48
|
var theme = _a.theme, props = __rest(_a, ["theme"]);
|
|
45
49
|
return breakpointKeys
|
|
46
50
|
.slice(0, breakpointKeys.indexOf(breakpoint) + 1)
|
|
47
51
|
.reverse()
|
|
48
52
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
49
|
-
.map(function (bkp) { return props[""
|
|
53
|
+
.map(function (bkp) { return props["".concat(bkp).concat(prop)]; })
|
|
50
54
|
.find(function (value) { return typeof value !== 'undefined'; });
|
|
51
55
|
};
|
|
52
56
|
export var getOverridableProp = function (prop, breakpoint, props) {
|
package/esm/grid/utils.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/grid/utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/grid/utils.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAIA,MAAM,CAAN,IAAY,YAMX;AAND,WAAY,YAAY;IACtB,iCAAiB,CAAA;IACjB,6CAA6B,CAAA;IAC7B,uCAAuB,CAAA;IACvB,iCAAiB,CAAA;IACjB,yBAAS,CAAA;AACX,CAAC,EANW,YAAY,KAAZ,YAAY,QAMvB;AAED,IAAM,YAAY;IAChB,GAAC,YAAY,CAAC,MAAM,IAAG,iBAAiB;IACxC,GAAC,YAAY,CAAC,YAAY,IAAG,eAAe;IAC5C,GAAC,YAAY,CAAC,SAAS,IAAG,YAAY;IACtC,wDAAwD;IACxD,GAAC,YAAY,CAAC,MAAM,IAAG,EAAE;IACzB,GAAC,YAAY,CAAC,IAAI,IAAG,EAAE;OACxB,CAAC;AAEF,gEAAgE;AAChE,MAAM,CAAC,IAAM,cAAc,GAAG;IAC5B,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,IAAI;CACe,CAAC;AACtB,MAAM,CAAC,IAAM,qBAAqB,GAAG,kBAAI,cAAc,QAAE,OAAO,EAAE,CAAC;AAEnE,MAAM,CAAC,IAAM,iBAAiB,GAAG,UAC/B,IAAkB,EAClB,UAA0B,EAC1B,EAAsD;IAArD,IAAA,KAAK,WAAA,EAAK,KAAK,cAAhB,SAAiB,CAAD;IAEhB,OAAA,cAAc;SACX,KAAK,CAAC,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;SAChD,OAAO,EAAE;QACV,8DAA8D;SAC7D,GAAG,CAAC,UAAA,GAAG,IAAI,OAAC,KAAa,CAAC,UAAG,GAAG,SAAG,IAAI,CAAE,CAAW,EAAzC,CAAyC,CAAC;SACrD,IAAI,CAAC,UAAA,KAAK,IAAI,OAAA,OAAO,KAAK,KAAK,WAAW,EAA5B,CAA4B,CAAC,CAAA;CAAA,CAAC;AAEjD,MAAM,CAAC,IAAM,kBAAkB,GAAG,UAChC,IAAkB,EAClB,UAA0B,EAC1B,KAAgB;IAEhB,IAAM,cAAc,GAAG,iBAAiB,CAAC,IAAI,EAAE,UAAU,EAAE,KAAK,CAAC,CAAC;IAClE,IAAM,QAAQ,GAAG,YAAY,CAAC,IAAI,CAAC,CAAC;IAC7B,IAAA,KAAK,GAAI,KAAK,MAAT,CAAU;IAEtB,IAAM,YAAY,GAAG,KAAK,CAAC,iBAAiB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,UAAU,CAAC,CAAC;IAExE,IAAM,UAAU,GACd,CAAC,cAAc,IAAI,KAAK,CAAC,YAAY,CAAC,cAAc,CAAC,CAAC;QACtD,KAAK,CAAC,YAAY,CAAC,YAAY,CAAC,CAAC;IAEnC,OAAO,QAAQ,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;AAClC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"visibility.d.ts","sourceRoot":"","sources":["../../../src/grid/visibility.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"visibility.d.ts","sourceRoot":"","sources":["../../../src/grid/visibility.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,eAAe,EAAC,MAAM,SAAS,CAAC;AAExC,OAAO,EAAiB,OAAO,EAAC,MAAM,UAAU,CAAC;AAKjD,UAAU,WAAW;IACnB,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,aAAa,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;CAChC;AAMD,MAAM,WAAW,eAAgB,SAAQ,WAAW;IAClD,OAAO,CAAC,EAAE,eAAe,CAAC;CAC3B;AA0BD,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAE7C,CAAC;AAaF,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAE5C,CAAC"}
|
package/esm/grid/visibility.js
CHANGED
|
@@ -24,6 +24,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
24
24
|
}
|
|
25
25
|
return t;
|
|
26
26
|
};
|
|
27
|
+
/* eslint-disable import/no-extraneous-dependencies */
|
|
27
28
|
import React from 'react';
|
|
28
29
|
import { styled, css } from '../utils/style';
|
|
29
30
|
import { getMediaQueryFromTheme } from '../utils/responsive-helpers';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"visibility.js","sourceRoot":"","sources":["../../../src/grid/visibility.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,MAAM,EAAE,GAAG,EAAC,MAAM,gBAAgB,CAAC;AAE3C,OAAO,EAAC,sBAAsB,EAAC,MAAM,6BAA6B,CAAC;AAEnE,OAAO,EAAC,uBAAuB,EAAC,MAAM,yBAAyB,CAAC;AAmBhE,IAAM,wBAAwB,GAAG,UAC/B,aAAsB,EACtB,UAA0B,IACvB,OAAA,UAAC,EAAyD;IAAxD,IAAA,gBAAkB,EAAlB,QAAQ,mBAAG,OAAO,KAAA,EAAK,KAAK,cAA7B,YAA8B,CAAD;IACjC,IAAM,MAAM,GAAG,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC;IACjD,IAAM,OAAO,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC;IAClD,OAAO,GAAG,kHAAA,QACN,EAAyC,qBAC9B,EAAoC,cAElD,KAHG,sBAAsB,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,EAC9B,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,EAEjD;AACJ,CAAC,EARI,CAQJ,CAAC;AAEF,IAAM,aAAa,GAAG,MAAM,CAAC,GAAG,6HAAe,MAC3C,EAAoC,OACpC,EAAoC,OACpC,EAAoC,OACpC,EAAoC,OACpC,EAAoC,OACpC,EAE4D,KAC/D,KARG,wBAAwB,CAAC,IAAI,EAAE,IAAI,CAAC,EACpC,wBAAwB,CAAC,IAAI,EAAE,IAAI,CAAC,EACpC,wBAAwB,CAAC,IAAI,EAAE,IAAI,CAAC,EACpC,wBAAwB,CAAC,IAAI,EAAE,IAAI,CAAC,EACpC,wBAAwB,CAAC,IAAI,EAAE,IAAI,CAAC,EACpC,UAAC,EAAe;QAAd,aAAa,mBAAA;IACf,OAAA,aAAa;QACb,uBAAuB,CAAC,aAAa,EAAE,EAAC,OAAO,EAAE,OAAO,EAAC,CAAC,EAAE;AAD5D,CAC4D,CAC/D,CAAC;AAEF,MAAM,CAAC,IAAM,OAAO,GAA8B,UAAC,EAAmB;IAAlB,IAAA,OAAO,aAAA,EAAK,KAAK,cAAlB,WAAmB,CAAD;IAAM,OAAA,CACzE,oBAAC,aAAa,eAAK,KAAK,gBAAY,OAAO,IAAI,CAChD,CAAA;CAAA,CAAC;AAEF,IAAM,YAAY,GAAG,MAAM,CAAC,GAAG,6HAAe,MAC1C,EAAqC,OACrC,EAAqC,OACrC,EAAqC,OACrC,EAAqC,OACrC,EAAqC,OACrC,EAE2D,KAC9D,KARG,wBAAwB,CAAC,KAAK,EAAE,IAAI,CAAC,EACrC,wBAAwB,CAAC,KAAK,EAAE,IAAI,CAAC,EACrC,wBAAwB,CAAC,KAAK,EAAE,IAAI,CAAC,EACrC,wBAAwB,CAAC,KAAK,EAAE,IAAI,CAAC,EACrC,wBAAwB,CAAC,KAAK,EAAE,IAAI,CAAC,EACrC,UAAC,EAAe;QAAd,aAAa,mBAAA;IACf,OAAA,aAAa;QACb,uBAAuB,CAAC,aAAa,EAAE,EAAC,OAAO,EAAE,MAAM,EAAC,CAAC,EAAE;AAD3D,CAC2D,CAC9D,CAAC;AAEF,MAAM,CAAC,IAAM,MAAM,GAA8B,UAAC,EAAmB;IAAlB,IAAA,OAAO,aAAA,EAAK,KAAK,cAAlB,WAAmB,CAAD;IAAM,OAAA,CACxE,oBAAC,YAAY,eAAK,KAAK,gBAAY,OAAO,IAAI,CAC/C,CAAA;CAAA,CAAC"}
|
|
1
|
+
{"version":3,"file":"visibility.js","sourceRoot":"","sources":["../../../src/grid/visibility.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sDAAsD;AACtD,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,MAAM,EAAE,GAAG,EAAC,MAAM,gBAAgB,CAAC;AAE3C,OAAO,EAAC,sBAAsB,EAAC,MAAM,6BAA6B,CAAC;AAEnE,OAAO,EAAC,uBAAuB,EAAC,MAAM,yBAAyB,CAAC;AAmBhE,IAAM,wBAAwB,GAAG,UAC/B,aAAsB,EACtB,UAA0B,IACvB,OAAA,UAAC,EAAyD;IAAxD,IAAA,gBAAkB,EAAlB,QAAQ,mBAAG,OAAO,KAAA,EAAK,KAAK,cAA7B,YAA8B,CAAD;IACjC,IAAM,MAAM,GAAG,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC;IACjD,IAAM,OAAO,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC;IAClD,OAAO,GAAG,kHAAA,QACN,EAAyC,qBAC9B,EAAoC,cAElD,KAHG,sBAAsB,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,EAC9B,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,EAEjD;AACJ,CAAC,EARI,CAQJ,CAAC;AAEF,IAAM,aAAa,GAAG,MAAM,CAAC,GAAG,6HAAe,MAC3C,EAAoC,OACpC,EAAoC,OACpC,EAAoC,OACpC,EAAoC,OACpC,EAAoC,OACpC,EAE4D,KAC/D,KARG,wBAAwB,CAAC,IAAI,EAAE,IAAI,CAAC,EACpC,wBAAwB,CAAC,IAAI,EAAE,IAAI,CAAC,EACpC,wBAAwB,CAAC,IAAI,EAAE,IAAI,CAAC,EACpC,wBAAwB,CAAC,IAAI,EAAE,IAAI,CAAC,EACpC,wBAAwB,CAAC,IAAI,EAAE,IAAI,CAAC,EACpC,UAAC,EAAe;QAAd,aAAa,mBAAA;IACf,OAAA,aAAa;QACb,uBAAuB,CAAC,aAAa,EAAE,EAAC,OAAO,EAAE,OAAO,EAAC,CAAC,EAAE;AAD5D,CAC4D,CAC/D,CAAC;AAEF,MAAM,CAAC,IAAM,OAAO,GAA8B,UAAC,EAAmB;IAAlB,IAAA,OAAO,aAAA,EAAK,KAAK,cAAlB,WAAmB,CAAD;IAAM,OAAA,CACzE,oBAAC,aAAa,eAAK,KAAK,gBAAY,OAAO,IAAI,CAChD,CAAA;CAAA,CAAC;AAEF,IAAM,YAAY,GAAG,MAAM,CAAC,GAAG,6HAAe,MAC1C,EAAqC,OACrC,EAAqC,OACrC,EAAqC,OACrC,EAAqC,OACrC,EAAqC,OACrC,EAE2D,KAC9D,KARG,wBAAwB,CAAC,KAAK,EAAE,IAAI,CAAC,EACrC,wBAAwB,CAAC,KAAK,EAAE,IAAI,CAAC,EACrC,wBAAwB,CAAC,KAAK,EAAE,IAAI,CAAC,EACrC,wBAAwB,CAAC,KAAK,EAAE,IAAI,CAAC,EACrC,wBAAwB,CAAC,KAAK,EAAE,IAAI,CAAC,EACrC,UAAC,EAAe;QAAd,aAAa,mBAAA;IACf,OAAA,aAAa;QACb,uBAAuB,CAAC,aAAa,EAAE,EAAC,OAAO,EAAE,MAAM,EAAC,CAAC,EAAE;AAD3D,CAC2D,CAC9D,CAAC;AAEF,MAAM,CAAC,IAAM,MAAM,GAA8B,UAAC,EAAmB;IAAlB,IAAA,OAAO,aAAA,EAAK,KAAK,cAAlB,WAAmB,CAAD;IAAM,OAAA,CACxE,oBAAC,YAAY,eAAK,KAAK,gBAAY,OAAO,IAAI,CAC/C,CAAA;CAAA,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { EmotionIconProps } from '@emotion-icons/emotion-icon';
|
|
3
3
|
import { NewsKitIcon, SvgProps } from './types';
|
|
4
4
|
export declare const toNewsKitIcon: (PassedIcon: React.ComponentType<EmotionIconProps> | React.ComponentType<SvgProps>) => NewsKitIcon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"to-newskit-icon.d.ts","sourceRoot":"","sources":["../../../src/icons/to-newskit-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"to-newskit-icon.d.ts","sourceRoot":"","sources":["../../../src/icons/to-newskit-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,gBAAgB,EAAC,MAAM,6BAA6B,CAAC;AAE7D,OAAO,EAAmB,WAAW,EAAE,QAAQ,EAAC,MAAM,SAAS,CAAC;AAahE,eAAO,MAAM,aAAa,eAEpB,MAAM,aAAa,CAAC,gBAAgB,CAAC,GACrC,MAAM,aAAa,CAAC,QAAQ,CAAC,KAChC,WA0BC,CAAC"}
|
|
@@ -35,7 +35,7 @@ export var toNewsKitIcon = function (PassedIcon) {
|
|
|
35
35
|
getSizingCssFromTheme('width', (_b = props.overrides) === null || _b === void 0 ? void 0 : _b.size), ((_c = props.overrides) === null || _c === void 0 ? void 0 : _c.size) &&
|
|
36
36
|
getSizingCssFromTheme('height', (_d = props.overrides) === null || _d === void 0 ? void 0 : _d.size), renderIconStylePreset(true));
|
|
37
37
|
};
|
|
38
|
-
var Icon = props.theme.icons[""
|
|
38
|
+
var Icon = props.theme.icons["".concat(emotionIconName)] ||
|
|
39
39
|
toStyledIcon(PassedIcon);
|
|
40
40
|
return React.createElement(Icon, __assign({ title: props.title }, props));
|
|
41
41
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"to-newskit-icon.js","sourceRoot":"","sources":["../../../src/icons/to-newskit-icon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"to-newskit-icon.js","sourceRoot":"","sources":["../../../src/icons/to-newskit-icon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,SAAS,EAAC,MAAM,UAAU,CAAC;AAEnC,OAAO,EAAC,qBAAqB,EAAE,cAAc,EAAE,MAAM,EAAC,MAAM,gBAAgB,CAAC;AAE7E,8DAA8D;AAC9D,IAAM,qBAAqB,GAAG,UAAC,aAAsB,IAAK,OAAA,UAAC,KAAU;;IACnE,IAAI,CAAC,aAAa,KAAI,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,SAAS,0CAAE,WAAW,CAAA,EAAE;QACnD,OAAO,cAAc,CAAC,OAAO,EAAE,EAAE,EAAE;YACjC,KAAK,EAAE,IAAI;SACZ,CAAC,CAAC,KAAK,CAAC,CAAC;KACX;IACD,OAAO,EAAE,CAAC;AACZ,CAAC,EAPyD,CAOzD,CAAC;AAEF,MAAM,CAAC,IAAM,aAAa,GAAG,UAC3B,UAEiC;IAEjC,OAAA,SAAS,CAAmB,UAAA,KAAK;QAC/B,IAAM,eAAe,GAAG,UAAU,CAAC,WAAW,CAAC;QAC/C,IAAM,YAAY,GAAG,UACnB,IAA2C;;YACxC,OAAA,MAAM,CAAC,IAAI,CAAC,2kBAAA,2GAEb,EAA4B,gQAO1B,EACmD,YACnD,EACoD,wHAEpD,EAA2B,iBAEhC,KAdG,qBAAqB,CAAC,KAAK,CAAC,EAO1B,CAAA,MAAA,KAAK,CAAC,SAAS,0CAAE,IAAI;gBACvB,qBAAqB,CAAC,OAAO,EAAE,MAAA,KAAK,CAAC,SAAS,0CAAE,IAAI,CAAC,EACnD,CAAA,MAAA,KAAK,CAAC,SAAS,0CAAE,IAAI;gBACvB,qBAAqB,CAAC,QAAQ,EAAE,MAAA,KAAK,CAAC,SAAS,0CAAE,IAAI,CAAC,EAEpD,qBAAqB,CAAC,IAAI,CAAC,EAEhC;SAAA,CAAC;QACF,IAAM,IAAI,GACR,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,UAAG,eAAe,CAAE,CAAC;YACvC,YAAY,CAAC,UAAmD,CAAC,CAAC;QACpE,OAAO,oBAAC,IAAI,aAAC,KAAK,EAAE,KAAK,CAAC,KAAK,IAAM,KAAK,EAAI,CAAC;IACjD,CAAC,CAAC;AAzBF,CAyBE,CAAC"}
|
package/esm/image/sources.js
CHANGED
|
@@ -49,7 +49,7 @@ export var Sources = function (_a) {
|
|
|
49
49
|
theme: theme,
|
|
50
50
|
}).replace('@media ', '');
|
|
51
51
|
}
|
|
52
|
-
return (React.createElement("source", __assign({ key: media
|
|
52
|
+
return (React.createElement("source", __assign({ key: "".concat(media, "-").concat(sourceAttr.type, "-").concat(sourceAttr.srcSet), media: mediaQuery }, sourceAttr)));
|
|
53
53
|
})));
|
|
54
54
|
};
|
|
55
55
|
//# sourceMappingURL=sources.js.map
|