asksuite-citrus 3.16.24-beta.0 → 3.16.24-beta.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/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-light.scss +2 -0
package/package.json
CHANGED
package/styles/colors-light.scss
CHANGED
@@ -449,6 +449,7 @@ $color-background-alpha-subtler-pressed: $color-nla-700;
|
|
449
449
|
$color-background-alpha-subtlest-default: $color-nla-200;
|
450
450
|
$color-background-alpha-subtlest-hovered: $color-nla-400;
|
451
451
|
$color-background-alpha-subtlest-pressed: $color-nla-500;
|
452
|
+
$color-background-alpha-inverter-default: $color-nl-0;
|
452
453
|
$color-background-bounding-box: $color-nla-0;
|
453
454
|
$color-background-danger-contrast-default: $color-r-600;
|
454
455
|
$color-background-danger-contrast-hovered: $color-r-700;
|
@@ -743,6 +744,7 @@ $color-border-contrast: $color-nla-1200;
|
|
743
744
|
--color-border-matted-alpha-primary: #{$color-nl-0};
|
744
745
|
--color-elevation-surface-primary-default: #{$color-elevation-surface-primary-default};
|
745
746
|
--color-background-alpha-subtlest-hovered: #{$color-background-alpha-subtlest-hovered};
|
747
|
+
--color-background-alpha-inverter-default: #{$color-background-alpha-inverter-default};
|
746
748
|
--color-icon-brand-asksuite-contrast: #{$color-icon-brand-asksuite-contrast};
|
747
749
|
--color-border-brand-asksuite-contrast: #{$color-border-brand-asksuite-contrast};
|
748
750
|
--color-background-bounding-box: #{$color-background-bounding-box};
|