@fluentui/react-text 9.0.0-alpha.9 → 9.0.0-beta.4
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 +744 -1
- package/CHANGELOG.md +254 -2
- package/dist/react-text.d.ts +61 -49
- 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/components/Body/Body.d.ts +4 -1
- package/lib/components/Body/Body.js +10 -8
- 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 +4 -1
- package/lib/components/Caption/Caption.js +10 -8
- 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 +4 -1
- package/lib/components/Display/Display.js +10 -8
- 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 +4 -1
- package/lib/components/Headline/Headline.js +10 -8
- 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 +4 -1
- package/lib/components/LargeTitle/LargeTitle.js +10 -8
- 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 +4 -1
- package/lib/components/Subheadline/Subheadline.js +10 -8
- 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 +2 -2
- package/lib/components/Text/Text.js +3 -3
- 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 +7 -8
- package/lib/components/Text/renderText.js.map +1 -1
- package/lib/components/Text/useText.d.ts +1 -2
- package/lib/components/Text/useText.js +37 -8
- package/lib/components/Text/useText.js.map +1 -1
- package/lib/components/Text/useTextStyles.d.ts +1 -0
- package/lib/components/Text/useTextStyles.js +32 -31
- package/lib/components/Text/useTextStyles.js.map +1 -1
- package/lib/components/Title1/Title1.d.ts +4 -1
- package/lib/components/Title1/Title1.js +10 -8
- 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 +4 -1
- package/lib/components/Title2/Title2.js +10 -8
- 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 +4 -1
- package/lib/components/Title3/Title3.js +10 -8
- package/lib/components/Title3/Title3.js.map +1 -1
- package/lib/components/Title3/index.js.map +1 -1
- package/lib/components/wrapper.d.ts +3 -3
- package/lib/components/wrapper.js +9 -6
- 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 +54 -72
- package/lib/typographyStyles/typographyStyles.js.map +1 -1
- package/lib-commonjs/Body.js +1 -1
- package/lib-commonjs/Body.js.map +1 -1
- package/lib-commonjs/Caption.js +1 -1
- package/lib-commonjs/Caption.js.map +1 -1
- package/lib-commonjs/Display.js +1 -1
- package/lib-commonjs/Display.js.map +1 -1
- package/lib-commonjs/Headline.js +1 -1
- package/lib-commonjs/Headline.js.map +1 -1
- package/lib-commonjs/LargeTitle.js +1 -1
- package/lib-commonjs/LargeTitle.js.map +1 -1
- package/lib-commonjs/Subheadline.js +1 -1
- package/lib-commonjs/Subheadline.js.map +1 -1
- package/lib-commonjs/Text.js +1 -1
- package/lib-commonjs/Text.js.map +1 -1
- package/lib-commonjs/Title1.js +1 -1
- package/lib-commonjs/Title1.js.map +1 -1
- package/lib-commonjs/Title2.js +1 -1
- package/lib-commonjs/Title2.js.map +1 -1
- package/lib-commonjs/Title3.js +1 -1
- package/lib-commonjs/Title3.js.map +1 -1
- package/lib-commonjs/components/Body/Body.d.ts +4 -1
- package/lib-commonjs/components/Body/Body.js +9 -7
- package/lib-commonjs/components/Body/Body.js.map +1 -1
- package/lib-commonjs/components/Body/index.js +1 -1
- package/lib-commonjs/components/Body/index.js.map +1 -1
- package/lib-commonjs/components/Caption/Caption.d.ts +4 -1
- package/lib-commonjs/components/Caption/Caption.js +9 -7
- package/lib-commonjs/components/Caption/Caption.js.map +1 -1
- package/lib-commonjs/components/Caption/index.js +1 -1
- package/lib-commonjs/components/Caption/index.js.map +1 -1
- package/lib-commonjs/components/Display/Display.d.ts +4 -1
- package/lib-commonjs/components/Display/Display.js +9 -7
- package/lib-commonjs/components/Display/Display.js.map +1 -1
- package/lib-commonjs/components/Display/index.js +1 -1
- package/lib-commonjs/components/Display/index.js.map +1 -1
- package/lib-commonjs/components/Headline/Headline.d.ts +4 -1
- package/lib-commonjs/components/Headline/Headline.js +9 -7
- package/lib-commonjs/components/Headline/Headline.js.map +1 -1
- package/lib-commonjs/components/Headline/index.js +1 -1
- package/lib-commonjs/components/Headline/index.js.map +1 -1
- package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +4 -1
- package/lib-commonjs/components/LargeTitle/LargeTitle.js +9 -7
- package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
- package/lib-commonjs/components/LargeTitle/index.js +1 -1
- package/lib-commonjs/components/LargeTitle/index.js.map +1 -1
- package/lib-commonjs/components/Subheadline/Subheadline.d.ts +4 -1
- package/lib-commonjs/components/Subheadline/Subheadline.js +9 -7
- package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
- package/lib-commonjs/components/Subheadline/index.js +1 -1
- package/lib-commonjs/components/Subheadline/index.js.map +1 -1
- package/lib-commonjs/components/Text/Text.d.ts +2 -2
- package/lib-commonjs/components/Text/Text.js +7 -7
- 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 +1 -1
- package/lib-commonjs/components/Text/index.js.map +1 -1
- package/lib-commonjs/components/Text/renderText.js +8 -10
- 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 +38 -9
- package/lib-commonjs/components/Text/useText.js.map +1 -1
- package/lib-commonjs/components/Text/useTextStyles.d.ts +1 -0
- package/lib-commonjs/components/Text/useTextStyles.js +35 -34
- package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
- package/lib-commonjs/components/Title1/Title1.d.ts +4 -1
- package/lib-commonjs/components/Title1/Title1.js +9 -7
- package/lib-commonjs/components/Title1/Title1.js.map +1 -1
- package/lib-commonjs/components/Title1/index.js +1 -1
- package/lib-commonjs/components/Title1/index.js.map +1 -1
- package/lib-commonjs/components/Title2/Title2.d.ts +4 -1
- package/lib-commonjs/components/Title2/Title2.js +9 -7
- package/lib-commonjs/components/Title2/Title2.js.map +1 -1
- package/lib-commonjs/components/Title2/index.js +1 -1
- package/lib-commonjs/components/Title2/index.js.map +1 -1
- package/lib-commonjs/components/Title3/Title3.d.ts +4 -1
- package/lib-commonjs/components/Title3/Title3.js +9 -7
- package/lib-commonjs/components/Title3/Title3.js.map +1 -1
- package/lib-commonjs/components/Title3/index.js +1 -1
- package/lib-commonjs/components/Title3/index.js.map +1 -1
- package/lib-commonjs/components/wrapper.d.ts +3 -3
- package/lib-commonjs/components/wrapper.js +12 -9
- package/lib-commonjs/components/wrapper.js.map +1 -1
- package/lib-commonjs/index.js +1 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/typographyStyles/index.js +1 -1
- package/lib-commonjs/typographyStyles/index.js.map +1 -1
- package/lib-commonjs/typographyStyles/typographyStyles.js +54 -72
- package/lib-commonjs/typographyStyles/typographyStyles.js.map +1 -1
- package/package.json +11 -10
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -9
- package/lib/common/isConformant.js.map +0 -1
- 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 -14
- 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/lib-commonjs/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -19
- package/lib-commonjs/common/isConformant.js.map +0 -1
@@ -1,27 +1,29 @@
|
|
1
1
|
import { __styles } from '@fluentui/react-make-styles';
|
2
2
|
import { typographyStyles } from '../../typographyStyles/index';
|
3
3
|
import { createWrapper } from '../wrapper';
|
4
|
+
export const captionClassName = 'fui-Caption';
|
4
5
|
/**
|
5
6
|
* Styles for the root slot
|
6
7
|
*/
|
7
8
|
|
8
|
-
|
9
|
+
const useStyles = /*#__PURE__*/__styles({
|
9
10
|
"root": {
|
10
|
-
"Bahqtrf": "
|
11
|
-
"Be2twd7": "
|
12
|
-
"Bg96gwp": "
|
13
|
-
"Bhrd7zp": "
|
11
|
+
"Bahqtrf": "fk6fouc",
|
12
|
+
"Be2twd7": "fy9rknc",
|
13
|
+
"Bg96gwp": "fwrc4pm",
|
14
|
+
"Bhrd7zp": "figsok6"
|
14
15
|
}
|
15
16
|
}, {
|
16
|
-
"d": [".
|
17
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}", ".figsok6{font-weight:var(--fontWeightRegular);}"]
|
17
18
|
});
|
18
19
|
/**
|
19
20
|
* Text wrapper component for the Caption typography variant
|
20
21
|
*/
|
21
22
|
|
22
23
|
|
23
|
-
export
|
24
|
-
useStyles
|
24
|
+
export const Caption = /*#__PURE__*/createWrapper({
|
25
|
+
useStyles,
|
26
|
+
className: captionClassName,
|
25
27
|
displayName: 'Caption'
|
26
28
|
});
|
27
29
|
//# sourceMappingURL=Caption.js.map
|
@@ -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,OAAO,MAAM,gBAAgB,GAAG,aAAzB;AAEP;;AAEG;;AACH,MAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,MAAM,OAAO,gBAAwC,aAAa,CAAC;AACxE,EAAA,SADwE;AAExE,EAAA,SAAS,EAAE,gBAF6D;AAGxE,EAAA,WAAW,EAAE;AAH2D,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,7 @@
|
|
1
|
+
import type { FunctionComponent } from 'react';
|
2
|
+
import { TextWrapperProps } from '../wrapper';
|
3
|
+
export declare const displayClassName = "fui-Display";
|
1
4
|
/**
|
2
5
|
* Text wrapper component for the Display typography variant
|
3
6
|
*/
|
4
|
-
export declare const Display:
|
7
|
+
export declare const Display: FunctionComponent<TextWrapperProps>;
|
@@ -1,27 +1,29 @@
|
|
1
1
|
import { __styles } from '@fluentui/react-make-styles';
|
2
2
|
import { typographyStyles } from '../../typographyStyles/index';
|
3
3
|
import { createWrapper } from '../wrapper';
|
4
|
+
export const displayClassName = 'fui-Display';
|
4
5
|
/**
|
5
6
|
* Styles for the root slot
|
6
7
|
*/
|
7
8
|
|
8
|
-
|
9
|
+
const useStyles = /*#__PURE__*/__styles({
|
9
10
|
"root": {
|
10
|
-
"Bahqtrf": "
|
11
|
-
"Be2twd7": "
|
12
|
-
"Bg96gwp": "
|
13
|
-
"Bhrd7zp": "
|
11
|
+
"Bahqtrf": "fk6fouc",
|
12
|
+
"Be2twd7": "fpyltcb",
|
13
|
+
"Bg96gwp": "f1ivgwrt",
|
14
|
+
"Bhrd7zp": "fl43uef"
|
14
15
|
}
|
15
16
|
}, {
|
16
|
-
"d": [".
|
17
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fpyltcb{font-size:var(--fontSizeHero1000);}", ".f1ivgwrt{line-height:var(--lineHeightHero1000);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}"]
|
17
18
|
});
|
18
19
|
/**
|
19
20
|
* Text wrapper component for the Display typography variant
|
20
21
|
*/
|
21
22
|
|
22
23
|
|
23
|
-
export
|
24
|
-
useStyles
|
24
|
+
export const Display = /*#__PURE__*/createWrapper({
|
25
|
+
useStyles,
|
26
|
+
className: displayClassName,
|
25
27
|
displayName: 'Display'
|
26
28
|
});
|
27
29
|
//# sourceMappingURL=Display.js.map
|
@@ -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,OAAO,MAAM,gBAAgB,GAAG,aAAzB;AAEP;;AAEG;;AACH,MAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,MAAM,OAAO,gBAAwC,aAAa,CAAC;AACxE,EAAA,SADwE;AAExE,EAAA,SAAS,EAAE,gBAF6D;AAGxE,EAAA,WAAW,EAAE;AAH2D,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,7 @@
|
|
1
|
+
import type { FunctionComponent } from 'react';
|
2
|
+
import { TextWrapperProps } from '../wrapper';
|
3
|
+
export declare const headlineClassName = "fui-Headline";
|
1
4
|
/**
|
2
5
|
* Text wrapper component for the Headline typography variant
|
3
6
|
*/
|
4
|
-
export declare const Headline:
|
7
|
+
export declare const Headline: FunctionComponent<TextWrapperProps>;
|
@@ -1,27 +1,29 @@
|
|
1
1
|
import { __styles } from '@fluentui/react-make-styles';
|
2
2
|
import { typographyStyles } from '../../typographyStyles/index';
|
3
3
|
import { createWrapper } from '../wrapper';
|
4
|
+
export const headlineClassName = 'fui-Headline';
|
4
5
|
/**
|
5
6
|
* Styles for the root slot
|
6
7
|
*/
|
7
8
|
|
8
|
-
|
9
|
+
const useStyles = /*#__PURE__*/__styles({
|
9
10
|
"root": {
|
10
|
-
"Bahqtrf": "
|
11
|
-
"Be2twd7": "
|
12
|
-
"Bg96gwp": "
|
13
|
-
"Bhrd7zp": "
|
11
|
+
"Bahqtrf": "fk6fouc",
|
12
|
+
"Be2twd7": "f1pp30po",
|
13
|
+
"Bg96gwp": "f106mvju",
|
14
|
+
"Bhrd7zp": "fl43uef"
|
14
15
|
}
|
15
16
|
}, {
|
16
|
-
"d": [".
|
17
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f1pp30po{font-size:var(--fontSizeBase500);}", ".f106mvju{line-height:var(--lineHeightBase500);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}"]
|
17
18
|
});
|
18
19
|
/**
|
19
20
|
* Text wrapper component for the Headline typography variant
|
20
21
|
*/
|
21
22
|
|
22
23
|
|
23
|
-
export
|
24
|
-
useStyles
|
24
|
+
export const Headline = /*#__PURE__*/createWrapper({
|
25
|
+
useStyles,
|
26
|
+
className: headlineClassName,
|
25
27
|
displayName: 'Headline'
|
26
28
|
});
|
27
29
|
//# sourceMappingURL=Headline.js.map
|
@@ -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,OAAO,MAAM,iBAAiB,GAAG,cAA1B;AAEP;;AAEG;;AACH,MAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,MAAM,QAAQ,gBAAwC,aAAa,CAAC;AACzE,EAAA,SADyE;AAEzE,EAAA,SAAS,EAAE,iBAF8D;AAGzE,EAAA,WAAW,EAAE;AAH4D,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,7 @@
|
|
1
|
+
import type { FunctionComponent } from 'react';
|
2
|
+
import { TextWrapperProps } from '../wrapper';
|
3
|
+
export declare const largeTitleClassName = "fui-LargeTitle";
|
1
4
|
/**
|
2
5
|
* Text wrapper component for the Large Title typography variant
|
3
6
|
*/
|
4
|
-
export declare const LargeTitle:
|
7
|
+
export declare const LargeTitle: FunctionComponent<TextWrapperProps>;
|
@@ -1,27 +1,29 @@
|
|
1
1
|
import { __styles } from '@fluentui/react-make-styles';
|
2
2
|
import { typographyStyles } from '../../typographyStyles/index';
|
3
3
|
import { createWrapper } from '../wrapper';
|
4
|
+
export const largeTitleClassName = 'fui-LargeTitle';
|
4
5
|
/**
|
5
6
|
* Styles for the root slot
|
6
7
|
*/
|
7
8
|
|
8
|
-
|
9
|
+
const useStyles = /*#__PURE__*/__styles({
|
9
10
|
"root": {
|
10
|
-
"Bahqtrf": "
|
11
|
-
"Be2twd7": "
|
12
|
-
"Bg96gwp": "
|
13
|
-
"Bhrd7zp": "
|
11
|
+
"Bahqtrf": "fk6fouc",
|
12
|
+
"Be2twd7": "f15afnhw",
|
13
|
+
"Bg96gwp": "fr3w3wp",
|
14
|
+
"Bhrd7zp": "fl43uef"
|
14
15
|
}
|
15
16
|
}, {
|
16
|
-
"d": [".
|
17
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f15afnhw{font-size:var(--fontSizeHero900);}", ".fr3w3wp{line-height:var(--lineHeightHero900);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}"]
|
17
18
|
});
|
18
19
|
/**
|
19
20
|
* Text wrapper component for the Large Title typography variant
|
20
21
|
*/
|
21
22
|
|
22
23
|
|
23
|
-
export
|
24
|
-
useStyles
|
24
|
+
export const LargeTitle = /*#__PURE__*/createWrapper({
|
25
|
+
useStyles,
|
26
|
+
className: largeTitleClassName,
|
25
27
|
displayName: 'LargeTitle'
|
26
28
|
});
|
27
29
|
//# sourceMappingURL=LargeTitle.js.map
|
@@ -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,OAAO,MAAM,mBAAmB,GAAG,gBAA5B;AAEP;;AAEG;;AACH,MAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,MAAM,UAAU,gBAAwC,aAAa,CAAC;AAC3E,EAAA,SAD2E;AAE3E,EAAA,SAAS,EAAE,mBAFgE;AAG3E,EAAA,WAAW,EAAE;AAH8D,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,7 @@
|
|
1
|
+
import type { FunctionComponent } from 'react';
|
2
|
+
import { TextWrapperProps } from '../wrapper';
|
3
|
+
export declare const subheadlineClassName = "fui-Subheadline";
|
1
4
|
/**
|
2
5
|
* Text wrapper component for the Subheadline typography variant
|
3
6
|
*/
|
4
|
-
export declare const Subheadline:
|
7
|
+
export declare const Subheadline: FunctionComponent<TextWrapperProps>;
|
@@ -1,27 +1,29 @@
|
|
1
1
|
import { __styles } from '@fluentui/react-make-styles';
|
2
2
|
import { typographyStyles } from '../../typographyStyles/index';
|
3
3
|
import { createWrapper } from '../wrapper';
|
4
|
+
export const subheadlineClassName = 'fui-Subheadline';
|
4
5
|
/**
|
5
6
|
* Styles for the root slot
|
6
7
|
*/
|
7
8
|
|
8
|
-
|
9
|
+
const useStyles = /*#__PURE__*/__styles({
|
9
10
|
"root": {
|
10
|
-
"Bahqtrf": "
|
11
|
-
"Be2twd7": "
|
12
|
-
"Bg96gwp": "
|
13
|
-
"Bhrd7zp": "
|
11
|
+
"Bahqtrf": "fk6fouc",
|
12
|
+
"Be2twd7": "fod5ikn",
|
13
|
+
"Bg96gwp": "faaz57k",
|
14
|
+
"Bhrd7zp": "fl43uef"
|
14
15
|
}
|
15
16
|
}, {
|
16
|
-
"d": [".
|
17
|
+
"d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fod5ikn{font-size:var(--fontSizeBase400);}", ".faaz57k{line-height:var(--lineHeightBase400);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}"]
|
17
18
|
});
|
18
19
|
/**
|
19
20
|
* Text wrapper component for the Subheadline typography variant
|
20
21
|
*/
|
21
22
|
|
22
23
|
|
23
|
-
export
|
24
|
-
useStyles
|
24
|
+
export const Subheadline = /*#__PURE__*/createWrapper({
|
25
|
+
useStyles,
|
26
|
+
className: subheadlineClassName,
|
25
27
|
displayName: 'Subheadline'
|
26
28
|
});
|
27
29
|
//# sourceMappingURL=Subheadline.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["components/Subheadline/Subheadline.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/components/Subheadline/Subheadline.tsx"],"names":[],"mappings":"AACA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAAgD,YAAhD;AAEA,OAAO,MAAM,oBAAoB,GAAG,iBAA7B;AAEP;;AAEG;;AACH,MAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,MAAM,WAAW,gBAAwC,aAAa,CAAC;AAC5E,EAAA,SAD4E;AAE5E,EAAA,SAAS,EAAE,oBAFiE;AAG5E,EAAA,WAAW,EAAE;AAH+D,CAAD,CAAtE","sourceRoot":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Subheadline/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import * as React from 'react';
|
2
1
|
import type { TextProps } from './Text.types';
|
2
|
+
import type { ForwardRefComponent } from '@fluentui/react-utilities';
|
3
3
|
/**
|
4
4
|
* Typography and styling abstraction component used to ensure consistency of text.
|
5
5
|
*/
|
6
|
-
export declare const Text:
|
6
|
+
export declare const Text: ForwardRefComponent<TextProps>;
|
@@ -6,10 +6,10 @@ import { useTextStyles } from './useTextStyles';
|
|
6
6
|
* Typography and styling abstraction component used to ensure consistency of text.
|
7
7
|
*/
|
8
8
|
|
9
|
-
export
|
10
|
-
|
9
|
+
export const Text = /*#__PURE__*/React.forwardRef((props, ref) => {
|
10
|
+
const state = useText(props, ref);
|
11
11
|
useTextStyles(state);
|
12
|
-
return renderText(state);
|
12
|
+
return renderText(state); // Work around some small mismatches in inferred types which don't matter in practice
|
13
13
|
});
|
14
14
|
Text.displayName = 'Text';
|
15
15
|
//# sourceMappingURL=Text.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["components/Text/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,OAAT,QAAwB,WAAxB;AACA,SAAS,UAAT,QAA2B,cAA3B;AACA,SAAS,aAAT,QAA8B,iBAA9B;
|
1
|
+
{"version":3,"sources":["../../../src/components/Text/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,OAAT,QAAwB,WAAxB;AACA,SAAS,UAAT,QAA2B,cAA3B;AACA,SAAS,aAAT,QAA8B,iBAA9B;AAIA;;AAEG;;AACH,OAAO,MAAM,IAAI,gBAAmC,KAAK,CAAC,UAAN,CAAiB,CAAC,KAAD,EAAQ,GAAR,KAAe;AAClF,QAAM,KAAK,GAAG,OAAO,CAAC,KAAD,EAAQ,GAAR,CAArB;AAEA,EAAA,aAAa,CAAC,KAAD,CAAb;AAEA,SAAO,UAAU,CAAC,KAAD,CAAjB,CALkF,CAMlF;AACD,CAPmD,CAA7C;AASP,IAAI,CAAC,WAAL,GAAmB,MAAnB","sourceRoot":""}
|
@@ -1,86 +1,77 @@
|
|
1
|
-
import
|
2
|
-
import type { ComponentPropsCompat, ComponentStateCompat } from '@fluentui/react-utilities';
|
1
|
+
import type { ComponentProps, ComponentState, IntrinsicShorthandProps } from '@fluentui/react-utilities';
|
3
2
|
/**
|
4
|
-
* Text
|
3
|
+
* Text slots
|
5
4
|
*/
|
6
|
-
export
|
5
|
+
export declare type TextSlots = {
|
6
|
+
root: IntrinsicShorthandProps<'span', 'p' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'pre'>;
|
7
|
+
};
|
8
|
+
export declare type TextCommons = {
|
7
9
|
/**
|
8
10
|
* Wraps the text content on white spaces.
|
9
11
|
*
|
10
12
|
* @defaultValue true
|
11
13
|
*/
|
12
|
-
wrap
|
14
|
+
wrap: boolean;
|
13
15
|
/**
|
14
16
|
* Truncate overflowing text for block displays.
|
15
17
|
*
|
16
18
|
* @defaultValue false
|
17
19
|
*/
|
18
|
-
truncate
|
20
|
+
truncate: boolean;
|
19
21
|
/**
|
20
22
|
* Applies a block display for the content.
|
21
23
|
*
|
22
24
|
* @defaultValue false
|
23
25
|
*/
|
24
|
-
block
|
26
|
+
block: boolean;
|
25
27
|
/**
|
26
28
|
* Applies the italic font style to the content.
|
27
29
|
*
|
28
30
|
* @defaultValue false
|
29
31
|
*/
|
30
|
-
italic
|
32
|
+
italic: boolean;
|
31
33
|
/**
|
32
34
|
* Applies the underline text decoration to the content.
|
33
35
|
*
|
34
36
|
* @defaultValue false
|
35
37
|
*/
|
36
|
-
underline
|
38
|
+
underline: boolean;
|
37
39
|
/**
|
38
40
|
* Applies the strikethrough text decoration to the content.
|
39
41
|
*
|
40
42
|
* @defaultValue false
|
41
43
|
*/
|
42
|
-
strikethrough
|
44
|
+
strikethrough: boolean;
|
43
45
|
/**
|
44
46
|
* Applies font size and line height based on the theme tokens.
|
45
47
|
*
|
46
48
|
* @defaultValue 300
|
47
49
|
*/
|
48
|
-
size
|
50
|
+
size: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 1000;
|
49
51
|
/**
|
50
52
|
* Applies the font family to the content.
|
51
53
|
*
|
52
54
|
* @defaultValue base
|
53
55
|
*/
|
54
|
-
font
|
56
|
+
font: 'base' | 'monospace' | 'numeric';
|
55
57
|
/**
|
56
58
|
* Applies font weight to the content.
|
57
59
|
*
|
58
60
|
* @defaultValue regular
|
59
61
|
*/
|
60
|
-
weight
|
62
|
+
weight: 'regular' | 'medium' | 'semibold';
|
61
63
|
/**
|
62
64
|
* Aligns text based on the parent container.
|
63
65
|
*
|
64
66
|
* @defaultValue start
|
65
67
|
*/
|
66
|
-
align
|
67
|
-
|
68
|
-
* Component to be rendered as.
|
69
|
-
*
|
70
|
-
* @defaultValue span
|
71
|
-
*/
|
72
|
-
as?: 'span' | 'p' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'pre';
|
73
|
-
}
|
68
|
+
align: 'start' | 'center' | 'end' | 'justify';
|
69
|
+
};
|
74
70
|
/**
|
75
|
-
*
|
71
|
+
* Text Props
|
76
72
|
*/
|
77
|
-
export declare type
|
73
|
+
export declare type TextProps = ComponentProps<TextSlots> & Partial<TextCommons>;
|
78
74
|
/**
|
79
75
|
* State used in rendering Text
|
80
76
|
*/
|
81
|
-
export
|
82
|
-
/**
|
83
|
-
* Ref to the root element
|
84
|
-
*/
|
85
|
-
ref: React.Ref<HTMLElement>;
|
86
|
-
}
|
77
|
+
export declare type TextState = ComponentState<TextSlots> & TextCommons;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Text.types.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"Text.types.js","sourceRoot":"","sources":["../../../src/components/Text/Text.types.ts"],"names":[],"mappings":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Text/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
|
@@ -1,15 +1,14 @@
|
|
1
|
-
import { __assign } from "tslib";
|
2
1
|
import * as React from 'react';
|
3
|
-
import {
|
2
|
+
import { getSlots } from '@fluentui/react-utilities';
|
4
3
|
/**
|
5
4
|
* Render the final JSX of Text
|
6
5
|
*/
|
7
6
|
|
8
|
-
export
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
return /*#__PURE__*/React.createElement(slots.root,
|
7
|
+
export const renderText = state => {
|
8
|
+
const {
|
9
|
+
slots,
|
10
|
+
slotProps
|
11
|
+
} = getSlots(state);
|
12
|
+
return /*#__PURE__*/React.createElement(slots.root, Object.assign({}, slotProps.root));
|
14
13
|
};
|
15
14
|
//# sourceMappingURL=renderText.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["components/Text/renderText.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/components/Text/renderText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,QAAT,QAAyB,2BAAzB;AAGA;;AAEG;;AACH,OAAO,MAAM,UAAU,GAAI,KAAD,IAAqB;AAC7C,QAAM;AAAE,IAAA,KAAF;AAAS,IAAA;AAAT,MAAuB,QAAQ,CAAY,KAAZ,CAArC;AAEA,sBAAO,KAAA,CAAA,aAAA,CAAC,KAAK,CAAC,IAAP,EAAW,MAAA,CAAA,MAAA,CAAA,EAAA,EAAK,SAAS,CAAC,IAAf,CAAX,CAAP;AACD,CAJM","sourceRoot":""}
|
@@ -8,6 +8,5 @@ import type { TextProps, TextState } from './Text.types';
|
|
8
8
|
*
|
9
9
|
* @param props - props from this instance of Text
|
10
10
|
* @param ref - reference to root HTMLElement of Text
|
11
|
-
* @param defaultProps - (optional) default prop values provided by the implementing type
|
12
11
|
*/
|
13
|
-
export declare const useText: (props: TextProps, ref: React.Ref<HTMLElement
|
12
|
+
export declare const useText: (props: TextProps, ref: React.Ref<HTMLElement>) => TextState;
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
var mergeProps = /*#__PURE__*/makeMergeProps();
|
1
|
+
import { getNativeElementProps } from '@fluentui/react-utilities';
|
3
2
|
/**
|
4
3
|
* Create the state required to render Text.
|
5
4
|
*
|
@@ -8,14 +7,44 @@ var mergeProps = /*#__PURE__*/makeMergeProps();
|
|
8
7
|
*
|
9
8
|
* @param props - props from this instance of Text
|
10
9
|
* @param ref - reference to root HTMLElement of Text
|
11
|
-
* @param defaultProps - (optional) default prop values provided by the implementing type
|
12
10
|
*/
|
13
11
|
|
14
|
-
export
|
15
|
-
var
|
16
|
-
|
17
|
-
|
18
|
-
|
12
|
+
export const useText = (props, ref) => {
|
13
|
+
var _a;
|
14
|
+
|
15
|
+
const {
|
16
|
+
wrap,
|
17
|
+
truncate,
|
18
|
+
block,
|
19
|
+
italic,
|
20
|
+
underline,
|
21
|
+
strikethrough,
|
22
|
+
size,
|
23
|
+
font,
|
24
|
+
weight,
|
25
|
+
align
|
26
|
+
} = props;
|
27
|
+
const as = (_a = props.as) !== null && _a !== void 0 ? _a : 'span';
|
28
|
+
const state = {
|
29
|
+
wrap: wrap !== null && wrap !== void 0 ? wrap : true,
|
30
|
+
truncate: truncate !== null && truncate !== void 0 ? truncate : false,
|
31
|
+
block: block !== null && block !== void 0 ? block : false,
|
32
|
+
italic: italic !== null && italic !== void 0 ? italic : false,
|
33
|
+
underline: underline !== null && underline !== void 0 ? underline : false,
|
34
|
+
strikethrough: strikethrough !== null && strikethrough !== void 0 ? strikethrough : false,
|
35
|
+
size: size !== null && size !== void 0 ? size : 300,
|
36
|
+
font: font !== null && font !== void 0 ? font : 'base',
|
37
|
+
weight: weight !== null && weight !== void 0 ? weight : 'regular',
|
38
|
+
align: align !== null && align !== void 0 ? align : 'start',
|
39
|
+
components: {
|
40
|
+
root: 'span'
|
41
|
+
},
|
42
|
+
root: getNativeElementProps(as, {
|
43
|
+
ref,
|
44
|
+
...props,
|
45
|
+
as
|
46
|
+
})
|
47
|
+
};
|
19
48
|
return state;
|
20
49
|
};
|
21
50
|
//# sourceMappingURL=useText.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["components/Text/useText.ts"],"names":[],"mappings":"AACA,SAAS,
|
1
|
+
{"version":3,"sources":["../../../src/components/Text/useText.ts"],"names":[],"mappings":"AACA,SAAS,qBAAT,QAAsC,2BAAtC;AAGA;;;;;;;;AAQG;;AACH,OAAO,MAAM,OAAO,GAAG,CAAC,KAAD,EAAmB,GAAnB,KAA6D;;;AAClF,QAAM;AAAE,IAAA,IAAF;AAAQ,IAAA,QAAR;AAAkB,IAAA,KAAlB;AAAyB,IAAA,MAAzB;AAAiC,IAAA,SAAjC;AAA4C,IAAA,aAA5C;AAA2D,IAAA,IAA3D;AAAiE,IAAA,IAAjE;AAAuE,IAAA,MAAvE;AAA+E,IAAA;AAA/E,MAAyF,KAA/F;AACA,QAAM,EAAE,GAAA,CAAA,EAAA,GAAG,KAAK,CAAC,EAAT,MAAW,IAAX,IAAW,EAAA,KAAA,KAAA,CAAX,GAAW,EAAX,GAAe,MAAvB;AAEA,QAAM,KAAK,GAAc;AACvB,IAAA,IAAI,EAAE,IAAI,KAAA,IAAJ,IAAA,IAAI,KAAA,KAAA,CAAJ,GAAA,IAAA,GAAQ,IADS;AAEvB,IAAA,QAAQ,EAAE,QAAQ,KAAA,IAAR,IAAA,QAAQ,KAAA,KAAA,CAAR,GAAA,QAAA,GAAY,KAFC;AAGvB,IAAA,KAAK,EAAE,KAAK,KAAA,IAAL,IAAA,KAAK,KAAA,KAAA,CAAL,GAAA,KAAA,GAAS,KAHO;AAIvB,IAAA,MAAM,EAAE,MAAM,KAAA,IAAN,IAAA,MAAM,KAAA,KAAA,CAAN,GAAA,MAAA,GAAU,KAJK;AAKvB,IAAA,SAAS,EAAE,SAAS,KAAA,IAAT,IAAA,SAAS,KAAA,KAAA,CAAT,GAAA,SAAA,GAAa,KALD;AAMvB,IAAA,aAAa,EAAE,aAAa,KAAA,IAAb,IAAA,aAAa,KAAA,KAAA,CAAb,GAAA,aAAA,GAAiB,KANT;AAOvB,IAAA,IAAI,EAAE,IAAI,KAAA,IAAJ,IAAA,IAAI,KAAA,KAAA,CAAJ,GAAA,IAAA,GAAQ,GAPS;AAQvB,IAAA,IAAI,EAAE,IAAI,KAAA,IAAJ,IAAA,IAAI,KAAA,KAAA,CAAJ,GAAA,IAAA,GAAQ,MARS;AASvB,IAAA,MAAM,EAAE,MAAM,KAAA,IAAN,IAAA,MAAM,KAAA,KAAA,CAAN,GAAA,MAAA,GAAU,SATK;AAUvB,IAAA,KAAK,EAAE,KAAK,KAAA,IAAL,IAAA,KAAK,KAAA,KAAA,CAAL,GAAA,KAAA,GAAS,OAVO;AAYvB,IAAA,UAAU,EAAE;AAAE,MAAA,IAAI,EAAE;AAAR,KAZW;AAcvB,IAAA,IAAI,EAAE,qBAAqB,CAAC,EAAD,EAAK;AAC9B,MAAA,GAD8B;AAE9B,SAAG,KAF2B;AAG9B,MAAA;AAH8B,KAAL;AAdJ,GAAzB;AAqBA,SAAO,KAAP;AACD,CA1BM","sourceRoot":""}
|