asksuite-citrus 3.13.0-beta.2 → 3.14.0-beta.1
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/asksuite-citrus.module.mjs +5 -25
- 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/esm2022/lib/services/theme/theme.service.mjs +19 -0
- package/esm2022/public-api.mjs +2 -5
- package/fesm2022/asksuite-citrus.mjs +64 -163
- package/fesm2022/asksuite-citrus.mjs.map +1 -1
- package/lib/asksuite-citrus.module.d.ts +22 -26
- package/lib/services/theme/theme.service.d.ts +7 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -4
- package/styles/ask-mixins.scss +3 -3
- package/styles/badge.scss +1 -1
- package/styles/button.scss +24 -24
- package/styles/colors-dark.scss +351 -0
- package/styles/{colors.scss → colors-light.scss} +48 -43
- package/styles/list-item.scss +1 -1
- package/styles/material.scss +21 -21
- package/styles/old-theme.scss +61 -0
- package/styles/styles.scss +1 -1
- package/styles/theme-colors.scss +13 -0
- package/styles/theme-primitives.scss +208 -0
- package/styles/tokens.scss +2 -1
- package/styles/tooltip.scss +2 -2
- package/esm2022/lib/components/arrow-tag/arrow-tag.component.mjs +0 -28
- package/esm2022/lib/components/tab-group/tab/tab.component.mjs +0 -19
- package/esm2022/lib/components/tab-group/tab-group.component.mjs +0 -37
- package/esm2022/lib/components/tag/tag.component.mjs +0 -25
- package/lib/components/arrow-tag/arrow-tag.component.d.ts +0 -8
- package/lib/components/tab-group/tab/tab.component.d.ts +0 -9
- package/lib/components/tab-group/tab-group.component.d.ts +0 -12
- package/lib/components/tag/tag.component.d.ts +0 -9
@@ -30,36 +30,32 @@ import * as i27 from "./components/character-counter/character-counter.component
|
|
30
30
|
import * as i28 from "./components/accordion/accordion.component";
|
31
31
|
import * as i29 from "./components/accordion/extendable-panel/extendable-panel.component";
|
32
32
|
import * as i30 from "./components/table/table.component";
|
33
|
-
import * as i31 from "./components/
|
34
|
-
import * as i32 from "./
|
35
|
-
import * as i33 from "./
|
36
|
-
import * as i34 from "./
|
37
|
-
import * as i35 from "./components/richtext-
|
38
|
-
import * as i36 from "./
|
39
|
-
import * as i37 from "./
|
40
|
-
import * as i38 from "./
|
41
|
-
import * as i39 from "./components/
|
42
|
-
import * as i40 from "./
|
43
|
-
import * as i41 from "./directives/
|
44
|
-
import * as i42 from "./directives/
|
45
|
-
import * as i43 from "
|
46
|
-
import * as i44 from "
|
47
|
-
import * as i45 from "
|
48
|
-
import * as i46 from "
|
49
|
-
import * as i47 from "
|
50
|
-
import * as i48 from "@angular/
|
51
|
-
import * as i49 from "
|
52
|
-
import * as i50 from "@
|
53
|
-
import * as i51 from "
|
54
|
-
import * as i52 from "@angular/material/tooltip";
|
55
|
-
import * as i53 from "ngx-mask";
|
56
|
-
import * as i54 from "@angular/material/progress-bar";
|
57
|
-
import * as i55 from "./components/icon/icon.component";
|
33
|
+
import * as i31 from "./components/pagination/pagination.component";
|
34
|
+
import * as i32 from "./pipes/paginate/paginate.pipe";
|
35
|
+
import * as i33 from "./directives/richtext-toolbox/richtext-toolbox.directive";
|
36
|
+
import * as i34 from "./components/richtext-url-prompt/richtext-url-prompt.component";
|
37
|
+
import * as i35 from "./components/richtext-toolbox/richtext-toolbox.component";
|
38
|
+
import * as i36 from "./directives/button/ask-text-button.directive";
|
39
|
+
import * as i37 from "./pipes/force-break-line/force-break-line.pipe";
|
40
|
+
import * as i38 from "./components/modal/confirmation-modal/confirmation-modal.component";
|
41
|
+
import * as i39 from "./components/loading-bar/loading-bar.component";
|
42
|
+
import * as i40 from "./directives/button/ask-stroked-button.directive";
|
43
|
+
import * as i41 from "./directives/input/input.directive";
|
44
|
+
import * as i42 from "./directives/list-item/list-item.directive";
|
45
|
+
import * as i43 from "@angular/common";
|
46
|
+
import * as i44 from "@angular/forms";
|
47
|
+
import * as i45 from "@angular/cdk/overlay";
|
48
|
+
import * as i46 from "@ngx-translate/core";
|
49
|
+
import * as i47 from "ngx-skeleton-loader";
|
50
|
+
import * as i48 from "@angular/material/tooltip";
|
51
|
+
import * as i49 from "ngx-mask";
|
52
|
+
import * as i50 from "@angular/material/progress-bar";
|
53
|
+
import * as i51 from "./components/icon/icon.component";
|
58
54
|
export declare class AsksuiteCitrusModule {
|
59
55
|
static forRoot(params?: {
|
60
56
|
flagUrl?: string;
|
61
57
|
}): ModuleWithProviders<AsksuiteCitrusModule>;
|
62
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<AsksuiteCitrusModule, never>;
|
63
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AsksuiteCitrusModule, [typeof i1.ButtonComponent, typeof i2.InputComponent, typeof i3.SelectComponent, typeof i4.BoxComponent, typeof i5.AvatarComponent, typeof i6.DropdownContainerComponent, typeof i7.AskDropdownDirective, typeof i8.AutocompleteComponent, typeof i9.PhoneDdiComponent, typeof i10.ChipsComponent, typeof i11.CheckboxComponent, typeof i12.DatePickerComponent, typeof i13.DatePickerCalendarComponent, typeof i14.SkeletonComponent, typeof i15.SpinnerComponent, typeof i16.SpinnerDirective, typeof i17.BadgeDirective, typeof i18.AutofocusDirective, typeof i19.ScrollDirective, typeof i20.AskTooltipDirective, typeof i21.ToastComponent, typeof i22.AskButtonDirective, typeof i23.ModalComponent, typeof i24.ModalBodyDirective, typeof i25.ModalHeaderDirective, typeof i26.ModalFooterDirective, typeof i27.CharacterCounterComponent, typeof i28.AccordionComponent, typeof i29.ExtendablePanelComponent, typeof i30.TableComponent, typeof i31.
|
59
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AsksuiteCitrusModule, [typeof i1.ButtonComponent, typeof i2.InputComponent, typeof i3.SelectComponent, typeof i4.BoxComponent, typeof i5.AvatarComponent, typeof i6.DropdownContainerComponent, typeof i7.AskDropdownDirective, typeof i8.AutocompleteComponent, typeof i9.PhoneDdiComponent, typeof i10.ChipsComponent, typeof i11.CheckboxComponent, typeof i12.DatePickerComponent, typeof i13.DatePickerCalendarComponent, typeof i14.SkeletonComponent, typeof i15.SpinnerComponent, typeof i16.SpinnerDirective, typeof i17.BadgeDirective, typeof i18.AutofocusDirective, typeof i19.ScrollDirective, typeof i20.AskTooltipDirective, typeof i21.ToastComponent, typeof i22.AskButtonDirective, typeof i23.ModalComponent, typeof i24.ModalBodyDirective, typeof i25.ModalHeaderDirective, typeof i26.ModalFooterDirective, typeof i27.CharacterCounterComponent, typeof i28.AccordionComponent, typeof i29.ExtendablePanelComponent, typeof i30.TableComponent, typeof i31.PaginationComponent, typeof i32.PaginatePipe, typeof i33.RichtextToolboxDirective, typeof i34.RichtextUrlPromptComponent, typeof i35.RichtextToolboxComponent, typeof i36.AskTextButtonDirective, typeof i37.ForceBreakLinePipe, typeof i38.ConfirmationModalComponent, typeof i39.LoadingBarComponent, typeof i40.AskStrokedButtonDirective, typeof i41.InputDirective, typeof i42.ListItemDirective], [typeof i43.CommonModule, typeof i44.FormsModule, typeof i44.ReactiveFormsModule, typeof i45.CdkOverlayOrigin, typeof i45.CdkConnectedOverlay, typeof i45.OverlayModule, typeof i46.TranslateModule, typeof i47.NgxSkeletonLoaderModule, typeof i48.MatTooltipModule, typeof i49.NgxMaskDirective, typeof i49.NgxMaskPipe, typeof i50.MatProgressBarModule, typeof i51.IconComponent], [typeof i1.ButtonComponent, typeof i2.InputComponent, typeof i3.SelectComponent, typeof i4.BoxComponent, typeof i5.AvatarComponent, typeof i6.DropdownContainerComponent, typeof i7.AskDropdownDirective, typeof i8.AutocompleteComponent, typeof i9.PhoneDdiComponent, typeof i10.ChipsComponent, typeof i11.CheckboxComponent, typeof i12.DatePickerComponent, typeof i13.DatePickerCalendarComponent, typeof i14.SkeletonComponent, typeof i16.SpinnerDirective, typeof i17.BadgeDirective, typeof i18.AutofocusDirective, typeof i19.ScrollDirective, typeof i20.AskTooltipDirective, typeof i22.AskButtonDirective, typeof i36.AskTextButtonDirective, typeof i24.ModalBodyDirective, typeof i25.ModalHeaderDirective, typeof i26.ModalFooterDirective, typeof i27.CharacterCounterComponent, typeof i28.AccordionComponent, typeof i29.ExtendablePanelComponent, typeof i30.TableComponent, typeof i31.PaginationComponent, typeof i32.PaginatePipe, typeof i33.RichtextToolboxDirective, typeof i37.ForceBreakLinePipe, typeof i39.LoadingBarComponent, typeof i40.AskStrokedButtonDirective, typeof i41.InputDirective, typeof i42.ListItemDirective, typeof i51.IconComponent]>;
|
64
60
|
static ɵinj: i0.ɵɵInjectorDeclaration<AsksuiteCitrusModule>;
|
65
61
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
@@ -19,15 +19,12 @@ export * from './lib/components/table/table.component';
|
|
19
19
|
export * from './lib/components/pagination/pagination.component';
|
20
20
|
export * from './lib/components/loading-bar/loading-bar.component';
|
21
21
|
export * from './lib/components/icon/icon.component';
|
22
|
-
export * from './lib/components/tag/tag.component';
|
23
|
-
export * from './lib/components/arrow-tag/arrow-tag.component';
|
24
|
-
export * from './lib/components/tab-group/tab-group.component';
|
25
|
-
export * from './lib/components/tab-group/tab/tab.component';
|
26
22
|
export * from './lib/directives';
|
27
23
|
export * from './lib/components/modal/directives';
|
28
24
|
export * from './lib/services/toast/toast.service';
|
29
25
|
export * from './lib/services/modal';
|
30
26
|
export * from './lib/services/dynamic-dropdown/dynamic-dropdown.service';
|
27
|
+
export * from './lib/services/theme/theme.service';
|
31
28
|
export * from './lib/pipes/paginate/paginate.pipe';
|
32
29
|
export * from './lib/pipes/force-break-line/force-break-line.pipe';
|
33
30
|
export * from './lib/services/toast/toast.config';
|
package/styles/ask-mixins.scss
CHANGED
@@ -21,19 +21,19 @@
|
|
21
21
|
display: flex;
|
22
22
|
align-items: center;
|
23
23
|
border-radius: $radii-xs;
|
24
|
-
border: 1px solid
|
24
|
+
border: 1px solid var(--grey-200);
|
25
25
|
padding: 16px;
|
26
26
|
outline: none;
|
27
27
|
gap: 8px;
|
28
28
|
line-height: 14px;
|
29
|
-
color:
|
29
|
+
color: var(--grey-700);
|
30
30
|
height: 58px;
|
31
31
|
font-size: $font-sm;
|
32
32
|
font-weight: $font-weight-regular;
|
33
33
|
transition: border 0.2s;
|
34
34
|
|
35
35
|
&:focus {
|
36
|
-
border-color:
|
36
|
+
border-color: var(--asksuite-orange);
|
37
37
|
}
|
38
38
|
|
39
39
|
.material-icons {
|
package/styles/badge.scss
CHANGED
package/styles/button.scss
CHANGED
@@ -46,14 +46,14 @@
|
|
46
46
|
|
47
47
|
.ask-button {
|
48
48
|
@include baseButton;
|
49
|
-
background: white;
|
49
|
+
background: var(--white);
|
50
50
|
|
51
51
|
&:not(.-primary, .-secondary, .-danger) {
|
52
52
|
box-shadow: 0 1px 2px 0 rgba(42, 48, 66, 0.16);
|
53
53
|
}
|
54
54
|
|
55
55
|
&:not(.-primary):hover:not(:disabled) {
|
56
|
-
box-shadow: 0 0 6px
|
56
|
+
box-shadow: 0 0 6px var(--shadow);
|
57
57
|
}
|
58
58
|
&:hover:not(:disabled) {
|
59
59
|
box-shadow: 0 0 6px rgba(255, 87, 36, 0.4);
|
@@ -64,32 +64,32 @@
|
|
64
64
|
}
|
65
65
|
|
66
66
|
&.-secondary:active:not(:disabled) {
|
67
|
-
background-color: rgba(
|
67
|
+
background-color: rgba(var(--white),.8);
|
68
68
|
}
|
69
69
|
|
70
70
|
&.-danger:active:not(:disabled) {
|
71
|
-
background-color: rgba(
|
71
|
+
background-color: rgba(var(--error-red),.8);
|
72
72
|
}
|
73
73
|
|
74
74
|
&.-secondary {
|
75
75
|
&:not(:disabled):hover{
|
76
|
-
background-color:
|
76
|
+
background-color: var(--color-background-accent-grey-subtlest-hovered);
|
77
77
|
}
|
78
78
|
}
|
79
79
|
|
80
80
|
&.-danger {
|
81
|
-
background:
|
82
|
-
color: white;
|
81
|
+
background: var(--error-red);
|
82
|
+
color: var(--white);
|
83
83
|
}
|
84
84
|
|
85
85
|
&.-primary {
|
86
|
-
background:
|
87
|
-
color: white;
|
86
|
+
background: var(--asksuite-orange);
|
87
|
+
color: var(--white);
|
88
88
|
}
|
89
89
|
|
90
90
|
&:disabled {
|
91
91
|
cursor: not-allowed;
|
92
|
-
background-color:
|
92
|
+
background-color: var(--grey-300);
|
93
93
|
}
|
94
94
|
}
|
95
95
|
|
@@ -100,7 +100,7 @@
|
|
100
100
|
|
101
101
|
&:hover {
|
102
102
|
text-decoration: none;
|
103
|
-
background:
|
103
|
+
background: var(--grey-50);
|
104
104
|
}
|
105
105
|
|
106
106
|
&.-primary {
|
@@ -108,20 +108,20 @@
|
|
108
108
|
}
|
109
109
|
|
110
110
|
&.-secondary {
|
111
|
-
color:
|
111
|
+
color: var(--grey-500);
|
112
112
|
}
|
113
113
|
|
114
114
|
&.-danger {
|
115
|
-
color:
|
115
|
+
color: var(--error-red);
|
116
116
|
}
|
117
117
|
|
118
118
|
&.-danger:active:not(:disabled) {
|
119
|
-
background-color: rgba(
|
119
|
+
background-color: rgba(var(--error-red), .1);
|
120
120
|
}
|
121
121
|
|
122
122
|
&:disabled {
|
123
123
|
cursor: not-allowed;
|
124
|
-
color:
|
124
|
+
color: var(--grey-300);
|
125
125
|
}
|
126
126
|
}
|
127
127
|
|
@@ -136,30 +136,30 @@
|
|
136
136
|
}
|
137
137
|
|
138
138
|
&.-secondary {
|
139
|
-
border-color:
|
140
|
-
color:
|
139
|
+
border-color: var(--grey-500);
|
140
|
+
color: var(--grey-500);
|
141
141
|
}
|
142
142
|
|
143
143
|
&.-danger {
|
144
|
-
color:
|
145
|
-
border-color:
|
144
|
+
color: var(--error-red);
|
145
|
+
border-color: var(--error-red);
|
146
146
|
}
|
147
147
|
|
148
148
|
&.-primary:active:not(:disabled) {
|
149
|
-
background-color: rgba(
|
149
|
+
background-color: rgba(var(--asksuite-orange), .1);
|
150
150
|
}
|
151
151
|
|
152
152
|
&.-danger:active:not(:disabled) {
|
153
|
-
background-color: rgba(
|
153
|
+
background-color: rgba(var(--error-red), .1);
|
154
154
|
}
|
155
155
|
|
156
156
|
&.-secondary:active:not(:disabled) {
|
157
|
-
background-color: rgba(
|
157
|
+
background-color: rgba(var(--grey-300), .8);
|
158
158
|
}
|
159
159
|
|
160
160
|
&:disabled {
|
161
161
|
cursor: not-allowed;
|
162
|
-
border-color:
|
163
|
-
color:
|
162
|
+
border-color: var(--grey-300);
|
163
|
+
color: var(--grey-300);
|
164
164
|
}
|
165
165
|
}
|
@@ -0,0 +1,351 @@
|
|
1
|
+
@use 'theme-primitives' as *;
|
2
|
+
@use 'old-theme' as *;
|
3
|
+
/*
|
4
|
+
* IMPORTANT: All colors defined here must be also defined in colors-list.component.ts for proper documentation
|
5
|
+
*/
|
6
|
+
|
7
|
+
@mixin theme {
|
8
|
+
--asksuite-orange: #{$asksuite-orange};
|
9
|
+
--white: #{$color-nd-0};
|
10
|
+
--grey-50: #{$color-nd-100};
|
11
|
+
--grey-100: #{$color-nda-300};
|
12
|
+
--grey-150: #{$grey-150};//TODO: MISSING
|
13
|
+
--grey-200: #{$color-nda-400};
|
14
|
+
--grey-300: #{$color-nda-700};
|
15
|
+
--grey-400: #{$color-nda-1000};
|
16
|
+
--grey-500: #{$color-nda-1200};
|
17
|
+
--grey-600: #{$color-nda-1300};
|
18
|
+
--grey-700: #{$color-nda-1400};
|
19
|
+
--grey-800: #{$color-nda-1600};
|
20
|
+
--grey-900: #{$color-nda-1700};
|
21
|
+
--yellow-50: #{$yellow-50};
|
22
|
+
--yellow-200: #{$yellow-200};
|
23
|
+
--success-green: #{$success-green};
|
24
|
+
--warning-yellow: #{$warning-yellow};
|
25
|
+
--error-red: #{$error-red};
|
26
|
+
--shadow: #{$shadow};
|
27
|
+
--lightblue-tag: #{$lightblue-tag};
|
28
|
+
--lavender-tag: #{$lavender-tag};
|
29
|
+
--green-tag: #{$green-tag};
|
30
|
+
--pink-tag: #{$pink-tag};
|
31
|
+
--orange-tag: #{$orange-tag};
|
32
|
+
--purple-tag: #{$purple-tag};
|
33
|
+
--yellow-tag: #{$yellow-tag};
|
34
|
+
--blue-tag: #{$blue-tag};
|
35
|
+
--brown-tag: #{$brown-tag};
|
36
|
+
--whatsapp-green: #{$whatsapp-green};
|
37
|
+
--facebook-blue: #{$facebook-blue};
|
38
|
+
--instagram-pink: #{$instagram-pink};
|
39
|
+
--google-blue: #{$google-blue};
|
40
|
+
--telegram-blue: #{$telegram-blue};
|
41
|
+
--telephone-yellow: #{$telephone-yellow};
|
42
|
+
--primary-background: #{$primary-background};
|
43
|
+
--secondary-background: #{$color-nda-0};
|
44
|
+
--hover-background: #{$color-nd-100};
|
45
|
+
--divider-background: #{$divider-background};
|
46
|
+
--font-color-100: #{$font-color-100};
|
47
|
+
--font-color-200: #{$font-color-200};
|
48
|
+
--font-color-300: #{$font-color-300};
|
49
|
+
--color-elevation-surface-sunken-default: #{$color-elevation-surface-sunken-default};
|
50
|
+
--color-light-neutral-NLA200: #{$color-light-neutral-nla200};
|
51
|
+
--color-light-neutral-NLA300: #{$color-light-neutral-nla300};
|
52
|
+
--color-texticon-contrast: #{$color-nda-1500};
|
53
|
+
--color-texticon-subtle: #{$color-nda-1200};
|
54
|
+
--color-texticon-subtler: #{$color-nda-1000};
|
55
|
+
--color-texticon-subtlest: #{$color-nda-1000}; //TODO: is same as color-texticon-subtler
|
56
|
+
--color-texticon-inverse-default: #{$color-nd-0};
|
57
|
+
--color-texticon-inverse-disabled: #{$color-nla-700};
|
58
|
+
--color-texticon-disabled: #{$color-nda-700};
|
59
|
+
--color-texticon-danger: #{$color-r-500};
|
60
|
+
--color-texticon-warning: #{$color-y-500};
|
61
|
+
--color-texticon-success: #{$color-g-500};
|
62
|
+
--color-texticon-info: #{$color-b-500};
|
63
|
+
--color-texticon-link-default: #{$color-b-500};
|
64
|
+
--color-texticon-link-visited: #{$color-p-500};
|
65
|
+
--color-texticon-accent-red-contrast: #{$color-r-500};
|
66
|
+
--color-texticon-accent-red-bold: #{$color-r-300};
|
67
|
+
--color-texticon-accent-orange-contrast: #{$color-o-500};
|
68
|
+
--color-texticon-accent-orange-bold: #{$color-o-300};
|
69
|
+
--color-texticon-accent-yellow-contrast: #{$color-y-500};
|
70
|
+
--color-texticon-accent-yellow-bold: #{$color-y-300};
|
71
|
+
--color-texticon-accent-lime-contrast: #{$color-l-500};
|
72
|
+
--color-texticon-accent-lime-bold: #{$color-l-300};
|
73
|
+
--color-texticon-accent-green-contrast: #{$color-g-500};
|
74
|
+
--color-texticon-accent-green-bold: #{$color-g-300};
|
75
|
+
--color-texticon-accent-teal-contrast: #{$color-t-500};
|
76
|
+
--color-texticon-accent-teal-bold: #{$color-t-300};
|
77
|
+
--color-texticon-accent-blue-contrast: #{$color-b-500};
|
78
|
+
--color-texticon-accent-blue-bold: #{$color-b-300};
|
79
|
+
--color-texticon-accent-purple-contrast: #{$color-p-500};
|
80
|
+
--color-texticon-accent-purple-bold: #{$color-p-300};
|
81
|
+
--color-texticon-accent-magenta-contrast: #{$color-m-500};
|
82
|
+
--color-texticon-accent-magenta-bold: #{$color-m-300};
|
83
|
+
--color-texticon-accent-grey-contrast: #{$color-nd-1000};
|
84
|
+
--color-texticon-accent-grey-bold: #{$color-nd-1300};
|
85
|
+
--color-texticon-accent-violet-contrast: #{$color-v-500};
|
86
|
+
--color-texticon-accent-violet-bold: #{$color-v-300};
|
87
|
+
--color-texticon-brand-asksuite-contrast: #{$color-a-500};
|
88
|
+
--color-texticon-brand-asksuite-subtler: #{$color-a-1000};
|
89
|
+
--color-texticon-brand-asksuite-bold: #{$color-a-400};
|
90
|
+
--color-texticon-brand-asksuite-subtle: #{$color-a-800};
|
91
|
+
--color-texticon-brand-asksuite-bolder: #{$color-a-200};
|
92
|
+
--color-texticon-brand-flow-subtler: #{$color-f-900};
|
93
|
+
--color-texticon-brand-flow-subtle: #{$color-f-700};
|
94
|
+
--color-texticon-brand-flow-contrast: #{$color-f-500};
|
95
|
+
--color-texticon-brand-flow-bold: #{$color-f-300};
|
96
|
+
--color-texticon-brand-flow-bolder: #{$color-f-100};
|
97
|
+
--color-texticon-white-default: #{$color-nl-0};
|
98
|
+
--color-texticon-white-disabled: #{$color-nda-700};
|
99
|
+
--color-texticon-black-default: #{$color-nla-1500};
|
100
|
+
--color-texticon-black-disabled: #{$color-nla-700};
|
101
|
+
--color-border-default: #{$color-nda-400};
|
102
|
+
--color-border-danger: #{$color-r-500};
|
103
|
+
--color-border-warning: #{$color-y-500};
|
104
|
+
--color-border-success: #{$color-g-500};
|
105
|
+
--color-border-info: #{$color-b-500};
|
106
|
+
--color-border-link-default: #{$color-b-600};
|
107
|
+
--color-border-link-visited: #{$color-p-600};
|
108
|
+
--color-border-accent-red: #{$color-r-500};
|
109
|
+
--color-border-accent-orange: #{$color-o-500};
|
110
|
+
--color-border-accent-yellow: #{$color-y-500};
|
111
|
+
--color-border-accent-lime: #{$color-l-500};
|
112
|
+
--color-border-accent-green: #{$color-g-500};
|
113
|
+
--color-border-accent-teal: #{$color-t-500};
|
114
|
+
--color-border-accent-blue: #{$color-b-500};
|
115
|
+
--color-border-accent-purple: #{$color-p-500};
|
116
|
+
--color-border-accent-magenta: #{$color-m-500};
|
117
|
+
--color-border-accent-grey: #{$color-nd-1000};
|
118
|
+
--color-border-accent-violet: #{$color-v-500};
|
119
|
+
--color-border-brand-asksuite-subtler: #{$color-a-1000};
|
120
|
+
--color-border-brand-asksuite-subtle: #{$color-a-800};
|
121
|
+
--color-border-brand-asksuite-contrast: #{$color-a-500};
|
122
|
+
--color-border-brand-asksuite-bold: #{$color-a-400};
|
123
|
+
--color-border-brand-asksuite-bolder: #{$color-a-200};
|
124
|
+
--color-border-brand-flow-subtler: #{$color-f-100};
|
125
|
+
--color-border-brand-flow-subtle: #{$color-f-300};
|
126
|
+
--color-border-brand-flow-contrast: #{$color-f-500};
|
127
|
+
--color-border-brand-flow-bold: #{$color-f-700};
|
128
|
+
--color-border-brand-flow-bolder: #{$color-f-900};
|
129
|
+
--color-border-inverse-contrast: #{$color-nl-0};
|
130
|
+
--color-border-inverse-disabled: #{$color-nda-300};
|
131
|
+
--color-border-inverse-subtle: #{$color-nl-400};
|
132
|
+
--color-border-white-default: #{$color-nl-0};
|
133
|
+
--color-border-white-disabled: #{$color-nda-1000};
|
134
|
+
--color-border-black-default: #{$color-nd-200};
|
135
|
+
--color-border-black-disabled: #{$color-nla-1000};
|
136
|
+
--color-background-accent-red-contrast-default: #{$color-r-500};
|
137
|
+
--color-background-accent-red-contrast-hovered: #{$color-r-400};
|
138
|
+
--color-background-accent-red-contrast-pressed: #{$color-r-300};
|
139
|
+
--color-background-accent-red-subtlest-default: #{$color-r-900};
|
140
|
+
--color-background-accent-red-subtlest-hovered: #{$color-r-800};
|
141
|
+
--color-background-accent-red-subtlest-pressed: #{$color-r-700};
|
142
|
+
--color-background-accent-red-subtle-default: #{$color-r-700};
|
143
|
+
--color-background-accent-red-subtle-hovered: #{$color-r-600};
|
144
|
+
--color-background-accent-red-subtle-pressed: #{$color-r-500};
|
145
|
+
--color-background-accent-red-bold-default: #{$color-r-300};
|
146
|
+
--color-background-accent-red-bold-hovered: #{$color-r-200};
|
147
|
+
--color-background-accent-red-bold-pressed: #{$color-r-100};
|
148
|
+
--color-background-accent-grey-contrast-default: #{$color-nd-1000};
|
149
|
+
--color-background-accent-grey-contrast-hovered: #{$color-nd-1200};
|
150
|
+
--color-background-accent-grey-contrast-pressed: #{$color-nd-1300};
|
151
|
+
--color-background-accent-grey-bolder-default: #{$color-nd-1700};
|
152
|
+
--color-background-accent-grey-bolder-hovered: #{$color-nd-1500};
|
153
|
+
--color-background-accent-grey-bolder-pressed: #{$color-nd-1400};
|
154
|
+
--color-background-accent-grey-inverse-default: #{$color-nd-0};
|
155
|
+
--color-background-accent-grey-inverse-hovered: #{$color-nd-200};
|
156
|
+
--color-background-accent-grey-inverse-pressed: #{$color-nd-300};
|
157
|
+
--color-background-accent-grey-subtlest-default: #{$color-nd-100};
|
158
|
+
--color-background-accent-grey-subtlest-hovered: #{$color-nd-300};
|
159
|
+
--color-background-accent-grey-subtlest-pressed: #{$color-nd-400};
|
160
|
+
--color-background-accent-magenta-contrast-default: #{$color-m-500};
|
161
|
+
--color-background-accent-magenta-contrast-hovered: #{$color-m-400};
|
162
|
+
--color-background-accent-magenta-contrast-pressed: #{$color-m-300};
|
163
|
+
--color-background-accent-magenta-subtlest-default: #{$color-m-900};
|
164
|
+
--color-background-accent-magenta-subtlest-hovered: #{$color-m-800};
|
165
|
+
--color-background-accent-magenta-subtlest-pressed: #{$color-m-700};
|
166
|
+
--color-background-accent-magenta-subtle-default: #{$color-m-700};
|
167
|
+
--color-background-accent-magenta-subtle-hovered: #{$color-m-600};
|
168
|
+
--color-background-accent-magenta-subtle-pressed: #{$color-m-500};
|
169
|
+
--color-background-accent-magenta-bold-default: #{$color-m-300};
|
170
|
+
--color-background-accent-magenta-bold-hovered: #{$color-m-200};
|
171
|
+
--color-background-accent-magenta-bold-pressed: #{$color-m-100};
|
172
|
+
--color-background-accent-purple-contrast-default: #{$color-p-500};
|
173
|
+
--color-background-accent-purple-contrast-hovered: #{$color-p-400};
|
174
|
+
--color-background-accent-purple-contrast-pressed: #{$color-p-300};
|
175
|
+
--color-background-accent-purple-subtlest-default: #{$color-p-900};
|
176
|
+
--color-background-accent-purple-subtlest-hovered: #{$color-p-800};
|
177
|
+
--color-background-accent-purple-subtlest-pressed: #{$color-p-700};
|
178
|
+
--color-background-accent-purple-subtle-default: #{$color-p-700};
|
179
|
+
--color-background-accent-purple-subtle-hovered: #{$color-p-600};
|
180
|
+
--color-background-accent-purple-subtle-pressed: #{$color-p-500};
|
181
|
+
--color-background-accent-purple-bold-default: #{$color-p-300};
|
182
|
+
--color-background-accent-purple-bold-hovered: #{$color-p-200};
|
183
|
+
--color-background-accent-purple-bold-pressed: #{$color-p-100};
|
184
|
+
--color-background-accent-blue-contrast-default: #{$color-b-500};
|
185
|
+
--color-background-accent-blue-contrast-hovered: #{$color-b-400};
|
186
|
+
--color-background-accent-blue-contrast-pressed: #{$color-b-300};
|
187
|
+
--color-background-accent-blue-subtlest-default: #{$color-b-900};
|
188
|
+
--color-background-accent-blue-subtlest-hovered: #{$color-b-800};
|
189
|
+
--color-background-accent-blue-subtlest-pressed: #{$color-b-700};
|
190
|
+
--color-background-accent-blue-subtle-default: #{$color-b-700};
|
191
|
+
--color-background-accent-blue-subtle-hovered: #{$color-b-600};
|
192
|
+
--color-background-accent-blue-subtle-pressed: #{$color-b-500};
|
193
|
+
--color-background-accent-blue-bold-default: #{$color-b-300};
|
194
|
+
--color-background-accent-blue-bold-hovered: #{$color-b-200};
|
195
|
+
--color-background-accent-blue-bold-pressed: #{$color-b-100};
|
196
|
+
--color-background-accent-teal-contrast-default: #{$color-t-500};
|
197
|
+
--color-background-accent-teal-contrast-hovered: #{$color-t-400};
|
198
|
+
--color-background-accent-teal-contrast-pressed: #{$color-t-300};
|
199
|
+
--color-background-accent-teal-subtlest-default: #{$color-t-900};
|
200
|
+
--color-background-accent-teal-subtlest-hovered: #{$color-t-800};
|
201
|
+
--color-background-accent-teal-subtlest-pressed: #{$color-t-700};
|
202
|
+
--color-background-accent-teal-subtler-default: #{$color-t-700};
|
203
|
+
--color-background-accent-teal-subtler-hovered: #{$color-t-600};
|
204
|
+
--color-background-accent-teal-subtler-pressed: #{$color-t-500};
|
205
|
+
--color-background-accent-teal-bold-default: #{$color-t-300};
|
206
|
+
--color-background-accent-teal-bold-hovered: #{$color-t-200};
|
207
|
+
--color-background-accent-teal-bold-pressed: #{$color-t-100};
|
208
|
+
--color-background-accent-green-contrast-default: #{$color-g-500};
|
209
|
+
--color-background-accent-green-contrast-hovered: #{$color-g-400};
|
210
|
+
--color-background-accent-green-contrast-pressed: #{$color-g-300};
|
211
|
+
--color-background-accent-green-subtlest-default: #{$color-g-900};
|
212
|
+
--color-background-accent-green-subtlest-hovered: #{$color-g-800};
|
213
|
+
--color-background-accent-green-subtlest-pressed: #{$color-g-700};
|
214
|
+
--color-background-accent-green-subtle-default: #{$color-g-700};
|
215
|
+
--color-background-accent-green-subtle-hovered: #{$color-g-600};
|
216
|
+
--color-background-accent-green-subtle-pressed: #{$color-g-500};
|
217
|
+
--color-background-accent-green-bold-default: #{$color-g-300};
|
218
|
+
--color-background-accent-green-bold-hovered: #{$color-g-200};
|
219
|
+
--color-background-accent-green-bold-pressed: #{$color-g-100};
|
220
|
+
--color-background-accent-lime-contrast-default: #{$color-l-500};
|
221
|
+
--color-background-accent-lime-contrast-hovered: #{$color-l-400};
|
222
|
+
--color-background-accent-lime-contrast-pressed: #{$color-l-300};
|
223
|
+
--color-background-accent-lime-subtlest-default: #{$color-l-900};
|
224
|
+
--color-background-accent-lime-subtlest-hovered: #{$color-l-800};
|
225
|
+
--color-background-accent-lime-subtlest-pressed: #{$color-l-700};
|
226
|
+
--color-background-accent-lime-subtle-default: #{$color-l-700};
|
227
|
+
--color-background-accent-lime-subtle-hovered: #{$color-l-600};
|
228
|
+
--color-background-accent-lime-subtle-pressed: #{$color-l-500};
|
229
|
+
--color-background-accent-lime-bold-default: #{$color-l-300};
|
230
|
+
--color-background-accent-lime-bold-hovered: #{$color-l-200};
|
231
|
+
--color-background-accent-lime-bold-pressed: #{$color-l-100};
|
232
|
+
--color-background-accent-yellow-contrast-default: #{$color-y-500};
|
233
|
+
--color-background-accent-yellow-contrast-hovered: #{$color-y-400};
|
234
|
+
--color-background-accent-yellow-contrast-pressed: #{$color-y-300};
|
235
|
+
--color-background-accent-yellow-subtlest-default: #{$color-y-900};
|
236
|
+
--color-background-accent-yellow-subtlest-hovered: #{$color-y-800};
|
237
|
+
--color-background-accent-yellow-subtlest-pressed: #{$color-y-700};
|
238
|
+
--color-background-accent-yellow-subtle-default: #{$color-y-700};
|
239
|
+
--color-background-accent-yellow-subtle-hovered: #{$color-y-600};
|
240
|
+
--color-background-accent-yellow-subtle-pressed: #{$color-y-500};
|
241
|
+
--color-background-accent-yellow-bold-default: #{$color-y-300};
|
242
|
+
--color-background-accent-yellow-bold-hovered: #{$color-y-200};
|
243
|
+
--color-background-accent-yellow-bold-pressed: #{$color-y-100};
|
244
|
+
--color-background-accent-orange-contrast-default: #{$color-o-500};
|
245
|
+
--color-background-accent-orange-contrast-hovered: #{$color-o-400};
|
246
|
+
--color-background-accent-orange-contrast-pressed: #{$color-o-300};
|
247
|
+
--color-background-accent-orange-subtlest-default: #{$color-o-900};
|
248
|
+
--color-background-accent-orange-subtlest-hovered: #{$color-o-800};
|
249
|
+
--color-background-accent-orange-subtlest-pressed: #{$color-o-700};
|
250
|
+
--color-background-accent-orange-bold-default: #{$color-o-300};
|
251
|
+
--color-background-accent-orange-bold-hovered: #{$color-o-200};
|
252
|
+
--color-background-accent-orange-bold-pressed: #{$color-o-100};
|
253
|
+
--color-background-accent-orange-subtle-default: #{$color-o-700};
|
254
|
+
--color-background-accent-orange-subtle-hovered: #{$color-o-600};
|
255
|
+
--color-background-accent-orange-subtle-pressed: #{$color-o-500};
|
256
|
+
--color-background-accent-violet-contrast-default: #{$color-v-500};
|
257
|
+
--color-background-accent-violet-contrast-hovered: #{$color-v-400};
|
258
|
+
--color-background-accent-violet-contrast-pressed: #{$color-v-300};
|
259
|
+
--color-background-accent-violet-subtlest-default: #{$color-v-900};
|
260
|
+
--color-background-accent-violet-subtlest-hovered: #{$color-v-800};
|
261
|
+
--color-background-accent-violet-subtlest-pressed: #{$color-v-700};
|
262
|
+
--color-background-accent-violet-subtle-default: #{$color-v-700};
|
263
|
+
--color-background-accent-violet-subtle-hovered: #{$color-v-600};
|
264
|
+
--color-background-accent-violet-subtle-pressed: #{$color-v-500};
|
265
|
+
--color-background-accent-violet-bold-default: #{$color-v-300};
|
266
|
+
--color-background-accent-violet-bold-hovered: #{$color-v-200};
|
267
|
+
--color-background-accent-violet-bold-pressed: #{$color-v-100};
|
268
|
+
--color-background-accent-disabled: #{$color-nd-400};
|
269
|
+
--color-background-info-contrast-default: #{$color-b-500};
|
270
|
+
--color-background-info-contrast-hovered: #{$color-b-400};
|
271
|
+
--color-background-info-contrast-pressed: #{$color-b-300};
|
272
|
+
--color-background-success-contrast-default: #{$color-g-500};
|
273
|
+
--color-background-success-contrast-hovered: #{$color-g-400};
|
274
|
+
--color-background-success-contrast-pressed: #{$color-g-300};
|
275
|
+
--color-background-danger-contrast-default: #{$color-r-500};
|
276
|
+
--color-background-danger-contrast-hovered: #{$color-r-400};
|
277
|
+
--color-background-danger-contrast-pressed: #{$color-r-300};
|
278
|
+
--color-background-warning-contrast-default: #{$color-y-500};
|
279
|
+
--color-background-warning-contrast-hovered: #{$color-y-400};
|
280
|
+
--color-background-warning-contrast-pressed: #{$color-y-300};
|
281
|
+
--color-background-brand-asksuite-contrast-default: #{$color-a-500};
|
282
|
+
--color-background-brand-asksuite-contrast-hovered: #{$color-a-400};
|
283
|
+
--color-background-brand-asksuite-contrast-pressed: #{$color-a-300};
|
284
|
+
--color-background-brand-asksuite-subtler-default: #{$color-a-900};
|
285
|
+
--color-background-brand-asksuite-subtler-hovered: #{$color-a-800};
|
286
|
+
--color-background-brand-asksuite-subtler-pressed: #{$color-a-700};
|
287
|
+
--color-background-brand-asksuite-subtlest-default: #{$color-a-1000};
|
288
|
+
--color-background-brand-asksuite-subtlest-hovered: #{$color-a-900};
|
289
|
+
--color-background-brand-asksuite-subtlest-pressed: #{$color-a-800};
|
290
|
+
--color-background-brand-asksuite-bold-default: #{$color-a-400};
|
291
|
+
--color-background-brand-asksuite-bold-hovered: #{$color-a-300};
|
292
|
+
--color-background-brand-asksuite-bold-pressed: #{$color-a-200};
|
293
|
+
--color-background-brand-flow-subtlest-default: #{$color-f-1000};
|
294
|
+
--color-background-brand-flow-subtlest-hovered: #{$color-f-900};
|
295
|
+
--color-background-brand-flow-subtlest-pressed: #{$color-f-800};
|
296
|
+
--color-background-brand-flow-subtler-default: #{$color-f-900};
|
297
|
+
--color-background-brand-flow-subtler-hovered: #{$color-f-800};
|
298
|
+
--color-background-brand-flow-subtler-pressed: #{$color-f-700};
|
299
|
+
--color-background-brand-flow-contrast-default: #{$color-f-500};
|
300
|
+
--color-background-brand-flow-contrast-hovered: #{$color-f-400};
|
301
|
+
--color-background-brand-flow-contrast-pressed: #{$color-f-300};
|
302
|
+
--color-background-brand-flow-bold-default: #{$color-f-400};
|
303
|
+
--color-background-brand-flow-bold-hovered: #{$color-f-300};
|
304
|
+
--color-background-brand-flow-bold-pressed: #{$color-f-200};
|
305
|
+
--color-background-disabled: #{$color-nda-200};
|
306
|
+
--color-background-skeleton: #{$color-nda-200};
|
307
|
+
--color-background-bounding-box: #{$color-nda-0};
|
308
|
+
--color-background-selected-ask: #{$color-a-900};
|
309
|
+
--color-background-selected-flow: #{$color-f-900};
|
310
|
+
--color-background-alpha-subtlest-default: #{$color-nda-200};
|
311
|
+
--color-background-alpha-subtlest-hovered: #{$color-nda-400};
|
312
|
+
--color-background-alpha-subtlest-pressed: #{$color-nda-500};
|
313
|
+
--color-background-alpha-bolder-default: #{$color-nda-1600};
|
314
|
+
--color-background-alpha-bolder-hovered: #{$color-nda-1400};
|
315
|
+
--color-background-alpha-bolder-pressed: #{$color-nda-1200};
|
316
|
+
--color-background-alpha-contrast-default: #{$color-nda-1000};
|
317
|
+
--color-background-alpha-contrast-hovered: #{$color-nda-1200};
|
318
|
+
--color-background-alpha-contrast-pressed: #{$color-nda-1400};
|
319
|
+
--color-background-inverse-default: #{$color-nd-0};
|
320
|
+
--color-background-inverse-hovered: #{$color-nda-200};
|
321
|
+
--color-background-inverse-pressed: #{$color-nda-300};
|
322
|
+
--color-elevation-surface-sunken: #{$color-nd-0};
|
323
|
+
--color-elevation-surface-default: #{$color-nd-100};
|
324
|
+
--color-elevation-surface-hovered: #{$color-nd-200};
|
325
|
+
--color-elevation-surface-selected-ask: #{$color-a-1000};
|
326
|
+
--color-elevation-surface-selected-flow: #{$color-f-1000};
|
327
|
+
--color-elevation-surface-pressed: #{$color-nd-300};
|
328
|
+
--color-elevation-surface-raised: #{$color-nd-0};
|
329
|
+
--color-elevation-surface-overlay: #{$color-nd-0};
|
330
|
+
--color-divider-default: #{$color-nd-400};
|
331
|
+
|
332
|
+
|
333
|
+
--color-text-contrast: #{$color-nda-1500};
|
334
|
+
--color-text-subtlest: #{$color-nda-1000};
|
335
|
+
--color-text-disabled: #{$color-nda-0};
|
336
|
+
--color-text-inverse-contrast: #{$color-nd-0};
|
337
|
+
--color-skeleton: #{$color-nda-200};
|
338
|
+
--color-text-link-default: #{$color-b-500};
|
339
|
+
--color-background-accent-grey-subtle-default: #{$color-nd-500};
|
340
|
+
--color-border-matted-alpha-primary: #{$color-nd-0};
|
341
|
+
--color-elevation-surface-primary-default: #{$color-nd-100};
|
342
|
+
--color-icon-brand-asksuite-contrast: #{$color-a-600};
|
343
|
+
|
344
|
+
--color-elevation-surface-sunken-hovered: #{$color-nd-100};
|
345
|
+
--color-elevation-surface-selected: #{$color-a-100};
|
346
|
+
--color-elevation-shadow-raised: #{$color-nd-0};
|
347
|
+
|
348
|
+
--color-background-accent-grey-bold-default: #{$color-background-accent-grey-bold-default};
|
349
|
+
--color-border-inverse-subtle: #{$color-border-inverse-subtle};
|
350
|
+
--color-background-accent-grey-subtler-hovered: #{$color-background-accent-grey-subtler-hovered};
|
351
|
+
}
|