placer-toolkit 0.5.1 → 1.0.0-alpha.2
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/LICENSE.md +1 -1
- package/README.md +18 -22
- package/cdn/animations/attention_seekers/bounce.js +1 -0
- package/cdn/animations/attention_seekers/flash.js +1 -0
- package/cdn/animations/attention_seekers/headShake.js +1 -0
- package/cdn/animations/attention_seekers/heartBeat.js +1 -0
- package/cdn/animations/attention_seekers/jello.js +1 -0
- package/cdn/animations/attention_seekers/pulse.js +1 -0
- package/cdn/animations/attention_seekers/rubberBand.js +1 -0
- package/cdn/animations/attention_seekers/shake.js +1 -0
- package/cdn/animations/attention_seekers/shakeX.js +1 -0
- package/cdn/animations/attention_seekers/shakeY.js +1 -0
- package/cdn/animations/attention_seekers/swing.js +1 -0
- package/cdn/animations/attention_seekers/tada.js +1 -0
- package/cdn/animations/attention_seekers/wobble.js +1 -0
- package/cdn/animations/back_entrances/backInDown.js +1 -0
- package/cdn/animations/back_entrances/backInLeft.js +1 -0
- package/cdn/animations/back_entrances/backInRight.js +1 -0
- package/cdn/animations/back_entrances/backInUp.js +1 -0
- package/cdn/animations/back_exits/backOutDown.js +1 -0
- package/cdn/animations/back_exits/backOutLeft.js +1 -0
- package/cdn/animations/back_exits/backOutRight.js +1 -0
- package/cdn/animations/back_exits/backOutUp.js +1 -0
- package/cdn/animations/bouncing_entrances/bounceIn.js +1 -0
- package/cdn/animations/bouncing_entrances/bounceInDown.js +1 -0
- package/cdn/animations/bouncing_entrances/bounceInLeft.js +1 -0
- package/cdn/animations/bouncing_entrances/bounceInRight.js +1 -0
- package/cdn/animations/bouncing_entrances/bounceInUp.js +1 -0
- package/cdn/animations/bouncing_exits/bounceOut.js +1 -0
- package/cdn/animations/bouncing_exits/bounceOutDown.js +1 -0
- package/cdn/animations/bouncing_exits/bounceOutLeft.js +1 -0
- package/cdn/animations/bouncing_exits/bounceOutRight.js +1 -0
- package/cdn/animations/bouncing_exits/bounceOutUp.js +1 -0
- package/cdn/animations/easings/easings.js +1 -0
- package/cdn/animations/fading_entrances/fadeIn.js +1 -0
- package/cdn/animations/fading_entrances/fadeInBottomLeft.js +1 -0
- package/cdn/animations/fading_entrances/fadeInBottomRight.js +1 -0
- package/cdn/animations/fading_entrances/fadeInDown.js +1 -0
- package/cdn/animations/fading_entrances/fadeInDownBig.js +1 -0
- package/cdn/animations/fading_entrances/fadeInLeft.js +1 -0
- package/cdn/animations/fading_entrances/fadeInLeftBig.js +1 -0
- package/cdn/animations/fading_entrances/fadeInRight.js +1 -0
- package/cdn/animations/fading_entrances/fadeInRightBig.js +1 -0
- package/cdn/animations/fading_entrances/fadeInTopLeft.js +1 -0
- package/cdn/animations/fading_entrances/fadeInTopRight.js +1 -0
- package/cdn/animations/fading_entrances/fadeInUp.js +1 -0
- package/cdn/animations/fading_entrances/fadeInUpBig.js +1 -0
- package/cdn/animations/fading_exits/fadeOut.js +1 -0
- package/cdn/animations/fading_exits/fadeOutBottomLeft.js +1 -0
- package/cdn/animations/fading_exits/fadeOutBottomRight.js +1 -0
- package/cdn/animations/fading_exits/fadeOutDown.js +1 -0
- package/cdn/animations/fading_exits/fadeOutDownBig.js +1 -0
- package/cdn/animations/fading_exits/fadeOutLeft.js +1 -0
- package/cdn/animations/fading_exits/fadeOutLeftBig.js +1 -0
- package/cdn/animations/fading_exits/fadeOutRight.js +1 -0
- package/cdn/animations/fading_exits/fadeOutRightBig.js +1 -0
- package/cdn/animations/fading_exits/fadeOutTopLeft.js +1 -0
- package/cdn/animations/fading_exits/fadeOutTopRight.js +1 -0
- package/cdn/animations/fading_exits/fadeOutUp.js +1 -0
- package/cdn/animations/fading_exits/fadeOutUpBig.js +1 -0
- package/cdn/animations/flippers/flip.js +1 -0
- package/cdn/animations/flippers/flipInX.js +1 -0
- package/cdn/animations/flippers/flipInY.js +1 -0
- package/cdn/animations/flippers/flipOutX.js +1 -0
- package/cdn/animations/flippers/flipOutY.js +1 -0
- package/cdn/animations/index.js +1 -0
- package/cdn/animations/lightspeed/lightSpeedInLeft.js +1 -0
- package/cdn/animations/lightspeed/lightSpeedInRight.js +1 -0
- package/cdn/animations/lightspeed/lightSpeedOutLeft.js +1 -0
- package/cdn/animations/lightspeed/lightSpeedOutRight.js +1 -0
- package/cdn/animations/rotating_entrances/rotateIn.js +1 -0
- package/cdn/animations/rotating_entrances/rotateInDownLeft.js +1 -0
- package/cdn/animations/rotating_entrances/rotateInDownRight.js +1 -0
- package/cdn/animations/rotating_entrances/rotateInUpLeft.js +1 -0
- package/cdn/animations/rotating_entrances/rotateInUpRight.js +1 -0
- package/cdn/animations/rotating_exits/rotateOut.js +1 -0
- package/cdn/animations/rotating_exits/rotateOutDownLeft.js +1 -0
- package/cdn/animations/rotating_exits/rotateOutDownRight.js +1 -0
- package/cdn/animations/rotating_exits/rotateOutUpLeft.js +1 -0
- package/cdn/animations/rotating_exits/rotateOutUpRight.js +1 -0
- package/cdn/animations/sliding_entrances/slideInDown.js +1 -0
- package/cdn/animations/sliding_entrances/slideInLeft.js +1 -0
- package/cdn/animations/sliding_entrances/slideInRight.js +1 -0
- package/cdn/animations/sliding_entrances/slideInUp.js +1 -0
- package/cdn/animations/sliding_exits/slideOutDown.js +1 -0
- package/cdn/animations/sliding_exits/slideOutLeft.js +1 -0
- package/cdn/animations/sliding_exits/slideOutRight.js +1 -0
- package/cdn/animations/sliding_exits/slideOutUp.js +1 -0
- package/cdn/animations/specials/hinge.js +1 -0
- package/cdn/animations/specials/jackInTheBox.js +1 -0
- package/cdn/animations/specials/rollIn.js +1 -0
- package/cdn/animations/specials/rollOut.js +1 -0
- package/cdn/animations/zooming_entrances/zoomIn.js +1 -0
- package/cdn/animations/zooming_entrances/zoomInDown.js +1 -0
- package/cdn/animations/zooming_entrances/zoomInLeft.js +1 -0
- package/cdn/animations/zooming_entrances/zoomInRight.js +1 -0
- package/cdn/animations/zooming_entrances/zoomInUp.js +1 -0
- package/cdn/animations/zooming_exits/zoomOut.js +1 -0
- package/cdn/animations/zooming_exits/zoomOutDown.js +1 -0
- package/cdn/animations/zooming_exits/zoomOutLeft.js +1 -0
- package/cdn/animations/zooming_exits/zoomOutRight.js +1 -0
- package/cdn/animations/zooming_exits/zoomOutUp.js +1 -0
- package/cdn/chunks/chunk.22DZRUGL.js +1 -0
- package/cdn/chunks/chunk.2K4PNLGV.js +1 -0
- package/cdn/chunks/chunk.2KWTNKGQ.js +74 -0
- package/cdn/chunks/chunk.2N5ZK4F4.js +28 -0
- package/cdn/chunks/chunk.2SM5MTG6.js +1 -0
- package/cdn/chunks/chunk.2SQLMTYR.js +1 -0
- package/cdn/chunks/chunk.3EUMG6CL.js +112 -0
- package/cdn/chunks/chunk.3U3NAHEY.js +1 -0
- package/cdn/chunks/chunk.4CAEAIFN.js +1 -0
- package/cdn/chunks/chunk.4GFJDCKO.js +1 -0
- package/cdn/chunks/chunk.4NL2VE5O.js +1 -0
- package/cdn/chunks/chunk.4VMSMOA5.js +1 -0
- package/cdn/chunks/chunk.4W3OJG5Y.js +1 -0
- package/cdn/chunks/chunk.4X4XH4O2.js +1 -0
- package/cdn/chunks/chunk.4ZFWIEG2.js +1 -0
- package/cdn/chunks/chunk.5G3DFRPP.js +1 -0
- package/cdn/chunks/chunk.5HIUPHOM.js +1 -0
- package/cdn/chunks/chunk.5MJRUHKK.js +1 -0
- package/cdn/chunks/chunk.5OTOOMMJ.js +223 -0
- package/cdn/chunks/chunk.5PONJGRH.js +1 -0
- package/cdn/chunks/chunk.5WAFFOC5.js +1 -0
- package/cdn/chunks/chunk.5YXXLUP2.js +111 -0
- package/cdn/chunks/chunk.63PFEC3G.js +47 -0
- package/cdn/chunks/chunk.63YZ2OGJ.js +179 -0
- package/cdn/chunks/chunk.6C4VTMLQ.js +1 -0
- package/cdn/chunks/chunk.6RYC5FEW.js +1 -0
- package/cdn/chunks/chunk.6SP3MLBX.js +1 -0
- package/cdn/chunks/chunk.6T73D5OE.js +94 -0
- package/cdn/chunks/chunk.75KPG5ZW.js +73 -0
- package/cdn/chunks/chunk.75Y77XUI.js +288 -0
- package/cdn/chunks/chunk.7IRWTX4A.js +27 -0
- package/cdn/chunks/chunk.7QYDQTBC.js +1 -0
- package/cdn/chunks/chunk.7SJBQWSL.js +1 -0
- package/cdn/chunks/chunk.7UGLJJM6.js +1 -0
- package/cdn/chunks/chunk.7UYSBZLK.js +33 -0
- package/cdn/chunks/chunk.7XLP7ZNP.js +0 -0
- package/cdn/chunks/chunk.7YEJIK24.js +1 -0
- package/cdn/chunks/chunk.ADVDY32Z.js +1 -0
- package/cdn/chunks/chunk.AMJDSJZ5.js +130 -0
- package/cdn/chunks/chunk.B27E7VEZ.js +1 -0
- package/cdn/chunks/chunk.BGH5L7N6.js +1 -0
- package/cdn/chunks/chunk.BHNAOKFP.js +4 -0
- package/cdn/chunks/chunk.BSQP4EKW.js +17 -0
- package/cdn/chunks/chunk.C2RXDH23.js +12 -0
- package/cdn/chunks/chunk.CQPLNRNB.js +1 -0
- package/cdn/chunks/chunk.D5CFOPIE.js +1 -0
- package/cdn/chunks/chunk.DG6SQOFC.js +1 -0
- package/cdn/chunks/chunk.DNS43PE3.js +1 -0
- package/cdn/chunks/chunk.DQ2EFEM7.js +1 -0
- package/cdn/chunks/chunk.DRJDBJ6E.js +1 -0
- package/cdn/chunks/chunk.E4QLFQIH.js +1 -0
- package/cdn/chunks/chunk.E6MOE4FE.js +1 -0
- package/cdn/chunks/chunk.ECBLO7D3.js +1 -0
- package/cdn/chunks/chunk.EDLGCMPJ.js +1 -0
- package/cdn/chunks/chunk.ELYXTKTB.js +1 -0
- package/cdn/chunks/chunk.EMVTQD7Z.js +1 -0
- package/cdn/chunks/chunk.ESSED3D6.js +1 -0
- package/cdn/chunks/chunk.EZBCPDK5.js +1 -0
- package/cdn/chunks/chunk.EZBP4Q35.js +1 -0
- package/cdn/chunks/chunk.F7P64TTE.js +1 -0
- package/cdn/chunks/chunk.F7QM26VX.js +1 -0
- package/cdn/chunks/chunk.G3WMDHXU.js +1 -0
- package/cdn/chunks/chunk.G443HDU2.js +1 -0
- package/cdn/chunks/chunk.G4SAKBPC.js +1 -0
- package/cdn/chunks/chunk.GMD2IG67.js +1 -0
- package/cdn/chunks/chunk.GQIBOT7V.js +1 -0
- package/cdn/chunks/chunk.GRSW4YMQ.js +157 -0
- package/cdn/chunks/chunk.GUYJ76FZ.js +1 -0
- package/cdn/chunks/chunk.H2EOXVSZ.js +1 -0
- package/cdn/chunks/chunk.HAL7R4WT.js +0 -0
- package/cdn/chunks/chunk.HGR2N7GN.js +1 -0
- package/cdn/chunks/chunk.HNKZJPU5.js +1 -0
- package/cdn/chunks/chunk.HTBAOVSV.js +1 -0
- package/cdn/chunks/chunk.IFDHHGOU.js +1 -0
- package/cdn/chunks/chunk.IGMWK7NZ.js +1 -0
- package/cdn/chunks/chunk.IIHX5LOR.js +1 -0
- package/cdn/chunks/chunk.IJB4PCJH.js +1 -0
- package/cdn/chunks/chunk.IJMKJLO7.js +1 -0
- package/cdn/chunks/chunk.IJXVLI7F.js +1 -0
- package/cdn/chunks/chunk.ITURS4YZ.js +68 -0
- package/cdn/chunks/chunk.IUL3BHES.js +18 -0
- package/cdn/chunks/chunk.IX4OV3X6.js +63 -0
- package/cdn/chunks/chunk.J35PXB2V.js +204 -0
- package/cdn/chunks/chunk.JE6IZBGI.js +10 -0
- package/cdn/chunks/chunk.JTEIIDTY.js +106 -0
- package/cdn/chunks/chunk.KDTLVKSZ.js +127 -0
- package/cdn/chunks/chunk.KKVT4LHX.js +10 -0
- package/cdn/chunks/chunk.KPQGFV2T.js +1 -0
- package/cdn/chunks/chunk.KWVZRE3E.js +10 -0
- package/cdn/chunks/chunk.KYRT75BX.js +1 -0
- package/cdn/chunks/chunk.L2CNBOZJ.js +1 -0
- package/cdn/chunks/chunk.L4UUK6G4.js +1 -0
- package/cdn/chunks/chunk.LCCA4ADE.js +174 -0
- package/cdn/chunks/chunk.LDRHXIYA.js +1 -0
- package/cdn/chunks/chunk.LGGEB3IB.js +1 -0
- package/cdn/chunks/chunk.LHYUHRTC.js +1 -0
- package/cdn/chunks/chunk.LI6ACV6L.js +1 -0
- package/cdn/chunks/chunk.LIZVMFP3.js +1 -0
- package/cdn/chunks/chunk.LVUPLZGE.js +1 -0
- package/cdn/chunks/chunk.LWZCSGTE.js +1 -0
- package/cdn/chunks/chunk.M256MZ2P.js +1 -0
- package/cdn/chunks/chunk.M2NVAC3Z.js +1 -0
- package/cdn/chunks/chunk.MAQ3AU52.js +1 -0
- package/cdn/chunks/chunk.MM4THVKJ.js +1 -0
- package/cdn/chunks/chunk.MO7QMIH2.js +1 -0
- package/cdn/chunks/chunk.MV54FYCN.js +1 -0
- package/cdn/chunks/chunk.N5AZOOIZ.js +1 -0
- package/cdn/chunks/chunk.N72C3VU3.js +1 -0
- package/cdn/chunks/chunk.NE3XXRZM.js +1 -0
- package/cdn/chunks/chunk.NPYG3KBW.js +1 -0
- package/cdn/chunks/chunk.NTFNGAOW.js +117 -0
- package/cdn/chunks/chunk.NU2STAMX.js +1 -0
- package/cdn/chunks/chunk.NYIRGEA7.js +1 -0
- package/cdn/chunks/chunk.NYYTSWQF.js +38 -0
- package/cdn/chunks/chunk.O537LU5E.js +1 -0
- package/cdn/chunks/chunk.OD26IPSI.js +1 -0
- package/cdn/chunks/chunk.OI4TZZJC.js +305 -0
- package/cdn/chunks/chunk.OOQOIJSK.js +1 -0
- package/cdn/chunks/chunk.OQDGIWGZ.js +196 -0
- package/cdn/chunks/chunk.ORA34WZP.js +1 -0
- package/cdn/chunks/chunk.P4UE3S5U.js +1 -0
- package/cdn/chunks/chunk.P7GBRX2Q.js +1 -0
- package/cdn/chunks/chunk.P7X6ERDI.js +1 -0
- package/cdn/chunks/chunk.PBL2P7GX.js +1 -0
- package/cdn/chunks/chunk.PCTA7J6C.js +1 -0
- package/cdn/chunks/chunk.POW4JBEN.js +79 -0
- package/cdn/chunks/chunk.PP72VCB4.js +1 -0
- package/cdn/chunks/chunk.PSDD6Q4W.js +1 -0
- package/cdn/chunks/chunk.QCISI32Q.js +4 -0
- package/cdn/chunks/chunk.QE6C2GEL.js +1 -0
- package/cdn/chunks/chunk.QL5C2XOW.js +0 -0
- package/cdn/chunks/chunk.QPQZP354.js +208 -0
- package/cdn/chunks/chunk.QY5QOZRE.js +1 -0
- package/cdn/chunks/chunk.R2GXUKDX.js +1 -0
- package/cdn/chunks/chunk.R4FKXVN2.js +1 -0
- package/cdn/chunks/chunk.RFDMVIMA.js +1 -0
- package/cdn/chunks/chunk.RQ34LIU5.js +1 -0
- package/cdn/chunks/chunk.RWQ2HCYN.js +297 -0
- package/cdn/chunks/chunk.RYPVSVQS.js +326 -0
- package/cdn/chunks/chunk.RZZMGXAZ.js +1 -0
- package/cdn/chunks/chunk.SEIDC2AV.js +1 -0
- package/cdn/chunks/chunk.SMFJUIOR.js +10 -0
- package/cdn/chunks/chunk.SPURF5RT.js +4 -0
- package/cdn/chunks/chunk.STH7HATQ.js +142 -0
- package/cdn/chunks/chunk.SUPXW5XU.js +1 -0
- package/cdn/chunks/chunk.SXVGSAUS.js +4 -0
- package/cdn/chunks/chunk.TARXG5U3.js +1 -0
- package/cdn/chunks/chunk.TMAMLCL3.js +1 -0
- package/cdn/chunks/chunk.TMMJRXEV.js +1 -0
- package/cdn/chunks/chunk.TRVVBQVV.js +481 -0
- package/cdn/chunks/chunk.TSGCOVAS.js +1 -0
- package/cdn/chunks/chunk.TSZI2CPF.js +1 -0
- package/cdn/chunks/chunk.U2DNK7H4.js +1 -0
- package/cdn/chunks/chunk.U3MA3RIB.js +1 -0
- package/cdn/chunks/chunk.U3P5JBYR.js +250 -0
- package/cdn/chunks/chunk.U4YNKCI4.js +1 -0
- package/cdn/chunks/chunk.U7RBI2DC.js +1 -0
- package/cdn/chunks/chunk.UDGTTCHU.js +660 -0
- package/cdn/chunks/chunk.UJQFNBOE.js +1 -0
- package/cdn/chunks/chunk.UY4REGW5.js +1 -0
- package/cdn/chunks/chunk.V3AEPIKH.js +1 -0
- package/cdn/chunks/chunk.V4EXVX5U.js +1 -0
- package/cdn/chunks/chunk.V4LKFSOV.js +1 -0
- package/cdn/chunks/chunk.V7QO7LZ4.js +1 -0
- package/cdn/chunks/chunk.VVTMOSN2.js +170 -0
- package/cdn/chunks/chunk.W5PM7F34.js +34 -0
- package/cdn/chunks/chunk.WLREBMFL.js +1 -0
- package/cdn/chunks/chunk.X2UEAQ7T.js +1 -0
- package/cdn/chunks/chunk.XDLJVU4W.js +3 -0
- package/cdn/chunks/chunk.XESREUP5.js +10 -0
- package/cdn/chunks/chunk.XGNJKW3A.js +111 -0
- package/cdn/chunks/chunk.XNUSDBIN.js +1 -0
- package/cdn/chunks/chunk.XSSNRCMY.js +1 -0
- package/cdn/chunks/chunk.Y4QDLYQS.js +1 -0
- package/cdn/chunks/chunk.YDM7FW42.js +100 -0
- package/cdn/chunks/chunk.YEQLZR6M.js +1 -0
- package/cdn/chunks/chunk.YPCDSPNA.js +1 -0
- package/cdn/chunks/chunk.YUNTZWZZ.js +73 -0
- package/cdn/chunks/chunk.YVZPSF4R.js +1 -0
- package/cdn/chunks/chunk.YWY7M46V.js +1 -0
- package/cdn/chunks/chunk.Z6NCEETZ.js +1 -0
- package/cdn/chunks/chunk.ZDVLHLRA.js +1 -0
- package/cdn/chunks/chunk.ZE2WQTE4.js +1 -0
- package/cdn/chunks/chunk.ZJK5UEUE.js +1 -0
- package/cdn/chunks/chunk.ZRRFT6U7.js +1 -0
- package/cdn/chunks/chunk.ZS4GILCB.js +1 -0
- package/cdn/chunks/chunk.ZVANQQXU.js +1 -0
- package/cdn/chunks/chunk.ZY64ASSW.js +1 -0
- package/cdn/chunks/chunk.ZZIEMICG.js +11 -0
- package/cdn/components/animation/animation.js +1 -0
- package/cdn/components/animation/animations.js +1 -0
- package/cdn/components/avatar/avatar.js +1 -0
- package/cdn/components/badge/badge.js +1 -0
- package/cdn/components/button/button.js +1 -0
- package/cdn/components/button-group/button-group.js +1 -0
- package/cdn/components/callout/callout.js +1 -0
- package/cdn/components/card/card.js +1 -0
- package/cdn/components/checkbox/checkbox.js +1 -0
- package/cdn/components/color-picker/color-picker.js +1 -0
- package/cdn/components/comparer/comparer.js +1 -0
- package/cdn/components/copy-button/copy-button.js +1 -0
- package/cdn/components/details/details.js +1 -0
- package/cdn/components/dialog/dialog.js +1 -0
- package/cdn/components/divider/divider.js +1 -0
- package/cdn/components/drawer/drawer.js +1 -0
- package/cdn/components/dropdown/dropdown.js +1 -0
- package/cdn/components/dropdown-item/dropdown-item.js +1 -0
- package/cdn/components/format-bytes/format-bytes.js +1 -0
- package/cdn/components/format-date/format-date.js +1 -0
- package/cdn/components/format-number/format-number.js +1 -0
- package/cdn/components/icon/icon.js +1 -0
- package/cdn/components/icon/library.default.js +1 -0
- package/cdn/components/icon/library.js +1 -0
- package/cdn/components/icon/library.system.js +1 -0
- package/cdn/components/input/input.js +1 -0
- package/cdn/components/mutation-observer/mutation-observer.js +1 -0
- package/cdn/components/option/option.js +1 -0
- package/cdn/components/popup/popup.js +1 -0
- package/cdn/components/qr-code/qr-code.js +1 -0
- package/cdn/components/radio/radio.js +1 -0
- package/cdn/components/radio-group/radio-group.js +1 -0
- package/cdn/components/rating/rating.js +1 -0
- package/cdn/components/resize-observer/resize-observer.js +1 -0
- package/cdn/components/scroller/scroller.js +1 -0
- package/cdn/components/select/select.js +1 -0
- package/cdn/components/spinner/spinner.js +1 -0
- package/cdn/components/switch/switch.js +1 -0
- package/cdn/components/tab/tab.js +1 -0
- package/cdn/components/tab-group/tab-group.js +1 -0
- package/cdn/components/tab-panel/tab-panel.js +1 -0
- package/cdn/components/tag/tag.js +1 -0
- package/cdn/components/textarea/textarea.js +1 -0
- package/cdn/components/tooltip/tooltip.js +1 -0
- package/cdn/custom-elements.json +13055 -0
- package/cdn/events/events.js +1 -0
- package/cdn/events/pc-after-collapse.js +0 -0
- package/cdn/events/pc-after-expand.js +0 -0
- package/cdn/events/pc-after-hide.js +0 -0
- package/cdn/events/pc-after-show.js +0 -0
- package/cdn/events/pc-blur.js +0 -0
- package/cdn/events/pc-cancel.js +0 -0
- package/cdn/events/pc-change.js +0 -0
- package/cdn/events/pc-clear.js +0 -0
- package/cdn/events/pc-close.js +0 -0
- package/cdn/events/pc-collapse.js +0 -0
- package/cdn/events/pc-copy.js +0 -0
- package/cdn/events/pc-error.js +0 -0
- package/cdn/events/pc-expand.js +0 -0
- package/cdn/events/pc-finish.js +0 -0
- package/cdn/events/pc-focus.js +0 -0
- package/cdn/events/pc-hide.js +0 -0
- package/cdn/events/pc-hover.js +0 -0
- package/cdn/events/pc-initial-focus.js +0 -0
- package/cdn/events/pc-input.js +0 -0
- package/cdn/events/pc-invalid.js +0 -0
- package/cdn/events/pc-lazy-change.js +0 -0
- package/cdn/events/pc-lazy-load.js +0 -0
- package/cdn/events/pc-load.js +0 -0
- package/cdn/events/pc-mutation.js +0 -0
- package/cdn/events/pc-remove.js +0 -0
- package/cdn/events/pc-reposition.js +0 -0
- package/cdn/events/pc-resize.js +0 -0
- package/cdn/events/pc-select.js +0 -0
- package/cdn/events/pc-selection-change.js +0 -0
- package/cdn/events/pc-show.js +0 -0
- package/cdn/events/pc-slide-change.js +0 -0
- package/cdn/events/pc-start.js +0 -0
- package/cdn/events/pc-tab-hide.js +0 -0
- package/cdn/events/pc-tab-show.js +0 -0
- package/cdn/global-shims.js +1 -0
- package/cdn/internal/active-elements.js +1 -0
- package/cdn/internal/animate.js +1 -0
- package/cdn/internal/close-active-element.js +1 -0
- package/cdn/internal/debounce.js +1 -0
- package/cdn/internal/default-value.js +1 -0
- package/cdn/internal/drag.js +1 -0
- package/cdn/internal/emit.js +1 -0
- package/cdn/internal/event.js +1 -0
- package/cdn/internal/form.js +1 -0
- package/cdn/internal/math.js +1 -0
- package/cdn/internal/offset.js +1 -0
- package/cdn/internal/parse.js +1 -0
- package/cdn/internal/placer-element.js +1 -0
- package/cdn/internal/placer-form-control.js +0 -0
- package/cdn/internal/scroll.js +1 -0
- package/cdn/internal/scrollend-polyfill.js +1 -0
- package/cdn/internal/slot.js +1 -0
- package/cdn/internal/string.js +1 -0
- package/cdn/internal/tabbable.js +1 -0
- package/cdn/internal/watch.js +1 -0
- package/cdn/placer-autoloader.js +1 -0
- package/cdn/placer.js +1 -0
- package/cdn/styles/component-styles/form-control.css +33 -0
- package/cdn/styles/component-styles/host.css +13 -0
- package/cdn/styles/native.css +451 -0
- package/cdn/styles/palette/base.css +100 -0
- package/cdn/styles/palette/default.css +227 -0
- package/cdn/styles/palette/muted.css +227 -0
- package/cdn/styles/palette/vibrant.css +227 -0
- package/cdn/styles/placer.css +10 -0
- package/cdn/styles/themes/default.css +445 -0
- package/cdn/styles/themes/serene.css +454 -0
- package/cdn/styles/themes/utility.css +544 -0
- package/cdn/styles/utilities/align-items.css +21 -0
- package/cdn/styles/utilities/appearance.css +62 -0
- package/cdn/styles/utilities/border-radius.css +29 -0
- package/cdn/styles/utilities/fouce.css +11 -0
- package/cdn/styles/utilities/gap.css +66 -0
- package/cdn/styles/utilities/layout.css +162 -0
- package/cdn/styles/utilities/scroll-lock.css +21 -0
- package/cdn/styles/utilities/size.css +16 -0
- package/cdn/styles/utilities/text.css +156 -0
- package/cdn/styles/utilities/visually-hidden.css +16 -0
- package/cdn/styles/utilities.css +13 -0
- package/cdn/translations/ar.js +1 -0
- package/cdn/translations/bg.js +1 -0
- package/cdn/translations/bn.js +1 -0
- package/cdn/translations/bs.js +1 -0
- package/cdn/translations/ca.js +1 -0
- package/cdn/translations/cs.js +1 -0
- package/cdn/translations/cy.js +1 -0
- package/cdn/translations/da.js +1 -0
- package/cdn/translations/de-at.js +1 -0
- package/cdn/translations/de-ch.js +1 -0
- package/cdn/translations/de.js +1 -0
- package/cdn/translations/el.js +1 -0
- package/cdn/translations/en-gb.js +1 -0
- package/cdn/translations/en.js +1 -0
- package/cdn/translations/es-es.js +1 -0
- package/cdn/translations/es.js +1 -0
- package/cdn/translations/et.js +1 -0
- package/cdn/translations/eu.js +1 -0
- package/cdn/translations/fa.js +1 -0
- package/cdn/translations/fi.js +1 -0
- package/cdn/translations/fil.js +1 -0
- package/cdn/translations/fo.js +1 -0
- package/cdn/translations/fr-ca.js +1 -0
- package/cdn/translations/fr.js +1 -0
- package/cdn/translations/ga.js +1 -0
- package/cdn/translations/gu.js +1 -0
- package/cdn/translations/he.js +1 -0
- package/cdn/translations/hi.js +1 -0
- package/cdn/translations/hr.js +1 -0
- package/cdn/translations/hu.js +1 -0
- package/cdn/translations/id.js +1 -0
- package/cdn/translations/index.js +1 -0
- package/cdn/translations/is.js +1 -0
- package/cdn/translations/it.js +1 -0
- package/cdn/translations/ja.js +1 -0
- package/cdn/translations/ko.js +1 -0
- package/cdn/translations/lb.js +1 -0
- package/cdn/translations/lo.js +1 -0
- package/cdn/translations/lt.js +1 -0
- package/cdn/translations/lv.js +1 -0
- package/cdn/translations/mr.js +1 -0
- package/cdn/translations/ms.js +1 -0
- package/cdn/translations/mt.js +1 -0
- package/cdn/translations/nb.js +1 -0
- package/cdn/translations/nl-be.js +1 -0
- package/cdn/translations/nl.js +1 -0
- package/cdn/translations/nn.js +1 -0
- package/cdn/translations/pa-guru.js +1 -0
- package/cdn/translations/pa.js +1 -0
- package/cdn/translations/pl.js +1 -0
- package/cdn/translations/ps.js +1 -0
- package/cdn/translations/pt-br.js +1 -0
- package/cdn/translations/pt-pt.js +1 -0
- package/cdn/translations/pt.js +1 -0
- package/cdn/translations/ro.js +1 -0
- package/cdn/translations/ru.js +1 -0
- package/cdn/translations/sk.js +1 -0
- package/cdn/translations/sl.js +1 -0
- package/cdn/translations/sq.js +1 -0
- package/cdn/translations/sr.js +1 -0
- package/cdn/translations/sv.js +1 -0
- package/cdn/translations/sw.js +1 -0
- package/cdn/translations/te.js +1 -0
- package/cdn/translations/th.js +1 -0
- package/cdn/translations/tl.js +1 -0
- package/cdn/translations/tr.js +1 -0
- package/cdn/translations/uk.js +1 -0
- package/cdn/translations/ur.js +1 -0
- package/cdn/translations/vi.js +1 -0
- package/cdn/translations/zh-cn.js +1 -0
- package/cdn/translations/zh-hk.js +1 -0
- package/cdn/translations/zh-tw.js +1 -0
- package/cdn/utilities/animation-registry.js +1 -0
- package/cdn/utilities/animation.js +1 -0
- package/cdn/utilities/form.js +1 -0
- package/cdn/utilities/icon-library.js +1 -0
- package/cdn/utilities/kit-code.js +1 -0
- package/cdn/utilities/localize.js +1 -0
- package/dist/animations/attention_seekers/bounce.js +46 -44
- package/dist/animations/attention_seekers/flash.js +10 -8
- package/dist/animations/attention_seekers/headShake.js +11 -9
- package/dist/animations/attention_seekers/heartBeat.js +10 -8
- package/dist/animations/attention_seekers/jello.js +18 -16
- package/dist/animations/attention_seekers/pulse.js +8 -6
- package/dist/animations/attention_seekers/rubberBand.js +12 -10
- package/dist/animations/attention_seekers/shake.js +16 -14
- package/dist/animations/attention_seekers/shakeX.js +16 -14
- package/dist/animations/attention_seekers/shakeY.js +16 -14
- package/dist/animations/attention_seekers/swing.js +10 -8
- package/dist/animations/attention_seekers/tada.js +43 -41
- package/dist/animations/attention_seekers/wobble.js +27 -25
- package/dist/animations/back_entrances/backInDown.js +8 -6
- package/dist/animations/back_entrances/backInLeft.js +8 -6
- package/dist/animations/back_entrances/backInRight.js +8 -6
- package/dist/animations/back_entrances/backInUp.js +8 -6
- package/dist/animations/back_exits/backOutDown.js +8 -6
- package/dist/animations/back_exits/backOutLeft.js +8 -6
- package/dist/animations/back_exits/backOutRight.js +8 -6
- package/dist/animations/back_exits/backOutUp.js +8 -6
- package/dist/animations/bouncing_entrances/bounceIn.js +17 -15
- package/dist/animations/bouncing_entrances/bounceInDown.js +23 -21
- package/dist/animations/bouncing_entrances/bounceInLeft.js +23 -21
- package/dist/animations/bouncing_entrances/bounceInRight.js +23 -21
- package/dist/animations/bouncing_entrances/bounceInUp.js +23 -21
- package/dist/animations/bouncing_exits/bounceOut.js +9 -7
- package/dist/animations/bouncing_exits/bounceOutDown.js +21 -19
- package/dist/animations/bouncing_exits/bounceOutLeft.js +15 -13
- package/dist/animations/bouncing_exits/bounceOutRight.js +15 -13
- package/dist/animations/bouncing_exits/bounceOutUp.js +21 -19
- package/dist/animations/easings/easings.js +34 -32
- package/dist/animations/fading_entrances/fadeIn.js +7 -5
- package/dist/animations/fading_entrances/fadeInBottomLeft.js +7 -5
- package/dist/animations/fading_entrances/fadeInBottomRight.js +7 -5
- package/dist/animations/fading_entrances/fadeInDown.js +7 -5
- package/dist/animations/fading_entrances/fadeInDownBig.js +7 -5
- package/dist/animations/fading_entrances/fadeInLeft.js +7 -5
- package/dist/animations/fading_entrances/fadeInLeftBig.js +7 -5
- package/dist/animations/fading_entrances/fadeInRight.js +7 -5
- package/dist/animations/fading_entrances/fadeInRightBig.js +7 -5
- package/dist/animations/fading_entrances/fadeInTopLeft.js +7 -5
- package/dist/animations/fading_entrances/fadeInTopRight.js +7 -5
- package/dist/animations/fading_entrances/fadeInUp.js +7 -5
- package/dist/animations/fading_entrances/fadeInUpBig.js +7 -5
- package/dist/animations/fading_exits/fadeOut.js +7 -5
- package/dist/animations/fading_exits/fadeOutBottomLeft.js +7 -5
- package/dist/animations/fading_exits/fadeOutBottomRight.js +7 -5
- package/dist/animations/fading_exits/fadeOutDown.js +7 -5
- package/dist/animations/fading_exits/fadeOutDownBig.js +7 -5
- package/dist/animations/fading_exits/fadeOutLeft.js +7 -5
- package/dist/animations/fading_exits/fadeOutLeftBig.js +7 -5
- package/dist/animations/fading_exits/fadeOutRight.js +7 -5
- package/dist/animations/fading_exits/fadeOutRightBig.js +7 -5
- package/dist/animations/fading_exits/fadeOutTopLeft.js +7 -5
- package/dist/animations/fading_exits/fadeOutTopRight.js +7 -5
- package/dist/animations/fading_exits/fadeOutUp.js +7 -5
- package/dist/animations/fading_exits/fadeOutUpBig.js +7 -5
- package/dist/animations/flippers/flip.js +30 -28
- package/dist/animations/flippers/flipInX.js +23 -21
- package/dist/animations/flippers/flipInY.js +23 -21
- package/dist/animations/flippers/flipOutX.js +16 -14
- package/dist/animations/flippers/flipOutY.js +16 -14
- package/dist/animations/index.js +1208 -101
- package/dist/animations/lightspeed/lightSpeedInLeft.js +13 -11
- package/dist/animations/lightspeed/lightSpeedInRight.js +13 -11
- package/dist/animations/lightspeed/lightSpeedOutLeft.js +11 -9
- package/dist/animations/lightspeed/lightSpeedOutRight.js +11 -9
- package/dist/animations/rotating_entrances/rotateIn.js +7 -5
- package/dist/animations/rotating_entrances/rotateInDownLeft.js +7 -5
- package/dist/animations/rotating_entrances/rotateInDownRight.js +7 -5
- package/dist/animations/rotating_entrances/rotateInUpLeft.js +7 -5
- package/dist/animations/rotating_entrances/rotateInUpRight.js +7 -5
- package/dist/animations/rotating_exits/rotateOut.js +7 -5
- package/dist/animations/rotating_exits/rotateOutDownLeft.js +7 -5
- package/dist/animations/rotating_exits/rotateOutDownRight.js +7 -5
- package/dist/animations/rotating_exits/rotateOutUpLeft.js +7 -5
- package/dist/animations/rotating_exits/rotateOutUpRight.js +7 -5
- package/dist/animations/sliding_entrances/slideInDown.js +7 -5
- package/dist/animations/sliding_entrances/slideInLeft.js +7 -5
- package/dist/animations/sliding_entrances/slideInRight.js +7 -5
- package/dist/animations/sliding_entrances/slideInUp.js +7 -5
- package/dist/animations/sliding_exits/slideOutDown.js +7 -5
- package/dist/animations/sliding_exits/slideOutLeft.js +7 -5
- package/dist/animations/sliding_exits/slideOutRight.js +7 -5
- package/dist/animations/sliding_exits/slideOutUp.js +7 -5
- package/dist/animations/specials/hinge.js +29 -27
- package/dist/animations/specials/jackInTheBox.js +14 -12
- package/dist/animations/specials/rollIn.js +11 -9
- package/dist/animations/specials/rollOut.js +11 -9
- package/dist/animations/zooming_entrances/zoomIn.js +7 -5
- package/dist/animations/zooming_entrances/zoomInDown.js +17 -15
- package/dist/animations/zooming_entrances/zoomInLeft.js +17 -15
- package/dist/animations/zooming_entrances/zoomInRight.js +17 -15
- package/dist/animations/zooming_entrances/zoomInUp.js +17 -15
- package/dist/animations/zooming_exits/zoomOut.js +8 -6
- package/dist/animations/zooming_exits/zoomOutDown.js +17 -15
- package/dist/animations/zooming_exits/zoomOutLeft.js +15 -13
- package/dist/animations/zooming_exits/zoomOutRight.js +15 -13
- package/dist/animations/zooming_exits/zoomOutUp.js +17 -15
- package/dist/components/animation/animation.d.ts +65 -3
- package/dist/components/animation/animation.js +2185 -3
- package/dist/components/animation/animations.js +1225 -8
- package/dist/components/avatar/avatar.d.ts +43 -3
- package/dist/components/avatar/avatar.js +1323 -3
- package/dist/components/badge/badge.d.ts +23 -3
- package/dist/components/badge/badge.js +754 -3
- package/dist/components/button/button.d.ts +102 -3
- package/dist/components/button/button.js +1516 -3
- package/dist/components/button-group/button-group.d.ts +28 -3
- package/dist/components/button-group/button-group.js +898 -3
- package/dist/components/callout/callout.d.ts +24 -3
- package/dist/components/callout/callout.js +763 -3
- package/dist/components/card/card.d.ts +27 -3
- package/dist/components/card/card.js +866 -3
- package/dist/components/checkbox/checkbox.d.ts +93 -3
- package/dist/components/checkbox/checkbox.js +1920 -3
- package/dist/components/color-picker/color-picker.d.ts +206 -0
- package/dist/components/color-picker/color-picker.js +7014 -0
- package/dist/components/comparer/comparer.d.ts +44 -3
- package/dist/components/comparer/comparer.js +1631 -3
- package/dist/components/copy-button/copy-button.d.ts +74 -3
- package/dist/components/copy-button/copy-button.js +3936 -3
- package/dist/components/details/details.d.ts +64 -3
- package/dist/components/details/details.js +1735 -3
- package/dist/components/dialog/dialog.d.ts +71 -3
- package/dist/components/dialog/dialog.js +2062 -3
- package/dist/components/divider/divider.d.ts +19 -3
- package/dist/components/divider/divider.js +778 -3
- package/dist/components/drawer/drawer.d.ts +79 -3
- package/dist/components/drawer/drawer.js +2150 -3
- package/dist/components/dropdown/dropdown.d.ts +103 -3
- package/dist/components/dropdown/dropdown.js +3755 -3
- package/dist/components/dropdown-item/dropdown-item.d.ts +84 -0
- package/dist/components/dropdown-item/dropdown-item.js +1771 -0
- package/dist/components/format-bytes/format-bytes.d.ts +24 -0
- package/dist/components/format-bytes/format-bytes.js +960 -0
- package/dist/components/format-date/format-date.d.ts +40 -0
- package/dist/components/format-date/format-date.js +963 -0
- package/dist/components/format-number/format-number.d.ts +39 -0
- package/dist/components/format-number/format-number.js +1001 -0
- package/dist/components/icon/icon.d.ts +49 -3
- package/dist/components/icon/icon.js +1175 -3
- package/dist/components/icon/library.d.ts +3 -2
- package/dist/components/icon/library.default.js +63 -7
- package/dist/components/icon/library.js +230 -23
- package/dist/components/icon/library.system.js +134 -119
- package/dist/components/input/input.d.ts +165 -3
- package/dist/components/input/input.js +2303 -3
- package/dist/components/mutation-observer/mutation-observer.d.ts +37 -0
- package/dist/components/mutation-observer/mutation-observer.js +873 -0
- package/dist/components/option/option.d.ts +53 -3
- package/dist/components/option/option.js +1352 -3
- package/dist/components/popup/popup.d.ts +87 -3
- package/dist/components/popup/popup.js +2934 -3
- package/dist/components/qr-code/qr-code.d.ts +32 -3
- package/dist/components/qr-code/qr-code.js +1533 -3
- package/dist/components/radio/radio.d.ts +42 -3
- package/dist/components/radio/radio.js +925 -3
- package/dist/components/radio-group/radio-group.d.ts +79 -3
- package/dist/components/radio-group/radio-group.js +1519 -3
- package/dist/components/rating/rating.d.ts +67 -3
- package/dist/components/rating/rating.js +1757 -3
- package/dist/components/resize-observer/resize-observer.d.ts +26 -3
- package/dist/components/resize-observer/resize-observer.js +835 -3
- package/dist/components/scroller/scroller.d.ts +35 -0
- package/dist/components/scroller/scroller.js +1072 -0
- package/dist/components/select/select.d.ts +179 -3
- package/dist/components/select/select.js +5107 -3
- package/dist/components/spinner/spinner.d.ts +19 -3
- package/dist/components/spinner/spinner.js +917 -3
- package/dist/components/switch/switch.d.ts +85 -3
- package/dist/components/switch/switch.js +1479 -3
- package/dist/components/tab/tab.d.ts +47 -3
- package/dist/components/tab/tab.js +1788 -3
- package/dist/components/tab-group/tab-group.d.ts +91 -3
- package/dist/components/tab-group/tab-group.js +2385 -3
- package/dist/components/tab-panel/tab-panel.d.ts +24 -3
- package/dist/components/tab-panel/tab-panel.js +847 -3
- package/dist/components/tag/tag.d.ts +38 -3
- package/dist/components/tag/tag.js +1750 -3
- package/dist/components/textarea/textarea.d.ts +137 -0
- package/dist/components/textarea/textarea.js +1630 -0
- package/dist/components/tooltip/tooltip.d.ts +80 -3
- package/dist/components/tooltip/tooltip.js +3298 -3
- package/dist/custom-elements.json +13055 -0
- package/dist/events/events.d.ts +0 -1
- package/dist/events/events.js +0 -1
- package/dist/events/pc-after-collapse.js +0 -1
- package/dist/events/pc-after-expand.js +0 -1
- package/dist/events/pc-after-hide.js +0 -1
- package/dist/events/pc-after-show.js +0 -1
- package/dist/events/pc-blur.js +0 -1
- package/dist/events/pc-cancel.js +0 -1
- package/dist/events/pc-change.js +0 -1
- package/dist/events/pc-clear.js +0 -1
- package/dist/events/pc-close.js +0 -1
- package/dist/events/pc-collapse.js +0 -1
- package/dist/events/pc-copy.js +0 -1
- package/dist/events/pc-error.js +0 -1
- package/dist/events/pc-expand.js +0 -1
- package/dist/events/pc-finish.js +0 -1
- package/dist/events/pc-focus.js +0 -1
- package/dist/events/pc-hide.js +0 -1
- package/dist/events/pc-hover.js +0 -1
- package/dist/events/pc-initial-focus.js +0 -1
- package/dist/events/pc-input.js +0 -1
- package/dist/events/pc-invalid.js +0 -1
- package/dist/events/pc-lazy-change.js +0 -1
- package/dist/events/pc-lazy-load.js +0 -1
- package/dist/events/pc-load.js +0 -1
- package/dist/events/pc-mutation.js +0 -1
- package/dist/events/pc-remove.js +0 -1
- package/dist/events/pc-reposition.js +0 -1
- package/dist/events/pc-resize.js +0 -1
- package/dist/events/pc-select.d.ts +2 -2
- package/dist/events/pc-select.js +0 -1
- package/dist/events/pc-selection-change.d.ts +0 -0
- package/dist/events/pc-selection-change.js +0 -1
- package/dist/events/pc-show.js +0 -1
- package/dist/events/pc-slide-change.d.ts +0 -0
- package/dist/events/pc-slide-change.js +0 -1
- package/dist/events/pc-start.js +0 -1
- package/dist/events/pc-tab-hide.js +0 -1
- package/dist/events/pc-tab-show.js +0 -1
- package/dist/global-shims.js +84 -83
- package/dist/internal/active-elements.d.ts +16 -0
- package/dist/internal/active-elements.js +13 -12
- package/dist/internal/animate.d.ts +6 -6
- package/dist/internal/animate.js +45 -33
- package/dist/internal/close-active-element.d.ts +5 -0
- package/dist/internal/close-active-element.js +9 -7
- package/dist/internal/debounce.js +14 -12
- package/dist/internal/default-value.js +582 -22
- package/dist/internal/drag.d.ts +4 -0
- package/dist/internal/drag.js +25 -23
- package/dist/internal/emit.d.ts +1 -0
- package/dist/internal/emit.js +14 -12
- package/dist/internal/event.d.ts +1 -0
- package/dist/internal/event.js +13 -11
- package/dist/internal/form.d.ts +31 -13
- package/dist/internal/form.js +294 -262
- package/dist/internal/math.d.ts +3 -0
- package/dist/internal/math.js +29 -10
- package/dist/internal/offset.d.ts +1 -0
- package/dist/internal/offset.js +12 -8
- package/dist/internal/parse.d.ts +2 -0
- package/dist/internal/parse.js +7 -0
- package/dist/internal/placer-element.d.ts +30 -0
- package/dist/internal/placer-element.js +712 -0
- package/dist/internal/placer-form-control.d.ts +23 -0
- package/dist/internal/placer-form-control.js +0 -0
- package/dist/internal/scroll.d.ts +3 -0
- package/dist/internal/scroll.js +78 -56
- package/dist/internal/scrollend-polyfill.js +68 -60
- package/dist/internal/slot.d.ts +3 -0
- package/dist/internal/slot.js +74 -68
- package/dist/internal/string.d.ts +1 -0
- package/dist/internal/string.js +5 -3
- package/dist/internal/tabbable.d.ts +1 -0
- package/dist/internal/tabbable.js +128 -131
- package/dist/internal/watch.d.ts +12 -6
- package/dist/internal/watch.js +29 -29
- package/dist/placer-autoloader.js +45 -33
- package/dist/placer.d.ts +42 -38
- package/dist/placer.js +16097 -43
- package/dist/styles/component-styles/form-control.css +33 -0
- package/dist/styles/component-styles/host.css +13 -0
- package/dist/styles/native.css +451 -0
- package/dist/styles/palette/base.css +100 -0
- package/dist/styles/palette/default.css +227 -0
- package/dist/styles/palette/muted.css +227 -0
- package/dist/styles/palette/vibrant.css +227 -0
- package/dist/styles/placer.css +10 -0
- package/dist/styles/themes/default.css +445 -0
- package/dist/styles/themes/serene.css +454 -0
- package/dist/styles/themes/utility.css +544 -0
- package/dist/styles/utilities/align-items.css +21 -0
- package/dist/styles/utilities/appearance.css +62 -0
- package/dist/styles/utilities/border-radius.css +29 -0
- package/dist/styles/utilities/fouce.css +11 -0
- package/dist/styles/utilities/gap.css +66 -0
- package/dist/styles/utilities/layout.css +162 -0
- package/dist/styles/utilities/scroll-lock.css +21 -0
- package/dist/styles/utilities/size.css +16 -0
- package/dist/styles/utilities/text.css +156 -0
- package/dist/styles/utilities/visually-hidden.css +16 -0
- package/dist/styles/utilities.css +13 -0
- package/dist/translations/ar.d.ts +3 -0
- package/dist/translations/ar.js +655 -0
- package/dist/translations/bg.d.ts +3 -0
- package/dist/translations/bg.js +651 -0
- package/dist/translations/bn.d.ts +3 -0
- package/dist/translations/bn.js +651 -0
- package/dist/translations/bs.d.ts +3 -0
- package/dist/translations/bs.js +655 -0
- package/dist/translations/ca.d.ts +3 -0
- package/dist/translations/ca.js +651 -0
- package/dist/translations/cs.d.ts +3 -0
- package/dist/translations/cs.js +653 -0
- package/dist/translations/cy.d.ts +3 -0
- package/dist/translations/cy.js +651 -0
- package/dist/translations/da.d.ts +3 -0
- package/dist/translations/da.js +651 -0
- package/dist/translations/de-at.d.ts +3 -0
- package/dist/translations/de-at.js +661 -0
- package/dist/translations/de-ch.d.ts +3 -0
- package/dist/translations/de-ch.js +662 -0
- package/dist/translations/de.d.ts +3 -0
- package/dist/translations/de.js +651 -0
- package/dist/translations/el.d.ts +3 -0
- package/dist/translations/el.js +651 -0
- package/dist/translations/en-gb.d.ts +3 -0
- package/dist/translations/en-gb.js +664 -0
- package/dist/translations/en.d.ts +3 -0
- package/dist/translations/en.js +651 -0
- package/dist/translations/es-es.d.ts +3 -0
- package/dist/translations/es-es.js +664 -0
- package/dist/translations/es.d.ts +3 -0
- package/dist/translations/es.js +651 -0
- package/dist/translations/et.d.ts +3 -0
- package/dist/translations/et.js +651 -0
- package/dist/translations/eu.d.ts +3 -0
- package/dist/translations/eu.js +651 -0
- package/dist/translations/fa.d.ts +3 -0
- package/dist/translations/fa.js +651 -0
- package/dist/translations/fi.d.ts +3 -0
- package/dist/translations/fi.js +651 -0
- package/dist/translations/fil.d.ts +3 -0
- package/dist/translations/fil.js +651 -0
- package/dist/translations/fo.d.ts +3 -0
- package/dist/translations/fo.js +651 -0
- package/dist/translations/fr-ca.d.ts +3 -0
- package/dist/translations/fr-ca.js +662 -0
- package/dist/translations/fr.d.ts +3 -0
- package/dist/translations/fr.js +651 -0
- package/dist/translations/ga.d.ts +3 -0
- package/dist/translations/ga.js +651 -0
- package/dist/translations/gu.d.ts +3 -0
- package/dist/translations/gu.js +651 -0
- package/dist/translations/he.d.ts +3 -0
- package/dist/translations/he.js +651 -0
- package/dist/translations/hi.d.ts +3 -0
- package/dist/translations/hi.js +651 -0
- package/dist/translations/hr.d.ts +3 -0
- package/dist/translations/hr.js +655 -0
- package/dist/translations/hu.d.ts +3 -0
- package/dist/translations/hu.js +651 -0
- package/dist/translations/id.d.ts +3 -0
- package/dist/translations/id.js +651 -0
- package/dist/translations/index.d.ts +62 -0
- package/dist/translations/index.js +693 -0
- package/dist/translations/is.d.ts +3 -0
- package/dist/translations/is.js +651 -0
- package/dist/translations/it.d.ts +3 -0
- package/dist/translations/it.js +651 -0
- package/dist/translations/ja.d.ts +3 -0
- package/dist/translations/ja.js +649 -0
- package/dist/translations/ko.d.ts +3 -0
- package/dist/translations/ko.js +649 -0
- package/dist/translations/lb.d.ts +3 -0
- package/dist/translations/lb.js +651 -0
- package/dist/translations/lo.d.ts +3 -0
- package/dist/translations/lo.js +643 -0
- package/dist/translations/lt.d.ts +3 -0
- package/dist/translations/lt.js +651 -0
- package/dist/translations/lv.d.ts +3 -0
- package/dist/translations/lv.js +651 -0
- package/dist/translations/mr.d.ts +3 -0
- package/dist/translations/mr.js +651 -0
- package/dist/translations/ms.d.ts +3 -0
- package/dist/translations/ms.js +643 -0
- package/dist/translations/mt.d.ts +3 -0
- package/dist/translations/mt.js +651 -0
- package/dist/translations/nb.d.ts +3 -0
- package/dist/translations/nb.js +651 -0
- package/dist/translations/nl-be.d.ts +3 -0
- package/dist/translations/nl-be.js +664 -0
- package/dist/translations/nl.d.ts +3 -0
- package/dist/translations/nl.js +651 -0
- package/dist/translations/nn.d.ts +3 -0
- package/dist/translations/nn.js +677 -0
- package/dist/translations/pa-guru.d.ts +3 -0
- package/dist/translations/pa-guru.js +651 -0
- package/dist/translations/pa.d.ts +3 -0
- package/dist/translations/pa.js +651 -0
- package/dist/translations/pl.d.ts +3 -0
- package/dist/translations/pl.js +655 -0
- package/dist/translations/ps.d.ts +3 -0
- package/dist/translations/ps.js +651 -0
- package/dist/translations/pt-br.d.ts +3 -0
- package/dist/translations/pt-br.js +664 -0
- package/dist/translations/pt-pt.d.ts +3 -0
- package/dist/translations/pt-pt.js +685 -0
- package/dist/translations/pt.d.ts +3 -0
- package/dist/translations/pt.js +651 -0
- package/dist/translations/ro.d.ts +3 -0
- package/dist/translations/ro.js +651 -0
- package/dist/translations/ru.d.ts +3 -0
- package/dist/translations/ru.js +657 -0
- package/dist/translations/sk.d.ts +3 -0
- package/dist/translations/sk.js +653 -0
- package/dist/translations/sl.d.ts +3 -0
- package/dist/translations/sl.js +655 -0
- package/dist/translations/sq.d.ts +3 -0
- package/dist/translations/sq.js +651 -0
- package/dist/translations/sr.d.ts +3 -0
- package/dist/translations/sr.js +655 -0
- package/dist/translations/sv.d.ts +3 -0
- package/dist/translations/sv.js +651 -0
- package/dist/translations/sw.d.ts +3 -0
- package/dist/translations/sw.js +651 -0
- package/dist/translations/te.d.ts +3 -0
- package/dist/translations/te.js +651 -0
- package/dist/translations/th.d.ts +3 -0
- package/dist/translations/th.js +643 -0
- package/dist/translations/tl.d.ts +3 -0
- package/dist/translations/tl.js +651 -0
- package/dist/translations/tr.d.ts +3 -0
- package/dist/translations/tr.js +651 -0
- package/dist/translations/uk.d.ts +3 -0
- package/dist/translations/uk.js +655 -0
- package/dist/translations/ur.d.ts +3 -0
- package/dist/translations/ur.js +651 -0
- package/dist/translations/vi.d.ts +3 -0
- package/dist/translations/vi.js +651 -0
- package/dist/translations/zh-cn.d.ts +3 -0
- package/dist/translations/zh-cn.js +651 -0
- package/dist/translations/zh-hk.d.ts +3 -0
- package/dist/translations/zh-hk.js +649 -0
- package/dist/translations/zh-tw.d.ts +3 -0
- package/dist/translations/zh-tw.js +674 -0
- package/dist/utilities/animation-registry.js +33 -29
- package/dist/utilities/animation.js +1229 -1
- package/dist/utilities/form.js +61 -34
- package/dist/utilities/icon-library.js +229 -1
- package/dist/utilities/kit-code.d.ts +2 -0
- package/dist/utilities/kit-code.js +18 -0
- package/dist/utilities/localize.d.ts +35 -0
- package/dist/utilities/localize.js +739 -0
- package/package.json +86 -79
- package/dist/components/animation/animation.component.d.ts +0 -65
- package/dist/components/animation/animation.component.js +0 -247
- package/dist/components/animation/animation.styles.d.ts +0 -1
- package/dist/components/animation/animation.styles.js +0 -9
- package/dist/components/avatar/avatar.component.d.ts +0 -43
- package/dist/components/avatar/avatar.component.js +0 -137
- package/dist/components/avatar/avatar.styles.d.ts +0 -1
- package/dist/components/avatar/avatar.styles.js +0 -68
- package/dist/components/badge/badge.component.d.ts +0 -21
- package/dist/components/badge/badge.component.js +0 -64
- package/dist/components/badge/badge.styles.d.ts +0 -1
- package/dist/components/badge/badge.styles.js +0 -76
- package/dist/components/button/button.component.d.ts +0 -104
- package/dist/components/button/button.component.js +0 -346
- package/dist/components/button/button.styles.d.ts +0 -1
- package/dist/components/button/button.styles.js +0 -322
- package/dist/components/button-group/button-group.component.d.ts +0 -26
- package/dist/components/button-group/button-group.component.js +0 -93
- package/dist/components/button-group/button-group.styles.d.ts +0 -1
- package/dist/components/button-group/button-group.styles.js +0 -14
- package/dist/components/callout/callout.component.d.ts +0 -22
- package/dist/components/callout/callout.component.js +0 -63
- package/dist/components/callout/callout.styles.d.ts +0 -1
- package/dist/components/callout/callout.styles.js +0 -68
- package/dist/components/card/card.component.d.ts +0 -29
- package/dist/components/card/card.component.js +0 -59
- package/dist/components/card/card.styles.d.ts +0 -1
- package/dist/components/card/card.styles.js +0 -65
- package/dist/components/checkbox/checkbox.component.d.ts +0 -44
- package/dist/components/checkbox/checkbox.component.js +0 -287
- package/dist/components/checkbox/checkbox.styles.d.ts +0 -1
- package/dist/components/checkbox/checkbox.styles.js +0 -166
- package/dist/components/comparer/comparer.component.d.ts +0 -43
- package/dist/components/comparer/comparer.component.js +0 -181
- package/dist/components/comparer/comparer.styles.d.ts +0 -1
- package/dist/components/comparer/comparer.styles.js +0 -75
- package/dist/components/copy-button/copy-button.component.d.ts +0 -75
- package/dist/components/copy-button/copy-button.component.js +0 -289
- package/dist/components/copy-button/copy-button.styles.d.ts +0 -1
- package/dist/components/copy-button/copy-button.styles.js +0 -61
- package/dist/components/details/details.component.d.ts +0 -25
- package/dist/components/details/details.component.js +0 -243
- package/dist/components/details/details.styles.d.ts +0 -1
- package/dist/components/details/details.styles.js +0 -86
- package/dist/components/dialog/dialog.component.d.ts +0 -84
- package/dist/components/dialog/dialog.component.js +0 -362
- package/dist/components/dialog/dialog.styles.d.ts +0 -1
- package/dist/components/dialog/dialog.styles.js +0 -123
- package/dist/components/divider/divider.component.d.ts +0 -20
- package/dist/components/divider/divider.component.js +0 -51
- package/dist/components/divider/divider.styles.d.ts +0 -1
- package/dist/components/divider/divider.styles.js +0 -29
- package/dist/components/drawer/drawer.component.d.ts +0 -95
- package/dist/components/drawer/drawer.component.js +0 -509
- package/dist/components/drawer/drawer.styles.d.ts +0 -1
- package/dist/components/drawer/drawer.styles.js +0 -157
- package/dist/components/dropdown/dropdown.component.d.ts +0 -44
- package/dist/components/dropdown/dropdown.component.js +0 -385
- package/dist/components/dropdown/dropdown.styles.d.ts +0 -1
- package/dist/components/dropdown/dropdown.styles.js +0 -52
- package/dist/components/icon/icon.component.d.ts +0 -47
- package/dist/components/icon/icon.component.js +0 -225
- package/dist/components/icon/icon.styles.d.ts +0 -1
- package/dist/components/icon/icon.styles.js +0 -49
- package/dist/components/icon-button/icon-button.component.d.ts +0 -27
- package/dist/components/icon-button/icon-button.component.js +0 -151
- package/dist/components/icon-button/icon-button.d.ts +0 -8
- package/dist/components/icon-button/icon-button.js +0 -5
- package/dist/components/icon-button/icon-button.styles.d.ts +0 -1
- package/dist/components/icon-button/icon-button.styles.js +0 -53
- package/dist/components/input/input.component.d.ts +0 -78
- package/dist/components/input/input.component.js +0 -513
- package/dist/components/input/input.styles.d.ts +0 -1
- package/dist/components/input/input.styles.js +0 -308
- package/dist/components/menu/menu.component.d.ts +0 -20
- package/dist/components/menu/menu.component.js +0 -123
- package/dist/components/menu/menu.d.ts +0 -8
- package/dist/components/menu/menu.js +0 -5
- package/dist/components/menu/menu.styles.d.ts +0 -1
- package/dist/components/menu/menu.styles.js +0 -20
- package/dist/components/menu-item/menu-item.component.d.ts +0 -34
- package/dist/components/menu-item/menu-item.component.js +0 -211
- package/dist/components/menu-item/menu-item.d.ts +0 -8
- package/dist/components/menu-item/menu-item.js +0 -5
- package/dist/components/menu-item/menu-item.styles.d.ts +0 -1
- package/dist/components/menu-item/menu-item.styles.js +0 -157
- package/dist/components/menu-item/submenu-controller.d.ts +0 -34
- package/dist/components/menu-item/submenu-controller.js +0 -246
- package/dist/components/menu-label/menu-label.component.d.ts +0 -15
- package/dist/components/menu-label/menu-label.component.js +0 -25
- package/dist/components/menu-label/menu-label.d.ts +0 -8
- package/dist/components/menu-label/menu-label.js +0 -5
- package/dist/components/menu-label/menu-label.styles.d.ts +0 -1
- package/dist/components/menu-label/menu-label.styles.js +0 -22
- package/dist/components/option/option.component.d.ts +0 -42
- package/dist/components/option/option.component.js +0 -161
- package/dist/components/option/option.styles.d.ts +0 -1
- package/dist/components/option/option.styles.js +0 -108
- package/dist/components/popup/popup.component.d.ts +0 -44
- package/dist/components/popup/popup.component.js +0 -483
- package/dist/components/popup/popup.styles.d.ts +0 -1
- package/dist/components/popup/popup.styles.js +0 -64
- package/dist/components/qr-code/qr-code.component.d.ts +0 -16
- package/dist/components/qr-code/qr-code.component.js +0 -94
- package/dist/components/qr-code/qr-code.styles.d.ts +0 -1
- package/dist/components/qr-code/qr-code.styles.js +0 -9
- package/dist/components/radio/radio.component.d.ts +0 -19
- package/dist/components/radio/radio.component.js +0 -120
- package/dist/components/radio/radio.styles.d.ts +0 -1
- package/dist/components/radio/radio.styles.js +0 -132
- package/dist/components/radio-button/radio-button.component.d.ts +0 -22
- package/dist/components/radio-button/radio-button.component.js +0 -131
- package/dist/components/radio-button/radio-button.d.ts +0 -8
- package/dist/components/radio-button/radio-button.js +0 -5
- package/dist/components/radio-button/radio-button.styles.d.ts +0 -1
- package/dist/components/radio-button/radio-button.styles.js +0 -25
- package/dist/components/radio-group/radio-group.component.d.ts +0 -46
- package/dist/components/radio-group/radio-group.component.js +0 -379
- package/dist/components/radio-group/radio-group.styles.d.ts +0 -1
- package/dist/components/radio-group/radio-group.styles.js +0 -42
- package/dist/components/rating/rating.component.d.ts +0 -37
- package/dist/components/rating/rating.component.js +0 -308
- package/dist/components/rating/rating.styles.d.ts +0 -1
- package/dist/components/rating/rating.styles.js +0 -94
- package/dist/components/resize-observer/resize-observer.component.d.ts +0 -26
- package/dist/components/resize-observer/resize-observer.component.js +0 -89
- package/dist/components/resize-observer/resize-observer.styles.d.ts +0 -1
- package/dist/components/resize-observer/resize-observer.styles.js +0 -9
- package/dist/components/select/select.component.d.ts +0 -174
- package/dist/components/select/select.component.js +0 -960
- package/dist/components/select/select.styles.d.ts +0 -1
- package/dist/components/select/select.styles.js +0 -363
- package/dist/components/spinner/spinner.component.d.ts +0 -20
- package/dist/components/spinner/spinner.component.js +0 -47
- package/dist/components/spinner/spinner.styles.d.ts +0 -1
- package/dist/components/spinner/spinner.styles.js +0 -61
- package/dist/components/switch/switch.component.d.ts +0 -84
- package/dist/components/switch/switch.component.js +0 -281
- package/dist/components/switch/switch.styles.d.ts +0 -1
- package/dist/components/switch/switch.styles.js +0 -178
- package/dist/components/tab/tab.component.d.ts +0 -22
- package/dist/components/tab/tab.component.js +0 -112
- package/dist/components/tab/tab.styles.d.ts +0 -1
- package/dist/components/tab/tab.styles.js +0 -85
- package/dist/components/tab-group/tab-group.component.d.ts +0 -51
- package/dist/components/tab-group/tab-group.component.js +0 -513
- package/dist/components/tab-group/tab-group.styles.d.ts +0 -1
- package/dist/components/tab-group/tab-group.styles.js +0 -219
- package/dist/components/tab-panel/tab-panel.component.d.ts +0 -12
- package/dist/components/tab-panel/tab-panel.component.js +0 -56
- package/dist/components/tab-panel/tab-panel.styles.d.ts +0 -1
- package/dist/components/tab-panel/tab-panel.styles.js +0 -18
- package/dist/components/tag/tag.component.d.ts +0 -38
- package/dist/components/tag/tag.component.js +0 -109
- package/dist/components/tag/tag.styles.d.ts +0 -1
- package/dist/components/tag/tag.styles.js +0 -155
- package/dist/components/tooltip/tooltip.component.d.ts +0 -38
- package/dist/components/tooltip/tooltip.component.js +0 -267
- package/dist/components/tooltip/tooltip.styles.d.ts +0 -1
- package/dist/components/tooltip/tooltip.styles.js +0 -59
- package/dist/default.css +0 -1005
- package/dist/events/pc-request-close.d.ts +0 -8
- package/dist/events/pc-request-close.js +0 -1
- package/dist/internal/modal.d.ts +0 -19
- package/dist/internal/modal.js +0 -116
- package/dist/native-styles.css +0 -261
- package/dist/style-utilities/fouce.css +0 -13
- package/dist/style-utilities/style-utilities.css +0 -2
- package/dist/style-utilities/visually-hidden.css +0 -12
- package/dist/utilities/base-path.d.ts +0 -2
- package/dist/utilities/base-path.js +0 -8
- package/dist/utility.css +0 -41
- package/src/animations/attention_seekers/bounce.ts +0 -43
- package/src/animations/attention_seekers/flash.ts +0 -7
- package/src/animations/attention_seekers/headShake.ts +0 -8
- package/src/animations/attention_seekers/heartBeat.ts +0 -7
- package/src/animations/attention_seekers/jello.ts +0 -15
- package/src/animations/attention_seekers/pulse.ts +0 -5
- package/src/animations/attention_seekers/rubberBand.ts +0 -9
- package/src/animations/attention_seekers/shake.ts +0 -13
- package/src/animations/attention_seekers/shakeX.ts +0 -13
- package/src/animations/attention_seekers/shakeY.ts +0 -13
- package/src/animations/attention_seekers/swing.ts +0 -7
- package/src/animations/attention_seekers/tada.ts +0 -40
- package/src/animations/attention_seekers/wobble.ts +0 -24
- package/src/animations/back_entrances/backInDown.ts +0 -5
- package/src/animations/back_entrances/backInLeft.ts +0 -5
- package/src/animations/back_entrances/backInRight.ts +0 -5
- package/src/animations/back_entrances/backInUp.ts +0 -5
- package/src/animations/back_exits/backOutDown.ts +0 -5
- package/src/animations/back_exits/backOutLeft.ts +0 -5
- package/src/animations/back_exits/backOutRight.ts +0 -5
- package/src/animations/back_exits/backOutUp.ts +0 -5
- package/src/animations/bouncing_entrances/bounceIn.ts +0 -14
- package/src/animations/bouncing_entrances/bounceInDown.ts +0 -20
- package/src/animations/bouncing_entrances/bounceInLeft.ts +0 -20
- package/src/animations/bouncing_entrances/bounceInRight.ts +0 -20
- package/src/animations/bouncing_entrances/bounceInUp.ts +0 -20
- package/src/animations/bouncing_exits/bounceOut.ts +0 -6
- package/src/animations/bouncing_exits/bounceOutDown.ts +0 -18
- package/src/animations/bouncing_exits/bounceOutLeft.ts +0 -12
- package/src/animations/bouncing_exits/bounceOutRight.ts +0 -12
- package/src/animations/bouncing_exits/bounceOutUp.ts +0 -18
- package/src/animations/easings/easings.ts +0 -31
- package/src/animations/fading_entrances/fadeIn.ts +0 -4
- package/src/animations/fading_entrances/fadeInBottomLeft.ts +0 -4
- package/src/animations/fading_entrances/fadeInBottomRight.ts +0 -4
- package/src/animations/fading_entrances/fadeInDown.ts +0 -4
- package/src/animations/fading_entrances/fadeInDownBig.ts +0 -4
- package/src/animations/fading_entrances/fadeInLeft.ts +0 -4
- package/src/animations/fading_entrances/fadeInLeftBig.ts +0 -4
- package/src/animations/fading_entrances/fadeInRight.ts +0 -4
- package/src/animations/fading_entrances/fadeInRightBig.ts +0 -4
- package/src/animations/fading_entrances/fadeInTopLeft.ts +0 -4
- package/src/animations/fading_entrances/fadeInTopRight.ts +0 -4
- package/src/animations/fading_entrances/fadeInUp.ts +0 -4
- package/src/animations/fading_entrances/fadeInUpBig.ts +0 -4
- package/src/animations/fading_exits/fadeOut.ts +0 -4
- package/src/animations/fading_exits/fadeOutBottomLeft.ts +0 -4
- package/src/animations/fading_exits/fadeOutBottomRight.ts +0 -4
- package/src/animations/fading_exits/fadeOutDown.ts +0 -4
- package/src/animations/fading_exits/fadeOutDownBig.ts +0 -4
- package/src/animations/fading_exits/fadeOutLeft.ts +0 -4
- package/src/animations/fading_exits/fadeOutLeftBig.ts +0 -4
- package/src/animations/fading_exits/fadeOutRight.ts +0 -4
- package/src/animations/fading_exits/fadeOutRightBig.ts +0 -4
- package/src/animations/fading_exits/fadeOutTopLeft.ts +0 -4
- package/src/animations/fading_exits/fadeOutTopRight.ts +0 -4
- package/src/animations/fading_exits/fadeOutUp.ts +0 -4
- package/src/animations/fading_exits/fadeOutUpBig.ts +0 -4
- package/src/animations/flippers/flip.ts +0 -32
- package/src/animations/flippers/flipInX.ts +0 -20
- package/src/animations/flippers/flipInY.ts +0 -20
- package/src/animations/flippers/flipOutX.ts +0 -13
- package/src/animations/flippers/flipOutY.ts +0 -13
- package/src/animations/index.ts +0 -101
- package/src/animations/lightspeed/lightSpeedInLeft.ts +0 -10
- package/src/animations/lightspeed/lightSpeedInRight.ts +0 -10
- package/src/animations/lightspeed/lightSpeedOutLeft.ts +0 -8
- package/src/animations/lightspeed/lightSpeedOutRight.ts +0 -8
- package/src/animations/rotating_entrances/rotateIn.ts +0 -4
- package/src/animations/rotating_entrances/rotateInDownLeft.ts +0 -4
- package/src/animations/rotating_entrances/rotateInDownRight.ts +0 -4
- package/src/animations/rotating_entrances/rotateInUpLeft.ts +0 -4
- package/src/animations/rotating_entrances/rotateInUpRight.ts +0 -4
- package/src/animations/rotating_exits/rotateOut.ts +0 -4
- package/src/animations/rotating_exits/rotateOutDownLeft.ts +0 -4
- package/src/animations/rotating_exits/rotateOutDownRight.ts +0 -4
- package/src/animations/rotating_exits/rotateOutUpLeft.ts +0 -4
- package/src/animations/rotating_exits/rotateOutUpRight.ts +0 -4
- package/src/animations/sliding_entrances/slideInDown.ts +0 -4
- package/src/animations/sliding_entrances/slideInLeft.ts +0 -4
- package/src/animations/sliding_entrances/slideInRight.ts +0 -4
- package/src/animations/sliding_entrances/slideInUp.ts +0 -4
- package/src/animations/sliding_exits/slideOutDown.ts +0 -4
- package/src/animations/sliding_exits/slideOutLeft.ts +0 -4
- package/src/animations/sliding_exits/slideOutRight.ts +0 -4
- package/src/animations/sliding_exits/slideOutUp.ts +0 -4
- package/src/animations/specials/hinge.ts +0 -26
- package/src/animations/specials/jackInTheBox.ts +0 -11
- package/src/animations/specials/rollIn.ts +0 -8
- package/src/animations/specials/rollOut.ts +0 -8
- package/src/animations/zooming_entrances/zoomIn.ts +0 -4
- package/src/animations/zooming_entrances/zoomInDown.ts +0 -14
- package/src/animations/zooming_entrances/zoomInLeft.ts +0 -14
- package/src/animations/zooming_entrances/zoomInRight.ts +0 -14
- package/src/animations/zooming_entrances/zoomInUp.ts +0 -14
- package/src/animations/zooming_exits/zoomOut.ts +0 -5
- package/src/animations/zooming_exits/zoomOutDown.ts +0 -14
- package/src/animations/zooming_exits/zoomOutLeft.ts +0 -12
- package/src/animations/zooming_exits/zoomOutRight.ts +0 -12
- package/src/animations/zooming_exits/zoomOutUp.ts +0 -14
- package/src/components/animation/animation.component.ts +0 -224
- package/src/components/animation/animation.styles.ts +0 -7
- package/src/components/animation/animation.ts +0 -10
- package/src/components/animation/animations.ts +0 -13
- package/src/components/avatar/avatar.component.ts +0 -113
- package/src/components/avatar/avatar.styles.ts +0 -66
- package/src/components/avatar/avatar.ts +0 -10
- package/src/components/badge/badge.component.ts +0 -54
- package/src/components/badge/badge.styles.ts +0 -74
- package/src/components/badge/badge.ts +0 -10
- package/src/components/button/button.component.ts +0 -335
- package/src/components/button/button.styles.ts +0 -320
- package/src/components/button/button.ts +0 -10
- package/src/components/button-group/button-group.component.ts +0 -101
- package/src/components/button-group/button-group.styles.ts +0 -12
- package/src/components/button-group/button-group.ts +0 -10
- package/src/components/callout/callout.component.ts +0 -60
- package/src/components/callout/callout.styles.ts +0 -66
- package/src/components/callout/callout.ts +0 -10
- package/src/components/card/card.component.ts +0 -59
- package/src/components/card/card.styles.ts +0 -63
- package/src/components/card/card.ts +0 -10
- package/src/components/checkbox/checkbox.component.ts +0 -244
- package/src/components/checkbox/checkbox.styles.ts +0 -164
- package/src/components/checkbox/checkbox.ts +0 -10
- package/src/components/comparer/comparer.component.ts +0 -188
- package/src/components/comparer/comparer.styles.ts +0 -73
- package/src/components/comparer/comparer.ts +0 -10
- package/src/components/copy-button/copy-button.component.ts +0 -272
- package/src/components/copy-button/copy-button.styles.ts +0 -59
- package/src/components/copy-button/copy-button.ts +0 -10
- package/src/components/details/details.component.ts +0 -259
- package/src/components/details/details.styles.ts +0 -84
- package/src/components/details/details.ts +0 -10
- package/src/components/dialog/dialog.component.ts +0 -403
- package/src/components/dialog/dialog.styles.ts +0 -121
- package/src/components/dialog/dialog.ts +0 -10
- package/src/components/divider/divider.component.ts +0 -42
- package/src/components/divider/divider.styles.ts +0 -27
- package/src/components/divider/divider.ts +0 -10
- package/src/components/drawer/drawer.component.ts +0 -565
- package/src/components/drawer/drawer.styles.ts +0 -155
- package/src/components/drawer/drawer.ts +0 -10
- package/src/components/dropdown/dropdown.component.ts +0 -430
- package/src/components/dropdown/dropdown.styles.ts +0 -50
- package/src/components/dropdown/dropdown.ts +0 -10
- package/src/components/icon/icon.component.ts +0 -239
- package/src/components/icon/icon.styles.ts +0 -47
- package/src/components/icon/icon.ts +0 -10
- package/src/components/icon/library.default.ts +0 -10
- package/src/components/icon/library.system.ts +0 -136
- package/src/components/icon/library.ts +0 -54
- package/src/components/icon-button/icon-button.component.ts +0 -129
- package/src/components/icon-button/icon-button.styles.ts +0 -51
- package/src/components/icon-button/icon-button.ts +0 -10
- package/src/components/input/input.component.ts +0 -496
- package/src/components/input/input.styles.ts +0 -306
- package/src/components/input/input.ts +0 -10
- package/src/components/menu/menu.component.ts +0 -161
- package/src/components/menu/menu.styles.ts +0 -18
- package/src/components/menu/menu.ts +0 -10
- package/src/components/menu-item/menu-item.component.ts +0 -190
- package/src/components/menu-item/menu-item.styles.ts +0 -155
- package/src/components/menu-item/menu-item.ts +0 -10
- package/src/components/menu-item/submenu-controller.ts +0 -337
- package/src/components/menu-label/menu-label.component.ts +0 -22
- package/src/components/menu-label/menu-label.styles.ts +0 -20
- package/src/components/menu-label/menu-label.ts +0 -10
- package/src/components/option/option.component.ts +0 -141
- package/src/components/option/option.styles.ts +0 -106
- package/src/components/option/option.ts +0 -10
- package/src/components/popup/popup.component.ts +0 -540
- package/src/components/popup/popup.styles.ts +0 -63
- package/src/components/popup/popup.ts +0 -12
- package/src/components/qr-code/qr-code.component.ts +0 -70
- package/src/components/qr-code/qr-code.styles.ts +0 -7
- package/src/components/qr-code/qr-code.ts +0 -10
- package/src/components/radio/radio.component.ts +0 -100
- package/src/components/radio/radio.styles.ts +0 -130
- package/src/components/radio/radio.ts +0 -10
- package/src/components/radio-button/radio-button.component.ts +0 -116
- package/src/components/radio-button/radio-button.styles.ts +0 -23
- package/src/components/radio-button/radio-button.ts +0 -10
- package/src/components/radio-group/radio-group.component.ts +0 -404
- package/src/components/radio-group/radio-group.styles.ts +0 -40
- package/src/components/radio-group/radio-group.ts +0 -10
- package/src/components/rating/rating.component.ts +0 -319
- package/src/components/rating/rating.styles.ts +0 -92
- package/src/components/rating/rating.ts +0 -10
- package/src/components/resize-observer/resize-observer.component.ts +0 -91
- package/src/components/resize-observer/resize-observer.styles.ts +0 -7
- package/src/components/resize-observer/resize-observer.ts +0 -10
- package/src/components/select/select.component.ts +0 -1013
- package/src/components/select/select.styles.ts +0 -361
- package/src/components/select/select.ts +0 -10
- package/src/components/spinner/spinner.component.ts +0 -38
- package/src/components/spinner/spinner.styles.ts +0 -59
- package/src/components/spinner/spinner.ts +0 -10
- package/src/components/switch/switch.component.ts +0 -253
- package/src/components/switch/switch.styles.ts +0 -176
- package/src/components/switch/switch.ts +0 -10
- package/src/components/tab/tab.component.ts +0 -87
- package/src/components/tab/tab.styles.ts +0 -83
- package/src/components/tab/tab.ts +0 -10
- package/src/components/tab-group/tab-group.component.ts +0 -607
- package/src/components/tab-group/tab-group.styles.ts +0 -217
- package/src/components/tab-group/tab-group.ts +0 -10
- package/src/components/tab-panel/tab-panel.component.ts +0 -43
- package/src/components/tab-panel/tab-panel.styles.ts +0 -16
- package/src/components/tab-panel/tab-panel.ts +0 -10
- package/src/components/tag/tag.component.ts +0 -94
- package/src/components/tag/tag.styles.ts +0 -153
- package/src/components/tag/tag.ts +0 -10
- package/src/components/tooltip/tooltip.component.ts +0 -276
- package/src/components/tooltip/tooltip.styles.ts +0 -57
- package/src/components/tooltip/tooltip.ts +0 -10
- package/src/default.css +0 -1005
- package/src/events/events.ts +0 -35
- package/src/events/pc-after-collapse.ts +0 -7
- package/src/events/pc-after-expand.ts +0 -7
- package/src/events/pc-after-hide.ts +0 -7
- package/src/events/pc-after-show.ts +0 -7
- package/src/events/pc-blur.ts +0 -7
- package/src/events/pc-cancel.ts +0 -7
- package/src/events/pc-change.ts +0 -7
- package/src/events/pc-clear.ts +0 -7
- package/src/events/pc-close.ts +0 -7
- package/src/events/pc-collapse.ts +0 -7
- package/src/events/pc-copy.ts +0 -7
- package/src/events/pc-error.ts +0 -7
- package/src/events/pc-expand.ts +0 -7
- package/src/events/pc-finish.ts +0 -7
- package/src/events/pc-focus.ts +0 -7
- package/src/events/pc-hide.ts +0 -7
- package/src/events/pc-hover.ts +0 -10
- package/src/events/pc-initial-focus.ts +0 -7
- package/src/events/pc-input.ts +0 -7
- package/src/events/pc-invalid.ts +0 -7
- package/src/events/pc-lazy-change.ts +0 -7
- package/src/events/pc-lazy-load.ts +0 -7
- package/src/events/pc-load.ts +0 -7
- package/src/events/pc-mutation.ts +0 -7
- package/src/events/pc-remove.ts +0 -7
- package/src/events/pc-reposition.ts +0 -7
- package/src/events/pc-request-close.ts +0 -9
- package/src/events/pc-resize.ts +0 -7
- package/src/events/pc-select.ts +0 -9
- package/src/events/pc-selection-change.ts +0 -10
- package/src/events/pc-show.ts +0 -7
- package/src/events/pc-slide-change.ts +0 -13
- package/src/events/pc-start.ts +0 -7
- package/src/events/pc-tab-hide.ts +0 -7
- package/src/events/pc-tab-show.ts +0 -7
- package/src/global-shims.ts +0 -126
- package/src/global.d.ts +0 -31
- package/src/internal/active-elements.ts +0 -21
- package/src/internal/animate.ts +0 -62
- package/src/internal/close-active-element.ts +0 -7
- package/src/internal/debounce.ts +0 -25
- package/src/internal/default-value.ts +0 -40
- package/src/internal/drag.ts +0 -36
- package/src/internal/emit.ts +0 -19
- package/src/internal/event.ts +0 -12
- package/src/internal/form.ts +0 -389
- package/src/internal/math.ts +0 -14
- package/src/internal/modal.ts +0 -157
- package/src/internal/offset.ts +0 -12
- package/src/internal/scroll.ts +0 -95
- package/src/internal/scrollend-polyfill.ts +0 -99
- package/src/internal/slot.ts +0 -110
- package/src/internal/string.ts +0 -3
- package/src/internal/tabbable.ts +0 -207
- package/src/internal/watch.ts +0 -58
- package/src/native-styles.css +0 -261
- package/src/placer-autoloader.ts +0 -53
- package/src/placer.ts +0 -53
- package/src/style-utilities/fouce.css +0 -13
- package/src/style-utilities/style-utilities.css +0 -2
- package/src/style-utilities/visually-hidden.css +0 -12
- package/src/utilities/animation-registry.ts +0 -72
- package/src/utilities/animation.ts +0 -4
- package/src/utilities/base-path.ts +0 -39
- package/src/utilities/form.ts +0 -41
- package/src/utilities/icon-library.ts +0 -4
- package/src/utility.css +0 -41
|
@@ -1 +1,1229 @@
|
|
|
1
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __export = (target, all) => {
|
|
3
|
+
for (var name in all)
|
|
4
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
// src/animations/index.ts
|
|
8
|
+
var animations_exports = {};
|
|
9
|
+
__export(animations_exports, {
|
|
10
|
+
backInDown: () => backInDown,
|
|
11
|
+
backInLeft: () => backInLeft,
|
|
12
|
+
backInRight: () => backInRight,
|
|
13
|
+
backInUp: () => backInUp,
|
|
14
|
+
backOutDown: () => backOutDown,
|
|
15
|
+
backOutLeft: () => backOutLeft,
|
|
16
|
+
backOutRight: () => backOutRight,
|
|
17
|
+
backOutUp: () => backOutUp,
|
|
18
|
+
bounce: () => bounce,
|
|
19
|
+
bounceIn: () => bounceIn,
|
|
20
|
+
bounceInDown: () => bounceInDown,
|
|
21
|
+
bounceInLeft: () => bounceInLeft,
|
|
22
|
+
bounceInRight: () => bounceInRight,
|
|
23
|
+
bounceInUp: () => bounceInUp,
|
|
24
|
+
bounceOut: () => bounceOut,
|
|
25
|
+
bounceOutDown: () => bounceOutDown,
|
|
26
|
+
bounceOutLeft: () => bounceOutLeft,
|
|
27
|
+
bounceOutRight: () => bounceOutRight,
|
|
28
|
+
bounceOutUp: () => bounceOutUp,
|
|
29
|
+
easings: () => easings,
|
|
30
|
+
fadeIn: () => fadeIn,
|
|
31
|
+
fadeInBottomLeft: () => fadeInBottomLeft,
|
|
32
|
+
fadeInBottomRight: () => fadeInBottomRight,
|
|
33
|
+
fadeInDown: () => fadeInDown,
|
|
34
|
+
fadeInDownBig: () => fadeInDownBig,
|
|
35
|
+
fadeInLeft: () => fadeInLeft,
|
|
36
|
+
fadeInLeftBig: () => fadeInLeftBig,
|
|
37
|
+
fadeInRight: () => fadeInRight,
|
|
38
|
+
fadeInRightBig: () => fadeInRightBig,
|
|
39
|
+
fadeInTopLeft: () => fadeInTopLeft,
|
|
40
|
+
fadeInTopRight: () => fadeInTopRight,
|
|
41
|
+
fadeInUp: () => fadeInUp,
|
|
42
|
+
fadeInUpBig: () => fadeInUpBig,
|
|
43
|
+
fadeOut: () => fadeOut,
|
|
44
|
+
fadeOutBottomLeft: () => fadeOutBottomLeft,
|
|
45
|
+
fadeOutBottomRight: () => fadeOutBottomRight,
|
|
46
|
+
fadeOutDown: () => fadeOutDown,
|
|
47
|
+
fadeOutDownBig: () => fadeOutDownBig,
|
|
48
|
+
fadeOutLeft: () => fadeOutLeft,
|
|
49
|
+
fadeOutLeftBig: () => fadeOutLeftBig,
|
|
50
|
+
fadeOutRight: () => fadeOutRight,
|
|
51
|
+
fadeOutRightBig: () => fadeOutRightBig,
|
|
52
|
+
fadeOutTopLeft: () => fadeOutTopLeft,
|
|
53
|
+
fadeOutTopRight: () => fadeOutTopRight,
|
|
54
|
+
fadeOutUp: () => fadeOutUp,
|
|
55
|
+
fadeOutUpBig: () => fadeOutUpBig,
|
|
56
|
+
flash: () => flash,
|
|
57
|
+
flip: () => flip,
|
|
58
|
+
flipInX: () => flipInX,
|
|
59
|
+
flipInY: () => flipInY,
|
|
60
|
+
flipOutX: () => flipOutX,
|
|
61
|
+
flipOutY: () => flipOutY,
|
|
62
|
+
headShake: () => headShake,
|
|
63
|
+
heartBeat: () => heartBeat,
|
|
64
|
+
hinge: () => hinge,
|
|
65
|
+
jackInTheBox: () => jackInTheBox,
|
|
66
|
+
jello: () => jello,
|
|
67
|
+
lightSpeedInLeft: () => lightSpeedInLeft,
|
|
68
|
+
lightSpeedInRight: () => lightSpeedInRight,
|
|
69
|
+
lightSpeedOutLeft: () => lightSpeedOutLeft,
|
|
70
|
+
lightSpeedOutRight: () => lightSpeedOutRight,
|
|
71
|
+
pulse: () => pulse,
|
|
72
|
+
rollIn: () => rollIn,
|
|
73
|
+
rollOut: () => rollOut,
|
|
74
|
+
rotateIn: () => rotateIn,
|
|
75
|
+
rotateInDownLeft: () => rotateInDownLeft,
|
|
76
|
+
rotateInDownRight: () => rotateInDownRight,
|
|
77
|
+
rotateInUpLeft: () => rotateInUpLeft,
|
|
78
|
+
rotateInUpRight: () => rotateInUpRight,
|
|
79
|
+
rotateOut: () => rotateOut,
|
|
80
|
+
rotateOutDownLeft: () => rotateOutDownLeft,
|
|
81
|
+
rotateOutDownRight: () => rotateOutDownRight,
|
|
82
|
+
rotateOutUpLeft: () => rotateOutUpLeft,
|
|
83
|
+
rotateOutUpRight: () => rotateOutUpRight,
|
|
84
|
+
rubberBand: () => rubberBand,
|
|
85
|
+
shake: () => shake,
|
|
86
|
+
shakeX: () => shakeX,
|
|
87
|
+
shakeY: () => shakeY,
|
|
88
|
+
slideInDown: () => slideInDown,
|
|
89
|
+
slideInLeft: () => slideInLeft,
|
|
90
|
+
slideInRight: () => slideInRight,
|
|
91
|
+
slideInUp: () => slideInUp,
|
|
92
|
+
slideOutDown: () => slideOutDown,
|
|
93
|
+
slideOutLeft: () => slideOutLeft,
|
|
94
|
+
slideOutRight: () => slideOutRight,
|
|
95
|
+
slideOutUp: () => slideOutUp,
|
|
96
|
+
swing: () => swing,
|
|
97
|
+
tada: () => tada,
|
|
98
|
+
wobble: () => wobble,
|
|
99
|
+
zoomIn: () => zoomIn,
|
|
100
|
+
zoomInDown: () => zoomInDown,
|
|
101
|
+
zoomInLeft: () => zoomInLeft,
|
|
102
|
+
zoomInRight: () => zoomInRight,
|
|
103
|
+
zoomInUp: () => zoomInUp,
|
|
104
|
+
zoomOut: () => zoomOut,
|
|
105
|
+
zoomOutDown: () => zoomOutDown,
|
|
106
|
+
zoomOutLeft: () => zoomOutLeft,
|
|
107
|
+
zoomOutRight: () => zoomOutRight,
|
|
108
|
+
zoomOutUp: () => zoomOutUp
|
|
109
|
+
});
|
|
110
|
+
|
|
111
|
+
// src/animations/attention_seekers/bounce.ts
|
|
112
|
+
var bounce = [
|
|
113
|
+
{
|
|
114
|
+
offset: 0,
|
|
115
|
+
easing: "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
116
|
+
transform: "translate3d(0, 0, 0)"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
offset: 0.2,
|
|
120
|
+
easing: "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
121
|
+
transform: "translate3d(0, 0, 0)"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
offset: 0.4,
|
|
125
|
+
easing: "cubic-bezier(0.755, 0.05, 0.855, 0.06)",
|
|
126
|
+
transform: "translate3d(0, -30px, 0) scaleY(1.1)"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
offset: 0.43,
|
|
130
|
+
easing: "cubic-bezier(0.755, 0.05, 0.855, 0.06)",
|
|
131
|
+
transform: "translate3d(0, -30px, 0) scaleY(1.1)"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
offset: 0.53,
|
|
135
|
+
easing: "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
136
|
+
transform: "translate3d(0, 0, 0)"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
offset: 0.7,
|
|
140
|
+
easing: "cubic-bezier(0.755, 0.05, 0.855, 0.06)",
|
|
141
|
+
transform: "translate3d(0, -15px, 0) scaleY(1.05)"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"offset": 0.8,
|
|
145
|
+
"transition-timing-function": "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
146
|
+
"transform": "translate3d(0, 0, 0) scaleY(0.95)"
|
|
147
|
+
},
|
|
148
|
+
{ offset: 0.9, transform: "translate3d(0, -4px, 0) scaleY(1.02)" },
|
|
149
|
+
{
|
|
150
|
+
offset: 1,
|
|
151
|
+
easing: "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
152
|
+
transform: "translate3d(0, 0, 0)"
|
|
153
|
+
}
|
|
154
|
+
];
|
|
155
|
+
|
|
156
|
+
// src/animations/attention_seekers/flash.ts
|
|
157
|
+
var flash = [
|
|
158
|
+
{ offset: 0, opacity: "1" },
|
|
159
|
+
{ offset: 0.25, opacity: "0" },
|
|
160
|
+
{ offset: 0.5, opacity: "1" },
|
|
161
|
+
{ offset: 0.75, opacity: "0" },
|
|
162
|
+
{ offset: 1, opacity: "1" }
|
|
163
|
+
];
|
|
164
|
+
|
|
165
|
+
// src/animations/attention_seekers/headShake.ts
|
|
166
|
+
var headShake = [
|
|
167
|
+
{ offset: 0, transform: "translateX(0)" },
|
|
168
|
+
{ offset: 0.065, transform: "translateX(-6px) rotateY(-9deg)" },
|
|
169
|
+
{ offset: 0.185, transform: "translateX(5px) rotateY(7deg)" },
|
|
170
|
+
{ offset: 0.315, transform: "translateX(-3px) rotateY(-5deg)" },
|
|
171
|
+
{ offset: 0.435, transform: "translateX(2px) rotateY(3deg)" },
|
|
172
|
+
{ offset: 0.5, transform: "translateX(0)" }
|
|
173
|
+
];
|
|
174
|
+
|
|
175
|
+
// src/animations/attention_seekers/heartBeat.ts
|
|
176
|
+
var heartBeat = [
|
|
177
|
+
{ offset: 0, transform: "scale(1)" },
|
|
178
|
+
{ offset: 0.14, transform: "scale(1.3)" },
|
|
179
|
+
{ offset: 0.28, transform: "scale(1)" },
|
|
180
|
+
{ offset: 0.42, transform: "scale(1.3)" },
|
|
181
|
+
{ offset: 0.7, transform: "scale(1)" }
|
|
182
|
+
];
|
|
183
|
+
|
|
184
|
+
// src/animations/attention_seekers/jello.ts
|
|
185
|
+
var jello = [
|
|
186
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
187
|
+
{ offset: 0.111, transform: "translate3d(0, 0, 0)" },
|
|
188
|
+
{ offset: 0.222, transform: "skewX(-12.5deg) skewY(-12.5deg)" },
|
|
189
|
+
{ offset: 0.33299999999999996, transform: "skewX(6.25deg) skewY(6.25deg)" },
|
|
190
|
+
{ offset: 0.444, transform: "skewX(-3.125deg) skewY(-3.125deg)" },
|
|
191
|
+
{ offset: 0.555, transform: "skewX(1.5625deg) skewY(1.5625deg)" },
|
|
192
|
+
{
|
|
193
|
+
offset: 0.6659999999999999,
|
|
194
|
+
transform: "skewX(-0.78125deg) skewY(-0.78125deg)"
|
|
195
|
+
},
|
|
196
|
+
{ offset: 0.777, transform: "skewX(0.390625deg) skewY(0.390625deg)" },
|
|
197
|
+
{ offset: 0.888, transform: "skewX(-0.1953125deg) skewY(-0.1953125deg)" },
|
|
198
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
199
|
+
];
|
|
200
|
+
|
|
201
|
+
// src/animations/attention_seekers/pulse.ts
|
|
202
|
+
var pulse = [
|
|
203
|
+
{ offset: 0, transform: "scale3d(1, 1, 1)" },
|
|
204
|
+
{ offset: 0.5, transform: "scale3d(1.05, 1.05, 1.05)" },
|
|
205
|
+
{ offset: 1, transform: "scale3d(1, 1, 1)" }
|
|
206
|
+
];
|
|
207
|
+
|
|
208
|
+
// src/animations/attention_seekers/rubberBand.ts
|
|
209
|
+
var rubberBand = [
|
|
210
|
+
{ offset: 0, transform: "scale3d(1, 1, 1)" },
|
|
211
|
+
{ offset: 0.3, transform: "scale3d(1.25, 0.75, 1)" },
|
|
212
|
+
{ offset: 0.4, transform: "scale3d(0.75, 1.25, 1)" },
|
|
213
|
+
{ offset: 0.5, transform: "scale3d(1.15, 0.85, 1)" },
|
|
214
|
+
{ offset: 0.65, transform: "scale3d(0.95, 1.05, 1)" },
|
|
215
|
+
{ offset: 0.75, transform: "scale3d(1.05, 0.95, 1)" },
|
|
216
|
+
{ offset: 1, transform: "scale3d(1, 1, 1)" }
|
|
217
|
+
];
|
|
218
|
+
|
|
219
|
+
// src/animations/attention_seekers/shake.ts
|
|
220
|
+
var shake = [
|
|
221
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
222
|
+
{ offset: 0.1, transform: "translate3d(-10px, 0, 0)" },
|
|
223
|
+
{ offset: 0.2, transform: "translate3d(10px, 0, 0)" },
|
|
224
|
+
{ offset: 0.3, transform: "translate3d(-10px, 0, 0)" },
|
|
225
|
+
{ offset: 0.4, transform: "translate3d(10px, 0, 0)" },
|
|
226
|
+
{ offset: 0.5, transform: "translate3d(-10px, 0, 0)" },
|
|
227
|
+
{ offset: 0.6, transform: "translate3d(10px, 0, 0)" },
|
|
228
|
+
{ offset: 0.7, transform: "translate3d(-10px, 0, 0)" },
|
|
229
|
+
{ offset: 0.8, transform: "translate3d(10px, 0, 0)" },
|
|
230
|
+
{ offset: 0.9, transform: "translate3d(-10px, 0, 0)" },
|
|
231
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
232
|
+
];
|
|
233
|
+
|
|
234
|
+
// src/animations/attention_seekers/shakeX.ts
|
|
235
|
+
var shakeX = [
|
|
236
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
237
|
+
{ offset: 0.1, transform: "translate3d(-10px, 0, 0)" },
|
|
238
|
+
{ offset: 0.2, transform: "translate3d(10px, 0, 0)" },
|
|
239
|
+
{ offset: 0.3, transform: "translate3d(-10px, 0, 0)" },
|
|
240
|
+
{ offset: 0.4, transform: "translate3d(10px, 0, 0)" },
|
|
241
|
+
{ offset: 0.5, transform: "translate3d(-10px, 0, 0)" },
|
|
242
|
+
{ offset: 0.6, transform: "translate3d(10px, 0, 0)" },
|
|
243
|
+
{ offset: 0.7, transform: "translate3d(-10px, 0, 0)" },
|
|
244
|
+
{ offset: 0.8, transform: "translate3d(10px, 0, 0)" },
|
|
245
|
+
{ offset: 0.9, transform: "translate3d(-10px, 0, 0)" },
|
|
246
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
247
|
+
];
|
|
248
|
+
|
|
249
|
+
// src/animations/attention_seekers/shakeY.ts
|
|
250
|
+
var shakeY = [
|
|
251
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
252
|
+
{ offset: 0.1, transform: "translate3d(0, -10px, 0)" },
|
|
253
|
+
{ offset: 0.2, transform: "translate3d(0, 10px, 0)" },
|
|
254
|
+
{ offset: 0.3, transform: "translate3d(0, -10px, 0)" },
|
|
255
|
+
{ offset: 0.4, transform: "translate3d(0, 10px, 0)" },
|
|
256
|
+
{ offset: 0.5, transform: "translate3d(0, -10px, 0)" },
|
|
257
|
+
{ offset: 0.6, transform: "translate3d(0, 10px, 0)" },
|
|
258
|
+
{ offset: 0.7, transform: "translate3d(0, -10px, 0)" },
|
|
259
|
+
{ offset: 0.8, transform: "translate3d(0, 10px, 0)" },
|
|
260
|
+
{ offset: 0.9, transform: "translate3d(0, -10px, 0)" },
|
|
261
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
262
|
+
];
|
|
263
|
+
|
|
264
|
+
// src/animations/attention_seekers/swing.ts
|
|
265
|
+
var swing = [
|
|
266
|
+
{ offset: 0.2, transform: "rotate3d(0, 0, 1, 15deg)" },
|
|
267
|
+
{ offset: 0.4, transform: "rotate3d(0, 0, 1, -10deg)" },
|
|
268
|
+
{ offset: 0.6, transform: "rotate3d(0, 0, 1, 5deg)" },
|
|
269
|
+
{ offset: 0.8, transform: "rotate3d(0, 0, 1, -5deg)" },
|
|
270
|
+
{ offset: 1, transform: "rotate3d(0, 0, 1, 0deg)" }
|
|
271
|
+
];
|
|
272
|
+
|
|
273
|
+
// src/animations/attention_seekers/tada.ts
|
|
274
|
+
var tada = [
|
|
275
|
+
{ offset: 0, transform: "scale3d(1, 1, 1)" },
|
|
276
|
+
{
|
|
277
|
+
offset: 0.1,
|
|
278
|
+
transform: "scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
offset: 0.2,
|
|
282
|
+
transform: "scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
offset: 0.3,
|
|
286
|
+
transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
offset: 0.4,
|
|
290
|
+
transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
offset: 0.5,
|
|
294
|
+
transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
offset: 0.6,
|
|
298
|
+
transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
offset: 0.7,
|
|
302
|
+
transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
offset: 0.8,
|
|
306
|
+
transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
offset: 0.9,
|
|
310
|
+
transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)"
|
|
311
|
+
},
|
|
312
|
+
{ offset: 1, transform: "scale3d(1, 1, 1)" }
|
|
313
|
+
];
|
|
314
|
+
|
|
315
|
+
// src/animations/attention_seekers/wobble.ts
|
|
316
|
+
var wobble = [
|
|
317
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
318
|
+
{
|
|
319
|
+
offset: 0.15,
|
|
320
|
+
transform: "translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
offset: 0.3,
|
|
324
|
+
transform: "translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
offset: 0.45,
|
|
328
|
+
transform: "translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
offset: 0.6,
|
|
332
|
+
transform: "translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
offset: 0.75,
|
|
336
|
+
transform: "translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)"
|
|
337
|
+
},
|
|
338
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
339
|
+
];
|
|
340
|
+
|
|
341
|
+
// src/animations/back_entrances/backInDown.ts
|
|
342
|
+
var backInDown = [
|
|
343
|
+
{ offset: 0, transform: "translateY(-1200px) scale(0.7)", opacity: "0.7" },
|
|
344
|
+
{ offset: 0.8, transform: "translateY(0px) scale(0.7)", opacity: "0.7" },
|
|
345
|
+
{ offset: 1, transform: "scale(1)", opacity: "1" }
|
|
346
|
+
];
|
|
347
|
+
|
|
348
|
+
// src/animations/back_entrances/backInLeft.ts
|
|
349
|
+
var backInLeft = [
|
|
350
|
+
{ offset: 0, transform: "translateX(-2000px) scale(0.7)", opacity: "0.7" },
|
|
351
|
+
{ offset: 0.8, transform: "translateX(0px) scale(0.7)", opacity: "0.7" },
|
|
352
|
+
{ offset: 1, transform: "scale(1)", opacity: "1" }
|
|
353
|
+
];
|
|
354
|
+
|
|
355
|
+
// src/animations/back_entrances/backInRight.ts
|
|
356
|
+
var backInRight = [
|
|
357
|
+
{ offset: 0, transform: "translateX(2000px) scale(0.7)", opacity: "0.7" },
|
|
358
|
+
{ offset: 0.8, transform: "translateX(0px) scale(0.7)", opacity: "0.7" },
|
|
359
|
+
{ offset: 1, transform: "scale(1)", opacity: "1" }
|
|
360
|
+
];
|
|
361
|
+
|
|
362
|
+
// src/animations/back_entrances/backInUp.ts
|
|
363
|
+
var backInUp = [
|
|
364
|
+
{ offset: 0, transform: "translateY(1200px) scale(0.7)", opacity: "0.7" },
|
|
365
|
+
{ offset: 0.8, transform: "translateY(0px) scale(0.7)", opacity: "0.7" },
|
|
366
|
+
{ offset: 1, transform: "scale(1)", opacity: "1" }
|
|
367
|
+
];
|
|
368
|
+
|
|
369
|
+
// src/animations/back_exits/backOutDown.ts
|
|
370
|
+
var backOutDown = [
|
|
371
|
+
{ offset: 0, transform: "scale(1)", opacity: "1" },
|
|
372
|
+
{ offset: 0.2, transform: "translateY(0px) scale(0.7)", opacity: "0.7" },
|
|
373
|
+
{ offset: 1, transform: "translateY(700px) scale(0.7)", opacity: "0.7" }
|
|
374
|
+
];
|
|
375
|
+
|
|
376
|
+
// src/animations/back_exits/backOutLeft.ts
|
|
377
|
+
var backOutLeft = [
|
|
378
|
+
{ offset: 0, transform: "scale(1)", opacity: "1" },
|
|
379
|
+
{ offset: 0.2, transform: "translateX(0px) scale(0.7)", opacity: "0.7" },
|
|
380
|
+
{ offset: 1, transform: "translateX(-2000px) scale(0.7)", opacity: "0.7" }
|
|
381
|
+
];
|
|
382
|
+
|
|
383
|
+
// src/animations/back_exits/backOutRight.ts
|
|
384
|
+
var backOutRight = [
|
|
385
|
+
{ offset: 0, transform: "scale(1)", opacity: "1" },
|
|
386
|
+
{ offset: 0.2, transform: "translateX(0px) scale(0.7)", opacity: "0.7" },
|
|
387
|
+
{ offset: 1, transform: "translateX(2000px) scale(0.7)", opacity: "0.7" }
|
|
388
|
+
];
|
|
389
|
+
|
|
390
|
+
// src/animations/back_exits/backOutUp.ts
|
|
391
|
+
var backOutUp = [
|
|
392
|
+
{ offset: 0, transform: "scale(1)", opacity: "1" },
|
|
393
|
+
{ offset: 0.2, transform: "translateY(0px) scale(0.7)", opacity: "0.7" },
|
|
394
|
+
{ offset: 1, transform: "translateY(-700px) scale(0.7)", opacity: "0.7" }
|
|
395
|
+
];
|
|
396
|
+
|
|
397
|
+
// src/animations/bouncing_entrances/bounceIn.ts
|
|
398
|
+
var bounceIn = [
|
|
399
|
+
{ offset: 0, opacity: "0", transform: "scale3d(0.3, 0.3, 0.3)" },
|
|
400
|
+
{ offset: 0, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
401
|
+
{ offset: 0.2, transform: "scale3d(1.1, 1.1, 1.1)" },
|
|
402
|
+
{ offset: 0.2, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
403
|
+
{ offset: 0.4, transform: "scale3d(0.9, 0.9, 0.9)" },
|
|
404
|
+
{ offset: 0.4, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
405
|
+
{ offset: 0.6, opacity: "1", transform: "scale3d(1.03, 1.03, 1.03)" },
|
|
406
|
+
{ offset: 0.6, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
407
|
+
{ offset: 0.8, transform: "scale3d(0.97, 0.97, 0.97)" },
|
|
408
|
+
{ offset: 0.8, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
409
|
+
{ offset: 1, opacity: "1", transform: "scale3d(1, 1, 1)" },
|
|
410
|
+
{ offset: 1, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" }
|
|
411
|
+
];
|
|
412
|
+
|
|
413
|
+
// src/animations/bouncing_entrances/bounceInDown.ts
|
|
414
|
+
var bounceInDown = [
|
|
415
|
+
{
|
|
416
|
+
offset: 0,
|
|
417
|
+
opacity: "0",
|
|
418
|
+
transform: "translate3d(0, -3000px, 0) scaleY(3)"
|
|
419
|
+
},
|
|
420
|
+
{ offset: 0, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
421
|
+
{
|
|
422
|
+
offset: 0.6,
|
|
423
|
+
opacity: "1",
|
|
424
|
+
transform: "translate3d(0, 25px, 0) scaleY(0.9)"
|
|
425
|
+
},
|
|
426
|
+
{ offset: 0.6, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
427
|
+
{ offset: 0.75, transform: "translate3d(0, -10px, 0) scaleY(0.95)" },
|
|
428
|
+
{ offset: 0.75, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
429
|
+
{ offset: 0.9, transform: "translate3d(0, 5px, 0) scaleY(0.985)" },
|
|
430
|
+
{ offset: 0.9, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
431
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" },
|
|
432
|
+
{ offset: 1, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" }
|
|
433
|
+
];
|
|
434
|
+
|
|
435
|
+
// src/animations/bouncing_entrances/bounceInLeft.ts
|
|
436
|
+
var bounceInLeft = [
|
|
437
|
+
{
|
|
438
|
+
offset: 0,
|
|
439
|
+
opacity: "0",
|
|
440
|
+
transform: "translate3d(-3000px, 0, 0) scaleX(3)"
|
|
441
|
+
},
|
|
442
|
+
{ offset: 0, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
443
|
+
{
|
|
444
|
+
offset: 0.6,
|
|
445
|
+
opacity: "1",
|
|
446
|
+
transform: "translate3d(25px, 0, 0) scaleX(1)"
|
|
447
|
+
},
|
|
448
|
+
{ offset: 0.6, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
449
|
+
{ offset: 0.75, transform: "translate3d(-10px, 0, 0) scaleX(0.98)" },
|
|
450
|
+
{ offset: 0.75, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
451
|
+
{ offset: 0.9, transform: "translate3d(5px, 0, 0) scaleX(0.995)" },
|
|
452
|
+
{ offset: 0.9, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
453
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" },
|
|
454
|
+
{ offset: 1, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" }
|
|
455
|
+
];
|
|
456
|
+
|
|
457
|
+
// src/animations/bouncing_entrances/bounceInRight.ts
|
|
458
|
+
var bounceInRight = [
|
|
459
|
+
{
|
|
460
|
+
offset: 0,
|
|
461
|
+
opacity: "0",
|
|
462
|
+
transform: "translate3d(3000px, 0, 0) scaleX(3)"
|
|
463
|
+
},
|
|
464
|
+
{ offset: 0, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
465
|
+
{
|
|
466
|
+
offset: 0.6,
|
|
467
|
+
opacity: "1",
|
|
468
|
+
transform: "translate3d(-25px, 0, 0) scaleX(1)"
|
|
469
|
+
},
|
|
470
|
+
{ offset: 0.6, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
471
|
+
{ offset: 0.75, transform: "translate3d(10px, 0, 0) scaleX(0.98)" },
|
|
472
|
+
{ offset: 0.75, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
473
|
+
{ offset: 0.9, transform: "translate3d(-5px, 0, 0) scaleX(0.995)" },
|
|
474
|
+
{ offset: 0.9, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
475
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" },
|
|
476
|
+
{ offset: 1, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" }
|
|
477
|
+
];
|
|
478
|
+
|
|
479
|
+
// src/animations/bouncing_entrances/bounceInUp.ts
|
|
480
|
+
var bounceInUp = [
|
|
481
|
+
{
|
|
482
|
+
offset: 0,
|
|
483
|
+
opacity: "0",
|
|
484
|
+
transform: "translate3d(0, 3000px, 0) scaleY(5)"
|
|
485
|
+
},
|
|
486
|
+
{ offset: 0, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
487
|
+
{
|
|
488
|
+
offset: 0.6,
|
|
489
|
+
opacity: "1",
|
|
490
|
+
transform: "translate3d(0, -20px, 0) scaleY(0.9)"
|
|
491
|
+
},
|
|
492
|
+
{ offset: 0.6, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
493
|
+
{ offset: 0.75, transform: "translate3d(0, 10px, 0) scaleY(0.95)" },
|
|
494
|
+
{ offset: 0.75, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
495
|
+
{ offset: 0.9, transform: "translate3d(0, -5px, 0) scaleY(0.985)" },
|
|
496
|
+
{ offset: 0.9, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
497
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" },
|
|
498
|
+
{ offset: 1, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" }
|
|
499
|
+
];
|
|
500
|
+
|
|
501
|
+
// src/animations/bouncing_exits/bounceOut.ts
|
|
502
|
+
var bounceOut = [
|
|
503
|
+
{ offset: 0.2, transform: "scale3d(0.9, 0.9, 0.9)" },
|
|
504
|
+
{ offset: 0.5, opacity: "1", transform: "scale3d(1.1, 1.1, 1.1)" },
|
|
505
|
+
{ offset: 0.55, opacity: "1", transform: "scale3d(1.1, 1.1, 1.1)" },
|
|
506
|
+
{ offset: 1, opacity: "0", transform: "scale3d(0.3, 0.3, 0.3)" }
|
|
507
|
+
];
|
|
508
|
+
|
|
509
|
+
// src/animations/bouncing_exits/bounceOutDown.ts
|
|
510
|
+
var bounceOutDown = [
|
|
511
|
+
{ offset: 0.2, transform: "translate3d(0, 10px, 0) scaleY(0.985)" },
|
|
512
|
+
{
|
|
513
|
+
offset: 0.4,
|
|
514
|
+
opacity: "1",
|
|
515
|
+
transform: "translate3d(0, -20px, 0) scaleY(0.9)"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
offset: 0.45,
|
|
519
|
+
opacity: "1",
|
|
520
|
+
transform: "translate3d(0, -20px, 0) scaleY(0.9)"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
offset: 1,
|
|
524
|
+
opacity: "0",
|
|
525
|
+
transform: "translate3d(0, 2000px, 0) scaleY(3)"
|
|
526
|
+
}
|
|
527
|
+
];
|
|
528
|
+
|
|
529
|
+
// src/animations/bouncing_exits/bounceOutLeft.ts
|
|
530
|
+
var bounceOutLeft = [
|
|
531
|
+
{
|
|
532
|
+
offset: 0.2,
|
|
533
|
+
opacity: "1",
|
|
534
|
+
transform: "translate3d(20px, 0, 0) scaleX(0.9)"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
offset: 1,
|
|
538
|
+
opacity: "0",
|
|
539
|
+
transform: "translate3d(-2000px, 0, 0) scaleX(2)"
|
|
540
|
+
}
|
|
541
|
+
];
|
|
542
|
+
|
|
543
|
+
// src/animations/bouncing_exits/bounceOutRight.ts
|
|
544
|
+
var bounceOutRight = [
|
|
545
|
+
{
|
|
546
|
+
offset: 0.2,
|
|
547
|
+
opacity: "1",
|
|
548
|
+
transform: "translate3d(-20px, 0, 0) scaleX(0.9)"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
offset: 1,
|
|
552
|
+
opacity: "0",
|
|
553
|
+
transform: "translate3d(2000px, 0, 0) scaleX(2)"
|
|
554
|
+
}
|
|
555
|
+
];
|
|
556
|
+
|
|
557
|
+
// src/animations/bouncing_exits/bounceOutUp.ts
|
|
558
|
+
var bounceOutUp = [
|
|
559
|
+
{ offset: 0.2, transform: "translate3d(0, -10px, 0) scaleY(0.985)" },
|
|
560
|
+
{
|
|
561
|
+
offset: 0.4,
|
|
562
|
+
opacity: "1",
|
|
563
|
+
transform: "translate3d(0, 20px, 0) scaleY(0.9)"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
offset: 0.45,
|
|
567
|
+
opacity: "1",
|
|
568
|
+
transform: "translate3d(0, 20px, 0) scaleY(0.9)"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
offset: 1,
|
|
572
|
+
opacity: "0",
|
|
573
|
+
transform: "translate3d(0, -2000px, 0) scaleY(3)"
|
|
574
|
+
}
|
|
575
|
+
];
|
|
576
|
+
|
|
577
|
+
// src/animations/fading_entrances/fadeIn.ts
|
|
578
|
+
var fadeIn = [
|
|
579
|
+
{ offset: 0, opacity: "0" },
|
|
580
|
+
{ offset: 1, opacity: "1" }
|
|
581
|
+
];
|
|
582
|
+
|
|
583
|
+
// src/animations/fading_entrances/fadeInBottomLeft.ts
|
|
584
|
+
var fadeInBottomLeft = [
|
|
585
|
+
{ offset: 0, opacity: "0", transform: "translate3d(-100%, 100%, 0)" },
|
|
586
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
587
|
+
];
|
|
588
|
+
|
|
589
|
+
// src/animations/fading_entrances/fadeInBottomRight.ts
|
|
590
|
+
var fadeInBottomRight = [
|
|
591
|
+
{ offset: 0, opacity: "0", transform: "translate3d(100%, 100%, 0)" },
|
|
592
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
593
|
+
];
|
|
594
|
+
|
|
595
|
+
// src/animations/fading_entrances/fadeInDown.ts
|
|
596
|
+
var fadeInDown = [
|
|
597
|
+
{ offset: 0, opacity: "0", transform: "translate3d(0, -100%, 0)" },
|
|
598
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
599
|
+
];
|
|
600
|
+
|
|
601
|
+
// src/animations/fading_entrances/fadeInDownBig.ts
|
|
602
|
+
var fadeInDownBig = [
|
|
603
|
+
{ offset: 0, opacity: "0", transform: "translate3d(0, -2000px, 0)" },
|
|
604
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
605
|
+
];
|
|
606
|
+
|
|
607
|
+
// src/animations/fading_entrances/fadeInLeft.ts
|
|
608
|
+
var fadeInLeft = [
|
|
609
|
+
{ offset: 0, opacity: "0", transform: "translate3d(-100%, 0, 0)" },
|
|
610
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
611
|
+
];
|
|
612
|
+
|
|
613
|
+
// src/animations/fading_entrances/fadeInLeftBig.ts
|
|
614
|
+
var fadeInLeftBig = [
|
|
615
|
+
{ offset: 0, opacity: "0", transform: "translate3d(-2000px, 0, 0)" },
|
|
616
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
617
|
+
];
|
|
618
|
+
|
|
619
|
+
// src/animations/fading_entrances/fadeInRight.ts
|
|
620
|
+
var fadeInRight = [
|
|
621
|
+
{ offset: 0, opacity: "0", transform: "translate3d(100%, 0, 0)" },
|
|
622
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
623
|
+
];
|
|
624
|
+
|
|
625
|
+
// src/animations/fading_entrances/fadeInRightBig.ts
|
|
626
|
+
var fadeInRightBig = [
|
|
627
|
+
{ offset: 0, opacity: "0", transform: "translate3d(2000px, 0, 0)" },
|
|
628
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
629
|
+
];
|
|
630
|
+
|
|
631
|
+
// src/animations/fading_entrances/fadeInTopLeft.ts
|
|
632
|
+
var fadeInTopLeft = [
|
|
633
|
+
{ offset: 0, opacity: "0", transform: "translate3d(-100%, -100%, 0)" },
|
|
634
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
635
|
+
];
|
|
636
|
+
|
|
637
|
+
// src/animations/fading_entrances/fadeInTopRight.ts
|
|
638
|
+
var fadeInTopRight = [
|
|
639
|
+
{ offset: 0, opacity: "0", transform: "translate3d(100%, -100%, 0)" },
|
|
640
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
641
|
+
];
|
|
642
|
+
|
|
643
|
+
// src/animations/fading_entrances/fadeInUp.ts
|
|
644
|
+
var fadeInUp = [
|
|
645
|
+
{ offset: 0, opacity: "0", transform: "translate3d(0, 100%, 0)" },
|
|
646
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
647
|
+
];
|
|
648
|
+
|
|
649
|
+
// src/animations/fading_entrances/fadeInUpBig.ts
|
|
650
|
+
var fadeInUpBig = [
|
|
651
|
+
{ offset: 0, opacity: "0", transform: "translate3d(0, 2000px, 0)" },
|
|
652
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
653
|
+
];
|
|
654
|
+
|
|
655
|
+
// src/animations/fading_exits/fadeOut.ts
|
|
656
|
+
var fadeOut = [
|
|
657
|
+
{ offset: 0, opacity: "1" },
|
|
658
|
+
{ offset: 1, opacity: "0" }
|
|
659
|
+
];
|
|
660
|
+
|
|
661
|
+
// src/animations/fading_exits/fadeOutBottomLeft.ts
|
|
662
|
+
var fadeOutBottomLeft = [
|
|
663
|
+
{ offset: 0, opacity: "1", transform: "translate3d(0, 0, 0)" },
|
|
664
|
+
{ offset: 1, opacity: "0", transform: "translate3d(-100%, 100%, 0)" }
|
|
665
|
+
];
|
|
666
|
+
|
|
667
|
+
// src/animations/fading_exits/fadeOutBottomRight.ts
|
|
668
|
+
var fadeOutBottomRight = [
|
|
669
|
+
{ offset: 0, opacity: "1", transform: "translate3d(0, 0, 0)" },
|
|
670
|
+
{ offset: 1, opacity: "0", transform: "translate3d(100%, 100%, 0)" }
|
|
671
|
+
];
|
|
672
|
+
|
|
673
|
+
// src/animations/fading_exits/fadeOutDown.ts
|
|
674
|
+
var fadeOutDown = [
|
|
675
|
+
{ offset: 0, opacity: "1" },
|
|
676
|
+
{ offset: 1, opacity: "0", transform: "translate3d(0, 100%, 0)" }
|
|
677
|
+
];
|
|
678
|
+
|
|
679
|
+
// src/animations/fading_exits/fadeOutDownBig.ts
|
|
680
|
+
var fadeOutDownBig = [
|
|
681
|
+
{ offset: 0, opacity: "1" },
|
|
682
|
+
{ offset: 1, opacity: "0", transform: "translate3d(0, 2000px, 0)" }
|
|
683
|
+
];
|
|
684
|
+
|
|
685
|
+
// src/animations/fading_exits/fadeOutLeft.ts
|
|
686
|
+
var fadeOutLeft = [
|
|
687
|
+
{ offset: 0, opacity: "1" },
|
|
688
|
+
{ offset: 1, opacity: "0", transform: "translate3d(-100%, 0, 0)" }
|
|
689
|
+
];
|
|
690
|
+
|
|
691
|
+
// src/animations/fading_exits/fadeOutLeftBig.ts
|
|
692
|
+
var fadeOutLeftBig = [
|
|
693
|
+
{ offset: 0, opacity: "1" },
|
|
694
|
+
{ offset: 1, opacity: "0", transform: "translate3d(-2000px, 0, 0)" }
|
|
695
|
+
];
|
|
696
|
+
|
|
697
|
+
// src/animations/fading_exits/fadeOutRight.ts
|
|
698
|
+
var fadeOutRight = [
|
|
699
|
+
{ offset: 0, opacity: "1" },
|
|
700
|
+
{ offset: 1, opacity: "0", transform: "translate3d(100%, 0, 0)" }
|
|
701
|
+
];
|
|
702
|
+
|
|
703
|
+
// src/animations/fading_exits/fadeOutRightBig.ts
|
|
704
|
+
var fadeOutRightBig = [
|
|
705
|
+
{ offset: 0, opacity: "1" },
|
|
706
|
+
{ offset: 1, opacity: "0", transform: "translate3d(2000px, 0, 0)" }
|
|
707
|
+
];
|
|
708
|
+
|
|
709
|
+
// src/animations/fading_exits/fadeOutTopLeft.ts
|
|
710
|
+
var fadeOutTopLeft = [
|
|
711
|
+
{ offset: 0, opacity: "1", transform: "translate3d(0, 0, 0)" },
|
|
712
|
+
{ offset: 1, opacity: "0", transform: "translate3d(-100%, -100%, 0)" }
|
|
713
|
+
];
|
|
714
|
+
|
|
715
|
+
// src/animations/fading_exits/fadeOutTopRight.ts
|
|
716
|
+
var fadeOutTopRight = [
|
|
717
|
+
{ offset: 0, opacity: "1", transform: "translate3d(0, 0, 0)" },
|
|
718
|
+
{ offset: 1, opacity: "0", transform: "translate3d(100%, -100%, 0)" }
|
|
719
|
+
];
|
|
720
|
+
|
|
721
|
+
// src/animations/fading_exits/fadeOutUp.ts
|
|
722
|
+
var fadeOutUp = [
|
|
723
|
+
{ offset: 0, opacity: "1" },
|
|
724
|
+
{ offset: 1, opacity: "0", transform: "translate3d(0, -100%, 0)" }
|
|
725
|
+
];
|
|
726
|
+
|
|
727
|
+
// src/animations/fading_exits/fadeOutUpBig.ts
|
|
728
|
+
var fadeOutUpBig = [
|
|
729
|
+
{ offset: 0, opacity: "1" },
|
|
730
|
+
{ offset: 1, opacity: "0", transform: "translate3d(0, -2000px, 0)" }
|
|
731
|
+
];
|
|
732
|
+
|
|
733
|
+
// src/animations/flippers/flip.ts
|
|
734
|
+
var flip = [
|
|
735
|
+
{
|
|
736
|
+
offset: 0,
|
|
737
|
+
transform: "perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg)",
|
|
738
|
+
easing: "ease-out"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
offset: 0.4,
|
|
742
|
+
transform: "perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)\n rotate3d(0, 1, 0, -190deg)",
|
|
743
|
+
easing: "ease-out"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
offset: 0.5,
|
|
747
|
+
transform: "perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)\n rotate3d(0, 1, 0, -170deg)",
|
|
748
|
+
easing: "ease-in"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
offset: 0.8,
|
|
752
|
+
transform: "perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)\n rotate3d(0, 1, 0, 0deg)",
|
|
753
|
+
easing: "ease-in"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
offset: 1,
|
|
757
|
+
transform: "perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg)",
|
|
758
|
+
easing: "ease-in"
|
|
759
|
+
}
|
|
760
|
+
];
|
|
761
|
+
|
|
762
|
+
// src/animations/flippers/flipInX.ts
|
|
763
|
+
var flipInX = [
|
|
764
|
+
{
|
|
765
|
+
offset: 0,
|
|
766
|
+
transform: "perspective(400px) rotate3d(1, 0, 0, 90deg)",
|
|
767
|
+
easing: "ease-in",
|
|
768
|
+
opacity: "0"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
offset: 0.4,
|
|
772
|
+
transform: "perspective(400px) rotate3d(1, 0, 0, -20deg)",
|
|
773
|
+
easing: "ease-in"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
offset: 0.6,
|
|
777
|
+
transform: "perspective(400px) rotate3d(1, 0, 0, 10deg)",
|
|
778
|
+
opacity: "1"
|
|
779
|
+
},
|
|
780
|
+
{ offset: 0.8, transform: "perspective(400px) rotate3d(1, 0, 0, -5deg)" },
|
|
781
|
+
{ offset: 1, transform: "perspective(400px)" }
|
|
782
|
+
];
|
|
783
|
+
|
|
784
|
+
// src/animations/flippers/flipInY.ts
|
|
785
|
+
var flipInY = [
|
|
786
|
+
{
|
|
787
|
+
offset: 0,
|
|
788
|
+
transform: "perspective(400px) rotate3d(0, 1, 0, 90deg)",
|
|
789
|
+
easing: "ease-in",
|
|
790
|
+
opacity: "0"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
offset: 0.4,
|
|
794
|
+
transform: "perspective(400px) rotate3d(0, 1, 0, -20deg)",
|
|
795
|
+
easing: "ease-in"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
offset: 0.6,
|
|
799
|
+
transform: "perspective(400px) rotate3d(0, 1, 0, 10deg)",
|
|
800
|
+
opacity: "1"
|
|
801
|
+
},
|
|
802
|
+
{ offset: 0.8, transform: "perspective(400px) rotate3d(0, 1, 0, -5deg)" },
|
|
803
|
+
{ offset: 1, transform: "perspective(400px)" }
|
|
804
|
+
];
|
|
805
|
+
|
|
806
|
+
// src/animations/flippers/flipOutX.ts
|
|
807
|
+
var flipOutX = [
|
|
808
|
+
{ offset: 0, transform: "perspective(400px)" },
|
|
809
|
+
{
|
|
810
|
+
offset: 0.3,
|
|
811
|
+
transform: "perspective(400px) rotate3d(1, 0, 0, -20deg)",
|
|
812
|
+
opacity: "1"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
offset: 1,
|
|
816
|
+
transform: "perspective(400px) rotate3d(1, 0, 0, 90deg)",
|
|
817
|
+
opacity: "0"
|
|
818
|
+
}
|
|
819
|
+
];
|
|
820
|
+
|
|
821
|
+
// src/animations/flippers/flipOutY.ts
|
|
822
|
+
var flipOutY = [
|
|
823
|
+
{ offset: 0, transform: "perspective(400px)" },
|
|
824
|
+
{
|
|
825
|
+
offset: 0.3,
|
|
826
|
+
transform: "perspective(400px) rotate3d(0, 1, 0, -15deg)",
|
|
827
|
+
opacity: "1"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
offset: 1,
|
|
831
|
+
transform: "perspective(400px) rotate3d(0, 1, 0, 90deg)",
|
|
832
|
+
opacity: "0"
|
|
833
|
+
}
|
|
834
|
+
];
|
|
835
|
+
|
|
836
|
+
// src/animations/lightspeed/lightSpeedInLeft.ts
|
|
837
|
+
var lightSpeedInLeft = [
|
|
838
|
+
{
|
|
839
|
+
offset: 0,
|
|
840
|
+
transform: "translate3d(-100%, 0, 0) skewX(30deg)",
|
|
841
|
+
opacity: "0"
|
|
842
|
+
},
|
|
843
|
+
{ offset: 0.6, transform: "skewX(-20deg)", opacity: "1" },
|
|
844
|
+
{ offset: 0.8, transform: "skewX(5deg)" },
|
|
845
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
846
|
+
];
|
|
847
|
+
|
|
848
|
+
// src/animations/lightspeed/lightSpeedInRight.ts
|
|
849
|
+
var lightSpeedInRight = [
|
|
850
|
+
{
|
|
851
|
+
offset: 0,
|
|
852
|
+
transform: "translate3d(100%, 0, 0) skewX(-30deg)",
|
|
853
|
+
opacity: "0"
|
|
854
|
+
},
|
|
855
|
+
{ offset: 0.6, transform: "skewX(20deg)", opacity: "1" },
|
|
856
|
+
{ offset: 0.8, transform: "skewX(-5deg)" },
|
|
857
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
858
|
+
];
|
|
859
|
+
|
|
860
|
+
// src/animations/lightspeed/lightSpeedOutLeft.ts
|
|
861
|
+
var lightSpeedOutLeft = [
|
|
862
|
+
{ offset: 0, opacity: "1" },
|
|
863
|
+
{
|
|
864
|
+
offset: 1,
|
|
865
|
+
transform: "translate3d(-100%, 0, 0) skewX(-30deg)",
|
|
866
|
+
opacity: "0"
|
|
867
|
+
}
|
|
868
|
+
];
|
|
869
|
+
|
|
870
|
+
// src/animations/lightspeed/lightSpeedOutRight.ts
|
|
871
|
+
var lightSpeedOutRight = [
|
|
872
|
+
{ offset: 0, opacity: "1" },
|
|
873
|
+
{
|
|
874
|
+
offset: 1,
|
|
875
|
+
transform: "translate3d(100%, 0, 0) skewX(30deg)",
|
|
876
|
+
opacity: "0"
|
|
877
|
+
}
|
|
878
|
+
];
|
|
879
|
+
|
|
880
|
+
// src/animations/rotating_entrances/rotateIn.ts
|
|
881
|
+
var rotateIn = [
|
|
882
|
+
{ offset: 0, transform: "rotate3d(0, 0, 1, -200deg)", opacity: "0" },
|
|
883
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)", opacity: "1" }
|
|
884
|
+
];
|
|
885
|
+
|
|
886
|
+
// src/animations/rotating_entrances/rotateInDownLeft.ts
|
|
887
|
+
var rotateInDownLeft = [
|
|
888
|
+
{ offset: 0, transform: "rotate3d(0, 0, 1, -45deg)", opacity: "0" },
|
|
889
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)", opacity: "1" }
|
|
890
|
+
];
|
|
891
|
+
|
|
892
|
+
// src/animations/rotating_entrances/rotateInDownRight.ts
|
|
893
|
+
var rotateInDownRight = [
|
|
894
|
+
{ offset: 0, transform: "rotate3d(0, 0, 1, 45deg)", opacity: "0" },
|
|
895
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)", opacity: "1" }
|
|
896
|
+
];
|
|
897
|
+
|
|
898
|
+
// src/animations/rotating_entrances/rotateInUpLeft.ts
|
|
899
|
+
var rotateInUpLeft = [
|
|
900
|
+
{ offset: 0, transform: "rotate3d(0, 0, 1, 45deg)", opacity: "0" },
|
|
901
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)", opacity: "1" }
|
|
902
|
+
];
|
|
903
|
+
|
|
904
|
+
// src/animations/rotating_entrances/rotateInUpRight.ts
|
|
905
|
+
var rotateInUpRight = [
|
|
906
|
+
{ offset: 0, transform: "rotate3d(0, 0, 1, -90deg)", opacity: "0" },
|
|
907
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)", opacity: "1" }
|
|
908
|
+
];
|
|
909
|
+
|
|
910
|
+
// src/animations/rotating_exits/rotateOut.ts
|
|
911
|
+
var rotateOut = [
|
|
912
|
+
{ offset: 0, opacity: "1" },
|
|
913
|
+
{ offset: 1, transform: "rotate3d(0, 0, 1, 200deg)", opacity: "0" }
|
|
914
|
+
];
|
|
915
|
+
|
|
916
|
+
// src/animations/rotating_exits/rotateOutDownLeft.ts
|
|
917
|
+
var rotateOutDownLeft = [
|
|
918
|
+
{ offset: 0, opacity: "1" },
|
|
919
|
+
{ offset: 1, transform: "rotate3d(0, 0, 1, 45deg)", opacity: "0" }
|
|
920
|
+
];
|
|
921
|
+
|
|
922
|
+
// src/animations/rotating_exits/rotateOutDownRight.ts
|
|
923
|
+
var rotateOutDownRight = [
|
|
924
|
+
{ offset: 0, opacity: "1" },
|
|
925
|
+
{ offset: 1, transform: "rotate3d(0, 0, 1, -45deg)", opacity: "0" }
|
|
926
|
+
];
|
|
927
|
+
|
|
928
|
+
// src/animations/rotating_exits/rotateOutUpLeft.ts
|
|
929
|
+
var rotateOutUpLeft = [
|
|
930
|
+
{ offset: 0, opacity: "1" },
|
|
931
|
+
{ offset: 1, transform: "rotate3d(0, 0, 1, -45deg)", opacity: "0" }
|
|
932
|
+
];
|
|
933
|
+
|
|
934
|
+
// src/animations/rotating_exits/rotateOutUpRight.ts
|
|
935
|
+
var rotateOutUpRight = [
|
|
936
|
+
{ offset: 0, opacity: "1" },
|
|
937
|
+
{ offset: 1, transform: "rotate3d(0, 0, 1, 90deg)", opacity: "0" }
|
|
938
|
+
];
|
|
939
|
+
|
|
940
|
+
// src/animations/sliding_entrances/slideInDown.ts
|
|
941
|
+
var slideInDown = [
|
|
942
|
+
{ offset: 0, transform: "translate3d(0, -100%, 0)", visibility: "visible" },
|
|
943
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
944
|
+
];
|
|
945
|
+
|
|
946
|
+
// src/animations/sliding_entrances/slideInLeft.ts
|
|
947
|
+
var slideInLeft = [
|
|
948
|
+
{ offset: 0, transform: "translate3d(-100%, 0, 0)", visibility: "visible" },
|
|
949
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
950
|
+
];
|
|
951
|
+
|
|
952
|
+
// src/animations/sliding_entrances/slideInRight.ts
|
|
953
|
+
var slideInRight = [
|
|
954
|
+
{ offset: 0, transform: "translate3d(100%, 0, 0)", visibility: "visible" },
|
|
955
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
956
|
+
];
|
|
957
|
+
|
|
958
|
+
// src/animations/sliding_entrances/slideInUp.ts
|
|
959
|
+
var slideInUp = [
|
|
960
|
+
{ offset: 0, transform: "translate3d(0, 100%, 0)", visibility: "visible" },
|
|
961
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
962
|
+
];
|
|
963
|
+
|
|
964
|
+
// src/animations/sliding_exits/slideOutDown.ts
|
|
965
|
+
var slideOutDown = [
|
|
966
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
967
|
+
{ offset: 1, visibility: "hidden", transform: "translate3d(0, 100%, 0)" }
|
|
968
|
+
];
|
|
969
|
+
|
|
970
|
+
// src/animations/sliding_exits/slideOutLeft.ts
|
|
971
|
+
var slideOutLeft = [
|
|
972
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
973
|
+
{ offset: 1, visibility: "hidden", transform: "translate3d(-100%, 0, 0)" }
|
|
974
|
+
];
|
|
975
|
+
|
|
976
|
+
// src/animations/sliding_exits/slideOutRight.ts
|
|
977
|
+
var slideOutRight = [
|
|
978
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
979
|
+
{ offset: 1, visibility: "hidden", transform: "translate3d(100%, 0, 0)" }
|
|
980
|
+
];
|
|
981
|
+
|
|
982
|
+
// src/animations/sliding_exits/slideOutUp.ts
|
|
983
|
+
var slideOutUp = [
|
|
984
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
985
|
+
{ offset: 1, visibility: "hidden", transform: "translate3d(0, -100%, 0)" }
|
|
986
|
+
];
|
|
987
|
+
|
|
988
|
+
// src/animations/specials/hinge.ts
|
|
989
|
+
var hinge = [
|
|
990
|
+
{ offset: 0, easing: "ease-in-out" },
|
|
991
|
+
{
|
|
992
|
+
offset: 0.2,
|
|
993
|
+
transform: "rotate3d(0, 0, 1, 80deg)",
|
|
994
|
+
easing: "ease-in-out"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
offset: 0.4,
|
|
998
|
+
transform: "rotate3d(0, 0, 1, 60deg)",
|
|
999
|
+
easing: "ease-in-out",
|
|
1000
|
+
opacity: "1"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
offset: 0.6,
|
|
1004
|
+
transform: "rotate3d(0, 0, 1, 80deg)",
|
|
1005
|
+
easing: "ease-in-out"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
offset: 0.8,
|
|
1009
|
+
transform: "rotate3d(0, 0, 1, 60deg)",
|
|
1010
|
+
easing: "ease-in-out",
|
|
1011
|
+
opacity: "1"
|
|
1012
|
+
},
|
|
1013
|
+
{ offset: 1, transform: "translate3d(0, 700px, 0)", opacity: "0" }
|
|
1014
|
+
];
|
|
1015
|
+
|
|
1016
|
+
// src/animations/specials/jackInTheBox.ts
|
|
1017
|
+
var jackInTheBox = [
|
|
1018
|
+
{
|
|
1019
|
+
"offset": 0,
|
|
1020
|
+
"opacity": "0",
|
|
1021
|
+
"transform": "scale(0.1) rotate(30deg)",
|
|
1022
|
+
"transform-origin": "center bottom"
|
|
1023
|
+
},
|
|
1024
|
+
{ offset: 0.5, transform: "rotate(-10deg)" },
|
|
1025
|
+
{ offset: 0.7, transform: "rotate(3deg)" },
|
|
1026
|
+
{ offset: 1, opacity: "1", transform: "scale(1)" }
|
|
1027
|
+
];
|
|
1028
|
+
|
|
1029
|
+
// src/animations/specials/rollIn.ts
|
|
1030
|
+
var rollIn = [
|
|
1031
|
+
{
|
|
1032
|
+
offset: 0,
|
|
1033
|
+
opacity: "0",
|
|
1034
|
+
transform: "translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)"
|
|
1035
|
+
},
|
|
1036
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
1037
|
+
];
|
|
1038
|
+
|
|
1039
|
+
// src/animations/specials/rollOut.ts
|
|
1040
|
+
var rollOut = [
|
|
1041
|
+
{ offset: 0, opacity: "1" },
|
|
1042
|
+
{
|
|
1043
|
+
offset: 1,
|
|
1044
|
+
opacity: "0",
|
|
1045
|
+
transform: "translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)"
|
|
1046
|
+
}
|
|
1047
|
+
];
|
|
1048
|
+
|
|
1049
|
+
// src/animations/zooming_entrances/zoomIn.ts
|
|
1050
|
+
var zoomIn = [
|
|
1051
|
+
{ offset: 0, opacity: "0", transform: "scale3d(0.3, 0.3, 0.3)" },
|
|
1052
|
+
{ offset: 0.5, opacity: "1" }
|
|
1053
|
+
];
|
|
1054
|
+
|
|
1055
|
+
// src/animations/zooming_entrances/zoomInDown.ts
|
|
1056
|
+
var zoomInDown = [
|
|
1057
|
+
{
|
|
1058
|
+
offset: 0,
|
|
1059
|
+
opacity: "0",
|
|
1060
|
+
transform: "scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0)",
|
|
1061
|
+
easing: "cubic-bezier(0.55, 0.055, 0.675, 0.19)"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
offset: 0.6,
|
|
1065
|
+
opacity: "1",
|
|
1066
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)",
|
|
1067
|
+
easing: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
1068
|
+
}
|
|
1069
|
+
];
|
|
1070
|
+
|
|
1071
|
+
// src/animations/zooming_entrances/zoomInLeft.ts
|
|
1072
|
+
var zoomInLeft = [
|
|
1073
|
+
{
|
|
1074
|
+
offset: 0,
|
|
1075
|
+
opacity: "0",
|
|
1076
|
+
transform: "scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0)",
|
|
1077
|
+
easing: "cubic-bezier(0.55, 0.055, 0.675, 0.19)"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
offset: 0.6,
|
|
1081
|
+
opacity: "1",
|
|
1082
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0)",
|
|
1083
|
+
easing: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
1084
|
+
}
|
|
1085
|
+
];
|
|
1086
|
+
|
|
1087
|
+
// src/animations/zooming_entrances/zoomInRight.ts
|
|
1088
|
+
var zoomInRight = [
|
|
1089
|
+
{
|
|
1090
|
+
offset: 0,
|
|
1091
|
+
opacity: "0",
|
|
1092
|
+
transform: "scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0)",
|
|
1093
|
+
easing: "cubic-bezier(0.55, 0.055, 0.675, 0.19)"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
offset: 0.6,
|
|
1097
|
+
opacity: "1",
|
|
1098
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0)",
|
|
1099
|
+
easing: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
1100
|
+
}
|
|
1101
|
+
];
|
|
1102
|
+
|
|
1103
|
+
// src/animations/zooming_entrances/zoomInUp.ts
|
|
1104
|
+
var zoomInUp = [
|
|
1105
|
+
{
|
|
1106
|
+
offset: 0,
|
|
1107
|
+
opacity: "0",
|
|
1108
|
+
transform: "scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0)",
|
|
1109
|
+
easing: "cubic-bezier(0.55, 0.055, 0.675, 0.19)"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
offset: 0.6,
|
|
1113
|
+
opacity: "1",
|
|
1114
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)",
|
|
1115
|
+
easing: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
1116
|
+
}
|
|
1117
|
+
];
|
|
1118
|
+
|
|
1119
|
+
// src/animations/zooming_exits/zoomOut.ts
|
|
1120
|
+
var zoomOut = [
|
|
1121
|
+
{ offset: 0, opacity: "1" },
|
|
1122
|
+
{ offset: 0.5, opacity: "0", transform: "scale3d(0.3, 0.3, 0.3)" },
|
|
1123
|
+
{ offset: 1, opacity: "0" }
|
|
1124
|
+
];
|
|
1125
|
+
|
|
1126
|
+
// src/animations/zooming_exits/zoomOutDown.ts
|
|
1127
|
+
var zoomOutDown = [
|
|
1128
|
+
{
|
|
1129
|
+
offset: 0.4,
|
|
1130
|
+
opacity: "1",
|
|
1131
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)",
|
|
1132
|
+
easing: "cubic-bezier(0.55, 0.055, 0.675, 0.19)"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
offset: 1,
|
|
1136
|
+
opacity: "0",
|
|
1137
|
+
transform: "scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0)",
|
|
1138
|
+
easing: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
1139
|
+
}
|
|
1140
|
+
];
|
|
1141
|
+
|
|
1142
|
+
// src/animations/zooming_exits/zoomOutLeft.ts
|
|
1143
|
+
var zoomOutLeft = [
|
|
1144
|
+
{
|
|
1145
|
+
offset: 0.4,
|
|
1146
|
+
opacity: "1",
|
|
1147
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
offset: 1,
|
|
1151
|
+
opacity: "0",
|
|
1152
|
+
transform: "scale(0.1) translate3d(-2000px, 0, 0)"
|
|
1153
|
+
}
|
|
1154
|
+
];
|
|
1155
|
+
|
|
1156
|
+
// src/animations/zooming_exits/zoomOutRight.ts
|
|
1157
|
+
var zoomOutRight = [
|
|
1158
|
+
{
|
|
1159
|
+
offset: 0.4,
|
|
1160
|
+
opacity: "1",
|
|
1161
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
offset: 1,
|
|
1165
|
+
opacity: "0",
|
|
1166
|
+
transform: "scale(0.1) translate3d(2000px, 0, 0)"
|
|
1167
|
+
}
|
|
1168
|
+
];
|
|
1169
|
+
|
|
1170
|
+
// src/animations/zooming_exits/zoomOutUp.ts
|
|
1171
|
+
var zoomOutUp = [
|
|
1172
|
+
{
|
|
1173
|
+
offset: 0.4,
|
|
1174
|
+
opacity: "1",
|
|
1175
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)",
|
|
1176
|
+
easing: "cubic-bezier(0.55, 0.055, 0.675, 0.19)"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
offset: 1,
|
|
1180
|
+
opacity: "0",
|
|
1181
|
+
transform: "scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0)",
|
|
1182
|
+
easing: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
1183
|
+
}
|
|
1184
|
+
];
|
|
1185
|
+
|
|
1186
|
+
// src/animations/easings/easings.ts
|
|
1187
|
+
var easings = {
|
|
1188
|
+
linear: "linear",
|
|
1189
|
+
ease: "ease",
|
|
1190
|
+
easeIn: "ease-in",
|
|
1191
|
+
easeOut: "ease-out",
|
|
1192
|
+
easeInOut: "ease-in-out",
|
|
1193
|
+
easeInSine: "cubic-bezier(0.47, 0, 0.745, 0.715)",
|
|
1194
|
+
easeOutSine: "cubic-bezier(0.39, 0.575, 0.565, 1)",
|
|
1195
|
+
easeInOutSine: "cubic-bezier(0.445, 0.05, 0.55, 0.95)",
|
|
1196
|
+
easeInQuad: "cubic-bezier(0.55, 0.085, 0.68, 0.53)",
|
|
1197
|
+
easeOutQuad: "cubic-bezier(0.25, 0.46, 0.45, 0.94)",
|
|
1198
|
+
easeInOutQuad: "cubic-bezier(0.455, 0.03, 0.515, 0.955)",
|
|
1199
|
+
easeInCubic: "cubic-bezier(0.55, 0.055, 0.675, 0.19)",
|
|
1200
|
+
easeOutCubic: "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
1201
|
+
easeInOutCubic: "cubic-bezier(0.645, 0.045, 0.355, 1)",
|
|
1202
|
+
easeInQuart: "cubic-bezier(0.895, 0.03, 0.685, 0.22)",
|
|
1203
|
+
easeOutQuart: "cubic-bezier(0.165, 0.84, 0.44, 1)",
|
|
1204
|
+
easeInOutQuart: "cubic-bezier(0.77, 0, 0.175, 1)",
|
|
1205
|
+
easeInQuint: "cubic-bezier(0.755, 0.05, 0.855, 0.06)",
|
|
1206
|
+
easeOutQuint: "cubic-bezier(0.23, 1, 0.32, 1)",
|
|
1207
|
+
easeInOutQuint: "cubic-bezier(0.86, 0, 0.07, 1)",
|
|
1208
|
+
easeInExpo: "cubic-bezier(0.95, 0.05, 0.795, 0.035)",
|
|
1209
|
+
easeOutExpo: "cubic-bezier(0.19, 1, 0.22, 1)",
|
|
1210
|
+
easeInOutExpo: "cubic-bezier(1, 0, 0, 1)",
|
|
1211
|
+
easeInCirc: "cubic-bezier(0.6, 0.04, 0.98, 0.335)",
|
|
1212
|
+
easeOutCirc: "cubic-bezier(0.075, 0.82, 0.165, 1)",
|
|
1213
|
+
easeInOutCirc: "cubic-bezier(0.785, 0.135, 0.15, 0.86)",
|
|
1214
|
+
easeInBack: "cubic-bezier(0.6, -0.28, 0.735, 0.045)",
|
|
1215
|
+
easeOutBack: "cubic-bezier(0.175, 0.885, 0.32, 1.275)",
|
|
1216
|
+
easeInOutBack: "cubic-bezier(0.68, -0.55, 0.265, 1.55)"
|
|
1217
|
+
};
|
|
1218
|
+
|
|
1219
|
+
// src/components/animation/animations.ts
|
|
1220
|
+
function getAnimationNames() {
|
|
1221
|
+
return Object.entries(animations_exports).filter(([name]) => name !== "easings").map(([name]) => name);
|
|
1222
|
+
}
|
|
1223
|
+
function getEasingNames() {
|
|
1224
|
+
return Object.entries(easings).map(([name]) => name);
|
|
1225
|
+
}
|
|
1226
|
+
export {
|
|
1227
|
+
getAnimationNames,
|
|
1228
|
+
getEasingNames
|
|
1229
|
+
};
|