asksuite-citrus 3.15.7 → 3.15.8-beta.1

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 +2 -0
  29. package/styles/colors-light.scss +8 -4
  30. package/styles/old-theme.scss +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asksuite-citrus",
3
- "version": "3.15.7",
3
+ "version": "3.15.8-beta.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.7",
6
6
  "@angular/core": "^17.3.7",
@@ -40,6 +40,8 @@
40
40
  --telegram-blue: #{$telegram-blue};
41
41
  --telephone-yellow: #{$telephone-yellow};
42
42
  --booking-blue: #{$booking-blue};
43
+ --email-yellow: #{$email-yellow};
44
+ --default-grey: #{$default-grey};
43
45
  --primary-background: #{$primary-background};
44
46
  --secondary-background: #{$color-nda-0};
45
47
  --hover-background: #{$color-nd-100};
@@ -45,13 +45,15 @@ $blue-tag: #b2e5fd;
45
45
  $brown-tag: #efc89c;
46
46
 
47
47
  // communication channels
48
- $whatsapp-green: #68b35d;
49
- $facebook-blue: #0084ff;
50
- $instagram-pink: #d53e91;
48
+ $whatsapp-green: #c6f5df;
49
+ $facebook-blue: #ceddf3;
50
+ $instagram-pink: #f3cee4;
51
51
  $google-blue: #345dc8;
52
52
  $telegram-blue: #34aadf;
53
53
  $telephone-yellow: #fecb00;
54
- $booking-blue: #174B94;
54
+ $booking-blue: #ceddf3;
55
+ $email-yellow: #ffe5b2;
56
+ $default-grey: #d3d7da;
55
57
 
56
58
  // backgrounds
57
59
  $primary-background: $white;
@@ -648,6 +650,8 @@ $color-border-contrast: $color-nla-1200;
648
650
  --telegram-blue: #{$telegram-blue};
649
651
  --telephone-yellow: #{$telephone-yellow};
650
652
  --booking-blue: #{$booking-blue};
653
+ --email-yellow: #{$email-yellow};
654
+ --default-grey: #{$default-grey};
651
655
 
652
656
  // backgrounds
653
657
  --primary-background: #{$primary-background};
@@ -42,13 +42,15 @@
42
42
  $brown-tag: #efc89c;
43
43
 
44
44
  // communication channels
45
- $whatsapp-green: #68b35d;
46
- $facebook-blue: #0084ff;
47
- $instagram-pink: #d53e91;
45
+ $whatsapp-green: #12513e;
46
+ $facebook-blue: #123c76;
47
+ $instagram-pink: #62325a;
48
48
  $google-blue: #345dc8;
49
49
  $telegram-blue: #34aadf;
50
50
  $telephone-yellow: #fecb00;
51
- $booking-blue: #A3C2F0;
51
+ $booking-blue: #123c76;
52
+ $email-yellow: #775409;
53
+ $default-grey: #333d45;
52
54
 
53
55
  // backgrounds
54
56
  $primary-background: $white;