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.
- package/assets/icons/proprietary/dark-expedia-contrast.svg +4 -0
- package/assets/icons/proprietary/dark-expedia-default.svg +4 -0
- package/assets/icons/proprietary/dark-expedia-disabled.svg +4 -0
- package/assets/icons/proprietary/dark-expedia-grey.svg +4 -0
- package/assets/icons/proprietary/dark-expedia-inverse.svg +4 -0
- package/assets/icons/proprietary/light-expedia-contrast.svg +4 -0
- package/assets/icons/proprietary/light-expedia-default.svg +4 -0
- package/assets/icons/proprietary/light-expedia-disabled.svg +4 -0
- package/assets/icons/proprietary/light-expedia-grey.svg +4 -0
- package/assets/icons/proprietary/light-expedia-inverse.svg +4 -0
- package/esm2022/lib/components/accordion/extendable-panel/extendable-panel.component.mjs +2 -2
- package/esm2022/lib/components/arrow-tag/arrow-tag.component.mjs +2 -2
- package/esm2022/lib/components/autocomplete/autocomplete.component.mjs +2 -2
- package/esm2022/lib/components/avatar/avatar.component.mjs +2 -2
- package/esm2022/lib/components/box/box.component.mjs +2 -2
- package/esm2022/lib/components/button/button.component.mjs +2 -2
- package/esm2022/lib/components/character-counter/character-counter.component.mjs +2 -2
- package/esm2022/lib/components/checkbox/checkbox.component.mjs +2 -2
- package/esm2022/lib/components/chips/chips.component.mjs +2 -2
- package/esm2022/lib/components/date-picker/date-picker-calendar/date-picker-calendar.component.mjs +2 -2
- package/esm2022/lib/components/date-picker/date-picker.component.mjs +3 -3
- package/esm2022/lib/components/dropdown-container/dropdown-container.component.mjs +2 -2
- package/esm2022/lib/components/input/input.component.mjs +2 -2
- package/esm2022/lib/components/modal/confirmation-modal/confirmation-modal.component.mjs +2 -2
- package/esm2022/lib/components/modal/modal.component.mjs +2 -2
- package/esm2022/lib/components/pagination/pagination.component.mjs +2 -2
- package/esm2022/lib/components/phone-ddi/phone-ddi.component.mjs +2 -2
- package/esm2022/lib/components/richtext-toolbox/richtext-toolbox.component.mjs +2 -2
- package/esm2022/lib/components/richtext-url-prompt/richtext-url-prompt.component.mjs +2 -2
- package/esm2022/lib/components/select/select.component.mjs +2 -2
- package/esm2022/lib/components/tab-group/tab/tab.component.mjs +2 -2
- package/esm2022/lib/components/tab-group/tab-group.component.mjs +2 -2
- package/esm2022/lib/components/table/table.component.mjs +2 -2
- package/esm2022/lib/components/toast/toast.component.mjs +2 -2
- package/esm2022/lib/constants/icons.mjs +2 -1
- package/fesm2022/asksuite-citrus.mjs +49 -48
- package/fesm2022/asksuite-citrus.mjs.map +1 -1
- package/lib/constants/icons.d.ts +1 -1
- package/package.json +1 -1
- package/styles/colors-dark.scss +1 -0
- package/styles/colors-light.scss +6 -0
package/lib/constants/icons.d.ts
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
export declare const names: readonly ["chatweb", "email", "facebook", "instagram", "phone", "whatsapp"];
|
1
|
+
export declare const names: readonly ["chatweb", "email", "facebook", "instagram", "phone", "whatsapp", "expedia"];
|
2
2
|
export declare const themes: readonly ["dark", "light"];
|
3
3
|
export declare const variations: readonly ["contrast", "default", "disabled", "grey", "inverse"];
|
package/package.json
CHANGED
package/styles/colors-dark.scss
CHANGED
@@ -58,6 +58,7 @@
|
|
58
58
|
--color-texticon-subtlest: #{$color-nda-1000}; //TODO: is same as color-texticon-subtler
|
59
59
|
--color-texticon-inverse-default: #{$color-nd-0};
|
60
60
|
--color-texticon-inverse-disabled: #{$color-nla-700};
|
61
|
+
--color-texticon-inverse-contrast: #{$color-nla-1500};
|
61
62
|
--color-texticon-disabled: #{$color-nda-700};
|
62
63
|
--color-texticon-danger: #{$color-r-500};
|
63
64
|
--color-texticon-warning: #{$color-y-500};
|
package/styles/colors-light.scss
CHANGED
@@ -449,6 +449,7 @@ $color-background-alpha-subtler-pressed: $color-nla-700;
|
|
449
449
|
$color-background-alpha-subtlest-default: $color-nla-200;
|
450
450
|
$color-background-alpha-subtlest-hovered: $color-nla-400;
|
451
451
|
$color-background-alpha-subtlest-pressed: $color-nla-500;
|
452
|
+
$color-background-alpha-inverter-default: $color-nl-0;
|
452
453
|
$color-background-bounding-box: $color-nla-0;
|
453
454
|
$color-background-danger-contrast-default: $color-r-600;
|
454
455
|
$color-background-danger-contrast-hovered: $color-r-700;
|
@@ -735,11 +736,15 @@ $color-border-contrast: $color-nla-1200;
|
|
735
736
|
--color-background-accent-grey-subtlest-hovered: #{$color-background-accent-grey-subtlest-hovered};
|
736
737
|
--color-background-accent-grey-inverse-hovered: #{$color-background-accent-grey-inverse-hovered};
|
737
738
|
--color-background-accent-grey-inverse-pressed: #{$color-background-accent-grey-inverse-pressed};
|
739
|
+
--color-background-accent-orange-subtle-default:#{$color-background-accent-orange-subtle-default};
|
740
|
+
--color-background-accent-orange-subtle-hovered:#{$color-background-accent-orange-subtle-hovered};
|
741
|
+
--color-background-accent-orange-subtle-pressed:#{$color-background-accent-orange-subtle-pressed};
|
738
742
|
--color-background-brand-asksuite-subtler-default: #{$color-background-brand-asksuite-subtler-default};
|
739
743
|
--color-background-warning-contrast-default: #{$color-background-warning-contrast-default};
|
740
744
|
--color-border-matted-alpha-primary: #{$color-nl-0};
|
741
745
|
--color-elevation-surface-primary-default: #{$color-elevation-surface-primary-default};
|
742
746
|
--color-background-alpha-subtlest-hovered: #{$color-background-alpha-subtlest-hovered};
|
747
|
+
--color-background-alpha-inverter-default: #{$color-background-alpha-inverter-default};
|
743
748
|
--color-icon-brand-asksuite-contrast: #{$color-icon-brand-asksuite-contrast};
|
744
749
|
--color-border-brand-asksuite-contrast: #{$color-border-brand-asksuite-contrast};
|
745
750
|
--color-background-bounding-box: #{$color-background-bounding-box};
|
@@ -760,6 +765,7 @@ $color-border-contrast: $color-nla-1200;
|
|
760
765
|
--color-background-brand-asksuite-subtlest-pressed: #{$color-background-brand-asksuite-subtlest-pressed};
|
761
766
|
--color-border-brand-asksuite-bold: #{$color-border-brand-asksuite-bold};
|
762
767
|
--color-texticon-inverse-disabled: #{$color-texticon-inverse-disabled};
|
768
|
+
--color-texticon-inverse-contrast: #{$color-nl-0};
|
763
769
|
--color-background-accent-disabled: #{$color-background-accent-disabled};
|
764
770
|
--color-border-white-disabled: #{$color-border-white-disabled};
|
765
771
|
--color-border-black-default: #{$color-border-black-default};
|