asksuite-citrus 3.14.0-beta.8 → 3.14.0-beta.9
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/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/table/table.component.mjs +2 -2
- package/esm2022/lib/components/toast/toast.component.mjs +2 -2
- package/fesm2022/asksuite-citrus.mjs +45 -42
- 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 +2 -0
- package/styles/colors-light.scss +3 -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,6 @@
|
|
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};
|
351
353
|
}
|
package/styles/colors-light.scss
CHANGED
@@ -712,7 +712,9 @@ $color-texticon-danger: $color-r-600;
|
|
712
712
|
--color-background-alpha-subtlest-hovered: #{$color-background-alpha-subtlest-hovered};
|
713
713
|
--color-icon-brand-asksuite-contrast: #{$color-icon-brand-asksuite-contrast};
|
714
714
|
--color-border-brand-asksuite-contrast: #{$color-border-brand-asksuite-contrast};
|
715
|
-
--color-background-bounding-box: #{color-background-bounding-box};
|
715
|
+
--color-background-bounding-box: #{$color-background-bounding-box};
|
716
|
+
--color-background-selected-ask: #{$color-o-200};
|
717
|
+
--color-border-subtle: #{$color-nla-1000};
|
716
718
|
|
717
719
|
--color-background-accent-grey-bold-default: #{$color-background-accent-grey-bold-default};
|
718
720
|
--color-border-inverse-subtle: #{$color-border-inverse-subtle};
|