@fluentui/react-text 9.3.6 → 9.3.8
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 +87 -1
- package/CHANGELOG.md +28 -2
- 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/renderText.js +4 -4
- package/lib/components/Text/renderText.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/renderText.js +4 -5
- package/lib-commonjs/components/Text/renderText.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 +6 -5
- 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
|
-
body1StrongClassNames: ()=>body1StrongClassNames,
|
13
|
-
Body1Strong: ()=>Body1Strong
|
5
|
+
Object.defineProperty(exports, "Body1Strong", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>Body1Strong
|
14
8
|
});
|
15
|
-
const _react = require("@griffel/react");
|
16
9
|
const _createPreset = require("../createPreset");
|
17
|
-
const
|
18
|
-
root: 'fui-Body1Strong'
|
19
|
-
};
|
20
|
-
/**
|
21
|
-
* Styles for the root slot
|
22
|
-
*/ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
23
|
-
root: {
|
24
|
-
Bahqtrf: "fk6fouc",
|
25
|
-
Be2twd7: "fkhj508",
|
26
|
-
Bhrd7zp: "fl43uef",
|
27
|
-
Bg96gwp: "f1i3iumi"
|
28
|
-
}
|
29
|
-
}, {
|
30
|
-
d: [
|
31
|
-
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
32
|
-
".fkhj508{font-size:var(--fontSizeBase300);}",
|
33
|
-
".fl43uef{font-weight:var(--fontWeightSemibold);}",
|
34
|
-
".f1i3iumi{line-height:var(--lineHeightBase300);}"
|
35
|
-
]
|
36
|
-
});
|
10
|
+
const _useBody1StrongStylesStyles = require("./useBody1StrongStyles.styles");
|
37
11
|
const Body1Strong = /*#__PURE__*/ (0, _createPreset.createPreset)({
|
38
|
-
useStyles,
|
39
|
-
className: body1StrongClassNames.root,
|
12
|
+
useStyles: _useBody1StrongStylesStyles.useBody1StrongStyles,
|
13
|
+
className: _useBody1StrongStylesStyles.body1StrongClassNames.root,
|
40
14
|
displayName: 'Body1Strong'
|
41
15
|
}); //# sourceMappingURL=Body1Strong.js.map
|
42
16
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Body1Strong/Body1Strong.js"],"sourcesContent":["import {
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body1Strong/Body1Strong.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { body1StrongClassNames, useBody1StrongStyles } from './useBody1StrongStyles.styles';\n/**\n * Text preset component for the Body1Strong typography variant\n */\nexport const Body1Strong = /*#__PURE__*/createPreset({\n useStyles: useBody1StrongStyles,\n className: body1StrongClassNames.root,\n displayName: 'Body1Strong'\n});\n//# sourceMappingURL=Body1Strong.js.map"],"names":["Body1Strong","createPreset","useStyles","useBody1StrongStyles","className","body1StrongClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;4CAC+B;AAIrD,MAAMA,cAAc,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IACnDC,WAAWC,gDAAoB;IAC/BC,WAAWC,iDAAqB,CAACC,IAAI;IACrCC,aAAa;AACf,IACA,uCAAuC"}
|
@@ -2,8 +2,13 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
+
Object.defineProperty(exports, "body1StrongClassNames", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>_useBody1StrongStylesStyles.body1StrongClassNames
|
8
|
+
});
|
5
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
6
10
|
_exportStar(require("./Body1Strong"), exports);
|
11
|
+
const _useBody1StrongStylesStyles = require("./useBody1StrongStyles.styles");
|
7
12
|
//# sourceMappingURL=index.js.map
|
8
13
|
|
9
14
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Body1Strong/index.js"],"sourcesContent":["export * from './Body1Strong';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body1Strong/index.js"],"sourcesContent":["export * from './Body1Strong';\nexport { body1StrongClassNames } from './useBody1StrongStyles.styles';\n//# sourceMappingURL=index.js.map"],"names":["body1StrongClassNames"],"mappings":";;;;+BACSA;;aAAAA,iDAAqB;;;oBADhB;4CACwB;CACtC,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
|
+
body1StrongClassNames: ()=>body1StrongClassNames,
|
13
|
+
useBody1StrongStyles: ()=>useBody1StrongStyles
|
14
|
+
});
|
15
|
+
const _react = require("@griffel/react");
|
16
|
+
const body1StrongClassNames = {
|
17
|
+
root: 'fui-Body1Strong'
|
18
|
+
};
|
19
|
+
const useBody1StrongStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
20
|
+
root: {
|
21
|
+
Bahqtrf: "fk6fouc",
|
22
|
+
Be2twd7: "fkhj508",
|
23
|
+
Bhrd7zp: "fl43uef",
|
24
|
+
Bg96gwp: "f1i3iumi"
|
25
|
+
}
|
26
|
+
}, {
|
27
|
+
d: [
|
28
|
+
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
29
|
+
".fkhj508{font-size:var(--fontSizeBase300);}",
|
30
|
+
".fl43uef{font-weight:var(--fontWeightSemibold);}",
|
31
|
+
".f1i3iumi{line-height:var(--lineHeightBase300);}"
|
32
|
+
]
|
33
|
+
}); //# sourceMappingURL=useBody1StrongStyles.styles.js.map
|
34
|
+
|
35
|
+
//# sourceMappingURL=useBody1StrongStyles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1StrongClassNames = {\n root: 'fui-Body1Strong'\n};\n/**\n * Styles for the root slot\n */\nexport const useBody1StrongStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n//# sourceMappingURL=useBody1StrongStyles.styles.js.map"],"names":["body1StrongClassNames","useBody1StrongStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,qBAAqB,MAArBA;IAMAC,oBAAoB,MAApBA;;uBARY;AAElB,MAAMD,wBAAwB;IACnCE,MAAM;AACR;AAIO,MAAMD,uBAAuB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACxDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAoD;KAAmD;AAC5M,IACA,uDAAuD"}
|
@@ -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
|
-
body1StrongerClassNames: ()=>body1StrongerClassNames,
|
13
|
-
Body1Stronger: ()=>Body1Stronger
|
5
|
+
Object.defineProperty(exports, "Body1Stronger", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>Body1Stronger
|
14
8
|
});
|
15
|
-
const _react = require("@griffel/react");
|
16
9
|
const _createPreset = require("../createPreset");
|
17
|
-
const
|
18
|
-
root: 'fui-Body1Stronger'
|
19
|
-
};
|
20
|
-
/**
|
21
|
-
* Styles for the root slot
|
22
|
-
*/ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
23
|
-
root: {
|
24
|
-
Bahqtrf: "fk6fouc",
|
25
|
-
Be2twd7: "fkhj508",
|
26
|
-
Bhrd7zp: "flh3ekv",
|
27
|
-
Bg96gwp: "f1i3iumi"
|
28
|
-
}
|
29
|
-
}, {
|
30
|
-
d: [
|
31
|
-
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
32
|
-
".fkhj508{font-size:var(--fontSizeBase300);}",
|
33
|
-
".flh3ekv{font-weight:var(--fontWeightBold);}",
|
34
|
-
".f1i3iumi{line-height:var(--lineHeightBase300);}"
|
35
|
-
]
|
36
|
-
});
|
10
|
+
const _useBody1StrongerStylesStyles = require("./useBody1StrongerStyles.styles");
|
37
11
|
const Body1Stronger = /*#__PURE__*/ (0, _createPreset.createPreset)({
|
38
|
-
useStyles,
|
39
|
-
className: body1StrongerClassNames.root,
|
12
|
+
useStyles: _useBody1StrongerStylesStyles.useBody1StrongerStyles,
|
13
|
+
className: _useBody1StrongerStylesStyles.body1StrongerClassNames.root,
|
40
14
|
displayName: 'Body1Stronger'
|
41
15
|
}); //# sourceMappingURL=Body1Stronger.js.map
|
42
16
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Body1Stronger/Body1Stronger.js"],"sourcesContent":["import {
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body1Stronger/Body1Stronger.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { body1StrongerClassNames, useBody1StrongerStyles } from './useBody1StrongerStyles.styles';\n/**\n * Text preset component for the Body1Stronger typography variant\n */\nexport const Body1Stronger = /*#__PURE__*/createPreset({\n useStyles: useBody1StrongerStyles,\n className: body1StrongerClassNames.root,\n displayName: 'Body1Stronger'\n});\n//# sourceMappingURL=Body1Stronger.js.map"],"names":["Body1Stronger","createPreset","useStyles","useBody1StrongerStyles","className","body1StrongerClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;8CACmC;AAIzD,MAAMA,gBAAgB,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IACrDC,WAAWC,oDAAsB;IACjCC,WAAWC,qDAAuB,CAACC,IAAI;IACvCC,aAAa;AACf,IACA,yCAAyC"}
|
@@ -2,8 +2,13 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
+
Object.defineProperty(exports, "body1StrongerClassNames", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>_useBody1StrongerStylesStyles.body1StrongerClassNames
|
8
|
+
});
|
5
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
6
10
|
_exportStar(require("./Body1Stronger"), exports);
|
11
|
+
const _useBody1StrongerStylesStyles = require("./useBody1StrongerStyles.styles");
|
7
12
|
//# sourceMappingURL=index.js.map
|
8
13
|
|
9
14
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Body1Stronger/index.js"],"sourcesContent":["export * from './Body1Stronger';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body1Stronger/index.js"],"sourcesContent":["export * from './Body1Stronger';\nexport { body1StrongerClassNames } from './useBody1StrongerStyles.styles';\n//# sourceMappingURL=index.js.map"],"names":["body1StrongerClassNames"],"mappings":";;;;+BACSA;;aAAAA,qDAAuB;;;oBADlB;8CAC0B;CACxC,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
|
+
body1StrongerClassNames: ()=>body1StrongerClassNames,
|
13
|
+
useBody1StrongerStyles: ()=>useBody1StrongerStyles
|
14
|
+
});
|
15
|
+
const _react = require("@griffel/react");
|
16
|
+
const body1StrongerClassNames = {
|
17
|
+
root: 'fui-Body1Stronger'
|
18
|
+
};
|
19
|
+
const useBody1StrongerStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
20
|
+
root: {
|
21
|
+
Bahqtrf: "fk6fouc",
|
22
|
+
Be2twd7: "fkhj508",
|
23
|
+
Bhrd7zp: "flh3ekv",
|
24
|
+
Bg96gwp: "f1i3iumi"
|
25
|
+
}
|
26
|
+
}, {
|
27
|
+
d: [
|
28
|
+
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
29
|
+
".fkhj508{font-size:var(--fontSizeBase300);}",
|
30
|
+
".flh3ekv{font-weight:var(--fontWeightBold);}",
|
31
|
+
".f1i3iumi{line-height:var(--lineHeightBase300);}"
|
32
|
+
]
|
33
|
+
}); //# sourceMappingURL=useBody1StrongerStyles.styles.js.map
|
34
|
+
|
35
|
+
//# sourceMappingURL=useBody1StrongerStyles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1StrongerClassNames = {\n root: 'fui-Body1Stronger'\n};\n/**\n * Styles for the root slot\n */\nexport const useBody1StrongerStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n//# sourceMappingURL=useBody1StrongerStyles.styles.js.map"],"names":["body1StrongerClassNames","useBody1StrongerStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,uBAAuB,MAAvBA;IAMAC,sBAAsB,MAAtBA;;uBARY;AAElB,MAAMD,0BAA0B;IACrCE,MAAM;AACR;AAIO,MAAMD,yBAAyB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IAC1DD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAgD;KAAmD;AACxM,IACA,yDAAyD"}
|
@@ -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
|
-
body2ClassNames: ()=>body2ClassNames,
|
13
|
-
Body2: ()=>Body2
|
5
|
+
Object.defineProperty(exports, "Body2", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>Body2
|
14
8
|
});
|
15
|
-
const _react = require("@griffel/react");
|
16
9
|
const _createPreset = require("../createPreset");
|
17
|
-
const
|
18
|
-
root: 'fui-Body2'
|
19
|
-
};
|
20
|
-
/**
|
21
|
-
* Styles for the root slot
|
22
|
-
*/ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
23
|
-
root: {
|
24
|
-
Bahqtrf: "fk6fouc",
|
25
|
-
Be2twd7: "fod5ikn",
|
26
|
-
Bhrd7zp: "figsok6",
|
27
|
-
Bg96gwp: "faaz57k"
|
28
|
-
}
|
29
|
-
}, {
|
30
|
-
d: [
|
31
|
-
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
32
|
-
".fod5ikn{font-size:var(--fontSizeBase400);}",
|
33
|
-
".figsok6{font-weight:var(--fontWeightRegular);}",
|
34
|
-
".faaz57k{line-height:var(--lineHeightBase400);}"
|
35
|
-
]
|
36
|
-
});
|
10
|
+
const _useBody2StylesStyles = require("./useBody2Styles.styles");
|
37
11
|
const Body2 = /*#__PURE__*/ (0, _createPreset.createPreset)({
|
38
|
-
useStyles,
|
39
|
-
className: body2ClassNames.root,
|
12
|
+
useStyles: _useBody2StylesStyles.useBody2Styles,
|
13
|
+
className: _useBody2StylesStyles.body2ClassNames.root,
|
40
14
|
displayName: 'Body2'
|
41
15
|
}); //# sourceMappingURL=Body2.js.map
|
42
16
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Body2/Body2.js"],"sourcesContent":["import {
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body2/Body2.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { body2ClassNames, useBody2Styles } from './useBody2Styles.styles';\n/**\n * Text preset component for the Body2 typography variant\n */\nexport const Body2 = /*#__PURE__*/createPreset({\n useStyles: useBody2Styles,\n className: body2ClassNames.root,\n displayName: 'Body2'\n});\n//# sourceMappingURL=Body2.js.map"],"names":["Body2","createPreset","useStyles","useBody2Styles","className","body2ClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;sCACmB;AAIzC,MAAMA,QAAQ,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IAC7CC,WAAWC,oCAAc;IACzBC,WAAWC,qCAAe,CAACC,IAAI;IAC/BC,aAAa;AACf,IACA,iCAAiC"}
|
@@ -2,8 +2,13 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
+
Object.defineProperty(exports, "body2ClassNames", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>_useBody2StylesStyles.body2ClassNames
|
8
|
+
});
|
5
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
6
10
|
_exportStar(require("./Body2"), exports);
|
11
|
+
const _useBody2StylesStyles = require("./useBody2Styles.styles");
|
7
12
|
//# sourceMappingURL=index.js.map
|
8
13
|
|
9
14
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Body2/index.js"],"sourcesContent":["export * from './Body2';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body2/index.js"],"sourcesContent":["export * from './Body2';\nexport { body2ClassNames } from './useBody2Styles.styles';\n//# sourceMappingURL=index.js.map"],"names":["body2ClassNames"],"mappings":";;;;+BACSA;;aAAAA,qCAAe;;;oBADV;sCACkB;CAChC,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
|
+
body2ClassNames: ()=>body2ClassNames,
|
13
|
+
useBody2Styles: ()=>useBody2Styles
|
14
|
+
});
|
15
|
+
const _react = require("@griffel/react");
|
16
|
+
const body2ClassNames = {
|
17
|
+
root: 'fui-Body2'
|
18
|
+
};
|
19
|
+
const useBody2Styles = /*#__PURE__*/ (0, _react["__styles"])({
|
20
|
+
root: {
|
21
|
+
Bahqtrf: "fk6fouc",
|
22
|
+
Be2twd7: "fod5ikn",
|
23
|
+
Bhrd7zp: "figsok6",
|
24
|
+
Bg96gwp: "faaz57k"
|
25
|
+
}
|
26
|
+
}, {
|
27
|
+
d: [
|
28
|
+
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
29
|
+
".fod5ikn{font-size:var(--fontSizeBase400);}",
|
30
|
+
".figsok6{font-weight:var(--fontWeightRegular);}",
|
31
|
+
".faaz57k{line-height:var(--lineHeightBase400);}"
|
32
|
+
]
|
33
|
+
}); //# sourceMappingURL=useBody2Styles.styles.js.map
|
34
|
+
|
35
|
+
//# sourceMappingURL=useBody2Styles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Body2/useBody2Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body2ClassNames = {\n root: 'fui-Body2'\n};\n/**\n * Styles for the root slot\n */\nexport const useBody2Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fod5ikn\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"faaz57k\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\"]\n});\n//# sourceMappingURL=useBody2Styles.styles.js.map"],"names":["body2ClassNames","useBody2Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,eAAe,MAAfA;IAMAC,cAAc,MAAdA;;uBARY;AAElB,MAAMD,kBAAkB;IAC7BE,MAAM;AACR;AAIO,MAAMD,iBAAiB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IAClDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAmD;KAAkD;AAC1M,IACA,iDAAiD"}
|
@@ -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
|
-
caption1ClassNames: ()=>caption1ClassNames,
|
13
|
-
Caption1: ()=>Caption1
|
5
|
+
Object.defineProperty(exports, "Caption1", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>Caption1
|
14
8
|
});
|
15
|
-
const _react = require("@griffel/react");
|
16
9
|
const _createPreset = require("../createPreset");
|
17
|
-
const
|
18
|
-
root: 'fui-Caption1'
|
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: "figsok6",
|
27
|
-
Bg96gwp: "fwrc4pm"
|
28
|
-
}
|
29
|
-
}, {
|
30
|
-
d: [
|
31
|
-
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
32
|
-
".fy9rknc{font-size:var(--fontSizeBase200);}",
|
33
|
-
".figsok6{font-weight:var(--fontWeightRegular);}",
|
34
|
-
".fwrc4pm{line-height:var(--lineHeightBase200);}"
|
35
|
-
]
|
36
|
-
});
|
10
|
+
const _useCaption1StylesStyles = require("./useCaption1Styles.styles");
|
37
11
|
const Caption1 = /*#__PURE__*/ (0, _createPreset.createPreset)({
|
38
|
-
useStyles,
|
39
|
-
className: caption1ClassNames.root,
|
12
|
+
useStyles: _useCaption1StylesStyles.useCaption1Styles,
|
13
|
+
className: _useCaption1StylesStyles.caption1ClassNames.root,
|
40
14
|
displayName: 'Caption1'
|
41
15
|
}); //# sourceMappingURL=Caption1.js.map
|
42
16
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Caption1/Caption1.js"],"sourcesContent":["import {
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Caption1/Caption1.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { caption1ClassNames, useCaption1Styles } from './useCaption1Styles.styles';\n/**\n * Text preset component for the Caption1 typography variant\n */\nexport const Caption1 = /*#__PURE__*/createPreset({\n useStyles: useCaption1Styles,\n className: caption1ClassNames.root,\n displayName: 'Caption1'\n});\n//# sourceMappingURL=Caption1.js.map"],"names":["Caption1","createPreset","useStyles","useCaption1Styles","className","caption1ClassNames","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, "caption1ClassNames", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>_useCaption1StylesStyles.caption1ClassNames
|
8
|
+
});
|
5
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
6
10
|
_exportStar(require("./Caption1"), exports);
|
11
|
+
const _useCaption1StylesStyles = require("./useCaption1Styles.styles");
|
7
12
|
//# sourceMappingURL=index.js.map
|
8
13
|
|
9
14
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Caption1/index.js"],"sourcesContent":["export * from './Caption1';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Caption1/index.js"],"sourcesContent":["export * from './Caption1';\nexport { caption1ClassNames } from './useCaption1Styles.styles';\n//# sourceMappingURL=index.js.map"],"names":["caption1ClassNames"],"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
|
+
caption1ClassNames: ()=>caption1ClassNames,
|
13
|
+
useCaption1Styles: ()=>useCaption1Styles
|
14
|
+
});
|
15
|
+
const _react = require("@griffel/react");
|
16
|
+
const caption1ClassNames = {
|
17
|
+
root: 'fui-Caption1'
|
18
|
+
};
|
19
|
+
const useCaption1Styles = /*#__PURE__*/ (0, _react["__styles"])({
|
20
|
+
root: {
|
21
|
+
Bahqtrf: "fk6fouc",
|
22
|
+
Be2twd7: "fy9rknc",
|
23
|
+
Bhrd7zp: "figsok6",
|
24
|
+
Bg96gwp: "fwrc4pm"
|
25
|
+
}
|
26
|
+
}, {
|
27
|
+
d: [
|
28
|
+
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
29
|
+
".fy9rknc{font-size:var(--fontSizeBase200);}",
|
30
|
+
".figsok6{font-weight:var(--fontWeightRegular);}",
|
31
|
+
".fwrc4pm{line-height:var(--lineHeightBase200);}"
|
32
|
+
]
|
33
|
+
}); //# sourceMappingURL=useCaption1Styles.styles.js.map
|
34
|
+
|
35
|
+
//# sourceMappingURL=useCaption1Styles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Caption1/useCaption1Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption1ClassNames = {\n root: 'fui-Caption1'\n};\n/**\n * Styles for the root slot\n */\nexport const useCaption1Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fy9rknc\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"fwrc4pm\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\"]\n});\n//# sourceMappingURL=useCaption1Styles.styles.js.map"],"names":["caption1ClassNames","useCaption1Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,kBAAkB,MAAlBA;IAMAC,iBAAiB,MAAjBA;;uBARY;AAElB,MAAMD,qBAAqB;IAChCE,MAAM;AACR;AAIO,MAAMD,oBAAoB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACrDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAmD;KAAkD;AAC1M,IACA,oDAAoD"}
|
@@ -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
|
-
caption1StrongClassNames: ()=>caption1StrongClassNames,
|
13
|
-
Caption1Strong: ()=>Caption1Strong
|
5
|
+
Object.defineProperty(exports, "Caption1Strong", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>Caption1Strong
|
14
8
|
});
|
15
|
-
const _react = require("@griffel/react");
|
16
9
|
const _createPreset = require("../createPreset");
|
17
|
-
const
|
18
|
-
root: 'fui-Caption1Strong'
|
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: "fl43uef",
|
27
|
-
Bg96gwp: "fwrc4pm"
|
28
|
-
}
|
29
|
-
}, {
|
30
|
-
d: [
|
31
|
-
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
32
|
-
".fy9rknc{font-size:var(--fontSizeBase200);}",
|
33
|
-
".fl43uef{font-weight:var(--fontWeightSemibold);}",
|
34
|
-
".fwrc4pm{line-height:var(--lineHeightBase200);}"
|
35
|
-
]
|
36
|
-
});
|
10
|
+
const _useCaption1StrongStylesStyles = require("./useCaption1StrongStyles.styles");
|
37
11
|
const Caption1Strong = /*#__PURE__*/ (0, _createPreset.createPreset)({
|
38
|
-
useStyles,
|
39
|
-
className: caption1StrongClassNames.root,
|
12
|
+
useStyles: _useCaption1StrongStylesStyles.useCaption1StrongStyles,
|
13
|
+
className: _useCaption1StrongStylesStyles.caption1StrongClassNames.root,
|
40
14
|
displayName: 'Caption1Strong'
|
41
15
|
}); //# sourceMappingURL=Caption1Strong.js.map
|
42
16
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Caption1Strong/Caption1Strong.js"],"sourcesContent":["import {
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Caption1Strong/Caption1Strong.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { caption1StrongClassNames, useCaption1StrongStyles } from './useCaption1StrongStyles.styles';\n/**\n * Text preset component for the Caption1Strong typography variant\n */\nexport const Caption1Strong = /*#__PURE__*/createPreset({\n useStyles: useCaption1StrongStyles,\n className: caption1StrongClassNames.root,\n displayName: 'Caption1Strong'\n});\n//# sourceMappingURL=Caption1Strong.js.map"],"names":["Caption1Strong","createPreset","useStyles","useCaption1StrongStyles","className","caption1StrongClassNames","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, "caption1StrongClassNames", {
|
6
|
+
enumerable: true,
|
7
|
+
get: ()=>_useCaption1StrongStylesStyles.caption1StrongClassNames
|
8
|
+
});
|
5
9
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
6
10
|
_exportStar(require("./Caption1Strong"), exports);
|
11
|
+
const _useCaption1StrongStylesStyles = require("./useCaption1StrongStyles.styles");
|
7
12
|
//# sourceMappingURL=index.js.map
|
8
13
|
|
9
14
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../lib/components/presets/Caption1Strong/index.js"],"sourcesContent":["export * from './Caption1Strong';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Caption1Strong/index.js"],"sourcesContent":["export * from './Caption1Strong';\nexport { caption1StrongClassNames } from './useCaption1StrongStyles.styles';\n//# sourceMappingURL=index.js.map"],"names":["caption1StrongClassNames"],"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
|
+
caption1StrongClassNames: ()=>caption1StrongClassNames,
|
13
|
+
useCaption1StrongStyles: ()=>useCaption1StrongStyles
|
14
|
+
});
|
15
|
+
const _react = require("@griffel/react");
|
16
|
+
const caption1StrongClassNames = {
|
17
|
+
root: 'fui-Caption1Strong'
|
18
|
+
};
|
19
|
+
const useCaption1StrongStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
20
|
+
root: {
|
21
|
+
Bahqtrf: "fk6fouc",
|
22
|
+
Be2twd7: "fy9rknc",
|
23
|
+
Bhrd7zp: "fl43uef",
|
24
|
+
Bg96gwp: "fwrc4pm"
|
25
|
+
}
|
26
|
+
}, {
|
27
|
+
d: [
|
28
|
+
".fk6fouc{font-family:var(--fontFamilyBase);}",
|
29
|
+
".fy9rknc{font-size:var(--fontSizeBase200);}",
|
30
|
+
".fl43uef{font-weight:var(--fontWeightSemibold);}",
|
31
|
+
".fwrc4pm{line-height:var(--lineHeightBase200);}"
|
32
|
+
]
|
33
|
+
}); //# sourceMappingURL=useCaption1StrongStyles.styles.js.map
|
34
|
+
|
35
|
+
//# sourceMappingURL=useCaption1StrongStyles.styles.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption1StrongClassNames = {\n root: 'fui-Caption1Strong'\n};\n/**\n * Styles for the root slot\n */\nexport const useCaption1StrongStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fy9rknc\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fwrc4pm\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\"]\n});\n//# sourceMappingURL=useCaption1StrongStyles.styles.js.map"],"names":["caption1StrongClassNames","useCaption1StrongStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,wBAAwB,MAAxBA;IAMAC,uBAAuB,MAAvBA;;uBARY;AAElB,MAAMD,2BAA2B;IACtCE,MAAM;AACR;AAIO,MAAMD,0BAA0B,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IAC3DD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAoD;KAAkD;AAC3M,IACA,0DAA0D"}
|