@fluentui/react-text 9.3.27 → 9.3.29
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 -1
- package/CHANGELOG.md +26 -2
- package/lib/components/Text/Text.js.map +1 -1
- package/lib/components/Text/renderText.js +2 -2
- package/lib/components/Text/renderText.js.map +1 -1
- package/lib/components/Text/useText.js +1 -1
- package/lib/components/Text/useText.js.map +1 -1
- package/lib/components/presets/createPreset.js +1 -1
- package/lib/components/presets/createPreset.js.map +1 -1
- package/lib-commonjs/Body1.js +2 -2
- package/lib-commonjs/Body1.js.map +1 -1
- package/lib-commonjs/Body1Strong.js +2 -2
- package/lib-commonjs/Body1Strong.js.map +1 -1
- package/lib-commonjs/Body1Stronger.js +2 -2
- package/lib-commonjs/Body1Stronger.js.map +1 -1
- package/lib-commonjs/Body2.js +2 -2
- package/lib-commonjs/Body2.js.map +1 -1
- package/lib-commonjs/Caption1.js +2 -2
- package/lib-commonjs/Caption1.js.map +1 -1
- package/lib-commonjs/Caption1Strong.js +2 -2
- package/lib-commonjs/Caption1Strong.js.map +1 -1
- package/lib-commonjs/Caption1Stronger.js +2 -2
- package/lib-commonjs/Caption1Stronger.js.map +1 -1
- package/lib-commonjs/Caption2.js +2 -2
- package/lib-commonjs/Caption2.js.map +1 -1
- package/lib-commonjs/Caption2Strong.js +2 -2
- package/lib-commonjs/Caption2Strong.js.map +1 -1
- package/lib-commonjs/Display.js +2 -2
- package/lib-commonjs/Display.js.map +1 -1
- package/lib-commonjs/LargeTitle.js +2 -2
- package/lib-commonjs/LargeTitle.js.map +1 -1
- package/lib-commonjs/Subtitle1.js +2 -2
- package/lib-commonjs/Subtitle1.js.map +1 -1
- package/lib-commonjs/Subtitle2.js +2 -2
- package/lib-commonjs/Subtitle2.js.map +1 -1
- package/lib-commonjs/Subtitle2Stronger.js +2 -2
- package/lib-commonjs/Subtitle2Stronger.js.map +1 -1
- package/lib-commonjs/Text.js +2 -2
- package/lib-commonjs/Text.js.map +1 -1
- package/lib-commonjs/Title1.js +2 -2
- package/lib-commonjs/Title1.js.map +1 -1
- package/lib-commonjs/Title2.js +2 -2
- package/lib-commonjs/Title2.js.map +1 -1
- package/lib-commonjs/Title3.js +2 -2
- package/lib-commonjs/Title3.js.map +1 -1
- package/lib-commonjs/components/Text/Text.js +9 -7
- package/lib-commonjs/components/Text/Text.js.map +1 -1
- package/lib-commonjs/components/Text/index.js +6 -6
- package/lib-commonjs/components/Text/index.js.map +1 -1
- package/lib-commonjs/components/Text/renderText.js +8 -6
- package/lib-commonjs/components/Text/renderText.js.map +1 -1
- package/lib-commonjs/components/Text/useText.js +8 -6
- package/lib-commonjs/components/Text/useText.js.map +1 -1
- package/lib-commonjs/components/Text/useTextStyles.styles.js +7 -3
- package/lib-commonjs/components/Text/useTextStyles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Body1/Body1.js +6 -4
- package/lib-commonjs/components/presets/Body1/Body1.js.map +1 -1
- package/lib-commonjs/components/presets/Body1/index.js +6 -4
- package/lib-commonjs/components/presets/Body1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js +7 -3
- package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js +6 -4
- package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Strong/index.js +6 -4
- package/lib-commonjs/components/presets/Body1Strong/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js +7 -3
- package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js +6 -4
- package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Stronger/index.js +6 -4
- package/lib-commonjs/components/presets/Body1Stronger/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js +7 -3
- package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Body2/Body2.js +6 -4
- package/lib-commonjs/components/presets/Body2/Body2.js.map +1 -1
- package/lib-commonjs/components/presets/Body2/index.js +6 -4
- package/lib-commonjs/components/presets/Body2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js +7 -3
- package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1/Caption1.js +6 -4
- package/lib-commonjs/components/presets/Caption1/Caption1.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1/index.js +6 -4
- package/lib-commonjs/components/presets/Caption1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js +7 -3
- package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js +6 -4
- package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Strong/index.js +6 -4
- package/lib-commonjs/components/presets/Caption1Strong/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js +7 -3
- package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js +6 -4
- package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Stronger/index.js +6 -4
- package/lib-commonjs/components/presets/Caption1Stronger/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js +7 -3
- package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2/Caption2.js +6 -4
- package/lib-commonjs/components/presets/Caption2/Caption2.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2/index.js +6 -4
- package/lib-commonjs/components/presets/Caption2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js +7 -3
- package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js +6 -4
- package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2Strong/index.js +6 -4
- package/lib-commonjs/components/presets/Caption2Strong/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js +7 -3
- package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Display/Display.js +6 -4
- package/lib-commonjs/components/presets/Display/Display.js.map +1 -1
- package/lib-commonjs/components/presets/Display/index.js +6 -4
- package/lib-commonjs/components/presets/Display/index.js.map +1 -1
- package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js +7 -3
- package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js +6 -4
- package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js.map +1 -1
- package/lib-commonjs/components/presets/LargeTitle/index.js +6 -4
- package/lib-commonjs/components/presets/LargeTitle/index.js.map +1 -1
- package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js +7 -3
- package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js +6 -4
- package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle1/index.js +6 -4
- package/lib-commonjs/components/presets/Subtitle1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js +7 -3
- package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js +6 -4
- package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2/index.js +6 -4
- package/lib-commonjs/components/presets/Subtitle2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js +7 -3
- package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +6 -4
- package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2Stronger/index.js +6 -4
- package/lib-commonjs/components/presets/Subtitle2Stronger/index.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js +7 -3
- package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Title1/Title1.js +6 -4
- package/lib-commonjs/components/presets/Title1/Title1.js.map +1 -1
- package/lib-commonjs/components/presets/Title1/index.js +6 -4
- package/lib-commonjs/components/presets/Title1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js +7 -3
- package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Title2/Title2.js +6 -4
- package/lib-commonjs/components/presets/Title2/Title2.js.map +1 -1
- package/lib-commonjs/components/presets/Title2/index.js +6 -4
- package/lib-commonjs/components/presets/Title2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js +7 -3
- package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Title3/Title3.js +6 -4
- package/lib-commonjs/components/presets/Title3/Title3.js.map +1 -1
- package/lib-commonjs/components/presets/Title3/index.js +6 -4
- package/lib-commonjs/components/presets/Title3/index.js.map +1 -1
- package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js +7 -3
- package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/createPreset.js +10 -8
- package/lib-commonjs/components/presets/createPreset.js.map +1 -1
- package/lib-commonjs/index.js +135 -57
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +10 -10
@@ -4,8 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "subtitle2StrongerClassNames", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return _useSubtitle2Strongerstyles.subtitle2StrongerClassNames;
|
9
|
+
}
|
8
10
|
});
|
9
|
-
const
|
10
|
-
|
11
|
-
const
|
11
|
+
const _export_star = require("@swc/helpers/_/_export_star");
|
12
|
+
_export_star._(require("./Subtitle2Stronger"), exports);
|
13
|
+
const _useSubtitle2Strongerstyles = require("./useSubtitle2Stronger.styles");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Subtitle2Stronger';\nexport { subtitle2StrongerClassNames } from './useSubtitle2Stronger.styles';\n"],"names":["subtitle2StrongerClassNames"],"mappings":";;;;+BACSA
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Subtitle2Stronger';\nexport { subtitle2StrongerClassNames } from './useSubtitle2Stronger.styles';\n"],"names":["subtitle2StrongerClassNames"],"mappings":";;;;+BACSA;;;eAAAA,uDAA2B;;;;uBADtB;4CAC8B"}
|
@@ -9,14 +9,18 @@ function _export(target, all) {
|
|
9
9
|
});
|
10
10
|
}
|
11
11
|
_export(exports, {
|
12
|
-
subtitle2StrongerClassNames: ()
|
13
|
-
|
12
|
+
subtitle2StrongerClassNames: function() {
|
13
|
+
return subtitle2StrongerClassNames;
|
14
|
+
},
|
15
|
+
useSubtitle2StrongerStyles: function() {
|
16
|
+
return useSubtitle2StrongerStyles;
|
17
|
+
}
|
14
18
|
});
|
15
19
|
const _react = require("@griffel/react");
|
16
20
|
const subtitle2StrongerClassNames = {
|
17
21
|
root: 'fui-Subtitle2Stronger'
|
18
22
|
};
|
19
|
-
const useSubtitle2StrongerStyles = /*#__PURE__*/ (0, _react
|
23
|
+
const useSubtitle2StrongerStyles = /*#__PURE__*/ (0, _react.__styles)({
|
20
24
|
root: {
|
21
25
|
Bahqtrf: "fk6fouc",
|
22
26
|
Be2twd7: "fod5ikn",
|
package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["useSubtitle2Stronger.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const subtitle2StrongerClassNames = {\n root: 'fui-Subtitle2Stronger'\n};\n/**\n * Styles for the root slot\n */\nexport const useSubtitle2StrongerStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fod5ikn\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"faaz57k\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\"]\n});\n//# sourceMappingURL=useSubtitle2Stronger.styles.js.map"],"names":["subtitle2StrongerClassNames","useSubtitle2StrongerStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,2BAA2B
|
1
|
+
{"version":3,"sources":["useSubtitle2Stronger.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const subtitle2StrongerClassNames = {\n root: 'fui-Subtitle2Stronger'\n};\n/**\n * Styles for the root slot\n */\nexport const useSubtitle2StrongerStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fod5ikn\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"faaz57k\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\"]\n});\n//# sourceMappingURL=useSubtitle2Stronger.styles.js.map"],"names":["subtitle2StrongerClassNames","useSubtitle2StrongerStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,2BAA2B;eAA3BA;;IAMAC,0BAA0B;eAA1BA;;;uBARY;AAElB,MAAMD,8BAA8B;IACzCE,MAAM;AACR;AAIO,MAAMD,6BAA6B,WAAW,GAAEE,IAAAA,eAAQ,EAAC;IAC9DD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAgD;KAAkD;AACvM,IACA,uDAAuD"}
|
@@ -4,12 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "Title1", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return Title1;
|
9
|
+
}
|
8
10
|
});
|
9
11
|
const _createPreset = require("../createPreset");
|
10
|
-
const
|
12
|
+
const _useTitle1Stylesstyles = require("./useTitle1Styles.styles");
|
11
13
|
const Title1 = (0, _createPreset.createPreset)({
|
12
|
-
useStyles:
|
13
|
-
className:
|
14
|
+
useStyles: _useTitle1Stylesstyles.useTitle1Styles,
|
15
|
+
className: _useTitle1Stylesstyles.title1ClassNames.root,
|
14
16
|
displayName: 'Title1'
|
15
17
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["Title1.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { title1ClassNames, useTitle1Styles } from './useTitle1Styles.styles';\n/**\n * Text preset component for the Title 1 typography variant\n */ export const Title1 = createPreset({\n useStyles: useTitle1Styles,\n className: title1ClassNames.root,\n displayName: 'Title1'\n});\n"],"names":["Title1","createPreset","useStyles","useTitle1Styles","className","title1ClassNames","root","displayName"],"mappings":";;;;+BAIiBA
|
1
|
+
{"version":3,"sources":["Title1.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { title1ClassNames, useTitle1Styles } from './useTitle1Styles.styles';\n/**\n * Text preset component for the Title 1 typography variant\n */ export const Title1 = createPreset({\n useStyles: useTitle1Styles,\n className: title1ClassNames.root,\n displayName: 'Title1'\n});\n"],"names":["Title1","createPreset","useStyles","useTitle1Styles","className","title1ClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;;eAAAA;;;8BAJY;uCACqB;AAGvC,MAAMA,SAASC,IAAAA,0BAAY,EAAC;IACnCC,WAAWC,sCAAe;IAC1BC,WAAWC,uCAAgB,CAACC,IAAI;IAChCC,aAAa;AACjB"}
|
@@ -4,8 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "title1ClassNames", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return _useTitle1Stylesstyles.title1ClassNames;
|
9
|
+
}
|
8
10
|
});
|
9
|
-
const
|
10
|
-
|
11
|
-
const
|
11
|
+
const _export_star = require("@swc/helpers/_/_export_star");
|
12
|
+
_export_star._(require("./Title1"), exports);
|
13
|
+
const _useTitle1Stylesstyles = require("./useTitle1Styles.styles");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Title1';\nexport { title1ClassNames } from './useTitle1Styles.styles';\n"],"names":["title1ClassNames"],"mappings":";;;;+BACSA
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Title1';\nexport { title1ClassNames } from './useTitle1Styles.styles';\n"],"names":["title1ClassNames"],"mappings":";;;;+BACSA;;;eAAAA,uCAAgB;;;;uBADX;uCACmB"}
|
@@ -9,14 +9,18 @@ function _export(target, all) {
|
|
9
9
|
});
|
10
10
|
}
|
11
11
|
_export(exports, {
|
12
|
-
title1ClassNames: ()
|
13
|
-
|
12
|
+
title1ClassNames: function() {
|
13
|
+
return title1ClassNames;
|
14
|
+
},
|
15
|
+
useTitle1Styles: function() {
|
16
|
+
return useTitle1Styles;
|
17
|
+
}
|
14
18
|
});
|
15
19
|
const _react = require("@griffel/react");
|
16
20
|
const title1ClassNames = {
|
17
21
|
root: 'fui-Title1'
|
18
22
|
};
|
19
|
-
const useTitle1Styles = /*#__PURE__*/ (0, _react
|
23
|
+
const useTitle1Styles = /*#__PURE__*/ (0, _react.__styles)({
|
20
24
|
root: {
|
21
25
|
Bahqtrf: "fk6fouc",
|
22
26
|
Be2twd7: "fccw675",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["useTitle1Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const title1ClassNames = {\n root: 'fui-Title1'\n};\n/**\n * Styles for the root slot\n */\nexport const useTitle1Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fccw675\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1ebx5kk\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fccw675{font-size:var(--fontSizeHero800);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1ebx5kk{line-height:var(--lineHeightHero800);}\"]\n});\n//# sourceMappingURL=useTitle1Styles.styles.js.map"],"names":["title1ClassNames","useTitle1Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,gBAAgB
|
1
|
+
{"version":3,"sources":["useTitle1Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const title1ClassNames = {\n root: 'fui-Title1'\n};\n/**\n * Styles for the root slot\n */\nexport const useTitle1Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fccw675\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1ebx5kk\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fccw675{font-size:var(--fontSizeHero800);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1ebx5kk{line-height:var(--lineHeightHero800);}\"]\n});\n//# sourceMappingURL=useTitle1Styles.styles.js.map"],"names":["title1ClassNames","useTitle1Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,gBAAgB;eAAhBA;;IAMAC,eAAe;eAAfA;;;uBARY;AAElB,MAAMD,mBAAmB;IAC9BE,MAAM;AACR;AAIO,MAAMD,kBAAkB,WAAW,GAAEE,IAAAA,eAAQ,EAAC;IACnDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAoD;KAAmD;AAC5M,IACA,kDAAkD"}
|
@@ -4,12 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "Title2", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return Title2;
|
9
|
+
}
|
8
10
|
});
|
9
11
|
const _createPreset = require("../createPreset");
|
10
|
-
const
|
12
|
+
const _useTitle2Stylesstyles = require("./useTitle2Styles.styles");
|
11
13
|
const Title2 = (0, _createPreset.createPreset)({
|
12
|
-
useStyles:
|
13
|
-
className:
|
14
|
+
useStyles: _useTitle2Stylesstyles.useTitle2Styles,
|
15
|
+
className: _useTitle2Stylesstyles.title2ClassNames.root,
|
14
16
|
displayName: 'Title2'
|
15
17
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["Title2.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { title2ClassNames, useTitle2Styles } from './useTitle2Styles.styles';\n/**\n * Text preset component for the Title 2 typography variant\n */ export const Title2 = createPreset({\n useStyles: useTitle2Styles,\n className: title2ClassNames.root,\n displayName: 'Title2'\n});\n"],"names":["Title2","createPreset","useStyles","useTitle2Styles","className","title2ClassNames","root","displayName"],"mappings":";;;;+BAIiBA
|
1
|
+
{"version":3,"sources":["Title2.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { title2ClassNames, useTitle2Styles } from './useTitle2Styles.styles';\n/**\n * Text preset component for the Title 2 typography variant\n */ export const Title2 = createPreset({\n useStyles: useTitle2Styles,\n className: title2ClassNames.root,\n displayName: 'Title2'\n});\n"],"names":["Title2","createPreset","useStyles","useTitle2Styles","className","title2ClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;;eAAAA;;;8BAJY;uCACqB;AAGvC,MAAMA,SAASC,IAAAA,0BAAY,EAAC;IACnCC,WAAWC,sCAAe;IAC1BC,WAAWC,uCAAgB,CAACC,IAAI;IAChCC,aAAa;AACjB"}
|
@@ -4,8 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "title2ClassNames", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return _useTitle2Stylesstyles.title2ClassNames;
|
9
|
+
}
|
8
10
|
});
|
9
|
-
const
|
10
|
-
|
11
|
-
const
|
11
|
+
const _export_star = require("@swc/helpers/_/_export_star");
|
12
|
+
_export_star._(require("./Title2"), exports);
|
13
|
+
const _useTitle2Stylesstyles = require("./useTitle2Styles.styles");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Title2';\nexport { title2ClassNames } from './useTitle2Styles.styles';\n"],"names":["title2ClassNames"],"mappings":";;;;+BACSA
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Title2';\nexport { title2ClassNames } from './useTitle2Styles.styles';\n"],"names":["title2ClassNames"],"mappings":";;;;+BACSA;;;eAAAA,uCAAgB;;;;uBADX;uCACmB"}
|
@@ -9,14 +9,18 @@ function _export(target, all) {
|
|
9
9
|
});
|
10
10
|
}
|
11
11
|
_export(exports, {
|
12
|
-
title2ClassNames: ()
|
13
|
-
|
12
|
+
title2ClassNames: function() {
|
13
|
+
return title2ClassNames;
|
14
|
+
},
|
15
|
+
useTitle2Styles: function() {
|
16
|
+
return useTitle2Styles;
|
17
|
+
}
|
14
18
|
});
|
15
19
|
const _react = require("@griffel/react");
|
16
20
|
const title2ClassNames = {
|
17
21
|
root: 'fui-Title2'
|
18
22
|
};
|
19
|
-
const useTitle2Styles = /*#__PURE__*/ (0, _react
|
23
|
+
const useTitle2Styles = /*#__PURE__*/ (0, _react.__styles)({
|
20
24
|
root: {
|
21
25
|
Bahqtrf: "fk6fouc",
|
22
26
|
Be2twd7: "fojgt09",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["useTitle2Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const title2ClassNames = {\n root: 'fui-Title2'\n};\n/**\n * Styles for the root slot\n */\nexport const useTitle2Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fojgt09\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fcen8rp\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fojgt09{font-size:var(--fontSizeHero700);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fcen8rp{line-height:var(--lineHeightHero700);}\"]\n});\n//# sourceMappingURL=useTitle2Styles.styles.js.map"],"names":["title2ClassNames","useTitle2Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,gBAAgB
|
1
|
+
{"version":3,"sources":["useTitle2Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const title2ClassNames = {\n root: 'fui-Title2'\n};\n/**\n * Styles for the root slot\n */\nexport const useTitle2Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fojgt09\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fcen8rp\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fojgt09{font-size:var(--fontSizeHero700);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fcen8rp{line-height:var(--lineHeightHero700);}\"]\n});\n//# sourceMappingURL=useTitle2Styles.styles.js.map"],"names":["title2ClassNames","useTitle2Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,gBAAgB;eAAhBA;;IAMAC,eAAe;eAAfA;;;uBARY;AAElB,MAAMD,mBAAmB;IAC9BE,MAAM;AACR;AAIO,MAAMD,kBAAkB,WAAW,GAAEE,IAAAA,eAAQ,EAAC;IACnDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAoD;KAAkD;AAC3M,IACA,kDAAkD"}
|
@@ -4,12 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "Title3", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return Title3;
|
9
|
+
}
|
8
10
|
});
|
9
11
|
const _createPreset = require("../createPreset");
|
10
|
-
const
|
12
|
+
const _useTitle3Stylesstyles = require("./useTitle3Styles.styles");
|
11
13
|
const Title3 = (0, _createPreset.createPreset)({
|
12
|
-
useStyles:
|
13
|
-
className:
|
14
|
+
useStyles: _useTitle3Stylesstyles.useTitle3Styles,
|
15
|
+
className: _useTitle3Stylesstyles.title3ClassNames.root,
|
14
16
|
displayName: 'Title3'
|
15
17
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["Title3.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { title3ClassNames, useTitle3Styles } from './useTitle3Styles.styles';\n/**\n * Text preset component for the Title 3 typography variant\n */ export const Title3 = createPreset({\n useStyles: useTitle3Styles,\n className: title3ClassNames.root,\n displayName: 'Title3'\n});\n"],"names":["Title3","createPreset","useStyles","useTitle3Styles","className","title3ClassNames","root","displayName"],"mappings":";;;;+BAIiBA
|
1
|
+
{"version":3,"sources":["Title3.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { title3ClassNames, useTitle3Styles } from './useTitle3Styles.styles';\n/**\n * Text preset component for the Title 3 typography variant\n */ export const Title3 = createPreset({\n useStyles: useTitle3Styles,\n className: title3ClassNames.root,\n displayName: 'Title3'\n});\n"],"names":["Title3","createPreset","useStyles","useTitle3Styles","className","title3ClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;;eAAAA;;;8BAJY;uCACqB;AAGvC,MAAMA,SAASC,IAAAA,0BAAY,EAAC;IACnCC,WAAWC,sCAAe;IAC1BC,WAAWC,uCAAgB,CAACC,IAAI;IAChCC,aAAa;AACjB"}
|
@@ -4,8 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "title3ClassNames", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return _useTitle3Stylesstyles.title3ClassNames;
|
9
|
+
}
|
8
10
|
});
|
9
|
-
const
|
10
|
-
|
11
|
-
const
|
11
|
+
const _export_star = require("@swc/helpers/_/_export_star");
|
12
|
+
_export_star._(require("./Title3"), exports);
|
13
|
+
const _useTitle3Stylesstyles = require("./useTitle3Styles.styles");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Title3';\nexport { title3ClassNames } from './useTitle3Styles.styles';\n"],"names":["title3ClassNames"],"mappings":";;;;+BACSA
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Title3';\nexport { title3ClassNames } from './useTitle3Styles.styles';\n"],"names":["title3ClassNames"],"mappings":";;;;+BACSA;;;eAAAA,uCAAgB;;;;uBADX;uCACmB"}
|
@@ -9,14 +9,18 @@ function _export(target, all) {
|
|
9
9
|
});
|
10
10
|
}
|
11
11
|
_export(exports, {
|
12
|
-
title3ClassNames: ()
|
13
|
-
|
12
|
+
title3ClassNames: function() {
|
13
|
+
return title3ClassNames;
|
14
|
+
},
|
15
|
+
useTitle3Styles: function() {
|
16
|
+
return useTitle3Styles;
|
17
|
+
}
|
14
18
|
});
|
15
19
|
const _react = require("@griffel/react");
|
16
20
|
const title3ClassNames = {
|
17
21
|
root: 'fui-Title3'
|
18
22
|
};
|
19
|
-
const useTitle3Styles = /*#__PURE__*/ (0, _react
|
23
|
+
const useTitle3Styles = /*#__PURE__*/ (0, _react.__styles)({
|
20
24
|
root: {
|
21
25
|
Bahqtrf: "fk6fouc",
|
22
26
|
Be2twd7: "f1x0m3f5",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["useTitle3Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const title3ClassNames = {\n root: 'fui-Title3'\n};\n/**\n * Styles for the root slot\n */\nexport const useTitle3Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f1x0m3f5\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fb86gi6\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f1x0m3f5{font-size:var(--fontSizeBase600);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fb86gi6{line-height:var(--lineHeightBase600);}\"]\n});\n//# sourceMappingURL=useTitle3Styles.styles.js.map"],"names":["title3ClassNames","useTitle3Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,gBAAgB
|
1
|
+
{"version":3,"sources":["useTitle3Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const title3ClassNames = {\n root: 'fui-Title3'\n};\n/**\n * Styles for the root slot\n */\nexport const useTitle3Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f1x0m3f5\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fb86gi6\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f1x0m3f5{font-size:var(--fontSizeBase600);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fb86gi6{line-height:var(--lineHeightBase600);}\"]\n});\n//# sourceMappingURL=useTitle3Styles.styles.js.map"],"names":["title3ClassNames","useTitle3Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,gBAAgB;eAAhBA;;IAMAC,eAAe;eAAfA;;;uBARY;AAElB,MAAMD,mBAAmB;IAC9BE,MAAM;AACR;AAIO,MAAMD,kBAAkB,WAAW,GAAEE,IAAAA,eAAQ,EAAC;IACnDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAkD;AAC5M,IACA,kDAAkD"}
|
@@ -4,20 +4,22 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "createPreset", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return createPreset;
|
9
|
+
}
|
8
10
|
});
|
9
|
-
const
|
10
|
-
const _react = /*#__PURE__*/
|
11
|
+
const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
|
12
|
+
const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
|
11
13
|
const _react1 = require("@griffel/react");
|
12
|
-
const
|
14
|
+
const _Text = require("../Text");
|
13
15
|
function createPreset(options) {
|
14
|
-
const { useStyles
|
16
|
+
const { useStyles, className, displayName } = options;
|
15
17
|
const Wrapper = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
|
16
18
|
const styles = useStyles();
|
17
|
-
const state = (0,
|
18
|
-
(0,
|
19
|
+
const state = (0, _Text.useText_unstable)(props, ref);
|
20
|
+
(0, _Text.useTextStyles_unstable)(state);
|
19
21
|
state.root.className = (0, _react1.mergeClasses)(className, state.root.className, styles.root, props.className);
|
20
|
-
return (0,
|
22
|
+
return (0, _Text.renderText_unstable)(state);
|
21
23
|
});
|
22
24
|
Wrapper.displayName = displayName;
|
23
25
|
return Wrapper;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["createPreset.js"],"sourcesContent":["import * as React from 'react';\nimport { mergeClasses } from '@griffel/react';\nimport { renderText_unstable, useText_unstable, useTextStyles_unstable } from '../Text';\nexport function createPreset(options) {\n const { useStyles
|
1
|
+
{"version":3,"sources":["createPreset.js"],"sourcesContent":["import * as React from 'react';\nimport { mergeClasses } from '@griffel/react';\nimport { renderText_unstable, useText_unstable, useTextStyles_unstable } from '../Text';\nexport function createPreset(options) {\n const { useStyles, className, displayName } = options;\n const Wrapper = React.forwardRef((props, ref)=>{\n const styles = useStyles();\n const state = useText_unstable(props, ref);\n useTextStyles_unstable(state);\n state.root.className = mergeClasses(className, state.root.className, styles.root, props.className);\n return renderText_unstable(state);\n });\n Wrapper.displayName = displayName;\n return Wrapper;\n}\n"],"names":["createPreset","options","useStyles","className","displayName","Wrapper","React","forwardRef","props","ref","styles","state","useText_unstable","useTextStyles_unstable","root","mergeClasses","renderText_unstable"],"mappings":";;;;+BAGgBA;;;eAAAA;;;;iEAHO;wBACM;sBACiD;AACvE,SAASA,aAAaC,OAAO;IAChC,MAAM,EAAEC,SAAS,EAAEC,SAAS,EAAEC,WAAW,EAAE,GAAGH;IAC9C,MAAMI,wBAAUC,OAAMC,UAAU,CAAC,CAACC,OAAOC;QACrC,MAAMC,SAASR;QACf,MAAMS,QAAQC,IAAAA,sBAAgB,EAACJ,OAAOC;QACtCI,IAAAA,4BAAsB,EAACF;QACvBA,MAAMG,IAAI,CAACX,SAAS,GAAGY,IAAAA,oBAAY,EAACZ,WAAWQ,MAAMG,IAAI,CAACX,SAAS,EAAEO,OAAOI,IAAI,EAAEN,MAAML,SAAS;QACjG,OAAOa,IAAAA,yBAAmB,EAACL;IAC/B;IACAN,QAAQD,WAAW,GAAGA;IACtB,OAAOC;AACX"}
|
package/lib-commonjs/index.js
CHANGED
@@ -9,61 +9,139 @@ function _export(target, all) {
|
|
9
9
|
});
|
10
10
|
}
|
11
11
|
_export(exports, {
|
12
|
-
Text: ()
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
12
|
+
Text: function() {
|
13
|
+
return _Text.Text;
|
14
|
+
},
|
15
|
+
renderText_unstable: function() {
|
16
|
+
return _Text.renderText_unstable;
|
17
|
+
},
|
18
|
+
textClassNames: function() {
|
19
|
+
return _Text.textClassNames;
|
20
|
+
},
|
21
|
+
useTextStyles_unstable: function() {
|
22
|
+
return _Text.useTextStyles_unstable;
|
23
|
+
},
|
24
|
+
useText_unstable: function() {
|
25
|
+
return _Text.useText_unstable;
|
26
|
+
},
|
27
|
+
Body1: function() {
|
28
|
+
return _Body1.Body1;
|
29
|
+
},
|
30
|
+
body1ClassNames: function() {
|
31
|
+
return _Body1.body1ClassNames;
|
32
|
+
},
|
33
|
+
Body1Strong: function() {
|
34
|
+
return _Body1Strong.Body1Strong;
|
35
|
+
},
|
36
|
+
body1StrongClassNames: function() {
|
37
|
+
return _Body1Strong.body1StrongClassNames;
|
38
|
+
},
|
39
|
+
Body1Stronger: function() {
|
40
|
+
return _Body1Stronger.Body1Stronger;
|
41
|
+
},
|
42
|
+
body1StrongerClassNames: function() {
|
43
|
+
return _Body1Stronger.body1StrongerClassNames;
|
44
|
+
},
|
45
|
+
Body2: function() {
|
46
|
+
return _Body2.Body2;
|
47
|
+
},
|
48
|
+
body2ClassNames: function() {
|
49
|
+
return _Body2.body2ClassNames;
|
50
|
+
},
|
51
|
+
Caption1: function() {
|
52
|
+
return _Caption1.Caption1;
|
53
|
+
},
|
54
|
+
caption1ClassNames: function() {
|
55
|
+
return _Caption1.caption1ClassNames;
|
56
|
+
},
|
57
|
+
Caption1Strong: function() {
|
58
|
+
return _Caption1Strong.Caption1Strong;
|
59
|
+
},
|
60
|
+
caption1StrongClassNames: function() {
|
61
|
+
return _Caption1Strong.caption1StrongClassNames;
|
62
|
+
},
|
63
|
+
Caption1Stronger: function() {
|
64
|
+
return _Caption1Stronger.Caption1Stronger;
|
65
|
+
},
|
66
|
+
caption1StrongerClassNames: function() {
|
67
|
+
return _Caption1Stronger.caption1StrongerClassNames;
|
68
|
+
},
|
69
|
+
Caption2: function() {
|
70
|
+
return _Caption2.Caption2;
|
71
|
+
},
|
72
|
+
caption2ClassNames: function() {
|
73
|
+
return _Caption2.caption2ClassNames;
|
74
|
+
},
|
75
|
+
Caption2Strong: function() {
|
76
|
+
return _Caption2Strong.Caption2Strong;
|
77
|
+
},
|
78
|
+
caption2StrongClassNames: function() {
|
79
|
+
return _Caption2Strong.caption2StrongClassNames;
|
80
|
+
},
|
81
|
+
Display: function() {
|
82
|
+
return _Display.Display;
|
83
|
+
},
|
84
|
+
displayClassNames: function() {
|
85
|
+
return _Display.displayClassNames;
|
86
|
+
},
|
87
|
+
LargeTitle: function() {
|
88
|
+
return _LargeTitle.LargeTitle;
|
89
|
+
},
|
90
|
+
largeTitleClassNames: function() {
|
91
|
+
return _LargeTitle.largeTitleClassNames;
|
92
|
+
},
|
93
|
+
Subtitle1: function() {
|
94
|
+
return _Subtitle1.Subtitle1;
|
95
|
+
},
|
96
|
+
subtitle1ClassNames: function() {
|
97
|
+
return _Subtitle1.subtitle1ClassNames;
|
98
|
+
},
|
99
|
+
Subtitle2: function() {
|
100
|
+
return _Subtitle2.Subtitle2;
|
101
|
+
},
|
102
|
+
subtitle2ClassNames: function() {
|
103
|
+
return _Subtitle2.subtitle2ClassNames;
|
104
|
+
},
|
105
|
+
Subtitle2Stronger: function() {
|
106
|
+
return _Subtitle2Stronger.Subtitle2Stronger;
|
107
|
+
},
|
108
|
+
subtitle2StrongerClassNames: function() {
|
109
|
+
return _Subtitle2Stronger.subtitle2StrongerClassNames;
|
110
|
+
},
|
111
|
+
Title1: function() {
|
112
|
+
return _Title1.Title1;
|
113
|
+
},
|
114
|
+
title1ClassNames: function() {
|
115
|
+
return _Title1.title1ClassNames;
|
116
|
+
},
|
117
|
+
Title2: function() {
|
118
|
+
return _Title2.Title2;
|
119
|
+
},
|
120
|
+
title2ClassNames: function() {
|
121
|
+
return _Title2.title2ClassNames;
|
122
|
+
},
|
123
|
+
Title3: function() {
|
124
|
+
return _Title3.Title3;
|
125
|
+
},
|
126
|
+
title3ClassNames: function() {
|
127
|
+
return _Title3.title3ClassNames;
|
128
|
+
}
|
51
129
|
});
|
52
|
-
const
|
53
|
-
const
|
54
|
-
const
|
55
|
-
const
|
56
|
-
const
|
57
|
-
const
|
58
|
-
const
|
59
|
-
const
|
60
|
-
const
|
61
|
-
const
|
62
|
-
const
|
63
|
-
const
|
64
|
-
const
|
65
|
-
const
|
66
|
-
const
|
67
|
-
const
|
68
|
-
const
|
69
|
-
const
|
130
|
+
const _Text = require("./Text");
|
131
|
+
const _Body1 = require("./Body1");
|
132
|
+
const _Body1Strong = require("./Body1Strong");
|
133
|
+
const _Body1Stronger = require("./Body1Stronger");
|
134
|
+
const _Body2 = require("./Body2");
|
135
|
+
const _Caption1 = require("./Caption1");
|
136
|
+
const _Caption1Strong = require("./Caption1Strong");
|
137
|
+
const _Caption1Stronger = require("./Caption1Stronger");
|
138
|
+
const _Caption2 = require("./Caption2");
|
139
|
+
const _Caption2Strong = require("./Caption2Strong");
|
140
|
+
const _Display = require("./Display");
|
141
|
+
const _LargeTitle = require("./LargeTitle");
|
142
|
+
const _Subtitle1 = require("./Subtitle1");
|
143
|
+
const _Subtitle2 = require("./Subtitle2");
|
144
|
+
const _Subtitle2Stronger = require("./Subtitle2Stronger");
|
145
|
+
const _Title1 = require("./Title1");
|
146
|
+
const _Title2 = require("./Title2");
|
147
|
+
const _Title3 = require("./Title3");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["index.js"],"sourcesContent":["export { Text, renderText_unstable, textClassNames, useTextStyles_unstable, useText_unstable } from './Text';\nexport { Body1, body1ClassNames } from './Body1';\nexport { Body1Strong, body1StrongClassNames } from './Body1Strong';\nexport { Body1Stronger, body1StrongerClassNames } from './Body1Stronger';\nexport { Body2, body2ClassNames } from './Body2';\nexport { Caption1, caption1ClassNames } from './Caption1';\nexport { Caption1Strong, caption1StrongClassNames } from './Caption1Strong';\nexport { Caption1Stronger, caption1StrongerClassNames } from './Caption1Stronger';\nexport { Caption2, caption2ClassNames } from './Caption2';\nexport { Caption2Strong, caption2StrongClassNames } from './Caption2Strong';\nexport { Display, displayClassNames } from './Display';\nexport { LargeTitle, largeTitleClassNames } from './LargeTitle';\nexport { Subtitle1, subtitle1ClassNames } from './Subtitle1';\nexport { Subtitle2, subtitle2ClassNames } from './Subtitle2';\nexport { Subtitle2Stronger, subtitle2StrongerClassNames } from './Subtitle2Stronger';\nexport { Title1, title1ClassNames } from './Title1';\nexport { Title2, title2ClassNames } from './Title2';\nexport { Title3, title3ClassNames } from './Title3';\n"],"names":["Text","renderText_unstable","textClassNames","useTextStyles_unstable","useText_unstable","Body1","body1ClassNames","Body1Strong","body1StrongClassNames","Body1Stronger","body1StrongerClassNames","Body2","body2ClassNames","Caption1","caption1ClassNames","Caption1Strong","caption1StrongClassNames","Caption1Stronger","caption1StrongerClassNames","Caption2","caption2ClassNames","Caption2Strong","caption2StrongClassNames","Display","displayClassNames","LargeTitle","largeTitleClassNames","Subtitle1","subtitle1ClassNames","Subtitle2","subtitle2ClassNames","Subtitle2Stronger","subtitle2StrongerClassNames","Title1","title1ClassNames","Title2","title2ClassNames","Title3","title3ClassNames"],"mappings":";;;;;;;;;;;IAASA,IAAI,
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export { Text, renderText_unstable, textClassNames, useTextStyles_unstable, useText_unstable } from './Text';\nexport { Body1, body1ClassNames } from './Body1';\nexport { Body1Strong, body1StrongClassNames } from './Body1Strong';\nexport { Body1Stronger, body1StrongerClassNames } from './Body1Stronger';\nexport { Body2, body2ClassNames } from './Body2';\nexport { Caption1, caption1ClassNames } from './Caption1';\nexport { Caption1Strong, caption1StrongClassNames } from './Caption1Strong';\nexport { Caption1Stronger, caption1StrongerClassNames } from './Caption1Stronger';\nexport { Caption2, caption2ClassNames } from './Caption2';\nexport { Caption2Strong, caption2StrongClassNames } from './Caption2Strong';\nexport { Display, displayClassNames } from './Display';\nexport { LargeTitle, largeTitleClassNames } from './LargeTitle';\nexport { Subtitle1, subtitle1ClassNames } from './Subtitle1';\nexport { Subtitle2, subtitle2ClassNames } from './Subtitle2';\nexport { Subtitle2Stronger, subtitle2StrongerClassNames } from './Subtitle2Stronger';\nexport { Title1, title1ClassNames } from './Title1';\nexport { Title2, title2ClassNames } from './Title2';\nexport { Title3, title3ClassNames } from './Title3';\n"],"names":["Text","renderText_unstable","textClassNames","useTextStyles_unstable","useText_unstable","Body1","body1ClassNames","Body1Strong","body1StrongClassNames","Body1Stronger","body1StrongerClassNames","Body2","body2ClassNames","Caption1","caption1ClassNames","Caption1Strong","caption1StrongClassNames","Caption1Stronger","caption1StrongerClassNames","Caption2","caption2ClassNames","Caption2Strong","caption2StrongClassNames","Display","displayClassNames","LargeTitle","largeTitleClassNames","Subtitle1","subtitle1ClassNames","Subtitle2","subtitle2ClassNames","Subtitle2Stronger","subtitle2StrongerClassNames","Title1","title1ClassNames","Title2","title2ClassNames","Title3","title3ClassNames"],"mappings":";;;;;;;;;;;IAASA,IAAI;eAAJA,UAAI;;IAAEC,mBAAmB;eAAnBA,yBAAmB;;IAAEC,cAAc;eAAdA,oBAAc;;IAAEC,sBAAsB;eAAtBA,4BAAsB;;IAAEC,gBAAgB;eAAhBA,sBAAgB;;IACnFC,KAAK;eAALA,YAAK;;IAAEC,eAAe;eAAfA,sBAAe;;IACtBC,WAAW;eAAXA,wBAAW;;IAAEC,qBAAqB;eAArBA,kCAAqB;;IAClCC,aAAa;eAAbA,4BAAa;;IAAEC,uBAAuB;eAAvBA,sCAAuB;;IACtCC,KAAK;eAALA,YAAK;;IAAEC,eAAe;eAAfA,sBAAe;;IACtBC,QAAQ;eAARA,kBAAQ;;IAAEC,kBAAkB;eAAlBA,4BAAkB;;IAC5BC,cAAc;eAAdA,8BAAc;;IAAEC,wBAAwB;eAAxBA,wCAAwB;;IACxCC,gBAAgB;eAAhBA,kCAAgB;;IAAEC,0BAA0B;eAA1BA,4CAA0B;;IAC5CC,QAAQ;eAARA,kBAAQ;;IAAEC,kBAAkB;eAAlBA,4BAAkB;;IAC5BC,cAAc;eAAdA,8BAAc;;IAAEC,wBAAwB;eAAxBA,wCAAwB;;IACxCC,OAAO;eAAPA,gBAAO;;IAAEC,iBAAiB;eAAjBA,0BAAiB;;IAC1BC,UAAU;eAAVA,sBAAU;;IAAEC,oBAAoB;eAApBA,gCAAoB;;IAChCC,SAAS;eAATA,oBAAS;;IAAEC,mBAAmB;eAAnBA,8BAAmB;;IAC9BC,SAAS;eAATA,oBAAS;;IAAEC,mBAAmB;eAAnBA,8BAAmB;;IAC9BC,iBAAiB;eAAjBA,oCAAiB;;IAAEC,2BAA2B;eAA3BA,8CAA2B;;IAC9CC,MAAM;eAANA,cAAM;;IAAEC,gBAAgB;eAAhBA,wBAAgB;;IACxBC,MAAM;eAANA,cAAM;;IAAEC,gBAAgB;eAAhBA,wBAAgB;;IACxBC,MAAM;eAANA,cAAM;;IAAEC,gBAAgB;eAAhBA,wBAAgB;;;sBAjBmE;uBAC7D;6BACY;+BACI;uBAChB;0BACM;gCACY;kCACI;0BAChB;gCACY;yBACd;4BACM;2BACF;2BACA;mCACgB;wBACtB;wBACA;wBACA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-text",
|
3
|
-
"version": "9.3.
|
3
|
+
"version": "9.3.29",
|
4
4
|
"description": "Text is a typography and styling abstraction component that can be used to ensure the consistency of all text across your application.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -33,18 +33,18 @@
|
|
33
33
|
"@fluentui/scripts-tasks": "*"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@fluentui/react-shared-contexts": "^9.7.
|
37
|
-
"@fluentui/react-theme": "^9.1.
|
38
|
-
"@fluentui/react-utilities": "^9.13.
|
39
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
36
|
+
"@fluentui/react-shared-contexts": "^9.7.3",
|
37
|
+
"@fluentui/react-theme": "^9.1.12",
|
38
|
+
"@fluentui/react-utilities": "^9.13.2",
|
39
|
+
"@fluentui/react-jsx-runtime": "^9.0.5",
|
40
40
|
"@griffel/react": "^1.5.14",
|
41
|
-
"@swc/helpers": "^0.
|
41
|
+
"@swc/helpers": "^0.5.1"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
44
|
-
"@types/react": ">=16.
|
45
|
-
"@types/react-dom": ">=16.
|
46
|
-
"react": ">=16.
|
47
|
-
"react-dom": ">=16.
|
44
|
+
"@types/react": ">=16.14.0 <19.0.0",
|
45
|
+
"@types/react-dom": ">=16.14.0 <19.0.0",
|
46
|
+
"react": ">=16.14.0 <19.0.0",
|
47
|
+
"react-dom": ">=16.14.0 <19.0.0"
|
48
48
|
},
|
49
49
|
"beachball": {
|
50
50
|
"disallowedChangeTypes": [
|