asksuite-citrus 3.16.24 → 3.17.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.
Files changed (41) hide show
  1. package/assets/icons/proprietary/dark-expedia-contrast.svg +4 -0
  2. package/assets/icons/proprietary/dark-expedia-default.svg +4 -0
  3. package/assets/icons/proprietary/dark-expedia-disabled.svg +4 -0
  4. package/assets/icons/proprietary/dark-expedia-grey.svg +4 -0
  5. package/assets/icons/proprietary/dark-expedia-inverse.svg +4 -0
  6. package/assets/icons/proprietary/light-expedia-contrast.svg +4 -0
  7. package/assets/icons/proprietary/light-expedia-default.svg +4 -0
  8. package/assets/icons/proprietary/light-expedia-disabled.svg +4 -0
  9. package/assets/icons/proprietary/light-expedia-grey.svg +4 -0
  10. package/assets/icons/proprietary/light-expedia-inverse.svg +4 -0
  11. package/esm2022/lib/components/accordion/extendable-panel/extendable-panel.component.mjs +2 -2
  12. package/esm2022/lib/components/arrow-tag/arrow-tag.component.mjs +2 -2
  13. package/esm2022/lib/components/autocomplete/autocomplete.component.mjs +2 -2
  14. package/esm2022/lib/components/avatar/avatar.component.mjs +2 -2
  15. package/esm2022/lib/components/box/box.component.mjs +2 -2
  16. package/esm2022/lib/components/button/button.component.mjs +2 -2
  17. package/esm2022/lib/components/character-counter/character-counter.component.mjs +2 -2
  18. package/esm2022/lib/components/checkbox/checkbox.component.mjs +2 -2
  19. package/esm2022/lib/components/chips/chips.component.mjs +2 -2
  20. package/esm2022/lib/components/date-picker/date-picker-calendar/date-picker-calendar.component.mjs +2 -2
  21. package/esm2022/lib/components/date-picker/date-picker.component.mjs +3 -3
  22. package/esm2022/lib/components/dropdown-container/dropdown-container.component.mjs +2 -2
  23. package/esm2022/lib/components/input/input.component.mjs +2 -2
  24. package/esm2022/lib/components/modal/confirmation-modal/confirmation-modal.component.mjs +2 -2
  25. package/esm2022/lib/components/modal/modal.component.mjs +2 -2
  26. package/esm2022/lib/components/pagination/pagination.component.mjs +2 -2
  27. package/esm2022/lib/components/phone-ddi/phone-ddi.component.mjs +2 -2
  28. package/esm2022/lib/components/richtext-toolbox/richtext-toolbox.component.mjs +2 -2
  29. package/esm2022/lib/components/richtext-url-prompt/richtext-url-prompt.component.mjs +2 -2
  30. package/esm2022/lib/components/select/select.component.mjs +2 -2
  31. package/esm2022/lib/components/tab-group/tab/tab.component.mjs +2 -2
  32. package/esm2022/lib/components/tab-group/tab-group.component.mjs +2 -2
  33. package/esm2022/lib/components/table/table.component.mjs +2 -2
  34. package/esm2022/lib/components/toast/toast.component.mjs +2 -2
  35. package/esm2022/lib/constants/icons.mjs +2 -1
  36. package/fesm2022/asksuite-citrus.mjs +49 -48
  37. package/fesm2022/asksuite-citrus.mjs.map +1 -1
  38. package/lib/constants/icons.d.ts +1 -1
  39. package/package.json +1 -1
  40. package/styles/colors-dark.scss +1 -0
  41. package/styles/colors-light.scss +6 -0
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2" y="2" width="20" height="20" rx="4" fill="#DDE7F3"/>
3
+ <path d="M8.18697 18.4554C8.18697 18.6256 8.05439 18.7573 7.88507 18.7573H5.79778C5.758 18.7578 5.71853 18.7503 5.68169 18.7353C5.64484 18.7203 5.61137 18.6981 5.58324 18.67C5.55511 18.6418 5.53289 18.6084 5.51789 18.5715C5.50289 18.5347 5.49541 18.4952 5.49589 18.4554V16.3681C5.49589 16.1988 5.62847 16.0671 5.79778 16.0671H7.88597C8.05618 16.0671 8.18787 16.1988 8.18787 16.369L8.18697 18.4554ZM19.0454 17.1242L16.9778 19.1828C16.8264 19.3333 16.5997 19.2303 16.5997 19.0037V9.70223L10.8306 15.4714C10.7828 15.523 10.7242 15.5634 10.659 15.5897C10.5938 15.616 10.5236 15.6276 10.4534 15.6237H8.9332C8.89282 15.626 8.85241 15.6198 8.81461 15.6054C8.77681 15.591 8.74249 15.5688 8.71389 15.5402C8.68529 15.5116 8.66307 15.4773 8.64868 15.4395C8.63429 15.4017 8.62806 15.3613 8.63041 15.3209V13.8007C8.63041 13.6215 8.67789 13.5176 8.7818 13.4226L14.551 7.65346H5.25043C5.02378 7.65346 4.91987 7.42681 5.07126 7.27631L7.12899 5.20783C7.25172 5.0851 7.3843 5 7.59214 5H17.8745C18.6396 5 19.2532 5.61454 19.2532 6.37958V16.662C19.2442 16.8689 19.1681 16.9916 19.0454 17.1242Z" fill="#0D161C"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2" y="2" width="20" height="20" rx="4" fill="#EDB24A"/>
3
+ <path d="M8.18697 18.4554C8.18697 18.6256 8.05439 18.7573 7.88507 18.7573H5.79778C5.758 18.7578 5.71853 18.7503 5.68169 18.7353C5.64484 18.7203 5.61137 18.6981 5.58324 18.67C5.55511 18.6418 5.53289 18.6084 5.51789 18.5715C5.50289 18.5347 5.49541 18.4952 5.49589 18.4554V16.3681C5.49589 16.1988 5.62847 16.0671 5.79778 16.0671H7.88597C8.05618 16.0671 8.18787 16.1988 8.18787 16.369L8.18697 18.4554ZM19.0454 17.1242L16.9778 19.1828C16.8264 19.3333 16.5997 19.2303 16.5997 19.0037V9.70223L10.8306 15.4714C10.7828 15.523 10.7242 15.5634 10.659 15.5897C10.5938 15.616 10.5236 15.6276 10.4534 15.6237H8.9332C8.89282 15.626 8.85241 15.6198 8.81461 15.6054C8.77681 15.591 8.74249 15.5688 8.71389 15.5402C8.68529 15.5116 8.66307 15.4773 8.64868 15.4395C8.63429 15.4017 8.62806 15.3613 8.63041 15.3209V13.8007C8.63041 13.6215 8.67789 13.5176 8.7818 13.4226L14.551 7.65346H5.25043C5.02378 7.65346 4.91987 7.42681 5.07126 7.27631L7.12899 5.20783C7.25172 5.0851 7.3843 5 7.59214 5H17.8745C18.6396 5 19.2532 5.61454 19.2532 6.37958V16.662C19.2442 16.8689 19.1681 16.9916 19.0454 17.1242Z" fill="#132939"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2" y="2" width="20" height="20" rx="4" fill="#D9E5F2" fill-opacity="0.1875"/>
3
+ <path d="M8.18697 18.4554C8.18697 18.6256 8.05439 18.7573 7.88507 18.7573H5.79778C5.758 18.7578 5.71853 18.7503 5.68169 18.7353C5.64484 18.7203 5.61137 18.6981 5.58324 18.67C5.55511 18.6418 5.53289 18.6084 5.51789 18.5715C5.50289 18.5347 5.49541 18.4952 5.49589 18.4554V16.3681C5.49589 16.1988 5.62847 16.0671 5.79778 16.0671H7.88597C8.05618 16.0671 8.18787 16.1988 8.18787 16.369L8.18697 18.4554ZM19.0454 17.1242L16.9778 19.1828C16.8264 19.3333 16.5997 19.2303 16.5997 19.0037V9.70223L10.8306 15.4714C10.7828 15.523 10.7242 15.5634 10.659 15.5897C10.5938 15.616 10.5236 15.6276 10.4534 15.6237H8.9332C8.89282 15.626 8.85241 15.6198 8.81461 15.6054C8.77681 15.591 8.74249 15.5688 8.71389 15.5402C8.68529 15.5116 8.66307 15.4773 8.64868 15.4395C8.63429 15.4017 8.62806 15.3613 8.63041 15.3209V13.8007C8.63041 13.6215 8.67789 13.5176 8.7818 13.4226L14.551 7.65346H5.25043C5.02378 7.65346 4.91987 7.42681 5.07126 7.27631L7.12899 5.20783C7.25172 5.0851 7.3843 5 7.59214 5H17.8745C18.6396 5 19.2532 5.61454 19.2532 6.37958V16.662C19.2442 16.8689 19.1681 16.9916 19.0454 17.1242Z" fill="#D9E5F2" fill-opacity="0.375"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2" y="2" width="20" height="20" rx="4" fill="#7F8B95"/>
3
+ <path d="M8.18697 18.4554C8.18697 18.6256 8.05439 18.7573 7.88507 18.7573H5.79778C5.758 18.7578 5.71853 18.7503 5.68169 18.7353C5.64484 18.7203 5.61137 18.6981 5.58324 18.67C5.55511 18.6418 5.53289 18.6084 5.51789 18.5715C5.50289 18.5347 5.49541 18.4952 5.49589 18.4554V16.3681C5.49589 16.1988 5.62847 16.0671 5.79778 16.0671H7.88597C8.05618 16.0671 8.18787 16.1988 8.18787 16.369L8.18697 18.4554ZM19.0454 17.1242L16.9778 19.1828C16.8264 19.3333 16.5997 19.2303 16.5997 19.0037V9.70223L10.8306 15.4714C10.7828 15.523 10.7242 15.5634 10.659 15.5897C10.5938 15.616 10.5236 15.6276 10.4534 15.6237H8.9332C8.89282 15.626 8.85241 15.6198 8.81461 15.6054C8.77681 15.591 8.74249 15.5688 8.71389 15.5402C8.68529 15.5116 8.66307 15.4773 8.64868 15.4395C8.63429 15.4017 8.62806 15.3613 8.63041 15.3209V13.8007C8.63041 13.6215 8.67789 13.5176 8.7818 13.4226L14.551 7.65346H5.25043C5.02378 7.65346 4.91987 7.42681 5.07126 7.27631L7.12899 5.20783C7.25172 5.0851 7.3843 5 7.59214 5H17.8745C18.6396 5 19.2532 5.61454 19.2532 6.37958V16.662C19.2442 16.8689 19.1681 16.9916 19.0454 17.1242Z" fill="#0D161C"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2" y="2" width="20" height="20" rx="4" fill="#0D161C"/>
3
+ <path d="M8.18697 18.4554C8.18697 18.6256 8.05439 18.7573 7.88507 18.7573H5.79778C5.758 18.7578 5.71853 18.7503 5.68169 18.7353C5.64484 18.7203 5.61137 18.6981 5.58324 18.67C5.55511 18.6418 5.53289 18.6084 5.51789 18.5715C5.50289 18.5347 5.49541 18.4952 5.49589 18.4554V16.3681C5.49589 16.1988 5.62847 16.0671 5.79778 16.0671H7.88597C8.05618 16.0671 8.18787 16.1988 8.18787 16.369L8.18697 18.4554ZM19.0454 17.1242L16.9778 19.1828C16.8264 19.3333 16.5997 19.2303 16.5997 19.0037V9.70223L10.8306 15.4714C10.7828 15.523 10.7242 15.5634 10.659 15.5897C10.5938 15.616 10.5236 15.6276 10.4534 15.6237H8.9332C8.89282 15.626 8.85241 15.6198 8.81461 15.6054C8.77681 15.591 8.74249 15.5688 8.71389 15.5402C8.68529 15.5116 8.66307 15.4773 8.64868 15.4395C8.63429 15.4017 8.62806 15.3613 8.63041 15.3209V13.8007C8.63041 13.6215 8.67789 13.5176 8.7818 13.4226L14.551 7.65346H5.25043C5.02378 7.65346 4.91987 7.42681 5.07126 7.27631L7.12899 5.20783C7.25172 5.0851 7.3843 5 7.59214 5H17.8745C18.6396 5 19.2532 5.61454 19.2532 6.37958V16.662C19.2442 16.8689 19.1681 16.9916 19.0454 17.1242Z" fill="#C0CBD8"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2" y="2" width="20" height="20" rx="4" fill="#132939" fill-opacity="0.875"/>
3
+ <path d="M8.18697 18.4554C8.18697 18.6256 8.05439 18.7573 7.88507 18.7573H5.79778C5.758 18.7578 5.71853 18.7503 5.68169 18.7353C5.64484 18.7203 5.61137 18.6981 5.58324 18.67C5.55511 18.6418 5.53289 18.6084 5.51789 18.5715C5.50289 18.5347 5.49541 18.4952 5.49589 18.4554V16.3681C5.49589 16.1988 5.62847 16.0671 5.79778 16.0671H7.88597C8.05618 16.0671 8.18787 16.1988 8.18787 16.369L8.18697 18.4554ZM19.0454 17.1242L16.9778 19.1828C16.8264 19.3333 16.5997 19.2303 16.5997 19.0037V9.70223L10.8306 15.4714C10.7828 15.523 10.7242 15.5634 10.659 15.5897C10.5938 15.616 10.5236 15.6276 10.4534 15.6237H8.9332C8.89282 15.626 8.85241 15.6198 8.81461 15.6054C8.77681 15.591 8.74249 15.5688 8.71389 15.5402C8.68529 15.5116 8.66307 15.4773 8.64868 15.4395C8.63429 15.4017 8.62806 15.3613 8.63041 15.3209V13.8007C8.63041 13.6215 8.67789 13.5176 8.7818 13.4226L14.551 7.65346H5.25043C5.02378 7.65346 4.91987 7.42681 5.07126 7.27631L7.12899 5.20783C7.25172 5.0851 7.3843 5 7.59214 5H17.8745C18.6396 5 19.2532 5.61454 19.2532 6.37958V16.662C19.2442 16.8689 19.1681 16.9916 19.0454 17.1242Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2" y="2" width="20" height="20" rx="4" fill="#EDB24A"/>
3
+ <path d="M8.18697 18.4554C8.18697 18.6256 8.05439 18.7573 7.88507 18.7573H5.79778C5.758 18.7578 5.71853 18.7503 5.68169 18.7353C5.64484 18.7203 5.61137 18.6981 5.58324 18.67C5.55511 18.6418 5.53289 18.6084 5.51789 18.5715C5.50289 18.5347 5.49541 18.4952 5.49589 18.4554V16.3681C5.49589 16.1988 5.62847 16.0671 5.79778 16.0671H7.88597C8.05618 16.0671 8.18787 16.1988 8.18787 16.369L8.18697 18.4554ZM19.0454 17.1242L16.9778 19.1828C16.8264 19.3333 16.5997 19.2303 16.5997 19.0037V9.70223L10.8306 15.4714C10.7828 15.523 10.7242 15.5634 10.659 15.5897C10.5938 15.616 10.5236 15.6276 10.4534 15.6237H8.9332C8.89282 15.626 8.85241 15.6198 8.81461 15.6054C8.77681 15.591 8.74249 15.5688 8.71389 15.5402C8.68529 15.5116 8.66307 15.4773 8.64868 15.4395C8.63429 15.4017 8.62806 15.3613 8.63041 15.3209V13.8007C8.63041 13.6215 8.67789 13.5176 8.7818 13.4226L14.551 7.65346H5.25043C5.02378 7.65346 4.91987 7.42681 5.07126 7.27631L7.12899 5.20783C7.25172 5.0851 7.3843 5 7.59214 5H17.8745C18.6396 5 19.2532 5.61454 19.2532 6.37958V16.662C19.2442 16.8689 19.1681 16.9916 19.0454 17.1242Z" fill="#132939"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2" y="2" width="20" height="20" rx="4" fill="#132939" fill-opacity="0.125"/>
3
+ <path d="M8.18697 18.4554C8.18697 18.6256 8.05439 18.7573 7.88507 18.7573H5.79778C5.758 18.7578 5.71853 18.7503 5.68169 18.7353C5.64484 18.7203 5.61137 18.6981 5.58324 18.67C5.55511 18.6418 5.53289 18.6084 5.51789 18.5715C5.50289 18.5347 5.49541 18.4952 5.49589 18.4554V16.3681C5.49589 16.1988 5.62847 16.0671 5.79778 16.0671H7.88597C8.05618 16.0671 8.18787 16.1988 8.18787 16.369L8.18697 18.4554ZM19.0454 17.1242L16.9778 19.1828C16.8264 19.3333 16.5997 19.2303 16.5997 19.0037V9.70223L10.8306 15.4714C10.7828 15.523 10.7242 15.5634 10.659 15.5897C10.5938 15.616 10.5236 15.6276 10.4534 15.6237H8.9332C8.89282 15.626 8.85241 15.6198 8.81461 15.6054C8.77681 15.591 8.74249 15.5688 8.71389 15.5402C8.68529 15.5116 8.66307 15.4773 8.64868 15.4395C8.63429 15.4017 8.62806 15.3613 8.63041 15.3209V13.8007C8.63041 13.6215 8.67789 13.5176 8.7818 13.4226L14.551 7.65346H5.25043C5.02378 7.65346 4.91987 7.42681 5.07126 7.27631L7.12899 5.20783C7.25172 5.0851 7.3843 5 7.59214 5H17.8745C18.6396 5 19.2532 5.61454 19.2532 6.37958V16.662C19.2442 16.8689 19.1681 16.9916 19.0454 17.1242Z" fill="#132939" fill-opacity="0.375"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2" y="2" width="20" height="20" rx="4" fill="#7B8790"/>
3
+ <path d="M8.18697 18.4554C8.18697 18.6256 8.05439 18.7573 7.88507 18.7573H5.79778C5.758 18.7578 5.71853 18.7503 5.68169 18.7353C5.64484 18.7203 5.61137 18.6981 5.58324 18.67C5.55511 18.6418 5.53289 18.6084 5.51789 18.5715C5.50289 18.5347 5.49541 18.4952 5.49589 18.4554V16.3681C5.49589 16.1988 5.62847 16.0671 5.79778 16.0671H7.88597C8.05618 16.0671 8.18787 16.1988 8.18787 16.369L8.18697 18.4554ZM19.0454 17.1242L16.9778 19.1828C16.8264 19.3333 16.5997 19.2303 16.5997 19.0037V9.70223L10.8306 15.4714C10.7828 15.523 10.7242 15.5634 10.659 15.5897C10.5938 15.616 10.5236 15.6276 10.4534 15.6237H8.9332C8.89282 15.626 8.85241 15.6198 8.81461 15.6054C8.77681 15.591 8.74249 15.5688 8.71389 15.5402C8.68529 15.5116 8.66307 15.4773 8.64868 15.4395C8.63429 15.4017 8.62806 15.3613 8.63041 15.3209V13.8007C8.63041 13.6215 8.67789 13.5176 8.7818 13.4226L14.551 7.65346H5.25043C5.02378 7.65346 4.91987 7.42681 5.07126 7.27631L7.12899 5.20783C7.25172 5.0851 7.3843 5 7.59214 5H17.8745C18.6396 5 19.2532 5.61454 19.2532 6.37958V16.662C19.2442 16.8689 19.1681 16.9916 19.0454 17.1242Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2" y="2" width="20" height="20" rx="4" fill="white"/>
3
+ <path d="M8.18697 18.4554C8.18697 18.6256 8.05439 18.7573 7.88507 18.7573H5.79778C5.758 18.7578 5.71853 18.7503 5.68169 18.7353C5.64484 18.7203 5.61137 18.6981 5.58324 18.67C5.55511 18.6418 5.53289 18.6084 5.51789 18.5715C5.50289 18.5347 5.49541 18.4952 5.49589 18.4554V16.3681C5.49589 16.1988 5.62847 16.0671 5.79778 16.0671H7.88597C8.05618 16.0671 8.18787 16.1988 8.18787 16.369L8.18697 18.4554ZM19.0454 17.1242L16.9778 19.1828C16.8264 19.3333 16.5997 19.2303 16.5997 19.0037V9.70223L10.8306 15.4714C10.7828 15.523 10.7242 15.5634 10.659 15.5897C10.5938 15.616 10.5236 15.6276 10.4534 15.6237H8.9332C8.89282 15.626 8.85241 15.6198 8.81461 15.6054C8.77681 15.591 8.74249 15.5688 8.71389 15.5402C8.68529 15.5116 8.66307 15.4773 8.64868 15.4395C8.63429 15.4017 8.62806 15.3613 8.63041 15.3209V13.8007C8.63041 13.6215 8.67789 13.5176 8.7818 13.4226L14.551 7.65346H5.25043C5.02378 7.65346 4.91987 7.42681 5.07126 7.27631L7.12899 5.20783C7.25172 5.0851 7.3843 5 7.59214 5H17.8745C18.6396 5 19.2532 5.61454 19.2532 6.37958V16.662C19.2442 16.8689 19.1681 16.9916 19.0454 17.1242Z" fill="#132939" fill-opacity="0.875"/>
4
+ </svg>