@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,6 @@
|
|
1
|
+
define(["require", "exports", "tslib", "./components/presets/Caption1Stronger/index"], function (require, exports, tslib_1, index_1) {
|
2
|
+
"use strict";
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
+
tslib_1.__exportStar(index_1, exports);
|
5
|
+
});
|
6
|
+
//# sourceMappingURL=Caption1Stronger.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Caption1Stronger.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Caption1Stronger.ts"],"names":[],"mappings":";;;IAAA,uCAA4D","sourcesContent":["export * from './components/presets/Caption1Stronger/index';\n"]}
|
package/lib-amd/Caption2.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
define(["require", "exports", "tslib", "./components/Caption2/index"], function (require, exports, tslib_1, index_1) {
|
1
|
+
define(["require", "exports", "tslib", "./components/presets/Caption2/index"], function (require, exports, tslib_1, index_1) {
|
2
2
|
"use strict";
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
tslib_1.__exportStar(index_1, exports);
|
package/lib-amd/Caption2.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Caption2.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Caption2.ts"],"names":[],"mappings":";;;IAAA,
|
1
|
+
{"version":3,"file":"Caption2.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Caption2.ts"],"names":[],"mappings":";;;IAAA,uCAAoD","sourcesContent":["export * from './components/presets/Caption2/index';\n"]}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
define(["require", "exports", "tslib", "./components/presets/Caption2Strong/index"], function (require, exports, tslib_1, index_1) {
|
2
|
+
"use strict";
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
+
tslib_1.__exportStar(index_1, exports);
|
5
|
+
});
|
6
|
+
//# sourceMappingURL=Caption2Strong.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Caption2Strong.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Caption2Strong.ts"],"names":[],"mappings":";;;IAAA,uCAA0D","sourcesContent":["export * from './components/presets/Caption2Strong/index';\n"]}
|
package/lib-amd/Display.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
define(["require", "exports", "tslib", "./components/Display/index"], function (require, exports, tslib_1, index_1) {
|
1
|
+
define(["require", "exports", "tslib", "./components/presets/Display/index"], function (require, exports, tslib_1, index_1) {
|
2
2
|
"use strict";
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
tslib_1.__exportStar(index_1, exports);
|
package/lib-amd/Display.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Display.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Display.ts"],"names":[],"mappings":";;;IAAA,
|
1
|
+
{"version":3,"file":"Display.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Display.ts"],"names":[],"mappings":";;;IAAA,uCAAmD","sourcesContent":["export * from './components/presets/Display/index';\n"]}
|
package/lib-amd/LargeTitle.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
define(["require", "exports", "tslib", "./components/LargeTitle/index"], function (require, exports, tslib_1, index_1) {
|
1
|
+
define(["require", "exports", "tslib", "./components/presets/LargeTitle/index"], function (require, exports, tslib_1, index_1) {
|
2
2
|
"use strict";
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
tslib_1.__exportStar(index_1, exports);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"LargeTitle.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/LargeTitle.ts"],"names":[],"mappings":";;;IAAA,
|
1
|
+
{"version":3,"file":"LargeTitle.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/LargeTitle.ts"],"names":[],"mappings":";;;IAAA,uCAAsD","sourcesContent":["export * from './components/presets/LargeTitle/index';\n"]}
|
package/lib-amd/Subtitle1.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
define(["require", "exports", "tslib", "./components/Subtitle1/index"], function (require, exports, tslib_1, index_1) {
|
1
|
+
define(["require", "exports", "tslib", "./components/presets/Subtitle1/index"], function (require, exports, tslib_1, index_1) {
|
2
2
|
"use strict";
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
tslib_1.__exportStar(index_1, exports);
|
package/lib-amd/Subtitle1.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Subtitle1.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Subtitle1.ts"],"names":[],"mappings":";;;IAAA,
|
1
|
+
{"version":3,"file":"Subtitle1.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Subtitle1.ts"],"names":[],"mappings":";;;IAAA,uCAAqD","sourcesContent":["export * from './components/presets/Subtitle1/index';\n"]}
|
package/lib-amd/Subtitle2.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
define(["require", "exports", "tslib", "./components/Subtitle2/index"], function (require, exports, tslib_1, index_1) {
|
1
|
+
define(["require", "exports", "tslib", "./components/presets/Subtitle2/index"], function (require, exports, tslib_1, index_1) {
|
2
2
|
"use strict";
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
tslib_1.__exportStar(index_1, exports);
|
package/lib-amd/Subtitle2.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Subtitle2.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Subtitle2.ts"],"names":[],"mappings":";;;IAAA,
|
1
|
+
{"version":3,"file":"Subtitle2.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Subtitle2.ts"],"names":[],"mappings":";;;IAAA,uCAAqD","sourcesContent":["export * from './components/presets/Subtitle2/index';\n"]}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
define(["require", "exports", "tslib", "./components/presets/Subtitle2Stronger/index"], function (require, exports, tslib_1, index_1) {
|
2
|
+
"use strict";
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
+
tslib_1.__exportStar(index_1, exports);
|
5
|
+
});
|
6
|
+
//# sourceMappingURL=Subtitle2Stronger.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Subtitle2Stronger.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Subtitle2Stronger.ts"],"names":[],"mappings":";;;IAAA,uCAA6D","sourcesContent":["export * from './components/presets/Subtitle2Stronger/index';\n"]}
|
package/lib-amd/Title1.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
define(["require", "exports", "tslib", "./components/Title1/index"], function (require, exports, tslib_1, index_1) {
|
1
|
+
define(["require", "exports", "tslib", "./components/presets/Title1/index"], function (require, exports, tslib_1, index_1) {
|
2
2
|
"use strict";
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
tslib_1.__exportStar(index_1, exports);
|
package/lib-amd/Title1.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Title1.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Title1.ts"],"names":[],"mappings":";;;IAAA,
|
1
|
+
{"version":3,"file":"Title1.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Title1.ts"],"names":[],"mappings":";;;IAAA,uCAAkD","sourcesContent":["export * from './components/presets/Title1/index';\n"]}
|
package/lib-amd/Title2.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
define(["require", "exports", "tslib", "./components/Title2/index"], function (require, exports, tslib_1, index_1) {
|
1
|
+
define(["require", "exports", "tslib", "./components/presets/Title2/index"], function (require, exports, tslib_1, index_1) {
|
2
2
|
"use strict";
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
tslib_1.__exportStar(index_1, exports);
|
package/lib-amd/Title2.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Title2.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Title2.ts"],"names":[],"mappings":";;;IAAA,
|
1
|
+
{"version":3,"file":"Title2.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Title2.ts"],"names":[],"mappings":";;;IAAA,uCAAkD","sourcesContent":["export * from './components/presets/Title2/index';\n"]}
|
package/lib-amd/Title3.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
define(["require", "exports", "tslib", "./components/Title3/index"], function (require, exports, tslib_1, index_1) {
|
1
|
+
define(["require", "exports", "tslib", "./components/presets/Title3/index"], function (require, exports, tslib_1, index_1) {
|
2
2
|
"use strict";
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
tslib_1.__exportStar(index_1, exports);
|
package/lib-amd/Title3.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Title3.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Title3.ts"],"names":[],"mappings":";;;IAAA,
|
1
|
+
{"version":3,"file":"Title3.js","sourceRoot":"","sources":["../../../../../../../packages/react-components/react-text/src/Title3.ts"],"names":[],"mappings":";;;IAAA,uCAAkD","sourcesContent":["export * from './components/presets/Title3/index';\n"]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Text.types.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Text/Text.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';\n\n/**\n * Text slots\n */\nexport type TextSlots = {\n root: Slot<'span', 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'pre'>;\n};\n\n/**\n * Text Props\n */\nexport type TextProps = ComponentProps<TextSlots> & {\n /**\n * Aligns text based on the parent container.\n *\n * @default start\n */\n align?: 'start' | 'center' | 'end' | 'justify';\n\n /**\n * Applies a block display for the content.\n *\n * @default false\n */\n block?: boolean;\n\n /**\n * Applies the font family to the content.\n *\n * @default base\n */\n font?: 'base' | 'monospace' | 'numeric';\n\n /**\n * Applies the italic font style to the content.\n *\n * @default false\n */\n italic?: boolean;\n\n /**\n * Applies font size and line height based on the theme tokens.\n *\n * @default 300\n */\n size?: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 1000;\n\n /**\n * Applies the strikethrough text decoration to the content.\n *\n * @default false\n */\n strikethrough?: boolean;\n\n /**\n * Truncate overflowing text for block displays.\n *\n * @default false\n */\n\n truncate?: boolean;\n\n /**\n * Applies the underline text decoration to the content.\n *\n * @default false\n */\n underline?: boolean;\n\n /**\n * Applies font weight to the content.\n *\n * @default regular\n */\n weight?: 'regular' | 'medium' | 'semibold' | 'bold';\n\n /**\n * Wraps the text content on white spaces.\n *\n * @default true\n */\n wrap?: boolean;\n};\n\n/**\n * State used in rendering Text\n */\nexport type TextState = ComponentState<TextSlots> &\n Required<\n Pick<\n TextProps,\n 'align' | 'block' | 'font' | 'italic' | 'size' | 'strikethrough' | 'truncate' | 'underline' | 'weight' | 'wrap'\n >\n >;\n"]}
|
1
|
+
{"version":3,"file":"Text.types.js","sourceRoot":"","sources":["../../../../../../../../../packages/react-components/react-text/src/components/Text/Text.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';\n\n/**\n * Text slots\n */\nexport type TextSlots = {\n root: Slot<'span', 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'pre'>;\n};\n\n/**\n * Text Props\n */\nexport type TextProps = ComponentProps<TextSlots> & {\n /**\n * Aligns text based on the parent container.\n *\n * @default start\n */\n align?: 'start' | 'center' | 'end' | 'justify';\n\n /**\n * Applies a block display for the content.\n *\n * @default false\n */\n block?: boolean;\n\n /**\n * Applies the font family to the content.\n *\n * @default base\n */\n font?: 'base' | 'monospace' | 'numeric';\n\n /**\n * Applies the italic font style to the content.\n *\n * @default false\n */\n italic?: boolean;\n\n /**\n * Applies font size and line height based on the theme typography tokens.\n *\n * @default 300\n */\n size?: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 1000;\n\n /**\n * Applies the strikethrough text decoration to the content.\n *\n * @default false\n */\n strikethrough?: boolean;\n\n /**\n * Truncate overflowing text for block displays.\n *\n * @default false\n */\n\n truncate?: boolean;\n\n /**\n * Applies the underline text decoration to the content.\n *\n * @default false\n */\n underline?: boolean;\n\n /**\n * Applies font weight to the content.\n *\n * @default regular\n */\n weight?: 'regular' | 'medium' | 'semibold' | 'bold';\n\n /**\n * Wraps the text content on white spaces.\n *\n * @default true\n */\n wrap?: boolean;\n};\n\n/**\n * TextPreset Props\n */\nexport type TextPresetProps = Omit<TextProps, 'font' | 'size' | 'weight'>;\n\n/**\n * State used in rendering Text\n */\nexport type TextState = ComponentState<TextSlots> &\n Required<\n Pick<\n TextProps,\n 'align' | 'block' | 'font' | 'italic' | 'size' | 'strikethrough' | 'truncate' | 'underline' | 'weight' | 'wrap'\n >\n >;\n"]}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
define(["require", "exports", "@griffel/react", "../
|
1
|
+
define(["require", "exports", "@griffel/react", "../createPreset", "@fluentui/react-theme"], function (require, exports, react_1, createPreset_1, react_theme_1) {
|
2
2
|
"use strict";
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
exports.Body1 = exports.body1ClassNames = void 0;
|
@@ -12,9 +12,9 @@ define(["require", "exports", "@griffel/react", "../wrapper", "@fluentui/react-t
|
|
12
12
|
root: react_theme_1.typographyStyles.body1,
|
13
13
|
});
|
14
14
|
/**
|
15
|
-
* Text
|
15
|
+
* Text preset component for the Body1 typography variant
|
16
16
|
*/
|
17
|
-
exports.Body1 =
|
17
|
+
exports.Body1 = createPreset_1.createPreset({
|
18
18
|
useStyles: useStyles,
|
19
19
|
className: exports.body1ClassNames.root,
|
20
20
|
displayName: 'Body1',
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Body1.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/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,GAAuC,2BAAY,CAAC;QACpE,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 { 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 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 preset component for the Body1 typography variant\n */\nexport const Body1: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: body1ClassNames.root,\n displayName: 'Body1',\n});\n"]}
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Body1/index.ts"],"names":[],"mappings":";;;IAAA,uCAAwB","sourcesContent":["export * from './Body1';\n"]}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
define(["require", "exports", "@griffel/react", "../createPreset", "@fluentui/react-theme"], function (require, exports, react_1, createPreset_1, react_theme_1) {
|
2
|
+
"use strict";
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
+
exports.Body1Strong = exports.body1StrongClassNames = void 0;
|
5
|
+
exports.body1StrongClassNames = {
|
6
|
+
root: 'fui-Body1Strong',
|
7
|
+
};
|
8
|
+
/**
|
9
|
+
* Styles for the root slot
|
10
|
+
*/
|
11
|
+
var useStyles = react_1.makeStyles({
|
12
|
+
root: react_theme_1.typographyStyles.body1Strong,
|
13
|
+
});
|
14
|
+
/**
|
15
|
+
* Text preset component for the Body1Strong typography variant
|
16
|
+
*/
|
17
|
+
exports.Body1Strong = createPreset_1.createPreset({
|
18
|
+
useStyles: useStyles,
|
19
|
+
className: exports.body1StrongClassNames.root,
|
20
|
+
displayName: 'Body1Strong',
|
21
|
+
});
|
22
|
+
});
|
23
|
+
//# sourceMappingURL=Body1Strong.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Body1Strong.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Body1Strong/Body1Strong.tsx"],"names":[],"mappings":";;;;IAOa,QAAA,qBAAqB,GAA8B;QAC9D,IAAI,EAAE,iBAAiB;KACxB,CAAC;IAEF;;OAEG;IACH,IAAM,SAAS,GAAG,kBAAU,CAAC;QAC3B,IAAI,EAAE,8BAAgB,CAAC,WAAW;KACnC,CAAC,CAAC;IAEH;;OAEG;IACU,QAAA,WAAW,GAAuC,2BAAY,CAAC;QAC1E,SAAS,WAAA;QACT,SAAS,EAAE,6BAAqB,CAAC,IAAI;QACrC,WAAW,EAAE,aAAa;KAC3B,CAAC,CAAC","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 body1StrongClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Body1Strong',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.body1Strong,\n});\n\n/**\n * Text preset component for the Body1Strong typography variant\n */\nexport const Body1Strong: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: body1StrongClassNames.root,\n displayName: 'Body1Strong',\n});\n"]}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
define(["require", "exports", "tslib", "./Body1Strong"], function (require, exports, tslib_1, Body1Strong_1) {
|
2
|
+
"use strict";
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
+
tslib_1.__exportStar(Body1Strong_1, exports);
|
5
|
+
});
|
6
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Body1Strong/index.ts"],"names":[],"mappings":";;;IAAA,6CAA8B","sourcesContent":["export * from './Body1Strong';\n"]}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
define(["require", "exports", "@griffel/react", "../createPreset", "@fluentui/react-theme"], function (require, exports, react_1, createPreset_1, react_theme_1) {
|
2
|
+
"use strict";
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
+
exports.Body1Stronger = exports.body1StrongerClassNames = void 0;
|
5
|
+
exports.body1StrongerClassNames = {
|
6
|
+
root: 'fui-Body1Stronger',
|
7
|
+
};
|
8
|
+
/**
|
9
|
+
* Styles for the root slot
|
10
|
+
*/
|
11
|
+
var useStyles = react_1.makeStyles({
|
12
|
+
root: react_theme_1.typographyStyles.body1Stronger,
|
13
|
+
});
|
14
|
+
/**
|
15
|
+
* Text preset component for the Body1Stronger typography variant
|
16
|
+
*/
|
17
|
+
exports.Body1Stronger = createPreset_1.createPreset({
|
18
|
+
useStyles: useStyles,
|
19
|
+
className: exports.body1StrongerClassNames.root,
|
20
|
+
displayName: 'Body1Stronger',
|
21
|
+
});
|
22
|
+
});
|
23
|
+
//# sourceMappingURL=Body1Stronger.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Body1Stronger.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Body1Stronger/Body1Stronger.tsx"],"names":[],"mappings":";;;;IAOa,QAAA,uBAAuB,GAA8B;QAChE,IAAI,EAAE,mBAAmB;KAC1B,CAAC;IAEF;;OAEG;IACH,IAAM,SAAS,GAAG,kBAAU,CAAC;QAC3B,IAAI,EAAE,8BAAgB,CAAC,aAAa;KACrC,CAAC,CAAC;IAEH;;OAEG;IACU,QAAA,aAAa,GAAuC,2BAAY,CAAC;QAC5E,SAAS,WAAA;QACT,SAAS,EAAE,+BAAuB,CAAC,IAAI;QACvC,WAAW,EAAE,eAAe;KAC7B,CAAC,CAAC","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 body1StrongerClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Body1Stronger',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.body1Stronger,\n});\n\n/**\n * Text preset component for the Body1Stronger typography variant\n */\nexport const Body1Stronger: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: body1StrongerClassNames.root,\n displayName: 'Body1Stronger',\n});\n"]}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
define(["require", "exports", "tslib", "./Body1Stronger"], function (require, exports, tslib_1, Body1Stronger_1) {
|
2
|
+
"use strict";
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
+
tslib_1.__exportStar(Body1Stronger_1, exports);
|
5
|
+
});
|
6
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Body1Stronger/index.ts"],"names":[],"mappings":";;;IAAA,+CAAgC","sourcesContent":["export * from './Body1Stronger';\n"]}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
define(["require", "exports", "@griffel/react", "../createPreset", "@fluentui/react-theme"], function (require, exports, react_1, createPreset_1, react_theme_1) {
|
2
|
+
"use strict";
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
+
exports.Body2 = exports.body2ClassNames = void 0;
|
5
|
+
exports.body2ClassNames = {
|
6
|
+
root: 'fui-Body2',
|
7
|
+
};
|
8
|
+
/**
|
9
|
+
* Styles for the root slot
|
10
|
+
*/
|
11
|
+
var useStyles = react_1.makeStyles({
|
12
|
+
root: react_theme_1.typographyStyles.body2,
|
13
|
+
});
|
14
|
+
/**
|
15
|
+
* Text preset component for the Body2 typography variant
|
16
|
+
*/
|
17
|
+
exports.Body2 = createPreset_1.createPreset({
|
18
|
+
useStyles: useStyles,
|
19
|
+
className: exports.body2ClassNames.root,
|
20
|
+
displayName: 'Body2',
|
21
|
+
});
|
22
|
+
});
|
23
|
+
//# sourceMappingURL=Body2.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Body2.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Body2/Body2.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,GAAuC,2BAAY,CAAC;QACpE,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 { 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 body2ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Body2',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.body2,\n});\n\n/**\n * Text preset component for the Body2 typography variant\n */\nexport const Body2: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: body2ClassNames.root,\n displayName: 'Body2',\n});\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Body2/index.ts"],"names":[],"mappings":";;;IAAA,uCAAwB","sourcesContent":["export * from './Body2';\n"]}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
define(["require", "exports", "@griffel/react", "../
|
1
|
+
define(["require", "exports", "@griffel/react", "../createPreset", "@fluentui/react-theme"], function (require, exports, react_1, createPreset_1, react_theme_1) {
|
2
2
|
"use strict";
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
exports.Caption1 = exports.caption1ClassNames = void 0;
|
@@ -12,9 +12,9 @@ define(["require", "exports", "@griffel/react", "../wrapper", "@fluentui/react-t
|
|
12
12
|
root: react_theme_1.typographyStyles.caption1,
|
13
13
|
});
|
14
14
|
/**
|
15
|
-
* Text
|
15
|
+
* Text preset component for the Caption1 typography variant
|
16
16
|
*/
|
17
|
-
exports.Caption1 =
|
17
|
+
exports.Caption1 = createPreset_1.createPreset({
|
18
18
|
useStyles: useStyles,
|
19
19
|
className: exports.caption1ClassNames.root,
|
20
20
|
displayName: 'Caption1',
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Caption1.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/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,GAAuC,2BAAY,CAAC;QACvE,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 { 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 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 preset component for the Caption1 typography variant\n */\nexport const Caption1: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: caption1ClassNames.root,\n displayName: 'Caption1',\n});\n"]}
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Caption1/index.ts"],"names":[],"mappings":";;;IAAA,0CAA2B","sourcesContent":["export * from './Caption1';\n"]}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
define(["require", "exports", "@griffel/react", "../createPreset", "@fluentui/react-theme"], function (require, exports, react_1, createPreset_1, react_theme_1) {
|
2
|
+
"use strict";
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
+
exports.Caption1Strong = exports.caption1StrongClassNames = void 0;
|
5
|
+
exports.caption1StrongClassNames = {
|
6
|
+
root: 'fui-Caption1Strong',
|
7
|
+
};
|
8
|
+
/**
|
9
|
+
* Styles for the root slot
|
10
|
+
*/
|
11
|
+
var useStyles = react_1.makeStyles({
|
12
|
+
root: react_theme_1.typographyStyles.caption1Strong,
|
13
|
+
});
|
14
|
+
/**
|
15
|
+
* Text preset component for the Caption1Strong typography variant
|
16
|
+
*/
|
17
|
+
exports.Caption1Strong = createPreset_1.createPreset({
|
18
|
+
useStyles: useStyles,
|
19
|
+
className: exports.caption1StrongClassNames.root,
|
20
|
+
displayName: 'Caption1Strong',
|
21
|
+
});
|
22
|
+
});
|
23
|
+
//# sourceMappingURL=Caption1Strong.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Caption1Strong.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Caption1Strong/Caption1Strong.tsx"],"names":[],"mappings":";;;;IAOa,QAAA,wBAAwB,GAA8B;QACjE,IAAI,EAAE,oBAAoB;KAC3B,CAAC;IAEF;;OAEG;IACH,IAAM,SAAS,GAAG,kBAAU,CAAC;QAC3B,IAAI,EAAE,8BAAgB,CAAC,cAAc;KACtC,CAAC,CAAC;IAEH;;OAEG;IACU,QAAA,cAAc,GAAuC,2BAAY,CAAC;QAC7E,SAAS,WAAA;QACT,SAAS,EAAE,gCAAwB,CAAC,IAAI;QACxC,WAAW,EAAE,gBAAgB;KAC9B,CAAC,CAAC","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 caption1StrongClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption1Strong',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption1Strong,\n});\n\n/**\n * Text preset component for the Caption1Strong typography variant\n */\nexport const Caption1Strong: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: caption1StrongClassNames.root,\n displayName: 'Caption1Strong',\n});\n"]}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
define(["require", "exports", "tslib", "./Caption1Strong"], function (require, exports, tslib_1, Caption1Strong_1) {
|
2
|
+
"use strict";
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
+
tslib_1.__exportStar(Caption1Strong_1, exports);
|
5
|
+
});
|
6
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Caption1Strong/index.ts"],"names":[],"mappings":";;;IAAA,gDAAiC","sourcesContent":["export * from './Caption1Strong';\n"]}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
define(["require", "exports", "@griffel/react", "../createPreset", "@fluentui/react-theme"], function (require, exports, react_1, createPreset_1, react_theme_1) {
|
2
|
+
"use strict";
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
+
exports.Caption1Stronger = exports.caption1StrongerClassNames = void 0;
|
5
|
+
exports.caption1StrongerClassNames = {
|
6
|
+
root: 'fui-Caption1Stronger',
|
7
|
+
};
|
8
|
+
/**
|
9
|
+
* Styles for the root slot
|
10
|
+
*/
|
11
|
+
var useStyles = react_1.makeStyles({
|
12
|
+
root: react_theme_1.typographyStyles.caption1Stronger,
|
13
|
+
});
|
14
|
+
/**
|
15
|
+
* Text preset component for the Caption1Stronger typography variant
|
16
|
+
*/
|
17
|
+
exports.Caption1Stronger = createPreset_1.createPreset({
|
18
|
+
useStyles: useStyles,
|
19
|
+
className: exports.caption1StrongerClassNames.root,
|
20
|
+
displayName: 'Caption1Stronger',
|
21
|
+
});
|
22
|
+
});
|
23
|
+
//# sourceMappingURL=Caption1Stronger.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Caption1Stronger.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Caption1Stronger/Caption1Stronger.tsx"],"names":[],"mappings":";;;;IAOa,QAAA,0BAA0B,GAA8B;QACnE,IAAI,EAAE,sBAAsB;KAC7B,CAAC;IAEF;;OAEG;IACH,IAAM,SAAS,GAAG,kBAAU,CAAC;QAC3B,IAAI,EAAE,8BAAgB,CAAC,gBAAgB;KACxC,CAAC,CAAC;IAEH;;OAEG;IACU,QAAA,gBAAgB,GAAuC,2BAAY,CAAC;QAC/E,SAAS,WAAA;QACT,SAAS,EAAE,kCAA0B,CAAC,IAAI;QAC1C,WAAW,EAAE,kBAAkB;KAChC,CAAC,CAAC","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 caption1StrongerClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption1Stronger',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption1Stronger,\n});\n\n/**\n * Text preset component for the Caption1Stronger typography variant\n */\nexport const Caption1Stronger: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: caption1StrongerClassNames.root,\n displayName: 'Caption1Stronger',\n});\n"]}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
define(["require", "exports", "tslib", "./Caption1Stronger"], function (require, exports, tslib_1, Caption1Stronger_1) {
|
2
|
+
"use strict";
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
+
tslib_1.__exportStar(Caption1Stronger_1, exports);
|
5
|
+
});
|
6
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Caption1Stronger/index.ts"],"names":[],"mappings":";;;IAAA,kDAAmC","sourcesContent":["export * from './Caption1Stronger';\n"]}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
define(["require", "exports", "@griffel/react", "../
|
1
|
+
define(["require", "exports", "@griffel/react", "../createPreset", "@fluentui/react-theme"], function (require, exports, react_1, createPreset_1, react_theme_1) {
|
2
2
|
"use strict";
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
exports.Caption2 = exports.caption2ClassNames = void 0;
|
@@ -12,9 +12,9 @@ define(["require", "exports", "@griffel/react", "../wrapper", "@fluentui/react-t
|
|
12
12
|
root: react_theme_1.typographyStyles.caption2,
|
13
13
|
});
|
14
14
|
/**
|
15
|
-
* Text
|
15
|
+
* Text preset component for the Caption2 typography variant
|
16
16
|
*/
|
17
|
-
exports.Caption2 =
|
17
|
+
exports.Caption2 = createPreset_1.createPreset({
|
18
18
|
useStyles: useStyles,
|
19
19
|
className: exports.caption2ClassNames.root,
|
20
20
|
displayName: 'Caption2',
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Caption2.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/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,GAAuC,2BAAY,CAAC;QACvE,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 { 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 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 preset component for the Caption2 typography variant\n */\nexport const Caption2: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: caption2ClassNames.root,\n displayName: 'Caption2',\n});\n"]}
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Caption2/index.ts"],"names":[],"mappings":";;;IAAA,0CAA2B","sourcesContent":["export * from './Caption2';\n"]}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
define(["require", "exports", "@griffel/react", "../createPreset", "@fluentui/react-theme"], function (require, exports, react_1, createPreset_1, react_theme_1) {
|
2
|
+
"use strict";
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
+
exports.Caption2Strong = exports.caption2StrongClassNames = void 0;
|
5
|
+
exports.caption2StrongClassNames = {
|
6
|
+
root: 'fui-Caption2Strong',
|
7
|
+
};
|
8
|
+
/**
|
9
|
+
* Styles for the root slot
|
10
|
+
*/
|
11
|
+
var useStyles = react_1.makeStyles({
|
12
|
+
root: react_theme_1.typographyStyles.caption2Strong,
|
13
|
+
});
|
14
|
+
/**
|
15
|
+
* Text preset component for the Caption2Strong typography variant
|
16
|
+
*/
|
17
|
+
exports.Caption2Strong = createPreset_1.createPreset({
|
18
|
+
useStyles: useStyles,
|
19
|
+
className: exports.caption2StrongClassNames.root,
|
20
|
+
displayName: 'Caption2Strong',
|
21
|
+
});
|
22
|
+
});
|
23
|
+
//# sourceMappingURL=Caption2Strong.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Caption2Strong.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Caption2Strong/Caption2Strong.tsx"],"names":[],"mappings":";;;;IAOa,QAAA,wBAAwB,GAA8B;QACjE,IAAI,EAAE,oBAAoB;KAC3B,CAAC;IAEF;;OAEG;IACH,IAAM,SAAS,GAAG,kBAAU,CAAC;QAC3B,IAAI,EAAE,8BAAgB,CAAC,cAAc;KACtC,CAAC,CAAC;IAEH;;OAEG;IACU,QAAA,cAAc,GAAuC,2BAAY,CAAC;QAC7E,SAAS,WAAA;QACT,SAAS,EAAE,gCAAwB,CAAC,IAAI;QACxC,WAAW,EAAE,gBAAgB;KAC9B,CAAC,CAAC","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 caption2StrongClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption2Strong',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption2Strong,\n});\n\n/**\n * Text preset component for the Caption2Strong typography variant\n */\nexport const Caption2Strong: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: caption2StrongClassNames.root,\n displayName: 'Caption2Strong',\n});\n"]}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
define(["require", "exports", "tslib", "./Caption2Strong"], function (require, exports, tslib_1, Caption2Strong_1) {
|
2
|
+
"use strict";
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
+
tslib_1.__exportStar(Caption2Strong_1, exports);
|
5
|
+
});
|
6
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Caption2Strong/index.ts"],"names":[],"mappings":";;;IAAA,gDAAiC","sourcesContent":["export * from './Caption2Strong';\n"]}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
define(["require", "exports", "@griffel/react", "../
|
1
|
+
define(["require", "exports", "@griffel/react", "../createPreset", "@fluentui/react-theme"], function (require, exports, react_1, createPreset_1, react_theme_1) {
|
2
2
|
"use strict";
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
exports.Display = exports.displayClassNames = void 0;
|
@@ -12,9 +12,9 @@ define(["require", "exports", "@griffel/react", "../wrapper", "@fluentui/react-t
|
|
12
12
|
root: react_theme_1.typographyStyles.display,
|
13
13
|
});
|
14
14
|
/**
|
15
|
-
* Text
|
15
|
+
* Text preset component for the Display typography variant
|
16
16
|
*/
|
17
|
-
exports.Display =
|
17
|
+
exports.Display = createPreset_1.createPreset({
|
18
18
|
useStyles: useStyles,
|
19
19
|
className: exports.displayClassNames.root,
|
20
20
|
displayName: 'Display',
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Display.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/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,GAAuC,2BAAY,CAAC;QACtE,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 { 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 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 preset component for the Display typography variant\n */\nexport const Display: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: displayClassNames.root,\n displayName: 'Display',\n});\n"]}
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/Display/index.ts"],"names":[],"mappings":";;;IAAA,yCAA0B","sourcesContent":["export * from './Display';\n"]}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
define(["require", "exports", "@griffel/react", "../
|
1
|
+
define(["require", "exports", "@griffel/react", "../createPreset", "@fluentui/react-theme"], function (require, exports, react_1, createPreset_1, react_theme_1) {
|
2
2
|
"use strict";
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
exports.LargeTitle = exports.largeTitleClassNames = void 0;
|
@@ -12,9 +12,9 @@ define(["require", "exports", "@griffel/react", "../wrapper", "@fluentui/react-t
|
|
12
12
|
root: react_theme_1.typographyStyles.largeTitle,
|
13
13
|
});
|
14
14
|
/**
|
15
|
-
* Text
|
15
|
+
* Text preset component for the Large Title typography variant
|
16
16
|
*/
|
17
|
-
exports.LargeTitle =
|
17
|
+
exports.LargeTitle = createPreset_1.createPreset({
|
18
18
|
useStyles: useStyles,
|
19
19
|
className: exports.largeTitleClassNames.root,
|
20
20
|
displayName: 'LargeTitle',
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"LargeTitle.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/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,GAAuC,2BAAY,CAAC;QACzE,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 { 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 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 preset component for the Large Title typography variant\n */\nexport const LargeTitle: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: largeTitleClassNames.root,\n displayName: 'LargeTitle',\n});\n"]}
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../packages/react-components/react-text/src/components/presets/LargeTitle/index.ts"],"names":[],"mappings":";;;IAAA,4CAA6B","sourcesContent":["export * from './LargeTitle';\n"]}
|