@fluentui/react-text 0.0.0-nightly-20230317-1454.1 → 0.0.0-nightly-20230321-0440.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 +11 -11
- package/CHANGELOG.md +8 -8
- package/lib/Body1.js +1 -1
- package/lib/Body1.js.map +1 -1
- package/lib/Body1Strong.js +1 -1
- package/lib/Body1Strong.js.map +1 -1
- package/lib/Body1Stronger.js +1 -1
- package/lib/Body1Stronger.js.map +1 -1
- package/lib/Body2.js +1 -1
- package/lib/Body2.js.map +1 -1
- package/lib/Caption1.js +1 -1
- package/lib/Caption1.js.map +1 -1
- package/lib/Caption1Strong.js +1 -1
- package/lib/Caption1Strong.js.map +1 -1
- package/lib/Caption1Stronger.js +1 -1
- package/lib/Caption1Stronger.js.map +1 -1
- package/lib/Caption2.js +1 -1
- package/lib/Caption2.js.map +1 -1
- package/lib/Caption2Strong.js +1 -1
- package/lib/Caption2Strong.js.map +1 -1
- package/lib/Display.js +1 -1
- package/lib/Display.js.map +1 -1
- package/lib/LargeTitle.js +1 -1
- package/lib/LargeTitle.js.map +1 -1
- package/lib/Subtitle1.js +1 -1
- package/lib/Subtitle1.js.map +1 -1
- package/lib/Subtitle2.js +1 -1
- package/lib/Subtitle2.js.map +1 -1
- package/lib/Subtitle2Stronger.js +1 -1
- package/lib/Subtitle2Stronger.js.map +1 -1
- package/lib/Text.js +1 -1
- package/lib/Text.js.map +1 -1
- package/lib/Title1.js +1 -1
- package/lib/Title1.js.map +1 -1
- package/lib/Title2.js +1 -1
- package/lib/Title2.js.map +1 -1
- package/lib/Title3.js +1 -1
- package/lib/Title3.js.map +1 -1
- package/lib/components/Text/Text.js +6 -6
- package/lib/components/Text/Text.js.map +1 -1
- package/lib/components/Text/Text.types.js.map +1 -1
- package/lib/components/Text/index.js +5 -5
- package/lib/components/Text/index.js.map +1 -1
- package/lib/components/Text/renderText.js +5 -3
- package/lib/components/Text/renderText.js.map +1 -1
- package/lib/components/Text/useText.js +14 -14
- package/lib/components/Text/useText.js.map +1 -1
- package/lib/components/Text/useTextStyles.js +4 -4
- package/lib/components/Text/useTextStyles.js.map +1 -1
- package/lib/components/presets/Body1/Body1.js +5 -5
- package/lib/components/presets/Body1/Body1.js.map +1 -1
- package/lib/components/presets/Body1/index.js +1 -1
- package/lib/components/presets/Body1/index.js.map +1 -1
- package/lib/components/presets/Body1Strong/Body1Strong.js +5 -5
- package/lib/components/presets/Body1Strong/Body1Strong.js.map +1 -1
- package/lib/components/presets/Body1Strong/index.js +1 -1
- package/lib/components/presets/Body1Strong/index.js.map +1 -1
- package/lib/components/presets/Body1Stronger/Body1Stronger.js +5 -5
- package/lib/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
- package/lib/components/presets/Body1Stronger/index.js +1 -1
- package/lib/components/presets/Body1Stronger/index.js.map +1 -1
- package/lib/components/presets/Body2/Body2.js +5 -5
- package/lib/components/presets/Body2/Body2.js.map +1 -1
- package/lib/components/presets/Body2/index.js +1 -1
- package/lib/components/presets/Body2/index.js.map +1 -1
- package/lib/components/presets/Caption1/Caption1.js +5 -5
- package/lib/components/presets/Caption1/Caption1.js.map +1 -1
- package/lib/components/presets/Caption1/index.js +1 -1
- package/lib/components/presets/Caption1/index.js.map +1 -1
- package/lib/components/presets/Caption1Strong/Caption1Strong.js +5 -5
- package/lib/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
- package/lib/components/presets/Caption1Strong/index.js +1 -1
- package/lib/components/presets/Caption1Strong/index.js.map +1 -1
- package/lib/components/presets/Caption1Stronger/Caption1Stronger.js +5 -5
- package/lib/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
- package/lib/components/presets/Caption1Stronger/index.js +1 -1
- package/lib/components/presets/Caption1Stronger/index.js.map +1 -1
- package/lib/components/presets/Caption2/Caption2.js +5 -5
- package/lib/components/presets/Caption2/Caption2.js.map +1 -1
- package/lib/components/presets/Caption2/index.js +1 -1
- package/lib/components/presets/Caption2/index.js.map +1 -1
- package/lib/components/presets/Caption2Strong/Caption2Strong.js +5 -5
- package/lib/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
- package/lib/components/presets/Caption2Strong/index.js +1 -1
- package/lib/components/presets/Caption2Strong/index.js.map +1 -1
- package/lib/components/presets/Display/Display.js +5 -5
- package/lib/components/presets/Display/Display.js.map +1 -1
- package/lib/components/presets/Display/index.js +1 -1
- package/lib/components/presets/Display/index.js.map +1 -1
- package/lib/components/presets/LargeTitle/LargeTitle.js +5 -5
- package/lib/components/presets/LargeTitle/LargeTitle.js.map +1 -1
- package/lib/components/presets/LargeTitle/index.js +1 -1
- package/lib/components/presets/LargeTitle/index.js.map +1 -1
- package/lib/components/presets/Subtitle1/Subtitle1.js +5 -5
- package/lib/components/presets/Subtitle1/Subtitle1.js.map +1 -1
- package/lib/components/presets/Subtitle1/index.js +1 -1
- package/lib/components/presets/Subtitle1/index.js.map +1 -1
- package/lib/components/presets/Subtitle2/Subtitle2.js +5 -5
- package/lib/components/presets/Subtitle2/Subtitle2.js.map +1 -1
- package/lib/components/presets/Subtitle2/index.js +1 -1
- package/lib/components/presets/Subtitle2/index.js.map +1 -1
- package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +5 -5
- package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
- package/lib/components/presets/Subtitle2Stronger/index.js +1 -1
- package/lib/components/presets/Subtitle2Stronger/index.js.map +1 -1
- package/lib/components/presets/Title1/Title1.js +5 -5
- package/lib/components/presets/Title1/Title1.js.map +1 -1
- package/lib/components/presets/Title1/index.js +1 -1
- package/lib/components/presets/Title1/index.js.map +1 -1
- package/lib/components/presets/Title2/Title2.js +5 -5
- package/lib/components/presets/Title2/Title2.js.map +1 -1
- package/lib/components/presets/Title2/index.js +1 -1
- package/lib/components/presets/Title2/index.js.map +1 -1
- package/lib/components/presets/Title3/Title3.js +5 -5
- package/lib/components/presets/Title3/Title3.js.map +1 -1
- package/lib/components/presets/Title3/index.js +1 -1
- package/lib/components/presets/Title3/index.js.map +1 -1
- package/lib/components/presets/createPreset.js +3 -3
- package/lib/components/presets/createPreset.js.map +1 -1
- package/lib/index.js +18 -18
- package/lib/index.js.map +1 -1
- package/lib-commonjs/Body1.js +4 -5
- package/lib-commonjs/Body1.js.map +1 -1
- package/lib-commonjs/Body1Strong.js +4 -5
- package/lib-commonjs/Body1Strong.js.map +1 -1
- package/lib-commonjs/Body1Stronger.js +4 -5
- package/lib-commonjs/Body1Stronger.js.map +1 -1
- package/lib-commonjs/Body2.js +4 -5
- package/lib-commonjs/Body2.js.map +1 -1
- package/lib-commonjs/Caption1.js +4 -5
- package/lib-commonjs/Caption1.js.map +1 -1
- package/lib-commonjs/Caption1Strong.js +4 -5
- package/lib-commonjs/Caption1Strong.js.map +1 -1
- package/lib-commonjs/Caption1Stronger.js +4 -5
- package/lib-commonjs/Caption1Stronger.js.map +1 -1
- package/lib-commonjs/Caption2.js +4 -5
- package/lib-commonjs/Caption2.js.map +1 -1
- package/lib-commonjs/Caption2Strong.js +4 -5
- package/lib-commonjs/Caption2Strong.js.map +1 -1
- package/lib-commonjs/Display.js +4 -5
- package/lib-commonjs/Display.js.map +1 -1
- package/lib-commonjs/LargeTitle.js +4 -5
- package/lib-commonjs/LargeTitle.js.map +1 -1
- package/lib-commonjs/Subtitle1.js +4 -5
- package/lib-commonjs/Subtitle1.js.map +1 -1
- package/lib-commonjs/Subtitle2.js +4 -5
- package/lib-commonjs/Subtitle2.js.map +1 -1
- package/lib-commonjs/Subtitle2Stronger.js +4 -5
- package/lib-commonjs/Subtitle2Stronger.js.map +1 -1
- package/lib-commonjs/Text.js +4 -5
- package/lib-commonjs/Text.js.map +1 -1
- package/lib-commonjs/Title1.js +4 -5
- package/lib-commonjs/Title1.js.map +1 -1
- package/lib-commonjs/Title2.js +4 -5
- package/lib-commonjs/Title2.js.map +1 -1
- package/lib-commonjs/Title3.js +4 -5
- package/lib-commonjs/Title3.js.map +1 -1
- package/lib-commonjs/components/Text/Text.js +21 -19
- package/lib-commonjs/components/Text/Text.js.map +1 -1
- package/lib-commonjs/components/Text/Text.types.js +2 -3
- package/lib-commonjs/components/Text/Text.types.js.map +1 -1
- package/lib-commonjs/components/Text/index.js +8 -9
- package/lib-commonjs/components/Text/index.js.map +1 -1
- package/lib-commonjs/components/Text/renderText.js +18 -13
- package/lib-commonjs/components/Text/renderText.js.map +1 -1
- package/lib-commonjs/components/Text/useText.js +51 -34
- package/lib-commonjs/components/Text/useText.js.map +1 -1
- package/lib-commonjs/components/Text/useTextStyles.js +114 -163
- package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
- package/lib-commonjs/components/presets/Body1/Body1.js +25 -34
- package/lib-commonjs/components/presets/Body1/Body1.js.map +1 -1
- package/lib-commonjs/components/presets/Body1/index.js +4 -5
- package/lib-commonjs/components/presets/Body1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js +25 -34
- package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Strong/index.js +4 -5
- package/lib-commonjs/components/presets/Body1Strong/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js +25 -34
- package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Stronger/index.js +4 -5
- package/lib-commonjs/components/presets/Body1Stronger/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body2/Body2.js +25 -34
- package/lib-commonjs/components/presets/Body2/Body2.js.map +1 -1
- package/lib-commonjs/components/presets/Body2/index.js +4 -5
- package/lib-commonjs/components/presets/Body2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1/Caption1.js +25 -34
- package/lib-commonjs/components/presets/Caption1/Caption1.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1/index.js +4 -5
- package/lib-commonjs/components/presets/Caption1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js +25 -34
- package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Strong/index.js +4 -5
- package/lib-commonjs/components/presets/Caption1Strong/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js +25 -34
- package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Stronger/index.js +4 -5
- package/lib-commonjs/components/presets/Caption1Stronger/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2/Caption2.js +25 -34
- package/lib-commonjs/components/presets/Caption2/Caption2.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2/index.js +4 -5
- package/lib-commonjs/components/presets/Caption2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js +25 -34
- package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2Strong/index.js +4 -5
- package/lib-commonjs/components/presets/Caption2Strong/index.js.map +1 -1
- package/lib-commonjs/components/presets/Display/Display.js +25 -34
- package/lib-commonjs/components/presets/Display/Display.js.map +1 -1
- package/lib-commonjs/components/presets/Display/index.js +4 -5
- package/lib-commonjs/components/presets/Display/index.js.map +1 -1
- package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js +25 -34
- package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js.map +1 -1
- package/lib-commonjs/components/presets/LargeTitle/index.js +4 -5
- package/lib-commonjs/components/presets/LargeTitle/index.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js +25 -34
- package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle1/index.js +4 -5
- package/lib-commonjs/components/presets/Subtitle1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js +25 -34
- package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2/index.js +4 -5
- package/lib-commonjs/components/presets/Subtitle2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +25 -34
- package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2Stronger/index.js +4 -5
- package/lib-commonjs/components/presets/Subtitle2Stronger/index.js.map +1 -1
- package/lib-commonjs/components/presets/Title1/Title1.js +25 -34
- package/lib-commonjs/components/presets/Title1/Title1.js.map +1 -1
- package/lib-commonjs/components/presets/Title1/index.js +4 -5
- package/lib-commonjs/components/presets/Title1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Title2/Title2.js +25 -34
- package/lib-commonjs/components/presets/Title2/Title2.js.map +1 -1
- package/lib-commonjs/components/presets/Title2/index.js +4 -5
- package/lib-commonjs/components/presets/Title2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Title3/Title3.js +25 -34
- package/lib-commonjs/components/presets/Title3/Title3.js.map +1 -1
- package/lib-commonjs/components/presets/Title3/index.js +4 -5
- package/lib-commonjs/components/presets/Title3/index.js.map +1 -1
- package/lib-commonjs/components/presets/createPreset.js +22 -21
- package/lib-commonjs/components/presets/createPreset.js.map +1 -1
- package/lib-commonjs/index.js +256 -69
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +8 -7
- package/.swcrc +0 -39
@@ -1,8 +1,8 @@
|
|
1
|
-
import { __styles } from
|
2
|
-
import { createPreset } from
|
3
|
-
import { typographyStyles } from
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { createPreset } from '../createPreset';
|
3
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
4
4
|
export const body1StrongClassNames = {
|
5
|
-
root:
|
5
|
+
root: 'fui-Body1Strong'
|
6
6
|
};
|
7
7
|
/**
|
8
8
|
* Styles for the root slot
|
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
|
|
23
23
|
export const Body1Strong = /*#__PURE__*/createPreset({
|
24
24
|
useStyles,
|
25
25
|
className: body1StrongClassNames.root,
|
26
|
-
displayName:
|
26
|
+
displayName: 'Body1Strong'
|
27
27
|
});
|
28
28
|
//# sourceMappingURL=Body1Strong.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","body1StrongClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Body1Strong","className","displayName"],"sources":["
|
1
|
+
{"version":3,"names":["__styles","createPreset","typographyStyles","body1StrongClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Body1Strong","className","displayName"],"sources":["../../../../../../../../../../packages/react-components/react-text/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,gBAAgB;AAC3C,SAASC,YAAY,QAAQ,iBAAiB;AAG9C,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,qBAAqB,GAA8B;EAC9DC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,WAAW,gBAAuCV,YAAY,CAAC;EAC1EI,SAAS;EACTO,SAAS,EAAET,qBAAqB,CAACC,IAAI;EACrCS,WAAW,EAAE;CACd,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from
|
1
|
+
export * from './Body1Strong';
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Body1Strong/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC","sourcesContent":["export * from './Body1Strong';\n"]}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { __styles } from
|
2
|
-
import { createPreset } from
|
3
|
-
import { typographyStyles } from
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { createPreset } from '../createPreset';
|
3
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
4
4
|
export const body1StrongerClassNames = {
|
5
|
-
root:
|
5
|
+
root: 'fui-Body1Stronger'
|
6
6
|
};
|
7
7
|
/**
|
8
8
|
* Styles for the root slot
|
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
|
|
23
23
|
export const Body1Stronger = /*#__PURE__*/createPreset({
|
24
24
|
useStyles,
|
25
25
|
className: body1StrongerClassNames.root,
|
26
|
-
displayName:
|
26
|
+
displayName: 'Body1Stronger'
|
27
27
|
});
|
28
28
|
//# sourceMappingURL=Body1Stronger.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","body1StrongerClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Body1Stronger","className","displayName"],"sources":["
|
1
|
+
{"version":3,"names":["__styles","createPreset","typographyStyles","body1StrongerClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Body1Stronger","className","displayName"],"sources":["../../../../../../../../../../packages/react-components/react-text/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,gBAAgB;AAC3C,SAASC,YAAY,QAAQ,iBAAiB;AAG9C,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,uBAAuB,GAA8B;EAChEC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,aAAa,gBAAuCV,YAAY,CAAC;EAC5EI,SAAS;EACTO,SAAS,EAAET,uBAAuB,CAACC,IAAI;EACvCS,WAAW,EAAE;CACd,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from
|
1
|
+
export * from './Body1Stronger';
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Body1Stronger/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC","sourcesContent":["export * from './Body1Stronger';\n"]}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { __styles } from
|
2
|
-
import { createPreset } from
|
3
|
-
import { typographyStyles } from
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { createPreset } from '../createPreset';
|
3
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
4
4
|
export const body2ClassNames = {
|
5
|
-
root:
|
5
|
+
root: 'fui-Body2'
|
6
6
|
};
|
7
7
|
/**
|
8
8
|
* Styles for the root slot
|
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
|
|
23
23
|
export const Body2 = /*#__PURE__*/createPreset({
|
24
24
|
useStyles,
|
25
25
|
className: body2ClassNames.root,
|
26
|
-
displayName:
|
26
|
+
displayName: 'Body2'
|
27
27
|
});
|
28
28
|
//# sourceMappingURL=Body2.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","body2ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Body2","className","displayName"],"sources":["
|
1
|
+
{"version":3,"names":["__styles","createPreset","typographyStyles","body2ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Body2","className","displayName"],"sources":["../../../../../../../../../../packages/react-components/react-text/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,gBAAgB;AAC3C,SAASC,YAAY,QAAQ,iBAAiB;AAG9C,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,eAAe,GAA8B;EACxDC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,KAAK,gBAAuCV,YAAY,CAAC;EACpEI,SAAS;EACTO,SAAS,EAAET,eAAe,CAACC,IAAI;EAC/BS,WAAW,EAAE;CACd,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from
|
1
|
+
export * from './Body2';
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Body2/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC","sourcesContent":["export * from './Body2';\n"]}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { __styles } from
|
2
|
-
import { createPreset } from
|
3
|
-
import { typographyStyles } from
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { createPreset } from '../createPreset';
|
3
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
4
4
|
export const caption1ClassNames = {
|
5
|
-
root:
|
5
|
+
root: 'fui-Caption1'
|
6
6
|
};
|
7
7
|
/**
|
8
8
|
* Styles for the root slot
|
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
|
|
23
23
|
export const Caption1 = /*#__PURE__*/createPreset({
|
24
24
|
useStyles,
|
25
25
|
className: caption1ClassNames.root,
|
26
|
-
displayName:
|
26
|
+
displayName: 'Caption1'
|
27
27
|
});
|
28
28
|
//# sourceMappingURL=Caption1.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","caption1ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption1","className","displayName"],"sources":["
|
1
|
+
{"version":3,"names":["__styles","createPreset","typographyStyles","caption1ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption1","className","displayName"],"sources":["../../../../../../../../../../packages/react-components/react-text/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,gBAAgB;AAC3C,SAASC,YAAY,QAAQ,iBAAiB;AAG9C,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,kBAAkB,GAA8B;EAC3DC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,QAAQ,gBAAuCV,YAAY,CAAC;EACvEI,SAAS;EACTO,SAAS,EAAET,kBAAkB,CAACC,IAAI;EAClCS,WAAW,EAAE;CACd,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from
|
1
|
+
export * from './Caption1';
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Caption1/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC","sourcesContent":["export * from './Caption1';\n"]}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { __styles } from
|
2
|
-
import { createPreset } from
|
3
|
-
import { typographyStyles } from
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { createPreset } from '../createPreset';
|
3
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
4
4
|
export const caption1StrongClassNames = {
|
5
|
-
root:
|
5
|
+
root: 'fui-Caption1Strong'
|
6
6
|
};
|
7
7
|
/**
|
8
8
|
* Styles for the root slot
|
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
|
|
23
23
|
export const Caption1Strong = /*#__PURE__*/createPreset({
|
24
24
|
useStyles,
|
25
25
|
className: caption1StrongClassNames.root,
|
26
|
-
displayName:
|
26
|
+
displayName: 'Caption1Strong'
|
27
27
|
});
|
28
28
|
//# sourceMappingURL=Caption1Strong.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","caption1StrongClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption1Strong","className","displayName"],"sources":["
|
1
|
+
{"version":3,"names":["__styles","createPreset","typographyStyles","caption1StrongClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption1Strong","className","displayName"],"sources":["../../../../../../../../../../packages/react-components/react-text/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,gBAAgB;AAC3C,SAASC,YAAY,QAAQ,iBAAiB;AAG9C,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,wBAAwB,GAA8B;EACjEC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,cAAc,gBAAuCV,YAAY,CAAC;EAC7EI,SAAS;EACTO,SAAS,EAAET,wBAAwB,CAACC,IAAI;EACxCS,WAAW,EAAE;CACd,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from
|
1
|
+
export * from './Caption1Strong';
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Caption1Strong/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC","sourcesContent":["export * from './Caption1Strong';\n"]}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { __styles } from
|
2
|
-
import { createPreset } from
|
3
|
-
import { typographyStyles } from
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { createPreset } from '../createPreset';
|
3
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
4
4
|
export const caption1StrongerClassNames = {
|
5
|
-
root:
|
5
|
+
root: 'fui-Caption1Stronger'
|
6
6
|
};
|
7
7
|
/**
|
8
8
|
* Styles for the root slot
|
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
|
|
23
23
|
export const Caption1Stronger = /*#__PURE__*/createPreset({
|
24
24
|
useStyles,
|
25
25
|
className: caption1StrongerClassNames.root,
|
26
|
-
displayName:
|
26
|
+
displayName: 'Caption1Stronger'
|
27
27
|
});
|
28
28
|
//# sourceMappingURL=Caption1Stronger.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","caption1StrongerClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption1Stronger","className","displayName"],"sources":["
|
1
|
+
{"version":3,"names":["__styles","createPreset","typographyStyles","caption1StrongerClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption1Stronger","className","displayName"],"sources":["../../../../../../../../../../packages/react-components/react-text/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,gBAAgB;AAC3C,SAASC,YAAY,QAAQ,iBAAiB;AAG9C,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,0BAA0B,GAA8B;EACnEC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,gBAAgB,gBAAuCV,YAAY,CAAC;EAC/EI,SAAS;EACTO,SAAS,EAAET,0BAA0B,CAACC,IAAI;EAC1CS,WAAW,EAAE;CACd,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from
|
1
|
+
export * from './Caption1Stronger';
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Caption1Stronger/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC","sourcesContent":["export * from './Caption1Stronger';\n"]}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { __styles } from
|
2
|
-
import { createPreset } from
|
3
|
-
import { typographyStyles } from
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { createPreset } from '../createPreset';
|
3
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
4
4
|
export const caption2ClassNames = {
|
5
|
-
root:
|
5
|
+
root: 'fui-Caption2'
|
6
6
|
};
|
7
7
|
/**
|
8
8
|
* Styles for the root slot
|
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
|
|
23
23
|
export const Caption2 = /*#__PURE__*/createPreset({
|
24
24
|
useStyles,
|
25
25
|
className: caption2ClassNames.root,
|
26
|
-
displayName:
|
26
|
+
displayName: 'Caption2'
|
27
27
|
});
|
28
28
|
//# sourceMappingURL=Caption2.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","caption2ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption2","className","displayName"],"sources":["
|
1
|
+
{"version":3,"names":["__styles","createPreset","typographyStyles","caption2ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption2","className","displayName"],"sources":["../../../../../../../../../../packages/react-components/react-text/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,gBAAgB;AAC3C,SAASC,YAAY,QAAQ,iBAAiB;AAG9C,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,kBAAkB,GAA8B;EAC3DC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,QAAQ,gBAAuCV,YAAY,CAAC;EACvEI,SAAS;EACTO,SAAS,EAAET,kBAAkB,CAACC,IAAI;EAClCS,WAAW,EAAE;CACd,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from
|
1
|
+
export * from './Caption2';
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Caption2/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC","sourcesContent":["export * from './Caption2';\n"]}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { __styles } from
|
2
|
-
import { createPreset } from
|
3
|
-
import { typographyStyles } from
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { createPreset } from '../createPreset';
|
3
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
4
4
|
export const caption2StrongClassNames = {
|
5
|
-
root:
|
5
|
+
root: 'fui-Caption2Strong'
|
6
6
|
};
|
7
7
|
/**
|
8
8
|
* Styles for the root slot
|
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
|
|
23
23
|
export const Caption2Strong = /*#__PURE__*/createPreset({
|
24
24
|
useStyles,
|
25
25
|
className: caption2StrongClassNames.root,
|
26
|
-
displayName:
|
26
|
+
displayName: 'Caption2Strong'
|
27
27
|
});
|
28
28
|
//# sourceMappingURL=Caption2Strong.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","caption2StrongClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption2Strong","className","displayName"],"sources":["
|
1
|
+
{"version":3,"names":["__styles","createPreset","typographyStyles","caption2StrongClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption2Strong","className","displayName"],"sources":["../../../../../../../../../../packages/react-components/react-text/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,gBAAgB;AAC3C,SAASC,YAAY,QAAQ,iBAAiB;AAG9C,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,wBAAwB,GAA8B;EACjEC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,cAAc,gBAAuCV,YAAY,CAAC;EAC7EI,SAAS;EACTO,SAAS,EAAET,wBAAwB,CAACC,IAAI;EACxCS,WAAW,EAAE;CACd,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from
|
1
|
+
export * from './Caption2Strong';
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Caption2Strong/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC","sourcesContent":["export * from './Caption2Strong';\n"]}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { __styles } from
|
2
|
-
import { createPreset } from
|
3
|
-
import { typographyStyles } from
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { createPreset } from '../createPreset';
|
3
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
4
4
|
export const displayClassNames = {
|
5
|
-
root:
|
5
|
+
root: 'fui-Display'
|
6
6
|
};
|
7
7
|
/**
|
8
8
|
* Styles for the root slot
|
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
|
|
23
23
|
export const Display = /*#__PURE__*/createPreset({
|
24
24
|
useStyles,
|
25
25
|
className: displayClassNames.root,
|
26
|
-
displayName:
|
26
|
+
displayName: 'Display'
|
27
27
|
});
|
28
28
|
//# sourceMappingURL=Display.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","displayClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Display","className","displayName"],"sources":["
|
1
|
+
{"version":3,"names":["__styles","createPreset","typographyStyles","displayClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Display","className","displayName"],"sources":["../../../../../../../../../../packages/react-components/react-text/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,gBAAgB;AAC3C,SAASC,YAAY,QAAQ,iBAAiB;AAG9C,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,iBAAiB,GAA8B;EAC1DC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,OAAO,gBAAuCV,YAAY,CAAC;EACtEI,SAAS;EACTO,SAAS,EAAET,iBAAiB,CAACC,IAAI;EACjCS,WAAW,EAAE;CACd,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from
|
1
|
+
export * from './Display';
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Display/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC","sourcesContent":["export * from './Display';\n"]}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { __styles } from
|
2
|
-
import { createPreset } from
|
3
|
-
import { typographyStyles } from
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { createPreset } from '../createPreset';
|
3
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
4
4
|
export const largeTitleClassNames = {
|
5
|
-
root:
|
5
|
+
root: 'fui-LargeTitle'
|
6
6
|
};
|
7
7
|
/**
|
8
8
|
* Styles for the root slot
|
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
|
|
23
23
|
export const LargeTitle = /*#__PURE__*/createPreset({
|
24
24
|
useStyles,
|
25
25
|
className: largeTitleClassNames.root,
|
26
|
-
displayName:
|
26
|
+
displayName: 'LargeTitle'
|
27
27
|
});
|
28
28
|
//# sourceMappingURL=LargeTitle.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","largeTitleClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","LargeTitle","className","displayName"],"sources":["
|
1
|
+
{"version":3,"names":["__styles","createPreset","typographyStyles","largeTitleClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","LargeTitle","className","displayName"],"sources":["../../../../../../../../../../packages/react-components/react-text/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,gBAAgB;AAC3C,SAASC,YAAY,QAAQ,iBAAiB;AAG9C,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,oBAAoB,GAA8B;EAC7DC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,UAAU,gBAAuCV,YAAY,CAAC;EACzEI,SAAS;EACTO,SAAS,EAAET,oBAAoB,CAACC,IAAI;EACpCS,WAAW,EAAE;CACd,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from
|
1
|
+
export * from './LargeTitle';
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/LargeTitle/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC","sourcesContent":["export * from './LargeTitle';\n"]}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { __styles } from
|
2
|
-
import { createPreset } from
|
3
|
-
import { typographyStyles } from
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { createPreset } from '../createPreset';
|
3
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
4
4
|
export const subtitle1ClassNames = {
|
5
|
-
root:
|
5
|
+
root: 'fui-Subtitle1'
|
6
6
|
};
|
7
7
|
/**
|
8
8
|
* Styles for the root slot
|
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
|
|
23
23
|
export const Subtitle1 = /*#__PURE__*/createPreset({
|
24
24
|
useStyles,
|
25
25
|
className: subtitle1ClassNames.root,
|
26
|
-
displayName:
|
26
|
+
displayName: 'Subtitle1'
|
27
27
|
});
|
28
28
|
//# sourceMappingURL=Subtitle1.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","subtitle1ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Subtitle1","className","displayName"],"sources":["
|
1
|
+
{"version":3,"names":["__styles","createPreset","typographyStyles","subtitle1ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Subtitle1","className","displayName"],"sources":["../../../../../../../../../../packages/react-components/react-text/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,gBAAgB;AAC3C,SAASC,YAAY,QAAQ,iBAAiB;AAG9C,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,mBAAmB,GAA8B;EAC5DC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,SAAS,gBAAuCV,YAAY,CAAC;EACxEI,SAAS;EACTO,SAAS,EAAET,mBAAmB,CAACC,IAAI;EACnCS,WAAW,EAAE;CACd,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from
|
1
|
+
export * from './Subtitle1';
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Subtitle1/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC","sourcesContent":["export * from './Subtitle1';\n"]}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { __styles } from
|
2
|
-
import { createPreset } from
|
3
|
-
import { typographyStyles } from
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { createPreset } from '../createPreset';
|
3
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
4
4
|
export const subtitle2ClassNames = {
|
5
|
-
root:
|
5
|
+
root: 'fui-Subtitle2'
|
6
6
|
};
|
7
7
|
/**
|
8
8
|
* Styles for the root slot
|
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
|
|
23
23
|
export const Subtitle2 = /*#__PURE__*/createPreset({
|
24
24
|
useStyles,
|
25
25
|
className: subtitle2ClassNames.root,
|
26
|
-
displayName:
|
26
|
+
displayName: 'Subtitle2'
|
27
27
|
});
|
28
28
|
//# sourceMappingURL=Subtitle2.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","subtitle2ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Subtitle2","className","displayName"],"sources":["
|
1
|
+
{"version":3,"names":["__styles","createPreset","typographyStyles","subtitle2ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Subtitle2","className","displayName"],"sources":["../../../../../../../../../../packages/react-components/react-text/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,gBAAgB;AAC3C,SAASC,YAAY,QAAQ,iBAAiB;AAG9C,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,mBAAmB,GAA8B;EAC5DC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,SAAS,gBAAuCV,YAAY,CAAC;EACxEI,SAAS;EACTO,SAAS,EAAET,mBAAmB,CAACC,IAAI;EACnCS,WAAW,EAAE;CACd,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from
|
1
|
+
export * from './Subtitle2';
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Subtitle2/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC","sourcesContent":["export * from './Subtitle2';\n"]}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { __styles } from
|
2
|
-
import { createPreset } from
|
3
|
-
import { typographyStyles } from
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { createPreset } from '../createPreset';
|
3
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
4
4
|
export const subtitle2StrongerClassNames = {
|
5
|
-
root:
|
5
|
+
root: 'fui-Subtitle2Stronger'
|
6
6
|
};
|
7
7
|
/**
|
8
8
|
* Styles for the root slot
|
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
|
|
23
23
|
export const Subtitle2Stronger = /*#__PURE__*/createPreset({
|
24
24
|
useStyles,
|
25
25
|
className: subtitle2StrongerClassNames.root,
|
26
|
-
displayName:
|
26
|
+
displayName: 'Subtitle2Stronger'
|
27
27
|
});
|
28
28
|
//# sourceMappingURL=Subtitle2Stronger.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["__styles","createPreset","typographyStyles","subtitle2StrongerClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Subtitle2Stronger","className","displayName"],"sources":["
|
1
|
+
{"version":3,"names":["__styles","createPreset","typographyStyles","subtitle2StrongerClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Subtitle2Stronger","className","displayName"],"sources":["../../../../../../../../../../packages/react-components/react-text/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,gBAAgB;AAC3C,SAASC,YAAY,QAAQ,iBAAiB;AAG9C,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,2BAA2B,GAA8B;EACpEC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,iBAAiB,gBAAuCV,YAAY,CAAC;EAChFI,SAAS;EACTO,SAAS,EAAET,2BAA2B,CAACC,IAAI;EAC3CS,WAAW,EAAE;CACd,CAAC"}
|