asksuite-citrus 3.14.0-beta.11 → 3.14.0-beta.12
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 +6 -3
- 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 +3 -3
- 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 +51 -48
- package/fesm2022/asksuite-citrus.mjs.map +1 -1
- package/lib/components/avatar/avatar.component.d.ts +2 -1
- package/package.json +1 -1
- package/styles/colors-dark.scss +3 -0
- package/styles/colors-light.scss +5 -1
- package/styles/theme-primitives.scss +1 -1
@@ -17,6 +17,7 @@ export declare class AvatarComponent {
|
|
17
17
|
statusTitle: string;
|
18
18
|
large?: boolean;
|
19
19
|
selected?: boolean;
|
20
|
+
notSelect: boolean;
|
20
21
|
hover?: boolean;
|
21
22
|
isRobot?: boolean;
|
22
23
|
isDisable?: boolean;
|
@@ -26,5 +27,5 @@ export declare class AvatarComponent {
|
|
26
27
|
protected _initials: string;
|
27
28
|
get image(): string;
|
28
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "ask-avatar", never, { "src": { "alias": "src"; "required": false; }; "status": { "alias": "status"; "required": false; }; "background": { "alias": "background"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; "avatarTitle": { "alias": "avatarTitle"; "required": false; }; "avatarTitlePosition": { "alias": "avatarTitlePosition"; "required": false; }; "statusTitle": { "alias": "statusTitle"; "required": false; }; "large": { "alias": "large"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "hover": { "alias": "hover"; "required": false; }; "isRobot": { "alias": "isRobot"; "required": false; }; "isDisable": { "alias": "isDisable"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, false, never>;
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "ask-avatar", never, { "src": { "alias": "src"; "required": false; }; "status": { "alias": "status"; "required": false; }; "background": { "alias": "background"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; "avatarTitle": { "alias": "avatarTitle"; "required": false; }; "avatarTitlePosition": { "alias": "avatarTitlePosition"; "required": false; }; "statusTitle": { "alias": "statusTitle"; "required": false; }; "large": { "alias": "large"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "notSelect": { "alias": "notSelect"; "required": false; }; "hover": { "alias": "hover"; "required": false; }; "isRobot": { "alias": "isRobot"; "required": false; }; "isDisable": { "alias": "isDisable"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, false, never>;
|
30
31
|
}
|
package/package.json
CHANGED
package/styles/colors-dark.scss
CHANGED
@@ -348,4 +348,7 @@
|
|
348
348
|
--color-background-accent-grey-bold-default: #{$color-background-accent-grey-bold-default};
|
349
349
|
--color-border-inverse-subtle: #{$color-border-inverse-subtle};
|
350
350
|
--color-background-accent-grey-subtler-hovered: #{$color-background-accent-grey-subtler-hovered};
|
351
|
+
--color-background-selected-ask: #{$color-o-900};
|
352
|
+
--color-border-subtle: #{$color-nda-1000};
|
353
|
+
--color-Y200: #{$color-Y200};
|
351
354
|
}
|
package/styles/colors-light.scss
CHANGED
@@ -261,6 +261,7 @@ $color-f-900: $color-v-900;
|
|
261
261
|
|
262
262
|
$color-light-neutral-NLA200: $color-nla-200;
|
263
263
|
$color-light-neutral-NLA300: #13293921;
|
264
|
+
$color-Y200: #FFE5B2;
|
264
265
|
// livechat - tokens
|
265
266
|
|
266
267
|
//TODO: REMOVE DUPLICATE SEMANTICS
|
@@ -712,10 +713,13 @@ $color-texticon-danger: $color-r-600;
|
|
712
713
|
--color-background-alpha-subtlest-hovered: #{$color-background-alpha-subtlest-hovered};
|
713
714
|
--color-icon-brand-asksuite-contrast: #{$color-icon-brand-asksuite-contrast};
|
714
715
|
--color-border-brand-asksuite-contrast: #{$color-border-brand-asksuite-contrast};
|
715
|
-
--color-background-bounding-box: #{color-background-bounding-box};
|
716
|
+
--color-background-bounding-box: #{$color-background-bounding-box};
|
717
|
+
--color-background-selected-ask: #{$color-o-200};
|
718
|
+
--color-border-subtle: #{$color-nla-1000};
|
716
719
|
|
717
720
|
--color-background-accent-grey-bold-default: #{$color-background-accent-grey-bold-default};
|
718
721
|
--color-border-inverse-subtle: #{$color-border-inverse-subtle};
|
719
722
|
--color-background-accent-grey-subtler-hovered: #{$color-background-accent-grey-subtler-hovered};
|
723
|
+
--color-Y200: #{$color-Y200};
|
720
724
|
}
|
721
725
|
|