@pod-os/elements 0.0.1 → 0.0.2-c322656
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/dist/cjs/{animation-bd89cfc5.js → animation-5840e4df.js} +1 -1
- package/dist/cjs/{app-globals-01ad6c72.js → app-globals-8793f3b5.js} +1 -1
- package/dist/cjs/{button-active-e6ddc8af.js → button-active-dc62e864.js} +3 -3
- package/dist/cjs/{cubic-bezier-24e309bf.js → cubic-bezier-dcb7bfef.js} +0 -0
- package/dist/cjs/elements.cjs.js +5 -5
- package/dist/cjs/{focus-visible-1583bc8e.js → focus-visible-16c98640.js} +0 -0
- package/dist/cjs/{framework-delegate-0a2d58a6.js → framework-delegate-c45292a3.js} +1 -1
- package/dist/cjs/{gesture-controller-e824cfb3.js → gesture-controller-fbbe9a65.js} +0 -0
- package/dist/cjs/{haptic-415dac5b.js → haptic-09e73337.js} +0 -0
- package/dist/cjs/{hardware-back-button-ca468aae.js → hardware-back-button-01027575.js} +0 -0
- package/dist/cjs/{helpers-ff618d5e.js → helpers-398ced09.js} +67 -0
- package/dist/cjs/{index-6bf2cd3d.js → index-0aae2825.js} +121 -79
- package/dist/cjs/{index-427d03fb.js → index-6bbae9b1.js} +0 -0
- package/dist/cjs/{index-5663f42c.js → index-b8164b0b.js} +4 -4
- package/dist/cjs/{index-5571e89c.js → index-d01d9183.js} +1 -1
- package/dist/cjs/{index-b29012b2.js → index-fdf96391.js} +4 -4
- package/dist/cjs/{input-shims-23510d35.js → input-shims-e959d9e2.js} +1 -1
- package/dist/cjs/ion-action-sheet.cjs.entry.js +13 -13
- package/dist/cjs/ion-alert.cjs.entry.js +12 -12
- package/dist/cjs/{ion-app_32.cjs.entry.js → ion-app_34.cjs.entry.js} +475 -64
- package/dist/cjs/ion-avatar.cjs.entry.js +2 -2
- package/dist/cjs/ion-back-button.cjs.entry.js +9 -5
- package/dist/cjs/ion-backdrop.cjs.entry.js +3 -3
- package/dist/cjs/ion-badge.cjs.entry.js +3 -3
- package/dist/cjs/ion-buttons.cjs.entry.js +2 -2
- package/dist/cjs/ion-card-subtitle.cjs.entry.js +30 -0
- package/dist/cjs/ion-checkbox.cjs.entry.js +4 -4
- package/dist/cjs/ion-chip.cjs.entry.js +3 -3
- package/dist/cjs/ion-datetime.cjs.entry.js +6 -6
- package/dist/cjs/ion-fab-button.cjs.entry.js +3 -3
- package/dist/cjs/ion-fab-list.cjs.entry.js +2 -2
- package/dist/cjs/ion-fab.cjs.entry.js +2 -2
- package/dist/cjs/ion-img.cjs.entry.js +2 -2
- package/dist/cjs/ion-infinite-scroll-content.cjs.entry.js +3 -3
- package/dist/cjs/ion-infinite-scroll.cjs.entry.js +2 -2
- package/dist/cjs/ion-input.cjs.entry.js +5 -5
- package/dist/cjs/ion-item-option.cjs.entry.js +3 -3
- package/dist/cjs/ion-item-options.cjs.entry.js +3 -3
- package/dist/cjs/ion-item-sliding.cjs.entry.js +4 -4
- package/dist/cjs/ion-list-header_3.cjs.entry.js +4 -4
- package/dist/cjs/ion-loading.cjs.entry.js +8 -8
- package/dist/cjs/ion-menu-button.cjs.entry.js +9 -9
- package/dist/cjs/ion-menu-toggle.cjs.entry.js +7 -7
- package/dist/cjs/ion-menu.cjs.entry.js +117 -13
- package/dist/cjs/ion-modal.cjs.entry.js +12 -12
- package/dist/cjs/ion-nav-link.cjs.entry.js +1 -1
- package/dist/cjs/ion-nav.cjs.entry.js +7 -7
- package/dist/cjs/ion-note.cjs.entry.js +3 -3
- package/dist/cjs/ion-picker-column.cjs.entry.js +5 -5
- package/dist/cjs/ion-picker.cjs.entry.js +7 -7
- package/dist/cjs/ion-popover.cjs.entry.js +11 -11
- package/dist/cjs/ion-range.cjs.entry.js +6 -6
- package/dist/cjs/ion-refresher-content.cjs.entry.js +4 -4
- package/dist/cjs/ion-refresher.cjs.entry.js +9 -9
- package/dist/cjs/ion-reorder-group.cjs.entry.js +4 -4
- package/dist/cjs/ion-reorder.cjs.entry.js +2 -2
- package/dist/cjs/ion-route-redirect.cjs.entry.js +1 -1
- package/dist/cjs/ion-route.cjs.entry.js +1 -1
- package/dist/cjs/ion-router-link.cjs.entry.js +3 -3
- package/dist/cjs/ion-router-outlet.cjs.entry.js +7 -7
- package/dist/cjs/ion-router.cjs.entry.js +48 -8
- package/dist/cjs/ion-searchbar.cjs.entry.js +4 -4
- package/dist/cjs/ion-segment-button.cjs.entry.js +4 -4
- package/dist/cjs/ion-segment.cjs.entry.js +5 -5
- package/dist/cjs/ion-select-option.cjs.entry.js +2 -2
- package/dist/cjs/ion-select-popover.cjs.entry.js +6 -6
- package/dist/cjs/ion-select.cjs.entry.js +6 -6
- package/dist/cjs/ion-skeleton-text.cjs.entry.js +3 -3
- package/dist/cjs/ion-slide.cjs.entry.js +2 -2
- package/dist/cjs/ion-slides.cjs.entry.js +8 -27
- package/dist/cjs/ion-spinner.cjs.entry.js +4 -4
- package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
- package/dist/cjs/ion-tab-bar.cjs.entry.js +3 -3
- package/dist/cjs/ion-tab-button.cjs.entry.js +2 -2
- package/dist/cjs/ion-tab.cjs.entry.js +3 -3
- package/dist/cjs/ion-tabs.cjs.entry.js +1 -1
- package/dist/cjs/ion-text.cjs.entry.js +3 -3
- package/dist/cjs/ion-textarea.cjs.entry.js +5 -5
- package/dist/cjs/ion-thumbnail.cjs.entry.js +2 -2
- package/dist/cjs/ion-toast.cjs.entry.js +8 -8
- package/dist/cjs/ion-toggle.cjs.entry.js +6 -6
- package/dist/cjs/ion-virtual-scroll.cjs.entry.js +2 -2
- package/dist/cjs/{ionic-global-167e590d.js → ionic-global-a6599940.js} +1 -1
- package/dist/cjs/{ios.transition-2250af96.js → ios.transition-b6fe660c.js} +4 -4
- package/dist/cjs/{keyboard-1dcbde6c.js → keyboard-9e8103e4.js} +0 -0
- package/dist/cjs/loader.cjs.js +5 -5
- package/dist/cjs/{md.transition-e801e09e.js → md.transition-af65cb42.js} +4 -4
- package/dist/cjs/{menu-toggle-util-48d3b587.js → menu-toggle-util-e66c2545.js} +1 -1
- package/dist/cjs/{overlays-0c3389b6.js → overlays-7d879e64.js} +3 -3
- package/dist/cjs/{spinner-configs-559523fd.js → spinner-configs-fb16b986.js} +0 -0
- package/dist/cjs/{status-tap-da644888.js → status-tap-869e1b97.js} +2 -2
- package/dist/cjs/{swipe-back-a15422cc.js → swipe-back-c4a778df.js} +3 -3
- package/dist/cjs/{swiper.bundle-8c897c07.js → swiper.bundle-bcbafede.js} +0 -0
- package/dist/cjs/{tap-click-9c4dcea3.js → tap-click-f24cb477.js} +1 -1
- package/dist/cjs/{theme-98ccfc24.js → theme-2259d0f5.js} +0 -0
- package/dist/collection/apps/pos-app-generic/pos-app-generic.js +21 -0
- package/dist/collection/collection-manifest.json +6 -3
- package/dist/collection/components/pos-app/pos-app.js +6 -6
- package/dist/collection/components/pos-demo-app/pos-demo-app.js +3 -34
- package/dist/collection/components/pos-login/pos-login.js +7 -7
- package/dist/collection/components/pos-resource/pos-resource.js +6 -3
- package/dist/collection/components/pos-reverse-relations/pos-reverse-relations.js +43 -0
- package/dist/collection/components/pos-rich-link/pos-rich-link.js +1 -1
- package/dist/collection/components/pos-router/pos-router.js +38 -0
- package/dist/collection/store/session.js +2 -2
- package/dist/collection/test/mockPodOS.js +15 -1
- package/dist/custom-elements/index.d.ts +18 -0
- package/dist/custom-elements/index.js +879 -242
- package/dist/elements/elements.css +1 -1
- package/dist/elements/elements.esm.js +1 -1
- package/dist/elements/{p-252ee244.entry.js → p-025c9a9b.entry.js} +1 -1
- package/dist/elements/p-039fd555.js +1 -0
- package/dist/elements/{p-f2660943.js → p-03bda390.js} +0 -0
- package/dist/elements/{p-4ea63d49.entry.js → p-03cde843.entry.js} +1 -1
- package/dist/elements/p-0452fb27.entry.js +1 -0
- package/dist/elements/{p-2bb4eed0.entry.js → p-0931b188.entry.js} +1 -1
- package/dist/elements/p-0addb25c.entry.js +1 -0
- package/dist/elements/p-10e4ca40.entry.js +1 -0
- package/dist/elements/p-12094a99.entry.js +1 -0
- package/dist/elements/{p-22c3fe84.js → p-16427279.js} +1 -1
- package/dist/elements/{p-35ae10a1.entry.js → p-17758df3.entry.js} +1 -1
- package/dist/elements/p-1aa0e849.js +1 -0
- package/dist/elements/{p-1672bb59.js → p-1bb1a7ba.js} +1 -1
- package/dist/elements/{p-c563b4de.js → p-1d4a2c61.js} +0 -0
- package/dist/elements/p-1d8e7db1.entry.js +1 -0
- package/dist/elements/{p-073c4b46.entry.js → p-1f6a9d65.entry.js} +1 -1
- package/dist/elements/{p-c9c31823.entry.js → p-2145cf89.entry.js} +1 -1
- package/dist/elements/{p-d3820644.entry.js → p-22fc3a24.entry.js} +1 -1
- package/dist/elements/p-2c2ae808.js +1 -0
- package/dist/elements/p-30ceacb9.entry.js +1 -0
- package/dist/elements/{p-7dbfc316.js → p-312e6979.js} +0 -0
- package/dist/elements/{p-8f72be08.js → p-37de7110.js} +0 -0
- package/dist/elements/{p-5dcf40ab.entry.js → p-387aff19.entry.js} +1 -1
- package/dist/elements/{p-21a76883.js → p-38bde1d3.js} +1 -1
- package/dist/elements/{p-10a1d53e.entry.js → p-3a26e7e5.entry.js} +1 -1
- package/dist/elements/{p-b41e0ead.entry.js → p-3e6db2fa.entry.js} +1 -1
- package/dist/elements/p-46221508.entry.js +1 -0
- package/dist/elements/{p-3bf3b9ee.entry.js → p-4b8b50f2.entry.js} +1 -1
- package/dist/elements/{p-b85f2273.entry.js → p-51c7cb3f.entry.js} +1 -1
- package/dist/elements/{p-44da9fdb.entry.js → p-5628f80d.entry.js} +1 -1
- package/dist/elements/{p-52b26eb1.entry.js → p-57f7c0c2.entry.js} +1 -1
- package/dist/elements/{p-37fb0153.entry.js → p-58625104.entry.js} +1 -1
- package/dist/elements/p-66bbe62d.entry.js +1 -0
- package/dist/elements/{p-7748825d.entry.js → p-671b4546.entry.js} +1 -1
- package/dist/elements/p-675e436c.js +1 -0
- package/dist/elements/{p-adaf489e.entry.js → p-6e905d35.entry.js} +1 -1
- package/dist/elements/p-7003c175.entry.js +1 -0
- package/dist/elements/p-7010f947.entry.js +1 -0
- package/dist/elements/p-70f5d1c1.entry.js +1 -0
- package/dist/elements/p-735719e4.js +1 -0
- package/dist/elements/{p-9ab5469e.entry.js → p-78cd25d1.entry.js} +1 -1
- package/dist/elements/{p-762052a8.entry.js → p-80adc18b.entry.js} +1 -1
- package/dist/elements/{p-58fde612.entry.js → p-8544ef1b.entry.js} +1 -1
- package/dist/elements/p-854dbdf1.js +1 -0
- package/dist/elements/{p-6428a29b.entry.js → p-856e2a7d.entry.js} +1 -1
- package/dist/elements/{p-8fc9298a.js → p-874c2b44.js} +0 -0
- package/dist/elements/{p-6c8effa6.entry.js → p-8aaf51be.entry.js} +1 -1
- package/dist/elements/{p-cf929f00.entry.js → p-8b372444.entry.js} +1 -1
- package/dist/elements/{p-c2396e45.js → p-8d1d6062.js} +1 -1
- package/dist/elements/{p-6d0e7670.entry.js → p-8d8e018a.entry.js} +1 -1
- package/dist/elements/{p-894597a1.entry.js → p-90ab8eff.entry.js} +1 -1
- package/dist/elements/{p-2e4e8117.js → p-91fe653f.js} +0 -0
- package/dist/elements/p-92a0735b.js +1 -0
- package/dist/elements/{p-f5849699.js → p-98c79eda.js} +1 -1
- package/dist/elements/{p-c6685d24.entry.js → p-99837f0d.entry.js} +1 -1
- package/dist/elements/{p-0bbdf7ee.entry.js → p-9a05c749.entry.js} +1 -1
- package/dist/elements/{p-c358ebf9.entry.js → p-9b2ff01b.entry.js} +1 -1
- package/dist/elements/p-9b903903.js +1 -0
- package/dist/elements/{p-677eed6e.entry.js → p-a08b2157.entry.js} +1 -1
- package/dist/elements/{p-627c2a27.entry.js → p-a0ee39e8.entry.js} +1 -1
- package/dist/elements/{p-c46ee782.entry.js → p-a5b00718.entry.js} +1 -1
- package/dist/elements/p-a712c2f6.js +2 -0
- package/dist/elements/p-a9dafdf2.entry.js +1 -0
- package/dist/elements/{p-aef0bba0.js → p-aab0f63c.js} +0 -0
- package/dist/elements/{p-670281d8.entry.js → p-b04936a5.entry.js} +1 -1
- package/dist/elements/{p-69104d78.entry.js → p-b4ab884c.entry.js} +1 -1
- package/dist/elements/{p-559e271a.entry.js → p-b7cd6fef.entry.js} +1 -1
- package/dist/elements/p-b84ab0eb.js +1 -0
- package/dist/elements/{p-89d2245e.entry.js → p-bcc3c37c.entry.js} +1 -1
- package/dist/elements/p-bf5cd642.entry.js +1 -0
- package/dist/elements/{p-111520a0.js → p-c1e7fbfb.js} +0 -0
- package/dist/elements/p-c3e16816.entry.js +1 -0
- package/dist/elements/p-c67ec320.js +1 -0
- package/dist/elements/{p-3d2c1009.entry.js → p-c6dbdd06.entry.js} +1 -1
- package/dist/elements/{p-73a89fc4.entry.js → p-c7feb66f.entry.js} +1 -1
- package/dist/elements/{p-258f83d6.entry.js → p-c8663562.entry.js} +1 -1
- package/dist/elements/{p-0773b39d.entry.js → p-c94f01cf.entry.js} +1 -1
- package/dist/elements/{p-051e7d1c.entry.js → p-c96b5885.entry.js} +1 -1
- package/dist/elements/p-ca395368.entry.js +1 -0
- package/dist/elements/{p-417a8dd6.js → p-ca69d6c9.js} +0 -0
- package/dist/elements/{p-8f9f5815.entry.js → p-cf79afd2.entry.js} +1 -1
- package/dist/elements/{p-7840618d.js → p-cfc0e54d.js} +0 -0
- package/dist/elements/{p-20488e32.entry.js → p-d4ac974f.entry.js} +1 -1
- package/dist/elements/{p-3d052ec7.entry.js → p-d6012b74.entry.js} +1 -1
- package/dist/elements/{p-b5c94073.entry.js → p-d82c8102.entry.js} +1 -1
- package/dist/elements/{p-996d272b.entry.js → p-d9570980.entry.js} +1 -1
- package/dist/elements/{p-e4cd9daa.entry.js → p-da1d4d15.entry.js} +1 -1
- package/dist/elements/p-e8b8da88.entry.js +1 -0
- package/dist/elements/{p-7735ce2a.js → p-ec47a369.js} +1 -1
- package/dist/elements/{p-39e69ceb.entry.js → p-f35bc63b.entry.js} +1 -1
- package/dist/elements/{p-d7bc38e3.entry.js → p-f4120adc.entry.js} +1 -1
- package/dist/elements/p-f5b9742c.js +1 -0
- package/dist/elements/{p-5e6fdd4f.entry.js → p-f91f59f9.entry.js} +1 -1
- package/dist/esm/{animation-23699cc5.js → animation-cb124ae5.js} +1 -1
- package/dist/esm/{app-globals-b3330c28.js → app-globals-6c3cceb6.js} +1 -1
- package/dist/esm/{button-active-8918719c.js → button-active-1cd0f291.js} +3 -3
- package/dist/esm/{cubic-bezier-ed243a9b.js → cubic-bezier-108b8579.js} +0 -0
- package/dist/esm/elements.js +5 -5
- package/dist/esm/{focus-visible-abf04ce3.js → focus-visible-edb28f19.js} +0 -0
- package/dist/esm/{framework-delegate-0a271c52.js → framework-delegate-ef487ffc.js} +1 -1
- package/dist/esm/{gesture-controller-604336b7.js → gesture-controller-8f35af24.js} +0 -0
- package/dist/esm/{haptic-67928174.js → haptic-c424e670.js} +0 -0
- package/dist/esm/{hardware-back-button-508e48cf.js → hardware-back-button-bb4c578a.js} +0 -0
- package/dist/esm/{helpers-dffac6f7.js → helpers-af16fc18.js} +67 -1
- package/dist/esm/{index-82f710ea.js → index-082b47ce.js} +121 -79
- package/dist/esm/{index-f910ce2c.js → index-178a7a06.js} +4 -4
- package/dist/esm/{index-51ec9e66.js → index-3a1bd803.js} +2 -2
- package/dist/esm/{index-cc97b114.js → index-8d682224.js} +0 -0
- package/dist/esm/{index-db7c08b4.js → index-edb45c26.js} +4 -4
- package/dist/esm/{input-shims-9c0b3bc9.js → input-shims-dbfbbeff.js} +1 -1
- package/dist/esm/ion-action-sheet.entry.js +13 -13
- package/dist/esm/ion-alert.entry.js +12 -12
- package/dist/esm/{ion-app_32.entry.js → ion-app_34.entry.js} +471 -62
- package/dist/esm/ion-avatar.entry.js +2 -2
- package/dist/esm/ion-back-button.entry.js +9 -5
- package/dist/esm/ion-backdrop.entry.js +3 -3
- package/dist/esm/ion-badge.entry.js +3 -3
- package/dist/esm/ion-buttons.entry.js +2 -2
- package/dist/esm/ion-card-subtitle.entry.js +26 -0
- package/dist/esm/ion-checkbox.entry.js +4 -4
- package/dist/esm/ion-chip.entry.js +3 -3
- package/dist/esm/ion-datetime.entry.js +6 -6
- package/dist/esm/ion-fab-button.entry.js +3 -3
- package/dist/esm/ion-fab-list.entry.js +2 -2
- package/dist/esm/ion-fab.entry.js +2 -2
- package/dist/esm/ion-img.entry.js +2 -2
- package/dist/esm/ion-infinite-scroll-content.entry.js +3 -3
- package/dist/esm/ion-infinite-scroll.entry.js +2 -2
- package/dist/esm/ion-input.entry.js +5 -5
- package/dist/esm/ion-item-option.entry.js +3 -3
- package/dist/esm/ion-item-options.entry.js +3 -3
- package/dist/esm/ion-item-sliding.entry.js +4 -4
- package/dist/esm/ion-list-header_3.entry.js +4 -4
- package/dist/esm/ion-loading.entry.js +8 -8
- package/dist/esm/ion-menu-button.entry.js +9 -9
- package/dist/esm/ion-menu-toggle.entry.js +7 -7
- package/dist/esm/ion-menu.entry.js +117 -13
- package/dist/esm/ion-modal.entry.js +12 -12
- package/dist/esm/ion-nav-link.entry.js +1 -1
- package/dist/esm/ion-nav.entry.js +7 -7
- package/dist/esm/ion-note.entry.js +3 -3
- package/dist/esm/ion-picker-column.entry.js +5 -5
- package/dist/esm/ion-picker.entry.js +7 -7
- package/dist/esm/ion-popover.entry.js +11 -11
- package/dist/esm/ion-range.entry.js +6 -6
- package/dist/esm/ion-refresher-content.entry.js +4 -4
- package/dist/esm/ion-refresher.entry.js +9 -9
- package/dist/esm/ion-reorder-group.entry.js +4 -4
- package/dist/esm/ion-reorder.entry.js +2 -2
- package/dist/esm/ion-route-redirect.entry.js +1 -1
- package/dist/esm/ion-route.entry.js +1 -1
- package/dist/esm/ion-router-link.entry.js +3 -3
- package/dist/esm/ion-router-outlet.entry.js +7 -7
- package/dist/esm/ion-router.entry.js +48 -8
- package/dist/esm/ion-searchbar.entry.js +4 -4
- package/dist/esm/ion-segment-button.entry.js +4 -4
- package/dist/esm/ion-segment.entry.js +5 -5
- package/dist/esm/ion-select-option.entry.js +2 -2
- package/dist/esm/ion-select-popover.entry.js +6 -6
- package/dist/esm/ion-select.entry.js +6 -6
- package/dist/esm/ion-skeleton-text.entry.js +3 -3
- package/dist/esm/ion-slide.entry.js +2 -2
- package/dist/esm/ion-slides.entry.js +8 -27
- package/dist/esm/ion-spinner.entry.js +4 -4
- package/dist/esm/ion-split-pane.entry.js +2 -2
- package/dist/esm/ion-tab-bar.entry.js +3 -3
- package/dist/esm/ion-tab-button.entry.js +2 -2
- package/dist/esm/ion-tab.entry.js +3 -3
- package/dist/esm/ion-tabs.entry.js +1 -1
- package/dist/esm/ion-text.entry.js +3 -3
- package/dist/esm/ion-textarea.entry.js +5 -5
- package/dist/esm/ion-thumbnail.entry.js +2 -2
- package/dist/esm/ion-toast.entry.js +8 -8
- package/dist/esm/ion-toggle.entry.js +6 -6
- package/dist/esm/ion-virtual-scroll.entry.js +2 -2
- package/dist/esm/{ionic-global-fadc16f8.js → ionic-global-b8056dd2.js} +1 -1
- package/dist/esm/{ios.transition-dd5b9636.js → ios.transition-ab339f2c.js} +4 -4
- package/dist/esm/{keyboard-06906eac.js → keyboard-e6abcb80.js} +0 -0
- package/dist/esm/loader.js +5 -5
- package/dist/esm/{md.transition-6a0a5df0.js → md.transition-1ed7c8eb.js} +4 -4
- package/dist/esm/{menu-toggle-util-0e5e4140.js → menu-toggle-util-d2db3453.js} +1 -1
- package/dist/esm/{overlays-6a09f1ef.js → overlays-423fcd0a.js} +3 -3
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/{spinner-configs-9536fae2.js → spinner-configs-aaf2a1a9.js} +0 -0
- package/dist/esm/{status-tap-54b1c888.js → status-tap-3e0a5551.js} +2 -2
- package/dist/esm/{swipe-back-5459ab3a.js → swipe-back-7e655479.js} +3 -3
- package/dist/esm/{swiper.bundle-b6a959de.js → swiper.bundle-2dd16264.js} +0 -0
- package/dist/esm/{tap-click-e0215d5a.js → tap-click-faa3d392.js} +1 -1
- package/dist/esm/{theme-12606872.js → theme-d21826a7.js} +0 -0
- package/dist/types/apps/pos-app-generic/pos-app-generic.d.ts +3 -0
- package/dist/types/components/pos-app/pos-app.d.ts +2 -2
- package/dist/types/components/pos-demo-app/pos-demo-app.d.ts +0 -2
- package/dist/types/components/pos-login/pos-login.d.ts +1 -1
- package/dist/types/components/pos-resource/pos-resource.d.ts +1 -1
- package/dist/types/components/pos-reverse-relations/pos-reverse-relations.d.ts +8 -0
- package/dist/types/components/pos-rich-link/pos-rich-link.d.ts +1 -1
- package/dist/types/components/pos-router/pos-router.d.ts +8 -0
- package/dist/types/components.d.ts +79 -7
- package/dist/types/stencil-public-runtime.d.ts +6 -4
- package/dist/types/store/session.d.ts +3 -3
- package/dist/types/test/mockPodOS.d.ts +1 -0
- package/loader/index.d.ts +0 -1
- package/package.json +19 -10
- package/readme.md +9 -64
- package/dist/elements/p-0ce985f2.entry.js +0 -1
- package/dist/elements/p-2ae62ee2.entry.js +0 -1
- package/dist/elements/p-3783db21.entry.js +0 -1
- package/dist/elements/p-3eb3ceda.js +0 -1
- package/dist/elements/p-4261cf00.entry.js +0 -1
- package/dist/elements/p-4e81f5a3.js +0 -1
- package/dist/elements/p-4f428fec.js +0 -1
- package/dist/elements/p-514a156e.entry.js +0 -1
- package/dist/elements/p-64fbf059.entry.js +0 -1
- package/dist/elements/p-6f125c33.entry.js +0 -1
- package/dist/elements/p-7e4727c5.entry.js +0 -1
- package/dist/elements/p-825cd4a4.js +0 -1
- package/dist/elements/p-8e7bb098.js +0 -1
- package/dist/elements/p-94ccf933.js +0 -1
- package/dist/elements/p-974e28d1.entry.js +0 -1
- package/dist/elements/p-a856c740.entry.js +0 -1
- package/dist/elements/p-aae3bbd8.js +0 -1
- package/dist/elements/p-bc8ab428.entry.js +0 -1
- package/dist/elements/p-cb3dd05c.entry.js +0 -1
- package/dist/elements/p-cd151f5b.js +0 -1
- package/dist/elements/p-cd981ec5.js +0 -1
- package/dist/elements/p-d9cf0163.js +0 -1
- package/dist/elements/p-db2e69b4.js +0 -1
- package/dist/elements/p-deec7dde.entry.js +0 -1
- package/dist/elements/p-e110bbef.entry.js +0 -1
- package/dist/elements/p-f8e7eda0.js +0 -1
- package/dist/elements/p-fba364fd.entry.js +0 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.ios.css +0 -371
- package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.md.css +0 -287
- package/dist/node_modules/@ionic/core/dist/collection/components/alert/alert.ios.css +0 -494
- package/dist/node_modules/@ionic/core/dist/collection/components/alert/alert.md.css +0 -502
- package/dist/node_modules/@ionic/core/dist/collection/components/app/app.css +0 -17
- package/dist/node_modules/@ionic/core/dist/collection/components/avatar/avatar.ios.css +0 -22
- package/dist/node_modules/@ionic/core/dist/collection/components/avatar/avatar.md.css +0 -22
- package/dist/node_modules/@ionic/core/dist/collection/components/back-button/back-button.ios.css +0 -281
- package/dist/node_modules/@ionic/core/dist/collection/components/back-button/back-button.md.css +0 -309
- package/dist/node_modules/@ionic/core/dist/collection/components/backdrop/backdrop.ios.css +0 -26
- package/dist/node_modules/@ionic/core/dist/collection/components/backdrop/backdrop.md.css +0 -26
- package/dist/node_modules/@ionic/core/dist/collection/components/badge/badge.ios.css +0 -58
- package/dist/node_modules/@ionic/core/dist/collection/components/badge/badge.md.css +0 -62
- package/dist/node_modules/@ionic/core/dist/collection/components/button/button.ios.css +0 -439
- package/dist/node_modules/@ionic/core/dist/collection/components/button/button.md.css +0 -428
- package/dist/node_modules/@ionic/core/dist/collection/components/buttons/buttons.ios.css +0 -128
- package/dist/node_modules/@ionic/core/dist/collection/components/buttons/buttons.md.css +0 -151
- package/dist/node_modules/@ionic/core/dist/collection/components/card/card.ios.css +0 -101
- package/dist/node_modules/@ionic/core/dist/collection/components/card/card.md.css +0 -95
- package/dist/node_modules/@ionic/core/dist/collection/components/card-content/card-content.ios.css +0 -61
- package/dist/node_modules/@ionic/core/dist/collection/components/card-content/card-content.md.css +0 -63
- package/dist/node_modules/@ionic/core/dist/collection/components/card-header/card-header.ios.css +0 -37
- package/dist/node_modules/@ionic/core/dist/collection/components/card-header/card-header.md.css +0 -35
- package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -28
- package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -26
- package/dist/node_modules/@ionic/core/dist/collection/components/card-title/card-title.ios.css +0 -27
- package/dist/node_modules/@ionic/core/dist/collection/components/card-title/card-title.md.css +0 -27
- package/dist/node_modules/@ionic/core/dist/collection/components/checkbox/checkbox.ios.css +0 -169
- package/dist/node_modules/@ionic/core/dist/collection/components/checkbox/checkbox.md.css +0 -172
- package/dist/node_modules/@ionic/core/dist/collection/components/chip/chip.ios.css +0 -200
- package/dist/node_modules/@ionic/core/dist/collection/components/chip/chip.md.css +0 -200
- package/dist/node_modules/@ionic/core/dist/collection/components/col/col.css +0 -108
- package/dist/node_modules/@ionic/core/dist/collection/components/content/content.css +0 -184
- package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.ios.css +0 -106
- package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.md.css +0 -106
- package/dist/node_modules/@ionic/core/dist/collection/components/fab/fab.css +0 -61
- package/dist/node_modules/@ionic/core/dist/collection/components/fab-button/fab-button.ios.css +0 -338
- package/dist/node_modules/@ionic/core/dist/collection/components/fab-button/fab-button.md.css +0 -307
- package/dist/node_modules/@ionic/core/dist/collection/components/fab-list/fab-list.css +0 -116
- package/dist/node_modules/@ionic/core/dist/collection/components/footer/footer.ios.css +0 -33
- package/dist/node_modules/@ionic/core/dist/collection/components/footer/footer.md.css +0 -37
- package/dist/node_modules/@ionic/core/dist/collection/components/grid/grid.css +0 -151
- package/dist/node_modules/@ionic/core/dist/collection/components/header/header.ios.css +0 -92
- package/dist/node_modules/@ionic/core/dist/collection/components/header/header.md.css +0 -40
- package/dist/node_modules/@ionic/core/dist/collection/components/img/img.css +0 -12
- package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll/infinite-scroll.css +0 -8
- package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +0 -54
- package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +0 -54
- package/dist/node_modules/@ionic/core/dist/collection/components/input/input.ios.css +0 -185
- package/dist/node_modules/@ionic/core/dist/collection/components/input/input.md.css +0 -185
- package/dist/node_modules/@ionic/core/dist/collection/components/item/item.ios.css +0 -580
- package/dist/node_modules/@ionic/core/dist/collection/components/item/item.md.css +0 -654
- package/dist/node_modules/@ionic/core/dist/collection/components/item-divider/item-divider.ios.css +0 -204
- package/dist/node_modules/@ionic/core/dist/collection/components/item-divider/item-divider.md.css +0 -297
- package/dist/node_modules/@ionic/core/dist/collection/components/item-group/item-group.ios.css +0 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/item-group/item-group.md.css +0 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/item-option/item-option.ios.css +0 -186
- package/dist/node_modules/@ionic/core/dist/collection/components/item-option/item-option.md.css +0 -180
- package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.ios.css +0 -88
- package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.md.css +0 -85
- package/dist/node_modules/@ionic/core/dist/collection/components/item-sliding/item-sliding.css +0 -42
- package/dist/node_modules/@ionic/core/dist/collection/components/label/label.ios.css +0 -156
- package/dist/node_modules/@ionic/core/dist/collection/components/label/label.md.css +0 -172
- package/dist/node_modules/@ionic/core/dist/collection/components/list/list.ios.css +0 -91
- package/dist/node_modules/@ionic/core/dist/collection/components/list/list.md.css +0 -114
- package/dist/node_modules/@ionic/core/dist/collection/components/list-header/list-header.ios.css +0 -118
- package/dist/node_modules/@ionic/core/dist/collection/components/list-header/list-header.md.css +0 -94
- package/dist/node_modules/@ionic/core/dist/collection/components/loading/loading.ios.css +0 -114
- package/dist/node_modules/@ionic/core/dist/collection/components/loading/loading.md.css +0 -105
- package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.ios.css +0 -131
- package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.md.css +0 -127
- package/dist/node_modules/@ionic/core/dist/collection/components/menu-button/menu-button.ios.css +0 -175
- package/dist/node_modules/@ionic/core/dist/collection/components/menu-button/menu-button.md.css +0 -178
- package/dist/node_modules/@ionic/core/dist/collection/components/menu-toggle/menu-toggle.css +0 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.ios.css +0 -159
- package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.md.css +0 -105
- package/dist/node_modules/@ionic/core/dist/collection/components/nav/nav.css +0 -10
- package/dist/node_modules/@ionic/core/dist/collection/components/note/note.ios.css +0 -16
- package/dist/node_modules/@ionic/core/dist/collection/components/note/note.md.css +0 -17
- package/dist/node_modules/@ionic/core/dist/collection/components/picker/picker.ios.css +0 -217
- package/dist/node_modules/@ionic/core/dist/collection/components/picker/picker.md.css +0 -204
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.ios.css +0 -122
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.md.css +0 -123
- package/dist/node_modules/@ionic/core/dist/collection/components/popover/popover.ios.css +0 -118
- package/dist/node_modules/@ionic/core/dist/collection/components/popover/popover.md.css +0 -83
- package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.ios.css +0 -206
- package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.md.css +0 -206
- package/dist/node_modules/@ionic/core/dist/collection/components/radio/radio.ios.css +0 -177
- package/dist/node_modules/@ionic/core/dist/collection/components/radio/radio.md.css +0 -178
- package/dist/node_modules/@ionic/core/dist/collection/components/range/range.ios.css +0 -275
- package/dist/node_modules/@ionic/core/dist/collection/components/range/range.md.css +0 -320
- package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.ios.css +0 -177
- package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.md.css +0 -210
- package/dist/node_modules/@ionic/core/dist/collection/components/reorder/reorder.ios.css +0 -15
- package/dist/node_modules/@ionic/core/dist/collection/components/reorder/reorder.md.css +0 -15
- package/dist/node_modules/@ionic/core/dist/collection/components/reorder-group/reorder-group.css +0 -33
- package/dist/node_modules/@ionic/core/dist/collection/components/ripple-effect/ripple-effect.css +0 -58
- package/dist/node_modules/@ionic/core/dist/collection/components/router-link/router-link.css +0 -29
- package/dist/node_modules/@ionic/core/dist/collection/components/router-outlet/route-outlet.css +0 -10
- package/dist/node_modules/@ionic/core/dist/collection/components/row/row.css +0 -4
- package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.ios.css +0 -348
- package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.md.css +0 -279
- package/dist/node_modules/@ionic/core/dist/collection/components/segment/segment.ios.css +0 -65
- package/dist/node_modules/@ionic/core/dist/collection/components/segment/segment.md.css +0 -36
- package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.ios.css +0 -446
- package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.md.css +0 -424
- package/dist/node_modules/@ionic/core/dist/collection/components/select/select.ios.css +0 -145
- package/dist/node_modules/@ionic/core/dist/collection/components/select/select.md.css +0 -149
- package/dist/node_modules/@ionic/core/dist/collection/components/select-option/select-option.css +0 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/select-popover/select-popover.css +0 -14
- package/dist/node_modules/@ionic/core/dist/collection/components/skeleton-text/skeleton-text.css +0 -53
- package/dist/node_modules/@ionic/core/dist/collection/components/slide/slide.css +0 -31
- package/dist/node_modules/@ionic/core/dist/collection/components/slides/slides.ios.css +0 -764
- package/dist/node_modules/@ionic/core/dist/collection/components/slides/slides.md.css +0 -764
- package/dist/node_modules/@ionic/core/dist/collection/components/spinner/spinner.css +0 -154
- package/dist/node_modules/@ionic/core/dist/collection/components/split-pane/split-pane.ios.css +0 -108
- package/dist/node_modules/@ionic/core/dist/collection/components/split-pane/split-pane.md.css +0 -108
- package/dist/node_modules/@ionic/core/dist/collection/components/tab/tab.css +0 -4
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.ios.css +0 -97
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.md.css +0 -82
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-button/tab-button.ios.css +0 -308
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-button/tab-button.md.css +0 -331
- package/dist/node_modules/@ionic/core/dist/collection/components/tabs/tabs.css +0 -19
- package/dist/node_modules/@ionic/core/dist/collection/components/text/text.css +0 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.ios.css +0 -158
- package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.md.css +0 -162
- package/dist/node_modules/@ionic/core/dist/collection/components/thumbnail/thumbnail.css +0 -21
- package/dist/node_modules/@ionic/core/dist/collection/components/title/title.ios.css +0 -122
- package/dist/node_modules/@ionic/core/dist/collection/components/title/title.md.css +0 -55
- package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.ios.css +0 -250
- package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.md.css +0 -283
- package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.ios.css +0 -237
- package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.md.css +0 -234
- package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.ios.css +0 -174
- package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.md.css +0 -167
- package/dist/node_modules/@ionic/core/dist/collection/components/virtual-scroll/virtual-scroll.css +0 -21
- package/dist/node_modules/ionicons/dist/collection/components/icon/icon.css +0 -101
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
:host {
|
|
2
|
-
/**
|
|
3
|
-
* @prop --background: Background of the card
|
|
4
|
-
* @prop --color: Color of the card
|
|
5
|
-
*/
|
|
6
|
-
--ion-safe-area-left: 0px;
|
|
7
|
-
--ion-safe-area-right: 0px;
|
|
8
|
-
-moz-osx-font-smoothing: grayscale;
|
|
9
|
-
-webkit-font-smoothing: antialiased;
|
|
10
|
-
display: block;
|
|
11
|
-
position: relative;
|
|
12
|
-
background: var(--background);
|
|
13
|
-
color: var(--color);
|
|
14
|
-
font-family: var(--ion-font-family, inherit);
|
|
15
|
-
overflow: hidden;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
:host(.ion-color) {
|
|
19
|
-
background: var(--ion-color-base);
|
|
20
|
-
color: var(--ion-color-contrast);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
:host(.card-disabled) {
|
|
24
|
-
cursor: default;
|
|
25
|
-
opacity: 0.3;
|
|
26
|
-
pointer-events: none;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.card-native {
|
|
30
|
-
font-family: inherit;
|
|
31
|
-
font-size: inherit;
|
|
32
|
-
font-style: inherit;
|
|
33
|
-
font-weight: inherit;
|
|
34
|
-
letter-spacing: inherit;
|
|
35
|
-
text-decoration: inherit;
|
|
36
|
-
text-indent: inherit;
|
|
37
|
-
text-overflow: inherit;
|
|
38
|
-
text-transform: inherit;
|
|
39
|
-
text-align: inherit;
|
|
40
|
-
white-space: inherit;
|
|
41
|
-
color: inherit;
|
|
42
|
-
padding-left: 0;
|
|
43
|
-
padding-right: 0;
|
|
44
|
-
padding-top: 0;
|
|
45
|
-
padding-bottom: 0;
|
|
46
|
-
margin-left: 0;
|
|
47
|
-
margin-right: 0;
|
|
48
|
-
margin-top: 0;
|
|
49
|
-
margin-bottom: 0;
|
|
50
|
-
display: block;
|
|
51
|
-
width: 100%;
|
|
52
|
-
min-height: var(--min-height);
|
|
53
|
-
transition: var(--transition);
|
|
54
|
-
border-width: var(--border-width);
|
|
55
|
-
border-style: var(--border-style);
|
|
56
|
-
border-color: var(--border-color);
|
|
57
|
-
outline: none;
|
|
58
|
-
background: inherit;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.card-native::-moz-focus-inner {
|
|
62
|
-
border: 0;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
button, a {
|
|
66
|
-
cursor: pointer;
|
|
67
|
-
user-select: none;
|
|
68
|
-
-webkit-user-drag: none;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
ion-ripple-effect {
|
|
72
|
-
color: var(--ripple-color);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
:host {
|
|
76
|
-
--background: var(--ion-card-background, var(--ion-item-background, var(--ion-background-color, #fff)));
|
|
77
|
-
--color: var(--ion-card-color, var(--ion-item-color, var(--ion-color-step-600, #666666)));
|
|
78
|
-
margin-left: 16px;
|
|
79
|
-
margin-right: 16px;
|
|
80
|
-
margin-top: 24px;
|
|
81
|
-
margin-bottom: 24px;
|
|
82
|
-
border-radius: 8px;
|
|
83
|
-
transform: translateZ(0);
|
|
84
|
-
transition: transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);
|
|
85
|
-
font-size: 14px;
|
|
86
|
-
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
|
|
87
|
-
}
|
|
88
|
-
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
|
|
89
|
-
:host {
|
|
90
|
-
margin-left: unset;
|
|
91
|
-
margin-right: unset;
|
|
92
|
-
-webkit-margin-start: 16px;
|
|
93
|
-
margin-inline-start: 16px;
|
|
94
|
-
-webkit-margin-end: 16px;
|
|
95
|
-
margin-inline-end: 16px;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
:host(.ion-activated) {
|
|
100
|
-
transform: scale3d(0.97, 0.97, 1);
|
|
101
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
:host {
|
|
2
|
-
/**
|
|
3
|
-
* @prop --background: Background of the card
|
|
4
|
-
* @prop --color: Color of the card
|
|
5
|
-
*/
|
|
6
|
-
--ion-safe-area-left: 0px;
|
|
7
|
-
--ion-safe-area-right: 0px;
|
|
8
|
-
-moz-osx-font-smoothing: grayscale;
|
|
9
|
-
-webkit-font-smoothing: antialiased;
|
|
10
|
-
display: block;
|
|
11
|
-
position: relative;
|
|
12
|
-
background: var(--background);
|
|
13
|
-
color: var(--color);
|
|
14
|
-
font-family: var(--ion-font-family, inherit);
|
|
15
|
-
overflow: hidden;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
:host(.ion-color) {
|
|
19
|
-
background: var(--ion-color-base);
|
|
20
|
-
color: var(--ion-color-contrast);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
:host(.card-disabled) {
|
|
24
|
-
cursor: default;
|
|
25
|
-
opacity: 0.3;
|
|
26
|
-
pointer-events: none;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.card-native {
|
|
30
|
-
font-family: inherit;
|
|
31
|
-
font-size: inherit;
|
|
32
|
-
font-style: inherit;
|
|
33
|
-
font-weight: inherit;
|
|
34
|
-
letter-spacing: inherit;
|
|
35
|
-
text-decoration: inherit;
|
|
36
|
-
text-indent: inherit;
|
|
37
|
-
text-overflow: inherit;
|
|
38
|
-
text-transform: inherit;
|
|
39
|
-
text-align: inherit;
|
|
40
|
-
white-space: inherit;
|
|
41
|
-
color: inherit;
|
|
42
|
-
padding-left: 0;
|
|
43
|
-
padding-right: 0;
|
|
44
|
-
padding-top: 0;
|
|
45
|
-
padding-bottom: 0;
|
|
46
|
-
margin-left: 0;
|
|
47
|
-
margin-right: 0;
|
|
48
|
-
margin-top: 0;
|
|
49
|
-
margin-bottom: 0;
|
|
50
|
-
display: block;
|
|
51
|
-
width: 100%;
|
|
52
|
-
min-height: var(--min-height);
|
|
53
|
-
transition: var(--transition);
|
|
54
|
-
border-width: var(--border-width);
|
|
55
|
-
border-style: var(--border-style);
|
|
56
|
-
border-color: var(--border-color);
|
|
57
|
-
outline: none;
|
|
58
|
-
background: inherit;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.card-native::-moz-focus-inner {
|
|
62
|
-
border: 0;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
button, a {
|
|
66
|
-
cursor: pointer;
|
|
67
|
-
user-select: none;
|
|
68
|
-
-webkit-user-drag: none;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
ion-ripple-effect {
|
|
72
|
-
color: var(--ripple-color);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
:host {
|
|
76
|
-
--background: var(--ion-card-background, var(--ion-item-background, var(--ion-background-color, #fff)));
|
|
77
|
-
--color: var(--ion-card-color, var(--ion-item-color, var(--ion-color-step-550, #737373)));
|
|
78
|
-
margin-left: 10px;
|
|
79
|
-
margin-right: 10px;
|
|
80
|
-
margin-top: 10px;
|
|
81
|
-
margin-bottom: 10px;
|
|
82
|
-
border-radius: 4px;
|
|
83
|
-
font-size: 14px;
|
|
84
|
-
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
85
|
-
}
|
|
86
|
-
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
|
|
87
|
-
:host {
|
|
88
|
-
margin-left: unset;
|
|
89
|
-
margin-right: unset;
|
|
90
|
-
-webkit-margin-start: 10px;
|
|
91
|
-
margin-inline-start: 10px;
|
|
92
|
-
-webkit-margin-end: 10px;
|
|
93
|
-
margin-inline-end: 10px;
|
|
94
|
-
}
|
|
95
|
-
}
|
package/dist/node_modules/@ionic/core/dist/collection/components/card-content/card-content.ios.css
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
ion-card-content {
|
|
2
|
-
display: block;
|
|
3
|
-
position: relative;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.card-content-ios {
|
|
7
|
-
padding-left: 20px;
|
|
8
|
-
padding-right: 20px;
|
|
9
|
-
padding-top: 20px;
|
|
10
|
-
padding-bottom: 20px;
|
|
11
|
-
font-size: 16px;
|
|
12
|
-
line-height: 1.4;
|
|
13
|
-
}
|
|
14
|
-
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
|
|
15
|
-
.card-content-ios {
|
|
16
|
-
padding-left: unset;
|
|
17
|
-
padding-right: unset;
|
|
18
|
-
-webkit-padding-start: 20px;
|
|
19
|
-
padding-inline-start: 20px;
|
|
20
|
-
-webkit-padding-end: 20px;
|
|
21
|
-
padding-inline-end: 20px;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
.card-content-ios h1 {
|
|
25
|
-
margin-left: 0;
|
|
26
|
-
margin-right: 0;
|
|
27
|
-
margin-top: 0;
|
|
28
|
-
margin-bottom: 2px;
|
|
29
|
-
font-size: 24px;
|
|
30
|
-
font-weight: normal;
|
|
31
|
-
}
|
|
32
|
-
.card-content-ios h2 {
|
|
33
|
-
margin-left: 0;
|
|
34
|
-
margin-right: 0;
|
|
35
|
-
margin-top: 2px;
|
|
36
|
-
margin-bottom: 2px;
|
|
37
|
-
font-size: 16px;
|
|
38
|
-
font-weight: normal;
|
|
39
|
-
}
|
|
40
|
-
.card-content-ios h3,
|
|
41
|
-
.card-content-ios h4,
|
|
42
|
-
.card-content-ios h5,
|
|
43
|
-
.card-content-ios h6 {
|
|
44
|
-
margin-left: 0;
|
|
45
|
-
margin-right: 0;
|
|
46
|
-
margin-top: 2px;
|
|
47
|
-
margin-bottom: 2px;
|
|
48
|
-
font-size: 14px;
|
|
49
|
-
font-weight: normal;
|
|
50
|
-
}
|
|
51
|
-
.card-content-ios p {
|
|
52
|
-
margin-left: 0;
|
|
53
|
-
margin-right: 0;
|
|
54
|
-
margin-top: 0;
|
|
55
|
-
margin-bottom: 2px;
|
|
56
|
-
font-size: 14px;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
ion-card-header + .card-content-ios {
|
|
60
|
-
padding-top: 0;
|
|
61
|
-
}
|
package/dist/node_modules/@ionic/core/dist/collection/components/card-content/card-content.md.css
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
ion-card-content {
|
|
2
|
-
display: block;
|
|
3
|
-
position: relative;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.card-content-md {
|
|
7
|
-
padding-left: 16px;
|
|
8
|
-
padding-right: 16px;
|
|
9
|
-
padding-top: 13px;
|
|
10
|
-
padding-bottom: 13px;
|
|
11
|
-
font-size: 14px;
|
|
12
|
-
line-height: 1.5;
|
|
13
|
-
}
|
|
14
|
-
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
|
|
15
|
-
.card-content-md {
|
|
16
|
-
padding-left: unset;
|
|
17
|
-
padding-right: unset;
|
|
18
|
-
-webkit-padding-start: 16px;
|
|
19
|
-
padding-inline-start: 16px;
|
|
20
|
-
-webkit-padding-end: 16px;
|
|
21
|
-
padding-inline-end: 16px;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
.card-content-md h1 {
|
|
25
|
-
margin-left: 0;
|
|
26
|
-
margin-right: 0;
|
|
27
|
-
margin-top: 0;
|
|
28
|
-
margin-bottom: 2px;
|
|
29
|
-
font-size: 24px;
|
|
30
|
-
font-weight: normal;
|
|
31
|
-
}
|
|
32
|
-
.card-content-md h2 {
|
|
33
|
-
margin-left: 0;
|
|
34
|
-
margin-right: 0;
|
|
35
|
-
margin-top: 2px;
|
|
36
|
-
margin-bottom: 2px;
|
|
37
|
-
font-size: 16px;
|
|
38
|
-
font-weight: normal;
|
|
39
|
-
}
|
|
40
|
-
.card-content-md h3,
|
|
41
|
-
.card-content-md h4,
|
|
42
|
-
.card-content-md h5,
|
|
43
|
-
.card-content-md h6 {
|
|
44
|
-
margin-left: 0;
|
|
45
|
-
margin-right: 0;
|
|
46
|
-
margin-top: 2px;
|
|
47
|
-
margin-bottom: 2px;
|
|
48
|
-
font-size: 14px;
|
|
49
|
-
font-weight: normal;
|
|
50
|
-
}
|
|
51
|
-
.card-content-md p {
|
|
52
|
-
margin-left: 0;
|
|
53
|
-
margin-right: 0;
|
|
54
|
-
margin-top: 0;
|
|
55
|
-
margin-bottom: 2px;
|
|
56
|
-
font-size: 14px;
|
|
57
|
-
font-weight: normal;
|
|
58
|
-
line-height: 1.5;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
ion-card-header + .card-content-md {
|
|
62
|
-
padding-top: 0;
|
|
63
|
-
}
|
package/dist/node_modules/@ionic/core/dist/collection/components/card-header/card-header.ios.css
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
:host {
|
|
2
|
-
--background: transparent;
|
|
3
|
-
--color: inherit;
|
|
4
|
-
display: block;
|
|
5
|
-
position: relative;
|
|
6
|
-
background: var(--background);
|
|
7
|
-
color: var(--color);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
:host(.ion-color) {
|
|
11
|
-
background: var(--ion-color-base);
|
|
12
|
-
color: var(--ion-color-contrast);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
:host {
|
|
16
|
-
padding-left: 20px;
|
|
17
|
-
padding-right: 20px;
|
|
18
|
-
padding-top: 20px;
|
|
19
|
-
padding-bottom: 16px;
|
|
20
|
-
}
|
|
21
|
-
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
|
|
22
|
-
:host {
|
|
23
|
-
padding-left: unset;
|
|
24
|
-
padding-right: unset;
|
|
25
|
-
-webkit-padding-start: 20px;
|
|
26
|
-
padding-inline-start: 20px;
|
|
27
|
-
-webkit-padding-end: 20px;
|
|
28
|
-
padding-inline-end: 20px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
@supports (backdrop-filter: blur(0)) {
|
|
33
|
-
:host(.card-header-translucent) {
|
|
34
|
-
background-color: rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.9);
|
|
35
|
-
backdrop-filter: saturate(180%) blur(30px);
|
|
36
|
-
}
|
|
37
|
-
}
|
package/dist/node_modules/@ionic/core/dist/collection/components/card-header/card-header.md.css
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
:host {
|
|
2
|
-
--background: transparent;
|
|
3
|
-
--color: inherit;
|
|
4
|
-
display: block;
|
|
5
|
-
position: relative;
|
|
6
|
-
background: var(--background);
|
|
7
|
-
color: var(--color);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
:host(.ion-color) {
|
|
11
|
-
background: var(--ion-color-base);
|
|
12
|
-
color: var(--ion-color-contrast);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
:host {
|
|
16
|
-
padding-left: 16px;
|
|
17
|
-
padding-right: 16px;
|
|
18
|
-
padding-top: 16px;
|
|
19
|
-
padding-bottom: 16px;
|
|
20
|
-
}
|
|
21
|
-
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
|
|
22
|
-
:host {
|
|
23
|
-
padding-left: unset;
|
|
24
|
-
padding-right: unset;
|
|
25
|
-
-webkit-padding-start: 16px;
|
|
26
|
-
padding-inline-start: 16px;
|
|
27
|
-
-webkit-padding-end: 16px;
|
|
28
|
-
padding-inline-end: 16px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
::slotted(ion-card-title:not(:first-child)),
|
|
33
|
-
::slotted(ion-card-subtitle:not(:first-child)) {
|
|
34
|
-
margin-top: 8px;
|
|
35
|
-
}
|
package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.ios.css
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
:host {
|
|
2
|
-
/**
|
|
3
|
-
* @prop --color: Color of the card subtitle
|
|
4
|
-
*/
|
|
5
|
-
display: block;
|
|
6
|
-
position: relative;
|
|
7
|
-
color: var(--color);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
:host(.ion-color) {
|
|
11
|
-
color: var(--ion-color-base);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
:host {
|
|
15
|
-
--color: var(--ion-color-step-600, #666666);
|
|
16
|
-
margin-left: 0;
|
|
17
|
-
margin-right: 0;
|
|
18
|
-
margin-top: 0;
|
|
19
|
-
margin-bottom: 4px;
|
|
20
|
-
padding-left: 0;
|
|
21
|
-
padding-right: 0;
|
|
22
|
-
padding-top: 0;
|
|
23
|
-
padding-bottom: 0;
|
|
24
|
-
font-size: 12px;
|
|
25
|
-
font-weight: 700;
|
|
26
|
-
letter-spacing: 0.4px;
|
|
27
|
-
text-transform: uppercase;
|
|
28
|
-
}
|
package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.md.css
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
:host {
|
|
2
|
-
/**
|
|
3
|
-
* @prop --color: Color of the card subtitle
|
|
4
|
-
*/
|
|
5
|
-
display: block;
|
|
6
|
-
position: relative;
|
|
7
|
-
color: var(--color);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
:host(.ion-color) {
|
|
11
|
-
color: var(--ion-color-base);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
:host {
|
|
15
|
-
--color: var(--ion-color-step-550, #737373);
|
|
16
|
-
margin-left: 0;
|
|
17
|
-
margin-right: 0;
|
|
18
|
-
margin-top: 0;
|
|
19
|
-
margin-bottom: 0;
|
|
20
|
-
padding-left: 0;
|
|
21
|
-
padding-right: 0;
|
|
22
|
-
padding-top: 0;
|
|
23
|
-
padding-bottom: 0;
|
|
24
|
-
font-size: 14px;
|
|
25
|
-
font-weight: 500;
|
|
26
|
-
}
|
package/dist/node_modules/@ionic/core/dist/collection/components/card-title/card-title.ios.css
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
:host {
|
|
2
|
-
/**
|
|
3
|
-
* @prop --color: Color of the card title
|
|
4
|
-
*/
|
|
5
|
-
display: block;
|
|
6
|
-
position: relative;
|
|
7
|
-
color: var(--color);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
:host(.ion-color) {
|
|
11
|
-
color: var(--ion-color-base);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
:host {
|
|
15
|
-
--color: var(--ion-text-color, #000);
|
|
16
|
-
margin-left: 0;
|
|
17
|
-
margin-right: 0;
|
|
18
|
-
margin-top: 0;
|
|
19
|
-
margin-bottom: 0;
|
|
20
|
-
padding-left: 0;
|
|
21
|
-
padding-right: 0;
|
|
22
|
-
padding-top: 0;
|
|
23
|
-
padding-bottom: 0;
|
|
24
|
-
font-size: 28px;
|
|
25
|
-
font-weight: 700;
|
|
26
|
-
line-height: 1.2;
|
|
27
|
-
}
|
package/dist/node_modules/@ionic/core/dist/collection/components/card-title/card-title.md.css
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
:host {
|
|
2
|
-
/**
|
|
3
|
-
* @prop --color: Color of the card title
|
|
4
|
-
*/
|
|
5
|
-
display: block;
|
|
6
|
-
position: relative;
|
|
7
|
-
color: var(--color);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
:host(.ion-color) {
|
|
11
|
-
color: var(--ion-color-base);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
:host {
|
|
15
|
-
--color: var(--ion-color-step-850, #262626);
|
|
16
|
-
margin-left: 0;
|
|
17
|
-
margin-right: 0;
|
|
18
|
-
margin-top: 0;
|
|
19
|
-
margin-bottom: 0;
|
|
20
|
-
padding-left: 0;
|
|
21
|
-
padding-right: 0;
|
|
22
|
-
padding-top: 0;
|
|
23
|
-
padding-bottom: 0;
|
|
24
|
-
font-size: 20px;
|
|
25
|
-
font-weight: 500;
|
|
26
|
-
line-height: 1.2;
|
|
27
|
-
}
|
|
@@ -1,169 +0,0 @@
|
|
|
1
|
-
:host {
|
|
2
|
-
/**
|
|
3
|
-
* @prop --size: Size of the checkbox icon
|
|
4
|
-
*
|
|
5
|
-
* @prop --background: Background of the checkbox icon
|
|
6
|
-
* @prop --background-checked: Background of the checkbox icon when checked
|
|
7
|
-
*
|
|
8
|
-
* @prop --border-color: Border color of the checkbox icon
|
|
9
|
-
* @prop --border-radius: Border radius of the checkbox icon
|
|
10
|
-
* @prop --border-width: Border width of the checkbox icon
|
|
11
|
-
* @prop --border-style: Border style of the checkbox icon
|
|
12
|
-
* @prop --border-color-checked: Border color of the checkbox icon when checked
|
|
13
|
-
*
|
|
14
|
-
* @prop --transition: Transition of the checkbox icon
|
|
15
|
-
*
|
|
16
|
-
* @prop --checkmark-color: Color of the checkbox checkmark when checked
|
|
17
|
-
* @prop --checkmark-width: Stroke width of the checkbox checkmark
|
|
18
|
-
*/
|
|
19
|
-
--background-checked: var(--ion-color-primary, #3880ff);
|
|
20
|
-
--border-color-checked: var(--ion-color-primary, #3880ff);
|
|
21
|
-
--checkmark-color: var(--ion-color-primary-contrast, #fff);
|
|
22
|
-
--checkmark-width: 1;
|
|
23
|
-
--transition: none;
|
|
24
|
-
display: inline-block;
|
|
25
|
-
position: relative;
|
|
26
|
-
user-select: none;
|
|
27
|
-
z-index: 2;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
:host(.ion-color) {
|
|
31
|
-
--background-checked: var(--ion-color-base);
|
|
32
|
-
--border-color-checked: var(--ion-color-base);
|
|
33
|
-
--checkmark-color: var(--ion-color-contrast);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
label {
|
|
37
|
-
left: 0;
|
|
38
|
-
top: 0;
|
|
39
|
-
margin-left: 0;
|
|
40
|
-
margin-right: 0;
|
|
41
|
-
margin-top: 0;
|
|
42
|
-
margin-bottom: 0;
|
|
43
|
-
position: absolute;
|
|
44
|
-
width: 100%;
|
|
45
|
-
height: 100%;
|
|
46
|
-
border: 0;
|
|
47
|
-
background: transparent;
|
|
48
|
-
cursor: pointer;
|
|
49
|
-
appearance: none;
|
|
50
|
-
outline: none;
|
|
51
|
-
display: flex;
|
|
52
|
-
align-items: center;
|
|
53
|
-
opacity: 0;
|
|
54
|
-
}
|
|
55
|
-
[dir=rtl] label, :host-context([dir=rtl]) label {
|
|
56
|
-
left: unset;
|
|
57
|
-
right: unset;
|
|
58
|
-
right: 0;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
label::-moz-focus-inner {
|
|
62
|
-
border: 0;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
input {
|
|
66
|
-
position: absolute;
|
|
67
|
-
top: 0;
|
|
68
|
-
left: 0;
|
|
69
|
-
right: 0;
|
|
70
|
-
bottom: 0;
|
|
71
|
-
width: 100%;
|
|
72
|
-
height: 100%;
|
|
73
|
-
margin: 0;
|
|
74
|
-
padding: 0;
|
|
75
|
-
border: 0;
|
|
76
|
-
outline: 0;
|
|
77
|
-
clip: rect(0 0 0 0);
|
|
78
|
-
opacity: 0;
|
|
79
|
-
overflow: hidden;
|
|
80
|
-
-webkit-appearance: none;
|
|
81
|
-
-moz-appearance: none;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.checkbox-icon {
|
|
85
|
-
border-radius: var(--border-radius);
|
|
86
|
-
display: block;
|
|
87
|
-
position: relative;
|
|
88
|
-
width: 100%;
|
|
89
|
-
height: 100%;
|
|
90
|
-
transition: var(--transition);
|
|
91
|
-
border-width: var(--border-width);
|
|
92
|
-
border-style: var(--border-style);
|
|
93
|
-
border-color: var(--border-color);
|
|
94
|
-
background: var(--background);
|
|
95
|
-
box-sizing: border-box;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.checkbox-icon path {
|
|
99
|
-
fill: none;
|
|
100
|
-
stroke: var(--checkmark-color);
|
|
101
|
-
stroke-width: var(--checkmark-width);
|
|
102
|
-
opacity: 0;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
:host(.checkbox-checked) .checkbox-icon,
|
|
106
|
-
:host(.checkbox-indeterminate) .checkbox-icon {
|
|
107
|
-
border-color: var(--border-color-checked);
|
|
108
|
-
background: var(--background-checked);
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
:host(.checkbox-checked) .checkbox-icon path,
|
|
112
|
-
:host(.checkbox-indeterminate) .checkbox-icon path {
|
|
113
|
-
opacity: 1;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
:host(.checkbox-disabled) {
|
|
117
|
-
pointer-events: none;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
:host {
|
|
121
|
-
--border-radius: 50%;
|
|
122
|
-
--border-width: 1px;
|
|
123
|
-
--border-style: solid;
|
|
124
|
-
--border-color: rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.23);
|
|
125
|
-
--background: var(--ion-item-background, var(--ion-background-color, #fff));
|
|
126
|
-
--size: 26px;
|
|
127
|
-
width: var(--size);
|
|
128
|
-
height: var(--size);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
:host(.checkbox-disabled) {
|
|
132
|
-
opacity: 0.3;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
:host(.in-item) {
|
|
136
|
-
margin-left: 0;
|
|
137
|
-
margin-right: 8px;
|
|
138
|
-
margin-top: 10px;
|
|
139
|
-
margin-bottom: 9px;
|
|
140
|
-
display: block;
|
|
141
|
-
position: static;
|
|
142
|
-
}
|
|
143
|
-
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
|
|
144
|
-
:host(.in-item) {
|
|
145
|
-
margin-left: unset;
|
|
146
|
-
margin-right: unset;
|
|
147
|
-
-webkit-margin-start: 0;
|
|
148
|
-
margin-inline-start: 0;
|
|
149
|
-
-webkit-margin-end: 8px;
|
|
150
|
-
margin-inline-end: 8px;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
:host(.in-item[slot=start]) {
|
|
155
|
-
margin-left: 2px;
|
|
156
|
-
margin-right: 20px;
|
|
157
|
-
margin-top: 8px;
|
|
158
|
-
margin-bottom: 8px;
|
|
159
|
-
}
|
|
160
|
-
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
|
|
161
|
-
:host(.in-item[slot=start]) {
|
|
162
|
-
margin-left: unset;
|
|
163
|
-
margin-right: unset;
|
|
164
|
-
-webkit-margin-start: 2px;
|
|
165
|
-
margin-inline-start: 2px;
|
|
166
|
-
-webkit-margin-end: 20px;
|
|
167
|
-
margin-inline-end: 20px;
|
|
168
|
-
}
|
|
169
|
-
}
|