@hh.ru/magritte-ui 55.2.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/_css-variables.less +3827 -0
- package/base-variables.less +879 -0
- package/breakpoints.less +121 -0
- package/fonts.less +1 -0
- package/icon.d.ts +1 -0
- package/icon.js +2 -0
- package/icon.js.map +1 -0
- package/index.d.ts +58 -0
- package/index.js +58 -0
- package/index.js.map +1 -0
- package/index.mock.d.ts +52 -0
- package/index.mock.js +52 -0
- package/index.mock.js.map +1 -0
- package/package.json +91 -0
- package/product.d.ts +1 -0
- package/product.js +2 -0
- package/product.js.map +1 -0
- package/reset.less +1 -0
- package/service.d.ts +1 -0
- package/service.js +2 -0
- package/service.js.map +1 -0
- package/tokens.less +1509 -0
- package/types.d.ts +3 -0
- package/types.js +2 -0
- package/types.js.map +1 -0
package/tokens.less
ADDED
|
@@ -0,0 +1,1509 @@
|
|
|
1
|
+
|
|
2
|
+
@import './base-variables.less';
|
|
3
|
+
|
|
4
|
+
@magritte-color-background-primary: var(--magritte-color-background-primary-v18-1-1);
|
|
5
|
+
@magritte-color-background-secondary: var(--magritte-color-background-secondary-v18-1-1);
|
|
6
|
+
@magritte-color-background-tertiary: var(--magritte-color-background-tertiary-v18-1-1);
|
|
7
|
+
@magritte-color-background-accent: var(--magritte-color-background-accent-v18-1-1);
|
|
8
|
+
@magritte-color-background-accent-heavy: var(--magritte-color-background-accent-heavy-v18-1-1);
|
|
9
|
+
@magritte-color-background-positive: var(--magritte-color-background-positive-v18-1-1);
|
|
10
|
+
@magritte-color-background-positive-heavy: var(--magritte-color-background-positive-heavy-v18-1-1);
|
|
11
|
+
@magritte-color-background-negative: var(--magritte-color-background-negative-v18-1-1);
|
|
12
|
+
@magritte-color-background-negative-heavy: var(--magritte-color-background-negative-heavy-v18-1-1);
|
|
13
|
+
@magritte-color-background-warning: var(--magritte-color-background-warning-v18-1-1);
|
|
14
|
+
@magritte-color-background-warning-heavy: var(--magritte-color-background-warning-heavy-v18-1-1);
|
|
15
|
+
@magritte-color-background-special: var(--magritte-color-background-special-v18-1-1);
|
|
16
|
+
@magritte-color-background-special-heavy: var(--magritte-color-background-special-heavy-v18-1-1);
|
|
17
|
+
@magritte-color-background-contrast: var(--magritte-color-background-contrast-v18-1-1);
|
|
18
|
+
@magritte-color-background-contrast-heavy: var(--magritte-color-background-contrast-heavy-v18-1-1);
|
|
19
|
+
@magritte-color-background-body: var(--magritte-color-background-body-v18-1-1);
|
|
20
|
+
@magritte-color-background-overlay: var(--magritte-color-background-overlay-v18-1-1);
|
|
21
|
+
@magritte-color-background-state-primary-hovered: var(--magritte-color-background-state-primary-hovered-v18-1-1);
|
|
22
|
+
@magritte-color-background-state-primary-pressed: var(--magritte-color-background-state-primary-pressed-v18-1-1);
|
|
23
|
+
@magritte-color-background-state-primary-disabled: var(--magritte-color-background-state-primary-disabled-v18-1-1);
|
|
24
|
+
@magritte-color-background-state-secondary-hovered: var(--magritte-color-background-state-secondary-hovered-v18-1-1);
|
|
25
|
+
@magritte-color-background-state-secondary-pressed: var(--magritte-color-background-state-secondary-pressed-v18-1-1);
|
|
26
|
+
@magritte-color-background-state-secondary-disabled: var(--magritte-color-background-state-secondary-disabled-v18-1-1);
|
|
27
|
+
@magritte-color-background-state-tertiary-disabled: var(--magritte-color-background-state-tertiary-disabled-v18-1-1);
|
|
28
|
+
@magritte-color-background-state-tertiary-pressed: var(--magritte-color-background-state-tertiary-pressed-v18-1-1);
|
|
29
|
+
@magritte-color-background-state-tertiary-hovered: var(--magritte-color-background-state-tertiary-hovered-v18-1-1);
|
|
30
|
+
@magritte-color-background-state-accent-hovered: var(--magritte-color-background-state-accent-hovered-v18-1-1);
|
|
31
|
+
@magritte-color-background-state-accent-pressed: var(--magritte-color-background-state-accent-pressed-v18-1-1);
|
|
32
|
+
@magritte-color-background-state-accent-disabled: var(--magritte-color-background-state-accent-disabled-v18-1-1);
|
|
33
|
+
@magritte-color-background-state-positive-hovered: var(--magritte-color-background-state-positive-hovered-v18-1-1);
|
|
34
|
+
@magritte-color-background-state-positive-pressed: var(--magritte-color-background-state-positive-pressed-v18-1-1);
|
|
35
|
+
@magritte-color-background-state-positive-disabled: var(--magritte-color-background-state-positive-disabled-v18-1-1);
|
|
36
|
+
@magritte-color-background-state-negative-hovered: var(--magritte-color-background-state-negative-hovered-v18-1-1);
|
|
37
|
+
@magritte-color-background-state-negative-pressed: var(--magritte-color-background-state-negative-pressed-v18-1-1);
|
|
38
|
+
@magritte-color-background-state-negative-disabled: var(--magritte-color-background-state-negative-disabled-v18-1-1);
|
|
39
|
+
@magritte-color-background-state-warning-hovered: var(--magritte-color-background-state-warning-hovered-v18-1-1);
|
|
40
|
+
@magritte-color-background-state-warning-pressed: var(--magritte-color-background-state-warning-pressed-v18-1-1);
|
|
41
|
+
@magritte-color-background-state-warning-disabled: var(--magritte-color-background-state-warning-disabled-v18-1-1);
|
|
42
|
+
@magritte-color-background-state-special-hovered: var(--magritte-color-background-state-special-hovered-v18-1-1);
|
|
43
|
+
@magritte-color-background-state-special-pressed: var(--magritte-color-background-state-special-pressed-v18-1-1);
|
|
44
|
+
@magritte-color-background-state-special-disabled: var(--magritte-color-background-state-special-disabled-v18-1-1);
|
|
45
|
+
@magritte-color-background-state-accent-heavy-hovered: var(--magritte-color-background-state-accent-heavy-hovered-v18-1-1);
|
|
46
|
+
@magritte-color-background-state-accent-heavy-pressed: var(--magritte-color-background-state-accent-heavy-pressed-v18-1-1);
|
|
47
|
+
@magritte-color-background-state-accent-heavy-disabled: var(--magritte-color-background-state-accent-heavy-disabled-v18-1-1);
|
|
48
|
+
@magritte-color-background-state-positive-heavy-hovered: var(--magritte-color-background-state-positive-heavy-hovered-v18-1-1);
|
|
49
|
+
@magritte-color-background-state-positive-heavy-pressed: var(--magritte-color-background-state-positive-heavy-pressed-v18-1-1);
|
|
50
|
+
@magritte-color-background-state-positive-heavy-disabled: var(--magritte-color-background-state-positive-heavy-disabled-v18-1-1);
|
|
51
|
+
@magritte-color-background-state-negative-heavy-hovered: var(--magritte-color-background-state-negative-heavy-hovered-v18-1-1);
|
|
52
|
+
@magritte-color-background-state-negative-heavy-pressed: var(--magritte-color-background-state-negative-heavy-pressed-v18-1-1);
|
|
53
|
+
@magritte-color-background-state-negative-heavy-disabled: var(--magritte-color-background-state-negative-heavy-disabled-v18-1-1);
|
|
54
|
+
@magritte-color-background-state-warning-heavy-hovered: var(--magritte-color-background-state-warning-heavy-hovered-v18-1-1);
|
|
55
|
+
@magritte-color-background-state-warning-heavy-pressed: var(--magritte-color-background-state-warning-heavy-pressed-v18-1-1);
|
|
56
|
+
@magritte-color-background-state-warning-heavy-disabled: var(--magritte-color-background-state-warning-heavy-disabled-v18-1-1);
|
|
57
|
+
@magritte-color-background-state-special-heavy-hovered: var(--magritte-color-background-state-special-heavy-hovered-v18-1-1);
|
|
58
|
+
@magritte-color-background-state-special-heavy-pressed: var(--magritte-color-background-state-special-heavy-pressed-v18-1-1);
|
|
59
|
+
@magritte-color-background-state-special-heavy-disabled: var(--magritte-color-background-state-special-heavy-disabled-v18-1-1);
|
|
60
|
+
@magritte-color-background-state-contrast-hovered: var(--magritte-color-background-state-contrast-hovered-v18-1-1);
|
|
61
|
+
@magritte-color-background-state-contrast-pressed: var(--magritte-color-background-state-contrast-pressed-v18-1-1);
|
|
62
|
+
@magritte-color-background-state-contrast-disabled: var(--magritte-color-background-state-contrast-disabled-v18-1-1);
|
|
63
|
+
@magritte-color-background-state-contrast-heavy-hovered: var(--magritte-color-background-state-contrast-heavy-hovered-v18-1-1);
|
|
64
|
+
@magritte-color-background-state-contrast-heavy-pressed: var(--magritte-color-background-state-contrast-heavy-pressed-v18-1-1);
|
|
65
|
+
@magritte-color-background-state-contrast-heavy-disabled: var(--magritte-color-background-state-contrast-heavy-disabled-v18-1-1);
|
|
66
|
+
@magritte-color-stroke-neutral: var(--magritte-color-stroke-neutral-v18-1-1);
|
|
67
|
+
@magritte-color-stroke-accent: var(--magritte-color-stroke-accent-v18-1-1);
|
|
68
|
+
@magritte-color-stroke-positive: var(--magritte-color-stroke-positive-v18-1-1);
|
|
69
|
+
@magritte-color-stroke-negative: var(--magritte-color-stroke-negative-v18-1-1);
|
|
70
|
+
@magritte-color-stroke-warning: var(--magritte-color-stroke-warning-v18-1-1);
|
|
71
|
+
@magritte-color-stroke-special: var(--magritte-color-stroke-special-v18-1-1);
|
|
72
|
+
@magritte-color-stroke-state-neutral-hovered: var(--magritte-color-stroke-state-neutral-hovered-v18-1-1);
|
|
73
|
+
@magritte-color-stroke-state-neutral-disabled: var(--magritte-color-stroke-state-neutral-disabled-v18-1-1);
|
|
74
|
+
@magritte-color-stroke-state-accent-hovered: var(--magritte-color-stroke-state-accent-hovered-v18-1-1);
|
|
75
|
+
@magritte-color-stroke-state-accent-disabled: var(--magritte-color-stroke-state-accent-disabled-v18-1-1);
|
|
76
|
+
@magritte-color-stroke-state-positive-hovered: var(--magritte-color-stroke-state-positive-hovered-v18-1-1);
|
|
77
|
+
@magritte-color-stroke-state-positive-disabled: var(--magritte-color-stroke-state-positive-disabled-v18-1-1);
|
|
78
|
+
@magritte-color-stroke-state-negative-hovered: var(--magritte-color-stroke-state-negative-hovered-v18-1-1);
|
|
79
|
+
@magritte-color-stroke-state-negative-disabled: var(--magritte-color-stroke-state-negative-disabled-v18-1-1);
|
|
80
|
+
@magritte-color-stroke-state-warning-hovered: var(--magritte-color-stroke-state-warning-hovered-v18-1-1);
|
|
81
|
+
@magritte-color-stroke-state-warning-disabled: var(--magritte-color-stroke-state-warning-disabled-v18-1-1);
|
|
82
|
+
@magritte-color-stroke-state-special-hovered: var(--magritte-color-stroke-state-special-hovered-v18-1-1);
|
|
83
|
+
@magritte-color-stroke-state-special-disabled: var(--magritte-color-stroke-state-special-disabled-v18-1-1);
|
|
84
|
+
@magritte-color-stroke-state-focused-accessible: var(--magritte-color-stroke-state-focused-accessible-v18-1-1);
|
|
85
|
+
@magritte-color-text-primary: var(--magritte-color-text-primary-v18-1-1);
|
|
86
|
+
@magritte-color-text-secondary: var(--magritte-color-text-secondary-v18-1-1);
|
|
87
|
+
@magritte-color-text-tertiary: var(--magritte-color-text-tertiary-v18-1-1);
|
|
88
|
+
@magritte-color-text-accent: var(--magritte-color-text-accent-v18-1-1);
|
|
89
|
+
@magritte-color-text-accent-secondary: var(--magritte-color-text-accent-secondary-v18-1-1);
|
|
90
|
+
@magritte-color-text-positive: var(--magritte-color-text-positive-v18-1-1);
|
|
91
|
+
@magritte-color-text-positive-secondary: var(--magritte-color-text-positive-secondary-v18-1-1);
|
|
92
|
+
@magritte-color-text-negative: var(--magritte-color-text-negative-v18-1-1);
|
|
93
|
+
@magritte-color-text-negative-secondary: var(--magritte-color-text-negative-secondary-v18-1-1);
|
|
94
|
+
@magritte-color-text-warning: var(--magritte-color-text-warning-v18-1-1);
|
|
95
|
+
@magritte-color-text-warning-secondary: var(--magritte-color-text-warning-secondary-v18-1-1);
|
|
96
|
+
@magritte-color-text-special: var(--magritte-color-text-special-v18-1-1);
|
|
97
|
+
@magritte-color-text-special-secondary: var(--magritte-color-text-special-secondary-v18-1-1);
|
|
98
|
+
@magritte-color-text-contrast: var(--magritte-color-text-contrast-v18-1-1);
|
|
99
|
+
@magritte-color-text-contrast-secondary: var(--magritte-color-text-contrast-secondary-v18-1-1);
|
|
100
|
+
@magritte-color-text-state-primary-hovered: var(--magritte-color-text-state-primary-hovered-v18-1-1);
|
|
101
|
+
@magritte-color-text-state-primary-pressed: var(--magritte-color-text-state-primary-pressed-v18-1-1);
|
|
102
|
+
@magritte-color-text-state-primary-disabled: var(--magritte-color-text-state-primary-disabled-v18-1-1);
|
|
103
|
+
@magritte-color-text-state-secondary-hovered: var(--magritte-color-text-state-secondary-hovered-v18-1-1);
|
|
104
|
+
@magritte-color-text-state-secondary-pressed: var(--magritte-color-text-state-secondary-pressed-v18-1-1);
|
|
105
|
+
@magritte-color-text-state-secondary-disabled: var(--magritte-color-text-state-secondary-disabled-v18-1-1);
|
|
106
|
+
@magritte-color-text-state-tertiary-hovered: var(--magritte-color-text-state-tertiary-hovered-v18-1-1);
|
|
107
|
+
@magritte-color-text-state-tertiary-pressed: var(--magritte-color-text-state-tertiary-pressed-v18-1-1);
|
|
108
|
+
@magritte-color-text-state-tertiary-disabled: var(--magritte-color-text-state-tertiary-disabled-v18-1-1);
|
|
109
|
+
@magritte-color-text-state-accent-hovered: var(--magritte-color-text-state-accent-hovered-v18-1-1);
|
|
110
|
+
@magritte-color-text-state-accent-pressed: var(--magritte-color-text-state-accent-pressed-v18-1-1);
|
|
111
|
+
@magritte-color-text-state-accent-disabled: var(--magritte-color-text-state-accent-disabled-v18-1-1);
|
|
112
|
+
@magritte-color-text-state-accent-secondary-hovered: var(--magritte-color-text-state-accent-secondary-hovered-v18-1-1);
|
|
113
|
+
@magritte-color-text-state-accent-secondary-pressed: var(--magritte-color-text-state-accent-secondary-pressed-v18-1-1);
|
|
114
|
+
@magritte-color-text-state-accent-secondary-disabled: var(--magritte-color-text-state-accent-secondary-disabled-v18-1-1);
|
|
115
|
+
@magritte-color-text-state-positive-hovered: var(--magritte-color-text-state-positive-hovered-v18-1-1);
|
|
116
|
+
@magritte-color-text-state-positive-pressed: var(--magritte-color-text-state-positive-pressed-v18-1-1);
|
|
117
|
+
@magritte-color-text-state-positive-disabled: var(--magritte-color-text-state-positive-disabled-v18-1-1);
|
|
118
|
+
@magritte-color-text-state-positive-secondary-hovered: var(--magritte-color-text-state-positive-secondary-hovered-v18-1-1);
|
|
119
|
+
@magritte-color-text-state-positive-secondary-pressed: var(--magritte-color-text-state-positive-secondary-pressed-v18-1-1);
|
|
120
|
+
@magritte-color-text-state-positive-secondary-disabled: var(--magritte-color-text-state-positive-secondary-disabled-v18-1-1);
|
|
121
|
+
@magritte-color-text-state-negative-hovered: var(--magritte-color-text-state-negative-hovered-v18-1-1);
|
|
122
|
+
@magritte-color-text-state-negative-pressed: var(--magritte-color-text-state-negative-pressed-v18-1-1);
|
|
123
|
+
@magritte-color-text-state-negative-disabled: var(--magritte-color-text-state-negative-disabled-v18-1-1);
|
|
124
|
+
@magritte-color-text-state-negative-secondary-hovered: var(--magritte-color-text-state-negative-secondary-hovered-v18-1-1);
|
|
125
|
+
@magritte-color-text-state-negative-secondary-pressed: var(--magritte-color-text-state-negative-secondary-pressed-v18-1-1);
|
|
126
|
+
@magritte-color-text-state-negative-secondary-disabled: var(--magritte-color-text-state-negative-secondary-disabled-v18-1-1);
|
|
127
|
+
@magritte-color-text-state-warning-hovered: var(--magritte-color-text-state-warning-hovered-v18-1-1);
|
|
128
|
+
@magritte-color-text-state-warning-pressed: var(--magritte-color-text-state-warning-pressed-v18-1-1);
|
|
129
|
+
@magritte-color-text-state-warning-disabled: var(--magritte-color-text-state-warning-disabled-v18-1-1);
|
|
130
|
+
@magritte-color-text-state-warning-secondary-hovered: var(--magritte-color-text-state-warning-secondary-hovered-v18-1-1);
|
|
131
|
+
@magritte-color-text-state-warning-secondary-pressed: var(--magritte-color-text-state-warning-secondary-pressed-v18-1-1);
|
|
132
|
+
@magritte-color-text-state-warning-secondary-disabled: var(--magritte-color-text-state-warning-secondary-disabled-v18-1-1);
|
|
133
|
+
@magritte-color-text-state-special-hovered: var(--magritte-color-text-state-special-hovered-v18-1-1);
|
|
134
|
+
@magritte-color-text-state-special-pressed: var(--magritte-color-text-state-special-pressed-v18-1-1);
|
|
135
|
+
@magritte-color-text-state-special-disabled: var(--magritte-color-text-state-special-disabled-v18-1-1);
|
|
136
|
+
@magritte-color-text-state-special-secondary-hovered: var(--magritte-color-text-state-special-secondary-hovered-v18-1-1);
|
|
137
|
+
@magritte-color-text-state-special-secondary-pressed: var(--magritte-color-text-state-special-secondary-pressed-v18-1-1);
|
|
138
|
+
@magritte-color-text-state-special-secondary-disabled: var(--magritte-color-text-state-special-secondary-disabled-v18-1-1);
|
|
139
|
+
@magritte-color-text-state-contrast-hovered: var(--magritte-color-text-state-contrast-hovered-v18-1-1);
|
|
140
|
+
@magritte-color-text-state-contrast-pressed: var(--magritte-color-text-state-contrast-pressed-v18-1-1);
|
|
141
|
+
@magritte-color-text-state-contrast-disabled: var(--magritte-color-text-state-contrast-disabled-v18-1-1);
|
|
142
|
+
@magritte-color-text-state-contrast-secondary-hovered: var(--magritte-color-text-state-contrast-secondary-hovered-v18-1-1);
|
|
143
|
+
@magritte-color-text-state-contrast-secondary-pressed: var(--magritte-color-text-state-contrast-secondary-pressed-v18-1-1);
|
|
144
|
+
@magritte-color-text-state-contrast-secondary-disabled: var(--magritte-color-text-state-contrast-secondary-disabled-v18-1-1);
|
|
145
|
+
@magritte-color-icon-primary: var(--magritte-color-icon-primary-v18-1-1);
|
|
146
|
+
@magritte-color-icon-secondary: var(--magritte-color-icon-secondary-v18-1-1);
|
|
147
|
+
@magritte-color-icon-tertiary: var(--magritte-color-icon-tertiary-v18-1-1);
|
|
148
|
+
@magritte-color-icon-accent: var(--magritte-color-icon-accent-v18-1-1);
|
|
149
|
+
@magritte-color-icon-accent-secondary: var(--magritte-color-icon-accent-secondary-v18-1-1);
|
|
150
|
+
@magritte-color-icon-positive: var(--magritte-color-icon-positive-v18-1-1);
|
|
151
|
+
@magritte-color-icon-positive-secondary: var(--magritte-color-icon-positive-secondary-v18-1-1);
|
|
152
|
+
@magritte-color-icon-negative: var(--magritte-color-icon-negative-v18-1-1);
|
|
153
|
+
@magritte-color-icon-negative-secondary: var(--magritte-color-icon-negative-secondary-v18-1-1);
|
|
154
|
+
@magritte-color-icon-warning: var(--magritte-color-icon-warning-v18-1-1);
|
|
155
|
+
@magritte-color-icon-warning-secondary: var(--magritte-color-icon-warning-secondary-v18-1-1);
|
|
156
|
+
@magritte-color-icon-special: var(--magritte-color-icon-special-v18-1-1);
|
|
157
|
+
@magritte-color-icon-special-secondary: var(--magritte-color-icon-special-secondary-v18-1-1);
|
|
158
|
+
@magritte-color-icon-contrast: var(--magritte-color-icon-contrast-v18-1-1);
|
|
159
|
+
@magritte-color-icon-contrast-secondary: var(--magritte-color-icon-contrast-secondary-v18-1-1);
|
|
160
|
+
@magritte-color-icon-state-primary-hovered: var(--magritte-color-icon-state-primary-hovered-v18-1-1);
|
|
161
|
+
@magritte-color-icon-state-primary-pressed: var(--magritte-color-icon-state-primary-pressed-v18-1-1);
|
|
162
|
+
@magritte-color-icon-state-primary-disabled: var(--magritte-color-icon-state-primary-disabled-v18-1-1);
|
|
163
|
+
@magritte-color-icon-state-secondary-hovered: var(--magritte-color-icon-state-secondary-hovered-v18-1-1);
|
|
164
|
+
@magritte-color-icon-state-secondary-pressed: var(--magritte-color-icon-state-secondary-pressed-v18-1-1);
|
|
165
|
+
@magritte-color-icon-state-secondary-disabled: var(--magritte-color-icon-state-secondary-disabled-v18-1-1);
|
|
166
|
+
@magritte-color-icon-state-tertiary-hovered: var(--magritte-color-icon-state-tertiary-hovered-v18-1-1);
|
|
167
|
+
@magritte-color-icon-state-tertiary-pressed: var(--magritte-color-icon-state-tertiary-pressed-v18-1-1);
|
|
168
|
+
@magritte-color-icon-state-tertiary-disabled: var(--magritte-color-icon-state-tertiary-disabled-v18-1-1);
|
|
169
|
+
@magritte-color-icon-state-accent-hovered: var(--magritte-color-icon-state-accent-hovered-v18-1-1);
|
|
170
|
+
@magritte-color-icon-state-accent-pressed: var(--magritte-color-icon-state-accent-pressed-v18-1-1);
|
|
171
|
+
@magritte-color-icon-state-accent-disabled: var(--magritte-color-icon-state-accent-disabled-v18-1-1);
|
|
172
|
+
@magritte-color-icon-state-accent-secondary-hovered: var(--magritte-color-icon-state-accent-secondary-hovered-v18-1-1);
|
|
173
|
+
@magritte-color-icon-state-accent-secondary-pressed: var(--magritte-color-icon-state-accent-secondary-pressed-v18-1-1);
|
|
174
|
+
@magritte-color-icon-state-accent-secondary-disabled: var(--magritte-color-icon-state-accent-secondary-disabled-v18-1-1);
|
|
175
|
+
@magritte-color-icon-state-positive-hovered: var(--magritte-color-icon-state-positive-hovered-v18-1-1);
|
|
176
|
+
@magritte-color-icon-state-positive-pressed: var(--magritte-color-icon-state-positive-pressed-v18-1-1);
|
|
177
|
+
@magritte-color-icon-state-positive-disabled: var(--magritte-color-icon-state-positive-disabled-v18-1-1);
|
|
178
|
+
@magritte-color-icon-state-positive-secondary-hovered: var(--magritte-color-icon-state-positive-secondary-hovered-v18-1-1);
|
|
179
|
+
@magritte-color-icon-state-positive-secondary-pressed: var(--magritte-color-icon-state-positive-secondary-pressed-v18-1-1);
|
|
180
|
+
@magritte-color-icon-state-positive-secondary-disabled: var(--magritte-color-icon-state-positive-secondary-disabled-v18-1-1);
|
|
181
|
+
@magritte-color-icon-state-negative-hovered: var(--magritte-color-icon-state-negative-hovered-v18-1-1);
|
|
182
|
+
@magritte-color-icon-state-negative-pressed: var(--magritte-color-icon-state-negative-pressed-v18-1-1);
|
|
183
|
+
@magritte-color-icon-state-negative-disabled: var(--magritte-color-icon-state-negative-disabled-v18-1-1);
|
|
184
|
+
@magritte-color-icon-state-negative-secondary-hovered: var(--magritte-color-icon-state-negative-secondary-hovered-v18-1-1);
|
|
185
|
+
@magritte-color-icon-state-negative-secondary-pressed: var(--magritte-color-icon-state-negative-secondary-pressed-v18-1-1);
|
|
186
|
+
@magritte-color-icon-state-negative-secondary-disabled: var(--magritte-color-icon-state-negative-secondary-disabled-v18-1-1);
|
|
187
|
+
@magritte-color-icon-state-warning-hovered: var(--magritte-color-icon-state-warning-hovered-v18-1-1);
|
|
188
|
+
@magritte-color-icon-state-warning-pressed: var(--magritte-color-icon-state-warning-pressed-v18-1-1);
|
|
189
|
+
@magritte-color-icon-state-warning-disabled: var(--magritte-color-icon-state-warning-disabled-v18-1-1);
|
|
190
|
+
@magritte-color-icon-state-warning-secondary-hovered: var(--magritte-color-icon-state-warning-secondary-hovered-v18-1-1);
|
|
191
|
+
@magritte-color-icon-state-warning-secondary-pressed: var(--magritte-color-icon-state-warning-secondary-pressed-v18-1-1);
|
|
192
|
+
@magritte-color-icon-state-warning-secondary-disabled: var(--magritte-color-icon-state-warning-secondary-disabled-v18-1-1);
|
|
193
|
+
@magritte-color-icon-state-special-hovered: var(--magritte-color-icon-state-special-hovered-v18-1-1);
|
|
194
|
+
@magritte-color-icon-state-special-pressed: var(--magritte-color-icon-state-special-pressed-v18-1-1);
|
|
195
|
+
@magritte-color-icon-state-special-disabled: var(--magritte-color-icon-state-special-disabled-v18-1-1);
|
|
196
|
+
@magritte-color-icon-state-special-secondary-hovered: var(--magritte-color-icon-state-special-secondary-hovered-v18-1-1);
|
|
197
|
+
@magritte-color-icon-state-special-secondary-pressed: var(--magritte-color-icon-state-special-secondary-pressed-v18-1-1);
|
|
198
|
+
@magritte-color-icon-state-special-secondary-disabled: var(--magritte-color-icon-state-special-secondary-disabled-v18-1-1);
|
|
199
|
+
@magritte-color-icon-state-contrast-hovered: var(--magritte-color-icon-state-contrast-hovered-v18-1-1);
|
|
200
|
+
@magritte-color-icon-state-contrast-pressed: var(--magritte-color-icon-state-contrast-pressed-v18-1-1);
|
|
201
|
+
@magritte-color-icon-state-contrast-disabled: var(--magritte-color-icon-state-contrast-disabled-v18-1-1);
|
|
202
|
+
@magritte-color-icon-state-contrast-secondary-hovered: var(--magritte-color-icon-state-contrast-secondary-hovered-v18-1-1);
|
|
203
|
+
@magritte-color-icon-state-contrast-secondary-pressed: var(--magritte-color-icon-state-contrast-secondary-pressed-v18-1-1);
|
|
204
|
+
@magritte-color-icon-state-contrast-secondary-disabled: var(--magritte-color-icon-state-contrast-secondary-disabled-v18-1-1);
|
|
205
|
+
@magritte-color-visualisation-line-1: var(--magritte-color-visualisation-line-1-v18-1-1);
|
|
206
|
+
@magritte-color-visualisation-line-2: var(--magritte-color-visualisation-line-2-v18-1-1);
|
|
207
|
+
@magritte-color-visualisation-line-3: var(--magritte-color-visualisation-line-3-v18-1-1);
|
|
208
|
+
@magritte-color-visualisation-line-4: var(--magritte-color-visualisation-line-4-v18-1-1);
|
|
209
|
+
@magritte-color-visualisation-line-5: var(--magritte-color-visualisation-line-5-v18-1-1);
|
|
210
|
+
@magritte-color-visualisation-line-6: var(--magritte-color-visualisation-line-6-v18-1-1);
|
|
211
|
+
@magritte-color-visualisation-point-1: var(--magritte-color-visualisation-point-1-v18-1-1);
|
|
212
|
+
@magritte-color-visualisation-point-2: var(--magritte-color-visualisation-point-2-v18-1-1);
|
|
213
|
+
@magritte-color-visualisation-point-3: var(--magritte-color-visualisation-point-3-v18-1-1);
|
|
214
|
+
@magritte-color-visualisation-point-4: var(--magritte-color-visualisation-point-4-v18-1-1);
|
|
215
|
+
@magritte-color-visualisation-point-5: var(--magritte-color-visualisation-point-5-v18-1-1);
|
|
216
|
+
@magritte-color-visualisation-point-6: var(--magritte-color-visualisation-point-6-v18-1-1);
|
|
217
|
+
@magritte-color-component-card-background-blank: var(--magritte-color-component-card-background-blank-v18-1-1);
|
|
218
|
+
@magritte-color-component-card-background-neutral: var(--magritte-color-component-card-background-neutral-v18-1-1);
|
|
219
|
+
@magritte-color-component-card-background-extra-1: var(--magritte-color-component-card-background-extra-1-v18-1-1);
|
|
220
|
+
@magritte-color-component-card-background-extra-2: var(--magritte-color-component-card-background-extra-2-v18-1-1);
|
|
221
|
+
@magritte-color-component-card-background-extra-3: var(--magritte-color-component-card-background-extra-3-v18-1-1);
|
|
222
|
+
@magritte-color-component-card-background-extra-4: var(--magritte-color-component-card-background-extra-4-v18-1-1);
|
|
223
|
+
@magritte-color-component-card-background-extra-5: var(--magritte-color-component-card-background-extra-5-v18-1-1);
|
|
224
|
+
@magritte-color-component-card-background-contrast: var(--magritte-color-component-card-background-contrast-v18-1-1);
|
|
225
|
+
@magritte-color-component-card-background-positive: var(--magritte-color-component-card-background-positive-v18-1-1);
|
|
226
|
+
@magritte-color-component-card-background-negative: var(--magritte-color-component-card-background-negative-v18-1-1);
|
|
227
|
+
@magritte-color-component-card-background-warning: var(--magritte-color-component-card-background-warning-v18-1-1);
|
|
228
|
+
@magritte-color-component-card-stroke-neutral: var(--magritte-color-component-card-stroke-neutral-v18-1-1);
|
|
229
|
+
@magritte-color-component-card-stroke-neutral-inner: var(--magritte-color-component-card-stroke-neutral-inner-v18-1-1);
|
|
230
|
+
@magritte-color-component-card-stroke-phantom: var(--magritte-color-component-card-stroke-phantom-v18-1-1);
|
|
231
|
+
@magritte-color-component-card-stroke-phantom-inner: var(--magritte-color-component-card-stroke-phantom-inner-v18-1-1);
|
|
232
|
+
@magritte-color-component-card-stroke-state-neutral-hovered: var(--magritte-color-component-card-stroke-state-neutral-hovered-v18-1-1);
|
|
233
|
+
@magritte-color-component-card-stroke-state-neutral-pressed: var(--magritte-color-component-card-stroke-state-neutral-pressed-v18-1-1);
|
|
234
|
+
@magritte-color-component-card-stroke-state-neutral-inner-hovered: var(--magritte-color-component-card-stroke-state-neutral-inner-hovered-v18-1-1);
|
|
235
|
+
@magritte-color-component-card-stroke-state-neutral-inner-pressed: var(--magritte-color-component-card-stroke-state-neutral-inner-pressed-v18-1-1);
|
|
236
|
+
@magritte-color-component-card-stroke-state-phantom-hovered: var(--magritte-color-component-card-stroke-state-phantom-hovered-v18-1-1);
|
|
237
|
+
@magritte-color-component-card-stroke-state-phantom-pressed: var(--magritte-color-component-card-stroke-state-phantom-pressed-v18-1-1);
|
|
238
|
+
@magritte-color-component-card-stroke-state-phantom-inner-hovered: var(--magritte-color-component-card-stroke-state-phantom-inner-hovered-v18-1-1);
|
|
239
|
+
@magritte-color-component-card-stroke-state-phantom-inner-pressed: var(--magritte-color-component-card-stroke-state-phantom-inner-pressed-v18-1-1);
|
|
240
|
+
@magritte-color-component-card-stroke-state-neutral-disabled: var(--magritte-color-component-card-stroke-state-neutral-disabled-v18-1-1);
|
|
241
|
+
@magritte-color-component-card-stroke-state-neutral-inner-disabled: var(--magritte-color-component-card-stroke-state-neutral-inner-disabled-v18-1-1);
|
|
242
|
+
@magritte-color-component-card-stroke-state-phantom-disabled: var(--magritte-color-component-card-stroke-state-phantom-disabled-v18-1-1);
|
|
243
|
+
@magritte-color-component-card-stroke-state-phantom-inner-disabled: var(--magritte-color-component-card-stroke-state-phantom-inner-disabled-v18-1-1);
|
|
244
|
+
@magritte-color-component-card-stroke-state-accent-focused-accessible: var(--magritte-color-component-card-stroke-state-accent-focused-accessible-v18-1-1);
|
|
245
|
+
@magritte-color-component-card-background-state-blank-hovered: var(--magritte-color-component-card-background-state-blank-hovered-v18-1-1);
|
|
246
|
+
@magritte-color-component-card-background-state-blank-pressed: var(--magritte-color-component-card-background-state-blank-pressed-v18-1-1);
|
|
247
|
+
@magritte-color-component-card-background-state-blank-disabled: var(--magritte-color-component-card-background-state-blank-disabled-v18-1-1);
|
|
248
|
+
@magritte-color-component-card-background-state-neutral-hovered: var(--magritte-color-component-card-background-state-neutral-hovered-v18-1-1);
|
|
249
|
+
@magritte-color-component-card-background-state-neutral-pressed: var(--magritte-color-component-card-background-state-neutral-pressed-v18-1-1);
|
|
250
|
+
@magritte-color-component-card-background-state-neutral-disabled: var(--magritte-color-component-card-background-state-neutral-disabled-v18-1-1);
|
|
251
|
+
@magritte-color-component-card-background-state-extra-1-hovered: var(--magritte-color-component-card-background-state-extra-1-hovered-v18-1-1);
|
|
252
|
+
@magritte-color-component-card-background-state-extra-1-pressed: var(--magritte-color-component-card-background-state-extra-1-pressed-v18-1-1);
|
|
253
|
+
@magritte-color-component-card-background-state-extra-1-disabled: var(--magritte-color-component-card-background-state-extra-1-disabled-v18-1-1);
|
|
254
|
+
@magritte-color-component-card-background-state-extra-2-hovered: var(--magritte-color-component-card-background-state-extra-2-hovered-v18-1-1);
|
|
255
|
+
@magritte-color-component-card-background-state-extra-2-pressed: var(--magritte-color-component-card-background-state-extra-2-pressed-v18-1-1);
|
|
256
|
+
@magritte-color-component-card-background-state-extra-2-disabled: var(--magritte-color-component-card-background-state-extra-2-disabled-v18-1-1);
|
|
257
|
+
@magritte-color-component-card-background-state-extra-3-hovered: var(--magritte-color-component-card-background-state-extra-3-hovered-v18-1-1);
|
|
258
|
+
@magritte-color-component-card-background-state-extra-3-pressed: var(--magritte-color-component-card-background-state-extra-3-pressed-v18-1-1);
|
|
259
|
+
@magritte-color-component-card-background-state-extra-3-disabled: var(--magritte-color-component-card-background-state-extra-3-disabled-v18-1-1);
|
|
260
|
+
@magritte-color-component-card-background-state-extra-4-hovered: var(--magritte-color-component-card-background-state-extra-4-hovered-v18-1-1);
|
|
261
|
+
@magritte-color-component-card-background-state-extra-4-pressed: var(--magritte-color-component-card-background-state-extra-4-pressed-v18-1-1);
|
|
262
|
+
@magritte-color-component-card-background-state-extra-4-disabled: var(--magritte-color-component-card-background-state-extra-4-disabled-v18-1-1);
|
|
263
|
+
@magritte-color-component-card-background-state-extra-5-hovered: var(--magritte-color-component-card-background-state-extra-5-hovered-v18-1-1);
|
|
264
|
+
@magritte-color-component-card-background-state-extra-5-pressed: var(--magritte-color-component-card-background-state-extra-5-pressed-v18-1-1);
|
|
265
|
+
@magritte-color-component-card-background-state-extra-5-disabled: var(--magritte-color-component-card-background-state-extra-5-disabled-v18-1-1);
|
|
266
|
+
@magritte-color-component-card-background-state-contrast-hovered: var(--magritte-color-component-card-background-state-contrast-hovered-v18-1-1);
|
|
267
|
+
@magritte-color-component-card-background-state-contrast-pressed: var(--magritte-color-component-card-background-state-contrast-pressed-v18-1-1);
|
|
268
|
+
@magritte-color-component-card-background-state-contrast-disabled: var(--magritte-color-component-card-background-state-contrast-disabled-v18-1-1);
|
|
269
|
+
@magritte-color-component-card-background-state-positive-hovered: var(--magritte-color-component-card-background-state-positive-hovered-v18-1-1);
|
|
270
|
+
@magritte-color-component-card-background-state-positive-pressed: var(--magritte-color-component-card-background-state-positive-pressed-v18-1-1);
|
|
271
|
+
@magritte-color-component-card-background-state-positive-disabled: var(--magritte-color-component-card-background-state-positive-disabled-v18-1-1);
|
|
272
|
+
@magritte-color-component-card-background-state-negative-hovered: var(--magritte-color-component-card-background-state-negative-hovered-v18-1-1);
|
|
273
|
+
@magritte-color-component-card-background-state-negative-pressed: var(--magritte-color-component-card-background-state-negative-pressed-v18-1-1);
|
|
274
|
+
@magritte-color-component-card-background-state-negative-disabled: var(--magritte-color-component-card-background-state-negative-disabled-v18-1-1);
|
|
275
|
+
@magritte-color-component-card-background-state-warning-hovered: var(--magritte-color-component-card-background-state-warning-hovered-v18-1-1);
|
|
276
|
+
@magritte-color-component-card-background-state-warning-pressed: var(--magritte-color-component-card-background-state-warning-pressed-v18-1-1);
|
|
277
|
+
@magritte-color-component-card-background-state-warning-disabled: var(--magritte-color-component-card-background-state-warning-disabled-v18-1-1);
|
|
278
|
+
@magritte-color-component-button-background-neutral: var(--magritte-color-component-button-background-neutral-v18-1-1);
|
|
279
|
+
@magritte-color-component-button-background-neutral-secondary: var(--magritte-color-component-button-background-neutral-secondary-v18-1-1);
|
|
280
|
+
@magritte-color-component-button-background-neutral-tertiary: var(--magritte-color-component-button-background-neutral-tertiary-v18-1-1);
|
|
281
|
+
@magritte-color-component-button-background-accent: var(--magritte-color-component-button-background-accent-v18-1-1);
|
|
282
|
+
@magritte-color-component-button-background-accent-secondary: var(--magritte-color-component-button-background-accent-secondary-v18-1-1);
|
|
283
|
+
@magritte-color-component-button-background-accent-tertiary: var(--magritte-color-component-button-background-accent-tertiary-v18-1-1);
|
|
284
|
+
@magritte-color-component-button-background-positive: var(--magritte-color-component-button-background-positive-v18-1-1);
|
|
285
|
+
@magritte-color-component-button-background-positive-secondary: var(--magritte-color-component-button-background-positive-secondary-v18-1-1);
|
|
286
|
+
@magritte-color-component-button-background-positive-tertiary: var(--magritte-color-component-button-background-positive-tertiary-v18-1-1);
|
|
287
|
+
@magritte-color-component-button-background-negative: var(--magritte-color-component-button-background-negative-v18-1-1);
|
|
288
|
+
@magritte-color-component-button-background-negative-secondary: var(--magritte-color-component-button-background-negative-secondary-v18-1-1);
|
|
289
|
+
@magritte-color-component-button-background-negative-tertiary: var(--magritte-color-component-button-background-negative-tertiary-v18-1-1);
|
|
290
|
+
@magritte-color-component-button-background-contrast: var(--magritte-color-component-button-background-contrast-v18-1-1);
|
|
291
|
+
@magritte-color-component-button-background-contrast-secondary: var(--magritte-color-component-button-background-contrast-secondary-v18-1-1);
|
|
292
|
+
@magritte-color-component-button-background-contrast-tertiary: var(--magritte-color-component-button-background-contrast-tertiary-v18-1-1);
|
|
293
|
+
@magritte-color-component-button-background-state-neutral-disabled: var(--magritte-color-component-button-background-state-neutral-disabled-v18-1-1);
|
|
294
|
+
@magritte-color-component-button-background-state-neutral-secondary-disabled: var(--magritte-color-component-button-background-state-neutral-secondary-disabled-v18-1-1);
|
|
295
|
+
@magritte-color-component-button-background-state-neutral-tertiary-disabled: var(--magritte-color-component-button-background-state-neutral-tertiary-disabled-v18-1-1);
|
|
296
|
+
@magritte-color-component-button-background-state-accent-disabled: var(--magritte-color-component-button-background-state-accent-disabled-v18-1-1);
|
|
297
|
+
@magritte-color-component-button-background-state-accent-secondary-disabled: var(--magritte-color-component-button-background-state-accent-secondary-disabled-v18-1-1);
|
|
298
|
+
@magritte-color-component-button-background-state-accent-tertiary-disabled: var(--magritte-color-component-button-background-state-accent-tertiary-disabled-v18-1-1);
|
|
299
|
+
@magritte-color-component-button-background-state-positive-disabled: var(--magritte-color-component-button-background-state-positive-disabled-v18-1-1);
|
|
300
|
+
@magritte-color-component-button-background-state-positive-secondary-disabled: var(--magritte-color-component-button-background-state-positive-secondary-disabled-v18-1-1);
|
|
301
|
+
@magritte-color-component-button-background-state-positive-tertiary-disabled: var(--magritte-color-component-button-background-state-positive-tertiary-disabled-v18-1-1);
|
|
302
|
+
@magritte-color-component-button-background-state-negative-disabled: var(--magritte-color-component-button-background-state-negative-disabled-v18-1-1);
|
|
303
|
+
@magritte-color-component-button-background-state-negative-secondary-disabled: var(--magritte-color-component-button-background-state-negative-secondary-disabled-v18-1-1);
|
|
304
|
+
@magritte-color-component-button-background-state-negative-tertiary-disabled: var(--magritte-color-component-button-background-state-negative-tertiary-disabled-v18-1-1);
|
|
305
|
+
@magritte-color-component-button-background-state-contrast-disabled: var(--magritte-color-component-button-background-state-contrast-disabled-v18-1-1);
|
|
306
|
+
@magritte-color-component-button-background-state-contrast-secondary-disabled: var(--magritte-color-component-button-background-state-contrast-secondary-disabled-v18-1-1);
|
|
307
|
+
@magritte-color-component-button-background-state-contrast-tertiary-disabled: var(--magritte-color-component-button-background-state-contrast-tertiary-disabled-v18-1-1);
|
|
308
|
+
@magritte-color-component-button-background-state-neutral-hovered: var(--magritte-color-component-button-background-state-neutral-hovered-v18-1-1);
|
|
309
|
+
@magritte-color-component-button-background-state-neutral-pressed: var(--magritte-color-component-button-background-state-neutral-pressed-v18-1-1);
|
|
310
|
+
@magritte-color-component-button-background-state-neutral-focused: var(--magritte-color-component-button-background-state-neutral-focused-v18-1-1);
|
|
311
|
+
@magritte-color-component-button-background-state-neutral-secondary-hovered: var(--magritte-color-component-button-background-state-neutral-secondary-hovered-v18-1-1);
|
|
312
|
+
@magritte-color-component-button-background-state-neutral-secondary-pressed: var(--magritte-color-component-button-background-state-neutral-secondary-pressed-v18-1-1);
|
|
313
|
+
@magritte-color-component-button-background-state-neutral-secondary-focused: var(--magritte-color-component-button-background-state-neutral-secondary-focused-v18-1-1);
|
|
314
|
+
@magritte-color-component-button-background-state-neutral-tertiary-hovered: var(--magritte-color-component-button-background-state-neutral-tertiary-hovered-v18-1-1);
|
|
315
|
+
@magritte-color-component-button-background-state-neutral-tertiary-pressed: var(--magritte-color-component-button-background-state-neutral-tertiary-pressed-v18-1-1);
|
|
316
|
+
@magritte-color-component-button-background-state-neutral-tertiary-focused: var(--magritte-color-component-button-background-state-neutral-tertiary-focused-v18-1-1);
|
|
317
|
+
@magritte-color-component-button-background-state-accent-hovered: var(--magritte-color-component-button-background-state-accent-hovered-v18-1-1);
|
|
318
|
+
@magritte-color-component-button-background-state-accent-pressed: var(--magritte-color-component-button-background-state-accent-pressed-v18-1-1);
|
|
319
|
+
@magritte-color-component-button-background-state-accent-focused: var(--magritte-color-component-button-background-state-accent-focused-v18-1-1);
|
|
320
|
+
@magritte-color-component-button-background-state-accent-secondary-hovered: var(--magritte-color-component-button-background-state-accent-secondary-hovered-v18-1-1);
|
|
321
|
+
@magritte-color-component-button-background-state-accent-secondary-pressed: var(--magritte-color-component-button-background-state-accent-secondary-pressed-v18-1-1);
|
|
322
|
+
@magritte-color-component-button-background-state-accent-secondary-focused: var(--magritte-color-component-button-background-state-accent-secondary-focused-v18-1-1);
|
|
323
|
+
@magritte-color-component-button-background-state-accent-tertiary-hovered: var(--magritte-color-component-button-background-state-accent-tertiary-hovered-v18-1-1);
|
|
324
|
+
@magritte-color-component-button-background-state-accent-tertiary-pressed: var(--magritte-color-component-button-background-state-accent-tertiary-pressed-v18-1-1);
|
|
325
|
+
@magritte-color-component-button-background-state-accent-tertiary-focused: var(--magritte-color-component-button-background-state-accent-tertiary-focused-v18-1-1);
|
|
326
|
+
@magritte-color-component-button-background-state-positive-hovered: var(--magritte-color-component-button-background-state-positive-hovered-v18-1-1);
|
|
327
|
+
@magritte-color-component-button-background-state-positive-pressed: var(--magritte-color-component-button-background-state-positive-pressed-v18-1-1);
|
|
328
|
+
@magritte-color-component-button-background-state-positive-focused: var(--magritte-color-component-button-background-state-positive-focused-v18-1-1);
|
|
329
|
+
@magritte-color-component-button-background-state-positive-secondary-hovered: var(--magritte-color-component-button-background-state-positive-secondary-hovered-v18-1-1);
|
|
330
|
+
@magritte-color-component-button-background-state-positive-secondary-pressed: var(--magritte-color-component-button-background-state-positive-secondary-pressed-v18-1-1);
|
|
331
|
+
@magritte-color-component-button-background-state-positive-secondary-focused: var(--magritte-color-component-button-background-state-positive-secondary-focused-v18-1-1);
|
|
332
|
+
@magritte-color-component-button-background-state-positive-tertiary-hovered: var(--magritte-color-component-button-background-state-positive-tertiary-hovered-v18-1-1);
|
|
333
|
+
@magritte-color-component-button-background-state-positive-tertiary-pressed: var(--magritte-color-component-button-background-state-positive-tertiary-pressed-v18-1-1);
|
|
334
|
+
@magritte-color-component-button-background-state-positive-tertiary-focused: var(--magritte-color-component-button-background-state-positive-tertiary-focused-v18-1-1);
|
|
335
|
+
@magritte-color-component-button-background-state-negative-hovered: var(--magritte-color-component-button-background-state-negative-hovered-v18-1-1);
|
|
336
|
+
@magritte-color-component-button-background-state-negative-pressed: var(--magritte-color-component-button-background-state-negative-pressed-v18-1-1);
|
|
337
|
+
@magritte-color-component-button-background-state-negative-focused: var(--magritte-color-component-button-background-state-negative-focused-v18-1-1);
|
|
338
|
+
@magritte-color-component-button-background-state-negative-secondary-hovered: var(--magritte-color-component-button-background-state-negative-secondary-hovered-v18-1-1);
|
|
339
|
+
@magritte-color-component-button-background-state-negative-secondary-pressed: var(--magritte-color-component-button-background-state-negative-secondary-pressed-v18-1-1);
|
|
340
|
+
@magritte-color-component-button-background-state-negative-secondary-focused: var(--magritte-color-component-button-background-state-negative-secondary-focused-v18-1-1);
|
|
341
|
+
@magritte-color-component-button-background-state-negative-tertiary-hovered: var(--magritte-color-component-button-background-state-negative-tertiary-hovered-v18-1-1);
|
|
342
|
+
@magritte-color-component-button-background-state-negative-tertiary-pressed: var(--magritte-color-component-button-background-state-negative-tertiary-pressed-v18-1-1);
|
|
343
|
+
@magritte-color-component-button-background-state-negative-tertiary-focused: var(--magritte-color-component-button-background-state-negative-tertiary-focused-v18-1-1);
|
|
344
|
+
@magritte-color-component-button-background-state-contrast-hovered: var(--magritte-color-component-button-background-state-contrast-hovered-v18-1-1);
|
|
345
|
+
@magritte-color-component-button-background-state-contrast-pressed: var(--magritte-color-component-button-background-state-contrast-pressed-v18-1-1);
|
|
346
|
+
@magritte-color-component-button-background-state-contrast-focused: var(--magritte-color-component-button-background-state-contrast-focused-v18-1-1);
|
|
347
|
+
@magritte-color-component-button-background-state-contrast-secondary-hovered: var(--magritte-color-component-button-background-state-contrast-secondary-hovered-v18-1-1);
|
|
348
|
+
@magritte-color-component-button-background-state-contrast-secondary-pressed: var(--magritte-color-component-button-background-state-contrast-secondary-pressed-v18-1-1);
|
|
349
|
+
@magritte-color-component-button-background-state-contrast-secondary-focused: var(--magritte-color-component-button-background-state-contrast-secondary-focused-v18-1-1);
|
|
350
|
+
@magritte-color-component-button-background-state-contrast-tertiary-hovered: var(--magritte-color-component-button-background-state-contrast-tertiary-hovered-v18-1-1);
|
|
351
|
+
@magritte-color-component-button-background-state-contrast-tertiary-pressed: var(--magritte-color-component-button-background-state-contrast-tertiary-pressed-v18-1-1);
|
|
352
|
+
@magritte-color-component-button-background-state-contrast-tertiary-focused: var(--magritte-color-component-button-background-state-contrast-tertiary-focused-v18-1-1);
|
|
353
|
+
@magritte-color-component-button-text-neutral: var(--magritte-color-component-button-text-neutral-v18-1-1);
|
|
354
|
+
@magritte-color-component-button-text-neutral-secondary: var(--magritte-color-component-button-text-neutral-secondary-v18-1-1);
|
|
355
|
+
@magritte-color-component-button-text-neutral-tertiary: var(--magritte-color-component-button-text-neutral-tertiary-v18-1-1);
|
|
356
|
+
@magritte-color-component-button-text-accent: var(--magritte-color-component-button-text-accent-v18-1-1);
|
|
357
|
+
@magritte-color-component-button-text-accent-secondary: var(--magritte-color-component-button-text-accent-secondary-v18-1-1);
|
|
358
|
+
@magritte-color-component-button-text-accent-tertiary: var(--magritte-color-component-button-text-accent-tertiary-v18-1-1);
|
|
359
|
+
@magritte-color-component-button-text-positive: var(--magritte-color-component-button-text-positive-v18-1-1);
|
|
360
|
+
@magritte-color-component-button-text-positive-secondary: var(--magritte-color-component-button-text-positive-secondary-v18-1-1);
|
|
361
|
+
@magritte-color-component-button-text-positive-tertiary: var(--magritte-color-component-button-text-positive-tertiary-v18-1-1);
|
|
362
|
+
@magritte-color-component-button-text-negative: var(--magritte-color-component-button-text-negative-v18-1-1);
|
|
363
|
+
@magritte-color-component-button-text-negative-secondary: var(--magritte-color-component-button-text-negative-secondary-v18-1-1);
|
|
364
|
+
@magritte-color-component-button-text-negative-tertiary: var(--magritte-color-component-button-text-negative-tertiary-v18-1-1);
|
|
365
|
+
@magritte-color-component-button-text-contrast: var(--magritte-color-component-button-text-contrast-v18-1-1);
|
|
366
|
+
@magritte-color-component-button-text-contrast-secondary: var(--magritte-color-component-button-text-contrast-secondary-v18-1-1);
|
|
367
|
+
@magritte-color-component-button-text-contrast-tertiary: var(--magritte-color-component-button-text-contrast-tertiary-v18-1-1);
|
|
368
|
+
@magritte-color-component-button-icon-neutral: var(--magritte-color-component-button-icon-neutral-v18-1-1);
|
|
369
|
+
@magritte-color-component-button-icon-neutral-secondary: var(--magritte-color-component-button-icon-neutral-secondary-v18-1-1);
|
|
370
|
+
@magritte-color-component-button-icon-neutral-tertiary: var(--magritte-color-component-button-icon-neutral-tertiary-v18-1-1);
|
|
371
|
+
@magritte-color-component-button-icon-accent: var(--magritte-color-component-button-icon-accent-v18-1-1);
|
|
372
|
+
@magritte-color-component-button-icon-accent-secondary: var(--magritte-color-component-button-icon-accent-secondary-v18-1-1);
|
|
373
|
+
@magritte-color-component-button-icon-accent-tertiary: var(--magritte-color-component-button-icon-accent-tertiary-v18-1-1);
|
|
374
|
+
@magritte-color-component-button-icon-positive: var(--magritte-color-component-button-icon-positive-v18-1-1);
|
|
375
|
+
@magritte-color-component-button-icon-positive-secondary: var(--magritte-color-component-button-icon-positive-secondary-v18-1-1);
|
|
376
|
+
@magritte-color-component-button-icon-positive-tertiary: var(--magritte-color-component-button-icon-positive-tertiary-v18-1-1);
|
|
377
|
+
@magritte-color-component-button-icon-negative: var(--magritte-color-component-button-icon-negative-v18-1-1);
|
|
378
|
+
@magritte-color-component-button-icon-negative-secondary: var(--magritte-color-component-button-icon-negative-secondary-v18-1-1);
|
|
379
|
+
@magritte-color-component-button-icon-negative-tertiary: var(--magritte-color-component-button-icon-negative-tertiary-v18-1-1);
|
|
380
|
+
@magritte-color-component-button-icon-contrast: var(--magritte-color-component-button-icon-contrast-v18-1-1);
|
|
381
|
+
@magritte-color-component-button-icon-contrast-secondary: var(--magritte-color-component-button-icon-contrast-secondary-v18-1-1);
|
|
382
|
+
@magritte-color-component-button-icon-contrast-tertiary: var(--magritte-color-component-button-icon-contrast-tertiary-v18-1-1);
|
|
383
|
+
@magritte-color-component-button-counter-text-neutral: var(--magritte-color-component-button-counter-text-neutral-v18-1-1);
|
|
384
|
+
@magritte-color-component-button-counter-text-neutral-secondary: var(--magritte-color-component-button-counter-text-neutral-secondary-v18-1-1);
|
|
385
|
+
@magritte-color-component-button-counter-text-neutral-tertiary: var(--magritte-color-component-button-counter-text-neutral-tertiary-v18-1-1);
|
|
386
|
+
@magritte-color-component-button-counter-text-accent: var(--magritte-color-component-button-counter-text-accent-v18-1-1);
|
|
387
|
+
@magritte-color-component-button-counter-text-accent-secondary: var(--magritte-color-component-button-counter-text-accent-secondary-v18-1-1);
|
|
388
|
+
@magritte-color-component-button-counter-text-accent-tertiary: var(--magritte-color-component-button-counter-text-accent-tertiary-v18-1-1);
|
|
389
|
+
@magritte-color-component-button-counter-text-positive: var(--magritte-color-component-button-counter-text-positive-v18-1-1);
|
|
390
|
+
@magritte-color-component-button-counter-text-positive-secondary: var(--magritte-color-component-button-counter-text-positive-secondary-v18-1-1);
|
|
391
|
+
@magritte-color-component-button-counter-text-positive-tertiary: var(--magritte-color-component-button-counter-text-positive-tertiary-v18-1-1);
|
|
392
|
+
@magritte-color-component-button-counter-text-negative: var(--magritte-color-component-button-counter-text-negative-v18-1-1);
|
|
393
|
+
@magritte-color-component-button-counter-text-negative-secondary: var(--magritte-color-component-button-counter-text-negative-secondary-v18-1-1);
|
|
394
|
+
@magritte-color-component-button-counter-text-negative-tertiary: var(--magritte-color-component-button-counter-text-negative-tertiary-v18-1-1);
|
|
395
|
+
@magritte-color-component-button-counter-text-contrast: var(--magritte-color-component-button-counter-text-contrast-v18-1-1);
|
|
396
|
+
@magritte-color-component-button-counter-text-contrast-secondary: var(--magritte-color-component-button-counter-text-contrast-secondary-v18-1-1);
|
|
397
|
+
@magritte-color-component-button-counter-text-contrast-tertiary: var(--magritte-color-component-button-counter-text-contrast-tertiary-v18-1-1);
|
|
398
|
+
@magritte-color-component-button-counter-text-state-neutral-disabled: var(--magritte-color-component-button-counter-text-state-neutral-disabled-v18-1-1);
|
|
399
|
+
@magritte-color-component-button-counter-text-state-neutral-secondary-disabled: var(--magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v18-1-1);
|
|
400
|
+
@magritte-color-component-button-counter-text-state-neutral-tertiary-disabled: var(--magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v18-1-1);
|
|
401
|
+
@magritte-color-component-button-counter-text-state-accent-disabled: var(--magritte-color-component-button-counter-text-state-accent-disabled-v18-1-1);
|
|
402
|
+
@magritte-color-component-button-counter-text-state-accent-secondary-disabled: var(--magritte-color-component-button-counter-text-state-accent-secondary-disabled-v18-1-1);
|
|
403
|
+
@magritte-color-component-button-counter-text-state-accent-tertiary-disabled: var(--magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v18-1-1);
|
|
404
|
+
@magritte-color-component-button-counter-text-state-positive-disabled: var(--magritte-color-component-button-counter-text-state-positive-disabled-v18-1-1);
|
|
405
|
+
@magritte-color-component-button-counter-text-state-positive-secondary-disabled: var(--magritte-color-component-button-counter-text-state-positive-secondary-disabled-v18-1-1);
|
|
406
|
+
@magritte-color-component-button-counter-text-state-positive-tertiary-disabled: var(--magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v18-1-1);
|
|
407
|
+
@magritte-color-component-button-counter-text-state-negative-disabled: var(--magritte-color-component-button-counter-text-state-negative-disabled-v18-1-1);
|
|
408
|
+
@magritte-color-component-button-counter-text-state-negative-secondary-disabled: var(--magritte-color-component-button-counter-text-state-negative-secondary-disabled-v18-1-1);
|
|
409
|
+
@magritte-color-component-button-counter-text-state-negative-tertiary-disabled: var(--magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v18-1-1);
|
|
410
|
+
@magritte-color-component-button-counter-text-state-contrast-disabled: var(--magritte-color-component-button-counter-text-state-contrast-disabled-v18-1-1);
|
|
411
|
+
@magritte-color-component-button-counter-text-state-contrast-secondary-disabled: var(--magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v18-1-1);
|
|
412
|
+
@magritte-color-component-button-counter-text-state-contrast-tertiary-disabled: var(--magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v18-1-1);
|
|
413
|
+
@magritte-color-component-button-loader-icon-neutral: var(--magritte-color-component-button-loader-icon-neutral-v18-1-1);
|
|
414
|
+
@magritte-color-component-button-loader-icon-neutral-secondary: var(--magritte-color-component-button-loader-icon-neutral-secondary-v18-1-1);
|
|
415
|
+
@magritte-color-component-button-loader-icon-neutral-tertiary: var(--magritte-color-component-button-loader-icon-neutral-tertiary-v18-1-1);
|
|
416
|
+
@magritte-color-component-button-loader-icon-accent: var(--magritte-color-component-button-loader-icon-accent-v18-1-1);
|
|
417
|
+
@magritte-color-component-button-loader-icon-accent-secondary: var(--magritte-color-component-button-loader-icon-accent-secondary-v18-1-1);
|
|
418
|
+
@magritte-color-component-button-loader-icon-accent-tertiary: var(--magritte-color-component-button-loader-icon-accent-tertiary-v18-1-1);
|
|
419
|
+
@magritte-color-component-button-loader-icon-positive: var(--magritte-color-component-button-loader-icon-positive-v18-1-1);
|
|
420
|
+
@magritte-color-component-button-loader-icon-positive-secondary: var(--magritte-color-component-button-loader-icon-positive-secondary-v18-1-1);
|
|
421
|
+
@magritte-color-component-button-loader-icon-positive-tertiary: var(--magritte-color-component-button-loader-icon-positive-tertiary-v18-1-1);
|
|
422
|
+
@magritte-color-component-button-loader-icon-negative: var(--magritte-color-component-button-loader-icon-negative-v18-1-1);
|
|
423
|
+
@magritte-color-component-button-loader-icon-negative-secondary: var(--magritte-color-component-button-loader-icon-negative-secondary-v18-1-1);
|
|
424
|
+
@magritte-color-component-button-loader-icon-negative-tertiary: var(--magritte-color-component-button-loader-icon-negative-tertiary-v18-1-1);
|
|
425
|
+
@magritte-color-component-button-loader-icon-contrast: var(--magritte-color-component-button-loader-icon-contrast-v18-1-1);
|
|
426
|
+
@magritte-color-component-button-loader-icon-contrast-secondary: var(--magritte-color-component-button-loader-icon-contrast-secondary-v18-1-1);
|
|
427
|
+
@magritte-color-component-button-loader-icon-contrast-tertiary: var(--magritte-color-component-button-loader-icon-contrast-tertiary-v18-1-1);
|
|
428
|
+
@magritte-color-component-button-text-state-neutral-disabled: var(--magritte-color-component-button-text-state-neutral-disabled-v18-1-1);
|
|
429
|
+
@magritte-color-component-button-text-state-neutral-secondary-disabled: var(--magritte-color-component-button-text-state-neutral-secondary-disabled-v18-1-1);
|
|
430
|
+
@magritte-color-component-button-text-state-neutral-tertiary-disabled: var(--magritte-color-component-button-text-state-neutral-tertiary-disabled-v18-1-1);
|
|
431
|
+
@magritte-color-component-button-text-state-accent-disabled: var(--magritte-color-component-button-text-state-accent-disabled-v18-1-1);
|
|
432
|
+
@magritte-color-component-button-text-state-accent-secondary-disabled: var(--magritte-color-component-button-text-state-accent-secondary-disabled-v18-1-1);
|
|
433
|
+
@magritte-color-component-button-text-state-accent-tertiary-disabled: var(--magritte-color-component-button-text-state-accent-tertiary-disabled-v18-1-1);
|
|
434
|
+
@magritte-color-component-button-text-state-positive-disabled: var(--magritte-color-component-button-text-state-positive-disabled-v18-1-1);
|
|
435
|
+
@magritte-color-component-button-text-state-positive-secondary-disabled: var(--magritte-color-component-button-text-state-positive-secondary-disabled-v18-1-1);
|
|
436
|
+
@magritte-color-component-button-text-state-positive-tertiary-disabled: var(--magritte-color-component-button-text-state-positive-tertiary-disabled-v18-1-1);
|
|
437
|
+
@magritte-color-component-button-text-state-negative-disabled: var(--magritte-color-component-button-text-state-negative-disabled-v18-1-1);
|
|
438
|
+
@magritte-color-component-button-text-state-negative-secondary-disabled: var(--magritte-color-component-button-text-state-negative-secondary-disabled-v18-1-1);
|
|
439
|
+
@magritte-color-component-button-text-state-negative-tertiary-disabled: var(--magritte-color-component-button-text-state-negative-tertiary-disabled-v18-1-1);
|
|
440
|
+
@magritte-color-component-button-text-state-contrast-disabled: var(--magritte-color-component-button-text-state-contrast-disabled-v18-1-1);
|
|
441
|
+
@magritte-color-component-button-text-state-contrast-secondary-disabled: var(--magritte-color-component-button-text-state-contrast-secondary-disabled-v18-1-1);
|
|
442
|
+
@magritte-color-component-button-text-state-contrast-tertiary-disabled: var(--magritte-color-component-button-text-state-contrast-tertiary-disabled-v18-1-1);
|
|
443
|
+
@magritte-color-component-button-icon-state-neutral-disabled: var(--magritte-color-component-button-icon-state-neutral-disabled-v18-1-1);
|
|
444
|
+
@magritte-color-component-button-icon-state-neutral-secondary-disabled: var(--magritte-color-component-button-icon-state-neutral-secondary-disabled-v18-1-1);
|
|
445
|
+
@magritte-color-component-button-icon-state-neutral-tertiary-disabled: var(--magritte-color-component-button-icon-state-neutral-tertiary-disabled-v18-1-1);
|
|
446
|
+
@magritte-color-component-button-icon-state-accent-disabled: var(--magritte-color-component-button-icon-state-accent-disabled-v18-1-1);
|
|
447
|
+
@magritte-color-component-button-icon-state-accent-secondary-disabled: var(--magritte-color-component-button-icon-state-accent-secondary-disabled-v18-1-1);
|
|
448
|
+
@magritte-color-component-button-icon-state-accent-tertiary-disabled: var(--magritte-color-component-button-icon-state-accent-tertiary-disabled-v18-1-1);
|
|
449
|
+
@magritte-color-component-button-icon-state-positive-disabled: var(--magritte-color-component-button-icon-state-positive-disabled-v18-1-1);
|
|
450
|
+
@magritte-color-component-button-icon-state-positive-secondary-disabled: var(--magritte-color-component-button-icon-state-positive-secondary-disabled-v18-1-1);
|
|
451
|
+
@magritte-color-component-button-icon-state-positive-tertiary-disabled: var(--magritte-color-component-button-icon-state-positive-tertiary-disabled-v18-1-1);
|
|
452
|
+
@magritte-color-component-button-icon-state-negative-disabled: var(--magritte-color-component-button-icon-state-negative-disabled-v18-1-1);
|
|
453
|
+
@magritte-color-component-button-icon-state-negative-secondary-disabled: var(--magritte-color-component-button-icon-state-negative-secondary-disabled-v18-1-1);
|
|
454
|
+
@magritte-color-component-button-icon-state-negative-tertiary-disabled: var(--magritte-color-component-button-icon-state-negative-tertiary-disabled-v18-1-1);
|
|
455
|
+
@magritte-color-component-button-icon-state-contrast-disabled: var(--magritte-color-component-button-icon-state-contrast-disabled-v18-1-1);
|
|
456
|
+
@magritte-color-component-button-icon-state-contrast-secondary-disabled: var(--magritte-color-component-button-icon-state-contrast-secondary-disabled-v18-1-1);
|
|
457
|
+
@magritte-color-component-button-icon-state-contrast-tertiary-disabled: var(--magritte-color-component-button-icon-state-contrast-tertiary-disabled-v18-1-1);
|
|
458
|
+
@magritte-color-component-button-stroke-state-neutral-focused-accessible: var(--magritte-color-component-button-stroke-state-neutral-focused-accessible-v18-1-1);
|
|
459
|
+
@magritte-color-component-button-stroke-state-accent-focused-accessible: var(--magritte-color-component-button-stroke-state-accent-focused-accessible-v18-1-1);
|
|
460
|
+
@magritte-color-component-button-stroke-state-positive-focused-accessible: var(--magritte-color-component-button-stroke-state-positive-focused-accessible-v18-1-1);
|
|
461
|
+
@magritte-color-component-button-stroke-state-contrast-focused-accessible: var(--magritte-color-component-button-stroke-state-contrast-focused-accessible-v18-1-1);
|
|
462
|
+
@magritte-color-component-button-stroke-state-negative-focused-accessible: var(--magritte-color-component-button-stroke-state-negative-focused-accessible-v18-1-1);
|
|
463
|
+
@magritte-color-component-branded-button-stroke-state-apple-focused-accessible: var(--magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v18-1-1);
|
|
464
|
+
@magritte-color-component-branded-button-stroke-state-yandex-focused-accessible: var(--magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v18-1-1);
|
|
465
|
+
@magritte-color-component-branded-button-stroke-state-vk-focused-accessible: var(--magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v18-1-1);
|
|
466
|
+
@magritte-color-component-branded-button-stroke-state-mail-focused-accessible: var(--magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v18-1-1);
|
|
467
|
+
@magritte-color-component-branded-button-stroke-state-ok-focused-accessible: var(--magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v18-1-1);
|
|
468
|
+
@magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible: var(--magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v18-1-1);
|
|
469
|
+
@magritte-color-component-branded-button-stroke-state-google-focused-accessible: var(--magritte-color-component-branded-button-stroke-state-google-focused-accessible-v18-1-1);
|
|
470
|
+
@magritte-color-component-branded-button-stroke-state-esia-focused-accessible: var(--magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v18-1-1);
|
|
471
|
+
@magritte-color-component-branded-button-stroke-state-more-focused-accessible: var(--magritte-color-component-branded-button-stroke-state-more-focused-accessible-v18-1-1);
|
|
472
|
+
@magritte-color-component-branded-button-background-apple: var(--magritte-color-component-branded-button-background-apple-v18-1-1);
|
|
473
|
+
@magritte-color-component-branded-button-background-apple-secondary: var(--magritte-color-component-branded-button-background-apple-secondary-v18-1-1);
|
|
474
|
+
@magritte-color-component-branded-button-background-apple-tertiary: var(--magritte-color-component-branded-button-background-apple-tertiary-v18-1-1);
|
|
475
|
+
@magritte-color-component-branded-button-background-yandex: var(--magritte-color-component-branded-button-background-yandex-v18-1-1);
|
|
476
|
+
@magritte-color-component-branded-button-background-yandex-secondary: var(--magritte-color-component-branded-button-background-yandex-secondary-v18-1-1);
|
|
477
|
+
@magritte-color-component-branded-button-background-yandex-tertiary: var(--magritte-color-component-branded-button-background-yandex-tertiary-v18-1-1);
|
|
478
|
+
@magritte-color-component-branded-button-background-vk: var(--magritte-color-component-branded-button-background-vk-v18-1-1);
|
|
479
|
+
@magritte-color-component-branded-button-background-vk-secondary: var(--magritte-color-component-branded-button-background-vk-secondary-v18-1-1);
|
|
480
|
+
@magritte-color-component-branded-button-background-vk-tertiary: var(--magritte-color-component-branded-button-background-vk-tertiary-v18-1-1);
|
|
481
|
+
@magritte-color-component-branded-button-background-mail: var(--magritte-color-component-branded-button-background-mail-v18-1-1);
|
|
482
|
+
@magritte-color-component-branded-button-background-mail-secondary: var(--magritte-color-component-branded-button-background-mail-secondary-v18-1-1);
|
|
483
|
+
@magritte-color-component-branded-button-background-mail-tertiary: var(--magritte-color-component-branded-button-background-mail-tertiary-v18-1-1);
|
|
484
|
+
@magritte-color-component-branded-button-background-ok: var(--magritte-color-component-branded-button-background-ok-v18-1-1);
|
|
485
|
+
@magritte-color-component-branded-button-background-ok-secondary: var(--magritte-color-component-branded-button-background-ok-secondary-v18-1-1);
|
|
486
|
+
@magritte-color-component-branded-button-background-ok-tertiary: var(--magritte-color-component-branded-button-background-ok-tertiary-v18-1-1);
|
|
487
|
+
@magritte-color-component-branded-button-background-tinkoff: var(--magritte-color-component-branded-button-background-tinkoff-v18-1-1);
|
|
488
|
+
@magritte-color-component-branded-button-background-tinkoff-secondary: var(--magritte-color-component-branded-button-background-tinkoff-secondary-v18-1-1);
|
|
489
|
+
@magritte-color-component-branded-button-background-tinkoff-tertiary: var(--magritte-color-component-branded-button-background-tinkoff-tertiary-v18-1-1);
|
|
490
|
+
@magritte-color-component-branded-button-background-google: var(--magritte-color-component-branded-button-background-google-v18-1-1);
|
|
491
|
+
@magritte-color-component-branded-button-background-google-secondary: var(--magritte-color-component-branded-button-background-google-secondary-v18-1-1);
|
|
492
|
+
@magritte-color-component-branded-button-background-google-tertiary: var(--magritte-color-component-branded-button-background-google-tertiary-v18-1-1);
|
|
493
|
+
@magritte-color-component-branded-button-background-esia: var(--magritte-color-component-branded-button-background-esia-v18-1-1);
|
|
494
|
+
@magritte-color-component-branded-button-background-esia-secondary: var(--magritte-color-component-branded-button-background-esia-secondary-v18-1-1);
|
|
495
|
+
@magritte-color-component-branded-button-background-esia-tertiary: var(--magritte-color-component-branded-button-background-esia-tertiary-v18-1-1);
|
|
496
|
+
@magritte-color-component-branded-button-background-more: var(--magritte-color-component-branded-button-background-more-v18-1-1);
|
|
497
|
+
@magritte-color-component-branded-button-background-more-secondary: var(--magritte-color-component-branded-button-background-more-secondary-v18-1-1);
|
|
498
|
+
@magritte-color-component-branded-button-background-more-tertiary: var(--magritte-color-component-branded-button-background-more-tertiary-v18-1-1);
|
|
499
|
+
@magritte-color-component-branded-button-background-state-apple-hovered: var(--magritte-color-component-branded-button-background-state-apple-hovered-v18-1-1);
|
|
500
|
+
@magritte-color-component-branded-button-background-state-apple-pressed: var(--magritte-color-component-branded-button-background-state-apple-pressed-v18-1-1);
|
|
501
|
+
@magritte-color-component-branded-button-background-state-apple-disabled: var(--magritte-color-component-branded-button-background-state-apple-disabled-v18-1-1);
|
|
502
|
+
@magritte-color-component-branded-button-background-state-apple-secondary-hovered: var(--magritte-color-component-branded-button-background-state-apple-secondary-hovered-v18-1-1);
|
|
503
|
+
@magritte-color-component-branded-button-background-state-apple-tertiary-hovered: var(--magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v18-1-1);
|
|
504
|
+
@magritte-color-component-branded-button-background-state-apple-secondary-pressed: var(--magritte-color-component-branded-button-background-state-apple-secondary-pressed-v18-1-1);
|
|
505
|
+
@magritte-color-component-branded-button-background-state-apple-tertiary-pressed: var(--magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v18-1-1);
|
|
506
|
+
@magritte-color-component-branded-button-background-state-apple-secondary-disabled: var(--magritte-color-component-branded-button-background-state-apple-secondary-disabled-v18-1-1);
|
|
507
|
+
@magritte-color-component-branded-button-background-state-apple-tertiary-disabled: var(--magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v18-1-1);
|
|
508
|
+
@magritte-color-component-branded-button-background-state-yandex-hovered: var(--magritte-color-component-branded-button-background-state-yandex-hovered-v18-1-1);
|
|
509
|
+
@magritte-color-component-branded-button-background-state-yandex-pressed: var(--magritte-color-component-branded-button-background-state-yandex-pressed-v18-1-1);
|
|
510
|
+
@magritte-color-component-branded-button-background-state-yandex-disabled: var(--magritte-color-component-branded-button-background-state-yandex-disabled-v18-1-1);
|
|
511
|
+
@magritte-color-component-branded-button-background-state-yandex-secondary-hovered: var(--magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v18-1-1);
|
|
512
|
+
@magritte-color-component-branded-button-background-state-yandex-tertiary-hovered: var(--magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v18-1-1);
|
|
513
|
+
@magritte-color-component-branded-button-background-state-yandex-secondary-pressed: var(--magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v18-1-1);
|
|
514
|
+
@magritte-color-component-branded-button-background-state-yandex-tertiary-pressed: var(--magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v18-1-1);
|
|
515
|
+
@magritte-color-component-branded-button-background-state-yandex-secondary-disabled: var(--magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v18-1-1);
|
|
516
|
+
@magritte-color-component-branded-button-background-state-yandex-tertiary-disabled: var(--magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v18-1-1);
|
|
517
|
+
@magritte-color-component-branded-button-background-state-vk-hovered: var(--magritte-color-component-branded-button-background-state-vk-hovered-v18-1-1);
|
|
518
|
+
@magritte-color-component-branded-button-background-state-vk-pressed: var(--magritte-color-component-branded-button-background-state-vk-pressed-v18-1-1);
|
|
519
|
+
@magritte-color-component-branded-button-background-state-vk-disabled: var(--magritte-color-component-branded-button-background-state-vk-disabled-v18-1-1);
|
|
520
|
+
@magritte-color-component-branded-button-background-state-vk-secondary-hovered: var(--magritte-color-component-branded-button-background-state-vk-secondary-hovered-v18-1-1);
|
|
521
|
+
@magritte-color-component-branded-button-background-state-vk-tertiary-hovered: var(--magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v18-1-1);
|
|
522
|
+
@magritte-color-component-branded-button-background-state-vk-secondary-pressed: var(--magritte-color-component-branded-button-background-state-vk-secondary-pressed-v18-1-1);
|
|
523
|
+
@magritte-color-component-branded-button-background-state-vk-tertiary-pressed: var(--magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v18-1-1);
|
|
524
|
+
@magritte-color-component-branded-button-background-state-vk-secondary-disabled: var(--magritte-color-component-branded-button-background-state-vk-secondary-disabled-v18-1-1);
|
|
525
|
+
@magritte-color-component-branded-button-background-state-vk-tertiary-disabled: var(--magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v18-1-1);
|
|
526
|
+
@magritte-color-component-branded-button-background-state-mail-hovered: var(--magritte-color-component-branded-button-background-state-mail-hovered-v18-1-1);
|
|
527
|
+
@magritte-color-component-branded-button-background-state-mail-pressed: var(--magritte-color-component-branded-button-background-state-mail-pressed-v18-1-1);
|
|
528
|
+
@magritte-color-component-branded-button-background-state-mail-disabled: var(--magritte-color-component-branded-button-background-state-mail-disabled-v18-1-1);
|
|
529
|
+
@magritte-color-component-branded-button-background-state-mail-secondary-hovered: var(--magritte-color-component-branded-button-background-state-mail-secondary-hovered-v18-1-1);
|
|
530
|
+
@magritte-color-component-branded-button-background-state-mail-tertiary-hovered: var(--magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v18-1-1);
|
|
531
|
+
@magritte-color-component-branded-button-background-state-mail-secondary-pressed: var(--magritte-color-component-branded-button-background-state-mail-secondary-pressed-v18-1-1);
|
|
532
|
+
@magritte-color-component-branded-button-background-state-mail-tertiary-pressed: var(--magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v18-1-1);
|
|
533
|
+
@magritte-color-component-branded-button-background-state-mail-secondary-disabled: var(--magritte-color-component-branded-button-background-state-mail-secondary-disabled-v18-1-1);
|
|
534
|
+
@magritte-color-component-branded-button-background-state-mail-tertiary-disabled: var(--magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v18-1-1);
|
|
535
|
+
@magritte-color-component-branded-button-background-state-ok-hovered: var(--magritte-color-component-branded-button-background-state-ok-hovered-v18-1-1);
|
|
536
|
+
@magritte-color-component-branded-button-background-state-ok-pressed: var(--magritte-color-component-branded-button-background-state-ok-pressed-v18-1-1);
|
|
537
|
+
@magritte-color-component-branded-button-background-state-ok-disabled: var(--magritte-color-component-branded-button-background-state-ok-disabled-v18-1-1);
|
|
538
|
+
@magritte-color-component-branded-button-background-state-ok-secondary-hovered: var(--magritte-color-component-branded-button-background-state-ok-secondary-hovered-v18-1-1);
|
|
539
|
+
@magritte-color-component-branded-button-background-state-ok-tertiary-hovered: var(--magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v18-1-1);
|
|
540
|
+
@magritte-color-component-branded-button-background-state-ok-secondary-pressed: var(--magritte-color-component-branded-button-background-state-ok-secondary-pressed-v18-1-1);
|
|
541
|
+
@magritte-color-component-branded-button-background-state-ok-tertiary-pressed: var(--magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v18-1-1);
|
|
542
|
+
@magritte-color-component-branded-button-background-state-ok-secondary-disabled: var(--magritte-color-component-branded-button-background-state-ok-secondary-disabled-v18-1-1);
|
|
543
|
+
@magritte-color-component-branded-button-background-state-ok-tertiary-disabled: var(--magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v18-1-1);
|
|
544
|
+
@magritte-color-component-branded-button-background-state-tinkoff-hovered: var(--magritte-color-component-branded-button-background-state-tinkoff-hovered-v18-1-1);
|
|
545
|
+
@magritte-color-component-branded-button-background-state-tinkoff-pressed: var(--magritte-color-component-branded-button-background-state-tinkoff-pressed-v18-1-1);
|
|
546
|
+
@magritte-color-component-branded-button-background-state-tinkoff-disabled: var(--magritte-color-component-branded-button-background-state-tinkoff-disabled-v18-1-1);
|
|
547
|
+
@magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered: var(--magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v18-1-1);
|
|
548
|
+
@magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered: var(--magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v18-1-1);
|
|
549
|
+
@magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed: var(--magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v18-1-1);
|
|
550
|
+
@magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed: var(--magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v18-1-1);
|
|
551
|
+
@magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled: var(--magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v18-1-1);
|
|
552
|
+
@magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled: var(--magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v18-1-1);
|
|
553
|
+
@magritte-color-component-branded-button-background-state-google-hovered: var(--magritte-color-component-branded-button-background-state-google-hovered-v18-1-1);
|
|
554
|
+
@magritte-color-component-branded-button-background-state-google-pressed: var(--magritte-color-component-branded-button-background-state-google-pressed-v18-1-1);
|
|
555
|
+
@magritte-color-component-branded-button-background-state-google-disabled: var(--magritte-color-component-branded-button-background-state-google-disabled-v18-1-1);
|
|
556
|
+
@magritte-color-component-branded-button-background-state-google-secondary-hovered: var(--magritte-color-component-branded-button-background-state-google-secondary-hovered-v18-1-1);
|
|
557
|
+
@magritte-color-component-branded-button-background-state-google-tertiary-hovered: var(--magritte-color-component-branded-button-background-state-google-tertiary-hovered-v18-1-1);
|
|
558
|
+
@magritte-color-component-branded-button-background-state-google-secondary-pressed: var(--magritte-color-component-branded-button-background-state-google-secondary-pressed-v18-1-1);
|
|
559
|
+
@magritte-color-component-branded-button-background-state-google-tertiary-pressed: var(--magritte-color-component-branded-button-background-state-google-tertiary-pressed-v18-1-1);
|
|
560
|
+
@magritte-color-component-branded-button-background-state-google-secondary-disabled: var(--magritte-color-component-branded-button-background-state-google-secondary-disabled-v18-1-1);
|
|
561
|
+
@magritte-color-component-branded-button-background-state-google-tertiary-disabled: var(--magritte-color-component-branded-button-background-state-google-tertiary-disabled-v18-1-1);
|
|
562
|
+
@magritte-color-component-branded-button-background-state-esia-hovered: var(--magritte-color-component-branded-button-background-state-esia-hovered-v18-1-1);
|
|
563
|
+
@magritte-color-component-branded-button-background-state-esia-pressed: var(--magritte-color-component-branded-button-background-state-esia-pressed-v18-1-1);
|
|
564
|
+
@magritte-color-component-branded-button-background-state-esia-disabled: var(--magritte-color-component-branded-button-background-state-esia-disabled-v18-1-1);
|
|
565
|
+
@magritte-color-component-branded-button-background-state-esia-secondary-hovered: var(--magritte-color-component-branded-button-background-state-esia-secondary-hovered-v18-1-1);
|
|
566
|
+
@magritte-color-component-branded-button-background-state-esia-tertiary-hovered: var(--magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v18-1-1);
|
|
567
|
+
@magritte-color-component-branded-button-background-state-esia-secondary-pressed: var(--magritte-color-component-branded-button-background-state-esia-secondary-pressed-v18-1-1);
|
|
568
|
+
@magritte-color-component-branded-button-background-state-esia-tertiary-pressed: var(--magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v18-1-1);
|
|
569
|
+
@magritte-color-component-branded-button-background-state-esia-secondary-disabled: var(--magritte-color-component-branded-button-background-state-esia-secondary-disabled-v18-1-1);
|
|
570
|
+
@magritte-color-component-branded-button-background-state-esia-tertiary-disabled: var(--magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v18-1-1);
|
|
571
|
+
@magritte-color-component-branded-button-background-state-more-hovered: var(--magritte-color-component-branded-button-background-state-more-hovered-v18-1-1);
|
|
572
|
+
@magritte-color-component-branded-button-background-state-more-pressed: var(--magritte-color-component-branded-button-background-state-more-pressed-v18-1-1);
|
|
573
|
+
@magritte-color-component-branded-button-background-state-more-disabled: var(--magritte-color-component-branded-button-background-state-more-disabled-v18-1-1);
|
|
574
|
+
@magritte-color-component-branded-button-background-state-more-secondary-hovered: var(--magritte-color-component-branded-button-background-state-more-secondary-hovered-v18-1-1);
|
|
575
|
+
@magritte-color-component-branded-button-background-state-more-tertiary-hovered: var(--magritte-color-component-branded-button-background-state-more-tertiary-hovered-v18-1-1);
|
|
576
|
+
@magritte-color-component-branded-button-background-state-more-secondary-pressed: var(--magritte-color-component-branded-button-background-state-more-secondary-pressed-v18-1-1);
|
|
577
|
+
@magritte-color-component-branded-button-background-state-more-tertiary-pressed: var(--magritte-color-component-branded-button-background-state-more-tertiary-pressed-v18-1-1);
|
|
578
|
+
@magritte-color-component-branded-button-background-state-more-secondary-disabled: var(--magritte-color-component-branded-button-background-state-more-secondary-disabled-v18-1-1);
|
|
579
|
+
@magritte-color-component-branded-button-background-state-more-tertiary-disabled: var(--magritte-color-component-branded-button-background-state-more-tertiary-disabled-v18-1-1);
|
|
580
|
+
@magritte-color-component-branded-button-text-apple: var(--magritte-color-component-branded-button-text-apple-v18-1-1);
|
|
581
|
+
@magritte-color-component-branded-button-text-apple-secondary: var(--magritte-color-component-branded-button-text-apple-secondary-v18-1-1);
|
|
582
|
+
@magritte-color-component-branded-button-text-apple-tertiary: var(--magritte-color-component-branded-button-text-apple-tertiary-v18-1-1);
|
|
583
|
+
@magritte-color-component-branded-button-text-yandex: var(--magritte-color-component-branded-button-text-yandex-v18-1-1);
|
|
584
|
+
@magritte-color-component-branded-button-text-yandex-secondary: var(--magritte-color-component-branded-button-text-yandex-secondary-v18-1-1);
|
|
585
|
+
@magritte-color-component-branded-button-text-yandex-tertiary: var(--magritte-color-component-branded-button-text-yandex-tertiary-v18-1-1);
|
|
586
|
+
@magritte-color-component-branded-button-text-vk: var(--magritte-color-component-branded-button-text-vk-v18-1-1);
|
|
587
|
+
@magritte-color-component-branded-button-text-vk-secondary: var(--magritte-color-component-branded-button-text-vk-secondary-v18-1-1);
|
|
588
|
+
@magritte-color-component-branded-button-text-vk-tertiary: var(--magritte-color-component-branded-button-text-vk-tertiary-v18-1-1);
|
|
589
|
+
@magritte-color-component-branded-button-text-mail: var(--magritte-color-component-branded-button-text-mail-v18-1-1);
|
|
590
|
+
@magritte-color-component-branded-button-text-mail-secondary: var(--magritte-color-component-branded-button-text-mail-secondary-v18-1-1);
|
|
591
|
+
@magritte-color-component-branded-button-text-mail-tertiary: var(--magritte-color-component-branded-button-text-mail-tertiary-v18-1-1);
|
|
592
|
+
@magritte-color-component-branded-button-text-ok: var(--magritte-color-component-branded-button-text-ok-v18-1-1);
|
|
593
|
+
@magritte-color-component-branded-button-text-ok-secondary: var(--magritte-color-component-branded-button-text-ok-secondary-v18-1-1);
|
|
594
|
+
@magritte-color-component-branded-button-text-ok-tertiary: var(--magritte-color-component-branded-button-text-ok-tertiary-v18-1-1);
|
|
595
|
+
@magritte-color-component-branded-button-text-google: var(--magritte-color-component-branded-button-text-google-v18-1-1);
|
|
596
|
+
@magritte-color-component-branded-button-text-google-secondary: var(--magritte-color-component-branded-button-text-google-secondary-v18-1-1);
|
|
597
|
+
@magritte-color-component-branded-button-text-google-tertiary: var(--magritte-color-component-branded-button-text-google-tertiary-v18-1-1);
|
|
598
|
+
@magritte-color-component-branded-button-text-esia: var(--magritte-color-component-branded-button-text-esia-v18-1-1);
|
|
599
|
+
@magritte-color-component-branded-button-text-esia-secondary: var(--magritte-color-component-branded-button-text-esia-secondary-v18-1-1);
|
|
600
|
+
@magritte-color-component-branded-button-text-esia-tertiary: var(--magritte-color-component-branded-button-text-esia-tertiary-v18-1-1);
|
|
601
|
+
@magritte-color-component-branded-button-text-tinkoff: var(--magritte-color-component-branded-button-text-tinkoff-v18-1-1);
|
|
602
|
+
@magritte-color-component-branded-button-text-tinkoff-secondary: var(--magritte-color-component-branded-button-text-tinkoff-secondary-v18-1-1);
|
|
603
|
+
@magritte-color-component-branded-button-text-tinkoff-tertiary: var(--magritte-color-component-branded-button-text-tinkoff-tertiary-v18-1-1);
|
|
604
|
+
@magritte-color-component-branded-button-text-more: var(--magritte-color-component-branded-button-text-more-v18-1-1);
|
|
605
|
+
@magritte-color-component-branded-button-text-more-secondary: var(--magritte-color-component-branded-button-text-more-secondary-v18-1-1);
|
|
606
|
+
@magritte-color-component-branded-button-text-more-tertiary: var(--magritte-color-component-branded-button-text-more-tertiary-v18-1-1);
|
|
607
|
+
@magritte-color-component-branded-button-text-state-apple-disabled: var(--magritte-color-component-branded-button-text-state-apple-disabled-v18-1-1);
|
|
608
|
+
@magritte-color-component-branded-button-text-state-apple-secondary-disabled: var(--magritte-color-component-branded-button-text-state-apple-secondary-disabled-v18-1-1);
|
|
609
|
+
@magritte-color-component-branded-button-text-state-apple-tertiary-disabled: var(--magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v18-1-1);
|
|
610
|
+
@magritte-color-component-branded-button-text-state-yandex-disabled: var(--magritte-color-component-branded-button-text-state-yandex-disabled-v18-1-1);
|
|
611
|
+
@magritte-color-component-branded-button-text-state-yandex-secondary-disabled: var(--magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v18-1-1);
|
|
612
|
+
@magritte-color-component-branded-button-text-state-yandex-tertiary-disabled: var(--magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v18-1-1);
|
|
613
|
+
@magritte-color-component-branded-button-text-state-vk-disabled: var(--magritte-color-component-branded-button-text-state-vk-disabled-v18-1-1);
|
|
614
|
+
@magritte-color-component-branded-button-text-state-vk-secondary-disabled: var(--magritte-color-component-branded-button-text-state-vk-secondary-disabled-v18-1-1);
|
|
615
|
+
@magritte-color-component-branded-button-text-state-vk-tertiary-disabled: var(--magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v18-1-1);
|
|
616
|
+
@magritte-color-component-branded-button-text-state-mail-disabled: var(--magritte-color-component-branded-button-text-state-mail-disabled-v18-1-1);
|
|
617
|
+
@magritte-color-component-branded-button-text-state-mail-secondary-disabled: var(--magritte-color-component-branded-button-text-state-mail-secondary-disabled-v18-1-1);
|
|
618
|
+
@magritte-color-component-branded-button-text-state-mail-tertiary-disabled: var(--magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v18-1-1);
|
|
619
|
+
@magritte-color-component-branded-button-text-state-ok-disabled: var(--magritte-color-component-branded-button-text-state-ok-disabled-v18-1-1);
|
|
620
|
+
@magritte-color-component-branded-button-text-state-ok-secondary-disabled: var(--magritte-color-component-branded-button-text-state-ok-secondary-disabled-v18-1-1);
|
|
621
|
+
@magritte-color-component-branded-button-text-state-ok-tertiary-disabled: var(--magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v18-1-1);
|
|
622
|
+
@magritte-color-component-branded-button-text-state-google-disabled: var(--magritte-color-component-branded-button-text-state-google-disabled-v18-1-1);
|
|
623
|
+
@magritte-color-component-branded-button-text-state-google-secondary-disabled: var(--magritte-color-component-branded-button-text-state-google-secondary-disabled-v18-1-1);
|
|
624
|
+
@magritte-color-component-branded-button-text-state-google-tertiary-disabled: var(--magritte-color-component-branded-button-text-state-google-tertiary-disabled-v18-1-1);
|
|
625
|
+
@magritte-color-component-branded-button-text-state-esia-disabled: var(--magritte-color-component-branded-button-text-state-esia-disabled-v18-1-1);
|
|
626
|
+
@magritte-color-component-branded-button-text-state-esia-secondary-disabled: var(--magritte-color-component-branded-button-text-state-esia-secondary-disabled-v18-1-1);
|
|
627
|
+
@magritte-color-component-branded-button-text-state-esia-tertiary-disabled: var(--magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v18-1-1);
|
|
628
|
+
@magritte-color-component-branded-button-text-state-tinkoff-disabled: var(--magritte-color-component-branded-button-text-state-tinkoff-disabled-v18-1-1);
|
|
629
|
+
@magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled: var(--magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v18-1-1);
|
|
630
|
+
@magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled: var(--magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v18-1-1);
|
|
631
|
+
@magritte-color-component-branded-button-text-state-more-disabled: var(--magritte-color-component-branded-button-text-state-more-disabled-v18-1-1);
|
|
632
|
+
@magritte-color-component-branded-button-text-state-more-secondary-disabled: var(--magritte-color-component-branded-button-text-state-more-secondary-disabled-v18-1-1);
|
|
633
|
+
@magritte-color-component-branded-button-text-state-more-tertiary-disabled: var(--magritte-color-component-branded-button-text-state-more-tertiary-disabled-v18-1-1);
|
|
634
|
+
@magritte-color-component-branded-button-icon-apple-tertiary: var(--magritte-color-component-branded-button-icon-apple-tertiary-v18-1-1);
|
|
635
|
+
@magritte-color-component-branded-button-icon-yandex-tertiary: var(--magritte-color-component-branded-button-icon-yandex-tertiary-v18-1-1);
|
|
636
|
+
@magritte-color-component-branded-button-icon-vk-tertiary: var(--magritte-color-component-branded-button-icon-vk-tertiary-v18-1-1);
|
|
637
|
+
@magritte-color-component-branded-button-icon-mail-tertiary: var(--magritte-color-component-branded-button-icon-mail-tertiary-v18-1-1);
|
|
638
|
+
@magritte-color-component-branded-button-icon-ok-tertiary: var(--magritte-color-component-branded-button-icon-ok-tertiary-v18-1-1);
|
|
639
|
+
@magritte-color-component-branded-button-icon-google-tertiary: var(--magritte-color-component-branded-button-icon-google-tertiary-v18-1-1);
|
|
640
|
+
@magritte-color-component-branded-button-icon-esia-tertiary: var(--magritte-color-component-branded-button-icon-esia-tertiary-v18-1-1);
|
|
641
|
+
@magritte-color-component-branded-button-icon-tinkoff-tertiary: var(--magritte-color-component-branded-button-icon-tinkoff-tertiary-v18-1-1);
|
|
642
|
+
@magritte-color-component-branded-button-icon-more: var(--magritte-color-component-branded-button-icon-more-v18-1-1);
|
|
643
|
+
@magritte-color-component-branded-button-icon-more-secondary: var(--magritte-color-component-branded-button-icon-more-secondary-v18-1-1);
|
|
644
|
+
@magritte-color-component-branded-button-icon-more-tertiary: var(--magritte-color-component-branded-button-icon-more-tertiary-v18-1-1);
|
|
645
|
+
@magritte-color-component-branded-button-icon-state-apple-tertiary-disabled: var(--magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v18-1-1);
|
|
646
|
+
@magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled: var(--magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v18-1-1);
|
|
647
|
+
@magritte-color-component-branded-button-icon-state-vk-tertiary-disabled: var(--magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v18-1-1);
|
|
648
|
+
@magritte-color-component-branded-button-icon-state-mail-tertiary-disabled: var(--magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v18-1-1);
|
|
649
|
+
@magritte-color-component-branded-button-icon-state-ok-tertiary-disabled: var(--magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v18-1-1);
|
|
650
|
+
@magritte-color-component-branded-button-icon-state-google-tertiary-disabled: var(--magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v18-1-1);
|
|
651
|
+
@magritte-color-component-branded-button-icon-state-esia-tertiary-disabled: var(--magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v18-1-1);
|
|
652
|
+
@magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled: var(--magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v18-1-1);
|
|
653
|
+
@magritte-color-component-branded-button-icon-state-more-disabled: var(--magritte-color-component-branded-button-icon-state-more-disabled-v18-1-1);
|
|
654
|
+
@magritte-color-component-branded-button-icon-state-more-secondary-disabled: var(--magritte-color-component-branded-button-icon-state-more-secondary-disabled-v18-1-1);
|
|
655
|
+
@magritte-color-component-branded-button-icon-state-more-tertiary-disabled: var(--magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v18-1-1);
|
|
656
|
+
@magritte-color-component-switch-stroke-state-focused-accessible: var(--magritte-color-component-switch-stroke-state-focused-accessible-v18-1-1);
|
|
657
|
+
@magritte-color-component-switch-background-container-checked: var(--magritte-color-component-switch-background-container-checked-v18-1-1);
|
|
658
|
+
@magritte-color-component-switch-background-container-unchecked: var(--magritte-color-component-switch-background-container-unchecked-v18-1-1);
|
|
659
|
+
@magritte-color-component-switch-background-toggle-checked: var(--magritte-color-component-switch-background-toggle-checked-v18-1-1);
|
|
660
|
+
@magritte-color-component-switch-background-toggle-unchecked: var(--magritte-color-component-switch-background-toggle-unchecked-v18-1-1);
|
|
661
|
+
@magritte-color-component-switch-background-state-container-checked-hovered: var(--magritte-color-component-switch-background-state-container-checked-hovered-v18-1-1);
|
|
662
|
+
@magritte-color-component-switch-background-state-container-checked-pressed: var(--magritte-color-component-switch-background-state-container-checked-pressed-v18-1-1);
|
|
663
|
+
@magritte-color-component-switch-background-state-container-unchecked-hovered: var(--magritte-color-component-switch-background-state-container-unchecked-hovered-v18-1-1);
|
|
664
|
+
@magritte-color-component-switch-background-state-container-unchecked-pressed: var(--magritte-color-component-switch-background-state-container-unchecked-pressed-v18-1-1);
|
|
665
|
+
@magritte-color-component-switch-background-state-toggle-checked-hovered: var(--magritte-color-component-switch-background-state-toggle-checked-hovered-v18-1-1);
|
|
666
|
+
@magritte-color-component-switch-background-state-toggle-checked-pressed: var(--magritte-color-component-switch-background-state-toggle-checked-pressed-v18-1-1);
|
|
667
|
+
@magritte-color-component-switch-background-state-toggle-unchecked-hovered: var(--magritte-color-component-switch-background-state-toggle-unchecked-hovered-v18-1-1);
|
|
668
|
+
@magritte-color-component-switch-background-state-toggle-unchecked-pressed: var(--magritte-color-component-switch-background-state-toggle-unchecked-pressed-v18-1-1);
|
|
669
|
+
@magritte-color-component-switch-background-state-container-checked-disabled: var(--magritte-color-component-switch-background-state-container-checked-disabled-v18-1-1);
|
|
670
|
+
@magritte-color-component-switch-background-state-container-unchecked-disabled: var(--magritte-color-component-switch-background-state-container-unchecked-disabled-v18-1-1);
|
|
671
|
+
@magritte-color-component-switch-background-state-toggle-checked-disabled: var(--magritte-color-component-switch-background-state-toggle-checked-disabled-v18-1-1);
|
|
672
|
+
@magritte-color-component-switch-background-state-toggle-unchecked-disabled: var(--magritte-color-component-switch-background-state-toggle-unchecked-disabled-v18-1-1);
|
|
673
|
+
@magritte-color-component-switch-icon-state-toggle-checked-disabled: var(--magritte-color-component-switch-icon-state-toggle-checked-disabled-v18-1-1);
|
|
674
|
+
@magritte-color-component-switch-icon-state-toggle-unchecked-disabled: var(--magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v18-1-1);
|
|
675
|
+
@magritte-color-component-tabs-stroke-state-focused-accessible: var(--magritte-color-component-tabs-stroke-state-focused-accessible-v18-1-1);
|
|
676
|
+
@magritte-color-component-tabs-background-selected: var(--magritte-color-component-tabs-background-selected-v18-1-1);
|
|
677
|
+
@magritte-color-component-tabs-background-unselected: var(--magritte-color-component-tabs-background-unselected-v18-1-1);
|
|
678
|
+
@magritte-color-component-tabs-background-state-unselected-pressed: var(--magritte-color-component-tabs-background-state-unselected-pressed-v18-1-1);
|
|
679
|
+
@magritte-color-component-tabs-background-state-unselected-focused: var(--magritte-color-component-tabs-background-state-unselected-focused-v18-1-1);
|
|
680
|
+
@magritte-color-component-tabs-background-state-selected-focused: var(--magritte-color-component-tabs-background-state-selected-focused-v18-1-1);
|
|
681
|
+
@magritte-color-component-tabs-background-state-unselected-hovered: var(--magritte-color-component-tabs-background-state-unselected-hovered-v18-1-1);
|
|
682
|
+
@magritte-color-component-tabs-text-selected: var(--magritte-color-component-tabs-text-selected-v18-1-1);
|
|
683
|
+
@magritte-color-component-tabs-text-unselected: var(--magritte-color-component-tabs-text-unselected-v18-1-1);
|
|
684
|
+
@magritte-color-component-tabs-counter-text-selected: var(--magritte-color-component-tabs-counter-text-selected-v18-1-1);
|
|
685
|
+
@magritte-color-component-tabs-counter-text-unselected: var(--magritte-color-component-tabs-counter-text-unselected-v18-1-1);
|
|
686
|
+
@magritte-color-component-input-stroke-state-field-hovered: var(--magritte-color-component-input-stroke-state-field-hovered-v18-1-1);
|
|
687
|
+
@magritte-color-component-input-stroke-state-field-succeed: var(--magritte-color-component-input-stroke-state-field-succeed-v18-1-1);
|
|
688
|
+
@magritte-color-component-input-stroke-state-field-focused: var(--magritte-color-component-input-stroke-state-field-focused-v18-1-1);
|
|
689
|
+
@magritte-color-component-input-stroke-state-accent-focused-accessible: var(--magritte-color-component-input-stroke-state-accent-focused-accessible-v18-1-1);
|
|
690
|
+
@magritte-color-component-input-stroke-state-positive-focused-accessible: var(--magritte-color-component-input-stroke-state-positive-focused-accessible-v18-1-1);
|
|
691
|
+
@magritte-color-component-input-stroke-state-field-invalid: var(--magritte-color-component-input-stroke-state-field-invalid-v18-1-1);
|
|
692
|
+
@magritte-color-component-input-stroke-state-negative-focused-accessible: var(--magritte-color-component-input-stroke-state-negative-focused-accessible-v18-1-1);
|
|
693
|
+
@magritte-color-component-input-stroke-state-field-disabled: var(--magritte-color-component-input-stroke-state-field-disabled-v18-1-1);
|
|
694
|
+
@magritte-color-component-input-stroke-state-field-applied: var(--magritte-color-component-input-stroke-state-field-applied-v18-1-1);
|
|
695
|
+
@magritte-color-component-input-stroke-state-field-selected: var(--magritte-color-component-input-stroke-state-field-selected-v18-1-1);
|
|
696
|
+
@magritte-color-component-input-background-field: var(--magritte-color-component-input-background-field-v18-1-1);
|
|
697
|
+
@magritte-color-component-input-background-state-field-hovered: var(--magritte-color-component-input-background-state-field-hovered-v18-1-1);
|
|
698
|
+
@magritte-color-component-input-background-state-field-succeed: var(--magritte-color-component-input-background-state-field-succeed-v18-1-1);
|
|
699
|
+
@magritte-color-component-input-background-state-field-focused: var(--magritte-color-component-input-background-state-field-focused-v18-1-1);
|
|
700
|
+
@magritte-color-component-input-background-state-field-invalid: var(--magritte-color-component-input-background-state-field-invalid-v18-1-1);
|
|
701
|
+
@magritte-color-component-input-background-state-field-disabled: var(--magritte-color-component-input-background-state-field-disabled-v18-1-1);
|
|
702
|
+
@magritte-color-component-input-stroke-field: var(--magritte-color-component-input-stroke-field-v18-1-1);
|
|
703
|
+
@magritte-color-component-input-text-state-content-disabled: var(--magritte-color-component-input-text-state-content-disabled-v18-1-1);
|
|
704
|
+
@magritte-color-component-input-text-state-label-disabled: var(--magritte-color-component-input-text-state-label-disabled-v18-1-1);
|
|
705
|
+
@magritte-color-component-input-text-state-placeholder-disabled: var(--magritte-color-component-input-text-state-placeholder-disabled-v18-1-1);
|
|
706
|
+
@magritte-color-component-input-text-state-limit-disabled: var(--magritte-color-component-input-text-state-limit-disabled-v18-1-1);
|
|
707
|
+
@magritte-color-component-input-text-state-description-disabled: var(--magritte-color-component-input-text-state-description-disabled-v18-1-1);
|
|
708
|
+
@magritte-color-component-input-text-state-content-hovered: var(--magritte-color-component-input-text-state-content-hovered-v18-1-1);
|
|
709
|
+
@magritte-color-component-input-text-state-content-succeed: var(--magritte-color-component-input-text-state-content-succeed-v18-1-1);
|
|
710
|
+
@magritte-color-component-input-text-state-content-focused: var(--magritte-color-component-input-text-state-content-focused-v18-1-1);
|
|
711
|
+
@magritte-color-component-input-text-state-content-invalid: var(--magritte-color-component-input-text-state-content-invalid-v18-1-1);
|
|
712
|
+
@magritte-color-component-input-text-state-label-hovered: var(--magritte-color-component-input-text-state-label-hovered-v18-1-1);
|
|
713
|
+
@magritte-color-component-input-text-state-label-focused: var(--magritte-color-component-input-text-state-label-focused-v18-1-1);
|
|
714
|
+
@magritte-color-component-input-text-state-label-invalid: var(--magritte-color-component-input-text-state-label-invalid-v18-1-1);
|
|
715
|
+
@magritte-color-component-input-text-state-placeholder-hovered: var(--magritte-color-component-input-text-state-placeholder-hovered-v18-1-1);
|
|
716
|
+
@magritte-color-component-input-text-state-limit-hovered: var(--magritte-color-component-input-text-state-limit-hovered-v18-1-1);
|
|
717
|
+
@magritte-color-component-input-text-state-placeholder-focused: var(--magritte-color-component-input-text-state-placeholder-focused-v18-1-1);
|
|
718
|
+
@magritte-color-component-input-text-state-limit-focused: var(--magritte-color-component-input-text-state-limit-focused-v18-1-1);
|
|
719
|
+
@magritte-color-component-input-text-state-placeholder-invalid: var(--magritte-color-component-input-text-state-placeholder-invalid-v18-1-1);
|
|
720
|
+
@magritte-color-component-input-text-state-limit-invalid: var(--magritte-color-component-input-text-state-limit-invalid-v18-1-1);
|
|
721
|
+
@magritte-color-component-input-text-state-description-hovered: var(--magritte-color-component-input-text-state-description-hovered-v18-1-1);
|
|
722
|
+
@magritte-color-component-input-text-state-description-focused: var(--magritte-color-component-input-text-state-description-focused-v18-1-1);
|
|
723
|
+
@magritte-color-component-input-text-state-description-invalid: var(--magritte-color-component-input-text-state-description-invalid-v18-1-1);
|
|
724
|
+
@magritte-color-component-input-text-state-postfix-disabled: var(--magritte-color-component-input-text-state-postfix-disabled-v18-1-1);
|
|
725
|
+
@magritte-color-component-input-counter-background-content: var(--magritte-color-component-input-counter-background-content-v18-1-1);
|
|
726
|
+
@magritte-color-component-input-counter-background-state-content-disabled: var(--magritte-color-component-input-counter-background-state-content-disabled-v18-1-1);
|
|
727
|
+
@magritte-color-component-input-counter-text-state-content-disabled: var(--magritte-color-component-input-counter-text-state-content-disabled-v18-1-1);
|
|
728
|
+
@magritte-color-component-input-counter-text-content: var(--magritte-color-component-input-counter-text-content-v18-1-1);
|
|
729
|
+
@magritte-color-component-input-icon-content: var(--magritte-color-component-input-icon-content-v18-1-1);
|
|
730
|
+
@magritte-color-component-input-icon-grip: var(--magritte-color-component-input-icon-grip-v18-1-1);
|
|
731
|
+
@magritte-color-component-input-icon-chevron: var(--magritte-color-component-input-icon-chevron-v18-1-1);
|
|
732
|
+
@magritte-color-component-input-icon-state-content-hovered: var(--magritte-color-component-input-icon-state-content-hovered-v18-1-1);
|
|
733
|
+
@magritte-color-component-input-icon-state-grip-hovered: var(--magritte-color-component-input-icon-state-grip-hovered-v18-1-1);
|
|
734
|
+
@magritte-color-component-input-icon-state-content-focused: var(--magritte-color-component-input-icon-state-content-focused-v18-1-1);
|
|
735
|
+
@magritte-color-component-input-icon-state-content-invalid: var(--magritte-color-component-input-icon-state-content-invalid-v18-1-1);
|
|
736
|
+
@magritte-color-component-input-icon-state-content-disabled: var(--magritte-color-component-input-icon-state-content-disabled-v18-1-1);
|
|
737
|
+
@magritte-color-component-input-icon-state-content-applied: var(--magritte-color-component-input-icon-state-content-applied-v18-1-1);
|
|
738
|
+
@magritte-color-component-input-icon-state-content-applied-disabled: var(--magritte-color-component-input-icon-state-content-applied-disabled-v18-1-1);
|
|
739
|
+
@magritte-color-component-input-icon-state-chevron-hovered: var(--magritte-color-component-input-icon-state-chevron-hovered-v18-1-1);
|
|
740
|
+
@magritte-color-component-input-icon-state-chevron-disabled: var(--magritte-color-component-input-icon-state-chevron-disabled-v18-1-1);
|
|
741
|
+
@magritte-color-component-input-text-content: var(--magritte-color-component-input-text-content-v18-1-1);
|
|
742
|
+
@magritte-color-component-input-text-label: var(--magritte-color-component-input-text-label-v18-1-1);
|
|
743
|
+
@magritte-color-component-input-text-placeholder: var(--magritte-color-component-input-text-placeholder-v18-1-1);
|
|
744
|
+
@magritte-color-component-input-text-limit: var(--magritte-color-component-input-text-limit-v18-1-1);
|
|
745
|
+
@magritte-color-component-input-text-description: var(--magritte-color-component-input-text-description-v18-1-1);
|
|
746
|
+
@magritte-color-component-input-text-postfix: var(--magritte-color-component-input-text-postfix-v18-1-1);
|
|
747
|
+
@magritte-color-component-input-chips-background-state-neutral-disable: var(--magritte-color-component-input-chips-background-state-neutral-disable-v18-1-1);
|
|
748
|
+
@magritte-color-component-input-chips-text-state-neutral-disable: var(--magritte-color-component-input-chips-text-state-neutral-disable-v18-1-1);
|
|
749
|
+
@magritte-color-component-input-chips-icon-state-neutral-disable: var(--magritte-color-component-input-chips-icon-state-neutral-disable-v18-1-1);
|
|
750
|
+
@magritte-color-component-cell-stroke-state-accent-focused-accessible: var(--magritte-color-component-cell-stroke-state-accent-focused-accessible-v18-1-1);
|
|
751
|
+
@magritte-color-component-cell-background-state-hovered: var(--magritte-color-component-cell-background-state-hovered-v18-1-1);
|
|
752
|
+
@magritte-color-component-cell-background-state-pressed: var(--magritte-color-component-cell-background-state-pressed-v18-1-1);
|
|
753
|
+
@magritte-color-component-divider-stroke-content: var(--magritte-color-component-divider-stroke-content-v18-1-1);
|
|
754
|
+
@magritte-color-component-link-text-neutral: var(--magritte-color-component-link-text-neutral-v18-1-1);
|
|
755
|
+
@magritte-color-component-link-text-neutral-secondary: var(--magritte-color-component-link-text-neutral-secondary-v18-1-1);
|
|
756
|
+
@magritte-color-component-link-text-neutral-tertiary: var(--magritte-color-component-link-text-neutral-tertiary-v18-1-1);
|
|
757
|
+
@magritte-color-component-link-text-accent: var(--magritte-color-component-link-text-accent-v18-1-1);
|
|
758
|
+
@magritte-color-component-link-text-accent-secondary: var(--magritte-color-component-link-text-accent-secondary-v18-1-1);
|
|
759
|
+
@magritte-color-component-link-text-positive: var(--magritte-color-component-link-text-positive-v18-1-1);
|
|
760
|
+
@magritte-color-component-link-text-positive-secondary: var(--magritte-color-component-link-text-positive-secondary-v18-1-1);
|
|
761
|
+
@magritte-color-component-link-text-warning: var(--magritte-color-component-link-text-warning-v18-1-1);
|
|
762
|
+
@magritte-color-component-link-text-warning-secondary: var(--magritte-color-component-link-text-warning-secondary-v18-1-1);
|
|
763
|
+
@magritte-color-component-link-text-negative: var(--magritte-color-component-link-text-negative-v18-1-1);
|
|
764
|
+
@magritte-color-component-link-text-negative-secondary: var(--magritte-color-component-link-text-negative-secondary-v18-1-1);
|
|
765
|
+
@magritte-color-component-link-text-contrast: var(--magritte-color-component-link-text-contrast-v18-1-1);
|
|
766
|
+
@magritte-color-component-link-text-contrast-secondary: var(--magritte-color-component-link-text-contrast-secondary-v18-1-1);
|
|
767
|
+
@magritte-color-component-link-text-state-neutral-hovered: var(--magritte-color-component-link-text-state-neutral-hovered-v18-1-1);
|
|
768
|
+
@magritte-color-component-link-text-state-neutral-secondary-hovered: var(--magritte-color-component-link-text-state-neutral-secondary-hovered-v18-1-1);
|
|
769
|
+
@magritte-color-component-link-text-state-neutral-tertiary-hovered: var(--magritte-color-component-link-text-state-neutral-tertiary-hovered-v18-1-1);
|
|
770
|
+
@magritte-color-component-link-text-state-neutral-pressed: var(--magritte-color-component-link-text-state-neutral-pressed-v18-1-1);
|
|
771
|
+
@magritte-color-component-link-text-state-neutral-secondary-pressed: var(--magritte-color-component-link-text-state-neutral-secondary-pressed-v18-1-1);
|
|
772
|
+
@magritte-color-component-link-text-state-neutral-tertiary-pressed: var(--magritte-color-component-link-text-state-neutral-tertiary-pressed-v18-1-1);
|
|
773
|
+
@magritte-color-component-link-text-state-neutral-disabled: var(--magritte-color-component-link-text-state-neutral-disabled-v18-1-1);
|
|
774
|
+
@magritte-color-component-link-text-state-neutral-secondary-disabled: var(--magritte-color-component-link-text-state-neutral-secondary-disabled-v18-1-1);
|
|
775
|
+
@magritte-color-component-link-text-state-neutral-tertiary-disabled: var(--magritte-color-component-link-text-state-neutral-tertiary-disabled-v18-1-1);
|
|
776
|
+
@magritte-color-component-link-text-state-accent-hovered: var(--magritte-color-component-link-text-state-accent-hovered-v18-1-1);
|
|
777
|
+
@magritte-color-component-link-text-state-accent-secondary-hovered: var(--magritte-color-component-link-text-state-accent-secondary-hovered-v18-1-1);
|
|
778
|
+
@magritte-color-component-link-text-state-accent-pressed: var(--magritte-color-component-link-text-state-accent-pressed-v18-1-1);
|
|
779
|
+
@magritte-color-component-link-text-state-accent-secondary-pressed: var(--magritte-color-component-link-text-state-accent-secondary-pressed-v18-1-1);
|
|
780
|
+
@magritte-color-component-link-text-state-accent-disabled: var(--magritte-color-component-link-text-state-accent-disabled-v18-1-1);
|
|
781
|
+
@magritte-color-component-link-text-state-accent-secondary-disabled: var(--magritte-color-component-link-text-state-accent-secondary-disabled-v18-1-1);
|
|
782
|
+
@magritte-color-component-link-text-state-positive-hovered: var(--magritte-color-component-link-text-state-positive-hovered-v18-1-1);
|
|
783
|
+
@magritte-color-component-link-text-state-positive-secondary-hovered: var(--magritte-color-component-link-text-state-positive-secondary-hovered-v18-1-1);
|
|
784
|
+
@magritte-color-component-link-text-state-positive-pressed: var(--magritte-color-component-link-text-state-positive-pressed-v18-1-1);
|
|
785
|
+
@magritte-color-component-link-text-state-positive-secondary-pressed: var(--magritte-color-component-link-text-state-positive-secondary-pressed-v18-1-1);
|
|
786
|
+
@magritte-color-component-link-text-state-positive-disabled: var(--magritte-color-component-link-text-state-positive-disabled-v18-1-1);
|
|
787
|
+
@magritte-color-component-link-text-state-positive-secondary-disabled: var(--magritte-color-component-link-text-state-positive-secondary-disabled-v18-1-1);
|
|
788
|
+
@magritte-color-component-link-text-state-warning-hovered: var(--magritte-color-component-link-text-state-warning-hovered-v18-1-1);
|
|
789
|
+
@magritte-color-component-link-text-state-warning-secondary-hovered: var(--magritte-color-component-link-text-state-warning-secondary-hovered-v18-1-1);
|
|
790
|
+
@magritte-color-component-link-text-state-warning-pressed: var(--magritte-color-component-link-text-state-warning-pressed-v18-1-1);
|
|
791
|
+
@magritte-color-component-link-text-state-warning-secondary-pressed: var(--magritte-color-component-link-text-state-warning-secondary-pressed-v18-1-1);
|
|
792
|
+
@magritte-color-component-link-text-state-warning-disabled: var(--magritte-color-component-link-text-state-warning-disabled-v18-1-1);
|
|
793
|
+
@magritte-color-component-link-text-state-warning-secondary-disabled: var(--magritte-color-component-link-text-state-warning-secondary-disabled-v18-1-1);
|
|
794
|
+
@magritte-color-component-link-text-state-negative-hovered: var(--magritte-color-component-link-text-state-negative-hovered-v18-1-1);
|
|
795
|
+
@magritte-color-component-link-text-state-negative-secondary-hovered: var(--magritte-color-component-link-text-state-negative-secondary-hovered-v18-1-1);
|
|
796
|
+
@magritte-color-component-link-text-state-negative-pressed: var(--magritte-color-component-link-text-state-negative-pressed-v18-1-1);
|
|
797
|
+
@magritte-color-component-link-text-state-negative-secondary-pressed: var(--magritte-color-component-link-text-state-negative-secondary-pressed-v18-1-1);
|
|
798
|
+
@magritte-color-component-link-text-state-negative-disabled: var(--magritte-color-component-link-text-state-negative-disabled-v18-1-1);
|
|
799
|
+
@magritte-color-component-link-text-state-negative-secondary-disabled: var(--magritte-color-component-link-text-state-negative-secondary-disabled-v18-1-1);
|
|
800
|
+
@magritte-color-component-link-text-state-contrast-hovered: var(--magritte-color-component-link-text-state-contrast-hovered-v18-1-1);
|
|
801
|
+
@magritte-color-component-link-text-state-contrast-secondary-hovered: var(--magritte-color-component-link-text-state-contrast-secondary-hovered-v18-1-1);
|
|
802
|
+
@magritte-color-component-link-text-state-contrast-pressed: var(--magritte-color-component-link-text-state-contrast-pressed-v18-1-1);
|
|
803
|
+
@magritte-color-component-link-text-state-contrast-secondary-pressed: var(--magritte-color-component-link-text-state-contrast-secondary-pressed-v18-1-1);
|
|
804
|
+
@magritte-color-component-link-text-state-contrast-disabled: var(--magritte-color-component-link-text-state-contrast-disabled-v18-1-1);
|
|
805
|
+
@magritte-color-component-link-text-state-contrast-secondary-disabled: var(--magritte-color-component-link-text-state-contrast-secondary-disabled-v18-1-1);
|
|
806
|
+
@magritte-color-component-link-text-state-neutral-visited: var(--magritte-color-component-link-text-state-neutral-visited-v18-1-1);
|
|
807
|
+
@magritte-color-component-link-text-state-neutral-visited-hovered: var(--magritte-color-component-link-text-state-neutral-visited-hovered-v18-1-1);
|
|
808
|
+
@magritte-color-component-link-text-state-neutral-visited-pressed: var(--magritte-color-component-link-text-state-neutral-visited-pressed-v18-1-1);
|
|
809
|
+
@magritte-color-component-link-text-state-accent-visited: var(--magritte-color-component-link-text-state-accent-visited-v18-1-1);
|
|
810
|
+
@magritte-color-component-link-text-state-accent-visited-hovered: var(--magritte-color-component-link-text-state-accent-visited-hovered-v18-1-1);
|
|
811
|
+
@magritte-color-component-link-text-state-accent-visited-pressed: var(--magritte-color-component-link-text-state-accent-visited-pressed-v18-1-1);
|
|
812
|
+
@magritte-color-component-link-text-state-positive-visited: var(--magritte-color-component-link-text-state-positive-visited-v18-1-1);
|
|
813
|
+
@magritte-color-component-link-text-state-positive-visited-hovered: var(--magritte-color-component-link-text-state-positive-visited-hovered-v18-1-1);
|
|
814
|
+
@magritte-color-component-link-text-state-positive-visited-pressed: var(--magritte-color-component-link-text-state-positive-visited-pressed-v18-1-1);
|
|
815
|
+
@magritte-color-component-link-text-state-warning-visited: var(--magritte-color-component-link-text-state-warning-visited-v18-1-1);
|
|
816
|
+
@magritte-color-component-link-text-state-warning-visited-hovered: var(--magritte-color-component-link-text-state-warning-visited-hovered-v18-1-1);
|
|
817
|
+
@magritte-color-component-link-text-state-warning-visited-pressed: var(--magritte-color-component-link-text-state-warning-visited-pressed-v18-1-1);
|
|
818
|
+
@magritte-color-component-link-text-state-negative-visited: var(--magritte-color-component-link-text-state-negative-visited-v18-1-1);
|
|
819
|
+
@magritte-color-component-link-text-state-negative-visited-hovered: var(--magritte-color-component-link-text-state-negative-visited-hovered-v18-1-1);
|
|
820
|
+
@magritte-color-component-link-text-state-negative-visited-pressed: var(--magritte-color-component-link-text-state-negative-visited-pressed-v18-1-1);
|
|
821
|
+
@magritte-color-component-link-text-state-contrast-visited: var(--magritte-color-component-link-text-state-contrast-visited-v18-1-1);
|
|
822
|
+
@magritte-color-component-link-text-state-contrast-visited-hovered: var(--magritte-color-component-link-text-state-contrast-visited-hovered-v18-1-1);
|
|
823
|
+
@magritte-color-component-link-text-state-contrast-visited-pressed: var(--magritte-color-component-link-text-state-contrast-visited-pressed-v18-1-1);
|
|
824
|
+
@magritte-color-component-link-icon-neutral: var(--magritte-color-component-link-icon-neutral-v18-1-1);
|
|
825
|
+
@magritte-color-component-link-icon-neutral-secondary: var(--magritte-color-component-link-icon-neutral-secondary-v18-1-1);
|
|
826
|
+
@magritte-color-component-link-icon-neutral-tertiary: var(--magritte-color-component-link-icon-neutral-tertiary-v18-1-1);
|
|
827
|
+
@magritte-color-component-link-icon-accent: var(--magritte-color-component-link-icon-accent-v18-1-1);
|
|
828
|
+
@magritte-color-component-link-icon-accent-secondary: var(--magritte-color-component-link-icon-accent-secondary-v18-1-1);
|
|
829
|
+
@magritte-color-component-link-icon-positive: var(--magritte-color-component-link-icon-positive-v18-1-1);
|
|
830
|
+
@magritte-color-component-link-icon-positive-secondary: var(--magritte-color-component-link-icon-positive-secondary-v18-1-1);
|
|
831
|
+
@magritte-color-component-link-icon-warning: var(--magritte-color-component-link-icon-warning-v18-1-1);
|
|
832
|
+
@magritte-color-component-link-icon-warning-secondary: var(--magritte-color-component-link-icon-warning-secondary-v18-1-1);
|
|
833
|
+
@magritte-color-component-link-icon-negative: var(--magritte-color-component-link-icon-negative-v18-1-1);
|
|
834
|
+
@magritte-color-component-link-icon-negative-secondary: var(--magritte-color-component-link-icon-negative-secondary-v18-1-1);
|
|
835
|
+
@magritte-color-component-link-icon-contrast: var(--magritte-color-component-link-icon-contrast-v18-1-1);
|
|
836
|
+
@magritte-color-component-link-icon-contrast-secondary: var(--magritte-color-component-link-icon-contrast-secondary-v18-1-1);
|
|
837
|
+
@magritte-color-component-link-icon-state-neutral-hovered: var(--magritte-color-component-link-icon-state-neutral-hovered-v18-1-1);
|
|
838
|
+
@magritte-color-component-link-icon-state-neutral-secondary-hovered: var(--magritte-color-component-link-icon-state-neutral-secondary-hovered-v18-1-1);
|
|
839
|
+
@magritte-color-component-link-icon-state-neutral-tertiary-hovered: var(--magritte-color-component-link-icon-state-neutral-tertiary-hovered-v18-1-1);
|
|
840
|
+
@magritte-color-component-link-icon-state-neutral-pressed: var(--magritte-color-component-link-icon-state-neutral-pressed-v18-1-1);
|
|
841
|
+
@magritte-color-component-link-icon-state-neutral-secondary-pressed: var(--magritte-color-component-link-icon-state-neutral-secondary-pressed-v18-1-1);
|
|
842
|
+
@magritte-color-component-link-icon-state-neutral-tertiary-pressed: var(--magritte-color-component-link-icon-state-neutral-tertiary-pressed-v18-1-1);
|
|
843
|
+
@magritte-color-component-link-icon-state-neutral-disabled: var(--magritte-color-component-link-icon-state-neutral-disabled-v18-1-1);
|
|
844
|
+
@magritte-color-component-link-icon-state-neutral-secondary-disabled: var(--magritte-color-component-link-icon-state-neutral-secondary-disabled-v18-1-1);
|
|
845
|
+
@magritte-color-component-link-icon-state-neutral-tertiary-disabled: var(--magritte-color-component-link-icon-state-neutral-tertiary-disabled-v18-1-1);
|
|
846
|
+
@magritte-color-component-link-icon-state-accent-hovered: var(--magritte-color-component-link-icon-state-accent-hovered-v18-1-1);
|
|
847
|
+
@magritte-color-component-link-icon-state-accent-secondary-hovered: var(--magritte-color-component-link-icon-state-accent-secondary-hovered-v18-1-1);
|
|
848
|
+
@magritte-color-component-link-icon-state-accent-pressed: var(--magritte-color-component-link-icon-state-accent-pressed-v18-1-1);
|
|
849
|
+
@magritte-color-component-link-icon-state-accent-secondary-pressed: var(--magritte-color-component-link-icon-state-accent-secondary-pressed-v18-1-1);
|
|
850
|
+
@magritte-color-component-link-icon-state-accent-disabled: var(--magritte-color-component-link-icon-state-accent-disabled-v18-1-1);
|
|
851
|
+
@magritte-color-component-link-icon-state-accent-secondary-disabled: var(--magritte-color-component-link-icon-state-accent-secondary-disabled-v18-1-1);
|
|
852
|
+
@magritte-color-component-link-icon-state-positive-hovered: var(--magritte-color-component-link-icon-state-positive-hovered-v18-1-1);
|
|
853
|
+
@magritte-color-component-link-icon-state-positive-secondary-hovered: var(--magritte-color-component-link-icon-state-positive-secondary-hovered-v18-1-1);
|
|
854
|
+
@magritte-color-component-link-icon-state-positive-pressed: var(--magritte-color-component-link-icon-state-positive-pressed-v18-1-1);
|
|
855
|
+
@magritte-color-component-link-icon-state-positive-secondary-pressed: var(--magritte-color-component-link-icon-state-positive-secondary-pressed-v18-1-1);
|
|
856
|
+
@magritte-color-component-link-icon-state-positive-disabled: var(--magritte-color-component-link-icon-state-positive-disabled-v18-1-1);
|
|
857
|
+
@magritte-color-component-link-icon-state-positive-secondary-disabled: var(--magritte-color-component-link-icon-state-positive-secondary-disabled-v18-1-1);
|
|
858
|
+
@magritte-color-component-link-icon-state-warning-hovered: var(--magritte-color-component-link-icon-state-warning-hovered-v18-1-1);
|
|
859
|
+
@magritte-color-component-link-icon-state-warning-secondary-hovered: var(--magritte-color-component-link-icon-state-warning-secondary-hovered-v18-1-1);
|
|
860
|
+
@magritte-color-component-link-icon-state-warning-pressed: var(--magritte-color-component-link-icon-state-warning-pressed-v18-1-1);
|
|
861
|
+
@magritte-color-component-link-icon-state-warning-secondary-pressed: var(--magritte-color-component-link-icon-state-warning-secondary-pressed-v18-1-1);
|
|
862
|
+
@magritte-color-component-link-icon-state-warning-disabled: var(--magritte-color-component-link-icon-state-warning-disabled-v18-1-1);
|
|
863
|
+
@magritte-color-component-link-icon-state-warning-secondary-disabled: var(--magritte-color-component-link-icon-state-warning-secondary-disabled-v18-1-1);
|
|
864
|
+
@magritte-color-component-link-icon-state-negative-hovered: var(--magritte-color-component-link-icon-state-negative-hovered-v18-1-1);
|
|
865
|
+
@magritte-color-component-link-icon-state-negative-secondary-hovered: var(--magritte-color-component-link-icon-state-negative-secondary-hovered-v18-1-1);
|
|
866
|
+
@magritte-color-component-link-icon-state-negative-pressed: var(--magritte-color-component-link-icon-state-negative-pressed-v18-1-1);
|
|
867
|
+
@magritte-color-component-link-icon-state-negative-secondary-pressed: var(--magritte-color-component-link-icon-state-negative-secondary-pressed-v18-1-1);
|
|
868
|
+
@magritte-color-component-link-icon-state-negative-disabled: var(--magritte-color-component-link-icon-state-negative-disabled-v18-1-1);
|
|
869
|
+
@magritte-color-component-link-icon-state-negative-secondary-disabled: var(--magritte-color-component-link-icon-state-negative-secondary-disabled-v18-1-1);
|
|
870
|
+
@magritte-color-component-link-icon-state-contrast-hovered: var(--magritte-color-component-link-icon-state-contrast-hovered-v18-1-1);
|
|
871
|
+
@magritte-color-component-link-icon-state-contrast-secondary-hovered: var(--magritte-color-component-link-icon-state-contrast-secondary-hovered-v18-1-1);
|
|
872
|
+
@magritte-color-component-link-icon-state-contrast-pressed: var(--magritte-color-component-link-icon-state-contrast-pressed-v18-1-1);
|
|
873
|
+
@magritte-color-component-link-icon-state-contrast-secondary-pressed: var(--magritte-color-component-link-icon-state-contrast-secondary-pressed-v18-1-1);
|
|
874
|
+
@magritte-color-component-link-icon-state-contrast-disabled: var(--magritte-color-component-link-icon-state-contrast-disabled-v18-1-1);
|
|
875
|
+
@magritte-color-component-link-icon-state-contrast-secondary-disabled: var(--magritte-color-component-link-icon-state-contrast-secondary-disabled-v18-1-1);
|
|
876
|
+
@magritte-color-component-link-icon-state-neutral-visited: var(--magritte-color-component-link-icon-state-neutral-visited-v18-1-1);
|
|
877
|
+
@magritte-color-component-link-icon-state-neutral-visited-hovered: var(--magritte-color-component-link-icon-state-neutral-visited-hovered-v18-1-1);
|
|
878
|
+
@magritte-color-component-link-icon-state-neutral-visited-pressed: var(--magritte-color-component-link-icon-state-neutral-visited-pressed-v18-1-1);
|
|
879
|
+
@magritte-color-component-link-icon-state-accent-visited: var(--magritte-color-component-link-icon-state-accent-visited-v18-1-1);
|
|
880
|
+
@magritte-color-component-link-icon-state-accent-visited-hovered: var(--magritte-color-component-link-icon-state-accent-visited-hovered-v18-1-1);
|
|
881
|
+
@magritte-color-component-link-icon-state-accent-visited-pressed: var(--magritte-color-component-link-icon-state-accent-visited-pressed-v18-1-1);
|
|
882
|
+
@magritte-color-component-link-icon-state-positive-visited: var(--magritte-color-component-link-icon-state-positive-visited-v18-1-1);
|
|
883
|
+
@magritte-color-component-link-icon-state-positive-visited-hovered: var(--magritte-color-component-link-icon-state-positive-visited-hovered-v18-1-1);
|
|
884
|
+
@magritte-color-component-link-icon-state-positive-visited-pressed: var(--magritte-color-component-link-icon-state-positive-visited-pressed-v18-1-1);
|
|
885
|
+
@magritte-color-component-link-icon-state-warning-visited: var(--magritte-color-component-link-icon-state-warning-visited-v18-1-1);
|
|
886
|
+
@magritte-color-component-link-icon-state-warning-visited-hovered: var(--magritte-color-component-link-icon-state-warning-visited-hovered-v18-1-1);
|
|
887
|
+
@magritte-color-component-link-icon-state-warning-visited-pressed: var(--magritte-color-component-link-icon-state-warning-visited-pressed-v18-1-1);
|
|
888
|
+
@magritte-color-component-link-icon-state-negative-visited: var(--magritte-color-component-link-icon-state-negative-visited-v18-1-1);
|
|
889
|
+
@magritte-color-component-link-icon-state-negative-visited-hovered: var(--magritte-color-component-link-icon-state-negative-visited-hovered-v18-1-1);
|
|
890
|
+
@magritte-color-component-link-icon-state-negative-visited-pressed: var(--magritte-color-component-link-icon-state-negative-visited-pressed-v18-1-1);
|
|
891
|
+
@magritte-color-component-link-icon-state-contrast-visited: var(--magritte-color-component-link-icon-state-contrast-visited-v18-1-1);
|
|
892
|
+
@magritte-color-component-link-icon-state-contrast-visited-hovered: var(--magritte-color-component-link-icon-state-contrast-visited-hovered-v18-1-1);
|
|
893
|
+
@magritte-color-component-link-icon-state-contrast-visited-pressed: var(--magritte-color-component-link-icon-state-contrast-visited-pressed-v18-1-1);
|
|
894
|
+
@magritte-color-component-link-stroke-state-focused-accessible: var(--magritte-color-component-link-stroke-state-focused-accessible-v18-1-1);
|
|
895
|
+
@magritte-color-component-counter-background-content: var(--magritte-color-component-counter-background-content-v18-1-1);
|
|
896
|
+
@magritte-color-component-counter-background-attention: var(--magritte-color-component-counter-background-attention-v18-1-1);
|
|
897
|
+
@magritte-color-component-counter-background-accent: var(--magritte-color-component-counter-background-accent-v18-1-1);
|
|
898
|
+
@magritte-color-component-counter-background-neutral: var(--magritte-color-component-counter-background-neutral-v18-1-1);
|
|
899
|
+
@magritte-color-component-counter-background-contrast: var(--magritte-color-component-counter-background-contrast-v18-1-1);
|
|
900
|
+
@magritte-color-component-counter-background-state-content-disabled: var(--magritte-color-component-counter-background-state-content-disabled-v18-1-1);
|
|
901
|
+
@magritte-color-component-counter-background-state-attention-disabled: var(--magritte-color-component-counter-background-state-attention-disabled-v18-1-1);
|
|
902
|
+
@magritte-color-component-counter-background-state-accent-disabled: var(--magritte-color-component-counter-background-state-accent-disabled-v18-1-1);
|
|
903
|
+
@magritte-color-component-counter-background-state-neutral-disabled: var(--magritte-color-component-counter-background-state-neutral-disabled-v18-1-1);
|
|
904
|
+
@magritte-color-component-counter-background-state-contrast-disabled: var(--magritte-color-component-counter-background-state-contrast-disabled-v18-1-1);
|
|
905
|
+
@magritte-color-component-counter-text-content: var(--magritte-color-component-counter-text-content-v18-1-1);
|
|
906
|
+
@magritte-color-component-counter-text-attention: var(--magritte-color-component-counter-text-attention-v18-1-1);
|
|
907
|
+
@magritte-color-component-counter-text-attention-secondary: var(--magritte-color-component-counter-text-attention-secondary-v18-1-1);
|
|
908
|
+
@magritte-color-component-counter-text-accent: var(--magritte-color-component-counter-text-accent-v18-1-1);
|
|
909
|
+
@magritte-color-component-counter-text-accent-secondary: var(--magritte-color-component-counter-text-accent-secondary-v18-1-1);
|
|
910
|
+
@magritte-color-component-counter-text-neutral: var(--magritte-color-component-counter-text-neutral-v18-1-1);
|
|
911
|
+
@magritte-color-component-counter-text-neutral-secondary: var(--magritte-color-component-counter-text-neutral-secondary-v18-1-1);
|
|
912
|
+
@magritte-color-component-counter-text-contrast: var(--magritte-color-component-counter-text-contrast-v18-1-1);
|
|
913
|
+
@magritte-color-component-counter-text-contrast-secondary: var(--magritte-color-component-counter-text-contrast-secondary-v18-1-1);
|
|
914
|
+
@magritte-color-component-counter-text-state-content-disabled: var(--magritte-color-component-counter-text-state-content-disabled-v18-1-1);
|
|
915
|
+
@magritte-color-component-counter-text-state-attention-disabled: var(--magritte-color-component-counter-text-state-attention-disabled-v18-1-1);
|
|
916
|
+
@magritte-color-component-counter-text-state-attention-secondary-disabled: var(--magritte-color-component-counter-text-state-attention-secondary-disabled-v18-1-1);
|
|
917
|
+
@magritte-color-component-counter-text-state-accent-disabled: var(--magritte-color-component-counter-text-state-accent-disabled-v18-1-1);
|
|
918
|
+
@magritte-color-component-counter-text-state-accent-secondary-disabled: var(--magritte-color-component-counter-text-state-accent-secondary-disabled-v18-1-1);
|
|
919
|
+
@magritte-color-component-counter-text-state-neutral-disabled: var(--magritte-color-component-counter-text-state-neutral-disabled-v18-1-1);
|
|
920
|
+
@magritte-color-component-counter-text-state-neutral-secondary-disabled: var(--magritte-color-component-counter-text-state-neutral-secondary-disabled-v18-1-1);
|
|
921
|
+
@magritte-color-component-counter-text-state-contrast-disabled: var(--magritte-color-component-counter-text-state-contrast-disabled-v18-1-1);
|
|
922
|
+
@magritte-color-component-counter-text-state-contrast-secondary-disabled: var(--magritte-color-component-counter-text-state-contrast-secondary-disabled-v18-1-1);
|
|
923
|
+
@magritte-color-component-tag-background-neutral: var(--magritte-color-component-tag-background-neutral-v18-1-1);
|
|
924
|
+
@magritte-color-component-tag-background-positive: var(--magritte-color-component-tag-background-positive-v18-1-1);
|
|
925
|
+
@magritte-color-component-tag-background-negative: var(--magritte-color-component-tag-background-negative-v18-1-1);
|
|
926
|
+
@magritte-color-component-tag-background-warning: var(--magritte-color-component-tag-background-warning-v18-1-1);
|
|
927
|
+
@magritte-color-component-tag-background-special: var(--magritte-color-component-tag-background-special-v18-1-1);
|
|
928
|
+
@magritte-color-component-tag-background-state-neutral-disabled: var(--magritte-color-component-tag-background-state-neutral-disabled-v18-1-1);
|
|
929
|
+
@magritte-color-component-tag-background-state-positive-disabled: var(--magritte-color-component-tag-background-state-positive-disabled-v18-1-1);
|
|
930
|
+
@magritte-color-component-tag-background-state-negative-disabled: var(--magritte-color-component-tag-background-state-negative-disabled-v18-1-1);
|
|
931
|
+
@magritte-color-component-tag-background-state-warning-disabled: var(--magritte-color-component-tag-background-state-warning-disabled-v18-1-1);
|
|
932
|
+
@magritte-color-component-tag-background-state-special-disabled: var(--magritte-color-component-tag-background-state-special-disabled-v18-1-1);
|
|
933
|
+
@magritte-color-component-tag-text-neutral: var(--magritte-color-component-tag-text-neutral-v18-1-1);
|
|
934
|
+
@magritte-color-component-tag-text-positive: var(--magritte-color-component-tag-text-positive-v18-1-1);
|
|
935
|
+
@magritte-color-component-tag-text-negative: var(--magritte-color-component-tag-text-negative-v18-1-1);
|
|
936
|
+
@magritte-color-component-tag-text-warning: var(--magritte-color-component-tag-text-warning-v18-1-1);
|
|
937
|
+
@magritte-color-component-tag-text-special: var(--magritte-color-component-tag-text-special-v18-1-1);
|
|
938
|
+
@magritte-color-component-tag-text-state-neutral-disabled: var(--magritte-color-component-tag-text-state-neutral-disabled-v18-1-1);
|
|
939
|
+
@magritte-color-component-tag-text-state-positive-disabled: var(--magritte-color-component-tag-text-state-positive-disabled-v18-1-1);
|
|
940
|
+
@magritte-color-component-tag-text-state-negative-disabled: var(--magritte-color-component-tag-text-state-negative-disabled-v18-1-1);
|
|
941
|
+
@magritte-color-component-tag-text-state-warning-disabled: var(--magritte-color-component-tag-text-state-warning-disabled-v18-1-1);
|
|
942
|
+
@magritte-color-component-tag-text-state-special-disabled: var(--magritte-color-component-tag-text-state-special-disabled-v18-1-1);
|
|
943
|
+
@magritte-color-component-tag-icon-neutral: var(--magritte-color-component-tag-icon-neutral-v18-1-1);
|
|
944
|
+
@magritte-color-component-tag-icon-positive: var(--magritte-color-component-tag-icon-positive-v18-1-1);
|
|
945
|
+
@magritte-color-component-tag-icon-negative: var(--magritte-color-component-tag-icon-negative-v18-1-1);
|
|
946
|
+
@magritte-color-component-tag-icon-warning: var(--magritte-color-component-tag-icon-warning-v18-1-1);
|
|
947
|
+
@magritte-color-component-tag-icon-special: var(--magritte-color-component-tag-icon-special-v18-1-1);
|
|
948
|
+
@magritte-color-component-tag-icon-state-neutral-disabled: var(--magritte-color-component-tag-icon-state-neutral-disabled-v18-1-1);
|
|
949
|
+
@magritte-color-component-tag-icon-state-positive-disabled: var(--magritte-color-component-tag-icon-state-positive-disabled-v18-1-1);
|
|
950
|
+
@magritte-color-component-tag-icon-state-negative-disabled: var(--magritte-color-component-tag-icon-state-negative-disabled-v18-1-1);
|
|
951
|
+
@magritte-color-component-tag-icon-state-warning-disabled: var(--magritte-color-component-tag-icon-state-warning-disabled-v18-1-1);
|
|
952
|
+
@magritte-color-component-tag-icon-state-special-disabled: var(--magritte-color-component-tag-icon-state-special-disabled-v18-1-1);
|
|
953
|
+
@magritte-color-component-tooltip-background-content: var(--magritte-color-component-tooltip-background-content-v18-1-1);
|
|
954
|
+
@magritte-color-component-tooltip-text-content: var(--magritte-color-component-tooltip-text-content-v18-1-1);
|
|
955
|
+
@magritte-color-component-tooltip-stroke-content: var(--magritte-color-component-tooltip-stroke-content-v18-1-1);
|
|
956
|
+
@magritte-color-component-tab-bar-background-content: var(--magritte-color-component-tab-bar-background-content-v18-1-1);
|
|
957
|
+
@magritte-color-component-tab-bar-text-unselected: var(--magritte-color-component-tab-bar-text-unselected-v18-1-1);
|
|
958
|
+
@magritte-color-component-tab-bar-text-selected: var(--magritte-color-component-tab-bar-text-selected-v18-1-1);
|
|
959
|
+
@magritte-color-component-tab-bar-icon-selected: var(--magritte-color-component-tab-bar-icon-selected-v18-1-1);
|
|
960
|
+
@magritte-color-component-tab-bar-icon-unselected: var(--magritte-color-component-tab-bar-icon-unselected-v18-1-1);
|
|
961
|
+
@magritte-color-component-tab-bar-stroke-state-focused-accessible: var(--magritte-color-component-tab-bar-stroke-state-focused-accessible-v18-1-1);
|
|
962
|
+
@magritte-color-component-navigation-bar-text-title: var(--magritte-color-component-navigation-bar-text-title-v18-1-1);
|
|
963
|
+
@magritte-color-component-navigation-bar-text-subtitle: var(--magritte-color-component-navigation-bar-text-subtitle-v18-1-1);
|
|
964
|
+
@magritte-color-component-navigation-bar-background-content: var(--magritte-color-component-navigation-bar-background-content-v18-1-1);
|
|
965
|
+
@magritte-color-component-action-text-neutral: var(--magritte-color-component-action-text-neutral-v18-1-1);
|
|
966
|
+
@magritte-color-component-action-text-neutral-secondary: var(--magritte-color-component-action-text-neutral-secondary-v18-1-1);
|
|
967
|
+
@magritte-color-component-action-text-accent: var(--magritte-color-component-action-text-accent-v18-1-1);
|
|
968
|
+
@magritte-color-component-action-text-accent-secondary: var(--magritte-color-component-action-text-accent-secondary-v18-1-1);
|
|
969
|
+
@magritte-color-component-action-text-positive: var(--magritte-color-component-action-text-positive-v18-1-1);
|
|
970
|
+
@magritte-color-component-action-text-positive-secondary: var(--magritte-color-component-action-text-positive-secondary-v18-1-1);
|
|
971
|
+
@magritte-color-component-action-text-negative: var(--magritte-color-component-action-text-negative-v18-1-1);
|
|
972
|
+
@magritte-color-component-action-text-negative-secondary: var(--magritte-color-component-action-text-negative-secondary-v18-1-1);
|
|
973
|
+
@magritte-color-component-action-text-warning: var(--magritte-color-component-action-text-warning-v18-1-1);
|
|
974
|
+
@magritte-color-component-action-text-warning-secondary: var(--magritte-color-component-action-text-warning-secondary-v18-1-1);
|
|
975
|
+
@magritte-color-component-action-text-contrast: var(--magritte-color-component-action-text-contrast-v18-1-1);
|
|
976
|
+
@magritte-color-component-action-text-contrast-secondary: var(--magritte-color-component-action-text-contrast-secondary-v18-1-1);
|
|
977
|
+
@magritte-color-component-action-text-state-neutral-disabled: var(--magritte-color-component-action-text-state-neutral-disabled-v18-1-1);
|
|
978
|
+
@magritte-color-component-action-text-state-neutral-secondary-disabled: var(--magritte-color-component-action-text-state-neutral-secondary-disabled-v18-1-1);
|
|
979
|
+
@magritte-color-component-action-text-state-accent-disabled: var(--magritte-color-component-action-text-state-accent-disabled-v18-1-1);
|
|
980
|
+
@magritte-color-component-action-text-state-accent-secondary-disabled: var(--magritte-color-component-action-text-state-accent-secondary-disabled-v18-1-1);
|
|
981
|
+
@magritte-color-component-action-text-state-positive-disabled: var(--magritte-color-component-action-text-state-positive-disabled-v18-1-1);
|
|
982
|
+
@magritte-color-component-action-text-state-warning-disabled: var(--magritte-color-component-action-text-state-warning-disabled-v18-1-1);
|
|
983
|
+
@magritte-color-component-action-text-state-positive-secondary-disabled: var(--magritte-color-component-action-text-state-positive-secondary-disabled-v18-1-1);
|
|
984
|
+
@magritte-color-component-action-text-state-warning-secondary-disabled: var(--magritte-color-component-action-text-state-warning-secondary-disabled-v18-1-1);
|
|
985
|
+
@magritte-color-component-action-text-state-negative-disabled: var(--magritte-color-component-action-text-state-negative-disabled-v18-1-1);
|
|
986
|
+
@magritte-color-component-action-text-state-negative-secondary-disabled: var(--magritte-color-component-action-text-state-negative-secondary-disabled-v18-1-1);
|
|
987
|
+
@magritte-color-component-action-text-state-contrast-disabled: var(--magritte-color-component-action-text-state-contrast-disabled-v18-1-1);
|
|
988
|
+
@magritte-color-component-action-text-state-contrast-secondary-disabled: var(--magritte-color-component-action-text-state-contrast-secondary-disabled-v18-1-1);
|
|
989
|
+
@magritte-color-component-action-text-state-neutral-pressed: var(--magritte-color-component-action-text-state-neutral-pressed-v18-1-1);
|
|
990
|
+
@magritte-color-component-action-text-state-neutral-hovered: var(--magritte-color-component-action-text-state-neutral-hovered-v18-1-1);
|
|
991
|
+
@magritte-color-component-action-text-state-neutral-secondary-pressed: var(--magritte-color-component-action-text-state-neutral-secondary-pressed-v18-1-1);
|
|
992
|
+
@magritte-color-component-action-text-state-neutral-secondary-hovered: var(--magritte-color-component-action-text-state-neutral-secondary-hovered-v18-1-1);
|
|
993
|
+
@magritte-color-component-action-text-state-accent-pressed: var(--magritte-color-component-action-text-state-accent-pressed-v18-1-1);
|
|
994
|
+
@magritte-color-component-action-text-state-accent-hovered: var(--magritte-color-component-action-text-state-accent-hovered-v18-1-1);
|
|
995
|
+
@magritte-color-component-action-text-state-accent-secondary-pressed: var(--magritte-color-component-action-text-state-accent-secondary-pressed-v18-1-1);
|
|
996
|
+
@magritte-color-component-action-text-state-accent-secondary-hovered: var(--magritte-color-component-action-text-state-accent-secondary-hovered-v18-1-1);
|
|
997
|
+
@magritte-color-component-action-text-state-positive-pressed: var(--magritte-color-component-action-text-state-positive-pressed-v18-1-1);
|
|
998
|
+
@magritte-color-component-action-text-state-positive-hovered: var(--magritte-color-component-action-text-state-positive-hovered-v18-1-1);
|
|
999
|
+
@magritte-color-component-action-text-state-positive-secondary-pressed: var(--magritte-color-component-action-text-state-positive-secondary-pressed-v18-1-1);
|
|
1000
|
+
@magritte-color-component-action-text-state-positive-secondary-hovered: var(--magritte-color-component-action-text-state-positive-secondary-hovered-v18-1-1);
|
|
1001
|
+
@magritte-color-component-action-text-state-negative-pressed: var(--magritte-color-component-action-text-state-negative-pressed-v18-1-1);
|
|
1002
|
+
@magritte-color-component-action-text-state-negative-hovered: var(--magritte-color-component-action-text-state-negative-hovered-v18-1-1);
|
|
1003
|
+
@magritte-color-component-action-text-state-negative-secondary-pressed: var(--magritte-color-component-action-text-state-negative-secondary-pressed-v18-1-1);
|
|
1004
|
+
@magritte-color-component-action-text-state-negative-secondary-hovered: var(--magritte-color-component-action-text-state-negative-secondary-hovered-v18-1-1);
|
|
1005
|
+
@magritte-color-component-action-text-state-warning-pressed: var(--magritte-color-component-action-text-state-warning-pressed-v18-1-1);
|
|
1006
|
+
@magritte-color-component-action-text-state-warning-hovered: var(--magritte-color-component-action-text-state-warning-hovered-v18-1-1);
|
|
1007
|
+
@magritte-color-component-action-text-state-warning-secondary-pressed: var(--magritte-color-component-action-text-state-warning-secondary-pressed-v18-1-1);
|
|
1008
|
+
@magritte-color-component-action-text-state-warning-secondary-hovered: var(--magritte-color-component-action-text-state-warning-secondary-hovered-v18-1-1);
|
|
1009
|
+
@magritte-color-component-action-text-state-contrast-pressed: var(--magritte-color-component-action-text-state-contrast-pressed-v18-1-1);
|
|
1010
|
+
@magritte-color-component-action-text-state-contrast-hovered: var(--magritte-color-component-action-text-state-contrast-hovered-v18-1-1);
|
|
1011
|
+
@magritte-color-component-action-text-state-contrast-secondary-pressed: var(--magritte-color-component-action-text-state-contrast-secondary-pressed-v18-1-1);
|
|
1012
|
+
@magritte-color-component-action-text-state-contrast-secondary-hovered: var(--magritte-color-component-action-text-state-contrast-secondary-hovered-v18-1-1);
|
|
1013
|
+
@magritte-color-component-action-icon-neutral: var(--magritte-color-component-action-icon-neutral-v18-1-1);
|
|
1014
|
+
@magritte-color-component-action-icon-neutral-secondary: var(--magritte-color-component-action-icon-neutral-secondary-v18-1-1);
|
|
1015
|
+
@magritte-color-component-action-icon-accent: var(--magritte-color-component-action-icon-accent-v18-1-1);
|
|
1016
|
+
@magritte-color-component-action-icon-accent-secondary: var(--magritte-color-component-action-icon-accent-secondary-v18-1-1);
|
|
1017
|
+
@magritte-color-component-action-icon-positive: var(--magritte-color-component-action-icon-positive-v18-1-1);
|
|
1018
|
+
@magritte-color-component-action-icon-positive-secondary: var(--magritte-color-component-action-icon-positive-secondary-v18-1-1);
|
|
1019
|
+
@magritte-color-component-action-icon-negative: var(--magritte-color-component-action-icon-negative-v18-1-1);
|
|
1020
|
+
@magritte-color-component-action-icon-negative-secondary: var(--magritte-color-component-action-icon-negative-secondary-v18-1-1);
|
|
1021
|
+
@magritte-color-component-action-icon-warning: var(--magritte-color-component-action-icon-warning-v18-1-1);
|
|
1022
|
+
@magritte-color-component-action-icon-warning-secondary: var(--magritte-color-component-action-icon-warning-secondary-v18-1-1);
|
|
1023
|
+
@magritte-color-component-action-icon-contrast: var(--magritte-color-component-action-icon-contrast-v18-1-1);
|
|
1024
|
+
@magritte-color-component-action-icon-contrast-secondary: var(--magritte-color-component-action-icon-contrast-secondary-v18-1-1);
|
|
1025
|
+
@magritte-color-component-action-icon-state-neutral-disabled: var(--magritte-color-component-action-icon-state-neutral-disabled-v18-1-1);
|
|
1026
|
+
@magritte-color-component-action-icon-state-neutral-secondary-disabled: var(--magritte-color-component-action-icon-state-neutral-secondary-disabled-v18-1-1);
|
|
1027
|
+
@magritte-color-component-action-icon-state-accent-disabled: var(--magritte-color-component-action-icon-state-accent-disabled-v18-1-1);
|
|
1028
|
+
@magritte-color-component-action-icon-state-accent-secondary-disabled: var(--magritte-color-component-action-icon-state-accent-secondary-disabled-v18-1-1);
|
|
1029
|
+
@magritte-color-component-action-icon-state-positive-disabled: var(--magritte-color-component-action-icon-state-positive-disabled-v18-1-1);
|
|
1030
|
+
@magritte-color-component-action-icon-state-warning-disabled: var(--magritte-color-component-action-icon-state-warning-disabled-v18-1-1);
|
|
1031
|
+
@magritte-color-component-action-icon-state-positive-secondary-disabled: var(--magritte-color-component-action-icon-state-positive-secondary-disabled-v18-1-1);
|
|
1032
|
+
@magritte-color-component-action-icon-state-warning-secondary-disabled: var(--magritte-color-component-action-icon-state-warning-secondary-disabled-v18-1-1);
|
|
1033
|
+
@magritte-color-component-action-icon-state-negative-disabled: var(--magritte-color-component-action-icon-state-negative-disabled-v18-1-1);
|
|
1034
|
+
@magritte-color-component-action-icon-state-negative-secondary-disabled: var(--magritte-color-component-action-icon-state-negative-secondary-disabled-v18-1-1);
|
|
1035
|
+
@magritte-color-component-action-icon-state-contrast-disabled: var(--magritte-color-component-action-icon-state-contrast-disabled-v18-1-1);
|
|
1036
|
+
@magritte-color-component-action-icon-state-contrast-secondary-disabled: var(--magritte-color-component-action-icon-state-contrast-secondary-disabled-v18-1-1);
|
|
1037
|
+
@magritte-color-component-action-icon-state-neutral-pressed: var(--magritte-color-component-action-icon-state-neutral-pressed-v18-1-1);
|
|
1038
|
+
@magritte-color-component-action-icon-state-neutral-hovered: var(--magritte-color-component-action-icon-state-neutral-hovered-v18-1-1);
|
|
1039
|
+
@magritte-color-component-action-icon-state-neutral-secondary-pressed: var(--magritte-color-component-action-icon-state-neutral-secondary-pressed-v18-1-1);
|
|
1040
|
+
@magritte-color-component-action-icon-state-neutral-secondary-hovered: var(--magritte-color-component-action-icon-state-neutral-secondary-hovered-v18-1-1);
|
|
1041
|
+
@magritte-color-component-action-icon-state-accent-pressed: var(--magritte-color-component-action-icon-state-accent-pressed-v18-1-1);
|
|
1042
|
+
@magritte-color-component-action-icon-state-accent-hovered: var(--magritte-color-component-action-icon-state-accent-hovered-v18-1-1);
|
|
1043
|
+
@magritte-color-component-action-icon-state-accent-secondary-pressed: var(--magritte-color-component-action-icon-state-accent-secondary-pressed-v18-1-1);
|
|
1044
|
+
@magritte-color-component-action-icon-state-accent-secondary-hovered: var(--magritte-color-component-action-icon-state-accent-secondary-hovered-v18-1-1);
|
|
1045
|
+
@magritte-color-component-action-icon-state-positive-pressed: var(--magritte-color-component-action-icon-state-positive-pressed-v18-1-1);
|
|
1046
|
+
@magritte-color-component-action-icon-state-positive-hovered: var(--magritte-color-component-action-icon-state-positive-hovered-v18-1-1);
|
|
1047
|
+
@magritte-color-component-action-icon-state-positive-secondary-pressed: var(--magritte-color-component-action-icon-state-positive-secondary-pressed-v18-1-1);
|
|
1048
|
+
@magritte-color-component-action-icon-state-positive-secondary-hovered: var(--magritte-color-component-action-icon-state-positive-secondary-hovered-v18-1-1);
|
|
1049
|
+
@magritte-color-component-action-icon-state-negative-pressed: var(--magritte-color-component-action-icon-state-negative-pressed-v18-1-1);
|
|
1050
|
+
@magritte-color-component-action-icon-state-negative-hovered: var(--magritte-color-component-action-icon-state-negative-hovered-v18-1-1);
|
|
1051
|
+
@magritte-color-component-action-icon-state-negative-secondary-pressed: var(--magritte-color-component-action-icon-state-negative-secondary-pressed-v18-1-1);
|
|
1052
|
+
@magritte-color-component-action-icon-state-negative-secondary-hovered: var(--magritte-color-component-action-icon-state-negative-secondary-hovered-v18-1-1);
|
|
1053
|
+
@magritte-color-component-action-icon-state-warning-pressed: var(--magritte-color-component-action-icon-state-warning-pressed-v18-1-1);
|
|
1054
|
+
@magritte-color-component-action-icon-state-warning-hovered: var(--magritte-color-component-action-icon-state-warning-hovered-v18-1-1);
|
|
1055
|
+
@magritte-color-component-action-icon-state-warning-secondary-pressed: var(--magritte-color-component-action-icon-state-warning-secondary-pressed-v18-1-1);
|
|
1056
|
+
@magritte-color-component-action-icon-state-warning-secondary-hovered: var(--magritte-color-component-action-icon-state-warning-secondary-hovered-v18-1-1);
|
|
1057
|
+
@magritte-color-component-action-icon-state-contrast-pressed: var(--magritte-color-component-action-icon-state-contrast-pressed-v18-1-1);
|
|
1058
|
+
@magritte-color-component-action-icon-state-contrast-hovered: var(--magritte-color-component-action-icon-state-contrast-hovered-v18-1-1);
|
|
1059
|
+
@magritte-color-component-action-icon-state-contrast-secondary-pressed: var(--magritte-color-component-action-icon-state-contrast-secondary-pressed-v18-1-1);
|
|
1060
|
+
@magritte-color-component-action-icon-state-contrast-secondary-hovered: var(--magritte-color-component-action-icon-state-contrast-secondary-hovered-v18-1-1);
|
|
1061
|
+
@magritte-color-component-action-stroke-state-focused-accessible: var(--magritte-color-component-action-stroke-state-focused-accessible-v18-1-1);
|
|
1062
|
+
@magritte-color-component-action-stroke-state-neutral-focused-accessible: var(--magritte-color-component-action-stroke-state-neutral-focused-accessible-v18-1-1);
|
|
1063
|
+
@magritte-color-component-action-stroke-state-accent-focused-accessible: var(--magritte-color-component-action-stroke-state-accent-focused-accessible-v18-1-1);
|
|
1064
|
+
@magritte-color-component-action-stroke-state-positive-focused-accessible: var(--magritte-color-component-action-stroke-state-positive-focused-accessible-v18-1-1);
|
|
1065
|
+
@magritte-color-component-action-stroke-state-warning-focused-accessible: var(--magritte-color-component-action-stroke-state-warning-focused-accessible-v18-1-1);
|
|
1066
|
+
@magritte-color-component-action-stroke-state-negative-focused-accessible: var(--magritte-color-component-action-stroke-state-negative-focused-accessible-v18-1-1);
|
|
1067
|
+
@magritte-color-component-action-stroke-state-contrast-focused-accessible: var(--magritte-color-component-action-stroke-state-contrast-focused-accessible-v18-1-1);
|
|
1068
|
+
@magritte-color-component-action-stroke-state-neutral-hovered: var(--magritte-color-component-action-stroke-state-neutral-hovered-v18-1-1);
|
|
1069
|
+
@magritte-color-component-action-stroke-state-neutral-pressed: var(--magritte-color-component-action-stroke-state-neutral-pressed-v18-1-1);
|
|
1070
|
+
@magritte-color-component-action-stroke-state-neutral-disabled: var(--magritte-color-component-action-stroke-state-neutral-disabled-v18-1-1);
|
|
1071
|
+
@magritte-color-component-action-stroke-state-accent-hovered: var(--magritte-color-component-action-stroke-state-accent-hovered-v18-1-1);
|
|
1072
|
+
@magritte-color-component-action-stroke-state-accent-pressed: var(--magritte-color-component-action-stroke-state-accent-pressed-v18-1-1);
|
|
1073
|
+
@magritte-color-component-action-stroke-state-accent-disabled: var(--magritte-color-component-action-stroke-state-accent-disabled-v18-1-1);
|
|
1074
|
+
@magritte-color-component-action-stroke-state-negative-hovered: var(--magritte-color-component-action-stroke-state-negative-hovered-v18-1-1);
|
|
1075
|
+
@magritte-color-component-action-stroke-state-negative-pressed: var(--magritte-color-component-action-stroke-state-negative-pressed-v18-1-1);
|
|
1076
|
+
@magritte-color-component-action-stroke-state-negative-disabled: var(--magritte-color-component-action-stroke-state-negative-disabled-v18-1-1);
|
|
1077
|
+
@magritte-color-component-action-stroke-state-contrast-hovered: var(--magritte-color-component-action-stroke-state-contrast-hovered-v18-1-1);
|
|
1078
|
+
@magritte-color-component-action-stroke-state-contrast-pressed: var(--magritte-color-component-action-stroke-state-contrast-pressed-v18-1-1);
|
|
1079
|
+
@magritte-color-component-action-stroke-state-contrast-disabled: var(--magritte-color-component-action-stroke-state-contrast-disabled-v18-1-1);
|
|
1080
|
+
@magritte-color-component-action-background-neutral: var(--magritte-color-component-action-background-neutral-v18-1-1);
|
|
1081
|
+
@magritte-color-component-action-background-accent: var(--magritte-color-component-action-background-accent-v18-1-1);
|
|
1082
|
+
@magritte-color-component-action-background-positive: var(--magritte-color-component-action-background-positive-v18-1-1);
|
|
1083
|
+
@magritte-color-component-action-background-warning: var(--magritte-color-component-action-background-warning-v18-1-1);
|
|
1084
|
+
@magritte-color-component-action-background-negative: var(--magritte-color-component-action-background-negative-v18-1-1);
|
|
1085
|
+
@magritte-color-component-action-background-contrast: var(--magritte-color-component-action-background-contrast-v18-1-1);
|
|
1086
|
+
@magritte-color-component-action-background-neutral-secondary: var(--magritte-color-component-action-background-neutral-secondary-v18-1-1);
|
|
1087
|
+
@magritte-color-component-action-background-accent-secondary: var(--magritte-color-component-action-background-accent-secondary-v18-1-1);
|
|
1088
|
+
@magritte-color-component-action-background-positive-secondary: var(--magritte-color-component-action-background-positive-secondary-v18-1-1);
|
|
1089
|
+
@magritte-color-component-action-background-warning-secondary: var(--magritte-color-component-action-background-warning-secondary-v18-1-1);
|
|
1090
|
+
@magritte-color-component-action-background-negative-secondary: var(--magritte-color-component-action-background-negative-secondary-v18-1-1);
|
|
1091
|
+
@magritte-color-component-action-background-contrast-secondary: var(--magritte-color-component-action-background-contrast-secondary-v18-1-1);
|
|
1092
|
+
@magritte-color-component-action-background-state-neutral-hovered: var(--magritte-color-component-action-background-state-neutral-hovered-v18-1-1);
|
|
1093
|
+
@magritte-color-component-action-background-state-neutral-pressed: var(--magritte-color-component-action-background-state-neutral-pressed-v18-1-1);
|
|
1094
|
+
@magritte-color-component-action-background-state-neutral-disabled: var(--magritte-color-component-action-background-state-neutral-disabled-v18-1-1);
|
|
1095
|
+
@magritte-color-component-action-background-state-accent-hovered: var(--magritte-color-component-action-background-state-accent-hovered-v18-1-1);
|
|
1096
|
+
@magritte-color-component-action-background-state-accent-pressed: var(--magritte-color-component-action-background-state-accent-pressed-v18-1-1);
|
|
1097
|
+
@magritte-color-component-action-background-state-accent-disabled: var(--magritte-color-component-action-background-state-accent-disabled-v18-1-1);
|
|
1098
|
+
@magritte-color-component-action-background-state-positive-hovered: var(--magritte-color-component-action-background-state-positive-hovered-v18-1-1);
|
|
1099
|
+
@magritte-color-component-action-background-state-positive-pressed: var(--magritte-color-component-action-background-state-positive-pressed-v18-1-1);
|
|
1100
|
+
@magritte-color-component-action-background-state-positive-disabled: var(--magritte-color-component-action-background-state-positive-disabled-v18-1-1);
|
|
1101
|
+
@magritte-color-component-action-background-state-warning-hovered: var(--magritte-color-component-action-background-state-warning-hovered-v18-1-1);
|
|
1102
|
+
@magritte-color-component-action-background-state-warning-pressed: var(--magritte-color-component-action-background-state-warning-pressed-v18-1-1);
|
|
1103
|
+
@magritte-color-component-action-background-state-warning-disabled: var(--magritte-color-component-action-background-state-warning-disabled-v18-1-1);
|
|
1104
|
+
@magritte-color-component-action-background-state-negative-hovered: var(--magritte-color-component-action-background-state-negative-hovered-v18-1-1);
|
|
1105
|
+
@magritte-color-component-action-background-state-negative-pressed: var(--magritte-color-component-action-background-state-negative-pressed-v18-1-1);
|
|
1106
|
+
@magritte-color-component-action-background-state-negative-disabled: var(--magritte-color-component-action-background-state-negative-disabled-v18-1-1);
|
|
1107
|
+
@magritte-color-component-action-background-state-contrast-hovered: var(--magritte-color-component-action-background-state-contrast-hovered-v18-1-1);
|
|
1108
|
+
@magritte-color-component-action-background-state-contrast-pressed: var(--magritte-color-component-action-background-state-contrast-pressed-v18-1-1);
|
|
1109
|
+
@magritte-color-component-action-background-state-contrast-disabled: var(--magritte-color-component-action-background-state-contrast-disabled-v18-1-1);
|
|
1110
|
+
@magritte-color-component-action-background-state-neutral-secondary-hovered: var(--magritte-color-component-action-background-state-neutral-secondary-hovered-v18-1-1);
|
|
1111
|
+
@magritte-color-component-action-background-state-neutral-secondary-pressed: var(--magritte-color-component-action-background-state-neutral-secondary-pressed-v18-1-1);
|
|
1112
|
+
@magritte-color-component-action-background-state-neutral-secondary-disabled: var(--magritte-color-component-action-background-state-neutral-secondary-disabled-v18-1-1);
|
|
1113
|
+
@magritte-color-component-action-background-state-accent-secondary-hovered: var(--magritte-color-component-action-background-state-accent-secondary-hovered-v18-1-1);
|
|
1114
|
+
@magritte-color-component-action-background-state-accent-secondary-pressed: var(--magritte-color-component-action-background-state-accent-secondary-pressed-v18-1-1);
|
|
1115
|
+
@magritte-color-component-action-background-state-accent-secondary-disabled: var(--magritte-color-component-action-background-state-accent-secondary-disabled-v18-1-1);
|
|
1116
|
+
@magritte-color-component-action-background-state-positive-secondary-hovered: var(--magritte-color-component-action-background-state-positive-secondary-hovered-v18-1-1);
|
|
1117
|
+
@magritte-color-component-action-background-state-positive-secondary-pressed: var(--magritte-color-component-action-background-state-positive-secondary-pressed-v18-1-1);
|
|
1118
|
+
@magritte-color-component-action-background-state-positive-secondary-disabled: var(--magritte-color-component-action-background-state-positive-secondary-disabled-v18-1-1);
|
|
1119
|
+
@magritte-color-component-action-background-state-warning-secondary-hovered: var(--magritte-color-component-action-background-state-warning-secondary-hovered-v18-1-1);
|
|
1120
|
+
@magritte-color-component-action-background-state-warning-secondary-pressed: var(--magritte-color-component-action-background-state-warning-secondary-pressed-v18-1-1);
|
|
1121
|
+
@magritte-color-component-action-background-state-warning-secondary-disabled: var(--magritte-color-component-action-background-state-warning-secondary-disabled-v18-1-1);
|
|
1122
|
+
@magritte-color-component-action-background-state-negative-secondary-hovered: var(--magritte-color-component-action-background-state-negative-secondary-hovered-v18-1-1);
|
|
1123
|
+
@magritte-color-component-action-background-state-negative-secondary-pressed: var(--magritte-color-component-action-background-state-negative-secondary-pressed-v18-1-1);
|
|
1124
|
+
@magritte-color-component-action-background-state-negative-secondary-disabled: var(--magritte-color-component-action-background-state-negative-secondary-disabled-v18-1-1);
|
|
1125
|
+
@magritte-color-component-action-background-state-contrast-secondary-hovered: var(--magritte-color-component-action-background-state-contrast-secondary-hovered-v18-1-1);
|
|
1126
|
+
@magritte-color-component-action-background-state-contrast-secondary-pressed: var(--magritte-color-component-action-background-state-contrast-secondary-pressed-v18-1-1);
|
|
1127
|
+
@magritte-color-component-action-background-state-contrast-secondary-disabled: var(--magritte-color-component-action-background-state-contrast-secondary-disabled-v18-1-1);
|
|
1128
|
+
@magritte-color-component-action-stroke-neutral: var(--magritte-color-component-action-stroke-neutral-v18-1-1);
|
|
1129
|
+
@magritte-color-component-action-stroke-accent: var(--magritte-color-component-action-stroke-accent-v18-1-1);
|
|
1130
|
+
@magritte-color-component-action-stroke-negative: var(--magritte-color-component-action-stroke-negative-v18-1-1);
|
|
1131
|
+
@magritte-color-component-action-stroke-contrast: var(--magritte-color-component-action-stroke-contrast-v18-1-1);
|
|
1132
|
+
@magritte-color-component-loader-icon-content: var(--magritte-color-component-loader-icon-content-v18-1-1);
|
|
1133
|
+
@magritte-color-component-snackbar-background-content: var(--magritte-color-component-snackbar-background-content-v18-1-1);
|
|
1134
|
+
@magritte-color-component-snackbar-icon-neutral: var(--magritte-color-component-snackbar-icon-neutral-v18-1-1);
|
|
1135
|
+
@magritte-color-component-snackbar-icon-positive: var(--magritte-color-component-snackbar-icon-positive-v18-1-1);
|
|
1136
|
+
@magritte-color-component-snackbar-icon-negative: var(--magritte-color-component-snackbar-icon-negative-v18-1-1);
|
|
1137
|
+
@magritte-color-component-snackbar-stroke-content: var(--magritte-color-component-snackbar-stroke-content-v18-1-1);
|
|
1138
|
+
@magritte-color-component-snackbar-text-content: var(--magritte-color-component-snackbar-text-content-v18-1-1);
|
|
1139
|
+
@magritte-color-component-snackbar-text-action: var(--magritte-color-component-snackbar-text-action-v18-1-1);
|
|
1140
|
+
@magritte-color-component-snackbar-text-state-action-hovered: var(--magritte-color-component-snackbar-text-state-action-hovered-v18-1-1);
|
|
1141
|
+
@magritte-color-component-snackbar-text-state-action-pressed: var(--magritte-color-component-snackbar-text-state-action-pressed-v18-1-1);
|
|
1142
|
+
@magritte-color-component-snackbar-text-state-action-disabled: var(--magritte-color-component-snackbar-text-state-action-disabled-v18-1-1);
|
|
1143
|
+
@magritte-color-component-bottom-sheet-background-content: var(--magritte-color-component-bottom-sheet-background-content-v18-1-1);
|
|
1144
|
+
@magritte-color-component-bottom-sheet-grabber-content: var(--magritte-color-component-bottom-sheet-grabber-content-v18-1-1);
|
|
1145
|
+
@magritte-color-component-drop-background-content: var(--magritte-color-component-drop-background-content-v18-1-1);
|
|
1146
|
+
@magritte-color-component-_overlay-background-content: var(--magritte-color-component-_overlay-background-content-v18-1-1);
|
|
1147
|
+
@magritte-color-component-chips-background-checked-neutral: var(--magritte-color-component-chips-background-checked-neutral-v18-1-1);
|
|
1148
|
+
@magritte-color-component-chips-background-unchecked-neutral: var(--magritte-color-component-chips-background-unchecked-neutral-v18-1-1);
|
|
1149
|
+
@magritte-color-component-chips-background-checked-accent: var(--magritte-color-component-chips-background-checked-accent-v18-1-1);
|
|
1150
|
+
@magritte-color-component-chips-background-unchecked-accent: var(--magritte-color-component-chips-background-unchecked-accent-v18-1-1);
|
|
1151
|
+
@magritte-color-component-chips-background-state-checked-neutral-hovered: var(--magritte-color-component-chips-background-state-checked-neutral-hovered-v18-1-1);
|
|
1152
|
+
@magritte-color-component-chips-background-state-checked-neutral-pressed: var(--magritte-color-component-chips-background-state-checked-neutral-pressed-v18-1-1);
|
|
1153
|
+
@magritte-color-component-chips-background-state-checked-neutral-disabled: var(--magritte-color-component-chips-background-state-checked-neutral-disabled-v18-1-1);
|
|
1154
|
+
@magritte-color-component-chips-background-state-unchecked-neutral-hovered: var(--magritte-color-component-chips-background-state-unchecked-neutral-hovered-v18-1-1);
|
|
1155
|
+
@magritte-color-component-chips-background-state-unchecked-neutral-pressed: var(--magritte-color-component-chips-background-state-unchecked-neutral-pressed-v18-1-1);
|
|
1156
|
+
@magritte-color-component-chips-background-state-unchecked-neutral-disabled: var(--magritte-color-component-chips-background-state-unchecked-neutral-disabled-v18-1-1);
|
|
1157
|
+
@magritte-color-component-chips-background-state-checked-accent-hovered: var(--magritte-color-component-chips-background-state-checked-accent-hovered-v18-1-1);
|
|
1158
|
+
@magritte-color-component-chips-background-state-checked-accent-pressed: var(--magritte-color-component-chips-background-state-checked-accent-pressed-v18-1-1);
|
|
1159
|
+
@magritte-color-component-chips-background-state-checked-accent-disabled: var(--magritte-color-component-chips-background-state-checked-accent-disabled-v18-1-1);
|
|
1160
|
+
@magritte-color-component-chips-background-state-unchecked-accent-hovered: var(--magritte-color-component-chips-background-state-unchecked-accent-hovered-v18-1-1);
|
|
1161
|
+
@magritte-color-component-chips-background-state-unchecked-accent-pressed: var(--magritte-color-component-chips-background-state-unchecked-accent-pressed-v18-1-1);
|
|
1162
|
+
@magritte-color-component-chips-background-state-unchecked-accent-disabled: var(--magritte-color-component-chips-background-state-unchecked-accent-disabled-v18-1-1);
|
|
1163
|
+
@magritte-color-component-chips-text-checked-neutral: var(--magritte-color-component-chips-text-checked-neutral-v18-1-1);
|
|
1164
|
+
@magritte-color-component-chips-text-unchecked-neutral: var(--magritte-color-component-chips-text-unchecked-neutral-v18-1-1);
|
|
1165
|
+
@magritte-color-component-chips-text-checked-accent: var(--magritte-color-component-chips-text-checked-accent-v18-1-1);
|
|
1166
|
+
@magritte-color-component-chips-text-unchecked-accent: var(--magritte-color-component-chips-text-unchecked-accent-v18-1-1);
|
|
1167
|
+
@magritte-color-component-chips-text-state-checked-neutral-hovered: var(--magritte-color-component-chips-text-state-checked-neutral-hovered-v18-1-1);
|
|
1168
|
+
@magritte-color-component-chips-text-state-checked-neutral-pressed: var(--magritte-color-component-chips-text-state-checked-neutral-pressed-v18-1-1);
|
|
1169
|
+
@magritte-color-component-chips-text-state-checked-neutral-disabled: var(--magritte-color-component-chips-text-state-checked-neutral-disabled-v18-1-1);
|
|
1170
|
+
@magritte-color-component-chips-text-state-unchecked-neutral-hovered: var(--magritte-color-component-chips-text-state-unchecked-neutral-hovered-v18-1-1);
|
|
1171
|
+
@magritte-color-component-chips-text-state-unchecked-neutral-pressed: var(--magritte-color-component-chips-text-state-unchecked-neutral-pressed-v18-1-1);
|
|
1172
|
+
@magritte-color-component-chips-text-state-unchecked-neutral-disabled: var(--magritte-color-component-chips-text-state-unchecked-neutral-disabled-v18-1-1);
|
|
1173
|
+
@magritte-color-component-chips-text-state-checked-accent-hovered: var(--magritte-color-component-chips-text-state-checked-accent-hovered-v18-1-1);
|
|
1174
|
+
@magritte-color-component-chips-text-state-checked-accent-pressed: var(--magritte-color-component-chips-text-state-checked-accent-pressed-v18-1-1);
|
|
1175
|
+
@magritte-color-component-chips-text-state-checked-accent-disabled: var(--magritte-color-component-chips-text-state-checked-accent-disabled-v18-1-1);
|
|
1176
|
+
@magritte-color-component-chips-text-state-unchecked-accent-hovered: var(--magritte-color-component-chips-text-state-unchecked-accent-hovered-v18-1-1);
|
|
1177
|
+
@magritte-color-component-chips-text-state-unchecked-accent-pressed: var(--magritte-color-component-chips-text-state-unchecked-accent-pressed-v18-1-1);
|
|
1178
|
+
@magritte-color-component-chips-text-state-unchecked-accent-disabled: var(--magritte-color-component-chips-text-state-unchecked-accent-disabled-v18-1-1);
|
|
1179
|
+
@magritte-color-component-chips-stroke-state-focused-accessible: var(--magritte-color-component-chips-stroke-state-focused-accessible-v18-1-1);
|
|
1180
|
+
@magritte-color-component-chips-icon-checked-neutral: var(--magritte-color-component-chips-icon-checked-neutral-v18-1-1);
|
|
1181
|
+
@magritte-color-component-chips-icon-unchecked-neutral: var(--magritte-color-component-chips-icon-unchecked-neutral-v18-1-1);
|
|
1182
|
+
@magritte-color-component-chips-icon-checked-accent: var(--magritte-color-component-chips-icon-checked-accent-v18-1-1);
|
|
1183
|
+
@magritte-color-component-chips-icon-unchecked-accent: var(--magritte-color-component-chips-icon-unchecked-accent-v18-1-1);
|
|
1184
|
+
@magritte-color-component-chips-icon-state-checked-neutral-hovered: var(--magritte-color-component-chips-icon-state-checked-neutral-hovered-v18-1-1);
|
|
1185
|
+
@magritte-color-component-chips-icon-state-checked-neutral-pressed: var(--magritte-color-component-chips-icon-state-checked-neutral-pressed-v18-1-1);
|
|
1186
|
+
@magritte-color-component-chips-icon-state-checked-neutral-disabled: var(--magritte-color-component-chips-icon-state-checked-neutral-disabled-v18-1-1);
|
|
1187
|
+
@magritte-color-component-chips-icon-state-unchecked-neutral-hovered: var(--magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v18-1-1);
|
|
1188
|
+
@magritte-color-component-chips-icon-state-unchecked-neutral-pressed: var(--magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v18-1-1);
|
|
1189
|
+
@magritte-color-component-chips-icon-state-unchecked-neutral-disabled: var(--magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v18-1-1);
|
|
1190
|
+
@magritte-color-component-chips-icon-state-checked-accent-hovered: var(--magritte-color-component-chips-icon-state-checked-accent-hovered-v18-1-1);
|
|
1191
|
+
@magritte-color-component-chips-icon-state-checked-accent-pressed: var(--magritte-color-component-chips-icon-state-checked-accent-pressed-v18-1-1);
|
|
1192
|
+
@magritte-color-component-chips-icon-state-checked-accent-disabled: var(--magritte-color-component-chips-icon-state-checked-accent-disabled-v18-1-1);
|
|
1193
|
+
@magritte-color-component-chips-icon-state-unchecked-accent-hovered: var(--magritte-color-component-chips-icon-state-unchecked-accent-hovered-v18-1-1);
|
|
1194
|
+
@magritte-color-component-chips-icon-state-unchecked-accent-pressed: var(--magritte-color-component-chips-icon-state-unchecked-accent-pressed-v18-1-1);
|
|
1195
|
+
@magritte-color-component-chips-icon-state-unchecked-accent-disabled: var(--magritte-color-component-chips-icon-state-unchecked-accent-disabled-v18-1-1);
|
|
1196
|
+
@magritte-color-component-chips-counter-text-checked-neutral: var(--magritte-color-component-chips-counter-text-checked-neutral-v18-1-1);
|
|
1197
|
+
@magritte-color-component-chips-counter-text-unchecked-neutral: var(--magritte-color-component-chips-counter-text-unchecked-neutral-v18-1-1);
|
|
1198
|
+
@magritte-color-component-chips-counter-text-checked-accent: var(--magritte-color-component-chips-counter-text-checked-accent-v18-1-1);
|
|
1199
|
+
@magritte-color-component-chips-counter-text-unchecked-accent: var(--magritte-color-component-chips-counter-text-unchecked-accent-v18-1-1);
|
|
1200
|
+
@magritte-color-component-chips-counter-text-state-checked-neutral-disabled: var(--magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v18-1-1);
|
|
1201
|
+
@magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled: var(--magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v18-1-1);
|
|
1202
|
+
@magritte-color-component-chips-counter-text-state-checked-accent-disabled: var(--magritte-color-component-chips-counter-text-state-checked-accent-disabled-v18-1-1);
|
|
1203
|
+
@magritte-color-component-chips-counter-text-state-unchecked-accent-disabled: var(--magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v18-1-1);
|
|
1204
|
+
@magritte-color-component-avatar-online-content: var(--magritte-color-component-avatar-online-content-v18-1-1);
|
|
1205
|
+
@magritte-color-component-avatar-background-color-01: var(--magritte-color-component-avatar-background-color-01-v18-1-1);
|
|
1206
|
+
@magritte-color-component-avatar-background-color-02: var(--magritte-color-component-avatar-background-color-02-v18-1-1);
|
|
1207
|
+
@magritte-color-component-avatar-background-color-03: var(--magritte-color-component-avatar-background-color-03-v18-1-1);
|
|
1208
|
+
@magritte-color-component-avatar-background-color-04: var(--magritte-color-component-avatar-background-color-04-v18-1-1);
|
|
1209
|
+
@magritte-color-component-avatar-background-color-05: var(--magritte-color-component-avatar-background-color-05-v18-1-1);
|
|
1210
|
+
@magritte-color-component-avatar-background-color-06: var(--magritte-color-component-avatar-background-color-06-v18-1-1);
|
|
1211
|
+
@magritte-color-component-avatar-background-color-07: var(--magritte-color-component-avatar-background-color-07-v18-1-1);
|
|
1212
|
+
@magritte-color-component-avatar-background-color-08: var(--magritte-color-component-avatar-background-color-08-v18-1-1);
|
|
1213
|
+
@magritte-color-component-avatar-background-color-09: var(--magritte-color-component-avatar-background-color-09-v18-1-1);
|
|
1214
|
+
@magritte-color-component-avatar-text-letters: var(--magritte-color-component-avatar-text-letters-v18-1-1);
|
|
1215
|
+
@magritte-color-component-avatar-stroke-image: var(--magritte-color-component-avatar-stroke-image-v18-1-1);
|
|
1216
|
+
@magritte-color-component-avatar-stroke-placeholder: var(--magritte-color-component-avatar-stroke-placeholder-v18-1-1);
|
|
1217
|
+
@magritte-color-component-avatar-stroke-letters: var(--magritte-color-component-avatar-stroke-letters-v18-1-1);
|
|
1218
|
+
@magritte-color-component-avatar-stroke-icon: var(--magritte-color-component-avatar-stroke-icon-v18-1-1);
|
|
1219
|
+
@magritte-color-component-avatar-stroke-state-focused-accessible: var(--magritte-color-component-avatar-stroke-state-focused-accessible-v18-1-1);
|
|
1220
|
+
@magritte-color-component-swipe-button-background-neutral: var(--magritte-color-component-swipe-button-background-neutral-v18-1-1);
|
|
1221
|
+
@magritte-color-component-swipe-button-background-accent: var(--magritte-color-component-swipe-button-background-accent-v18-1-1);
|
|
1222
|
+
@magritte-color-component-swipe-button-background-positive: var(--magritte-color-component-swipe-button-background-positive-v18-1-1);
|
|
1223
|
+
@magritte-color-component-swipe-button-background-negative: var(--magritte-color-component-swipe-button-background-negative-v18-1-1);
|
|
1224
|
+
@magritte-color-component-swipe-button-background-warning: var(--magritte-color-component-swipe-button-background-warning-v18-1-1);
|
|
1225
|
+
@magritte-color-component-swipe-button-background-special: var(--magritte-color-component-swipe-button-background-special-v18-1-1);
|
|
1226
|
+
@magritte-color-component-swipe-button-background-state-neutral-pressed: var(--magritte-color-component-swipe-button-background-state-neutral-pressed-v18-1-1);
|
|
1227
|
+
@magritte-color-component-swipe-button-background-state-neutral-hovered: var(--magritte-color-component-swipe-button-background-state-neutral-hovered-v18-1-1);
|
|
1228
|
+
@magritte-color-component-swipe-button-background-state-accent-pressed: var(--magritte-color-component-swipe-button-background-state-accent-pressed-v18-1-1);
|
|
1229
|
+
@magritte-color-component-swipe-button-background-state-accent-hovered: var(--magritte-color-component-swipe-button-background-state-accent-hovered-v18-1-1);
|
|
1230
|
+
@magritte-color-component-swipe-button-background-state-positive-pressed: var(--magritte-color-component-swipe-button-background-state-positive-pressed-v18-1-1);
|
|
1231
|
+
@magritte-color-component-swipe-button-background-state-positive-hovered: var(--magritte-color-component-swipe-button-background-state-positive-hovered-v18-1-1);
|
|
1232
|
+
@magritte-color-component-swipe-button-background-state-negative-pressed: var(--magritte-color-component-swipe-button-background-state-negative-pressed-v18-1-1);
|
|
1233
|
+
@magritte-color-component-swipe-button-background-state-negative-hovered: var(--magritte-color-component-swipe-button-background-state-negative-hovered-v18-1-1);
|
|
1234
|
+
@magritte-color-component-swipe-button-background-state-warning-pressed: var(--magritte-color-component-swipe-button-background-state-warning-pressed-v18-1-1);
|
|
1235
|
+
@magritte-color-component-swipe-button-background-state-warning-hovered: var(--magritte-color-component-swipe-button-background-state-warning-hovered-v18-1-1);
|
|
1236
|
+
@magritte-color-component-swipe-button-background-state-special-pressed: var(--magritte-color-component-swipe-button-background-state-special-pressed-v18-1-1);
|
|
1237
|
+
@magritte-color-component-swipe-button-background-state-special-hovered: var(--magritte-color-component-swipe-button-background-state-special-hovered-v18-1-1);
|
|
1238
|
+
@magritte-color-component-swipe-button-text-label: var(--magritte-color-component-swipe-button-text-label-v18-1-1);
|
|
1239
|
+
@magritte-color-component-swipe-button-text-state-label-pressed: var(--magritte-color-component-swipe-button-text-state-label-pressed-v18-1-1);
|
|
1240
|
+
@magritte-color-component-swipe-button-text-state-label-hovered: var(--magritte-color-component-swipe-button-text-state-label-hovered-v18-1-1);
|
|
1241
|
+
@magritte-color-component-swipe-button-icon-content: var(--magritte-color-component-swipe-button-icon-content-v18-1-1);
|
|
1242
|
+
@magritte-color-component-swipe-button-icon-state-content-pressed: var(--magritte-color-component-swipe-button-icon-state-content-pressed-v18-1-1);
|
|
1243
|
+
@magritte-color-component-swipe-button-icon-state-content-hovered: var(--magritte-color-component-swipe-button-icon-state-content-hovered-v18-1-1);
|
|
1244
|
+
@magritte-color-component-modal-background-content: var(--magritte-color-component-modal-background-content-v18-1-1);
|
|
1245
|
+
@magritte-color-component-modal-background-action: var(--magritte-color-component-modal-background-action-v18-1-1);
|
|
1246
|
+
@magritte-color-component-breadcrumbs-text-primary: var(--magritte-color-component-breadcrumbs-text-primary-v18-1-1);
|
|
1247
|
+
@magritte-color-component-breadcrumbs-text-secondary: var(--magritte-color-component-breadcrumbs-text-secondary-v18-1-1);
|
|
1248
|
+
@magritte-color-component-breadcrumbs-text-tertiary: var(--magritte-color-component-breadcrumbs-text-tertiary-v18-1-1);
|
|
1249
|
+
@magritte-color-component-breadcrumbs-text-state-secondary-hovered: var(--magritte-color-component-breadcrumbs-text-state-secondary-hovered-v18-1-1);
|
|
1250
|
+
@magritte-color-component-breadcrumbs-text-state-secondary-pressed: var(--magritte-color-component-breadcrumbs-text-state-secondary-pressed-v18-1-1);
|
|
1251
|
+
@magritte-color-component-progress-bar-background-content: var(--magritte-color-component-progress-bar-background-content-v18-1-1);
|
|
1252
|
+
@magritte-color-component-progress-bar-foreground-accent: var(--magritte-color-component-progress-bar-foreground-accent-v18-1-1);
|
|
1253
|
+
@magritte-color-component-progress-bar-foreground-positive: var(--magritte-color-component-progress-bar-foreground-positive-v18-1-1);
|
|
1254
|
+
@magritte-color-component-progress-bar-foreground-special: var(--magritte-color-component-progress-bar-foreground-special-v18-1-1);
|
|
1255
|
+
@magritte-color-component-progress-bar-foreground-warning: var(--magritte-color-component-progress-bar-foreground-warning-v18-1-1);
|
|
1256
|
+
@magritte-color-component-progress-bar-foreground-negative: var(--magritte-color-component-progress-bar-foreground-negative-v18-1-1);
|
|
1257
|
+
@magritte-color-component-dot-pages-background-content: var(--magritte-color-component-dot-pages-background-content-v18-1-1);
|
|
1258
|
+
@magritte-color-component-dot-pages-foreground-content: var(--magritte-color-component-dot-pages-foreground-content-v18-1-1);
|
|
1259
|
+
@magritte-color-component-number-pages-background-content: var(--magritte-color-component-number-pages-background-content-v18-1-1);
|
|
1260
|
+
@magritte-color-component-number-pages-stroke-content: var(--magritte-color-component-number-pages-stroke-content-v18-1-1);
|
|
1261
|
+
@magritte-color-component-number-pages-item-text-unselected: var(--magritte-color-component-number-pages-item-text-unselected-v18-1-1);
|
|
1262
|
+
@magritte-color-component-number-pages-item-text-selected: var(--magritte-color-component-number-pages-item-text-selected-v18-1-1);
|
|
1263
|
+
@magritte-color-component-number-pages-item-text-state-unselected-hovered: var(--magritte-color-component-number-pages-item-text-state-unselected-hovered-v18-1-1);
|
|
1264
|
+
@magritte-color-component-number-pages-item-text-state-unselected-pressed: var(--magritte-color-component-number-pages-item-text-state-unselected-pressed-v18-1-1);
|
|
1265
|
+
@magritte-color-component-number-pages-item-icon-content: var(--magritte-color-component-number-pages-item-icon-content-v18-1-1);
|
|
1266
|
+
@magritte-color-component-number-pages-item-icon-state-content-hovered: var(--magritte-color-component-number-pages-item-icon-state-content-hovered-v18-1-1);
|
|
1267
|
+
@magritte-color-component-number-pages-item-icon-state-content-pressed: var(--magritte-color-component-number-pages-item-icon-state-content-pressed-v18-1-1);
|
|
1268
|
+
@magritte-color-component-number-pages-item-background-selected: var(--magritte-color-component-number-pages-item-background-selected-v18-1-1);
|
|
1269
|
+
@magritte-color-component-number-pages-item-background-unselected: var(--magritte-color-component-number-pages-item-background-unselected-v18-1-1);
|
|
1270
|
+
@magritte-color-component-number-pages-item-background-content: var(--magritte-color-component-number-pages-item-background-content-v18-1-1);
|
|
1271
|
+
@magritte-color-component-number-pages-item-background-state-unselected-hovered: var(--magritte-color-component-number-pages-item-background-state-unselected-hovered-v18-1-1);
|
|
1272
|
+
@magritte-color-component-number-pages-item-background-state-content-hovered: var(--magritte-color-component-number-pages-item-background-state-content-hovered-v18-1-1);
|
|
1273
|
+
@magritte-color-component-number-pages-item-background-state-unselected-pressed: var(--magritte-color-component-number-pages-item-background-state-unselected-pressed-v18-1-1);
|
|
1274
|
+
@magritte-color-component-number-pages-item-background-state-content-pressed: var(--magritte-color-component-number-pages-item-background-state-content-pressed-v18-1-1);
|
|
1275
|
+
@magritte-color-component-number-pages-stroke-state-focused-accessible: var(--magritte-color-component-number-pages-stroke-state-focused-accessible-v18-1-1);
|
|
1276
|
+
@magritte-color-component-time-picker-background-selection: var(--magritte-color-component-time-picker-background-selection-v18-1-1);
|
|
1277
|
+
@magritte-color-component-date-picker-stroke-state-focused-accessible: var(--magritte-color-component-date-picker-stroke-state-focused-accessible-v18-1-1);
|
|
1278
|
+
@magritte-color-component-date-picker-item-text-unselected: var(--magritte-color-component-date-picker-item-text-unselected-v18-1-1);
|
|
1279
|
+
@magritte-color-component-date-picker-item-text-selected: var(--magritte-color-component-date-picker-item-text-selected-v18-1-1);
|
|
1280
|
+
@magritte-color-component-date-picker-item-text-neutral: var(--magritte-color-component-date-picker-item-text-neutral-v18-1-1);
|
|
1281
|
+
@magritte-color-component-date-picker-item-text-neutral-secondary: var(--magritte-color-component-date-picker-item-text-neutral-secondary-v18-1-1);
|
|
1282
|
+
@magritte-color-component-date-picker-item-text-contrast: var(--magritte-color-component-date-picker-item-text-contrast-v18-1-1);
|
|
1283
|
+
@magritte-color-component-date-picker-item-stroke-today: var(--magritte-color-component-date-picker-item-stroke-today-v18-1-1);
|
|
1284
|
+
@magritte-color-component-date-picker-item-background-unselected: var(--magritte-color-component-date-picker-item-background-unselected-v18-1-1);
|
|
1285
|
+
@magritte-color-component-date-picker-item-background-selected: var(--magritte-color-component-date-picker-item-background-selected-v18-1-1);
|
|
1286
|
+
@magritte-color-component-date-picker-item-background-selected-preview: var(--magritte-color-component-date-picker-item-background-selected-preview-v18-1-1);
|
|
1287
|
+
@magritte-color-component-date-picker-item-background-neutral: var(--magritte-color-component-date-picker-item-background-neutral-v18-1-1);
|
|
1288
|
+
@magritte-color-component-date-picker-item-background-info-primary: var(--magritte-color-component-date-picker-item-background-info-primary-v18-1-1);
|
|
1289
|
+
@magritte-color-component-date-picker-item-background-info-secondary: var(--magritte-color-component-date-picker-item-background-info-secondary-v18-1-1);
|
|
1290
|
+
@magritte-color-component-date-picker-item-background-state-unselected-hovered: var(--magritte-color-component-date-picker-item-background-state-unselected-hovered-v18-1-1);
|
|
1291
|
+
@magritte-color-component-date-picker-item-background-state-unselected-pressed: var(--magritte-color-component-date-picker-item-background-state-unselected-pressed-v18-1-1);
|
|
1292
|
+
@magritte-color-component-date-picker-item-background-state-unselected-disabled: var(--magritte-color-component-date-picker-item-background-state-unselected-disabled-v18-1-1);
|
|
1293
|
+
@magritte-color-component-date-picker-item-background-state-selected-hovered: var(--magritte-color-component-date-picker-item-background-state-selected-hovered-v18-1-1);
|
|
1294
|
+
@magritte-color-component-date-picker-item-background-state-selected-pressed: var(--magritte-color-component-date-picker-item-background-state-selected-pressed-v18-1-1);
|
|
1295
|
+
@magritte-color-component-date-picker-item-background-state-selected-disabled: var(--magritte-color-component-date-picker-item-background-state-selected-disabled-v18-1-1);
|
|
1296
|
+
@magritte-color-component-date-picker-item-background-state-selected-range: var(--magritte-color-component-date-picker-item-background-state-selected-range-v18-1-1);
|
|
1297
|
+
@magritte-color-component-date-picker-item-background-state-info-primary-hovered: var(--magritte-color-component-date-picker-item-background-state-info-primary-hovered-v18-1-1);
|
|
1298
|
+
@magritte-color-component-date-picker-item-background-state-info-primary-pressed: var(--magritte-color-component-date-picker-item-background-state-info-primary-pressed-v18-1-1);
|
|
1299
|
+
@magritte-color-component-date-picker-item-background-state-info-secondary-hovered: var(--magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v18-1-1);
|
|
1300
|
+
@magritte-color-component-date-picker-item-background-state-info-secondary-pressed: var(--magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v18-1-1);
|
|
1301
|
+
@magritte-color-component-date-picker-item-text-state-unselected-hovered: var(--magritte-color-component-date-picker-item-text-state-unselected-hovered-v18-1-1);
|
|
1302
|
+
@magritte-color-component-date-picker-item-text-state-unselected-pressed: var(--magritte-color-component-date-picker-item-text-state-unselected-pressed-v18-1-1);
|
|
1303
|
+
@magritte-color-component-date-picker-item-text-state-unselected-disabled: var(--magritte-color-component-date-picker-item-text-state-unselected-disabled-v18-1-1);
|
|
1304
|
+
@magritte-color-component-date-picker-item-text-state-selected-hovered: var(--magritte-color-component-date-picker-item-text-state-selected-hovered-v18-1-1);
|
|
1305
|
+
@magritte-color-component-date-picker-item-text-state-selected-pressed: var(--magritte-color-component-date-picker-item-text-state-selected-pressed-v18-1-1);
|
|
1306
|
+
@magritte-color-component-date-picker-item-text-state-selected-disabled: var(--magritte-color-component-date-picker-item-text-state-selected-disabled-v18-1-1);
|
|
1307
|
+
@magritte-color-component-date-picker-item-text-state-selected-range: var(--magritte-color-component-date-picker-item-text-state-selected-range-v18-1-1);
|
|
1308
|
+
@magritte-color-component-date-picker-background-overflow: var(--magritte-color-component-date-picker-background-overflow-v18-1-1);
|
|
1309
|
+
@magritte-color-component-date-picker-header-text-content: var(--magritte-color-component-date-picker-header-text-content-v18-1-1);
|
|
1310
|
+
@magritte-color-component-date-picker-header-text-content-secondary: var(--magritte-color-component-date-picker-header-text-content-secondary-v18-1-1);
|
|
1311
|
+
@magritte-color-component-date-picker-header-text-state-content-hovered: var(--magritte-color-component-date-picker-header-text-state-content-hovered-v18-1-1);
|
|
1312
|
+
@magritte-color-component-date-picker-header-text-state-content-pressed: var(--magritte-color-component-date-picker-header-text-state-content-pressed-v18-1-1);
|
|
1313
|
+
@magritte-color-component-date-picker-header-icon-content: var(--magritte-color-component-date-picker-header-icon-content-v18-1-1);
|
|
1314
|
+
@magritte-color-component-date-picker-header-icon-state-content-hovered: var(--magritte-color-component-date-picker-header-icon-state-content-hovered-v18-1-1);
|
|
1315
|
+
@magritte-color-component-date-picker-header-icon-state-content-pressed: var(--magritte-color-component-date-picker-header-icon-state-content-pressed-v18-1-1);
|
|
1316
|
+
@magritte-color-component-table-background-primary: var(--magritte-color-component-table-background-primary-v18-1-1);
|
|
1317
|
+
@magritte-color-component-table-background-primary-tint: var(--magritte-color-component-table-background-primary-tint-v18-1-1);
|
|
1318
|
+
@magritte-color-component-table-background-state-primary-hovered: var(--magritte-color-component-table-background-state-primary-hovered-v18-1-1);
|
|
1319
|
+
@magritte-color-component-table-background-state-primary-pressed: var(--magritte-color-component-table-background-state-primary-pressed-v18-1-1);
|
|
1320
|
+
@magritte-color-component-table-stroke-state-focused-accessible: var(--magritte-color-component-table-stroke-state-focused-accessible-v18-1-1);
|
|
1321
|
+
@magritte-color-component-table-text-neutral: var(--magritte-color-component-table-text-neutral-v18-1-1);
|
|
1322
|
+
@magritte-color-component-table-text-state-neutral-hovered: var(--magritte-color-component-table-text-state-neutral-hovered-v18-1-1);
|
|
1323
|
+
@magritte-color-component-table-text-state-neutral-pressed: var(--magritte-color-component-table-text-state-neutral-pressed-v18-1-1);
|
|
1324
|
+
@magritte-color-component-table-text-state-neutral-disabled: var(--magritte-color-component-table-text-state-neutral-disabled-v18-1-1);
|
|
1325
|
+
@magritte-color-component-table-icon-neutral: var(--magritte-color-component-table-icon-neutral-v18-1-1);
|
|
1326
|
+
@magritte-color-component-table-icon-state-neutral-hovered: var(--magritte-color-component-table-icon-state-neutral-hovered-v18-1-1);
|
|
1327
|
+
@magritte-color-component-table-icon-state-neutral-pressed: var(--magritte-color-component-table-icon-state-neutral-pressed-v18-1-1);
|
|
1328
|
+
@magritte-color-component-table-icon-state-neutral-disabled: var(--magritte-color-component-table-icon-state-neutral-disabled-v18-1-1);
|
|
1329
|
+
@magritte-color-component-secondary-tabs-stroke-state-focused-accessible: var(--magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v18-1-1);
|
|
1330
|
+
@magritte-color-component-secondary-tabs-text-selected: var(--magritte-color-component-secondary-tabs-text-selected-v18-1-1);
|
|
1331
|
+
@magritte-color-component-secondary-tabs-text-unselected: var(--magritte-color-component-secondary-tabs-text-unselected-v18-1-1);
|
|
1332
|
+
@magritte-color-component-secondary-tabs-indicator-selected: var(--magritte-color-component-secondary-tabs-indicator-selected-v18-1-1);
|
|
1333
|
+
@magritte-color-component-secondary-tabs-text-state-unselected-hovered: var(--magritte-color-component-secondary-tabs-text-state-unselected-hovered-v18-1-1);
|
|
1334
|
+
@magritte-color-component-secondary-tabs-text-state-unselected-pressed: var(--magritte-color-component-secondary-tabs-text-state-unselected-pressed-v18-1-1);
|
|
1335
|
+
@magritte-color-component-secondary-tabs-counter-text-selected: var(--magritte-color-component-secondary-tabs-counter-text-selected-v18-1-1);
|
|
1336
|
+
@magritte-color-component-secondary-tabs-counter-text-unselected: var(--magritte-color-component-secondary-tabs-counter-text-unselected-v18-1-1);
|
|
1337
|
+
@magritte-color-component-segmented-stroke-state-focused-accessible: var(--magritte-color-component-segmented-stroke-state-focused-accessible-v18-1-1);
|
|
1338
|
+
@magritte-color-component-segmented-stroke-content: var(--magritte-color-component-segmented-stroke-content-v18-1-1);
|
|
1339
|
+
@magritte-color-component-segmented-background-content: var(--magritte-color-component-segmented-background-content-v18-1-1);
|
|
1340
|
+
@magritte-color-component-segmented-item-text-selected: var(--magritte-color-component-segmented-item-text-selected-v18-1-1);
|
|
1341
|
+
@magritte-color-component-segmented-item-text-unselected: var(--magritte-color-component-segmented-item-text-unselected-v18-1-1);
|
|
1342
|
+
@magritte-color-component-segmented-item-text-state-unselected-hovered: var(--magritte-color-component-segmented-item-text-state-unselected-hovered-v18-1-1);
|
|
1343
|
+
@magritte-color-component-segmented-item-text-state-unselected-pressed: var(--magritte-color-component-segmented-item-text-state-unselected-pressed-v18-1-1);
|
|
1344
|
+
@magritte-color-component-segmented-item-icon-selected: var(--magritte-color-component-segmented-item-icon-selected-v18-1-1);
|
|
1345
|
+
@magritte-color-component-segmented-item-icon-unselected: var(--magritte-color-component-segmented-item-icon-unselected-v18-1-1);
|
|
1346
|
+
@magritte-color-component-segmented-item-icon-state-unselected-hovered: var(--magritte-color-component-segmented-item-icon-state-unselected-hovered-v18-1-1);
|
|
1347
|
+
@magritte-color-component-segmented-item-icon-state-unselected-pressed: var(--magritte-color-component-segmented-item-icon-state-unselected-pressed-v18-1-1);
|
|
1348
|
+
@magritte-color-component-segmented-item-background-selected: var(--magritte-color-component-segmented-item-background-selected-v18-1-1);
|
|
1349
|
+
@magritte-color-component-segmented-item-background-unselected: var(--magritte-color-component-segmented-item-background-unselected-v18-1-1);
|
|
1350
|
+
@magritte-color-component-form-label-stroke-state-focused-accessible: var(--magritte-color-component-form-label-stroke-state-focused-accessible-v18-1-1);
|
|
1351
|
+
@magritte-color-component-form-label-text-content: var(--magritte-color-component-form-label-text-content-v18-1-1);
|
|
1352
|
+
@magritte-color-component-form-label-text-state-content-hovered: var(--magritte-color-component-form-label-text-state-content-hovered-v18-1-1);
|
|
1353
|
+
@magritte-color-component-form-label-text-state-content-pressed: var(--magritte-color-component-form-label-text-state-content-pressed-v18-1-1);
|
|
1354
|
+
@magritte-color-component-form-label-text-state-content-disabled: var(--magritte-color-component-form-label-text-state-content-disabled-v18-1-1);
|
|
1355
|
+
@magritte-color-component-form-label-icon-content: var(--magritte-color-component-form-label-icon-content-v18-1-1);
|
|
1356
|
+
@magritte-color-component-form-label-icon-state-content-hovered: var(--magritte-color-component-form-label-icon-state-content-hovered-v18-1-1);
|
|
1357
|
+
@magritte-color-component-form-label-icon-state-content-pressed: var(--magritte-color-component-form-label-icon-state-content-pressed-v18-1-1);
|
|
1358
|
+
@magritte-color-component-form-label-icon-state-content-disabled: var(--magritte-color-component-form-label-icon-state-content-disabled-v18-1-1);
|
|
1359
|
+
@magritte-color-component-form-label-counter-content: var(--magritte-color-component-form-label-counter-content-v18-1-1);
|
|
1360
|
+
@magritte-color-component-form-label-counter-state-content-disabled: var(--magritte-color-component-form-label-counter-state-content-disabled-v18-1-1);
|
|
1361
|
+
@magritte-color-component-form-helper-text-state-content-invalid: var(--magritte-color-component-form-helper-text-state-content-invalid-v18-1-1);
|
|
1362
|
+
@magritte-color-component-form-helper-text-state-content-disabled: var(--magritte-color-component-form-helper-text-state-content-disabled-v18-1-1);
|
|
1363
|
+
@magritte-color-component-form-helper-text-content: var(--magritte-color-component-form-helper-text-content-v18-1-1);
|
|
1364
|
+
@magritte-color-component-skeleton-background-content: var(--magritte-color-component-skeleton-background-content-v18-1-1);
|
|
1365
|
+
@magritte-color-component-scrollable-container-fade-content: var(--magritte-color-component-scrollable-container-fade-content-v18-1-1);
|
|
1366
|
+
@magritte-color-component-chat-bubble-background-incoming: var(--magritte-color-component-chat-bubble-background-incoming-v18-1-1);
|
|
1367
|
+
@magritte-color-component-chat-bubble-background-outgoing: var(--magritte-color-component-chat-bubble-background-outgoing-v18-1-1);
|
|
1368
|
+
@magritte-color-component-chat-bubble-background-bot: var(--magritte-color-component-chat-bubble-background-bot-v18-1-1);
|
|
1369
|
+
@magritte-color-component-chat-bubble-background-preview: var(--magritte-color-component-chat-bubble-background-preview-v18-1-1);
|
|
1370
|
+
@magritte-color-component-chat-bubble-border-incoming: var(--magritte-color-component-chat-bubble-border-incoming-v18-1-1);
|
|
1371
|
+
@magritte-color-component-chat-bubble-border-outgoing: var(--magritte-color-component-chat-bubble-border-outgoing-v18-1-1);
|
|
1372
|
+
@magritte-color-component-chat-bubble-border-bot: var(--magritte-color-component-chat-bubble-border-bot-v18-1-1);
|
|
1373
|
+
@magritte-color-component-chat-bubble-border-image: var(--magritte-color-component-chat-bubble-border-image-v18-1-1);
|
|
1374
|
+
@magritte-color-component-chat-bubble-snippet-background-incoming: var(--magritte-color-component-chat-bubble-snippet-background-incoming-v18-1-1);
|
|
1375
|
+
@magritte-color-component-chat-bubble-snippet-background-outgoing: var(--magritte-color-component-chat-bubble-snippet-background-outgoing-v18-1-1);
|
|
1376
|
+
@magritte-color-component-chat-bubble-snippet-background-bot: var(--magritte-color-component-chat-bubble-snippet-background-bot-v18-1-1);
|
|
1377
|
+
@magritte-color-component-chat-bubble-snippet-line-incoming: var(--magritte-color-component-chat-bubble-snippet-line-incoming-v18-1-1);
|
|
1378
|
+
@magritte-color-component-chat-bubble-snippet-line-outgoing: var(--magritte-color-component-chat-bubble-snippet-line-outgoing-v18-1-1);
|
|
1379
|
+
@magritte-color-component-chat-bubble-snippet-line-bot: var(--magritte-color-component-chat-bubble-snippet-line-bot-v18-1-1);
|
|
1380
|
+
@magritte-color-component-chat-bubble-attach-background-incoming: var(--magritte-color-component-chat-bubble-attach-background-incoming-v18-1-1);
|
|
1381
|
+
@magritte-color-component-chat-bubble-attach-background-outgoing: var(--magritte-color-component-chat-bubble-attach-background-outgoing-v18-1-1);
|
|
1382
|
+
@magritte-color-component-chat-bubble-attach-background-bot: var(--magritte-color-component-chat-bubble-attach-background-bot-v18-1-1);
|
|
1383
|
+
@magritte-color-component-chat-bubble-attach-icon-incoming: var(--magritte-color-component-chat-bubble-attach-icon-incoming-v18-1-1);
|
|
1384
|
+
@magritte-color-component-chat-bubble-attach-icon-outgoing: var(--magritte-color-component-chat-bubble-attach-icon-outgoing-v18-1-1);
|
|
1385
|
+
@magritte-color-component-chat-bubble-attach-icon-bot: var(--magritte-color-component-chat-bubble-attach-icon-bot-v18-1-1);
|
|
1386
|
+
@magritte-color-component-chat-bubble-button-background-content: var(--magritte-color-component-chat-bubble-button-background-content-v18-1-1);
|
|
1387
|
+
@magritte-color-component-chat-bubble-button-background-state-content-hovered: var(--magritte-color-component-chat-bubble-button-background-state-content-hovered-v18-1-1);
|
|
1388
|
+
@magritte-color-component-chat-bubble-button-background-state-content-pressed: var(--magritte-color-component-chat-bubble-button-background-state-content-pressed-v18-1-1);
|
|
1389
|
+
@magritte-color-component-chat-bubble-button-background-state-content-disabled: var(--magritte-color-component-chat-bubble-button-background-state-content-disabled-v18-1-1);
|
|
1390
|
+
@magritte-color-component-chat-bubble-button-text-content: var(--magritte-color-component-chat-bubble-button-text-content-v18-1-1);
|
|
1391
|
+
@magritte-color-component-chat-bubble-button-text-state-content-disabled: var(--magritte-color-component-chat-bubble-button-text-state-content-disabled-v18-1-1);
|
|
1392
|
+
@magritte-color-component-chat-bubble-button-icon-content: var(--magritte-color-component-chat-bubble-button-icon-content-v18-1-1);
|
|
1393
|
+
@magritte-color-component-chat-bubble-button-icon-state-content-disabled: var(--magritte-color-component-chat-bubble-button-icon-state-content-disabled-v18-1-1);
|
|
1394
|
+
@magritte-color-component-chat-bubble-button-counter-text-content: var(--magritte-color-component-chat-bubble-button-counter-text-content-v18-1-1);
|
|
1395
|
+
@magritte-color-component-chat-bubble-button-counter-text-state-content-disabled: var(--magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v18-1-1);
|
|
1396
|
+
@magritte-color-component-chat-bubble-button-loader-icon-content: var(--magritte-color-component-chat-bubble-button-loader-icon-content-v18-1-1);
|
|
1397
|
+
@magritte-color-component-chat-bubble-button-stroke-state-focused-accessible: var(--magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v18-1-1);
|
|
1398
|
+
@magritte-color-component-checkable-card-background-unchecked: var(--magritte-color-component-checkable-card-background-unchecked-v18-1-1);
|
|
1399
|
+
@magritte-color-component-checkable-card-background-checked: var(--magritte-color-component-checkable-card-background-checked-v18-1-1);
|
|
1400
|
+
@magritte-color-component-checkable-card-background-state-unchecked-hovered: var(--magritte-color-component-checkable-card-background-state-unchecked-hovered-v18-1-1);
|
|
1401
|
+
@magritte-color-component-checkable-card-background-state-unchecked-pressed: var(--magritte-color-component-checkable-card-background-state-unchecked-pressed-v18-1-1);
|
|
1402
|
+
@magritte-color-component-checkable-card-background-state-unchecked-tone-hovered: var(--magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v18-1-1);
|
|
1403
|
+
@magritte-color-component-checkable-card-background-state-unchecked-tone-pressed: var(--magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v18-1-1);
|
|
1404
|
+
@magritte-color-component-checkable-card-background-state-unchecked-disabled: var(--magritte-color-component-checkable-card-background-state-unchecked-disabled-v18-1-1);
|
|
1405
|
+
@magritte-color-component-checkable-card-background-state-checked-hovered: var(--magritte-color-component-checkable-card-background-state-checked-hovered-v18-1-1);
|
|
1406
|
+
@magritte-color-component-checkable-card-background-state-checked-pressed: var(--magritte-color-component-checkable-card-background-state-checked-pressed-v18-1-1);
|
|
1407
|
+
@magritte-color-component-checkable-card-background-state-checked-tone-hovered: var(--magritte-color-component-checkable-card-background-state-checked-tone-hovered-v18-1-1);
|
|
1408
|
+
@magritte-color-component-checkable-card-background-state-checked-tone-pressed: var(--magritte-color-component-checkable-card-background-state-checked-tone-pressed-v18-1-1);
|
|
1409
|
+
@magritte-color-component-checkable-card-background-state-checked-disabled: var(--magritte-color-component-checkable-card-background-state-checked-disabled-v18-1-1);
|
|
1410
|
+
@magritte-color-component-checkable-card-stroke-unchecked: var(--magritte-color-component-checkable-card-stroke-unchecked-v18-1-1);
|
|
1411
|
+
@magritte-color-component-checkable-card-stroke-checked: var(--magritte-color-component-checkable-card-stroke-checked-v18-1-1);
|
|
1412
|
+
@magritte-color-component-checkable-card-stroke-state-unchecked-hovered: var(--magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v18-1-1);
|
|
1413
|
+
@magritte-color-component-checkable-card-stroke-state-unchecked-pressed: var(--magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v18-1-1);
|
|
1414
|
+
@magritte-color-component-checkable-card-stroke-state-checked-hovered: var(--magritte-color-component-checkable-card-stroke-state-checked-hovered-v18-1-1);
|
|
1415
|
+
@magritte-color-component-checkable-card-stroke-state-checked-pressed: var(--magritte-color-component-checkable-card-stroke-state-checked-pressed-v18-1-1);
|
|
1416
|
+
@magritte-color-component-checkable-card-stroke-state-unchecked-disabled: var(--magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v18-1-1);
|
|
1417
|
+
@magritte-color-component-checkable-card-stroke-state-checked-disabled: var(--magritte-color-component-checkable-card-stroke-state-checked-disabled-v18-1-1);
|
|
1418
|
+
@magritte-color-component-checkable-card-stroke-state-focused-accessible: var(--magritte-color-component-checkable-card-stroke-state-focused-accessible-v18-1-1);
|
|
1419
|
+
@magritte-color-component-checkable-background-unchecked: var(--magritte-color-component-checkable-background-unchecked-v18-1-1);
|
|
1420
|
+
@magritte-color-component-checkable-background-checked: var(--magritte-color-component-checkable-background-checked-v18-1-1);
|
|
1421
|
+
@magritte-color-component-checkable-background-state-unchecked-hovered: var(--magritte-color-component-checkable-background-state-unchecked-hovered-v18-1-1);
|
|
1422
|
+
@magritte-color-component-checkable-background-state-unchecked-pressed: var(--magritte-color-component-checkable-background-state-unchecked-pressed-v18-1-1);
|
|
1423
|
+
@magritte-color-component-checkable-background-state-unchecked-disabled: var(--magritte-color-component-checkable-background-state-unchecked-disabled-v18-1-1);
|
|
1424
|
+
@magritte-color-component-checkable-background-state-checked-hovered: var(--magritte-color-component-checkable-background-state-checked-hovered-v18-1-1);
|
|
1425
|
+
@magritte-color-component-checkable-background-state-checked-pressed: var(--magritte-color-component-checkable-background-state-checked-pressed-v18-1-1);
|
|
1426
|
+
@magritte-color-component-checkable-background-state-checked-disabled: var(--magritte-color-component-checkable-background-state-checked-disabled-v18-1-1);
|
|
1427
|
+
@magritte-color-component-checkable-stroke-unchecked: var(--magritte-color-component-checkable-stroke-unchecked-v18-1-1);
|
|
1428
|
+
@magritte-color-component-checkable-stroke-checked: var(--magritte-color-component-checkable-stroke-checked-v18-1-1);
|
|
1429
|
+
@magritte-color-component-checkable-stroke-state-unchecked-hovered: var(--magritte-color-component-checkable-stroke-state-unchecked-hovered-v18-1-1);
|
|
1430
|
+
@magritte-color-component-checkable-stroke-state-unchecked-pressed: var(--magritte-color-component-checkable-stroke-state-unchecked-pressed-v18-1-1);
|
|
1431
|
+
@magritte-color-component-checkable-stroke-state-checked-hovered: var(--magritte-color-component-checkable-stroke-state-checked-hovered-v18-1-1);
|
|
1432
|
+
@magritte-color-component-checkable-stroke-state-checked-pressed: var(--magritte-color-component-checkable-stroke-state-checked-pressed-v18-1-1);
|
|
1433
|
+
@magritte-color-component-checkable-stroke-state-unchecked-disabled: var(--magritte-color-component-checkable-stroke-state-unchecked-disabled-v18-1-1);
|
|
1434
|
+
@magritte-color-component-checkable-stroke-state-checked-disabled: var(--magritte-color-component-checkable-stroke-state-checked-disabled-v18-1-1);
|
|
1435
|
+
@magritte-color-component-checkable-stroke-state-invalid: var(--magritte-color-component-checkable-stroke-state-invalid-v18-1-1);
|
|
1436
|
+
@magritte-color-component-checkable-stroke-state-negative-focused-accessible: var(--magritte-color-component-checkable-stroke-state-negative-focused-accessible-v18-1-1);
|
|
1437
|
+
@magritte-color-component-checkable-stroke-state-accent-focused-accessible: var(--magritte-color-component-checkable-stroke-state-accent-focused-accessible-v18-1-1);
|
|
1438
|
+
@magritte-color-component-checkable-icon-checked: var(--magritte-color-component-checkable-icon-checked-v18-1-1);
|
|
1439
|
+
@magritte-color-component-checkable-icon-state-unchecked-hovered: var(--magritte-color-component-checkable-icon-state-unchecked-hovered-v18-1-1);
|
|
1440
|
+
@magritte-color-component-checkable-icon-state-checked-hovered: var(--magritte-color-component-checkable-icon-state-checked-hovered-v18-1-1);
|
|
1441
|
+
@magritte-color-component-checkable-icon-state-checked-disabled: var(--magritte-color-component-checkable-icon-state-checked-disabled-v18-1-1);
|
|
1442
|
+
@magritte-color-component-stepper-background-default: var(--magritte-color-component-stepper-background-default-v18-1-1);
|
|
1443
|
+
@magritte-color-component-stepper-background-selected: var(--magritte-color-component-stepper-background-selected-v18-1-1);
|
|
1444
|
+
@magritte-color-component-stepper-background-warning: var(--magritte-color-component-stepper-background-warning-v18-1-1);
|
|
1445
|
+
@magritte-color-component-stepper-background-positive: var(--magritte-color-component-stepper-background-positive-v18-1-1);
|
|
1446
|
+
@magritte-color-component-stepper-background-contrast: var(--magritte-color-component-stepper-background-contrast-v18-1-1);
|
|
1447
|
+
@magritte-color-component-stepper-stroke-default: var(--magritte-color-component-stepper-stroke-default-v18-1-1);
|
|
1448
|
+
@magritte-color-component-stepper-stroke-positive: var(--magritte-color-component-stepper-stroke-positive-v18-1-1);
|
|
1449
|
+
@magritte-color-component-stepper-text-primary: var(--magritte-color-component-stepper-text-primary-v18-1-1);
|
|
1450
|
+
@magritte-color-component-stepper-text-secondary: var(--magritte-color-component-stepper-text-secondary-v18-1-1);
|
|
1451
|
+
@magritte-color-component-stepper-text-tertiary: var(--magritte-color-component-stepper-text-tertiary-v18-1-1);
|
|
1452
|
+
@magritte-color-component-stepper-text-positive: var(--magritte-color-component-stepper-text-positive-v18-1-1);
|
|
1453
|
+
@magritte-color-component-stepper-text-positive-secondary: var(--magritte-color-component-stepper-text-positive-secondary-v18-1-1);
|
|
1454
|
+
@magritte-color-component-badge-background-attention: var(--magritte-color-component-badge-background-attention-v18-1-1);
|
|
1455
|
+
@magritte-color-component-badge-background-accent: var(--magritte-color-component-badge-background-accent-v18-1-1);
|
|
1456
|
+
@magritte-color-component-badge-background-neutral: var(--magritte-color-component-badge-background-neutral-v18-1-1);
|
|
1457
|
+
@magritte-color-component-badge-background-contrast: var(--magritte-color-component-badge-background-contrast-v18-1-1);
|
|
1458
|
+
@magritte-color-component-badge-background-state-attention-disabled: var(--magritte-color-component-badge-background-state-attention-disabled-v18-1-1);
|
|
1459
|
+
@magritte-color-component-badge-background-state-accent-disabled: var(--magritte-color-component-badge-background-state-accent-disabled-v18-1-1);
|
|
1460
|
+
@magritte-color-component-badge-background-state-neutral-disabled: var(--magritte-color-component-badge-background-state-neutral-disabled-v18-1-1);
|
|
1461
|
+
@magritte-color-component-badge-background-state-contrast-disabled: var(--magritte-color-component-badge-background-state-contrast-disabled-v18-1-1);
|
|
1462
|
+
@magritte-color-component-badge-text-attention: var(--magritte-color-component-badge-text-attention-v18-1-1);
|
|
1463
|
+
@magritte-color-component-badge-text-accent: var(--magritte-color-component-badge-text-accent-v18-1-1);
|
|
1464
|
+
@magritte-color-component-badge-text-neutral: var(--magritte-color-component-badge-text-neutral-v18-1-1);
|
|
1465
|
+
@magritte-color-component-badge-text-contrast: var(--magritte-color-component-badge-text-contrast-v18-1-1);
|
|
1466
|
+
@magritte-color-component-badge-text-state-attention-disabled: var(--magritte-color-component-badge-text-state-attention-disabled-v18-1-1);
|
|
1467
|
+
@magritte-color-component-badge-text-state-accent-disabled: var(--magritte-color-component-badge-text-state-accent-disabled-v18-1-1);
|
|
1468
|
+
@magritte-color-component-badge-text-state-neutral-disabled: var(--magritte-color-component-badge-text-state-neutral-disabled-v18-1-1);
|
|
1469
|
+
@magritte-color-component-badge-text-state-contrast-disabled: var(--magritte-color-component-badge-text-state-contrast-disabled-v18-1-1);
|
|
1470
|
+
@magritte-color-component-rating-icon-selected: var(--magritte-color-component-rating-icon-selected-v18-1-1);
|
|
1471
|
+
@magritte-color-component-rating-icon-unselected: var(--magritte-color-component-rating-icon-unselected-v18-1-1);
|
|
1472
|
+
@magritte-color-component-rating-icon-state-unselected-hovered: var(--magritte-color-component-rating-icon-state-unselected-hovered-v18-1-1);
|
|
1473
|
+
@magritte-color-component-rating-icon-state-unselected-pressed: var(--magritte-color-component-rating-icon-state-unselected-pressed-v18-1-1);
|
|
1474
|
+
@magritte-color-component-rating-text-selected: var(--magritte-color-component-rating-text-selected-v18-1-1);
|
|
1475
|
+
@magritte-color-component-rating-text-unselected: var(--magritte-color-component-rating-text-unselected-v18-1-1);
|
|
1476
|
+
@magritte-color-component-rating-stroke-state-focused-accessible: var(--magritte-color-component-rating-stroke-state-focused-accessible-v18-1-1);
|
|
1477
|
+
@magritte-gradient-visualisation-fill-1: var(--magritte-gradient-visualisation-fill-1-v18-1-1);
|
|
1478
|
+
@magritte-gradient-visualisation-fill-2: var(--magritte-gradient-visualisation-fill-2-v18-1-1);
|
|
1479
|
+
@magritte-gradient-visualisation-fill-3: var(--magritte-gradient-visualisation-fill-3-v18-1-1);
|
|
1480
|
+
@magritte-gradient-visualisation-fill-4: var(--magritte-gradient-visualisation-fill-4-v18-1-1);
|
|
1481
|
+
@magritte-gradient-visualisation-fill-5: var(--magritte-gradient-visualisation-fill-5-v18-1-1);
|
|
1482
|
+
@magritte-gradient-visualisation-fill-6: var(--magritte-gradient-visualisation-fill-6-v18-1-1);
|
|
1483
|
+
@magritte-gradient-component-modal-overlay: var(--magritte-gradient-component-modal-overlay-v18-1-1);
|
|
1484
|
+
@magritte-gradient-component-modal-background-fade: var(--magritte-gradient-component-modal-background-fade-v18-1-1);
|
|
1485
|
+
@magritte-gradient-component-upload-background-fade: var(--magritte-gradient-component-upload-background-fade-v18-1-1);
|
|
1486
|
+
@magritte-shadow-level-3-color: var(--magritte-shadow-level-3-color-v18-1-1);
|
|
1487
|
+
@magritte-shadow-level-3-type: var(--magritte-shadow-level-3-type-v18-1-1);
|
|
1488
|
+
@magritte-shadow-level-3-x: var(--magritte-shadow-level-3-x-v18-1-1);
|
|
1489
|
+
@magritte-shadow-level-3-y: var(--magritte-shadow-level-3-y-v18-1-1);
|
|
1490
|
+
@magritte-shadow-level-3-blur: var(--magritte-shadow-level-3-blur-v18-1-1);
|
|
1491
|
+
@magritte-shadow-level-3-spread: var(--magritte-shadow-level-3-spread-v18-1-1);
|
|
1492
|
+
@magritte-shadow-level-2-color: var(--magritte-shadow-level-2-color-v18-1-1);
|
|
1493
|
+
@magritte-shadow-level-2-type: var(--magritte-shadow-level-2-type-v18-1-1);
|
|
1494
|
+
@magritte-shadow-level-2-x: var(--magritte-shadow-level-2-x-v18-1-1);
|
|
1495
|
+
@magritte-shadow-level-2-y: var(--magritte-shadow-level-2-y-v18-1-1);
|
|
1496
|
+
@magritte-shadow-level-2-blur: var(--magritte-shadow-level-2-blur-v18-1-1);
|
|
1497
|
+
@magritte-shadow-level-2-spread: var(--magritte-shadow-level-2-spread-v18-1-1);
|
|
1498
|
+
@magritte-shadow-level-1-color: var(--magritte-shadow-level-1-color-v18-1-1);
|
|
1499
|
+
@magritte-shadow-level-1-type: var(--magritte-shadow-level-1-type-v18-1-1);
|
|
1500
|
+
@magritte-shadow-level-1-x: var(--magritte-shadow-level-1-x-v18-1-1);
|
|
1501
|
+
@magritte-shadow-level-1-y: var(--magritte-shadow-level-1-y-v18-1-1);
|
|
1502
|
+
@magritte-shadow-level-1-blur: var(--magritte-shadow-level-1-blur-v18-1-1);
|
|
1503
|
+
@magritte-shadow-level-1-spread: var(--magritte-shadow-level-1-spread-v18-1-1);
|
|
1504
|
+
@magritte-shadow-level-0-x: var(--magritte-shadow-level-0-x-v18-1-1);
|
|
1505
|
+
@magritte-shadow-level-0-y: var(--magritte-shadow-level-0-y-v18-1-1);
|
|
1506
|
+
@magritte-shadow-level-0-blur: var(--magritte-shadow-level-0-blur-v18-1-1);
|
|
1507
|
+
@magritte-shadow-level-0-spread: var(--magritte-shadow-level-0-spread-v18-1-1);
|
|
1508
|
+
@magritte-shadow-level-0-color: var(--magritte-shadow-level-0-color-v18-1-1);
|
|
1509
|
+
@magritte-shadow-level-0-type: var(--magritte-shadow-level-0-type-v18-1-1);
|