@amboss/design-system 3.20.3 → 3.20.5

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.
Files changed (29) hide show
  1. package/build/cjs/components/NavBar/NavBar.d.ts +6 -1
  2. package/build/cjs/components/NavBar/NavBar.js +1 -1
  3. package/build/cjs/components/NavBar/NavBarSubMenuContainer.js +1 -1
  4. package/build/cjs/components/PromptInput/PromptInput.js +1 -1
  5. package/build/cjs/components/SubThemeProvider/SubThemeProvider.d.ts +2 -22
  6. package/build/cjs/components/SubThemeProvider/SubThemeProvider.js +1 -1
  7. package/build/cjs/web-tokens/_colors.json +18 -0
  8. package/build/cjs/web-tokens/_subThemeType.d.ts +2 -1
  9. package/build/cjs/web-tokens/_subThemeType.js +1 -1
  10. package/build/cjs/web-tokens/visualConfig.d.ts +281 -0
  11. package/build/cjs/web-tokens/visualConfig.js +1 -1
  12. package/build/esm/components/NavBar/NavBar.d.ts +6 -1
  13. package/build/esm/components/NavBar/NavBar.js +1 -1
  14. package/build/esm/components/NavBar/NavBarSubMenuContainer.js +1 -1
  15. package/build/esm/components/PromptInput/PromptInput.js +1 -1
  16. package/build/esm/components/SubThemeProvider/SubThemeProvider.d.ts +2 -22
  17. package/build/esm/components/SubThemeProvider/SubThemeProvider.js +1 -1
  18. package/build/esm/web-tokens/_colors.json +18 -0
  19. package/build/esm/web-tokens/_subThemeType.d.ts +2 -1
  20. package/build/esm/web-tokens/_subThemeType.js +1 -1
  21. package/build/esm/web-tokens/visualConfig.d.ts +281 -0
  22. package/build/esm/web-tokens/visualConfig.js +1 -1
  23. package/build/scss/_theming.scss +4 -0
  24. package/build/scss/_variables.scss +2 -0
  25. package/package.json +10 -10
  26. package/build/cjs/web-tokens/navigationTheme.json +0 -403
  27. package/build/cjs/web-tokens/subNavigationTheme.json +0 -164
  28. package/build/esm/web-tokens/navigationTheme.json +0 -403
  29. package/build/esm/web-tokens/subNavigationTheme.json +0 -164
@@ -1,403 +0,0 @@
1
- {
2
- "custom-sub-theme": {
3
- "dark": {
4
- "navigation-clinicalCare": {
5
- "color": {
6
- "text": {
7
- "primary": {
8
- "default": "#ffffff"
9
- },
10
- "secondary": {
11
- "default": "rgba(255, 255, 255, 0.8)"
12
- },
13
- "tertiary": {
14
- "default": "rgba(255, 255, 255, 0.65)"
15
- },
16
- "accent": {
17
- "default": "#2db5c6"
18
- }
19
- },
20
- "background": {
21
- "transparent": {
22
- "default": "rgba(255, 255, 255, 0)",
23
- "hover": "rgba(147, 149, 159, 0.15)",
24
- "active": "rgba(147, 149, 159, 0.15)"
25
- },
26
- "accentSubtle": {
27
- "default": "#223c44"
28
- },
29
- "primary": {
30
- "default": "#111111"
31
- }
32
- },
33
- "icon": {
34
- "primary": {
35
- "default": "#ced1d6"
36
- },
37
- "secondary": {
38
- "default": "rgba(255, 255, 255, 0.8)"
39
- },
40
- "tertiary": {
41
- "default": "rgba(255, 255, 255, 0.65)"
42
- },
43
- "brand": {
44
- "default": "#ced1d6"
45
- },
46
- "accent": {
47
- "default": "#2db5c6"
48
- },
49
- "onAccent": {
50
- "default": "#1a1c1c"
51
- }
52
- },
53
- "searchInput": {
54
- "background": {
55
- "default": "#32363e"
56
- }
57
- },
58
- "divider": {
59
- "secondary": "rgba(255, 255, 255, 0.3)"
60
- },
61
- "colorIndicator": {
62
- "brand": {
63
- "default": "#1d6670"
64
- }
65
- }
66
- }
67
- },
68
- "navigation-learning": {
69
- "color": {
70
- "text": {
71
- "primary": {
72
- "default": "#ffffff"
73
- },
74
- "secondary": {
75
- "default": "rgba(255, 255, 255, 0.8)"
76
- },
77
- "tertiary": {
78
- "default": "rgba(255, 255, 255, 0.65)"
79
- },
80
- "accent": {
81
- "default": "#2db5c6"
82
- }
83
- },
84
- "background": {
85
- "transparent": {
86
- "default": "rgba(255, 255, 255, 0)",
87
- "hover": "rgba(147, 149, 159, 0.15)",
88
- "active": "rgba(147, 149, 159, 0.15)"
89
- },
90
- "subtle": {
91
- "accentSubtle": {
92
- "default": "#223c44"
93
- }
94
- },
95
- "primary": {
96
- "default": "#1d6670"
97
- }
98
- },
99
- "icon": {
100
- "primary": {
101
- "default": "#ced1d6"
102
- },
103
- "secondary": {
104
- "default": "rgba(255, 255, 255, 0.8)"
105
- },
106
- "tertiary": {
107
- "default": "rgba(255, 255, 255, 0.65)"
108
- },
109
- "brand": {
110
- "default": "#ced1d6"
111
- },
112
- "accent": {
113
- "default": "#2db5c6"
114
- },
115
- "onAccent": {
116
- "default": "#1a1c1c"
117
- }
118
- },
119
- "searchInput": {
120
- "background": {
121
- "default": "#223c44"
122
- }
123
- },
124
- "divider": {
125
- "secondary": "rgba(255, 255, 255, 0.3)"
126
- },
127
- "colorIndicator": {
128
- "brand": {
129
- "default": "#223c44"
130
- }
131
- }
132
- }
133
- },
134
- "navigation-teaching": {
135
- "color": {
136
- "text": {
137
- "primary": {
138
- "default": "#ffffff"
139
- },
140
- "secondary": {
141
- "default": "rgba(255, 255, 255, 0.8)"
142
- },
143
- "tertiary": {
144
- "default": "rgba(255, 255, 255, 0.65)"
145
- },
146
- "accent": {
147
- "default": "rgba(255, 255, 255, 0.8)"
148
- }
149
- },
150
- "background": {
151
- "transparent": {
152
- "default": "rgba(255, 255, 255, 0)",
153
- "hover": "rgba(147, 149, 159, 0.15)",
154
- "active": "rgba(147, 149, 159, 0.15)"
155
- },
156
- "accentSubtle": {
157
- "default": "#40454f"
158
- },
159
- "primary": {
160
- "default": "#282c34"
161
- }
162
- },
163
- "icon": {
164
- "primary": {
165
- "default": "#ced1d6"
166
- },
167
- "secondary": {
168
- "default": "rgba(255, 255, 255, 0.8)"
169
- },
170
- "tertiary": {
171
- "default": "rgba(255, 255, 255, 0.65)"
172
- },
173
- "brand": {
174
- "default": "#ced1d6"
175
- },
176
- "accent": {
177
- "default": "rgba(255, 255, 255, 0.8)"
178
- },
179
- "onAccent": {
180
- "default": "#1a1c1c"
181
- }
182
- },
183
- "searchInput": {
184
- "background": {
185
- "default": "#111111"
186
- }
187
- },
188
- "divider": {
189
- "secondary": "rgba(255, 255, 255, 0.3)"
190
- },
191
- "colorIndicator": {
192
- "brand": {
193
- "default": "#1d6670"
194
- }
195
- }
196
- }
197
- }
198
- },
199
- "light": {
200
- "navigation-clinicalCare": {
201
- "color": {
202
- "text": {
203
- "primary": {
204
- "default": "#1a1c1c"
205
- },
206
- "secondary": {
207
- "default": "#40515e"
208
- },
209
- "tertiary": {
210
- "default": "#5a7183"
211
- },
212
- "accent": {
213
- "default": "#047a88"
214
- }
215
- },
216
- "background": {
217
- "primary": {
218
- "default": "#ffffff"
219
- },
220
- "transparent": {
221
- "default": "rgba(255, 255, 255, 0)",
222
- "hover": "rgba(96, 117, 133, 0.05)",
223
- "active": "rgba(96, 117, 133, 0.05)"
224
- },
225
- "accentSubtle": {
226
- "default": "#e7f6f8"
227
- },
228
- "accent": {
229
- "default": "#047a88"
230
- }
231
- },
232
- "icon": {
233
- "primary": {
234
- "default": "#1a1c1c"
235
- },
236
- "secondary": {
237
- "default": "#40515e"
238
- },
239
- "tertiary": {
240
- "default": "#5a7183"
241
- },
242
- "brand": {
243
- "default": "#0aa6b8"
244
- },
245
- "accent": {
246
- "default": "#047a88"
247
- },
248
- "onAccent": {
249
- "default": "#ffffff"
250
- }
251
- },
252
- "searchInput": {
253
- "background": {
254
- "default": "#eef2f5"
255
- }
256
- },
257
- "divider": {
258
- "secondary": "rgba(163, 178, 189, 0.3)"
259
- },
260
- "colorIndicator": {
261
- "brand": {
262
- "default": "#0aa6b8"
263
- }
264
- }
265
- }
266
- },
267
- "navigation-learning": {
268
- "color": {
269
- "text": {
270
- "primary": {
271
- "default": "#ffffff"
272
- },
273
- "secondary": {
274
- "default": "#ffffff"
275
- },
276
- "tertiary": {
277
- "default": "rgba(255, 255, 255, 0.65)"
278
- },
279
- "accent": {
280
- "default": "#047a88"
281
- }
282
- },
283
- "background": {
284
- "primary": {
285
- "default": "#054f57"
286
- },
287
- "transparent": {
288
- "default": "rgba(255, 255, 255, 0)",
289
- "hover": "rgba(255, 255, 255, 0.08)",
290
- "active": "rgba(255, 255, 255, 0.08)"
291
- },
292
- "accentSubtle": {
293
- "default": "#e7f6f8"
294
- },
295
- "accent": {
296
- "default": "#047a88"
297
- }
298
- },
299
- "icon": {
300
- "primary": {
301
- "default": "#ffffff"
302
- },
303
- "secondary": {
304
- "default": "#ffffff"
305
- },
306
- "tertiary": {
307
- "default": "rgba(255, 255, 255, 0.8)"
308
- },
309
- "brand": {
310
- "default": "#ffffff"
311
- },
312
- "accent": {
313
- "default": "#047a88"
314
- },
315
- "onAccent": {
316
- "default": "#ffffff"
317
- }
318
- },
319
- "searchInput": {
320
- "background": {
321
- "default": "rgba(0, 0, 0, 0.3)"
322
- }
323
- },
324
- "divider": {
325
- "secondary": "rgba(255, 255, 255, 0.3)"
326
- },
327
- "colorIndicator": {
328
- "brand": {
329
- "default": "#0aa6b8"
330
- }
331
- }
332
- }
333
- },
334
- "navigation-teaching": {
335
- "color": {
336
- "text": {
337
- "primary": {
338
- "default": "#ffffff"
339
- },
340
- "secondary": {
341
- "default": "rgba(255, 255, 255, 0.65)"
342
- },
343
- "tertiary": {
344
- "default": "rgba(255, 255, 255, 0.65)"
345
- },
346
- "accent": {
347
- "default": "#314554"
348
- }
349
- },
350
- "background": {
351
- "primary": {
352
- "default": "#314554"
353
- },
354
- "transparent": {
355
- "default": "rgba(255, 255, 255, 0)",
356
- "hover": "rgba(255, 255, 255, 0.08)",
357
- "active": "rgba(255, 255, 255, 0.08)"
358
- },
359
- "accentSubtle": {
360
- "default": "#eef2f5"
361
- },
362
- "accent": {
363
- "default": "#314554"
364
- }
365
- },
366
- "icon": {
367
- "primary": {
368
- "default": "#ffffff"
369
- },
370
- "secondary": {
371
- "default": "#ffffff"
372
- },
373
- "tertiary": {
374
- "default": "rgba(255, 255, 255, 0.8)"
375
- },
376
- "brand": {
377
- "default": "#ffffff"
378
- },
379
- "accent": {
380
- "default": "#314554"
381
- },
382
- "onAccent": {
383
- "default": "#ffffff"
384
- }
385
- },
386
- "searchInput": {
387
- "background": {
388
- "default": "rgba(0, 0, 0, 0.6)"
389
- }
390
- },
391
- "divider": {
392
- "secondary": "rgba(255, 255, 255, 0.3)"
393
- },
394
- "colorIndicator": {
395
- "brand": {
396
- "default": "#047a88"
397
- }
398
- }
399
- }
400
- }
401
- }
402
- }
403
- }
@@ -1,164 +0,0 @@
1
- {
2
- "custom-sub-theme": {
3
- "dark": {
4
- "sub-navigation-clinicalCare": {
5
- "color": {
6
- "background": {
7
- "transparent": {
8
- "hover": "rgba(255, 255, 255, 0.08)"
9
- }
10
- },
11
- "border": {
12
- "accent": {
13
- "default": "#2db5c6"
14
- }
15
- },
16
- "divider": {
17
- "secondary": "rgba(255, 255, 255, 0.3)"
18
- },
19
- "text": {
20
- "primary": {
21
- "default": "rgba(255, 255, 255, 0.65)"
22
- },
23
- "secondary": {
24
- "default": "rgba(255, 255, 255, 0.65)",
25
- "active": "#2db5c6"
26
- }
27
- }
28
- }
29
- },
30
- "sub-navigation-learning": {
31
- "color": {
32
- "background": {
33
- "transparent": {
34
- "hover": "rgba(255, 255, 255, 0.08)"
35
- }
36
- },
37
- "border": {
38
- "accent": {
39
- "default": "#2db5c6"
40
- }
41
- },
42
- "divider": {
43
- "secondary": "rgba(255, 255, 255, 0.3)"
44
- },
45
- "text": {
46
- "primary": {
47
- "default": "rgba(255, 255, 255, 0.65)"
48
- },
49
- "secondary": {
50
- "default": "rgba(255, 255, 255, 0.65)",
51
- "active": "#2db5c6"
52
- }
53
- }
54
- }
55
- },
56
- "sub-navigation-teaching": {
57
- "color": {
58
- "background": {
59
- "transparent": {
60
- "hover": "rgba(255, 255, 255, 0.08)"
61
- }
62
- },
63
- "border": {
64
- "accent": {
65
- "default": "#a3b2bd"
66
- }
67
- },
68
- "divider": {
69
- "secondary": "rgba(255, 255, 255, 0.3)"
70
- },
71
- "text": {
72
- "primary": {
73
- "default": "rgba(255, 255, 255, 0.65)"
74
- },
75
- "secondary": {
76
- "default": "rgba(255, 255, 255, 0.65)",
77
- "active": "rgba(255, 255, 255, 0.8)"
78
- }
79
- }
80
- }
81
- }
82
- },
83
- "light": {
84
- "sub-navigation-clinicalCare": {
85
- "color": {
86
- "background": {
87
- "transparent": {
88
- "hover": "rgba(96, 117, 133, 0.05)"
89
- }
90
- },
91
- "border": {
92
- "accent": {
93
- "default": "#047a88"
94
- }
95
- },
96
- "divider": {
97
- "secondary": "rgba(163, 178, 189, 0.3)"
98
- },
99
- "text": {
100
- "primary": {
101
- "default": "#5a7183"
102
- },
103
- "secondary": {
104
- "default": "#5a7183",
105
- "active": "#047a88"
106
- }
107
- }
108
- }
109
- },
110
- "sub-navigation-learning": {
111
- "color": {
112
- "background": {
113
- "transparent": {
114
- "hover": "rgba(96, 117, 133, 0.05)"
115
- }
116
- },
117
- "border": {
118
- "accent": {
119
- "default": "#047a88"
120
- }
121
- },
122
- "divider": {
123
- "secondary": "rgba(163, 178, 189, 0.3)"
124
- },
125
- "text": {
126
- "primary": {
127
- "default": "#5a7183"
128
- },
129
- "secondary": {
130
- "default": "#5a7183",
131
- "active": "#047a88"
132
- }
133
- }
134
- }
135
- },
136
- "sub-navigation-teaching": {
137
- "color": {
138
- "background": {
139
- "transparent": {
140
- "hover": "rgba(96, 117, 133, 0.05)"
141
- }
142
- },
143
- "border": {
144
- "accent": {
145
- "default": "#314554"
146
- }
147
- },
148
- "divider": {
149
- "secondary": "rgba(163, 178, 189, 0.3)"
150
- },
151
- "text": {
152
- "primary": {
153
- "default": "#5a7183"
154
- },
155
- "secondary": {
156
- "default": "#5a7183",
157
- "active": "#314554"
158
- }
159
- }
160
- }
161
- }
162
- }
163
- }
164
- }