asksuite-citrus 3.20.2 → 3.20.3
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/checkbox-v2/checkbox-v2.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 -50
- package/fesm2022/asksuite-citrus.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/colors-dark.scss +4 -1
- package/styles/colors-light.scss +9 -2
package/package.json
CHANGED
package/styles/colors-dark.scss
CHANGED
|
@@ -58,7 +58,9 @@
|
|
|
58
58
|
--color-texticon-subtlest: #{$color-nda-1000}; //TODO: is same as color-texticon-subtler
|
|
59
59
|
--color-texticon-inverse-default: #{$color-nd-0};
|
|
60
60
|
--color-texticon-inverse-disabled: #{$color-nla-700};
|
|
61
|
-
--color-texticon-inverse-contrast: #{$color-nla-
|
|
61
|
+
--color-texticon-inverse-contrast: #{$color-nla-1700};
|
|
62
|
+
--color-texticon-inverse-subtle: #{$color-nla-1300};
|
|
63
|
+
--color-texticon-inverse-subtlest: #{$color-nla-1000};
|
|
62
64
|
--color-texticon-disabled: #{$color-nda-700};
|
|
63
65
|
--color-texticon-danger: #{$color-r-500};
|
|
64
66
|
--color-texticon-warning: #{$color-y-500};
|
|
@@ -336,6 +338,7 @@
|
|
|
336
338
|
--color-elevation-surface-raised: #{$color-nd-200};
|
|
337
339
|
--color-elevation-surface-overlay: #{$color-nd-200};
|
|
338
340
|
--color-divider-default: #{$color-nd-400};
|
|
341
|
+
--color-divider-inverse: #{$color-nl-700};
|
|
339
342
|
|
|
340
343
|
--color-text-contrast: #{$color-nda-1500};
|
|
341
344
|
--color-text-subtlest: #{$color-nda-1000};
|
package/styles/colors-light.scss
CHANGED
|
@@ -514,6 +514,7 @@ $color-border-success: $color-g-700;
|
|
|
514
514
|
$color-border-warning: $color-y-700;
|
|
515
515
|
|
|
516
516
|
$color-divider-default: $color-nl-400;
|
|
517
|
+
$color-divider-inverse: $color-nd-700;
|
|
517
518
|
|
|
518
519
|
$color-elevation-surface-primary-default: $color-nl-100;
|
|
519
520
|
$color-elevation-surface-default-hovered: $color-nl-200;
|
|
@@ -557,7 +558,10 @@ $color-texticon-high-contrast-black-disabled: $color-nla-1000;
|
|
|
557
558
|
$color-texticon-high-contrast-white-default: $color-nl-0;
|
|
558
559
|
$color-texticon-high-contrast-white-disabled: $color-nda-1000;
|
|
559
560
|
$color-texticon-inverse-default: $color-nl-0;
|
|
560
|
-
$color-texticon-inverse-
|
|
561
|
+
$color-texticon-inverse-contrast: $color-nda-1700;
|
|
562
|
+
$color-texticon-inverse-subtle: $color-nda-1300;
|
|
563
|
+
$color-texticon-inverse-subtlest: $color-nda-1000;
|
|
564
|
+
$color-texticon-inverse-disabled: $color-nda-700;
|
|
561
565
|
$color-texticon-link-default: $color-b-500;
|
|
562
566
|
$color-texticon-link-visited: $color-p-500;
|
|
563
567
|
$color-texticon-subtle: $color-nla-1200;
|
|
@@ -786,6 +790,7 @@ $color-border-contrast: $color-nla-1200;
|
|
|
786
790
|
--color-text-inverse-contrast: #{$color-text-inverse-contrast};
|
|
787
791
|
--color-texticon-link-default: #{$color-texticon-link-default};
|
|
788
792
|
--color-divider-default: #{$color-divider-default};
|
|
793
|
+
--color-divider-inverse: #{$color-divider-inverse};
|
|
789
794
|
--color-skeleton: #{$color-skeleton};
|
|
790
795
|
--color-text-link-default: #{$color-text-link-default};
|
|
791
796
|
--color-texticon-danger: #{$color-texticon-danger};
|
|
@@ -843,7 +848,9 @@ $color-border-contrast: $color-nla-1200;
|
|
|
843
848
|
--color-background-brand-asksuite-subtlest-pressed: #{$color-background-brand-asksuite-subtlest-pressed};
|
|
844
849
|
--color-border-brand-asksuite-bold: #{$color-border-brand-asksuite-bold};
|
|
845
850
|
--color-texticon-inverse-disabled: #{$color-texticon-inverse-disabled};
|
|
846
|
-
--color-texticon-inverse-contrast: #{$color-
|
|
851
|
+
--color-texticon-inverse-contrast: #{$color-texticon-inverse-contrast};
|
|
852
|
+
--color-texticon-inverse-subtle: #{$color-texticon-inverse-subtle};
|
|
853
|
+
--color-texticon-inverse-subtlest: #{$color-texticon-inverse-subtlest};
|
|
847
854
|
--color-background-accent-disabled: #{$color-background-accent-disabled};
|
|
848
855
|
--color-border-white-disabled: #{$color-border-white-disabled};
|
|
849
856
|
--color-border-black-default: #{$color-border-black-default};
|