@gouvfr-lasuite/ui-kit 0.19.10 → 0.20.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.
@@ -3,6 +3,7 @@
3
3
  src: url("./Marianne-Thin.woff2") format("woff2"),
4
4
  url("./Marianne-Thin.woff") format("woff");
5
5
  font-weight: 100;
6
+ font-style: normal;
6
7
  }
7
8
 
8
9
  @font-face {
@@ -18,6 +19,7 @@
18
19
  src: url("./Marianne-Light.woff2") format("woff2"),
19
20
  url("./Marianne-Light.woff") format("woff");
20
21
  font-weight: 300;
22
+ font-style: normal;
21
23
  }
22
24
 
23
25
  @font-face {
@@ -33,6 +35,7 @@
33
35
  src: url("./Marianne-Regular.woff2") format("woff2"),
34
36
  url("./Marianne-Regular.woff") format("woff");
35
37
  font-weight: 400;
38
+ font-style: normal;
36
39
  }
37
40
 
38
41
  @font-face {
@@ -48,6 +51,7 @@
48
51
  src: url("./Marianne-Medium.woff2") format("woff2"),
49
52
  url("./Marianne-Medium.woff") format("woff");
50
53
  font-weight: 500;
54
+ font-style: normal;
51
55
  }
52
56
 
53
57
  @font-face {
@@ -63,6 +67,7 @@
63
67
  src: url("./Marianne-Bold.woff2") format("woff2"),
64
68
  url("./Marianne-Bold.woff") format("woff");
65
69
  font-weight: 700;
70
+ font-style: normal;
66
71
  }
67
72
 
68
73
  @font-face {
@@ -78,6 +83,7 @@
78
83
  src: url("./Marianne-ExtraBold.woff2") format("woff2"),
79
84
  url("./Marianne-ExtraBold.woff") format("woff");
80
85
  font-weight: 800;
86
+ font-style: normal;
81
87
  }
82
88
 
83
89
  @font-face {
@@ -25,6 +25,26 @@ export const commonTokenOverrides = {
25
25
  "forms-checkbox": {
26
26
  "font-size": "ref(globals.font.sizes.sm)",
27
27
  },
28
+ "forms-input": {
29
+ "border-radius": "4px",
30
+ "border-radius--hover": "4px",
31
+ "border-radius--focus": "4px",
32
+ },
33
+ "forms-select": {
34
+ "border-radius": "4px",
35
+ "border-radius--hover": "4px",
36
+ "border-radius--focus": "4px",
37
+ },
38
+ "forms-textarea": {
39
+ "border-radius": "4px",
40
+ "border-radius--hover": "4px",
41
+ "border-radius--focus": "4px",
42
+ },
43
+ "forms-datepicker": {
44
+ "border-radius": "4px",
45
+ "border-radius--hover": "4px",
46
+ "border-radius--focus": "4px",
47
+ },
28
48
  badge: {
29
49
  "font-size": "ref(globals.font.sizes.xs)",
30
50
  "border-radius": "12px",
@@ -90,7 +110,6 @@ export const commonGlobals = {
90
110
  weights: {
91
111
  thin: 100,
92
112
  extrabold: 800,
93
- black: 900,
94
113
  },
95
114
  families: {
96
115
  accent: "Marianne, Inter, Roboto Flex Variable, sans-serif",