carbon-react 106.0.3 → 106.1.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.
|
@@ -68,7 +68,27 @@ export default {
|
|
|
68
68
|
...number.mapping
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
|
-
fieldHelpSpecialCharacters: specialCharacters
|
|
71
|
+
fieldHelpSpecialCharacters: specialCharacters,
|
|
72
|
+
children: {
|
|
73
|
+
control: {
|
|
74
|
+
type: "text"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
error: {
|
|
78
|
+
control: {
|
|
79
|
+
type: "text"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
warning: {
|
|
83
|
+
control: {
|
|
84
|
+
type: "text"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
info: {
|
|
88
|
+
control: {
|
|
89
|
+
type: "text"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
72
92
|
},
|
|
73
93
|
args: {
|
|
74
94
|
expandable: false,
|
package/esm/style/fonts.css
CHANGED
|
@@ -1,30 +1,36 @@
|
|
|
1
|
-
@font-face{
|
|
2
|
-
font-family: "
|
|
3
|
-
src: url(
|
|
4
|
-
font-weight:
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "CarbonIcons";
|
|
3
|
+
src: url("./assets/carbon-icons-webfont.woff") format("woff");
|
|
4
|
+
font-weight: normal;
|
|
5
5
|
font-style: normal;
|
|
6
|
-
font-display: swap;
|
|
7
6
|
}
|
|
8
7
|
|
|
9
|
-
@font-face{
|
|
8
|
+
@font-face {
|
|
10
9
|
font-family: "Sage UI";
|
|
11
|
-
src: url('https://fonts.sage.com/Sage_UI-Medium.woff2') format("woff2"), url('https://fonts.sage.com/Sage_UI-Medium.woff') format("woff");
|
|
12
|
-
font-weight: 700;
|
|
13
10
|
font-style: normal;
|
|
14
|
-
font-
|
|
11
|
+
font-weight: 400;
|
|
12
|
+
src: url("~@sage/design-tokens/assets/fonts/sageui-regular.woff2") format("woff2"),
|
|
13
|
+
url("~@sage/design-tokens/assets/fonts/sageui-regular.woff") format("woff"),
|
|
14
|
+
url("~@sage/design-tokens/assets/fonts/sageui-regular.ttf") format("truetype"),
|
|
15
|
+
url("~@sage/design-tokens/assets/fonts/sageui-regular.otf") format("opentype");
|
|
15
16
|
}
|
|
16
17
|
|
|
17
|
-
@font-face{
|
|
18
|
+
@font-face {
|
|
18
19
|
font-family: "Sage UI";
|
|
19
|
-
src: url('https://fonts.sage.com/Sage_UI-Bold.woff2') format("woff2"), url('https://fonts.sage.com/Sage_UI-Bold.woff') format("woff");
|
|
20
|
-
font-weight: 900;
|
|
21
20
|
font-style: normal;
|
|
22
|
-
font-
|
|
21
|
+
font-weight: 700;
|
|
22
|
+
src: url("~@sage/design-tokens/assets/fonts/sageui-medium.woff2") format("woff2"),
|
|
23
|
+
url("~@sage/design-tokens/assets/fonts/sageui-medium.woff") format("woff"),
|
|
24
|
+
url("~@sage/design-tokens/assets/fonts/sageui-medium.ttf") format("truetype"),
|
|
25
|
+
url("~@sage/design-tokens/assets/fonts/sageui-medium.otf") format("opentype");
|
|
23
26
|
}
|
|
24
27
|
|
|
25
28
|
@font-face {
|
|
26
|
-
font-family: "
|
|
27
|
-
src: url("./assets/carbon-icons-webfont.woff") format("woff");
|
|
28
|
-
font-weight: normal;
|
|
29
|
+
font-family: "Sage UI";
|
|
29
30
|
font-style: normal;
|
|
31
|
+
font-weight: 900;
|
|
32
|
+
src: url("~@sage/design-tokens/assets/fonts/sageui-bold.woff2") format("woff2"),
|
|
33
|
+
url("~@sage/design-tokens/assets/fonts/sageui-bold.woff") format("woff"),
|
|
34
|
+
url("~@sage/design-tokens/assets/fonts/sageui-bold.ttf") format("truetype"),
|
|
35
|
+
url("~@sage/design-tokens/assets/fonts/sageui-bold.otf") format("opentype");
|
|
30
36
|
}
|
|
@@ -83,7 +83,27 @@ var _default = {
|
|
|
83
83
|
..._specialCharacters.number.mapping
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
|
-
fieldHelpSpecialCharacters: _specialCharacters.default
|
|
86
|
+
fieldHelpSpecialCharacters: _specialCharacters.default,
|
|
87
|
+
children: {
|
|
88
|
+
control: {
|
|
89
|
+
type: "text"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
error: {
|
|
93
|
+
control: {
|
|
94
|
+
type: "text"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
warning: {
|
|
98
|
+
control: {
|
|
99
|
+
type: "text"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
info: {
|
|
103
|
+
control: {
|
|
104
|
+
type: "text"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
87
107
|
},
|
|
88
108
|
args: {
|
|
89
109
|
expandable: false,
|
package/lib/style/fonts.css
CHANGED
|
@@ -1,30 +1,36 @@
|
|
|
1
|
-
@font-face{
|
|
2
|
-
font-family: "
|
|
3
|
-
src: url(
|
|
4
|
-
font-weight:
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "CarbonIcons";
|
|
3
|
+
src: url("./assets/carbon-icons-webfont.woff") format("woff");
|
|
4
|
+
font-weight: normal;
|
|
5
5
|
font-style: normal;
|
|
6
|
-
font-display: swap;
|
|
7
6
|
}
|
|
8
7
|
|
|
9
|
-
@font-face{
|
|
8
|
+
@font-face {
|
|
10
9
|
font-family: "Sage UI";
|
|
11
|
-
src: url('https://fonts.sage.com/Sage_UI-Medium.woff2') format("woff2"), url('https://fonts.sage.com/Sage_UI-Medium.woff') format("woff");
|
|
12
|
-
font-weight: 700;
|
|
13
10
|
font-style: normal;
|
|
14
|
-
font-
|
|
11
|
+
font-weight: 400;
|
|
12
|
+
src: url("~@sage/design-tokens/assets/fonts/sageui-regular.woff2") format("woff2"),
|
|
13
|
+
url("~@sage/design-tokens/assets/fonts/sageui-regular.woff") format("woff"),
|
|
14
|
+
url("~@sage/design-tokens/assets/fonts/sageui-regular.ttf") format("truetype"),
|
|
15
|
+
url("~@sage/design-tokens/assets/fonts/sageui-regular.otf") format("opentype");
|
|
15
16
|
}
|
|
16
17
|
|
|
17
|
-
@font-face{
|
|
18
|
+
@font-face {
|
|
18
19
|
font-family: "Sage UI";
|
|
19
|
-
src: url('https://fonts.sage.com/Sage_UI-Bold.woff2') format("woff2"), url('https://fonts.sage.com/Sage_UI-Bold.woff') format("woff");
|
|
20
|
-
font-weight: 900;
|
|
21
20
|
font-style: normal;
|
|
22
|
-
font-
|
|
21
|
+
font-weight: 700;
|
|
22
|
+
src: url("~@sage/design-tokens/assets/fonts/sageui-medium.woff2") format("woff2"),
|
|
23
|
+
url("~@sage/design-tokens/assets/fonts/sageui-medium.woff") format("woff"),
|
|
24
|
+
url("~@sage/design-tokens/assets/fonts/sageui-medium.ttf") format("truetype"),
|
|
25
|
+
url("~@sage/design-tokens/assets/fonts/sageui-medium.otf") format("opentype");
|
|
23
26
|
}
|
|
24
27
|
|
|
25
28
|
@font-face {
|
|
26
|
-
font-family: "
|
|
27
|
-
src: url("./assets/carbon-icons-webfont.woff") format("woff");
|
|
28
|
-
font-weight: normal;
|
|
29
|
+
font-family: "Sage UI";
|
|
29
30
|
font-style: normal;
|
|
31
|
+
font-weight: 900;
|
|
32
|
+
src: url("~@sage/design-tokens/assets/fonts/sageui-bold.woff2") format("woff2"),
|
|
33
|
+
url("~@sage/design-tokens/assets/fonts/sageui-bold.woff") format("woff"),
|
|
34
|
+
url("~@sage/design-tokens/assets/fonts/sageui-bold.ttf") format("truetype"),
|
|
35
|
+
url("~@sage/design-tokens/assets/fonts/sageui-bold.otf") format("opentype");
|
|
30
36
|
}
|