voyager-ionic-core 8.0.0-beta.3 → 8.0.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/components/action-sheet.js +3 -3
- package/components/alert.js +2 -2
- package/components/animation.js +9 -250
- package/components/backdrop.js +1 -1
- package/components/button.js +18 -5
- package/components/buttons.js +2 -2
- package/components/checkbox.js +5 -5
- package/components/haptic.js +6 -54
- package/components/helpers.js +1 -4
- package/components/index7.js +3 -1
- package/components/index9.js +5 -34
- package/components/ion-app.js +1 -1
- package/components/ion-avatar.js +1 -1
- package/components/ion-back-button.js +2 -2
- package/components/ion-badge.js +2 -2
- package/components/ion-breadcrumb.js +4 -4
- package/components/ion-breadcrumbs.js +2 -2
- package/components/ion-card-content.js +1 -1
- package/components/ion-card-header.js +2 -2
- package/components/ion-card-subtitle.js +2 -2
- package/components/ion-card-title.js +2 -2
- package/components/ion-card.js +1 -1
- package/components/ion-chip.js +2 -2
- package/components/ion-col.js +2 -2
- package/components/ion-content.js +3 -3
- package/components/ion-datetime-button.js +2 -2
- package/components/ion-datetime.js +2 -2
- package/components/ion-fab-button.js +2 -2
- package/components/ion-fab-list.js +2 -2
- package/components/ion-fab.js +2 -2
- package/components/ion-footer.js +2 -2
- package/components/ion-grid.js +2 -2
- package/components/ion-header.js +2 -2
- package/components/ion-img.js +1 -1
- package/components/ion-infinite-scroll-content.js +2 -2
- package/components/ion-infinite-scroll.js +1 -1
- package/components/ion-input-password-toggle.d.ts +11 -0
- package/components/ion-input-password-toggle.js +132 -0
- package/components/ion-input.js +27 -8
- package/components/ion-item-divider.js +2 -2
- package/components/ion-item-group.js +1 -1
- package/components/ion-item-option.js +2 -2
- package/components/ion-item-options.js +1 -1
- package/components/ion-item-sliding.js +1 -1
- package/components/ion-loading.js +2 -2
- package/components/ion-menu-button.js +3 -3
- package/components/ion-menu-toggle.js +2 -2
- package/components/ion-menu.js +2 -2
- package/components/ion-modal.js +47 -23
- package/components/ion-nav-link.js +1 -1
- package/components/ion-nav.js +1 -1
- package/components/ion-note.js +2 -2
- package/components/ion-picker-legacy.js +2 -2
- package/components/ion-progress-bar.js +1 -1
- package/components/ion-range.js +3 -3
- package/components/ion-refresher-content.js +2 -2
- package/components/ion-refresher.js +1 -1
- package/components/ion-reorder-group.js +1 -1
- package/components/ion-reorder.js +2 -2
- package/components/ion-router-link.js +2 -2
- package/components/ion-router-outlet.js +1 -1
- package/components/ion-row.js +1 -1
- package/components/ion-searchbar.js +7 -7
- package/components/ion-segment-button.js +3 -3
- package/components/ion-segment.js +2 -2
- package/components/ion-select-option.js +1 -1
- package/components/ion-select.js +3 -3
- package/components/ion-skeleton-text.js +2 -2
- package/components/ion-split-pane.js +2 -2
- package/components/ion-tab-bar.js +2 -2
- package/components/ion-tab-button.js +2 -2
- package/components/ion-tab.js +2 -2
- package/components/ion-tabs.js +1 -1
- package/components/ion-text.js +2 -2
- package/components/ion-textarea.js +2 -3
- package/components/ion-thumbnail.js +1 -1
- package/components/ion-title.js +2 -2
- package/components/ion-toast.js +2 -2
- package/components/ion-toggle.js +6 -6
- package/components/ion-toolbar.js +2 -2
- package/components/item.js +1 -1
- package/components/label.js +2 -2
- package/components/list-header.js +2 -2
- package/components/list.js +1 -1
- package/components/picker-column-option.js +2 -2
- package/components/picker-column.js +3 -3
- package/components/picker-column2.js +2 -2
- package/components/picker.js +2 -2
- package/components/popover.js +4 -4
- package/components/radio-group.js +1 -1
- package/components/radio.js +5 -5
- package/components/ripple-effect.js +1 -1
- package/components/select-popover.js +1 -1
- package/components/spinner.js +1 -1
- package/css/core.css +1 -624
- package/css/core.css.map +1 -1
- package/css/display.css +1 -131
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -81
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css +1 -293
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css +1 -457
- package/css/global.bundle.css.map +1 -1
- package/css/ionic-swiper.css +1 -127
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css +1 -150
- package/css/normalize.css.map +1 -1
- package/css/padding.css +1 -202
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css +1 -160
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css +1 -160
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.css +0 -2
- package/css/palettes/dark.system.css +1 -162
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css +1 -180
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css +1 -180
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.css +0 -2
- package/css/palettes/high-contrast-dark.system.css +1 -182
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css +1 -101
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css +1 -101
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.css +0 -2
- package/css/palettes/high-contrast.system.css +1 -103
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css +1 -152
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css +1 -243
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css +1 -158
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css +1 -157
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css +1 -1100
- package/css/utils.bundle.css.map +1 -1
- package/dist/cjs/{animation-58ecfe20.js → animation-b4fdf128.js} +9 -250
- package/dist/cjs/{app-globals-e132c781.js → app-globals-5bfa2d7f.js} +1 -1
- package/dist/cjs/{button-active-60ecf64d.js → button-active-564be49f.js} +2 -2
- package/dist/cjs/{framework-delegate-df3a2b04.js → framework-delegate-55f5683a.js} +1 -1
- package/dist/cjs/{haptic-b882e0bb.js → haptic-f6b37aa3.js} +6 -54
- package/dist/cjs/{hardware-back-button-1c67a5a2.js → hardware-back-button-44e7c052.js} +2 -2
- package/dist/cjs/{helpers-71097d9c.js → helpers-afaa9001.js} +0 -4
- package/dist/cjs/{index-f52c6d38.js → index-073c7cdc.js} +4 -0
- package/dist/cjs/{index-7479ea5a.js → index-5b6a7459.js} +1 -1
- package/dist/cjs/{index-14ae0c27.js → index-6d6ac424.js} +4 -4
- package/dist/cjs/{index-a91a3e24.js → index-9509ecad.js} +5 -34
- package/dist/cjs/{index-2d21d526.js → index-bbc6c29f.js} +48 -12
- package/dist/cjs/{index-289297dc.js → index-defd575f.js} +4 -4
- package/dist/cjs/index.cjs.js +11 -11
- package/dist/cjs/{input-shims-77b14f24.js → input-shims-20d639e6.js} +2 -2
- package/dist/cjs/{input.utils-ca74d73a.js → input.utils-611cde0b.js} +1 -1
- package/dist/cjs/ion-accordion_2.cjs.entry.js +4 -4
- package/dist/cjs/ion-action-sheet.cjs.entry.js +12 -12
- package/dist/cjs/ion-alert.cjs.entry.js +11 -11
- package/dist/cjs/ion-app_8.cjs.entry.js +27 -27
- package/dist/cjs/ion-avatar_3.cjs.entry.js +6 -6
- package/dist/cjs/ion-back-button.cjs.entry.js +6 -6
- package/dist/cjs/ion-backdrop.cjs.entry.js +3 -3
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +10 -10
- package/dist/cjs/ion-button_2.cjs.entry.js +19 -7
- package/dist/cjs/ion-card_5.cjs.entry.js +11 -11
- package/dist/cjs/ion-checkbox.cjs.entry.js +8 -8
- package/dist/cjs/ion-chip.cjs.entry.js +4 -4
- package/dist/cjs/ion-col_3.cjs.entry.js +7 -7
- package/dist/cjs/ion-datetime-button.cjs.entry.js +5 -5
- package/dist/cjs/ion-datetime_3.cjs.entry.js +15 -15
- package/dist/cjs/ion-fab_3.cjs.entry.js +10 -10
- package/dist/cjs/ion-img.cjs.entry.js +4 -4
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +7 -7
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +93 -0
- package/dist/cjs/ion-input.cjs.entry.js +30 -12
- package/dist/cjs/ion-item-option_3.cjs.entry.js +8 -8
- package/dist/cjs/ion-item_8.cjs.entry.js +17 -17
- package/dist/cjs/ion-loading.cjs.entry.js +9 -9
- package/dist/cjs/ion-menu_3.cjs.entry.js +15 -15
- package/dist/cjs/ion-modal.cjs.entry.js +56 -32
- package/dist/cjs/ion-nav_2.cjs.entry.js +8 -8
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +5 -5
- package/dist/cjs/ion-picker-column.cjs.entry.js +7 -7
- package/dist/cjs/ion-picker.cjs.entry.js +4 -4
- package/dist/cjs/ion-popover.cjs.entry.js +12 -12
- package/dist/cjs/ion-progress-bar.cjs.entry.js +4 -4
- package/dist/cjs/ion-radio_2.cjs.entry.js +9 -9
- package/dist/cjs/ion-range.cjs.entry.js +7 -7
- package/dist/cjs/ion-refresher_2.cjs.entry.js +9 -9
- package/dist/cjs/ion-reorder_2.cjs.entry.js +8 -8
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +3 -3
- package/dist/cjs/ion-route_4.cjs.entry.js +5 -5
- package/dist/cjs/ion-searchbar.cjs.entry.js +10 -10
- package/dist/cjs/ion-segment_2.cjs.entry.js +8 -8
- package/dist/cjs/ion-select_3.cjs.entry.js +12 -12
- package/dist/cjs/ion-spinner.cjs.entry.js +3 -3
- package/dist/cjs/ion-split-pane.cjs.entry.js +4 -4
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +7 -7
- package/dist/cjs/ion-tab_2.cjs.entry.js +6 -6
- package/dist/cjs/ion-text.cjs.entry.js +4 -4
- package/dist/cjs/ion-textarea.cjs.entry.js +7 -8
- package/dist/cjs/ion-toast.cjs.entry.js +9 -9
- package/dist/cjs/ion-toggle.cjs.entry.js +10 -10
- package/dist/cjs/{ionic-global-5762eca9.js → ionic-global-62487d02.js} +1 -1
- package/dist/cjs/ionic.cjs.js +5 -5
- package/dist/cjs/{ios.transition-8e0ca8ed.js → ios.transition-d4f0ca4e.js} +4 -4
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/{md.transition-5d0f134b.js → md.transition-857328f3.js} +4 -4
- package/dist/cjs/{notch-controller-0042ad49.js → notch-controller-d69150f5.js} +1 -1
- package/dist/cjs/{overlays-30b83581.js → overlays-10c452b2.js} +4 -4
- package/dist/cjs/{status-tap-dc3b8fda.js → status-tap-81daddfa.js} +3 -3
- package/dist/cjs/{swipe-back-49825f1f.js → swipe-back-f38a434a.js} +1 -1
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/action-sheet/action-sheet.js +3 -3
- package/dist/collection/components/alert/alert.js +2 -2
- package/dist/collection/components/app/app.js +1 -1
- package/dist/collection/components/avatar/avatar.js +1 -1
- package/dist/collection/components/back-button/back-button.js +2 -2
- package/dist/collection/components/backdrop/backdrop.js +1 -1
- package/dist/collection/components/badge/badge.js +2 -2
- package/dist/collection/components/breadcrumb/breadcrumb.js +4 -4
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +2 -2
- package/dist/collection/components/button/button.ios.css +76 -15
- package/dist/collection/components/button/button.js +19 -2
- package/dist/collection/components/button/button.md.css +75 -19
- package/dist/collection/components/button/test/round/button.e2e.js +39 -4
- package/dist/collection/components/buttons/buttons.js +2 -2
- package/dist/collection/components/card/card.js +1 -1
- package/dist/collection/components/card-content/card-content.js +1 -1
- package/dist/collection/components/card-header/card-header.js +2 -2
- package/dist/collection/components/card-subtitle/card-subtitle.js +2 -2
- package/dist/collection/components/card-title/card-title.js +2 -2
- package/dist/collection/components/checkbox/checkbox.ios.css +1 -0
- package/dist/collection/components/checkbox/checkbox.js +3 -3
- package/dist/collection/components/checkbox/checkbox.md.css +1 -0
- package/dist/collection/components/chip/chip.js +2 -2
- package/dist/collection/components/col/col.js +2 -2
- package/dist/collection/components/content/content.js +3 -3
- package/dist/collection/components/datetime/datetime.js +2 -2
- package/dist/collection/components/datetime-button/datetime-button.js +2 -2
- package/dist/collection/components/fab/fab.js +2 -2
- package/dist/collection/components/fab-button/fab-button.js +2 -2
- package/dist/collection/components/fab-list/fab-list.js +2 -2
- package/dist/collection/components/footer/footer.js +2 -2
- package/dist/collection/components/grid/grid.js +2 -2
- package/dist/collection/components/header/header.js +2 -2
- package/dist/collection/components/img/img.js +1 -1
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +1 -1
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +2 -2
- package/dist/collection/components/input/input.ios.css +9 -0
- package/dist/collection/components/input/input.js +26 -29
- package/dist/collection/components/input/input.md.css +9 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.css +0 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +183 -0
- package/dist/collection/components/input-password-toggle/test/a11y/input-password-toggle.e2e.js +21 -0
- package/dist/collection/components/input-password-toggle/test/basic/input-password-toggle.e2e.js +38 -0
- package/dist/collection/components/input-password-toggle/test/input-password-toggle.spec.js +76 -0
- package/dist/collection/components/item/item.js +1 -1
- package/dist/collection/components/item-divider/item-divider.js +2 -2
- package/dist/collection/components/item-group/item-group.js +1 -1
- package/dist/collection/components/item-option/item-option.js +2 -2
- package/dist/collection/components/item-options/item-options.js +1 -1
- package/dist/collection/components/item-sliding/item-sliding.js +1 -1
- package/dist/collection/components/label/label.js +2 -2
- package/dist/collection/components/list/list.js +1 -1
- package/dist/collection/components/list-header/list-header.js +2 -2
- package/dist/collection/components/loading/loading.js +2 -2
- package/dist/collection/components/menu/menu.js +2 -2
- package/dist/collection/components/menu-button/menu-button.js +2 -2
- package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
- package/dist/collection/components/modal/gestures/sheet.js +45 -20
- package/dist/collection/components/modal/modal.js +4 -4
- package/dist/collection/components/nav/nav.js +1 -1
- package/dist/collection/components/nav-link/nav-link.js +1 -1
- package/dist/collection/components/note/note.js +2 -2
- package/dist/collection/components/picker/picker.js +2 -2
- package/dist/collection/components/picker-column/picker-column.js +3 -3
- package/dist/collection/components/picker-column-option/picker-column-option.js +2 -2
- package/dist/collection/components/picker-legacy/picker.js +2 -2
- package/dist/collection/components/picker-legacy-column/picker-column.js +2 -2
- package/dist/collection/components/popover/popover.ios.css +0 -1
- package/dist/collection/components/popover/popover.js +2 -2
- package/dist/collection/components/popover/popover.md.css +0 -1
- package/dist/collection/components/popover/test/basic/popover.e2e.js +76 -0
- package/dist/collection/components/progress-bar/progress-bar.js +1 -1
- package/dist/collection/components/radio/radio.ios.css +1 -0
- package/dist/collection/components/radio/radio.js +3 -3
- package/dist/collection/components/radio/radio.md.css +1 -0
- package/dist/collection/components/radio-group/radio-group.js +1 -1
- package/dist/collection/components/range/range.js +3 -3
- package/dist/collection/components/refresher/refresher.js +1 -1
- package/dist/collection/components/refresher-content/refresher-content.js +1 -1
- package/dist/collection/components/reorder/reorder.js +1 -1
- package/dist/collection/components/reorder-group/reorder-group.js +1 -1
- package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
- package/dist/collection/components/router-link/router-link.js +2 -2
- package/dist/collection/components/router-outlet/router-outlet.js +1 -1
- package/dist/collection/components/row/row.js +1 -1
- package/dist/collection/components/searchbar/searchbar.js +9 -8
- package/dist/collection/components/segment/segment.js +2 -2
- package/dist/collection/components/segment-button/segment-button.js +3 -3
- package/dist/collection/components/select/select.js +2 -2
- package/dist/collection/components/select-option/select-option.js +1 -1
- package/dist/collection/components/select-popover/select-popover.js +1 -1
- package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
- package/dist/collection/components/spinner/spinner.js +1 -1
- package/dist/collection/components/split-pane/split-pane.js +2 -2
- package/dist/collection/components/tab/tab.js +2 -2
- package/dist/collection/components/tab-bar/tab-bar.js +2 -2
- package/dist/collection/components/tab-button/tab-button.js +2 -2
- package/dist/collection/components/tabs/tabs.js +1 -1
- package/dist/collection/components/text/text.js +2 -2
- package/dist/collection/components/textarea/textarea.js +2 -26
- package/dist/collection/components/thumbnail/thumbnail.js +1 -1
- package/dist/collection/components/title/title.js +2 -2
- package/dist/collection/components/toast/toast.js +2 -2
- package/dist/collection/components/toggle/toggle.ios.css +1 -0
- package/dist/collection/components/toggle/toggle.js +3 -3
- package/dist/collection/components/toggle/toggle.md.css +1 -0
- package/dist/collection/components/toolbar/test/basic/toolbar.e2e.js +133 -5
- package/dist/collection/components/toolbar/toolbar.js +2 -2
- package/dist/collection/utils/animation/animation-utils.js +0 -102
- package/dist/collection/utils/animation/animation.js +10 -141
- package/dist/collection/utils/animation/test/animation.spec.js +0 -89
- package/dist/collection/utils/animation/test/animationbuilder/animation.e2e.js +0 -4
- package/dist/collection/utils/animation/test/basic/animation.e2e.js +0 -4
- package/dist/collection/utils/animation/test/display/animation.e2e.js +0 -4
- package/dist/collection/utils/animation/test/hooks/animation.e2e.js +0 -4
- package/dist/collection/utils/animation/test/multiple/animation.e2e.js +0 -7
- package/dist/collection/utils/native/haptic.js +6 -54
- package/dist/collection/utils/tap-click/index.js +5 -34
- package/dist/docs.json +182 -7
- package/dist/esm/{animation-6a3c0abb.js → animation-eab5a4ca.js} +9 -250
- package/dist/esm/{app-globals-80842d68.js → app-globals-49873df1.js} +1 -1
- package/dist/esm/{button-active-c6e18fac.js → button-active-46df59c1.js} +2 -2
- package/dist/esm/{framework-delegate-3dede018.js → framework-delegate-63d1a679.js} +1 -1
- package/dist/esm/{haptic-554688a5.js → haptic-ac164e4c.js} +6 -54
- package/dist/esm/{hardware-back-button-fb295e3a.js → hardware-back-button-ba8f64c2.js} +2 -2
- package/dist/esm/{helpers-eab4f597.js → helpers-da915de8.js} +1 -4
- package/dist/esm/{index-95a691d4.js → index-56d90da9.js} +4 -4
- package/dist/esm/{index-044b5a86.js → index-5cc724f3.js} +1 -1
- package/dist/esm/{index-fa221975.js → index-79b30591.js} +5 -34
- package/dist/esm/{index-5d6a0317.js → index-bcd8859b.js} +48 -12
- package/dist/esm/{index-f7dc70ba.js → index-e2cf2ceb.js} +3 -1
- package/dist/esm/{index-136e99c8.js → index-f0d7371a.js} +4 -4
- package/dist/esm/index.js +11 -11
- package/dist/esm/{input-shims-196afa11.js → input-shims-4530285e.js} +2 -2
- package/dist/esm/{input.utils-426cc674.js → input.utils-09c71bc7.js} +1 -1
- package/dist/esm/ion-accordion_2.entry.js +4 -4
- package/dist/esm/ion-action-sheet.entry.js +12 -12
- package/dist/esm/ion-alert.entry.js +11 -11
- package/dist/esm/ion-app_8.entry.js +27 -27
- package/dist/esm/ion-avatar_3.entry.js +6 -6
- package/dist/esm/ion-back-button.entry.js +6 -6
- package/dist/esm/ion-backdrop.entry.js +3 -3
- package/dist/esm/ion-breadcrumb_2.entry.js +10 -10
- package/dist/esm/ion-button_2.entry.js +19 -7
- package/dist/esm/ion-card_5.entry.js +11 -11
- package/dist/esm/ion-checkbox.entry.js +8 -8
- package/dist/esm/ion-chip.entry.js +4 -4
- package/dist/esm/ion-col_3.entry.js +7 -7
- package/dist/esm/ion-datetime-button.entry.js +5 -5
- package/dist/esm/ion-datetime_3.entry.js +15 -15
- package/dist/esm/ion-fab_3.entry.js +10 -10
- package/dist/esm/ion-img.entry.js +4 -4
- package/dist/esm/ion-infinite-scroll_2.entry.js +7 -7
- package/dist/esm/ion-input-password-toggle.entry.js +89 -0
- package/dist/esm/ion-input.entry.js +30 -12
- package/dist/esm/ion-item-option_3.entry.js +8 -8
- package/dist/esm/ion-item_8.entry.js +17 -17
- package/dist/esm/ion-loading.entry.js +9 -9
- package/dist/esm/ion-menu_3.entry.js +15 -15
- package/dist/esm/ion-modal.entry.js +56 -32
- package/dist/esm/ion-nav_2.entry.js +8 -8
- package/dist/esm/ion-picker-column-option.entry.js +5 -5
- package/dist/esm/ion-picker-column.entry.js +7 -7
- package/dist/esm/ion-picker.entry.js +4 -4
- package/dist/esm/ion-popover.entry.js +12 -12
- package/dist/esm/ion-progress-bar.entry.js +4 -4
- package/dist/esm/ion-radio_2.entry.js +9 -9
- package/dist/esm/ion-range.entry.js +7 -7
- package/dist/esm/ion-refresher_2.entry.js +9 -9
- package/dist/esm/ion-reorder_2.entry.js +8 -8
- package/dist/esm/ion-ripple-effect.entry.js +3 -3
- package/dist/esm/ion-route_4.entry.js +5 -5
- package/dist/esm/ion-searchbar.entry.js +10 -10
- package/dist/esm/ion-segment_2.entry.js +8 -8
- package/dist/esm/ion-select_3.entry.js +12 -12
- package/dist/esm/ion-spinner.entry.js +3 -3
- package/dist/esm/ion-split-pane.entry.js +4 -4
- package/dist/esm/ion-tab-bar_2.entry.js +7 -7
- package/dist/esm/ion-tab_2.entry.js +6 -6
- package/dist/esm/ion-text.entry.js +4 -4
- package/dist/esm/ion-textarea.entry.js +7 -8
- package/dist/esm/ion-toast.entry.js +9 -9
- package/dist/esm/ion-toggle.entry.js +10 -10
- package/dist/esm/{ionic-global-a589c12c.js → ionic-global-e6c98cd0.js} +1 -1
- package/dist/esm/ionic.js +6 -6
- package/dist/esm/{ios.transition-d1c8eea2.js → ios.transition-71bfa932.js} +4 -4
- package/dist/esm/loader.js +5 -5
- package/dist/esm/{md.transition-0d2de76d.js → md.transition-86aef3c0.js} +4 -4
- package/dist/esm/{notch-controller-cff691e5.js → notch-controller-55b09e11.js} +1 -1
- package/dist/esm/{overlays-d41f74ac.js → overlays-6fb4a2f2.js} +4 -4
- package/dist/esm/{status-tap-45595148.js → status-tap-299361cd.js} +3 -3
- package/dist/esm/{swipe-back-5aa5feeb.js → swipe-back-b613d7db.js} +1 -1
- package/dist/esm-es5/animation-eab5a4ca.js +4 -0
- package/dist/esm-es5/app-globals-49873df1.js +4 -0
- package/dist/esm-es5/{button-active-c6e18fac.js → button-active-46df59c1.js} +1 -1
- package/dist/esm-es5/framework-delegate-63d1a679.js +4 -0
- package/dist/esm-es5/haptic-ac164e4c.js +4 -0
- package/dist/esm-es5/{hardware-back-button-fb295e3a.js → hardware-back-button-ba8f64c2.js} +1 -1
- package/dist/esm-es5/{helpers-eab4f597.js → helpers-da915de8.js} +1 -1
- package/dist/esm-es5/index-56d90da9.js +4 -0
- package/dist/esm-es5/{index-044b5a86.js → index-5cc724f3.js} +1 -1
- package/dist/esm-es5/index-79b30591.js +4 -0
- package/dist/esm-es5/index-bcd8859b.js +5 -0
- package/dist/esm-es5/{index-f7dc70ba.js → index-e2cf2ceb.js} +1 -1
- package/dist/esm-es5/{index-136e99c8.js → index-f0d7371a.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-4530285e.js +4 -0
- package/dist/esm-es5/{input.utils-426cc674.js → input.utils-09c71bc7.js} +1 -1
- package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
- package/dist/esm-es5/ion-alert.entry.js +1 -1
- package/dist/esm-es5/ion-app_8.entry.js +1 -1
- package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-backdrop.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm-es5/ion-button_2.entry.js +1 -1
- package/dist/esm-es5/ion-card_5.entry.js +1 -1
- package/dist/esm-es5/ion-checkbox.entry.js +1 -1
- package/dist/esm-es5/ion-chip.entry.js +1 -1
- package/dist/esm-es5/ion-col_3.entry.js +1 -1
- package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
- package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
- package/dist/esm-es5/ion-fab_3.entry.js +1 -1
- package/dist/esm-es5/ion-img.entry.js +1 -1
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
- package/dist/esm-es5/ion-input-password-toggle.entry.js +4 -0
- package/dist/esm-es5/ion-input.entry.js +1 -1
- package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
- package/dist/esm-es5/ion-item_8.entry.js +1 -1
- package/dist/esm-es5/ion-loading.entry.js +1 -1
- package/dist/esm-es5/ion-menu_3.entry.js +1 -1
- package/dist/esm-es5/ion-modal.entry.js +1 -1
- package/dist/esm-es5/ion-nav_2.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column.entry.js +1 -1
- package/dist/esm-es5/ion-picker.entry.js +1 -1
- package/dist/esm-es5/ion-popover.entry.js +1 -1
- package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
- package/dist/esm-es5/ion-radio_2.entry.js +1 -1
- package/dist/esm-es5/ion-range.entry.js +1 -1
- package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
- package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
- package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
- package/dist/esm-es5/ion-route_4.entry.js +1 -1
- package/dist/esm-es5/ion-searchbar.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.entry.js +1 -1
- package/dist/esm-es5/ion-select_3.entry.js +1 -1
- package/dist/esm-es5/ion-spinner.entry.js +1 -1
- package/dist/esm-es5/ion-split-pane.entry.js +1 -1
- package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
- package/dist/esm-es5/ion-tab_2.entry.js +1 -1
- package/dist/esm-es5/ion-text.entry.js +1 -1
- package/dist/esm-es5/ion-textarea.entry.js +1 -1
- package/dist/esm-es5/ion-toast.entry.js +1 -1
- package/dist/esm-es5/ion-toggle.entry.js +1 -1
- package/dist/esm-es5/{ionic-global-a589c12c.js → ionic-global-e6c98cd0.js} +1 -1
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/{ios.transition-d1c8eea2.js → ios.transition-71bfa932.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/md.transition-86aef3c0.js +4 -0
- package/dist/esm-es5/{notch-controller-cff691e5.js → notch-controller-55b09e11.js} +1 -1
- package/dist/esm-es5/{overlays-d41f74ac.js → overlays-6fb4a2f2.js} +1 -1
- package/dist/esm-es5/{status-tap-45595148.js → status-tap-299361cd.js} +1 -1
- package/dist/esm-es5/{swipe-back-5aa5feeb.js → swipe-back-b613d7db.js} +1 -1
- package/dist/html.html-data.json +68 -0
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/ionic.js +1 -1
- package/dist/ionic/{p-91567c90.system.entry.js → p-005deca1.system.entry.js} +1 -1
- package/dist/ionic/{p-325c61a4.js → p-06e58c4e.js} +1 -1
- package/dist/ionic/{p-853bd866.system.js → p-07584ab4.system.js} +1 -1
- package/dist/ionic/p-0bd47555.js +4 -0
- package/dist/ionic/{p-4a3055ef.system.js → p-0c06e09b.system.js} +1 -1
- package/dist/ionic/{p-98c86cdd.js → p-0e713efe.js} +1 -1
- package/dist/ionic/p-13cc6ee6.entry.js +4 -0
- package/dist/ionic/p-1472c130.entry.js +4 -0
- package/dist/ionic/{p-bb5eba12.entry.js → p-151e8afd.entry.js} +1 -1
- package/dist/ionic/p-184fbc9e.system.js +4 -0
- package/dist/ionic/{p-2cc2c631.system.js → p-19ea7bff.system.js} +1 -1
- package/dist/ionic/{p-d5ab02f5.entry.js → p-1b0f4e6c.entry.js} +1 -1
- package/dist/ionic/p-1ba197b6.entry.js +4 -0
- package/dist/ionic/p-1c42ad90.entry.js +4 -0
- package/dist/ionic/p-1e955a45.system.js +4 -0
- package/dist/ionic/{p-a94092b9.entry.js → p-1fa53d02.entry.js} +1 -1
- package/dist/ionic/{p-7680d0ec.entry.js → p-1fe1f512.entry.js} +1 -1
- package/dist/ionic/{p-fb870c48.entry.js → p-23fdee0e.entry.js} +1 -1
- package/dist/ionic/{p-f85a4df5.system.js → p-2613c305.system.js} +1 -1
- package/dist/ionic/{p-a6b8342e.system.entry.js → p-275dd0ba.system.entry.js} +1 -1
- package/dist/ionic/{p-42fecf9c.system.entry.js → p-2b86020c.system.entry.js} +1 -1
- package/dist/ionic/{p-d0496c22.system.entry.js → p-3008ca4e.system.entry.js} +1 -1
- package/dist/ionic/p-332aa81e.entry.js +4 -0
- package/dist/ionic/p-341b3f37.entry.js +4 -0
- package/dist/ionic/{p-a600a3e3.js → p-34b11c24.js} +1 -1
- package/dist/ionic/{p-668607c2.system.js → p-3ad285e3.system.js} +1 -1
- package/dist/ionic/{p-c6f9f3eb.js → p-3cc276f4.js} +1 -1
- package/dist/ionic/{p-40976b1c.system.entry.js → p-3d977e09.system.entry.js} +2 -2
- package/dist/ionic/{p-219c17cf.system.entry.js → p-3de2aab8.system.entry.js} +1 -1
- package/dist/ionic/p-405fd996.entry.js +4 -0
- package/dist/ionic/p-46111310.js +4 -0
- package/dist/ionic/p-46f407f0.system.js +4 -0
- package/dist/ionic/{p-bb608006.system.entry.js → p-4809ddae.system.entry.js} +1 -1
- package/dist/ionic/{p-8a881b39.entry.js → p-48f60474.entry.js} +1 -1
- package/dist/ionic/p-495ed1c3.entry.js +4 -0
- package/dist/ionic/{p-7002bc75.entry.js → p-4a01cec0.entry.js} +1 -1
- package/dist/ionic/p-4de53118.js +4 -0
- package/dist/ionic/p-4edce583.system.entry.js +4 -0
- package/dist/ionic/p-4f6ebc2b.entry.js +4 -0
- package/dist/ionic/p-4f77a080.system.entry.js +4 -0
- package/dist/ionic/{p-da5bbd4f.entry.js → p-4fadf4b0.entry.js} +1 -1
- package/dist/ionic/{p-db7fcadb.system.entry.js → p-50205ef9.system.entry.js} +2 -2
- package/dist/ionic/{p-6d9f8fac.system.js → p-510cb8e6.system.js} +1 -1
- package/dist/ionic/p-530207f9.entry.js +4 -0
- package/dist/ionic/p-53d37363.entry.js +4 -0
- package/dist/ionic/{p-7d29dff0.system.entry.js → p-53d69c70.system.entry.js} +1 -1
- package/dist/ionic/{p-af2e3481.system.entry.js → p-55bc2a11.system.entry.js} +1 -1
- package/dist/ionic/p-582db405.system.entry.js +4 -0
- package/dist/ionic/p-5ad55625.entry.js +4 -0
- package/dist/ionic/p-5c26fed5.system.entry.js +4 -0
- package/dist/ionic/p-5f28cb75.js +4 -0
- package/dist/ionic/{p-239906f1.js → p-67f5b57a.js} +1 -1
- package/dist/ionic/{p-f7af3144.system.entry.js → p-68afa357.system.entry.js} +2 -2
- package/dist/ionic/{p-af9256a0.system.js → p-6ac30fc3.system.js} +1 -1
- package/dist/ionic/p-6c5c1bb5.system.js +4 -0
- package/dist/ionic/{p-92b05b70.system.entry.js → p-6cf780b6.system.entry.js} +1 -1
- package/dist/ionic/p-6dc81903.entry.js +4 -0
- package/dist/ionic/{p-8ed900e4.entry.js → p-6e4dac1a.entry.js} +1 -1
- package/dist/ionic/{p-6a888b39.system.entry.js → p-6ef17d86.system.entry.js} +1 -1
- package/dist/ionic/p-72812e99.js +4 -0
- package/dist/ionic/p-7372cf23.system.entry.js +4 -0
- package/dist/ionic/p-7492572a.entry.js +4 -0
- package/dist/ionic/p-7596e24d.system.js +5 -0
- package/dist/ionic/p-76971b4f.entry.js +4 -0
- package/dist/ionic/{p-9e3177a5.system.js → p-7a7ff5e3.system.js} +1 -1
- package/dist/ionic/{p-6a62da36.system.js → p-7bbcce53.system.js} +1 -1
- package/dist/ionic/{p-5ac63b19.system.entry.js → p-7c93f00b.system.entry.js} +1 -1
- package/dist/ionic/{p-9e6a5e3d.system.entry.js → p-7f33a6e2.system.entry.js} +2 -2
- package/dist/ionic/{p-7adde43c.system.entry.js → p-814efd87.system.entry.js} +1 -1
- package/dist/ionic/{p-031c5621.js → p-83b445c3.js} +1 -1
- package/dist/ionic/p-8635f5e6.system.js +4 -0
- package/dist/ionic/p-89b61afc.js +4 -0
- package/dist/ionic/{p-00a6f38d.entry.js → p-8a5152e5.entry.js} +1 -1
- package/dist/ionic/{p-976c7c54.js → p-8f9e2850.js} +1 -1
- package/dist/ionic/{p-c41e0b5f.system.entry.js → p-904df2ee.system.entry.js} +2 -2
- package/dist/ionic/{p-02a803dc.entry.js → p-90f8498c.entry.js} +1 -1
- package/dist/ionic/p-9146695e.system.js +4 -0
- package/dist/ionic/p-91b568e2.system.entry.js +4 -0
- package/dist/ionic/{p-07759435.system.js → p-91dabef7.system.js} +1 -1
- package/dist/ionic/{p-78b3da77.js → p-96a561dd.js} +1 -1
- package/dist/ionic/{p-a3dae2ce.js → p-96cc4814.js} +1 -1
- package/dist/ionic/p-987e38ef.system.entry.js +4 -0
- package/dist/ionic/{p-a88b41d1.system.entry.js → p-98af538a.system.entry.js} +2 -2
- package/dist/ionic/p-9ccc8035.system.entry.js +4 -0
- package/dist/ionic/{p-e0d52ee3.system.js → p-9ea607bd.system.js} +2 -2
- package/dist/ionic/p-9fa5ff32.system.js +4 -0
- package/dist/ionic/{p-8dd3d9c3.system.entry.js → p-9fd3ca09.system.entry.js} +1 -1
- package/dist/ionic/p-a15ddedb.system.js +4 -0
- package/dist/ionic/p-a28ea4d8.system.entry.js +4 -0
- package/dist/ionic/{p-2bb65deb.entry.js → p-a39a73e3.entry.js} +1 -1
- package/dist/ionic/{p-978f4710.js → p-a90201f2.js} +1 -1
- package/dist/ionic/p-a93873de.system.js +4 -0
- package/dist/ionic/{p-185db19b.system.entry.js → p-aa79cc0e.system.entry.js} +2 -2
- package/dist/ionic/{p-1bb1ef31.system.entry.js → p-aa8a2f40.system.entry.js} +1 -1
- package/dist/ionic/p-ac045dad.entry.js +4 -0
- package/dist/ionic/{p-dd9168f3.entry.js → p-ad2b9596.entry.js} +1 -1
- package/dist/ionic/p-ae42c907.entry.js +4 -0
- package/dist/ionic/{p-23838a94.system.entry.js → p-aea5f293.system.entry.js} +1 -1
- package/dist/ionic/p-b4a7f856.system.entry.js +4 -0
- package/dist/ionic/{p-364044f0.js → p-b51e4004.js} +1 -1
- package/dist/ionic/p-b6519a42.entry.js +4 -0
- package/dist/ionic/p-b7af48c0.js +4 -0
- package/dist/ionic/{p-54c31b4f.entry.js → p-ba35f07f.entry.js} +1 -1
- package/dist/ionic/{p-d4d17d47.entry.js → p-bc3d649d.entry.js} +1 -1
- package/dist/ionic/p-c1c77386.js +5 -0
- package/dist/ionic/{p-85f43165.system.entry.js → p-c2762c6a.system.entry.js} +1 -1
- package/dist/ionic/p-c4e495a3.system.js +4 -0
- package/dist/ionic/p-c4eafa12.system.entry.js +4 -0
- package/dist/ionic/{p-294c47cd.system.entry.js → p-c54b167f.system.entry.js} +1 -1
- package/dist/ionic/p-c7e16491.js +4 -0
- package/dist/ionic/{p-17ee2784.system.entry.js → p-c927dbe2.system.entry.js} +1 -1
- package/dist/ionic/{p-282bd5f9.system.entry.js → p-ca5bb110.system.entry.js} +1 -1
- package/dist/ionic/p-ca6decbd.entry.js +4 -0
- package/dist/ionic/p-cbd87df6.entry.js +4 -0
- package/dist/ionic/p-cf45a5c7.system.entry.js +4 -0
- package/dist/ionic/{p-1685d81c.system.entry.js → p-cf8101a6.system.entry.js} +1 -1
- package/dist/ionic/p-d061515d.system.entry.js +4 -0
- package/dist/ionic/{p-3ae4a2a2.entry.js → p-d73f49d0.entry.js} +1 -1
- package/dist/ionic/p-da2b833b.js +4 -0
- package/dist/ionic/p-dbc3e90c.entry.js +4 -0
- package/dist/ionic/{p-70c278c4.system.entry.js → p-dc4406d7.system.entry.js} +1 -1
- package/dist/ionic/p-dec86943.entry.js +4 -0
- package/dist/ionic/p-df0d39c7.system.entry.js +4 -0
- package/dist/ionic/{p-1a8bbd2e.entry.js → p-e099a6f3.entry.js} +1 -1
- package/dist/ionic/p-e1ad8e76.entry.js +4 -0
- package/dist/ionic/{p-d286cfbe.system.entry.js → p-e292247e.system.entry.js} +1 -1
- package/dist/ionic/p-e548fedf.system.entry.js +4 -0
- package/dist/ionic/{p-7c7e495d.system.js → p-e5a3659f.system.js} +1 -1
- package/dist/ionic/{p-5a277399.system.entry.js → p-e6d46b5d.system.entry.js} +1 -1
- package/dist/ionic/p-e781c893.entry.js +4 -0
- package/dist/ionic/{p-d8ffe61c.system.entry.js → p-e81c3ca2.system.entry.js} +1 -1
- package/dist/ionic/{p-fa8ee4c3.entry.js → p-e8a713b5.entry.js} +1 -1
- package/dist/ionic/{p-b141e253.entry.js → p-e93cd31c.entry.js} +1 -1
- package/dist/ionic/p-ec178f19.entry.js +4 -0
- package/dist/ionic/{p-3cd3214e.entry.js → p-eda2459e.entry.js} +1 -1
- package/dist/ionic/p-f13dc6bd.system.entry.js +4 -0
- package/dist/ionic/p-f6ca4d02.js +4 -0
- package/dist/ionic/{p-1807190c.entry.js → p-f6fec6a0.entry.js} +1 -1
- package/dist/ionic/{p-2852c537.system.entry.js → p-f8f8c5a8.system.entry.js} +1 -1
- package/dist/ionic/p-f956e38a.entry.js +4 -0
- package/dist/ionic/p-fea11771.entry.js +4 -0
- package/dist/ionic/{p-30dfa360.system.js → p-ffbc80ae.system.js} +1 -1
- package/dist/types/components/button/button.d.ts +5 -0
- package/dist/types/components/datetime/utils/manipulation.d.ts +7 -7
- package/dist/types/components/datetime/utils/state.d.ts +2 -2
- package/dist/types/components/input/input.d.ts +7 -6
- package/dist/types/components/input/input.utils.d.ts +1 -1
- package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +37 -0
- package/dist/types/components/searchbar/searchbar.d.ts +0 -14
- package/dist/types/components/textarea/textarea.d.ts +1 -6
- package/dist/types/components.d.ts +47 -3
- package/dist/types/utils/animation/animation-utils.d.ts +0 -12
- package/dist/types/utils/focus-trap.d.ts +2 -2
- package/dist/types/utils/framework-delegate.d.ts +1 -1
- package/dist/types/utils/keyboard/keyboard-controller.d.ts +1 -1
- package/dist/types/utils/overlays.d.ts +2 -2
- package/hydrate/index.js +425 -525
- package/package.json +6 -6
- package/dist/esm-es5/animation-6a3c0abb.js +0 -4
- package/dist/esm-es5/app-globals-80842d68.js +0 -4
- package/dist/esm-es5/framework-delegate-3dede018.js +0 -4
- package/dist/esm-es5/haptic-554688a5.js +0 -4
- package/dist/esm-es5/index-5d6a0317.js +0 -5
- package/dist/esm-es5/index-95a691d4.js +0 -4
- package/dist/esm-es5/index-fa221975.js +0 -4
- package/dist/esm-es5/input-shims-196afa11.js +0 -4
- package/dist/esm-es5/md.transition-0d2de76d.js +0 -4
- package/dist/ionic/p-0051ceb9.entry.js +0 -4
- package/dist/ionic/p-08a8971e.system.js +0 -4
- package/dist/ionic/p-0e4c9e45.system.js +0 -4
- package/dist/ionic/p-103ec049.system.entry.js +0 -4
- package/dist/ionic/p-17043350.system.js +0 -4
- package/dist/ionic/p-1c801dd4.entry.js +0 -4
- package/dist/ionic/p-2130b526.entry.js +0 -4
- package/dist/ionic/p-22b5c888.system.entry.js +0 -4
- package/dist/ionic/p-23cff6c1.system.js +0 -4
- package/dist/ionic/p-23efc001.entry.js +0 -4
- package/dist/ionic/p-244f56fd.js +0 -4
- package/dist/ionic/p-27c668a0.entry.js +0 -4
- package/dist/ionic/p-29ef3b9b.entry.js +0 -4
- package/dist/ionic/p-2f53c3eb.js +0 -4
- package/dist/ionic/p-2f6bc4a9.system.entry.js +0 -4
- package/dist/ionic/p-34c50a42.system.entry.js +0 -4
- package/dist/ionic/p-3785c067.entry.js +0 -4
- package/dist/ionic/p-3e6e53fe.system.entry.js +0 -4
- package/dist/ionic/p-42f189f4.js +0 -4
- package/dist/ionic/p-43c751c6.system.entry.js +0 -4
- package/dist/ionic/p-4d325220.system.entry.js +0 -4
- package/dist/ionic/p-4d361c89.entry.js +0 -4
- package/dist/ionic/p-5b2951c1.system.entry.js +0 -4
- package/dist/ionic/p-5b52897c.js +0 -4
- package/dist/ionic/p-5e39b9d8.entry.js +0 -4
- package/dist/ionic/p-610f0e12.entry.js +0 -4
- package/dist/ionic/p-66e50777.entry.js +0 -4
- package/dist/ionic/p-6a448415.entry.js +0 -4
- package/dist/ionic/p-7d4d9c40.system.entry.js +0 -4
- package/dist/ionic/p-7e7d534c.js +0 -4
- package/dist/ionic/p-831269de.js +0 -4
- package/dist/ionic/p-86c17a09.entry.js +0 -4
- package/dist/ionic/p-9b5d033a.system.entry.js +0 -4
- package/dist/ionic/p-a0e8f913.entry.js +0 -4
- package/dist/ionic/p-a4c287f9.entry.js +0 -4
- package/dist/ionic/p-ac6db4c2.js +0 -4
- package/dist/ionic/p-b0aaa59a.system.entry.js +0 -4
- package/dist/ionic/p-b1d9b078.entry.js +0 -4
- package/dist/ionic/p-ba0290d1.entry.js +0 -4
- package/dist/ionic/p-c385e49d.entry.js +0 -4
- package/dist/ionic/p-c3f5d0e7.js +0 -4
- package/dist/ionic/p-c629d22b.system.js +0 -5
- package/dist/ionic/p-c8383c20.entry.js +0 -4
- package/dist/ionic/p-c995da88.system.js +0 -4
- package/dist/ionic/p-cbf0a046.system.entry.js +0 -4
- package/dist/ionic/p-d372938e.system.entry.js +0 -4
- package/dist/ionic/p-d704f798.system.js +0 -4
- package/dist/ionic/p-d8090ce4.entry.js +0 -4
- package/dist/ionic/p-d80b7e31.system.js +0 -4
- package/dist/ionic/p-dad515dc.js +0 -4
- package/dist/ionic/p-dfb6de03.system.js +0 -4
- package/dist/ionic/p-e3611c25.entry.js +0 -4
- package/dist/ionic/p-e4ca94bd.js +0 -4
- package/dist/ionic/p-e7b0b64d.system.js +0 -4
- package/dist/ionic/p-ebc5b98f.entry.js +0 -4
- package/dist/ionic/p-ec34194e.system.entry.js +0 -4
- package/dist/ionic/p-ec613387.entry.js +0 -4
- package/dist/ionic/p-ed3463be.entry.js +0 -4
- package/dist/ionic/p-f1d1524c.entry.js +0 -4
- package/dist/ionic/p-f7a1318d.system.entry.js +0 -4
- package/dist/ionic/p-f8502e85.js +0 -5
- package/dist/ionic/p-fe1fd531.system.js +0 -4
- package/dist/ionic/p-fe35b5c0.entry.js +0 -4
package/css/utils.bundle.css
CHANGED
|
@@ -1,1100 +1 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Convert a font size to a dynamic font size.
|
|
3
|
-
* Fonts that participate in Dynamic Type should use
|
|
4
|
-
* dynamic font sizes.
|
|
5
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
6
|
-
* @param unit (optional) - The unit to convert to. Use this if you want to
|
|
7
|
-
* convert to a unit other than $baselineUnit.
|
|
8
|
-
*/
|
|
9
|
-
/**
|
|
10
|
-
* Convert a font size to a dynamic font size but impose
|
|
11
|
-
* a maximum font size.
|
|
12
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
13
|
-
* @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
|
|
14
|
-
* @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
|
|
15
|
-
* convert to a unit other than $baselineUnit.
|
|
16
|
-
*/
|
|
17
|
-
/**
|
|
18
|
-
* Convert a font size to a dynamic font size but impose
|
|
19
|
-
* a minimum font size.
|
|
20
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
21
|
-
* @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
|
|
22
|
-
* @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
|
|
23
|
-
* convert to a unit other than $baselineUnit.
|
|
24
|
-
*/
|
|
25
|
-
/**
|
|
26
|
-
* Convert a font size to a dynamic font size but impose
|
|
27
|
-
* maximum and minimum font sizes.
|
|
28
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
29
|
-
* @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
|
|
30
|
-
* @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
|
|
31
|
-
* @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
|
|
32
|
-
* convert to a unit other than $baselineUnit.
|
|
33
|
-
*/
|
|
34
|
-
/**
|
|
35
|
-
* A heuristic that applies CSS to tablet
|
|
36
|
-
* viewports.
|
|
37
|
-
*
|
|
38
|
-
* Usage:
|
|
39
|
-
* @include tablet-viewport() {
|
|
40
|
-
* :host {
|
|
41
|
-
* background-color: green;
|
|
42
|
-
* }
|
|
43
|
-
* }
|
|
44
|
-
*/
|
|
45
|
-
/**
|
|
46
|
-
* A heuristic that applies CSS to mobile
|
|
47
|
-
* viewports (i.e. phones, not tablets).
|
|
48
|
-
*
|
|
49
|
-
* Usage:
|
|
50
|
-
* @include mobile-viewport() {
|
|
51
|
-
* :host {
|
|
52
|
-
* background-color: blue;
|
|
53
|
-
* }
|
|
54
|
-
* }
|
|
55
|
-
*/
|
|
56
|
-
/**
|
|
57
|
-
* A heuristic that applies CSS to tablet
|
|
58
|
-
* viewports.
|
|
59
|
-
*
|
|
60
|
-
* Usage:
|
|
61
|
-
* @include tablet-viewport() {
|
|
62
|
-
* :host {
|
|
63
|
-
* background-color: green;
|
|
64
|
-
* }
|
|
65
|
-
* }
|
|
66
|
-
*/
|
|
67
|
-
/**
|
|
68
|
-
* A heuristic that applies CSS to mobile
|
|
69
|
-
* viewports (i.e. phones, not tablets).
|
|
70
|
-
*
|
|
71
|
-
* Usage:
|
|
72
|
-
* @include mobile-viewport() {
|
|
73
|
-
* :host {
|
|
74
|
-
* background-color: blue;
|
|
75
|
-
* }
|
|
76
|
-
* }
|
|
77
|
-
*/
|
|
78
|
-
.ion-no-padding {
|
|
79
|
-
--padding-start: 0;
|
|
80
|
-
--padding-end: 0;
|
|
81
|
-
--padding-top: 0;
|
|
82
|
-
--padding-bottom: 0;
|
|
83
|
-
padding-left: 0;
|
|
84
|
-
padding-right: 0;
|
|
85
|
-
padding-top: 0;
|
|
86
|
-
padding-bottom: 0;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.ion-padding {
|
|
90
|
-
--padding-start: var(--ion-padding, 16px);
|
|
91
|
-
--padding-end: var(--ion-padding, 16px);
|
|
92
|
-
--padding-top: var(--ion-padding, 16px);
|
|
93
|
-
--padding-bottom: var(--ion-padding, 16px);
|
|
94
|
-
-webkit-padding-start: var(--ion-padding, 16px);
|
|
95
|
-
padding-inline-start: var(--ion-padding, 16px);
|
|
96
|
-
-webkit-padding-end: var(--ion-padding, 16px);
|
|
97
|
-
padding-inline-end: var(--ion-padding, 16px);
|
|
98
|
-
padding-top: var(--ion-padding, 16px);
|
|
99
|
-
padding-bottom: var(--ion-padding, 16px);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.ion-padding-top {
|
|
103
|
-
--padding-top: var(--ion-padding, 16px);
|
|
104
|
-
padding-top: var(--ion-padding, 16px);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.ion-padding-start {
|
|
108
|
-
--padding-start: var(--ion-padding, 16px);
|
|
109
|
-
-webkit-padding-start: var(--ion-padding, 16px);
|
|
110
|
-
padding-inline-start: var(--ion-padding, 16px);
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.ion-padding-end {
|
|
114
|
-
--padding-end: var(--ion-padding, 16px);
|
|
115
|
-
-webkit-padding-end: var(--ion-padding, 16px);
|
|
116
|
-
padding-inline-end: var(--ion-padding, 16px);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.ion-padding-bottom {
|
|
120
|
-
--padding-bottom: var(--ion-padding, 16px);
|
|
121
|
-
padding-bottom: var(--ion-padding, 16px);
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.ion-padding-vertical {
|
|
125
|
-
--padding-top: var(--ion-padding, 16px);
|
|
126
|
-
--padding-bottom: var(--ion-padding, 16px);
|
|
127
|
-
padding-top: var(--ion-padding, 16px);
|
|
128
|
-
padding-bottom: var(--ion-padding, 16px);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.ion-padding-horizontal {
|
|
132
|
-
--padding-start: var(--ion-padding, 16px);
|
|
133
|
-
--padding-end: var(--ion-padding, 16px);
|
|
134
|
-
-webkit-padding-start: var(--ion-padding, 16px);
|
|
135
|
-
padding-inline-start: var(--ion-padding, 16px);
|
|
136
|
-
-webkit-padding-end: var(--ion-padding, 16px);
|
|
137
|
-
padding-inline-end: var(--ion-padding, 16px);
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.ion-no-margin {
|
|
141
|
-
--margin-start: 0;
|
|
142
|
-
--margin-end: 0;
|
|
143
|
-
--margin-top: 0;
|
|
144
|
-
--margin-bottom: 0;
|
|
145
|
-
margin-left: 0;
|
|
146
|
-
margin-right: 0;
|
|
147
|
-
margin-top: 0;
|
|
148
|
-
margin-bottom: 0;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.ion-margin {
|
|
152
|
-
--margin-start: var(--ion-margin, 16px);
|
|
153
|
-
--margin-end: var(--ion-margin, 16px);
|
|
154
|
-
--margin-top: var(--ion-margin, 16px);
|
|
155
|
-
--margin-bottom: var(--ion-margin, 16px);
|
|
156
|
-
-webkit-margin-start: var(--ion-margin, 16px);
|
|
157
|
-
margin-inline-start: var(--ion-margin, 16px);
|
|
158
|
-
-webkit-margin-end: var(--ion-margin, 16px);
|
|
159
|
-
margin-inline-end: var(--ion-margin, 16px);
|
|
160
|
-
margin-top: var(--ion-margin, 16px);
|
|
161
|
-
margin-bottom: var(--ion-margin, 16px);
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.ion-margin-top {
|
|
165
|
-
--margin-top: var(--ion-margin, 16px);
|
|
166
|
-
margin-top: var(--ion-margin, 16px);
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.ion-margin-start {
|
|
170
|
-
--margin-start: var(--ion-margin, 16px);
|
|
171
|
-
-webkit-margin-start: var(--ion-margin, 16px);
|
|
172
|
-
margin-inline-start: var(--ion-margin, 16px);
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.ion-margin-end {
|
|
176
|
-
--margin-end: var(--ion-margin, 16px);
|
|
177
|
-
-webkit-margin-end: var(--ion-margin, 16px);
|
|
178
|
-
margin-inline-end: var(--ion-margin, 16px);
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.ion-margin-bottom {
|
|
182
|
-
--margin-bottom: var(--ion-margin, 16px);
|
|
183
|
-
margin-bottom: var(--ion-margin, 16px);
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.ion-margin-vertical {
|
|
187
|
-
--margin-top: var(--ion-margin, 16px);
|
|
188
|
-
--margin-bottom: var(--ion-margin, 16px);
|
|
189
|
-
margin-top: var(--ion-margin, 16px);
|
|
190
|
-
margin-bottom: var(--ion-margin, 16px);
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.ion-margin-horizontal {
|
|
194
|
-
--margin-start: var(--ion-margin, 16px);
|
|
195
|
-
--margin-end: var(--ion-margin, 16px);
|
|
196
|
-
-webkit-margin-start: var(--ion-margin, 16px);
|
|
197
|
-
margin-inline-start: var(--ion-margin, 16px);
|
|
198
|
-
-webkit-margin-end: var(--ion-margin, 16px);
|
|
199
|
-
margin-inline-end: var(--ion-margin, 16px);
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
/**
|
|
203
|
-
* Convert a font size to a dynamic font size.
|
|
204
|
-
* Fonts that participate in Dynamic Type should use
|
|
205
|
-
* dynamic font sizes.
|
|
206
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
207
|
-
* @param unit (optional) - The unit to convert to. Use this if you want to
|
|
208
|
-
* convert to a unit other than $baselineUnit.
|
|
209
|
-
*/
|
|
210
|
-
/**
|
|
211
|
-
* Convert a font size to a dynamic font size but impose
|
|
212
|
-
* a maximum font size.
|
|
213
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
214
|
-
* @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
|
|
215
|
-
* @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
|
|
216
|
-
* convert to a unit other than $baselineUnit.
|
|
217
|
-
*/
|
|
218
|
-
/**
|
|
219
|
-
* Convert a font size to a dynamic font size but impose
|
|
220
|
-
* a minimum font size.
|
|
221
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
222
|
-
* @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
|
|
223
|
-
* @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
|
|
224
|
-
* convert to a unit other than $baselineUnit.
|
|
225
|
-
*/
|
|
226
|
-
/**
|
|
227
|
-
* Convert a font size to a dynamic font size but impose
|
|
228
|
-
* maximum and minimum font sizes.
|
|
229
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
230
|
-
* @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
|
|
231
|
-
* @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
|
|
232
|
-
* @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
|
|
233
|
-
* convert to a unit other than $baselineUnit.
|
|
234
|
-
*/
|
|
235
|
-
/**
|
|
236
|
-
* A heuristic that applies CSS to tablet
|
|
237
|
-
* viewports.
|
|
238
|
-
*
|
|
239
|
-
* Usage:
|
|
240
|
-
* @include tablet-viewport() {
|
|
241
|
-
* :host {
|
|
242
|
-
* background-color: green;
|
|
243
|
-
* }
|
|
244
|
-
* }
|
|
245
|
-
*/
|
|
246
|
-
/**
|
|
247
|
-
* A heuristic that applies CSS to mobile
|
|
248
|
-
* viewports (i.e. phones, not tablets).
|
|
249
|
-
*
|
|
250
|
-
* Usage:
|
|
251
|
-
* @include mobile-viewport() {
|
|
252
|
-
* :host {
|
|
253
|
-
* background-color: blue;
|
|
254
|
-
* }
|
|
255
|
-
* }
|
|
256
|
-
*/
|
|
257
|
-
/**
|
|
258
|
-
* A heuristic that applies CSS to tablet
|
|
259
|
-
* viewports.
|
|
260
|
-
*
|
|
261
|
-
* Usage:
|
|
262
|
-
* @include tablet-viewport() {
|
|
263
|
-
* :host {
|
|
264
|
-
* background-color: green;
|
|
265
|
-
* }
|
|
266
|
-
* }
|
|
267
|
-
*/
|
|
268
|
-
/**
|
|
269
|
-
* A heuristic that applies CSS to mobile
|
|
270
|
-
* viewports (i.e. phones, not tablets).
|
|
271
|
-
*
|
|
272
|
-
* Usage:
|
|
273
|
-
* @include mobile-viewport() {
|
|
274
|
-
* :host {
|
|
275
|
-
* background-color: blue;
|
|
276
|
-
* }
|
|
277
|
-
* }
|
|
278
|
-
*/
|
|
279
|
-
.ion-float-left {
|
|
280
|
-
float: left !important;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.ion-float-right {
|
|
284
|
-
float: right !important;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
.ion-float-start {
|
|
288
|
-
float: left !important;
|
|
289
|
-
}
|
|
290
|
-
:host-context([dir=rtl]) .ion-float-start {
|
|
291
|
-
float: right !important;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
[dir=rtl] .ion-float-start {
|
|
295
|
-
float: right !important;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
@supports selector(:dir(rtl)) {
|
|
299
|
-
.ion-float-start:dir(rtl) {
|
|
300
|
-
float: right !important;
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.ion-float-end {
|
|
305
|
-
float: right !important;
|
|
306
|
-
}
|
|
307
|
-
:host-context([dir=rtl]) .ion-float-end {
|
|
308
|
-
float: left !important;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
[dir=rtl] .ion-float-end {
|
|
312
|
-
float: left !important;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
@supports selector(:dir(rtl)) {
|
|
316
|
-
.ion-float-end:dir(rtl) {
|
|
317
|
-
float: left !important;
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
@media (min-width: 576px) {
|
|
322
|
-
.ion-float-sm-left {
|
|
323
|
-
float: left !important;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.ion-float-sm-right {
|
|
327
|
-
float: right !important;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.ion-float-sm-start {
|
|
331
|
-
float: left !important;
|
|
332
|
-
}
|
|
333
|
-
:host-context([dir=rtl]) .ion-float-sm-start {
|
|
334
|
-
float: right !important;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
[dir=rtl] .ion-float-sm-start {
|
|
338
|
-
float: right !important;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
@supports selector(:dir(rtl)) {
|
|
342
|
-
.ion-float-sm-start:dir(rtl) {
|
|
343
|
-
float: right !important;
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
.ion-float-sm-end {
|
|
348
|
-
float: right !important;
|
|
349
|
-
}
|
|
350
|
-
:host-context([dir=rtl]) .ion-float-sm-end {
|
|
351
|
-
float: left !important;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
[dir=rtl] .ion-float-sm-end {
|
|
355
|
-
float: left !important;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
@supports selector(:dir(rtl)) {
|
|
359
|
-
.ion-float-sm-end:dir(rtl) {
|
|
360
|
-
float: left !important;
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
@media (min-width: 768px) {
|
|
365
|
-
.ion-float-md-left {
|
|
366
|
-
float: left !important;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.ion-float-md-right {
|
|
370
|
-
float: right !important;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.ion-float-md-start {
|
|
374
|
-
float: left !important;
|
|
375
|
-
}
|
|
376
|
-
:host-context([dir=rtl]) .ion-float-md-start {
|
|
377
|
-
float: right !important;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
[dir=rtl] .ion-float-md-start {
|
|
381
|
-
float: right !important;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
@supports selector(:dir(rtl)) {
|
|
385
|
-
.ion-float-md-start:dir(rtl) {
|
|
386
|
-
float: right !important;
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.ion-float-md-end {
|
|
391
|
-
float: right !important;
|
|
392
|
-
}
|
|
393
|
-
:host-context([dir=rtl]) .ion-float-md-end {
|
|
394
|
-
float: left !important;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
[dir=rtl] .ion-float-md-end {
|
|
398
|
-
float: left !important;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
@supports selector(:dir(rtl)) {
|
|
402
|
-
.ion-float-md-end:dir(rtl) {
|
|
403
|
-
float: left !important;
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
@media (min-width: 992px) {
|
|
408
|
-
.ion-float-lg-left {
|
|
409
|
-
float: left !important;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.ion-float-lg-right {
|
|
413
|
-
float: right !important;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.ion-float-lg-start {
|
|
417
|
-
float: left !important;
|
|
418
|
-
}
|
|
419
|
-
:host-context([dir=rtl]) .ion-float-lg-start {
|
|
420
|
-
float: right !important;
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
[dir=rtl] .ion-float-lg-start {
|
|
424
|
-
float: right !important;
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
@supports selector(:dir(rtl)) {
|
|
428
|
-
.ion-float-lg-start:dir(rtl) {
|
|
429
|
-
float: right !important;
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
.ion-float-lg-end {
|
|
434
|
-
float: right !important;
|
|
435
|
-
}
|
|
436
|
-
:host-context([dir=rtl]) .ion-float-lg-end {
|
|
437
|
-
float: left !important;
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
[dir=rtl] .ion-float-lg-end {
|
|
441
|
-
float: left !important;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
@supports selector(:dir(rtl)) {
|
|
445
|
-
.ion-float-lg-end:dir(rtl) {
|
|
446
|
-
float: left !important;
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
}
|
|
450
|
-
@media (min-width: 1200px) {
|
|
451
|
-
.ion-float-xl-left {
|
|
452
|
-
float: left !important;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
.ion-float-xl-right {
|
|
456
|
-
float: right !important;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
.ion-float-xl-start {
|
|
460
|
-
float: left !important;
|
|
461
|
-
}
|
|
462
|
-
:host-context([dir=rtl]) .ion-float-xl-start {
|
|
463
|
-
float: right !important;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
[dir=rtl] .ion-float-xl-start {
|
|
467
|
-
float: right !important;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
@supports selector(:dir(rtl)) {
|
|
471
|
-
.ion-float-xl-start:dir(rtl) {
|
|
472
|
-
float: right !important;
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
.ion-float-xl-end {
|
|
477
|
-
float: right !important;
|
|
478
|
-
}
|
|
479
|
-
:host-context([dir=rtl]) .ion-float-xl-end {
|
|
480
|
-
float: left !important;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
[dir=rtl] .ion-float-xl-end {
|
|
484
|
-
float: left !important;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
@supports selector(:dir(rtl)) {
|
|
488
|
-
.ion-float-xl-end:dir(rtl) {
|
|
489
|
-
float: left !important;
|
|
490
|
-
}
|
|
491
|
-
}
|
|
492
|
-
}
|
|
493
|
-
/**
|
|
494
|
-
* Convert a font size to a dynamic font size.
|
|
495
|
-
* Fonts that participate in Dynamic Type should use
|
|
496
|
-
* dynamic font sizes.
|
|
497
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
498
|
-
* @param unit (optional) - The unit to convert to. Use this if you want to
|
|
499
|
-
* convert to a unit other than $baselineUnit.
|
|
500
|
-
*/
|
|
501
|
-
/**
|
|
502
|
-
* Convert a font size to a dynamic font size but impose
|
|
503
|
-
* a maximum font size.
|
|
504
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
505
|
-
* @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
|
|
506
|
-
* @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
|
|
507
|
-
* convert to a unit other than $baselineUnit.
|
|
508
|
-
*/
|
|
509
|
-
/**
|
|
510
|
-
* Convert a font size to a dynamic font size but impose
|
|
511
|
-
* a minimum font size.
|
|
512
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
513
|
-
* @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
|
|
514
|
-
* @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
|
|
515
|
-
* convert to a unit other than $baselineUnit.
|
|
516
|
-
*/
|
|
517
|
-
/**
|
|
518
|
-
* Convert a font size to a dynamic font size but impose
|
|
519
|
-
* maximum and minimum font sizes.
|
|
520
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
521
|
-
* @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
|
|
522
|
-
* @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
|
|
523
|
-
* @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
|
|
524
|
-
* convert to a unit other than $baselineUnit.
|
|
525
|
-
*/
|
|
526
|
-
/**
|
|
527
|
-
* A heuristic that applies CSS to tablet
|
|
528
|
-
* viewports.
|
|
529
|
-
*
|
|
530
|
-
* Usage:
|
|
531
|
-
* @include tablet-viewport() {
|
|
532
|
-
* :host {
|
|
533
|
-
* background-color: green;
|
|
534
|
-
* }
|
|
535
|
-
* }
|
|
536
|
-
*/
|
|
537
|
-
/**
|
|
538
|
-
* A heuristic that applies CSS to mobile
|
|
539
|
-
* viewports (i.e. phones, not tablets).
|
|
540
|
-
*
|
|
541
|
-
* Usage:
|
|
542
|
-
* @include mobile-viewport() {
|
|
543
|
-
* :host {
|
|
544
|
-
* background-color: blue;
|
|
545
|
-
* }
|
|
546
|
-
* }
|
|
547
|
-
*/
|
|
548
|
-
/**
|
|
549
|
-
* A heuristic that applies CSS to tablet
|
|
550
|
-
* viewports.
|
|
551
|
-
*
|
|
552
|
-
* Usage:
|
|
553
|
-
* @include tablet-viewport() {
|
|
554
|
-
* :host {
|
|
555
|
-
* background-color: green;
|
|
556
|
-
* }
|
|
557
|
-
* }
|
|
558
|
-
*/
|
|
559
|
-
/**
|
|
560
|
-
* A heuristic that applies CSS to mobile
|
|
561
|
-
* viewports (i.e. phones, not tablets).
|
|
562
|
-
*
|
|
563
|
-
* Usage:
|
|
564
|
-
* @include mobile-viewport() {
|
|
565
|
-
* :host {
|
|
566
|
-
* background-color: blue;
|
|
567
|
-
* }
|
|
568
|
-
* }
|
|
569
|
-
*/
|
|
570
|
-
.ion-text-center {
|
|
571
|
-
text-align: center !important;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.ion-text-justify {
|
|
575
|
-
text-align: justify !important;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
.ion-text-start {
|
|
579
|
-
text-align: start !important;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
.ion-text-end {
|
|
583
|
-
text-align: end !important;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
.ion-text-left {
|
|
587
|
-
text-align: left !important;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
.ion-text-right {
|
|
591
|
-
text-align: right !important;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
.ion-text-nowrap {
|
|
595
|
-
white-space: nowrap !important;
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
.ion-text-wrap {
|
|
599
|
-
white-space: normal !important;
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
@media (min-width: 576px) {
|
|
603
|
-
.ion-text-sm-center {
|
|
604
|
-
text-align: center !important;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
.ion-text-sm-justify {
|
|
608
|
-
text-align: justify !important;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
.ion-text-sm-start {
|
|
612
|
-
text-align: start !important;
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
.ion-text-sm-end {
|
|
616
|
-
text-align: end !important;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.ion-text-sm-left {
|
|
620
|
-
text-align: left !important;
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
.ion-text-sm-right {
|
|
624
|
-
text-align: right !important;
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
.ion-text-sm-nowrap {
|
|
628
|
-
white-space: nowrap !important;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
.ion-text-sm-wrap {
|
|
632
|
-
white-space: normal !important;
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
@media (min-width: 768px) {
|
|
636
|
-
.ion-text-md-center {
|
|
637
|
-
text-align: center !important;
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
.ion-text-md-justify {
|
|
641
|
-
text-align: justify !important;
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
.ion-text-md-start {
|
|
645
|
-
text-align: start !important;
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
.ion-text-md-end {
|
|
649
|
-
text-align: end !important;
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
.ion-text-md-left {
|
|
653
|
-
text-align: left !important;
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
.ion-text-md-right {
|
|
657
|
-
text-align: right !important;
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
.ion-text-md-nowrap {
|
|
661
|
-
white-space: nowrap !important;
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
.ion-text-md-wrap {
|
|
665
|
-
white-space: normal !important;
|
|
666
|
-
}
|
|
667
|
-
}
|
|
668
|
-
@media (min-width: 992px) {
|
|
669
|
-
.ion-text-lg-center {
|
|
670
|
-
text-align: center !important;
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
.ion-text-lg-justify {
|
|
674
|
-
text-align: justify !important;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
.ion-text-lg-start {
|
|
678
|
-
text-align: start !important;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
.ion-text-lg-end {
|
|
682
|
-
text-align: end !important;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
.ion-text-lg-left {
|
|
686
|
-
text-align: left !important;
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
.ion-text-lg-right {
|
|
690
|
-
text-align: right !important;
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
.ion-text-lg-nowrap {
|
|
694
|
-
white-space: nowrap !important;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
.ion-text-lg-wrap {
|
|
698
|
-
white-space: normal !important;
|
|
699
|
-
}
|
|
700
|
-
}
|
|
701
|
-
@media (min-width: 1200px) {
|
|
702
|
-
.ion-text-xl-center {
|
|
703
|
-
text-align: center !important;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
.ion-text-xl-justify {
|
|
707
|
-
text-align: justify !important;
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
.ion-text-xl-start {
|
|
711
|
-
text-align: start !important;
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
.ion-text-xl-end {
|
|
715
|
-
text-align: end !important;
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
.ion-text-xl-left {
|
|
719
|
-
text-align: left !important;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
.ion-text-xl-right {
|
|
723
|
-
text-align: right !important;
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
.ion-text-xl-nowrap {
|
|
727
|
-
white-space: nowrap !important;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
.ion-text-xl-wrap {
|
|
731
|
-
white-space: normal !important;
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
/**
|
|
735
|
-
* Convert a font size to a dynamic font size.
|
|
736
|
-
* Fonts that participate in Dynamic Type should use
|
|
737
|
-
* dynamic font sizes.
|
|
738
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
739
|
-
* @param unit (optional) - The unit to convert to. Use this if you want to
|
|
740
|
-
* convert to a unit other than $baselineUnit.
|
|
741
|
-
*/
|
|
742
|
-
/**
|
|
743
|
-
* Convert a font size to a dynamic font size but impose
|
|
744
|
-
* a maximum font size.
|
|
745
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
746
|
-
* @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
|
|
747
|
-
* @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
|
|
748
|
-
* convert to a unit other than $baselineUnit.
|
|
749
|
-
*/
|
|
750
|
-
/**
|
|
751
|
-
* Convert a font size to a dynamic font size but impose
|
|
752
|
-
* a minimum font size.
|
|
753
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
754
|
-
* @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
|
|
755
|
-
* @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
|
|
756
|
-
* convert to a unit other than $baselineUnit.
|
|
757
|
-
*/
|
|
758
|
-
/**
|
|
759
|
-
* Convert a font size to a dynamic font size but impose
|
|
760
|
-
* maximum and minimum font sizes.
|
|
761
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
762
|
-
* @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
|
|
763
|
-
* @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
|
|
764
|
-
* @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
|
|
765
|
-
* convert to a unit other than $baselineUnit.
|
|
766
|
-
*/
|
|
767
|
-
/**
|
|
768
|
-
* A heuristic that applies CSS to tablet
|
|
769
|
-
* viewports.
|
|
770
|
-
*
|
|
771
|
-
* Usage:
|
|
772
|
-
* @include tablet-viewport() {
|
|
773
|
-
* :host {
|
|
774
|
-
* background-color: green;
|
|
775
|
-
* }
|
|
776
|
-
* }
|
|
777
|
-
*/
|
|
778
|
-
/**
|
|
779
|
-
* A heuristic that applies CSS to mobile
|
|
780
|
-
* viewports (i.e. phones, not tablets).
|
|
781
|
-
*
|
|
782
|
-
* Usage:
|
|
783
|
-
* @include mobile-viewport() {
|
|
784
|
-
* :host {
|
|
785
|
-
* background-color: blue;
|
|
786
|
-
* }
|
|
787
|
-
* }
|
|
788
|
-
*/
|
|
789
|
-
/**
|
|
790
|
-
* A heuristic that applies CSS to tablet
|
|
791
|
-
* viewports.
|
|
792
|
-
*
|
|
793
|
-
* Usage:
|
|
794
|
-
* @include tablet-viewport() {
|
|
795
|
-
* :host {
|
|
796
|
-
* background-color: green;
|
|
797
|
-
* }
|
|
798
|
-
* }
|
|
799
|
-
*/
|
|
800
|
-
/**
|
|
801
|
-
* A heuristic that applies CSS to mobile
|
|
802
|
-
* viewports (i.e. phones, not tablets).
|
|
803
|
-
*
|
|
804
|
-
* Usage:
|
|
805
|
-
* @include mobile-viewport() {
|
|
806
|
-
* :host {
|
|
807
|
-
* background-color: blue;
|
|
808
|
-
* }
|
|
809
|
-
* }
|
|
810
|
-
*/
|
|
811
|
-
.ion-text-uppercase {
|
|
812
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
813
|
-
text-transform: uppercase !important;
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
.ion-text-lowercase {
|
|
817
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
818
|
-
text-transform: lowercase !important;
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
.ion-text-capitalize {
|
|
822
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
823
|
-
text-transform: capitalize !important;
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
@media (min-width: 576px) {
|
|
827
|
-
.ion-text-sm-uppercase {
|
|
828
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
829
|
-
text-transform: uppercase !important;
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
.ion-text-sm-lowercase {
|
|
833
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
834
|
-
text-transform: lowercase !important;
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
.ion-text-sm-capitalize {
|
|
838
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
839
|
-
text-transform: capitalize !important;
|
|
840
|
-
}
|
|
841
|
-
}
|
|
842
|
-
@media (min-width: 768px) {
|
|
843
|
-
.ion-text-md-uppercase {
|
|
844
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
845
|
-
text-transform: uppercase !important;
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
.ion-text-md-lowercase {
|
|
849
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
850
|
-
text-transform: lowercase !important;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
.ion-text-md-capitalize {
|
|
854
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
855
|
-
text-transform: capitalize !important;
|
|
856
|
-
}
|
|
857
|
-
}
|
|
858
|
-
@media (min-width: 992px) {
|
|
859
|
-
.ion-text-lg-uppercase {
|
|
860
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
861
|
-
text-transform: uppercase !important;
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
.ion-text-lg-lowercase {
|
|
865
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
866
|
-
text-transform: lowercase !important;
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
.ion-text-lg-capitalize {
|
|
870
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
871
|
-
text-transform: capitalize !important;
|
|
872
|
-
}
|
|
873
|
-
}
|
|
874
|
-
@media (min-width: 1200px) {
|
|
875
|
-
.ion-text-xl-uppercase {
|
|
876
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
877
|
-
text-transform: uppercase !important;
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
.ion-text-xl-lowercase {
|
|
881
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
882
|
-
text-transform: lowercase !important;
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
.ion-text-xl-capitalize {
|
|
886
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
887
|
-
text-transform: capitalize !important;
|
|
888
|
-
}
|
|
889
|
-
}
|
|
890
|
-
.ion-align-self-start {
|
|
891
|
-
align-self: flex-start !important;
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
.ion-align-self-end {
|
|
895
|
-
align-self: flex-end !important;
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
.ion-align-self-center {
|
|
899
|
-
align-self: center !important;
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
.ion-align-self-stretch {
|
|
903
|
-
align-self: stretch !important;
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
.ion-align-self-baseline {
|
|
907
|
-
align-self: baseline !important;
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
.ion-align-self-auto {
|
|
911
|
-
align-self: auto !important;
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
.ion-wrap {
|
|
915
|
-
flex-wrap: wrap !important;
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
.ion-nowrap {
|
|
919
|
-
flex-wrap: nowrap !important;
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
.ion-wrap-reverse {
|
|
923
|
-
flex-wrap: wrap-reverse !important;
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
.ion-justify-content-start {
|
|
927
|
-
justify-content: flex-start !important;
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
.ion-justify-content-center {
|
|
931
|
-
justify-content: center !important;
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
.ion-justify-content-end {
|
|
935
|
-
justify-content: flex-end !important;
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
.ion-justify-content-around {
|
|
939
|
-
justify-content: space-around !important;
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
.ion-justify-content-between {
|
|
943
|
-
justify-content: space-between !important;
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
.ion-justify-content-evenly {
|
|
947
|
-
justify-content: space-evenly !important;
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
.ion-align-items-start {
|
|
951
|
-
align-items: flex-start !important;
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
.ion-align-items-center {
|
|
955
|
-
align-items: center !important;
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
.ion-align-items-end {
|
|
959
|
-
align-items: flex-end !important;
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
.ion-align-items-stretch {
|
|
963
|
-
align-items: stretch !important;
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
.ion-align-items-baseline {
|
|
967
|
-
align-items: baseline !important;
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
/**
|
|
971
|
-
* Convert a font size to a dynamic font size.
|
|
972
|
-
* Fonts that participate in Dynamic Type should use
|
|
973
|
-
* dynamic font sizes.
|
|
974
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
975
|
-
* @param unit (optional) - The unit to convert to. Use this if you want to
|
|
976
|
-
* convert to a unit other than $baselineUnit.
|
|
977
|
-
*/
|
|
978
|
-
/**
|
|
979
|
-
* Convert a font size to a dynamic font size but impose
|
|
980
|
-
* a maximum font size.
|
|
981
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
982
|
-
* @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
|
|
983
|
-
* @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
|
|
984
|
-
* convert to a unit other than $baselineUnit.
|
|
985
|
-
*/
|
|
986
|
-
/**
|
|
987
|
-
* Convert a font size to a dynamic font size but impose
|
|
988
|
-
* a minimum font size.
|
|
989
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
990
|
-
* @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
|
|
991
|
-
* @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
|
|
992
|
-
* convert to a unit other than $baselineUnit.
|
|
993
|
-
*/
|
|
994
|
-
/**
|
|
995
|
-
* Convert a font size to a dynamic font size but impose
|
|
996
|
-
* maximum and minimum font sizes.
|
|
997
|
-
* @param size - The initial font size including the unit (i.e. px or pt)
|
|
998
|
-
* @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
|
|
999
|
-
* @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
|
|
1000
|
-
* @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
|
|
1001
|
-
* convert to a unit other than $baselineUnit.
|
|
1002
|
-
*/
|
|
1003
|
-
/**
|
|
1004
|
-
* A heuristic that applies CSS to tablet
|
|
1005
|
-
* viewports.
|
|
1006
|
-
*
|
|
1007
|
-
* Usage:
|
|
1008
|
-
* @include tablet-viewport() {
|
|
1009
|
-
* :host {
|
|
1010
|
-
* background-color: green;
|
|
1011
|
-
* }
|
|
1012
|
-
* }
|
|
1013
|
-
*/
|
|
1014
|
-
/**
|
|
1015
|
-
* A heuristic that applies CSS to mobile
|
|
1016
|
-
* viewports (i.e. phones, not tablets).
|
|
1017
|
-
*
|
|
1018
|
-
* Usage:
|
|
1019
|
-
* @include mobile-viewport() {
|
|
1020
|
-
* :host {
|
|
1021
|
-
* background-color: blue;
|
|
1022
|
-
* }
|
|
1023
|
-
* }
|
|
1024
|
-
*/
|
|
1025
|
-
/**
|
|
1026
|
-
* A heuristic that applies CSS to tablet
|
|
1027
|
-
* viewports.
|
|
1028
|
-
*
|
|
1029
|
-
* Usage:
|
|
1030
|
-
* @include tablet-viewport() {
|
|
1031
|
-
* :host {
|
|
1032
|
-
* background-color: green;
|
|
1033
|
-
* }
|
|
1034
|
-
* }
|
|
1035
|
-
*/
|
|
1036
|
-
/**
|
|
1037
|
-
* A heuristic that applies CSS to mobile
|
|
1038
|
-
* viewports (i.e. phones, not tablets).
|
|
1039
|
-
*
|
|
1040
|
-
* Usage:
|
|
1041
|
-
* @include mobile-viewport() {
|
|
1042
|
-
* :host {
|
|
1043
|
-
* background-color: blue;
|
|
1044
|
-
* }
|
|
1045
|
-
* }
|
|
1046
|
-
*/
|
|
1047
|
-
.ion-hide {
|
|
1048
|
-
display: none !important;
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
.ion-hide-up {
|
|
1052
|
-
display: none !important;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
.ion-hide-down {
|
|
1056
|
-
display: none !important;
|
|
1057
|
-
}
|
|
1058
|
-
|
|
1059
|
-
@media (min-width: 576px) {
|
|
1060
|
-
.ion-hide-sm-up {
|
|
1061
|
-
display: none !important;
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1064
|
-
@media (max-width: 575.98px) {
|
|
1065
|
-
.ion-hide-sm-down {
|
|
1066
|
-
display: none !important;
|
|
1067
|
-
}
|
|
1068
|
-
}
|
|
1069
|
-
@media (min-width: 768px) {
|
|
1070
|
-
.ion-hide-md-up {
|
|
1071
|
-
display: none !important;
|
|
1072
|
-
}
|
|
1073
|
-
}
|
|
1074
|
-
@media (max-width: 767.98px) {
|
|
1075
|
-
.ion-hide-md-down {
|
|
1076
|
-
display: none !important;
|
|
1077
|
-
}
|
|
1078
|
-
}
|
|
1079
|
-
@media (min-width: 992px) {
|
|
1080
|
-
.ion-hide-lg-up {
|
|
1081
|
-
display: none !important;
|
|
1082
|
-
}
|
|
1083
|
-
}
|
|
1084
|
-
@media (max-width: 991.98px) {
|
|
1085
|
-
.ion-hide-lg-down {
|
|
1086
|
-
display: none !important;
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
@media (min-width: 1200px) {
|
|
1090
|
-
.ion-hide-xl-up {
|
|
1091
|
-
display: none !important;
|
|
1092
|
-
}
|
|
1093
|
-
}
|
|
1094
|
-
@media (max-width: 1199.98px) {
|
|
1095
|
-
.ion-hide-xl-down {
|
|
1096
|
-
display: none !important;
|
|
1097
|
-
}
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
/*# sourceMappingURL=utils.bundle.css.map */
|
|
1
|
+
.ion-no-padding{--padding-start: 0;--padding-end: 0;--padding-top: 0;--padding-bottom: 0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.ion-padding{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-top{--padding-top: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px)}.ion-padding-start{--padding-start: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px)}.ion-padding-end{--padding-end: var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-padding-bottom{--padding-bottom: var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-vertical{--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-horizontal{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-no-margin{--margin-start: 0;--margin-end: 0;--margin-top: 0;--margin-bottom: 0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.ion-margin{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-top{--margin-top: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px)}.ion-margin-start{--margin-start: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px)}.ion-margin-end{--margin-end: var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}.ion-margin-bottom{--margin-bottom: var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-vertical{--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-horizontal{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}.ion-float-left{float:left !important}.ion-float-right{float:right !important}.ion-float-start{float:left !important}:host-context([dir=rtl]) .ion-float-start{float:right !important}[dir=rtl] .ion-float-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-start:dir(rtl){float:right !important}}.ion-float-end{float:right !important}:host-context([dir=rtl]) .ion-float-end{float:left !important}[dir=rtl] .ion-float-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-end:dir(rtl){float:left !important}}@media(min-width: 576px){.ion-float-sm-left{float:left !important}.ion-float-sm-right{float:right !important}.ion-float-sm-start{float:left !important}:host-context([dir=rtl]) .ion-float-sm-start{float:right !important}[dir=rtl] .ion-float-sm-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-sm-start:dir(rtl){float:right !important}}.ion-float-sm-end{float:right !important}:host-context([dir=rtl]) .ion-float-sm-end{float:left !important}[dir=rtl] .ion-float-sm-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-sm-end:dir(rtl){float:left !important}}}@media(min-width: 768px){.ion-float-md-left{float:left !important}.ion-float-md-right{float:right !important}.ion-float-md-start{float:left !important}:host-context([dir=rtl]) .ion-float-md-start{float:right !important}[dir=rtl] .ion-float-md-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-md-start:dir(rtl){float:right !important}}.ion-float-md-end{float:right !important}:host-context([dir=rtl]) .ion-float-md-end{float:left !important}[dir=rtl] .ion-float-md-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-md-end:dir(rtl){float:left !important}}}@media(min-width: 992px){.ion-float-lg-left{float:left !important}.ion-float-lg-right{float:right !important}.ion-float-lg-start{float:left !important}:host-context([dir=rtl]) .ion-float-lg-start{float:right !important}[dir=rtl] .ion-float-lg-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-lg-start:dir(rtl){float:right !important}}.ion-float-lg-end{float:right !important}:host-context([dir=rtl]) .ion-float-lg-end{float:left !important}[dir=rtl] .ion-float-lg-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-lg-end:dir(rtl){float:left !important}}}@media(min-width: 1200px){.ion-float-xl-left{float:left !important}.ion-float-xl-right{float:right !important}.ion-float-xl-start{float:left !important}:host-context([dir=rtl]) .ion-float-xl-start{float:right !important}[dir=rtl] .ion-float-xl-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-xl-start:dir(rtl){float:right !important}}.ion-float-xl-end{float:right !important}:host-context([dir=rtl]) .ion-float-xl-end{float:left !important}[dir=rtl] .ion-float-xl-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-xl-end:dir(rtl){float:left !important}}}.ion-text-center{text-align:center !important}.ion-text-justify{text-align:justify !important}.ion-text-start{text-align:start !important}.ion-text-end{text-align:end !important}.ion-text-left{text-align:left !important}.ion-text-right{text-align:right !important}.ion-text-nowrap{white-space:nowrap !important}.ion-text-wrap{white-space:normal !important}@media(min-width: 576px){.ion-text-sm-center{text-align:center !important}.ion-text-sm-justify{text-align:justify !important}.ion-text-sm-start{text-align:start !important}.ion-text-sm-end{text-align:end !important}.ion-text-sm-left{text-align:left !important}.ion-text-sm-right{text-align:right !important}.ion-text-sm-nowrap{white-space:nowrap !important}.ion-text-sm-wrap{white-space:normal !important}}@media(min-width: 768px){.ion-text-md-center{text-align:center !important}.ion-text-md-justify{text-align:justify !important}.ion-text-md-start{text-align:start !important}.ion-text-md-end{text-align:end !important}.ion-text-md-left{text-align:left !important}.ion-text-md-right{text-align:right !important}.ion-text-md-nowrap{white-space:nowrap !important}.ion-text-md-wrap{white-space:normal !important}}@media(min-width: 992px){.ion-text-lg-center{text-align:center !important}.ion-text-lg-justify{text-align:justify !important}.ion-text-lg-start{text-align:start !important}.ion-text-lg-end{text-align:end !important}.ion-text-lg-left{text-align:left !important}.ion-text-lg-right{text-align:right !important}.ion-text-lg-nowrap{white-space:nowrap !important}.ion-text-lg-wrap{white-space:normal !important}}@media(min-width: 1200px){.ion-text-xl-center{text-align:center !important}.ion-text-xl-justify{text-align:justify !important}.ion-text-xl-start{text-align:start !important}.ion-text-xl-end{text-align:end !important}.ion-text-xl-left{text-align:left !important}.ion-text-xl-right{text-align:right !important}.ion-text-xl-nowrap{white-space:nowrap !important}.ion-text-xl-wrap{white-space:normal !important}}.ion-text-uppercase{text-transform:uppercase !important}.ion-text-lowercase{text-transform:lowercase !important}.ion-text-capitalize{text-transform:capitalize !important}@media(min-width: 576px){.ion-text-sm-uppercase{text-transform:uppercase !important}.ion-text-sm-lowercase{text-transform:lowercase !important}.ion-text-sm-capitalize{text-transform:capitalize !important}}@media(min-width: 768px){.ion-text-md-uppercase{text-transform:uppercase !important}.ion-text-md-lowercase{text-transform:lowercase !important}.ion-text-md-capitalize{text-transform:capitalize !important}}@media(min-width: 992px){.ion-text-lg-uppercase{text-transform:uppercase !important}.ion-text-lg-lowercase{text-transform:lowercase !important}.ion-text-lg-capitalize{text-transform:capitalize !important}}@media(min-width: 1200px){.ion-text-xl-uppercase{text-transform:uppercase !important}.ion-text-xl-lowercase{text-transform:lowercase !important}.ion-text-xl-capitalize{text-transform:capitalize !important}}.ion-align-self-start{align-self:flex-start !important}.ion-align-self-end{align-self:flex-end !important}.ion-align-self-center{align-self:center !important}.ion-align-self-stretch{align-self:stretch !important}.ion-align-self-baseline{align-self:baseline !important}.ion-align-self-auto{align-self:auto !important}.ion-wrap{flex-wrap:wrap !important}.ion-nowrap{flex-wrap:nowrap !important}.ion-wrap-reverse{flex-wrap:wrap-reverse !important}.ion-justify-content-start{justify-content:flex-start !important}.ion-justify-content-center{justify-content:center !important}.ion-justify-content-end{justify-content:flex-end !important}.ion-justify-content-around{justify-content:space-around !important}.ion-justify-content-between{justify-content:space-between !important}.ion-justify-content-evenly{justify-content:space-evenly !important}.ion-align-items-start{align-items:flex-start !important}.ion-align-items-center{align-items:center !important}.ion-align-items-end{align-items:flex-end !important}.ion-align-items-stretch{align-items:stretch !important}.ion-align-items-baseline{align-items:baseline !important}.ion-hide{display:none !important}.ion-hide-up{display:none !important}.ion-hide-down{display:none !important}@media(min-width: 576px){.ion-hide-sm-up{display:none !important}}@media(max-width: 575.98px){.ion-hide-sm-down{display:none !important}}@media(min-width: 768px){.ion-hide-md-up{display:none !important}}@media(max-width: 767.98px){.ion-hide-md-down{display:none !important}}@media(min-width: 992px){.ion-hide-lg-up{display:none !important}}@media(max-width: 991.98px){.ion-hide-lg-down{display:none !important}}@media(min-width: 1200px){.ion-hide-xl-up{display:none !important}}@media(max-width: 1199.98px){.ion-hide-xl-down{display:none !important}}/*# sourceMappingURL=utils.bundle.css.map */
|