@glamera/animated-icons 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/3-dots-horizontal/3-dots-horizontal.d.ts +11 -0
- package/3-dots-horizontal/index.d.ts +5 -0
- package/3-dots-horizontal/public-api.d.ts +1 -0
- package/3-dots-horizontal/src/3-dots-horizontal.animation.scss +46 -0
- package/3-dots-vertical/3-dots-vertical.d.ts +11 -0
- package/3-dots-vertical/index.d.ts +5 -0
- package/3-dots-vertical/public-api.d.ts +1 -0
- package/3-dots-vertical/src/3-dots-vertical.animation.scss +46 -0
- package/README.md +239 -0
- package/bell/bell.d.ts +11 -0
- package/bell/index.d.ts +5 -0
- package/bell/public-api.d.ts +1 -0
- package/bell/src/bell.animation.scss +120 -0
- package/calendar/calendar.d.ts +11 -0
- package/calendar/index.d.ts +5 -0
- package/calendar/public-api.d.ts +1 -0
- package/calendar/src/calendar.animation.scss +64 -0
- package/calendar-x/calendar-x.d.ts +11 -0
- package/calendar-x/index.d.ts +5 -0
- package/calendar-x/public-api.d.ts +1 -0
- package/calendar-x/src/calendar-x.animation.scss +192 -0
- package/check/check.d.ts +11 -0
- package/check/index.d.ts +5 -0
- package/check/public-api.d.ts +1 -0
- package/check/src/check.animation.scss +72 -0
- package/chevron-down/chevron-down.d.ts +11 -0
- package/chevron-down/index.d.ts +5 -0
- package/chevron-down/public-api.d.ts +1 -0
- package/chevron-down/src/chevron-down.animation.scss +100 -0
- package/chevron-left/chevron-left.d.ts +11 -0
- package/chevron-left/index.d.ts +5 -0
- package/chevron-left/public-api.d.ts +1 -0
- package/chevron-left/src/chevron-left.animation.scss +100 -0
- package/chevron-right/chevron-right.d.ts +11 -0
- package/chevron-right/index.d.ts +5 -0
- package/chevron-right/public-api.d.ts +1 -0
- package/chevron-right/src/chevron-right.animation.scss +100 -0
- package/chevron-up/chevron-up.d.ts +11 -0
- package/chevron-up/index.d.ts +5 -0
- package/chevron-up/public-api.d.ts +1 -0
- package/chevron-up/src/chevron-up.animation.scss +100 -0
- package/circle-check/circle-check.d.ts +11 -0
- package/circle-check/index.d.ts +5 -0
- package/circle-check/public-api.d.ts +1 -0
- package/circle-check/src/circle-check.animation.scss +153 -0
- package/circle-chevron-down/circle-chevron-down.d.ts +11 -0
- package/circle-chevron-down/index.d.ts +5 -0
- package/circle-chevron-down/public-api.d.ts +1 -0
- package/circle-chevron-down/src/circle-chevron-down.animation.scss +99 -0
- package/circle-chevron-left/circle-chevron-left.d.ts +11 -0
- package/circle-chevron-left/index.d.ts +5 -0
- package/circle-chevron-left/public-api.d.ts +1 -0
- package/circle-chevron-left/src/circle-chevron-left.animation.scss +99 -0
- package/circle-chevron-right/circle-chevron-right.d.ts +11 -0
- package/circle-chevron-right/index.d.ts +5 -0
- package/circle-chevron-right/public-api.d.ts +1 -0
- package/circle-chevron-right/src/circle-chevron-right.animation.scss +99 -0
- package/circle-chevron-up/circle-chevron-up.d.ts +11 -0
- package/circle-chevron-up/index.d.ts +5 -0
- package/circle-chevron-up/public-api.d.ts +1 -0
- package/circle-chevron-up/src/circle-chevron-up.animation.scss +99 -0
- package/clipboard/clipboard.d.ts +11 -0
- package/clipboard/index.d.ts +5 -0
- package/clipboard/public-api.d.ts +1 -0
- package/clipboard/src/clipboard.animation.scss +109 -0
- package/clock/clock.d.ts +11 -0
- package/clock/index.d.ts +5 -0
- package/clock/public-api.d.ts +1 -0
- package/clock/src/clock.animation.scss +47 -0
- package/copy/copy.d.ts +11 -0
- package/copy/index.d.ts +5 -0
- package/copy/public-api.d.ts +1 -0
- package/copy/src/copy.animation.scss +71 -0
- package/download/download.d.ts +11 -0
- package/download/index.d.ts +5 -0
- package/download/public-api.d.ts +1 -0
- package/download/src/download.animation.scss +153 -0
- package/esm2020/3-dots-horizontal/3-dots-horizontal.mjs +26 -0
- package/esm2020/3-dots-horizontal/glamera-animated-icons-3-dots-horizontal.mjs +5 -0
- package/esm2020/3-dots-horizontal/public-api.mjs +2 -0
- package/esm2020/3-dots-vertical/3-dots-vertical.mjs +26 -0
- package/esm2020/3-dots-vertical/glamera-animated-icons-3-dots-vertical.mjs +5 -0
- package/esm2020/3-dots-vertical/public-api.mjs +2 -0
- package/esm2020/bell/bell.mjs +29 -0
- package/esm2020/bell/glamera-animated-icons-bell.mjs +5 -0
- package/esm2020/bell/public-api.mjs +2 -0
- package/esm2020/calendar/calendar.mjs +27 -0
- package/esm2020/calendar/glamera-animated-icons-calendar.mjs +5 -0
- package/esm2020/calendar/public-api.mjs +2 -0
- package/esm2020/calendar-x/calendar-x.mjs +29 -0
- package/esm2020/calendar-x/glamera-animated-icons-calendar-x.mjs +5 -0
- package/esm2020/calendar-x/public-api.mjs +2 -0
- package/esm2020/check/check.mjs +27 -0
- package/esm2020/check/glamera-animated-icons-check.mjs +5 -0
- package/esm2020/check/public-api.mjs +2 -0
- package/esm2020/chevron-down/chevron-down.mjs +25 -0
- package/esm2020/chevron-down/glamera-animated-icons-chevron-down.mjs +5 -0
- package/esm2020/chevron-down/public-api.mjs +2 -0
- package/esm2020/chevron-left/chevron-left.mjs +25 -0
- package/esm2020/chevron-left/glamera-animated-icons-chevron-left.mjs +5 -0
- package/esm2020/chevron-left/public-api.mjs +2 -0
- package/esm2020/chevron-right/chevron-right.mjs +25 -0
- package/esm2020/chevron-right/glamera-animated-icons-chevron-right.mjs +5 -0
- package/esm2020/chevron-right/public-api.mjs +2 -0
- package/esm2020/chevron-up/chevron-up.mjs +25 -0
- package/esm2020/chevron-up/glamera-animated-icons-chevron-up.mjs +5 -0
- package/esm2020/chevron-up/public-api.mjs +2 -0
- package/esm2020/circle-check/circle-check.mjs +25 -0
- package/esm2020/circle-check/glamera-animated-icons-circle-check.mjs +5 -0
- package/esm2020/circle-check/public-api.mjs +2 -0
- package/esm2020/circle-chevron-down/circle-chevron-down.mjs +25 -0
- package/esm2020/circle-chevron-down/glamera-animated-icons-circle-chevron-down.mjs +5 -0
- package/esm2020/circle-chevron-down/public-api.mjs +2 -0
- package/esm2020/circle-chevron-left/circle-chevron-left.mjs +25 -0
- package/esm2020/circle-chevron-left/glamera-animated-icons-circle-chevron-left.mjs +5 -0
- package/esm2020/circle-chevron-left/public-api.mjs +2 -0
- package/esm2020/circle-chevron-right/circle-chevron-right.mjs +25 -0
- package/esm2020/circle-chevron-right/glamera-animated-icons-circle-chevron-right.mjs +5 -0
- package/esm2020/circle-chevron-right/public-api.mjs +2 -0
- package/esm2020/circle-chevron-up/circle-chevron-up.mjs +25 -0
- package/esm2020/circle-chevron-up/glamera-animated-icons-circle-chevron-up.mjs +5 -0
- package/esm2020/circle-chevron-up/public-api.mjs +2 -0
- package/esm2020/clipboard/clipboard.mjs +36 -0
- package/esm2020/clipboard/glamera-animated-icons-clipboard.mjs +5 -0
- package/esm2020/clipboard/public-api.mjs +2 -0
- package/esm2020/clock/clock.mjs +26 -0
- package/esm2020/clock/glamera-animated-icons-clock.mjs +5 -0
- package/esm2020/clock/public-api.mjs +2 -0
- package/esm2020/copy/copy.mjs +36 -0
- package/esm2020/copy/glamera-animated-icons-copy.mjs +5 -0
- package/esm2020/copy/public-api.mjs +2 -0
- package/esm2020/download/download.mjs +28 -0
- package/esm2020/download/glamera-animated-icons-download.mjs +5 -0
- package/esm2020/download/public-api.mjs +2 -0
- package/esm2020/eye/eye.mjs +30 -0
- package/esm2020/eye/glamera-animated-icons-eye.mjs +5 -0
- package/esm2020/eye/public-api.mjs +2 -0
- package/esm2020/eye-closed/eye-closed.mjs +34 -0
- package/esm2020/eye-closed/glamera-animated-icons-eye-closed.mjs +5 -0
- package/esm2020/eye-closed/public-api.mjs +2 -0
- package/esm2020/eye-off/eye-off.mjs +33 -0
- package/esm2020/eye-off/glamera-animated-icons-eye-off.mjs +5 -0
- package/esm2020/eye-off/public-api.mjs +2 -0
- package/esm2020/files/files.mjs +38 -0
- package/esm2020/files/glamera-animated-icons-files.mjs +5 -0
- package/esm2020/files/public-api.mjs +2 -0
- package/esm2020/glamera-animated-icons.mjs +5 -0
- package/esm2020/heart/glamera-animated-icons-heart.mjs +5 -0
- package/esm2020/heart/heart.mjs +27 -0
- package/esm2020/heart/public-api.mjs +2 -0
- package/esm2020/house/glamera-animated-icons-house.mjs +5 -0
- package/esm2020/house/house.mjs +28 -0
- package/esm2020/house/public-api.mjs +2 -0
- package/esm2020/layers/glamera-animated-icons-layers.mjs +5 -0
- package/esm2020/layers/layers.mjs +26 -0
- package/esm2020/layers/public-api.mjs +2 -0
- package/esm2020/lib/base/icon-base.mjs +112 -0
- package/esm2020/lib/base/icon-host.template.mjs +23 -0
- package/esm2020/lib/components/icon/icon.component.mjs +31 -0
- package/esm2020/lib/glamera-icons.module.mjs +42 -0
- package/esm2020/lib/icon-registry.mjs +29 -0
- package/esm2020/lib/provide-icons.mjs +22 -0
- package/esm2020/lib/tokens.mjs +4 -0
- package/esm2020/lib/types.mjs +2 -0
- package/esm2020/lib/utils.mjs +24 -0
- package/esm2020/lock/glamera-animated-icons-lock.mjs +5 -0
- package/esm2020/lock/lock.mjs +27 -0
- package/esm2020/lock/public-api.mjs +2 -0
- package/esm2020/mail/glamera-animated-icons-mail.mjs +5 -0
- package/esm2020/mail/mail.mjs +31 -0
- package/esm2020/mail/public-api.mjs +2 -0
- package/esm2020/moon/glamera-animated-icons-moon.mjs +5 -0
- package/esm2020/moon/moon.mjs +24 -0
- package/esm2020/moon/public-api.mjs +2 -0
- package/esm2020/pencil/glamera-animated-icons-pencil.mjs +5 -0
- package/esm2020/pencil/pencil.mjs +27 -0
- package/esm2020/pencil/public-api.mjs +2 -0
- package/esm2020/phone/glamera-animated-icons-phone.mjs +5 -0
- package/esm2020/phone/phone.mjs +28 -0
- package/esm2020/phone/public-api.mjs +2 -0
- package/esm2020/play-circle/glamera-animated-icons-play-circle.mjs +5 -0
- package/esm2020/play-circle/play-circle.mjs +25 -0
- package/esm2020/play-circle/public-api.mjs +2 -0
- package/esm2020/printer/glamera-animated-icons-printer.mjs +5 -0
- package/esm2020/printer/printer.mjs +25 -0
- package/esm2020/printer/public-api.mjs +2 -0
- package/esm2020/printer-2/glamera-animated-icons-printer-2.mjs +5 -0
- package/esm2020/printer-2/printer-2.mjs +26 -0
- package/esm2020/printer-2/public-api.mjs +2 -0
- package/esm2020/public-api.mjs +9 -0
- package/esm2020/qr-code/glamera-animated-icons-qr-code.mjs +5 -0
- package/esm2020/qr-code/public-api.mjs +2 -0
- package/esm2020/qr-code/qr-code.mjs +37 -0
- package/esm2020/repeat/glamera-animated-icons-repeat.mjs +5 -0
- package/esm2020/repeat/public-api.mjs +2 -0
- package/esm2020/repeat/repeat.mjs +29 -0
- package/esm2020/scan-qr-code/glamera-animated-icons-scan-qr-code.mjs +5 -0
- package/esm2020/scan-qr-code/public-api.mjs +2 -0
- package/esm2020/scan-qr-code/scan-qr-code.mjs +33 -0
- package/esm2020/scan-text/glamera-animated-icons-scan-text.mjs +5 -0
- package/esm2020/scan-text/public-api.mjs +2 -0
- package/esm2020/scan-text/scan-text.mjs +30 -0
- package/esm2020/search/glamera-animated-icons-search.mjs +5 -0
- package/esm2020/search/public-api.mjs +2 -0
- package/esm2020/search/search.mjs +27 -0
- package/esm2020/settings/glamera-animated-icons-settings.mjs +5 -0
- package/esm2020/settings/public-api.mjs +2 -0
- package/esm2020/settings/settings.mjs +27 -0
- package/esm2020/share/glamera-animated-icons-share.mjs +5 -0
- package/esm2020/share/public-api.mjs +2 -0
- package/esm2020/share/share.mjs +28 -0
- package/esm2020/square-check-big/glamera-animated-icons-square-check-big.mjs +5 -0
- package/esm2020/square-check-big/public-api.mjs +2 -0
- package/esm2020/square-check-big/square-check-big.mjs +25 -0
- package/esm2020/square-pen/glamera-animated-icons-square-pen.mjs +5 -0
- package/esm2020/square-pen/public-api.mjs +2 -0
- package/esm2020/square-pen/square-pen.mjs +25 -0
- package/esm2020/sun/glamera-animated-icons-sun.mjs +5 -0
- package/esm2020/sun/public-api.mjs +2 -0
- package/esm2020/sun/sun.mjs +34 -0
- package/esm2020/upload/glamera-animated-icons-upload.mjs +5 -0
- package/esm2020/upload/public-api.mjs +2 -0
- package/esm2020/upload/upload.mjs +28 -0
- package/esm2020/user/glamera-animated-icons-user.mjs +5 -0
- package/esm2020/user/public-api.mjs +2 -0
- package/esm2020/user/user.mjs +28 -0
- package/esm2020/user-check/glamera-animated-icons-user-check.mjs +5 -0
- package/esm2020/user-check/public-api.mjs +2 -0
- package/esm2020/user-check/user-check.mjs +26 -0
- package/esm2020/user-round/glamera-animated-icons-user-round.mjs +5 -0
- package/esm2020/user-round/public-api.mjs +2 -0
- package/esm2020/user-round/user-round.mjs +28 -0
- package/esm2020/user-round-check/glamera-animated-icons-user-round-check.mjs +5 -0
- package/esm2020/user-round-check/public-api.mjs +2 -0
- package/esm2020/user-round-check/user-round-check.mjs +26 -0
- package/esm2020/user-round-x/glamera-animated-icons-user-round-x.mjs +5 -0
- package/esm2020/user-round-x/public-api.mjs +2 -0
- package/esm2020/user-round-x/user-round-x.mjs +29 -0
- package/esm2020/user-x/glamera-animated-icons-user-x.mjs +5 -0
- package/esm2020/user-x/public-api.mjs +2 -0
- package/esm2020/user-x/user-x.mjs +29 -0
- package/esm2020/users/glamera-animated-icons-users.mjs +5 -0
- package/esm2020/users/public-api.mjs +2 -0
- package/esm2020/users/users.mjs +27 -0
- package/esm2020/x/glamera-animated-icons-x.mjs +5 -0
- package/esm2020/x/public-api.mjs +2 -0
- package/esm2020/x/x.mjs +25 -0
- package/esm2020/x-circle/glamera-animated-icons-x-circle.mjs +5 -0
- package/esm2020/x-circle/public-api.mjs +2 -0
- package/esm2020/x-circle/x-circle.mjs +26 -0
- package/eye/eye.d.ts +11 -0
- package/eye/index.d.ts +5 -0
- package/eye/public-api.d.ts +1 -0
- package/eye/src/eye.animation.scss +77 -0
- package/eye-closed/eye-closed.d.ts +11 -0
- package/eye-closed/index.d.ts +5 -0
- package/eye-closed/public-api.d.ts +1 -0
- package/eye-closed/src/eye-closed.animation.scss +130 -0
- package/eye-off/eye-off.d.ts +11 -0
- package/eye-off/index.d.ts +5 -0
- package/eye-off/public-api.d.ts +1 -0
- package/eye-off/src/eye-off.animation.scss +83 -0
- package/fesm2015/glamera-animated-icons-3-dots-horizontal.mjs +33 -0
- package/fesm2015/glamera-animated-icons-3-dots-horizontal.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-3-dots-vertical.mjs +33 -0
- package/fesm2015/glamera-animated-icons-3-dots-vertical.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-bell.mjs +36 -0
- package/fesm2015/glamera-animated-icons-bell.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-calendar-x.mjs +36 -0
- package/fesm2015/glamera-animated-icons-calendar-x.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-calendar.mjs +34 -0
- package/fesm2015/glamera-animated-icons-calendar.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-check.mjs +34 -0
- package/fesm2015/glamera-animated-icons-check.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-chevron-down.mjs +32 -0
- package/fesm2015/glamera-animated-icons-chevron-down.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-chevron-left.mjs +32 -0
- package/fesm2015/glamera-animated-icons-chevron-left.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-chevron-right.mjs +32 -0
- package/fesm2015/glamera-animated-icons-chevron-right.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-chevron-up.mjs +32 -0
- package/fesm2015/glamera-animated-icons-chevron-up.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-circle-check.mjs +32 -0
- package/fesm2015/glamera-animated-icons-circle-check.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-circle-chevron-down.mjs +32 -0
- package/fesm2015/glamera-animated-icons-circle-chevron-down.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-circle-chevron-left.mjs +32 -0
- package/fesm2015/glamera-animated-icons-circle-chevron-left.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-circle-chevron-right.mjs +32 -0
- package/fesm2015/glamera-animated-icons-circle-chevron-right.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-circle-chevron-up.mjs +32 -0
- package/fesm2015/glamera-animated-icons-circle-chevron-up.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-clipboard.mjs +43 -0
- package/fesm2015/glamera-animated-icons-clipboard.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-clock.mjs +33 -0
- package/fesm2015/glamera-animated-icons-clock.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-copy.mjs +43 -0
- package/fesm2015/glamera-animated-icons-copy.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-download.mjs +35 -0
- package/fesm2015/glamera-animated-icons-download.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-eye-closed.mjs +41 -0
- package/fesm2015/glamera-animated-icons-eye-closed.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-eye-off.mjs +40 -0
- package/fesm2015/glamera-animated-icons-eye-off.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-eye.mjs +37 -0
- package/fesm2015/glamera-animated-icons-eye.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-files.mjs +45 -0
- package/fesm2015/glamera-animated-icons-files.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-heart.mjs +34 -0
- package/fesm2015/glamera-animated-icons-heart.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-house.mjs +35 -0
- package/fesm2015/glamera-animated-icons-house.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-layers.mjs +33 -0
- package/fesm2015/glamera-animated-icons-layers.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-lock.mjs +34 -0
- package/fesm2015/glamera-animated-icons-lock.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-mail.mjs +38 -0
- package/fesm2015/glamera-animated-icons-mail.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-moon.mjs +31 -0
- package/fesm2015/glamera-animated-icons-moon.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-pencil.mjs +34 -0
- package/fesm2015/glamera-animated-icons-pencil.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-phone.mjs +35 -0
- package/fesm2015/glamera-animated-icons-phone.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-play-circle.mjs +32 -0
- package/fesm2015/glamera-animated-icons-play-circle.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-printer-2.mjs +33 -0
- package/fesm2015/glamera-animated-icons-printer-2.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-printer.mjs +32 -0
- package/fesm2015/glamera-animated-icons-printer.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-qr-code.mjs +44 -0
- package/fesm2015/glamera-animated-icons-qr-code.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-repeat.mjs +36 -0
- package/fesm2015/glamera-animated-icons-repeat.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-scan-qr-code.mjs +40 -0
- package/fesm2015/glamera-animated-icons-scan-qr-code.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-scan-text.mjs +37 -0
- package/fesm2015/glamera-animated-icons-scan-text.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-search.mjs +34 -0
- package/fesm2015/glamera-animated-icons-search.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-settings.mjs +34 -0
- package/fesm2015/glamera-animated-icons-settings.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-share.mjs +35 -0
- package/fesm2015/glamera-animated-icons-share.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-square-check-big.mjs +32 -0
- package/fesm2015/glamera-animated-icons-square-check-big.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-square-pen.mjs +32 -0
- package/fesm2015/glamera-animated-icons-square-pen.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-sun.mjs +41 -0
- package/fesm2015/glamera-animated-icons-sun.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-upload.mjs +35 -0
- package/fesm2015/glamera-animated-icons-upload.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-user-check.mjs +33 -0
- package/fesm2015/glamera-animated-icons-user-check.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-user-round-check.mjs +33 -0
- package/fesm2015/glamera-animated-icons-user-round-check.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-user-round-x.mjs +36 -0
- package/fesm2015/glamera-animated-icons-user-round-x.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-user-round.mjs +35 -0
- package/fesm2015/glamera-animated-icons-user-round.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-user-x.mjs +36 -0
- package/fesm2015/glamera-animated-icons-user-x.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-user.mjs +35 -0
- package/fesm2015/glamera-animated-icons-user.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-users.mjs +34 -0
- package/fesm2015/glamera-animated-icons-users.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-x-circle.mjs +33 -0
- package/fesm2015/glamera-animated-icons-x-circle.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons-x.mjs +32 -0
- package/fesm2015/glamera-animated-icons-x.mjs.map +1 -0
- package/fesm2015/glamera-animated-icons.mjs +280 -0
- package/fesm2015/glamera-animated-icons.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-3-dots-horizontal.mjs +33 -0
- package/fesm2020/glamera-animated-icons-3-dots-horizontal.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-3-dots-vertical.mjs +33 -0
- package/fesm2020/glamera-animated-icons-3-dots-vertical.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-bell.mjs +36 -0
- package/fesm2020/glamera-animated-icons-bell.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-calendar-x.mjs +36 -0
- package/fesm2020/glamera-animated-icons-calendar-x.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-calendar.mjs +34 -0
- package/fesm2020/glamera-animated-icons-calendar.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-check.mjs +34 -0
- package/fesm2020/glamera-animated-icons-check.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-chevron-down.mjs +32 -0
- package/fesm2020/glamera-animated-icons-chevron-down.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-chevron-left.mjs +32 -0
- package/fesm2020/glamera-animated-icons-chevron-left.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-chevron-right.mjs +32 -0
- package/fesm2020/glamera-animated-icons-chevron-right.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-chevron-up.mjs +32 -0
- package/fesm2020/glamera-animated-icons-chevron-up.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-circle-check.mjs +32 -0
- package/fesm2020/glamera-animated-icons-circle-check.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-circle-chevron-down.mjs +32 -0
- package/fesm2020/glamera-animated-icons-circle-chevron-down.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-circle-chevron-left.mjs +32 -0
- package/fesm2020/glamera-animated-icons-circle-chevron-left.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-circle-chevron-right.mjs +32 -0
- package/fesm2020/glamera-animated-icons-circle-chevron-right.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-circle-chevron-up.mjs +32 -0
- package/fesm2020/glamera-animated-icons-circle-chevron-up.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-clipboard.mjs +43 -0
- package/fesm2020/glamera-animated-icons-clipboard.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-clock.mjs +33 -0
- package/fesm2020/glamera-animated-icons-clock.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-copy.mjs +43 -0
- package/fesm2020/glamera-animated-icons-copy.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-download.mjs +35 -0
- package/fesm2020/glamera-animated-icons-download.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-eye-closed.mjs +41 -0
- package/fesm2020/glamera-animated-icons-eye-closed.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-eye-off.mjs +40 -0
- package/fesm2020/glamera-animated-icons-eye-off.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-eye.mjs +37 -0
- package/fesm2020/glamera-animated-icons-eye.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-files.mjs +45 -0
- package/fesm2020/glamera-animated-icons-files.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-heart.mjs +34 -0
- package/fesm2020/glamera-animated-icons-heart.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-house.mjs +35 -0
- package/fesm2020/glamera-animated-icons-house.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-layers.mjs +33 -0
- package/fesm2020/glamera-animated-icons-layers.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-lock.mjs +34 -0
- package/fesm2020/glamera-animated-icons-lock.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-mail.mjs +38 -0
- package/fesm2020/glamera-animated-icons-mail.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-moon.mjs +31 -0
- package/fesm2020/glamera-animated-icons-moon.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-pencil.mjs +34 -0
- package/fesm2020/glamera-animated-icons-pencil.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-phone.mjs +35 -0
- package/fesm2020/glamera-animated-icons-phone.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-play-circle.mjs +32 -0
- package/fesm2020/glamera-animated-icons-play-circle.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-printer-2.mjs +33 -0
- package/fesm2020/glamera-animated-icons-printer-2.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-printer.mjs +32 -0
- package/fesm2020/glamera-animated-icons-printer.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-qr-code.mjs +44 -0
- package/fesm2020/glamera-animated-icons-qr-code.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-repeat.mjs +36 -0
- package/fesm2020/glamera-animated-icons-repeat.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-scan-qr-code.mjs +40 -0
- package/fesm2020/glamera-animated-icons-scan-qr-code.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-scan-text.mjs +37 -0
- package/fesm2020/glamera-animated-icons-scan-text.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-search.mjs +34 -0
- package/fesm2020/glamera-animated-icons-search.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-settings.mjs +34 -0
- package/fesm2020/glamera-animated-icons-settings.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-share.mjs +35 -0
- package/fesm2020/glamera-animated-icons-share.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-square-check-big.mjs +32 -0
- package/fesm2020/glamera-animated-icons-square-check-big.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-square-pen.mjs +32 -0
- package/fesm2020/glamera-animated-icons-square-pen.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-sun.mjs +41 -0
- package/fesm2020/glamera-animated-icons-sun.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-upload.mjs +35 -0
- package/fesm2020/glamera-animated-icons-upload.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-user-check.mjs +33 -0
- package/fesm2020/glamera-animated-icons-user-check.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-user-round-check.mjs +33 -0
- package/fesm2020/glamera-animated-icons-user-round-check.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-user-round-x.mjs +36 -0
- package/fesm2020/glamera-animated-icons-user-round-x.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-user-round.mjs +35 -0
- package/fesm2020/glamera-animated-icons-user-round.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-user-x.mjs +36 -0
- package/fesm2020/glamera-animated-icons-user-x.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-user.mjs +35 -0
- package/fesm2020/glamera-animated-icons-user.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-users.mjs +34 -0
- package/fesm2020/glamera-animated-icons-users.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-x-circle.mjs +33 -0
- package/fesm2020/glamera-animated-icons-x-circle.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons-x.mjs +32 -0
- package/fesm2020/glamera-animated-icons-x.mjs.map +1 -0
- package/fesm2020/glamera-animated-icons.mjs +277 -0
- package/fesm2020/glamera-animated-icons.mjs.map +1 -0
- package/files/files.d.ts +11 -0
- package/files/index.d.ts +5 -0
- package/files/public-api.d.ts +1 -0
- package/files/src/files.animation.scss +64 -0
- package/heart/heart.d.ts +11 -0
- package/heart/index.d.ts +5 -0
- package/heart/public-api.d.ts +1 -0
- package/heart/src/heart.animation.scss +65 -0
- package/house/house.d.ts +11 -0
- package/house/index.d.ts +5 -0
- package/house/public-api.d.ts +1 -0
- package/house/src/house.animation.scss +95 -0
- package/index.d.ts +5 -0
- package/layers/index.d.ts +5 -0
- package/layers/layers.d.ts +11 -0
- package/layers/public-api.d.ts +1 -0
- package/layers/src/layers.animation.scss +49 -0
- package/lib/base/icon-base.d.ts +36 -0
- package/lib/base/icon-host.template.d.ts +1 -0
- package/lib/components/icon/icon.component.d.ts +15 -0
- package/lib/glamera-icons.module.d.ts +18 -0
- package/lib/icon-registry.d.ts +11 -0
- package/lib/provide-icons.d.ts +10 -0
- package/lib/tokens.d.ts +4 -0
- package/lib/types.d.ts +23 -0
- package/lib/utils.d.ts +7 -0
- package/lock/index.d.ts +5 -0
- package/lock/lock.d.ts +11 -0
- package/lock/public-api.d.ts +1 -0
- package/lock/src/lock.animation.scss +41 -0
- package/mail/index.d.ts +5 -0
- package/mail/mail.d.ts +11 -0
- package/mail/public-api.d.ts +1 -0
- package/mail/src/mail.animation.scss +76 -0
- package/moon/index.d.ts +5 -0
- package/moon/moon.d.ts +11 -0
- package/moon/public-api.d.ts +1 -0
- package/moon/src/moon.animation.scss +49 -0
- package/package.json +474 -0
- package/pencil/index.d.ts +5 -0
- package/pencil/pencil.d.ts +11 -0
- package/pencil/public-api.d.ts +1 -0
- package/pencil/src/pencil.animation.scss +53 -0
- package/phone/index.d.ts +5 -0
- package/phone/phone.d.ts +11 -0
- package/phone/public-api.d.ts +1 -0
- package/phone/src/phone.animation.scss +70 -0
- package/play-circle/index.d.ts +5 -0
- package/play-circle/play-circle.d.ts +11 -0
- package/play-circle/public-api.d.ts +1 -0
- package/play-circle/src/play-circle.animation.scss +37 -0
- package/printer/index.d.ts +5 -0
- package/printer/printer.d.ts +11 -0
- package/printer/public-api.d.ts +1 -0
- package/printer/src/printer.animation.scss +35 -0
- package/printer-2/index.d.ts +5 -0
- package/printer-2/printer-2.d.ts +11 -0
- package/printer-2/public-api.d.ts +1 -0
- package/printer-2/src/printer-2.animation.scss +104 -0
- package/public-api.d.ts +9 -0
- package/qr-code/index.d.ts +5 -0
- package/qr-code/public-api.d.ts +1 -0
- package/qr-code/qr-code.d.ts +11 -0
- package/qr-code/src/qr-code.animation.scss +119 -0
- package/repeat/index.d.ts +5 -0
- package/repeat/public-api.d.ts +1 -0
- package/repeat/repeat.d.ts +11 -0
- package/repeat/src/repeat.animation.scss +149 -0
- package/scan-qr-code/index.d.ts +5 -0
- package/scan-qr-code/public-api.d.ts +1 -0
- package/scan-qr-code/scan-qr-code.d.ts +11 -0
- package/scan-qr-code/src/scan-qr-code.animation.scss +123 -0
- package/scan-text/index.d.ts +5 -0
- package/scan-text/public-api.d.ts +1 -0
- package/scan-text/scan-text.d.ts +11 -0
- package/scan-text/src/scan-text.animation.scss +59 -0
- package/search/index.d.ts +5 -0
- package/search/public-api.d.ts +1 -0
- package/search/search.d.ts +11 -0
- package/search/src/search.animation.scss +36 -0
- package/settings/index.d.ts +5 -0
- package/settings/public-api.d.ts +1 -0
- package/settings/settings.d.ts +11 -0
- package/settings/src/settings.animation.scss +34 -0
- package/share/index.d.ts +5 -0
- package/share/public-api.d.ts +1 -0
- package/share/share.d.ts +11 -0
- package/share/src/share.animation.scss +116 -0
- package/square-check-big/index.d.ts +5 -0
- package/square-check-big/public-api.d.ts +1 -0
- package/square-check-big/square-check-big.d.ts +11 -0
- package/square-check-big/src/square-check-big.animation.scss +53 -0
- package/square-pen/index.d.ts +5 -0
- package/square-pen/public-api.d.ts +1 -0
- package/square-pen/square-pen.d.ts +11 -0
- package/square-pen/src/square-pen.animation.scss +33 -0
- package/src/lib/animations/_play.scss +18 -0
- package/src/lib/base/icon-base.scss +40 -0
- package/styles/3-dots-horizontal.scss +1 -0
- package/styles/3-dots-vertical.scss +1 -0
- package/styles/all.scss +56 -0
- package/styles/bell.scss +1 -0
- package/styles/calendar-x.scss +1 -0
- package/styles/calendar.scss +1 -0
- package/styles/check.scss +1 -0
- package/styles/chevron-down.scss +1 -0
- package/styles/chevron-left.scss +1 -0
- package/styles/chevron-right.scss +1 -0
- package/styles/chevron-up.scss +1 -0
- package/styles/circle-check.scss +1 -0
- package/styles/circle-chevron-down.scss +1 -0
- package/styles/circle-chevron-left.scss +1 -0
- package/styles/circle-chevron-right.scss +1 -0
- package/styles/circle-chevron-up.scss +1 -0
- package/styles/clipboard.scss +1 -0
- package/styles/clock.scss +1 -0
- package/styles/copy.scss +1 -0
- package/styles/download.scss +1 -0
- package/styles/eye-closed.scss +1 -0
- package/styles/eye-off.scss +1 -0
- package/styles/eye.scss +1 -0
- package/styles/files.scss +1 -0
- package/styles/heart.scss +1 -0
- package/styles/house.scss +1 -0
- package/styles/layers.scss +1 -0
- package/styles/lock.scss +1 -0
- package/styles/mail.scss +1 -0
- package/styles/moon.scss +1 -0
- package/styles/pencil.scss +1 -0
- package/styles/phone.scss +1 -0
- package/styles/play-circle.scss +1 -0
- package/styles/printer-2.scss +1 -0
- package/styles/printer.scss +1 -0
- package/styles/qr-code.scss +1 -0
- package/styles/repeat.scss +1 -0
- package/styles/scan-qr-code.scss +1 -0
- package/styles/scan-text.scss +1 -0
- package/styles/search.scss +1 -0
- package/styles/settings.scss +1 -0
- package/styles/share.scss +1 -0
- package/styles/square-check-big.scss +1 -0
- package/styles/square-pen.scss +1 -0
- package/styles/sun.scss +1 -0
- package/styles/upload.scss +1 -0
- package/styles/user-check.scss +1 -0
- package/styles/user-round-check.scss +1 -0
- package/styles/user-round-x.scss +1 -0
- package/styles/user-round.scss +1 -0
- package/styles/user-x.scss +1 -0
- package/styles/user.scss +1 -0
- package/styles/users.scss +1 -0
- package/styles/x-circle.scss +1 -0
- package/styles/x.scss +1 -0
- package/sun/index.d.ts +5 -0
- package/sun/public-api.d.ts +1 -0
- package/sun/src/sun.animation.scss +65 -0
- package/sun/sun.d.ts +11 -0
- package/upload/index.d.ts +5 -0
- package/upload/public-api.d.ts +1 -0
- package/upload/src/upload.animation.scss +153 -0
- package/upload/upload.d.ts +11 -0
- package/user/index.d.ts +5 -0
- package/user/public-api.d.ts +1 -0
- package/user/src/user.animation.scss +93 -0
- package/user/user.d.ts +11 -0
- package/user-check/index.d.ts +5 -0
- package/user-check/public-api.d.ts +1 -0
- package/user-check/src/user-check.animation.scss +131 -0
- package/user-check/user-check.d.ts +11 -0
- package/user-round/index.d.ts +5 -0
- package/user-round/public-api.d.ts +1 -0
- package/user-round/src/user-round.animation.scss +93 -0
- package/user-round/user-round.d.ts +11 -0
- package/user-round-check/index.d.ts +5 -0
- package/user-round-check/public-api.d.ts +1 -0
- package/user-round-check/src/user-round-check.animation.scss +131 -0
- package/user-round-check/user-round-check.d.ts +11 -0
- package/user-round-x/index.d.ts +5 -0
- package/user-round-x/public-api.d.ts +1 -0
- package/user-round-x/src/user-round-x.animation.scss +175 -0
- package/user-round-x/user-round-x.d.ts +11 -0
- package/user-x/index.d.ts +5 -0
- package/user-x/public-api.d.ts +1 -0
- package/user-x/src/user-x.animation.scss +186 -0
- package/user-x/user-x.d.ts +11 -0
- package/users/index.d.ts +5 -0
- package/users/public-api.d.ts +1 -0
- package/users/src/users.animation.scss +133 -0
- package/users/users.d.ts +11 -0
- package/x/index.d.ts +5 -0
- package/x/public-api.d.ts +1 -0
- package/x/src/x.animation.scss +112 -0
- package/x/x.d.ts +11 -0
- package/x-circle/index.d.ts +5 -0
- package/x-circle/public-api.d.ts +1 -0
- package/x-circle/src/x-circle.animation.scss +58 -0
- package/x-circle/x-circle.d.ts +11 -0
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
@import '../../src/lib/animations/play';
|
|
2
|
+
|
|
3
|
+
$calendar-x-ease: cubic-bezier(0.16, 1, 0.3, 1);
|
|
4
|
+
$calendar-x-mark-ease: cubic-bezier(0.34, 1.4, 0.64, 1);
|
|
5
|
+
|
|
6
|
+
@keyframes glm-calendar-x-body-draw {
|
|
7
|
+
0% {
|
|
8
|
+
stroke-dashoffset: 1;
|
|
9
|
+
opacity: 0;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
100% {
|
|
13
|
+
stroke-dashoffset: 0;
|
|
14
|
+
opacity: 1;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@keyframes glm-calendar-x-hanger-draw {
|
|
19
|
+
0% {
|
|
20
|
+
stroke-dashoffset: 1;
|
|
21
|
+
opacity: 0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
100% {
|
|
25
|
+
stroke-dashoffset: 0;
|
|
26
|
+
opacity: 1;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
@keyframes glm-calendar-x-header-draw {
|
|
31
|
+
0% {
|
|
32
|
+
transform: scaleX(0);
|
|
33
|
+
opacity: 0;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
100% {
|
|
37
|
+
transform: scaleX(1);
|
|
38
|
+
opacity: 1;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
@keyframes glm-calendar-x-mark-pop {
|
|
43
|
+
0% {
|
|
44
|
+
transform: scale(0);
|
|
45
|
+
opacity: 0;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
60% {
|
|
49
|
+
transform: scale(1.15);
|
|
50
|
+
opacity: 1;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
100% {
|
|
54
|
+
transform: scale(1);
|
|
55
|
+
opacity: 1;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
@keyframes glm-calendar-x-body-draw-loop {
|
|
60
|
+
0%,
|
|
61
|
+
100% {
|
|
62
|
+
stroke-dashoffset: 1;
|
|
63
|
+
opacity: 0;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
35%,
|
|
67
|
+
70% {
|
|
68
|
+
stroke-dashoffset: 0;
|
|
69
|
+
opacity: 1;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@keyframes glm-calendar-x-hanger-draw-loop {
|
|
74
|
+
0%,
|
|
75
|
+
100% {
|
|
76
|
+
stroke-dashoffset: 1;
|
|
77
|
+
opacity: 0;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
20%,
|
|
81
|
+
70% {
|
|
82
|
+
stroke-dashoffset: 0;
|
|
83
|
+
opacity: 1;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
@keyframes glm-calendar-x-header-draw-loop {
|
|
88
|
+
0%,
|
|
89
|
+
100% {
|
|
90
|
+
transform: scaleX(0);
|
|
91
|
+
opacity: 0;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
30%,
|
|
95
|
+
70% {
|
|
96
|
+
transform: scaleX(1);
|
|
97
|
+
opacity: 1;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@keyframes glm-calendar-x-mark-pop-loop {
|
|
102
|
+
0%,
|
|
103
|
+
100% {
|
|
104
|
+
transform: scale(0);
|
|
105
|
+
opacity: 0;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
45% {
|
|
109
|
+
transform: scale(1.15);
|
|
110
|
+
opacity: 1;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
55%,
|
|
114
|
+
70% {
|
|
115
|
+
transform: scale(1);
|
|
116
|
+
opacity: 1;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.glm-icon[data-icon='calendar-x'] .glm-calendar-x-hanger,
|
|
121
|
+
.glm-icon[data-icon='calendar-x'] .glm-calendar-x-body {
|
|
122
|
+
fill: none;
|
|
123
|
+
stroke-dasharray: 1;
|
|
124
|
+
stroke-dashoffset: 0;
|
|
125
|
+
opacity: 1;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.glm-icon[data-icon='calendar-x'] .glm-calendar-x-header {
|
|
129
|
+
transform-box: view-box;
|
|
130
|
+
transform-origin: 3px 10px;
|
|
131
|
+
transform: scaleX(1);
|
|
132
|
+
opacity: 1;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.glm-icon[data-icon='calendar-x'] .glm-calendar-x-mark {
|
|
136
|
+
transform-box: view-box;
|
|
137
|
+
transform-origin: 12px 16px;
|
|
138
|
+
transform: scale(1);
|
|
139
|
+
opacity: 1;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
@include glm-when-playing('calendar-x') {
|
|
143
|
+
.glm-calendar-x-body {
|
|
144
|
+
animation: glm-calendar-x-body-draw calc(var(--glm-duration) * 0.5) $calendar-x-ease var(--glm-delay) both;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.glm-calendar-x-hanger-left {
|
|
148
|
+
animation: glm-calendar-x-hanger-draw calc(var(--glm-duration) * 0.3) $calendar-x-ease var(--glm-delay) both;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.glm-calendar-x-hanger-right {
|
|
152
|
+
animation: glm-calendar-x-hanger-draw calc(var(--glm-duration) * 0.3) $calendar-x-ease calc(var(--glm-delay) + var(--glm-duration) * 0.08) both;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.glm-calendar-x-header {
|
|
156
|
+
animation: glm-calendar-x-header-draw calc(var(--glm-duration) * 0.4) $calendar-x-ease calc(var(--glm-delay) + var(--glm-duration) * 0.28) both;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.glm-calendar-x-mark-1 {
|
|
160
|
+
animation: glm-calendar-x-mark-pop calc(var(--glm-duration) * 0.4) $calendar-x-mark-ease calc(var(--glm-delay) + var(--glm-duration) * 0.42) both;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.glm-calendar-x-mark-2 {
|
|
164
|
+
animation: glm-calendar-x-mark-pop calc(var(--glm-duration) * 0.4) $calendar-x-mark-ease calc(var(--glm-delay) + var(--glm-duration) * 0.51) both;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
@include glm-loop('calendar-x') {
|
|
169
|
+
.glm-calendar-x-body {
|
|
170
|
+
animation: glm-calendar-x-body-draw-loop calc(var(--glm-duration) * 1.4) $calendar-x-ease var(--glm-delay) infinite both;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.glm-calendar-x-hanger-left {
|
|
174
|
+
animation: glm-calendar-x-hanger-draw-loop calc(var(--glm-duration) * 1.4) $calendar-x-ease var(--glm-delay) infinite both;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.glm-calendar-x-hanger-right {
|
|
178
|
+
animation: glm-calendar-x-hanger-draw-loop calc(var(--glm-duration) * 1.4) $calendar-x-ease calc(var(--glm-delay) + var(--glm-duration) * 0.08) infinite both;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.glm-calendar-x-header {
|
|
182
|
+
animation: glm-calendar-x-header-draw-loop calc(var(--glm-duration) * 1.4) $calendar-x-ease calc(var(--glm-delay) + var(--glm-duration) * 0.28) infinite both;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.glm-calendar-x-mark-1 {
|
|
186
|
+
animation: glm-calendar-x-mark-pop-loop calc(var(--glm-duration) * 1.4) $calendar-x-mark-ease calc(var(--glm-delay) + var(--glm-duration) * 0.42) infinite both;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.glm-calendar-x-mark-2 {
|
|
190
|
+
animation: glm-calendar-x-mark-pop-loop calc(var(--glm-duration) * 1.4) $calendar-x-mark-ease calc(var(--glm-delay) + var(--glm-duration) * 0.51) infinite both;
|
|
191
|
+
}
|
|
192
|
+
}
|
package/check/check.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import { GlameraIconBase, GlameraIconDefinition } from '@glamera/animated-icons';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare const GLM_CHECK: GlameraIconDefinition;
|
|
6
|
+
export declare class CircleCheckBigIconComponent extends GlameraIconBase {
|
|
7
|
+
readonly iconDef: GlameraIconDefinition;
|
|
8
|
+
constructor(sanitizer: DomSanitizer, cdr: ChangeDetectorRef);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CircleCheckBigIconComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CircleCheckBigIconComponent, "glamera-circle-check-big-icon, glamera-check-icon", never, {}, {}, never, never, true, never>;
|
|
11
|
+
}
|
package/check/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { GLM_CHECK, CircleCheckBigIconComponent, CircleCheckBigIconComponent as CircleCheckBigIcon, CircleCheckBigIconComponent as CheckIconComponent, } from './check';
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
@import '../../src/lib/animations/play';
|
|
2
|
+
|
|
3
|
+
@keyframes glm-circle-check-scale {
|
|
4
|
+
0% {
|
|
5
|
+
transform: scale(1);
|
|
6
|
+
}
|
|
7
|
+
33.333% {
|
|
8
|
+
transform: scale(1.12);
|
|
9
|
+
}
|
|
10
|
+
66.667% {
|
|
11
|
+
transform: scale(0.96);
|
|
12
|
+
}
|
|
13
|
+
100% {
|
|
14
|
+
transform: scale(1);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@keyframes glm-circle-check-ring {
|
|
19
|
+
0% {
|
|
20
|
+
stroke-dashoffset: 0.3;
|
|
21
|
+
opacity: 0.7;
|
|
22
|
+
}
|
|
23
|
+
100% {
|
|
24
|
+
stroke-dashoffset: 0;
|
|
25
|
+
opacity: 1;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@keyframes glm-circle-check-tick {
|
|
30
|
+
0% {
|
|
31
|
+
stroke-dashoffset: 1;
|
|
32
|
+
opacity: 1;
|
|
33
|
+
}
|
|
34
|
+
100% {
|
|
35
|
+
stroke-dashoffset: 0;
|
|
36
|
+
opacity: 1;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.glm-icon[data-icon='circle-check-big'] .glm-icon-svg svg {
|
|
41
|
+
transform-box: view-box;
|
|
42
|
+
transform-origin: center;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.glm-icon[data-icon='circle-check-big'] .glm-circle-check-ring,
|
|
46
|
+
.glm-icon[data-icon='circle-check-big'] .glm-circle-check-tick {
|
|
47
|
+
fill: none;
|
|
48
|
+
stroke-dasharray: 1;
|
|
49
|
+
stroke-dashoffset: 0;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
@include glm-when-playing('circle-check-big') {
|
|
53
|
+
.glm-icon-svg svg {
|
|
54
|
+
animation: glm-circle-check-scale calc(var(--glm-duration) * 0.45) ease-out var(--glm-delay) both;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.glm-circle-check-ring {
|
|
58
|
+
animation: glm-circle-check-ring calc(var(--glm-duration) * 0.35) ease-out var(--glm-delay) both;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.glm-circle-check-tick {
|
|
62
|
+
animation: glm-circle-check-tick calc(var(--glm-duration) * 0.3) ease-out calc(var(--glm-delay) + var(--glm-duration) * 0.12) both;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
@include glm-loop('circle-check-big') {
|
|
67
|
+
.glm-icon-svg svg,
|
|
68
|
+
.glm-circle-check-ring,
|
|
69
|
+
.glm-circle-check-tick {
|
|
70
|
+
animation-iteration-count: infinite;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import { GlameraIconBase, GlameraIconDefinition } from '@glamera/animated-icons';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare const GLM_CHEVRON_DOWN: GlameraIconDefinition;
|
|
6
|
+
export declare class ChevronDownIconComponent extends GlameraIconBase {
|
|
7
|
+
readonly iconDef: GlameraIconDefinition;
|
|
8
|
+
constructor(sanitizer: DomSanitizer, cdr: ChangeDetectorRef);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChevronDownIconComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChevronDownIconComponent, "glamera-chevron-down-icon", never, {}, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { GLM_CHEVRON_DOWN, ChevronDownIconComponent, ChevronDownIconComponent as ChevronDownIcon, } from './chevron-down';
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
@import '../../src/lib/animations/play';
|
|
2
|
+
|
|
3
|
+
@keyframes glm-chevron-down-arrow {
|
|
4
|
+
0%,
|
|
5
|
+
100% {
|
|
6
|
+
transform: translateY(0);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
20% {
|
|
10
|
+
transform: translateY(-1.5px);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
55% {
|
|
14
|
+
transform: translateY(4px);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@keyframes glm-chevron-down-arrow-loop {
|
|
19
|
+
0%,
|
|
20
|
+
100% {
|
|
21
|
+
transform: translateY(0);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
10% {
|
|
25
|
+
transform: translateY(-1.5px);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
27.5% {
|
|
29
|
+
transform: translateY(4px);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
50% {
|
|
33
|
+
transform: translateY(0);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@keyframes glm-chevron-down-trail {
|
|
38
|
+
0% {
|
|
39
|
+
transform: translateY(0);
|
|
40
|
+
opacity: 0;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
50% {
|
|
44
|
+
transform: translateY(4.5px);
|
|
45
|
+
opacity: 0.45;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
100% {
|
|
49
|
+
transform: translateY(9px);
|
|
50
|
+
opacity: 0;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
@keyframes glm-chevron-down-trail-loop {
|
|
55
|
+
0%,
|
|
56
|
+
100% {
|
|
57
|
+
transform: translateY(0);
|
|
58
|
+
opacity: 0;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
25% {
|
|
62
|
+
transform: translateY(4.5px);
|
|
63
|
+
opacity: 0.45;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
50% {
|
|
67
|
+
transform: translateY(9px);
|
|
68
|
+
opacity: 0;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.glm-icon[data-icon='chevron-down'] .glm-chevron-down-arrow,
|
|
73
|
+
.glm-icon[data-icon='chevron-down'] .glm-chevron-down-trail {
|
|
74
|
+
transform-box: fill-box;
|
|
75
|
+
transform-origin: center;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.glm-icon[data-icon='chevron-down'] .glm-chevron-down-trail {
|
|
79
|
+
opacity: 0;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@include glm-when-playing('chevron-down') {
|
|
83
|
+
.glm-chevron-down-arrow {
|
|
84
|
+
animation: glm-chevron-down-arrow var(--glm-duration) ease-in-out var(--glm-delay) both;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.glm-chevron-down-trail {
|
|
88
|
+
animation: glm-chevron-down-trail var(--glm-duration) ease-out calc(var(--glm-delay) + var(--glm-duration) * 0.08) both;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
@include glm-loop('chevron-down') {
|
|
93
|
+
.glm-chevron-down-arrow {
|
|
94
|
+
animation: glm-chevron-down-arrow-loop calc(var(--glm-duration) * 2) ease-in-out var(--glm-delay) infinite both;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.glm-chevron-down-trail {
|
|
98
|
+
animation: glm-chevron-down-trail-loop calc(var(--glm-duration) * 2) ease-out calc(var(--glm-delay) + var(--glm-duration) * 0.08) infinite both;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import { GlameraIconBase, GlameraIconDefinition } from '@glamera/animated-icons';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare const GLM_CHEVRON_LEFT: GlameraIconDefinition;
|
|
6
|
+
export declare class ChevronLeftIconComponent extends GlameraIconBase {
|
|
7
|
+
readonly iconDef: GlameraIconDefinition;
|
|
8
|
+
constructor(sanitizer: DomSanitizer, cdr: ChangeDetectorRef);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChevronLeftIconComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChevronLeftIconComponent, "glamera-chevron-left-icon", never, {}, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { GLM_CHEVRON_LEFT, ChevronLeftIconComponent, ChevronLeftIconComponent as ChevronLeftIcon, } from './chevron-left';
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
@import '../../src/lib/animations/play';
|
|
2
|
+
|
|
3
|
+
@keyframes glm-chevron-left-arrow {
|
|
4
|
+
0%,
|
|
5
|
+
100% {
|
|
6
|
+
transform: translateX(0);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
20% {
|
|
10
|
+
transform: translateX(1.5px);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
55% {
|
|
14
|
+
transform: translateX(-4px);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@keyframes glm-chevron-left-arrow-loop {
|
|
19
|
+
0%,
|
|
20
|
+
100% {
|
|
21
|
+
transform: translateX(0);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
10% {
|
|
25
|
+
transform: translateX(1.5px);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
27.5% {
|
|
29
|
+
transform: translateX(-4px);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
50% {
|
|
33
|
+
transform: translateX(0);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@keyframes glm-chevron-left-trail {
|
|
38
|
+
0% {
|
|
39
|
+
transform: translateX(0);
|
|
40
|
+
opacity: 0;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
50% {
|
|
44
|
+
transform: translateX(-4.5px);
|
|
45
|
+
opacity: 0.45;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
100% {
|
|
49
|
+
transform: translateX(-9px);
|
|
50
|
+
opacity: 0;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
@keyframes glm-chevron-left-trail-loop {
|
|
55
|
+
0%,
|
|
56
|
+
100% {
|
|
57
|
+
transform: translateX(0);
|
|
58
|
+
opacity: 0;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
25% {
|
|
62
|
+
transform: translateX(-4.5px);
|
|
63
|
+
opacity: 0.45;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
50% {
|
|
67
|
+
transform: translateX(-9px);
|
|
68
|
+
opacity: 0;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.glm-icon[data-icon='chevron-left'] .glm-chevron-left-arrow,
|
|
73
|
+
.glm-icon[data-icon='chevron-left'] .glm-chevron-left-trail {
|
|
74
|
+
transform-box: fill-box;
|
|
75
|
+
transform-origin: center;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.glm-icon[data-icon='chevron-left'] .glm-chevron-left-trail {
|
|
79
|
+
opacity: 0;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@include glm-when-playing('chevron-left') {
|
|
83
|
+
.glm-chevron-left-arrow {
|
|
84
|
+
animation: glm-chevron-left-arrow var(--glm-duration) ease-in-out var(--glm-delay) both;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.glm-chevron-left-trail {
|
|
88
|
+
animation: glm-chevron-left-trail var(--glm-duration) ease-out calc(var(--glm-delay) + var(--glm-duration) * 0.08) both;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
@include glm-loop('chevron-left') {
|
|
93
|
+
.glm-chevron-left-arrow {
|
|
94
|
+
animation: glm-chevron-left-arrow-loop calc(var(--glm-duration) * 2) ease-in-out var(--glm-delay) infinite both;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.glm-chevron-left-trail {
|
|
98
|
+
animation: glm-chevron-left-trail-loop calc(var(--glm-duration) * 2) ease-out calc(var(--glm-delay) + var(--glm-duration) * 0.08) infinite both;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import { GlameraIconBase, GlameraIconDefinition } from '@glamera/animated-icons';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare const GLM_CHEVRON_RIGHT: GlameraIconDefinition;
|
|
6
|
+
export declare class ChevronRightIconComponent extends GlameraIconBase {
|
|
7
|
+
readonly iconDef: GlameraIconDefinition;
|
|
8
|
+
constructor(sanitizer: DomSanitizer, cdr: ChangeDetectorRef);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChevronRightIconComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChevronRightIconComponent, "glamera-chevron-right-icon", never, {}, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { GLM_CHEVRON_RIGHT, ChevronRightIconComponent, ChevronRightIconComponent as ChevronRightIcon, } from './chevron-right';
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
@import '../../src/lib/animations/play';
|
|
2
|
+
|
|
3
|
+
@keyframes glm-chevron-right-arrow {
|
|
4
|
+
0%,
|
|
5
|
+
100% {
|
|
6
|
+
transform: translateX(0);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
20% {
|
|
10
|
+
transform: translateX(-1.5px);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
55% {
|
|
14
|
+
transform: translateX(4px);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@keyframes glm-chevron-right-arrow-loop {
|
|
19
|
+
0%,
|
|
20
|
+
100% {
|
|
21
|
+
transform: translateX(0);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
10% {
|
|
25
|
+
transform: translateX(-1.5px);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
27.5% {
|
|
29
|
+
transform: translateX(4px);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
50% {
|
|
33
|
+
transform: translateX(0);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@keyframes glm-chevron-right-trail {
|
|
38
|
+
0% {
|
|
39
|
+
transform: translateX(0);
|
|
40
|
+
opacity: 0;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
50% {
|
|
44
|
+
transform: translateX(4.5px);
|
|
45
|
+
opacity: 0.45;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
100% {
|
|
49
|
+
transform: translateX(9px);
|
|
50
|
+
opacity: 0;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
@keyframes glm-chevron-right-trail-loop {
|
|
55
|
+
0%,
|
|
56
|
+
100% {
|
|
57
|
+
transform: translateX(0);
|
|
58
|
+
opacity: 0;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
25% {
|
|
62
|
+
transform: translateX(4.5px);
|
|
63
|
+
opacity: 0.45;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
50% {
|
|
67
|
+
transform: translateX(9px);
|
|
68
|
+
opacity: 0;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.glm-icon[data-icon='chevron-right'] .glm-chevron-right-arrow,
|
|
73
|
+
.glm-icon[data-icon='chevron-right'] .glm-chevron-right-trail {
|
|
74
|
+
transform-box: fill-box;
|
|
75
|
+
transform-origin: center;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.glm-icon[data-icon='chevron-right'] .glm-chevron-right-trail {
|
|
79
|
+
opacity: 0;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@include glm-when-playing('chevron-right') {
|
|
83
|
+
.glm-chevron-right-arrow {
|
|
84
|
+
animation: glm-chevron-right-arrow var(--glm-duration) ease-in-out var(--glm-delay) both;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.glm-chevron-right-trail {
|
|
88
|
+
animation: glm-chevron-right-trail var(--glm-duration) ease-out calc(var(--glm-delay) + var(--glm-duration) * 0.08) both;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
@include glm-loop('chevron-right') {
|
|
93
|
+
.glm-chevron-right-arrow {
|
|
94
|
+
animation: glm-chevron-right-arrow-loop calc(var(--glm-duration) * 2) ease-in-out var(--glm-delay) infinite both;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.glm-chevron-right-trail {
|
|
98
|
+
animation: glm-chevron-right-trail-loop calc(var(--glm-duration) * 2) ease-out calc(var(--glm-delay) + var(--glm-duration) * 0.08) infinite both;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import { GlameraIconBase, GlameraIconDefinition } from '@glamera/animated-icons';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare const GLM_CHEVRON_UP: GlameraIconDefinition;
|
|
6
|
+
export declare class ChevronUpIconComponent extends GlameraIconBase {
|
|
7
|
+
readonly iconDef: GlameraIconDefinition;
|
|
8
|
+
constructor(sanitizer: DomSanitizer, cdr: ChangeDetectorRef);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChevronUpIconComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChevronUpIconComponent, "glamera-chevron-up-icon", never, {}, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { GLM_CHEVRON_UP, ChevronUpIconComponent, ChevronUpIconComponent as ChevronUpIcon, } from './chevron-up';
|