@fluentui/react-text 9.3.11 → 9.3.13
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 +73 -1
- package/CHANGELOG.md +27 -2
- package/lib/Body1.js +0 -1
- package/lib/Body1.js.map +1 -1
- package/lib/Body1Strong.js +0 -1
- package/lib/Body1Strong.js.map +1 -1
- package/lib/Body1Stronger.js +0 -1
- package/lib/Body1Stronger.js.map +1 -1
- package/lib/Body2.js +0 -1
- package/lib/Body2.js.map +1 -1
- package/lib/Caption1.js +0 -1
- package/lib/Caption1.js.map +1 -1
- package/lib/Caption1Strong.js +0 -1
- package/lib/Caption1Strong.js.map +1 -1
- package/lib/Caption1Stronger.js +0 -1
- package/lib/Caption1Stronger.js.map +1 -1
- package/lib/Caption2.js +0 -1
- package/lib/Caption2.js.map +1 -1
- package/lib/Caption2Strong.js +0 -1
- package/lib/Caption2Strong.js.map +1 -1
- package/lib/Display.js +0 -1
- package/lib/Display.js.map +1 -1
- package/lib/LargeTitle.js +0 -1
- package/lib/LargeTitle.js.map +1 -1
- package/lib/Subtitle1.js +0 -1
- package/lib/Subtitle1.js.map +1 -1
- package/lib/Subtitle2.js +0 -1
- package/lib/Subtitle2.js.map +1 -1
- package/lib/Subtitle2Stronger.js +0 -1
- package/lib/Subtitle2Stronger.js.map +1 -1
- package/lib/Text.js +0 -1
- package/lib/Text.js.map +1 -1
- package/lib/Title1.js +0 -1
- package/lib/Title1.js.map +1 -1
- package/lib/Title2.js +0 -1
- package/lib/Title2.js.map +1 -1
- package/lib/Title3.js +0 -1
- package/lib/Title3.js.map +1 -1
- package/lib/components/Text/Text.js +6 -9
- package/lib/components/Text/Text.js.map +1 -1
- package/lib/components/Text/Text.types.js +1 -2
- package/lib/components/Text/Text.types.js.map +1 -1
- package/lib/components/Text/index.js +0 -1
- package/lib/components/Text/index.js.map +1 -1
- package/lib/components/Text/renderText.js +4 -9
- package/lib/components/Text/renderText.js.map +1 -1
- package/lib/components/Text/useText.js +25 -38
- package/lib/components/Text/useText.js.map +1 -1
- package/lib/components/Text/useTextStyles.styles.js.map +1 -1
- package/lib/components/presets/Body1/Body1.js +4 -6
- package/lib/components/presets/Body1/Body1.js.map +1 -1
- package/lib/components/presets/Body1/index.js +0 -1
- package/lib/components/presets/Body1/index.js.map +1 -1
- package/lib/components/presets/Body1/useBody1Styles.styles.js.map +1 -1
- package/lib/components/presets/Body1Strong/Body1Strong.js +4 -6
- package/lib/components/presets/Body1Strong/Body1Strong.js.map +1 -1
- package/lib/components/presets/Body1Strong/index.js +0 -1
- package/lib/components/presets/Body1Strong/index.js.map +1 -1
- package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +1 -1
- package/lib/components/presets/Body1Stronger/Body1Stronger.js +4 -6
- package/lib/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
- package/lib/components/presets/Body1Stronger/index.js +0 -1
- package/lib/components/presets/Body1Stronger/index.js.map +1 -1
- package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +1 -1
- package/lib/components/presets/Body2/Body2.js +4 -6
- package/lib/components/presets/Body2/Body2.js.map +1 -1
- package/lib/components/presets/Body2/index.js +0 -1
- package/lib/components/presets/Body2/index.js.map +1 -1
- package/lib/components/presets/Body2/useBody2Styles.styles.js.map +1 -1
- package/lib/components/presets/Caption1/Caption1.js +4 -6
- package/lib/components/presets/Caption1/Caption1.js.map +1 -1
- package/lib/components/presets/Caption1/index.js +0 -1
- package/lib/components/presets/Caption1/index.js.map +1 -1
- package/lib/components/presets/Caption1/useCaption1Styles.styles.js.map +1 -1
- package/lib/components/presets/Caption1Strong/Caption1Strong.js +4 -6
- package/lib/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
- package/lib/components/presets/Caption1Strong/index.js +0 -1
- package/lib/components/presets/Caption1Strong/index.js.map +1 -1
- package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +1 -1
- package/lib/components/presets/Caption1Stronger/Caption1Stronger.js +4 -6
- package/lib/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
- package/lib/components/presets/Caption1Stronger/index.js +0 -1
- package/lib/components/presets/Caption1Stronger/index.js.map +1 -1
- package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +1 -1
- package/lib/components/presets/Caption2/Caption2.js +4 -6
- package/lib/components/presets/Caption2/Caption2.js.map +1 -1
- package/lib/components/presets/Caption2/index.js +0 -1
- package/lib/components/presets/Caption2/index.js.map +1 -1
- package/lib/components/presets/Caption2/useCaption2Styles.styles.js.map +1 -1
- package/lib/components/presets/Caption2Strong/Caption2Strong.js +4 -6
- package/lib/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
- package/lib/components/presets/Caption2Strong/index.js +0 -1
- package/lib/components/presets/Caption2Strong/index.js.map +1 -1
- package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +1 -1
- package/lib/components/presets/Display/Display.js +4 -6
- package/lib/components/presets/Display/Display.js.map +1 -1
- package/lib/components/presets/Display/index.js +0 -1
- package/lib/components/presets/Display/index.js.map +1 -1
- package/lib/components/presets/Display/useDisplayStyles.styles.js.map +1 -1
- package/lib/components/presets/LargeTitle/LargeTitle.js +4 -6
- package/lib/components/presets/LargeTitle/LargeTitle.js.map +1 -1
- package/lib/components/presets/LargeTitle/index.js +0 -1
- package/lib/components/presets/LargeTitle/index.js.map +1 -1
- package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +1 -1
- package/lib/components/presets/Subtitle1/Subtitle1.js +4 -6
- package/lib/components/presets/Subtitle1/Subtitle1.js.map +1 -1
- package/lib/components/presets/Subtitle1/index.js +0 -1
- package/lib/components/presets/Subtitle1/index.js.map +1 -1
- package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +1 -1
- package/lib/components/presets/Subtitle2/Subtitle2.js +4 -6
- package/lib/components/presets/Subtitle2/Subtitle2.js.map +1 -1
- package/lib/components/presets/Subtitle2/index.js +0 -1
- package/lib/components/presets/Subtitle2/index.js.map +1 -1
- package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +1 -1
- package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +4 -6
- package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
- package/lib/components/presets/Subtitle2Stronger/index.js +0 -1
- package/lib/components/presets/Subtitle2Stronger/index.js.map +1 -1
- package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +1 -1
- package/lib/components/presets/Title1/Title1.js +4 -6
- package/lib/components/presets/Title1/Title1.js.map +1 -1
- package/lib/components/presets/Title1/index.js +0 -1
- package/lib/components/presets/Title1/index.js.map +1 -1
- package/lib/components/presets/Title1/useTitle1Styles.styles.js.map +1 -1
- package/lib/components/presets/Title2/Title2.js +4 -6
- package/lib/components/presets/Title2/Title2.js.map +1 -1
- package/lib/components/presets/Title2/index.js +0 -1
- package/lib/components/presets/Title2/index.js.map +1 -1
- package/lib/components/presets/Title2/useTitle2Styles.styles.js.map +1 -1
- package/lib/components/presets/Title3/Title3.js +4 -6
- package/lib/components/presets/Title3/Title3.js.map +1 -1
- package/lib/components/presets/Title3/index.js +0 -1
- package/lib/components/presets/Title3/index.js.map +1 -1
- package/lib/components/presets/Title3/useTitle3Styles.styles.js.map +1 -1
- package/lib/components/presets/createPreset.js +10 -15
- package/lib/components/presets/createPreset.js.map +1 -1
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/Body1.js +0 -3
- package/lib-commonjs/Body1.js.map +1 -1
- package/lib-commonjs/Body1Strong.js +0 -3
- package/lib-commonjs/Body1Strong.js.map +1 -1
- package/lib-commonjs/Body1Stronger.js +0 -3
- package/lib-commonjs/Body1Stronger.js.map +1 -1
- package/lib-commonjs/Body2.js +0 -3
- package/lib-commonjs/Body2.js.map +1 -1
- package/lib-commonjs/Caption1.js +0 -3
- package/lib-commonjs/Caption1.js.map +1 -1
- package/lib-commonjs/Caption1Strong.js +0 -3
- package/lib-commonjs/Caption1Strong.js.map +1 -1
- package/lib-commonjs/Caption1Stronger.js +0 -3
- package/lib-commonjs/Caption1Stronger.js.map +1 -1
- package/lib-commonjs/Caption2.js +0 -3
- package/lib-commonjs/Caption2.js.map +1 -1
- package/lib-commonjs/Caption2Strong.js +0 -3
- package/lib-commonjs/Caption2Strong.js.map +1 -1
- package/lib-commonjs/Display.js +0 -3
- package/lib-commonjs/Display.js.map +1 -1
- package/lib-commonjs/LargeTitle.js +0 -3
- package/lib-commonjs/LargeTitle.js.map +1 -1
- package/lib-commonjs/Subtitle1.js +0 -3
- package/lib-commonjs/Subtitle1.js.map +1 -1
- package/lib-commonjs/Subtitle2.js +0 -3
- package/lib-commonjs/Subtitle2.js.map +1 -1
- package/lib-commonjs/Subtitle2Stronger.js +0 -3
- package/lib-commonjs/Subtitle2Stronger.js.map +1 -1
- package/lib-commonjs/Text.js +0 -3
- package/lib-commonjs/Text.js.map +1 -1
- package/lib-commonjs/Title1.js +0 -3
- package/lib-commonjs/Title1.js.map +1 -1
- package/lib-commonjs/Title2.js +0 -3
- package/lib-commonjs/Title2.js.map +1 -1
- package/lib-commonjs/Title3.js +0 -3
- package/lib-commonjs/Title3.js.map +1 -1
- package/lib-commonjs/components/Text/Text.js +1 -3
- package/lib-commonjs/components/Text/Text.js.map +1 -1
- package/lib-commonjs/components/Text/Text.types.js +0 -3
- package/lib-commonjs/components/Text/Text.types.js.map +1 -1
- package/lib-commonjs/components/Text/index.js +0 -3
- package/lib-commonjs/components/Text/index.js.map +1 -1
- package/lib-commonjs/components/Text/renderText.js +1 -3
- package/lib-commonjs/components/Text/renderText.js.map +1 -1
- package/lib-commonjs/components/Text/useText.js +1 -3
- package/lib-commonjs/components/Text/useText.js.map +1 -1
- package/lib-commonjs/components/Text/useTextStyles.styles.js +0 -2
- package/lib-commonjs/components/Text/useTextStyles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Body1/Body1.js +2 -4
- package/lib-commonjs/components/presets/Body1/Body1.js.map +1 -1
- package/lib-commonjs/components/presets/Body1/index.js +0 -3
- package/lib-commonjs/components/presets/Body1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js +0 -2
- package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js +2 -4
- package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Strong/index.js +0 -3
- package/lib-commonjs/components/presets/Body1Strong/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js +0 -2
- package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js +2 -4
- package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Stronger/index.js +0 -3
- package/lib-commonjs/components/presets/Body1Stronger/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js +0 -2
- package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Body2/Body2.js +2 -4
- package/lib-commonjs/components/presets/Body2/Body2.js.map +1 -1
- package/lib-commonjs/components/presets/Body2/index.js +0 -3
- package/lib-commonjs/components/presets/Body2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js +0 -2
- package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1/Caption1.js +2 -4
- package/lib-commonjs/components/presets/Caption1/Caption1.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1/index.js +0 -3
- package/lib-commonjs/components/presets/Caption1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js +0 -2
- package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js +2 -4
- package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Strong/index.js +0 -3
- package/lib-commonjs/components/presets/Caption1Strong/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js +0 -2
- package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js +2 -4
- package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Stronger/index.js +0 -3
- package/lib-commonjs/components/presets/Caption1Stronger/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js +0 -2
- package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2/Caption2.js +2 -4
- package/lib-commonjs/components/presets/Caption2/Caption2.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2/index.js +0 -3
- package/lib-commonjs/components/presets/Caption2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js +0 -2
- package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js +2 -4
- package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2Strong/index.js +0 -3
- package/lib-commonjs/components/presets/Caption2Strong/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js +0 -2
- package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Display/Display.js +2 -4
- package/lib-commonjs/components/presets/Display/Display.js.map +1 -1
- package/lib-commonjs/components/presets/Display/index.js +0 -3
- package/lib-commonjs/components/presets/Display/index.js.map +1 -1
- package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js +0 -2
- package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js +2 -4
- package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js.map +1 -1
- package/lib-commonjs/components/presets/LargeTitle/index.js +0 -3
- package/lib-commonjs/components/presets/LargeTitle/index.js.map +1 -1
- package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js +0 -2
- package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js +2 -4
- package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle1/index.js +0 -3
- package/lib-commonjs/components/presets/Subtitle1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js +0 -2
- package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js +2 -4
- package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2/index.js +0 -3
- package/lib-commonjs/components/presets/Subtitle2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js +0 -2
- package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +2 -4
- package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2Stronger/index.js +0 -3
- package/lib-commonjs/components/presets/Subtitle2Stronger/index.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js +0 -2
- package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Title1/Title1.js +2 -4
- package/lib-commonjs/components/presets/Title1/Title1.js.map +1 -1
- package/lib-commonjs/components/presets/Title1/index.js +0 -3
- package/lib-commonjs/components/presets/Title1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js +0 -2
- package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Title2/Title2.js +2 -4
- package/lib-commonjs/components/presets/Title2/Title2.js.map +1 -1
- package/lib-commonjs/components/presets/Title2/index.js +0 -3
- package/lib-commonjs/components/presets/Title2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js +0 -2
- package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/Title3/Title3.js +2 -4
- package/lib-commonjs/components/presets/Title3/Title3.js.map +1 -1
- package/lib-commonjs/components/presets/Title3/index.js +0 -3
- package/lib-commonjs/components/presets/Title3/index.js.map +1 -1
- package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js +0 -2
- package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js.map +1 -1
- package/lib-commonjs/components/presets/createPreset.js +1 -3
- package/lib-commonjs/components/presets/createPreset.js.map +1 -1
- package/lib-commonjs/index.js +0 -3
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +7 -7
@@ -168,5 +168,3 @@ const useTextStyles_unstable = (state)=>{
|
|
168
168
|
state.root.className = (0, _react.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);
|
169
169
|
return state;
|
170
170
|
}; //# sourceMappingURL=useTextStyles.styles.js.map
|
171
|
-
|
172
|
-
//# sourceMappingURL=useTextStyles.styles.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
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":"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"}
|
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Body1", {
|
|
8
8
|
});
|
9
9
|
const _createPreset = require("../createPreset");
|
10
10
|
const _useBody1StylesStyles = require("./useBody1Styles.styles");
|
11
|
-
const Body1 =
|
11
|
+
const Body1 = (0, _createPreset.createPreset)({
|
12
12
|
useStyles: _useBody1StylesStyles.useBody1Styles,
|
13
13
|
className: _useBody1StylesStyles.body1ClassNames.root,
|
14
14
|
displayName: 'Body1'
|
15
|
-
});
|
16
|
-
|
17
|
-
//# sourceMappingURL=Body1.js.map
|
15
|
+
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
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;;aAAAA;;8BAJY;sCACmB;AAGrC,MAAMA,QAAQC,IAAAA,0BAAY,EAAC;IAClCC,WAAWC,oCAAc;IACzBC,WAAWC,qCAAe,CAACC,IAAI;IAC/BC,aAAa;AACjB"}
|
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "body1ClassNames", {
|
|
9
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
10
10
|
_exportStar(require("./Body1"), exports);
|
11
11
|
const _useBody1StylesStyles = require("./useBody1Styles.styles");
|
12
|
-
//# sourceMappingURL=index.js.map
|
13
|
-
|
14
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Body1';\nexport { body1ClassNames } from './useBody1Styles.styles';\n"],"names":["body1ClassNames"],"mappings":";;;;+BACSA;;aAAAA,qCAAe;;;oBADV;sCACkB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
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,MAAfA;IAMAC,cAAc,MAAdA;;uBARY;AAElB,MAAMD,kBAAkB;IAC7BE,MAAM;AACR;AAIO,MAAMD,iBAAiB,WAAW,GAAEE,IAAAA,kBAAQ,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"}
|
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Body1Strong", {
|
|
8
8
|
});
|
9
9
|
const _createPreset = require("../createPreset");
|
10
10
|
const _useBody1StrongStylesStyles = require("./useBody1StrongStyles.styles");
|
11
|
-
const Body1Strong =
|
11
|
+
const Body1Strong = (0, _createPreset.createPreset)({
|
12
12
|
useStyles: _useBody1StrongStylesStyles.useBody1StrongStyles,
|
13
13
|
className: _useBody1StrongStylesStyles.body1StrongClassNames.root,
|
14
14
|
displayName: 'Body1Strong'
|
15
|
-
});
|
16
|
-
|
17
|
-
//# sourceMappingURL=Body1Strong.js.map
|
15
|
+
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
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;;aAAAA;;8BAJY;4CAC+B;AAGjD,MAAMA,cAAcC,IAAAA,0BAAY,EAAC;IACxCC,WAAWC,gDAAoB;IAC/BC,WAAWC,iDAAqB,CAACC,IAAI;IACrCC,aAAa;AACjB"}
|
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "body1StrongClassNames", {
|
|
9
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
10
10
|
_exportStar(require("./Body1Strong"), exports);
|
11
11
|
const _useBody1StrongStylesStyles = require("./useBody1StrongStyles.styles");
|
12
|
-
//# sourceMappingURL=index.js.map
|
13
|
-
|
14
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Body1Strong';\nexport { body1StrongClassNames } from './useBody1StrongStyles.styles';\n"],"names":["body1StrongClassNames"],"mappings":";;;;+BACSA;;aAAAA,iDAAqB;;;oBADhB;4CACwB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
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,MAArBA;IAMAC,oBAAoB,MAApBA;;uBARY;AAElB,MAAMD,wBAAwB;IACnCE,MAAM;AACR;AAIO,MAAMD,uBAAuB,WAAW,GAAEE,IAAAA,kBAAQ,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"}
|
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Body1Stronger", {
|
|
8
8
|
});
|
9
9
|
const _createPreset = require("../createPreset");
|
10
10
|
const _useBody1StrongerStylesStyles = require("./useBody1StrongerStyles.styles");
|
11
|
-
const Body1Stronger =
|
11
|
+
const Body1Stronger = (0, _createPreset.createPreset)({
|
12
12
|
useStyles: _useBody1StrongerStylesStyles.useBody1StrongerStyles,
|
13
13
|
className: _useBody1StrongerStylesStyles.body1StrongerClassNames.root,
|
14
14
|
displayName: 'Body1Stronger'
|
15
|
-
});
|
16
|
-
|
17
|
-
//# sourceMappingURL=Body1Stronger.js.map
|
15
|
+
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
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;;aAAAA;;8BAJY;8CACmC;AAGrD,MAAMA,gBAAgBC,IAAAA,0BAAY,EAAC;IAC1CC,WAAWC,oDAAsB;IACjCC,WAAWC,qDAAuB,CAACC,IAAI;IACvCC,aAAa;AACjB"}
|
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "body1StrongerClassNames", {
|
|
9
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
10
10
|
_exportStar(require("./Body1Stronger"), exports);
|
11
11
|
const _useBody1StrongerStylesStyles = require("./useBody1StrongerStyles.styles");
|
12
|
-
//# sourceMappingURL=index.js.map
|
13
|
-
|
14
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Body1Stronger';\nexport { body1StrongerClassNames } from './useBody1StrongerStyles.styles';\n"],"names":["body1StrongerClassNames"],"mappings":";;;;+BACSA;;aAAAA,qDAAuB;;;oBADlB;8CAC0B"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
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,MAAvBA;IAMAC,sBAAsB,MAAtBA;;uBARY;AAElB,MAAMD,0BAA0B;IACrCE,MAAM;AACR;AAIO,MAAMD,yBAAyB,WAAW,GAAEE,IAAAA,kBAAQ,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"}
|
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Body2", {
|
|
8
8
|
});
|
9
9
|
const _createPreset = require("../createPreset");
|
10
10
|
const _useBody2StylesStyles = require("./useBody2Styles.styles");
|
11
|
-
const Body2 =
|
11
|
+
const Body2 = (0, _createPreset.createPreset)({
|
12
12
|
useStyles: _useBody2StylesStyles.useBody2Styles,
|
13
13
|
className: _useBody2StylesStyles.body2ClassNames.root,
|
14
14
|
displayName: 'Body2'
|
15
|
-
});
|
16
|
-
|
17
|
-
//# sourceMappingURL=Body2.js.map
|
15
|
+
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
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;;aAAAA;;8BAJY;sCACmB;AAGrC,MAAMA,QAAQC,IAAAA,0BAAY,EAAC;IAClCC,WAAWC,oCAAc;IACzBC,WAAWC,qCAAe,CAACC,IAAI;IAC/BC,aAAa;AACjB"}
|
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "body2ClassNames", {
|
|
9
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
10
10
|
_exportStar(require("./Body2"), exports);
|
11
11
|
const _useBody2StylesStyles = require("./useBody2Styles.styles");
|
12
|
-
//# sourceMappingURL=index.js.map
|
13
|
-
|
14
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Body2';\nexport { body2ClassNames } from './useBody2Styles.styles';\n"],"names":["body2ClassNames"],"mappings":";;;;+BACSA;;aAAAA,qCAAe;;;oBADV;sCACkB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
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,MAAfA;IAMAC,cAAc,MAAdA;;uBARY;AAElB,MAAMD,kBAAkB;IAC7BE,MAAM;AACR;AAIO,MAAMD,iBAAiB,WAAW,GAAEE,IAAAA,kBAAQ,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"}
|
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Caption1", {
|
|
8
8
|
});
|
9
9
|
const _createPreset = require("../createPreset");
|
10
10
|
const _useCaption1StylesStyles = require("./useCaption1Styles.styles");
|
11
|
-
const Caption1 =
|
11
|
+
const Caption1 = (0, _createPreset.createPreset)({
|
12
12
|
useStyles: _useCaption1StylesStyles.useCaption1Styles,
|
13
13
|
className: _useCaption1StylesStyles.caption1ClassNames.root,
|
14
14
|
displayName: 'Caption1'
|
15
|
-
});
|
16
|
-
|
17
|
-
//# sourceMappingURL=Caption1.js.map
|
15
|
+
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
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;;aAAAA;;8BAJY;yCACyB;AAG3C,MAAMA,WAAWC,IAAAA,0BAAY,EAAC;IACrCC,WAAWC,0CAAiB;IAC5BC,WAAWC,2CAAkB,CAACC,IAAI;IAClCC,aAAa;AACjB"}
|
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "caption1ClassNames", {
|
|
9
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
10
10
|
_exportStar(require("./Caption1"), exports);
|
11
11
|
const _useCaption1StylesStyles = require("./useCaption1Styles.styles");
|
12
|
-
//# sourceMappingURL=index.js.map
|
13
|
-
|
14
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Caption1';\nexport { caption1ClassNames } from './useCaption1Styles.styles';\n"],"names":["caption1ClassNames"],"mappings":";;;;+BACSA;;aAAAA,2CAAkB;;;oBADb;yCACqB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
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,MAAlBA;IAMAC,iBAAiB,MAAjBA;;uBARY;AAElB,MAAMD,qBAAqB;IAChCE,MAAM;AACR;AAIO,MAAMD,oBAAoB,WAAW,GAAEE,IAAAA,kBAAQ,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"}
|
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Caption1Strong", {
|
|
8
8
|
});
|
9
9
|
const _createPreset = require("../createPreset");
|
10
10
|
const _useCaption1StrongStylesStyles = require("./useCaption1StrongStyles.styles");
|
11
|
-
const Caption1Strong =
|
11
|
+
const Caption1Strong = (0, _createPreset.createPreset)({
|
12
12
|
useStyles: _useCaption1StrongStylesStyles.useCaption1StrongStyles,
|
13
13
|
className: _useCaption1StrongStylesStyles.caption1StrongClassNames.root,
|
14
14
|
displayName: 'Caption1Strong'
|
15
|
-
});
|
16
|
-
|
17
|
-
//# sourceMappingURL=Caption1Strong.js.map
|
15
|
+
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
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;;aAAAA;;8BAJY;+CACqC;AAGvD,MAAMA,iBAAiBC,IAAAA,0BAAY,EAAC;IAC3CC,WAAWC,sDAAuB;IAClCC,WAAWC,uDAAwB,CAACC,IAAI;IACxCC,aAAa;AACjB"}
|
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "caption1StrongClassNames", {
|
|
9
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
10
10
|
_exportStar(require("./Caption1Strong"), exports);
|
11
11
|
const _useCaption1StrongStylesStyles = require("./useCaption1StrongStyles.styles");
|
12
|
-
//# sourceMappingURL=index.js.map
|
13
|
-
|
14
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Caption1Strong';\nexport { caption1StrongClassNames } from './useCaption1StrongStyles.styles';\n"],"names":["caption1StrongClassNames"],"mappings":";;;;+BACSA;;aAAAA,uDAAwB;;;oBADnB;+CAC2B"}
|
package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
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,MAAxBA;IAMAC,uBAAuB,MAAvBA;;uBARY;AAElB,MAAMD,2BAA2B;IACtCE,MAAM;AACR;AAIO,MAAMD,0BAA0B,WAAW,GAAEE,IAAAA,kBAAQ,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"}
|
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Caption1Stronger", {
|
|
8
8
|
});
|
9
9
|
const _createPreset = require("../createPreset");
|
10
10
|
const _useCaption1StrongerStyles = require("./useCaption1Stronger.styles");
|
11
|
-
const Caption1Stronger =
|
11
|
+
const Caption1Stronger = (0, _createPreset.createPreset)({
|
12
12
|
useStyles: _useCaption1StrongerStyles.useCaption1StrongerStyles,
|
13
13
|
className: _useCaption1StrongerStyles.caption1StrongerClassNames.root,
|
14
14
|
displayName: 'Caption1Stronger'
|
15
|
-
});
|
16
|
-
|
17
|
-
//# sourceMappingURL=Caption1Stronger.js.map
|
15
|
+
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["Caption1Stronger.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { caption1StrongerClassNames, useCaption1StrongerStyles } from './useCaption1Stronger.styles';\n/**\n * Text preset component for the Caption1Stronger typography variant\n */ export const Caption1Stronger = createPreset({\n useStyles: useCaption1StrongerStyles,\n className: caption1StrongerClassNames.root,\n displayName: 'Caption1Stronger'\n});\n"],"names":["Caption1Stronger","createPreset","useStyles","useCaption1StrongerStyles","className","caption1StrongerClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;aAAAA;;8BAJY;2CACyC;AAG3D,MAAMA,mBAAmBC,IAAAA,0BAAY,EAAC;IAC7CC,WAAWC,oDAAyB;IACpCC,WAAWC,qDAA0B,CAACC,IAAI;IAC1CC,aAAa;AACjB"}
|
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "caption1StrongerClassNames", {
|
|
9
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
10
10
|
_exportStar(require("./Caption1Stronger"), exports);
|
11
11
|
const _useCaption1StrongerStyles = require("./useCaption1Stronger.styles");
|
12
|
-
//# sourceMappingURL=index.js.map
|
13
|
-
|
14
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Caption1Stronger';\nexport { caption1StrongerClassNames } from './useCaption1Stronger.styles';\n"],"names":["caption1StrongerClassNames"],"mappings":";;;;+BACSA;;aAAAA,qDAA0B;;;oBADrB;2CAC6B"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["useCaption1Stronger.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption1StrongerClassNames = {\n root: 'fui-Caption1Stronger'\n};\n/**\n * Styles for the root slot\n */\nexport const useCaption1StrongerStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fy9rknc\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"fwrc4pm\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\"]\n});\n//# sourceMappingURL=useCaption1Stronger.styles.js.map"],"names":["caption1StrongerClassNames","useCaption1StrongerStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,0BAA0B,MAA1BA;IAMAC,yBAAyB,MAAzBA;;uBARY;AAElB,MAAMD,6BAA6B;IACxCE,MAAM;AACR;AAIO,MAAMD,4BAA4B,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IAC7DD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAgD;KAAkD;AACvM,IACA,sDAAsD"}
|
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Caption2", {
|
|
8
8
|
});
|
9
9
|
const _createPreset = require("../createPreset");
|
10
10
|
const _useCaption2StylesStyles = require("./useCaption2Styles.styles");
|
11
|
-
const Caption2 =
|
11
|
+
const Caption2 = (0, _createPreset.createPreset)({
|
12
12
|
useStyles: _useCaption2StylesStyles.useCaption2Styles,
|
13
13
|
className: _useCaption2StylesStyles.caption2ClassNames.root,
|
14
14
|
displayName: 'Caption2'
|
15
|
-
});
|
16
|
-
|
17
|
-
//# sourceMappingURL=Caption2.js.map
|
15
|
+
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["Caption2.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { caption2ClassNames, useCaption2Styles } from './useCaption2Styles.styles';\n/**\n * Text preset component for the Caption2 typography variant\n */ export const Caption2 = createPreset({\n useStyles: useCaption2Styles,\n className: caption2ClassNames.root,\n displayName: 'Caption2'\n});\n"],"names":["Caption2","createPreset","useStyles","useCaption2Styles","className","caption2ClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;aAAAA;;8BAJY;yCACyB;AAG3C,MAAMA,WAAWC,IAAAA,0BAAY,EAAC;IACrCC,WAAWC,0CAAiB;IAC5BC,WAAWC,2CAAkB,CAACC,IAAI;IAClCC,aAAa;AACjB"}
|
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "caption2ClassNames", {
|
|
9
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
10
10
|
_exportStar(require("./Caption2"), exports);
|
11
11
|
const _useCaption2StylesStyles = require("./useCaption2Styles.styles");
|
12
|
-
//# sourceMappingURL=index.js.map
|
13
|
-
|
14
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Caption2';\nexport { caption2ClassNames } from './useCaption2Styles.styles';\n"],"names":["caption2ClassNames"],"mappings":";;;;+BACSA;;aAAAA,2CAAkB;;;oBADb;yCACqB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["useCaption2Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption2ClassNames = {\n root: 'fui-Caption2'\n};\n/**\n * Styles for the root slot\n */\nexport const useCaption2Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f13mqy1h\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"fcpl73t\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f13mqy1h{font-size:var(--fontSizeBase100);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".fcpl73t{line-height:var(--lineHeightBase100);}\"]\n});\n//# sourceMappingURL=useCaption2Styles.styles.js.map"],"names":["caption2ClassNames","useCaption2Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,kBAAkB,MAAlBA;IAMAC,iBAAiB,MAAjBA;;uBARY;AAElB,MAAMD,qBAAqB;IAChCE,MAAM;AACR;AAIO,MAAMD,oBAAoB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACrDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAmD;KAAkD;AAC3M,IACA,oDAAoD"}
|
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Caption2Strong", {
|
|
8
8
|
});
|
9
9
|
const _createPreset = require("../createPreset");
|
10
10
|
const _useCaption2StrongStylesStyles = require("./useCaption2StrongStyles.styles");
|
11
|
-
const Caption2Strong =
|
11
|
+
const Caption2Strong = (0, _createPreset.createPreset)({
|
12
12
|
useStyles: _useCaption2StrongStylesStyles.useCaption2StrongStyles,
|
13
13
|
className: _useCaption2StrongStylesStyles.caption2StrongClassNames.root,
|
14
14
|
displayName: 'Caption2Strong'
|
15
|
-
});
|
16
|
-
|
17
|
-
//# sourceMappingURL=Caption2Strong.js.map
|
15
|
+
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["Caption2Strong.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { caption2StrongClassNames, useCaption2StrongStyles } from './useCaption2StrongStyles.styles';\n/**\n * Text preset component for the Caption2Strong typography variant\n */ export const Caption2Strong = createPreset({\n useStyles: useCaption2StrongStyles,\n className: caption2StrongClassNames.root,\n displayName: 'Caption2Strong'\n});\n"],"names":["Caption2Strong","createPreset","useStyles","useCaption2StrongStyles","className","caption2StrongClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;aAAAA;;8BAJY;+CACqC;AAGvD,MAAMA,iBAAiBC,IAAAA,0BAAY,EAAC;IAC3CC,WAAWC,sDAAuB;IAClCC,WAAWC,uDAAwB,CAACC,IAAI;IACxCC,aAAa;AACjB"}
|
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "caption2StrongClassNames", {
|
|
9
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
10
10
|
_exportStar(require("./Caption2Strong"), exports);
|
11
11
|
const _useCaption2StrongStylesStyles = require("./useCaption2StrongStyles.styles");
|
12
|
-
//# sourceMappingURL=index.js.map
|
13
|
-
|
14
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Caption2Strong';\nexport { caption2StrongClassNames } from './useCaption2StrongStyles.styles';\n"],"names":["caption2StrongClassNames"],"mappings":";;;;+BACSA;;aAAAA,uDAAwB;;;oBADnB;+CAC2B"}
|
package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["useCaption2StrongStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption2StrongClassNames = {\n root: 'fui-Caption2Strong'\n};\n/**\n * Styles for the root slot\n */\nexport const useCaption2StrongStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f13mqy1h\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fcpl73t\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f13mqy1h{font-size:var(--fontSizeBase100);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fcpl73t{line-height:var(--lineHeightBase100);}\"]\n});\n//# sourceMappingURL=useCaption2StrongStyles.styles.js.map"],"names":["caption2StrongClassNames","useCaption2StrongStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,wBAAwB,MAAxBA;IAMAC,uBAAuB,MAAvBA;;uBARY;AAElB,MAAMD,2BAA2B;IACtCE,MAAM;AACR;AAIO,MAAMD,0BAA0B,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IAC3DD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAkD;AAC5M,IACA,0DAA0D"}
|
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Display", {
|
|
8
8
|
});
|
9
9
|
const _createPreset = require("../createPreset");
|
10
10
|
const _useDisplayStylesStyles = require("./useDisplayStyles.styles");
|
11
|
-
const Display =
|
11
|
+
const Display = (0, _createPreset.createPreset)({
|
12
12
|
useStyles: _useDisplayStylesStyles.useDisplayStyles,
|
13
13
|
className: _useDisplayStylesStyles.displayClassNames.root,
|
14
14
|
displayName: 'Display'
|
15
|
-
});
|
16
|
-
|
17
|
-
//# sourceMappingURL=Display.js.map
|
15
|
+
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["Display.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { displayClassNames, useDisplayStyles } from './useDisplayStyles.styles';\n/**\n * Text preset component for the Display typography variant\n */ export const Display = createPreset({\n useStyles: useDisplayStyles,\n className: displayClassNames.root,\n displayName: 'Display'\n});\n"],"names":["Display","createPreset","useStyles","useDisplayStyles","className","displayClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;aAAAA;;8BAJY;wCACuB;AAGzC,MAAMA,UAAUC,IAAAA,0BAAY,EAAC;IACpCC,WAAWC,wCAAgB;IAC3BC,WAAWC,yCAAiB,CAACC,IAAI;IACjCC,aAAa;AACjB"}
|
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "displayClassNames", {
|
|
9
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
10
10
|
_exportStar(require("./Display"), exports);
|
11
11
|
const _useDisplayStylesStyles = require("./useDisplayStyles.styles");
|
12
|
-
//# sourceMappingURL=index.js.map
|
13
|
-
|
14
|
-
//# sourceMappingURL=index.js.map
|