@fluentui/react-text 9.0.0-alpha.18 → 9.0.0-alpha.21
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 +142 -5
- package/CHANGELOG.md +47 -6
- package/dist/react-text.d.ts +42 -51
- package/lib/Body.js.map +1 -1
- package/lib/Caption.js.map +1 -1
- package/lib/Display.js.map +1 -1
- package/lib/Headline.js.map +1 -1
- package/lib/LargeTitle.js.map +1 -1
- package/lib/Subheadline.js.map +1 -1
- package/lib/Text.js.map +1 -1
- package/lib/Title1.js.map +1 -1
- package/lib/Title2.js.map +1 -1
- package/lib/Title3.js.map +1 -1
- package/lib/common/isConformant.js.map +1 -1
- package/lib/components/Body/Body.d.ts +3 -1
- package/lib/components/Body/Body.js.map +1 -1
- package/lib/components/Body/index.js.map +1 -1
- package/lib/components/Caption/Caption.d.ts +3 -1
- package/lib/components/Caption/Caption.js.map +1 -1
- package/lib/components/Caption/index.js.map +1 -1
- package/lib/components/Display/Display.d.ts +3 -1
- package/lib/components/Display/Display.js.map +1 -1
- package/lib/components/Display/index.js.map +1 -1
- package/lib/components/Headline/Headline.d.ts +3 -1
- package/lib/components/Headline/Headline.js.map +1 -1
- package/lib/components/Headline/index.js.map +1 -1
- package/lib/components/LargeTitle/LargeTitle.d.ts +3 -1
- package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
- package/lib/components/LargeTitle/index.js.map +1 -1
- package/lib/components/Subheadline/Subheadline.d.ts +3 -1
- package/lib/components/Subheadline/Subheadline.js.map +1 -1
- package/lib/components/Subheadline/index.js.map +1 -1
- package/lib/components/Text/Text.d.ts +1 -1
- package/lib/components/Text/Text.js.map +1 -1
- package/lib/components/Text/Text.types.d.ts +20 -29
- package/lib/components/Text/Text.types.js.map +1 -1
- package/lib/components/Text/index.js.map +1 -1
- package/lib/components/Text/renderText.js +3 -3
- package/lib/components/Text/renderText.js.map +1 -1
- package/lib/components/Text/useText.d.ts +1 -2
- package/lib/components/Text/useText.js +36 -8
- package/lib/components/Text/useText.js.map +1 -1
- package/lib/components/Text/useTextStyles.js +1 -1
- package/lib/components/Text/useTextStyles.js.map +1 -1
- package/lib/components/Title1/Title1.d.ts +3 -1
- package/lib/components/Title1/Title1.js.map +1 -1
- package/lib/components/Title1/index.js.map +1 -1
- package/lib/components/Title2/Title2.d.ts +3 -1
- package/lib/components/Title2/Title2.js.map +1 -1
- package/lib/components/Title2/index.js.map +1 -1
- package/lib/components/Title3/Title3.d.ts +3 -1
- package/lib/components/Title3/Title3.js.map +1 -1
- package/lib/components/Title3/index.js.map +1 -1
- package/lib/components/wrapper.d.ts +2 -3
- package/lib/components/wrapper.js +1 -1
- package/lib/components/wrapper.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/typographyStyles/index.js.map +1 -1
- package/lib/typographyStyles/typographyStyles.js.map +1 -1
- package/lib-commonjs/Body.js.map +1 -1
- package/lib-commonjs/Caption.js.map +1 -1
- package/lib-commonjs/Display.js.map +1 -1
- package/lib-commonjs/Headline.js.map +1 -1
- package/lib-commonjs/LargeTitle.js.map +1 -1
- package/lib-commonjs/Subheadline.js.map +1 -1
- package/lib-commonjs/Text.js.map +1 -1
- package/lib-commonjs/Title1.js.map +1 -1
- package/lib-commonjs/Title2.js.map +1 -1
- package/lib-commonjs/Title3.js.map +1 -1
- package/lib-commonjs/common/isConformant.js.map +1 -1
- package/lib-commonjs/components/Body/Body.d.ts +3 -1
- package/lib-commonjs/components/Body/Body.js.map +1 -1
- package/lib-commonjs/components/Body/index.js.map +1 -1
- package/lib-commonjs/components/Caption/Caption.d.ts +3 -1
- package/lib-commonjs/components/Caption/Caption.js.map +1 -1
- package/lib-commonjs/components/Caption/index.js.map +1 -1
- package/lib-commonjs/components/Display/Display.d.ts +3 -1
- package/lib-commonjs/components/Display/Display.js.map +1 -1
- package/lib-commonjs/components/Display/index.js.map +1 -1
- package/lib-commonjs/components/Headline/Headline.d.ts +3 -1
- package/lib-commonjs/components/Headline/Headline.js.map +1 -1
- package/lib-commonjs/components/Headline/index.js.map +1 -1
- package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +3 -1
- package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
- package/lib-commonjs/components/LargeTitle/index.js.map +1 -1
- package/lib-commonjs/components/Subheadline/Subheadline.d.ts +3 -1
- package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
- package/lib-commonjs/components/Subheadline/index.js.map +1 -1
- package/lib-commonjs/components/Text/Text.d.ts +1 -1
- package/lib-commonjs/components/Text/Text.js.map +1 -1
- package/lib-commonjs/components/Text/Text.types.d.ts +20 -29
- package/lib-commonjs/components/Text/Text.types.js.map +1 -1
- package/lib-commonjs/components/Text/index.js.map +1 -1
- package/lib-commonjs/components/Text/renderText.js +2 -2
- package/lib-commonjs/components/Text/renderText.js.map +1 -1
- package/lib-commonjs/components/Text/useText.d.ts +1 -2
- package/lib-commonjs/components/Text/useText.js +37 -8
- package/lib-commonjs/components/Text/useText.js.map +1 -1
- package/lib-commonjs/components/Text/useTextStyles.js +1 -1
- package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
- package/lib-commonjs/components/Title1/Title1.d.ts +3 -1
- package/lib-commonjs/components/Title1/Title1.js.map +1 -1
- package/lib-commonjs/components/Title1/index.js.map +1 -1
- package/lib-commonjs/components/Title2/Title2.d.ts +3 -1
- package/lib-commonjs/components/Title2/Title2.js.map +1 -1
- package/lib-commonjs/components/Title2/index.js.map +1 -1
- package/lib-commonjs/components/Title3/Title3.d.ts +3 -1
- package/lib-commonjs/components/Title3/Title3.js.map +1 -1
- package/lib-commonjs/components/Title3/index.js.map +1 -1
- package/lib-commonjs/components/wrapper.d.ts +2 -3
- package/lib-commonjs/components/wrapper.js +1 -1
- package/lib-commonjs/components/wrapper.js.map +1 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/typographyStyles/index.js.map +1 -1
- package/lib-commonjs/typographyStyles/typographyStyles.js.map +1 -1
- package/package.json +7 -7
- package/lib-amd/Body.d.ts +0 -1
- package/lib-amd/Body.js +0 -6
- package/lib-amd/Body.js.map +0 -1
- package/lib-amd/Caption.d.ts +0 -1
- package/lib-amd/Caption.js +0 -6
- package/lib-amd/Caption.js.map +0 -1
- package/lib-amd/Display.d.ts +0 -1
- package/lib-amd/Display.js +0 -6
- package/lib-amd/Display.js.map +0 -1
- package/lib-amd/Headline.d.ts +0 -1
- package/lib-amd/Headline.js +0 -6
- package/lib-amd/Headline.js.map +0 -1
- package/lib-amd/LargeTitle.d.ts +0 -1
- package/lib-amd/LargeTitle.js +0 -6
- package/lib-amd/LargeTitle.js.map +0 -1
- package/lib-amd/Subheadline.d.ts +0 -1
- package/lib-amd/Subheadline.js +0 -6
- package/lib-amd/Subheadline.js.map +0 -1
- package/lib-amd/Text.d.ts +0 -1
- package/lib-amd/Text.js +0 -6
- package/lib-amd/Text.js.map +0 -1
- package/lib-amd/Title1.d.ts +0 -1
- package/lib-amd/Title1.js +0 -6
- package/lib-amd/Title1.js.map +0 -1
- package/lib-amd/Title2.d.ts +0 -1
- package/lib-amd/Title2.js +0 -6
- package/lib-amd/Title2.js.map +0 -1
- package/lib-amd/Title3.d.ts +0 -1
- package/lib-amd/Title3.js +0 -6
- package/lib-amd/Title3.js.map +0 -1
- package/lib-amd/common/isConformant.d.ts +0 -4
- package/lib-amd/common/isConformant.js +0 -20
- package/lib-amd/common/isConformant.js.map +0 -1
- package/lib-amd/components/Body/Body.d.ts +0 -4
- package/lib-amd/components/Body/Body.js +0 -16
- package/lib-amd/components/Body/Body.js.map +0 -1
- package/lib-amd/components/Body/index.d.ts +0 -1
- package/lib-amd/components/Body/index.js +0 -6
- package/lib-amd/components/Body/index.js.map +0 -1
- package/lib-amd/components/Caption/Caption.d.ts +0 -4
- package/lib-amd/components/Caption/Caption.js +0 -16
- package/lib-amd/components/Caption/Caption.js.map +0 -1
- package/lib-amd/components/Caption/index.d.ts +0 -1
- package/lib-amd/components/Caption/index.js +0 -6
- package/lib-amd/components/Caption/index.js.map +0 -1
- package/lib-amd/components/Display/Display.d.ts +0 -4
- package/lib-amd/components/Display/Display.js +0 -16
- package/lib-amd/components/Display/Display.js.map +0 -1
- package/lib-amd/components/Display/index.d.ts +0 -1
- package/lib-amd/components/Display/index.js +0 -6
- package/lib-amd/components/Display/index.js.map +0 -1
- package/lib-amd/components/Headline/Headline.d.ts +0 -4
- package/lib-amd/components/Headline/Headline.js +0 -16
- package/lib-amd/components/Headline/Headline.js.map +0 -1
- package/lib-amd/components/Headline/index.d.ts +0 -1
- package/lib-amd/components/Headline/index.js +0 -6
- package/lib-amd/components/Headline/index.js.map +0 -1
- package/lib-amd/components/LargeTitle/LargeTitle.d.ts +0 -4
- package/lib-amd/components/LargeTitle/LargeTitle.js +0 -16
- package/lib-amd/components/LargeTitle/LargeTitle.js.map +0 -1
- package/lib-amd/components/LargeTitle/index.d.ts +0 -1
- package/lib-amd/components/LargeTitle/index.js +0 -6
- package/lib-amd/components/LargeTitle/index.js.map +0 -1
- package/lib-amd/components/Subheadline/Subheadline.d.ts +0 -4
- package/lib-amd/components/Subheadline/Subheadline.js +0 -16
- package/lib-amd/components/Subheadline/Subheadline.js.map +0 -1
- package/lib-amd/components/Subheadline/index.d.ts +0 -1
- package/lib-amd/components/Subheadline/index.js +0 -6
- package/lib-amd/components/Subheadline/index.js.map +0 -1
- package/lib-amd/components/Text/Text.d.ts +0 -6
- package/lib-amd/components/Text/Text.js +0 -15
- package/lib-amd/components/Text/Text.js.map +0 -1
- package/lib-amd/components/Text/Text.types.d.ts +0 -86
- package/lib-amd/components/Text/Text.types.js +0 -5
- package/lib-amd/components/Text/Text.types.js.map +0 -1
- package/lib-amd/components/Text/index.d.ts +0 -5
- package/lib-amd/components/Text/index.js +0 -10
- package/lib-amd/components/Text/index.js.map +0 -1
- package/lib-amd/components/Text/renderText.d.ts +0 -5
- package/lib-amd/components/Text/renderText.js +0 -14
- package/lib-amd/components/Text/renderText.js.map +0 -1
- package/lib-amd/components/Text/useText.d.ts +0 -13
- package/lib-amd/components/Text/useText.js +0 -25
- package/lib-amd/components/Text/useText.js.map +0 -1
- package/lib-amd/components/Text/useTextStyles.d.ts +0 -5
- package/lib-amd/components/Text/useTextStyles.js +0 -110
- package/lib-amd/components/Text/useTextStyles.js.map +0 -1
- package/lib-amd/components/Title1/Title1.d.ts +0 -4
- package/lib-amd/components/Title1/Title1.js +0 -16
- package/lib-amd/components/Title1/Title1.js.map +0 -1
- package/lib-amd/components/Title1/index.d.ts +0 -1
- package/lib-amd/components/Title1/index.js +0 -6
- package/lib-amd/components/Title1/index.js.map +0 -1
- package/lib-amd/components/Title2/Title2.d.ts +0 -4
- package/lib-amd/components/Title2/Title2.js +0 -16
- package/lib-amd/components/Title2/Title2.js.map +0 -1
- package/lib-amd/components/Title2/index.d.ts +0 -1
- package/lib-amd/components/Title2/index.js +0 -6
- package/lib-amd/components/Title2/index.js.map +0 -1
- package/lib-amd/components/Title3/Title3.d.ts +0 -4
- package/lib-amd/components/Title3/Title3.js +0 -16
- package/lib-amd/components/Title3/Title3.js.map +0 -1
- package/lib-amd/components/Title3/index.d.ts +0 -1
- package/lib-amd/components/Title3/index.js +0 -6
- package/lib-amd/components/Title3/index.js.map +0 -1
- package/lib-amd/components/wrapper.d.ts +0 -8
- package/lib-amd/components/wrapper.js +0 -19
- package/lib-amd/components/wrapper.js.map +0 -1
- package/lib-amd/index.d.ts +0 -10
- package/lib-amd/index.js +0 -15
- package/lib-amd/index.js.map +0 -1
- package/lib-amd/typographyStyles/index.d.ts +0 -2
- package/lib-amd/typographyStyles/index.js +0 -7
- package/lib-amd/typographyStyles/index.js.map +0 -1
- package/lib-amd/typographyStyles/typographyStyles.d.ts +0 -14
- package/lib-amd/typographyStyles/typographyStyles.js +0 -72
- package/lib-amd/typographyStyles/typographyStyles.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,144 @@
|
|
2
2
|
"name": "@fluentui/react-text",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Fri, 24 Sep 2021 09:16:15 GMT",
|
6
|
+
"tag": "@fluentui/react-text_v9.0.0-alpha.21",
|
7
|
+
"version": "9.0.0-alpha.21",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "andredias@microsoft.com",
|
12
|
+
"package": "@fluentui/react-text",
|
13
|
+
"comment": "Remove workaround for as prop with getNativeElementProps",
|
14
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-text",
|
19
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
|
20
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-text",
|
25
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
|
26
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-text",
|
31
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.54",
|
32
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-text",
|
37
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
|
38
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-text",
|
43
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
|
44
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
45
|
+
}
|
46
|
+
]
|
47
|
+
}
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"date": "Thu, 23 Sep 2021 08:21:34 GMT",
|
51
|
+
"tag": "@fluentui/react-text_v9.0.0-alpha.20",
|
52
|
+
"version": "9.0.0-alpha.20",
|
53
|
+
"comments": {
|
54
|
+
"none": [
|
55
|
+
{
|
56
|
+
"author": "tkrasniqi@microsoft.com",
|
57
|
+
"package": "@fluentui/react-text",
|
58
|
+
"comment": "Updated storybook documentation",
|
59
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
60
|
+
}
|
61
|
+
],
|
62
|
+
"prerelease": [
|
63
|
+
{
|
64
|
+
"author": "beachball",
|
65
|
+
"package": "@fluentui/react-text",
|
66
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
|
67
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"author": "beachball",
|
71
|
+
"package": "@fluentui/react-text",
|
72
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
|
73
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"author": "beachball",
|
77
|
+
"package": "@fluentui/react-text",
|
78
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.53",
|
79
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"author": "beachball",
|
83
|
+
"package": "@fluentui/react-text",
|
84
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
|
85
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"author": "beachball",
|
89
|
+
"package": "@fluentui/react-text",
|
90
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
|
91
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
92
|
+
}
|
93
|
+
]
|
94
|
+
}
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"date": "Wed, 22 Sep 2021 10:10:07 GMT",
|
98
|
+
"tag": "@fluentui/react-text_v9.0.0-alpha.19",
|
99
|
+
"version": "9.0.0-alpha.19",
|
100
|
+
"comments": {
|
101
|
+
"prerelease": [
|
102
|
+
{
|
103
|
+
"author": "andredias@microsoft.com",
|
104
|
+
"package": "@fluentui/react-text",
|
105
|
+
"comment": "Migrate to simplified prop merging",
|
106
|
+
"commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"author": "beachball",
|
110
|
+
"package": "@fluentui/react-text",
|
111
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
|
112
|
+
"commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"author": "beachball",
|
116
|
+
"package": "@fluentui/react-text",
|
117
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
|
118
|
+
"commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"author": "beachball",
|
122
|
+
"package": "@fluentui/react-text",
|
123
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.52",
|
124
|
+
"commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"author": "beachball",
|
128
|
+
"package": "@fluentui/react-text",
|
129
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
|
130
|
+
"commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"author": "beachball",
|
134
|
+
"package": "@fluentui/react-text",
|
135
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
|
136
|
+
"commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
|
137
|
+
}
|
138
|
+
]
|
139
|
+
}
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"date": "Tue, 21 Sep 2021 07:42:34 GMT",
|
6
143
|
"tag": "@fluentui/react-text_v9.0.0-alpha.18",
|
7
144
|
"version": "9.0.0-alpha.18",
|
8
145
|
"comments": {
|
@@ -11,25 +148,25 @@
|
|
11
148
|
"author": "beachball",
|
12
149
|
"package": "@fluentui/react-text",
|
13
150
|
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
|
14
|
-
"commit": "
|
151
|
+
"commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
|
15
152
|
},
|
16
153
|
{
|
17
154
|
"author": "beachball",
|
18
155
|
"package": "@fluentui/react-text",
|
19
156
|
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.51",
|
20
|
-
"commit": "
|
157
|
+
"commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
|
21
158
|
},
|
22
159
|
{
|
23
160
|
"author": "beachball",
|
24
161
|
"package": "@fluentui/react-text",
|
25
162
|
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
|
26
|
-
"commit": "
|
163
|
+
"commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
|
27
164
|
},
|
28
165
|
{
|
29
166
|
"author": "beachball",
|
30
167
|
"package": "@fluentui/react-text",
|
31
168
|
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
|
32
|
-
"commit": "
|
169
|
+
"commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
|
33
170
|
}
|
34
171
|
]
|
35
172
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,20 +1,61 @@
|
|
1
1
|
# Change Log - @fluentui/react-text
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 24 Sep 2021 09:16:15 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.21)
|
8
|
+
|
9
|
+
Fri, 24 Sep 2021 09:16:15 GMT
|
10
|
+
[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
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Remove workaround for as prop with getNativeElementProps ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by andredias@microsoft.com)
|
15
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.72 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.52 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
|
17
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.54 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
|
18
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
|
19
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
|
20
|
+
|
21
|
+
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.20)
|
22
|
+
|
23
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
24
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.19..@fluentui/react-text_v9.0.0-alpha.20)
|
25
|
+
|
26
|
+
### Changes
|
27
|
+
|
28
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.71 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
|
29
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.51 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
|
30
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.53 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
|
31
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
|
32
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
|
33
|
+
|
34
|
+
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.19)
|
35
|
+
|
36
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
37
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.18..@fluentui/react-text_v9.0.0-alpha.19)
|
38
|
+
|
39
|
+
### Changes
|
40
|
+
|
41
|
+
- Migrate to simplified prop merging ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by andredias@microsoft.com)
|
42
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.70 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
|
43
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.50 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
|
44
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.52 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
|
45
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
|
46
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
|
47
|
+
|
7
48
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.18)
|
8
49
|
|
9
|
-
Tue, 21 Sep 2021 07:
|
50
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
10
51
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.17..@fluentui/react-text_v9.0.0-alpha.18)
|
11
52
|
|
12
53
|
### Changes
|
13
54
|
|
14
|
-
- Bump @fluentui/react-make-styles to v9.0.0-alpha.69 ([PR #
|
15
|
-
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.51 ([PR #
|
16
|
-
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44 ([PR #
|
17
|
-
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13 ([PR #
|
55
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.69 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
|
56
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.51 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
|
57
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
|
58
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
|
18
59
|
|
19
60
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.17)
|
20
61
|
|
package/dist/react-text.d.ts
CHANGED
@@ -1,37 +1,34 @@
|
|
1
|
-
import type {
|
2
|
-
import type {
|
3
|
-
import {
|
1
|
+
import type { ComponentProps } from '@fluentui/react-utilities';
|
2
|
+
import type { ComponentState } from '@fluentui/react-utilities';
|
3
|
+
import type { FunctionComponent } from 'react';
|
4
|
+
import type { IntrinsicShorthandProps } from '@fluentui/react-utilities';
|
4
5
|
import * as React_2 from 'react';
|
5
|
-
import { RefAttributes } from 'react';
|
6
6
|
|
7
7
|
/**
|
8
8
|
* Text wrapper component for the Body typography variant
|
9
9
|
*/
|
10
|
-
declare const Body_2:
|
10
|
+
declare const Body_2: FunctionComponent<TextWrapperProps>;
|
11
11
|
export { Body_2 as Body }
|
12
12
|
|
13
13
|
/**
|
14
14
|
* Text wrapper component for the Caption typography variant
|
15
15
|
*/
|
16
|
-
export declare const Caption:
|
16
|
+
export declare const Caption: FunctionComponent<TextWrapperProps>;
|
17
17
|
|
18
18
|
/**
|
19
19
|
* Text wrapper component for the Display typography variant
|
20
20
|
*/
|
21
|
-
export declare const Display:
|
21
|
+
export declare const Display: FunctionComponent<TextWrapperProps>;
|
22
22
|
|
23
23
|
/**
|
24
24
|
* Text wrapper component for the Headline typography variant
|
25
25
|
*/
|
26
|
-
export declare const Headline:
|
26
|
+
export declare const Headline: FunctionComponent<TextWrapperProps>;
|
27
27
|
|
28
28
|
/**
|
29
29
|
* Text wrapper component for the Large Title typography variant
|
30
30
|
*/
|
31
|
-
export declare const LargeTitle:
|
32
|
-
|
33
|
-
declare interface Props extends Omit<TextProps, 'font' | 'size'> {
|
34
|
-
}
|
31
|
+
export declare const LargeTitle: FunctionComponent<TextWrapperProps>;
|
35
32
|
|
36
33
|
/**
|
37
34
|
* Render the final JSX of Text
|
@@ -41,115 +38,110 @@ export declare const renderText: (state: TextState) => JSX.Element;
|
|
41
38
|
/**
|
42
39
|
* Text wrapper component for the Subheadline typography variant
|
43
40
|
*/
|
44
|
-
export declare const Subheadline:
|
41
|
+
export declare const Subheadline: FunctionComponent<TextWrapperProps>;
|
45
42
|
|
46
43
|
/**
|
47
44
|
* Typography and styling abstraction component used to ensure consistency of text.
|
48
45
|
*/
|
49
|
-
declare const Text_2: React_2.
|
46
|
+
declare const Text_2: React_2.FunctionComponent<TextProps>;
|
50
47
|
export { Text_2 as Text }
|
51
48
|
|
52
|
-
|
53
|
-
* Names of TextProps that have a default value in useText
|
54
|
-
*/
|
55
|
-
export declare type TextDefaultedProps = never;
|
56
|
-
|
57
|
-
/**
|
58
|
-
* Text Props
|
59
|
-
*/
|
60
|
-
export declare interface TextProps extends ComponentPropsCompat, React_2.HTMLAttributes<HTMLElement> {
|
49
|
+
export declare type TextCommons = {
|
61
50
|
/**
|
62
51
|
* Wraps the text content on white spaces.
|
63
52
|
*
|
64
53
|
* @defaultValue true
|
65
54
|
*/
|
66
|
-
wrap
|
55
|
+
wrap: boolean;
|
67
56
|
/**
|
68
57
|
* Truncate overflowing text for block displays.
|
69
58
|
*
|
70
59
|
* @defaultValue false
|
71
60
|
*/
|
72
|
-
truncate
|
61
|
+
truncate: boolean;
|
73
62
|
/**
|
74
63
|
* Applies a block display for the content.
|
75
64
|
*
|
76
65
|
* @defaultValue false
|
77
66
|
*/
|
78
|
-
block
|
67
|
+
block: boolean;
|
79
68
|
/**
|
80
69
|
* Applies the italic font style to the content.
|
81
70
|
*
|
82
71
|
* @defaultValue false
|
83
72
|
*/
|
84
|
-
italic
|
73
|
+
italic: boolean;
|
85
74
|
/**
|
86
75
|
* Applies the underline text decoration to the content.
|
87
76
|
*
|
88
77
|
* @defaultValue false
|
89
78
|
*/
|
90
|
-
underline
|
79
|
+
underline: boolean;
|
91
80
|
/**
|
92
81
|
* Applies the strikethrough text decoration to the content.
|
93
82
|
*
|
94
83
|
* @defaultValue false
|
95
84
|
*/
|
96
|
-
strikethrough
|
85
|
+
strikethrough: boolean;
|
97
86
|
/**
|
98
87
|
* Applies font size and line height based on the theme tokens.
|
99
88
|
*
|
100
89
|
* @defaultValue 300
|
101
90
|
*/
|
102
|
-
size
|
91
|
+
size: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 1000;
|
103
92
|
/**
|
104
93
|
* Applies the font family to the content.
|
105
94
|
*
|
106
95
|
* @defaultValue base
|
107
96
|
*/
|
108
|
-
font
|
97
|
+
font: 'base' | 'monospace' | 'numeric';
|
109
98
|
/**
|
110
99
|
* Applies font weight to the content.
|
111
100
|
*
|
112
101
|
* @defaultValue regular
|
113
102
|
*/
|
114
|
-
weight
|
103
|
+
weight: 'regular' | 'medium' | 'semibold';
|
115
104
|
/**
|
116
105
|
* Aligns text based on the parent container.
|
117
106
|
*
|
118
107
|
* @defaultValue start
|
119
108
|
*/
|
120
|
-
align
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
109
|
+
align: 'start' | 'center' | 'end' | 'justify';
|
110
|
+
};
|
111
|
+
|
112
|
+
/**
|
113
|
+
* Text Props
|
114
|
+
*/
|
115
|
+
export declare type TextProps = ComponentProps<TextSlots> & Partial<TextCommons>;
|
116
|
+
|
117
|
+
/**
|
118
|
+
* Text slots
|
119
|
+
*/
|
120
|
+
export declare type TextSlots = {
|
121
|
+
root: IntrinsicShorthandProps<'span', 'p' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'pre'>;
|
122
|
+
};
|
128
123
|
|
129
124
|
/**
|
130
125
|
* State used in rendering Text
|
131
126
|
*/
|
132
|
-
export declare
|
133
|
-
|
134
|
-
|
135
|
-
*/
|
136
|
-
ref: React_2.Ref<HTMLElement>;
|
137
|
-
}
|
127
|
+
export declare type TextState = ComponentState<TextSlots> & TextCommons;
|
128
|
+
|
129
|
+
declare type TextWrapperProps = Omit<TextProps, 'font' | 'size'>;
|
138
130
|
|
139
131
|
/**
|
140
132
|
* Text wrapper component for the Title 1 typography variant
|
141
133
|
*/
|
142
|
-
export declare const Title1:
|
134
|
+
export declare const Title1: FunctionComponent<TextWrapperProps>;
|
143
135
|
|
144
136
|
/**
|
145
137
|
* Text wrapper component for the Title 2 typography variant
|
146
138
|
*/
|
147
|
-
export declare const Title2:
|
139
|
+
export declare const Title2: FunctionComponent<TextWrapperProps>;
|
148
140
|
|
149
141
|
/**
|
150
142
|
* Text wrapper component for the Title 3 typography variant
|
151
143
|
*/
|
152
|
-
export declare const Title3:
|
144
|
+
export declare const Title3: FunctionComponent<TextWrapperProps>;
|
153
145
|
|
154
146
|
/**
|
155
147
|
* Create the state required to render Text.
|
@@ -159,9 +151,8 @@ export declare const Title3: ForwardRefExoticComponent<Props & RefAttributes<HTM
|
|
159
151
|
*
|
160
152
|
* @param props - props from this instance of Text
|
161
153
|
* @param ref - reference to root HTMLElement of Text
|
162
|
-
* @param defaultProps - (optional) default prop values provided by the implementing type
|
163
154
|
*/
|
164
|
-
export declare const useText: (props: TextProps, ref: React_2.Ref<HTMLElement
|
155
|
+
export declare const useText: (props: TextProps, ref: React_2.Ref<HTMLElement>) => TextState;
|
165
156
|
|
166
157
|
/**
|
167
158
|
* Apply styling to the Text slots based on the state
|
package/lib/Body.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Body.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"Body.js","sourceRoot":"","sources":["../src/Body.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
|
package/lib/Caption.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Caption.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"Caption.js","sourceRoot":"","sources":["../src/Caption.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
|
package/lib/Display.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Display.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"Display.js","sourceRoot":"","sources":["../src/Display.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
|
package/lib/Headline.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Headline.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"Headline.js","sourceRoot":"","sources":["../src/Headline.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
|
package/lib/LargeTitle.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"LargeTitle.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"LargeTitle.js","sourceRoot":"","sources":["../src/LargeTitle.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
|
package/lib/Subheadline.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Subheadline.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"Subheadline.js","sourceRoot":"","sources":["../src/Subheadline.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
|
package/lib/Text.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Text.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"Text.js","sourceRoot":"","sources":["../src/Text.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
|
package/lib/Title1.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Title1.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"Title1.js","sourceRoot":"","sources":["../src/Title1.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
|
package/lib/Title2.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Title2.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"Title2.js","sourceRoot":"","sources":["../src/Title2.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
|
package/lib/Title3.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Title3.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"Title3.js","sourceRoot":"","sources":["../src/Title3.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["common/isConformant.ts"],"names":[],"mappings":"AAAA,SAAS,YAAY,IAAI,gBAAzB,QAAiD,6BAAjD;AAEA,OAAO,eAAP,MAA4B,yCAA5B;AAEA,OAAM,SAAU,YAAV,CACJ,QADI,EACqF;AAEzF,MAAM,cAAc,GAAyC;AAC3D,IAAA,gBAAgB,EAAE,IADyC;AAE3D,IAAA,aAAa,EAAE,MAAO,CAAC,MAAR,CAAgB,QAAhB,CAAyB,OAAzB,CAAiC,OAAjC,EAA0C,EAA1C,CAF4C;AAG3D,IAAA,UAAU,EAAE,eAH+C;AAI3D,IAAA,WAAW,EAAE;AACX,mCAA6B;AAC3B,QAAA,SAAS,EAAE;AADgB;AADlB;AAJ8C,GAA7D;AAaA,EAAA,gBAAgB,CAAC,cAAD,EAAiB,QAAjB,CAAhB;AACD","
|
1
|
+
{"version":3,"sources":["../../src/common/isConformant.ts"],"names":[],"mappings":"AAAA,SAAS,YAAY,IAAI,gBAAzB,QAAiD,6BAAjD;AAEA,OAAO,eAAP,MAA4B,yCAA5B;AAEA,OAAM,SAAU,YAAV,CACJ,QADI,EACqF;AAEzF,MAAM,cAAc,GAAyC;AAC3D,IAAA,gBAAgB,EAAE,IADyC;AAE3D,IAAA,aAAa,EAAE,MAAO,CAAC,MAAR,CAAgB,QAAhB,CAAyB,OAAzB,CAAiC,OAAjC,EAA0C,EAA1C,CAF4C;AAG3D,IAAA,UAAU,EAAE,eAH+C;AAI3D,IAAA,WAAW,EAAE;AACX,mCAA6B;AAC3B,QAAA,SAAS,EAAE;AADgB;AADlB;AAJ8C,GAA7D;AAaA,EAAA,gBAAgB,CAAC,cAAD,EAAiB,QAAjB,CAAhB;AACD","sourceRoot":""}
|
@@ -1,4 +1,6 @@
|
|
1
|
+
import type { FunctionComponent } from 'react';
|
2
|
+
import { TextWrapperProps } from '../wrapper';
|
1
3
|
/**
|
2
4
|
* Text wrapper component for the Body typography variant
|
3
5
|
*/
|
4
|
-
export declare const Body:
|
6
|
+
export declare const Body: FunctionComponent<TextWrapperProps>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["components/Body/Body.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/components/Body/Body.tsx"],"names":[],"mappings":"AACA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAAgD,YAAhD;AAEA;;AAEG;;AACH,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,IAAM,IAAI,gBAAwC,aAAa,CAAC;AAAE,EAAA,SAAS,EAAA,SAAX;AAAa,EAAA,WAAW,EAAE;AAA1B,CAAD,CAA/D","sourceRoot":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Body/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|
@@ -1,4 +1,6 @@
|
|
1
|
+
import type { FunctionComponent } from 'react';
|
2
|
+
import { TextWrapperProps } from '../wrapper';
|
1
3
|
/**
|
2
4
|
* Text wrapper component for the Caption typography variant
|
3
5
|
*/
|
4
|
-
export declare const Caption:
|
6
|
+
export declare const Caption: FunctionComponent<TextWrapperProps>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["components/Caption/Caption.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/components/Caption/Caption.tsx"],"names":[],"mappings":"AACA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAAgD,YAAhD;AAEA;;AAEG;;AACH,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,IAAM,OAAO,gBAAwC,aAAa,CAAC;AAAE,EAAA,SAAS,EAAA,SAAX;AAAa,EAAA,WAAW,EAAE;AAA1B,CAAD,CAAlE","sourceRoot":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Caption/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
|
@@ -1,4 +1,6 @@
|
|
1
|
+
import type { FunctionComponent } from 'react';
|
2
|
+
import { TextWrapperProps } from '../wrapper';
|
1
3
|
/**
|
2
4
|
* Text wrapper component for the Display typography variant
|
3
5
|
*/
|
4
|
-
export declare const Display:
|
6
|
+
export declare const Display: FunctionComponent<TextWrapperProps>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["components/Display/Display.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/components/Display/Display.tsx"],"names":[],"mappings":"AACA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAAgD,YAAhD;AAEA;;AAEG;;AACH,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,IAAM,OAAO,gBAAwC,aAAa,CAAC;AAAE,EAAA,SAAS,EAAA,SAAX;AAAa,EAAA,WAAW,EAAE;AAA1B,CAAD,CAAlE","sourceRoot":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Display/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
|
@@ -1,4 +1,6 @@
|
|
1
|
+
import type { FunctionComponent } from 'react';
|
2
|
+
import { TextWrapperProps } from '../wrapper';
|
1
3
|
/**
|
2
4
|
* Text wrapper component for the Headline typography variant
|
3
5
|
*/
|
4
|
-
export declare const Headline:
|
6
|
+
export declare const Headline: FunctionComponent<TextWrapperProps>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["components/Headline/Headline.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/components/Headline/Headline.tsx"],"names":[],"mappings":"AACA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAAgD,YAAhD;AAEA;;AAEG;;AACH,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,IAAM,QAAQ,gBAAwC,aAAa,CAAC;AACzE,EAAA,SAAS,EAAA,SADgE;AAEzE,EAAA,WAAW,EAAE;AAF4D,CAAD,CAAnE","sourceRoot":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Headline/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
|
@@ -1,4 +1,6 @@
|
|
1
|
+
import type { FunctionComponent } from 'react';
|
2
|
+
import { TextWrapperProps } from '../wrapper';
|
1
3
|
/**
|
2
4
|
* Text wrapper component for the Large Title typography variant
|
3
5
|
*/
|
4
|
-
export declare const LargeTitle:
|
6
|
+
export declare const LargeTitle: FunctionComponent<TextWrapperProps>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["components/LargeTitle/LargeTitle.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/components/LargeTitle/LargeTitle.tsx"],"names":[],"mappings":"AACA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAAgD,YAAhD;AAEA;;AAEG;;AACH,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,IAAM,UAAU,gBAAwC,aAAa,CAAC;AAC3E,EAAA,SAAS,EAAA,SADkE;AAE3E,EAAA,WAAW,EAAE;AAF8D,CAAD,CAArE","sourceRoot":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/LargeTitle/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
|
@@ -1,4 +1,6 @@
|
|
1
|
+
import type { FunctionComponent } from 'react';
|
2
|
+
import { TextWrapperProps } from '../wrapper';
|
1
3
|
/**
|
2
4
|
* Text wrapper component for the Subheadline typography variant
|
3
5
|
*/
|
4
|
-
export declare const Subheadline:
|
6
|
+
export declare const Subheadline: FunctionComponent<TextWrapperProps>;
|