@fluentui/react-text 9.3.7 → 9.3.8
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 +67 -2
- package/CHANGELOG.md +19 -3
- package/lib/components/Text/Text.js +3 -6
- package/lib/components/Text/Text.js.map +1 -1
- package/lib/components/Text/index.js +1 -1
- package/lib/components/Text/index.js.map +1 -1
- package/lib/components/Text/{useTextStyles.js → useTextStyles.styles.js} +1 -1
- package/lib/components/Text/useTextStyles.styles.js.map +1 -0
- package/lib/components/presets/Body1/Body1.js +2 -19
- package/lib/components/presets/Body1/Body1.js.map +1 -1
- package/lib/components/presets/Body1/index.js +1 -0
- package/lib/components/presets/Body1/index.js.map +1 -1
- package/lib/components/presets/Body1/useBody1Styles.styles.js +19 -0
- package/lib/components/presets/Body1/useBody1Styles.styles.js.map +1 -0
- package/lib/components/presets/Body1Strong/Body1Strong.js +2 -19
- package/lib/components/presets/Body1Strong/Body1Strong.js.map +1 -1
- package/lib/components/presets/Body1Strong/index.js +1 -0
- package/lib/components/presets/Body1Strong/index.js.map +1 -1
- package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js +19 -0
- package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +1 -0
- package/lib/components/presets/Body1Stronger/Body1Stronger.js +2 -19
- package/lib/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
- package/lib/components/presets/Body1Stronger/index.js +1 -0
- package/lib/components/presets/Body1Stronger/index.js.map +1 -1
- package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js +19 -0
- package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +1 -0
- package/lib/components/presets/Body2/Body2.js +2 -19
- package/lib/components/presets/Body2/Body2.js.map +1 -1
- package/lib/components/presets/Body2/index.js +1 -0
- package/lib/components/presets/Body2/index.js.map +1 -1
- package/lib/components/presets/Body2/useBody2Styles.styles.js +19 -0
- package/lib/components/presets/Body2/useBody2Styles.styles.js.map +1 -0
- package/lib/components/presets/Caption1/Caption1.js +2 -19
- package/lib/components/presets/Caption1/Caption1.js.map +1 -1
- package/lib/components/presets/Caption1/index.js +1 -0
- package/lib/components/presets/Caption1/index.js.map +1 -1
- package/lib/components/presets/Caption1/useCaption1Styles.styles.js +19 -0
- package/lib/components/presets/Caption1/useCaption1Styles.styles.js.map +1 -0
- package/lib/components/presets/Caption1Strong/Caption1Strong.js +2 -19
- package/lib/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
- package/lib/components/presets/Caption1Strong/index.js +1 -0
- package/lib/components/presets/Caption1Strong/index.js.map +1 -1
- package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js +19 -0
- package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +1 -0
- package/lib/components/presets/Caption1Stronger/Caption1Stronger.js +2 -19
- package/lib/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
- package/lib/components/presets/Caption1Stronger/index.js +1 -0
- package/lib/components/presets/Caption1Stronger/index.js.map +1 -1
- package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js +19 -0
- package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +1 -0
- package/lib/components/presets/Caption2/Caption2.js +2 -19
- package/lib/components/presets/Caption2/Caption2.js.map +1 -1
- package/lib/components/presets/Caption2/index.js +1 -0
- package/lib/components/presets/Caption2/index.js.map +1 -1
- package/lib/components/presets/Caption2/useCaption2Styles.styles.js +19 -0
- package/lib/components/presets/Caption2/useCaption2Styles.styles.js.map +1 -0
- package/lib/components/presets/Caption2Strong/Caption2Strong.js +2 -19
- package/lib/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
- package/lib/components/presets/Caption2Strong/index.js +1 -0
- package/lib/components/presets/Caption2Strong/index.js.map +1 -1
- package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js +19 -0
- package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +1 -0
- package/lib/components/presets/Display/Display.js +2 -19
- package/lib/components/presets/Display/Display.js.map +1 -1
- package/lib/components/presets/Display/index.js +1 -0
- package/lib/components/presets/Display/index.js.map +1 -1
- package/lib/components/presets/Display/useDisplayStyles.styles.js +19 -0
- package/lib/components/presets/Display/useDisplayStyles.styles.js.map +1 -0
- package/lib/components/presets/LargeTitle/LargeTitle.js +2 -19
- package/lib/components/presets/LargeTitle/LargeTitle.js.map +1 -1
- package/lib/components/presets/LargeTitle/index.js +1 -0
- package/lib/components/presets/LargeTitle/index.js.map +1 -1
- package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js +19 -0
- package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +1 -0
- package/lib/components/presets/Subtitle1/Subtitle1.js +2 -19
- package/lib/components/presets/Subtitle1/Subtitle1.js.map +1 -1
- package/lib/components/presets/Subtitle1/index.js +1 -0
- package/lib/components/presets/Subtitle1/index.js.map +1 -1
- package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.js +19 -0
- package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +1 -0
- package/lib/components/presets/Subtitle2/Subtitle2.js +2 -19
- package/lib/components/presets/Subtitle2/Subtitle2.js.map +1 -1
- package/lib/components/presets/Subtitle2/index.js +1 -0
- package/lib/components/presets/Subtitle2/index.js.map +1 -1
- package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.js +19 -0
- package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +1 -0
- package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +2 -19
- package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
- package/lib/components/presets/Subtitle2Stronger/index.js +1 -0
- package/lib/components/presets/Subtitle2Stronger/index.js.map +1 -1
- package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js +19 -0
- package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +1 -0
- package/lib/components/presets/Title1/Title1.js +2 -19
- package/lib/components/presets/Title1/Title1.js.map +1 -1
- package/lib/components/presets/Title1/index.js +1 -0
- package/lib/components/presets/Title1/index.js.map +1 -1
- package/lib/components/presets/Title1/useTitle1Styles.styles.js +19 -0
- package/lib/components/presets/Title1/useTitle1Styles.styles.js.map +1 -0
- package/lib/components/presets/Title2/Title2.js +2 -19
- package/lib/components/presets/Title2/Title2.js.map +1 -1
- package/lib/components/presets/Title2/index.js +1 -0
- package/lib/components/presets/Title2/index.js.map +1 -1
- package/lib/components/presets/Title2/useTitle2Styles.styles.js +19 -0
- package/lib/components/presets/Title2/useTitle2Styles.styles.js.map +1 -0
- package/lib/components/presets/Title3/Title3.js +2 -19
- package/lib/components/presets/Title3/Title3.js.map +1 -1
- package/lib/components/presets/Title3/index.js +1 -0
- package/lib/components/presets/Title3/index.js.map +1 -1
- package/lib/components/presets/Title3/useTitle3Styles.styles.js +19 -0
- package/lib/components/presets/Title3/useTitle3Styles.styles.js.map +1 -0
- package/lib-commonjs/components/Text/Text.js +3 -4
- 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/.swcrc +0 -30
- package/lib/components/Text/useTextStyles.js.map +0 -1
- package/lib-commonjs/components/Text/useTextStyles.js.map +0 -1
@@ -1,27 +1,10 @@
|
|
1
|
-
import { __styles } from '@griffel/react';
|
2
1
|
import { createPreset } from '../createPreset';
|
3
|
-
import {
|
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
|
-
});
|
2
|
+
import { caption1StrongClassNames, useCaption1StrongStyles } from './useCaption1StrongStyles.styles';
|
20
3
|
/**
|
21
4
|
* Text preset component for the Caption1Strong typography variant
|
22
5
|
*/
|
23
6
|
export const Caption1Strong = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
7
|
+
useStyles: useCaption1StrongStyles,
|
25
8
|
className: caption1StrongClassNames.root,
|
26
9
|
displayName: 'Caption1Strong'
|
27
10
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["
|
1
|
+
{"version":3,"names":["createPreset","caption1StrongClassNames","useCaption1StrongStyles","Caption1Strong","useStyles","className","root","displayName"],"sources":["../../../../src/components/presets/Caption1Strong/Caption1Strong.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1StrongClassNames, useCaption1StrongStyles } from './useCaption1StrongStyles.styles';\n\n/**\n * Text preset component for the Caption1Strong typography variant\n */\nexport const Caption1Strong: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongStyles,\n className: caption1StrongClassNames.root,\n displayName: 'Caption1Strong',\n});\n"],"mappings":"AACA,SAASA,YAAY,QAAQ;AAE7B,SAASC,wBAAwB,EAAEC,uBAAuB,QAAQ;AAElE;;;AAGA,OAAO,MAAMC,cAAA,gBAAqDH,YAAA,CAAa;EAC7EI,SAAA,EAAWF,uBAAA;EACXG,SAAA,EAAWJ,wBAAA,CAAyBK,IAAI;EACxCC,WAAA,EAAa;AACf"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Caption1Strong/index.ts"],"sourcesContent":["export * from './Caption1Strong';\n"],"mappings":"AAAA,cAAc"}
|
1
|
+
{"version":3,"names":["caption1StrongClassNames"],"sources":["../../../../src/components/presets/Caption1Strong/index.ts"],"sourcesContent":["export * from './Caption1Strong';\nexport { caption1StrongClassNames } from './useCaption1StrongStyles.styles';\n"],"mappings":"AAAA,cAAc;AACd,SAASA,wBAAwB,QAAQ"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
3
|
+
export const caption1StrongClassNames = {
|
4
|
+
root: 'fui-Caption1Strong'
|
5
|
+
};
|
6
|
+
/**
|
7
|
+
* Styles for the root slot
|
8
|
+
*/
|
9
|
+
export const useCaption1StrongStyles = /*#__PURE__*/__styles({
|
10
|
+
root: {
|
11
|
+
Bahqtrf: "fk6fouc",
|
12
|
+
Be2twd7: "fy9rknc",
|
13
|
+
Bhrd7zp: "fl43uef",
|
14
|
+
Bg96gwp: "fwrc4pm"
|
15
|
+
}
|
16
|
+
}, {
|
17
|
+
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}"]
|
18
|
+
});
|
19
|
+
//# sourceMappingURL=useCaption1StrongStyles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"names":["__styles","typographyStyles","caption1StrongClassNames","root","useCaption1StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["../../../../src/components/presets/Caption1Strong/useCaption1StrongStyles.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots } 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 */\nexport const useCaption1StrongStyles = makeStyles({\n root: typographyStyles.caption1Strong,\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAG3B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,wBAAA,GAAsD;EACjEC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,uBAAA,gBAA0BJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEvC"}
|
@@ -1,27 +1,10 @@
|
|
1
|
-
import { __styles } from '@griffel/react';
|
2
1
|
import { createPreset } from '../createPreset';
|
3
|
-
import {
|
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
|
-
});
|
2
|
+
import { caption1StrongerClassNames, useCaption1StrongerStyles } from './useCaption1Stronger.styles';
|
20
3
|
/**
|
21
4
|
* Text preset component for the Caption1Stronger typography variant
|
22
5
|
*/
|
23
6
|
export const Caption1Stronger = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
7
|
+
useStyles: useCaption1StrongerStyles,
|
25
8
|
className: caption1StrongerClassNames.root,
|
26
9
|
displayName: 'Caption1Stronger'
|
27
10
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["
|
1
|
+
{"version":3,"names":["createPreset","caption1StrongerClassNames","useCaption1StrongerStyles","Caption1Stronger","useStyles","className","root","displayName"],"sources":["../../../../src/components/presets/Caption1Stronger/Caption1Stronger.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1StrongerClassNames, useCaption1StrongerStyles } from './useCaption1Stronger.styles';\n\n/**\n * Text preset component for the Caption1Stronger typography variant\n */\nexport const Caption1Stronger: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongerStyles,\n className: caption1StrongerClassNames.root,\n displayName: 'Caption1Stronger',\n});\n"],"mappings":"AACA,SAASA,YAAY,QAAQ;AAE7B,SAASC,0BAA0B,EAAEC,yBAAyB,QAAQ;AAEtE;;;AAGA,OAAO,MAAMC,gBAAA,gBAAuDH,YAAA,CAAa;EAC/EI,SAAA,EAAWF,yBAAA;EACXG,SAAA,EAAWJ,0BAAA,CAA2BK,IAAI;EAC1CC,WAAA,EAAa;AACf"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Caption1Stronger/index.ts"],"sourcesContent":["export * from './Caption1Stronger';\n"],"mappings":"AAAA,cAAc"}
|
1
|
+
{"version":3,"names":["caption1StrongerClassNames"],"sources":["../../../../src/components/presets/Caption1Stronger/index.ts"],"sourcesContent":["export * from './Caption1Stronger';\nexport { caption1StrongerClassNames } from './useCaption1Stronger.styles';\n"],"mappings":"AAAA,cAAc;AACd,SAASA,0BAA0B,QAAQ"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
3
|
+
export const caption1StrongerClassNames = {
|
4
|
+
root: 'fui-Caption1Stronger'
|
5
|
+
};
|
6
|
+
/**
|
7
|
+
* Styles for the root slot
|
8
|
+
*/
|
9
|
+
export const useCaption1StrongerStyles = /*#__PURE__*/__styles({
|
10
|
+
root: {
|
11
|
+
Bahqtrf: "fk6fouc",
|
12
|
+
Be2twd7: "fy9rknc",
|
13
|
+
Bhrd7zp: "flh3ekv",
|
14
|
+
Bg96gwp: "fwrc4pm"
|
15
|
+
}
|
16
|
+
}, {
|
17
|
+
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".flh3ekv{font-weight:var(--fontWeightBold);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}"]
|
18
|
+
});
|
19
|
+
//# sourceMappingURL=useCaption1Stronger.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"names":["__styles","typographyStyles","caption1StrongerClassNames","root","useCaption1StrongerStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["../../../../src/components/presets/Caption1Stronger/useCaption1Stronger.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots } 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 */\nexport const useCaption1StrongerStyles = makeStyles({\n root: typographyStyles.caption1Stronger,\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAG3B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,0BAAA,GAAwD;EACnEC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,yBAAA,gBAA4BJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEzC"}
|
@@ -1,27 +1,10 @@
|
|
1
|
-
import { __styles } from '@griffel/react';
|
2
1
|
import { createPreset } from '../createPreset';
|
3
|
-
import {
|
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
|
-
});
|
2
|
+
import { caption2ClassNames, useCaption2Styles } from './useCaption2Styles.styles';
|
20
3
|
/**
|
21
4
|
* Text preset component for the Caption2 typography variant
|
22
5
|
*/
|
23
6
|
export const Caption2 = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
7
|
+
useStyles: useCaption2Styles,
|
25
8
|
className: caption2ClassNames.root,
|
26
9
|
displayName: 'Caption2'
|
27
10
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["
|
1
|
+
{"version":3,"names":["createPreset","caption2ClassNames","useCaption2Styles","Caption2","useStyles","className","root","displayName"],"sources":["../../../../src/components/presets/Caption2/Caption2.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption2ClassNames, useCaption2Styles } from './useCaption2Styles.styles';\n\n/**\n * Text preset component for the Caption2 typography variant\n */\nexport const Caption2: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption2Styles,\n className: caption2ClassNames.root,\n displayName: 'Caption2',\n});\n"],"mappings":"AACA,SAASA,YAAY,QAAQ;AAE7B,SAASC,kBAAkB,EAAEC,iBAAiB,QAAQ;AAEtD;;;AAGA,OAAO,MAAMC,QAAA,gBAA+CH,YAAA,CAAa;EACvEI,SAAA,EAAWF,iBAAA;EACXG,SAAA,EAAWJ,kBAAA,CAAmBK,IAAI;EAClCC,WAAA,EAAa;AACf"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Caption2/index.ts"],"sourcesContent":["export * from './Caption2';\n"],"mappings":"AAAA,cAAc"}
|
1
|
+
{"version":3,"names":["caption2ClassNames"],"sources":["../../../../src/components/presets/Caption2/index.ts"],"sourcesContent":["export * from './Caption2';\nexport { caption2ClassNames } from './useCaption2Styles.styles';\n"],"mappings":"AAAA,cAAc;AACd,SAASA,kBAAkB,QAAQ"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
3
|
+
export const caption2ClassNames = {
|
4
|
+
root: 'fui-Caption2'
|
5
|
+
};
|
6
|
+
/**
|
7
|
+
* Styles for the root slot
|
8
|
+
*/
|
9
|
+
export const useCaption2Styles = /*#__PURE__*/__styles({
|
10
|
+
root: {
|
11
|
+
Bahqtrf: "fk6fouc",
|
12
|
+
Be2twd7: "f13mqy1h",
|
13
|
+
Bhrd7zp: "figsok6",
|
14
|
+
Bg96gwp: "fcpl73t"
|
15
|
+
}
|
16
|
+
}, {
|
17
|
+
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f13mqy1h{font-size:var(--fontSizeBase100);}", ".figsok6{font-weight:var(--fontWeightRegular);}", ".fcpl73t{line-height:var(--lineHeightBase100);}"]
|
18
|
+
});
|
19
|
+
//# sourceMappingURL=useCaption2Styles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"names":["__styles","typographyStyles","caption2ClassNames","root","useCaption2Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["../../../../src/components/presets/Caption2/useCaption2Styles.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots } 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 */\nexport const useCaption2Styles = makeStyles({\n root: typographyStyles.caption2,\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAG3B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,kBAAA,GAAgD;EAC3DC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,iBAAA,gBAAoBJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEjC"}
|
@@ -1,27 +1,10 @@
|
|
1
|
-
import { __styles } from '@griffel/react';
|
2
1
|
import { createPreset } from '../createPreset';
|
3
|
-
import {
|
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
|
-
});
|
2
|
+
import { caption2StrongClassNames, useCaption2StrongStyles } from './useCaption2StrongStyles.styles';
|
20
3
|
/**
|
21
4
|
* Text preset component for the Caption2Strong typography variant
|
22
5
|
*/
|
23
6
|
export const Caption2Strong = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
7
|
+
useStyles: useCaption2StrongStyles,
|
25
8
|
className: caption2StrongClassNames.root,
|
26
9
|
displayName: 'Caption2Strong'
|
27
10
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["
|
1
|
+
{"version":3,"names":["createPreset","caption2StrongClassNames","useCaption2StrongStyles","Caption2Strong","useStyles","className","root","displayName"],"sources":["../../../../src/components/presets/Caption2Strong/Caption2Strong.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\n\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption2StrongClassNames, useCaption2StrongStyles } from './useCaption2StrongStyles.styles';\n\n/**\n * Text preset component for the Caption2Strong typography variant\n */\nexport const Caption2Strong: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption2StrongStyles,\n className: caption2StrongClassNames.root,\n displayName: 'Caption2Strong',\n});\n"],"mappings":"AACA,SAASA,YAAY,QAAQ;AAG7B,SAASC,wBAAwB,EAAEC,uBAAuB,QAAQ;AAElE;;;AAGA,OAAO,MAAMC,cAAA,gBAAqDH,YAAA,CAAa;EAC7EI,SAAA,EAAWF,uBAAA;EACXG,SAAA,EAAWJ,wBAAA,CAAyBK,IAAI;EACxCC,WAAA,EAAa;AACf"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Caption2Strong/index.ts"],"sourcesContent":["export * from './Caption2Strong';\n"],"mappings":"AAAA,cAAc"}
|
1
|
+
{"version":3,"names":["caption2StrongClassNames"],"sources":["../../../../src/components/presets/Caption2Strong/index.ts"],"sourcesContent":["export * from './Caption2Strong';\nexport { caption2StrongClassNames } from './useCaption2StrongStyles.styles';\n"],"mappings":"AAAA,cAAc;AACd,SAASA,wBAAwB,QAAQ"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
3
|
+
export const caption2StrongClassNames = {
|
4
|
+
root: 'fui-Caption2Strong'
|
5
|
+
};
|
6
|
+
/**
|
7
|
+
* Styles for the root slot
|
8
|
+
*/
|
9
|
+
export const useCaption2StrongStyles = /*#__PURE__*/__styles({
|
10
|
+
root: {
|
11
|
+
Bahqtrf: "fk6fouc",
|
12
|
+
Be2twd7: "f13mqy1h",
|
13
|
+
Bhrd7zp: "fl43uef",
|
14
|
+
Bg96gwp: "fcpl73t"
|
15
|
+
}
|
16
|
+
}, {
|
17
|
+
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f13mqy1h{font-size:var(--fontSizeBase100);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fcpl73t{line-height:var(--lineHeightBase100);}"]
|
18
|
+
});
|
19
|
+
//# sourceMappingURL=useCaption2StrongStyles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"names":["__styles","typographyStyles","caption2StrongClassNames","root","useCaption2StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["../../../../src/components/presets/Caption2Strong/useCaption2StrongStyles.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots } 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 */\nexport const useCaption2StrongStyles = makeStyles({\n root: typographyStyles.caption2Strong,\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAG3B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,wBAAA,GAAsD;EACjEC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,uBAAA,gBAA0BJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEvC"}
|
@@ -1,27 +1,10 @@
|
|
1
|
-
import { __styles } from '@griffel/react';
|
2
1
|
import { createPreset } from '../createPreset';
|
3
|
-
import {
|
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
|
-
});
|
2
|
+
import { displayClassNames, useDisplayStyles } from './useDisplayStyles.styles';
|
20
3
|
/**
|
21
4
|
* Text preset component for the Display typography variant
|
22
5
|
*/
|
23
6
|
export const Display = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
7
|
+
useStyles: useDisplayStyles,
|
25
8
|
className: displayClassNames.root,
|
26
9
|
displayName: 'Display'
|
27
10
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["
|
1
|
+
{"version":3,"names":["createPreset","displayClassNames","useDisplayStyles","Display","useStyles","className","root","displayName"],"sources":["../../../../src/components/presets/Display/Display.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { displayClassNames, useDisplayStyles } from './useDisplayStyles.styles';\n\n/**\n * Text preset component for the Display typography variant\n */\nexport const Display: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useDisplayStyles,\n className: displayClassNames.root,\n displayName: 'Display',\n});\n"],"mappings":"AACA,SAASA,YAAY,QAAQ;AAE7B,SAASC,iBAAiB,EAAEC,gBAAgB,QAAQ;AAEpD;;;AAGA,OAAO,MAAMC,OAAA,gBAA8CH,YAAA,CAAa;EACtEI,SAAA,EAAWF,gBAAA;EACXG,SAAA,EAAWJ,iBAAA,CAAkBK,IAAI;EACjCC,WAAA,EAAa;AACf"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Display/index.ts"],"sourcesContent":["export * from './Display';\n"],"mappings":"AAAA,cAAc"}
|
1
|
+
{"version":3,"names":["displayClassNames"],"sources":["../../../../src/components/presets/Display/index.ts"],"sourcesContent":["export * from './Display';\nexport { displayClassNames } from './useDisplayStyles.styles';\n"],"mappings":"AAAA,cAAc;AACd,SAASA,iBAAiB,QAAQ"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
3
|
+
export const displayClassNames = {
|
4
|
+
root: 'fui-Display'
|
5
|
+
};
|
6
|
+
/**
|
7
|
+
* Styles for the root slot
|
8
|
+
*/
|
9
|
+
export const useDisplayStyles = /*#__PURE__*/__styles({
|
10
|
+
root: {
|
11
|
+
Bahqtrf: "fk6fouc",
|
12
|
+
Be2twd7: "fpyltcb",
|
13
|
+
Bhrd7zp: "fl43uef",
|
14
|
+
Bg96gwp: "f1ivgwrt"
|
15
|
+
}
|
16
|
+
}, {
|
17
|
+
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fpyltcb{font-size:var(--fontSizeHero1000);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".f1ivgwrt{line-height:var(--lineHeightHero1000);}"]
|
18
|
+
});
|
19
|
+
//# sourceMappingURL=useDisplayStyles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"names":["__styles","typographyStyles","displayClassNames","root","useDisplayStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["../../../../src/components/presets/Display/useDisplayStyles.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots } 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 */\nexport const useDisplayStyles = makeStyles({\n root: typographyStyles.display,\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAG3B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,iBAAA,GAA+C;EAC1DC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,gBAAA,gBAAmBJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEhC"}
|
@@ -1,27 +1,10 @@
|
|
1
|
-
import { __styles } from '@griffel/react';
|
2
1
|
import { createPreset } from '../createPreset';
|
3
|
-
import {
|
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
|
-
});
|
2
|
+
import { largeTitleClassNames, useLargeTitleStyles } from './useLargeTitleStyles.styles';
|
20
3
|
/**
|
21
4
|
* Text preset component for the Large Title typography variant
|
22
5
|
*/
|
23
6
|
export const LargeTitle = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
7
|
+
useStyles: useLargeTitleStyles,
|
25
8
|
className: largeTitleClassNames.root,
|
26
9
|
displayName: 'LargeTitle'
|
27
10
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["
|
1
|
+
{"version":3,"names":["createPreset","largeTitleClassNames","useLargeTitleStyles","LargeTitle","useStyles","className","root","displayName"],"sources":["../../../../src/components/presets/LargeTitle/LargeTitle.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { largeTitleClassNames, useLargeTitleStyles } from './useLargeTitleStyles.styles';\n\n/**\n * Text preset component for the Large Title typography variant\n */\nexport const LargeTitle: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useLargeTitleStyles,\n className: largeTitleClassNames.root,\n displayName: 'LargeTitle',\n});\n"],"mappings":"AACA,SAASA,YAAY,QAAQ;AAE7B,SAASC,oBAAoB,EAAEC,mBAAmB,QAAQ;AAE1D;;;AAGA,OAAO,MAAMC,UAAA,gBAAiDH,YAAA,CAAa;EACzEI,SAAA,EAAWF,mBAAA;EACXG,SAAA,EAAWJ,oBAAA,CAAqBK,IAAI;EACpCC,WAAA,EAAa;AACf"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/LargeTitle/index.ts"],"sourcesContent":["export * from './LargeTitle';\n"],"mappings":"AAAA,cAAc"}
|
1
|
+
{"version":3,"names":["largeTitleClassNames"],"sources":["../../../../src/components/presets/LargeTitle/index.ts"],"sourcesContent":["export * from './LargeTitle';\nexport { largeTitleClassNames } from './useLargeTitleStyles.styles';\n"],"mappings":"AAAA,cAAc;AACd,SAASA,oBAAoB,QAAQ"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
3
|
+
export const largeTitleClassNames = {
|
4
|
+
root: 'fui-LargeTitle'
|
5
|
+
};
|
6
|
+
/**
|
7
|
+
* Styles for the root slot
|
8
|
+
*/
|
9
|
+
export const useLargeTitleStyles = /*#__PURE__*/__styles({
|
10
|
+
root: {
|
11
|
+
Bahqtrf: "fk6fouc",
|
12
|
+
Be2twd7: "f15afnhw",
|
13
|
+
Bhrd7zp: "fl43uef",
|
14
|
+
Bg96gwp: "fr3w3wp"
|
15
|
+
}
|
16
|
+
}, {
|
17
|
+
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f15afnhw{font-size:var(--fontSizeHero900);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fr3w3wp{line-height:var(--lineHeightHero900);}"]
|
18
|
+
});
|
19
|
+
//# sourceMappingURL=useLargeTitleStyles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"names":["__styles","typographyStyles","largeTitleClassNames","root","useLargeTitleStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["../../../../src/components/presets/LargeTitle/useLargeTitleStyles.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots } 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 */\nexport const useLargeTitleStyles = makeStyles({\n root: typographyStyles.largeTitle,\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAG3B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,oBAAA,GAAkD;EAC7DC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,mBAAA,gBAAsBJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEnC"}
|
@@ -1,27 +1,10 @@
|
|
1
|
-
import { __styles } from '@griffel/react';
|
2
1
|
import { createPreset } from '../createPreset';
|
3
|
-
import {
|
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
|
-
});
|
2
|
+
import { subtitle1ClassNames, useSubtitle1Styles } from './useSubtitle1Styles.styles';
|
20
3
|
/**
|
21
4
|
* Text preset component for the Subtitle1 typography variant
|
22
5
|
*/
|
23
6
|
export const Subtitle1 = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
7
|
+
useStyles: useSubtitle1Styles,
|
25
8
|
className: subtitle1ClassNames.root,
|
26
9
|
displayName: 'Subtitle1'
|
27
10
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["
|
1
|
+
{"version":3,"names":["createPreset","subtitle1ClassNames","useSubtitle1Styles","Subtitle1","useStyles","className","root","displayName"],"sources":["../../../../src/components/presets/Subtitle1/Subtitle1.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { subtitle1ClassNames, useSubtitle1Styles } from './useSubtitle1Styles.styles';\n\n/**\n * Text preset component for the Subtitle1 typography variant\n */\nexport const Subtitle1: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useSubtitle1Styles,\n className: subtitle1ClassNames.root,\n displayName: 'Subtitle1',\n});\n"],"mappings":"AACA,SAASA,YAAY,QAAQ;AAE7B,SAASC,mBAAmB,EAAEC,kBAAkB,QAAQ;AAExD;;;AAGA,OAAO,MAAMC,SAAA,gBAAgDH,YAAA,CAAa;EACxEI,SAAA,EAAWF,kBAAA;EACXG,SAAA,EAAWJ,mBAAA,CAAoBK,IAAI;EACnCC,WAAA,EAAa;AACf"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Subtitle1/index.ts"],"sourcesContent":["export * from './Subtitle1';\n"],"mappings":"AAAA,cAAc"}
|
1
|
+
{"version":3,"names":["subtitle1ClassNames"],"sources":["../../../../src/components/presets/Subtitle1/index.ts"],"sourcesContent":["export * from './Subtitle1';\nexport { subtitle1ClassNames } from './useSubtitle1Styles.styles';\n"],"mappings":"AAAA,cAAc;AACd,SAASA,mBAAmB,QAAQ"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { __styles } from '@griffel/react';
|
2
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
3
|
+
export const subtitle1ClassNames = {
|
4
|
+
root: 'fui-Subtitle1'
|
5
|
+
};
|
6
|
+
/**
|
7
|
+
* Styles for the root slot
|
8
|
+
*/
|
9
|
+
export const useSubtitle1Styles = /*#__PURE__*/__styles({
|
10
|
+
root: {
|
11
|
+
Bahqtrf: "fk6fouc",
|
12
|
+
Be2twd7: "f1pp30po",
|
13
|
+
Bhrd7zp: "fl43uef",
|
14
|
+
Bg96gwp: "f106mvju"
|
15
|
+
}
|
16
|
+
}, {
|
17
|
+
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f1pp30po{font-size:var(--fontSizeBase500);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".f106mvju{line-height:var(--lineHeightBase500);}"]
|
18
|
+
});
|
19
|
+
//# sourceMappingURL=useSubtitle1Styles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"names":["__styles","typographyStyles","subtitle1ClassNames","root","useSubtitle1Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["../../../../src/components/presets/Subtitle1/useSubtitle1Styles.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots } 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 */\nexport const useSubtitle1Styles = makeStyles({\n root: typographyStyles.subtitle1,\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAG3B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,mBAAA,GAAiD;EAC5DC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,kBAAA,gBAAqBJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAElC"}
|
@@ -1,27 +1,10 @@
|
|
1
|
-
import { __styles } from '@griffel/react';
|
2
1
|
import { createPreset } from '../createPreset';
|
3
|
-
import {
|
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
|
-
});
|
2
|
+
import { subtitle2ClassNames, useSubtitle2Styles } from './useSubtitle2Styles.styles';
|
20
3
|
/**
|
21
4
|
* Text preset component for the Subtitle2 typography variant
|
22
5
|
*/
|
23
6
|
export const Subtitle2 = /*#__PURE__*/createPreset({
|
24
|
-
useStyles,
|
7
|
+
useStyles: useSubtitle2Styles,
|
25
8
|
className: subtitle2ClassNames.root,
|
26
9
|
displayName: 'Subtitle2'
|
27
10
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["
|
1
|
+
{"version":3,"names":["createPreset","subtitle2ClassNames","useSubtitle2Styles","Subtitle2","useStyles","className","root","displayName"],"sources":["../../../../src/components/presets/Subtitle2/Subtitle2.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { subtitle2ClassNames, useSubtitle2Styles } from './useSubtitle2Styles.styles';\n\n/**\n * Text preset component for the Subtitle2 typography variant\n */\nexport const Subtitle2: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useSubtitle2Styles,\n className: subtitle2ClassNames.root,\n displayName: 'Subtitle2',\n});\n"],"mappings":"AACA,SAASA,YAAY,QAAQ;AAE7B,SAASC,mBAAmB,EAAEC,kBAAkB,QAAQ;AAExD;;;AAGA,OAAO,MAAMC,SAAA,gBAAgDH,YAAA,CAAa;EACxEI,SAAA,EAAWF,kBAAA;EACXG,SAAA,EAAWJ,mBAAA,CAAoBK,IAAI;EACnCC,WAAA,EAAa;AACf"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/components/presets/Subtitle2/index.ts"],"sourcesContent":["export * from './Subtitle2';\n"],"mappings":"AAAA,cAAc"}
|
1
|
+
{"version":3,"names":["subtitle2ClassNames"],"sources":["../../../../src/components/presets/Subtitle2/index.ts"],"sourcesContent":["export * from './Subtitle2';\nexport { subtitle2ClassNames } from './useSubtitle2Styles.styles';\n"],"mappings":"AAAA,cAAc;AACd,SAASA,mBAAmB,QAAQ"}
|