@fluentui/react-text 9.1.14 → 9.2.1
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 +37 -1
- package/CHANGELOG.md +21 -2
- package/dist/index.d.ts +75 -23
- package/lib/Body1.js +1 -1
- package/lib/Body1.js.map +1 -1
- package/lib/Body1Strong.js +2 -0
- package/lib/Body1Strong.js.map +1 -0
- package/lib/Body1Stronger.js +2 -0
- package/lib/Body1Stronger.js.map +1 -0
- package/lib/Body2.js +2 -0
- package/lib/Body2.js.map +1 -0
- package/lib/Caption1.js +1 -1
- package/lib/Caption1.js.map +1 -1
- package/lib/Caption1Strong.js +2 -0
- package/lib/Caption1Strong.js.map +1 -0
- package/lib/Caption1Stronger.js +2 -0
- package/lib/Caption1Stronger.js.map +1 -0
- package/lib/Caption2.js +1 -1
- package/lib/Caption2.js.map +1 -1
- package/lib/Caption2Strong.js +2 -0
- package/lib/Caption2Strong.js.map +1 -0
- 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 +2 -0
- package/lib/Subtitle2Stronger.js.map +1 -0
- 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.types.js.map +1 -1
- package/lib/components/{Body1 → presets/Body1}/Body1.js +3 -3
- package/lib/components/presets/Body1/Body1.js.map +1 -0
- package/lib/components/{Body1 → presets/Body1}/index.js +0 -0
- package/lib/components/presets/Body1/index.js.map +1 -0
- package/lib/components/presets/Body1Strong/Body1Strong.js +28 -0
- package/lib/components/presets/Body1Strong/Body1Strong.js.map +1 -0
- package/lib/components/presets/Body1Strong/index.js +2 -0
- package/lib/components/presets/Body1Strong/index.js.map +1 -0
- package/lib/components/presets/Body1Stronger/Body1Stronger.js +28 -0
- package/lib/components/presets/Body1Stronger/Body1Stronger.js.map +1 -0
- package/lib/components/presets/Body1Stronger/index.js +2 -0
- package/lib/components/presets/Body1Stronger/index.js.map +1 -0
- package/lib/components/presets/Body2/Body2.js +28 -0
- package/lib/components/presets/Body2/Body2.js.map +1 -0
- package/lib/components/presets/Body2/index.js +2 -0
- package/lib/components/presets/Body2/index.js.map +1 -0
- package/lib/components/{Caption1 → presets/Caption1}/Caption1.js +3 -3
- package/lib/components/presets/Caption1/Caption1.js.map +1 -0
- package/lib/components/{Caption1 → presets/Caption1}/index.js +0 -0
- package/lib/components/presets/Caption1/index.js.map +1 -0
- package/lib/components/presets/Caption1Strong/Caption1Strong.js +28 -0
- package/lib/components/presets/Caption1Strong/Caption1Strong.js.map +1 -0
- package/lib/components/presets/Caption1Strong/index.js +2 -0
- package/lib/components/presets/Caption1Strong/index.js.map +1 -0
- package/lib/components/presets/Caption1Stronger/Caption1Stronger.js +28 -0
- package/lib/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -0
- package/lib/components/presets/Caption1Stronger/index.js +2 -0
- package/lib/components/presets/Caption1Stronger/index.js.map +1 -0
- package/lib/components/{Caption2 → presets/Caption2}/Caption2.js +3 -3
- package/lib/components/presets/Caption2/Caption2.js.map +1 -0
- package/lib/components/{Caption2 → presets/Caption2}/index.js +0 -0
- package/lib/components/presets/Caption2/index.js.map +1 -0
- package/lib/components/presets/Caption2Strong/Caption2Strong.js +28 -0
- package/lib/components/presets/Caption2Strong/Caption2Strong.js.map +1 -0
- package/lib/components/presets/Caption2Strong/index.js +2 -0
- package/lib/components/presets/Caption2Strong/index.js.map +1 -0
- package/lib/components/{Display → presets/Display}/Display.js +3 -3
- package/lib/components/presets/Display/Display.js.map +1 -0
- package/lib/components/{Display → presets/Display}/index.js +0 -0
- package/lib/components/presets/Display/index.js.map +1 -0
- package/lib/components/{LargeTitle → presets/LargeTitle}/LargeTitle.js +3 -3
- package/lib/components/presets/LargeTitle/LargeTitle.js.map +1 -0
- package/lib/components/{LargeTitle → presets/LargeTitle}/index.js +0 -0
- package/lib/components/presets/LargeTitle/index.js.map +1 -0
- package/lib/components/{Subtitle1 → presets/Subtitle1}/Subtitle1.js +3 -3
- package/lib/components/presets/Subtitle1/Subtitle1.js.map +1 -0
- package/lib/components/{Subtitle1 → presets/Subtitle1}/index.js +0 -0
- package/lib/components/presets/Subtitle1/index.js.map +1 -0
- package/lib/components/{Subtitle2 → presets/Subtitle2}/Subtitle2.js +3 -3
- package/lib/components/presets/Subtitle2/Subtitle2.js.map +1 -0
- package/lib/components/{Subtitle2 → presets/Subtitle2}/index.js +0 -0
- package/lib/components/presets/Subtitle2/index.js.map +1 -0
- package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +28 -0
- package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -0
- package/lib/components/presets/Subtitle2Stronger/index.js +2 -0
- package/lib/components/presets/Subtitle2Stronger/index.js.map +1 -0
- package/lib/components/{Title1 → presets/Title1}/Title1.js +3 -3
- package/lib/components/presets/Title1/Title1.js.map +1 -0
- package/lib/components/{Title1 → presets/Title1}/index.js +0 -0
- package/lib/components/presets/Title1/index.js.map +1 -0
- package/lib/components/{Title2 → presets/Title2}/Title2.js +3 -3
- package/lib/components/presets/Title2/Title2.js.map +1 -0
- package/lib/components/{Title2 → presets/Title2}/index.js +0 -0
- package/lib/components/presets/Title2/index.js.map +1 -0
- package/lib/components/{Title3 → presets/Title3}/Title3.js +3 -3
- package/lib/components/presets/Title3/Title3.js.map +1 -0
- package/lib/components/{Title3 → presets/Title3}/index.js +0 -0
- package/lib/components/presets/Title3/index.js.map +1 -0
- package/lib/components/{wrapper.js → presets/createPreset.js} +2 -2
- package/lib/components/presets/createPreset.js.map +1 -0
- package/lib/index.js +12 -5
- package/lib/index.js.map +1 -1
- package/lib-amd/Body1.js +1 -1
- package/lib-amd/Body1.js.map +1 -1
- package/lib-amd/Body1Strong.js +6 -0
- package/lib-amd/Body1Strong.js.map +1 -0
- package/lib-amd/Body1Stronger.js +6 -0
- package/lib-amd/Body1Stronger.js.map +1 -0
- package/lib-amd/Body2.js +6 -0
- package/lib-amd/Body2.js.map +1 -0
- package/lib-amd/Caption1.js +1 -1
- package/lib-amd/Caption1.js.map +1 -1
- package/lib-amd/Caption1Strong.js +6 -0
- package/lib-amd/Caption1Strong.js.map +1 -0
- package/lib-amd/Caption1Stronger.js +6 -0
- package/lib-amd/Caption1Stronger.js.map +1 -0
- package/lib-amd/Caption2.js +1 -1
- package/lib-amd/Caption2.js.map +1 -1
- package/lib-amd/Caption2Strong.js +6 -0
- package/lib-amd/Caption2Strong.js.map +1 -0
- package/lib-amd/Display.js +1 -1
- package/lib-amd/Display.js.map +1 -1
- package/lib-amd/LargeTitle.js +1 -1
- package/lib-amd/LargeTitle.js.map +1 -1
- package/lib-amd/Subtitle1.js +1 -1
- package/lib-amd/Subtitle1.js.map +1 -1
- package/lib-amd/Subtitle2.js +1 -1
- package/lib-amd/Subtitle2.js.map +1 -1
- package/lib-amd/Subtitle2Stronger.js +6 -0
- package/lib-amd/Subtitle2Stronger.js.map +1 -0
- package/lib-amd/Title1.js +1 -1
- package/lib-amd/Title1.js.map +1 -1
- package/lib-amd/Title2.js +1 -1
- package/lib-amd/Title2.js.map +1 -1
- package/lib-amd/Title3.js +1 -1
- package/lib-amd/Title3.js.map +1 -1
- package/lib-amd/components/Text/Text.types.js.map +1 -1
- package/lib-amd/components/{Body1 → presets/Body1}/Body1.js +3 -3
- package/lib-amd/components/presets/Body1/Body1.js.map +1 -0
- package/lib-amd/components/{Body1 → presets/Body1}/index.js +0 -0
- package/lib-amd/components/presets/Body1/index.js.map +1 -0
- package/lib-amd/components/presets/Body1Strong/Body1Strong.js +23 -0
- package/lib-amd/components/presets/Body1Strong/Body1Strong.js.map +1 -0
- package/lib-amd/components/presets/Body1Strong/index.js +6 -0
- package/lib-amd/components/presets/Body1Strong/index.js.map +1 -0
- package/lib-amd/components/presets/Body1Stronger/Body1Stronger.js +23 -0
- package/lib-amd/components/presets/Body1Stronger/Body1Stronger.js.map +1 -0
- package/lib-amd/components/presets/Body1Stronger/index.js +6 -0
- package/lib-amd/components/presets/Body1Stronger/index.js.map +1 -0
- package/lib-amd/components/presets/Body2/Body2.js +23 -0
- package/lib-amd/components/presets/Body2/Body2.js.map +1 -0
- package/lib-amd/components/presets/Body2/index.js +6 -0
- package/lib-amd/components/presets/Body2/index.js.map +1 -0
- package/lib-amd/components/{Caption1 → presets/Caption1}/Caption1.js +3 -3
- package/lib-amd/components/presets/Caption1/Caption1.js.map +1 -0
- package/lib-amd/components/{Caption1 → presets/Caption1}/index.js +0 -0
- package/lib-amd/components/presets/Caption1/index.js.map +1 -0
- package/lib-amd/components/presets/Caption1Strong/Caption1Strong.js +23 -0
- package/lib-amd/components/presets/Caption1Strong/Caption1Strong.js.map +1 -0
- package/lib-amd/components/presets/Caption1Strong/index.js +6 -0
- package/lib-amd/components/presets/Caption1Strong/index.js.map +1 -0
- package/lib-amd/components/presets/Caption1Stronger/Caption1Stronger.js +23 -0
- package/lib-amd/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -0
- package/lib-amd/components/presets/Caption1Stronger/index.js +6 -0
- package/lib-amd/components/presets/Caption1Stronger/index.js.map +1 -0
- package/lib-amd/components/{Caption2 → presets/Caption2}/Caption2.js +3 -3
- package/lib-amd/components/presets/Caption2/Caption2.js.map +1 -0
- package/lib-amd/components/{Caption2 → presets/Caption2}/index.js +0 -0
- package/lib-amd/components/presets/Caption2/index.js.map +1 -0
- package/lib-amd/components/presets/Caption2Strong/Caption2Strong.js +23 -0
- package/lib-amd/components/presets/Caption2Strong/Caption2Strong.js.map +1 -0
- package/lib-amd/components/presets/Caption2Strong/index.js +6 -0
- package/lib-amd/components/presets/Caption2Strong/index.js.map +1 -0
- package/lib-amd/components/{Display → presets/Display}/Display.js +3 -3
- package/lib-amd/components/presets/Display/Display.js.map +1 -0
- package/lib-amd/components/{Display → presets/Display}/index.js +0 -0
- package/lib-amd/components/presets/Display/index.js.map +1 -0
- package/lib-amd/components/{LargeTitle → presets/LargeTitle}/LargeTitle.js +3 -3
- package/lib-amd/components/presets/LargeTitle/LargeTitle.js.map +1 -0
- package/lib-amd/components/{LargeTitle → presets/LargeTitle}/index.js +0 -0
- package/lib-amd/components/presets/LargeTitle/index.js.map +1 -0
- package/lib-amd/components/{Subtitle1 → presets/Subtitle1}/Subtitle1.js +3 -3
- package/lib-amd/components/presets/Subtitle1/Subtitle1.js.map +1 -0
- package/lib-amd/components/{Subtitle1 → presets/Subtitle1}/index.js +0 -0
- package/lib-amd/components/presets/Subtitle1/index.js.map +1 -0
- package/lib-amd/components/{Subtitle2 → presets/Subtitle2}/Subtitle2.js +3 -3
- package/lib-amd/components/presets/Subtitle2/Subtitle2.js.map +1 -0
- package/lib-amd/components/{Subtitle2 → presets/Subtitle2}/index.js +0 -0
- package/lib-amd/components/presets/Subtitle2/index.js.map +1 -0
- package/lib-amd/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +23 -0
- package/lib-amd/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -0
- package/lib-amd/components/presets/Subtitle2Stronger/index.js +6 -0
- package/lib-amd/components/presets/Subtitle2Stronger/index.js.map +1 -0
- package/lib-amd/components/{Title1 → presets/Title1}/Title1.js +3 -3
- package/lib-amd/components/presets/Title1/Title1.js.map +1 -0
- package/lib-amd/components/{Title1 → presets/Title1}/index.js +0 -0
- package/lib-amd/components/presets/Title1/index.js.map +1 -0
- package/lib-amd/components/{Title2 → presets/Title2}/Title2.js +3 -3
- package/lib-amd/components/presets/Title2/Title2.js.map +1 -0
- package/lib-amd/components/{Title2 → presets/Title2}/index.js +0 -0
- package/lib-amd/components/presets/Title2/index.js.map +1 -0
- package/lib-amd/components/{Title3 → presets/Title3}/Title3.js +3 -3
- package/lib-amd/components/presets/Title3/Title3.js.map +1 -0
- package/lib-amd/components/{Title3 → presets/Title3}/index.js +0 -0
- package/lib-amd/components/presets/Title3/index.js.map +1 -0
- package/lib-amd/components/{wrapper.js → presets/createPreset.js} +4 -4
- package/lib-amd/components/presets/createPreset.js.map +1 -0
- package/lib-amd/index.js +26 -12
- package/lib-amd/index.js.map +1 -1
- package/lib-commonjs/Body1.js +1 -1
- package/lib-commonjs/Body1.js.map +1 -1
- package/lib-commonjs/Body1Strong.js +8 -0
- package/lib-commonjs/Body1Strong.js.map +1 -0
- package/lib-commonjs/Body1Stronger.js +8 -0
- package/lib-commonjs/Body1Stronger.js.map +1 -0
- package/lib-commonjs/Body2.js +8 -0
- package/lib-commonjs/{components/Caption2/index.js.map → Body2.js.map} +1 -1
- package/lib-commonjs/Caption1.js +1 -1
- package/lib-commonjs/Caption1.js.map +1 -1
- package/lib-commonjs/Caption1Strong.js +8 -0
- package/lib-commonjs/Caption1Strong.js.map +1 -0
- package/lib-commonjs/Caption1Stronger.js +8 -0
- package/lib-commonjs/Caption1Stronger.js.map +1 -0
- package/lib-commonjs/Caption2.js +1 -1
- package/lib-commonjs/Caption2.js.map +1 -1
- package/lib-commonjs/Caption2Strong.js +8 -0
- package/lib-commonjs/Caption2Strong.js.map +1 -0
- package/lib-commonjs/Display.js +1 -1
- package/lib-commonjs/Display.js.map +1 -1
- package/lib-commonjs/LargeTitle.js +1 -1
- package/lib-commonjs/LargeTitle.js.map +1 -1
- package/lib-commonjs/Subtitle1.js +1 -1
- package/lib-commonjs/Subtitle1.js.map +1 -1
- package/lib-commonjs/Subtitle2.js +1 -1
- package/lib-commonjs/Subtitle2.js.map +1 -1
- package/lib-commonjs/Subtitle2Stronger.js +8 -0
- package/lib-commonjs/Subtitle2Stronger.js.map +1 -0
- package/lib-commonjs/Title1.js +1 -1
- package/lib-commonjs/Title1.js.map +1 -1
- package/lib-commonjs/Title2.js +1 -1
- package/lib-commonjs/Title2.js.map +1 -1
- package/lib-commonjs/Title3.js +1 -1
- package/lib-commonjs/Title3.js.map +1 -1
- package/lib-commonjs/components/{Body1 → presets/Body1}/Body1.js +3 -3
- package/lib-commonjs/components/presets/Body1/Body1.js.map +1 -0
- package/lib-commonjs/components/{Body1 → presets/Body1}/index.js +0 -0
- package/lib-commonjs/components/{Body1 → presets/Body1}/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js +34 -0
- package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js.map +1 -0
- package/lib-commonjs/components/presets/Body1Strong/index.js +8 -0
- package/lib-commonjs/components/presets/Body1Strong/index.js.map +1 -0
- package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js +34 -0
- package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js.map +1 -0
- package/lib-commonjs/components/presets/Body1Stronger/index.js +8 -0
- package/lib-commonjs/components/presets/Body1Stronger/index.js.map +1 -0
- package/lib-commonjs/components/presets/Body2/Body2.js +34 -0
- package/lib-commonjs/components/presets/Body2/Body2.js.map +1 -0
- package/lib-commonjs/components/presets/Body2/index.js +8 -0
- package/lib-commonjs/components/{Caption1 → presets/Body2}/index.js.map +1 -1
- package/lib-commonjs/components/{Caption1 → presets/Caption1}/Caption1.js +3 -3
- package/lib-commonjs/components/presets/Caption1/Caption1.js.map +1 -0
- package/lib-commonjs/components/{Caption1 → presets/Caption1}/index.js +0 -0
- package/lib-commonjs/components/presets/Caption1/index.js.map +1 -0
- package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js +34 -0
- package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js.map +1 -0
- package/lib-commonjs/components/presets/Caption1Strong/index.js +8 -0
- package/lib-commonjs/components/presets/Caption1Strong/index.js.map +1 -0
- package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js +34 -0
- package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -0
- package/lib-commonjs/components/presets/Caption1Stronger/index.js +8 -0
- package/lib-commonjs/components/presets/Caption1Stronger/index.js.map +1 -0
- package/lib-commonjs/components/{Caption2 → presets/Caption2}/Caption2.js +3 -3
- package/lib-commonjs/components/presets/Caption2/Caption2.js.map +1 -0
- package/lib-commonjs/components/{Caption2 → presets/Caption2}/index.js +0 -0
- package/lib-commonjs/components/presets/Caption2/index.js.map +1 -0
- package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js +34 -0
- package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js.map +1 -0
- package/lib-commonjs/components/presets/Caption2Strong/index.js +8 -0
- package/lib-commonjs/components/presets/Caption2Strong/index.js.map +1 -0
- package/lib-commonjs/components/{Display → presets/Display}/Display.js +3 -3
- package/lib-commonjs/components/presets/Display/Display.js.map +1 -0
- package/lib-commonjs/components/{Display → presets/Display}/index.js +0 -0
- package/lib-commonjs/components/presets/Display/index.js.map +1 -0
- package/lib-commonjs/components/{LargeTitle → presets/LargeTitle}/LargeTitle.js +3 -3
- package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js.map +1 -0
- package/lib-commonjs/components/{LargeTitle → presets/LargeTitle}/index.js +0 -0
- package/lib-commonjs/components/presets/LargeTitle/index.js.map +1 -0
- package/lib-commonjs/components/{Subtitle1 → presets/Subtitle1}/Subtitle1.js +3 -3
- package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js.map +1 -0
- package/lib-commonjs/components/{Subtitle1 → presets/Subtitle1}/index.js +0 -0
- package/lib-commonjs/components/presets/Subtitle1/index.js.map +1 -0
- package/lib-commonjs/components/{Subtitle2 → presets/Subtitle2}/Subtitle2.js +3 -3
- package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js.map +1 -0
- package/lib-commonjs/components/{Subtitle2 → presets/Subtitle2}/index.js +0 -0
- package/lib-commonjs/components/presets/Subtitle2/index.js.map +1 -0
- package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +34 -0
- package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -0
- package/lib-commonjs/components/presets/Subtitle2Stronger/index.js +8 -0
- package/lib-commonjs/components/presets/Subtitle2Stronger/index.js.map +1 -0
- package/lib-commonjs/components/{Title1 → presets/Title1}/Title1.js +3 -3
- package/lib-commonjs/components/presets/Title1/Title1.js.map +1 -0
- package/lib-commonjs/components/{Title1 → presets/Title1}/index.js +0 -0
- package/lib-commonjs/components/{Display → presets/Title1}/index.js.map +1 -1
- package/lib-commonjs/components/{Title2 → presets/Title2}/Title2.js +3 -3
- package/lib-commonjs/components/presets/Title2/Title2.js.map +1 -0
- package/lib-commonjs/components/{Title2 → presets/Title2}/index.js +0 -0
- package/lib-commonjs/components/presets/Title2/index.js.map +1 -0
- package/lib-commonjs/components/{Title3 → presets/Title3}/Title3.js +3 -3
- package/lib-commonjs/components/presets/Title3/Title3.js.map +1 -0
- package/lib-commonjs/components/{Title3 → presets/Title3}/index.js +0 -0
- package/lib-commonjs/components/presets/Title3/index.js.map +1 -0
- package/lib-commonjs/components/{wrapper.js → presets/createPreset.js} +4 -4
- package/lib-commonjs/components/presets/createPreset.js.map +1 -0
- package/lib-commonjs/index.js +132 -41
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +2 -2
- package/lib/components/Body1/Body1.js.map +0 -1
- package/lib/components/Body1/index.js.map +0 -1
- package/lib/components/Caption1/Caption1.js.map +0 -1
- package/lib/components/Caption1/index.js.map +0 -1
- package/lib/components/Caption2/Caption2.js.map +0 -1
- package/lib/components/Caption2/index.js.map +0 -1
- package/lib/components/Display/Display.js.map +0 -1
- package/lib/components/Display/index.js.map +0 -1
- package/lib/components/LargeTitle/LargeTitle.js.map +0 -1
- package/lib/components/LargeTitle/index.js.map +0 -1
- package/lib/components/Subtitle1/Subtitle1.js.map +0 -1
- package/lib/components/Subtitle1/index.js.map +0 -1
- package/lib/components/Subtitle2/Subtitle2.js.map +0 -1
- package/lib/components/Subtitle2/index.js.map +0 -1
- package/lib/components/Title1/Title1.js.map +0 -1
- package/lib/components/Title1/index.js.map +0 -1
- package/lib/components/Title2/Title2.js.map +0 -1
- package/lib/components/Title2/index.js.map +0 -1
- package/lib/components/Title3/Title3.js.map +0 -1
- package/lib/components/Title3/index.js.map +0 -1
- package/lib/components/wrapper.js.map +0 -1
- package/lib-amd/components/Body1/Body1.js.map +0 -1
- package/lib-amd/components/Body1/index.js.map +0 -1
- package/lib-amd/components/Caption1/Caption1.js.map +0 -1
- package/lib-amd/components/Caption1/index.js.map +0 -1
- package/lib-amd/components/Caption2/Caption2.js.map +0 -1
- package/lib-amd/components/Caption2/index.js.map +0 -1
- package/lib-amd/components/Display/Display.js.map +0 -1
- package/lib-amd/components/Display/index.js.map +0 -1
- package/lib-amd/components/LargeTitle/LargeTitle.js.map +0 -1
- package/lib-amd/components/LargeTitle/index.js.map +0 -1
- package/lib-amd/components/Subtitle1/Subtitle1.js.map +0 -1
- package/lib-amd/components/Subtitle1/index.js.map +0 -1
- package/lib-amd/components/Subtitle2/Subtitle2.js.map +0 -1
- package/lib-amd/components/Subtitle2/index.js.map +0 -1
- package/lib-amd/components/Title1/Title1.js.map +0 -1
- package/lib-amd/components/Title1/index.js.map +0 -1
- package/lib-amd/components/Title2/Title2.js.map +0 -1
- package/lib-amd/components/Title2/index.js.map +0 -1
- package/lib-amd/components/Title3/Title3.js.map +0 -1
- package/lib-amd/components/Title3/index.js.map +0 -1
- package/lib-amd/components/wrapper.js.map +0 -1
- package/lib-commonjs/components/Body1/Body1.js.map +0 -1
- package/lib-commonjs/components/Caption1/Caption1.js.map +0 -1
- package/lib-commonjs/components/Caption2/Caption2.js.map +0 -1
- package/lib-commonjs/components/Display/Display.js.map +0 -1
- package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +0 -1
- package/lib-commonjs/components/LargeTitle/index.js.map +0 -1
- package/lib-commonjs/components/Subtitle1/Subtitle1.js.map +0 -1
- package/lib-commonjs/components/Subtitle1/index.js.map +0 -1
- package/lib-commonjs/components/Subtitle2/Subtitle2.js.map +0 -1
- package/lib-commonjs/components/Subtitle2/index.js.map +0 -1
- package/lib-commonjs/components/Title1/Title1.js.map +0 -1
- package/lib-commonjs/components/Title1/index.js.map +0 -1
- package/lib-commonjs/components/Title2/Title2.js.map +0 -1
- package/lib-commonjs/components/Title2/index.js.map +0 -1
- package/lib-commonjs/components/Title3/Title3.js.map +0 -1
- package/lib-commonjs/components/Title3/index.js.map +0 -1
- package/lib-commonjs/components/wrapper.js.map +0 -1
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"mappings":";;;;;;AACA;AACA;AAGA;AAEaA,wBAAgB,GAA8B;EACzDC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGC,gBAAU;EAAA;IAAA;IAAA;IAAA;IAAA;EAAA;AAAA;EAAA;AAAA,EAE1B;AAEF;;;AAGaH,cAAM,gBAAuCI,2BAAY,CAAC;EACrEF,SAAS;EACTG,SAAS,EAAEL,wBAAgB,CAACC,IAAI;EAChCK,WAAW,EAAE;CACd,CAAC","names":["exports","root","useStyles","react_1","createPreset_1","className","displayName"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/presets/Title1/Title1.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots, TextPresetProps } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const title1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Title1',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.title1,\n});\n\n/**\n * Text preset component for the Title 1 typography variant\n */\nexport const Title1: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: title1ClassNames.root,\n displayName: 'Title1',\n});\n"]}
|
File without changes
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"mappings":";;;;;;AAAAA","names":["tslib_1"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/
|
1
|
+
{"version":3,"mappings":";;;;;;AAAAA","names":["tslib_1"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/presets/Title1/index.ts"],"sourcesContent":["export * from './Title1';\n"]}
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
});
|
6
6
|
exports.Title2 = exports.title2ClassNames = void 0;
|
7
7
|
const react_1 = /*#__PURE__*/require("@griffel/react");
|
8
|
-
const
|
8
|
+
const createPreset_1 = /*#__PURE__*/require("../createPreset");
|
9
9
|
const react_theme_1 = /*#__PURE__*/require("@fluentui/react-theme");
|
10
10
|
exports.title2ClassNames = {
|
11
11
|
root: 'fui-Title2'
|
@@ -24,9 +24,9 @@ const useStyles = /*#__PURE__*/react_1.__styles({
|
|
24
24
|
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fojgt09{font-size:var(--fontSizeHero700);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fcen8rp{line-height:var(--lineHeightHero700);}"]
|
25
25
|
});
|
26
26
|
/**
|
27
|
-
* Text
|
27
|
+
* Text preset component for the Title 2 typography variant
|
28
28
|
*/
|
29
|
-
exports.Title2 = /*#__PURE__*/
|
29
|
+
exports.Title2 = /*#__PURE__*/createPreset_1.createPreset({
|
30
30
|
useStyles,
|
31
31
|
className: exports.title2ClassNames.root,
|
32
32
|
displayName: 'Title2'
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"mappings":";;;;;;AACA;AACA;AAGA;AAEaA,wBAAgB,GAA8B;EACzDC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGC,gBAAU;EAAA;IAAA;IAAA;IAAA;IAAA;EAAA;AAAA;EAAA;AAAA,EAE1B;AAEF;;;AAGaH,cAAM,gBAAuCI,2BAAY,CAAC;EACrEF,SAAS;EACTG,SAAS,EAAEL,wBAAgB,CAACC,IAAI;EAChCK,WAAW,EAAE;CACd,CAAC","names":["exports","root","useStyles","react_1","createPreset_1","className","displayName"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/presets/Title2/Title2.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots, TextPresetProps } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const title2ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Title2',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.title2,\n});\n\n/**\n * Text preset component for the Title 2 typography variant\n */\nexport const Title2: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: title2ClassNames.root,\n displayName: 'Title2',\n});\n"]}
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"mappings":";;;;;;AAAAA","names":["tslib_1"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/presets/Title2/index.ts"],"sourcesContent":["export * from './Title2';\n"]}
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
});
|
6
6
|
exports.Title3 = exports.title3ClassNames = void 0;
|
7
7
|
const react_1 = /*#__PURE__*/require("@griffel/react");
|
8
|
-
const
|
8
|
+
const createPreset_1 = /*#__PURE__*/require("../createPreset");
|
9
9
|
const react_theme_1 = /*#__PURE__*/require("@fluentui/react-theme");
|
10
10
|
exports.title3ClassNames = {
|
11
11
|
root: 'fui-Title3'
|
@@ -24,9 +24,9 @@ const useStyles = /*#__PURE__*/react_1.__styles({
|
|
24
24
|
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f1x0m3f5{font-size:var(--fontSizeBase600);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fb86gi6{line-height:var(--lineHeightBase600);}"]
|
25
25
|
});
|
26
26
|
/**
|
27
|
-
* Text
|
27
|
+
* Text preset component for the Title 3 typography variant
|
28
28
|
*/
|
29
|
-
exports.Title3 = /*#__PURE__*/
|
29
|
+
exports.Title3 = /*#__PURE__*/createPreset_1.createPreset({
|
30
30
|
useStyles,
|
31
31
|
className: exports.title3ClassNames.root,
|
32
32
|
displayName: 'Title3'
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"mappings":";;;;;;AACA;AACA;AAGA;AAEaA,wBAAgB,GAA8B;EACzDC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAGC,gBAAU;EAAA;IAAA;IAAA;IAAA;IAAA;EAAA;AAAA;EAAA;AAAA,EAE1B;AAEF;;;AAGaH,cAAM,gBAAuCI,2BAAY,CAAC;EACrEF,SAAS;EACTG,SAAS,EAAEL,wBAAgB,CAACC,IAAI;EAChCK,WAAW,EAAE;CACd,CAAC","names":["exports","root","useStyles","react_1","createPreset_1","className","displayName"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/presets/Title3/Title3.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots, TextPresetProps } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const title3ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Title3',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.title3,\n});\n\n/**\n * Text preset component for the Title 3 typography variant\n */\nexport const Title3: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: title3ClassNames.root,\n displayName: 'Title3',\n});\n"]}
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"mappings":";;;;;;AAAAA","names":["tslib_1"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/presets/Title3/index.ts"],"sourcesContent":["export * from './Title3';\n"]}
|
@@ -3,11 +3,11 @@
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
4
4
|
value: true
|
5
5
|
});
|
6
|
-
exports.
|
6
|
+
exports.createPreset = void 0;
|
7
7
|
const React = /*#__PURE__*/require("react");
|
8
8
|
const react_1 = /*#__PURE__*/require("@griffel/react");
|
9
9
|
const Text_1 = /*#__PURE__*/require("../Text");
|
10
|
-
function
|
10
|
+
function createPreset(options) {
|
11
11
|
const {
|
12
12
|
useStyles,
|
13
13
|
className,
|
@@ -23,5 +23,5 @@ function createWrapper(options) {
|
|
23
23
|
Wrapper.displayName = displayName;
|
24
24
|
return Wrapper;
|
25
25
|
}
|
26
|
-
exports.
|
27
|
-
//# sourceMappingURL=
|
26
|
+
exports.createPreset = createPreset;
|
27
|
+
//# sourceMappingURL=createPreset.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"mappings":";;;;;;AAAA;AACA;AACA;AAIA,SAAgBA,YAAY,CAACC,OAI5B;EACC,MAAM;IAAEC,SAAS;IAAEC,SAAS;IAAEC;EAAW,CAAE,GAAGH,OAAO;EACrD,MAAMI,OAAO,GAAyCC,KAAK,CAACC,UAAU,CAAC,CAACC,KAAK,EAAEC,GAAG,KAAI;IACpF,MAAMC,MAAM,GAAGR,SAAS,EAAE;IAC1B,MAAMS,KAAK,GAAGC,uBAAgB,CAACJ,KAAkB,EAAEC,GAAG,CAAC;IAEvDG,6BAAsB,CAACD,KAAK,CAAC;IAE7BA,KAAK,CAACE,IAAI,CAACV,SAAS,GAAGW,oBAAY,CAACX,SAAS,EAAEQ,KAAK,CAACE,IAAI,CAACV,SAAS,EAAEO,MAAM,CAACG,IAAI,EAAEL,KAAK,CAACL,SAAS,CAAC;IAElG,OAAOS,0BAAmB,CAACD,KAAK,CAAC;EACnC,CAAC,CAAC;EACFN,OAAO,CAACD,WAAW,GAAGA,WAAW;EAEjC,OAAOC,OAAO;AAChB;AAnBAU","names":["createPreset","options","useStyles","className","displayName","Wrapper","React","forwardRef","props","ref","styles","state","Text_1","root","react_1","exports"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/presets/createPreset.ts"],"sourcesContent":["import * as React from 'react';\nimport { mergeClasses } from '@griffel/react';\nimport { renderText_unstable, useText_unstable, useTextStyles_unstable } from '../Text';\nimport type { TextProps, TextPresetProps } from '../Text';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\nexport function createPreset(options: {\n className: string;\n displayName: string;\n useStyles: () => Record<'root', string>;\n}): React.FunctionComponent<TextPresetProps> {\n const { useStyles, className, displayName } = options;\n const Wrapper: ForwardRefComponent<TextPresetProps> = React.forwardRef((props, ref) => {\n const styles = useStyles();\n const state = useText_unstable(props as TextProps, ref);\n\n useTextStyles_unstable(state);\n\n state.root.className = mergeClasses(className, state.root.className, styles.root, props.className);\n\n return renderText_unstable(state);\n });\n Wrapper.displayName = displayName;\n\n return Wrapper;\n}\n"]}
|
package/lib-commonjs/index.js
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
4
4
|
value: true
|
5
5
|
});
|
6
|
-
exports.
|
6
|
+
exports.title3ClassNames = exports.Title3 = exports.title2ClassNames = exports.Title2 = exports.title1ClassNames = exports.Title1 = exports.subtitle2StrongerClassNames = exports.Subtitle2Stronger = exports.subtitle2ClassNames = exports.Subtitle2 = exports.subtitle1ClassNames = exports.Subtitle1 = exports.largeTitleClassNames = exports.LargeTitle = exports.displayClassNames = exports.Display = exports.caption2StrongClassNames = exports.Caption2Strong = exports.caption2ClassNames = exports.Caption2 = exports.caption1StrongerClassNames = exports.Caption1Stronger = exports.caption1StrongClassNames = exports.Caption1Strong = exports.caption1ClassNames = exports.Caption1 = exports.body2ClassNames = exports.Body2 = exports.body1StrongerClassNames = exports.Body1Stronger = exports.body1StrongClassNames = exports.Body1Strong = exports.body1ClassNames = exports.Body1 = exports.useText_unstable = exports.useTextStyles_unstable = exports.textClassNames = exports.renderText_unstable = exports.Text = void 0;
|
7
7
|
var Text_1 = /*#__PURE__*/require("./Text");
|
8
8
|
Object.defineProperty(exports, "Text", {
|
9
9
|
enumerable: true,
|
@@ -35,69 +35,147 @@ Object.defineProperty(exports, "useText_unstable", {
|
|
35
35
|
return Text_1.useText_unstable;
|
36
36
|
}
|
37
37
|
});
|
38
|
-
var
|
39
|
-
Object.defineProperty(exports, "
|
38
|
+
var Body1_1 = /*#__PURE__*/require("./Body1");
|
39
|
+
Object.defineProperty(exports, "Body1", {
|
40
40
|
enumerable: true,
|
41
41
|
get: function () {
|
42
|
-
return
|
42
|
+
return Body1_1.Body1;
|
43
43
|
}
|
44
44
|
});
|
45
|
-
Object.defineProperty(exports, "
|
45
|
+
Object.defineProperty(exports, "body1ClassNames", {
|
46
46
|
enumerable: true,
|
47
47
|
get: function () {
|
48
|
-
return
|
48
|
+
return Body1_1.body1ClassNames;
|
49
49
|
}
|
50
50
|
});
|
51
|
-
var
|
52
|
-
Object.defineProperty(exports, "
|
51
|
+
var Body1Strong_1 = /*#__PURE__*/require("./Body1Strong");
|
52
|
+
Object.defineProperty(exports, "Body1Strong", {
|
53
53
|
enumerable: true,
|
54
54
|
get: function () {
|
55
|
-
return
|
55
|
+
return Body1Strong_1.Body1Strong;
|
56
56
|
}
|
57
57
|
});
|
58
|
-
Object.defineProperty(exports, "
|
58
|
+
Object.defineProperty(exports, "body1StrongClassNames", {
|
59
59
|
enumerable: true,
|
60
60
|
get: function () {
|
61
|
-
return
|
61
|
+
return Body1Strong_1.body1StrongClassNames;
|
62
62
|
}
|
63
63
|
});
|
64
|
-
var
|
65
|
-
Object.defineProperty(exports, "
|
64
|
+
var Body1Stronger_1 = /*#__PURE__*/require("./Body1Stronger");
|
65
|
+
Object.defineProperty(exports, "Body1Stronger", {
|
66
66
|
enumerable: true,
|
67
67
|
get: function () {
|
68
|
-
return
|
68
|
+
return Body1Stronger_1.Body1Stronger;
|
69
69
|
}
|
70
70
|
});
|
71
|
-
Object.defineProperty(exports, "
|
71
|
+
Object.defineProperty(exports, "body1StrongerClassNames", {
|
72
72
|
enumerable: true,
|
73
73
|
get: function () {
|
74
|
-
return
|
74
|
+
return Body1Stronger_1.body1StrongerClassNames;
|
75
75
|
}
|
76
76
|
});
|
77
|
-
var
|
78
|
-
Object.defineProperty(exports, "
|
77
|
+
var Body2_1 = /*#__PURE__*/require("./Body2");
|
78
|
+
Object.defineProperty(exports, "Body2", {
|
79
79
|
enumerable: true,
|
80
80
|
get: function () {
|
81
|
-
return
|
81
|
+
return Body2_1.Body2;
|
82
82
|
}
|
83
83
|
});
|
84
|
-
Object.defineProperty(exports, "
|
84
|
+
Object.defineProperty(exports, "body2ClassNames", {
|
85
85
|
enumerable: true,
|
86
86
|
get: function () {
|
87
|
-
return
|
87
|
+
return Body2_1.body2ClassNames;
|
88
88
|
}
|
89
89
|
});
|
90
|
-
var
|
91
|
-
Object.defineProperty(exports, "
|
90
|
+
var Caption1_1 = /*#__PURE__*/require("./Caption1");
|
91
|
+
Object.defineProperty(exports, "Caption1", {
|
92
92
|
enumerable: true,
|
93
93
|
get: function () {
|
94
|
-
return
|
94
|
+
return Caption1_1.Caption1;
|
95
95
|
}
|
96
96
|
});
|
97
|
-
Object.defineProperty(exports, "
|
97
|
+
Object.defineProperty(exports, "caption1ClassNames", {
|
98
98
|
enumerable: true,
|
99
99
|
get: function () {
|
100
|
-
return
|
100
|
+
return Caption1_1.caption1ClassNames;
|
101
|
+
}
|
102
|
+
});
|
103
|
+
var Caption1Strong_1 = /*#__PURE__*/require("./Caption1Strong");
|
104
|
+
Object.defineProperty(exports, "Caption1Strong", {
|
105
|
+
enumerable: true,
|
106
|
+
get: function () {
|
107
|
+
return Caption1Strong_1.Caption1Strong;
|
108
|
+
}
|
109
|
+
});
|
110
|
+
Object.defineProperty(exports, "caption1StrongClassNames", {
|
111
|
+
enumerable: true,
|
112
|
+
get: function () {
|
113
|
+
return Caption1Strong_1.caption1StrongClassNames;
|
114
|
+
}
|
115
|
+
});
|
116
|
+
var Caption1Stronger_1 = /*#__PURE__*/require("./Caption1Stronger");
|
117
|
+
Object.defineProperty(exports, "Caption1Stronger", {
|
118
|
+
enumerable: true,
|
119
|
+
get: function () {
|
120
|
+
return Caption1Stronger_1.Caption1Stronger;
|
121
|
+
}
|
122
|
+
});
|
123
|
+
Object.defineProperty(exports, "caption1StrongerClassNames", {
|
124
|
+
enumerable: true,
|
125
|
+
get: function () {
|
126
|
+
return Caption1Stronger_1.caption1StrongerClassNames;
|
127
|
+
}
|
128
|
+
});
|
129
|
+
var Caption2_1 = /*#__PURE__*/require("./Caption2");
|
130
|
+
Object.defineProperty(exports, "Caption2", {
|
131
|
+
enumerable: true,
|
132
|
+
get: function () {
|
133
|
+
return Caption2_1.Caption2;
|
134
|
+
}
|
135
|
+
});
|
136
|
+
Object.defineProperty(exports, "caption2ClassNames", {
|
137
|
+
enumerable: true,
|
138
|
+
get: function () {
|
139
|
+
return Caption2_1.caption2ClassNames;
|
140
|
+
}
|
141
|
+
});
|
142
|
+
var Caption2Strong_1 = /*#__PURE__*/require("./Caption2Strong");
|
143
|
+
Object.defineProperty(exports, "Caption2Strong", {
|
144
|
+
enumerable: true,
|
145
|
+
get: function () {
|
146
|
+
return Caption2Strong_1.Caption2Strong;
|
147
|
+
}
|
148
|
+
});
|
149
|
+
Object.defineProperty(exports, "caption2StrongClassNames", {
|
150
|
+
enumerable: true,
|
151
|
+
get: function () {
|
152
|
+
return Caption2Strong_1.caption2StrongClassNames;
|
153
|
+
}
|
154
|
+
});
|
155
|
+
var Display_1 = /*#__PURE__*/require("./Display");
|
156
|
+
Object.defineProperty(exports, "Display", {
|
157
|
+
enumerable: true,
|
158
|
+
get: function () {
|
159
|
+
return Display_1.Display;
|
160
|
+
}
|
161
|
+
});
|
162
|
+
Object.defineProperty(exports, "displayClassNames", {
|
163
|
+
enumerable: true,
|
164
|
+
get: function () {
|
165
|
+
return Display_1.displayClassNames;
|
166
|
+
}
|
167
|
+
});
|
168
|
+
var LargeTitle_1 = /*#__PURE__*/require("./LargeTitle");
|
169
|
+
Object.defineProperty(exports, "LargeTitle", {
|
170
|
+
enumerable: true,
|
171
|
+
get: function () {
|
172
|
+
return LargeTitle_1.LargeTitle;
|
173
|
+
}
|
174
|
+
});
|
175
|
+
Object.defineProperty(exports, "largeTitleClassNames", {
|
176
|
+
enumerable: true,
|
177
|
+
get: function () {
|
178
|
+
return LargeTitle_1.largeTitleClassNames;
|
101
179
|
}
|
102
180
|
});
|
103
181
|
var Subtitle1_1 = /*#__PURE__*/require("./Subtitle1");
|
@@ -126,43 +204,56 @@ Object.defineProperty(exports, "subtitle2ClassNames", {
|
|
126
204
|
return Subtitle2_1.subtitle2ClassNames;
|
127
205
|
}
|
128
206
|
});
|
129
|
-
var
|
130
|
-
Object.defineProperty(exports, "
|
207
|
+
var Subtitle2Stronger_1 = /*#__PURE__*/require("./Subtitle2Stronger");
|
208
|
+
Object.defineProperty(exports, "Subtitle2Stronger", {
|
131
209
|
enumerable: true,
|
132
210
|
get: function () {
|
133
|
-
return
|
211
|
+
return Subtitle2Stronger_1.Subtitle2Stronger;
|
134
212
|
}
|
135
213
|
});
|
136
|
-
Object.defineProperty(exports, "
|
214
|
+
Object.defineProperty(exports, "subtitle2StrongerClassNames", {
|
137
215
|
enumerable: true,
|
138
216
|
get: function () {
|
139
|
-
return
|
217
|
+
return Subtitle2Stronger_1.subtitle2StrongerClassNames;
|
140
218
|
}
|
141
219
|
});
|
142
|
-
var
|
143
|
-
Object.defineProperty(exports, "
|
220
|
+
var Title1_1 = /*#__PURE__*/require("./Title1");
|
221
|
+
Object.defineProperty(exports, "Title1", {
|
144
222
|
enumerable: true,
|
145
223
|
get: function () {
|
146
|
-
return
|
224
|
+
return Title1_1.Title1;
|
147
225
|
}
|
148
226
|
});
|
149
|
-
Object.defineProperty(exports, "
|
227
|
+
Object.defineProperty(exports, "title1ClassNames", {
|
150
228
|
enumerable: true,
|
151
229
|
get: function () {
|
152
|
-
return
|
230
|
+
return Title1_1.title1ClassNames;
|
153
231
|
}
|
154
232
|
});
|
155
|
-
var
|
156
|
-
Object.defineProperty(exports, "
|
233
|
+
var Title2_1 = /*#__PURE__*/require("./Title2");
|
234
|
+
Object.defineProperty(exports, "Title2", {
|
157
235
|
enumerable: true,
|
158
236
|
get: function () {
|
159
|
-
return
|
237
|
+
return Title2_1.Title2;
|
160
238
|
}
|
161
239
|
});
|
162
|
-
Object.defineProperty(exports, "
|
240
|
+
Object.defineProperty(exports, "title2ClassNames", {
|
163
241
|
enumerable: true,
|
164
242
|
get: function () {
|
165
|
-
return
|
243
|
+
return Title2_1.title2ClassNames;
|
244
|
+
}
|
245
|
+
});
|
246
|
+
var Title3_1 = /*#__PURE__*/require("./Title3");
|
247
|
+
Object.defineProperty(exports, "Title3", {
|
248
|
+
enumerable: true,
|
249
|
+
get: function () {
|
250
|
+
return Title3_1.Title3;
|
251
|
+
}
|
252
|
+
});
|
253
|
+
Object.defineProperty(exports, "title3ClassNames", {
|
254
|
+
enumerable: true,
|
255
|
+
get: function () {
|
256
|
+
return Title3_1.title3ClassNames;
|
166
257
|
}
|
167
258
|
});
|
168
259
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"mappings":";;;;;;AAAA;AAASA;EAAAC;EAAAC;IAAA,kBAAI;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,iCAAmB;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,4BAAc;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,oCAAsB;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,8BAAgB;EAAA;AAAA;AAE5F;AAASF;EAAAC;EAAAC;IAAA,
|
1
|
+
{"version":3,"mappings":";;;;;;AAAA;AAASA;EAAAC;EAAAC;IAAA,kBAAI;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,iCAAmB;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,4BAAc;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,oCAAsB;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,8BAAgB;EAAA;AAAA;AAE5F;AAASF;EAAAC;EAAAC;IAAA,oBAAK;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,8BAAe;EAAA;AAAA;AAC/B;AAASF;EAAAC;EAAAC;IAAA,gCAAW;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,0CAAqB;EAAA;AAAA;AAC3C;AAASF;EAAAC;EAAAC;IAAA,oCAAa;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,8CAAuB;EAAA;AAAA;AAC/C;AAASF;EAAAC;EAAAC;IAAA,oBAAK;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,8BAAe;EAAA;AAAA;AAC/B;AAASF;EAAAC;EAAAC;IAAA,0BAAQ;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,oCAAkB;EAAA;AAAA;AACrC;AAASF;EAAAC;EAAAC;IAAA,sCAAc;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,gDAAwB;EAAA;AAAA;AACjD;AAASF;EAAAC;EAAAC;IAAA,0CAAgB;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,oDAA0B;EAAA;AAAA;AACrD;AAASF;EAAAC;EAAAC;IAAA,0BAAQ;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,oCAAkB;EAAA;AAAA;AACrC;AAASF;EAAAC;EAAAC;IAAA,sCAAc;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,gDAAwB;EAAA;AAAA;AACjD;AAASF;EAAAC;EAAAC;IAAA,wBAAO;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,kCAAiB;EAAA;AAAA;AACnC;AAASF;EAAAC;EAAAC;IAAA,8BAAU;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,wCAAoB;EAAA;AAAA;AACzC;AAASF;EAAAC;EAAAC;IAAA,4BAAS;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,sCAAmB;EAAA;AAAA;AACvC;AAASF;EAAAC;EAAAC;IAAA,4BAAS;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,sCAAmB;EAAA;AAAA;AACvC;AAASF;EAAAC;EAAAC;IAAA,4CAAiB;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,sDAA2B;EAAA;AAAA;AACvD;AAASF;EAAAC;EAAAC;IAAA,sBAAM;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,gCAAgB;EAAA;AAAA;AACjC;AAASF;EAAAC;EAAAC;IAAA,sBAAM;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,gCAAgB;EAAA;AAAA;AACjC;AAASF;EAAAC;EAAAC;IAAA,sBAAM;EAAA;AAAA;AAAEF;EAAAC;EAAAC;IAAA,gCAAgB;EAAA;AAAA","names":["Object","enumerable","get"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/index.ts"],"sourcesContent":["export { Text, renderText_unstable, textClassNames, useTextStyles_unstable, useText_unstable } from './Text';\nexport type { TextProps, TextSlots, TextState, TextPresetProps } from './Text';\nexport { Body1, body1ClassNames } from './Body1';\nexport { Body1Strong, body1StrongClassNames } from './Body1Strong';\nexport { Body1Stronger, body1StrongerClassNames } from './Body1Stronger';\nexport { Body2, body2ClassNames } from './Body2';\nexport { Caption1, caption1ClassNames } from './Caption1';\nexport { Caption1Strong, caption1StrongClassNames } from './Caption1Strong';\nexport { Caption1Stronger, caption1StrongerClassNames } from './Caption1Stronger';\nexport { Caption2, caption2ClassNames } from './Caption2';\nexport { Caption2Strong, caption2StrongClassNames } from './Caption2Strong';\nexport { Display, displayClassNames } from './Display';\nexport { LargeTitle, largeTitleClassNames } from './LargeTitle';\nexport { Subtitle1, subtitle1ClassNames } from './Subtitle1';\nexport { Subtitle2, subtitle2ClassNames } from './Subtitle2';\nexport { Subtitle2Stronger, subtitle2StrongerClassNames } from './Subtitle2Stronger';\nexport { Title1, title1ClassNames } from './Title1';\nexport { Title2, title2ClassNames } from './Title2';\nexport { Title3, title3ClassNames } from './Title3';\n"]}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-text",
|
3
|
-
"version": "9.1
|
3
|
+
"version": "9.2.1",
|
4
4
|
"description": "Text is a typography and styling abstraction component that can be used to ensure the consistency of all text across your application.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"dependencies": {
|
35
35
|
"@griffel/react": "^1.5.2",
|
36
36
|
"@fluentui/react-theme": "^9.1.5",
|
37
|
-
"@fluentui/react-utilities": "^9.5.
|
37
|
+
"@fluentui/react-utilities": "^9.5.2",
|
38
38
|
"tslib": "^2.1.0"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"mappings":"AACA,yBAA2B,gBAAgB;AAC3C,SAASA,aAAa,QAA0B,YAAY;AAG5D,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,eAAe,GAA8B;EACxDC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAG;EAAA;IAAA;IAAA;IAAA;IAAA;EAAA;AAAA;EAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,KAAK,gBAAwCL,aAAa,CAAC;EACtEI,SAAS;EACTE,SAAS,EAAEJ,eAAe,CAACC,IAAI;EAC/BI,WAAW,EAAE;CACd,CAAC","names":["createWrapper","typographyStyles","body1ClassNames","root","useStyles","Body1","className","displayName"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Body1/Body1.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const body1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Body1',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.body1,\n});\n\n/**\n * Text wrapper component for the Body1 typography variant\n */\nexport const Body1: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: body1ClassNames.root,\n displayName: 'Body1',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Body1/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC","sourcesContent":["export * from './Body1';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"mappings":"AACA,yBAA2B,gBAAgB;AAC3C,SAASA,aAAa,QAA0B,YAAY;AAG5D,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,kBAAkB,GAA8B;EAC3DC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAG;EAAA;IAAA;IAAA;IAAA;IAAA;EAAA;AAAA;EAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,QAAQ,gBAAwCL,aAAa,CAAC;EACzEI,SAAS;EACTE,SAAS,EAAEJ,kBAAkB,CAACC,IAAI;EAClCI,WAAW,EAAE;CACd,CAAC","names":["createWrapper","typographyStyles","caption1ClassNames","root","useStyles","Caption1","className","displayName"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Caption1/Caption1.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const caption1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption1',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption1,\n});\n\n/**\n * Text wrapper component for the Caption1 typography variant\n */\nexport const Caption1: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: caption1ClassNames.root,\n displayName: 'Caption1',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Caption1/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC","sourcesContent":["export * from './Caption1';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"mappings":"AACA,yBAA2B,gBAAgB;AAC3C,SAASA,aAAa,QAA0B,YAAY;AAG5D,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,kBAAkB,GAA8B;EAC3DC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAG;EAAA;IAAA;IAAA;IAAA;IAAA;EAAA;AAAA;EAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,QAAQ,gBAAwCL,aAAa,CAAC;EACzEI,SAAS;EACTE,SAAS,EAAEJ,kBAAkB,CAACC,IAAI;EAClCI,WAAW,EAAE;CACd,CAAC","names":["createWrapper","typographyStyles","caption2ClassNames","root","useStyles","Caption2","className","displayName"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Caption2/Caption2.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const caption2ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption2',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption2,\n});\n\n/**\n * Text wrapper component for the Caption2 typography variant\n */\nexport const Caption2: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: caption2ClassNames.root,\n displayName: 'Caption2',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Caption2/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC","sourcesContent":["export * from './Caption2';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"mappings":"AACA,yBAA2B,gBAAgB;AAC3C,SAASA,aAAa,QAA0B,YAAY;AAG5D,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,iBAAiB,GAA8B;EAC1DC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAG;EAAA;IAAA;IAAA;IAAA;IAAA;EAAA;AAAA;EAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,OAAO,gBAAwCL,aAAa,CAAC;EACxEI,SAAS;EACTE,SAAS,EAAEJ,iBAAiB,CAACC,IAAI;EACjCI,WAAW,EAAE;CACd,CAAC","names":["createWrapper","typographyStyles","displayClassNames","root","useStyles","Display","className","displayName"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Display/Display.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const displayClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Display',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.display,\n});\n\n/**\n * Text wrapper component for the Display typography variant\n */\nexport const Display: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: displayClassNames.root,\n displayName: 'Display',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Display/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC","sourcesContent":["export * from './Display';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"mappings":"AACA,yBAA2B,gBAAgB;AAC3C,SAASA,aAAa,QAA0B,YAAY;AAG5D,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,oBAAoB,GAA8B;EAC7DC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAG;EAAA;IAAA;IAAA;IAAA;IAAA;EAAA;AAAA;EAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,UAAU,gBAAwCL,aAAa,CAAC;EAC3EI,SAAS;EACTE,SAAS,EAAEJ,oBAAoB,CAACC,IAAI;EACpCI,WAAW,EAAE;CACd,CAAC","names":["createWrapper","typographyStyles","largeTitleClassNames","root","useStyles","LargeTitle","className","displayName"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/LargeTitle/LargeTitle.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const largeTitleClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-LargeTitle',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.largeTitle,\n});\n\n/**\n * Text wrapper component for the Large Title typography variant\n */\nexport const LargeTitle: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: largeTitleClassNames.root,\n displayName: 'LargeTitle',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/LargeTitle/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC","sourcesContent":["export * from './LargeTitle';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"mappings":"AACA,yBAA2B,gBAAgB;AAC3C,SAASA,aAAa,QAA0B,YAAY;AAG5D,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,mBAAmB,GAA8B;EAC5DC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAG;EAAA;IAAA;IAAA;IAAA;IAAA;EAAA;AAAA;EAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,SAAS,gBAAwCL,aAAa,CAAC;EAC1EI,SAAS;EACTE,SAAS,EAAEJ,mBAAmB,CAACC,IAAI;EACnCI,WAAW,EAAE;CACd,CAAC","names":["createWrapper","typographyStyles","subtitle1ClassNames","root","useStyles","Subtitle1","className","displayName"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Subtitle1/Subtitle1.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const subtitle1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Subtitle1',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.subtitle1,\n});\n\n/**\n * Text wrapper component for the Subtitle1 typography variant\n */\nexport const Subtitle1: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: subtitle1ClassNames.root,\n displayName: 'Subtitle1',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Subtitle1/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC","sourcesContent":["export * from './Subtitle1';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"mappings":"AACA,yBAA2B,gBAAgB;AAC3C,SAASA,aAAa,QAA0B,YAAY;AAG5D,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,mBAAmB,GAA8B;EAC5DC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAG;EAAA;IAAA;IAAA;IAAA;IAAA;EAAA;AAAA;EAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,SAAS,gBAAwCL,aAAa,CAAC;EAC1EI,SAAS;EACTE,SAAS,EAAEJ,mBAAmB,CAACC,IAAI;EACnCI,WAAW,EAAE;CACd,CAAC","names":["createWrapper","typographyStyles","subtitle2ClassNames","root","useStyles","Subtitle2","className","displayName"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Subtitle2/Subtitle2.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const subtitle2ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Subtitle2',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.subtitle2,\n});\n\n/**\n * Text wrapper component for the Subtitle2 typography variant\n */\nexport const Subtitle2: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: subtitle2ClassNames.root,\n displayName: 'Subtitle2',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Subtitle2/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC","sourcesContent":["export * from './Subtitle2';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"mappings":"AACA,yBAA2B,gBAAgB;AAC3C,SAASA,aAAa,QAA0B,YAAY;AAG5D,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,gBAAgB,GAA8B;EACzDC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAG;EAAA;IAAA;IAAA;IAAA;IAAA;EAAA;AAAA;EAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,MAAM,gBAAwCL,aAAa,CAAC;EACvEI,SAAS;EACTE,SAAS,EAAEJ,gBAAgB,CAACC,IAAI;EAChCI,WAAW,EAAE;CACd,CAAC","names":["createWrapper","typographyStyles","title1ClassNames","root","useStyles","Title1","className","displayName"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Title1/Title1.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const title1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Title1',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.title1,\n});\n\n/**\n * Text wrapper component for the Title 1 typography variant\n */\nexport const Title1: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: title1ClassNames.root,\n displayName: 'Title1',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Title1/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC","sourcesContent":["export * from './Title1';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"mappings":"AACA,yBAA2B,gBAAgB;AAC3C,SAASA,aAAa,QAA0B,YAAY;AAG5D,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,gBAAgB,GAA8B;EACzDC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAG;EAAA;IAAA;IAAA;IAAA;IAAA;EAAA;AAAA;EAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,MAAM,gBAAwCL,aAAa,CAAC;EACvEI,SAAS;EACTE,SAAS,EAAEJ,gBAAgB,CAACC,IAAI;EAChCI,WAAW,EAAE;CACd,CAAC","names":["createWrapper","typographyStyles","title2ClassNames","root","useStyles","Title2","className","displayName"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Title2/Title2.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const title2ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Title2',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.title2,\n});\n\n/**\n * Text wrapper component for the Title 2 typography variant\n */\nexport const Title2: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: title2ClassNames.root,\n displayName: 'Title2',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Title2/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC","sourcesContent":["export * from './Title2';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"mappings":"AACA,yBAA2B,gBAAgB;AAC3C,SAASA,aAAa,QAA0B,YAAY;AAG5D,SAASC,gBAAgB,QAAQ,uBAAuB;AAExD,OAAO,MAAMC,gBAAgB,GAA8B;EACzDC,IAAI,EAAE;CACP;AAED;;;AAGA,MAAMC,SAAS,gBAAG;EAAA;IAAA;IAAA;IAAA;IAAA;EAAA;AAAA;EAAA;AAAA,EAEhB;AAEF;;;AAGA,OAAO,MAAMC,MAAM,gBAAwCL,aAAa,CAAC;EACvEI,SAAS;EACTE,SAAS,EAAEJ,gBAAgB,CAACC,IAAI;EAChCI,WAAW,EAAE;CACd,CAAC","names":["createWrapper","typographyStyles","title3ClassNames","root","useStyles","Title3","className","displayName"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Title3/Title3.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const title3ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Title3',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.title3,\n});\n\n/**\n * Text wrapper component for the Title 3 typography variant\n */\nexport const Title3: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: title3ClassNames.root,\n displayName: 'Title3',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/Title3/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC","sourcesContent":["export * from './Title3';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,YAAY,QAAQ,gBAAgB;AAC7C,SAASC,mBAAmB,EAAEC,gBAAgB,EAAEC,sBAAsB,QAAQ,SAAS;AAMvF,OAAM,SAAUC,aAAa,CAACC,OAI7B;EACC,MAAM;IAAEC,SAAS;IAAEC,SAAS;IAAEC;EAAW,CAAE,GAAGH,OAAO;EACrD,MAAMI,OAAO,gBAA0CV,KAAK,CAACW,UAAU,CAAC,CAACC,KAAK,EAAEC,GAAG,KAAI;IACrF,MAAMC,MAAM,GAAGP,SAAS,EAAE;IAC1B,MAAMQ,KAAK,GAAGZ,gBAAgB,CAACS,KAAkB,EAAEC,GAAG,CAAC;IAEvDT,sBAAsB,CAACW,KAAK,CAAC;IAE7BA,KAAK,CAACC,IAAI,CAACR,SAAS,GAAGP,YAAY,CAACO,SAAS,EAAEO,KAAK,CAACC,IAAI,CAACR,SAAS,EAAEM,MAAM,CAACE,IAAI,EAAEJ,KAAK,CAACJ,SAAS,CAAC;IAElG,OAAON,mBAAmB,CAACa,KAAK,CAAC;EACnC,CAAC,CAAC;EACFL,OAAO,CAACD,WAAW,GAAGA,WAAW;EAEjC,OAAOC,OAAO;AAChB","names":["React","mergeClasses","renderText_unstable","useText_unstable","useTextStyles_unstable","createWrapper","options","useStyles","className","displayName","Wrapper","forwardRef","props","ref","styles","state","root"],"sourceRoot":"../src/","sources":["packages/react-components/react-text/src/components/wrapper.tsx"],"sourcesContent":["import * as React from 'react';\nimport { mergeClasses } from '@griffel/react';\nimport { renderText_unstable, useText_unstable, useTextStyles_unstable } from '../Text';\nimport type { TextProps } from '../Text';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\nexport type TextWrapperProps = Omit<TextProps, 'font' | 'size'>;\n\nexport function createWrapper(options: {\n className: string;\n displayName: string;\n useStyles: () => Record<'root', string>;\n}): React.FunctionComponent<TextWrapperProps> {\n const { useStyles, className, displayName } = options;\n const Wrapper: ForwardRefComponent<TextWrapperProps> = React.forwardRef((props, ref) => {\n const styles = useStyles();\n const state = useText_unstable(props as TextProps, ref);\n\n useTextStyles_unstable(state);\n\n state.root.className = mergeClasses(className, state.root.className, styles.root, props.className);\n\n return renderText_unstable(state);\n });\n Wrapper.displayName = displayName;\n\n return Wrapper;\n}\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Body1.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Body1/Body1.tsx"],"names":[],"mappings":";;;;IAOa,QAAA,eAAe,GAA8B;QACxD,IAAI,EAAE,WAAW;KAClB,CAAC;IAEF;;OAEG;IACH,IAAM,SAAS,GAAG,kBAAU,CAAC;QAC3B,IAAI,EAAE,8BAAgB,CAAC,KAAK;KAC7B,CAAC,CAAC;IAEH;;OAEG;IACU,QAAA,KAAK,GAAwC,uBAAa,CAAC;QACtE,SAAS,WAAA;QACT,SAAS,EAAE,uBAAe,CAAC,IAAI;QAC/B,WAAW,EAAE,OAAO;KACrB,CAAC,CAAC","sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const body1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Body1',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.body1,\n});\n\n/**\n * Text wrapper component for the Body1 typography variant\n */\nexport const Body1: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: body1ClassNames.root,\n displayName: 'Body1',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Body1/index.ts"],"names":[],"mappings":";;;IAAA,uCAAwB","sourcesContent":["export * from './Body1';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Caption1.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Caption1/Caption1.tsx"],"names":[],"mappings":";;;;IAOa,QAAA,kBAAkB,GAA8B;QAC3D,IAAI,EAAE,cAAc;KACrB,CAAC;IAEF;;OAEG;IACH,IAAM,SAAS,GAAG,kBAAU,CAAC;QAC3B,IAAI,EAAE,8BAAgB,CAAC,QAAQ;KAChC,CAAC,CAAC;IAEH;;OAEG;IACU,QAAA,QAAQ,GAAwC,uBAAa,CAAC;QACzE,SAAS,WAAA;QACT,SAAS,EAAE,0BAAkB,CAAC,IAAI;QAClC,WAAW,EAAE,UAAU;KACxB,CAAC,CAAC","sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const caption1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption1',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption1,\n});\n\n/**\n * Text wrapper component for the Caption1 typography variant\n */\nexport const Caption1: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: caption1ClassNames.root,\n displayName: 'Caption1',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Caption1/index.ts"],"names":[],"mappings":";;;IAAA,0CAA2B","sourcesContent":["export * from './Caption1';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Caption2.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Caption2/Caption2.tsx"],"names":[],"mappings":";;;;IAOa,QAAA,kBAAkB,GAA8B;QAC3D,IAAI,EAAE,cAAc;KACrB,CAAC;IAEF;;OAEG;IACH,IAAM,SAAS,GAAG,kBAAU,CAAC;QAC3B,IAAI,EAAE,8BAAgB,CAAC,QAAQ;KAChC,CAAC,CAAC;IAEH;;OAEG;IACU,QAAA,QAAQ,GAAwC,uBAAa,CAAC;QACzE,SAAS,WAAA;QACT,SAAS,EAAE,0BAAkB,CAAC,IAAI;QAClC,WAAW,EAAE,UAAU;KACxB,CAAC,CAAC","sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const caption2ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption2',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption2,\n});\n\n/**\n * Text wrapper component for the Caption2 typography variant\n */\nexport const Caption2: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: caption2ClassNames.root,\n displayName: 'Caption2',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Caption2/index.ts"],"names":[],"mappings":";;;IAAA,0CAA2B","sourcesContent":["export * from './Caption2';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Display.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Display/Display.tsx"],"names":[],"mappings":";;;;IAOa,QAAA,iBAAiB,GAA8B;QAC1D,IAAI,EAAE,aAAa;KACpB,CAAC;IAEF;;OAEG;IACH,IAAM,SAAS,GAAG,kBAAU,CAAC;QAC3B,IAAI,EAAE,8BAAgB,CAAC,OAAO;KAC/B,CAAC,CAAC;IAEH;;OAEG;IACU,QAAA,OAAO,GAAwC,uBAAa,CAAC;QACxE,SAAS,WAAA;QACT,SAAS,EAAE,yBAAiB,CAAC,IAAI;QACjC,WAAW,EAAE,SAAS;KACvB,CAAC,CAAC","sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const displayClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Display',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.display,\n});\n\n/**\n * Text wrapper component for the Display typography variant\n */\nexport const Display: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: displayClassNames.root,\n displayName: 'Display',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Display/index.ts"],"names":[],"mappings":";;;IAAA,yCAA0B","sourcesContent":["export * from './Display';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"LargeTitle.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/LargeTitle/LargeTitle.tsx"],"names":[],"mappings":";;;;IAOa,QAAA,oBAAoB,GAA8B;QAC7D,IAAI,EAAE,gBAAgB;KACvB,CAAC;IAEF;;OAEG;IACH,IAAM,SAAS,GAAG,kBAAU,CAAC;QAC3B,IAAI,EAAE,8BAAgB,CAAC,UAAU;KAClC,CAAC,CAAC;IAEH;;OAEG;IACU,QAAA,UAAU,GAAwC,uBAAa,CAAC;QAC3E,SAAS,WAAA;QACT,SAAS,EAAE,4BAAoB,CAAC,IAAI;QACpC,WAAW,EAAE,YAAY;KAC1B,CAAC,CAAC","sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const largeTitleClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-LargeTitle',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.largeTitle,\n});\n\n/**\n * Text wrapper component for the Large Title typography variant\n */\nexport const LargeTitle: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: largeTitleClassNames.root,\n displayName: 'LargeTitle',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/LargeTitle/index.ts"],"names":[],"mappings":";;;IAAA,4CAA6B","sourcesContent":["export * from './LargeTitle';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Subtitle1.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Subtitle1/Subtitle1.tsx"],"names":[],"mappings":";;;;IAOa,QAAA,mBAAmB,GAA8B;QAC5D,IAAI,EAAE,eAAe;KACtB,CAAC;IAEF;;OAEG;IACH,IAAM,SAAS,GAAG,kBAAU,CAAC;QAC3B,IAAI,EAAE,8BAAgB,CAAC,SAAS;KACjC,CAAC,CAAC;IAEH;;OAEG;IACU,QAAA,SAAS,GAAwC,uBAAa,CAAC;QAC1E,SAAS,WAAA;QACT,SAAS,EAAE,2BAAmB,CAAC,IAAI;QACnC,WAAW,EAAE,WAAW;KACzB,CAAC,CAAC","sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const subtitle1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Subtitle1',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.subtitle1,\n});\n\n/**\n * Text wrapper component for the Subtitle1 typography variant\n */\nexport const Subtitle1: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: subtitle1ClassNames.root,\n displayName: 'Subtitle1',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Subtitle1/index.ts"],"names":[],"mappings":";;;IAAA,2CAA4B","sourcesContent":["export * from './Subtitle1';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Subtitle2.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Subtitle2/Subtitle2.tsx"],"names":[],"mappings":";;;;IAOa,QAAA,mBAAmB,GAA8B;QAC5D,IAAI,EAAE,eAAe;KACtB,CAAC;IAEF;;OAEG;IACH,IAAM,SAAS,GAAG,kBAAU,CAAC;QAC3B,IAAI,EAAE,8BAAgB,CAAC,SAAS;KACjC,CAAC,CAAC;IAEH;;OAEG;IACU,QAAA,SAAS,GAAwC,uBAAa,CAAC;QAC1E,SAAS,WAAA;QACT,SAAS,EAAE,2BAAmB,CAAC,IAAI;QACnC,WAAW,EAAE,WAAW;KACzB,CAAC,CAAC","sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const subtitle2ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Subtitle2',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.subtitle2,\n});\n\n/**\n * Text wrapper component for the Subtitle2 typography variant\n */\nexport const Subtitle2: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: subtitle2ClassNames.root,\n displayName: 'Subtitle2',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Subtitle2/index.ts"],"names":[],"mappings":";;;IAAA,2CAA4B","sourcesContent":["export * from './Subtitle2';\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Title1.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Title1/Title1.tsx"],"names":[],"mappings":";;;;IAOa,QAAA,gBAAgB,GAA8B;QACzD,IAAI,EAAE,YAAY;KACnB,CAAC;IAEF;;OAEG;IACH,IAAM,SAAS,GAAG,kBAAU,CAAC;QAC3B,IAAI,EAAE,8BAAgB,CAAC,MAAM;KAC9B,CAAC,CAAC;IAEH;;OAEG;IACU,QAAA,MAAM,GAAwC,uBAAa,CAAC;QACvE,SAAS,WAAA;QACT,SAAS,EAAE,wBAAgB,CAAC,IAAI;QAChC,WAAW,EAAE,QAAQ;KACtB,CAAC,CAAC","sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const title1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Title1',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.title1,\n});\n\n/**\n * Text wrapper component for the Title 1 typography variant\n */\nexport const Title1: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: title1ClassNames.root,\n displayName: 'Title1',\n});\n"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Title1/index.ts"],"names":[],"mappings":";;;IAAA,wCAAyB","sourcesContent":["export * from './Title1';\n"]}
|