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.
- 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 +2 -2
- 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/fesm2022/asksuite-citrus.mjs +48 -48
- package/fesm2022/asksuite-citrus.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/colors-dark.scss +2 -0
- package/styles/colors-light.scss +8 -4
- package/styles/old-theme.scss +6 -4
package/package.json
CHANGED
package/styles/colors-dark.scss
CHANGED
@@ -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};
|
package/styles/colors-light.scss
CHANGED
@@ -45,13 +45,15 @@ $blue-tag: #b2e5fd;
|
|
45
45
|
$brown-tag: #efc89c;
|
46
46
|
|
47
47
|
// communication channels
|
48
|
-
$whatsapp-green: #
|
49
|
-
$facebook-blue: #
|
50
|
-
$instagram-pink: #
|
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: #
|
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};
|
package/styles/old-theme.scss
CHANGED
@@ -42,13 +42,15 @@
|
|
42
42
|
$brown-tag: #efc89c;
|
43
43
|
|
44
44
|
// communication channels
|
45
|
-
$whatsapp-green: #
|
46
|
-
$facebook-blue: #
|
47
|
-
$instagram-pink: #
|
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: #
|
51
|
+
$booking-blue: #123c76;
|
52
|
+
$email-yellow: #775409;
|
53
|
+
$default-grey: #333d45;
|
52
54
|
|
53
55
|
// backgrounds
|
54
56
|
$primary-background: $white;
|