asksuite-citrus 3.14.0-beta.14 → 3.14.0-beta.15
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 +1 -0
- package/styles/colors-light.scss +2 -0
- package/styles/theme-primitives.scss +1 -1
package/package.json
CHANGED
package/styles/colors-dark.scss
CHANGED
package/styles/colors-light.scss
CHANGED
@@ -289,6 +289,7 @@ $color-background-disabled: $color-nla-200;
|
|
289
289
|
$color-text-contrast: $color-nla-1500;
|
290
290
|
$color-text-subtlest: $color-nla-1000;
|
291
291
|
$color-text-disabled: #13293961;
|
292
|
+
$color-background-selected-ask-default: #FAD0C4;
|
292
293
|
$color-text-inverse-contrast: $color-nl-0;
|
293
294
|
|
294
295
|
$color-icon-brand-asksuite-contrast: $color-a-600;
|
@@ -722,5 +723,6 @@ $color-texticon-danger: $color-r-600;
|
|
722
723
|
--color-border-inverse-subtle: #{$color-border-inverse-subtle};
|
723
724
|
--color-background-accent-grey-subtler-hovered: #{$color-background-accent-grey-subtler-hovered};
|
724
725
|
--color-Y200: #{$color-Y200};
|
726
|
+
--color-background-selected-ask-default: #{$color-background-selected-ask-default};
|
725
727
|
}
|
726
728
|
|
@@ -198,7 +198,7 @@ $color-Y200: #FFE5B2;
|
|
198
198
|
|
199
199
|
|
200
200
|
//outros
|
201
|
-
|
201
|
+
$color-background-selected-ask-default: $color-o-200;
|
202
202
|
$color-light-neutral-nla200: $color-nda-200;
|
203
203
|
$color-light-neutral-nla300: $color-nda-0;
|
204
204
|
$color-elevation-surface-sunken-default: $color-nd-0;
|