@carefirst/library 4.2.1 → 4.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (25) hide show
  1. package/esm2022/lib/components/alert/alert.component.mjs +3 -3
  2. package/esm2022/lib/components/badge/badge.component.mjs +3 -3
  3. package/esm2022/lib/components/button/button.component.mjs +3 -3
  4. package/esm2022/lib/components/calendar/calendar.component.mjs +3 -3
  5. package/esm2022/lib/components/chat-bubble/chat-bubble.component.mjs +3 -3
  6. package/esm2022/lib/components/form-input/form-input.component.mjs +3 -3
  7. package/esm2022/lib/components/form-input-search/form-input-search.component.mjs +3 -3
  8. package/esm2022/lib/components/form-input-select/form-input-select.component.mjs +3 -3
  9. package/esm2022/lib/components/form-input-text-area/form-input-text-area.component.mjs +3 -3
  10. package/esm2022/lib/components/form-validation/form-validation.component.mjs +3 -3
  11. package/esm2022/lib/components/icon/icon.component.mjs +5 -5
  12. package/esm2022/lib/components/logo/logo.component.mjs +3 -3
  13. package/esm2022/lib/components/mix-p/mix-p.component.mjs +3 -3
  14. package/esm2022/lib/components/notification/notification.component.mjs +3 -3
  15. package/esm2022/lib/components/page/page.component.mjs +3 -3
  16. package/esm2022/lib/components/spacer/spacer.component.mjs +3 -3
  17. package/esm2022/lib/components/spinner/spinner.component.mjs +3 -3
  18. package/esm2022/lib/components/verification-code/verification-code.component.mjs +3 -3
  19. package/esm2022/lib/directives/button-loader.directive.mjs +6 -6
  20. package/esm2022/lib/interfaces/icon.interface.mjs +5 -1
  21. package/esm2022/lib/library.module.mjs +4 -4
  22. package/fesm2022/carefirst-library.mjs +69 -65
  23. package/fesm2022/carefirst-library.mjs.map +1 -1
  24. package/lib/interfaces/icon.interface.d.ts +1 -1
  25. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- export declare const iconsC: readonly ["home", "cog", "profile", "scan", "person", "appointment", "clock", "calendar", "email", "phone", "sign-out", "sign-in", "close", "check-mark", "rating-star-blank", "rating-star-filled", "back-arrow", "bell", "lock", "show-password", "hide-password", "circle-check", "circle-alert", "circle-close", "direction-switch", "direction-switch-flat", "direction-switch-block", "chat-bubbles", "phone-down", "mic", "no-mic", "button-forward-arrow", "button-check-box", "social-media-whatsapp", "social-media-facebook", "social-media-linkedin", "social-media-instagram", "social-media-google-mail", "instant-video-service", "instant-telephonic-service", "scheduled-video-service", "scheduled-telephonic-service", "vital-scan-service", "open-back-arrow", "open-forward-arrow", "open-up-arrow", "open-down-arrow", "single-document", "lightning", "microsoft-365", "user-dependent", "plus", "minus", "close-box", "speech-bubble", "camera-switch", "retry", "download", "upload", "upload-document", "print", "search", "flame", "bank-cards", "swipe-bank-card"];
1
+ export declare const iconsC: readonly ["home", "cog", "profile", "scan", "person", "appointment", "clock", "calendar", "email", "phone", "sign-out", "sign-in", "close", "check-mark", "rating-star-blank", "rating-star-filled", "back-arrow", "bell", "lock", "show-password", "hide-password", "circle-check", "circle-alert", "circle-close", "direction-switch", "direction-switch-flat", "direction-switch-block", "chat-bubbles", "phone-down", "mic", "no-mic", "button-forward-arrow", "button-check-box", "social-media-whatsapp", "social-media-facebook", "social-media-linkedin", "social-media-instagram", "social-media-google-mail", "instant-video-service", "instant-telephonic-service", "scheduled-video-service", "scheduled-telephonic-service", "vital-scan-service", "open-back-arrow", "open-forward-arrow", "open-up-arrow", "open-down-arrow", "single-document", "lightning", "microsoft-365", "user-dependent", "plus", "minus", "close-box", "speech-bubble", "camera-switch", "retry", "download", "upload", "upload-document", "print", "search", "flame", "bank-cards", "swipe-bank-card", "coin", "sign-out-curved", "sign-in-curved", "calendar-blank"];
2
2
  export type IconsT = (typeof iconsC)[number];
3
3
  export declare const iconColorC: readonly ["primary", "secondary", "success", "warning", "error", "white", "accent"];
4
4
  export type IconColorT = (typeof iconColorC)[number];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "4.2.1",
3
+ "version": "4.3.0",
4
4
  "author": "Jacques Francois Coetzee",
5
5
  "private": false,
6
6
  "peerDependencies": {