@spesia/ui 1.10.0 → 1.10.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.
@@ -1,15 +1,13 @@
1
1
  import { ComponentStyles } from '..';
2
2
  declare const alertStyles: ComponentStyles;
3
3
  declare module "@mui/material/Alert" {
4
- interface AlertPropsSeverityOverrides {
5
- neutral: true;
6
- }
7
4
  interface AlertPropsVariantOverrides {
8
- dark: true;
5
+ noBorder: true;
9
6
  }
10
7
  interface AlertPropsColorOverrides {
11
- neutral: true;
12
8
  primary: true;
9
+ secondary: true;
10
+ neutral: true;
13
11
  }
14
12
  }
15
13
  export { alertStyles };
@@ -1,70 +1,91 @@
1
- import { colors as r } from "../colors.js";
2
- const n = {
1
+ const A = {
3
2
  MuiAlert: {
4
3
  styleOverrides: {
5
4
  root: (t) => {
6
- if (!t.ownerState.severity)
7
- return;
8
- const e = t.theme.palette[t.ownerState.severity];
9
- if (e)
10
- return {
11
- borderRadius: t.theme.spacing(2),
12
- borderColor: e.main,
13
- "&.MuiAlert-filled": {
14
- color: e.contrastText,
15
- background: e.main,
16
- ".MuiAlert-icon > svg path": {
17
- fill: e.contrastText
18
- }
19
- },
20
- "&.MuiAlert-dark": {
21
- color: e.contrastTextAlt,
22
- background: e.dark,
23
- ".MuiAlert-icon > svg path": {
24
- fill: e.contrastTextAlt
5
+ var l, a, i, n, c, u, m, d, s, h, M, v, x;
6
+ const r = t.ownerState.color || t.ownerState.severity, o = {
7
+ borderRadius: t.theme.spacing(2),
8
+ borderColor: (l = t.theme.vars) == null ? void 0 : l.palette.border.tertiary,
9
+ borderWidth: 1,
10
+ borderStyle: "solid",
11
+ ".MuiAlert-message": {
12
+ fontWeight: 400
13
+ },
14
+ "&.MuiAlert-noBorder": {
15
+ border: "none !important"
16
+ },
17
+ ".MuiAlert-icon": {
18
+ color: (a = t.theme.vars) == null ? void 0 : a.palette.text.primary
19
+ },
20
+ ".MuiAlert-icon > .MuiSvgIcon-root path": {
21
+ fill: (i = t.theme.vars) == null ? void 0 : i.palette.text.primary
22
+ }
23
+ };
24
+ if (r) {
25
+ const e = (n = t.theme.vars) == null ? void 0 : n.palette[r];
26
+ if (e)
27
+ return {
28
+ ...o,
29
+ color: (c = t.theme.vars) == null ? void 0 : c.palette.text.grey,
30
+ ".MuiAlertTitle-root": {
31
+ color: e.main
32
+ },
33
+ ".MuiAlert-icon": {
34
+ color: e.main
35
+ },
36
+ ".MuiAlert-icon > .MuiSvgIcon-root path": {
37
+ fill: e.main
38
+ },
39
+ "&.MuiAlert-standard": {
40
+ background: e.transparent
41
+ },
42
+ "&.MuiAlert-filled": {
43
+ color: e.contrastText,
44
+ background: e.main,
45
+ ".MuiAlertTitle-root": {
46
+ color: e.contrastText
47
+ },
48
+ ".MuiAlert-icon > .MuiSvgIcon-root path": {
49
+ fill: e.contrastText
50
+ }
25
51
  }
52
+ };
53
+ }
54
+ return {
55
+ ...o,
56
+ color: (u = t.theme.vars) == null ? void 0 : u.palette.text.grey,
57
+ ".MuiAlertTitle-root": {
58
+ color: (m = t.theme.vars) == null ? void 0 : m.palette.text.primary
59
+ },
60
+ ".MuiAlert-icon": {
61
+ color: (d = t.theme.vars) == null ? void 0 : d.palette.text.primary
62
+ },
63
+ ".MuiAlert-icon > .MuiSvgIcon-root path": {
64
+ fill: (s = t.theme.vars) == null ? void 0 : s.palette.text.primary
65
+ },
66
+ "&.MuiAlert-filled": {
67
+ color: (h = t.theme.vars) == null ? void 0 : h.palette.text.contrastText,
68
+ background: (M = t.theme.vars) == null ? void 0 : M.palette.text.primary,
69
+ ".MuiAlert-icon > .MuiSvgIcon-root path": {
70
+ fill: (v = t.theme.vars) == null ? void 0 : v.palette.text.contrastText
26
71
  },
27
72
  ".MuiAlertTitle-root": {
28
- fontWeight: "bold",
29
- fontSize: 14
30
- },
31
- ".MuiAlert-message": {
32
- fontWeight: 400
33
- }
34
- };
35
- },
36
- standard: (t) => {
37
- if (!t.ownerState.severity)
38
- return {
39
- color: t.theme.palette.mode === "light" ? r.secondary.grey[70] : r.secondary.grey[20],
40
- background: t.theme.palette.mode === "light" ? r.secondary.grey[20] : r.secondary.grey[70]
41
- };
42
- const e = t.theme.palette[t.ownerState.severity];
43
- if (e)
44
- return {
45
- color: t.theme.palette.mode === "light" ? r.secondary.grey[70] : r.secondary.grey[20],
46
- background: e.transparent,
47
- ".MuiAlert-icon": {
48
- color: e.main
49
- },
50
- ".MuiAlert-icon > svg path": {
51
- fill: e.main
73
+ color: (x = t.theme.vars) == null ? void 0 : x.palette.text.contrastText
52
74
  }
53
- };
75
+ }
76
+ };
54
77
  },
55
78
  outlined: (t) => {
56
- if (!t.ownerState.severity)
57
- return;
58
- const e = t.theme.palette[t.ownerState.severity];
59
- if (e)
60
- return {
61
- border: "1px solid",
62
- borderColor: e.main
63
- };
79
+ var r;
80
+ return {
81
+ border: "1px solid",
82
+ borderColor: (r = t.theme.vars) == null ? void 0 : r.palette.border.tertiary,
83
+ background: "transparent"
84
+ };
64
85
  }
65
86
  }
66
87
  }
67
88
  };
68
89
  export {
69
- n as alertStyles
90
+ A as alertStyles
70
91
  };
@@ -110,6 +110,56 @@ export declare const colors: {
110
110
  90: string;
111
111
  };
112
112
  };
113
+ semantic: {
114
+ error: {
115
+ 10: string;
116
+ 20: string;
117
+ 30: string;
118
+ 40: string;
119
+ 50: string;
120
+ 60: string;
121
+ 70: string;
122
+ 80: string;
123
+ 90: string;
124
+ 100: string;
125
+ };
126
+ warning: {
127
+ 10: string;
128
+ 20: string;
129
+ 30: string;
130
+ 40: string;
131
+ 50: string;
132
+ 60: string;
133
+ 70: string;
134
+ 80: string;
135
+ 90: string;
136
+ 100: string;
137
+ };
138
+ success: {
139
+ 10: string;
140
+ 20: string;
141
+ 30: string;
142
+ 40: string;
143
+ 50: string;
144
+ 60: string;
145
+ 70: string;
146
+ 80: string;
147
+ 90: string;
148
+ 100: string;
149
+ };
150
+ info: {
151
+ 10: string;
152
+ 20: string;
153
+ 30: string;
154
+ 40: string;
155
+ 50: string;
156
+ 60: string;
157
+ 70: string;
158
+ 80: string;
159
+ 90: string;
160
+ 100: string;
161
+ };
162
+ };
113
163
  neutral: {
114
164
  white: string;
115
165
  black: string;
@@ -225,10 +275,18 @@ export declare const tokens: {
225
275
  light: string;
226
276
  dark: string;
227
277
  };
278
+ light: {
279
+ light: string;
280
+ dark: string;
281
+ };
228
282
  disabled: {
229
283
  light: string;
230
284
  dark: string;
231
285
  };
286
+ grey: {
287
+ light: string;
288
+ dark: string;
289
+ };
232
290
  };
233
291
  icon: {
234
292
  primary: {
@@ -243,6 +301,10 @@ export declare const tokens: {
243
301
  light: string;
244
302
  dark: string;
245
303
  };
304
+ light: {
305
+ light: string;
306
+ dark: string;
307
+ };
246
308
  disabled: {
247
309
  light: string;
248
310
  dark: string;
@@ -320,18 +382,15 @@ export declare const tokens: {
320
382
  axis: string;
321
383
  grid: string;
322
384
  ticks: string;
323
- timeSeries: {
324
- fill: string[];
325
- stroke: string[];
326
- text: string[];
327
- };
328
- groupedSeries: {
385
+ series: {
329
386
  primary: {
387
+ main: string;
330
388
  fill: string[];
331
389
  stroke: string[];
332
390
  text: string[];
333
391
  };
334
392
  secondary: {
393
+ main: string;
335
394
  fill: string[];
336
395
  stroke: string[];
337
396
  text: string[];
@@ -1,4 +1,4 @@
1
- import { alpha as a } from "@mui/material";
1
+ import { alpha as a, lighten as i } from "@mui/material";
2
2
  const r = {
3
3
  primary: {
4
4
  brown: {
@@ -111,6 +111,56 @@ const r = {
111
111
  90: a("#a25945", 0.9)
112
112
  }
113
113
  },
114
+ semantic: {
115
+ error: {
116
+ 10: "#FFEBEE",
117
+ 20: "#FFCDD2",
118
+ 30: "#EF9A9A",
119
+ 40: "#EF5350",
120
+ 50: "#E53935",
121
+ 60: "#D32F2F",
122
+ 70: "#B71C1C",
123
+ 80: "#7F0000",
124
+ 90: "#4A0000",
125
+ 100: "#1D0000"
126
+ },
127
+ warning: {
128
+ 10: "#FFF3E0",
129
+ 20: "#FFE0B2",
130
+ 30: "#FFCC80",
131
+ 40: "#FFA726",
132
+ 50: "#FF9800",
133
+ 60: "#FB8C00",
134
+ 70: "#F57C00",
135
+ 80: "#E65100",
136
+ 90: "#B23A00",
137
+ 100: "#7F2700"
138
+ },
139
+ success: {
140
+ 10: "#E8F5E9",
141
+ 20: "#C8E6C9",
142
+ 30: "#A5D6A7",
143
+ 40: "#66BB6A",
144
+ 50: "#4CAF50",
145
+ 60: "#43A047",
146
+ 70: "#388E3C",
147
+ 80: "#1B5E20",
148
+ 90: "#0D3B10",
149
+ 100: "#06210B"
150
+ },
151
+ info: {
152
+ 10: "#E3F2FD",
153
+ 20: "#BBDEFB",
154
+ 30: "#90CAF9",
155
+ 40: "#42A5F5",
156
+ 50: "#2196F3",
157
+ 60: "#1E88E5",
158
+ 70: "#1976D2",
159
+ 80: "#0D47A1",
160
+ 90: "#082C6B",
161
+ 100: "#041639"
162
+ }
163
+ },
114
164
  neutral: {
115
165
  white: "#ffffff",
116
166
  black: "#000000",
@@ -137,7 +187,7 @@ const r = {
137
187
  90: a("#1D1C19", 0.9)
138
188
  }
139
189
  }
140
- }, e = {
190
+ }, F = {
141
191
  fontFamily: {
142
192
  serif: "'Feature Deck Web', serif",
143
193
  sans: "'F37 August', sans-serif",
@@ -161,7 +211,7 @@ const r = {
161
211
  200: 1.33,
162
212
  300: 2
163
213
  }
164
- }, l = {
214
+ }, o = {
165
215
  core: {
166
216
  white: {
167
217
  light: r.neutral.white,
@@ -224,9 +274,17 @@ const r = {
224
274
  light: r.primary.coral[100],
225
275
  dark: r.primary.coral[20]
226
276
  },
277
+ light: {
278
+ light: r.primary.coral[30],
279
+ dark: r.primary.brown[80]
280
+ },
227
281
  disabled: {
228
282
  light: r.neutral.alphaBlack[30],
229
283
  dark: r.neutral.alphaWhite[30]
284
+ },
285
+ grey: {
286
+ light: r.secondary.grey[60],
287
+ dark: r.secondary.grey[50]
230
288
  }
231
289
  },
232
290
  icon: {
@@ -242,6 +300,10 @@ const r = {
242
300
  light: r.primary.coral[100],
243
301
  dark: r.primary.coral[20]
244
302
  },
303
+ light: {
304
+ light: r.primary.coral[30],
305
+ dark: r.primary.brown[80]
306
+ },
245
307
  disabled: {
246
308
  light: r.neutral.alphaBlack[30],
247
309
  dark: r.neutral.alphaWhite[30]
@@ -296,7 +358,7 @@ const r = {
296
358
  border: {
297
359
  primary: {
298
360
  light: r.primary.coral[50],
299
- dark: r.primary.coral[70]
361
+ dark: r.primary.brown[80]
300
362
  },
301
363
  secondary: {
302
364
  light: r.primary.beige[20],
@@ -319,109 +381,76 @@ const r = {
319
381
  axis: r.secondary.grey[20],
320
382
  grid: r.secondary.grey[20],
321
383
  ticks: "#6B7280",
322
- timeSeries: {
323
- fill: [
324
- r.secondary.olive[20],
325
- "#FCA08A",
326
- "#FCAC99",
327
- "#FDB8A7",
328
- "#FDC4B6",
329
- "#FDCFC5",
330
- "#FEDBD3",
331
- "#FEE7E2",
332
- "#FFF3F0"
333
- ],
334
- stroke: [
335
- r.secondary.olive[50],
336
- "#BF6951",
337
- "#DE785C",
338
- "#FCA08A",
339
- "#FCAC99",
340
- "#FDB8A7",
341
- "#FDC4B6",
342
- "#FDCFC5",
343
- "#FEDBD3"
344
- ],
345
- text: [
346
- r.secondary.olive[10],
347
- "#6A3C30",
348
- "#854B3A",
349
- "#A25945",
350
- "#BF6951",
351
- "#DE785C",
352
- "#FCA08A",
353
- "#FCAC99",
354
- "#FDB8A7"
355
- ]
356
- },
357
- groupedSeries: {
384
+ series: {
358
385
  primary: {
386
+ main: r.primary.coral[100],
359
387
  fill: [
360
- r.primary.beige[10],
361
- r.primary.beige[60],
362
- "#BEE2C2",
363
- "#E9F5EA",
364
- "#D6F5C2",
365
- "#A7BF98",
366
- "#7A8B70",
367
- "#515B4A",
368
- "#222E22"
388
+ r.secondary.olive[20],
389
+ i("#6E5A95", 0.2),
390
+ i("#4F6F88", 0.2),
391
+ i("#7C8856", 0.2),
392
+ i("#DFA827", 0.2),
393
+ i("#D28A5E", 0.2),
394
+ i("#6E747A", 0.2),
395
+ i("#FCAC99", 0.2),
396
+ i("#AC5945", 0.2)
369
397
  ],
370
398
  stroke: [
371
- r.primary.beige[30],
372
- r.primary.beige[70],
373
- "#21A64D",
374
- "#63BA73",
375
- "#92CE9A",
376
- "#BEE2C2",
377
- "#E9F5EA",
378
- "#D6F5C2",
379
- "#A7BF98"
399
+ r.secondary.olive[50],
400
+ "#6E5A95",
401
+ "#4F6F88",
402
+ "#7C8856",
403
+ "#DFA827",
404
+ "#D28A5E",
405
+ "#6E747A",
406
+ "#FCAC99",
407
+ "#AC5945"
380
408
  ],
381
409
  text: [
382
- r.primary.beige[40],
383
- r.primary.beige[80],
384
- "#227F2D",
385
- "#21A64D",
386
- "#63BA73",
387
- "#92CE9A",
388
- "#BEE2C2",
389
- "#E9F5EA",
390
- "#D6F5C2"
410
+ r.secondary.olive[50],
411
+ "#6E5A95",
412
+ "#4F6F88",
413
+ "#7C8856",
414
+ "#DFA827",
415
+ "#D28A5E",
416
+ "#6E747A",
417
+ "#FCAC99",
418
+ "#AC5945"
391
419
  ]
392
420
  },
393
421
  secondary: {
422
+ main: r.primary.coral[30],
394
423
  fill: [
395
424
  "#FB886D",
425
+ "#FEE7E2",
396
426
  "#FCA08A",
427
+ "#FEDBD3",
397
428
  "#FCAC99",
429
+ "#FDCFC5",
398
430
  "#FDB8A7",
399
431
  "#FDC4B6",
400
- "#FDCFC5",
401
- "#FEDBD3",
402
- "#FEE7E2",
403
432
  "#FFF3F0"
404
433
  ],
405
434
  stroke: [
406
435
  "#A25945",
436
+ "#FDCFC5",
407
437
  "#BF6951",
438
+ "#FDC4B6",
408
439
  "#DE785C",
440
+ "#FDB8A7",
409
441
  "#FCA08A",
410
442
  "#FCAC99",
411
- "#FDB8A7",
412
- "#FDC4B6",
413
- "#FDCFC5",
414
443
  "#FEDBD3"
415
444
  ],
416
445
  text: [
417
446
  "#4F2F25",
447
+ "#FCAC99",
418
448
  "#6A3C30",
449
+ "#FCA08A",
419
450
  "#854B3A",
451
+ "#DE785C",
420
452
  "#A25945",
421
453
  "#BF6951",
422
- "#DE785C",
423
- "#FCA08A",
424
- "#FCAC99",
425
454
  "#FDB8A7"
426
455
  ]
427
456
  }
@@ -430,6 +459,6 @@ const r = {
430
459
  };
431
460
  export {
432
461
  r as colors,
433
- e as primitives,
434
- l as tokens
462
+ F as primitives,
463
+ o as tokens
435
464
  };
@@ -8,14 +8,15 @@ import { formStyles as i } from "./form/form.js";
8
8
  import { listStyles as p } from "./list/list.js";
9
9
  import { sliderStyles as a } from "./slider/slider.js";
10
10
  import { inputStyles as y } from "./input/input.js";
11
- import { dialogStyles as S } from "./dialog/dialog.js";
12
- import { checkboxStyles as f } from "./checkbox/checkbox.js";
13
- import { radioStyles as c } from "./radio/radio.js";
14
- import { switchStyles as h } from "./switch/switch.js";
15
- import { tabStyles as d, tabsStyles as g } from "./tab/tab.js";
11
+ import { selectStyles as S } from "./select/select.js";
12
+ import { dialogStyles as f } from "./dialog/dialog.js";
13
+ import { checkboxStyles as c } from "./checkbox/checkbox.js";
14
+ import { radioStyles as h } from "./radio/radio.js";
15
+ import { switchStyles as d } from "./switch/switch.js";
16
+ import { tabStyles as g, tabsStyles as n } from "./tab/tab.js";
16
17
  import { createPalette as t } from "./palette.js";
17
- import { typography as n, typographyStyles as b } from "./typography.js";
18
- const G = o({
18
+ import { typography as b, typographyStyles as k } from "./typography.js";
19
+ const I = o({
19
20
  cssVariables: {
20
21
  colorSchemeSelector: "data"
21
22
  },
@@ -28,14 +29,15 @@ const G = o({
28
29
  ...s,
29
30
  ...p,
30
31
  ...y,
31
- ...S,
32
+ ...f,
32
33
  ...a,
34
+ ...n,
33
35
  ...g,
34
- ...d,
35
- ...b,
36
- ...f,
36
+ ...S,
37
+ ...k,
37
38
  ...c,
38
- ...h
39
+ ...h,
40
+ ...d
39
41
  },
40
42
  breakpoints: {
41
43
  values: {
@@ -55,8 +57,8 @@ const G = o({
55
57
  }
56
58
  },
57
59
  spacing: 4,
58
- typography: n
60
+ typography: b
59
61
  });
60
62
  export {
61
- G as theme
63
+ I as theme
62
64
  };
@@ -1,20 +1,23 @@
1
- const s = {
1
+ import { tokens as a } from "../colors.js";
2
+ const d = {
2
3
  MuiList: {
3
4
  styleOverrides: {
4
- root: ({ theme: o }) => {
5
- var r, t, i;
5
+ root: ({ theme: r }) => {
6
+ var o, i, t;
6
7
  return {
8
+ padding: r.spacing(1),
9
+ margin: r.spacing(0.5),
7
10
  "&.RadioList": {
8
11
  ".MuiListItem-root": {
9
12
  padding: 0,
10
- borderRadius: o.spacing(3),
11
- marginBottom: o.spacing(1),
12
- border: `1px solid ${(r = o.vars) == null ? void 0 : r.palette.divider}`,
13
+ borderRadius: r.spacing(3),
14
+ marginBottom: r.spacing(1),
15
+ border: `1px solid ${(o = r.vars) == null ? void 0 : o.palette.divider}`,
13
16
  ":hover": {
14
- borderColor: (t = o.vars) == null ? void 0 : t.palette.divider
17
+ borderColor: (i = r.vars) == null ? void 0 : i.palette.divider
15
18
  },
16
19
  ".MuiListItemButton-root": {
17
- borderRadius: o.spacing(3)
20
+ borderRadius: r.spacing(3)
18
21
  }
19
22
  }
20
23
  },
@@ -22,7 +25,7 @@ const s = {
22
25
  ".MuiListItem-root": {
23
26
  padding: 0,
24
27
  ".MuiListItemButton-root": {
25
- borderRadius: o.spacing(3)
28
+ borderRadius: r.spacing(3)
26
29
  }
27
30
  }
28
31
  },
@@ -30,13 +33,37 @@ const s = {
30
33
  backgroundColor: "transparent"
31
34
  },
32
35
  ".MuiListItemIcon-root": {
33
- color: (i = o.vars) == null ? void 0 : i.palette.text.primaryIcon
36
+ color: (t = r.vars) == null ? void 0 : t.palette.text.primaryIcon
34
37
  }
35
38
  };
36
39
  }
37
40
  }
41
+ },
42
+ MuiMenu: {
43
+ styleOverrides: {
44
+ paper: ({ theme: r }) => ({
45
+ borderRadius: r.spacing(2),
46
+ boxShadow: "0px 4px 4px rgba(175, 112, 94, 0.14)",
47
+ background: r.vars.palette.background.default,
48
+ border: `1px solid ${a.content.border.primary.light}`,
49
+ ...r.applyStyles("dark", {
50
+ border: `1px solid ${a.content.border.primary.dark}`
51
+ })
52
+ })
53
+ }
54
+ },
55
+ MuiMenuItem: {
56
+ styleOverrides: {
57
+ root: ({ theme: r }) => ({
58
+ borderRadius: r.spacing(4),
59
+ margin: r.spacing(1),
60
+ minHeight: "auto",
61
+ fontSize: r.typography.buttonSmall.fontSize,
62
+ fontWeight: r.typography.buttonSmall.fontWeight
63
+ })
64
+ }
38
65
  }
39
66
  };
40
67
  export {
41
- s as listStyles
68
+ d as listStyles
42
69
  };
@@ -5,6 +5,7 @@ declare module "@mui/material/styles" {
5
5
  interface BorderPalette {
6
6
  primary: string;
7
7
  secondary: string;
8
+ tertiary: string;
8
9
  }
9
10
  interface Palette {
10
11
  neutral: PaletteColor;
@@ -56,6 +57,7 @@ declare module "@mui/material/styles" {
56
57
  }
57
58
  interface TypeText {
58
59
  tertiary: string;
60
+ grey: string;
59
61
  contrastText: string;
60
62
  primaryIcon: string;
61
63
  secondaryIcon: string;
@@ -1,5 +1,6 @@
1
- import { tokens as t, colors as a } from "./colors.js";
2
- const y = {
1
+ import { alpha as y } from "@mui/material";
2
+ import { tokens as r, colors as a } from "./colors.js";
3
+ const s = {
3
4
  mainShade: 50,
4
5
  lighter: 10,
5
6
  lighterAlt: 20,
@@ -9,9 +10,8 @@ const y = {
9
10
  dark: 100,
10
11
  darkAlt: 80,
11
12
  text: 80,
12
- transparent: 10,
13
13
  activeText: a.neutral.white
14
- }, s = {
14
+ }, u = {
15
15
  mainShade: 40,
16
16
  lighter: 100,
17
17
  lighterAlt: 80,
@@ -21,9 +21,8 @@ const y = {
21
21
  dark: 10,
22
22
  darkAlt: 20,
23
23
  text: 20,
24
- transparent: 90,
25
24
  activeText: a.neutral.black
26
- }, d = {
25
+ }, l = {
27
26
  10: "#FEE7E2",
28
27
  20: "#FEDBD3",
29
28
  30: "#FDCFC5",
@@ -34,115 +33,117 @@ const y = {
34
33
  80: "#6A3C30",
35
34
  90: "#36211B",
36
35
  100: "#180702"
37
- }, k = (r) => {
38
- const n = r === "dark" ? s : y;
36
+ }, k = (t) => {
37
+ const n = t === "dark" ? u : s;
39
38
  return {
40
- mode: r,
41
- primary: e(d, n),
39
+ mode: t,
40
+ primary: e(l, n),
42
41
  secondary: e(a.primary.brown, n),
43
- error: e(a.primary.red, n),
44
- success: e(a.primary.green, n),
42
+ error: e(a.semantic.error, n),
43
+ success: e(a.semantic.success, n),
45
44
  warning: e(
46
- a.primary.yellow,
45
+ a.semantic.warning,
47
46
  n,
48
47
  a.neutral.black,
49
48
  a.neutral.black
50
49
  ),
51
- info: e(a.primary.beige, n),
52
- neutral: r === "dark" ? g(a.secondary.grey) : u(a.secondary.grey),
50
+ info: e(a.semantic.info, n),
51
+ neutral: t === "dark" ? d(a.secondary.grey) : o(a.secondary.grey),
53
52
  grey: {
54
- 50: a.secondary.grey[r === "dark" ? 80 : 20],
55
- 100: a.secondary.grey[r === "dark" ? 70 : 30],
56
- 200: a.secondary.grey[r === "dark" ? 60 : 40],
53
+ 50: a.secondary.grey[t === "dark" ? 80 : 20],
54
+ 100: a.secondary.grey[t === "dark" ? 70 : 30],
55
+ 200: a.secondary.grey[t === "dark" ? 60 : 40],
57
56
  300: a.secondary.grey[50],
58
- 400: a.secondary.grey[r === "dark" ? 40 : 60],
59
- 700: a.secondary.grey[r === "dark" ? 30 : 70],
60
- 900: a.secondary.grey[r === "dark" ? 20 : 80]
57
+ 400: a.secondary.grey[t === "dark" ? 40 : 60],
58
+ 700: a.secondary.grey[t === "dark" ? 30 : 70],
59
+ 900: a.secondary.grey[t === "dark" ? 20 : 80]
61
60
  },
62
61
  text: {
63
- primary: t.content.text.primary[r],
64
- secondary: t.content.text.secondary[r],
65
- tertiary: t.content.text.tertiary[r],
66
- disabled: t.content.text.disabled[r],
67
- contrastText: t.core.white[r],
68
- primaryIcon: t.content.icon.primary[r],
69
- secondaryIcon: t.content.icon.secondary[r],
70
- tertiaryIcon: t.content.icon.tertiary[r]
62
+ primary: r.content.text.primary[t],
63
+ secondary: r.content.text.secondary[t],
64
+ tertiary: r.content.text.tertiary[t],
65
+ grey: r.content.text.grey[t],
66
+ disabled: r.content.text.disabled[t],
67
+ contrastText: r.core.white[t],
68
+ primaryIcon: r.content.icon.primary[t],
69
+ secondaryIcon: r.content.icon.secondary[t],
70
+ tertiaryIcon: r.content.icon.tertiary[t]
71
71
  },
72
72
  background: {
73
- default: t.content.background.primary[r],
74
- paper: t.content.background.primary[r],
75
- secondary: t.content.background.secondary[r],
76
- secondaryPaper: t.content.background.coral[r],
77
- coralBold: t.content.background.coralBold[r],
78
- brownBold: t.content.background.brownBold[r],
79
- alphaBrown: t.content.background.alphaBrown[r],
80
- primaryButton: t.content.background.primaryButton[r],
81
- secondaryButton: t.content.background.secondaryButton[r],
82
- tertiaryButton: t.content.background.tertiaryButton[r],
83
- transparent: t.content.background.transparent[r],
84
- primaryLighter: t.semantic.primary.lighter[r],
85
- primaryLight: t.semantic.primary.light[r],
86
- primaryMain: t.semantic.primary.main[r],
87
- primaryDark: t.semantic.primary.dark[r],
88
- secondaryLighter: t.semantic.secondary.lighter[r],
89
- secondaryLight: t.semantic.secondary.light[r],
90
- secondaryMain: t.semantic.secondary.main[r],
91
- secondaryDark: t.semantic.secondary.dark[r]
73
+ default: r.content.background.primary[t],
74
+ paper: r.content.background.primary[t],
75
+ secondary: r.content.background.secondary[t],
76
+ secondaryPaper: r.content.background.coral[t],
77
+ coralBold: r.content.background.coralBold[t],
78
+ brownBold: r.content.background.brownBold[t],
79
+ alphaBrown: r.content.background.alphaBrown[t],
80
+ primaryButton: r.content.background.primaryButton[t],
81
+ secondaryButton: r.content.background.secondaryButton[t],
82
+ tertiaryButton: r.content.background.tertiaryButton[t],
83
+ transparent: r.content.background.transparent[t],
84
+ primaryLighter: r.semantic.primary.lighter[t],
85
+ primaryLight: r.semantic.primary.light[t],
86
+ primaryMain: r.semantic.primary.main[t],
87
+ primaryDark: r.semantic.primary.dark[t],
88
+ secondaryLighter: r.semantic.secondary.lighter[t],
89
+ secondaryLight: r.semantic.secondary.light[t],
90
+ secondaryMain: r.semantic.secondary.main[t],
91
+ secondaryDark: r.semantic.secondary.dark[t]
92
92
  },
93
- divider: t.content.border.tertiary[r],
93
+ divider: r.content.border.tertiary[t],
94
94
  border: {
95
- primary: t.content.border.primary[r],
96
- secondary: t.content.border.secondary[r]
95
+ primary: r.content.border.primary[t],
96
+ secondary: r.content.border.secondary[t],
97
+ tertiary: r.content.border.tertiary[t]
97
98
  }
98
99
  };
99
100
  };
100
- function e(r, n, i = a.neutral.white, c = i) {
101
+ function e(t, n, i = a.neutral.white, c = i) {
101
102
  return {
102
- lighter: r[n.lighter] ?? r[n.lighterAlt],
103
- light: r[n.light],
104
- main: r[n.mainShade],
105
- hover: r[n.hover],
106
- focus: r[n.focus],
107
- dark: r[n.dark] ?? r[n.darkAlt],
108
- text: r[n.text],
109
- border: r[50],
103
+ lighter: t[n.lighter] ?? t[n.lighterAlt],
104
+ light: t[n.light],
105
+ main: t[n.mainShade],
106
+ hover: t[n.hover],
107
+ focus: t[n.focus],
108
+ dark: t[n.dark] ?? t[n.darkAlt],
109
+ text: t[n.text],
110
+ border: t[50],
110
111
  active: n.activeText,
111
112
  contrastText: i,
112
113
  contrastTextAlt: c,
113
- transparent: r[n.transparent]
114
+ transparent: y(t[n.mainShade], 0.05)
114
115
  };
115
116
  }
116
- function u(r) {
117
+ function o(t) {
117
118
  return {
118
- lighter: r[20],
119
- light: r[30],
120
- main: r[70],
121
- hover: r[80],
122
- focus: r[80],
123
- border: t.content.border.tertiary.light,
119
+ lighter: t[20],
120
+ light: t[30],
121
+ main: t[70],
122
+ hover: t[80],
123
+ focus: t[80],
124
+ border: r.content.border.tertiary.light,
124
125
  active: a.neutral.white,
125
126
  contrastText: a.neutral.white,
126
- text: r[80],
127
+ text: t[80],
127
128
  contrastTextAlt: a.neutral.white,
128
- dark: r[100] ?? r[90] ?? r[80],
129
- transparent: r[10] ?? r[20]
129
+ dark: t[100] ?? t[90] ?? t[80],
130
+ transparent: a.neutral.white
130
131
  };
131
132
  }
132
- function g(r) {
133
+ function d(t) {
133
134
  return {
134
- lighter: r[80],
135
- light: r[70],
136
- main: r[30],
137
- hover: r[20],
138
- focus: r[20],
139
- border: t.content.border.tertiary.light,
135
+ lighter: t[80],
136
+ light: t[70],
137
+ main: t[30],
138
+ hover: t[20],
139
+ focus: t[20],
140
+ border: r.content.border.tertiary.light,
140
141
  active: a.neutral.black,
141
142
  contrastText: a.neutral.black,
142
- text: r[20],
143
+ text: t[20],
143
144
  contrastTextAlt: a.neutral.black,
144
- dark: r[10] ?? r[20],
145
- transparent: r[100]
145
+ dark: t[10] ?? t[20],
146
+ transparent: a.neutral.black
146
147
  };
147
148
  }
148
149
  export {
@@ -0,0 +1,3 @@
1
+ import { ComponentStyles } from '..';
2
+ declare const selectStyles: ComponentStyles;
3
+ export { selectStyles };
@@ -0,0 +1,82 @@
1
+ import { colors as e, tokens as r } from "../colors.js";
2
+ import { KeyboardArrowDown as t } from "@mui/icons-material";
3
+ const l = {
4
+ MuiSelect: {
5
+ defaultProps: {
6
+ IconComponent: t
7
+ },
8
+ styleOverrides: {
9
+ root: ({ theme: o }) => ({
10
+ borderRadius: o.spacing(4),
11
+ background: o.vars.palette.background.default,
12
+ outline: "none",
13
+ border: 0,
14
+ ".MuiOutlinedInput-notchedOutline": {
15
+ boxShadow: "none",
16
+ borderRadius: o.spacing(6),
17
+ border: `1px solid ${r.content.border.secondary.light}`,
18
+ ...o.applyStyles("dark", {
19
+ border: `1px solid ${r.content.border.secondary.dark}`
20
+ })
21
+ },
22
+ "&:hover": {
23
+ ".MuiOutlinedInput-notchedOutline": {
24
+ border: `1px solid ${r.content.border.secondary.light}`,
25
+ ...o.applyStyles("dark", {
26
+ border: `1px solid ${r.content.border.secondary.dark}`
27
+ })
28
+ }
29
+ },
30
+ "&.Mui-focused": {
31
+ borderRadius: o.spacing(6),
32
+ ".MuiOutlinedInput-notchedOutline": {
33
+ border: `3px solid ${r.content.border.secondary.light}`,
34
+ ...o.applyStyles("dark", {
35
+ border: `3px solid ${r.content.border.secondary.dark}`
36
+ })
37
+ },
38
+ "&.MuiInputBase-colorPrimary": {
39
+ ".MuiOutlinedInput-notchedOutline": {
40
+ border: `3px solid ${r.content.border.secondary.light}`,
41
+ ...o.applyStyles("dark", {
42
+ border: `3px solid ${r.content.border.secondary.dark}`
43
+ })
44
+ },
45
+ "&.Mui-error": {
46
+ ".MuiOutlinedInput-notchedOutline": {
47
+ border: `3px solid ${e.primary.red[40]}`
48
+ }
49
+ }
50
+ },
51
+ "&.MuiInputBase-colorSuccess": {
52
+ ".MuiOutlinedInput-notchedOutline": {
53
+ border: `3px solid ${e.primary.green[40]}`
54
+ }
55
+ }
56
+ }
57
+ }),
58
+ select: ({ theme: o }) => {
59
+ var n;
60
+ return {
61
+ color: (n = o.vars) == null ? void 0 : n.palette.text.secondary,
62
+ fontSize: o.typography.buttonSmall.fontSize,
63
+ fontWeight: o.typography.buttonSmall.fontWeight,
64
+ padding: o.spacing(2, 10, 2, 4),
65
+ "&.MuiInputBase-inputSizeSmall": {
66
+ padding: o.spacing(1, 10, 1, 4)
67
+ }
68
+ };
69
+ },
70
+ icon: ({ theme: o }) => {
71
+ var n;
72
+ return {
73
+ color: (n = o.vars) == null ? void 0 : n.palette.text.primaryIcon,
74
+ fontSize: 18
75
+ };
76
+ }
77
+ }
78
+ }
79
+ };
80
+ export {
81
+ l as selectStyles
82
+ };
@@ -1,9 +1,9 @@
1
- import { colors as a } from "../colors.js";
2
- const e = {
1
+ import { colors as e } from "../colors.js";
2
+ const s = {
3
3
  MuiTab: {
4
4
  styleOverrides: {
5
5
  root: ({ theme: t }) => {
6
- var o, r;
6
+ var a, r, o, i;
7
7
  return {
8
8
  color: t.vars.palette.text.primary,
9
9
  borderRadius: 0,
@@ -45,24 +45,48 @@ const e = {
45
45
  borderRadius: t.spacing(2),
46
46
  opacity: 1,
47
47
  "&.Mui-selected": {
48
- background: (o = t.vars) == null ? void 0 : o.palette.background.brownBold,
48
+ background: (a = t.vars) == null ? void 0 : a.palette.background.brownBold,
49
49
  color: (r = t.vars) == null ? void 0 : r.palette.text.contrastText
50
50
  }
51
+ },
52
+ ".MuiTabs-rounded &": {
53
+ color: t.vars.palette.text.secondary,
54
+ padding: "0 28px",
55
+ minHeight: 35,
56
+ fontSize: 14,
57
+ display: "flex",
58
+ alignItems: "center",
59
+ justifyContent: "center",
60
+ position: "relative",
61
+ zIndex: 1,
62
+ margin: 8,
63
+ borderRadius: t.spacing(8),
64
+ opacity: 1,
65
+ "&.Mui-selected": {
66
+ color: (o = t.vars) == null ? void 0 : o.palette.background.brownBold,
67
+ background: (i = t.vars) == null ? void 0 : i.palette.text.contrastText
68
+ }
51
69
  }
52
70
  };
53
71
  }
54
72
  }
55
73
  }
56
- }, n = {
74
+ }, d = {
57
75
  MuiTabs: {
58
76
  styleOverrides: {
59
77
  root: () => ({}),
78
+ scroller: () => ({
79
+ ".MuiTabs-rounded &": {
80
+ display: "flex",
81
+ width: "auto"
82
+ }
83
+ }),
60
84
  list: ({ theme: t }) => {
61
- var o, r;
85
+ var a, r, o;
62
86
  return {
63
87
  counterReset: "MuiTab-root",
64
88
  ".MuiTabs-buttons &": {
65
- backgroundColor: (o = t.vars) == null ? void 0 : o.palette.background.paper,
89
+ backgroundColor: (a = t.vars) == null ? void 0 : a.palette.background.paper,
66
90
  borderRadius: t.spacing(2),
67
91
  border: "1px solid",
68
92
  borderColor: (r = t == null ? void 0 : t.vars) == null ? void 0 : r.palette.border.primary,
@@ -71,11 +95,21 @@ const e = {
71
95
  justifyContent: "flex-start",
72
96
  gap: t.spacing(6),
73
97
  padding: 4
98
+ },
99
+ ".MuiTabs-rounded &": {
100
+ backgroundColor: (o = t.vars) == null ? void 0 : o.palette.background.alphaBrown,
101
+ borderRadius: t.spacing(8),
102
+ border: "0px solid",
103
+ display: "flex",
104
+ alignItems: "center",
105
+ justifyContent: "flex-start",
106
+ gap: 0,
107
+ padding: 0
74
108
  }
75
109
  };
76
110
  },
77
111
  indicator: (t) => ({
78
- backgroundColor: a.primary.beige[10],
112
+ backgroundColor: e.primary.beige[10],
79
113
  height: "5px",
80
114
  top: 0,
81
115
  bottom: "auto",
@@ -88,20 +122,23 @@ const e = {
88
122
  top: 0,
89
123
  bottom: 0,
90
124
  margin: "auto",
91
- width: "28%",
125
+ width: "var(--indicator-width, 100%)",
92
126
  height: "100%",
93
127
  borderRadius: t.theme.spacing(3),
94
- backgroundColor: a.primary.coral[100],
128
+ backgroundColor: e.primary.coral[100],
95
129
  transition: "width 0.3s ease"
96
130
  },
97
131
  ".MuiTabs-buttons &": {
98
132
  display: "none"
133
+ },
134
+ ".MuiTabs-rounded &": {
135
+ display: "none"
99
136
  }
100
137
  })
101
138
  }
102
139
  }
103
140
  };
104
141
  export {
105
- e as tabStyles,
106
- n as tabsStyles
142
+ s as tabStyles,
143
+ d as tabsStyles
107
144
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.10.0",
6
+ "version": "1.10.1",
7
7
  "description": "The Spesia UI toolkit for React",
8
8
  "files": [
9
9
  "dist"
package/dist/logo.svg DELETED
@@ -1,27 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1141.30614295 267.56690745">
3
- <defs>
4
- <style>
5
- .cls-1 {
6
- fill: #2e8898;
7
- }
8
- </style>
9
- </defs>
10
- <g id="Layer_1-2" data-name="Layer 1">
11
- <g>
12
- <g>
13
- <path class="cls-1" d="M31.39714478,122.66193447C31.39714478,60.23646992,78.03020523,8.70349147,138.3606424.99608211,133.22022503.33939701,127.9809798.00000134,122.66207001.00000134,54.91762723.00000134,0,54.91762857,0,122.66193447c0,67.74423746,54.91762723,122.66186469,122.66207001,122.66186469,5.31890979,0,10.55815502-.33939567,15.69857239-.99608077-60.33043717-7.70740936-106.96349762-59.24038781-106.96349762-121.66578392Z"/>
14
- <path class="cls-1" d="M82.97816835,122.66193447c0-62.42546455,46.63306045-113.958443,106.96349762-121.66585236C184.8012486.33939701,179.56200337.00000134,174.24309358.00000134,106.4986508.00000134,51.58102357,54.91762857,51.58102357,122.66193447c0,67.74423746,54.91762723,122.66186469,122.66207001,122.66186469,5.31890979,0,10.55815502-.33939567,15.69857239-.99608077-60.33043717-7.70740936-106.96349762-59.24038781-106.96349762-121.66578392Z"/>
15
- <circle class="cls-1" cx="225.82401894" cy="122.66190085" r="122.66190085"/>
16
- </g>
17
- <g>
18
- <path class="cls-1" d="M442.7963609,202.09475808c-8.74807894-3.82401055-15.61782784-9.25245919-20.61373673-16.27935921-5.00039893-7.02690002-7.49536002-15.22569838-7.49536002-24.59639508h28.57755675c.62261777,7.0283967,3.39596084,12.80706783,8.31553919,17.33451672,4.91957835,4.53193893,11.82973754,6.79341836,20.73047756,6.79341836,9.21204891,0,16.39759672-2.22555918,21.55065673-6.67667753,5.15306001-4.44962167,7.73033836-10.1893792,7.73033836-17.21627921,0-5.4643689-1.60294141-9.91548725-4.80283752-13.35185837-3.20139279-3.43337777-7.18405114-6.08998002-11.94647837-7.9653167-4.76542059-1.87384-11.35978086-3.9003411-19.79355756-6.08998002-10.62191894-2.81076001-19.24876701-5.65893695-25.88353757-8.54902085-6.63926059-2.88858723-12.29819754-7.37861919-16.98279755-13.47009588-4.68460001-6.08998002-7.02690002-14.2079578-7.02690002-24.36141674,0-9.36920002,2.34230001-17.56799838,7.02690002-24.5948984,4.68460001-7.0283967,11.24304003-12.41493837,19.67681673-16.16411506,8.43228002-3.74768001,18.19061615-5.62152001,29.27949841-5.62152001,15.7719856,0,28.69579426,3.94524142,38.76843262,11.82973754,10.07263836,7.88748948,15.65374809,18.70247979,16.74781921,32.44347427h-29.51447675c-.46846-5.9328289-3.27922001-11.00955837-8.43228002-15.22719506-5.15306001-4.21614001-11.94647837-6.32346168-20.38025507-6.32346168-7.65251114,0-13.90113895,1.95466058-18.73840005,5.85500168-4.84324781,3.90632781-7.26187836,9.52784782-7.26187836,16.86605672,0,5.00039893,1.52212083,9.09979811,4.56785918,12.29819754,3.04424167,3.20288947,6.91015919,5.73826085,11.5947592,7.61359753,4.68460001,1.87384,11.08588891,3.90483113,19.20835673,6.08998002,10.77458003,2.96791113,19.55857922,5.93582225,26.35199758,8.90074002,6.79341836,2.96791113,12.56909613,7.53577031,17.33451672,13.70357754,4.76093056,6.17080059,7.14364085,14.40551921,7.14364085,24.71313591,0,8.27812226-2.2240625,16.08628784-6.67518085,23.42449674-4.45111835,7.34120226-10.93322782,13.23511754-19.44183839,17.68473921-8.51459727,4.45111835-18.54682535,6.67667753-30.10117426,6.67667753-10.93322782,0-20.77088785-1.91125694-29.51447675-5.73975752Z"/>
19
- <path class="cls-1" d="M595.99026468,81.10785355c7.8066689-4.05898889,16.63107838-6.08998002,26.46873841-6.08998002,11.24453671,0,21.51024645,2.77334307,30.80311593,8.31553919,9.28987613,5.54518947,16.59216477,13.31444144,21.9023759,23.30775591,5.30721778,9.99481114,7.96382002,21.47282951,7.96382002,34.43255843,0,12.96421895-2.65660224,24.56047482-7.96382002,34.78577427-5.31021113,10.22978948-12.61249978,18.19510618-21.9023759,23.89295674-9.29286948,5.70234059-19.55857922,8.55051753-30.80311593,8.55051753-9.83766003,0-18.58573896-1.99058084-26.23525674-5.97323918-7.65251114-3.98265835-13.90113895-8.93815696-18.73989673-14.87547588v80.11264692h-26.70371675V77.1251952h26.70371675v18.97487506c4.52744889-5.93432557,10.69525613-10.93023447,18.50641506-14.99221672ZM650.45135901,118.00094949c-3.67134947-6.47761944-8.5131006-11.39719779-14.52226004-14.75723838-6.01364947-3.35555055-12.45534866-5.03631918-19.32509756-5.03631918-6.71708781,0-13.08245646,1.72117892-19.0916159,5.15306001-6.01364947,3.4378678-10.8554006,8.4337767-14.52375671,14.99221672-3.66985279,6.55844002-5.50477918,14.28877838-5.50477918,23.19101508,0,8.90074002,1.83492639,16.67148867,5.50477918,23.30625923,3.66835611,6.63926059,8.51010724,11.67557977,14.52375671,15.10895755,6.00915944,3.43637113,12.37452808,5.15306001,19.0916159,5.15306001,6.8697489,0,13.31144809-1.7556025,19.32509756-5.26980084,6.00915944-3.51419835,10.85091057-8.62684807,14.52226004-15.34393589,3.66835611-6.71259778,5.50477918-14.52226004,5.50477918-23.42449674,0-8.90074002-1.83642307-16.59066809-5.50477918-23.07277757Z"/>
20
- <path class="cls-1" d="M822.26841868,151.61482542h-98.6175653c.77976888,10.3076167,4.60377944,18.58723564,11.47801837,24.82987674,6.8697489,6.24862781,15.3035256,9.3706967,25.29833674,9.3706967,14.3666056,0,24.5155745-6.01065612,30.45139676-18.03645838h28.81253509c-3.90483113,11.86865115-10.97214143,21.58957034-21.19893756,29.16275758-10.22978948,7.57618059-22.92011648,11.36127754-38.06499428,11.36127754-12.33860783,0-23.3870798-2.77034972-33.14541593-8.31553919-9.76132948-5.54219612-17.4153373-13.35185837-22.95603674-23.42449674-5.54518947-10.07263836-8.31553919-21.74522478-8.31553919-35.01925594,0-13.27253447,2.69401918-24.94811425,8.08056085-35.02075261,5.38803835-10.07263836,12.96122559-17.83889698,22.72255507-23.30625923,9.75833613-5.46586557,20.9654559-8.19879836,33.61387593-8.19879836,12.18145671,0,23.03236728,2.65660224,32.5602151,7.96382002,9.52335779,5.31021113,16.94238726,12.76665754,22.2525984,22.3708359,5.30721778,9.60417836,7.9653167,20.65265034,7.9653167,33.14541593,0,4.84175113-.31579891,9.21653894-.93692,13.11688003ZM795.3297236,130.06566537c-.15715112-9.8391567-3.67134947-17.72215615-10.54109837-23.65947508-6.87274225-5.9328289-15.3828495-8.90074002-25.5318184-8.90074002-9.21653894,0-17.10103506,2.92750084-23.65947508,8.78399919-6.55844002,5.85649835-10.46476782,13.78290144-11.71150003,23.77621591h71.44389188Z"/>
21
- <path class="cls-1" d="M864.31307796,202.79819642c-8.0446406-3.66835611-14.40701588-8.66725836-19.0916159-14.99221672s-7.18405114-13.38777863-7.49536002-21.19893756h27.64063675c.46846,5.46885893,3.0816586,10.03671811,7.84707919,13.70357754,4.76242723,3.67134947,10.73566642,5.50477918,17.91971755,5.50477918,7.4968567,0,13.31144809-1.44279694,17.45125755-4.33437752,4.13681611-2.88709055,6.20821752-6.59436027,6.20821752-11.1262992,0-4.83875778-2.30637975-8.43228002-6.91015919-10.77458003-4.60826947-2.34230001-11.91055811-4.91957835-21.9023759-7.73033836-9.68499894-2.65360889-17.56799838-5.23088723-23.65947508-7.73033836-6.08998002-2.49645777-11.35978086-6.32495835-15.81089921-11.47801837s-6.67518085-11.94647837-6.67518085-20.37875839c0-6.8697489,2.02650109-13.15429697,6.08998002-18.85663756,4.05898889-5.69934724,9.87507696-10.1893792,17.45125755-13.47009588,7.57169056-3.27922001,16.27935921-4.91808167,26.11851591-4.91808167,14.6764178,0,26.50615534,3.71026308,35.48771594,11.1262992,8.97856724,7.41902948,13.77990809,17.53207813,14.40551921,30.33465592h-26.70371675c-.46846-5.77567778-2.81076001-10.38394725-7.02690002-13.82031837-4.21614001-3.43337777-9.9184806-5.15306001-17.09953838-5.15306001-7.0283967,0-12.41493837,1.32755278-16.16411506,3.98116167-3.74768001,2.65809892-5.62152001,6.17080059-5.62152001,10.54109837,0,3.4378678,1.24822888,6.32495835,3.74768001,8.66725836,2.49645777,2.34230001,5.54219612,4.18021976,9.13571836,5.50477918,3.59052889,1.32904946,8.9022367,3.00832141,15.92913672,5.03631918,9.36920002,2.49945112,17.05912809,5.03631918,23.07277757,7.61359753,6.01065612,2.57578167,11.20412642,6.36387197,15.57741755,11.35978086,4.37029777,5.00039893,6.63626724,11.63666616,6.79341836,19.91179507,0,7.34120226-2.03099112,13.90113895-6.08998002,19.67681673-4.06347892,5.77867113-9.80173977,10.30612003-17.21777589,13.58534003-7.41902948,3.27922001-16.12669812,4.91957835-26.11851591,4.91957835-10.15196226,0-19.24727034-1.83791975-27.28891758-5.50477918Z"/>
22
- <path class="cls-1" d="M1002.63449921,42.45765843l-51.76857183,25.5318184v-19.67532005l51.76857183-28.57905343v22.72255507ZM991.8584225,77.1251952v129.06896206h-26.70371675V77.1251952h26.70371675Z"/>
23
- <path class="cls-1" d="M1016.8035434,106.64116863c5.38803835-9.99331447,12.72624725-17.76256644,22.01911673-23.30775591,9.28987613-5.54219612,19.5600759-8.31553919,30.80311593-8.31553919,10.15046559,0,19.01079532,1.99058084,26.58697591,5.97323918,7.57318724,3.98116167,13.62275697,8.94115031,18.15469589,14.87397921v-18.73989673h26.93869509v129.06896206h-26.93869509v-19.20835673c-4.53193893,6.09147669-10.69824948,11.16820616-18.50491839,15.22719506-7.81115893,4.05898889-16.71189896,6.08998002-26.70521342,6.08998002-11.08888226,0-21.23934785-2.84817694-30.45139676-8.55051753-9.21653894-5.69785056-16.51433755-13.66316726-21.9023759-23.89295674-5.38654168-10.22529945-8.08056085-21.82155533-8.08056085-34.78577427,0-12.95972892,2.69401918-24.43774728,8.08056085-34.43255843ZM1108.86266868,118.35266866c-3.67134947-6.55844002-8.47269031-11.55434891-14.40551921-14.99221672-5.93731893-3.4318811-12.33860783-5.15306001-19.20835673-5.15306001-6.87423893,0-13.27552783,1.68076863-19.20835673,5.03631918-5.93731893,3.36004058-10.73865977,8.27961894-14.40551921,14.75723838-3.67134947,6.48210947-5.50477918,14.17203754-5.50477918,23.07277757,0,8.9022367,1.83342972,16.71189896,5.50477918,23.42449674,3.66685943,6.71708781,8.50861056,11.82973754,14.52226004,15.34393589,6.01065612,3.51419835,12.37452808,5.26980084,19.0916159,5.26980084,6.8697489,0,13.2710378-1.71668889,19.20835673-5.15306001,5.9328289-3.43337777,10.73416974-8.46969695,14.40551921-15.10895755,3.66685943-6.63477056,5.50477918-14.40551921,5.50477918-23.30625923,0-8.9022367-1.83791975-16.63257506-5.50477918-23.19101508Z"/>
24
- </g>
25
- </g>
26
- </g>
27
- </svg>