asksuite-citrus 3.17.5 → 3.17.7-beta.0
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 +4 -0
- package/styles/colors-light.scss +4 -0
package/package.json
CHANGED
package/styles/colors-dark.scss
CHANGED
@@ -361,4 +361,8 @@
|
|
361
361
|
--color-border-contrast: #{$color-nda-1200};
|
362
362
|
--color-background-accent-grey-subtler-default: #{$color-nd-400};
|
363
363
|
--color-message-area-scroll-gradient: #{$message-area-scroll-gradient};
|
364
|
+
--color-background-alpha-inverse-pressed: #{$color-nda-300};
|
365
|
+
--color-background-accent-magenta-contrast-default: #{$color-m-500};
|
366
|
+
--color-background-brand-asksuite-contrast-default: #{$color-a-500};
|
367
|
+
--color-background-sophia-contrast-default: linear-gradient(90deg, var(--color-background-accent-magenta-contrast-default) 0%, var(--color-background-brand-asksuite-contrast-default) 100%);
|
364
368
|
}
|
package/styles/colors-light.scss
CHANGED
@@ -781,4 +781,8 @@ $color-border-contrast: $color-nla-1200;
|
|
781
781
|
--color-background-accent-grey-bolder-default: #{$color-nl-1700};
|
782
782
|
--color-message-area-scroll-gradient: #{$message-area-scroll-gradient};
|
783
783
|
--color-background-accent-magenta-subtlest-default: #{$color-background-accent-magenta-subtlest-default};
|
784
|
+
--color-background-alpha-inverse-pressed: #{$color-nla-300};
|
785
|
+
--color-background-accent-magenta-contrast-default: #{$color-m-600};
|
786
|
+
--color-background-brand-asksuite-contrast-default: #{$color-a-600};
|
787
|
+
--color-background-sophia-contrast-default: linear-gradient(90deg, var(--color-background-accent-magenta-contrast-default) 0%, var(--color-background-brand-asksuite-contrast-default) 100%);
|
784
788
|
}
|