@fluentui/react-text 9.0.0-alpha.21 → 9.0.0-alpha.26
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/CHANGELOG.json +163 -1
- package/CHANGELOG.md +55 -2
- package/dist/react-text.d.ts +2 -1
- package/lib/components/Body/Body.js +5 -5
- package/lib/components/Caption/Caption.js +5 -5
- package/lib/components/Display/Display.js +5 -5
- package/lib/components/Headline/Headline.js +5 -5
- package/lib/components/LargeTitle/LargeTitle.js +5 -5
- package/lib/components/Subheadline/Subheadline.js +5 -5
- package/lib/components/Text/Text.d.ts +2 -2
- package/lib/components/Text/Text.js +1 -1
- package/lib/components/Text/Text.js.map +1 -1
- package/lib/components/Text/useTextStyles.js +27 -27
- package/lib/components/Title1/Title1.js +5 -5
- package/lib/components/Title2/Title2.js +5 -5
- package/lib/components/Title3/Title3.js +5 -5
- package/lib/components/wrapper.js.map +1 -1
- package/lib/typographyStyles/typographyStyles.js +36 -36
- package/lib/typographyStyles/typographyStyles.js.map +1 -1
- package/lib-commonjs/components/Text/Text.d.ts +2 -2
- package/lib-commonjs/components/Text/Text.js +1 -1
- package/lib-commonjs/components/Text/Text.js.map +1 -1
- package/lib-commonjs/components/Text/useTextStyles.js +27 -27
- package/lib-commonjs/components/wrapper.js.map +1 -1
- package/lib-commonjs/typographyStyles/typographyStyles.js +36 -36
- package/lib-commonjs/typographyStyles/typographyStyles.js.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,169 @@
|
|
2
2
|
"name": "@fluentui/react-text",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Tue, 05 Oct 2021 09:26:55 GMT",
|
6
|
+
"tag": "@fluentui/react-text_v9.0.0-alpha.26",
|
7
|
+
"version": "9.0.0-alpha.26",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "elcraig@microsoft.com",
|
12
|
+
"package": "@fluentui/react-text",
|
13
|
+
"comment": "Add and use ForwardRefComponent helper type",
|
14
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-text",
|
19
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
|
20
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-text",
|
25
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
|
26
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-text",
|
31
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.59",
|
32
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-text",
|
37
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
|
38
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-text",
|
43
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
|
44
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
45
|
+
}
|
46
|
+
]
|
47
|
+
}
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"date": "Fri, 01 Oct 2021 14:13:08 GMT",
|
51
|
+
"tag": "@fluentui/react-text_v9.0.0-alpha.25",
|
52
|
+
"version": "9.0.0-alpha.25",
|
53
|
+
"comments": {
|
54
|
+
"prerelease": [
|
55
|
+
{
|
56
|
+
"author": "lingfangao@hotmail.com",
|
57
|
+
"package": "@fluentui/react-text",
|
58
|
+
"comment": "Bump v9 prerelease versions to rerelease",
|
59
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"author": "beachball",
|
63
|
+
"package": "@fluentui/react-text",
|
64
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
|
65
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"author": "beachball",
|
69
|
+
"package": "@fluentui/react-text",
|
70
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
|
71
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"author": "beachball",
|
75
|
+
"package": "@fluentui/react-text",
|
76
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.58",
|
77
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"author": "beachball",
|
81
|
+
"package": "@fluentui/react-text",
|
82
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
|
83
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"author": "beachball",
|
87
|
+
"package": "@fluentui/react-text",
|
88
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20",
|
89
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
90
|
+
}
|
91
|
+
]
|
92
|
+
}
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"date": "Wed, 29 Sep 2021 08:06:11 GMT",
|
96
|
+
"tag": "@fluentui/react-text_v9.0.0-alpha.23",
|
97
|
+
"version": "9.0.0-alpha.23",
|
98
|
+
"comments": {
|
99
|
+
"prerelease": [
|
100
|
+
{
|
101
|
+
"author": "beachball",
|
102
|
+
"package": "@fluentui/react-text",
|
103
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
|
104
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"author": "beachball",
|
108
|
+
"package": "@fluentui/react-text",
|
109
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.56",
|
110
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"author": "beachball",
|
114
|
+
"package": "@fluentui/react-text",
|
115
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
|
116
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"author": "beachball",
|
120
|
+
"package": "@fluentui/react-text",
|
121
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
|
122
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
123
|
+
}
|
124
|
+
]
|
125
|
+
}
|
126
|
+
},
|
127
|
+
{
|
128
|
+
"date": "Mon, 27 Sep 2021 08:06:00 GMT",
|
129
|
+
"tag": "@fluentui/react-text_v9.0.0-alpha.22",
|
130
|
+
"version": "9.0.0-alpha.22",
|
131
|
+
"comments": {
|
132
|
+
"prerelease": [
|
133
|
+
{
|
134
|
+
"author": "beachball",
|
135
|
+
"package": "@fluentui/react-text",
|
136
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
|
137
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"author": "beachball",
|
141
|
+
"package": "@fluentui/react-text",
|
142
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
|
143
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"author": "beachball",
|
147
|
+
"package": "@fluentui/react-text",
|
148
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.55",
|
149
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
150
|
+
},
|
151
|
+
{
|
152
|
+
"author": "beachball",
|
153
|
+
"package": "@fluentui/react-text",
|
154
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
|
155
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"author": "beachball",
|
159
|
+
"package": "@fluentui/react-text",
|
160
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
|
161
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
162
|
+
}
|
163
|
+
]
|
164
|
+
}
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"date": "Fri, 24 Sep 2021 09:17:17 GMT",
|
6
168
|
"tag": "@fluentui/react-text_v9.0.0-alpha.21",
|
7
169
|
"version": "9.0.0-alpha.21",
|
8
170
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,65 @@
|
|
1
1
|
# Change Log - @fluentui/react-text
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 05 Oct 2021 09:26:55 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.26)
|
8
|
+
|
9
|
+
Tue, 05 Oct 2021 09:26:55 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.25..@fluentui/react-text_v9.0.0-alpha.26)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Add and use ForwardRefComponent helper type ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by elcraig@microsoft.com)
|
15
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.77 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.56 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
17
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.59 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
18
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
19
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
20
|
+
|
21
|
+
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.25)
|
22
|
+
|
23
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
24
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.23..@fluentui/react-text_v9.0.0-alpha.25)
|
25
|
+
|
26
|
+
### Changes
|
27
|
+
|
28
|
+
- Bump v9 prerelease versions to rerelease ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by lingfangao@hotmail.com)
|
29
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.76 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
|
30
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.55 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
|
31
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.58 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
|
32
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
|
33
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
|
34
|
+
|
35
|
+
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.23)
|
36
|
+
|
37
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
38
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.22..@fluentui/react-text_v9.0.0-alpha.23)
|
39
|
+
|
40
|
+
### Changes
|
41
|
+
|
42
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.74 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
|
43
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.56 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
|
44
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
|
45
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
|
46
|
+
|
47
|
+
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.22)
|
48
|
+
|
49
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
50
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.21..@fluentui/react-text_v9.0.0-alpha.22)
|
51
|
+
|
52
|
+
### Changes
|
53
|
+
|
54
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.73 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
|
55
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.53 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
|
56
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.55 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
|
57
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
|
58
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
|
59
|
+
|
7
60
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.21)
|
8
61
|
|
9
|
-
Fri, 24 Sep 2021 09:
|
62
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
10
63
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.20..@fluentui/react-text_v9.0.0-alpha.21)
|
11
64
|
|
12
65
|
### Changes
|
package/dist/react-text.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import type { ComponentProps } from '@fluentui/react-utilities';
|
2
2
|
import type { ComponentState } from '@fluentui/react-utilities';
|
3
|
+
import type { ForwardRefComponent } from '@fluentui/react-utilities';
|
3
4
|
import type { FunctionComponent } from 'react';
|
4
5
|
import type { IntrinsicShorthandProps } from '@fluentui/react-utilities';
|
5
6
|
import * as React_2 from 'react';
|
@@ -43,7 +44,7 @@ export declare const Subheadline: FunctionComponent<TextWrapperProps>;
|
|
43
44
|
/**
|
44
45
|
* Typography and styling abstraction component used to ensure consistency of text.
|
45
46
|
*/
|
46
|
-
declare const Text_2:
|
47
|
+
declare const Text_2: ForwardRefComponent<TextProps>;
|
47
48
|
export { Text_2 as Text }
|
48
49
|
|
49
50
|
export declare type TextCommons = {
|
@@ -7,13 +7,13 @@ import { createWrapper } from '../wrapper';
|
|
7
7
|
|
8
8
|
var useStyles = /*#__PURE__*/__styles({
|
9
9
|
"root": {
|
10
|
-
"Bahqtrf": "
|
11
|
-
"Be2twd7": "
|
12
|
-
"Bg96gwp": "
|
13
|
-
"Bhrd7zp": "
|
10
|
+
"Bahqtrf": "fk6fouc",
|
11
|
+
"Be2twd7": "fkhj508",
|
12
|
+
"Bg96gwp": "f1i3iumi",
|
13
|
+
"Bhrd7zp": "figsok6"
|
14
14
|
}
|
15
15
|
}, {
|
16
|
-
"d": [".
|
16
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fkhj508{font-size:var(--fontSizeBase300);}", ".f1i3iumi{line-height:var(--lineHeightBase300);}", ".figsok6{font-weight:var(--fontWeightRegular);}"]
|
17
17
|
});
|
18
18
|
/**
|
19
19
|
* Text wrapper component for the Body typography variant
|
@@ -7,13 +7,13 @@ import { createWrapper } from '../wrapper';
|
|
7
7
|
|
8
8
|
var useStyles = /*#__PURE__*/__styles({
|
9
9
|
"root": {
|
10
|
-
"Bahqtrf": "
|
11
|
-
"Be2twd7": "
|
12
|
-
"Bg96gwp": "
|
13
|
-
"Bhrd7zp": "
|
10
|
+
"Bahqtrf": "fk6fouc",
|
11
|
+
"Be2twd7": "fy9rknc",
|
12
|
+
"Bg96gwp": "fwrc4pm",
|
13
|
+
"Bhrd7zp": "figsok6"
|
14
14
|
}
|
15
15
|
}, {
|
16
|
-
"d": [".
|
16
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}", ".figsok6{font-weight:var(--fontWeightRegular);}"]
|
17
17
|
});
|
18
18
|
/**
|
19
19
|
* Text wrapper component for the Caption typography variant
|
@@ -7,13 +7,13 @@ import { createWrapper } from '../wrapper';
|
|
7
7
|
|
8
8
|
var useStyles = /*#__PURE__*/__styles({
|
9
9
|
"root": {
|
10
|
-
"Bahqtrf": "
|
11
|
-
"Be2twd7": "
|
12
|
-
"Bg96gwp": "
|
13
|
-
"Bhrd7zp": "
|
10
|
+
"Bahqtrf": "fk6fouc",
|
11
|
+
"Be2twd7": "fpyltcb",
|
12
|
+
"Bg96gwp": "f1ivgwrt",
|
13
|
+
"Bhrd7zp": "fl43uef"
|
14
14
|
}
|
15
15
|
}, {
|
16
|
-
"d": [".
|
16
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fpyltcb{font-size:var(--fontSizeHero1000);}", ".f1ivgwrt{line-height:var(--lineHeightHero1000);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}"]
|
17
17
|
});
|
18
18
|
/**
|
19
19
|
* Text wrapper component for the Display typography variant
|
@@ -7,13 +7,13 @@ import { createWrapper } from '../wrapper';
|
|
7
7
|
|
8
8
|
var useStyles = /*#__PURE__*/__styles({
|
9
9
|
"root": {
|
10
|
-
"Bahqtrf": "
|
11
|
-
"Be2twd7": "
|
12
|
-
"Bg96gwp": "
|
13
|
-
"Bhrd7zp": "
|
10
|
+
"Bahqtrf": "fk6fouc",
|
11
|
+
"Be2twd7": "f1pp30po",
|
12
|
+
"Bg96gwp": "f106mvju",
|
13
|
+
"Bhrd7zp": "fl43uef"
|
14
14
|
}
|
15
15
|
}, {
|
16
|
-
"d": [".
|
16
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f1pp30po{font-size:var(--fontSizeBase500);}", ".f106mvju{line-height:var(--lineHeightBase500);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}"]
|
17
17
|
});
|
18
18
|
/**
|
19
19
|
* Text wrapper component for the Headline typography variant
|
@@ -7,13 +7,13 @@ import { createWrapper } from '../wrapper';
|
|
7
7
|
|
8
8
|
var useStyles = /*#__PURE__*/__styles({
|
9
9
|
"root": {
|
10
|
-
"Bahqtrf": "
|
11
|
-
"Be2twd7": "
|
12
|
-
"Bg96gwp": "
|
13
|
-
"Bhrd7zp": "
|
10
|
+
"Bahqtrf": "fk6fouc",
|
11
|
+
"Be2twd7": "f15afnhw",
|
12
|
+
"Bg96gwp": "fr3w3wp",
|
13
|
+
"Bhrd7zp": "fl43uef"
|
14
14
|
}
|
15
15
|
}, {
|
16
|
-
"d": [".
|
16
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f15afnhw{font-size:var(--fontSizeHero900);}", ".fr3w3wp{line-height:var(--lineHeightHero900);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}"]
|
17
17
|
});
|
18
18
|
/**
|
19
19
|
* Text wrapper component for the Large Title typography variant
|
@@ -7,13 +7,13 @@ import { createWrapper } from '../wrapper';
|
|
7
7
|
|
8
8
|
var useStyles = /*#__PURE__*/__styles({
|
9
9
|
"root": {
|
10
|
-
"Bahqtrf": "
|
11
|
-
"Be2twd7": "
|
12
|
-
"Bg96gwp": "
|
13
|
-
"Bhrd7zp": "
|
10
|
+
"Bahqtrf": "fk6fouc",
|
11
|
+
"Be2twd7": "fod5ikn",
|
12
|
+
"Bg96gwp": "faaz57k",
|
13
|
+
"Bhrd7zp": "fl43uef"
|
14
14
|
}
|
15
15
|
}, {
|
16
|
-
"d": [".
|
16
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fod5ikn{font-size:var(--fontSizeBase400);}", ".faaz57k{line-height:var(--lineHeightBase400);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}"]
|
17
17
|
});
|
18
18
|
/**
|
19
19
|
* Text wrapper component for the Subheadline typography variant
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import * as React from 'react';
|
2
1
|
import type { TextProps } from './Text.types';
|
2
|
+
import type { ForwardRefComponent } from '@fluentui/react-utilities';
|
3
3
|
/**
|
4
4
|
* Typography and styling abstraction component used to ensure consistency of text.
|
5
5
|
*/
|
6
|
-
export declare const Text:
|
6
|
+
export declare const Text: ForwardRefComponent<TextProps>;
|
@@ -9,7 +9,7 @@ import { useTextStyles } from './useTextStyles';
|
|
9
9
|
export var Text = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
10
10
|
var state = useText(props, ref);
|
11
11
|
useTextStyles(state);
|
12
|
-
return renderText(state);
|
12
|
+
return renderText(state); // Work around some small mismatches in inferred types which don't matter in practice
|
13
13
|
});
|
14
14
|
Text.displayName = 'Text';
|
15
15
|
//# sourceMappingURL=Text.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/components/Text/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,OAAT,QAAwB,WAAxB;AACA,SAAS,UAAT,QAA2B,cAA3B;AACA,SAAS,aAAT,QAA8B,iBAA9B;
|
1
|
+
{"version":3,"sources":["../../../src/components/Text/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,OAAT,QAAwB,WAAxB;AACA,SAAS,UAAT,QAA2B,cAA3B;AACA,SAAS,aAAT,QAA8B,iBAA9B;AAIA;;AAEG;;AACH,OAAO,IAAM,IAAI,gBAAmC,KAAK,CAAC,UAAN,CAAiB,UAAC,KAAD,EAAQ,GAAR,EAAW;AAC9E,MAAM,KAAK,GAAG,OAAO,CAAC,KAAD,EAAQ,GAAR,CAArB;AAEA,EAAA,aAAa,CAAC,KAAD,CAAb;AAEA,SAAO,UAAU,CAAC,KAAD,CAAjB,CAL8E,CAM9E;AACD,CAPmD,CAA7C;AASP,IAAI,CAAC,WAAL,GAAmB,MAAnB","sourceRoot":""}
|
@@ -5,10 +5,10 @@ import { __styles, mergeClasses } from '@fluentui/react-make-styles';
|
|
5
5
|
|
6
6
|
var useStyles = /*#__PURE__*/__styles({
|
7
7
|
"root": {
|
8
|
-
"Bahqtrf": "
|
9
|
-
"Be2twd7": "
|
10
|
-
"Bg96gwp": "
|
11
|
-
"Bhrd7zp": "
|
8
|
+
"Bahqtrf": "fk6fouc",
|
9
|
+
"Be2twd7": "fkhj508",
|
10
|
+
"Bg96gwp": "f1i3iumi",
|
11
|
+
"Bhrd7zp": "figsok6",
|
12
12
|
"fsow6f": "fpgzoln",
|
13
13
|
"mc9l5x": "f1w7gpdv",
|
14
14
|
"Huce71": "f6juhto",
|
@@ -38,52 +38,52 @@ var useStyles = /*#__PURE__*/__styles({
|
|
38
38
|
"dwov6y": "f13legbo"
|
39
39
|
},
|
40
40
|
"base100": {
|
41
|
-
"Be2twd7": "
|
42
|
-
"Bg96gwp": "
|
41
|
+
"Be2twd7": "f13mqy1h",
|
42
|
+
"Bg96gwp": "fcpl73t"
|
43
43
|
},
|
44
44
|
"base200": {
|
45
|
-
"Be2twd7": "
|
46
|
-
"Bg96gwp": "
|
45
|
+
"Be2twd7": "fy9rknc",
|
46
|
+
"Bg96gwp": "fwrc4pm"
|
47
47
|
},
|
48
48
|
"base400": {
|
49
|
-
"Be2twd7": "
|
50
|
-
"Bg96gwp": "
|
49
|
+
"Be2twd7": "fod5ikn",
|
50
|
+
"Bg96gwp": "faaz57k"
|
51
51
|
},
|
52
52
|
"base500": {
|
53
|
-
"Be2twd7": "
|
54
|
-
"Bg96gwp": "
|
53
|
+
"Be2twd7": "f1pp30po",
|
54
|
+
"Bg96gwp": "f106mvju"
|
55
55
|
},
|
56
56
|
"base600": {
|
57
|
-
"Be2twd7": "
|
58
|
-
"Bg96gwp": "
|
57
|
+
"Be2twd7": "f1x0m3f5",
|
58
|
+
"Bg96gwp": "fb86gi6"
|
59
59
|
},
|
60
60
|
"hero700": {
|
61
|
-
"Be2twd7": "
|
62
|
-
"Bg96gwp": "
|
61
|
+
"Be2twd7": "fojgt09",
|
62
|
+
"Bg96gwp": "fcen8rp"
|
63
63
|
},
|
64
64
|
"hero800": {
|
65
|
-
"Be2twd7": "
|
66
|
-
"Bg96gwp": "
|
65
|
+
"Be2twd7": "fccw675",
|
66
|
+
"Bg96gwp": "f1ebx5kk"
|
67
67
|
},
|
68
68
|
"hero900": {
|
69
|
-
"Be2twd7": "
|
70
|
-
"Bg96gwp": "
|
69
|
+
"Be2twd7": "f15afnhw",
|
70
|
+
"Bg96gwp": "fr3w3wp"
|
71
71
|
},
|
72
72
|
"hero1000": {
|
73
|
-
"Be2twd7": "
|
74
|
-
"Bg96gwp": "
|
73
|
+
"Be2twd7": "fpyltcb",
|
74
|
+
"Bg96gwp": "f1ivgwrt"
|
75
75
|
},
|
76
76
|
"monospace": {
|
77
|
-
"Bahqtrf": "
|
77
|
+
"Bahqtrf": "f1fedwem"
|
78
78
|
},
|
79
79
|
"numeric": {
|
80
|
-
"Bahqtrf": "
|
80
|
+
"Bahqtrf": "f1uq0ln5"
|
81
81
|
},
|
82
82
|
"weightMedium": {
|
83
|
-
"Bhrd7zp": "
|
83
|
+
"Bhrd7zp": "fdj6btp"
|
84
84
|
},
|
85
85
|
"weightSemibold": {
|
86
|
-
"Bhrd7zp": "
|
86
|
+
"Bhrd7zp": "fl43uef"
|
87
87
|
},
|
88
88
|
"alignCenter": {
|
89
89
|
"fsow6f": "f17mccla"
|
@@ -95,7 +95,7 @@ var useStyles = /*#__PURE__*/__styles({
|
|
95
95
|
"fsow6f": "f1j59e10"
|
96
96
|
}
|
97
97
|
}, {
|
98
|
-
"d": [".
|
98
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fkhj508{font-size:var(--fontSizeBase300);}", ".f1i3iumi{line-height:var(--lineHeightBase300);}", ".figsok6{font-weight:var(--fontWeightRegular);}", ".fpgzoln{text-align:start;}", ".f1w7gpdv{display:inline;}", ".f6juhto{white-space:normal;}", ".f1gl81tg{overflow:visible;}", ".f2jf649{text-overflow:clip;}", ".fz5stix{white-space:nowrap;}", ".f1a3p1vp{overflow:hidden;}", ".f1cmbuwj{text-overflow:ellipsis;}", ".ftgm304{display:block;}", ".f1j4dglz{font-style:italic;}", ".fctto54{-webkit-text-decoration:underline;text-decoration:underline;}", ".f1y2xhd0{-webkit-text-decoration:line-through;text-decoration:line-through;}", ".f13legbo{-webkit-text-decoration:line-through underline;text-decoration:line-through underline;}", ".f13mqy1h{font-size:var(--fontSizeBase100);}", ".fcpl73t{line-height:var(--lineHeightBase100);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}", ".fod5ikn{font-size:var(--fontSizeBase400);}", ".faaz57k{line-height:var(--lineHeightBase400);}", ".f1pp30po{font-size:var(--fontSizeBase500);}", ".f106mvju{line-height:var(--lineHeightBase500);}", ".f1x0m3f5{font-size:var(--fontSizeBase600);}", ".fb86gi6{line-height:var(--lineHeightBase600);}", ".fojgt09{font-size:var(--fontSizeHero700);}", ".fcen8rp{line-height:var(--lineHeightHero700);}", ".fccw675{font-size:var(--fontSizeHero800);}", ".f1ebx5kk{line-height:var(--lineHeightHero800);}", ".f15afnhw{font-size:var(--fontSizeHero900);}", ".fr3w3wp{line-height:var(--lineHeightHero900);}", ".fpyltcb{font-size:var(--fontSizeHero1000);}", ".f1ivgwrt{line-height:var(--lineHeightHero1000);}", ".f1fedwem{font-family:var(--fontFamilyMonospace);}", ".f1uq0ln5{font-family:var(--fontFamilyNumeric);}", ".fdj6btp{font-weight:var(--fontWeightMedium);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".f17mccla{text-align:center;}", ".f12ymhq5{text-align:end;}", ".f1j59e10{text-align:justify;}"]
|
99
99
|
});
|
100
100
|
/**
|
101
101
|
* Apply styling to the Text slots based on the state
|
@@ -7,13 +7,13 @@ import { createWrapper } from '../wrapper';
|
|
7
7
|
|
8
8
|
var useStyles = /*#__PURE__*/__styles({
|
9
9
|
"root": {
|
10
|
-
"Bahqtrf": "
|
11
|
-
"Be2twd7": "
|
12
|
-
"Bg96gwp": "
|
13
|
-
"Bhrd7zp": "
|
10
|
+
"Bahqtrf": "fk6fouc",
|
11
|
+
"Be2twd7": "fccw675",
|
12
|
+
"Bg96gwp": "f1ebx5kk",
|
13
|
+
"Bhrd7zp": "fl43uef"
|
14
14
|
}
|
15
15
|
}, {
|
16
|
-
"d": [".
|
16
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fccw675{font-size:var(--fontSizeHero800);}", ".f1ebx5kk{line-height:var(--lineHeightHero800);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}"]
|
17
17
|
});
|
18
18
|
/**
|
19
19
|
* Text wrapper component for the Title 1 typography variant
|
@@ -7,13 +7,13 @@ import { createWrapper } from '../wrapper';
|
|
7
7
|
|
8
8
|
var useStyles = /*#__PURE__*/__styles({
|
9
9
|
"root": {
|
10
|
-
"Bahqtrf": "
|
11
|
-
"Be2twd7": "
|
12
|
-
"Bg96gwp": "
|
13
|
-
"Bhrd7zp": "
|
10
|
+
"Bahqtrf": "fk6fouc",
|
11
|
+
"Be2twd7": "fojgt09",
|
12
|
+
"Bg96gwp": "fcen8rp",
|
13
|
+
"Bhrd7zp": "fl43uef"
|
14
14
|
}
|
15
15
|
}, {
|
16
|
-
"d": [".
|
16
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fojgt09{font-size:var(--fontSizeHero700);}", ".fcen8rp{line-height:var(--lineHeightHero700);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}"]
|
17
17
|
});
|
18
18
|
/**
|
19
19
|
* Text wrapper component for the Title 2 typography variant
|
@@ -7,13 +7,13 @@ import { createWrapper } from '../wrapper';
|
|
7
7
|
|
8
8
|
var useStyles = /*#__PURE__*/__styles({
|
9
9
|
"root": {
|
10
|
-
"Bahqtrf": "
|
11
|
-
"Be2twd7": "
|
12
|
-
"Bg96gwp": "
|
13
|
-
"Bhrd7zp": "
|
10
|
+
"Bahqtrf": "fk6fouc",
|
11
|
+
"Be2twd7": "f1x0m3f5",
|
12
|
+
"Bg96gwp": "fb86gi6",
|
13
|
+
"Bhrd7zp": "fl43uef"
|
14
14
|
}
|
15
15
|
}, {
|
16
|
-
"d": [".
|
16
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f1x0m3f5{font-size:var(--fontSizeBase600);}", ".fb86gi6{line-height:var(--lineHeightBase600);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}"]
|
17
17
|
});
|
18
18
|
/**
|
19
19
|
* Text wrapper component for the Title 3 typography variant
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/components/wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,YAAT,QAA6B,6BAA7B;AACA,SAAS,UAAT,EAAqB,OAArB,EAA8B,aAA9B,QAAmD,SAAnD;
|
1
|
+
{"version":3,"sources":["../../src/components/wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,YAAT,QAA6B,6BAA7B;AACA,SAAS,UAAT,EAAqB,OAArB,EAA8B,aAA9B,QAAmD,SAAnD;AAMA,OAAM,SAAU,aAAV,CAAwB,OAAxB,EAGL;AACS,MAAA,SAAS,GAAkB,OAAO,CAAzB,SAAT;AAAA,MAAW,WAAW,GAAK,OAAO,CAAZ,WAAtB;AACR,MAAM,OAAO,gBAA0C,KAAK,CAAC,UAAN,CAAiB,UAAC,KAAD,EAAQ,GAAR,EAAW;AACjF,QAAM,MAAM,GAAG,SAAS,EAAxB;AACA,QAAM,KAAK,GAAG,OAAO,CAAC,KAAD,EAAqB,GAArB,CAArB;AAEA,IAAA,aAAa,CAAC,KAAD,CAAb;AAEA,IAAA,KAAK,CAAC,IAAN,CAAW,SAAX,GAAuB,YAAY,CAAC,KAAK,CAAC,IAAN,CAAW,SAAZ,EAAuB,MAAM,CAAC,IAA9B,EAAoC,KAAK,CAAC,SAA1C,CAAnC;AAEA,WAAO,UAAU,CAAC,KAAD,CAAjB;AACD,GATsD,CAAvD;AAUA,EAAA,OAAO,CAAC,WAAR,GAAsB,WAAtB;AAEA,SAAO,OAAP;AACD","sourceRoot":""}
|
@@ -3,74 +3,74 @@
|
|
3
3
|
*/
|
4
4
|
export var caption = function (theme) {
|
5
5
|
return {
|
6
|
-
fontFamily: theme.
|
7
|
-
fontSize: theme.
|
8
|
-
lineHeight: theme.
|
9
|
-
fontWeight: theme.
|
6
|
+
fontFamily: theme.fontFamilyBase,
|
7
|
+
fontSize: theme.fontSizeBase200,
|
8
|
+
lineHeight: theme.lineHeightBase200,
|
9
|
+
fontWeight: theme.fontWeightRegular
|
10
10
|
};
|
11
11
|
};
|
12
12
|
export var body = function (theme) {
|
13
13
|
return {
|
14
|
-
fontFamily: theme.
|
15
|
-
fontSize: theme.
|
16
|
-
lineHeight: theme.
|
17
|
-
fontWeight: theme.
|
14
|
+
fontFamily: theme.fontFamilyBase,
|
15
|
+
fontSize: theme.fontSizeBase300,
|
16
|
+
lineHeight: theme.lineHeightBase300,
|
17
|
+
fontWeight: theme.fontWeightRegular
|
18
18
|
};
|
19
19
|
};
|
20
20
|
export var subheadline = function (theme) {
|
21
21
|
return {
|
22
|
-
fontFamily: theme.
|
23
|
-
fontSize: theme.
|
24
|
-
lineHeight: theme.
|
25
|
-
fontWeight: theme.
|
22
|
+
fontFamily: theme.fontFamilyBase,
|
23
|
+
fontSize: theme.fontSizeBase400,
|
24
|
+
lineHeight: theme.lineHeightBase400,
|
25
|
+
fontWeight: theme.fontWeightSemibold
|
26
26
|
};
|
27
27
|
};
|
28
28
|
export var headline = function (theme) {
|
29
29
|
return {
|
30
|
-
fontFamily: theme.
|
31
|
-
fontSize: theme.
|
32
|
-
lineHeight: theme.
|
33
|
-
fontWeight: theme.
|
30
|
+
fontFamily: theme.fontFamilyBase,
|
31
|
+
fontSize: theme.fontSizeBase500,
|
32
|
+
lineHeight: theme.lineHeightBase500,
|
33
|
+
fontWeight: theme.fontWeightSemibold
|
34
34
|
};
|
35
35
|
};
|
36
36
|
export var title3 = function (theme) {
|
37
37
|
return {
|
38
|
-
fontFamily: theme.
|
39
|
-
fontSize: theme.
|
40
|
-
lineHeight: theme.
|
41
|
-
fontWeight: theme.
|
38
|
+
fontFamily: theme.fontFamilyBase,
|
39
|
+
fontSize: theme.fontSizeBase600,
|
40
|
+
lineHeight: theme.lineHeightBase600,
|
41
|
+
fontWeight: theme.fontWeightSemibold
|
42
42
|
};
|
43
43
|
};
|
44
44
|
export var title2 = function (theme) {
|
45
45
|
return {
|
46
|
-
fontFamily: theme.
|
47
|
-
fontSize: theme.
|
48
|
-
lineHeight: theme.
|
49
|
-
fontWeight: theme.
|
46
|
+
fontFamily: theme.fontFamilyBase,
|
47
|
+
fontSize: theme.fontSizeHero700,
|
48
|
+
lineHeight: theme.lineHeightHero700,
|
49
|
+
fontWeight: theme.fontWeightSemibold
|
50
50
|
};
|
51
51
|
};
|
52
52
|
export var title1 = function (theme) {
|
53
53
|
return {
|
54
|
-
fontFamily: theme.
|
55
|
-
fontSize: theme.
|
56
|
-
lineHeight: theme.
|
57
|
-
fontWeight: theme.
|
54
|
+
fontFamily: theme.fontFamilyBase,
|
55
|
+
fontSize: theme.fontSizeHero800,
|
56
|
+
lineHeight: theme.lineHeightHero800,
|
57
|
+
fontWeight: theme.fontWeightSemibold
|
58
58
|
};
|
59
59
|
};
|
60
60
|
export var largeTitle = function (theme) {
|
61
61
|
return {
|
62
|
-
fontFamily: theme.
|
63
|
-
fontSize: theme.
|
64
|
-
lineHeight: theme.
|
65
|
-
fontWeight: theme.
|
62
|
+
fontFamily: theme.fontFamilyBase,
|
63
|
+
fontSize: theme.fontSizeHero900,
|
64
|
+
lineHeight: theme.lineHeightHero900,
|
65
|
+
fontWeight: theme.fontWeightSemibold
|
66
66
|
};
|
67
67
|
};
|
68
68
|
export var display = function (theme) {
|
69
69
|
return {
|
70
|
-
fontFamily: theme.
|
71
|
-
fontSize: theme.
|
72
|
-
lineHeight: theme.
|
73
|
-
fontWeight: theme.
|
70
|
+
fontFamily: theme.fontFamilyBase,
|
71
|
+
fontSize: theme.fontSizeHero1000,
|
72
|
+
lineHeight: theme.lineHeightHero1000,
|
73
|
+
fontWeight: theme.fontWeightSemibold
|
74
74
|
};
|
75
75
|
};
|
76
76
|
//# sourceMappingURL=typographyStyles.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/typographyStyles/typographyStyles.ts"],"names":[],"mappings":"AAGA;;AAEG;AACH,OAAO,IAAM,OAAO,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AACnE,IAAA,UAAU,EAAE,KAAK,CAAC,
|
1
|
+
{"version":3,"sources":["../../src/typographyStyles/typographyStyles.ts"],"names":[],"mappings":"AAGA;;AAEG;AACH,OAAO,IAAM,OAAO,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AACnE,IAAA,UAAU,EAAE,KAAK,CAAC,cADiD;AAEnE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFmD;AAGnE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAHiD;AAInE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJiD,GAAD;AAKlE,CALK;AAMP,OAAO,IAAM,IAAI,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AAChE,IAAA,UAAU,EAAE,KAAK,CAAC,cAD8C;AAEhE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFgD;AAGhE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAH8C;AAIhE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJ8C,GAAD;AAK/D,CALK;AAMP,OAAO,IAAM,WAAW,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AACvE,IAAA,UAAU,EAAE,KAAK,CAAC,cADqD;AAEvE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFuD;AAGvE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAHqD;AAIvE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJqD,GAAD;AAKtE,CALK;AAMP,OAAO,IAAM,QAAQ,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AACpE,IAAA,UAAU,EAAE,KAAK,CAAC,cADkD;AAEpE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFoD;AAGpE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAHkD;AAIpE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJkD,GAAD;AAKnE,CALK;AAMP,OAAO,IAAM,MAAM,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AAClE,IAAA,UAAU,EAAE,KAAK,CAAC,cADgD;AAElE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFkD;AAGlE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAHgD;AAIlE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJgD,GAAD;AAKjE,CALK;AAMP,OAAO,IAAM,MAAM,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AAClE,IAAA,UAAU,EAAE,KAAK,CAAC,cADgD;AAElE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFkD;AAGlE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAHgD;AAIlE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJgD,GAAD;AAKjE,CALK;AAMP,OAAO,IAAM,MAAM,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AAClE,IAAA,UAAU,EAAE,KAAK,CAAC,cADgD;AAElE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFkD;AAGlE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAHgD;AAIlE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJgD,GAAD;AAKjE,CALK;AAMP,OAAO,IAAM,UAAU,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AACtE,IAAA,UAAU,EAAE,KAAK,CAAC,cADoD;AAEtE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFsD;AAGtE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAHoD;AAItE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJoD,GAAD;AAKrE,CALK;AAMP,OAAO,IAAM,OAAO,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AACnE,IAAA,UAAU,EAAE,KAAK,CAAC,cADiD;AAEnE,IAAA,QAAQ,EAAE,KAAK,CAAC,gBAFmD;AAGnE,IAAA,UAAU,EAAE,KAAK,CAAC,kBAHiD;AAInE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJiD,GAAD;AAKlE,CALK","sourceRoot":""}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import * as React from 'react';
|
2
1
|
import type { TextProps } from './Text.types';
|
2
|
+
import type { ForwardRefComponent } from '@fluentui/react-utilities';
|
3
3
|
/**
|
4
4
|
* Typography and styling abstraction component used to ensure consistency of text.
|
5
5
|
*/
|
6
|
-
export declare const Text:
|
6
|
+
export declare const Text: ForwardRefComponent<TextProps>;
|
@@ -20,7 +20,7 @@ var useTextStyles_1 = /*#__PURE__*/require("./useTextStyles");
|
|
20
20
|
exports.Text = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
21
21
|
var state = useText_1.useText(props, ref);
|
22
22
|
useTextStyles_1.useTextStyles(state);
|
23
|
-
return renderText_1.renderText(state);
|
23
|
+
return renderText_1.renderText(state); // Work around some small mismatches in inferred types which don't matter in practice
|
24
24
|
});
|
25
25
|
exports.Text.displayName = 'Text';
|
26
26
|
//# sourceMappingURL=Text.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/components/Text/Text.tsx"],"names":[],"mappings":";;;;;;;AAAA,IAAA,KAAA,gBAAA,OAAA,CAAA,OAAA,CAAA;;AACA,IAAA,SAAA,gBAAA,OAAA,CAAA,WAAA,CAAA;;AACA,IAAA,YAAA,gBAAA,OAAA,CAAA,cAAA,CAAA;;AACA,IAAA,eAAA,gBAAA,OAAA,CAAA,iBAAA,CAAA;
|
1
|
+
{"version":3,"sources":["../../../src/components/Text/Text.tsx"],"names":[],"mappings":";;;;;;;AAAA,IAAA,KAAA,gBAAA,OAAA,CAAA,OAAA,CAAA;;AACA,IAAA,SAAA,gBAAA,OAAA,CAAA,WAAA,CAAA;;AACA,IAAA,YAAA,gBAAA,OAAA,CAAA,cAAA,CAAA;;AACA,IAAA,eAAA,gBAAA,OAAA,CAAA,iBAAA,CAAA;AAIA;;AAEG;;;AACU,OAAA,CAAA,IAAA,gBAAuC,KAAK,CAAC,UAAN,CAAiB,UAAC,KAAD,EAAQ,GAAR,EAAW;AAC9E,MAAM,KAAK,GAAG,SAAA,CAAA,OAAA,CAAQ,KAAR,EAAe,GAAf,CAAd;AAEA,EAAA,eAAA,CAAA,aAAA,CAAc,KAAd;AAEA,SAAO,YAAA,CAAA,UAAA,CAAW,KAAX,CAAP,CAL8E,CAM9E;AACD,CAPmD,CAAvC;AASb,OAAA,CAAA,IAAA,CAAK,WAAL,GAAmB,MAAnB","sourceRoot":""}
|
@@ -13,10 +13,10 @@ var react_make_styles_1 = /*#__PURE__*/require("@fluentui/react-make-styles");
|
|
13
13
|
|
14
14
|
var useStyles = /*#__PURE__*/react_make_styles_1.__styles({
|
15
15
|
"root": {
|
16
|
-
"Bahqtrf": "
|
17
|
-
"Be2twd7": "
|
18
|
-
"Bg96gwp": "
|
19
|
-
"Bhrd7zp": "
|
16
|
+
"Bahqtrf": "fk6fouc",
|
17
|
+
"Be2twd7": "fkhj508",
|
18
|
+
"Bg96gwp": "f1i3iumi",
|
19
|
+
"Bhrd7zp": "figsok6",
|
20
20
|
"fsow6f": "fpgzoln",
|
21
21
|
"mc9l5x": "f1w7gpdv",
|
22
22
|
"Huce71": "f6juhto",
|
@@ -46,52 +46,52 @@ var useStyles = /*#__PURE__*/react_make_styles_1.__styles({
|
|
46
46
|
"dwov6y": "f13legbo"
|
47
47
|
},
|
48
48
|
"base100": {
|
49
|
-
"Be2twd7": "
|
50
|
-
"Bg96gwp": "
|
49
|
+
"Be2twd7": "f13mqy1h",
|
50
|
+
"Bg96gwp": "fcpl73t"
|
51
51
|
},
|
52
52
|
"base200": {
|
53
|
-
"Be2twd7": "
|
54
|
-
"Bg96gwp": "
|
53
|
+
"Be2twd7": "fy9rknc",
|
54
|
+
"Bg96gwp": "fwrc4pm"
|
55
55
|
},
|
56
56
|
"base400": {
|
57
|
-
"Be2twd7": "
|
58
|
-
"Bg96gwp": "
|
57
|
+
"Be2twd7": "fod5ikn",
|
58
|
+
"Bg96gwp": "faaz57k"
|
59
59
|
},
|
60
60
|
"base500": {
|
61
|
-
"Be2twd7": "
|
62
|
-
"Bg96gwp": "
|
61
|
+
"Be2twd7": "f1pp30po",
|
62
|
+
"Bg96gwp": "f106mvju"
|
63
63
|
},
|
64
64
|
"base600": {
|
65
|
-
"Be2twd7": "
|
66
|
-
"Bg96gwp": "
|
65
|
+
"Be2twd7": "f1x0m3f5",
|
66
|
+
"Bg96gwp": "fb86gi6"
|
67
67
|
},
|
68
68
|
"hero700": {
|
69
|
-
"Be2twd7": "
|
70
|
-
"Bg96gwp": "
|
69
|
+
"Be2twd7": "fojgt09",
|
70
|
+
"Bg96gwp": "fcen8rp"
|
71
71
|
},
|
72
72
|
"hero800": {
|
73
|
-
"Be2twd7": "
|
74
|
-
"Bg96gwp": "
|
73
|
+
"Be2twd7": "fccw675",
|
74
|
+
"Bg96gwp": "f1ebx5kk"
|
75
75
|
},
|
76
76
|
"hero900": {
|
77
|
-
"Be2twd7": "
|
78
|
-
"Bg96gwp": "
|
77
|
+
"Be2twd7": "f15afnhw",
|
78
|
+
"Bg96gwp": "fr3w3wp"
|
79
79
|
},
|
80
80
|
"hero1000": {
|
81
|
-
"Be2twd7": "
|
82
|
-
"Bg96gwp": "
|
81
|
+
"Be2twd7": "fpyltcb",
|
82
|
+
"Bg96gwp": "f1ivgwrt"
|
83
83
|
},
|
84
84
|
"monospace": {
|
85
|
-
"Bahqtrf": "
|
85
|
+
"Bahqtrf": "f1fedwem"
|
86
86
|
},
|
87
87
|
"numeric": {
|
88
|
-
"Bahqtrf": "
|
88
|
+
"Bahqtrf": "f1uq0ln5"
|
89
89
|
},
|
90
90
|
"weightMedium": {
|
91
|
-
"Bhrd7zp": "
|
91
|
+
"Bhrd7zp": "fdj6btp"
|
92
92
|
},
|
93
93
|
"weightSemibold": {
|
94
|
-
"Bhrd7zp": "
|
94
|
+
"Bhrd7zp": "fl43uef"
|
95
95
|
},
|
96
96
|
"alignCenter": {
|
97
97
|
"fsow6f": "f17mccla"
|
@@ -103,7 +103,7 @@ var useStyles = /*#__PURE__*/react_make_styles_1.__styles({
|
|
103
103
|
"fsow6f": "f1j59e10"
|
104
104
|
}
|
105
105
|
}, {
|
106
|
-
"d": [".
|
106
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fkhj508{font-size:var(--fontSizeBase300);}", ".f1i3iumi{line-height:var(--lineHeightBase300);}", ".figsok6{font-weight:var(--fontWeightRegular);}", ".fpgzoln{text-align:start;}", ".f1w7gpdv{display:inline;}", ".f6juhto{white-space:normal;}", ".f1gl81tg{overflow:visible;}", ".f2jf649{text-overflow:clip;}", ".fz5stix{white-space:nowrap;}", ".f1a3p1vp{overflow:hidden;}", ".f1cmbuwj{text-overflow:ellipsis;}", ".ftgm304{display:block;}", ".f1j4dglz{font-style:italic;}", ".fctto54{-webkit-text-decoration:underline;text-decoration:underline;}", ".f1y2xhd0{-webkit-text-decoration:line-through;text-decoration:line-through;}", ".f13legbo{-webkit-text-decoration:line-through underline;text-decoration:line-through underline;}", ".f13mqy1h{font-size:var(--fontSizeBase100);}", ".fcpl73t{line-height:var(--lineHeightBase100);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}", ".fod5ikn{font-size:var(--fontSizeBase400);}", ".faaz57k{line-height:var(--lineHeightBase400);}", ".f1pp30po{font-size:var(--fontSizeBase500);}", ".f106mvju{line-height:var(--lineHeightBase500);}", ".f1x0m3f5{font-size:var(--fontSizeBase600);}", ".fb86gi6{line-height:var(--lineHeightBase600);}", ".fojgt09{font-size:var(--fontSizeHero700);}", ".fcen8rp{line-height:var(--lineHeightHero700);}", ".fccw675{font-size:var(--fontSizeHero800);}", ".f1ebx5kk{line-height:var(--lineHeightHero800);}", ".f15afnhw{font-size:var(--fontSizeHero900);}", ".fr3w3wp{line-height:var(--lineHeightHero900);}", ".fpyltcb{font-size:var(--fontSizeHero1000);}", ".f1ivgwrt{line-height:var(--lineHeightHero1000);}", ".f1fedwem{font-family:var(--fontFamilyMonospace);}", ".f1uq0ln5{font-family:var(--fontFamilyNumeric);}", ".fdj6btp{font-weight:var(--fontWeightMedium);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".f17mccla{text-align:center;}", ".f12ymhq5{text-align:end;}", ".f1j59e10{text-align:justify;}"]
|
107
107
|
});
|
108
108
|
/**
|
109
109
|
* Apply styling to the Text slots based on the state
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/components/wrapper.tsx"],"names":[],"mappings":";;;;;;;AAAA,IAAA,KAAA,gBAAA,OAAA,CAAA,OAAA,CAAA;;AACA,IAAA,mBAAA,gBAAA,OAAA,CAAA,6BAAA,CAAA;;AACA,IAAA,MAAA,gBAAA,OAAA,CAAA,SAAA,CAAA;;
|
1
|
+
{"version":3,"sources":["../../src/components/wrapper.tsx"],"names":[],"mappings":";;;;;;;AAAA,IAAA,KAAA,gBAAA,OAAA,CAAA,OAAA,CAAA;;AACA,IAAA,mBAAA,gBAAA,OAAA,CAAA,6BAAA,CAAA;;AACA,IAAA,MAAA,gBAAA,OAAA,CAAA,SAAA,CAAA;;AAMA,SAAgB,aAAhB,CAA8B,OAA9B,EAGC;AACS,MAAA,SAAS,GAAkB,OAAO,CAAzB,SAAT;AAAA,MAAW,WAAW,GAAK,OAAO,CAAZ,WAAtB;AACR,MAAM,OAAO,GAA0C,KAAK,CAAC,UAAN,CAAiB,UAAC,KAAD,EAAQ,GAAR,EAAW;AACjF,QAAM,MAAM,GAAG,SAAS,EAAxB;AACA,QAAM,KAAK,GAAG,MAAA,CAAA,OAAA,CAAQ,KAAR,EAA4B,GAA5B,CAAd;AAEA,IAAA,MAAA,CAAA,aAAA,CAAc,KAAd;AAEA,IAAA,KAAK,CAAC,IAAN,CAAW,SAAX,GAAuB,mBAAA,CAAA,YAAA,CAAa,KAAK,CAAC,IAAN,CAAW,SAAxB,EAAmC,MAAM,CAAC,IAA1C,EAAgD,KAAK,CAAC,SAAtD,CAAvB;AAEA,WAAO,MAAA,CAAA,UAAA,CAAW,KAAX,CAAP;AACD,GATsD,CAAvD;AAUA,EAAA,OAAO,CAAC,WAAR,GAAsB,WAAtB;AAEA,SAAO,OAAP;AACD;;AAlBD,OAAA,CAAA,aAAA,GAAA,aAAA","sourceRoot":""}
|
@@ -10,10 +10,10 @@ exports.display = exports.largeTitle = exports.title1 = exports.title2 = exports
|
|
10
10
|
|
11
11
|
var caption = function (theme) {
|
12
12
|
return {
|
13
|
-
fontFamily: theme.
|
14
|
-
fontSize: theme.
|
15
|
-
lineHeight: theme.
|
16
|
-
fontWeight: theme.
|
13
|
+
fontFamily: theme.fontFamilyBase,
|
14
|
+
fontSize: theme.fontSizeBase200,
|
15
|
+
lineHeight: theme.lineHeightBase200,
|
16
|
+
fontWeight: theme.fontWeightRegular
|
17
17
|
};
|
18
18
|
};
|
19
19
|
|
@@ -21,10 +21,10 @@ exports.caption = caption;
|
|
21
21
|
|
22
22
|
var body = function (theme) {
|
23
23
|
return {
|
24
|
-
fontFamily: theme.
|
25
|
-
fontSize: theme.
|
26
|
-
lineHeight: theme.
|
27
|
-
fontWeight: theme.
|
24
|
+
fontFamily: theme.fontFamilyBase,
|
25
|
+
fontSize: theme.fontSizeBase300,
|
26
|
+
lineHeight: theme.lineHeightBase300,
|
27
|
+
fontWeight: theme.fontWeightRegular
|
28
28
|
};
|
29
29
|
};
|
30
30
|
|
@@ -32,10 +32,10 @@ exports.body = body;
|
|
32
32
|
|
33
33
|
var subheadline = function (theme) {
|
34
34
|
return {
|
35
|
-
fontFamily: theme.
|
36
|
-
fontSize: theme.
|
37
|
-
lineHeight: theme.
|
38
|
-
fontWeight: theme.
|
35
|
+
fontFamily: theme.fontFamilyBase,
|
36
|
+
fontSize: theme.fontSizeBase400,
|
37
|
+
lineHeight: theme.lineHeightBase400,
|
38
|
+
fontWeight: theme.fontWeightSemibold
|
39
39
|
};
|
40
40
|
};
|
41
41
|
|
@@ -43,10 +43,10 @@ exports.subheadline = subheadline;
|
|
43
43
|
|
44
44
|
var headline = function (theme) {
|
45
45
|
return {
|
46
|
-
fontFamily: theme.
|
47
|
-
fontSize: theme.
|
48
|
-
lineHeight: theme.
|
49
|
-
fontWeight: theme.
|
46
|
+
fontFamily: theme.fontFamilyBase,
|
47
|
+
fontSize: theme.fontSizeBase500,
|
48
|
+
lineHeight: theme.lineHeightBase500,
|
49
|
+
fontWeight: theme.fontWeightSemibold
|
50
50
|
};
|
51
51
|
};
|
52
52
|
|
@@ -54,10 +54,10 @@ exports.headline = headline;
|
|
54
54
|
|
55
55
|
var title3 = function (theme) {
|
56
56
|
return {
|
57
|
-
fontFamily: theme.
|
58
|
-
fontSize: theme.
|
59
|
-
lineHeight: theme.
|
60
|
-
fontWeight: theme.
|
57
|
+
fontFamily: theme.fontFamilyBase,
|
58
|
+
fontSize: theme.fontSizeBase600,
|
59
|
+
lineHeight: theme.lineHeightBase600,
|
60
|
+
fontWeight: theme.fontWeightSemibold
|
61
61
|
};
|
62
62
|
};
|
63
63
|
|
@@ -65,10 +65,10 @@ exports.title3 = title3;
|
|
65
65
|
|
66
66
|
var title2 = function (theme) {
|
67
67
|
return {
|
68
|
-
fontFamily: theme.
|
69
|
-
fontSize: theme.
|
70
|
-
lineHeight: theme.
|
71
|
-
fontWeight: theme.
|
68
|
+
fontFamily: theme.fontFamilyBase,
|
69
|
+
fontSize: theme.fontSizeHero700,
|
70
|
+
lineHeight: theme.lineHeightHero700,
|
71
|
+
fontWeight: theme.fontWeightSemibold
|
72
72
|
};
|
73
73
|
};
|
74
74
|
|
@@ -76,10 +76,10 @@ exports.title2 = title2;
|
|
76
76
|
|
77
77
|
var title1 = function (theme) {
|
78
78
|
return {
|
79
|
-
fontFamily: theme.
|
80
|
-
fontSize: theme.
|
81
|
-
lineHeight: theme.
|
82
|
-
fontWeight: theme.
|
79
|
+
fontFamily: theme.fontFamilyBase,
|
80
|
+
fontSize: theme.fontSizeHero800,
|
81
|
+
lineHeight: theme.lineHeightHero800,
|
82
|
+
fontWeight: theme.fontWeightSemibold
|
83
83
|
};
|
84
84
|
};
|
85
85
|
|
@@ -87,10 +87,10 @@ exports.title1 = title1;
|
|
87
87
|
|
88
88
|
var largeTitle = function (theme) {
|
89
89
|
return {
|
90
|
-
fontFamily: theme.
|
91
|
-
fontSize: theme.
|
92
|
-
lineHeight: theme.
|
93
|
-
fontWeight: theme.
|
90
|
+
fontFamily: theme.fontFamilyBase,
|
91
|
+
fontSize: theme.fontSizeHero900,
|
92
|
+
lineHeight: theme.lineHeightHero900,
|
93
|
+
fontWeight: theme.fontWeightSemibold
|
94
94
|
};
|
95
95
|
};
|
96
96
|
|
@@ -98,10 +98,10 @@ exports.largeTitle = largeTitle;
|
|
98
98
|
|
99
99
|
var display = function (theme) {
|
100
100
|
return {
|
101
|
-
fontFamily: theme.
|
102
|
-
fontSize: theme.
|
103
|
-
lineHeight: theme.
|
104
|
-
fontWeight: theme.
|
101
|
+
fontFamily: theme.fontFamilyBase,
|
102
|
+
fontSize: theme.fontSizeHero1000,
|
103
|
+
lineHeight: theme.lineHeightHero1000,
|
104
|
+
fontWeight: theme.fontWeightSemibold
|
105
105
|
};
|
106
106
|
};
|
107
107
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/typographyStyles/typographyStyles.ts"],"names":[],"mappings":";;;;;;AAGA;;AAEG;;AACI,IAAM,OAAO,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AACnE,IAAA,UAAU,EAAE,KAAK,CAAC,
|
1
|
+
{"version":3,"sources":["../../src/typographyStyles/typographyStyles.ts"],"names":[],"mappings":"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","sourceRoot":""}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-text",
|
3
|
-
"version": "9.0.0-alpha.
|
3
|
+
"version": "9.0.0-alpha.26",
|
4
4
|
"description": "Text is a typography and styling abstraction component that can be used to ensure the consistency of all text across your application.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -25,11 +25,11 @@
|
|
25
25
|
"storybook": "start-storybook"
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
|
-
"@fluentui/babel-make-styles": "9.0.0-alpha.
|
28
|
+
"@fluentui/babel-make-styles": "9.0.0-alpha.59",
|
29
29
|
"@fluentui/eslint-plugin": "*",
|
30
|
-
"@fluentui/jest-serializer-make-styles": "9.0.0-alpha.
|
30
|
+
"@fluentui/jest-serializer-make-styles": "9.0.0-alpha.52",
|
31
31
|
"@fluentui/react-conformance": "*",
|
32
|
-
"@fluentui/react-conformance-make-styles": "9.0.0-alpha.
|
32
|
+
"@fluentui/react-conformance-make-styles": "9.0.0-alpha.21",
|
33
33
|
"@fluentui/scripts": "^1.0.0",
|
34
34
|
"@types/enzyme": "3.10.3",
|
35
35
|
"@types/enzyme-adapter-react-16": "1.0.3",
|
@@ -43,8 +43,8 @@
|
|
43
43
|
"react-test-renderer": "^16.3.0"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@fluentui/react-make-styles": "9.0.0-alpha.
|
47
|
-
"@fluentui/react-utilities": "9.0.0-alpha.
|
46
|
+
"@fluentui/react-make-styles": "9.0.0-alpha.77",
|
47
|
+
"@fluentui/react-utilities": "9.0.0-alpha.56",
|
48
48
|
"tslib": "^2.1.0"
|
49
49
|
},
|
50
50
|
"peerDependencies": {
|