@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
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["useText.js"],"sourcesContent":["import * as React from 'react';\nimport { getNativeElementProps, slot } from '@fluentui/react-utilities';\n/**\n * Create the state required to render Text.\n *\n * The returned state can be modified with hooks such as useTextStyles_unstable,\n * before being passed to renderText_unstable.\n *\n * @param props - props from this instance of Text\n * @param ref - reference to root HTMLElement of Text\n */ export const useText_unstable = (props, ref)=>{\n const { wrap
|
1
|
+
{"version":3,"sources":["useText.js"],"sourcesContent":["import * as React from 'react';\nimport { getNativeElementProps, slot } from '@fluentui/react-utilities';\n/**\n * Create the state required to render Text.\n *\n * The returned state can be modified with hooks such as useTextStyles_unstable,\n * before being passed to renderText_unstable.\n *\n * @param props - props from this instance of Text\n * @param ref - reference to root HTMLElement of Text\n */ export const useText_unstable = (props, ref)=>{\n const { wrap, truncate, block, italic, underline, strikethrough, size, font, weight, align } = props;\n var _props_as;\n const as = (_props_as = props.as) !== null && _props_as !== void 0 ? _props_as : 'span';\n const state = {\n align: align !== null && align !== void 0 ? align : 'start',\n block: block !== null && block !== void 0 ? block : false,\n font: font !== null && font !== void 0 ? font : 'base',\n italic: italic !== null && italic !== void 0 ? italic : false,\n size: size !== null && size !== void 0 ? size : 300,\n strikethrough: strikethrough !== null && strikethrough !== void 0 ? strikethrough : false,\n truncate: truncate !== null && truncate !== void 0 ? truncate : false,\n underline: underline !== null && underline !== void 0 ? underline : false,\n weight: weight !== null && weight !== void 0 ? weight : 'regular',\n wrap: wrap !== null && wrap !== void 0 ? wrap : true,\n components: {\n root: 'span'\n },\n root: slot.always(getNativeElementProps(as, {\n ref,\n ...props,\n as\n }), {\n elementType: 'span'\n })\n };\n return state;\n};\n"],"names":["useText_unstable","props","ref","wrap","truncate","block","italic","underline","strikethrough","size","font","weight","align","_props_as","as","state","components","root","slot","always","getNativeElementProps","elementType"],"mappings":";;;;+BAUiBA;;;eAAAA;;;;iEAVM;gCACqB;AASjC,MAAMA,mBAAmB,CAACC,OAAOC;IACxC,MAAM,EAAEC,IAAI,EAAEC,QAAQ,EAAEC,KAAK,EAAEC,MAAM,EAAEC,SAAS,EAAEC,aAAa,EAAEC,IAAI,EAAEC,IAAI,EAAEC,MAAM,EAAEC,KAAK,EAAE,GAAGX;IAC/F,IAAIY;IACJ,MAAMC,KAAK,AAACD,CAAAA,YAAYZ,MAAMa,EAAE,AAAD,MAAO,QAAQD,cAAc,KAAK,IAAIA,YAAY;IACjF,MAAME,QAAQ;QACVH,OAAOA,UAAU,QAAQA,UAAU,KAAK,IAAIA,QAAQ;QACpDP,OAAOA,UAAU,QAAQA,UAAU,KAAK,IAAIA,QAAQ;QACpDK,MAAMA,SAAS,QAAQA,SAAS,KAAK,IAAIA,OAAO;QAChDJ,QAAQA,WAAW,QAAQA,WAAW,KAAK,IAAIA,SAAS;QACxDG,MAAMA,SAAS,QAAQA,SAAS,KAAK,IAAIA,OAAO;QAChDD,eAAeA,kBAAkB,QAAQA,kBAAkB,KAAK,IAAIA,gBAAgB;QACpFJ,UAAUA,aAAa,QAAQA,aAAa,KAAK,IAAIA,WAAW;QAChEG,WAAWA,cAAc,QAAQA,cAAc,KAAK,IAAIA,YAAY;QACpEI,QAAQA,WAAW,QAAQA,WAAW,KAAK,IAAIA,SAAS;QACxDR,MAAMA,SAAS,QAAQA,SAAS,KAAK,IAAIA,OAAO;QAChDa,YAAY;YACRC,MAAM;QACV;QACAA,MAAMC,oBAAI,CAACC,MAAM,CAACC,IAAAA,qCAAqB,EAACN,IAAI;YACxCZ;YACA,GAAGD,KAAK;YACRa;QACJ,IAAI;YACAO,aAAa;QACjB;IACJ;IACA,OAAON;AACX"}
|
@@ -9,8 +9,12 @@ function _export(target, all) {
|
|
9
9
|
});
|
10
10
|
}
|
11
11
|
_export(exports, {
|
12
|
-
textClassNames: ()
|
13
|
-
|
12
|
+
textClassNames: function() {
|
13
|
+
return textClassNames;
|
14
|
+
},
|
15
|
+
useTextStyles_unstable: function() {
|
16
|
+
return useTextStyles_unstable;
|
17
|
+
}
|
14
18
|
});
|
15
19
|
const _react = require("@griffel/react");
|
16
20
|
const textClassNames = {
|
@@ -18,7 +22,7 @@ const textClassNames = {
|
|
18
22
|
};
|
19
23
|
/**
|
20
24
|
* Styles for the root slot
|
21
|
-
*/ const useStyles = /*#__PURE__*/ (0, _react
|
25
|
+
*/ const useStyles = /*#__PURE__*/ (0, _react.__styles)({
|
22
26
|
root: {
|
23
27
|
Bahqtrf: "fk6fouc",
|
24
28
|
Be2twd7: "fkhj508",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["useTextStyles.styles.js"],"sourcesContent":["import { __styles, mergeClasses, shorthands } from '@griffel/react';\nimport { tokens } from '@fluentui/react-theme';\nexport const textClassNames = {\n root: 'fui-Text'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bg96gwp: \"f1i3iumi\",\n Bhrd7zp: \"figsok6\",\n fsow6f: \"fpgzoln\",\n mc9l5x: \"f1w7gpdv\",\n Huce71: \"f6juhto\",\n B68tc82: \"f1mtd64y\",\n Bmxbyg5: \"f1y7q3j9\",\n ygn44y: \"f2jf649\"\n },\n nowrap: {\n Huce71: \"fz5stix\",\n B68tc82: \"f1p9o1ba\",\n Bmxbyg5: \"f1sil6mw\"\n },\n truncate: {\n ygn44y: \"f1cmbuwj\"\n },\n block: {\n mc9l5x: \"ftgm304\"\n },\n italic: {\n B80ckks: \"f1j4dglz\"\n },\n underline: {\n w71qe1: \"f13mvf36\"\n },\n strikethrough: {\n w71qe1: \"fv5q2k7\"\n },\n strikethroughUnderline: {\n w71qe1: \"f1drk4o6\"\n },\n base100: {\n Be2twd7: \"f13mqy1h\",\n Bg96gwp: \"fcpl73t\"\n },\n base200: {\n Be2twd7: \"fy9rknc\",\n Bg96gwp: \"fwrc4pm\"\n },\n base400: {\n Be2twd7: \"fod5ikn\",\n Bg96gwp: \"faaz57k\"\n },\n base500: {\n Be2twd7: \"f1pp30po\",\n Bg96gwp: \"f106mvju\"\n },\n base600: {\n Be2twd7: \"f1x0m3f5\",\n Bg96gwp: \"fb86gi6\"\n },\n hero700: {\n Be2twd7: \"fojgt09\",\n Bg96gwp: \"fcen8rp\"\n },\n hero800: {\n Be2twd7: \"fccw675\",\n Bg96gwp: \"f1ebx5kk\"\n },\n hero900: {\n Be2twd7: \"f15afnhw\",\n Bg96gwp: \"fr3w3wp\"\n },\n hero1000: {\n Be2twd7: \"fpyltcb\",\n Bg96gwp: \"f1ivgwrt\"\n },\n monospace: {\n Bahqtrf: \"f1fedwem\"\n },\n numeric: {\n Bahqtrf: \"f1uq0ln5\"\n },\n weightMedium: {\n Bhrd7zp: \"fdj6btp\"\n },\n weightSemibold: {\n Bhrd7zp: \"fl43uef\"\n },\n weightBold: {\n Bhrd7zp: \"flh3ekv\"\n },\n alignCenter: {\n fsow6f: \"f17mccla\"\n },\n alignEnd: {\n fsow6f: \"f12ymhq5\"\n },\n alignJustify: {\n fsow6f: \"f1j59e10\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".fpgzoln{text-align:start;}\", \".f1w7gpdv{display:inline;}\", \".f6juhto{white-space:normal;}\", \".f1mtd64y{overflow-x:visible;}\", \".f1y7q3j9{overflow-y:visible;}\", \".f2jf649{text-overflow:clip;}\", \".fz5stix{white-space:nowrap;}\", \".f1p9o1ba{overflow-x:hidden;}\", \".f1sil6mw{overflow-y:hidden;}\", \".f1cmbuwj{text-overflow:ellipsis;}\", \".ftgm304{display:block;}\", \".f1j4dglz{font-style:italic;}\", \".f13mvf36{text-decoration-line:underline;}\", \".fv5q2k7{text-decoration-line:line-through;}\", \".f1drk4o6{text-decoration-line:line-through underline;}\", \".f13mqy1h{font-size:var(--fontSizeBase100);}\", \".fcpl73t{line-height:var(--lineHeightBase100);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\", \".f1pp30po{font-size:var(--fontSizeBase500);}\", \".f106mvju{line-height:var(--lineHeightBase500);}\", \".f1x0m3f5{font-size:var(--fontSizeBase600);}\", \".fb86gi6{line-height:var(--lineHeightBase600);}\", \".fojgt09{font-size:var(--fontSizeHero700);}\", \".fcen8rp{line-height:var(--lineHeightHero700);}\", \".fccw675{font-size:var(--fontSizeHero800);}\", \".f1ebx5kk{line-height:var(--lineHeightHero800);}\", \".f15afnhw{font-size:var(--fontSizeHero900);}\", \".fr3w3wp{line-height:var(--lineHeightHero900);}\", \".fpyltcb{font-size:var(--fontSizeHero1000);}\", \".f1ivgwrt{line-height:var(--lineHeightHero1000);}\", \".f1fedwem{font-family:var(--fontFamilyMonospace);}\", \".f1uq0ln5{font-family:var(--fontFamilyNumeric);}\", \".fdj6btp{font-weight:var(--fontWeightMedium);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".f17mccla{text-align:center;}\", \".f12ymhq5{text-align:end;}\", \".f1j59e10{text-align:justify;}\"]\n});\n/**\n * Apply styling to the Text slots based on the state\n */\nexport const useTextStyles_unstable = state => {\n const styles = useStyles();\n state.root.className = mergeClasses(textClassNames.root, styles.root, state.wrap === false && styles.nowrap, state.truncate && styles.truncate, state.block && styles.block, state.italic && styles.italic, state.underline && styles.underline, state.strikethrough && styles.strikethrough, state.underline && state.strikethrough && styles.strikethroughUnderline, state.size === 100 && styles.base100, state.size === 200 && styles.base200, state.size === 400 && styles.base400, state.size === 500 && styles.base500, state.size === 600 && styles.base600, state.size === 700 && styles.hero700, state.size === 800 && styles.hero800, state.size === 900 && styles.hero900, state.size === 1000 && styles.hero1000, state.font === 'monospace' && styles.monospace, state.font === 'numeric' && styles.numeric, state.weight === 'medium' && styles.weightMedium, state.weight === 'semibold' && styles.weightSemibold, state.weight === 'bold' && styles.weightBold, state.align === 'center' && styles.alignCenter, state.align === 'end' && styles.alignEnd, state.align === 'justify' && styles.alignJustify, state.root.className);\n return state;\n};\n//# sourceMappingURL=useTextStyles.styles.js.map"],"names":["textClassNames","useTextStyles_unstable","root","useStyles","__styles","Bahqtrf","Be2twd7","Bg96gwp","Bhrd7zp","fsow6f","mc9l5x","Huce71","B68tc82","Bmxbyg5","ygn44y","nowrap","truncate","block","italic","B80ckks","underline","w71qe1","strikethrough","strikethroughUnderline","base100","base200","base400","base500","base600","hero700","hero800","hero900","hero1000","monospace","numeric","weightMedium","weightSemibold","weightBold","alignCenter","alignEnd","alignJustify","d","state","styles","className","mergeClasses","wrap","size","font","weight","align"],"mappings":";;;;;;;;;;;IAEaA,cAAc
|
1
|
+
{"version":3,"sources":["useTextStyles.styles.js"],"sourcesContent":["import { __styles, mergeClasses, shorthands } from '@griffel/react';\nimport { tokens } from '@fluentui/react-theme';\nexport const textClassNames = {\n root: 'fui-Text'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bg96gwp: \"f1i3iumi\",\n Bhrd7zp: \"figsok6\",\n fsow6f: \"fpgzoln\",\n mc9l5x: \"f1w7gpdv\",\n Huce71: \"f6juhto\",\n B68tc82: \"f1mtd64y\",\n Bmxbyg5: \"f1y7q3j9\",\n ygn44y: \"f2jf649\"\n },\n nowrap: {\n Huce71: \"fz5stix\",\n B68tc82: \"f1p9o1ba\",\n Bmxbyg5: \"f1sil6mw\"\n },\n truncate: {\n ygn44y: \"f1cmbuwj\"\n },\n block: {\n mc9l5x: \"ftgm304\"\n },\n italic: {\n B80ckks: \"f1j4dglz\"\n },\n underline: {\n w71qe1: \"f13mvf36\"\n },\n strikethrough: {\n w71qe1: \"fv5q2k7\"\n },\n strikethroughUnderline: {\n w71qe1: \"f1drk4o6\"\n },\n base100: {\n Be2twd7: \"f13mqy1h\",\n Bg96gwp: \"fcpl73t\"\n },\n base200: {\n Be2twd7: \"fy9rknc\",\n Bg96gwp: \"fwrc4pm\"\n },\n base400: {\n Be2twd7: \"fod5ikn\",\n Bg96gwp: \"faaz57k\"\n },\n base500: {\n Be2twd7: \"f1pp30po\",\n Bg96gwp: \"f106mvju\"\n },\n base600: {\n Be2twd7: \"f1x0m3f5\",\n Bg96gwp: \"fb86gi6\"\n },\n hero700: {\n Be2twd7: \"fojgt09\",\n Bg96gwp: \"fcen8rp\"\n },\n hero800: {\n Be2twd7: \"fccw675\",\n Bg96gwp: \"f1ebx5kk\"\n },\n hero900: {\n Be2twd7: \"f15afnhw\",\n Bg96gwp: \"fr3w3wp\"\n },\n hero1000: {\n Be2twd7: \"fpyltcb\",\n Bg96gwp: \"f1ivgwrt\"\n },\n monospace: {\n Bahqtrf: \"f1fedwem\"\n },\n numeric: {\n Bahqtrf: \"f1uq0ln5\"\n },\n weightMedium: {\n Bhrd7zp: \"fdj6btp\"\n },\n weightSemibold: {\n Bhrd7zp: \"fl43uef\"\n },\n weightBold: {\n Bhrd7zp: \"flh3ekv\"\n },\n alignCenter: {\n fsow6f: \"f17mccla\"\n },\n alignEnd: {\n fsow6f: \"f12ymhq5\"\n },\n alignJustify: {\n fsow6f: \"f1j59e10\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".fpgzoln{text-align:start;}\", \".f1w7gpdv{display:inline;}\", \".f6juhto{white-space:normal;}\", \".f1mtd64y{overflow-x:visible;}\", \".f1y7q3j9{overflow-y:visible;}\", \".f2jf649{text-overflow:clip;}\", \".fz5stix{white-space:nowrap;}\", \".f1p9o1ba{overflow-x:hidden;}\", \".f1sil6mw{overflow-y:hidden;}\", \".f1cmbuwj{text-overflow:ellipsis;}\", \".ftgm304{display:block;}\", \".f1j4dglz{font-style:italic;}\", \".f13mvf36{text-decoration-line:underline;}\", \".fv5q2k7{text-decoration-line:line-through;}\", \".f1drk4o6{text-decoration-line:line-through underline;}\", \".f13mqy1h{font-size:var(--fontSizeBase100);}\", \".fcpl73t{line-height:var(--lineHeightBase100);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\", \".f1pp30po{font-size:var(--fontSizeBase500);}\", \".f106mvju{line-height:var(--lineHeightBase500);}\", \".f1x0m3f5{font-size:var(--fontSizeBase600);}\", \".fb86gi6{line-height:var(--lineHeightBase600);}\", \".fojgt09{font-size:var(--fontSizeHero700);}\", \".fcen8rp{line-height:var(--lineHeightHero700);}\", \".fccw675{font-size:var(--fontSizeHero800);}\", \".f1ebx5kk{line-height:var(--lineHeightHero800);}\", \".f15afnhw{font-size:var(--fontSizeHero900);}\", \".fr3w3wp{line-height:var(--lineHeightHero900);}\", \".fpyltcb{font-size:var(--fontSizeHero1000);}\", \".f1ivgwrt{line-height:var(--lineHeightHero1000);}\", \".f1fedwem{font-family:var(--fontFamilyMonospace);}\", \".f1uq0ln5{font-family:var(--fontFamilyNumeric);}\", \".fdj6btp{font-weight:var(--fontWeightMedium);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".f17mccla{text-align:center;}\", \".f12ymhq5{text-align:end;}\", \".f1j59e10{text-align:justify;}\"]\n});\n/**\n * Apply styling to the Text slots based on the state\n */\nexport const useTextStyles_unstable = state => {\n const styles = useStyles();\n state.root.className = mergeClasses(textClassNames.root, styles.root, state.wrap === false && styles.nowrap, state.truncate && styles.truncate, state.block && styles.block, state.italic && styles.italic, state.underline && styles.underline, state.strikethrough && styles.strikethrough, state.underline && state.strikethrough && styles.strikethroughUnderline, state.size === 100 && styles.base100, state.size === 200 && styles.base200, state.size === 400 && styles.base400, state.size === 500 && styles.base500, state.size === 600 && styles.base600, state.size === 700 && styles.hero700, state.size === 800 && styles.hero800, state.size === 900 && styles.hero900, state.size === 1000 && styles.hero1000, state.font === 'monospace' && styles.monospace, state.font === 'numeric' && styles.numeric, state.weight === 'medium' && styles.weightMedium, state.weight === 'semibold' && styles.weightSemibold, state.weight === 'bold' && styles.weightBold, state.align === 'center' && styles.alignCenter, state.align === 'end' && styles.alignEnd, state.align === 'justify' && styles.alignJustify, state.root.className);\n return state;\n};\n//# sourceMappingURL=useTextStyles.styles.js.map"],"names":["textClassNames","useTextStyles_unstable","root","useStyles","__styles","Bahqtrf","Be2twd7","Bg96gwp","Bhrd7zp","fsow6f","mc9l5x","Huce71","B68tc82","Bmxbyg5","ygn44y","nowrap","truncate","block","italic","B80ckks","underline","w71qe1","strikethrough","strikethroughUnderline","base100","base200","base400","base500","base600","hero700","hero800","hero900","hero1000","monospace","numeric","weightMedium","weightSemibold","weightBold","alignCenter","alignEnd","alignJustify","d","state","styles","className","mergeClasses","wrap","size","font","weight","align"],"mappings":";;;;;;;;;;;IAEaA,cAAc;eAAdA;;IA4GAC,sBAAsB;eAAtBA;;;uBA9GsC;AAE5C,MAAMD,iBAAiB;IAC5BE,MAAM;AACR;AACA;;CAEC,GACD,MAAMC,YAAY,WAAW,GAAEC,IAAAA,eAAQ,EAAC;IACtCF,MAAM;QACJG,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRC,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,QAAQ;IACV;IACAC,QAAQ;QACNJ,QAAQ;QACRC,SAAS;QACTC,SAAS;IACX;IACAG,UAAU;QACRF,QAAQ;IACV;IACAG,OAAO;QACLP,QAAQ;IACV;IACAQ,QAAQ;QACNC,SAAS;IACX;IACAC,WAAW;QACTC,QAAQ;IACV;IACAC,eAAe;QACbD,QAAQ;IACV;IACAE,wBAAwB;QACtBF,QAAQ;IACV;IACAG,SAAS;QACPlB,SAAS;QACTC,SAAS;IACX;IACAkB,SAAS;QACPnB,SAAS;QACTC,SAAS;IACX;IACAmB,SAAS;QACPpB,SAAS;QACTC,SAAS;IACX;IACAoB,SAAS;QACPrB,SAAS;QACTC,SAAS;IACX;IACAqB,SAAS;QACPtB,SAAS;QACTC,SAAS;IACX;IACAsB,SAAS;QACPvB,SAAS;QACTC,SAAS;IACX;IACAuB,SAAS;QACPxB,SAAS;QACTC,SAAS;IACX;IACAwB,SAAS;QACPzB,SAAS;QACTC,SAAS;IACX;IACAyB,UAAU;QACR1B,SAAS;QACTC,SAAS;IACX;IACA0B,WAAW;QACT5B,SAAS;IACX;IACA6B,SAAS;QACP7B,SAAS;IACX;IACA8B,cAAc;QACZ3B,SAAS;IACX;IACA4B,gBAAgB;QACd5B,SAAS;IACX;IACA6B,YAAY;QACV7B,SAAS;IACX;IACA8B,aAAa;QACX7B,QAAQ;IACV;IACA8B,UAAU;QACR9B,QAAQ;IACV;IACA+B,cAAc;QACZ/B,QAAQ;IACV;AACF,GAAG;IACDgC,GAAG;QAAC;QAAgD;QAA+C;QAAoD;QAAmD;QAA+B;QAA8B;QAAiC;QAAkC;QAAkC;QAAiC;QAAiC;QAAiC;QAAiC;QAAsC;QAA4B;QAAiC;QAA8C;QAAgD;QAA2D;QAAgD;QAAmD;QAA+C;QAAmD;QAA+C;QAAmD;QAAgD;QAAoD;QAAgD;QAAmD;QAA+C;QAAmD;QAA+C;QAAoD;QAAgD;QAAmD;QAAgD;QAAqD;QAAsD;QAAoD;QAAkD;QAAoD;QAAgD;QAAiC;QAA8B;KAAiC;AACz8D;AAIO,MAAMxC,yBAAyByC,CAAAA;IACpC,MAAMC,SAASxC;IACfuC,MAAMxC,IAAI,CAAC0C,SAAS,GAAGC,IAAAA,mBAAY,EAAC7C,eAAeE,IAAI,EAAEyC,OAAOzC,IAAI,EAAEwC,MAAMI,IAAI,KAAK,SAASH,OAAO5B,MAAM,EAAE2B,MAAM1B,QAAQ,IAAI2B,OAAO3B,QAAQ,EAAE0B,MAAMzB,KAAK,IAAI0B,OAAO1B,KAAK,EAAEyB,MAAMxB,MAAM,IAAIyB,OAAOzB,MAAM,EAAEwB,MAAMtB,SAAS,IAAIuB,OAAOvB,SAAS,EAAEsB,MAAMpB,aAAa,IAAIqB,OAAOrB,aAAa,EAAEoB,MAAMtB,SAAS,IAAIsB,MAAMpB,aAAa,IAAIqB,OAAOpB,sBAAsB,EAAEmB,MAAMK,IAAI,KAAK,OAAOJ,OAAOnB,OAAO,EAAEkB,MAAMK,IAAI,KAAK,OAAOJ,OAAOlB,OAAO,EAAEiB,MAAMK,IAAI,KAAK,OAAOJ,OAAOjB,OAAO,EAAEgB,MAAMK,IAAI,KAAK,OAAOJ,OAAOhB,OAAO,EAAEe,MAAMK,IAAI,KAAK,OAAOJ,OAAOf,OAAO,EAAEc,MAAMK,IAAI,KAAK,OAAOJ,OAAOd,OAAO,EAAEa,MAAMK,IAAI,KAAK,OAAOJ,OAAOb,OAAO,EAAEY,MAAMK,IAAI,KAAK,OAAOJ,OAAOZ,OAAO,EAAEW,MAAMK,IAAI,KAAK,QAAQJ,OAAOX,QAAQ,EAAEU,MAAMM,IAAI,KAAK,eAAeL,OAAOV,SAAS,EAAES,MAAMM,IAAI,KAAK,aAAaL,OAAOT,OAAO,EAAEQ,MAAMO,MAAM,KAAK,YAAYN,OAAOR,YAAY,EAAEO,MAAMO,MAAM,KAAK,cAAcN,OAAOP,cAAc,EAAEM,MAAMO,MAAM,KAAK,UAAUN,OAAON,UAAU,EAAEK,MAAMQ,KAAK,KAAK,YAAYP,OAAOL,WAAW,EAAEI,MAAMQ,KAAK,KAAK,SAASP,OAAOJ,QAAQ,EAAEG,MAAMQ,KAAK,KAAK,aAAaP,OAAOH,YAAY,EAAEE,MAAMxC,IAAI,CAAC0C,SAAS;IACjlC,OAAOF;AACT,GACA,gDAAgD"}
|
@@ -4,12 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "Body1", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return Body1;
|
9
|
+
}
|
8
10
|
});
|
9
11
|
const _createPreset = require("../createPreset");
|
10
|
-
const
|
12
|
+
const _useBody1Stylesstyles = require("./useBody1Styles.styles");
|
11
13
|
const Body1 = (0, _createPreset.createPreset)({
|
12
|
-
useStyles:
|
13
|
-
className:
|
14
|
+
useStyles: _useBody1Stylesstyles.useBody1Styles,
|
15
|
+
className: _useBody1Stylesstyles.body1ClassNames.root,
|
14
16
|
displayName: 'Body1'
|
15
17
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["Body1.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { body1ClassNames, useBody1Styles } from './useBody1Styles.styles';\n/**\n * Text preset component for the Body1 typography variant\n */ export const Body1 = createPreset({\n useStyles: useBody1Styles,\n className: body1ClassNames.root,\n displayName: 'Body1'\n});\n"],"names":["Body1","createPreset","useStyles","useBody1Styles","className","body1ClassNames","root","displayName"],"mappings":";;;;+BAIiBA
|
1
|
+
{"version":3,"sources":["Body1.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { body1ClassNames, useBody1Styles } from './useBody1Styles.styles';\n/**\n * Text preset component for the Body1 typography variant\n */ export const Body1 = createPreset({\n useStyles: useBody1Styles,\n className: body1ClassNames.root,\n displayName: 'Body1'\n});\n"],"names":["Body1","createPreset","useStyles","useBody1Styles","className","body1ClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;;eAAAA;;;8BAJY;sCACmB;AAGrC,MAAMA,QAAQC,IAAAA,0BAAY,EAAC;IAClCC,WAAWC,oCAAc;IACzBC,WAAWC,qCAAe,CAACC,IAAI;IAC/BC,aAAa;AACjB"}
|
@@ -4,8 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "body1ClassNames", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return _useBody1Stylesstyles.body1ClassNames;
|
9
|
+
}
|
8
10
|
});
|
9
|
-
const
|
10
|
-
|
11
|
-
const
|
11
|
+
const _export_star = require("@swc/helpers/_/_export_star");
|
12
|
+
_export_star._(require("./Body1"), exports);
|
13
|
+
const _useBody1Stylesstyles = require("./useBody1Styles.styles");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Body1';\nexport { body1ClassNames } from './useBody1Styles.styles';\n"],"names":["body1ClassNames"],"mappings":";;;;+BACSA
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Body1';\nexport { body1ClassNames } from './useBody1Styles.styles';\n"],"names":["body1ClassNames"],"mappings":";;;;+BACSA;;;eAAAA,qCAAe;;;;uBADV;sCACkB"}
|
@@ -9,14 +9,18 @@ function _export(target, all) {
|
|
9
9
|
});
|
10
10
|
}
|
11
11
|
_export(exports, {
|
12
|
-
body1ClassNames: ()
|
13
|
-
|
12
|
+
body1ClassNames: function() {
|
13
|
+
return body1ClassNames;
|
14
|
+
},
|
15
|
+
useBody1Styles: function() {
|
16
|
+
return useBody1Styles;
|
17
|
+
}
|
14
18
|
});
|
15
19
|
const _react = require("@griffel/react");
|
16
20
|
const body1ClassNames = {
|
17
21
|
root: 'fui-Body1'
|
18
22
|
};
|
19
|
-
const useBody1Styles = /*#__PURE__*/ (0, _react
|
23
|
+
const useBody1Styles = /*#__PURE__*/ (0, _react.__styles)({
|
20
24
|
root: {
|
21
25
|
Bahqtrf: "fk6fouc",
|
22
26
|
Be2twd7: "fkhj508",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["useBody1Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1ClassNames = {\n root: 'fui-Body1'\n};\n/**\n * Styles for the root slot\n */\nexport const useBody1Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n//# sourceMappingURL=useBody1Styles.styles.js.map"],"names":["body1ClassNames","useBody1Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,eAAe
|
1
|
+
{"version":3,"sources":["useBody1Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1ClassNames = {\n root: 'fui-Body1'\n};\n/**\n * Styles for the root slot\n */\nexport const useBody1Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n//# sourceMappingURL=useBody1Styles.styles.js.map"],"names":["body1ClassNames","useBody1Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,eAAe;eAAfA;;IAMAC,cAAc;eAAdA;;;uBARY;AAElB,MAAMD,kBAAkB;IAC7BE,MAAM;AACR;AAIO,MAAMD,iBAAiB,WAAW,GAAEE,IAAAA,eAAQ,EAAC;IAClDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAmD;KAAmD;AAC3M,IACA,iDAAiD"}
|
@@ -4,12 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "Body1Strong", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return Body1Strong;
|
9
|
+
}
|
8
10
|
});
|
9
11
|
const _createPreset = require("../createPreset");
|
10
|
-
const
|
12
|
+
const _useBody1StrongStylesstyles = require("./useBody1StrongStyles.styles");
|
11
13
|
const Body1Strong = (0, _createPreset.createPreset)({
|
12
|
-
useStyles:
|
13
|
-
className:
|
14
|
+
useStyles: _useBody1StrongStylesstyles.useBody1StrongStyles,
|
15
|
+
className: _useBody1StrongStylesstyles.body1StrongClassNames.root,
|
14
16
|
displayName: 'Body1Strong'
|
15
17
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["Body1Strong.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { body1StrongClassNames, useBody1StrongStyles } from './useBody1StrongStyles.styles';\n/**\n * Text preset component for the Body1Strong typography variant\n */ export const Body1Strong = createPreset({\n useStyles: useBody1StrongStyles,\n className: body1StrongClassNames.root,\n displayName: 'Body1Strong'\n});\n"],"names":["Body1Strong","createPreset","useStyles","useBody1StrongStyles","className","body1StrongClassNames","root","displayName"],"mappings":";;;;+BAIiBA
|
1
|
+
{"version":3,"sources":["Body1Strong.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { body1StrongClassNames, useBody1StrongStyles } from './useBody1StrongStyles.styles';\n/**\n * Text preset component for the Body1Strong typography variant\n */ export const Body1Strong = createPreset({\n useStyles: useBody1StrongStyles,\n className: body1StrongClassNames.root,\n displayName: 'Body1Strong'\n});\n"],"names":["Body1Strong","createPreset","useStyles","useBody1StrongStyles","className","body1StrongClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;;eAAAA;;;8BAJY;4CAC+B;AAGjD,MAAMA,cAAcC,IAAAA,0BAAY,EAAC;IACxCC,WAAWC,gDAAoB;IAC/BC,WAAWC,iDAAqB,CAACC,IAAI;IACrCC,aAAa;AACjB"}
|
@@ -4,8 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "body1StrongClassNames", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return _useBody1StrongStylesstyles.body1StrongClassNames;
|
9
|
+
}
|
8
10
|
});
|
9
|
-
const
|
10
|
-
|
11
|
-
const
|
11
|
+
const _export_star = require("@swc/helpers/_/_export_star");
|
12
|
+
_export_star._(require("./Body1Strong"), exports);
|
13
|
+
const _useBody1StrongStylesstyles = require("./useBody1StrongStyles.styles");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Body1Strong';\nexport { body1StrongClassNames } from './useBody1StrongStyles.styles';\n"],"names":["body1StrongClassNames"],"mappings":";;;;+BACSA
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Body1Strong';\nexport { body1StrongClassNames } from './useBody1StrongStyles.styles';\n"],"names":["body1StrongClassNames"],"mappings":";;;;+BACSA;;;eAAAA,iDAAqB;;;;uBADhB;4CACwB"}
|
@@ -9,14 +9,18 @@ function _export(target, all) {
|
|
9
9
|
});
|
10
10
|
}
|
11
11
|
_export(exports, {
|
12
|
-
body1StrongClassNames: ()
|
13
|
-
|
12
|
+
body1StrongClassNames: function() {
|
13
|
+
return body1StrongClassNames;
|
14
|
+
},
|
15
|
+
useBody1StrongStyles: function() {
|
16
|
+
return useBody1StrongStyles;
|
17
|
+
}
|
14
18
|
});
|
15
19
|
const _react = require("@griffel/react");
|
16
20
|
const body1StrongClassNames = {
|
17
21
|
root: 'fui-Body1Strong'
|
18
22
|
};
|
19
|
-
const useBody1StrongStyles = /*#__PURE__*/ (0, _react
|
23
|
+
const useBody1StrongStyles = /*#__PURE__*/ (0, _react.__styles)({
|
20
24
|
root: {
|
21
25
|
Bahqtrf: "fk6fouc",
|
22
26
|
Be2twd7: "fkhj508",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["useBody1StrongStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1StrongClassNames = {\n root: 'fui-Body1Strong'\n};\n/**\n * Styles for the root slot\n */\nexport const useBody1StrongStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n//# sourceMappingURL=useBody1StrongStyles.styles.js.map"],"names":["body1StrongClassNames","useBody1StrongStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,qBAAqB
|
1
|
+
{"version":3,"sources":["useBody1StrongStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1StrongClassNames = {\n root: 'fui-Body1Strong'\n};\n/**\n * Styles for the root slot\n */\nexport const useBody1StrongStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n//# sourceMappingURL=useBody1StrongStyles.styles.js.map"],"names":["body1StrongClassNames","useBody1StrongStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,qBAAqB;eAArBA;;IAMAC,oBAAoB;eAApBA;;;uBARY;AAElB,MAAMD,wBAAwB;IACnCE,MAAM;AACR;AAIO,MAAMD,uBAAuB,WAAW,GAAEE,IAAAA,eAAQ,EAAC;IACxDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAoD;KAAmD;AAC5M,IACA,uDAAuD"}
|
@@ -4,12 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "Body1Stronger", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return Body1Stronger;
|
9
|
+
}
|
8
10
|
});
|
9
11
|
const _createPreset = require("../createPreset");
|
10
|
-
const
|
12
|
+
const _useBody1StrongerStylesstyles = require("./useBody1StrongerStyles.styles");
|
11
13
|
const Body1Stronger = (0, _createPreset.createPreset)({
|
12
|
-
useStyles:
|
13
|
-
className:
|
14
|
+
useStyles: _useBody1StrongerStylesstyles.useBody1StrongerStyles,
|
15
|
+
className: _useBody1StrongerStylesstyles.body1StrongerClassNames.root,
|
14
16
|
displayName: 'Body1Stronger'
|
15
17
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["Body1Stronger.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { body1StrongerClassNames, useBody1StrongerStyles } from './useBody1StrongerStyles.styles';\n/**\n * Text preset component for the Body1Stronger typography variant\n */ export const Body1Stronger = createPreset({\n useStyles: useBody1StrongerStyles,\n className: body1StrongerClassNames.root,\n displayName: 'Body1Stronger'\n});\n"],"names":["Body1Stronger","createPreset","useStyles","useBody1StrongerStyles","className","body1StrongerClassNames","root","displayName"],"mappings":";;;;+BAIiBA
|
1
|
+
{"version":3,"sources":["Body1Stronger.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { body1StrongerClassNames, useBody1StrongerStyles } from './useBody1StrongerStyles.styles';\n/**\n * Text preset component for the Body1Stronger typography variant\n */ export const Body1Stronger = createPreset({\n useStyles: useBody1StrongerStyles,\n className: body1StrongerClassNames.root,\n displayName: 'Body1Stronger'\n});\n"],"names":["Body1Stronger","createPreset","useStyles","useBody1StrongerStyles","className","body1StrongerClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;;eAAAA;;;8BAJY;8CACmC;AAGrD,MAAMA,gBAAgBC,IAAAA,0BAAY,EAAC;IAC1CC,WAAWC,oDAAsB;IACjCC,WAAWC,qDAAuB,CAACC,IAAI;IACvCC,aAAa;AACjB"}
|
@@ -4,8 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "body1StrongerClassNames", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return _useBody1StrongerStylesstyles.body1StrongerClassNames;
|
9
|
+
}
|
8
10
|
});
|
9
|
-
const
|
10
|
-
|
11
|
-
const
|
11
|
+
const _export_star = require("@swc/helpers/_/_export_star");
|
12
|
+
_export_star._(require("./Body1Stronger"), exports);
|
13
|
+
const _useBody1StrongerStylesstyles = require("./useBody1StrongerStyles.styles");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Body1Stronger';\nexport { body1StrongerClassNames } from './useBody1StrongerStyles.styles';\n"],"names":["body1StrongerClassNames"],"mappings":";;;;+BACSA
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Body1Stronger';\nexport { body1StrongerClassNames } from './useBody1StrongerStyles.styles';\n"],"names":["body1StrongerClassNames"],"mappings":";;;;+BACSA;;;eAAAA,qDAAuB;;;;uBADlB;8CAC0B"}
|
@@ -9,14 +9,18 @@ function _export(target, all) {
|
|
9
9
|
});
|
10
10
|
}
|
11
11
|
_export(exports, {
|
12
|
-
body1StrongerClassNames: ()
|
13
|
-
|
12
|
+
body1StrongerClassNames: function() {
|
13
|
+
return body1StrongerClassNames;
|
14
|
+
},
|
15
|
+
useBody1StrongerStyles: function() {
|
16
|
+
return useBody1StrongerStyles;
|
17
|
+
}
|
14
18
|
});
|
15
19
|
const _react = require("@griffel/react");
|
16
20
|
const body1StrongerClassNames = {
|
17
21
|
root: 'fui-Body1Stronger'
|
18
22
|
};
|
19
|
-
const useBody1StrongerStyles = /*#__PURE__*/ (0, _react
|
23
|
+
const useBody1StrongerStyles = /*#__PURE__*/ (0, _react.__styles)({
|
20
24
|
root: {
|
21
25
|
Bahqtrf: "fk6fouc",
|
22
26
|
Be2twd7: "fkhj508",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["useBody1StrongerStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1StrongerClassNames = {\n root: 'fui-Body1Stronger'\n};\n/**\n * Styles for the root slot\n */\nexport const useBody1StrongerStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n//# sourceMappingURL=useBody1StrongerStyles.styles.js.map"],"names":["body1StrongerClassNames","useBody1StrongerStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,uBAAuB
|
1
|
+
{"version":3,"sources":["useBody1StrongerStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1StrongerClassNames = {\n root: 'fui-Body1Stronger'\n};\n/**\n * Styles for the root slot\n */\nexport const useBody1StrongerStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n//# sourceMappingURL=useBody1StrongerStyles.styles.js.map"],"names":["body1StrongerClassNames","useBody1StrongerStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,uBAAuB;eAAvBA;;IAMAC,sBAAsB;eAAtBA;;;uBARY;AAElB,MAAMD,0BAA0B;IACrCE,MAAM;AACR;AAIO,MAAMD,yBAAyB,WAAW,GAAEE,IAAAA,eAAQ,EAAC;IAC1DD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAgD;KAAmD;AACxM,IACA,yDAAyD"}
|
@@ -4,12 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "Body2", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return Body2;
|
9
|
+
}
|
8
10
|
});
|
9
11
|
const _createPreset = require("../createPreset");
|
10
|
-
const
|
12
|
+
const _useBody2Stylesstyles = require("./useBody2Styles.styles");
|
11
13
|
const Body2 = (0, _createPreset.createPreset)({
|
12
|
-
useStyles:
|
13
|
-
className:
|
14
|
+
useStyles: _useBody2Stylesstyles.useBody2Styles,
|
15
|
+
className: _useBody2Stylesstyles.body2ClassNames.root,
|
14
16
|
displayName: 'Body2'
|
15
17
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["Body2.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { body2ClassNames, useBody2Styles } from './useBody2Styles.styles';\n/**\n * Text preset component for the Body2 typography variant\n */ export const Body2 = createPreset({\n useStyles: useBody2Styles,\n className: body2ClassNames.root,\n displayName: 'Body2'\n});\n"],"names":["Body2","createPreset","useStyles","useBody2Styles","className","body2ClassNames","root","displayName"],"mappings":";;;;+BAIiBA
|
1
|
+
{"version":3,"sources":["Body2.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { body2ClassNames, useBody2Styles } from './useBody2Styles.styles';\n/**\n * Text preset component for the Body2 typography variant\n */ export const Body2 = createPreset({\n useStyles: useBody2Styles,\n className: body2ClassNames.root,\n displayName: 'Body2'\n});\n"],"names":["Body2","createPreset","useStyles","useBody2Styles","className","body2ClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;;eAAAA;;;8BAJY;sCACmB;AAGrC,MAAMA,QAAQC,IAAAA,0BAAY,EAAC;IAClCC,WAAWC,oCAAc;IACzBC,WAAWC,qCAAe,CAACC,IAAI;IAC/BC,aAAa;AACjB"}
|
@@ -4,8 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "body2ClassNames", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return _useBody2Stylesstyles.body2ClassNames;
|
9
|
+
}
|
8
10
|
});
|
9
|
-
const
|
10
|
-
|
11
|
-
const
|
11
|
+
const _export_star = require("@swc/helpers/_/_export_star");
|
12
|
+
_export_star._(require("./Body2"), exports);
|
13
|
+
const _useBody2Stylesstyles = require("./useBody2Styles.styles");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Body2';\nexport { body2ClassNames } from './useBody2Styles.styles';\n"],"names":["body2ClassNames"],"mappings":";;;;+BACSA
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Body2';\nexport { body2ClassNames } from './useBody2Styles.styles';\n"],"names":["body2ClassNames"],"mappings":";;;;+BACSA;;;eAAAA,qCAAe;;;;uBADV;sCACkB"}
|
@@ -9,14 +9,18 @@ function _export(target, all) {
|
|
9
9
|
});
|
10
10
|
}
|
11
11
|
_export(exports, {
|
12
|
-
body2ClassNames: ()
|
13
|
-
|
12
|
+
body2ClassNames: function() {
|
13
|
+
return body2ClassNames;
|
14
|
+
},
|
15
|
+
useBody2Styles: function() {
|
16
|
+
return useBody2Styles;
|
17
|
+
}
|
14
18
|
});
|
15
19
|
const _react = require("@griffel/react");
|
16
20
|
const body2ClassNames = {
|
17
21
|
root: 'fui-Body2'
|
18
22
|
};
|
19
|
-
const useBody2Styles = /*#__PURE__*/ (0, _react
|
23
|
+
const useBody2Styles = /*#__PURE__*/ (0, _react.__styles)({
|
20
24
|
root: {
|
21
25
|
Bahqtrf: "fk6fouc",
|
22
26
|
Be2twd7: "fod5ikn",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["useBody2Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body2ClassNames = {\n root: 'fui-Body2'\n};\n/**\n * Styles for the root slot\n */\nexport const useBody2Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fod5ikn\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"faaz57k\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\"]\n});\n//# sourceMappingURL=useBody2Styles.styles.js.map"],"names":["body2ClassNames","useBody2Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,eAAe
|
1
|
+
{"version":3,"sources":["useBody2Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body2ClassNames = {\n root: 'fui-Body2'\n};\n/**\n * Styles for the root slot\n */\nexport const useBody2Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fod5ikn\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"faaz57k\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\"]\n});\n//# sourceMappingURL=useBody2Styles.styles.js.map"],"names":["body2ClassNames","useBody2Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,eAAe;eAAfA;;IAMAC,cAAc;eAAdA;;;uBARY;AAElB,MAAMD,kBAAkB;IAC7BE,MAAM;AACR;AAIO,MAAMD,iBAAiB,WAAW,GAAEE,IAAAA,eAAQ,EAAC;IAClDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAmD;KAAkD;AAC1M,IACA,iDAAiD"}
|
@@ -4,12 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "Caption1", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return Caption1;
|
9
|
+
}
|
8
10
|
});
|
9
11
|
const _createPreset = require("../createPreset");
|
10
|
-
const
|
12
|
+
const _useCaption1Stylesstyles = require("./useCaption1Styles.styles");
|
11
13
|
const Caption1 = (0, _createPreset.createPreset)({
|
12
|
-
useStyles:
|
13
|
-
className:
|
14
|
+
useStyles: _useCaption1Stylesstyles.useCaption1Styles,
|
15
|
+
className: _useCaption1Stylesstyles.caption1ClassNames.root,
|
14
16
|
displayName: 'Caption1'
|
15
17
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["Caption1.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { caption1ClassNames, useCaption1Styles } from './useCaption1Styles.styles';\n/**\n * Text preset component for the Caption1 typography variant\n */ export const Caption1 = createPreset({\n useStyles: useCaption1Styles,\n className: caption1ClassNames.root,\n displayName: 'Caption1'\n});\n"],"names":["Caption1","createPreset","useStyles","useCaption1Styles","className","caption1ClassNames","root","displayName"],"mappings":";;;;+BAIiBA
|
1
|
+
{"version":3,"sources":["Caption1.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { caption1ClassNames, useCaption1Styles } from './useCaption1Styles.styles';\n/**\n * Text preset component for the Caption1 typography variant\n */ export const Caption1 = createPreset({\n useStyles: useCaption1Styles,\n className: caption1ClassNames.root,\n displayName: 'Caption1'\n});\n"],"names":["Caption1","createPreset","useStyles","useCaption1Styles","className","caption1ClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;;eAAAA;;;8BAJY;yCACyB;AAG3C,MAAMA,WAAWC,IAAAA,0BAAY,EAAC;IACrCC,WAAWC,0CAAiB;IAC5BC,WAAWC,2CAAkB,CAACC,IAAI;IAClCC,aAAa;AACjB"}
|
@@ -4,8 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "caption1ClassNames", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return _useCaption1Stylesstyles.caption1ClassNames;
|
9
|
+
}
|
8
10
|
});
|
9
|
-
const
|
10
|
-
|
11
|
-
const
|
11
|
+
const _export_star = require("@swc/helpers/_/_export_star");
|
12
|
+
_export_star._(require("./Caption1"), exports);
|
13
|
+
const _useCaption1Stylesstyles = require("./useCaption1Styles.styles");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Caption1';\nexport { caption1ClassNames } from './useCaption1Styles.styles';\n"],"names":["caption1ClassNames"],"mappings":";;;;+BACSA
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Caption1';\nexport { caption1ClassNames } from './useCaption1Styles.styles';\n"],"names":["caption1ClassNames"],"mappings":";;;;+BACSA;;;eAAAA,2CAAkB;;;;uBADb;yCACqB"}
|
@@ -9,14 +9,18 @@ function _export(target, all) {
|
|
9
9
|
});
|
10
10
|
}
|
11
11
|
_export(exports, {
|
12
|
-
caption1ClassNames: ()
|
13
|
-
|
12
|
+
caption1ClassNames: function() {
|
13
|
+
return caption1ClassNames;
|
14
|
+
},
|
15
|
+
useCaption1Styles: function() {
|
16
|
+
return useCaption1Styles;
|
17
|
+
}
|
14
18
|
});
|
15
19
|
const _react = require("@griffel/react");
|
16
20
|
const caption1ClassNames = {
|
17
21
|
root: 'fui-Caption1'
|
18
22
|
};
|
19
|
-
const useCaption1Styles = /*#__PURE__*/ (0, _react
|
23
|
+
const useCaption1Styles = /*#__PURE__*/ (0, _react.__styles)({
|
20
24
|
root: {
|
21
25
|
Bahqtrf: "fk6fouc",
|
22
26
|
Be2twd7: "fy9rknc",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["useCaption1Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption1ClassNames = {\n root: 'fui-Caption1'\n};\n/**\n * Styles for the root slot\n */\nexport const useCaption1Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fy9rknc\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"fwrc4pm\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\"]\n});\n//# sourceMappingURL=useCaption1Styles.styles.js.map"],"names":["caption1ClassNames","useCaption1Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,kBAAkB
|
1
|
+
{"version":3,"sources":["useCaption1Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption1ClassNames = {\n root: 'fui-Caption1'\n};\n/**\n * Styles for the root slot\n */\nexport const useCaption1Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fy9rknc\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"fwrc4pm\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\"]\n});\n//# sourceMappingURL=useCaption1Styles.styles.js.map"],"names":["caption1ClassNames","useCaption1Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,kBAAkB;eAAlBA;;IAMAC,iBAAiB;eAAjBA;;;uBARY;AAElB,MAAMD,qBAAqB;IAChCE,MAAM;AACR;AAIO,MAAMD,oBAAoB,WAAW,GAAEE,IAAAA,eAAQ,EAAC;IACrDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAmD;KAAkD;AAC1M,IACA,oDAAoD"}
|
@@ -4,12 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "Caption1Strong", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return Caption1Strong;
|
9
|
+
}
|
8
10
|
});
|
9
11
|
const _createPreset = require("../createPreset");
|
10
|
-
const
|
12
|
+
const _useCaption1StrongStylesstyles = require("./useCaption1StrongStyles.styles");
|
11
13
|
const Caption1Strong = (0, _createPreset.createPreset)({
|
12
|
-
useStyles:
|
13
|
-
className:
|
14
|
+
useStyles: _useCaption1StrongStylesstyles.useCaption1StrongStyles,
|
15
|
+
className: _useCaption1StrongStylesstyles.caption1StrongClassNames.root,
|
14
16
|
displayName: 'Caption1Strong'
|
15
17
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["Caption1Strong.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { caption1StrongClassNames, useCaption1StrongStyles } from './useCaption1StrongStyles.styles';\n/**\n * Text preset component for the Caption1Strong typography variant\n */ export const Caption1Strong = createPreset({\n useStyles: useCaption1StrongStyles,\n className: caption1StrongClassNames.root,\n displayName: 'Caption1Strong'\n});\n"],"names":["Caption1Strong","createPreset","useStyles","useCaption1StrongStyles","className","caption1StrongClassNames","root","displayName"],"mappings":";;;;+BAIiBA
|
1
|
+
{"version":3,"sources":["Caption1Strong.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { caption1StrongClassNames, useCaption1StrongStyles } from './useCaption1StrongStyles.styles';\n/**\n * Text preset component for the Caption1Strong typography variant\n */ export const Caption1Strong = createPreset({\n useStyles: useCaption1StrongStyles,\n className: caption1StrongClassNames.root,\n displayName: 'Caption1Strong'\n});\n"],"names":["Caption1Strong","createPreset","useStyles","useCaption1StrongStyles","className","caption1StrongClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;;eAAAA;;;8BAJY;+CACqC;AAGvD,MAAMA,iBAAiBC,IAAAA,0BAAY,EAAC;IAC3CC,WAAWC,sDAAuB;IAClCC,WAAWC,uDAAwB,CAACC,IAAI;IACxCC,aAAa;AACjB"}
|
@@ -4,8 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
});
|
5
5
|
Object.defineProperty(exports, "caption1StrongClassNames", {
|
6
6
|
enumerable: true,
|
7
|
-
get: ()
|
7
|
+
get: function() {
|
8
|
+
return _useCaption1StrongStylesstyles.caption1StrongClassNames;
|
9
|
+
}
|
8
10
|
});
|
9
|
-
const
|
10
|
-
|
11
|
-
const
|
11
|
+
const _export_star = require("@swc/helpers/_/_export_star");
|
12
|
+
_export_star._(require("./Caption1Strong"), exports);
|
13
|
+
const _useCaption1StrongStylesstyles = require("./useCaption1StrongStyles.styles");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Caption1Strong';\nexport { caption1StrongClassNames } from './useCaption1StrongStyles.styles';\n"],"names":["caption1StrongClassNames"],"mappings":";;;;+BACSA
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Caption1Strong';\nexport { caption1StrongClassNames } from './useCaption1StrongStyles.styles';\n"],"names":["caption1StrongClassNames"],"mappings":";;;;+BACSA;;;eAAAA,uDAAwB;;;;uBADnB;+CAC2B"}
|
@@ -9,14 +9,18 @@ function _export(target, all) {
|
|
9
9
|
});
|
10
10
|
}
|
11
11
|
_export(exports, {
|
12
|
-
caption1StrongClassNames: ()
|
13
|
-
|
12
|
+
caption1StrongClassNames: function() {
|
13
|
+
return caption1StrongClassNames;
|
14
|
+
},
|
15
|
+
useCaption1StrongStyles: function() {
|
16
|
+
return useCaption1StrongStyles;
|
17
|
+
}
|
14
18
|
});
|
15
19
|
const _react = require("@griffel/react");
|
16
20
|
const caption1StrongClassNames = {
|
17
21
|
root: 'fui-Caption1Strong'
|
18
22
|
};
|
19
|
-
const useCaption1StrongStyles = /*#__PURE__*/ (0, _react
|
23
|
+
const useCaption1StrongStyles = /*#__PURE__*/ (0, _react.__styles)({
|
20
24
|
root: {
|
21
25
|
Bahqtrf: "fk6fouc",
|
22
26
|
Be2twd7: "fy9rknc",
|
package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["useCaption1StrongStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption1StrongClassNames = {\n root: 'fui-Caption1Strong'\n};\n/**\n * Styles for the root slot\n */\nexport const useCaption1StrongStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fy9rknc\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fwrc4pm\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\"]\n});\n//# sourceMappingURL=useCaption1StrongStyles.styles.js.map"],"names":["caption1StrongClassNames","useCaption1StrongStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,wBAAwB
|
1
|
+
{"version":3,"sources":["useCaption1StrongStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption1StrongClassNames = {\n root: 'fui-Caption1Strong'\n};\n/**\n * Styles for the root slot\n */\nexport const useCaption1StrongStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fy9rknc\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fwrc4pm\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\"]\n});\n//# sourceMappingURL=useCaption1StrongStyles.styles.js.map"],"names":["caption1StrongClassNames","useCaption1StrongStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,wBAAwB;eAAxBA;;IAMAC,uBAAuB;eAAvBA;;;uBARY;AAElB,MAAMD,2BAA2B;IACtCE,MAAM;AACR;AAIO,MAAMD,0BAA0B,WAAW,GAAEE,IAAAA,eAAQ,EAAC;IAC3DD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAoD;KAAkD;AAC3M,IACA,0DAA0D"}
|