@fluentui/react-text 9.6.17 → 9.6.19
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.md +26 -2
- package/dist/index.d.cts +240 -0
- package/lib/Body1.js +1 -1
- package/lib/Body1.js.map +1 -1
- package/lib/Body1Strong.js +1 -1
- package/lib/Body1Strong.js.map +1 -1
- package/lib/Body1Stronger.js +1 -1
- package/lib/Body1Stronger.js.map +1 -1
- package/lib/Body2.js +1 -1
- package/lib/Body2.js.map +1 -1
- package/lib/Caption1.js +1 -1
- package/lib/Caption1.js.map +1 -1
- package/lib/Caption1Strong.js +1 -1
- package/lib/Caption1Strong.js.map +1 -1
- package/lib/Caption1Stronger.js +1 -1
- package/lib/Caption1Stronger.js.map +1 -1
- package/lib/Caption2.js +1 -1
- package/lib/Caption2.js.map +1 -1
- package/lib/Caption2Strong.js +1 -1
- package/lib/Caption2Strong.js.map +1 -1
- package/lib/Display.js +1 -1
- package/lib/Display.js.map +1 -1
- package/lib/LargeTitle.js +1 -1
- package/lib/LargeTitle.js.map +1 -1
- package/lib/Subtitle1.js +1 -1
- package/lib/Subtitle1.js.map +1 -1
- package/lib/Subtitle2.js +1 -1
- package/lib/Subtitle2.js.map +1 -1
- package/lib/Subtitle2Stronger.js +1 -1
- package/lib/Subtitle2Stronger.js.map +1 -1
- package/lib/Text.js +1 -1
- package/lib/Text.js.map +1 -1
- package/lib/Title1.js +1 -1
- package/lib/Title1.js.map +1 -1
- package/lib/Title2.js +1 -1
- package/lib/Title2.js.map +1 -1
- package/lib/Title3.js +1 -1
- package/lib/Title3.js.map +1 -1
- package/lib/components/Text/Text.js +5 -5
- package/lib/components/Text/Text.js.map +1 -1
- package/lib/components/Text/index.js +4 -4
- package/lib/components/Text/index.js.map +1 -1
- package/lib/components/Text/renderText.js +1 -1
- package/lib/components/Text/useText.js +1 -1
- package/lib/components/Text/useTextStyles.styles.js +2 -4
- package/lib/components/Text/useTextStyles.styles.js.map +1 -1
- package/lib/components/Text/useTextStyles.styles.raw.js +2 -3
- package/lib/components/Text/useTextStyles.styles.raw.js.map +1 -1
- package/lib/components/presets/Body1/Body1.js +2 -2
- package/lib/components/presets/Body1/Body1.js.map +1 -1
- package/lib/components/presets/Body1/index.js +2 -2
- package/lib/components/presets/Body1/index.js.map +1 -1
- package/lib/components/presets/Body1/useBody1Styles.styles.js +2 -2
- package/lib/components/presets/Body1/useBody1Styles.styles.js.map +1 -1
- package/lib/components/presets/Body1/useBody1Styles.styles.raw.js +2 -2
- package/lib/components/presets/Body1Strong/Body1Strong.js +2 -2
- package/lib/components/presets/Body1Strong/Body1Strong.js.map +1 -1
- package/lib/components/presets/Body1Strong/index.js +2 -2
- package/lib/components/presets/Body1Strong/index.js.map +1 -1
- package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js +2 -2
- package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +1 -1
- package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.raw.js +2 -2
- package/lib/components/presets/Body1Stronger/Body1Stronger.js +2 -2
- package/lib/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
- package/lib/components/presets/Body1Stronger/index.js +2 -2
- package/lib/components/presets/Body1Stronger/index.js.map +1 -1
- package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js +2 -2
- package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +1 -1
- package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.raw.js +2 -2
- package/lib/components/presets/Body2/Body2.js +2 -2
- package/lib/components/presets/Body2/Body2.js.map +1 -1
- package/lib/components/presets/Body2/index.js +2 -2
- package/lib/components/presets/Body2/index.js.map +1 -1
- package/lib/components/presets/Body2/useBody2Styles.styles.js +2 -2
- package/lib/components/presets/Body2/useBody2Styles.styles.js.map +1 -1
- package/lib/components/presets/Body2/useBody2Styles.styles.raw.js +2 -2
- package/lib/components/presets/Caption1/Caption1.js +2 -2
- package/lib/components/presets/Caption1/Caption1.js.map +1 -1
- package/lib/components/presets/Caption1/index.js +2 -2
- package/lib/components/presets/Caption1/index.js.map +1 -1
- package/lib/components/presets/Caption1/useCaption1Styles.styles.js +2 -2
- package/lib/components/presets/Caption1/useCaption1Styles.styles.js.map +1 -1
- package/lib/components/presets/Caption1/useCaption1Styles.styles.raw.js +2 -2
- package/lib/components/presets/Caption1Strong/Caption1Strong.js +2 -2
- package/lib/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
- package/lib/components/presets/Caption1Strong/index.js +2 -2
- package/lib/components/presets/Caption1Strong/index.js.map +1 -1
- package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js +2 -2
- package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +1 -1
- package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.raw.js +2 -2
- package/lib/components/presets/Caption1Stronger/Caption1Stronger.js +2 -2
- package/lib/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
- package/lib/components/presets/Caption1Stronger/index.js +2 -2
- package/lib/components/presets/Caption1Stronger/index.js.map +1 -1
- package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js +2 -2
- package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +1 -1
- package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.raw.js +2 -2
- package/lib/components/presets/Caption2/Caption2.js +2 -2
- package/lib/components/presets/Caption2/Caption2.js.map +1 -1
- package/lib/components/presets/Caption2/index.js +2 -2
- package/lib/components/presets/Caption2/index.js.map +1 -1
- package/lib/components/presets/Caption2/useCaption2Styles.styles.js +2 -2
- package/lib/components/presets/Caption2/useCaption2Styles.styles.js.map +1 -1
- package/lib/components/presets/Caption2/useCaption2Styles.styles.raw.js +2 -2
- package/lib/components/presets/Caption2Strong/Caption2Strong.js +2 -2
- package/lib/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
- package/lib/components/presets/Caption2Strong/index.js +2 -2
- package/lib/components/presets/Caption2Strong/index.js.map +1 -1
- package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js +2 -2
- package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +1 -1
- package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.raw.js +2 -2
- package/lib/components/presets/Display/Display.js +2 -2
- package/lib/components/presets/Display/Display.js.map +1 -1
- package/lib/components/presets/Display/index.js +2 -2
- package/lib/components/presets/Display/index.js.map +1 -1
- package/lib/components/presets/Display/useDisplayStyles.styles.js +2 -2
- package/lib/components/presets/Display/useDisplayStyles.styles.js.map +1 -1
- package/lib/components/presets/Display/useDisplayStyles.styles.raw.js +2 -2
- package/lib/components/presets/LargeTitle/LargeTitle.js +2 -2
- package/lib/components/presets/LargeTitle/LargeTitle.js.map +1 -1
- package/lib/components/presets/LargeTitle/index.js +2 -2
- package/lib/components/presets/LargeTitle/index.js.map +1 -1
- package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js +2 -2
- package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +1 -1
- package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.raw.js +2 -2
- package/lib/components/presets/Subtitle1/Subtitle1.js +2 -2
- package/lib/components/presets/Subtitle1/Subtitle1.js.map +1 -1
- package/lib/components/presets/Subtitle1/index.js +2 -2
- package/lib/components/presets/Subtitle1/index.js.map +1 -1
- package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.js +2 -2
- package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +1 -1
- package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.raw.js +2 -2
- package/lib/components/presets/Subtitle2/Subtitle2.js +2 -2
- package/lib/components/presets/Subtitle2/Subtitle2.js.map +1 -1
- package/lib/components/presets/Subtitle2/index.js +2 -2
- package/lib/components/presets/Subtitle2/index.js.map +1 -1
- package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.js +2 -2
- package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +1 -1
- package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.raw.js +2 -2
- package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +2 -2
- package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
- package/lib/components/presets/Subtitle2Stronger/index.js +2 -2
- package/lib/components/presets/Subtitle2Stronger/index.js.map +1 -1
- package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js +2 -2
- package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +1 -1
- package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.raw.js +2 -2
- package/lib/components/presets/Title1/Title1.js +2 -2
- package/lib/components/presets/Title1/Title1.js.map +1 -1
- package/lib/components/presets/Title1/index.js +2 -2
- package/lib/components/presets/Title1/index.js.map +1 -1
- package/lib/components/presets/Title1/useTitle1Styles.styles.js +2 -2
- package/lib/components/presets/Title1/useTitle1Styles.styles.js.map +1 -1
- package/lib/components/presets/Title1/useTitle1Styles.styles.raw.js +2 -2
- package/lib/components/presets/Title2/Title2.js +2 -2
- package/lib/components/presets/Title2/Title2.js.map +1 -1
- package/lib/components/presets/Title2/index.js +2 -2
- package/lib/components/presets/Title2/index.js.map +1 -1
- package/lib/components/presets/Title2/useTitle2Styles.styles.js +2 -2
- package/lib/components/presets/Title2/useTitle2Styles.styles.js.map +1 -1
- package/lib/components/presets/Title2/useTitle2Styles.styles.raw.js +2 -2
- package/lib/components/presets/Title3/Title3.js +2 -2
- package/lib/components/presets/Title3/Title3.js.map +1 -1
- package/lib/components/presets/Title3/index.js +2 -2
- package/lib/components/presets/Title3/index.js.map +1 -1
- package/lib/components/presets/Title3/useTitle3Styles.styles.js +2 -2
- package/lib/components/presets/Title3/useTitle3Styles.styles.js.map +1 -1
- package/lib/components/presets/Title3/useTitle3Styles.styles.raw.js +2 -2
- package/lib/components/presets/createPreset.js +3 -4
- package/lib/components/presets/createPreset.js.map +1 -1
- package/lib/index.js +18 -18
- package/lib/index.js.map +1 -1
- package/lib-commonjs/{Body1.js → Body1.cjs} +1 -1
- package/lib-commonjs/{Body1.js.map → Body1.cjs.map} +1 -1
- package/lib-commonjs/{Body1Strong.js → Body1Strong.cjs} +1 -1
- package/lib-commonjs/{Body1Strong.js.map → Body1Strong.cjs.map} +1 -1
- package/lib-commonjs/{Body1Stronger.js → Body1Stronger.cjs} +1 -1
- package/lib-commonjs/{Body1Stronger.js.map → Body1Stronger.cjs.map} +1 -1
- package/lib-commonjs/{Body2.js → Body2.cjs} +1 -1
- package/lib-commonjs/{Body2.js.map → Body2.cjs.map} +1 -1
- package/lib-commonjs/{Caption1.js → Caption1.cjs} +1 -1
- package/lib-commonjs/{Caption1.js.map → Caption1.cjs.map} +1 -1
- package/lib-commonjs/{Caption1Strong.js → Caption1Strong.cjs} +1 -1
- package/lib-commonjs/{Caption1Strong.js.map → Caption1Strong.cjs.map} +1 -1
- package/lib-commonjs/{Caption1Stronger.js → Caption1Stronger.cjs} +1 -1
- package/lib-commonjs/{Caption1Stronger.js.map → Caption1Stronger.cjs.map} +1 -1
- package/lib-commonjs/{Caption2.js → Caption2.cjs} +1 -1
- package/lib-commonjs/{Caption2.js.map → Caption2.cjs.map} +1 -1
- package/lib-commonjs/{Caption2Strong.js → Caption2Strong.cjs} +1 -1
- package/lib-commonjs/{Caption2Strong.js.map → Caption2Strong.cjs.map} +1 -1
- package/lib-commonjs/{Display.js → Display.cjs} +1 -1
- package/lib-commonjs/{Display.js.map → Display.cjs.map} +1 -1
- package/lib-commonjs/{LargeTitle.js → LargeTitle.cjs} +1 -1
- package/lib-commonjs/{LargeTitle.js.map → LargeTitle.cjs.map} +1 -1
- package/lib-commonjs/{Subtitle1.js → Subtitle1.cjs} +1 -1
- package/lib-commonjs/{Subtitle1.js.map → Subtitle1.cjs.map} +1 -1
- package/lib-commonjs/{Subtitle2.js → Subtitle2.cjs} +1 -1
- package/lib-commonjs/{Subtitle2.js.map → Subtitle2.cjs.map} +1 -1
- package/lib-commonjs/{Subtitle2Stronger.js → Subtitle2Stronger.cjs} +1 -1
- package/lib-commonjs/{Subtitle2Stronger.js.map → Subtitle2Stronger.cjs.map} +1 -1
- package/lib-commonjs/{Text.js → Text.cjs} +1 -1
- package/lib-commonjs/{Text.js.map → Text.cjs.map} +1 -1
- package/lib-commonjs/{Title1.js → Title1.cjs} +1 -1
- package/lib-commonjs/{Title1.js.map → Title1.cjs.map} +1 -1
- package/lib-commonjs/{Title2.js → Title2.cjs} +1 -1
- package/lib-commonjs/{Title2.js.map → Title2.cjs.map} +1 -1
- package/lib-commonjs/{Title3.js → Title3.cjs} +1 -1
- package/lib-commonjs/{Title3.js.map → Title3.cjs.map} +1 -1
- package/lib-commonjs/components/Text/{Text.js → Text.cjs} +3 -3
- package/lib-commonjs/components/Text/{Text.js.map → Text.cjs.map} +1 -1
- package/lib-commonjs/components/Text/{index.js → index.cjs} +4 -4
- package/lib-commonjs/components/Text/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/Text/{useTextStyles.styles.js → useTextStyles.styles.cjs} +0 -1
- package/lib-commonjs/components/Text/useTextStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/Text/{useTextStyles.styles.raw.js → useTextStyles.styles.raw.cjs} +0 -1
- package/lib-commonjs/components/Text/useTextStyles.styles.raw.cjs.map +1 -0
- package/lib-commonjs/components/presets/Body1/{Body1.js → Body1.cjs} +2 -2
- package/lib-commonjs/components/presets/Body1/{Body1.js.map → Body1.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Body1/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Body1/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/Body1Strong/{Body1Strong.js → Body1Strong.cjs} +2 -2
- package/lib-commonjs/components/presets/Body1Strong/{Body1Strong.js.map → Body1Strong.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Body1Strong/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Body1Strong/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/Body1Stronger/{Body1Stronger.js → Body1Stronger.cjs} +2 -2
- package/lib-commonjs/components/presets/Body1Stronger/{Body1Stronger.js.map → Body1Stronger.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Body1Stronger/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Body1Stronger/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/Body2/{Body2.js → Body2.cjs} +2 -2
- package/lib-commonjs/components/presets/Body2/{Body2.js.map → Body2.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Body2/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Body2/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/Caption1/{Caption1.js → Caption1.cjs} +2 -2
- package/lib-commonjs/components/presets/Caption1/{Caption1.js.map → Caption1.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Caption1/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Caption1/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/Caption1Strong/{Caption1Strong.js → Caption1Strong.cjs} +2 -2
- package/lib-commonjs/components/presets/Caption1Strong/{Caption1Strong.js.map → Caption1Strong.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Caption1Strong/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Caption1Strong/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/Caption1Stronger/{Caption1Stronger.js → Caption1Stronger.cjs} +2 -2
- package/lib-commonjs/components/presets/Caption1Stronger/{Caption1Stronger.js.map → Caption1Stronger.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Caption1Stronger/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Caption1Stronger/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/Caption2/{Caption2.js → Caption2.cjs} +2 -2
- package/lib-commonjs/components/presets/Caption2/{Caption2.js.map → Caption2.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Caption2/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Caption2/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/Caption2Strong/{Caption2Strong.js → Caption2Strong.cjs} +2 -2
- package/lib-commonjs/components/presets/Caption2Strong/{Caption2Strong.js.map → Caption2Strong.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Caption2Strong/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Caption2Strong/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/Display/{Display.js → Display.cjs} +2 -2
- package/lib-commonjs/components/presets/Display/{Display.js.map → Display.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Display/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Display/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/LargeTitle/{LargeTitle.js → LargeTitle.cjs} +2 -2
- package/lib-commonjs/components/presets/LargeTitle/{LargeTitle.js.map → LargeTitle.cjs.map} +1 -1
- package/lib-commonjs/components/presets/LargeTitle/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/LargeTitle/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/Subtitle1/{Subtitle1.js → Subtitle1.cjs} +2 -2
- package/lib-commonjs/components/presets/Subtitle1/{Subtitle1.js.map → Subtitle1.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Subtitle1/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Subtitle1/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/Subtitle2/{Subtitle2.js → Subtitle2.cjs} +2 -2
- package/lib-commonjs/components/presets/Subtitle2/{Subtitle2.js.map → Subtitle2.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Subtitle2/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Subtitle2/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/Subtitle2Stronger/{Subtitle2Stronger.js → Subtitle2Stronger.cjs} +2 -2
- package/lib-commonjs/components/presets/Subtitle2Stronger/{Subtitle2Stronger.js.map → Subtitle2Stronger.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Subtitle2Stronger/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Subtitle2Stronger/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/Title1/{Title1.js → Title1.cjs} +2 -2
- package/lib-commonjs/components/presets/Title1/{Title1.js.map → Title1.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Title1/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Title1/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/Title2/{Title2.js → Title2.cjs} +2 -2
- package/lib-commonjs/components/presets/Title2/{Title2.js.map → Title2.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Title2/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Title2/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/Title3/{Title3.js → Title3.cjs} +2 -2
- package/lib-commonjs/components/presets/Title3/{Title3.js.map → Title3.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Title3/{index.js → index.cjs} +2 -2
- package/lib-commonjs/components/presets/Title3/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.cjs.map +1 -0
- package/lib-commonjs/components/presets/{createPreset.js → createPreset.cjs} +4 -5
- package/lib-commonjs/components/presets/createPreset.cjs.map +1 -0
- package/lib-commonjs/{index.js → index.cjs} +18 -18
- package/lib-commonjs/{index.js.map → index.cjs.map} +1 -1
- package/package.json +16 -10
- package/lib-commonjs/components/Text/useTextStyles.styles.js.map +0 -1
- package/lib-commonjs/components/Text/useTextStyles.styles.raw.js.map +0 -1
- package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js.map +0 -1
- package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +0 -1
- package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +0 -1
- package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js.map +0 -1
- package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js.map +0 -1
- package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +0 -1
- package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +0 -1
- package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js.map +0 -1
- package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +0 -1
- package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js.map +0 -1
- package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +0 -1
- package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +0 -1
- package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +0 -1
- package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +0 -1
- package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js.map +0 -1
- package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js.map +0 -1
- package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js.map +0 -1
- package/lib-commonjs/components/presets/createPreset.js.map +0 -1
- /package/lib-commonjs/components/Text/{Text.types.js → Text.types.cjs} +0 -0
- /package/lib-commonjs/components/Text/{Text.types.js.map → Text.types.cjs.map} +0 -0
- /package/lib-commonjs/components/Text/{renderText.js → renderText.cjs} +0 -0
- /package/lib-commonjs/components/Text/{renderText.js.map → renderText.cjs.map} +0 -0
- /package/lib-commonjs/components/Text/{useText.js → useText.cjs} +0 -0
- /package/lib-commonjs/components/Text/{useText.js.map → useText.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Body1/{useBody1Styles.styles.js → useBody1Styles.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Body1/{useBody1Styles.styles.raw.js → useBody1Styles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Body1/{useBody1Styles.styles.raw.js.map → useBody1Styles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Body1Strong/{useBody1StrongStyles.styles.js → useBody1StrongStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Body1Strong/{useBody1StrongStyles.styles.raw.js → useBody1StrongStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Body1Strong/{useBody1StrongStyles.styles.raw.js.map → useBody1StrongStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Body1Stronger/{useBody1StrongerStyles.styles.js → useBody1StrongerStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Body1Stronger/{useBody1StrongerStyles.styles.raw.js → useBody1StrongerStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Body1Stronger/{useBody1StrongerStyles.styles.raw.js.map → useBody1StrongerStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Body2/{useBody2Styles.styles.js → useBody2Styles.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Body2/{useBody2Styles.styles.raw.js → useBody2Styles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Body2/{useBody2Styles.styles.raw.js.map → useBody2Styles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Caption1/{useCaption1Styles.styles.js → useCaption1Styles.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Caption1/{useCaption1Styles.styles.raw.js → useCaption1Styles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Caption1/{useCaption1Styles.styles.raw.js.map → useCaption1Styles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Caption1Strong/{useCaption1StrongStyles.styles.js → useCaption1StrongStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Caption1Strong/{useCaption1StrongStyles.styles.raw.js → useCaption1StrongStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Caption1Strong/{useCaption1StrongStyles.styles.raw.js.map → useCaption1StrongStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Caption1Stronger/{useCaption1Stronger.styles.js → useCaption1Stronger.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Caption1Stronger/{useCaption1Stronger.styles.raw.js → useCaption1Stronger.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Caption1Stronger/{useCaption1Stronger.styles.raw.js.map → useCaption1Stronger.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Caption2/{useCaption2Styles.styles.js → useCaption2Styles.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Caption2/{useCaption2Styles.styles.raw.js → useCaption2Styles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Caption2/{useCaption2Styles.styles.raw.js.map → useCaption2Styles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Caption2Strong/{useCaption2StrongStyles.styles.js → useCaption2StrongStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Caption2Strong/{useCaption2StrongStyles.styles.raw.js → useCaption2StrongStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Caption2Strong/{useCaption2StrongStyles.styles.raw.js.map → useCaption2StrongStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Display/{useDisplayStyles.styles.js → useDisplayStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Display/{useDisplayStyles.styles.raw.js → useDisplayStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Display/{useDisplayStyles.styles.raw.js.map → useDisplayStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/LargeTitle/{useLargeTitleStyles.styles.js → useLargeTitleStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/LargeTitle/{useLargeTitleStyles.styles.raw.js → useLargeTitleStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/LargeTitle/{useLargeTitleStyles.styles.raw.js.map → useLargeTitleStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Subtitle1/{useSubtitle1Styles.styles.js → useSubtitle1Styles.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Subtitle1/{useSubtitle1Styles.styles.raw.js → useSubtitle1Styles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Subtitle1/{useSubtitle1Styles.styles.raw.js.map → useSubtitle1Styles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Subtitle2/{useSubtitle2Styles.styles.js → useSubtitle2Styles.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Subtitle2/{useSubtitle2Styles.styles.raw.js → useSubtitle2Styles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Subtitle2/{useSubtitle2Styles.styles.raw.js.map → useSubtitle2Styles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Subtitle2Stronger/{useSubtitle2Stronger.styles.js → useSubtitle2Stronger.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Subtitle2Stronger/{useSubtitle2Stronger.styles.raw.js → useSubtitle2Stronger.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Subtitle2Stronger/{useSubtitle2Stronger.styles.raw.js.map → useSubtitle2Stronger.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Title1/{useTitle1Styles.styles.js → useTitle1Styles.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Title1/{useTitle1Styles.styles.raw.js → useTitle1Styles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Title1/{useTitle1Styles.styles.raw.js.map → useTitle1Styles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Title2/{useTitle2Styles.styles.js → useTitle2Styles.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Title2/{useTitle2Styles.styles.raw.js → useTitle2Styles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Title2/{useTitle2Styles.styles.raw.js.map → useTitle2Styles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/presets/Title3/{useTitle3Styles.styles.js → useTitle3Styles.styles.cjs} +0 -0
- /package/lib-commonjs/components/presets/Title3/{useTitle3Styles.styles.raw.js → useTitle3Styles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/presets/Title3/{useTitle3Styles.styles.raw.js.map → useTitle3Styles.styles.raw.cjs.map} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Text/useTextStyles.styles.ts"],"sourcesContent":["'use client';\n\nimport { makeStyles, mergeClasses } from '@griffel/react';\nimport { tokens } from '@fluentui/react-theme';\nimport type { TextSlots, TextState } from './Text.types';\nimport type { SlotClassNames } from '@fluentui/react-utilities';\n\nexport const textClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Text',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase300,\n lineHeight: tokens.lineHeightBase300,\n fontWeight: tokens.fontWeightRegular,\n textAlign: 'start',\n display: 'inline',\n whiteSpace: 'normal',\n overflow: 'visible',\n textOverflow: 'clip',\n },\n nowrap: {\n whiteSpace: 'nowrap',\n overflow: 'hidden',\n },\n truncate: {\n textOverflow: 'ellipsis',\n },\n block: {\n display: 'block',\n },\n italic: {\n fontStyle: 'italic',\n },\n underline: {\n textDecorationLine: 'underline',\n },\n strikethrough: {\n textDecorationLine: 'line-through',\n },\n strikethroughUnderline: {\n textDecorationLine: 'line-through underline',\n },\n base100: {\n fontSize: tokens.fontSizeBase100,\n lineHeight: tokens.lineHeightBase100,\n },\n base200: {\n fontSize: tokens.fontSizeBase200,\n lineHeight: tokens.lineHeightBase200,\n },\n base400: {\n fontSize: tokens.fontSizeBase400,\n lineHeight: tokens.lineHeightBase400,\n },\n base500: {\n fontSize: tokens.fontSizeBase500,\n lineHeight: tokens.lineHeightBase500,\n },\n base600: {\n fontSize: tokens.fontSizeBase600,\n lineHeight: tokens.lineHeightBase600,\n },\n hero700: {\n fontSize: tokens.fontSizeHero700,\n lineHeight: tokens.lineHeightHero700,\n },\n hero800: {\n fontSize: tokens.fontSizeHero800,\n lineHeight: tokens.lineHeightHero800,\n },\n hero900: {\n fontSize: tokens.fontSizeHero900,\n lineHeight: tokens.lineHeightHero900,\n },\n hero1000: {\n fontSize: tokens.fontSizeHero1000,\n lineHeight: tokens.lineHeightHero1000,\n },\n monospace: {\n fontFamily: tokens.fontFamilyMonospace,\n },\n numeric: {\n fontFamily: tokens.fontFamilyNumeric,\n },\n weightMedium: {\n fontWeight: tokens.fontWeightMedium,\n },\n weightSemibold: {\n fontWeight: tokens.fontWeightSemibold,\n },\n weightBold: {\n fontWeight: tokens.fontWeightBold,\n },\n alignCenter: {\n textAlign: 'center',\n },\n alignEnd: {\n textAlign: 'end',\n },\n alignJustify: {\n textAlign: 'justify',\n },\n});\n\n/**\n * Apply styling to the Text slots based on the state\n */\nexport const useTextStyles_unstable = (state: TextState): TextState => {\n
|
|
1
|
+
{"version":3,"sources":["../src/components/Text/useTextStyles.styles.ts"],"sourcesContent":["'use client';\n\nimport { makeStyles, mergeClasses } from '@griffel/react';\nimport { tokens } from '@fluentui/react-theme';\nimport type { TextSlots, TextState } from './Text.types';\nimport type { SlotClassNames } from '@fluentui/react-utilities';\n\nexport const textClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Text',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase300,\n lineHeight: tokens.lineHeightBase300,\n fontWeight: tokens.fontWeightRegular,\n textAlign: 'start',\n display: 'inline',\n whiteSpace: 'normal',\n overflow: 'visible',\n textOverflow: 'clip',\n },\n nowrap: {\n whiteSpace: 'nowrap',\n overflow: 'hidden',\n },\n truncate: {\n textOverflow: 'ellipsis',\n },\n block: {\n display: 'block',\n },\n italic: {\n fontStyle: 'italic',\n },\n underline: {\n textDecorationLine: 'underline',\n },\n strikethrough: {\n textDecorationLine: 'line-through',\n },\n strikethroughUnderline: {\n textDecorationLine: 'line-through underline',\n },\n base100: {\n fontSize: tokens.fontSizeBase100,\n lineHeight: tokens.lineHeightBase100,\n },\n base200: {\n fontSize: tokens.fontSizeBase200,\n lineHeight: tokens.lineHeightBase200,\n },\n base400: {\n fontSize: tokens.fontSizeBase400,\n lineHeight: tokens.lineHeightBase400,\n },\n base500: {\n fontSize: tokens.fontSizeBase500,\n lineHeight: tokens.lineHeightBase500,\n },\n base600: {\n fontSize: tokens.fontSizeBase600,\n lineHeight: tokens.lineHeightBase600,\n },\n hero700: {\n fontSize: tokens.fontSizeHero700,\n lineHeight: tokens.lineHeightHero700,\n },\n hero800: {\n fontSize: tokens.fontSizeHero800,\n lineHeight: tokens.lineHeightHero800,\n },\n hero900: {\n fontSize: tokens.fontSizeHero900,\n lineHeight: tokens.lineHeightHero900,\n },\n hero1000: {\n fontSize: tokens.fontSizeHero1000,\n lineHeight: tokens.lineHeightHero1000,\n },\n monospace: {\n fontFamily: tokens.fontFamilyMonospace,\n },\n numeric: {\n fontFamily: tokens.fontFamilyNumeric,\n },\n weightMedium: {\n fontWeight: tokens.fontWeightMedium,\n },\n weightSemibold: {\n fontWeight: tokens.fontWeightSemibold,\n },\n weightBold: {\n fontWeight: tokens.fontWeightBold,\n },\n alignCenter: {\n textAlign: 'center',\n },\n alignEnd: {\n textAlign: 'end',\n },\n alignJustify: {\n textAlign: 'justify',\n },\n});\n\n/**\n * Apply styling to the Text slots based on the state\n */\nexport const useTextStyles_unstable = (state: TextState): TextState => {\n const styles = useStyles();\n\n // eslint-disable-next-line react-hooks/immutability\n state.root.className = mergeClasses(\n textClassNames.root,\n styles.root,\n state.wrap === false && styles.nowrap,\n state.truncate && styles.truncate,\n state.block && styles.block,\n state.italic && styles.italic,\n state.underline && styles.underline,\n state.strikethrough && styles.strikethrough,\n state.underline && state.strikethrough && styles.strikethroughUnderline,\n state.size === 100 && styles.base100,\n state.size === 200 && styles.base200,\n state.size === 400 && styles.base400,\n state.size === 500 && styles.base500,\n state.size === 600 && styles.base600,\n state.size === 700 && styles.hero700,\n state.size === 800 && styles.hero800,\n state.size === 900 && styles.hero900,\n state.size === 1000 && styles.hero1000,\n state.font === 'monospace' && styles.monospace,\n state.font === 'numeric' && styles.numeric,\n state.weight === 'medium' && styles.weightMedium,\n state.weight === 'semibold' && styles.weightSemibold,\n state.weight === 'bold' && styles.weightBold,\n state.align === 'center' && styles.alignCenter,\n state.align === 'end' && styles.alignEnd,\n state.align === 'justify' && styles.alignJustify,\n state.root.className,\n );\n\n return state;\n};\n"],"names":["makeStyles","mergeClasses","tokens","textClassNames","root","useStyles","fontFamily","fontFamilyBase","fontSize","fontSizeBase300","lineHeight","lineHeightBase300","fontWeight","fontWeightRegular","textAlign","display","whiteSpace","overflow","textOverflow","nowrap","truncate","block","italic","fontStyle","underline","textDecorationLine","strikethrough","strikethroughUnderline","base100","fontSizeBase100","lineHeightBase100","base200","fontSizeBase200","lineHeightBase200","base400","fontSizeBase400","lineHeightBase400","base500","fontSizeBase500","lineHeightBase500","base600","fontSizeBase600","lineHeightBase600","hero700","fontSizeHero700","lineHeightHero700","hero800","fontSizeHero800","lineHeightHero800","hero900","fontSizeHero900","lineHeightHero900","hero1000","fontSizeHero1000","lineHeightHero1000","monospace","fontFamilyMonospace","numeric","fontFamilyNumeric","weightMedium","fontWeightMedium","weightSemibold","fontWeightSemibold","weightBold","fontWeightBold","alignCenter","alignEnd","alignJustify","useTextStyles_unstable","state","styles","className","wrap","size","font","weight","align"],"mappings":"AAAA;AAEA,SAASA,UAAU,EAAEC,YAAY,QAAQ,iBAAiB;AAC1D,SAASC,MAAM,QAAQ,wBAAwB;AAI/C,OAAO,MAAMC,iBAA4C;IACvDC,MAAM;AACR,EAAE;AAEF;;CAEC,GACD,MAAMC,YAAYL,WAAW;IAC3BI,MAAM;QACJE,YAAYJ,OAAOK,cAAc;QACjCC,UAAUN,OAAOO,eAAe;QAChCC,YAAYR,OAAOS,iBAAiB;QACpCC,YAAYV,OAAOW,iBAAiB;QACpCC,WAAW;QACXC,SAAS;QACTC,YAAY;QACZC,UAAU;QACVC,cAAc;IAChB;IACAC,QAAQ;QACNH,YAAY;QACZC,UAAU;IACZ;IACAG,UAAU;QACRF,cAAc;IAChB;IACAG,OAAO;QACLN,SAAS;IACX;IACAO,QAAQ;QACNC,WAAW;IACb;IACAC,WAAW;QACTC,oBAAoB;IACtB;IACAC,eAAe;QACbD,oBAAoB;IACtB;IACAE,wBAAwB;QACtBF,oBAAoB;IACtB;IACAG,SAAS;QACPpB,UAAUN,OAAO2B,eAAe;QAChCnB,YAAYR,OAAO4B,iBAAiB;IACtC;IACAC,SAAS;QACPvB,UAAUN,OAAO8B,eAAe;QAChCtB,YAAYR,OAAO+B,iBAAiB;IACtC;IACAC,SAAS;QACP1B,UAAUN,OAAOiC,eAAe;QAChCzB,YAAYR,OAAOkC,iBAAiB;IACtC;IACAC,SAAS;QACP7B,UAAUN,OAAOoC,eAAe;QAChC5B,YAAYR,OAAOqC,iBAAiB;IACtC;IACAC,SAAS;QACPhC,UAAUN,OAAOuC,eAAe;QAChC/B,YAAYR,OAAOwC,iBAAiB;IACtC;IACAC,SAAS;QACPnC,UAAUN,OAAO0C,eAAe;QAChClC,YAAYR,OAAO2C,iBAAiB;IACtC;IACAC,SAAS;QACPtC,UAAUN,OAAO6C,eAAe;QAChCrC,YAAYR,OAAO8C,iBAAiB;IACtC;IACAC,SAAS;QACPzC,UAAUN,OAAOgD,eAAe;QAChCxC,YAAYR,OAAOiD,iBAAiB;IACtC;IACAC,UAAU;QACR5C,UAAUN,OAAOmD,gBAAgB;QACjC3C,YAAYR,OAAOoD,kBAAkB;IACvC;IACAC,WAAW;QACTjD,YAAYJ,OAAOsD,mBAAmB;IACxC;IACAC,SAAS;QACPnD,YAAYJ,OAAOwD,iBAAiB;IACtC;IACAC,cAAc;QACZ/C,YAAYV,OAAO0D,gBAAgB;IACrC;IACAC,gBAAgB;QACdjD,YAAYV,OAAO4D,kBAAkB;IACvC;IACAC,YAAY;QACVnD,YAAYV,OAAO8D,cAAc;IACnC;IACAC,aAAa;QACXnD,WAAW;IACb;IACAoD,UAAU;QACRpD,WAAW;IACb;IACAqD,cAAc;QACZrD,WAAW;IACb;AACF;AAEA;;CAEC,GACD,OAAO,MAAMsD,yBAAyB,CAACC;IACrC,MAAMC,SAASjE;IAEf,oDAAoD;IACpDgE,MAAMjE,IAAI,CAACmE,SAAS,GAAGtE,aACrBE,eAAeC,IAAI,EACnBkE,OAAOlE,IAAI,EACXiE,MAAMG,IAAI,KAAK,SAASF,OAAOnD,MAAM,EACrCkD,MAAMjD,QAAQ,IAAIkD,OAAOlD,QAAQ,EACjCiD,MAAMhD,KAAK,IAAIiD,OAAOjD,KAAK,EAC3BgD,MAAM/C,MAAM,IAAIgD,OAAOhD,MAAM,EAC7B+C,MAAM7C,SAAS,IAAI8C,OAAO9C,SAAS,EACnC6C,MAAM3C,aAAa,IAAI4C,OAAO5C,aAAa,EAC3C2C,MAAM7C,SAAS,IAAI6C,MAAM3C,aAAa,IAAI4C,OAAO3C,sBAAsB,EACvE0C,MAAMI,IAAI,KAAK,OAAOH,OAAO1C,OAAO,EACpCyC,MAAMI,IAAI,KAAK,OAAOH,OAAOvC,OAAO,EACpCsC,MAAMI,IAAI,KAAK,OAAOH,OAAOpC,OAAO,EACpCmC,MAAMI,IAAI,KAAK,OAAOH,OAAOjC,OAAO,EACpCgC,MAAMI,IAAI,KAAK,OAAOH,OAAO9B,OAAO,EACpC6B,MAAMI,IAAI,KAAK,OAAOH,OAAO3B,OAAO,EACpC0B,MAAMI,IAAI,KAAK,OAAOH,OAAOxB,OAAO,EACpCuB,MAAMI,IAAI,KAAK,OAAOH,OAAOrB,OAAO,EACpCoB,MAAMI,IAAI,KAAK,QAAQH,OAAOlB,QAAQ,EACtCiB,MAAMK,IAAI,KAAK,eAAeJ,OAAOf,SAAS,EAC9Cc,MAAMK,IAAI,KAAK,aAAaJ,OAAOb,OAAO,EAC1CY,MAAMM,MAAM,KAAK,YAAYL,OAAOX,YAAY,EAChDU,MAAMM,MAAM,KAAK,cAAcL,OAAOT,cAAc,EACpDQ,MAAMM,MAAM,KAAK,UAAUL,OAAOP,UAAU,EAC5CM,MAAMO,KAAK,KAAK,YAAYN,OAAOL,WAAW,EAC9CI,MAAMO,KAAK,KAAK,SAASN,OAAOJ,QAAQ,EACxCG,MAAMO,KAAK,KAAK,aAAaN,OAAOH,YAAY,EAChDE,MAAMjE,IAAI,CAACmE,SAAS;IAGtB,OAAOF;AACT,EAAE"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createPreset } from
|
|
3
|
-
import { body1ClassNames, useBody1Styles } from
|
|
2
|
+
import { createPreset } from "../createPreset.js";
|
|
3
|
+
import { body1ClassNames, useBody1Styles } from "./useBody1Styles.styles.js";
|
|
4
4
|
/**
|
|
5
5
|
* Text preset component for the Body1 typography variant
|
|
6
6
|
*/ export const Body1 = createPreset({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Body1/Body1.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1ClassNames, useBody1Styles } from './useBody1Styles.styles';\n\n/**\n * Text preset component for the Body1 typography variant\n */\nexport const Body1: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1Styles,\n className: body1ClassNames.root,\n displayName: 'Body1',\n});\n"],"names":["createPreset","body1ClassNames","useBody1Styles","Body1","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Body1/Body1.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1ClassNames, useBody1Styles } from './useBody1Styles.styles';\n\n/**\n * Text preset component for the Body1 typography variant\n */\nexport const Body1: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1Styles,\n className: body1ClassNames.root,\n displayName: 'Body1',\n});\n"],"names":["createPreset","body1ClassNames","useBody1Styles","Body1","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,eAAe,EAAEC,cAAc,QAAQ,6BAA0B;AAE1E;;CAEC,GACD,OAAO,MAAMC,QAAkDH,aAAa;IAC1EI,WAAWF;IACXG,WAAWJ,gBAAgBK,IAAI;IAC/BC,aAAa;AACf,GAAG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Body1 } from
|
|
2
|
-
export { body1ClassNames } from
|
|
1
|
+
export { Body1 } from "./Body1.js";
|
|
2
|
+
export { body1ClassNames } from "./useBody1Styles.styles.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Body1/index.ts"],"sourcesContent":["export { Body1 } from './Body1';\nexport { body1ClassNames } from './useBody1Styles.styles';\n"],"names":["Body1","body1ClassNames"],"mappings":"AAAA,SAASA,KAAK,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Body1/index.ts"],"sourcesContent":["export { Body1 } from './Body1';\nexport { body1ClassNames } from './useBody1Styles.styles';\n"],"names":["Body1","body1ClassNames"],"mappings":"AAAA,SAASA,KAAK,QAAQ,aAAU;AAChC,SAASC,eAAe,QAAQ,6BAA0B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { __styles } from
|
|
4
|
-
import { typographyStyles } from
|
|
3
|
+
import { __styles } from "@griffel/react";
|
|
4
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
5
5
|
export const body1ClassNames = {
|
|
6
6
|
root: 'fui-Body1'
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__styles","typographyStyles","body1ClassNames","root","useBody1Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody1Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from
|
|
1
|
+
{"version":3,"names":["__styles","typographyStyles","body1ClassNames","root","useBody1Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody1Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } 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 */ export const useBody1Styles = makeStyles({\n root: typographyStyles.body1\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,eAAe,GAAG;EAC3BC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,cAAc,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEjC,CAAC","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { makeStyles } from
|
|
3
|
-
import { typographyStyles } from
|
|
2
|
+
import { makeStyles } from "@griffel/react";
|
|
3
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
4
4
|
export const body1ClassNames = {
|
|
5
5
|
root: 'fui-Body1'
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createPreset } from
|
|
3
|
-
import { body1StrongClassNames, useBody1StrongStyles } from
|
|
2
|
+
import { createPreset } from "../createPreset.js";
|
|
3
|
+
import { body1StrongClassNames, useBody1StrongStyles } from "./useBody1StrongStyles.styles.js";
|
|
4
4
|
/**
|
|
5
5
|
* Text preset component for the Body1Strong typography variant
|
|
6
6
|
*/ export const Body1Strong = createPreset({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Body1Strong/Body1Strong.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1StrongClassNames, useBody1StrongStyles } from './useBody1StrongStyles.styles';\n\n/**\n * Text preset component for the Body1Strong typography variant\n */\nexport const Body1Strong: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1StrongStyles,\n className: body1StrongClassNames.root,\n displayName: 'Body1Strong',\n});\n"],"names":["createPreset","body1StrongClassNames","useBody1StrongStyles","Body1Strong","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Body1Strong/Body1Strong.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1StrongClassNames, useBody1StrongStyles } from './useBody1StrongStyles.styles';\n\n/**\n * Text preset component for the Body1Strong typography variant\n */\nexport const Body1Strong: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1StrongStyles,\n className: body1StrongClassNames.root,\n displayName: 'Body1Strong',\n});\n"],"names":["createPreset","body1StrongClassNames","useBody1StrongStyles","Body1Strong","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,qBAAqB,EAAEC,oBAAoB,QAAQ,mCAAgC;AAE5F;;CAEC,GACD,OAAO,MAAMC,cAAwDH,aAAa;IAChFI,WAAWF;IACXG,WAAWJ,sBAAsBK,IAAI;IACrCC,aAAa;AACf,GAAG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Body1Strong } from
|
|
2
|
-
export { body1StrongClassNames } from
|
|
1
|
+
export { Body1Strong } from "./Body1Strong.js";
|
|
2
|
+
export { body1StrongClassNames } from "./useBody1StrongStyles.styles.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Body1Strong/index.ts"],"sourcesContent":["export { Body1Strong } from './Body1Strong';\nexport { body1StrongClassNames } from './useBody1StrongStyles.styles';\n"],"names":["Body1Strong","body1StrongClassNames"],"mappings":"AAAA,SAASA,WAAW,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Body1Strong/index.ts"],"sourcesContent":["export { Body1Strong } from './Body1Strong';\nexport { body1StrongClassNames } from './useBody1StrongStyles.styles';\n"],"names":["Body1Strong","body1StrongClassNames"],"mappings":"AAAA,SAASA,WAAW,QAAQ,mBAAgB;AAC5C,SAASC,qBAAqB,QAAQ,mCAAgC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { __styles } from
|
|
4
|
-
import { typographyStyles } from
|
|
3
|
+
import { __styles } from "@griffel/react";
|
|
4
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
5
5
|
export const body1StrongClassNames = {
|
|
6
6
|
root: 'fui-Body1Strong'
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__styles","typographyStyles","body1StrongClassNames","root","useBody1StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody1StrongStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from
|
|
1
|
+
{"version":3,"names":["__styles","typographyStyles","body1StrongClassNames","root","useBody1StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody1StrongStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } 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 */ export const useBody1StrongStyles = makeStyles({\n root: typographyStyles.body1Strong\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,qBAAqB,GAAG;EACjCC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,oBAAoB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEvC,CAAC","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { makeStyles } from
|
|
3
|
-
import { typographyStyles } from
|
|
2
|
+
import { makeStyles } from "@griffel/react";
|
|
3
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
4
4
|
export const body1StrongClassNames = {
|
|
5
5
|
root: 'fui-Body1Strong'
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createPreset } from
|
|
3
|
-
import { body1StrongerClassNames, useBody1StrongerStyles } from
|
|
2
|
+
import { createPreset } from "../createPreset.js";
|
|
3
|
+
import { body1StrongerClassNames, useBody1StrongerStyles } from "./useBody1StrongerStyles.styles.js";
|
|
4
4
|
/**
|
|
5
5
|
* Text preset component for the Body1Stronger typography variant
|
|
6
6
|
*/ export const Body1Stronger = createPreset({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Body1Stronger/Body1Stronger.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1StrongerClassNames, useBody1StrongerStyles } from './useBody1StrongerStyles.styles';\n\n/**\n * Text preset component for the Body1Stronger typography variant\n */\nexport const Body1Stronger: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1StrongerStyles,\n className: body1StrongerClassNames.root,\n displayName: 'Body1Stronger',\n});\n"],"names":["createPreset","body1StrongerClassNames","useBody1StrongerStyles","Body1Stronger","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Body1Stronger/Body1Stronger.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1StrongerClassNames, useBody1StrongerStyles } from './useBody1StrongerStyles.styles';\n\n/**\n * Text preset component for the Body1Stronger typography variant\n */\nexport const Body1Stronger: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1StrongerStyles,\n className: body1StrongerClassNames.root,\n displayName: 'Body1Stronger',\n});\n"],"names":["createPreset","body1StrongerClassNames","useBody1StrongerStyles","Body1Stronger","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,uBAAuB,EAAEC,sBAAsB,QAAQ,qCAAkC;AAElG;;CAEC,GACD,OAAO,MAAMC,gBAA0DH,aAAa;IAClFI,WAAWF;IACXG,WAAWJ,wBAAwBK,IAAI;IACvCC,aAAa;AACf,GAAG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Body1Stronger } from
|
|
2
|
-
export { body1StrongerClassNames } from
|
|
1
|
+
export { Body1Stronger } from "./Body1Stronger.js";
|
|
2
|
+
export { body1StrongerClassNames } from "./useBody1StrongerStyles.styles.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Body1Stronger/index.ts"],"sourcesContent":["export { Body1Stronger } from './Body1Stronger';\nexport { body1StrongerClassNames } from './useBody1StrongerStyles.styles';\n"],"names":["Body1Stronger","body1StrongerClassNames"],"mappings":"AAAA,SAASA,aAAa,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Body1Stronger/index.ts"],"sourcesContent":["export { Body1Stronger } from './Body1Stronger';\nexport { body1StrongerClassNames } from './useBody1StrongerStyles.styles';\n"],"names":["Body1Stronger","body1StrongerClassNames"],"mappings":"AAAA,SAASA,aAAa,QAAQ,qBAAkB;AAChD,SAASC,uBAAuB,QAAQ,qCAAkC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { __styles } from
|
|
4
|
-
import { typographyStyles } from
|
|
3
|
+
import { __styles } from "@griffel/react";
|
|
4
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
5
5
|
export const body1StrongerClassNames = {
|
|
6
6
|
root: 'fui-Body1Stronger'
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__styles","typographyStyles","body1StrongerClassNames","root","useBody1StrongerStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody1StrongerStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from
|
|
1
|
+
{"version":3,"names":["__styles","typographyStyles","body1StrongerClassNames","root","useBody1StrongerStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody1StrongerStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } 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 */ export const useBody1StrongerStyles = makeStyles({\n root: typographyStyles.body1Stronger\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,uBAAuB,GAAG;EACnCC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,sBAAsB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEzC,CAAC","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { makeStyles } from
|
|
3
|
-
import { typographyStyles } from
|
|
2
|
+
import { makeStyles } from "@griffel/react";
|
|
3
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
4
4
|
export const body1StrongerClassNames = {
|
|
5
5
|
root: 'fui-Body1Stronger'
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createPreset } from
|
|
3
|
-
import { body2ClassNames, useBody2Styles } from
|
|
2
|
+
import { createPreset } from "../createPreset.js";
|
|
3
|
+
import { body2ClassNames, useBody2Styles } from "./useBody2Styles.styles.js";
|
|
4
4
|
/**
|
|
5
5
|
* Text preset component for the Body2 typography variant
|
|
6
6
|
*/ export const Body2 = createPreset({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Body2/Body2.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body2ClassNames, useBody2Styles } from './useBody2Styles.styles';\n\n/**\n * Text preset component for the Body2 typography variant\n */\nexport const Body2: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody2Styles,\n className: body2ClassNames.root,\n displayName: 'Body2',\n});\n"],"names":["createPreset","body2ClassNames","useBody2Styles","Body2","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Body2/Body2.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body2ClassNames, useBody2Styles } from './useBody2Styles.styles';\n\n/**\n * Text preset component for the Body2 typography variant\n */\nexport const Body2: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody2Styles,\n className: body2ClassNames.root,\n displayName: 'Body2',\n});\n"],"names":["createPreset","body2ClassNames","useBody2Styles","Body2","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,eAAe,EAAEC,cAAc,QAAQ,6BAA0B;AAE1E;;CAEC,GACD,OAAO,MAAMC,QAAkDH,aAAa;IAC1EI,WAAWF;IACXG,WAAWJ,gBAAgBK,IAAI;IAC/BC,aAAa;AACf,GAAG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Body2 } from
|
|
2
|
-
export { body2ClassNames } from
|
|
1
|
+
export { Body2 } from "./Body2.js";
|
|
2
|
+
export { body2ClassNames } from "./useBody2Styles.styles.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Body2/index.ts"],"sourcesContent":["export { Body2 } from './Body2';\nexport { body2ClassNames } from './useBody2Styles.styles';\n"],"names":["Body2","body2ClassNames"],"mappings":"AAAA,SAASA,KAAK,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Body2/index.ts"],"sourcesContent":["export { Body2 } from './Body2';\nexport { body2ClassNames } from './useBody2Styles.styles';\n"],"names":["Body2","body2ClassNames"],"mappings":"AAAA,SAASA,KAAK,QAAQ,aAAU;AAChC,SAASC,eAAe,QAAQ,6BAA0B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { __styles } from
|
|
4
|
-
import { typographyStyles } from
|
|
3
|
+
import { __styles } from "@griffel/react";
|
|
4
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
5
5
|
export const body2ClassNames = {
|
|
6
6
|
root: 'fui-Body2'
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__styles","typographyStyles","body2ClassNames","root","useBody2Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody2Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from
|
|
1
|
+
{"version":3,"names":["__styles","typographyStyles","body2ClassNames","root","useBody2Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody2Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } 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 */ export const useBody2Styles = makeStyles({\n root: typographyStyles.body2\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,eAAe,GAAG;EAC3BC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,cAAc,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEjC,CAAC","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { makeStyles } from
|
|
3
|
-
import { typographyStyles } from
|
|
2
|
+
import { makeStyles } from "@griffel/react";
|
|
3
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
4
4
|
export const body2ClassNames = {
|
|
5
5
|
root: 'fui-Body2'
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createPreset } from
|
|
3
|
-
import { caption1ClassNames, useCaption1Styles } from
|
|
2
|
+
import { createPreset } from "../createPreset.js";
|
|
3
|
+
import { caption1ClassNames, useCaption1Styles } from "./useCaption1Styles.styles.js";
|
|
4
4
|
/**
|
|
5
5
|
* Text preset component for the Caption1 typography variant
|
|
6
6
|
*/ export const Caption1 = createPreset({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Caption1/Caption1.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1ClassNames, useCaption1Styles } from './useCaption1Styles.styles';\n\n/**\n * Text preset component for the Caption1 typography variant\n */\nexport const Caption1: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1Styles,\n className: caption1ClassNames.root,\n displayName: 'Caption1',\n});\n"],"names":["createPreset","caption1ClassNames","useCaption1Styles","Caption1","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Caption1/Caption1.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1ClassNames, useCaption1Styles } from './useCaption1Styles.styles';\n\n/**\n * Text preset component for the Caption1 typography variant\n */\nexport const Caption1: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1Styles,\n className: caption1ClassNames.root,\n displayName: 'Caption1',\n});\n"],"names":["createPreset","caption1ClassNames","useCaption1Styles","Caption1","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,kBAAkB,EAAEC,iBAAiB,QAAQ,gCAA6B;AAEnF;;CAEC,GACD,OAAO,MAAMC,WAAqDH,aAAa;IAC7EI,WAAWF;IACXG,WAAWJ,mBAAmBK,IAAI;IAClCC,aAAa;AACf,GAAG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Caption1 } from
|
|
2
|
-
export { caption1ClassNames } from
|
|
1
|
+
export { Caption1 } from "./Caption1.js";
|
|
2
|
+
export { caption1ClassNames } from "./useCaption1Styles.styles.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Caption1/index.ts"],"sourcesContent":["export { Caption1 } from './Caption1';\nexport { caption1ClassNames } from './useCaption1Styles.styles';\n"],"names":["Caption1","caption1ClassNames"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Caption1/index.ts"],"sourcesContent":["export { Caption1 } from './Caption1';\nexport { caption1ClassNames } from './useCaption1Styles.styles';\n"],"names":["Caption1","caption1ClassNames"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,gBAAa;AACtC,SAASC,kBAAkB,QAAQ,gCAA6B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { __styles } from
|
|
4
|
-
import { typographyStyles } from
|
|
3
|
+
import { __styles } from "@griffel/react";
|
|
4
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
5
5
|
export const caption1ClassNames = {
|
|
6
6
|
root: 'fui-Caption1'
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__styles","typographyStyles","caption1ClassNames","root","useCaption1Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption1Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from
|
|
1
|
+
{"version":3,"names":["__styles","typographyStyles","caption1ClassNames","root","useCaption1Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption1Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } 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 */ export const useCaption1Styles = makeStyles({\n root: typographyStyles.caption1\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,kBAAkB,GAAG;EAC9BC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,iBAAiB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEpC,CAAC","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { makeStyles } from
|
|
3
|
-
import { typographyStyles } from
|
|
2
|
+
import { makeStyles } from "@griffel/react";
|
|
3
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
4
4
|
export const caption1ClassNames = {
|
|
5
5
|
root: 'fui-Caption1'
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createPreset } from
|
|
3
|
-
import { caption1StrongClassNames, useCaption1StrongStyles } from
|
|
2
|
+
import { createPreset } from "../createPreset.js";
|
|
3
|
+
import { caption1StrongClassNames, useCaption1StrongStyles } from "./useCaption1StrongStyles.styles.js";
|
|
4
4
|
/**
|
|
5
5
|
* Text preset component for the Caption1Strong typography variant
|
|
6
6
|
*/ export const Caption1Strong = createPreset({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Caption1Strong/Caption1Strong.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1StrongClassNames, useCaption1StrongStyles } from './useCaption1StrongStyles.styles';\n\n/**\n * Text preset component for the Caption1Strong typography variant\n */\nexport const Caption1Strong: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongStyles,\n className: caption1StrongClassNames.root,\n displayName: 'Caption1Strong',\n});\n"],"names":["createPreset","caption1StrongClassNames","useCaption1StrongStyles","Caption1Strong","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Caption1Strong/Caption1Strong.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1StrongClassNames, useCaption1StrongStyles } from './useCaption1StrongStyles.styles';\n\n/**\n * Text preset component for the Caption1Strong typography variant\n */\nexport const Caption1Strong: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongStyles,\n className: caption1StrongClassNames.root,\n displayName: 'Caption1Strong',\n});\n"],"names":["createPreset","caption1StrongClassNames","useCaption1StrongStyles","Caption1Strong","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,wBAAwB,EAAEC,uBAAuB,QAAQ,sCAAmC;AAErG;;CAEC,GACD,OAAO,MAAMC,iBAA2DH,aAAa;IACnFI,WAAWF;IACXG,WAAWJ,yBAAyBK,IAAI;IACxCC,aAAa;AACf,GAAG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Caption1Strong } from
|
|
2
|
-
export { caption1StrongClassNames } from
|
|
1
|
+
export { Caption1Strong } from "./Caption1Strong.js";
|
|
2
|
+
export { caption1StrongClassNames } from "./useCaption1StrongStyles.styles.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Caption1Strong/index.ts"],"sourcesContent":["export { Caption1Strong } from './Caption1Strong';\nexport { caption1StrongClassNames } from './useCaption1StrongStyles.styles';\n"],"names":["Caption1Strong","caption1StrongClassNames"],"mappings":"AAAA,SAASA,cAAc,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Caption1Strong/index.ts"],"sourcesContent":["export { Caption1Strong } from './Caption1Strong';\nexport { caption1StrongClassNames } from './useCaption1StrongStyles.styles';\n"],"names":["Caption1Strong","caption1StrongClassNames"],"mappings":"AAAA,SAASA,cAAc,QAAQ,sBAAmB;AAClD,SAASC,wBAAwB,QAAQ,sCAAmC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { __styles } from
|
|
4
|
-
import { typographyStyles } from
|
|
3
|
+
import { __styles } from "@griffel/react";
|
|
4
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
5
5
|
export const caption1StrongClassNames = {
|
|
6
6
|
root: 'fui-Caption1Strong'
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__styles","typographyStyles","caption1StrongClassNames","root","useCaption1StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption1StrongStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from
|
|
1
|
+
{"version":3,"names":["__styles","typographyStyles","caption1StrongClassNames","root","useCaption1StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption1StrongStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } 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 */ export const useCaption1StrongStyles = makeStyles({\n root: typographyStyles.caption1Strong\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,wBAAwB,GAAG;EACpCC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,uBAAuB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAE1C,CAAC","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { makeStyles } from
|
|
3
|
-
import { typographyStyles } from
|
|
2
|
+
import { makeStyles } from "@griffel/react";
|
|
3
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
4
4
|
export const caption1StrongClassNames = {
|
|
5
5
|
root: 'fui-Caption1Strong'
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createPreset } from
|
|
3
|
-
import { caption1StrongerClassNames, useCaption1StrongerStyles } from
|
|
2
|
+
import { createPreset } from "../createPreset.js";
|
|
3
|
+
import { caption1StrongerClassNames, useCaption1StrongerStyles } from "./useCaption1Stronger.styles.js";
|
|
4
4
|
/**
|
|
5
5
|
* Text preset component for the Caption1Stronger typography variant
|
|
6
6
|
*/ export const Caption1Stronger = createPreset({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Caption1Stronger/Caption1Stronger.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1StrongerClassNames, useCaption1StrongerStyles } from './useCaption1Stronger.styles';\n\n/**\n * Text preset component for the Caption1Stronger typography variant\n */\nexport const Caption1Stronger: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongerStyles,\n className: caption1StrongerClassNames.root,\n displayName: 'Caption1Stronger',\n});\n"],"names":["createPreset","caption1StrongerClassNames","useCaption1StrongerStyles","Caption1Stronger","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Caption1Stronger/Caption1Stronger.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1StrongerClassNames, useCaption1StrongerStyles } from './useCaption1Stronger.styles';\n\n/**\n * Text preset component for the Caption1Stronger typography variant\n */\nexport const Caption1Stronger: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongerStyles,\n className: caption1StrongerClassNames.root,\n displayName: 'Caption1Stronger',\n});\n"],"names":["createPreset","caption1StrongerClassNames","useCaption1StrongerStyles","Caption1Stronger","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,0BAA0B,EAAEC,yBAAyB,QAAQ,kCAA+B;AAErG;;CAEC,GACD,OAAO,MAAMC,mBAA6DH,aAAa;IACrFI,WAAWF;IACXG,WAAWJ,2BAA2BK,IAAI;IAC1CC,aAAa;AACf,GAAG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Caption1Stronger } from
|
|
2
|
-
export { caption1StrongerClassNames } from
|
|
1
|
+
export { Caption1Stronger } from "./Caption1Stronger.js";
|
|
2
|
+
export { caption1StrongerClassNames } from "./useCaption1Stronger.styles.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Caption1Stronger/index.ts"],"sourcesContent":["export { Caption1Stronger } from './Caption1Stronger';\nexport { caption1StrongerClassNames } from './useCaption1Stronger.styles';\n"],"names":["Caption1Stronger","caption1StrongerClassNames"],"mappings":"AAAA,SAASA,gBAAgB,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Caption1Stronger/index.ts"],"sourcesContent":["export { Caption1Stronger } from './Caption1Stronger';\nexport { caption1StrongerClassNames } from './useCaption1Stronger.styles';\n"],"names":["Caption1Stronger","caption1StrongerClassNames"],"mappings":"AAAA,SAASA,gBAAgB,QAAQ,wBAAqB;AACtD,SAASC,0BAA0B,QAAQ,kCAA+B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { __styles } from
|
|
4
|
-
import { typographyStyles } from
|
|
3
|
+
import { __styles } from "@griffel/react";
|
|
4
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
5
5
|
export const caption1StrongerClassNames = {
|
|
6
6
|
root: 'fui-Caption1Stronger'
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__styles","typographyStyles","caption1StrongerClassNames","root","useCaption1StrongerStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption1Stronger.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from
|
|
1
|
+
{"version":3,"names":["__styles","typographyStyles","caption1StrongerClassNames","root","useCaption1StrongerStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption1Stronger.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } 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 */ export const useCaption1StrongerStyles = makeStyles({\n root: typographyStyles.caption1Stronger\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,0BAA0B,GAAG;EACtCC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,yBAAyB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAE5C,CAAC","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { makeStyles } from
|
|
3
|
-
import { typographyStyles } from
|
|
2
|
+
import { makeStyles } from "@griffel/react";
|
|
3
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
4
4
|
export const caption1StrongerClassNames = {
|
|
5
5
|
root: 'fui-Caption1Stronger'
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createPreset } from
|
|
3
|
-
import { caption2ClassNames, useCaption2Styles } from
|
|
2
|
+
import { createPreset } from "../createPreset.js";
|
|
3
|
+
import { caption2ClassNames, useCaption2Styles } from "./useCaption2Styles.styles.js";
|
|
4
4
|
/**
|
|
5
5
|
* Text preset component for the Caption2 typography variant
|
|
6
6
|
*/ export const Caption2 = createPreset({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Caption2/Caption2.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption2ClassNames, useCaption2Styles } from './useCaption2Styles.styles';\n\n/**\n * Text preset component for the Caption2 typography variant\n */\nexport const Caption2: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption2Styles,\n className: caption2ClassNames.root,\n displayName: 'Caption2',\n});\n"],"names":["createPreset","caption2ClassNames","useCaption2Styles","Caption2","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Caption2/Caption2.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption2ClassNames, useCaption2Styles } from './useCaption2Styles.styles';\n\n/**\n * Text preset component for the Caption2 typography variant\n */\nexport const Caption2: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption2Styles,\n className: caption2ClassNames.root,\n displayName: 'Caption2',\n});\n"],"names":["createPreset","caption2ClassNames","useCaption2Styles","Caption2","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,kBAAkB,EAAEC,iBAAiB,QAAQ,gCAA6B;AAEnF;;CAEC,GACD,OAAO,MAAMC,WAAqDH,aAAa;IAC7EI,WAAWF;IACXG,WAAWJ,mBAAmBK,IAAI;IAClCC,aAAa;AACf,GAAG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Caption2 } from
|
|
2
|
-
export { caption2ClassNames } from
|
|
1
|
+
export { Caption2 } from "./Caption2.js";
|
|
2
|
+
export { caption2ClassNames } from "./useCaption2Styles.styles.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Caption2/index.ts"],"sourcesContent":["export { Caption2 } from './Caption2';\nexport { caption2ClassNames } from './useCaption2Styles.styles';\n"],"names":["Caption2","caption2ClassNames"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Caption2/index.ts"],"sourcesContent":["export { Caption2 } from './Caption2';\nexport { caption2ClassNames } from './useCaption2Styles.styles';\n"],"names":["Caption2","caption2ClassNames"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,gBAAa;AACtC,SAASC,kBAAkB,QAAQ,gCAA6B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { __styles } from
|
|
4
|
-
import { typographyStyles } from
|
|
3
|
+
import { __styles } from "@griffel/react";
|
|
4
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
5
5
|
export const caption2ClassNames = {
|
|
6
6
|
root: 'fui-Caption2'
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__styles","typographyStyles","caption2ClassNames","root","useCaption2Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption2Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from
|
|
1
|
+
{"version":3,"names":["__styles","typographyStyles","caption2ClassNames","root","useCaption2Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption2Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } 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 */ export const useCaption2Styles = makeStyles({\n root: typographyStyles.caption2\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,kBAAkB,GAAG;EAC9BC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,iBAAiB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEpC,CAAC","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { makeStyles } from
|
|
3
|
-
import { typographyStyles } from
|
|
2
|
+
import { makeStyles } from "@griffel/react";
|
|
3
|
+
import { typographyStyles } from "@fluentui/react-theme";
|
|
4
4
|
export const caption2ClassNames = {
|
|
5
5
|
root: 'fui-Caption2'
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createPreset } from
|
|
3
|
-
import { caption2StrongClassNames, useCaption2StrongStyles } from
|
|
2
|
+
import { createPreset } from "../createPreset.js";
|
|
3
|
+
import { caption2StrongClassNames, useCaption2StrongStyles } from "./useCaption2StrongStyles.styles.js";
|
|
4
4
|
/**
|
|
5
5
|
* Text preset component for the Caption2Strong typography variant
|
|
6
6
|
*/ export const Caption2Strong = createPreset({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Caption2Strong/Caption2Strong.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\n\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption2StrongClassNames, useCaption2StrongStyles } from './useCaption2StrongStyles.styles';\n\n/**\n * Text preset component for the Caption2Strong typography variant\n */\nexport const Caption2Strong: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption2StrongStyles,\n className: caption2StrongClassNames.root,\n displayName: 'Caption2Strong',\n});\n"],"names":["createPreset","caption2StrongClassNames","useCaption2StrongStyles","Caption2Strong","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Caption2Strong/Caption2Strong.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\n\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption2StrongClassNames, useCaption2StrongStyles } from './useCaption2StrongStyles.styles';\n\n/**\n * Text preset component for the Caption2Strong typography variant\n */\nexport const Caption2Strong: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption2StrongStyles,\n className: caption2StrongClassNames.root,\n displayName: 'Caption2Strong',\n});\n"],"names":["createPreset","caption2StrongClassNames","useCaption2StrongStyles","Caption2Strong","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAG/C,SAASC,wBAAwB,EAAEC,uBAAuB,QAAQ,sCAAmC;AAErG;;CAEC,GACD,OAAO,MAAMC,iBAA2DH,aAAa;IACnFI,WAAWF;IACXG,WAAWJ,yBAAyBK,IAAI;IACxCC,aAAa;AACf,GAAG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Caption2Strong } from
|
|
2
|
-
export { caption2StrongClassNames } from
|
|
1
|
+
export { Caption2Strong } from "./Caption2Strong.js";
|
|
2
|
+
export { caption2StrongClassNames } from "./useCaption2StrongStyles.styles.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/presets/Caption2Strong/index.ts"],"sourcesContent":["export { Caption2Strong } from './Caption2Strong';\nexport { caption2StrongClassNames } from './useCaption2StrongStyles.styles';\n"],"names":["Caption2Strong","caption2StrongClassNames"],"mappings":"AAAA,SAASA,cAAc,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/presets/Caption2Strong/index.ts"],"sourcesContent":["export { Caption2Strong } from './Caption2Strong';\nexport { caption2StrongClassNames } from './useCaption2StrongStyles.styles';\n"],"names":["Caption2Strong","caption2StrongClassNames"],"mappings":"AAAA,SAASA,cAAc,QAAQ,sBAAmB;AAClD,SAASC,wBAAwB,QAAQ,sCAAmC"}
|