@fluentui/react-text 0.0.0-nightly-20230426-0420.1 → 0.0.0-nightly-20230428-0419.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +13 -13
- package/CHANGELOG.md +9 -9
- package/lib-commonjs/components/Text/Text.js +2 -2
- package/lib-commonjs/components/Text/Text.js.map +1 -1
- package/lib-commonjs/components/Text/index.js +1 -1
- package/lib-commonjs/components/Text/index.js.map +1 -1
- package/lib-commonjs/components/Text/{useTextStyles.js → useTextStyles.styles.js} +2 -2
- package/lib-commonjs/components/Text/useTextStyles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Body1/Body1.js +6 -32
- package/lib-commonjs/components/presets/Body1/Body1.js.map +1 -1
- package/lib-commonjs/components/presets/Body1/index.js +5 -0
- package/lib-commonjs/components/presets/Body1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js +6 -32
- package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Strong/index.js +5 -0
- package/lib-commonjs/components/presets/Body1Strong/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js +35 -0
- package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js +6 -32
- package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Stronger/index.js +5 -0
- package/lib-commonjs/components/presets/Body1Stronger/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js +35 -0
- package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Body2/Body2.js +6 -32
- package/lib-commonjs/components/presets/Body2/Body2.js.map +1 -1
- package/lib-commonjs/components/presets/Body2/index.js +5 -0
- package/lib-commonjs/components/presets/Body2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Caption1/Caption1.js +6 -32
- package/lib-commonjs/components/presets/Caption1/Caption1.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1/index.js +5 -0
- package/lib-commonjs/components/presets/Caption1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js +6 -32
- package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Strong/index.js +5 -0
- package/lib-commonjs/components/presets/Caption1Strong/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js +35 -0
- package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js +6 -32
- package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Stronger/index.js +5 -0
- package/lib-commonjs/components/presets/Caption1Stronger/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js +35 -0
- package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Caption2/Caption2.js +6 -32
- package/lib-commonjs/components/presets/Caption2/Caption2.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2/index.js +5 -0
- package/lib-commonjs/components/presets/Caption2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js +6 -32
- package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2Strong/index.js +5 -0
- package/lib-commonjs/components/presets/Caption2Strong/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js +35 -0
- package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Display/Display.js +6 -32
- package/lib-commonjs/components/presets/Display/Display.js.map +1 -1
- package/lib-commonjs/components/presets/Display/index.js +5 -0
- package/lib-commonjs/components/presets/Display/index.js.map +1 -1
- package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js +35 -0
- package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js +6 -32
- package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js.map +1 -1
- package/lib-commonjs/components/presets/LargeTitle/index.js +5 -0
- package/lib-commonjs/components/presets/LargeTitle/index.js.map +1 -1
- package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js +35 -0
- package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js +6 -32
- package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle1/index.js +5 -0
- package/lib-commonjs/components/presets/Subtitle1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js +6 -32
- package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2/index.js +5 -0
- package/lib-commonjs/components/presets/Subtitle2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +6 -32
- package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2Stronger/index.js +5 -0
- package/lib-commonjs/components/presets/Subtitle2Stronger/index.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js +35 -0
- package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Title1/Title1.js +6 -32
- package/lib-commonjs/components/presets/Title1/Title1.js.map +1 -1
- package/lib-commonjs/components/presets/Title1/index.js +5 -0
- package/lib-commonjs/components/presets/Title1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Title2/Title2.js +6 -32
- package/lib-commonjs/components/presets/Title2/Title2.js.map +1 -1
- package/lib-commonjs/components/presets/Title2/index.js +5 -0
- package/lib-commonjs/components/presets/Title2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Title3/Title3.js +6 -32
- package/lib-commonjs/components/presets/Title3/Title3.js.map +1 -1
- package/lib-commonjs/components/presets/Title3/index.js +5 -0
- package/lib-commonjs/components/presets/Title3/index.js.map +1 -1
- package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js.map +1 -0
- package/package.json +6 -6
- package/dist/index.d.ts +0 -240
- package/lib/Body1.js +0 -2
- package/lib/Body1.js.map +0 -1
- package/lib/Body1Strong.js +0 -2
- package/lib/Body1Strong.js.map +0 -1
- package/lib/Body1Stronger.js +0 -2
- package/lib/Body1Stronger.js.map +0 -1
- package/lib/Body2.js +0 -2
- package/lib/Body2.js.map +0 -1
- package/lib/Caption1.js +0 -2
- package/lib/Caption1.js.map +0 -1
- package/lib/Caption1Strong.js +0 -2
- package/lib/Caption1Strong.js.map +0 -1
- package/lib/Caption1Stronger.js +0 -2
- package/lib/Caption1Stronger.js.map +0 -1
- package/lib/Caption2.js +0 -2
- package/lib/Caption2.js.map +0 -1
- package/lib/Caption2Strong.js +0 -2
- package/lib/Caption2Strong.js.map +0 -1
- package/lib/Display.js +0 -2
- package/lib/Display.js.map +0 -1
- package/lib/LargeTitle.js +0 -2
- package/lib/LargeTitle.js.map +0 -1
- package/lib/Subtitle1.js +0 -2
- package/lib/Subtitle1.js.map +0 -1
- package/lib/Subtitle2.js +0 -2
- package/lib/Subtitle2.js.map +0 -1
- package/lib/Subtitle2Stronger.js +0 -2
- package/lib/Subtitle2Stronger.js.map +0 -1
- package/lib/Text.js +0 -2
- package/lib/Text.js.map +0 -1
- package/lib/Title1.js +0 -2
- package/lib/Title1.js.map +0 -1
- package/lib/Title2.js +0 -2
- package/lib/Title2.js.map +0 -1
- package/lib/Title3.js +0 -2
- package/lib/Title3.js.map +0 -1
- package/lib/components/Text/Text.js +0 -18
- package/lib/components/Text/Text.js.map +0 -1
- package/lib/components/Text/Text.types.js +0 -2
- package/lib/components/Text/Text.types.js.map +0 -1
- package/lib/components/Text/index.js +0 -6
- package/lib/components/Text/index.js.map +0 -1
- package/lib/components/Text/renderText.js +0 -13
- package/lib/components/Text/renderText.js.map +0 -1
- package/lib/components/Text/useText.js +0 -49
- package/lib/components/Text/useText.js.map +0 -1
- package/lib/components/Text/useTextStyles.js +0 -116
- package/lib/components/Text/useTextStyles.js.map +0 -1
- package/lib/components/presets/Body1/Body1.js +0 -28
- package/lib/components/presets/Body1/Body1.js.map +0 -1
- package/lib/components/presets/Body1/index.js +0 -2
- package/lib/components/presets/Body1/index.js.map +0 -1
- package/lib/components/presets/Body1Strong/Body1Strong.js +0 -28
- package/lib/components/presets/Body1Strong/Body1Strong.js.map +0 -1
- package/lib/components/presets/Body1Strong/index.js +0 -2
- package/lib/components/presets/Body1Strong/index.js.map +0 -1
- package/lib/components/presets/Body1Stronger/Body1Stronger.js +0 -28
- package/lib/components/presets/Body1Stronger/Body1Stronger.js.map +0 -1
- package/lib/components/presets/Body1Stronger/index.js +0 -2
- package/lib/components/presets/Body1Stronger/index.js.map +0 -1
- package/lib/components/presets/Body2/Body2.js +0 -28
- package/lib/components/presets/Body2/Body2.js.map +0 -1
- package/lib/components/presets/Body2/index.js +0 -2
- package/lib/components/presets/Body2/index.js.map +0 -1
- package/lib/components/presets/Caption1/Caption1.js +0 -28
- package/lib/components/presets/Caption1/Caption1.js.map +0 -1
- package/lib/components/presets/Caption1/index.js +0 -2
- package/lib/components/presets/Caption1/index.js.map +0 -1
- package/lib/components/presets/Caption1Strong/Caption1Strong.js +0 -28
- package/lib/components/presets/Caption1Strong/Caption1Strong.js.map +0 -1
- package/lib/components/presets/Caption1Strong/index.js +0 -2
- package/lib/components/presets/Caption1Strong/index.js.map +0 -1
- package/lib/components/presets/Caption1Stronger/Caption1Stronger.js +0 -28
- package/lib/components/presets/Caption1Stronger/Caption1Stronger.js.map +0 -1
- package/lib/components/presets/Caption1Stronger/index.js +0 -2
- package/lib/components/presets/Caption1Stronger/index.js.map +0 -1
- package/lib/components/presets/Caption2/Caption2.js +0 -28
- package/lib/components/presets/Caption2/Caption2.js.map +0 -1
- package/lib/components/presets/Caption2/index.js +0 -2
- package/lib/components/presets/Caption2/index.js.map +0 -1
- package/lib/components/presets/Caption2Strong/Caption2Strong.js +0 -28
- package/lib/components/presets/Caption2Strong/Caption2Strong.js.map +0 -1
- package/lib/components/presets/Caption2Strong/index.js +0 -2
- package/lib/components/presets/Caption2Strong/index.js.map +0 -1
- package/lib/components/presets/Display/Display.js +0 -28
- package/lib/components/presets/Display/Display.js.map +0 -1
- package/lib/components/presets/Display/index.js +0 -2
- package/lib/components/presets/Display/index.js.map +0 -1
- package/lib/components/presets/LargeTitle/LargeTitle.js +0 -28
- package/lib/components/presets/LargeTitle/LargeTitle.js.map +0 -1
- package/lib/components/presets/LargeTitle/index.js +0 -2
- package/lib/components/presets/LargeTitle/index.js.map +0 -1
- package/lib/components/presets/Subtitle1/Subtitle1.js +0 -28
- package/lib/components/presets/Subtitle1/Subtitle1.js.map +0 -1
- package/lib/components/presets/Subtitle1/index.js +0 -2
- package/lib/components/presets/Subtitle1/index.js.map +0 -1
- package/lib/components/presets/Subtitle2/Subtitle2.js +0 -28
- package/lib/components/presets/Subtitle2/Subtitle2.js.map +0 -1
- package/lib/components/presets/Subtitle2/index.js +0 -2
- package/lib/components/presets/Subtitle2/index.js.map +0 -1
- package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +0 -28
- package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +0 -1
- package/lib/components/presets/Subtitle2Stronger/index.js +0 -2
- package/lib/components/presets/Subtitle2Stronger/index.js.map +0 -1
- package/lib/components/presets/Title1/Title1.js +0 -28
- package/lib/components/presets/Title1/Title1.js.map +0 -1
- package/lib/components/presets/Title1/index.js +0 -2
- package/lib/components/presets/Title1/index.js.map +0 -1
- package/lib/components/presets/Title2/Title2.js +0 -28
- package/lib/components/presets/Title2/Title2.js.map +0 -1
- package/lib/components/presets/Title2/index.js +0 -2
- package/lib/components/presets/Title2/index.js.map +0 -1
- package/lib/components/presets/Title3/Title3.js +0 -28
- package/lib/components/presets/Title3/Title3.js.map +0 -1
- package/lib/components/presets/Title3/index.js +0 -2
- package/lib/components/presets/Title3/index.js.map +0 -1
- package/lib/components/presets/createPreset.js +0 -20
- package/lib/components/presets/createPreset.js.map +0 -1
- package/lib/index.js +0 -19
- package/lib/index.js.map +0 -1
- package/lib-commonjs/components/Text/useTextStyles.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
"name": "@fluentui/react-text",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-text_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Fri, 28 Apr 2023 04:25:26 GMT",
|
6
|
+
"tag": "@fluentui/react-text_v0.0.0-nightly-20230428-0419.1",
|
7
|
+
"version": "0.0.0-nightly-20230428-0419.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
@@ -16,32 +16,32 @@
|
|
16
16
|
{
|
17
17
|
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-text",
|
19
|
-
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly-
|
20
|
-
"commit": "
|
19
|
+
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20230428-0419.1",
|
20
|
+
"commit": "6d0e3c2fb45fde4cf5056d3d18d4c5bc5899a839"
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"author": "beachball",
|
24
24
|
"package": "@fluentui/react-text",
|
25
|
-
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-
|
26
|
-
"commit": "
|
25
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20230428-0419.1",
|
26
|
+
"commit": "6d0e3c2fb45fde4cf5056d3d18d4c5bc5899a839"
|
27
27
|
},
|
28
28
|
{
|
29
29
|
"author": "beachball",
|
30
30
|
"package": "@fluentui/react-text",
|
31
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
32
|
-
"commit": "
|
31
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20230428-0419.1",
|
32
|
+
"commit": "6d0e3c2fb45fde4cf5056d3d18d4c5bc5899a839"
|
33
33
|
},
|
34
34
|
{
|
35
35
|
"author": "beachball",
|
36
36
|
"package": "@fluentui/react-text",
|
37
|
-
"comment": "Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-
|
38
|
-
"commit": "
|
37
|
+
"comment": "Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-20230428-0419.1",
|
38
|
+
"commit": "6d0e3c2fb45fde4cf5056d3d18d4c5bc5899a839"
|
39
39
|
},
|
40
40
|
{
|
41
41
|
"author": "beachball",
|
42
42
|
"package": "@fluentui/react-text",
|
43
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
44
|
-
"commit": "
|
43
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20230428-0419.1",
|
44
|
+
"commit": "6d0e3c2fb45fde4cf5056d3d18d4c5bc5899a839"
|
45
45
|
}
|
46
46
|
]
|
47
47
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,22 +1,22 @@
|
|
1
1
|
# Change Log - @fluentui/react-text
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 28 Apr 2023 04:25:26 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20230428-0419.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v0.0.0-nightly-20230428-0419.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.3.7..@fluentui/react-text_v0.0.0-nightly-
|
9
|
+
Fri, 28 Apr 2023 04:25:26 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.3.7..@fluentui/react-text_v0.0.0-nightly-20230428-0419.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
14
|
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
15
|
-
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-
|
16
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
18
|
-
- Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-
|
19
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
15
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20230428-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/6d0e3c2fb45fde4cf5056d3d18d4c5bc5899a839) by beachball)
|
16
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20230428-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/6d0e3c2fb45fde4cf5056d3d18d4c5bc5899a839) by beachball)
|
17
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20230428-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/6d0e3c2fb45fde4cf5056d3d18d4c5bc5899a839) by beachball)
|
18
|
+
- Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-20230428-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/6d0e3c2fb45fde4cf5056d3d18d4c5bc5899a839) by beachball)
|
19
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20230428-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/6d0e3c2fb45fde4cf5056d3d18d4c5bc5899a839) by beachball)
|
20
20
|
|
21
21
|
## [9.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.3.7)
|
22
22
|
|
@@ -10,11 +10,11 @@ const _interopRequireWildcard = require("@swc/helpers/lib/_interop_require_wildc
|
|
10
10
|
const _react = /*#__PURE__*/ _interopRequireWildcard(require("react"));
|
11
11
|
const _useText = require("./useText");
|
12
12
|
const _renderText = require("./renderText");
|
13
|
-
const
|
13
|
+
const _useTextStylesStyles = require("./useTextStyles.styles");
|
14
14
|
const _reactSharedContexts = require("@fluentui/react-shared-contexts");
|
15
15
|
const Text = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
|
16
16
|
const state = (0, _useText.useText_unstable)(props, ref);
|
17
|
-
(0,
|
17
|
+
(0, _useTextStylesStyles.useTextStyles_unstable)(state);
|
18
18
|
(0, _reactSharedContexts.useCustomStyleHook_unstable)('useTextStyles_unstable')(state);
|
19
19
|
return (0, _renderText.renderText_unstable)(state);
|
20
20
|
// Work around some small mismatches in inferred types which don't matter in practice
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../lib/components/Text/Text.js"],"sourcesContent":["import * as React from 'react';\nimport { useText_unstable } from './useText';\nimport { renderText_unstable } from './renderText';\nimport { useTextStyles_unstable } from './useTextStyles';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\n/**\n * Typography and styling abstraction component used to ensure consistency of text.\n */\nexport const Text = /*#__PURE__*/React.forwardRef((props, ref) => {\n const state = useText_unstable(props, ref);\n useTextStyles_unstable(state);\n useCustomStyleHook_unstable('useTextStyles_unstable')(state);\n return renderText_unstable(state);\n // Work around some small mismatches in inferred types which don't matter in practice\n});\n\nText.displayName = 'Text';\n//# sourceMappingURL=Text.js.map"],"names":["Text","React","forwardRef","props","ref","state","useText_unstable","useTextStyles_unstable","useCustomStyleHook_unstable","renderText_unstable","displayName"],"mappings":";;;;+BAQaA;;aAAAA;;;6DARU;yBACU;4BACG
|
1
|
+
{"version":3,"sources":["../../../lib/components/Text/Text.js"],"sourcesContent":["import * as React from 'react';\nimport { useText_unstable } from './useText';\nimport { renderText_unstable } from './renderText';\nimport { useTextStyles_unstable } from './useTextStyles.styles';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\n/**\n * Typography and styling abstraction component used to ensure consistency of text.\n */\nexport const Text = /*#__PURE__*/React.forwardRef((props, ref) => {\n const state = useText_unstable(props, ref);\n useTextStyles_unstable(state);\n useCustomStyleHook_unstable('useTextStyles_unstable')(state);\n return renderText_unstable(state);\n // Work around some small mismatches in inferred types which don't matter in practice\n});\n\nText.displayName = 'Text';\n//# sourceMappingURL=Text.js.map"],"names":["Text","React","forwardRef","props","ref","state","useText_unstable","useTextStyles_unstable","useCustomStyleHook_unstable","renderText_unstable","displayName"],"mappings":";;;;+BAQaA;;aAAAA;;;6DARU;yBACU;4BACG;qCACG;qCACK;AAIrC,MAAMA,OAAO,WAAW,GAAEC,OAAMC,UAAU,CAAC,CAACC,OAAOC,MAAQ;IAChE,MAAMC,QAAQC,IAAAA,yBAAgB,EAACH,OAAOC;IACtCG,IAAAA,2CAAsB,EAACF;IACvBG,IAAAA,gDAA2B,EAAC,0BAA0BH;IACtD,OAAOI,IAAAA,+BAAmB,EAACJ;AAC3B,qFAAqF;AACvF;AAEAL,KAAKU,WAAW,GAAG,QACnB,gCAAgC"}
|
@@ -7,7 +7,7 @@ _exportStar(require("./Text"), exports);
|
|
7
7
|
_exportStar(require("./Text.types"), exports);
|
8
8
|
_exportStar(require("./renderText"), exports);
|
9
9
|
_exportStar(require("./useText"), exports);
|
10
|
-
_exportStar(require("./useTextStyles"), exports);
|
10
|
+
_exportStar(require("./useTextStyles.styles"), exports);
|
11
11
|
//# sourceMappingURL=index.js.map
|
12
12
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../lib/components/Text/index.js"],"sourcesContent":["export * from './Text';\nexport * from './Text.types';\nexport * from './renderText';\nexport * from './useText';\nexport * from './useTextStyles';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;oBACA;oBACA;oBACA;oBACA;CACd,iCAAiC"}
|
1
|
+
{"version":3,"sources":["../../../lib/components/Text/index.js"],"sourcesContent":["export * from './Text';\nexport * from './Text.types';\nexport * from './renderText';\nexport * from './useText';\nexport * from './useTextStyles.styles';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;oBACA;oBACA;oBACA;oBACA;CACd,iCAAiC"}
|
@@ -167,6 +167,6 @@ const useTextStyles_unstable = (state)=>{
|
|
167
167
|
const styles = useStyles();
|
168
168
|
state.root.className = (0, _react.mergeClasses)(textClassNames.root, styles.root, state.wrap === false && styles.nowrap, state.truncate && styles.truncate, state.block && styles.block, state.italic && styles.italic, state.underline && styles.underline, state.strikethrough && styles.strikethrough, state.underline && state.strikethrough && styles.strikethroughUnderline, state.size === 100 && styles.base100, state.size === 200 && styles.base200, state.size === 400 && styles.base400, state.size === 500 && styles.base500, state.size === 600 && styles.base600, state.size === 700 && styles.hero700, state.size === 800 && styles.hero800, state.size === 900 && styles.hero900, state.size === 1000 && styles.hero1000, state.font === 'monospace' && styles.monospace, state.font === 'numeric' && styles.numeric, state.weight === 'medium' && styles.weightMedium, state.weight === 'semibold' && styles.weightSemibold, state.weight === 'bold' && styles.weightBold, state.align === 'center' && styles.alignCenter, state.align === 'end' && styles.alignEnd, state.align === 'justify' && styles.alignJustify, state.root.className);
|
169
169
|
return state;
|
170
|
-
}; //# sourceMappingURL=useTextStyles.js.map
|
170
|
+
}; //# sourceMappingURL=useTextStyles.styles.js.map
|
171
171
|
|
172
|
-
//# sourceMappingURL=useTextStyles.js.map
|
172
|
+
//# sourceMappingURL=useTextStyles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../lib/components/Text/useTextStyles.styles.js"],"sourcesContent":["import { __styles, mergeClasses, shorthands } from '@griffel/react';\nimport { tokens } from '@fluentui/react-theme';\nexport const textClassNames = {\n root: 'fui-Text'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bg96gwp: \"f1i3iumi\",\n Bhrd7zp: \"figsok6\",\n fsow6f: \"fpgzoln\",\n mc9l5x: \"f1w7gpdv\",\n Huce71: \"f6juhto\",\n B68tc82: \"f1mtd64y\",\n Bmxbyg5: \"f1y7q3j9\",\n ygn44y: \"f2jf649\"\n },\n nowrap: {\n Huce71: \"fz5stix\",\n B68tc82: \"f1p9o1ba\",\n Bmxbyg5: \"f1sil6mw\"\n },\n truncate: {\n ygn44y: \"f1cmbuwj\"\n },\n block: {\n mc9l5x: \"ftgm304\"\n },\n italic: {\n B80ckks: \"f1j4dglz\"\n },\n underline: {\n w71qe1: \"f13mvf36\"\n },\n strikethrough: {\n w71qe1: \"fv5q2k7\"\n },\n strikethroughUnderline: {\n w71qe1: \"f1drk4o6\"\n },\n base100: {\n Be2twd7: \"f13mqy1h\",\n Bg96gwp: \"fcpl73t\"\n },\n base200: {\n Be2twd7: \"fy9rknc\",\n Bg96gwp: \"fwrc4pm\"\n },\n base400: {\n Be2twd7: \"fod5ikn\",\n Bg96gwp: \"faaz57k\"\n },\n base500: {\n Be2twd7: \"f1pp30po\",\n Bg96gwp: \"f106mvju\"\n },\n base600: {\n Be2twd7: \"f1x0m3f5\",\n Bg96gwp: \"fb86gi6\"\n },\n hero700: {\n Be2twd7: \"fojgt09\",\n Bg96gwp: \"fcen8rp\"\n },\n hero800: {\n Be2twd7: \"fccw675\",\n Bg96gwp: \"f1ebx5kk\"\n },\n hero900: {\n Be2twd7: \"f15afnhw\",\n Bg96gwp: \"fr3w3wp\"\n },\n hero1000: {\n Be2twd7: \"fpyltcb\",\n Bg96gwp: \"f1ivgwrt\"\n },\n monospace: {\n Bahqtrf: \"f1fedwem\"\n },\n numeric: {\n Bahqtrf: \"f1uq0ln5\"\n },\n weightMedium: {\n Bhrd7zp: \"fdj6btp\"\n },\n weightSemibold: {\n Bhrd7zp: \"fl43uef\"\n },\n weightBold: {\n Bhrd7zp: \"flh3ekv\"\n },\n alignCenter: {\n fsow6f: \"f17mccla\"\n },\n alignEnd: {\n fsow6f: \"f12ymhq5\"\n },\n alignJustify: {\n fsow6f: \"f1j59e10\"\n }\n}, {\n 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;}\", \".f1mtd64y{overflow-x:visible;}\", \".f1y7q3j9{overflow-y:visible;}\", \".f2jf649{text-overflow:clip;}\", \".fz5stix{white-space:nowrap;}\", \".f1p9o1ba{overflow-x:hidden;}\", \".f1sil6mw{overflow-y:hidden;}\", \".f1cmbuwj{text-overflow:ellipsis;}\", \".ftgm304{display:block;}\", \".f1j4dglz{font-style:italic;}\", \".f13mvf36{text-decoration-line:underline;}\", \".fv5q2k7{text-decoration-line:line-through;}\", \".f1drk4o6{text-decoration-line: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);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".f17mccla{text-align:center;}\", \".f12ymhq5{text-align:end;}\", \".f1j59e10{text-align:justify;}\"]\n});\n/**\n * Apply styling to the Text slots based on the state\n */\nexport const useTextStyles_unstable = state => {\n const styles = useStyles();\n state.root.className = mergeClasses(textClassNames.root, styles.root, state.wrap === false && styles.nowrap, state.truncate && styles.truncate, state.block && styles.block, state.italic && styles.italic, state.underline && styles.underline, state.strikethrough && styles.strikethrough, state.underline && state.strikethrough && styles.strikethroughUnderline, state.size === 100 && styles.base100, state.size === 200 && styles.base200, state.size === 400 && styles.base400, state.size === 500 && styles.base500, state.size === 600 && styles.base600, state.size === 700 && styles.hero700, state.size === 800 && styles.hero800, state.size === 900 && styles.hero900, state.size === 1000 && styles.hero1000, state.font === 'monospace' && styles.monospace, state.font === 'numeric' && styles.numeric, state.weight === 'medium' && styles.weightMedium, state.weight === 'semibold' && styles.weightSemibold, state.weight === 'bold' && styles.weightBold, state.align === 'center' && styles.alignCenter, state.align === 'end' && styles.alignEnd, state.align === 'justify' && styles.alignJustify, state.root.className);\n return state;\n};\n//# sourceMappingURL=useTextStyles.styles.js.map"],"names":["textClassNames","useTextStyles_unstable","root","useStyles","__styles","Bahqtrf","Be2twd7","Bg96gwp","Bhrd7zp","fsow6f","mc9l5x","Huce71","B68tc82","Bmxbyg5","ygn44y","nowrap","truncate","block","italic","B80ckks","underline","w71qe1","strikethrough","strikethroughUnderline","base100","base200","base400","base500","base600","hero700","hero800","hero900","hero1000","monospace","numeric","weightMedium","weightSemibold","weightBold","alignCenter","alignEnd","alignJustify","d","state","styles","className","mergeClasses","wrap","size","font","weight","align"],"mappings":"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"}
|
@@ -2,41 +2,15 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
get: all[name]
|
9
|
-
});
|
10
|
-
}
|
11
|
-
_export(exports, {
|
12
|
-
body1ClassNames: ()=>body1ClassNames,
|
13
|
-
Body1: ()=>Body1
|
5
|
+
Object.defineProperty(exports, "Body1", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>Body1
|
14
8
|
});
|
15
|
-
const _react = require("@griffel/react");
|
16
9
|
const _createPreset = require("../createPreset");
|
17
|
-
const
|
18
|
-
root: 'fui-Body1'
|
19
|
-
};
|
20
|
-
/**
|
21
|
-
* Styles for the root slot
|
22
|
-
*/ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
23
|
-
root: {
|
24
|
-
Bahqtrf: "fk6fouc",
|
25
|
-
Be2twd7: "fkhj508",
|
26
|
-
Bhrd7zp: "figsok6",
|
27
|
-
Bg96gwp: "f1i3iumi"
|
28
|
-
}
|
29
|
-
}, {
|
30
|
-
d: [
|
31
|
-
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
32
|
-
".fkhj508{font-size:var(--fontSizeBase300);}",
|
33
|
-
".figsok6{font-weight:var(--fontWeightRegular);}",
|
34
|
-
".f1i3iumi{line-height:var(--lineHeightBase300);}"
|
35
|
-
]
|
36
|
-
});
|
10
|
+
const _useBody1StylesStyles = require("./useBody1Styles.styles");
|
37
11
|
const Body1 = /*#__PURE__*/ (0, _createPreset.createPreset)({
|
38
|
-
useStyles,
|
39
|
-
className: body1ClassNames.root,
|
12
|
+
useStyles: _useBody1StylesStyles.useBody1Styles,
|
13
|
+
className: _useBody1StylesStyles.body1ClassNames.root,
|
40
14
|
displayName: 'Body1'
|
41
15
|
}); //# sourceMappingURL=Body1.js.map
|
42
16
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Body1/Body1.js"],"sourcesContent":["import {
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body1/Body1.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { body1ClassNames, useBody1Styles } from './useBody1Styles.styles';\n/**\n * Text preset component for the Body1 typography variant\n */\nexport const Body1 = /*#__PURE__*/createPreset({\n useStyles: useBody1Styles,\n className: body1ClassNames.root,\n displayName: 'Body1'\n});\n//# sourceMappingURL=Body1.js.map"],"names":["Body1","createPreset","useStyles","useBody1Styles","className","body1ClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;sCACmB;AAIzC,MAAMA,QAAQ,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IAC7CC,WAAWC,oCAAc;IACzBC,WAAWC,qCAAe,CAACC,IAAI;IAC/BC,aAAa;AACf,IACA,iCAAiC"}
|
@@ -2,8 +2,13 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
+
Object.defineProperty(exports, "body1ClassNames", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>_useBody1StylesStyles.body1ClassNames
|
8
|
+
});
|
5
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
6
10
|
_exportStar(require("./Body1"), exports);
|
11
|
+
const _useBody1StylesStyles = require("./useBody1Styles.styles");
|
7
12
|
//# sourceMappingURL=index.js.map
|
8
13
|
|
9
14
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Body1/index.js"],"sourcesContent":["export * from './Body1';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body1/index.js"],"sourcesContent":["export * from './Body1';\nexport { body1ClassNames } from './useBody1Styles.styles';\n//# sourceMappingURL=index.js.map"],"names":["body1ClassNames"],"mappings":";;;;+BACSA;;aAAAA,qCAAe;;;oBADV;sCACkB;CAChC,iCAAiC"}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
3
|
+
value: true
|
4
|
+
});
|
5
|
+
function _export(target, all) {
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
7
|
+
enumerable: true,
|
8
|
+
get: all[name]
|
9
|
+
});
|
10
|
+
}
|
11
|
+
_export(exports, {
|
12
|
+
body1ClassNames: ()=>body1ClassNames,
|
13
|
+
useBody1Styles: ()=>useBody1Styles
|
14
|
+
});
|
15
|
+
const _react = require("@griffel/react");
|
16
|
+
const body1ClassNames = {
|
17
|
+
root: 'fui-Body1'
|
18
|
+
};
|
19
|
+
const useBody1Styles = /*#__PURE__*/ (0, _react["__styles"])({
|
20
|
+
root: {
|
21
|
+
Bahqtrf: "fk6fouc",
|
22
|
+
Be2twd7: "fkhj508",
|
23
|
+
Bhrd7zp: "figsok6",
|
24
|
+
Bg96gwp: "f1i3iumi"
|
25
|
+
}
|
26
|
+
}, {
|
27
|
+
d: [
|
28
|
+
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
29
|
+
".fkhj508{font-size:var(--fontSizeBase300);}",
|
30
|
+
".figsok6{font-weight:var(--fontWeightRegular);}",
|
31
|
+
".f1i3iumi{line-height:var(--lineHeightBase300);}"
|
32
|
+
]
|
33
|
+
}); //# sourceMappingURL=useBody1Styles.styles.js.map
|
34
|
+
|
35
|
+
//# sourceMappingURL=useBody1Styles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body1/useBody1Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1ClassNames = {\n root: 'fui-Body1'\n};\n/**\n * Styles for the root slot\n */\nexport const useBody1Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n//# sourceMappingURL=useBody1Styles.styles.js.map"],"names":["body1ClassNames","useBody1Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,eAAe,MAAfA;IAMAC,cAAc,MAAdA;;uBARY;AAElB,MAAMD,kBAAkB;IAC7BE,MAAM;AACR;AAIO,MAAMD,iBAAiB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IAClDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAmD;KAAmD;AAC3M,IACA,iDAAiD"}
|
@@ -2,41 +2,15 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
get: all[name]
|
9
|
-
});
|
10
|
-
}
|
11
|
-
_export(exports, {
|
12
|
-
body1StrongClassNames: ()=>body1StrongClassNames,
|
13
|
-
Body1Strong: ()=>Body1Strong
|
5
|
+
Object.defineProperty(exports, "Body1Strong", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>Body1Strong
|
14
8
|
});
|
15
|
-
const _react = require("@griffel/react");
|
16
9
|
const _createPreset = require("../createPreset");
|
17
|
-
const
|
18
|
-
root: 'fui-Body1Strong'
|
19
|
-
};
|
20
|
-
/**
|
21
|
-
* Styles for the root slot
|
22
|
-
*/ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
23
|
-
root: {
|
24
|
-
Bahqtrf: "fk6fouc",
|
25
|
-
Be2twd7: "fkhj508",
|
26
|
-
Bhrd7zp: "fl43uef",
|
27
|
-
Bg96gwp: "f1i3iumi"
|
28
|
-
}
|
29
|
-
}, {
|
30
|
-
d: [
|
31
|
-
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
32
|
-
".fkhj508{font-size:var(--fontSizeBase300);}",
|
33
|
-
".fl43uef{font-weight:var(--fontWeightSemibold);}",
|
34
|
-
".f1i3iumi{line-height:var(--lineHeightBase300);}"
|
35
|
-
]
|
36
|
-
});
|
10
|
+
const _useBody1StrongStylesStyles = require("./useBody1StrongStyles.styles");
|
37
11
|
const Body1Strong = /*#__PURE__*/ (0, _createPreset.createPreset)({
|
38
|
-
useStyles,
|
39
|
-
className: body1StrongClassNames.root,
|
12
|
+
useStyles: _useBody1StrongStylesStyles.useBody1StrongStyles,
|
13
|
+
className: _useBody1StrongStylesStyles.body1StrongClassNames.root,
|
40
14
|
displayName: 'Body1Strong'
|
41
15
|
}); //# sourceMappingURL=Body1Strong.js.map
|
42
16
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Body1Strong/Body1Strong.js"],"sourcesContent":["import {
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body1Strong/Body1Strong.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { body1StrongClassNames, useBody1StrongStyles } from './useBody1StrongStyles.styles';\n/**\n * Text preset component for the Body1Strong typography variant\n */\nexport const Body1Strong = /*#__PURE__*/createPreset({\n useStyles: useBody1StrongStyles,\n className: body1StrongClassNames.root,\n displayName: 'Body1Strong'\n});\n//# sourceMappingURL=Body1Strong.js.map"],"names":["Body1Strong","createPreset","useStyles","useBody1StrongStyles","className","body1StrongClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;4CAC+B;AAIrD,MAAMA,cAAc,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IACnDC,WAAWC,gDAAoB;IAC/BC,WAAWC,iDAAqB,CAACC,IAAI;IACrCC,aAAa;AACf,IACA,uCAAuC"}
|
@@ -2,8 +2,13 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
+
Object.defineProperty(exports, "body1StrongClassNames", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>_useBody1StrongStylesStyles.body1StrongClassNames
|
8
|
+
});
|
5
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
6
10
|
_exportStar(require("./Body1Strong"), exports);
|
11
|
+
const _useBody1StrongStylesStyles = require("./useBody1StrongStyles.styles");
|
7
12
|
//# sourceMappingURL=index.js.map
|
8
13
|
|
9
14
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Body1Strong/index.js"],"sourcesContent":["export * from './Body1Strong';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body1Strong/index.js"],"sourcesContent":["export * from './Body1Strong';\nexport { body1StrongClassNames } from './useBody1StrongStyles.styles';\n//# sourceMappingURL=index.js.map"],"names":["body1StrongClassNames"],"mappings":";;;;+BACSA;;aAAAA,iDAAqB;;;oBADhB;4CACwB;CACtC,iCAAiC"}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
3
|
+
value: true
|
4
|
+
});
|
5
|
+
function _export(target, all) {
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
7
|
+
enumerable: true,
|
8
|
+
get: all[name]
|
9
|
+
});
|
10
|
+
}
|
11
|
+
_export(exports, {
|
12
|
+
body1StrongClassNames: ()=>body1StrongClassNames,
|
13
|
+
useBody1StrongStyles: ()=>useBody1StrongStyles
|
14
|
+
});
|
15
|
+
const _react = require("@griffel/react");
|
16
|
+
const body1StrongClassNames = {
|
17
|
+
root: 'fui-Body1Strong'
|
18
|
+
};
|
19
|
+
const useBody1StrongStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
20
|
+
root: {
|
21
|
+
Bahqtrf: "fk6fouc",
|
22
|
+
Be2twd7: "fkhj508",
|
23
|
+
Bhrd7zp: "fl43uef",
|
24
|
+
Bg96gwp: "f1i3iumi"
|
25
|
+
}
|
26
|
+
}, {
|
27
|
+
d: [
|
28
|
+
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
29
|
+
".fkhj508{font-size:var(--fontSizeBase300);}",
|
30
|
+
".fl43uef{font-weight:var(--fontWeightSemibold);}",
|
31
|
+
".f1i3iumi{line-height:var(--lineHeightBase300);}"
|
32
|
+
]
|
33
|
+
}); //# sourceMappingURL=useBody1StrongStyles.styles.js.map
|
34
|
+
|
35
|
+
//# sourceMappingURL=useBody1StrongStyles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1StrongClassNames = {\n root: 'fui-Body1Strong'\n};\n/**\n * Styles for the root slot\n */\nexport const useBody1StrongStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n//# sourceMappingURL=useBody1StrongStyles.styles.js.map"],"names":["body1StrongClassNames","useBody1StrongStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,qBAAqB,MAArBA;IAMAC,oBAAoB,MAApBA;;uBARY;AAElB,MAAMD,wBAAwB;IACnCE,MAAM;AACR;AAIO,MAAMD,uBAAuB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACxDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAoD;KAAmD;AAC5M,IACA,uDAAuD"}
|
@@ -2,41 +2,15 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
get: all[name]
|
9
|
-
});
|
10
|
-
}
|
11
|
-
_export(exports, {
|
12
|
-
body1StrongerClassNames: ()=>body1StrongerClassNames,
|
13
|
-
Body1Stronger: ()=>Body1Stronger
|
5
|
+
Object.defineProperty(exports, "Body1Stronger", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>Body1Stronger
|
14
8
|
});
|
15
|
-
const _react = require("@griffel/react");
|
16
9
|
const _createPreset = require("../createPreset");
|
17
|
-
const
|
18
|
-
root: 'fui-Body1Stronger'
|
19
|
-
};
|
20
|
-
/**
|
21
|
-
* Styles for the root slot
|
22
|
-
*/ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
23
|
-
root: {
|
24
|
-
Bahqtrf: "fk6fouc",
|
25
|
-
Be2twd7: "fkhj508",
|
26
|
-
Bhrd7zp: "flh3ekv",
|
27
|
-
Bg96gwp: "f1i3iumi"
|
28
|
-
}
|
29
|
-
}, {
|
30
|
-
d: [
|
31
|
-
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
32
|
-
".fkhj508{font-size:var(--fontSizeBase300);}",
|
33
|
-
".flh3ekv{font-weight:var(--fontWeightBold);}",
|
34
|
-
".f1i3iumi{line-height:var(--lineHeightBase300);}"
|
35
|
-
]
|
36
|
-
});
|
10
|
+
const _useBody1StrongerStylesStyles = require("./useBody1StrongerStyles.styles");
|
37
11
|
const Body1Stronger = /*#__PURE__*/ (0, _createPreset.createPreset)({
|
38
|
-
useStyles,
|
39
|
-
className: body1StrongerClassNames.root,
|
12
|
+
useStyles: _useBody1StrongerStylesStyles.useBody1StrongerStyles,
|
13
|
+
className: _useBody1StrongerStylesStyles.body1StrongerClassNames.root,
|
40
14
|
displayName: 'Body1Stronger'
|
41
15
|
}); //# sourceMappingURL=Body1Stronger.js.map
|
42
16
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Body1Stronger/Body1Stronger.js"],"sourcesContent":["import {
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body1Stronger/Body1Stronger.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { body1StrongerClassNames, useBody1StrongerStyles } from './useBody1StrongerStyles.styles';\n/**\n * Text preset component for the Body1Stronger typography variant\n */\nexport const Body1Stronger = /*#__PURE__*/createPreset({\n useStyles: useBody1StrongerStyles,\n className: body1StrongerClassNames.root,\n displayName: 'Body1Stronger'\n});\n//# sourceMappingURL=Body1Stronger.js.map"],"names":["Body1Stronger","createPreset","useStyles","useBody1StrongerStyles","className","body1StrongerClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;8CACmC;AAIzD,MAAMA,gBAAgB,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IACrDC,WAAWC,oDAAsB;IACjCC,WAAWC,qDAAuB,CAACC,IAAI;IACvCC,aAAa;AACf,IACA,yCAAyC"}
|
@@ -2,8 +2,13 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
+
Object.defineProperty(exports, "body1StrongerClassNames", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>_useBody1StrongerStylesStyles.body1StrongerClassNames
|
8
|
+
});
|
5
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
6
10
|
_exportStar(require("./Body1Stronger"), exports);
|
11
|
+
const _useBody1StrongerStylesStyles = require("./useBody1StrongerStyles.styles");
|
7
12
|
//# sourceMappingURL=index.js.map
|
8
13
|
|
9
14
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Body1Stronger/index.js"],"sourcesContent":["export * from './Body1Stronger';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body1Stronger/index.js"],"sourcesContent":["export * from './Body1Stronger';\nexport { body1StrongerClassNames } from './useBody1StrongerStyles.styles';\n//# sourceMappingURL=index.js.map"],"names":["body1StrongerClassNames"],"mappings":";;;;+BACSA;;aAAAA,qDAAuB;;;oBADlB;8CAC0B;CACxC,iCAAiC"}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
3
|
+
value: true
|
4
|
+
});
|
5
|
+
function _export(target, all) {
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
7
|
+
enumerable: true,
|
8
|
+
get: all[name]
|
9
|
+
});
|
10
|
+
}
|
11
|
+
_export(exports, {
|
12
|
+
body1StrongerClassNames: ()=>body1StrongerClassNames,
|
13
|
+
useBody1StrongerStyles: ()=>useBody1StrongerStyles
|
14
|
+
});
|
15
|
+
const _react = require("@griffel/react");
|
16
|
+
const body1StrongerClassNames = {
|
17
|
+
root: 'fui-Body1Stronger'
|
18
|
+
};
|
19
|
+
const useBody1StrongerStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
20
|
+
root: {
|
21
|
+
Bahqtrf: "fk6fouc",
|
22
|
+
Be2twd7: "fkhj508",
|
23
|
+
Bhrd7zp: "flh3ekv",
|
24
|
+
Bg96gwp: "f1i3iumi"
|
25
|
+
}
|
26
|
+
}, {
|
27
|
+
d: [
|
28
|
+
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
29
|
+
".fkhj508{font-size:var(--fontSizeBase300);}",
|
30
|
+
".flh3ekv{font-weight:var(--fontWeightBold);}",
|
31
|
+
".f1i3iumi{line-height:var(--lineHeightBase300);}"
|
32
|
+
]
|
33
|
+
}); //# sourceMappingURL=useBody1StrongerStyles.styles.js.map
|
34
|
+
|
35
|
+
//# sourceMappingURL=useBody1StrongerStyles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1StrongerClassNames = {\n root: 'fui-Body1Stronger'\n};\n/**\n * Styles for the root slot\n */\nexport const useBody1StrongerStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n//# sourceMappingURL=useBody1StrongerStyles.styles.js.map"],"names":["body1StrongerClassNames","useBody1StrongerStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,uBAAuB,MAAvBA;IAMAC,sBAAsB,MAAtBA;;uBARY;AAElB,MAAMD,0BAA0B;IACrCE,MAAM;AACR;AAIO,MAAMD,yBAAyB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IAC1DD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAgD;KAAmD;AACxM,IACA,yDAAyD"}
|
@@ -2,41 +2,15 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
get: all[name]
|
9
|
-
});
|
10
|
-
}
|
11
|
-
_export(exports, {
|
12
|
-
body2ClassNames: ()=>body2ClassNames,
|
13
|
-
Body2: ()=>Body2
|
5
|
+
Object.defineProperty(exports, "Body2", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>Body2
|
14
8
|
});
|
15
|
-
const _react = require("@griffel/react");
|
16
9
|
const _createPreset = require("../createPreset");
|
17
|
-
const
|
18
|
-
root: 'fui-Body2'
|
19
|
-
};
|
20
|
-
/**
|
21
|
-
* Styles for the root slot
|
22
|
-
*/ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
23
|
-
root: {
|
24
|
-
Bahqtrf: "fk6fouc",
|
25
|
-
Be2twd7: "fod5ikn",
|
26
|
-
Bhrd7zp: "figsok6",
|
27
|
-
Bg96gwp: "faaz57k"
|
28
|
-
}
|
29
|
-
}, {
|
30
|
-
d: [
|
31
|
-
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
32
|
-
".fod5ikn{font-size:var(--fontSizeBase400);}",
|
33
|
-
".figsok6{font-weight:var(--fontWeightRegular);}",
|
34
|
-
".faaz57k{line-height:var(--lineHeightBase400);}"
|
35
|
-
]
|
36
|
-
});
|
10
|
+
const _useBody2StylesStyles = require("./useBody2Styles.styles");
|
37
11
|
const Body2 = /*#__PURE__*/ (0, _createPreset.createPreset)({
|
38
|
-
useStyles,
|
39
|
-
className: body2ClassNames.root,
|
12
|
+
useStyles: _useBody2StylesStyles.useBody2Styles,
|
13
|
+
className: _useBody2StylesStyles.body2ClassNames.root,
|
40
14
|
displayName: 'Body2'
|
41
15
|
}); //# sourceMappingURL=Body2.js.map
|
42
16
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Body2/Body2.js"],"sourcesContent":["import {
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body2/Body2.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { body2ClassNames, useBody2Styles } from './useBody2Styles.styles';\n/**\n * Text preset component for the Body2 typography variant\n */\nexport const Body2 = /*#__PURE__*/createPreset({\n useStyles: useBody2Styles,\n className: body2ClassNames.root,\n displayName: 'Body2'\n});\n//# sourceMappingURL=Body2.js.map"],"names":["Body2","createPreset","useStyles","useBody2Styles","className","body2ClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;sCACmB;AAIzC,MAAMA,QAAQ,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IAC7CC,WAAWC,oCAAc;IACzBC,WAAWC,qCAAe,CAACC,IAAI;IAC/BC,aAAa;AACf,IACA,iCAAiC"}
|
@@ -2,8 +2,13 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
+
Object.defineProperty(exports, "body2ClassNames", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>_useBody2StylesStyles.body2ClassNames
|
8
|
+
});
|
5
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
6
10
|
_exportStar(require("./Body2"), exports);
|
11
|
+
const _useBody2StylesStyles = require("./useBody2Styles.styles");
|
7
12
|
//# sourceMappingURL=index.js.map
|
8
13
|
|
9
14
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Body2/index.js"],"sourcesContent":["export * from './Body2';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body2/index.js"],"sourcesContent":["export * from './Body2';\nexport { body2ClassNames } from './useBody2Styles.styles';\n//# sourceMappingURL=index.js.map"],"names":["body2ClassNames"],"mappings":";;;;+BACSA;;aAAAA,qCAAe;;;oBADV;sCACkB;CAChC,iCAAiC"}
|