@agregio-solutions/design-system 1.93.0 → 1.94.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/dist/design-system.cjs +377 -392
- package/dist/design-system.js +7005 -6692
- package/dist/packages/components/Icon/Icon.d.ts +62 -0
- package/dist/packages/components/Icon/components/back_time.d.ts +2 -0
- package/dist/packages/components/Icon/components/{access_time copy.d.ts → calculator.d.ts} +1 -1
- package/dist/packages/components/Icon/components/calibration.d.ts +2 -0
- package/dist/packages/components/Icon/components/change_circle.d.ts +2 -0
- package/dist/packages/components/Icon/components/change_ok.d.ts +2 -0
- package/dist/packages/components/Icon/components/cycle.d.ts +2 -0
- package/dist/packages/components/Icon/components/disconnect.d.ts +2 -0
- package/dist/packages/components/Icon/components/driver.d.ts +2 -0
- package/dist/packages/components/Icon/components/eye_off.d.ts +2 -0
- package/dist/packages/components/Icon/components/file_download.d.ts +2 -0
- package/dist/packages/components/Icon/components/file_export.d.ts +2 -0
- package/dist/packages/components/Icon/components/hand.d.ts +2 -0
- package/dist/packages/components/Icon/components/id.d.ts +2 -0
- package/dist/packages/components/Icon/components/joystick.d.ts +2 -0
- package/dist/packages/components/Icon/components/laptop.d.ts +2 -0
- package/dist/packages/components/Icon/components/logs.d.ts +2 -0
- package/dist/packages/components/Icon/components/magic_wand.d.ts +2 -0
- package/dist/packages/components/Icon/components/modbus.d.ts +2 -0
- package/dist/packages/components/Icon/components/play_full.d.ts +2 -0
- package/dist/packages/components/Icon/components/progress.d.ts +2 -0
- package/dist/packages/components/Icon/components/rename.d.ts +2 -0
- package/dist/packages/components/Icon/components/return.d.ts +2 -0
- package/dist/packages/components/Icon/components/save.d.ts +2 -0
- package/dist/packages/components/Icon/components/scan.d.ts +2 -0
- package/dist/packages/components/Icon/components/science_2.d.ts +2 -0
- package/dist/packages/components/Icon/components/tag_remove.d.ts +2 -0
- package/dist/packages/components/Icon/components/team.d.ts +2 -0
- package/dist/packages/components/Icon/components/tools.d.ts +2 -0
- package/dist/packages/components/Icon/components/update.d.ts +2 -0
- package/dist/packages/components/Icon/components/update_circle.d.ts +2 -0
- package/dist/packages/ds-design-tokens/src/tokens.style.d.ts +12 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -7,6 +7,7 @@ import { default as arrow_downward } from './components/arrow_downward';
|
|
|
7
7
|
import { default as arrow_enter } from './components/arrow_enter';
|
|
8
8
|
import { default as arrow_forward } from './components/arrow_forward';
|
|
9
9
|
import { default as arrow_upward } from './components/arrow_upward';
|
|
10
|
+
import { default as back_time } from './components/back_time';
|
|
10
11
|
import { default as bar_chart } from './components/bar_chart';
|
|
11
12
|
import { default as bar_chart_2 } from './components/bar_chart_2';
|
|
12
13
|
import { default as battery } from './components/battery';
|
|
@@ -17,10 +18,14 @@ import { default as battery_half } from './components/battery_half';
|
|
|
17
18
|
import { default as bolt } from './components/bolt';
|
|
18
19
|
import { default as book } from './components/book';
|
|
19
20
|
import { default as business } from './components/business';
|
|
21
|
+
import { default as calculator } from './components/calculator';
|
|
20
22
|
import { default as calendar } from './components/calendar';
|
|
21
23
|
import { default as calendar_today } from './components/calendar_today';
|
|
24
|
+
import { default as calibration } from './components/calibration';
|
|
22
25
|
import { default as cancel } from './components/cancel';
|
|
23
26
|
import { default as caret } from './components/caret';
|
|
27
|
+
import { default as change_circle } from './components/change_circle';
|
|
28
|
+
import { default as change_ok } from './components/change_ok';
|
|
24
29
|
import { default as chart_curves } from './components/chart_curves';
|
|
25
30
|
import { default as chart_curves_rounded } from './components/chart_curves_rounded';
|
|
26
31
|
import { default as chart_plus } from './components/chart_plus';
|
|
@@ -36,10 +41,13 @@ import { default as cloud } from './components/cloud';
|
|
|
36
41
|
import { default as cloud_full } from './components/cloud_full';
|
|
37
42
|
import { default as collapse_menu } from './components/collapse_menu';
|
|
38
43
|
import { default as content_copy } from './components/content_copy';
|
|
44
|
+
import { default as cycle } from './components/cycle';
|
|
39
45
|
import { default as delete_outline } from './components/delete_outline';
|
|
40
46
|
import { default as dice } from './components/dice';
|
|
47
|
+
import { default as disconnect } from './components/disconnect';
|
|
41
48
|
import { default as download } from './components/download';
|
|
42
49
|
import { default as drag_indicator } from './components/drag_indicator';
|
|
50
|
+
import { default as driver } from './components/driver';
|
|
43
51
|
import { default as edit } from './components/edit';
|
|
44
52
|
import { default as error_outline } from './components/error_outline';
|
|
45
53
|
import { default as euro } from './components/euro';
|
|
@@ -48,7 +56,10 @@ import { default as exit_to_app } from './components/exit_to_app';
|
|
|
48
56
|
import { default as expand_less } from './components/expand_less';
|
|
49
57
|
import { default as expand_more } from './components/expand_more';
|
|
50
58
|
import { default as eye } from './components/eye';
|
|
59
|
+
import { default as eye_off } from './components/eye_off';
|
|
51
60
|
import { default as fiber_new } from './components/fiber_new';
|
|
61
|
+
import { default as file_download } from './components/file_download';
|
|
62
|
+
import { default as file_export } from './components/file_export';
|
|
52
63
|
import { default as file_plus } from './components/file_plus';
|
|
53
64
|
import { default as filter_alt } from './components/filter_alt';
|
|
54
65
|
import { default as filter_list } from './components/filter_list';
|
|
@@ -58,13 +69,18 @@ import { default as flex } from './components/flex';
|
|
|
58
69
|
import { default as folder_open } from './components/folder_open';
|
|
59
70
|
import { default as gaz } from './components/gaz';
|
|
60
71
|
import { default as grid_view } from './components/grid_view';
|
|
72
|
+
import { default as hand } from './components/hand';
|
|
61
73
|
import { default as help_outline } from './components/help_outline';
|
|
62
74
|
import { default as home } from './components/home';
|
|
75
|
+
import { default as hydraulic } from './components/hydraulic';
|
|
76
|
+
import { default as id } from './components/id';
|
|
63
77
|
import { default as industry } from './components/industry';
|
|
64
78
|
import { default as insert_emoticon } from './components/insert_emoticon';
|
|
65
79
|
import { default as invoice } from './components/invoice';
|
|
66
80
|
import { default as invoice_full } from './components/invoice_full';
|
|
81
|
+
import { default as joystick } from './components/joystick';
|
|
67
82
|
import { default as language } from './components/language';
|
|
83
|
+
import { default as laptop } from './components/laptop';
|
|
68
84
|
import { default as last_page } from './components/last_page';
|
|
69
85
|
import { default as leaf } from './components/leaf';
|
|
70
86
|
import { default as lines_ok } from './components/lines_ok';
|
|
@@ -75,14 +91,17 @@ import { default as location } from './components/location';
|
|
|
75
91
|
import { default as location_full } from './components/location_full';
|
|
76
92
|
import { default as location_searching } from './components/location_searching';
|
|
77
93
|
import { default as logout } from './components/logout';
|
|
94
|
+
import { default as logs } from './components/logs';
|
|
78
95
|
import { default as mail_empty } from './components/mail_empty';
|
|
79
96
|
import { default as mail_full } from './components/mail_full';
|
|
80
97
|
import { default as mail_off } from './components/mail_off';
|
|
81
98
|
import { default as mail_ok } from './components/mail_ok';
|
|
82
99
|
import { default as mail_open } from './components/mail_open';
|
|
83
100
|
import { default as mail_open_full } from './components/mail_open_full';
|
|
101
|
+
import { default as magic_wand } from './components/magic_wand';
|
|
84
102
|
import { default as menu } from './components/menu';
|
|
85
103
|
import { default as minimize } from './components/minimize';
|
|
104
|
+
import { default as modbus } from './components/modbus';
|
|
86
105
|
import { default as money_pig } from './components/money_pig';
|
|
87
106
|
import { default as money_pig_full } from './components/money_pig_full';
|
|
88
107
|
import { default as monitor_heart } from './components/monitor_heart';
|
|
@@ -105,8 +124,10 @@ import { default as phone_2_empty } from './components/phone_2_empty';
|
|
|
105
124
|
import { default as phone_2_full } from './components/phone_2_full';
|
|
106
125
|
import { default as play } from './components/play';
|
|
107
126
|
import { default as play_empty } from './components/play_empty';
|
|
127
|
+
import { default as play_full } from './components/play_full';
|
|
108
128
|
import { default as profile } from './components/profile';
|
|
109
129
|
import { default as profile_full } from './components/profile_full';
|
|
130
|
+
import { default as progress } from './components/progress';
|
|
110
131
|
import { default as question } from './components/question';
|
|
111
132
|
import { default as rain } from './components/rain';
|
|
112
133
|
import { default as receipt_long } from './components/receipt_long';
|
|
@@ -115,7 +136,12 @@ import { default as record_full } from './components/record_full';
|
|
|
115
136
|
import { default as refresh } from './components/refresh';
|
|
116
137
|
import { default as remove } from './components/remove';
|
|
117
138
|
import { default as remove_red_eye } from './components/remove_red_eye';
|
|
139
|
+
import { default as rename } from './components/rename';
|
|
140
|
+
import { default as returnIcon } from './components/return';
|
|
141
|
+
import { default as save } from './components/save';
|
|
142
|
+
import { default as scan } from './components/scan';
|
|
118
143
|
import { default as science } from './components/science';
|
|
144
|
+
import { default as science_2 } from './components/science_2';
|
|
119
145
|
import { default as search } from './components/search';
|
|
120
146
|
import { default as sell } from './components/sell';
|
|
121
147
|
import { default as sell_full } from './components/sell_full';
|
|
@@ -137,11 +163,16 @@ import { default as swap_horiz } from './components/swap_horiz';
|
|
|
137
163
|
import { default as tag } from './components/tag';
|
|
138
164
|
import { default as tag_add } from './components/tag_add';
|
|
139
165
|
import { default as tag_ok } from './components/tag_ok';
|
|
166
|
+
import { default as tag_remove } from './components/tag_remove';
|
|
167
|
+
import { default as team } from './components/team';
|
|
140
168
|
import { default as text_snippet } from './components/text_snippet';
|
|
141
169
|
import { default as ticket } from './components/ticket';
|
|
142
170
|
import { default as ticket_full } from './components/ticket_full';
|
|
171
|
+
import { default as tools } from './components/tools';
|
|
143
172
|
import { default as tree_item } from './components/tree_item';
|
|
144
173
|
import { default as undo } from './components/undo';
|
|
174
|
+
import { default as update } from './components/update';
|
|
175
|
+
import { default as update_circle } from './components/update_circle';
|
|
145
176
|
import { default as upload } from './components/upload';
|
|
146
177
|
import { default as wallet } from './components/wallet';
|
|
147
178
|
import { default as warehouse } from './components/warehouse';
|
|
@@ -164,6 +195,7 @@ export declare const AVAILABLE_ICONS: {
|
|
|
164
195
|
arrow_enter: typeof arrow_enter;
|
|
165
196
|
arrow_forward: typeof arrow_forward;
|
|
166
197
|
arrow_upward: typeof arrow_upward;
|
|
198
|
+
back_time: typeof back_time;
|
|
167
199
|
bar_chart_2: typeof bar_chart_2;
|
|
168
200
|
bar_chart: typeof bar_chart;
|
|
169
201
|
battery_alert: typeof battery_alert;
|
|
@@ -174,10 +206,14 @@ export declare const AVAILABLE_ICONS: {
|
|
|
174
206
|
bolt: typeof bolt;
|
|
175
207
|
book: typeof book;
|
|
176
208
|
business: typeof business;
|
|
209
|
+
calculator: typeof calculator;
|
|
177
210
|
calendar_today: typeof calendar_today;
|
|
178
211
|
calendar: typeof calendar;
|
|
212
|
+
calibration: typeof calibration;
|
|
179
213
|
cancel: typeof cancel;
|
|
180
214
|
caret: typeof caret;
|
|
215
|
+
change_circle: typeof change_circle;
|
|
216
|
+
change_ok: typeof change_ok;
|
|
181
217
|
chart_curves_rounded: typeof chart_curves_rounded;
|
|
182
218
|
chart_curves: typeof chart_curves;
|
|
183
219
|
chart_plus: typeof chart_plus;
|
|
@@ -193,10 +229,13 @@ export declare const AVAILABLE_ICONS: {
|
|
|
193
229
|
cloud: typeof cloud;
|
|
194
230
|
collapse_menu: typeof collapse_menu;
|
|
195
231
|
content_copy: typeof content_copy;
|
|
232
|
+
cycle: typeof cycle;
|
|
196
233
|
delete_outline: typeof delete_outline;
|
|
197
234
|
dice: typeof dice;
|
|
235
|
+
disconnect: typeof disconnect;
|
|
198
236
|
download: typeof download;
|
|
199
237
|
drag_indicator: typeof drag_indicator;
|
|
238
|
+
driver: typeof driver;
|
|
200
239
|
edit: typeof edit;
|
|
201
240
|
error_outline: typeof error_outline;
|
|
202
241
|
euro: typeof euro;
|
|
@@ -205,7 +244,10 @@ export declare const AVAILABLE_ICONS: {
|
|
|
205
244
|
expand_less: typeof expand_less;
|
|
206
245
|
expand_more: typeof expand_more;
|
|
207
246
|
eye: typeof eye;
|
|
247
|
+
eye_off: typeof eye_off;
|
|
208
248
|
fiber_new: typeof fiber_new;
|
|
249
|
+
file_download: typeof file_download;
|
|
250
|
+
file_export: typeof file_export;
|
|
209
251
|
file_plus: typeof file_plus;
|
|
210
252
|
filter_alt: typeof filter_alt;
|
|
211
253
|
filter_list: typeof filter_list;
|
|
@@ -215,13 +257,18 @@ export declare const AVAILABLE_ICONS: {
|
|
|
215
257
|
folder_open: typeof folder_open;
|
|
216
258
|
gaz: typeof gaz;
|
|
217
259
|
grid_view: typeof grid_view;
|
|
260
|
+
hand: typeof hand;
|
|
218
261
|
help_outline: typeof help_outline;
|
|
219
262
|
home: typeof home;
|
|
263
|
+
hydraulic: typeof hydraulic;
|
|
264
|
+
id: typeof id;
|
|
220
265
|
industry: typeof industry;
|
|
221
266
|
insert_emoticon: typeof insert_emoticon;
|
|
222
267
|
invoice_full: typeof invoice_full;
|
|
223
268
|
invoice: typeof invoice;
|
|
269
|
+
joystick: typeof joystick;
|
|
224
270
|
language: typeof language;
|
|
271
|
+
laptop: typeof laptop;
|
|
225
272
|
last_page: typeof last_page;
|
|
226
273
|
leaf: typeof leaf;
|
|
227
274
|
lines_ok: typeof lines_ok;
|
|
@@ -232,14 +279,17 @@ export declare const AVAILABLE_ICONS: {
|
|
|
232
279
|
location_searching: typeof location_searching;
|
|
233
280
|
location: typeof location;
|
|
234
281
|
logout: typeof logout;
|
|
282
|
+
logs: typeof logs;
|
|
235
283
|
mail_empty: typeof mail_empty;
|
|
236
284
|
mail_full: typeof mail_full;
|
|
237
285
|
mail_off: typeof mail_off;
|
|
238
286
|
mail_ok: typeof mail_ok;
|
|
239
287
|
mail_open_full: typeof mail_open_full;
|
|
240
288
|
mail_open: typeof mail_open;
|
|
289
|
+
magic_wand: typeof magic_wand;
|
|
241
290
|
menu: typeof menu;
|
|
242
291
|
minimize: typeof minimize;
|
|
292
|
+
modbus: typeof modbus;
|
|
243
293
|
money_pig_full: typeof money_pig_full;
|
|
244
294
|
money_pig: typeof money_pig;
|
|
245
295
|
monitor_heart: typeof monitor_heart;
|
|
@@ -261,9 +311,11 @@ export declare const AVAILABLE_ICONS: {
|
|
|
261
311
|
phone_2_empty: typeof phone_2_empty;
|
|
262
312
|
phone_2_full: typeof phone_2_full;
|
|
263
313
|
play_empty: typeof play_empty;
|
|
314
|
+
play_full: typeof play_full;
|
|
264
315
|
play: typeof play;
|
|
265
316
|
profile_full: typeof profile_full;
|
|
266
317
|
profile: typeof profile;
|
|
318
|
+
progress: typeof progress;
|
|
267
319
|
question: typeof question;
|
|
268
320
|
rain: typeof rain;
|
|
269
321
|
receipt_long: typeof receipt_long;
|
|
@@ -272,6 +324,11 @@ export declare const AVAILABLE_ICONS: {
|
|
|
272
324
|
refresh: typeof refresh;
|
|
273
325
|
remove_red_eye: typeof remove_red_eye;
|
|
274
326
|
remove: typeof remove;
|
|
327
|
+
rename: typeof rename;
|
|
328
|
+
return: typeof returnIcon;
|
|
329
|
+
save: typeof save;
|
|
330
|
+
scan: typeof scan;
|
|
331
|
+
science_2: typeof science_2;
|
|
275
332
|
science: typeof science;
|
|
276
333
|
search: typeof search;
|
|
277
334
|
sell_full: typeof sell_full;
|
|
@@ -293,12 +350,17 @@ export declare const AVAILABLE_ICONS: {
|
|
|
293
350
|
swap_horiz: typeof swap_horiz;
|
|
294
351
|
tag_add: typeof tag_add;
|
|
295
352
|
tag_ok: typeof tag_ok;
|
|
353
|
+
tag_remove: typeof tag_remove;
|
|
296
354
|
tag: typeof tag;
|
|
355
|
+
team: typeof team;
|
|
297
356
|
text_snippet: typeof text_snippet;
|
|
298
357
|
ticket_full: typeof ticket_full;
|
|
299
358
|
ticket: typeof ticket;
|
|
359
|
+
tools: typeof tools;
|
|
300
360
|
tree_item: typeof tree_item;
|
|
301
361
|
undo: typeof undo;
|
|
362
|
+
update_circle: typeof update_circle;
|
|
363
|
+
update: typeof update;
|
|
302
364
|
upload: typeof upload;
|
|
303
365
|
wallet: typeof wallet;
|
|
304
366
|
warehouse: typeof warehouse;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IconBaseProps } from '../Icon';
|
|
2
|
-
export default function
|
|
2
|
+
export default function IconCalculator(props: IconBaseProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @deprecated Please use the CSS variables instead
|
|
3
|
+
*/
|
|
1
4
|
export declare const tokens: {
|
|
2
5
|
color: {
|
|
3
6
|
content: {
|
|
@@ -10,6 +13,7 @@ export declare const tokens: {
|
|
|
10
13
|
primary: string;
|
|
11
14
|
primaryReversed: string;
|
|
12
15
|
secondary: string;
|
|
16
|
+
secondaryLight: string;
|
|
13
17
|
tertiary: string;
|
|
14
18
|
stroke: string;
|
|
15
19
|
};
|
|
@@ -142,4 +146,12 @@ export declare const tokens: {
|
|
|
142
146
|
sm: string;
|
|
143
147
|
};
|
|
144
148
|
};
|
|
149
|
+
shadow: {
|
|
150
|
+
light: string;
|
|
151
|
+
"light-inverted": string;
|
|
152
|
+
medium: string;
|
|
153
|
+
"medium-inverted": string;
|
|
154
|
+
strong: string;
|
|
155
|
+
"strong-inverted": string;
|
|
156
|
+
};
|
|
145
157
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,:after,:before{box-sizing:border-box}.design-system-icon{display:inline-block;width:1em}@font-face{font-family:EDF2020;font-style:normal;font-weight:400;src:url(/ds-fonts/EDF2020.woff2) format("woff2")}@font-face{font-family:EDF2020;font-style:normal;font-weight:700;src:url(/ds-fonts/EDF2020Bold.woff2) format("woff2")}body{font-family:EDF2020,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--color-content-action-action: #
|
|
1
|
+
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,:after,:before{box-sizing:border-box}.design-system-icon{display:inline-block;width:1em}@font-face{font-family:EDF2020;font-style:normal;font-weight:400;src:url(/ds-fonts/EDF2020.woff2) format("woff2")}@font-face{font-family:EDF2020;font-style:normal;font-weight:700;src:url(/ds-fonts/EDF2020Bold.woff2) format("woff2")}body{font-family:EDF2020,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--color-content-action-action: #1844ff;--color-content-action-action-darker: #0626ac;--color-content-action-action-lighter: #f1f7ff;--color-content-neutral-primary: #001a70;--color-content-neutral-primary-reversed: #ffffff;--color-content-neutral-secondary: #454545;--color-content-neutral-secondary-light: #666666;--color-content-neutral-tertiary: #b0b0b0;--color-content-neutral-stroke: #e7e7e7;--color-content-brand-brand-1: #001a70;--color-content-brand-brand-2: #3f6eff;--color-content-brand-brand-3: #769fff;--color-content-brand-brand-4: #326a21;--color-content-brand-brand-5: #4f9e30;--color-content-brand-brand-6: #76c853;--color-content-brand-brand-7: #c62608;--color-content-brand-brand-8: #fe5716;--color-content-brand-brand-9: #ff7838;--color-content-message-informative: #009fd4;--color-content-message-informative-darker: #007fab;--color-content-message-informative-darkest: #065874;--color-content-message-informative-lighter: #effbff;--color-content-message-negative: #ed1515;--color-content-message-negative-darker: #c80d0d;--color-content-message-negative-darkest: #881414;--color-content-message-negative-lighter: #fff1f1;--color-content-message-positive: #11ab51;--color-content-message-positive-darker: #0c6f2d;--color-content-message-positive-darkest: #0d2e17;--color-content-message-positive-lighter: #e3ffed;--color-content-message-warning: #e27500;--color-content-message-warning-darker: #bb5002;--color-content-message-warning-darkest: #7c330b;--color-content-message-warning-lighter: #fffcea;--color-content-dataviz-orange-1: #fff5ed;--color-content-dataviz-orange-2: #ffcca8;--color-content-dataviz-orange-3: #fe5716;--color-content-dataviz-orange-4: #9d210f;--color-content-dataviz-brown-1: #fffcea;--color-content-dataviz-brown-2: #ffe785;--color-content-dataviz-brown-3: #ff9d00;--color-content-dataviz-brown-4: #983d08;--color-content-dataviz-azure-1: #f1f7ff;--color-content-dataviz-azure-2: #cee1ff;--color-content-dataviz-azure-3: #3f6eff;--color-content-dataviz-azure-4: #052dd2;--color-content-dataviz-ocean-1: #effbff;--color-content-dataviz-ocean-2: #b6efff;--color-content-dataviz-ocean-3: #009fd4;--color-content-dataviz-ocean-4: #006b8d;--color-content-dataviz-purple-1: #f9f5ff;--color-content-dataviz-purple-2: #e4d4ff;--color-content-dataviz-purple-3: #9351fb;--color-content-dataviz-purple-4: #5a1eab;--color-content-dataviz-pink-1: #ffedf8;--color-content-dataviz-pink-2: #ffc2e8;--color-content-dataviz-pink-3: #ee53b5;--color-content-dataviz-pink-4: #a11672;--color-content-dataviz-negative-1: #fff1f1;--color-content-dataviz-negative-2: #ffc5c5;--color-content-dataviz-negative-3: #ed1515;--color-content-dataviz-negative-4: #a50f0f;--color-content-dataviz-positive-1: #e3ffed;--color-content-dataviz-positive-2: #a4f2c2;--color-content-dataviz-positive-3: #11ab51;--color-content-dataviz-positive-4: #0c6f2d;--color-content-dataviz-neutral-1: #f6f6f6;--color-content-dataviz-neutral-2: #d1d1d1;--color-content-dataviz-neutral-3: #888888;--color-content-dataviz-neutral-4: #454545;--color-background-neutral-overground: #ffffff;--color-background-neutral-ground: #ffffff;--color-background-neutral-ground-reversed: #0e275d;--color-background-neutral-underground-1: #f6f6f6;--color-background-neutral-underground-2: #e7e7e7;--color-background-highlight-focus: #009fd4;--color-background-highlight-focus-reversed: #ffffff;--spacing-xxs: 4px;--spacing-xs: 8px;--spacing-sm: 16px;--spacing-md: 24px;--spacing-lg: 32px;--spacing-xl: 48px;--spacing-xxl: 80px;--radius-minimal: 2px;--radius-rounded: 4px;--radius-full: 8px;--stroke-default: 1px;--stroke-doubled: 2px;--text-font-size-3xl: 40px;--text-font-size-2xl: 32px;--text-font-size-xl: 24px;--text-font-size-lg: 20px;--text-font-size-md: 16px;--text-font-size-sm: 14px;--text-font-size-xs: 12px;--text-line-height-3xl: 56px;--text-line-height-2xl: 40px;--text-line-height-xl: 32px;--text-line-height-lg: 28px;--text-line-height-md: 24px;--text-line-height-sm: 20px;--text-line-height-xs: 16px;--shadow-light: 0 1px 4px 0 rgba(38, 38, 38, .12);--shadow-light-inverted: 0 -1px 4px 0 rgba(38, 38, 38, .12);--shadow-medium: 0 2px 6px 0 rgba(38, 38, 38, .16);--shadow-medium-inverted: 0 -2px 6px 0 rgba(38, 38, 38, .16);--shadow-strong: 0 4px 12px 0 rgba(38, 38, 38, .16);--shadow-strong-inverted: 0 -4px 12px 0 rgba(38, 38, 38, .16);--z-index-base: 1;--z-index-dropdown: 10;--z-index-sticky: 20;--z-index-fixed: 30;--z-index-modal-backdrop: 40;--z-index-off-canvas: 50;--z-index-modal: 60;--z-index-popover: 70;--z-index-tooltip: 80}
|
package/package.json
CHANGED