asksuite-citrus 3.14.0-beta.12 → 3.14.0-beta.14

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 (30) hide show
  1. package/esm2022/lib/components/accordion/extendable-panel/extendable-panel.component.mjs +2 -2
  2. package/esm2022/lib/components/arrow-tag/arrow-tag.component.mjs +2 -2
  3. package/esm2022/lib/components/autocomplete/autocomplete.component.mjs +2 -2
  4. package/esm2022/lib/components/avatar/avatar.component.mjs +2 -2
  5. package/esm2022/lib/components/box/box.component.mjs +2 -2
  6. package/esm2022/lib/components/button/button.component.mjs +2 -2
  7. package/esm2022/lib/components/character-counter/character-counter.component.mjs +2 -2
  8. package/esm2022/lib/components/checkbox/checkbox.component.mjs +2 -2
  9. package/esm2022/lib/components/chips/chips.component.mjs +2 -2
  10. package/esm2022/lib/components/date-picker/date-picker-calendar/date-picker-calendar.component.mjs +2 -2
  11. package/esm2022/lib/components/date-picker/date-picker.component.mjs +2 -2
  12. package/esm2022/lib/components/dropdown-container/dropdown-container.component.mjs +2 -2
  13. package/esm2022/lib/components/input/input.component.mjs +2 -2
  14. package/esm2022/lib/components/modal/confirmation-modal/confirmation-modal.component.mjs +2 -2
  15. package/esm2022/lib/components/modal/modal.component.mjs +2 -2
  16. package/esm2022/lib/components/pagination/pagination.component.mjs +2 -2
  17. package/esm2022/lib/components/phone-ddi/phone-ddi.component.mjs +2 -2
  18. package/esm2022/lib/components/richtext-toolbox/richtext-toolbox.component.mjs +2 -2
  19. package/esm2022/lib/components/richtext-url-prompt/richtext-url-prompt.component.mjs +2 -2
  20. package/esm2022/lib/components/select/select.component.mjs +2 -2
  21. package/esm2022/lib/components/tab-group/tab/tab.component.mjs +2 -2
  22. package/esm2022/lib/components/tab-group/tab-group.component.mjs +2 -2
  23. package/esm2022/lib/components/table/table.component.mjs +2 -2
  24. package/esm2022/lib/components/toast/toast.component.mjs +2 -2
  25. package/fesm2022/asksuite-citrus.mjs +48 -48
  26. package/fesm2022/asksuite-citrus.mjs.map +1 -1
  27. package/package.json +1 -1
  28. package/styles/colors-dark.scss +1 -1
  29. package/styles/colors-light.scss +1 -0
  30. package/styles/list-item.scss +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asksuite-citrus",
3
- "version": "3.14.0-beta.12",
3
+ "version": "3.14.0-beta.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.7",
6
6
  "@angular/core": "^17.3.7",
@@ -320,7 +320,7 @@
320
320
  --color-background-inverse-hovered: #{$color-nda-200};
321
321
  --color-background-inverse-pressed: #{$color-nda-300};
322
322
  --color-elevation-surface-sunken: #{$color-nd-100};
323
- --color-elevation-surface-default: #{$color-nd-100};
323
+ --color-elevation-surface-default: #{$color-nd-0};
324
324
  --color-elevation-surface-hovered: #{$color-nd-200};
325
325
  --color-elevation-surface-selected-ask: #{$color-a-1000};
326
326
  --color-elevation-surface-selected-flow: #{$color-f-1000};
@@ -651,6 +651,7 @@ $color-texticon-danger: $color-r-600;
651
651
  --font-color-300: #{$grey-300};
652
652
 
653
653
  // new livechat
654
+ --color-background-inverse-hovered: #{$color-background-inverse-hovered};
654
655
  --color-elevation-surface-default: #{$color-nl-0};
655
656
  --color-light-neutral-NLA200: #{$color-light-neutral-NLA200};
656
657
  --color-light-neutral-NLA300: #{$color-light-neutral-NLA300};
@@ -3,6 +3,6 @@
3
3
 
4
4
  &:hover {
5
5
  cursor: pointer;
6
- background-color: var(--grey-50);
6
+ background-color: var(--color-background-inverse-hovered);
7
7
  }
8
8
  }