@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
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","subtitle2StrongerClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Subtitle2Stronger","className","displayName"],"sources":["../../../../src/components/presets/Subtitle2Stronger/Subtitle2Stronger.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots, TextPresetProps } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const subtitle2StrongerClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Subtitle2Stronger',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.subtitle2Stronger,\n});\n\n/**\n * Text preset component for the Subtitle2Stronger typography variant\n */\nexport const Subtitle2Stronger: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: subtitle2StrongerClassNames.root,\n displayName: 'Subtitle2Stronger',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,2BAAA,GAAyD;EACpEC,IAAA,EAAM;AACR;AAEA;;;AAGA,MAAMC,SAAA,gBAAYL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAElB;AAEA;;;AAGA,OAAO,MAAMC,iBAAA,gBAAwDV,YAAA,CAAa;EAChFI,SAAA;EACAO,SAAA,EAAWT,2BAAA,CAA4BC,IAAI;EAC3CS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Subtitle2Stronger/index.ts"],"sourcesContent":["export * from './Subtitle2Stronger';\n"],"mappings":"AAAA,cAAc"}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import { __styles } from '@griffel/react';
|
2
|
-
import { createPreset } from '../createPreset';
|
3
|
-
import { typographyStyles } from '@fluentui/react-theme';
|
4
|
-
export const title1ClassNames = {
|
5
|
-
root: 'fui-Title1'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "fccw675",
|
14
|
-
Bhrd7zp: "fl43uef",
|
15
|
-
Bg96gwp: "f1ebx5kk"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fccw675{font-size:var(--fontSizeHero800);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".f1ebx5kk{line-height:var(--lineHeightHero800);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Title 1 typography variant
|
22
|
-
*/
|
23
|
-
export const Title1 = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: title1ClassNames.root,
|
26
|
-
displayName: 'Title1'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Title1.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","title1ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Title1","className","displayName"],"sources":["../../../../src/components/presets/Title1/Title1.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots, TextPresetProps } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const title1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Title1',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.title1,\n});\n\n/**\n * Text preset component for the Title 1 typography variant\n */\nexport const Title1: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: title1ClassNames.root,\n displayName: 'Title1',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,gBAAA,GAA8C;EACzDC,IAAA,EAAM;AACR;AAEA;;;AAGA,MAAMC,SAAA,gBAAYL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAElB;AAEA;;;AAGA,OAAO,MAAMC,MAAA,gBAA6CV,YAAA,CAAa;EACrEI,SAAA;EACAO,SAAA,EAAWT,gBAAA,CAAiBC,IAAI;EAChCS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Title1/index.ts"],"sourcesContent":["export * from './Title1';\n"],"mappings":"AAAA,cAAc"}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import { __styles } from '@griffel/react';
|
2
|
-
import { createPreset } from '../createPreset';
|
3
|
-
import { typographyStyles } from '@fluentui/react-theme';
|
4
|
-
export const title2ClassNames = {
|
5
|
-
root: 'fui-Title2'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "fojgt09",
|
14
|
-
Bhrd7zp: "fl43uef",
|
15
|
-
Bg96gwp: "fcen8rp"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fojgt09{font-size:var(--fontSizeHero700);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fcen8rp{line-height:var(--lineHeightHero700);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Title 2 typography variant
|
22
|
-
*/
|
23
|
-
export const Title2 = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: title2ClassNames.root,
|
26
|
-
displayName: 'Title2'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Title2.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","title2ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Title2","className","displayName"],"sources":["../../../../src/components/presets/Title2/Title2.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots, TextPresetProps } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const title2ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Title2',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.title2,\n});\n\n/**\n * Text preset component for the Title 2 typography variant\n */\nexport const Title2: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: title2ClassNames.root,\n displayName: 'Title2',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,gBAAA,GAA8C;EACzDC,IAAA,EAAM;AACR;AAEA;;;AAGA,MAAMC,SAAA,gBAAYL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAElB;AAEA;;;AAGA,OAAO,MAAMC,MAAA,gBAA6CV,YAAA,CAAa;EACrEI,SAAA;EACAO,SAAA,EAAWT,gBAAA,CAAiBC,IAAI;EAChCS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Title2/index.ts"],"sourcesContent":["export * from './Title2';\n"],"mappings":"AAAA,cAAc"}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import { __styles } from '@griffel/react';
|
2
|
-
import { createPreset } from '../createPreset';
|
3
|
-
import { typographyStyles } from '@fluentui/react-theme';
|
4
|
-
export const title3ClassNames = {
|
5
|
-
root: 'fui-Title3'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "f1x0m3f5",
|
14
|
-
Bhrd7zp: "fl43uef",
|
15
|
-
Bg96gwp: "fb86gi6"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f1x0m3f5{font-size:var(--fontSizeBase600);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fb86gi6{line-height:var(--lineHeightBase600);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Title 3 typography variant
|
22
|
-
*/
|
23
|
-
export const Title3 = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: title3ClassNames.root,
|
26
|
-
displayName: 'Title3'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Title3.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","title3ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Title3","className","displayName"],"sources":["../../../../src/components/presets/Title3/Title3.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots, TextPresetProps } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const title3ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Title3',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.title3,\n});\n\n/**\n * Text preset component for the Title 3 typography variant\n */\nexport const Title3: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: title3ClassNames.root,\n displayName: 'Title3',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,gBAAA,GAA8C;EACzDC,IAAA,EAAM;AACR;AAEA;;;AAGA,MAAMC,SAAA,gBAAYL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAElB;AAEA;;;AAGA,OAAO,MAAMC,MAAA,gBAA6CV,YAAA,CAAa;EACrEI,SAAA;EACAO,SAAA,EAAWT,gBAAA,CAAiBC,IAAI;EAChCS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Title3/index.ts"],"sourcesContent":["export * from './Title3';\n"],"mappings":"AAAA,cAAc"}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { mergeClasses } from '@griffel/react';
|
3
|
-
import { renderText_unstable, useText_unstable, useTextStyles_unstable } from '../Text';
|
4
|
-
export function createPreset(options) {
|
5
|
-
const {
|
6
|
-
useStyles,
|
7
|
-
className,
|
8
|
-
displayName
|
9
|
-
} = options;
|
10
|
-
const Wrapper = /*#__PURE__*/React.forwardRef((props, ref) => {
|
11
|
-
const styles = useStyles();
|
12
|
-
const state = useText_unstable(props, ref);
|
13
|
-
useTextStyles_unstable(state);
|
14
|
-
state.root.className = mergeClasses(className, state.root.className, styles.root, props.className);
|
15
|
-
return renderText_unstable(state);
|
16
|
-
});
|
17
|
-
Wrapper.displayName = displayName;
|
18
|
-
return Wrapper;
|
19
|
-
}
|
20
|
-
//# sourceMappingURL=createPreset.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["React","mergeClasses","renderText_unstable","useText_unstable","useTextStyles_unstable","createPreset","options","useStyles","className","displayName","Wrapper","forwardRef","props","ref","styles","state","root"],"sources":["../../../src/components/presets/createPreset.ts"],"sourcesContent":["import * as React from 'react';\nimport { mergeClasses } from '@griffel/react';\nimport { renderText_unstable, useText_unstable, useTextStyles_unstable } from '../Text';\nimport type { TextProps, TextPresetProps } from '../Text';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\nexport function createPreset(options: {\n className: string;\n displayName: string;\n useStyles: () => Record<'root', string>;\n}): React.FunctionComponent<TextPresetProps> {\n const { useStyles, className, displayName } = options;\n const Wrapper: ForwardRefComponent<TextPresetProps> = React.forwardRef((props, ref) => {\n const styles = useStyles();\n const state = useText_unstable(props as TextProps, ref);\n\n useTextStyles_unstable(state);\n\n state.root.className = mergeClasses(className, state.root.className, styles.root, props.className);\n\n return renderText_unstable(state);\n });\n Wrapper.displayName = displayName;\n\n return Wrapper;\n}\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,YAAY,QAAQ;AAC7B,SAASC,mBAAmB,EAAEC,gBAAgB,EAAEC,sBAAsB,QAAQ;AAI9E,OAAO,SAASC,aAAaC,OAI5B,EAA4C;EAC3C,MAAM;IAAEC,SAAA;IAAWC,SAAA;IAAWC;EAAW,CAAE,GAAGH,OAAA;EAC9C,MAAMI,OAAA,gBAAgDV,KAAA,CAAMW,UAAU,CAAC,CAACC,KAAA,EAAOC,GAAA,KAAQ;IACrF,MAAMC,MAAA,GAASP,SAAA;IACf,MAAMQ,KAAA,GAAQZ,gBAAA,CAAiBS,KAAA,EAAoBC,GAAA;IAEnDT,sBAAA,CAAuBW,KAAA;IAEvBA,KAAA,CAAMC,IAAI,CAACR,SAAS,GAAGP,YAAA,CAAaO,SAAA,EAAWO,KAAA,CAAMC,IAAI,CAACR,SAAS,EAAEM,MAAA,CAAOE,IAAI,EAAEJ,KAAA,CAAMJ,SAAS;IAEjG,OAAON,mBAAA,CAAoBa,KAAA;EAC7B;EACAL,OAAA,CAAQD,WAAW,GAAGA,WAAA;EAEtB,OAAOC,OAAA;AACT"}
|
package/lib/index.js
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
export { Text, renderText_unstable, textClassNames, useTextStyles_unstable, useText_unstable } from './Text';
|
2
|
-
export { Body1, body1ClassNames } from './Body1';
|
3
|
-
export { Body1Strong, body1StrongClassNames } from './Body1Strong';
|
4
|
-
export { Body1Stronger, body1StrongerClassNames } from './Body1Stronger';
|
5
|
-
export { Body2, body2ClassNames } from './Body2';
|
6
|
-
export { Caption1, caption1ClassNames } from './Caption1';
|
7
|
-
export { Caption1Strong, caption1StrongClassNames } from './Caption1Strong';
|
8
|
-
export { Caption1Stronger, caption1StrongerClassNames } from './Caption1Stronger';
|
9
|
-
export { Caption2, caption2ClassNames } from './Caption2';
|
10
|
-
export { Caption2Strong, caption2StrongClassNames } from './Caption2Strong';
|
11
|
-
export { Display, displayClassNames } from './Display';
|
12
|
-
export { LargeTitle, largeTitleClassNames } from './LargeTitle';
|
13
|
-
export { Subtitle1, subtitle1ClassNames } from './Subtitle1';
|
14
|
-
export { Subtitle2, subtitle2ClassNames } from './Subtitle2';
|
15
|
-
export { Subtitle2Stronger, subtitle2StrongerClassNames } from './Subtitle2Stronger';
|
16
|
-
export { Title1, title1ClassNames } from './Title1';
|
17
|
-
export { Title2, title2ClassNames } from './Title2';
|
18
|
-
export { Title3, title3ClassNames } from './Title3';
|
19
|
-
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["Text","renderText_unstable","textClassNames","useTextStyles_unstable","useText_unstable","Body1","body1ClassNames","Body1Strong","body1StrongClassNames","Body1Stronger","body1StrongerClassNames","Body2","body2ClassNames","Caption1","caption1ClassNames","Caption1Strong","caption1StrongClassNames","Caption1Stronger","caption1StrongerClassNames","Caption2","caption2ClassNames","Caption2Strong","caption2StrongClassNames","Display","displayClassNames","LargeTitle","largeTitleClassNames","Subtitle1","subtitle1ClassNames","Subtitle2","subtitle2ClassNames","Subtitle2Stronger","subtitle2StrongerClassNames","Title1","title1ClassNames","Title2","title2ClassNames","Title3","title3ClassNames"],"sources":["../src/index.ts"],"sourcesContent":["export { Text, renderText_unstable, textClassNames, useTextStyles_unstable, useText_unstable } from './Text';\nexport type { TextProps, TextSlots, TextState, TextPresetProps } from './Text';\nexport { Body1, body1ClassNames } from './Body1';\nexport { Body1Strong, body1StrongClassNames } from './Body1Strong';\nexport { Body1Stronger, body1StrongerClassNames } from './Body1Stronger';\nexport { Body2, body2ClassNames } from './Body2';\nexport { Caption1, caption1ClassNames } from './Caption1';\nexport { Caption1Strong, caption1StrongClassNames } from './Caption1Strong';\nexport { Caption1Stronger, caption1StrongerClassNames } from './Caption1Stronger';\nexport { Caption2, caption2ClassNames } from './Caption2';\nexport { Caption2Strong, caption2StrongClassNames } from './Caption2Strong';\nexport { Display, displayClassNames } from './Display';\nexport { LargeTitle, largeTitleClassNames } from './LargeTitle';\nexport { Subtitle1, subtitle1ClassNames } from './Subtitle1';\nexport { Subtitle2, subtitle2ClassNames } from './Subtitle2';\nexport { Subtitle2Stronger, subtitle2StrongerClassNames } from './Subtitle2Stronger';\nexport { Title1, title1ClassNames } from './Title1';\nexport { Title2, title2ClassNames } from './Title2';\nexport { Title3, title3ClassNames } from './Title3';\n"],"mappings":"AAAA,SAASA,IAAI,EAAEC,mBAAmB,EAAEC,cAAc,EAAEC,sBAAsB,EAAEC,gBAAgB,QAAQ;AAEpG,SAASC,KAAK,EAAEC,eAAe,QAAQ;AACvC,SAASC,WAAW,EAAEC,qBAAqB,QAAQ;AACnD,SAASC,aAAa,EAAEC,uBAAuB,QAAQ;AACvD,SAASC,KAAK,EAAEC,eAAe,QAAQ;AACvC,SAASC,QAAQ,EAAEC,kBAAkB,QAAQ;AAC7C,SAASC,cAAc,EAAEC,wBAAwB,QAAQ;AACzD,SAASC,gBAAgB,EAAEC,0BAA0B,QAAQ;AAC7D,SAASC,QAAQ,EAAEC,kBAAkB,QAAQ;AAC7C,SAASC,cAAc,EAAEC,wBAAwB,QAAQ;AACzD,SAASC,OAAO,EAAEC,iBAAiB,QAAQ;AAC3C,SAASC,UAAU,EAAEC,oBAAoB,QAAQ;AACjD,SAASC,SAAS,EAAEC,mBAAmB,QAAQ;AAC/C,SAASC,SAAS,EAAEC,mBAAmB,QAAQ;AAC/C,SAASC,iBAAiB,EAAEC,2BAA2B,QAAQ;AAC/D,SAASC,MAAM,EAAEC,gBAAgB,QAAQ;AACzC,SAASC,MAAM,EAAEC,gBAAgB,QAAQ;AACzC,SAASC,MAAM,EAAEC,gBAAgB,QAAQ"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../../../lib/components/Text/useTextStyles.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.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":";;;;;;;;;;;IAEaA,cAAc,MAAdA;IA4GAC,sBAAsB,MAAtBA;;uBA9GsC;AAE5C,MAAMD,iBAAiB;IAC5BE,MAAM;AACR;AACA;;CAEC,GACD,MAAMC,YAAY,WAAW,GAAEC,IAAAA,kBAAQ,EAAC;IACtCF,MAAM;QACJG,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRC,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,QAAQ;IACV;IACAC,QAAQ;QACNJ,QAAQ;QACRC,SAAS;QACTC,SAAS;IACX;IACAG,UAAU;QACRF,QAAQ;IACV;IACAG,OAAO;QACLP,QAAQ;IACV;IACAQ,QAAQ;QACNC,SAAS;IACX;IACAC,WAAW;QACTC,QAAQ;IACV;IACAC,eAAe;QACbD,QAAQ;IACV;IACAE,wBAAwB;QACtBF,QAAQ;IACV;IACAG,SAAS;QACPlB,SAAS;QACTC,SAAS;IACX;IACAkB,SAAS;QACPnB,SAAS;QACTC,SAAS;IACX;IACAmB,SAAS;QACPpB,SAAS;QACTC,SAAS;IACX;IACAoB,SAAS;QACPrB,SAAS;QACTC,SAAS;IACX;IACAqB,SAAS;QACPtB,SAAS;QACTC,SAAS;IACX;IACAsB,SAAS;QACPvB,SAAS;QACTC,SAAS;IACX;IACAuB,SAAS;QACPxB,SAAS;QACTC,SAAS;IACX;IACAwB,SAAS;QACPzB,SAAS;QACTC,SAAS;IACX;IACAyB,UAAU;QACR1B,SAAS;QACTC,SAAS;IACX;IACA0B,WAAW;QACT5B,SAAS;IACX;IACA6B,SAAS;QACP7B,SAAS;IACX;IACA8B,cAAc;QACZ3B,SAAS;IACX;IACA4B,gBAAgB;QACd5B,SAAS;IACX;IACA6B,YAAY;QACV7B,SAAS;IACX;IACA8B,aAAa;QACX7B,QAAQ;IACV;IACA8B,UAAU;QACR9B,QAAQ;IACV;IACA+B,cAAc;QACZ/B,QAAQ;IACV;AACF,GAAG;IACDgC,GAAG;QAAC;QAAgD;QAA+C;QAAoD;QAAmD;QAA+B;QAA8B;QAAiC;QAAkC;QAAkC;QAAiC;QAAiC;QAAiC;QAAiC;QAAsC;QAA4B;QAAiC;QAA8C;QAAgD;QAA2D;QAAgD;QAAmD;QAA+C;QAAmD;QAA+C;QAAmD;QAAgD;QAAoD;QAAgD;QAAmD;QAA+C;QAAmD;QAA+C;QAAoD;QAAgD;QAAmD;QAAgD;QAAqD;QAAsD;QAAoD;QAAkD;QAAoD;QAAgD;QAAiC;QAA8B;KAAiC;AACz8D;AAIO,MAAMxC,yBAAyByC,CAAAA,QAAS;IAC7C,MAAMC,SAASxC;IACfuC,MAAMxC,IAAI,CAAC0C,SAAS,GAAGC,IAAAA,mBAAY,EAAC7C,eAAeE,IAAI,EAAEyC,OAAOzC,IAAI,EAAEwC,MAAMI,IAAI,KAAK,KAAK,IAAIH,OAAO5B,MAAM,EAAE2B,MAAM1B,QAAQ,IAAI2B,OAAO3B,QAAQ,EAAE0B,MAAMzB,KAAK,IAAI0B,OAAO1B,KAAK,EAAEyB,MAAMxB,MAAM,IAAIyB,OAAOzB,MAAM,EAAEwB,MAAMtB,SAAS,IAAIuB,OAAOvB,SAAS,EAAEsB,MAAMpB,aAAa,IAAIqB,OAAOrB,aAAa,EAAEoB,MAAMtB,SAAS,IAAIsB,MAAMpB,aAAa,IAAIqB,OAAOpB,sBAAsB,EAAEmB,MAAMK,IAAI,KAAK,OAAOJ,OAAOnB,OAAO,EAAEkB,MAAMK,IAAI,KAAK,OAAOJ,OAAOlB,OAAO,EAAEiB,MAAMK,IAAI,KAAK,OAAOJ,OAAOjB,OAAO,EAAEgB,MAAMK,IAAI,KAAK,OAAOJ,OAAOhB,OAAO,EAAEe,MAAMK,IAAI,KAAK,OAAOJ,OAAOf,OAAO,EAAEc,MAAMK,IAAI,KAAK,OAAOJ,OAAOd,OAAO,EAAEa,MAAMK,IAAI,KAAK,OAAOJ,OAAOb,OAAO,EAAEY,MAAMK,IAAI,KAAK,OAAOJ,OAAOZ,OAAO,EAAEW,MAAMK,IAAI,KAAK,QAAQJ,OAAOX,QAAQ,EAAEU,MAAMM,IAAI,KAAK,eAAeL,OAAOV,SAAS,EAAES,MAAMM,IAAI,KAAK,aAAaL,OAAOT,OAAO,EAAEQ,MAAMO,MAAM,KAAK,YAAYN,OAAOR,YAAY,EAAEO,MAAMO,MAAM,KAAK,cAAcN,OAAOP,cAAc,EAAEM,MAAMO,MAAM,KAAK,UAAUN,OAAON,UAAU,EAAEK,MAAMQ,KAAK,KAAK,YAAYP,OAAOL,WAAW,EAAEI,MAAMQ,KAAK,KAAK,SAASP,OAAOJ,QAAQ,EAAEG,MAAMQ,KAAK,KAAK,aAAaP,OAAOH,YAAY,EAAEE,MAAMxC,IAAI,CAAC0C,SAAS;IACjlC,OAAOF;AACT,GACA,yCAAyC"}
|