asksuite-citrus 3.12.0 → 3.12.2
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 +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/table/table.component.mjs +2 -2
- package/esm2022/lib/components/toast/toast.component.mjs +2 -2
- package/fesm2022/asksuite-citrus.mjs +42 -42
- package/fesm2022/asksuite-citrus.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/colors.scss +4 -2
package/package.json
CHANGED
package/styles/colors.scss
CHANGED
@@ -265,7 +265,6 @@ $color-light-neutral-NLA200: $color-nla-200;
|
|
265
265
|
$color-light-neutral-NLA300: #13293921;
|
266
266
|
// livechat - tokens
|
267
267
|
|
268
|
-
|
269
268
|
//TODO: REMOVE DUPLICATE SEMANTICS
|
270
269
|
$color-texticon-brand-asksuite-contrast: $color-a-600;
|
271
270
|
$color-texticon-inverse-default: $color-nl-0;
|
@@ -293,7 +292,7 @@ $color-text-subtlest: $color-nla-1000;
|
|
293
292
|
$color-text-disabled: #13293961;
|
294
293
|
$color-text-inverse-contrast: $color-nl-0;
|
295
294
|
|
296
|
-
|
295
|
+
$color-icon-brand-asksuite-contrast: $color-a-600;
|
297
296
|
$color-background-accent-blue-bold-default: $color-b-800;
|
298
297
|
$color-background-accent-blue-bold-hovered: $color-b-900;
|
299
298
|
$color-background-accent-blue-bold-pressed: $color-b-1000;
|
@@ -705,4 +704,7 @@ $color-texticon-danger: $color-r-600;
|
|
705
704
|
--color-background-brand-asksuite-subtler-default: #{$color-background-brand-asksuite-subtler-default};
|
706
705
|
--color-border-matted-alpha-primary: #{$color-nl-0};
|
707
706
|
--color-elevation-surface-primary-default: #{$color-elevation-surface-primary-default};
|
707
|
+
--color-background-alpha-subtlest-hovered: #{$color-background-alpha-subtlest-hovered};
|
708
|
+
--color-icon-brand-asksuite-contrast: #{$color-icon-brand-asksuite-contrast};
|
709
|
+
--color-border-brand-asksuite-contrast: #{$color-border-brand-asksuite-contrast};
|
708
710
|
}
|