@fluentui/react-text 9.3.7 → 9.3.9
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 +96 -2
- package/CHANGELOG.md +29 -3
- package/lib/components/Text/Text.js +3 -6
- package/lib/components/Text/Text.js.map +1 -1
- package/lib/components/Text/index.js +1 -1
- package/lib/components/Text/index.js.map +1 -1
- package/lib/components/Text/{useTextStyles.js → useTextStyles.styles.js} +1 -1
- package/lib/components/Text/useTextStyles.styles.js.map +1 -0
- package/lib/components/presets/Body1/Body1.js +2 -19
- package/lib/components/presets/Body1/Body1.js.map +1 -1
- package/lib/components/presets/Body1/index.js +1 -0
- package/lib/components/presets/Body1/index.js.map +1 -1
- package/lib/components/presets/Body1/useBody1Styles.styles.js +19 -0
- package/lib/components/presets/Body1/useBody1Styles.styles.js.map +1 -0
- package/lib/components/presets/Body1Strong/Body1Strong.js +2 -19
- package/lib/components/presets/Body1Strong/Body1Strong.js.map +1 -1
- package/lib/components/presets/Body1Strong/index.js +1 -0
- package/lib/components/presets/Body1Strong/index.js.map +1 -1
- package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js +19 -0
- package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +1 -0
- package/lib/components/presets/Body1Stronger/Body1Stronger.js +2 -19
- package/lib/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
- package/lib/components/presets/Body1Stronger/index.js +1 -0
- package/lib/components/presets/Body1Stronger/index.js.map +1 -1
- package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js +19 -0
- package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +1 -0
- package/lib/components/presets/Body2/Body2.js +2 -19
- package/lib/components/presets/Body2/Body2.js.map +1 -1
- package/lib/components/presets/Body2/index.js +1 -0
- package/lib/components/presets/Body2/index.js.map +1 -1
- package/lib/components/presets/Body2/useBody2Styles.styles.js +19 -0
- package/lib/components/presets/Body2/useBody2Styles.styles.js.map +1 -0
- package/lib/components/presets/Caption1/Caption1.js +2 -19
- package/lib/components/presets/Caption1/Caption1.js.map +1 -1
- package/lib/components/presets/Caption1/index.js +1 -0
- package/lib/components/presets/Caption1/index.js.map +1 -1
- package/lib/components/presets/Caption1/useCaption1Styles.styles.js +19 -0
- package/lib/components/presets/Caption1/useCaption1Styles.styles.js.map +1 -0
- package/lib/components/presets/Caption1Strong/Caption1Strong.js +2 -19
- package/lib/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
- package/lib/components/presets/Caption1Strong/index.js +1 -0
- package/lib/components/presets/Caption1Strong/index.js.map +1 -1
- package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js +19 -0
- package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +1 -0
- package/lib/components/presets/Caption1Stronger/Caption1Stronger.js +2 -19
- package/lib/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
- package/lib/components/presets/Caption1Stronger/index.js +1 -0
- package/lib/components/presets/Caption1Stronger/index.js.map +1 -1
- package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js +19 -0
- package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +1 -0
- package/lib/components/presets/Caption2/Caption2.js +2 -19
- package/lib/components/presets/Caption2/Caption2.js.map +1 -1
- package/lib/components/presets/Caption2/index.js +1 -0
- package/lib/components/presets/Caption2/index.js.map +1 -1
- package/lib/components/presets/Caption2/useCaption2Styles.styles.js +19 -0
- package/lib/components/presets/Caption2/useCaption2Styles.styles.js.map +1 -0
- package/lib/components/presets/Caption2Strong/Caption2Strong.js +2 -19
- package/lib/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
- package/lib/components/presets/Caption2Strong/index.js +1 -0
- package/lib/components/presets/Caption2Strong/index.js.map +1 -1
- package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js +19 -0
- package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +1 -0
- package/lib/components/presets/Display/Display.js +2 -19
- package/lib/components/presets/Display/Display.js.map +1 -1
- package/lib/components/presets/Display/index.js +1 -0
- package/lib/components/presets/Display/index.js.map +1 -1
- package/lib/components/presets/Display/useDisplayStyles.styles.js +19 -0
- package/lib/components/presets/Display/useDisplayStyles.styles.js.map +1 -0
- package/lib/components/presets/LargeTitle/LargeTitle.js +2 -19
- package/lib/components/presets/LargeTitle/LargeTitle.js.map +1 -1
- package/lib/components/presets/LargeTitle/index.js +1 -0
- package/lib/components/presets/LargeTitle/index.js.map +1 -1
- package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js +19 -0
- package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +1 -0
- package/lib/components/presets/Subtitle1/Subtitle1.js +2 -19
- package/lib/components/presets/Subtitle1/Subtitle1.js.map +1 -1
- package/lib/components/presets/Subtitle1/index.js +1 -0
- package/lib/components/presets/Subtitle1/index.js.map +1 -1
- package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.js +19 -0
- package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +1 -0
- package/lib/components/presets/Subtitle2/Subtitle2.js +2 -19
- package/lib/components/presets/Subtitle2/Subtitle2.js.map +1 -1
- package/lib/components/presets/Subtitle2/index.js +1 -0
- package/lib/components/presets/Subtitle2/index.js.map +1 -1
- package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.js +19 -0
- package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +1 -0
- package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +2 -19
- package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
- package/lib/components/presets/Subtitle2Stronger/index.js +1 -0
- package/lib/components/presets/Subtitle2Stronger/index.js.map +1 -1
- package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js +19 -0
- package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +1 -0
- package/lib/components/presets/Title1/Title1.js +2 -19
- package/lib/components/presets/Title1/Title1.js.map +1 -1
- package/lib/components/presets/Title1/index.js +1 -0
- package/lib/components/presets/Title1/index.js.map +1 -1
- package/lib/components/presets/Title1/useTitle1Styles.styles.js +19 -0
- package/lib/components/presets/Title1/useTitle1Styles.styles.js.map +1 -0
- package/lib/components/presets/Title2/Title2.js +2 -19
- package/lib/components/presets/Title2/Title2.js.map +1 -1
- package/lib/components/presets/Title2/index.js +1 -0
- package/lib/components/presets/Title2/index.js.map +1 -1
- package/lib/components/presets/Title2/useTitle2Styles.styles.js +19 -0
- package/lib/components/presets/Title2/useTitle2Styles.styles.js.map +1 -0
- package/lib/components/presets/Title3/Title3.js +2 -19
- package/lib/components/presets/Title3/Title3.js.map +1 -1
- package/lib/components/presets/Title3/index.js +1 -0
- package/lib/components/presets/Title3/index.js.map +1 -1
- package/lib/components/presets/Title3/useTitle3Styles.styles.js +19 -0
- package/lib/components/presets/Title3/useTitle3Styles.styles.js.map +1 -0
- package/lib-commonjs/components/Text/Text.js +3 -4
- package/lib-commonjs/components/Text/Text.js.map +1 -1
- package/lib-commonjs/components/Text/index.js +1 -1
- package/lib-commonjs/components/Text/index.js.map +1 -1
- package/lib-commonjs/components/Text/{useTextStyles.js → useTextStyles.styles.js} +2 -2
- package/lib-commonjs/components/Text/useTextStyles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Body1/Body1.js +6 -32
- package/lib-commonjs/components/presets/Body1/Body1.js.map +1 -1
- package/lib-commonjs/components/presets/Body1/index.js +5 -0
- package/lib-commonjs/components/presets/Body1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js +6 -32
- package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Strong/index.js +5 -0
- package/lib-commonjs/components/presets/Body1Strong/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js +35 -0
- package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js +6 -32
- package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Stronger/index.js +5 -0
- package/lib-commonjs/components/presets/Body1Stronger/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js +35 -0
- package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Body2/Body2.js +6 -32
- package/lib-commonjs/components/presets/Body2/Body2.js.map +1 -1
- package/lib-commonjs/components/presets/Body2/index.js +5 -0
- package/lib-commonjs/components/presets/Body2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Caption1/Caption1.js +6 -32
- package/lib-commonjs/components/presets/Caption1/Caption1.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1/index.js +5 -0
- package/lib-commonjs/components/presets/Caption1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js +6 -32
- package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Strong/index.js +5 -0
- package/lib-commonjs/components/presets/Caption1Strong/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js +35 -0
- package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js +6 -32
- package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Stronger/index.js +5 -0
- package/lib-commonjs/components/presets/Caption1Stronger/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js +35 -0
- package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Caption2/Caption2.js +6 -32
- package/lib-commonjs/components/presets/Caption2/Caption2.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2/index.js +5 -0
- package/lib-commonjs/components/presets/Caption2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js +6 -32
- package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2Strong/index.js +5 -0
- package/lib-commonjs/components/presets/Caption2Strong/index.js.map +1 -1
- package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js +35 -0
- package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Display/Display.js +6 -32
- package/lib-commonjs/components/presets/Display/Display.js.map +1 -1
- package/lib-commonjs/components/presets/Display/index.js +5 -0
- package/lib-commonjs/components/presets/Display/index.js.map +1 -1
- package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js +35 -0
- package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js +6 -32
- package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js.map +1 -1
- package/lib-commonjs/components/presets/LargeTitle/index.js +5 -0
- package/lib-commonjs/components/presets/LargeTitle/index.js.map +1 -1
- package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js +35 -0
- package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js +6 -32
- package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle1/index.js +5 -0
- package/lib-commonjs/components/presets/Subtitle1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js +6 -32
- package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2/index.js +5 -0
- package/lib-commonjs/components/presets/Subtitle2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +6 -32
- package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2Stronger/index.js +5 -0
- package/lib-commonjs/components/presets/Subtitle2Stronger/index.js.map +1 -1
- package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js +35 -0
- package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Title1/Title1.js +6 -32
- package/lib-commonjs/components/presets/Title1/Title1.js.map +1 -1
- package/lib-commonjs/components/presets/Title1/index.js +5 -0
- package/lib-commonjs/components/presets/Title1/index.js.map +1 -1
- package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Title2/Title2.js +6 -32
- package/lib-commonjs/components/presets/Title2/Title2.js.map +1 -1
- package/lib-commonjs/components/presets/Title2/index.js +5 -0
- package/lib-commonjs/components/presets/Title2/index.js.map +1 -1
- package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js.map +1 -0
- package/lib-commonjs/components/presets/Title3/Title3.js +6 -32
- package/lib-commonjs/components/presets/Title3/Title3.js.map +1 -1
- package/lib-commonjs/components/presets/Title3/index.js +5 -0
- package/lib-commonjs/components/presets/Title3/index.js.map +1 -1
- package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js +35 -0
- package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js.map +1 -0
- package/package.json +8 -7
- package/.swcrc +0 -30
- package/lib/components/Text/useTextStyles.js.map +0 -1
- package/lib-commonjs/components/Text/useTextStyles.js.map +0 -1
@@ -2,41 +2,15 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
get: all[name]
|
9
|
-
});
|
10
|
-
}
|
11
|
-
_export(exports, {
|
12
|
-
caption1StrongerClassNames: ()=>caption1StrongerClassNames,
|
13
|
-
Caption1Stronger: ()=>Caption1Stronger
|
5
|
+
Object.defineProperty(exports, "Caption1Stronger", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>Caption1Stronger
|
14
8
|
});
|
15
|
-
const _react = require("@griffel/react");
|
16
9
|
const _createPreset = require("../createPreset");
|
17
|
-
const
|
18
|
-
root: 'fui-Caption1Stronger'
|
19
|
-
};
|
20
|
-
/**
|
21
|
-
* Styles for the root slot
|
22
|
-
*/ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
23
|
-
root: {
|
24
|
-
Bahqtrf: "fk6fouc",
|
25
|
-
Be2twd7: "fy9rknc",
|
26
|
-
Bhrd7zp: "flh3ekv",
|
27
|
-
Bg96gwp: "fwrc4pm"
|
28
|
-
}
|
29
|
-
}, {
|
30
|
-
d: [
|
31
|
-
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
32
|
-
".fy9rknc{font-size:var(--fontSizeBase200);}",
|
33
|
-
".flh3ekv{font-weight:var(--fontWeightBold);}",
|
34
|
-
".fwrc4pm{line-height:var(--lineHeightBase200);}"
|
35
|
-
]
|
36
|
-
});
|
10
|
+
const _useCaption1StrongerStyles = require("./useCaption1Stronger.styles");
|
37
11
|
const Caption1Stronger = /*#__PURE__*/ (0, _createPreset.createPreset)({
|
38
|
-
useStyles,
|
39
|
-
className: caption1StrongerClassNames.root,
|
12
|
+
useStyles: _useCaption1StrongerStyles.useCaption1StrongerStyles,
|
13
|
+
className: _useCaption1StrongerStyles.caption1StrongerClassNames.root,
|
40
14
|
displayName: 'Caption1Stronger'
|
41
15
|
}); //# sourceMappingURL=Caption1Stronger.js.map
|
42
16
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Caption1Stronger/Caption1Stronger.js"],"sourcesContent":["import {
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Caption1Stronger/Caption1Stronger.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { caption1StrongerClassNames, useCaption1StrongerStyles } from './useCaption1Stronger.styles';\n/**\n * Text preset component for the Caption1Stronger typography variant\n */\nexport const Caption1Stronger = /*#__PURE__*/createPreset({\n useStyles: useCaption1StrongerStyles,\n className: caption1StrongerClassNames.root,\n displayName: 'Caption1Stronger'\n});\n//# sourceMappingURL=Caption1Stronger.js.map"],"names":["Caption1Stronger","createPreset","useStyles","useCaption1StrongerStyles","className","caption1StrongerClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;2CACyC;AAI/D,MAAMA,mBAAmB,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IACxDC,WAAWC,oDAAyB;IACpCC,WAAWC,qDAA0B,CAACC,IAAI;IAC1CC,aAAa;AACf,IACA,4CAA4C"}
|
@@ -2,8 +2,13 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
+
Object.defineProperty(exports, "caption1StrongerClassNames", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>_useCaption1StrongerStyles.caption1StrongerClassNames
|
8
|
+
});
|
5
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
6
10
|
_exportStar(require("./Caption1Stronger"), exports);
|
11
|
+
const _useCaption1StrongerStyles = require("./useCaption1Stronger.styles");
|
7
12
|
//# sourceMappingURL=index.js.map
|
8
13
|
|
9
14
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Caption1Stronger/index.js"],"sourcesContent":["export * from './Caption1Stronger';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Caption1Stronger/index.js"],"sourcesContent":["export * from './Caption1Stronger';\nexport { caption1StrongerClassNames } from './useCaption1Stronger.styles';\n//# sourceMappingURL=index.js.map"],"names":["caption1StrongerClassNames"],"mappings":";;;;+BACSA;;aAAAA,qDAA0B;;;oBADrB;2CAC6B;CAC3C,iCAAiC"}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
3
|
+
value: true
|
4
|
+
});
|
5
|
+
function _export(target, all) {
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
7
|
+
enumerable: true,
|
8
|
+
get: all[name]
|
9
|
+
});
|
10
|
+
}
|
11
|
+
_export(exports, {
|
12
|
+
caption1StrongerClassNames: ()=>caption1StrongerClassNames,
|
13
|
+
useCaption1StrongerStyles: ()=>useCaption1StrongerStyles
|
14
|
+
});
|
15
|
+
const _react = require("@griffel/react");
|
16
|
+
const caption1StrongerClassNames = {
|
17
|
+
root: 'fui-Caption1Stronger'
|
18
|
+
};
|
19
|
+
const useCaption1StrongerStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
20
|
+
root: {
|
21
|
+
Bahqtrf: "fk6fouc",
|
22
|
+
Be2twd7: "fy9rknc",
|
23
|
+
Bhrd7zp: "flh3ekv",
|
24
|
+
Bg96gwp: "fwrc4pm"
|
25
|
+
}
|
26
|
+
}, {
|
27
|
+
d: [
|
28
|
+
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
29
|
+
".fy9rknc{font-size:var(--fontSizeBase200);}",
|
30
|
+
".flh3ekv{font-weight:var(--fontWeightBold);}",
|
31
|
+
".fwrc4pm{line-height:var(--lineHeightBase200);}"
|
32
|
+
]
|
33
|
+
}); //# sourceMappingURL=useCaption1Stronger.styles.js.map
|
34
|
+
|
35
|
+
//# sourceMappingURL=useCaption1Stronger.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption1StrongerClassNames = {\n root: 'fui-Caption1Stronger'\n};\n/**\n * Styles for the root slot\n */\nexport const useCaption1StrongerStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fy9rknc\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"fwrc4pm\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\"]\n});\n//# sourceMappingURL=useCaption1Stronger.styles.js.map"],"names":["caption1StrongerClassNames","useCaption1StrongerStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,0BAA0B,MAA1BA;IAMAC,yBAAyB,MAAzBA;;uBARY;AAElB,MAAMD,6BAA6B;IACxCE,MAAM;AACR;AAIO,MAAMD,4BAA4B,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IAC7DD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAgD;KAAkD;AACvM,IACA,sDAAsD"}
|
@@ -2,41 +2,15 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
get: all[name]
|
9
|
-
});
|
10
|
-
}
|
11
|
-
_export(exports, {
|
12
|
-
caption2ClassNames: ()=>caption2ClassNames,
|
13
|
-
Caption2: ()=>Caption2
|
5
|
+
Object.defineProperty(exports, "Caption2", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>Caption2
|
14
8
|
});
|
15
|
-
const _react = require("@griffel/react");
|
16
9
|
const _createPreset = require("../createPreset");
|
17
|
-
const
|
18
|
-
root: 'fui-Caption2'
|
19
|
-
};
|
20
|
-
/**
|
21
|
-
* Styles for the root slot
|
22
|
-
*/ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
23
|
-
root: {
|
24
|
-
Bahqtrf: "fk6fouc",
|
25
|
-
Be2twd7: "f13mqy1h",
|
26
|
-
Bhrd7zp: "figsok6",
|
27
|
-
Bg96gwp: "fcpl73t"
|
28
|
-
}
|
29
|
-
}, {
|
30
|
-
d: [
|
31
|
-
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
32
|
-
".f13mqy1h{font-size:var(--fontSizeBase100);}",
|
33
|
-
".figsok6{font-weight:var(--fontWeightRegular);}",
|
34
|
-
".fcpl73t{line-height:var(--lineHeightBase100);}"
|
35
|
-
]
|
36
|
-
});
|
10
|
+
const _useCaption2StylesStyles = require("./useCaption2Styles.styles");
|
37
11
|
const Caption2 = /*#__PURE__*/ (0, _createPreset.createPreset)({
|
38
|
-
useStyles,
|
39
|
-
className: caption2ClassNames.root,
|
12
|
+
useStyles: _useCaption2StylesStyles.useCaption2Styles,
|
13
|
+
className: _useCaption2StylesStyles.caption2ClassNames.root,
|
40
14
|
displayName: 'Caption2'
|
41
15
|
}); //# sourceMappingURL=Caption2.js.map
|
42
16
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Caption2/Caption2.js"],"sourcesContent":["import {
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Caption2/Caption2.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { caption2ClassNames, useCaption2Styles } from './useCaption2Styles.styles';\n/**\n * Text preset component for the Caption2 typography variant\n */\nexport const Caption2 = /*#__PURE__*/createPreset({\n useStyles: useCaption2Styles,\n className: caption2ClassNames.root,\n displayName: 'Caption2'\n});\n//# sourceMappingURL=Caption2.js.map"],"names":["Caption2","createPreset","useStyles","useCaption2Styles","className","caption2ClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;yCACyB;AAI/C,MAAMA,WAAW,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IAChDC,WAAWC,0CAAiB;IAC5BC,WAAWC,2CAAkB,CAACC,IAAI;IAClCC,aAAa;AACf,IACA,oCAAoC"}
|
@@ -2,8 +2,13 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
+
Object.defineProperty(exports, "caption2ClassNames", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>_useCaption2StylesStyles.caption2ClassNames
|
8
|
+
});
|
5
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
6
10
|
_exportStar(require("./Caption2"), exports);
|
11
|
+
const _useCaption2StylesStyles = require("./useCaption2Styles.styles");
|
7
12
|
//# sourceMappingURL=index.js.map
|
8
13
|
|
9
14
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Caption2/index.js"],"sourcesContent":["export * from './Caption2';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Caption2/index.js"],"sourcesContent":["export * from './Caption2';\nexport { caption2ClassNames } from './useCaption2Styles.styles';\n//# sourceMappingURL=index.js.map"],"names":["caption2ClassNames"],"mappings":";;;;+BACSA;;aAAAA,2CAAkB;;;oBADb;yCACqB;CACnC,iCAAiC"}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
3
|
+
value: true
|
4
|
+
});
|
5
|
+
function _export(target, all) {
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
7
|
+
enumerable: true,
|
8
|
+
get: all[name]
|
9
|
+
});
|
10
|
+
}
|
11
|
+
_export(exports, {
|
12
|
+
caption2ClassNames: ()=>caption2ClassNames,
|
13
|
+
useCaption2Styles: ()=>useCaption2Styles
|
14
|
+
});
|
15
|
+
const _react = require("@griffel/react");
|
16
|
+
const caption2ClassNames = {
|
17
|
+
root: 'fui-Caption2'
|
18
|
+
};
|
19
|
+
const useCaption2Styles = /*#__PURE__*/ (0, _react["__styles"])({
|
20
|
+
root: {
|
21
|
+
Bahqtrf: "fk6fouc",
|
22
|
+
Be2twd7: "f13mqy1h",
|
23
|
+
Bhrd7zp: "figsok6",
|
24
|
+
Bg96gwp: "fcpl73t"
|
25
|
+
}
|
26
|
+
}, {
|
27
|
+
d: [
|
28
|
+
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
29
|
+
".f13mqy1h{font-size:var(--fontSizeBase100);}",
|
30
|
+
".figsok6{font-weight:var(--fontWeightRegular);}",
|
31
|
+
".fcpl73t{line-height:var(--lineHeightBase100);}"
|
32
|
+
]
|
33
|
+
}); //# sourceMappingURL=useCaption2Styles.styles.js.map
|
34
|
+
|
35
|
+
//# sourceMappingURL=useCaption2Styles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Caption2/useCaption2Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption2ClassNames = {\n root: 'fui-Caption2'\n};\n/**\n * Styles for the root slot\n */\nexport const useCaption2Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f13mqy1h\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"fcpl73t\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f13mqy1h{font-size:var(--fontSizeBase100);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".fcpl73t{line-height:var(--lineHeightBase100);}\"]\n});\n//# sourceMappingURL=useCaption2Styles.styles.js.map"],"names":["caption2ClassNames","useCaption2Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,kBAAkB,MAAlBA;IAMAC,iBAAiB,MAAjBA;;uBARY;AAElB,MAAMD,qBAAqB;IAChCE,MAAM;AACR;AAIO,MAAMD,oBAAoB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACrDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAmD;KAAkD;AAC3M,IACA,oDAAoD"}
|
@@ -2,41 +2,15 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
get: all[name]
|
9
|
-
});
|
10
|
-
}
|
11
|
-
_export(exports, {
|
12
|
-
caption2StrongClassNames: ()=>caption2StrongClassNames,
|
13
|
-
Caption2Strong: ()=>Caption2Strong
|
5
|
+
Object.defineProperty(exports, "Caption2Strong", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>Caption2Strong
|
14
8
|
});
|
15
|
-
const _react = require("@griffel/react");
|
16
9
|
const _createPreset = require("../createPreset");
|
17
|
-
const
|
18
|
-
root: 'fui-Caption2Strong'
|
19
|
-
};
|
20
|
-
/**
|
21
|
-
* Styles for the root slot
|
22
|
-
*/ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
23
|
-
root: {
|
24
|
-
Bahqtrf: "fk6fouc",
|
25
|
-
Be2twd7: "f13mqy1h",
|
26
|
-
Bhrd7zp: "fl43uef",
|
27
|
-
Bg96gwp: "fcpl73t"
|
28
|
-
}
|
29
|
-
}, {
|
30
|
-
d: [
|
31
|
-
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
32
|
-
".f13mqy1h{font-size:var(--fontSizeBase100);}",
|
33
|
-
".fl43uef{font-weight:var(--fontWeightSemibold);}",
|
34
|
-
".fcpl73t{line-height:var(--lineHeightBase100);}"
|
35
|
-
]
|
36
|
-
});
|
10
|
+
const _useCaption2StrongStylesStyles = require("./useCaption2StrongStyles.styles");
|
37
11
|
const Caption2Strong = /*#__PURE__*/ (0, _createPreset.createPreset)({
|
38
|
-
useStyles,
|
39
|
-
className: caption2StrongClassNames.root,
|
12
|
+
useStyles: _useCaption2StrongStylesStyles.useCaption2StrongStyles,
|
13
|
+
className: _useCaption2StrongStylesStyles.caption2StrongClassNames.root,
|
40
14
|
displayName: 'Caption2Strong'
|
41
15
|
}); //# sourceMappingURL=Caption2Strong.js.map
|
42
16
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Caption2Strong/Caption2Strong.js"],"sourcesContent":["import {
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Caption2Strong/Caption2Strong.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { caption2StrongClassNames, useCaption2StrongStyles } from './useCaption2StrongStyles.styles';\n/**\n * Text preset component for the Caption2Strong typography variant\n */\nexport const Caption2Strong = /*#__PURE__*/createPreset({\n useStyles: useCaption2StrongStyles,\n className: caption2StrongClassNames.root,\n displayName: 'Caption2Strong'\n});\n//# sourceMappingURL=Caption2Strong.js.map"],"names":["Caption2Strong","createPreset","useStyles","useCaption2StrongStyles","className","caption2StrongClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;+CACqC;AAI3D,MAAMA,iBAAiB,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IACtDC,WAAWC,sDAAuB;IAClCC,WAAWC,uDAAwB,CAACC,IAAI;IACxCC,aAAa;AACf,IACA,0CAA0C"}
|
@@ -2,8 +2,13 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
+
Object.defineProperty(exports, "caption2StrongClassNames", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>_useCaption2StrongStylesStyles.caption2StrongClassNames
|
8
|
+
});
|
5
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
6
10
|
_exportStar(require("./Caption2Strong"), exports);
|
11
|
+
const _useCaption2StrongStylesStyles = require("./useCaption2StrongStyles.styles");
|
7
12
|
//# sourceMappingURL=index.js.map
|
8
13
|
|
9
14
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Caption2Strong/index.js"],"sourcesContent":["export * from './Caption2Strong';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Caption2Strong/index.js"],"sourcesContent":["export * from './Caption2Strong';\nexport { caption2StrongClassNames } from './useCaption2StrongStyles.styles';\n//# sourceMappingURL=index.js.map"],"names":["caption2StrongClassNames"],"mappings":";;;;+BACSA;;aAAAA,uDAAwB;;;oBADnB;+CAC2B;CACzC,iCAAiC"}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
3
|
+
value: true
|
4
|
+
});
|
5
|
+
function _export(target, all) {
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
7
|
+
enumerable: true,
|
8
|
+
get: all[name]
|
9
|
+
});
|
10
|
+
}
|
11
|
+
_export(exports, {
|
12
|
+
caption2StrongClassNames: ()=>caption2StrongClassNames,
|
13
|
+
useCaption2StrongStyles: ()=>useCaption2StrongStyles
|
14
|
+
});
|
15
|
+
const _react = require("@griffel/react");
|
16
|
+
const caption2StrongClassNames = {
|
17
|
+
root: 'fui-Caption2Strong'
|
18
|
+
};
|
19
|
+
const useCaption2StrongStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
20
|
+
root: {
|
21
|
+
Bahqtrf: "fk6fouc",
|
22
|
+
Be2twd7: "f13mqy1h",
|
23
|
+
Bhrd7zp: "fl43uef",
|
24
|
+
Bg96gwp: "fcpl73t"
|
25
|
+
}
|
26
|
+
}, {
|
27
|
+
d: [
|
28
|
+
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
29
|
+
".f13mqy1h{font-size:var(--fontSizeBase100);}",
|
30
|
+
".fl43uef{font-weight:var(--fontWeightSemibold);}",
|
31
|
+
".fcpl73t{line-height:var(--lineHeightBase100);}"
|
32
|
+
]
|
33
|
+
}); //# sourceMappingURL=useCaption2StrongStyles.styles.js.map
|
34
|
+
|
35
|
+
//# sourceMappingURL=useCaption2StrongStyles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption2StrongClassNames = {\n root: 'fui-Caption2Strong'\n};\n/**\n * Styles for the root slot\n */\nexport const useCaption2StrongStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f13mqy1h\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fcpl73t\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f13mqy1h{font-size:var(--fontSizeBase100);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fcpl73t{line-height:var(--lineHeightBase100);}\"]\n});\n//# sourceMappingURL=useCaption2StrongStyles.styles.js.map"],"names":["caption2StrongClassNames","useCaption2StrongStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,wBAAwB,MAAxBA;IAMAC,uBAAuB,MAAvBA;;uBARY;AAElB,MAAMD,2BAA2B;IACtCE,MAAM;AACR;AAIO,MAAMD,0BAA0B,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IAC3DD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAkD;AAC5M,IACA,0DAA0D"}
|
@@ -2,41 +2,15 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
get: all[name]
|
9
|
-
});
|
10
|
-
}
|
11
|
-
_export(exports, {
|
12
|
-
displayClassNames: ()=>displayClassNames,
|
13
|
-
Display: ()=>Display
|
5
|
+
Object.defineProperty(exports, "Display", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>Display
|
14
8
|
});
|
15
|
-
const _react = require("@griffel/react");
|
16
9
|
const _createPreset = require("../createPreset");
|
17
|
-
const
|
18
|
-
root: 'fui-Display'
|
19
|
-
};
|
20
|
-
/**
|
21
|
-
* Styles for the root slot
|
22
|
-
*/ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
23
|
-
root: {
|
24
|
-
Bahqtrf: "fk6fouc",
|
25
|
-
Be2twd7: "fpyltcb",
|
26
|
-
Bhrd7zp: "fl43uef",
|
27
|
-
Bg96gwp: "f1ivgwrt"
|
28
|
-
}
|
29
|
-
}, {
|
30
|
-
d: [
|
31
|
-
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
32
|
-
".fpyltcb{font-size:var(--fontSizeHero1000);}",
|
33
|
-
".fl43uef{font-weight:var(--fontWeightSemibold);}",
|
34
|
-
".f1ivgwrt{line-height:var(--lineHeightHero1000);}"
|
35
|
-
]
|
36
|
-
});
|
10
|
+
const _useDisplayStylesStyles = require("./useDisplayStyles.styles");
|
37
11
|
const Display = /*#__PURE__*/ (0, _createPreset.createPreset)({
|
38
|
-
useStyles,
|
39
|
-
className: displayClassNames.root,
|
12
|
+
useStyles: _useDisplayStylesStyles.useDisplayStyles,
|
13
|
+
className: _useDisplayStylesStyles.displayClassNames.root,
|
40
14
|
displayName: 'Display'
|
41
15
|
}); //# sourceMappingURL=Display.js.map
|
42
16
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Display/Display.js"],"sourcesContent":["import {
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Display/Display.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { displayClassNames, useDisplayStyles } from './useDisplayStyles.styles';\n/**\n * Text preset component for the Display typography variant\n */\nexport const Display = /*#__PURE__*/createPreset({\n useStyles: useDisplayStyles,\n className: displayClassNames.root,\n displayName: 'Display'\n});\n//# sourceMappingURL=Display.js.map"],"names":["Display","createPreset","useStyles","useDisplayStyles","className","displayClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;wCACuB;AAI7C,MAAMA,UAAU,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IAC/CC,WAAWC,wCAAgB;IAC3BC,WAAWC,yCAAiB,CAACC,IAAI;IACjCC,aAAa;AACf,IACA,mCAAmC"}
|
@@ -2,8 +2,13 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
+
Object.defineProperty(exports, "displayClassNames", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>_useDisplayStylesStyles.displayClassNames
|
8
|
+
});
|
5
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
6
10
|
_exportStar(require("./Display"), exports);
|
11
|
+
const _useDisplayStylesStyles = require("./useDisplayStyles.styles");
|
7
12
|
//# sourceMappingURL=index.js.map
|
8
13
|
|
9
14
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Display/index.js"],"sourcesContent":["export * from './Display';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Display/index.js"],"sourcesContent":["export * from './Display';\nexport { displayClassNames } from './useDisplayStyles.styles';\n//# sourceMappingURL=index.js.map"],"names":["displayClassNames"],"mappings":";;;;+BACSA;;aAAAA,yCAAiB;;;oBADZ;wCACoB;CAClC,iCAAiC"}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
3
|
+
value: true
|
4
|
+
});
|
5
|
+
function _export(target, all) {
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
7
|
+
enumerable: true,
|
8
|
+
get: all[name]
|
9
|
+
});
|
10
|
+
}
|
11
|
+
_export(exports, {
|
12
|
+
displayClassNames: ()=>displayClassNames,
|
13
|
+
useDisplayStyles: ()=>useDisplayStyles
|
14
|
+
});
|
15
|
+
const _react = require("@griffel/react");
|
16
|
+
const displayClassNames = {
|
17
|
+
root: 'fui-Display'
|
18
|
+
};
|
19
|
+
const useDisplayStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
20
|
+
root: {
|
21
|
+
Bahqtrf: "fk6fouc",
|
22
|
+
Be2twd7: "fpyltcb",
|
23
|
+
Bhrd7zp: "fl43uef",
|
24
|
+
Bg96gwp: "f1ivgwrt"
|
25
|
+
}
|
26
|
+
}, {
|
27
|
+
d: [
|
28
|
+
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
29
|
+
".fpyltcb{font-size:var(--fontSizeHero1000);}",
|
30
|
+
".fl43uef{font-weight:var(--fontWeightSemibold);}",
|
31
|
+
".f1ivgwrt{line-height:var(--lineHeightHero1000);}"
|
32
|
+
]
|
33
|
+
}); //# sourceMappingURL=useDisplayStyles.styles.js.map
|
34
|
+
|
35
|
+
//# sourceMappingURL=useDisplayStyles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Display/useDisplayStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const displayClassNames = {\n root: 'fui-Display'\n};\n/**\n * Styles for the root slot\n */\nexport const useDisplayStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fpyltcb\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1ivgwrt\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fpyltcb{font-size:var(--fontSizeHero1000);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1ivgwrt{line-height:var(--lineHeightHero1000);}\"]\n});\n//# sourceMappingURL=useDisplayStyles.styles.js.map"],"names":["displayClassNames","useDisplayStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,iBAAiB,MAAjBA;IAMAC,gBAAgB,MAAhBA;;uBARY;AAElB,MAAMD,oBAAoB;IAC/BE,MAAM;AACR;AAIO,MAAMD,mBAAmB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACpDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAoD;AAC9M,IACA,mDAAmD"}
|
@@ -2,41 +2,15 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
get: all[name]
|
9
|
-
});
|
10
|
-
}
|
11
|
-
_export(exports, {
|
12
|
-
largeTitleClassNames: ()=>largeTitleClassNames,
|
13
|
-
LargeTitle: ()=>LargeTitle
|
5
|
+
Object.defineProperty(exports, "LargeTitle", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>LargeTitle
|
14
8
|
});
|
15
|
-
const _react = require("@griffel/react");
|
16
9
|
const _createPreset = require("../createPreset");
|
17
|
-
const
|
18
|
-
root: 'fui-LargeTitle'
|
19
|
-
};
|
20
|
-
/**
|
21
|
-
* Styles for the root slot
|
22
|
-
*/ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
23
|
-
root: {
|
24
|
-
Bahqtrf: "fk6fouc",
|
25
|
-
Be2twd7: "f15afnhw",
|
26
|
-
Bhrd7zp: "fl43uef",
|
27
|
-
Bg96gwp: "fr3w3wp"
|
28
|
-
}
|
29
|
-
}, {
|
30
|
-
d: [
|
31
|
-
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
32
|
-
".f15afnhw{font-size:var(--fontSizeHero900);}",
|
33
|
-
".fl43uef{font-weight:var(--fontWeightSemibold);}",
|
34
|
-
".fr3w3wp{line-height:var(--lineHeightHero900);}"
|
35
|
-
]
|
36
|
-
});
|
10
|
+
const _useLargeTitleStylesStyles = require("./useLargeTitleStyles.styles");
|
37
11
|
const LargeTitle = /*#__PURE__*/ (0, _createPreset.createPreset)({
|
38
|
-
useStyles,
|
39
|
-
className: largeTitleClassNames.root,
|
12
|
+
useStyles: _useLargeTitleStylesStyles.useLargeTitleStyles,
|
13
|
+
className: _useLargeTitleStylesStyles.largeTitleClassNames.root,
|
40
14
|
displayName: 'LargeTitle'
|
41
15
|
}); //# sourceMappingURL=LargeTitle.js.map
|
42
16
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/LargeTitle/LargeTitle.js"],"sourcesContent":["import {
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/LargeTitle/LargeTitle.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { largeTitleClassNames, useLargeTitleStyles } from './useLargeTitleStyles.styles';\n/**\n * Text preset component for the Large Title typography variant\n */\nexport const LargeTitle = /*#__PURE__*/createPreset({\n useStyles: useLargeTitleStyles,\n className: largeTitleClassNames.root,\n displayName: 'LargeTitle'\n});\n//# sourceMappingURL=LargeTitle.js.map"],"names":["LargeTitle","createPreset","useStyles","useLargeTitleStyles","className","largeTitleClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;2CAC6B;AAInD,MAAMA,aAAa,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IAClDC,WAAWC,8CAAmB;IAC9BC,WAAWC,+CAAoB,CAACC,IAAI;IACpCC,aAAa;AACf,IACA,sCAAsC"}
|
@@ -2,8 +2,13 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
+
Object.defineProperty(exports, "largeTitleClassNames", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>_useLargeTitleStylesStyles.largeTitleClassNames
|
8
|
+
});
|
5
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
6
10
|
_exportStar(require("./LargeTitle"), exports);
|
11
|
+
const _useLargeTitleStylesStyles = require("./useLargeTitleStyles.styles");
|
7
12
|
//# sourceMappingURL=index.js.map
|
8
13
|
|
9
14
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/LargeTitle/index.js"],"sourcesContent":["export * from './LargeTitle';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/LargeTitle/index.js"],"sourcesContent":["export * from './LargeTitle';\nexport { largeTitleClassNames } from './useLargeTitleStyles.styles';\n//# sourceMappingURL=index.js.map"],"names":["largeTitleClassNames"],"mappings":";;;;+BACSA;;aAAAA,+CAAoB;;;oBADf;2CACuB;CACrC,iCAAiC"}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
3
|
+
value: true
|
4
|
+
});
|
5
|
+
function _export(target, all) {
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
7
|
+
enumerable: true,
|
8
|
+
get: all[name]
|
9
|
+
});
|
10
|
+
}
|
11
|
+
_export(exports, {
|
12
|
+
largeTitleClassNames: ()=>largeTitleClassNames,
|
13
|
+
useLargeTitleStyles: ()=>useLargeTitleStyles
|
14
|
+
});
|
15
|
+
const _react = require("@griffel/react");
|
16
|
+
const largeTitleClassNames = {
|
17
|
+
root: 'fui-LargeTitle'
|
18
|
+
};
|
19
|
+
const useLargeTitleStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
20
|
+
root: {
|
21
|
+
Bahqtrf: "fk6fouc",
|
22
|
+
Be2twd7: "f15afnhw",
|
23
|
+
Bhrd7zp: "fl43uef",
|
24
|
+
Bg96gwp: "fr3w3wp"
|
25
|
+
}
|
26
|
+
}, {
|
27
|
+
d: [
|
28
|
+
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
29
|
+
".f15afnhw{font-size:var(--fontSizeHero900);}",
|
30
|
+
".fl43uef{font-weight:var(--fontWeightSemibold);}",
|
31
|
+
".fr3w3wp{line-height:var(--lineHeightHero900);}"
|
32
|
+
]
|
33
|
+
}); //# sourceMappingURL=useLargeTitleStyles.styles.js.map
|
34
|
+
|
35
|
+
//# sourceMappingURL=useLargeTitleStyles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const largeTitleClassNames = {\n root: 'fui-LargeTitle'\n};\n/**\n * Styles for the root slot\n */\nexport const useLargeTitleStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f15afnhw\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fr3w3wp\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f15afnhw{font-size:var(--fontSizeHero900);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fr3w3wp{line-height:var(--lineHeightHero900);}\"]\n});\n//# sourceMappingURL=useLargeTitleStyles.styles.js.map"],"names":["largeTitleClassNames","useLargeTitleStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,oBAAoB,MAApBA;IAMAC,mBAAmB,MAAnBA;;uBARY;AAElB,MAAMD,uBAAuB;IAClCE,MAAM;AACR;AAIO,MAAMD,sBAAsB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACvDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAkD;AAC5M,IACA,sDAAsD"}
|