@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","mergeClasses","shorthands","tokens","textClassNames","root","useStyles","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","useTextStyles_unstable","state","styles","className","wrap","size","font","weight","align"],"sources":["../../../src/components/Text/useTextStyles.ts"],"sourcesContent":["import { makeStyles, mergeClasses, shorthands } from '@griffel/react';\nimport { tokens } from '@fluentui/react-theme';\nimport type { TextSlots, TextState } from './Text.types';\nimport { SlotClassNames } from '@fluentui/react-utilities';\n\nexport const textClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Text',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase300,\n lineHeight: tokens.lineHeightBase300,\n fontWeight: tokens.fontWeightRegular,\n textAlign: 'start',\n display: 'inline',\n whiteSpace: 'normal',\n ...shorthands.overflow('visible'),\n textOverflow: 'clip',\n },\n nowrap: {\n whiteSpace: 'nowrap',\n ...shorthands.overflow('hidden'),\n },\n truncate: {\n textOverflow: 'ellipsis',\n },\n block: {\n display: 'block',\n },\n italic: {\n fontStyle: 'italic',\n },\n underline: {\n textDecorationLine: 'underline',\n },\n strikethrough: {\n textDecorationLine: 'line-through',\n },\n strikethroughUnderline: {\n textDecorationLine: 'line-through underline',\n },\n base100: {\n fontSize: tokens.fontSizeBase100,\n lineHeight: tokens.lineHeightBase100,\n },\n base200: {\n fontSize: tokens.fontSizeBase200,\n lineHeight: tokens.lineHeightBase200,\n },\n base400: {\n fontSize: tokens.fontSizeBase400,\n lineHeight: tokens.lineHeightBase400,\n },\n base500: {\n fontSize: tokens.fontSizeBase500,\n lineHeight: tokens.lineHeightBase500,\n },\n base600: {\n fontSize: tokens.fontSizeBase600,\n lineHeight: tokens.lineHeightBase600,\n },\n hero700: {\n fontSize: tokens.fontSizeHero700,\n lineHeight: tokens.lineHeightHero700,\n },\n hero800: {\n fontSize: tokens.fontSizeHero800,\n lineHeight: tokens.lineHeightHero800,\n },\n hero900: {\n fontSize: tokens.fontSizeHero900,\n lineHeight: tokens.lineHeightHero900,\n },\n hero1000: {\n fontSize: tokens.fontSizeHero1000,\n lineHeight: tokens.lineHeightHero1000,\n },\n monospace: {\n fontFamily: tokens.fontFamilyMonospace,\n },\n numeric: {\n fontFamily: tokens.fontFamilyNumeric,\n },\n weightMedium: {\n fontWeight: tokens.fontWeightMedium,\n },\n weightSemibold: {\n fontWeight: tokens.fontWeightSemibold,\n },\n weightBold: {\n fontWeight: tokens.fontWeightBold,\n },\n alignCenter: {\n textAlign: 'center',\n },\n alignEnd: {\n textAlign: 'end',\n },\n alignJustify: {\n textAlign: 'justify',\n },\n});\n\n/**\n * Apply styling to the Text slots based on the state\n */\nexport const useTextStyles_unstable = (state: TextState): TextState => {\n const styles = useStyles();\n\n state.root.className = mergeClasses(\n textClassNames.root,\n styles.root,\n state.wrap === false && styles.nowrap,\n state.truncate && styles.truncate,\n state.block && styles.block,\n state.italic && styles.italic,\n state.underline && styles.underline,\n state.strikethrough && styles.strikethrough,\n state.underline && state.strikethrough && styles.strikethroughUnderline,\n state.size === 100 && styles.base100,\n state.size === 200 && styles.base200,\n state.size === 400 && styles.base400,\n state.size === 500 && styles.base500,\n state.size === 600 && styles.base600,\n state.size === 700 && styles.hero700,\n state.size === 800 && styles.hero800,\n state.size === 900 && styles.hero900,\n state.size === 1000 && styles.hero1000,\n state.font === 'monospace' && styles.monospace,\n state.font === 'numeric' && styles.numeric,\n state.weight === 'medium' && styles.weightMedium,\n state.weight === 'semibold' && styles.weightSemibold,\n state.weight === 'bold' && styles.weightBold,\n state.align === 'center' && styles.alignCenter,\n state.align === 'end' && styles.alignEnd,\n state.align === 'justify' && styles.alignJustify,\n state.root.className,\n );\n\n return state;\n};\n"],"mappings":"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"}
|
@@ -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 body1ClassNames = {
|
5
|
-
root: 'fui-Body1'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "fkhj508",
|
14
|
-
Bhrd7zp: "figsok6",
|
15
|
-
Bg96gwp: "f1i3iumi"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fkhj508{font-size:var(--fontSizeBase300);}", ".figsok6{font-weight:var(--fontWeightRegular);}", ".f1i3iumi{line-height:var(--lineHeightBase300);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Body1 typography variant
|
22
|
-
*/
|
23
|
-
export const Body1 = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: body1ClassNames.root,
|
26
|
-
displayName: 'Body1'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Body1.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","body1ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Body1","className","displayName"],"sources":["../../../../src/components/presets/Body1/Body1.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 body1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Body1',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.body1,\n});\n\n/**\n * Text preset component for the Body1 typography variant\n */\nexport const Body1: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: body1ClassNames.root,\n displayName: 'Body1',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,eAAA,GAA6C;EACxDC,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,KAAA,gBAA4CV,YAAA,CAAa;EACpEI,SAAA;EACAO,SAAA,EAAWT,eAAA,CAAgBC,IAAI;EAC/BS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Body1/index.ts"],"sourcesContent":["export * from './Body1';\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 body1StrongClassNames = {
|
5
|
-
root: 'fui-Body1Strong'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "fkhj508",
|
14
|
-
Bhrd7zp: "fl43uef",
|
15
|
-
Bg96gwp: "f1i3iumi"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fkhj508{font-size:var(--fontSizeBase300);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".f1i3iumi{line-height:var(--lineHeightBase300);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Body1Strong typography variant
|
22
|
-
*/
|
23
|
-
export const Body1Strong = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: body1StrongClassNames.root,
|
26
|
-
displayName: 'Body1Strong'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Body1Strong.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","body1StrongClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Body1Strong","className","displayName"],"sources":["../../../../src/components/presets/Body1Strong/Body1Strong.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 body1StrongClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Body1Strong',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.body1Strong,\n});\n\n/**\n * Text preset component for the Body1Strong typography variant\n */\nexport const Body1Strong: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: body1StrongClassNames.root,\n displayName: 'Body1Strong',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,qBAAA,GAAmD;EAC9DC,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,WAAA,gBAAkDV,YAAA,CAAa;EAC1EI,SAAA;EACAO,SAAA,EAAWT,qBAAA,CAAsBC,IAAI;EACrCS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Body1Strong/index.ts"],"sourcesContent":["export * from './Body1Strong';\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 body1StrongerClassNames = {
|
5
|
-
root: 'fui-Body1Stronger'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "fkhj508",
|
14
|
-
Bhrd7zp: "flh3ekv",
|
15
|
-
Bg96gwp: "f1i3iumi"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fkhj508{font-size:var(--fontSizeBase300);}", ".flh3ekv{font-weight:var(--fontWeightBold);}", ".f1i3iumi{line-height:var(--lineHeightBase300);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Body1Stronger typography variant
|
22
|
-
*/
|
23
|
-
export const Body1Stronger = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: body1StrongerClassNames.root,
|
26
|
-
displayName: 'Body1Stronger'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Body1Stronger.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","body1StrongerClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Body1Stronger","className","displayName"],"sources":["../../../../src/components/presets/Body1Stronger/Body1Stronger.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 body1StrongerClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Body1Stronger',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.body1Stronger,\n});\n\n/**\n * Text preset component for the Body1Stronger typography variant\n */\nexport const Body1Stronger: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: body1StrongerClassNames.root,\n displayName: 'Body1Stronger',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,uBAAA,GAAqD;EAChEC,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,aAAA,gBAAoDV,YAAA,CAAa;EAC5EI,SAAA;EACAO,SAAA,EAAWT,uBAAA,CAAwBC,IAAI;EACvCS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Body1Stronger/index.ts"],"sourcesContent":["export * from './Body1Stronger';\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 body2ClassNames = {
|
5
|
-
root: 'fui-Body2'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "fod5ikn",
|
14
|
-
Bhrd7zp: "figsok6",
|
15
|
-
Bg96gwp: "faaz57k"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fod5ikn{font-size:var(--fontSizeBase400);}", ".figsok6{font-weight:var(--fontWeightRegular);}", ".faaz57k{line-height:var(--lineHeightBase400);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Body2 typography variant
|
22
|
-
*/
|
23
|
-
export const Body2 = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: body2ClassNames.root,
|
26
|
-
displayName: 'Body2'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Body2.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","body2ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Body2","className","displayName"],"sources":["../../../../src/components/presets/Body2/Body2.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 body2ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Body2',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.body2,\n});\n\n/**\n * Text preset component for the Body2 typography variant\n */\nexport const Body2: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: body2ClassNames.root,\n displayName: 'Body2',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,eAAA,GAA6C;EACxDC,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,KAAA,gBAA4CV,YAAA,CAAa;EACpEI,SAAA;EACAO,SAAA,EAAWT,eAAA,CAAgBC,IAAI;EAC/BS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Body2/index.ts"],"sourcesContent":["export * from './Body2';\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 caption1ClassNames = {
|
5
|
-
root: 'fui-Caption1'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "fy9rknc",
|
14
|
-
Bhrd7zp: "figsok6",
|
15
|
-
Bg96gwp: "fwrc4pm"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".figsok6{font-weight:var(--fontWeightRegular);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Caption1 typography variant
|
22
|
-
*/
|
23
|
-
export const Caption1 = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: caption1ClassNames.root,
|
26
|
-
displayName: 'Caption1'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Caption1.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","caption1ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption1","className","displayName"],"sources":["../../../../src/components/presets/Caption1/Caption1.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 caption1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption1',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption1,\n});\n\n/**\n * Text preset component for the Caption1 typography variant\n */\nexport const Caption1: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: caption1ClassNames.root,\n displayName: 'Caption1',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,kBAAA,GAAgD;EAC3DC,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,QAAA,gBAA+CV,YAAA,CAAa;EACvEI,SAAA;EACAO,SAAA,EAAWT,kBAAA,CAAmBC,IAAI;EAClCS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Caption1/index.ts"],"sourcesContent":["export * from './Caption1';\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 caption1StrongClassNames = {
|
5
|
-
root: 'fui-Caption1Strong'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "fy9rknc",
|
14
|
-
Bhrd7zp: "fl43uef",
|
15
|
-
Bg96gwp: "fwrc4pm"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Caption1Strong typography variant
|
22
|
-
*/
|
23
|
-
export const Caption1Strong = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: caption1StrongClassNames.root,
|
26
|
-
displayName: 'Caption1Strong'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Caption1Strong.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","caption1StrongClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption1Strong","className","displayName"],"sources":["../../../../src/components/presets/Caption1Strong/Caption1Strong.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 caption1StrongClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption1Strong',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption1Strong,\n});\n\n/**\n * Text preset component for the Caption1Strong typography variant\n */\nexport const Caption1Strong: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: caption1StrongClassNames.root,\n displayName: 'Caption1Strong',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,wBAAA,GAAsD;EACjEC,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,cAAA,gBAAqDV,YAAA,CAAa;EAC7EI,SAAA;EACAO,SAAA,EAAWT,wBAAA,CAAyBC,IAAI;EACxCS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Caption1Strong/index.ts"],"sourcesContent":["export * from './Caption1Strong';\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 caption1StrongerClassNames = {
|
5
|
-
root: 'fui-Caption1Stronger'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "fy9rknc",
|
14
|
-
Bhrd7zp: "flh3ekv",
|
15
|
-
Bg96gwp: "fwrc4pm"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".flh3ekv{font-weight:var(--fontWeightBold);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Caption1Stronger typography variant
|
22
|
-
*/
|
23
|
-
export const Caption1Stronger = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: caption1StrongerClassNames.root,
|
26
|
-
displayName: 'Caption1Stronger'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Caption1Stronger.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","caption1StrongerClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption1Stronger","className","displayName"],"sources":["../../../../src/components/presets/Caption1Stronger/Caption1Stronger.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 caption1StrongerClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption1Stronger',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption1Stronger,\n});\n\n/**\n * Text preset component for the Caption1Stronger typography variant\n */\nexport const Caption1Stronger: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: caption1StrongerClassNames.root,\n displayName: 'Caption1Stronger',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,0BAAA,GAAwD;EACnEC,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,gBAAA,gBAAuDV,YAAA,CAAa;EAC/EI,SAAA;EACAO,SAAA,EAAWT,0BAAA,CAA2BC,IAAI;EAC1CS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Caption1Stronger/index.ts"],"sourcesContent":["export * from './Caption1Stronger';\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 caption2ClassNames = {
|
5
|
-
root: 'fui-Caption2'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "f13mqy1h",
|
14
|
-
Bhrd7zp: "figsok6",
|
15
|
-
Bg96gwp: "fcpl73t"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f13mqy1h{font-size:var(--fontSizeBase100);}", ".figsok6{font-weight:var(--fontWeightRegular);}", ".fcpl73t{line-height:var(--lineHeightBase100);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Caption2 typography variant
|
22
|
-
*/
|
23
|
-
export const Caption2 = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: caption2ClassNames.root,
|
26
|
-
displayName: 'Caption2'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Caption2.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","caption2ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption2","className","displayName"],"sources":["../../../../src/components/presets/Caption2/Caption2.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 caption2ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption2',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption2,\n});\n\n/**\n * Text preset component for the Caption2 typography variant\n */\nexport const Caption2: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: caption2ClassNames.root,\n displayName: 'Caption2',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,kBAAA,GAAgD;EAC3DC,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,QAAA,gBAA+CV,YAAA,CAAa;EACvEI,SAAA;EACAO,SAAA,EAAWT,kBAAA,CAAmBC,IAAI;EAClCS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Caption2/index.ts"],"sourcesContent":["export * from './Caption2';\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 caption2StrongClassNames = {
|
5
|
-
root: 'fui-Caption2Strong'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "f13mqy1h",
|
14
|
-
Bhrd7zp: "fl43uef",
|
15
|
-
Bg96gwp: "fcpl73t"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f13mqy1h{font-size:var(--fontSizeBase100);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fcpl73t{line-height:var(--lineHeightBase100);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Caption2Strong typography variant
|
22
|
-
*/
|
23
|
-
export const Caption2Strong = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: caption2StrongClassNames.root,
|
26
|
-
displayName: 'Caption2Strong'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Caption2Strong.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","caption2StrongClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption2Strong","className","displayName"],"sources":["../../../../src/components/presets/Caption2Strong/Caption2Strong.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 caption2StrongClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption2Strong',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption2Strong,\n});\n\n/**\n * Text preset component for the Caption2Strong typography variant\n */\nexport const Caption2Strong: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: caption2StrongClassNames.root,\n displayName: 'Caption2Strong',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,wBAAA,GAAsD;EACjEC,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,cAAA,gBAAqDV,YAAA,CAAa;EAC7EI,SAAA;EACAO,SAAA,EAAWT,wBAAA,CAAyBC,IAAI;EACxCS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Caption2Strong/index.ts"],"sourcesContent":["export * from './Caption2Strong';\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 displayClassNames = {
|
5
|
-
root: 'fui-Display'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "fpyltcb",
|
14
|
-
Bhrd7zp: "fl43uef",
|
15
|
-
Bg96gwp: "f1ivgwrt"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fpyltcb{font-size:var(--fontSizeHero1000);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".f1ivgwrt{line-height:var(--lineHeightHero1000);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Display typography variant
|
22
|
-
*/
|
23
|
-
export const Display = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: displayClassNames.root,
|
26
|
-
displayName: 'Display'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Display.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","displayClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Display","className","displayName"],"sources":["../../../../src/components/presets/Display/Display.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 displayClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Display',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.display,\n});\n\n/**\n * Text preset component for the Display typography variant\n */\nexport const Display: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: displayClassNames.root,\n displayName: 'Display',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,iBAAA,GAA+C;EAC1DC,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,OAAA,gBAA8CV,YAAA,CAAa;EACtEI,SAAA;EACAO,SAAA,EAAWT,iBAAA,CAAkBC,IAAI;EACjCS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Display/index.ts"],"sourcesContent":["export * from './Display';\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 largeTitleClassNames = {
|
5
|
-
root: 'fui-LargeTitle'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "f15afnhw",
|
14
|
-
Bhrd7zp: "fl43uef",
|
15
|
-
Bg96gwp: "fr3w3wp"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f15afnhw{font-size:var(--fontSizeHero900);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fr3w3wp{line-height:var(--lineHeightHero900);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Large Title typography variant
|
22
|
-
*/
|
23
|
-
export const LargeTitle = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: largeTitleClassNames.root,
|
26
|
-
displayName: 'LargeTitle'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=LargeTitle.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","largeTitleClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","LargeTitle","className","displayName"],"sources":["../../../../src/components/presets/LargeTitle/LargeTitle.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 largeTitleClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-LargeTitle',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.largeTitle,\n});\n\n/**\n * Text preset component for the Large Title typography variant\n */\nexport const LargeTitle: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: largeTitleClassNames.root,\n displayName: 'LargeTitle',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,oBAAA,GAAkD;EAC7DC,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,UAAA,gBAAiDV,YAAA,CAAa;EACzEI,SAAA;EACAO,SAAA,EAAWT,oBAAA,CAAqBC,IAAI;EACpCS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/LargeTitle/index.ts"],"sourcesContent":["export * from './LargeTitle';\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 subtitle1ClassNames = {
|
5
|
-
root: 'fui-Subtitle1'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "f1pp30po",
|
14
|
-
Bhrd7zp: "fl43uef",
|
15
|
-
Bg96gwp: "f106mvju"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f1pp30po{font-size:var(--fontSizeBase500);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".f106mvju{line-height:var(--lineHeightBase500);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Subtitle1 typography variant
|
22
|
-
*/
|
23
|
-
export const Subtitle1 = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: subtitle1ClassNames.root,
|
26
|
-
displayName: 'Subtitle1'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Subtitle1.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","subtitle1ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Subtitle1","className","displayName"],"sources":["../../../../src/components/presets/Subtitle1/Subtitle1.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 subtitle1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Subtitle1',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.subtitle1,\n});\n\n/**\n * Text preset component for the Subtitle1 typography variant\n */\nexport const Subtitle1: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: subtitle1ClassNames.root,\n displayName: 'Subtitle1',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,mBAAA,GAAiD;EAC5DC,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,SAAA,gBAAgDV,YAAA,CAAa;EACxEI,SAAA;EACAO,SAAA,EAAWT,mBAAA,CAAoBC,IAAI;EACnCS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Subtitle1/index.ts"],"sourcesContent":["export * from './Subtitle1';\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 subtitle2ClassNames = {
|
5
|
-
root: 'fui-Subtitle2'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "fod5ikn",
|
14
|
-
Bhrd7zp: "fl43uef",
|
15
|
-
Bg96gwp: "faaz57k"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fod5ikn{font-size:var(--fontSizeBase400);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".faaz57k{line-height:var(--lineHeightBase400);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Subtitle2 typography variant
|
22
|
-
*/
|
23
|
-
export const Subtitle2 = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: subtitle2ClassNames.root,
|
26
|
-
displayName: 'Subtitle2'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Subtitle2.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","subtitle2ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Subtitle2","className","displayName"],"sources":["../../../../src/components/presets/Subtitle2/Subtitle2.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 subtitle2ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Subtitle2',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.subtitle2,\n});\n\n/**\n * Text preset component for the Subtitle2 typography variant\n */\nexport const Subtitle2: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: subtitle2ClassNames.root,\n displayName: 'Subtitle2',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,mBAAA,GAAiD;EAC5DC,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,SAAA,gBAAgDV,YAAA,CAAa;EACxEI,SAAA;EACAO,SAAA,EAAWT,mBAAA,CAAoBC,IAAI;EACnCS,WAAA,EAAa;AACf"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Subtitle2/index.ts"],"sourcesContent":["export * from './Subtitle2';\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 subtitle2StrongerClassNames = {
|
5
|
-
root: 'fui-Subtitle2Stronger'
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Styles for the root slot
|
9
|
-
*/
|
10
|
-
const useStyles = /*#__PURE__*/__styles({
|
11
|
-
root: {
|
12
|
-
Bahqtrf: "fk6fouc",
|
13
|
-
Be2twd7: "fod5ikn",
|
14
|
-
Bhrd7zp: "flh3ekv",
|
15
|
-
Bg96gwp: "faaz57k"
|
16
|
-
}
|
17
|
-
}, {
|
18
|
-
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fod5ikn{font-size:var(--fontSizeBase400);}", ".flh3ekv{font-weight:var(--fontWeightBold);}", ".faaz57k{line-height:var(--lineHeightBase400);}"]
|
19
|
-
});
|
20
|
-
/**
|
21
|
-
* Text preset component for the Subtitle2Stronger typography variant
|
22
|
-
*/
|
23
|
-
export const Subtitle2Stronger = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
25
|
-
className: subtitle2StrongerClassNames.root,
|
26
|
-
displayName: 'Subtitle2Stronger'
|
27
|
-
});
|
28
|
-
//# sourceMappingURL=Subtitle2Stronger.js.map
|