asksuite-citrus 3.16.6-beta.0 → 3.16.7
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/assets/icons/proprietary/dark-booking-contrast.svg +5 -0
- package/assets/icons/proprietary/dark-booking-default.svg +5 -0
- package/assets/icons/proprietary/dark-booking-disabled.svg +5 -0
- package/assets/icons/proprietary/dark-booking-grey.svg +5 -0
- package/assets/icons/proprietary/dark-booking-inverse.svg +5 -0
- package/assets/icons/proprietary/light-booking-contrast.svg +5 -0
- package/assets/icons/proprietary/light-booking-default.svg +5 -0
- package/assets/icons/proprietary/light-booking-disabled.svg +5 -0
- package/assets/icons/proprietary/light-booking-grey.svg +5 -0
- package/assets/icons/proprietary/light-booking-inverse.svg +5 -0
- 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 +2 -2
- package/styles/colors-dark.scss +4 -4
- package/styles/colors-light.scss +3 -7
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "asksuite-citrus",
|
3
|
-
"version": "3.16.
|
3
|
+
"version": "3.16.7",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": "^17.3.7",
|
6
6
|
"@angular/core": "^17.3.7",
|
7
|
-
"@angular/material": "^
|
7
|
+
"@angular/material": "^17.3.10",
|
8
8
|
"@ngx-translate/core": "^15.0.0",
|
9
9
|
"@ngx-translate/http-loader": "^8.0.0",
|
10
10
|
"libphonenumber-js": "^1.10.61",
|
package/styles/colors-dark.scss
CHANGED
@@ -324,12 +324,12 @@
|
|
324
324
|
--color-background-inverse-pressed: #{$color-nda-300};
|
325
325
|
--color-elevation-surface-sunken: #{$color-nd-100};
|
326
326
|
--color-elevation-surface-default: #{$color-nd-0};
|
327
|
-
--color-elevation-surface-hovered: #{$color-nd-
|
327
|
+
--color-elevation-surface-hovered: #{$color-nd-200};
|
328
328
|
--color-elevation-surface-selected-ask: #{$color-a-1000};
|
329
329
|
--color-elevation-surface-selected-flow: #{$color-f-1000};
|
330
|
-
--color-elevation-surface-pressed: #{$color-nd-
|
331
|
-
--color-elevation-surface-raised: #{$color-nd-
|
332
|
-
--color-elevation-surface-overlay: #{$color-nd-
|
330
|
+
--color-elevation-surface-pressed: #{$color-nd-300};
|
331
|
+
--color-elevation-surface-raised: #{$color-nd-0};
|
332
|
+
--color-elevation-surface-overlay: #{$color-nd-0};
|
333
333
|
--color-divider-default: #{$color-nd-400};
|
334
334
|
|
335
335
|
|
package/styles/colors-light.scss
CHANGED
@@ -251,8 +251,8 @@ $color-a-600: #ff5724;
|
|
251
251
|
$color-a-700: $color-o-700;
|
252
252
|
$color-a-800: #9e3d22;
|
253
253
|
$color-a-900: $color-o-900;
|
254
|
+
$color-f-100: $color-v-100;
|
254
255
|
$color-f-1000: $color-v-1000;
|
255
|
-
$color-f-100: #e7e0e8;
|
256
256
|
$color-f-200: $color-v-200;
|
257
257
|
$color-f-300: $color-v-300;
|
258
258
|
$color-f-400: $color-v-400;
|
@@ -275,13 +275,11 @@ $color-texticon-disabled: $color-nla-700;
|
|
275
275
|
$color-texticon-link-default: $color-b-500;
|
276
276
|
|
277
277
|
$color-elevation-surface-selected-ask: $color-a-100;
|
278
|
-
$color-elevation-surface-selected-flow: $color-f-100;
|
279
278
|
$color-elevation-surface-sunken-default: $color-nl-0;
|
280
279
|
$color-elevation-surface-sunken-hovered: $color-nl-100;
|
281
280
|
$color-elevation-surface-selected: $color-a-100;
|
282
281
|
$color-elevation-shadow-raised: #13293933;
|
283
282
|
|
284
|
-
|
285
283
|
$color-border-default: $color-nla-300;
|
286
284
|
$color-border-brand-asksuite-subtle: $color-a-300;
|
287
285
|
|
@@ -744,9 +742,6 @@ $color-border-contrast: $color-nla-1200;
|
|
744
742
|
--color-background-bounding-box: #{$color-background-bounding-box};
|
745
743
|
--color-background-selected-ask: #{$color-o-200};
|
746
744
|
--color-border-subtle: #{$color-nla-1000};
|
747
|
-
--color-elevation-surface-hovered: #{$color-nl-200};
|
748
|
-
--color-elevation-surface-pressed: #{$color-nl-300};
|
749
|
-
|
750
745
|
|
751
746
|
--color-background-accent-grey-bold-default: #{$color-background-accent-grey-bold-default};
|
752
747
|
--color-border-inverse-subtle: #{$color-border-inverse-subtle};
|
@@ -765,6 +760,7 @@ $color-border-contrast: $color-nla-1200;
|
|
765
760
|
--color-border-contrast: #{$color-border-contrast};
|
766
761
|
--color-border-inverse-contrast: #{$color-border-inverse-contrast};
|
767
762
|
--color-texticon-success: #{$color-texticon-success};
|
768
|
-
|
763
|
+
--color-texticon-subtler: #{$color-nla-1000};
|
764
|
+
--color-background-accent-red-contrast-default: #{$color-background-accent-red-contrast-default};
|
769
765
|
}
|
770
766
|
|