asksuite-citrus 3.16.7 → 3.16.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/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 +5 -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 +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 +50 -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 +4 -4
- package/styles/colors-light.scss +6 -1
@@ -17,6 +17,7 @@ export declare class AvatarComponent {
|
|
17
17
|
statusTitle: string;
|
18
18
|
large?: boolean;
|
19
19
|
small?: boolean;
|
20
|
+
medium?: boolean;
|
20
21
|
selected?: boolean;
|
21
22
|
notSelect: boolean;
|
22
23
|
hover?: boolean;
|
@@ -28,5 +29,5 @@ export declare class AvatarComponent {
|
|
28
29
|
protected _initials: string;
|
29
30
|
get image(): string;
|
30
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
31
|
-
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; }; "small": { "alias": "small"; "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>;
|
32
|
+
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; }; "small": { "alias": "small"; "required": false; }; "medium": { "alias": "medium"; "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>;
|
32
33
|
}
|
package/package.json
CHANGED
package/styles/colors-dark.scss
CHANGED
@@ -324,12 +324,12 @@
|
|
324
324
|
--color-background-inverse-pressed: #{$color-nda-300};
|
325
325
|
--color-elevation-surface-sunken: #{$color-nd-100};
|
326
326
|
--color-elevation-surface-default: #{$color-nd-0};
|
327
|
-
--color-elevation-surface-hovered: #{$color-nd-
|
327
|
+
--color-elevation-surface-hovered: #{$color-nd-300};
|
328
328
|
--color-elevation-surface-selected-ask: #{$color-a-1000};
|
329
329
|
--color-elevation-surface-selected-flow: #{$color-f-1000};
|
330
|
-
--color-elevation-surface-pressed: #{$color-nd-
|
331
|
-
--color-elevation-surface-raised: #{$color-nd-
|
332
|
-
--color-elevation-surface-overlay: #{$color-nd-
|
330
|
+
--color-elevation-surface-pressed: #{$color-nd-400};
|
331
|
+
--color-elevation-surface-raised: #{$color-nd-200};
|
332
|
+
--color-elevation-surface-overlay: #{$color-nd-200};
|
333
333
|
--color-divider-default: #{$color-nd-400};
|
334
334
|
|
335
335
|
|
package/styles/colors-light.scss
CHANGED
@@ -251,8 +251,8 @@ $color-a-600: #ff5724;
|
|
251
251
|
$color-a-700: $color-o-700;
|
252
252
|
$color-a-800: #9e3d22;
|
253
253
|
$color-a-900: $color-o-900;
|
254
|
-
$color-f-100: $color-v-100;
|
255
254
|
$color-f-1000: $color-v-1000;
|
255
|
+
$color-f-100: #e7e0e8;
|
256
256
|
$color-f-200: $color-v-200;
|
257
257
|
$color-f-300: $color-v-300;
|
258
258
|
$color-f-400: $color-v-400;
|
@@ -275,11 +275,13 @@ $color-texticon-disabled: $color-nla-700;
|
|
275
275
|
$color-texticon-link-default: $color-b-500;
|
276
276
|
|
277
277
|
$color-elevation-surface-selected-ask: $color-a-100;
|
278
|
+
$color-elevation-surface-selected-flow: $color-f-100;
|
278
279
|
$color-elevation-surface-sunken-default: $color-nl-0;
|
279
280
|
$color-elevation-surface-sunken-hovered: $color-nl-100;
|
280
281
|
$color-elevation-surface-selected: $color-a-100;
|
281
282
|
$color-elevation-shadow-raised: #13293933;
|
282
283
|
|
284
|
+
|
283
285
|
$color-border-default: $color-nla-300;
|
284
286
|
$color-border-brand-asksuite-subtle: $color-a-300;
|
285
287
|
|
@@ -742,6 +744,9 @@ $color-border-contrast: $color-nla-1200;
|
|
742
744
|
--color-background-bounding-box: #{$color-background-bounding-box};
|
743
745
|
--color-background-selected-ask: #{$color-o-200};
|
744
746
|
--color-border-subtle: #{$color-nla-1000};
|
747
|
+
--color-elevation-surface-hovered: #{$color-nl-200};
|
748
|
+
--color-elevation-surface-pressed: #{$color-nl-300};
|
749
|
+
|
745
750
|
|
746
751
|
--color-background-accent-grey-bold-default: #{$color-background-accent-grey-bold-default};
|
747
752
|
--color-border-inverse-subtle: #{$color-border-inverse-subtle};
|