@synergy-design-system/metadata 3.16.1 → 3.17.0
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/CHANGELOG.md +14 -0
- package/data/core/component/component:syn-chart.json +2 -2
- package/data/core/setup/setup:angular-components-module.json +1 -1
- package/data/core/setup/setup:angular-forms-module.json +1 -1
- package/data/core/setup/setup:angular-package.json +2 -2
- package/data/core/setup/setup:angular-validators-module.json +1 -1
- package/data/core/setup/setup:components-package.json +2 -2
- package/data/core/setup/setup:react-package.json +2 -2
- package/data/core/setup/setup:tokens-package.json +2 -2
- package/data/core/setup/setup:vue-package.json +2 -2
- package/data/core/token/token:tokens-charts-js-index-d-ts.json +1 -1
- package/data/core/token/token:tokens-charts-js-index-js.json +1 -1
- package/data/core/token/token:tokens-charts-scss-tokens-scss.json +1 -1
- package/data/core/token/token:tokens-charts-themes-sick2025-dark-css.json +1 -1
- package/data/core/token/token:tokens-charts-themes-sick2025-light-css.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2018-dark-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2018-light-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2025-dark-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2025-light-json.json +1 -1
- package/data/core/token/token:tokens-js-index-d-ts.json +1 -1
- package/data/core/token/token:tokens-js-index-js.json +1 -1
- package/data/core/token/token:tokens-scss-tokens-scss.json +1 -1
- package/data/core/token/token:tokens-themes-sick2018-dark-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2018-light-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2025-dark-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2025-light-css.json +1 -1
- package/data/index.json +1 -1
- package/data/layers/examples/component/component:syn-chart.md +115 -106
- package/data/layers/examples/component/component:syn-combobox.md +0 -18
- package/data/layers/full/component/component:syn-chart/angular/chart.component.ts +11 -5
- package/data/layers/full/component/component:syn-chart/components/chart.component.ts +67 -20
- package/data/layers/full/component/component:syn-chart/components/chart.palettes.ts +59 -59
- package/data/layers/full/component/component:syn-chart/components/types.ts +47 -4
- package/data/layers/full/component/component:syn-chart/react/chart.ts +1 -1
- package/data/layers/full/component/component:syn-chart/vue/SynVueChart.vue +11 -5
- package/data/layers/full/setup/setup:angular-package/angular/CHANGELOG.md +20 -0
- package/data/layers/full/setup/setup:angular-package/angular/package.json +1 -1
- package/data/layers/full/setup/setup:components-package/components/CHANGELOG.md +19 -0
- package/data/layers/full/setup/setup:components-package/components/package.json +1 -1
- package/data/layers/full/setup/setup:react-package/react/CHANGELOG.md +20 -0
- package/data/layers/full/setup/setup:react-package/react/package.json +1 -1
- package/data/layers/full/setup/setup:react-package/react/syn-jsx-elements.ts +2 -2
- package/data/layers/full/setup/setup:tokens-package/tokens/CHANGELOG.md +19 -0
- package/data/layers/full/setup/setup:tokens-package/tokens/package.json +1 -1
- package/data/layers/full/setup/setup:vue-package/vue/CHANGELOG.md +20 -0
- package/data/layers/full/setup/setup:vue-package/vue/package.json +1 -1
- package/data/layers/full/tokens/charts/js/index.d.ts +275 -265
- package/data/layers/full/tokens/charts/js/index.js +143 -133
- package/data/layers/full/tokens/charts/scss/_tokens.scss +135 -133
- package/data/layers/full/tokens/charts/themes/sick2025_dark.css +135 -133
- package/data/layers/full/tokens/charts/themes/sick2025_light.css +135 -133
- package/data/layers/full/tokens/js/index.d.ts +11 -1
- package/data/layers/full/tokens/js/index.js +11 -1
- package/data/layers/full/tokens/scss/_tokens.scss +3 -1
- package/data/layers/full/tokens/themes/sick2018_dark.css +3 -1
- package/data/layers/full/tokens/themes/sick2018_light.css +3 -1
- package/data/layers/full/tokens/themes/sick2025_dark.css +3 -1
- package/data/layers/full/tokens/themes/sick2025_light.css +3 -1
- package/data/layers/interface/component/component:syn-chart.json +5 -5
- package/data/layers/interface/component/component:syn-chart.md +4 -4
- package/data/manifest.json +1 -1
- package/package.json +5 -5
|
@@ -1,664 +1,674 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 3.
|
|
2
|
+
* @synergy-design-system/tokens version 3.16.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* Maps to the css variable `--syn-categorical-10`
|
|
7
|
+
* Maps to the css variable `--syn-chart-categorical-10`
|
|
8
8
|
*/
|
|
9
|
-
export const
|
|
9
|
+
export const SynChartCategorical10: string;
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
|
-
* Maps to the css variable `--syn-categorical-11`
|
|
12
|
+
* Maps to the css variable `--syn-chart-categorical-11`
|
|
13
13
|
*/
|
|
14
|
-
export const
|
|
14
|
+
export const SynChartCategorical11: string;
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
|
-
* Maps to the css variable `--syn-categorical-12`
|
|
17
|
+
* Maps to the css variable `--syn-chart-categorical-12`
|
|
18
18
|
*/
|
|
19
|
-
export const
|
|
19
|
+
export const SynChartCategorical12: string;
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
* Maps to the css variable `--syn-categorical-01`
|
|
22
|
+
* Maps to the css variable `--syn-chart-categorical-01`
|
|
23
23
|
*/
|
|
24
|
-
export const
|
|
24
|
+
export const SynChartCategorical01: string;
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
|
-
* Maps to the css variable `--syn-categorical-02`
|
|
27
|
+
* Maps to the css variable `--syn-chart-categorical-02`
|
|
28
28
|
*/
|
|
29
|
-
export const
|
|
29
|
+
export const SynChartCategorical02: string;
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
|
-
* Maps to the css variable `--syn-categorical-03`
|
|
32
|
+
* Maps to the css variable `--syn-chart-categorical-03`
|
|
33
33
|
*/
|
|
34
|
-
export const
|
|
34
|
+
export const SynChartCategorical03: string;
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
|
-
* Maps to the css variable `--syn-categorical-04`
|
|
37
|
+
* Maps to the css variable `--syn-chart-categorical-04`
|
|
38
38
|
*/
|
|
39
|
-
export const
|
|
39
|
+
export const SynChartCategorical04: string;
|
|
40
40
|
|
|
41
41
|
/**
|
|
42
|
-
* Maps to the css variable `--syn-categorical-05`
|
|
42
|
+
* Maps to the css variable `--syn-chart-categorical-05`
|
|
43
43
|
*/
|
|
44
|
-
export const
|
|
44
|
+
export const SynChartCategorical05: string;
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
|
-
* Maps to the css variable `--syn-categorical-06`
|
|
47
|
+
* Maps to the css variable `--syn-chart-categorical-06`
|
|
48
48
|
*/
|
|
49
|
-
export const
|
|
49
|
+
export const SynChartCategorical06: string;
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
|
-
* Maps to the css variable `--syn-categorical-07`
|
|
52
|
+
* Maps to the css variable `--syn-chart-categorical-07`
|
|
53
53
|
*/
|
|
54
|
-
export const
|
|
54
|
+
export const SynChartCategorical07: string;
|
|
55
55
|
|
|
56
56
|
/**
|
|
57
|
-
* Maps to the css variable `--syn-categorical-08`
|
|
57
|
+
* Maps to the css variable `--syn-chart-categorical-08`
|
|
58
58
|
*/
|
|
59
|
-
export const
|
|
59
|
+
export const SynChartCategorical08: string;
|
|
60
60
|
|
|
61
61
|
/**
|
|
62
|
-
* Maps to the css variable `--syn-categorical-09`
|
|
62
|
+
* Maps to the css variable `--syn-chart-categorical-09`
|
|
63
63
|
*/
|
|
64
|
-
export const
|
|
64
|
+
export const SynChartCategorical09: string;
|
|
65
65
|
|
|
66
66
|
/**
|
|
67
|
-
* Maps to the css variable `--syn-
|
|
67
|
+
* Maps to the css variable `--syn-chart-grid-lines-color`
|
|
68
68
|
*/
|
|
69
|
-
export const
|
|
69
|
+
export const SynChartGridLinesColor: string;
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
|
-
* Maps to the css variable `--syn-
|
|
72
|
+
* Maps to the css variable `--syn-chart-grid-lines-color-emphasize`
|
|
73
73
|
*/
|
|
74
|
-
export const
|
|
74
|
+
export const SynChartGridLinesColorEmphasize: string;
|
|
75
75
|
|
|
76
76
|
/**
|
|
77
|
-
* Maps to the css variable `--syn-sequential-01-
|
|
77
|
+
* Maps to the css variable `--syn-chart-sequential-01-10`
|
|
78
78
|
*/
|
|
79
|
-
export const
|
|
79
|
+
export const SynChartSequential01_10: string;
|
|
80
80
|
|
|
81
81
|
/**
|
|
82
|
-
* Maps to the css variable `--syn-sequential-01-
|
|
82
|
+
* Maps to the css variable `--syn-chart-sequential-01-20`
|
|
83
83
|
*/
|
|
84
|
-
export const
|
|
84
|
+
export const SynChartSequential01_20: string;
|
|
85
85
|
|
|
86
86
|
/**
|
|
87
|
-
* Maps to the css variable `--syn-sequential-01-
|
|
87
|
+
* Maps to the css variable `--syn-chart-sequential-01-30`
|
|
88
88
|
*/
|
|
89
|
-
export const
|
|
89
|
+
export const SynChartSequential01_30: string;
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
|
-
* Maps to the css variable `--syn-sequential-01-
|
|
92
|
+
* Maps to the css variable `--syn-chart-sequential-01-40`
|
|
93
93
|
*/
|
|
94
|
-
export const
|
|
94
|
+
export const SynChartSequential01_40: string;
|
|
95
95
|
|
|
96
96
|
/**
|
|
97
|
-
* Maps to the css variable `--syn-sequential-01-
|
|
97
|
+
* Maps to the css variable `--syn-chart-sequential-01-50`
|
|
98
98
|
*/
|
|
99
|
-
export const
|
|
99
|
+
export const SynChartSequential01_50: string;
|
|
100
100
|
|
|
101
101
|
/**
|
|
102
|
-
* Maps to the css variable `--syn-sequential-01-
|
|
102
|
+
* Maps to the css variable `--syn-chart-sequential-01-60`
|
|
103
103
|
*/
|
|
104
|
-
export const
|
|
104
|
+
export const SynChartSequential01_60: string;
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Maps to the css variable `--syn-sequential-01-
|
|
107
|
+
* Maps to the css variable `--syn-chart-sequential-01-70`
|
|
108
108
|
*/
|
|
109
|
-
export const
|
|
109
|
+
export const SynChartSequential01_70: string;
|
|
110
110
|
|
|
111
111
|
/**
|
|
112
|
-
* Maps to the css variable `--syn-sequential-01-
|
|
112
|
+
* Maps to the css variable `--syn-chart-sequential-01-80`
|
|
113
113
|
*/
|
|
114
|
-
export const
|
|
114
|
+
export const SynChartSequential01_80: string;
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Maps to the css variable `--syn-sequential-
|
|
117
|
+
* Maps to the css variable `--syn-chart-sequential-01-90`
|
|
118
118
|
*/
|
|
119
|
-
export const
|
|
119
|
+
export const SynChartSequential01_90: string;
|
|
120
120
|
|
|
121
121
|
/**
|
|
122
|
-
* Maps to the css variable `--syn-sequential-
|
|
122
|
+
* Maps to the css variable `--syn-chart-sequential-01-100`
|
|
123
123
|
*/
|
|
124
|
-
export const
|
|
124
|
+
export const SynChartSequential01_100: string;
|
|
125
125
|
|
|
126
126
|
/**
|
|
127
|
-
* Maps to the css variable `--syn-sequential-02-
|
|
127
|
+
* Maps to the css variable `--syn-chart-sequential-02-10`
|
|
128
128
|
*/
|
|
129
|
-
export const
|
|
129
|
+
export const SynChartSequential02_10: string;
|
|
130
130
|
|
|
131
131
|
/**
|
|
132
|
-
* Maps to the css variable `--syn-sequential-02-
|
|
132
|
+
* Maps to the css variable `--syn-chart-sequential-02-20`
|
|
133
133
|
*/
|
|
134
|
-
export const
|
|
134
|
+
export const SynChartSequential02_20: string;
|
|
135
135
|
|
|
136
136
|
/**
|
|
137
|
-
* Maps to the css variable `--syn-sequential-02-
|
|
137
|
+
* Maps to the css variable `--syn-chart-sequential-02-30`
|
|
138
138
|
*/
|
|
139
|
-
export const
|
|
139
|
+
export const SynChartSequential02_30: string;
|
|
140
140
|
|
|
141
141
|
/**
|
|
142
|
-
* Maps to the css variable `--syn-sequential-02-
|
|
142
|
+
* Maps to the css variable `--syn-chart-sequential-02-40`
|
|
143
143
|
*/
|
|
144
|
-
export const
|
|
144
|
+
export const SynChartSequential02_40: string;
|
|
145
145
|
|
|
146
146
|
/**
|
|
147
|
-
* Maps to the css variable `--syn-sequential-02-
|
|
147
|
+
* Maps to the css variable `--syn-chart-sequential-02-50`
|
|
148
148
|
*/
|
|
149
|
-
export const
|
|
149
|
+
export const SynChartSequential02_50: string;
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
|
-
* Maps to the css variable `--syn-sequential-02-
|
|
152
|
+
* Maps to the css variable `--syn-chart-sequential-02-60`
|
|
153
153
|
*/
|
|
154
|
-
export const
|
|
154
|
+
export const SynChartSequential02_60: string;
|
|
155
155
|
|
|
156
156
|
/**
|
|
157
|
-
* Maps to the css variable `--syn-sequential-02-
|
|
157
|
+
* Maps to the css variable `--syn-chart-sequential-02-70`
|
|
158
158
|
*/
|
|
159
|
-
export const
|
|
159
|
+
export const SynChartSequential02_70: string;
|
|
160
160
|
|
|
161
161
|
/**
|
|
162
|
-
* Maps to the css variable `--syn-sequential-02-
|
|
162
|
+
* Maps to the css variable `--syn-chart-sequential-02-80`
|
|
163
163
|
*/
|
|
164
|
-
export const
|
|
164
|
+
export const SynChartSequential02_80: string;
|
|
165
165
|
|
|
166
166
|
/**
|
|
167
|
-
* Maps to the css variable `--syn-sequential-
|
|
167
|
+
* Maps to the css variable `--syn-chart-sequential-02-90`
|
|
168
168
|
*/
|
|
169
|
-
export const
|
|
169
|
+
export const SynChartSequential02_90: string;
|
|
170
170
|
|
|
171
171
|
/**
|
|
172
|
-
* Maps to the css variable `--syn-sequential-
|
|
172
|
+
* Maps to the css variable `--syn-chart-sequential-02-100`
|
|
173
173
|
*/
|
|
174
|
-
export const
|
|
174
|
+
export const SynChartSequential02_100: string;
|
|
175
175
|
|
|
176
176
|
/**
|
|
177
|
-
* Maps to the css variable `--syn-sequential-03-
|
|
177
|
+
* Maps to the css variable `--syn-chart-sequential-03-10`
|
|
178
178
|
*/
|
|
179
|
-
export const
|
|
179
|
+
export const SynChartSequential03_10: string;
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
* Maps to the css variable `--syn-sequential-03-
|
|
182
|
+
* Maps to the css variable `--syn-chart-sequential-03-20`
|
|
183
183
|
*/
|
|
184
|
-
export const
|
|
184
|
+
export const SynChartSequential03_20: string;
|
|
185
185
|
|
|
186
186
|
/**
|
|
187
|
-
* Maps to the css variable `--syn-sequential-03-
|
|
187
|
+
* Maps to the css variable `--syn-chart-sequential-03-30`
|
|
188
188
|
*/
|
|
189
|
-
export const
|
|
189
|
+
export const SynChartSequential03_30: string;
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
|
-
* Maps to the css variable `--syn-sequential-03-
|
|
192
|
+
* Maps to the css variable `--syn-chart-sequential-03-40`
|
|
193
193
|
*/
|
|
194
|
-
export const
|
|
194
|
+
export const SynChartSequential03_40: string;
|
|
195
195
|
|
|
196
196
|
/**
|
|
197
|
-
* Maps to the css variable `--syn-sequential-03-
|
|
197
|
+
* Maps to the css variable `--syn-chart-sequential-03-50`
|
|
198
198
|
*/
|
|
199
|
-
export const
|
|
199
|
+
export const SynChartSequential03_50: string;
|
|
200
200
|
|
|
201
201
|
/**
|
|
202
|
-
* Maps to the css variable `--syn-sequential-03-
|
|
202
|
+
* Maps to the css variable `--syn-chart-sequential-03-60`
|
|
203
203
|
*/
|
|
204
|
-
export const
|
|
204
|
+
export const SynChartSequential03_60: string;
|
|
205
205
|
|
|
206
206
|
/**
|
|
207
|
-
* Maps to the css variable `--syn-sequential-03-
|
|
207
|
+
* Maps to the css variable `--syn-chart-sequential-03-70`
|
|
208
208
|
*/
|
|
209
|
-
export const
|
|
209
|
+
export const SynChartSequential03_70: string;
|
|
210
210
|
|
|
211
211
|
/**
|
|
212
|
-
* Maps to the css variable `--syn-sequential-03-
|
|
212
|
+
* Maps to the css variable `--syn-chart-sequential-03-80`
|
|
213
213
|
*/
|
|
214
|
-
export const
|
|
214
|
+
export const SynChartSequential03_80: string;
|
|
215
215
|
|
|
216
216
|
/**
|
|
217
|
-
* Maps to the css variable `--syn-sequential-
|
|
217
|
+
* Maps to the css variable `--syn-chart-sequential-03-90`
|
|
218
218
|
*/
|
|
219
|
-
export const
|
|
219
|
+
export const SynChartSequential03_90: string;
|
|
220
220
|
|
|
221
221
|
/**
|
|
222
|
-
* Maps to the css variable `--syn-sequential-
|
|
222
|
+
* Maps to the css variable `--syn-chart-sequential-03-100`
|
|
223
223
|
*/
|
|
224
|
-
export const
|
|
224
|
+
export const SynChartSequential03_100: string;
|
|
225
225
|
|
|
226
226
|
/**
|
|
227
|
-
* Maps to the css variable `--syn-sequential-04-
|
|
227
|
+
* Maps to the css variable `--syn-chart-sequential-04-10`
|
|
228
228
|
*/
|
|
229
|
-
export const
|
|
229
|
+
export const SynChartSequential04_10: string;
|
|
230
230
|
|
|
231
231
|
/**
|
|
232
|
-
* Maps to the css variable `--syn-sequential-04-
|
|
232
|
+
* Maps to the css variable `--syn-chart-sequential-04-20`
|
|
233
233
|
*/
|
|
234
|
-
export const
|
|
234
|
+
export const SynChartSequential04_20: string;
|
|
235
235
|
|
|
236
236
|
/**
|
|
237
|
-
* Maps to the css variable `--syn-sequential-04-
|
|
237
|
+
* Maps to the css variable `--syn-chart-sequential-04-30`
|
|
238
238
|
*/
|
|
239
|
-
export const
|
|
239
|
+
export const SynChartSequential04_30: string;
|
|
240
240
|
|
|
241
241
|
/**
|
|
242
|
-
* Maps to the css variable `--syn-sequential-04-
|
|
242
|
+
* Maps to the css variable `--syn-chart-sequential-04-40`
|
|
243
243
|
*/
|
|
244
|
-
export const
|
|
244
|
+
export const SynChartSequential04_40: string;
|
|
245
245
|
|
|
246
246
|
/**
|
|
247
|
-
* Maps to the css variable `--syn-sequential-04-
|
|
247
|
+
* Maps to the css variable `--syn-chart-sequential-04-50`
|
|
248
248
|
*/
|
|
249
|
-
export const
|
|
249
|
+
export const SynChartSequential04_50: string;
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
|
-
* Maps to the css variable `--syn-sequential-04-
|
|
252
|
+
* Maps to the css variable `--syn-chart-sequential-04-60`
|
|
253
253
|
*/
|
|
254
|
-
export const
|
|
254
|
+
export const SynChartSequential04_60: string;
|
|
255
255
|
|
|
256
256
|
/**
|
|
257
|
-
* Maps to the css variable `--syn-sequential-04-
|
|
257
|
+
* Maps to the css variable `--syn-chart-sequential-04-70`
|
|
258
258
|
*/
|
|
259
|
-
export const
|
|
259
|
+
export const SynChartSequential04_70: string;
|
|
260
260
|
|
|
261
261
|
/**
|
|
262
|
-
* Maps to the css variable `--syn-sequential-04-
|
|
262
|
+
* Maps to the css variable `--syn-chart-sequential-04-80`
|
|
263
263
|
*/
|
|
264
|
-
export const
|
|
264
|
+
export const SynChartSequential04_80: string;
|
|
265
265
|
|
|
266
266
|
/**
|
|
267
|
-
* Maps to the css variable `--syn-sequential-
|
|
267
|
+
* Maps to the css variable `--syn-chart-sequential-04-90`
|
|
268
268
|
*/
|
|
269
|
-
export const
|
|
269
|
+
export const SynChartSequential04_90: string;
|
|
270
270
|
|
|
271
271
|
/**
|
|
272
|
-
* Maps to the css variable `--syn-sequential-
|
|
272
|
+
* Maps to the css variable `--syn-chart-sequential-04-100`
|
|
273
273
|
*/
|
|
274
|
-
export const
|
|
274
|
+
export const SynChartSequential04_100: string;
|
|
275
275
|
|
|
276
276
|
/**
|
|
277
|
-
* Maps to the css variable `--syn-sequential-05-
|
|
277
|
+
* Maps to the css variable `--syn-chart-sequential-05-10`
|
|
278
278
|
*/
|
|
279
|
-
export const
|
|
279
|
+
export const SynChartSequential05_10: string;
|
|
280
280
|
|
|
281
281
|
/**
|
|
282
|
-
* Maps to the css variable `--syn-sequential-05-
|
|
282
|
+
* Maps to the css variable `--syn-chart-sequential-05-20`
|
|
283
283
|
*/
|
|
284
|
-
export const
|
|
284
|
+
export const SynChartSequential05_20: string;
|
|
285
285
|
|
|
286
286
|
/**
|
|
287
|
-
* Maps to the css variable `--syn-sequential-05-
|
|
287
|
+
* Maps to the css variable `--syn-chart-sequential-05-30`
|
|
288
288
|
*/
|
|
289
|
-
export const
|
|
289
|
+
export const SynChartSequential05_30: string;
|
|
290
290
|
|
|
291
291
|
/**
|
|
292
|
-
* Maps to the css variable `--syn-sequential-05-
|
|
292
|
+
* Maps to the css variable `--syn-chart-sequential-05-40`
|
|
293
293
|
*/
|
|
294
|
-
export const
|
|
294
|
+
export const SynChartSequential05_40: string;
|
|
295
295
|
|
|
296
296
|
/**
|
|
297
|
-
* Maps to the css variable `--syn-sequential-05-
|
|
297
|
+
* Maps to the css variable `--syn-chart-sequential-05-50`
|
|
298
298
|
*/
|
|
299
|
-
export const
|
|
299
|
+
export const SynChartSequential05_50: string;
|
|
300
300
|
|
|
301
301
|
/**
|
|
302
|
-
* Maps to the css variable `--syn-sequential-05-
|
|
302
|
+
* Maps to the css variable `--syn-chart-sequential-05-60`
|
|
303
303
|
*/
|
|
304
|
-
export const
|
|
304
|
+
export const SynChartSequential05_60: string;
|
|
305
305
|
|
|
306
306
|
/**
|
|
307
|
-
* Maps to the css variable `--syn-sequential-05-
|
|
307
|
+
* Maps to the css variable `--syn-chart-sequential-05-70`
|
|
308
308
|
*/
|
|
309
|
-
export const
|
|
309
|
+
export const SynChartSequential05_70: string;
|
|
310
310
|
|
|
311
311
|
/**
|
|
312
|
-
* Maps to the css variable `--syn-sequential-05-
|
|
312
|
+
* Maps to the css variable `--syn-chart-sequential-05-80`
|
|
313
313
|
*/
|
|
314
|
-
export const
|
|
314
|
+
export const SynChartSequential05_80: string;
|
|
315
315
|
|
|
316
316
|
/**
|
|
317
|
-
* Maps to the css variable `--syn-sequential-
|
|
317
|
+
* Maps to the css variable `--syn-chart-sequential-05-90`
|
|
318
318
|
*/
|
|
319
|
-
export const
|
|
319
|
+
export const SynChartSequential05_90: string;
|
|
320
320
|
|
|
321
321
|
/**
|
|
322
|
-
* Maps to the css variable `--syn-sequential-
|
|
322
|
+
* Maps to the css variable `--syn-chart-sequential-05-100`
|
|
323
323
|
*/
|
|
324
|
-
export const
|
|
324
|
+
export const SynChartSequential05_100: string;
|
|
325
325
|
|
|
326
326
|
/**
|
|
327
|
-
* Maps to the css variable `--syn-sequential-06-
|
|
327
|
+
* Maps to the css variable `--syn-chart-sequential-06-10`
|
|
328
328
|
*/
|
|
329
|
-
export const
|
|
329
|
+
export const SynChartSequential06_10: string;
|
|
330
330
|
|
|
331
331
|
/**
|
|
332
|
-
* Maps to the css variable `--syn-sequential-06-
|
|
332
|
+
* Maps to the css variable `--syn-chart-sequential-06-20`
|
|
333
333
|
*/
|
|
334
|
-
export const
|
|
334
|
+
export const SynChartSequential06_20: string;
|
|
335
335
|
|
|
336
336
|
/**
|
|
337
|
-
* Maps to the css variable `--syn-sequential-06-
|
|
337
|
+
* Maps to the css variable `--syn-chart-sequential-06-30`
|
|
338
338
|
*/
|
|
339
|
-
export const
|
|
339
|
+
export const SynChartSequential06_30: string;
|
|
340
340
|
|
|
341
341
|
/**
|
|
342
|
-
* Maps to the css variable `--syn-sequential-06-
|
|
342
|
+
* Maps to the css variable `--syn-chart-sequential-06-40`
|
|
343
343
|
*/
|
|
344
|
-
export const
|
|
344
|
+
export const SynChartSequential06_40: string;
|
|
345
345
|
|
|
346
346
|
/**
|
|
347
|
-
* Maps to the css variable `--syn-sequential-06-
|
|
347
|
+
* Maps to the css variable `--syn-chart-sequential-06-50`
|
|
348
348
|
*/
|
|
349
|
-
export const
|
|
349
|
+
export const SynChartSequential06_50: string;
|
|
350
350
|
|
|
351
351
|
/**
|
|
352
|
-
* Maps to the css variable `--syn-sequential-06-
|
|
352
|
+
* Maps to the css variable `--syn-chart-sequential-06-60`
|
|
353
353
|
*/
|
|
354
|
-
export const
|
|
354
|
+
export const SynChartSequential06_60: string;
|
|
355
355
|
|
|
356
356
|
/**
|
|
357
|
-
* Maps to the css variable `--syn-sequential-06-
|
|
357
|
+
* Maps to the css variable `--syn-chart-sequential-06-70`
|
|
358
358
|
*/
|
|
359
|
-
export const
|
|
359
|
+
export const SynChartSequential06_70: string;
|
|
360
360
|
|
|
361
361
|
/**
|
|
362
|
-
* Maps to the css variable `--syn-sequential-06-
|
|
362
|
+
* Maps to the css variable `--syn-chart-sequential-06-80`
|
|
363
363
|
*/
|
|
364
|
-
export const
|
|
364
|
+
export const SynChartSequential06_80: string;
|
|
365
365
|
|
|
366
366
|
/**
|
|
367
|
-
* Maps to the css variable `--syn-sequential-
|
|
367
|
+
* Maps to the css variable `--syn-chart-sequential-06-90`
|
|
368
368
|
*/
|
|
369
|
-
export const
|
|
369
|
+
export const SynChartSequential06_90: string;
|
|
370
370
|
|
|
371
371
|
/**
|
|
372
|
-
* Maps to the css variable `--syn-sequential-
|
|
372
|
+
* Maps to the css variable `--syn-chart-sequential-06-100`
|
|
373
373
|
*/
|
|
374
|
-
export const
|
|
374
|
+
export const SynChartSequential06_100: string;
|
|
375
375
|
|
|
376
376
|
/**
|
|
377
|
-
* Maps to the css variable `--syn-sequential-07-
|
|
377
|
+
* Maps to the css variable `--syn-chart-sequential-07-10`
|
|
378
378
|
*/
|
|
379
|
-
export const
|
|
379
|
+
export const SynChartSequential07_10: string;
|
|
380
380
|
|
|
381
381
|
/**
|
|
382
|
-
* Maps to the css variable `--syn-sequential-07-
|
|
382
|
+
* Maps to the css variable `--syn-chart-sequential-07-20`
|
|
383
383
|
*/
|
|
384
|
-
export const
|
|
384
|
+
export const SynChartSequential07_20: string;
|
|
385
385
|
|
|
386
386
|
/**
|
|
387
|
-
* Maps to the css variable `--syn-sequential-07-
|
|
387
|
+
* Maps to the css variable `--syn-chart-sequential-07-30`
|
|
388
388
|
*/
|
|
389
|
-
export const
|
|
389
|
+
export const SynChartSequential07_30: string;
|
|
390
390
|
|
|
391
391
|
/**
|
|
392
|
-
* Maps to the css variable `--syn-sequential-07-
|
|
392
|
+
* Maps to the css variable `--syn-chart-sequential-07-40`
|
|
393
393
|
*/
|
|
394
|
-
export const
|
|
394
|
+
export const SynChartSequential07_40: string;
|
|
395
395
|
|
|
396
396
|
/**
|
|
397
|
-
* Maps to the css variable `--syn-sequential-07-
|
|
397
|
+
* Maps to the css variable `--syn-chart-sequential-07-50`
|
|
398
398
|
*/
|
|
399
|
-
export const
|
|
399
|
+
export const SynChartSequential07_50: string;
|
|
400
400
|
|
|
401
401
|
/**
|
|
402
|
-
* Maps to the css variable `--syn-sequential-07-
|
|
402
|
+
* Maps to the css variable `--syn-chart-sequential-07-60`
|
|
403
403
|
*/
|
|
404
|
-
export const
|
|
404
|
+
export const SynChartSequential07_60: string;
|
|
405
405
|
|
|
406
406
|
/**
|
|
407
|
-
* Maps to the css variable `--syn-sequential-07-
|
|
407
|
+
* Maps to the css variable `--syn-chart-sequential-07-70`
|
|
408
408
|
*/
|
|
409
|
-
export const
|
|
409
|
+
export const SynChartSequential07_70: string;
|
|
410
410
|
|
|
411
411
|
/**
|
|
412
|
-
* Maps to the css variable `--syn-sequential-07-
|
|
412
|
+
* Maps to the css variable `--syn-chart-sequential-07-80`
|
|
413
413
|
*/
|
|
414
|
-
export const
|
|
414
|
+
export const SynChartSequential07_80: string;
|
|
415
415
|
|
|
416
416
|
/**
|
|
417
|
-
* Maps to the css variable `--syn-sequential-
|
|
417
|
+
* Maps to the css variable `--syn-chart-sequential-07-90`
|
|
418
418
|
*/
|
|
419
|
-
export const
|
|
419
|
+
export const SynChartSequential07_90: string;
|
|
420
420
|
|
|
421
421
|
/**
|
|
422
|
-
* Maps to the css variable `--syn-sequential-
|
|
422
|
+
* Maps to the css variable `--syn-chart-sequential-07-100`
|
|
423
423
|
*/
|
|
424
|
-
export const
|
|
424
|
+
export const SynChartSequential07_100: string;
|
|
425
425
|
|
|
426
426
|
/**
|
|
427
|
-
* Maps to the css variable `--syn-sequential-status-critical-
|
|
427
|
+
* Maps to the css variable `--syn-chart-sequential-status-critical-10`
|
|
428
428
|
*/
|
|
429
|
-
export const
|
|
429
|
+
export const SynChartSequentialStatusCritical10: string;
|
|
430
430
|
|
|
431
431
|
/**
|
|
432
|
-
* Maps to the css variable `--syn-sequential-status-critical-
|
|
432
|
+
* Maps to the css variable `--syn-chart-sequential-status-critical-20`
|
|
433
433
|
*/
|
|
434
|
-
export const
|
|
434
|
+
export const SynChartSequentialStatusCritical20: string;
|
|
435
435
|
|
|
436
436
|
/**
|
|
437
|
-
* Maps to the css variable `--syn-sequential-status-critical-
|
|
437
|
+
* Maps to the css variable `--syn-chart-sequential-status-critical-30`
|
|
438
438
|
*/
|
|
439
|
-
export const
|
|
439
|
+
export const SynChartSequentialStatusCritical30: string;
|
|
440
440
|
|
|
441
441
|
/**
|
|
442
|
-
* Maps to the css variable `--syn-sequential-status-critical-
|
|
442
|
+
* Maps to the css variable `--syn-chart-sequential-status-critical-40`
|
|
443
443
|
*/
|
|
444
|
-
export const
|
|
444
|
+
export const SynChartSequentialStatusCritical40: string;
|
|
445
445
|
|
|
446
446
|
/**
|
|
447
|
-
* Maps to the css variable `--syn-sequential-status-critical-
|
|
447
|
+
* Maps to the css variable `--syn-chart-sequential-status-critical-50`
|
|
448
448
|
*/
|
|
449
|
-
export const
|
|
449
|
+
export const SynChartSequentialStatusCritical50: string;
|
|
450
450
|
|
|
451
451
|
/**
|
|
452
|
-
* Maps to the css variable `--syn-sequential-status-critical-
|
|
452
|
+
* Maps to the css variable `--syn-chart-sequential-status-critical-60`
|
|
453
453
|
*/
|
|
454
|
-
export const
|
|
454
|
+
export const SynChartSequentialStatusCritical60: string;
|
|
455
455
|
|
|
456
456
|
/**
|
|
457
|
-
* Maps to the css variable `--syn-sequential-status-critical-
|
|
457
|
+
* Maps to the css variable `--syn-chart-sequential-status-critical-70`
|
|
458
458
|
*/
|
|
459
|
-
export const
|
|
459
|
+
export const SynChartSequentialStatusCritical70: string;
|
|
460
460
|
|
|
461
461
|
/**
|
|
462
|
-
* Maps to the css variable `--syn-sequential-status-critical-
|
|
462
|
+
* Maps to the css variable `--syn-chart-sequential-status-critical-80`
|
|
463
463
|
*/
|
|
464
|
-
export const
|
|
464
|
+
export const SynChartSequentialStatusCritical80: string;
|
|
465
465
|
|
|
466
466
|
/**
|
|
467
|
-
* Maps to the css variable `--syn-sequential-status-
|
|
467
|
+
* Maps to the css variable `--syn-chart-sequential-status-critical-90`
|
|
468
468
|
*/
|
|
469
|
-
export const
|
|
469
|
+
export const SynChartSequentialStatusCritical90: string;
|
|
470
470
|
|
|
471
471
|
/**
|
|
472
|
-
* Maps to the css variable `--syn-sequential-status-
|
|
472
|
+
* Maps to the css variable `--syn-chart-sequential-status-critical-100`
|
|
473
473
|
*/
|
|
474
|
-
export const
|
|
474
|
+
export const SynChartSequentialStatusCritical100: string;
|
|
475
475
|
|
|
476
476
|
/**
|
|
477
|
-
* Maps to the css variable `--syn-sequential-status-error-
|
|
477
|
+
* Maps to the css variable `--syn-chart-sequential-status-error-10`
|
|
478
478
|
*/
|
|
479
|
-
export const
|
|
479
|
+
export const SynChartSequentialStatusError10: string;
|
|
480
480
|
|
|
481
481
|
/**
|
|
482
|
-
* Maps to the css variable `--syn-sequential-status-error-
|
|
482
|
+
* Maps to the css variable `--syn-chart-sequential-status-error-20`
|
|
483
483
|
*/
|
|
484
|
-
export const
|
|
484
|
+
export const SynChartSequentialStatusError20: string;
|
|
485
485
|
|
|
486
486
|
/**
|
|
487
|
-
* Maps to the css variable `--syn-sequential-status-error-
|
|
487
|
+
* Maps to the css variable `--syn-chart-sequential-status-error-30`
|
|
488
488
|
*/
|
|
489
|
-
export const
|
|
489
|
+
export const SynChartSequentialStatusError30: string;
|
|
490
490
|
|
|
491
491
|
/**
|
|
492
|
-
* Maps to the css variable `--syn-sequential-status-error-
|
|
492
|
+
* Maps to the css variable `--syn-chart-sequential-status-error-40`
|
|
493
493
|
*/
|
|
494
|
-
export const
|
|
494
|
+
export const SynChartSequentialStatusError40: string;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
* Maps to the css variable `--syn-sequential-status-error-
|
|
497
|
+
* Maps to the css variable `--syn-chart-sequential-status-error-50`
|
|
498
498
|
*/
|
|
499
|
-
export const
|
|
499
|
+
export const SynChartSequentialStatusError50: string;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
|
-
* Maps to the css variable `--syn-sequential-status-error-
|
|
502
|
+
* Maps to the css variable `--syn-chart-sequential-status-error-60`
|
|
503
503
|
*/
|
|
504
|
-
export const
|
|
504
|
+
export const SynChartSequentialStatusError60: string;
|
|
505
505
|
|
|
506
506
|
/**
|
|
507
|
-
* Maps to the css variable `--syn-sequential-status-error-
|
|
507
|
+
* Maps to the css variable `--syn-chart-sequential-status-error-70`
|
|
508
508
|
*/
|
|
509
|
-
export const
|
|
509
|
+
export const SynChartSequentialStatusError70: string;
|
|
510
510
|
|
|
511
511
|
/**
|
|
512
|
-
* Maps to the css variable `--syn-sequential-status-error-
|
|
512
|
+
* Maps to the css variable `--syn-chart-sequential-status-error-80`
|
|
513
513
|
*/
|
|
514
|
-
export const
|
|
514
|
+
export const SynChartSequentialStatusError80: string;
|
|
515
515
|
|
|
516
516
|
/**
|
|
517
|
-
* Maps to the css variable `--syn-sequential-status-
|
|
517
|
+
* Maps to the css variable `--syn-chart-sequential-status-error-90`
|
|
518
518
|
*/
|
|
519
|
-
export const
|
|
519
|
+
export const SynChartSequentialStatusError90: string;
|
|
520
520
|
|
|
521
521
|
/**
|
|
522
|
-
* Maps to the css variable `--syn-sequential-status-
|
|
522
|
+
* Maps to the css variable `--syn-chart-sequential-status-error-100`
|
|
523
523
|
*/
|
|
524
|
-
export const
|
|
524
|
+
export const SynChartSequentialStatusError100: string;
|
|
525
525
|
|
|
526
526
|
/**
|
|
527
|
-
* Maps to the css variable `--syn-sequential-status-info-
|
|
527
|
+
* Maps to the css variable `--syn-chart-sequential-status-info-10`
|
|
528
528
|
*/
|
|
529
|
-
export const
|
|
529
|
+
export const SynChartSequentialStatusInfo10: string;
|
|
530
530
|
|
|
531
531
|
/**
|
|
532
|
-
* Maps to the css variable `--syn-sequential-status-info-
|
|
532
|
+
* Maps to the css variable `--syn-chart-sequential-status-info-20`
|
|
533
533
|
*/
|
|
534
|
-
export const
|
|
534
|
+
export const SynChartSequentialStatusInfo20: string;
|
|
535
535
|
|
|
536
536
|
/**
|
|
537
|
-
* Maps to the css variable `--syn-sequential-status-info-
|
|
537
|
+
* Maps to the css variable `--syn-chart-sequential-status-info-30`
|
|
538
538
|
*/
|
|
539
|
-
export const
|
|
539
|
+
export const SynChartSequentialStatusInfo30: string;
|
|
540
540
|
|
|
541
541
|
/**
|
|
542
|
-
* Maps to the css variable `--syn-sequential-status-info-
|
|
542
|
+
* Maps to the css variable `--syn-chart-sequential-status-info-40`
|
|
543
543
|
*/
|
|
544
|
-
export const
|
|
544
|
+
export const SynChartSequentialStatusInfo40: string;
|
|
545
545
|
|
|
546
546
|
/**
|
|
547
|
-
* Maps to the css variable `--syn-sequential-status-info-
|
|
547
|
+
* Maps to the css variable `--syn-chart-sequential-status-info-50`
|
|
548
548
|
*/
|
|
549
|
-
export const
|
|
549
|
+
export const SynChartSequentialStatusInfo50: string;
|
|
550
550
|
|
|
551
551
|
/**
|
|
552
|
-
* Maps to the css variable `--syn-sequential-status-info-
|
|
552
|
+
* Maps to the css variable `--syn-chart-sequential-status-info-60`
|
|
553
553
|
*/
|
|
554
|
-
export const
|
|
554
|
+
export const SynChartSequentialStatusInfo60: string;
|
|
555
555
|
|
|
556
556
|
/**
|
|
557
|
-
* Maps to the css variable `--syn-sequential-status-info-
|
|
557
|
+
* Maps to the css variable `--syn-chart-sequential-status-info-70`
|
|
558
558
|
*/
|
|
559
|
-
export const
|
|
559
|
+
export const SynChartSequentialStatusInfo70: string;
|
|
560
560
|
|
|
561
561
|
/**
|
|
562
|
-
* Maps to the css variable `--syn-sequential-status-info-
|
|
562
|
+
* Maps to the css variable `--syn-chart-sequential-status-info-80`
|
|
563
563
|
*/
|
|
564
|
-
export const
|
|
564
|
+
export const SynChartSequentialStatusInfo80: string;
|
|
565
565
|
|
|
566
566
|
/**
|
|
567
|
-
* Maps to the css variable `--syn-sequential-status-
|
|
567
|
+
* Maps to the css variable `--syn-chart-sequential-status-info-90`
|
|
568
568
|
*/
|
|
569
|
-
export const
|
|
569
|
+
export const SynChartSequentialStatusInfo90: string;
|
|
570
570
|
|
|
571
571
|
/**
|
|
572
|
-
* Maps to the css variable `--syn-sequential-status-
|
|
572
|
+
* Maps to the css variable `--syn-chart-sequential-status-info-100`
|
|
573
573
|
*/
|
|
574
|
-
export const
|
|
574
|
+
export const SynChartSequentialStatusInfo100: string;
|
|
575
575
|
|
|
576
576
|
/**
|
|
577
|
-
* Maps to the css variable `--syn-sequential-status-success-
|
|
577
|
+
* Maps to the css variable `--syn-chart-sequential-status-success-10`
|
|
578
578
|
*/
|
|
579
|
-
export const
|
|
579
|
+
export const SynChartSequentialStatusSuccess10: string;
|
|
580
580
|
|
|
581
581
|
/**
|
|
582
|
-
* Maps to the css variable `--syn-sequential-status-success-
|
|
582
|
+
* Maps to the css variable `--syn-chart-sequential-status-success-20`
|
|
583
583
|
*/
|
|
584
|
-
export const
|
|
584
|
+
export const SynChartSequentialStatusSuccess20: string;
|
|
585
585
|
|
|
586
586
|
/**
|
|
587
|
-
* Maps to the css variable `--syn-sequential-status-success-
|
|
587
|
+
* Maps to the css variable `--syn-chart-sequential-status-success-30`
|
|
588
588
|
*/
|
|
589
|
-
export const
|
|
589
|
+
export const SynChartSequentialStatusSuccess30: string;
|
|
590
590
|
|
|
591
591
|
/**
|
|
592
|
-
* Maps to the css variable `--syn-sequential-status-success-
|
|
592
|
+
* Maps to the css variable `--syn-chart-sequential-status-success-40`
|
|
593
593
|
*/
|
|
594
|
-
export const
|
|
594
|
+
export const SynChartSequentialStatusSuccess40: string;
|
|
595
595
|
|
|
596
596
|
/**
|
|
597
|
-
* Maps to the css variable `--syn-sequential-status-success-
|
|
597
|
+
* Maps to the css variable `--syn-chart-sequential-status-success-50`
|
|
598
598
|
*/
|
|
599
|
-
export const
|
|
599
|
+
export const SynChartSequentialStatusSuccess50: string;
|
|
600
600
|
|
|
601
601
|
/**
|
|
602
|
-
* Maps to the css variable `--syn-sequential-status-success-
|
|
602
|
+
* Maps to the css variable `--syn-chart-sequential-status-success-60`
|
|
603
603
|
*/
|
|
604
|
-
export const
|
|
604
|
+
export const SynChartSequentialStatusSuccess60: string;
|
|
605
605
|
|
|
606
606
|
/**
|
|
607
|
-
* Maps to the css variable `--syn-sequential-status-success-
|
|
607
|
+
* Maps to the css variable `--syn-chart-sequential-status-success-70`
|
|
608
608
|
*/
|
|
609
|
-
export const
|
|
609
|
+
export const SynChartSequentialStatusSuccess70: string;
|
|
610
610
|
|
|
611
611
|
/**
|
|
612
|
-
* Maps to the css variable `--syn-sequential-status-success-
|
|
612
|
+
* Maps to the css variable `--syn-chart-sequential-status-success-80`
|
|
613
613
|
*/
|
|
614
|
-
export const
|
|
614
|
+
export const SynChartSequentialStatusSuccess80: string;
|
|
615
615
|
|
|
616
616
|
/**
|
|
617
|
-
* Maps to the css variable `--syn-sequential-status-
|
|
617
|
+
* Maps to the css variable `--syn-chart-sequential-status-success-90`
|
|
618
618
|
*/
|
|
619
|
-
export const
|
|
619
|
+
export const SynChartSequentialStatusSuccess90: string;
|
|
620
620
|
|
|
621
621
|
/**
|
|
622
|
-
* Maps to the css variable `--syn-sequential-status-
|
|
622
|
+
* Maps to the css variable `--syn-chart-sequential-status-success-100`
|
|
623
623
|
*/
|
|
624
|
-
export const
|
|
624
|
+
export const SynChartSequentialStatusSuccess100: string;
|
|
625
625
|
|
|
626
626
|
/**
|
|
627
|
-
* Maps to the css variable `--syn-sequential-status-warning-
|
|
627
|
+
* Maps to the css variable `--syn-chart-sequential-status-warning-10`
|
|
628
628
|
*/
|
|
629
|
-
export const
|
|
629
|
+
export const SynChartSequentialStatusWarning10: string;
|
|
630
630
|
|
|
631
631
|
/**
|
|
632
|
-
* Maps to the css variable `--syn-sequential-status-warning-
|
|
632
|
+
* Maps to the css variable `--syn-chart-sequential-status-warning-20`
|
|
633
633
|
*/
|
|
634
|
-
export const
|
|
634
|
+
export const SynChartSequentialStatusWarning20: string;
|
|
635
635
|
|
|
636
636
|
/**
|
|
637
|
-
* Maps to the css variable `--syn-sequential-status-warning-
|
|
637
|
+
* Maps to the css variable `--syn-chart-sequential-status-warning-30`
|
|
638
638
|
*/
|
|
639
|
-
export const
|
|
639
|
+
export const SynChartSequentialStatusWarning30: string;
|
|
640
640
|
|
|
641
641
|
/**
|
|
642
|
-
* Maps to the css variable `--syn-sequential-status-warning-
|
|
642
|
+
* Maps to the css variable `--syn-chart-sequential-status-warning-40`
|
|
643
643
|
*/
|
|
644
|
-
export const
|
|
644
|
+
export const SynChartSequentialStatusWarning40: string;
|
|
645
645
|
|
|
646
646
|
/**
|
|
647
|
-
* Maps to the css variable `--syn-sequential-status-warning-
|
|
647
|
+
* Maps to the css variable `--syn-chart-sequential-status-warning-50`
|
|
648
648
|
*/
|
|
649
|
-
export const
|
|
649
|
+
export const SynChartSequentialStatusWarning50: string;
|
|
650
650
|
|
|
651
651
|
/**
|
|
652
|
-
* Maps to the css variable `--syn-sequential-status-warning-
|
|
652
|
+
* Maps to the css variable `--syn-chart-sequential-status-warning-60`
|
|
653
653
|
*/
|
|
654
|
-
export const
|
|
654
|
+
export const SynChartSequentialStatusWarning60: string;
|
|
655
655
|
|
|
656
656
|
/**
|
|
657
|
-
* Maps to the css variable `--syn-sequential-status-warning-
|
|
657
|
+
* Maps to the css variable `--syn-chart-sequential-status-warning-70`
|
|
658
658
|
*/
|
|
659
|
-
export const
|
|
659
|
+
export const SynChartSequentialStatusWarning70: string;
|
|
660
660
|
|
|
661
661
|
/**
|
|
662
|
-
* Maps to the css variable `--syn-sequential-status-warning-
|
|
662
|
+
* Maps to the css variable `--syn-chart-sequential-status-warning-80`
|
|
663
663
|
*/
|
|
664
|
-
export const
|
|
664
|
+
export const SynChartSequentialStatusWarning80: string;
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* Maps to the css variable `--syn-chart-sequential-status-warning-90`
|
|
668
|
+
*/
|
|
669
|
+
export const SynChartSequentialStatusWarning90: string;
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* Maps to the css variable `--syn-chart-sequential-status-warning-100`
|
|
673
|
+
*/
|
|
674
|
+
export const SynChartSequentialStatusWarning100: string;
|