@fluentui/react-text 0.0.0-nightly-20230317-1454.1 → 0.0.0-nightly-20230322-0439.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (143) hide show
  1. package/.swcrc +2 -11
  2. package/CHANGELOG.json +56 -11
  3. package/CHANGELOG.md +22 -8
  4. package/lib/Body1.js +1 -1
  5. package/lib/Body1Strong.js +1 -1
  6. package/lib/Body1Stronger.js +1 -1
  7. package/lib/Body2.js +1 -1
  8. package/lib/Caption1.js +1 -1
  9. package/lib/Caption1Strong.js +1 -1
  10. package/lib/Caption1Stronger.js +1 -1
  11. package/lib/Caption2.js +1 -1
  12. package/lib/Caption2Strong.js +1 -1
  13. package/lib/Display.js +1 -1
  14. package/lib/LargeTitle.js +1 -1
  15. package/lib/Subtitle1.js +1 -1
  16. package/lib/Subtitle2.js +1 -1
  17. package/lib/Subtitle2Stronger.js +1 -1
  18. package/lib/Text.js +1 -1
  19. package/lib/Title1.js +1 -1
  20. package/lib/Title2.js +1 -1
  21. package/lib/Title3.js +1 -1
  22. package/lib/components/Text/Text.js +6 -6
  23. package/lib/components/Text/index.js +5 -5
  24. package/lib/components/Text/renderText.js +2 -2
  25. package/lib/components/Text/useText.js +15 -14
  26. package/lib/components/Text/useText.js.map +1 -1
  27. package/lib/components/Text/useTextStyles.js +4 -4
  28. package/lib/components/presets/Body1/Body1.js +5 -5
  29. package/lib/components/presets/Body1/index.js +1 -1
  30. package/lib/components/presets/Body1Strong/Body1Strong.js +5 -5
  31. package/lib/components/presets/Body1Strong/index.js +1 -1
  32. package/lib/components/presets/Body1Stronger/Body1Stronger.js +5 -5
  33. package/lib/components/presets/Body1Stronger/index.js +1 -1
  34. package/lib/components/presets/Body2/Body2.js +5 -5
  35. package/lib/components/presets/Body2/index.js +1 -1
  36. package/lib/components/presets/Caption1/Caption1.js +5 -5
  37. package/lib/components/presets/Caption1/index.js +1 -1
  38. package/lib/components/presets/Caption1Strong/Caption1Strong.js +5 -5
  39. package/lib/components/presets/Caption1Strong/index.js +1 -1
  40. package/lib/components/presets/Caption1Stronger/Caption1Stronger.js +5 -5
  41. package/lib/components/presets/Caption1Stronger/index.js +1 -1
  42. package/lib/components/presets/Caption2/Caption2.js +5 -5
  43. package/lib/components/presets/Caption2/index.js +1 -1
  44. package/lib/components/presets/Caption2Strong/Caption2Strong.js +5 -5
  45. package/lib/components/presets/Caption2Strong/index.js +1 -1
  46. package/lib/components/presets/Display/Display.js +5 -5
  47. package/lib/components/presets/Display/index.js +1 -1
  48. package/lib/components/presets/LargeTitle/LargeTitle.js +5 -5
  49. package/lib/components/presets/LargeTitle/index.js +1 -1
  50. package/lib/components/presets/Subtitle1/Subtitle1.js +5 -5
  51. package/lib/components/presets/Subtitle1/index.js +1 -1
  52. package/lib/components/presets/Subtitle2/Subtitle2.js +5 -5
  53. package/lib/components/presets/Subtitle2/index.js +1 -1
  54. package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +5 -5
  55. package/lib/components/presets/Subtitle2Stronger/index.js +1 -1
  56. package/lib/components/presets/Title1/Title1.js +5 -5
  57. package/lib/components/presets/Title1/index.js +1 -1
  58. package/lib/components/presets/Title2/Title2.js +5 -5
  59. package/lib/components/presets/Title2/index.js +1 -1
  60. package/lib/components/presets/Title3/Title3.js +5 -5
  61. package/lib/components/presets/Title3/index.js +1 -1
  62. package/lib/components/presets/createPreset.js +3 -3
  63. package/lib/index.js +18 -18
  64. package/lib-commonjs/Body1.js.map +1 -1
  65. package/lib-commonjs/Body1Strong.js.map +1 -1
  66. package/lib-commonjs/Body1Stronger.js.map +1 -1
  67. package/lib-commonjs/Body2.js.map +1 -1
  68. package/lib-commonjs/Caption1.js.map +1 -1
  69. package/lib-commonjs/Caption1Strong.js.map +1 -1
  70. package/lib-commonjs/Caption1Stronger.js.map +1 -1
  71. package/lib-commonjs/Caption2.js.map +1 -1
  72. package/lib-commonjs/Caption2Strong.js.map +1 -1
  73. package/lib-commonjs/Display.js.map +1 -1
  74. package/lib-commonjs/LargeTitle.js.map +1 -1
  75. package/lib-commonjs/Subtitle1.js.map +1 -1
  76. package/lib-commonjs/Subtitle2.js.map +1 -1
  77. package/lib-commonjs/Subtitle2Stronger.js.map +1 -1
  78. package/lib-commonjs/Text.js.map +1 -1
  79. package/lib-commonjs/Title1.js.map +1 -1
  80. package/lib-commonjs/Title2.js.map +1 -1
  81. package/lib-commonjs/Title3.js.map +1 -1
  82. package/lib-commonjs/components/Text/Text.js +1 -1
  83. package/lib-commonjs/components/Text/Text.js.map +1 -1
  84. package/lib-commonjs/components/Text/index.js.map +1 -1
  85. package/lib-commonjs/components/Text/renderText.js.map +1 -1
  86. package/lib-commonjs/components/Text/useText.js +13 -12
  87. package/lib-commonjs/components/Text/useText.js.map +1 -1
  88. package/lib-commonjs/components/Text/useTextStyles.js +2 -2
  89. package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
  90. package/lib-commonjs/components/presets/Body1/Body1.js +2 -2
  91. package/lib-commonjs/components/presets/Body1/Body1.js.map +1 -1
  92. package/lib-commonjs/components/presets/Body1/index.js.map +1 -1
  93. package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js +2 -2
  94. package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js.map +1 -1
  95. package/lib-commonjs/components/presets/Body1Strong/index.js.map +1 -1
  96. package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js +2 -2
  97. package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
  98. package/lib-commonjs/components/presets/Body1Stronger/index.js.map +1 -1
  99. package/lib-commonjs/components/presets/Body2/Body2.js +2 -2
  100. package/lib-commonjs/components/presets/Body2/Body2.js.map +1 -1
  101. package/lib-commonjs/components/presets/Body2/index.js.map +1 -1
  102. package/lib-commonjs/components/presets/Caption1/Caption1.js +2 -2
  103. package/lib-commonjs/components/presets/Caption1/Caption1.js.map +1 -1
  104. package/lib-commonjs/components/presets/Caption1/index.js.map +1 -1
  105. package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js +2 -2
  106. package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
  107. package/lib-commonjs/components/presets/Caption1Strong/index.js.map +1 -1
  108. package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js +2 -2
  109. package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
  110. package/lib-commonjs/components/presets/Caption1Stronger/index.js.map +1 -1
  111. package/lib-commonjs/components/presets/Caption2/Caption2.js +2 -2
  112. package/lib-commonjs/components/presets/Caption2/Caption2.js.map +1 -1
  113. package/lib-commonjs/components/presets/Caption2/index.js.map +1 -1
  114. package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js +2 -2
  115. package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
  116. package/lib-commonjs/components/presets/Caption2Strong/index.js.map +1 -1
  117. package/lib-commonjs/components/presets/Display/Display.js +2 -2
  118. package/lib-commonjs/components/presets/Display/Display.js.map +1 -1
  119. package/lib-commonjs/components/presets/Display/index.js.map +1 -1
  120. package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js +2 -2
  121. package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js.map +1 -1
  122. package/lib-commonjs/components/presets/LargeTitle/index.js.map +1 -1
  123. package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js +2 -2
  124. package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js.map +1 -1
  125. package/lib-commonjs/components/presets/Subtitle1/index.js.map +1 -1
  126. package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js +2 -2
  127. package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js.map +1 -1
  128. package/lib-commonjs/components/presets/Subtitle2/index.js.map +1 -1
  129. package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +2 -2
  130. package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
  131. package/lib-commonjs/components/presets/Subtitle2Stronger/index.js.map +1 -1
  132. package/lib-commonjs/components/presets/Title1/Title1.js +2 -2
  133. package/lib-commonjs/components/presets/Title1/Title1.js.map +1 -1
  134. package/lib-commonjs/components/presets/Title1/index.js.map +1 -1
  135. package/lib-commonjs/components/presets/Title2/Title2.js +2 -2
  136. package/lib-commonjs/components/presets/Title2/Title2.js.map +1 -1
  137. package/lib-commonjs/components/presets/Title2/index.js.map +1 -1
  138. package/lib-commonjs/components/presets/Title3/Title3.js +2 -2
  139. package/lib-commonjs/components/presets/Title3/Title3.js.map +1 -1
  140. package/lib-commonjs/components/presets/Title3/index.js.map +1 -1
  141. package/lib-commonjs/components/presets/createPreset.js.map +1 -1
  142. package/lib-commonjs/index.js.map +1 -1
  143. package/package.json +6 -5
@@ -1,8 +1,8 @@
1
- import { __styles } from "@griffel/react";
2
- import { createPreset } from "../createPreset";
3
- import { typographyStyles } from "@fluentui/react-theme";
1
+ import { __styles } from '@griffel/react';
2
+ import { createPreset } from '../createPreset';
3
+ import { typographyStyles } from '@fluentui/react-theme';
4
4
  export const caption2StrongClassNames = {
5
- root: "fui-Caption2Strong"
5
+ root: 'fui-Caption2Strong'
6
6
  };
7
7
  /**
8
8
  * Styles for the root slot
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
23
23
  export const Caption2Strong = /*#__PURE__*/createPreset({
24
24
  useStyles,
25
25
  className: caption2StrongClassNames.root,
26
- displayName: "Caption2Strong"
26
+ displayName: 'Caption2Strong'
27
27
  });
28
28
  //# sourceMappingURL=Caption2Strong.js.map
@@ -1,2 +1,2 @@
1
- export * from "./Caption2Strong";
1
+ export * from './Caption2Strong';
2
2
  //# sourceMappingURL=index.js.map
@@ -1,8 +1,8 @@
1
- import { __styles } from "@griffel/react";
2
- import { createPreset } from "../createPreset";
3
- import { typographyStyles } from "@fluentui/react-theme";
1
+ import { __styles } from '@griffel/react';
2
+ import { createPreset } from '../createPreset';
3
+ import { typographyStyles } from '@fluentui/react-theme';
4
4
  export const displayClassNames = {
5
- root: "fui-Display"
5
+ root: 'fui-Display'
6
6
  };
7
7
  /**
8
8
  * Styles for the root slot
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
23
23
  export const Display = /*#__PURE__*/createPreset({
24
24
  useStyles,
25
25
  className: displayClassNames.root,
26
- displayName: "Display"
26
+ displayName: 'Display'
27
27
  });
28
28
  //# sourceMappingURL=Display.js.map
@@ -1,2 +1,2 @@
1
- export * from "./Display";
1
+ export * from './Display';
2
2
  //# sourceMappingURL=index.js.map
@@ -1,8 +1,8 @@
1
- import { __styles } from "@griffel/react";
2
- import { createPreset } from "../createPreset";
3
- import { typographyStyles } from "@fluentui/react-theme";
1
+ import { __styles } from '@griffel/react';
2
+ import { createPreset } from '../createPreset';
3
+ import { typographyStyles } from '@fluentui/react-theme';
4
4
  export const largeTitleClassNames = {
5
- root: "fui-LargeTitle"
5
+ root: 'fui-LargeTitle'
6
6
  };
7
7
  /**
8
8
  * Styles for the root slot
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
23
23
  export const LargeTitle = /*#__PURE__*/createPreset({
24
24
  useStyles,
25
25
  className: largeTitleClassNames.root,
26
- displayName: "LargeTitle"
26
+ displayName: 'LargeTitle'
27
27
  });
28
28
  //# sourceMappingURL=LargeTitle.js.map
@@ -1,2 +1,2 @@
1
- export * from "./LargeTitle";
1
+ export * from './LargeTitle';
2
2
  //# sourceMappingURL=index.js.map
@@ -1,8 +1,8 @@
1
- import { __styles } from "@griffel/react";
2
- import { createPreset } from "../createPreset";
3
- import { typographyStyles } from "@fluentui/react-theme";
1
+ import { __styles } from '@griffel/react';
2
+ import { createPreset } from '../createPreset';
3
+ import { typographyStyles } from '@fluentui/react-theme';
4
4
  export const subtitle1ClassNames = {
5
- root: "fui-Subtitle1"
5
+ root: 'fui-Subtitle1'
6
6
  };
7
7
  /**
8
8
  * Styles for the root slot
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
23
23
  export const Subtitle1 = /*#__PURE__*/createPreset({
24
24
  useStyles,
25
25
  className: subtitle1ClassNames.root,
26
- displayName: "Subtitle1"
26
+ displayName: 'Subtitle1'
27
27
  });
28
28
  //# sourceMappingURL=Subtitle1.js.map
@@ -1,2 +1,2 @@
1
- export * from "./Subtitle1";
1
+ export * from './Subtitle1';
2
2
  //# sourceMappingURL=index.js.map
@@ -1,8 +1,8 @@
1
- import { __styles } from "@griffel/react";
2
- import { createPreset } from "../createPreset";
3
- import { typographyStyles } from "@fluentui/react-theme";
1
+ import { __styles } from '@griffel/react';
2
+ import { createPreset } from '../createPreset';
3
+ import { typographyStyles } from '@fluentui/react-theme';
4
4
  export const subtitle2ClassNames = {
5
- root: "fui-Subtitle2"
5
+ root: 'fui-Subtitle2'
6
6
  };
7
7
  /**
8
8
  * Styles for the root slot
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
23
23
  export const Subtitle2 = /*#__PURE__*/createPreset({
24
24
  useStyles,
25
25
  className: subtitle2ClassNames.root,
26
- displayName: "Subtitle2"
26
+ displayName: 'Subtitle2'
27
27
  });
28
28
  //# sourceMappingURL=Subtitle2.js.map
@@ -1,2 +1,2 @@
1
- export * from "./Subtitle2";
1
+ export * from './Subtitle2';
2
2
  //# sourceMappingURL=index.js.map
@@ -1,8 +1,8 @@
1
- import { __styles } from "@griffel/react";
2
- import { createPreset } from "../createPreset";
3
- import { typographyStyles } from "@fluentui/react-theme";
1
+ import { __styles } from '@griffel/react';
2
+ import { createPreset } from '../createPreset';
3
+ import { typographyStyles } from '@fluentui/react-theme';
4
4
  export const subtitle2StrongerClassNames = {
5
- root: "fui-Subtitle2Stronger"
5
+ root: 'fui-Subtitle2Stronger'
6
6
  };
7
7
  /**
8
8
  * Styles for the root slot
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
23
23
  export const Subtitle2Stronger = /*#__PURE__*/createPreset({
24
24
  useStyles,
25
25
  className: subtitle2StrongerClassNames.root,
26
- displayName: "Subtitle2Stronger"
26
+ displayName: 'Subtitle2Stronger'
27
27
  });
28
28
  //# sourceMappingURL=Subtitle2Stronger.js.map
@@ -1,2 +1,2 @@
1
- export * from "./Subtitle2Stronger";
1
+ export * from './Subtitle2Stronger';
2
2
  //# sourceMappingURL=index.js.map
@@ -1,8 +1,8 @@
1
- import { __styles } from "@griffel/react";
2
- import { createPreset } from "../createPreset";
3
- import { typographyStyles } from "@fluentui/react-theme";
1
+ import { __styles } from '@griffel/react';
2
+ import { createPreset } from '../createPreset';
3
+ import { typographyStyles } from '@fluentui/react-theme';
4
4
  export const title1ClassNames = {
5
- root: "fui-Title1"
5
+ root: 'fui-Title1'
6
6
  };
7
7
  /**
8
8
  * Styles for the root slot
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
23
23
  export const Title1 = /*#__PURE__*/createPreset({
24
24
  useStyles,
25
25
  className: title1ClassNames.root,
26
- displayName: "Title1"
26
+ displayName: 'Title1'
27
27
  });
28
28
  //# sourceMappingURL=Title1.js.map
@@ -1,2 +1,2 @@
1
- export * from "./Title1";
1
+ export * from './Title1';
2
2
  //# sourceMappingURL=index.js.map
@@ -1,8 +1,8 @@
1
- import { __styles } from "@griffel/react";
2
- import { createPreset } from "../createPreset";
3
- import { typographyStyles } from "@fluentui/react-theme";
1
+ import { __styles } from '@griffel/react';
2
+ import { createPreset } from '../createPreset';
3
+ import { typographyStyles } from '@fluentui/react-theme';
4
4
  export const title2ClassNames = {
5
- root: "fui-Title2"
5
+ root: 'fui-Title2'
6
6
  };
7
7
  /**
8
8
  * Styles for the root slot
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
23
23
  export const Title2 = /*#__PURE__*/createPreset({
24
24
  useStyles,
25
25
  className: title2ClassNames.root,
26
- displayName: "Title2"
26
+ displayName: 'Title2'
27
27
  });
28
28
  //# sourceMappingURL=Title2.js.map
@@ -1,2 +1,2 @@
1
- export * from "./Title2";
1
+ export * from './Title2';
2
2
  //# sourceMappingURL=index.js.map
@@ -1,8 +1,8 @@
1
- import { __styles } from "@griffel/react";
2
- import { createPreset } from "../createPreset";
3
- import { typographyStyles } from "@fluentui/react-theme";
1
+ import { __styles } from '@griffel/react';
2
+ import { createPreset } from '../createPreset';
3
+ import { typographyStyles } from '@fluentui/react-theme';
4
4
  export const title3ClassNames = {
5
- root: "fui-Title3"
5
+ root: 'fui-Title3'
6
6
  };
7
7
  /**
8
8
  * Styles for the root slot
@@ -23,6 +23,6 @@ const useStyles = /*#__PURE__*/__styles({
23
23
  export const Title3 = /*#__PURE__*/createPreset({
24
24
  useStyles,
25
25
  className: title3ClassNames.root,
26
- displayName: "Title3"
26
+ displayName: 'Title3'
27
27
  });
28
28
  //# sourceMappingURL=Title3.js.map
@@ -1,2 +1,2 @@
1
- export * from "./Title3";
1
+ export * from './Title3';
2
2
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
- import * as React from "react";
2
- import { mergeClasses } from "@griffel/react";
3
- import { renderText_unstable, useText_unstable, useTextStyles_unstable } from "../Text";
1
+ import * as React from 'react';
2
+ import { mergeClasses } from '@griffel/react';
3
+ import { renderText_unstable, useText_unstable, useTextStyles_unstable } from '../Text';
4
4
  export function createPreset(options) {
5
5
  const {
6
6
  useStyles,
package/lib/index.js CHANGED
@@ -1,19 +1,19 @@
1
- export { Text, renderText_unstable, textClassNames, useTextStyles_unstable, useText_unstable } from "./Text";
2
- export { Body1, body1ClassNames } from "./Body1";
3
- export { Body1Strong, body1StrongClassNames } from "./Body1Strong";
4
- export { Body1Stronger, body1StrongerClassNames } from "./Body1Stronger";
5
- export { Body2, body2ClassNames } from "./Body2";
6
- export { Caption1, caption1ClassNames } from "./Caption1";
7
- export { Caption1Strong, caption1StrongClassNames } from "./Caption1Strong";
8
- export { Caption1Stronger, caption1StrongerClassNames } from "./Caption1Stronger";
9
- export { Caption2, caption2ClassNames } from "./Caption2";
10
- export { Caption2Strong, caption2StrongClassNames } from "./Caption2Strong";
11
- export { Display, displayClassNames } from "./Display";
12
- export { LargeTitle, largeTitleClassNames } from "./LargeTitle";
13
- export { Subtitle1, subtitle1ClassNames } from "./Subtitle1";
14
- export { Subtitle2, subtitle2ClassNames } from "./Subtitle2";
15
- export { Subtitle2Stronger, subtitle2StrongerClassNames } from "./Subtitle2Stronger";
16
- export { Title1, title1ClassNames } from "./Title1";
17
- export { Title2, title2ClassNames } from "./Title2";
18
- export { Title3, title3ClassNames } from "./Title3";
1
+ export { Text, renderText_unstable, textClassNames, useTextStyles_unstable, useText_unstable } from './Text';
2
+ export { Body1, body1ClassNames } from './Body1';
3
+ export { Body1Strong, body1StrongClassNames } from './Body1Strong';
4
+ export { Body1Stronger, body1StrongerClassNames } from './Body1Stronger';
5
+ export { Body2, body2ClassNames } from './Body2';
6
+ export { Caption1, caption1ClassNames } from './Caption1';
7
+ export { Caption1Strong, caption1StrongClassNames } from './Caption1Strong';
8
+ export { Caption1Stronger, caption1StrongerClassNames } from './Caption1Stronger';
9
+ export { Caption2, caption2ClassNames } from './Caption2';
10
+ export { Caption2Strong, caption2StrongClassNames } from './Caption2Strong';
11
+ export { Display, displayClassNames } from './Display';
12
+ export { LargeTitle, largeTitleClassNames } from './LargeTitle';
13
+ export { Subtitle1, subtitle1ClassNames } from './Subtitle1';
14
+ export { Subtitle2, subtitle2ClassNames } from './Subtitle2';
15
+ export { Subtitle2Stronger, subtitle2StrongerClassNames } from './Subtitle2Stronger';
16
+ export { Title1, title1ClassNames } from './Title1';
17
+ export { Title2, title2ClassNames } from './Title2';
18
+ export { Title3, title3ClassNames } from './Title3';
19
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Body1.js"],"sourcesContent":["export * from \"./components/presets/Body1/index\";\n//# sourceMappingURL=Body1.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../lib/Body1.js"],"sourcesContent":["export * from './components/presets/Body1/index';\n//# sourceMappingURL=Body1.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Body1Strong.js"],"sourcesContent":["export * from \"./components/presets/Body1Strong/index\";\n//# sourceMappingURL=Body1Strong.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,uCAAuC"}
1
+ {"version":3,"sources":["../lib/Body1Strong.js"],"sourcesContent":["export * from './components/presets/Body1Strong/index';\n//# sourceMappingURL=Body1Strong.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,uCAAuC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Body1Stronger.js"],"sourcesContent":["export * from \"./components/presets/Body1Stronger/index\";\n//# sourceMappingURL=Body1Stronger.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,yCAAyC"}
1
+ {"version":3,"sources":["../lib/Body1Stronger.js"],"sourcesContent":["export * from './components/presets/Body1Stronger/index';\n//# sourceMappingURL=Body1Stronger.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,yCAAyC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Body2.js"],"sourcesContent":["export * from \"./components/presets/Body2/index\";\n//# sourceMappingURL=Body2.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../lib/Body2.js"],"sourcesContent":["export * from './components/presets/Body2/index';\n//# sourceMappingURL=Body2.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Caption1.js"],"sourcesContent":["export * from \"./components/presets/Caption1/index\";\n//# sourceMappingURL=Caption1.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,oCAAoC"}
1
+ {"version":3,"sources":["../lib/Caption1.js"],"sourcesContent":["export * from './components/presets/Caption1/index';\n//# sourceMappingURL=Caption1.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,oCAAoC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Caption1Strong.js"],"sourcesContent":["export * from \"./components/presets/Caption1Strong/index\";\n//# sourceMappingURL=Caption1Strong.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,0CAA0C"}
1
+ {"version":3,"sources":["../lib/Caption1Strong.js"],"sourcesContent":["export * from './components/presets/Caption1Strong/index';\n//# sourceMappingURL=Caption1Strong.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,0CAA0C"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Caption1Stronger.js"],"sourcesContent":["export * from \"./components/presets/Caption1Stronger/index\";\n//# sourceMappingURL=Caption1Stronger.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,4CAA4C"}
1
+ {"version":3,"sources":["../lib/Caption1Stronger.js"],"sourcesContent":["export * from './components/presets/Caption1Stronger/index';\n//# sourceMappingURL=Caption1Stronger.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,4CAA4C"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Caption2.js"],"sourcesContent":["export * from \"./components/presets/Caption2/index\";\n//# sourceMappingURL=Caption2.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,oCAAoC"}
1
+ {"version":3,"sources":["../lib/Caption2.js"],"sourcesContent":["export * from './components/presets/Caption2/index';\n//# sourceMappingURL=Caption2.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,oCAAoC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Caption2Strong.js"],"sourcesContent":["export * from \"./components/presets/Caption2Strong/index\";\n//# sourceMappingURL=Caption2Strong.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,0CAA0C"}
1
+ {"version":3,"sources":["../lib/Caption2Strong.js"],"sourcesContent":["export * from './components/presets/Caption2Strong/index';\n//# sourceMappingURL=Caption2Strong.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,0CAA0C"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Display.js"],"sourcesContent":["export * from \"./components/presets/Display/index\";\n//# sourceMappingURL=Display.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,mCAAmC"}
1
+ {"version":3,"sources":["../lib/Display.js"],"sourcesContent":["export * from './components/presets/Display/index';\n//# sourceMappingURL=Display.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,mCAAmC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/LargeTitle.js"],"sourcesContent":["export * from \"./components/presets/LargeTitle/index\";\n//# sourceMappingURL=LargeTitle.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,sCAAsC"}
1
+ {"version":3,"sources":["../lib/LargeTitle.js"],"sourcesContent":["export * from './components/presets/LargeTitle/index';\n//# sourceMappingURL=LargeTitle.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,sCAAsC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Subtitle1.js"],"sourcesContent":["export * from \"./components/presets/Subtitle1/index\";\n//# sourceMappingURL=Subtitle1.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,qCAAqC"}
1
+ {"version":3,"sources":["../lib/Subtitle1.js"],"sourcesContent":["export * from './components/presets/Subtitle1/index';\n//# sourceMappingURL=Subtitle1.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,qCAAqC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Subtitle2.js"],"sourcesContent":["export * from \"./components/presets/Subtitle2/index\";\n//# sourceMappingURL=Subtitle2.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,qCAAqC"}
1
+ {"version":3,"sources":["../lib/Subtitle2.js"],"sourcesContent":["export * from './components/presets/Subtitle2/index';\n//# sourceMappingURL=Subtitle2.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,qCAAqC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Subtitle2Stronger.js"],"sourcesContent":["export * from \"./components/presets/Subtitle2Stronger/index\";\n//# sourceMappingURL=Subtitle2Stronger.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,6CAA6C"}
1
+ {"version":3,"sources":["../lib/Subtitle2Stronger.js"],"sourcesContent":["export * from './components/presets/Subtitle2Stronger/index';\n//# sourceMappingURL=Subtitle2Stronger.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,6CAA6C"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Text.js"],"sourcesContent":["export * from \"./components/Text/index\";\n//# sourceMappingURL=Text.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,gCAAgC"}
1
+ {"version":3,"sources":["../lib/Text.js"],"sourcesContent":["export * from './components/Text/index';\n//# sourceMappingURL=Text.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,gCAAgC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Title1.js"],"sourcesContent":["export * from \"./components/presets/Title1/index\";\n//# sourceMappingURL=Title1.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,kCAAkC"}
1
+ {"version":3,"sources":["../lib/Title1.js"],"sourcesContent":["export * from './components/presets/Title1/index';\n//# sourceMappingURL=Title1.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,kCAAkC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Title2.js"],"sourcesContent":["export * from \"./components/presets/Title2/index\";\n//# sourceMappingURL=Title2.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,kCAAkC"}
1
+ {"version":3,"sources":["../lib/Title2.js"],"sourcesContent":["export * from './components/presets/Title2/index';\n//# sourceMappingURL=Title2.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,kCAAkC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/Title3.js"],"sourcesContent":["export * from \"./components/presets/Title3/index\";\n//# sourceMappingURL=Title3.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,kCAAkC"}
1
+ {"version":3,"sources":["../lib/Title3.js"],"sourcesContent":["export * from './components/presets/Title3/index';\n//# sourceMappingURL=Title3.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,kCAAkC"}
@@ -20,6 +20,6 @@ const Text = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
20
20
  return (0, _renderText.renderText_unstable)(state);
21
21
  // Work around some small mismatches in inferred types which don't matter in practice
22
22
  });
23
- Text.displayName = "Text"; //# sourceMappingURL=Text.js.map
23
+ Text.displayName = 'Text'; //# sourceMappingURL=Text.js.map
24
24
 
25
25
  //# sourceMappingURL=Text.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../lib/components/Text/Text.js"],"sourcesContent":["import * as React from \"react\";\nimport { useText_unstable } from \"./useText\";\nimport { renderText_unstable } from \"./renderText\";\nimport { useTextStyles_unstable } from \"./useTextStyles\";\nimport { useCustomStyleHooks_unstable } from \"@fluentui/react-shared-contexts\";\n/**\n * Typography and styling abstraction component used to ensure consistency of text.\n */\nexport const Text = /*#__PURE__*/React.forwardRef((props, ref) => {\n const state = useText_unstable(props, ref);\n useTextStyles_unstable(state);\n const {\n useTextStyles_unstable: useCustomStyles\n } = useCustomStyleHooks_unstable();\n useCustomStyles(state);\n return renderText_unstable(state);\n // Work around some small mismatches in inferred types which don't matter in practice\n});\n\nText.displayName = \"Text\";\n//# sourceMappingURL=Text.js.map"],"names":["Text","React","forwardRef","props","ref","state","useText_unstable","useTextStyles_unstable","useCustomStyles","useCustomStyleHooks_unstable","renderText_unstable","displayName"],"mappings":";;;;+BAQaA;;aAAAA;;;6DARU;yBACU;4BACG;+BACG;qCACM;AAItC,MAAMA,OAAO,WAAW,GAAEC,OAAMC,UAAU,CAAC,CAACC,OAAOC,MAAQ;IAChE,MAAMC,QAAQC,IAAAA,yBAAgB,EAACH,OAAOC;IACtCG,IAAAA,qCAAsB,EAACF;IACvB,MAAM,EACJE,wBAAwBC,gBAAe,EACxC,GAAGC,IAAAA,iDAA4B;IAChCD,gBAAgBH;IAChB,OAAOK,IAAAA,+BAAmB,EAACL;AAC3B,qFAAqF;AACvF;AAEAL,KAAKW,WAAW,GAAG,QACnB,gCAAgC"}
1
+ {"version":3,"sources":["../../../lib/components/Text/Text.js"],"sourcesContent":["import * as React from 'react';\nimport { useText_unstable } from './useText';\nimport { renderText_unstable } from './renderText';\nimport { useTextStyles_unstable } from './useTextStyles';\nimport { useCustomStyleHooks_unstable } from '@fluentui/react-shared-contexts';\n/**\n * Typography and styling abstraction component used to ensure consistency of text.\n */\nexport const Text = /*#__PURE__*/React.forwardRef((props, ref) => {\n const state = useText_unstable(props, ref);\n useTextStyles_unstable(state);\n const {\n useTextStyles_unstable: useCustomStyles\n } = useCustomStyleHooks_unstable();\n useCustomStyles(state);\n return renderText_unstable(state);\n // Work around some small mismatches in inferred types which don't matter in practice\n});\n\nText.displayName = 'Text';\n//# sourceMappingURL=Text.js.map"],"names":["Text","React","forwardRef","props","ref","state","useText_unstable","useTextStyles_unstable","useCustomStyles","useCustomStyleHooks_unstable","renderText_unstable","displayName"],"mappings":";;;;+BAQaA;;aAAAA;;;6DARU;yBACU;4BACG;+BACG;qCACM;AAItC,MAAMA,OAAO,WAAW,GAAEC,OAAMC,UAAU,CAAC,CAACC,OAAOC,MAAQ;IAChE,MAAMC,QAAQC,IAAAA,yBAAgB,EAACH,OAAOC;IACtCG,IAAAA,qCAAsB,EAACF;IACvB,MAAM,EACJE,wBAAwBC,gBAAe,EACxC,GAAGC,IAAAA,iDAA4B;IAChCD,gBAAgBH;IAChB,OAAOK,IAAAA,+BAAmB,EAACL;AAC3B,qFAAqF;AACvF;AAEAL,KAAKW,WAAW,GAAG,QACnB,gCAAgC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../lib/components/Text/index.js"],"sourcesContent":["export * from \"./Text\";\nexport * from \"./Text.types\";\nexport * from \"./renderText\";\nexport * from \"./useText\";\nexport * from \"./useTextStyles\";\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;oBACA;oBACA;oBACA;oBACA;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../lib/components/Text/index.js"],"sourcesContent":["export * from './Text';\nexport * from './Text.types';\nexport * from './renderText';\nexport * from './useText';\nexport * from './useTextStyles';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;oBACA;oBACA;oBACA;oBACA;CACd,iCAAiC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../lib/components/Text/renderText.js"],"sourcesContent":["import * as React from \"react\";\nimport { getSlots } from \"@fluentui/react-utilities\";\n/**\n * Render the final JSX of Text\n */\nexport const renderText_unstable = state => {\n const {\n slots,\n slotProps\n } = getSlots(state);\n return /*#__PURE__*/React.createElement(slots.root, slotProps.root);\n};\n//# sourceMappingURL=renderText.js.map"],"names":["renderText_unstable","state","slots","slotProps","getSlots","React","createElement","root"],"mappings":";;;;+BAKaA;;aAAAA;;;6DALU;gCACE;AAIlB,MAAMA,sBAAsBC,CAAAA,QAAS;IAC1C,MAAM,EACJC,MAAK,EACLC,UAAS,EACV,GAAGC,IAAAA,wBAAQ,EAACH;IACb,OAAO,WAAW,GAAEI,OAAMC,aAAa,CAACJ,MAAMK,IAAI,EAAEJ,UAAUI,IAAI;AACpE,GACA,sCAAsC"}
1
+ {"version":3,"sources":["../../../lib/components/Text/renderText.js"],"sourcesContent":["import * as React from 'react';\nimport { getSlots } from '@fluentui/react-utilities';\n/**\n * Render the final JSX of Text\n */\nexport const renderText_unstable = state => {\n const {\n slots,\n slotProps\n } = getSlots(state);\n return /*#__PURE__*/React.createElement(slots.root, slotProps.root);\n};\n//# sourceMappingURL=renderText.js.map"],"names":["renderText_unstable","state","slots","slotProps","getSlots","React","createElement","root"],"mappings":";;;;+BAKaA;;aAAAA;;;6DALU;gCACE;AAIlB,MAAMA,sBAAsBC,CAAAA,QAAS;IAC1C,MAAM,EACJC,MAAK,EACLC,UAAS,EACV,GAAGC,IAAAA,wBAAQ,EAACH;IACb,OAAO,WAAW,GAAEI,OAAMC,aAAa,CAACJ,MAAMK,IAAI,EAAEJ,UAAUI,IAAI;AACpE,GACA,sCAAsC"}
@@ -11,20 +11,21 @@ const _react = /*#__PURE__*/ _interopRequireWildcard(require("react"));
11
11
  const _reactUtilities = require("@fluentui/react-utilities");
12
12
  const useText_unstable = (props, ref)=>{
13
13
  const { wrap , truncate , block , italic , underline , strikethrough , size , font , weight , align } = props;
14
- const as = props.as ?? "span";
14
+ var _props_as;
15
+ const as = (_props_as = props.as) !== null && _props_as !== void 0 ? _props_as : 'span';
15
16
  const state = {
16
- align: align ?? "start",
17
- block: block ?? false,
18
- font: font ?? "base",
19
- italic: italic ?? false,
20
- size: size ?? 300,
21
- strikethrough: strikethrough ?? false,
22
- truncate: truncate ?? false,
23
- underline: underline ?? false,
24
- weight: weight ?? "regular",
25
- wrap: wrap ?? true,
17
+ align: align !== null && align !== void 0 ? align : 'start',
18
+ block: block !== null && block !== void 0 ? block : false,
19
+ font: font !== null && font !== void 0 ? font : 'base',
20
+ italic: italic !== null && italic !== void 0 ? italic : false,
21
+ size: size !== null && size !== void 0 ? size : 300,
22
+ strikethrough: strikethrough !== null && strikethrough !== void 0 ? strikethrough : false,
23
+ truncate: truncate !== null && truncate !== void 0 ? truncate : false,
24
+ underline: underline !== null && underline !== void 0 ? underline : false,
25
+ weight: weight !== null && weight !== void 0 ? weight : 'regular',
26
+ wrap: wrap !== null && wrap !== void 0 ? wrap : true,
26
27
  components: {
27
- root: "span"
28
+ root: 'span'
28
29
  },
29
30
  root: (0, _reactUtilities.getNativeElementProps)(as, {
30
31
  ref,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../lib/components/Text/useText.js"],"sourcesContent":["import * as React from \"react\";\nimport { getNativeElementProps } from \"@fluentui/react-utilities\";\n/**\n * Create the state required to render Text.\n *\n * The returned state can be modified with hooks such as useTextStyles_unstable,\n * before being passed to renderText_unstable.\n *\n * @param props - props from this instance of Text\n * @param ref - reference to root HTMLElement of Text\n */\nexport const useText_unstable = (props, ref) => {\n const {\n wrap,\n truncate,\n block,\n italic,\n underline,\n strikethrough,\n size,\n font,\n weight,\n align\n } = props;\n const as = props.as ?? \"span\";\n const state = {\n align: align ?? \"start\",\n block: block ?? false,\n font: font ?? \"base\",\n italic: italic ?? false,\n size: size ?? 300,\n strikethrough: strikethrough ?? false,\n truncate: truncate ?? false,\n underline: underline ?? false,\n weight: weight ?? \"regular\",\n wrap: wrap ?? true,\n components: {\n root: \"span\"\n },\n root: getNativeElementProps(as, {\n ref,\n ...props,\n as\n })\n };\n return state;\n};\n//# sourceMappingURL=useText.js.map"],"names":["useText_unstable","props","ref","wrap","truncate","block","italic","underline","strikethrough","size","font","weight","align","as","state","components","root","getNativeElementProps"],"mappings":";;;;+BAWaA;;aAAAA;;;6DAXU;gCACe;AAU/B,MAAMA,mBAAmB,CAACC,OAAOC,MAAQ;IAC9C,MAAM,EACJC,KAAI,EACJC,SAAQ,EACRC,MAAK,EACLC,OAAM,EACNC,UAAS,EACTC,cAAa,EACbC,KAAI,EACJC,KAAI,EACJC,OAAM,EACNC,MAAK,EACN,GAAGX;IACJ,MAAMY,KAAKZ,MAAMY,EAAE,IAAI;IACvB,MAAMC,QAAQ;QACZF,OAAOA,SAAS;QAChBP,OAAOA,SAAS,KAAK;QACrBK,MAAMA,QAAQ;QACdJ,QAAQA,UAAU,KAAK;QACvBG,MAAMA,QAAQ;QACdD,eAAeA,iBAAiB,KAAK;QACrCJ,UAAUA,YAAY,KAAK;QAC3BG,WAAWA,aAAa,KAAK;QAC7BI,QAAQA,UAAU;QAClBR,MAAMA,QAAQ,IAAI;QAClBY,YAAY;YACVC,MAAM;QACR;QACAA,MAAMC,IAAAA,qCAAqB,EAACJ,IAAI;YAC9BX;YACA,GAAGD,KAAK;YACRY;QACF;IACF;IACA,OAAOC;AACT,GACA,mCAAmC"}
1
+ {"version":3,"sources":["../../../lib/components/Text/useText.js"],"sourcesContent":["import * as React from 'react';\nimport { getNativeElementProps } from '@fluentui/react-utilities';\n/**\n * Create the state required to render Text.\n *\n * The returned state can be modified with hooks such as useTextStyles_unstable,\n * before being passed to renderText_unstable.\n *\n * @param props - props from this instance of Text\n * @param ref - reference to root HTMLElement of Text\n */\nexport const useText_unstable = (props, ref) => {\n const {\n wrap,\n truncate,\n block,\n italic,\n underline,\n strikethrough,\n size,\n font,\n weight,\n align\n } = props;\n var _props_as;\n const as = (_props_as = props.as) !== null && _props_as !== void 0 ? _props_as : 'span';\n const state = {\n align: align !== null && align !== void 0 ? align : 'start',\n block: block !== null && block !== void 0 ? block : false,\n font: font !== null && font !== void 0 ? font : 'base',\n italic: italic !== null && italic !== void 0 ? italic : false,\n size: size !== null && size !== void 0 ? size : 300,\n strikethrough: strikethrough !== null && strikethrough !== void 0 ? strikethrough : false,\n truncate: truncate !== null && truncate !== void 0 ? truncate : false,\n underline: underline !== null && underline !== void 0 ? underline : false,\n weight: weight !== null && weight !== void 0 ? weight : 'regular',\n wrap: wrap !== null && wrap !== void 0 ? wrap : true,\n components: {\n root: 'span'\n },\n root: getNativeElementProps(as, {\n ref,\n ...props,\n as\n })\n };\n return state;\n};\n//# sourceMappingURL=useText.js.map"],"names":["useText_unstable","props","ref","wrap","truncate","block","italic","underline","strikethrough","size","font","weight","align","_props_as","as","state","components","root","getNativeElementProps"],"mappings":";;;;+BAWaA;;aAAAA;;;6DAXU;gCACe;AAU/B,MAAMA,mBAAmB,CAACC,OAAOC,MAAQ;IAC9C,MAAM,EACJC,KAAI,EACJC,SAAQ,EACRC,MAAK,EACLC,OAAM,EACNC,UAAS,EACTC,cAAa,EACbC,KAAI,EACJC,KAAI,EACJC,OAAM,EACNC,MAAK,EACN,GAAGX;IACJ,IAAIY;IACJ,MAAMC,KAAK,AAACD,CAAAA,YAAYZ,MAAMa,EAAE,AAAD,MAAO,IAAI,IAAID,cAAc,KAAK,IAAIA,YAAY,MAAM;IACvF,MAAME,QAAQ;QACZH,OAAOA,UAAU,IAAI,IAAIA,UAAU,KAAK,IAAIA,QAAQ,OAAO;QAC3DP,OAAOA,UAAU,IAAI,IAAIA,UAAU,KAAK,IAAIA,QAAQ,KAAK;QACzDK,MAAMA,SAAS,IAAI,IAAIA,SAAS,KAAK,IAAIA,OAAO,MAAM;QACtDJ,QAAQA,WAAW,IAAI,IAAIA,WAAW,KAAK,IAAIA,SAAS,KAAK;QAC7DG,MAAMA,SAAS,IAAI,IAAIA,SAAS,KAAK,IAAIA,OAAO,GAAG;QACnDD,eAAeA,kBAAkB,IAAI,IAAIA,kBAAkB,KAAK,IAAIA,gBAAgB,KAAK;QACzFJ,UAAUA,aAAa,IAAI,IAAIA,aAAa,KAAK,IAAIA,WAAW,KAAK;QACrEG,WAAWA,cAAc,IAAI,IAAIA,cAAc,KAAK,IAAIA,YAAY,KAAK;QACzEI,QAAQA,WAAW,IAAI,IAAIA,WAAW,KAAK,IAAIA,SAAS,SAAS;QACjER,MAAMA,SAAS,IAAI,IAAIA,SAAS,KAAK,IAAIA,OAAO,IAAI;QACpDa,YAAY;YACVC,MAAM;QACR;QACAA,MAAMC,IAAAA,qCAAqB,EAACJ,IAAI;YAC9BZ;YACA,GAAGD,KAAK;YACRa;QACF;IACF;IACA,OAAOC;AACT,GACA,mCAAmC"}
@@ -14,7 +14,7 @@ _export(exports, {
14
14
  });
15
15
  const _react = require("@griffel/react");
16
16
  const textClassNames = {
17
- root: "fui-Text"
17
+ root: 'fui-Text'
18
18
  };
19
19
  /**
20
20
  * Styles for the root slot
@@ -165,7 +165,7 @@ const textClassNames = {
165
165
  });
166
166
  const useTextStyles_unstable = (state)=>{
167
167
  const styles = useStyles();
168
- state.root.className = (0, _react.mergeClasses)(textClassNames.root, styles.root, state.wrap === false && styles.nowrap, state.truncate && styles.truncate, state.block && styles.block, state.italic && styles.italic, state.underline && styles.underline, state.strikethrough && styles.strikethrough, state.underline && state.strikethrough && styles.strikethroughUnderline, state.size === 100 && styles.base100, state.size === 200 && styles.base200, state.size === 400 && styles.base400, state.size === 500 && styles.base500, state.size === 600 && styles.base600, state.size === 700 && styles.hero700, state.size === 800 && styles.hero800, state.size === 900 && styles.hero900, state.size === 1000 && styles.hero1000, state.font === "monospace" && styles.monospace, state.font === "numeric" && styles.numeric, state.weight === "medium" && styles.weightMedium, state.weight === "semibold" && styles.weightSemibold, state.weight === "bold" && styles.weightBold, state.align === "center" && styles.alignCenter, state.align === "end" && styles.alignEnd, state.align === "justify" && styles.alignJustify, state.root.className);
168
+ state.root.className = (0, _react.mergeClasses)(textClassNames.root, styles.root, state.wrap === false && styles.nowrap, state.truncate && styles.truncate, state.block && styles.block, state.italic && styles.italic, state.underline && styles.underline, state.strikethrough && styles.strikethrough, state.underline && state.strikethrough && styles.strikethroughUnderline, state.size === 100 && styles.base100, state.size === 200 && styles.base200, state.size === 400 && styles.base400, state.size === 500 && styles.base500, state.size === 600 && styles.base600, state.size === 700 && styles.hero700, state.size === 800 && styles.hero800, state.size === 900 && styles.hero900, state.size === 1000 && styles.hero1000, state.font === 'monospace' && styles.monospace, state.font === 'numeric' && styles.numeric, state.weight === 'medium' && styles.weightMedium, state.weight === 'semibold' && styles.weightSemibold, state.weight === 'bold' && styles.weightBold, state.align === 'center' && styles.alignCenter, state.align === 'end' && styles.alignEnd, state.align === 'justify' && styles.alignJustify, state.root.className);
169
169
  return state;
170
170
  }; //# sourceMappingURL=useTextStyles.js.map
171
171
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../lib/components/Text/useTextStyles.js"],"sourcesContent":["import { __styles, mergeClasses, shorthands } from \"@griffel/react\";\nimport { tokens } from \"@fluentui/react-theme\";\nexport const textClassNames = {\n root: \"fui-Text\"\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bg96gwp: \"f1i3iumi\",\n Bhrd7zp: \"figsok6\",\n fsow6f: \"fpgzoln\",\n mc9l5x: \"f1w7gpdv\",\n Huce71: \"f6juhto\",\n B68tc82: \"f1mtd64y\",\n Bmxbyg5: \"f1y7q3j9\",\n ygn44y: \"f2jf649\"\n },\n nowrap: {\n Huce71: \"fz5stix\",\n B68tc82: \"f1p9o1ba\",\n Bmxbyg5: \"f1sil6mw\"\n },\n truncate: {\n ygn44y: \"f1cmbuwj\"\n },\n block: {\n mc9l5x: \"ftgm304\"\n },\n italic: {\n B80ckks: \"f1j4dglz\"\n },\n underline: {\n w71qe1: \"f13mvf36\"\n },\n strikethrough: {\n w71qe1: \"fv5q2k7\"\n },\n strikethroughUnderline: {\n w71qe1: \"f1drk4o6\"\n },\n base100: {\n Be2twd7: \"f13mqy1h\",\n Bg96gwp: \"fcpl73t\"\n },\n base200: {\n Be2twd7: \"fy9rknc\",\n Bg96gwp: \"fwrc4pm\"\n },\n base400: {\n Be2twd7: \"fod5ikn\",\n Bg96gwp: \"faaz57k\"\n },\n base500: {\n Be2twd7: \"f1pp30po\",\n Bg96gwp: \"f106mvju\"\n },\n base600: {\n Be2twd7: \"f1x0m3f5\",\n Bg96gwp: \"fb86gi6\"\n },\n hero700: {\n Be2twd7: \"fojgt09\",\n Bg96gwp: \"fcen8rp\"\n },\n hero800: {\n Be2twd7: \"fccw675\",\n Bg96gwp: \"f1ebx5kk\"\n },\n hero900: {\n Be2twd7: \"f15afnhw\",\n Bg96gwp: \"fr3w3wp\"\n },\n hero1000: {\n Be2twd7: \"fpyltcb\",\n Bg96gwp: \"f1ivgwrt\"\n },\n monospace: {\n Bahqtrf: \"f1fedwem\"\n },\n numeric: {\n Bahqtrf: \"f1uq0ln5\"\n },\n weightMedium: {\n Bhrd7zp: \"fdj6btp\"\n },\n weightSemibold: {\n Bhrd7zp: \"fl43uef\"\n },\n weightBold: {\n Bhrd7zp: \"flh3ekv\"\n },\n alignCenter: {\n fsow6f: \"f17mccla\"\n },\n alignEnd: {\n fsow6f: \"f12ymhq5\"\n },\n alignJustify: {\n fsow6f: \"f1j59e10\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".fpgzoln{text-align:start;}\", \".f1w7gpdv{display:inline;}\", \".f6juhto{white-space:normal;}\", \".f1mtd64y{overflow-x:visible;}\", \".f1y7q3j9{overflow-y:visible;}\", \".f2jf649{text-overflow:clip;}\", \".fz5stix{white-space:nowrap;}\", \".f1p9o1ba{overflow-x:hidden;}\", \".f1sil6mw{overflow-y:hidden;}\", \".f1cmbuwj{text-overflow:ellipsis;}\", \".ftgm304{display:block;}\", \".f1j4dglz{font-style:italic;}\", \".f13mvf36{text-decoration-line:underline;}\", \".fv5q2k7{text-decoration-line:line-through;}\", \".f1drk4o6{text-decoration-line:line-through underline;}\", \".f13mqy1h{font-size:var(--fontSizeBase100);}\", \".fcpl73t{line-height:var(--lineHeightBase100);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\", \".f1pp30po{font-size:var(--fontSizeBase500);}\", \".f106mvju{line-height:var(--lineHeightBase500);}\", \".f1x0m3f5{font-size:var(--fontSizeBase600);}\", \".fb86gi6{line-height:var(--lineHeightBase600);}\", \".fojgt09{font-size:var(--fontSizeHero700);}\", \".fcen8rp{line-height:var(--lineHeightHero700);}\", \".fccw675{font-size:var(--fontSizeHero800);}\", \".f1ebx5kk{line-height:var(--lineHeightHero800);}\", \".f15afnhw{font-size:var(--fontSizeHero900);}\", \".fr3w3wp{line-height:var(--lineHeightHero900);}\", \".fpyltcb{font-size:var(--fontSizeHero1000);}\", \".f1ivgwrt{line-height:var(--lineHeightHero1000);}\", \".f1fedwem{font-family:var(--fontFamilyMonospace);}\", \".f1uq0ln5{font-family:var(--fontFamilyNumeric);}\", \".fdj6btp{font-weight:var(--fontWeightMedium);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".f17mccla{text-align:center;}\", \".f12ymhq5{text-align:end;}\", \".f1j59e10{text-align:justify;}\"]\n});\n/**\n * Apply styling to the Text slots based on the state\n */\nexport const useTextStyles_unstable = state => {\n const styles = useStyles();\n state.root.className = mergeClasses(textClassNames.root, styles.root, state.wrap === false && styles.nowrap, state.truncate && styles.truncate, state.block && styles.block, state.italic && styles.italic, state.underline && styles.underline, state.strikethrough && styles.strikethrough, state.underline && state.strikethrough && styles.strikethroughUnderline, state.size === 100 && styles.base100, state.size === 200 && styles.base200, state.size === 400 && styles.base400, state.size === 500 && styles.base500, state.size === 600 && styles.base600, state.size === 700 && styles.hero700, state.size === 800 && styles.hero800, state.size === 900 && styles.hero900, state.size === 1000 && styles.hero1000, state.font === \"monospace\" && styles.monospace, state.font === \"numeric\" && styles.numeric, state.weight === \"medium\" && styles.weightMedium, state.weight === \"semibold\" && styles.weightSemibold, state.weight === \"bold\" && styles.weightBold, state.align === \"center\" && styles.alignCenter, state.align === \"end\" && styles.alignEnd, state.align === \"justify\" && styles.alignJustify, state.root.className);\n return state;\n};\n//# sourceMappingURL=useTextStyles.js.map"],"names":["textClassNames","useTextStyles_unstable","root","useStyles","__styles","Bahqtrf","Be2twd7","Bg96gwp","Bhrd7zp","fsow6f","mc9l5x","Huce71","B68tc82","Bmxbyg5","ygn44y","nowrap","truncate","block","italic","B80ckks","underline","w71qe1","strikethrough","strikethroughUnderline","base100","base200","base400","base500","base600","hero700","hero800","hero900","hero1000","monospace","numeric","weightMedium","weightSemibold","weightBold","alignCenter","alignEnd","alignJustify","d","state","styles","className","mergeClasses","wrap","size","font","weight","align"],"mappings":"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"}
1
+ {"version":3,"sources":["../../../lib/components/Text/useTextStyles.js"],"sourcesContent":["import { __styles, mergeClasses, shorthands } from '@griffel/react';\nimport { tokens } from '@fluentui/react-theme';\nexport const textClassNames = {\n root: 'fui-Text'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bg96gwp: \"f1i3iumi\",\n Bhrd7zp: \"figsok6\",\n fsow6f: \"fpgzoln\",\n mc9l5x: \"f1w7gpdv\",\n Huce71: \"f6juhto\",\n B68tc82: \"f1mtd64y\",\n Bmxbyg5: \"f1y7q3j9\",\n ygn44y: \"f2jf649\"\n },\n nowrap: {\n Huce71: \"fz5stix\",\n B68tc82: \"f1p9o1ba\",\n Bmxbyg5: \"f1sil6mw\"\n },\n truncate: {\n ygn44y: \"f1cmbuwj\"\n },\n block: {\n mc9l5x: \"ftgm304\"\n },\n italic: {\n B80ckks: \"f1j4dglz\"\n },\n underline: {\n w71qe1: \"f13mvf36\"\n },\n strikethrough: {\n w71qe1: \"fv5q2k7\"\n },\n strikethroughUnderline: {\n w71qe1: \"f1drk4o6\"\n },\n base100: {\n Be2twd7: \"f13mqy1h\",\n Bg96gwp: \"fcpl73t\"\n },\n base200: {\n Be2twd7: \"fy9rknc\",\n Bg96gwp: \"fwrc4pm\"\n },\n base400: {\n Be2twd7: \"fod5ikn\",\n Bg96gwp: \"faaz57k\"\n },\n base500: {\n Be2twd7: \"f1pp30po\",\n Bg96gwp: \"f106mvju\"\n },\n base600: {\n Be2twd7: \"f1x0m3f5\",\n Bg96gwp: \"fb86gi6\"\n },\n hero700: {\n Be2twd7: \"fojgt09\",\n Bg96gwp: \"fcen8rp\"\n },\n hero800: {\n Be2twd7: \"fccw675\",\n Bg96gwp: \"f1ebx5kk\"\n },\n hero900: {\n Be2twd7: \"f15afnhw\",\n Bg96gwp: \"fr3w3wp\"\n },\n hero1000: {\n Be2twd7: \"fpyltcb\",\n Bg96gwp: \"f1ivgwrt\"\n },\n monospace: {\n Bahqtrf: \"f1fedwem\"\n },\n numeric: {\n Bahqtrf: \"f1uq0ln5\"\n },\n weightMedium: {\n Bhrd7zp: \"fdj6btp\"\n },\n weightSemibold: {\n Bhrd7zp: \"fl43uef\"\n },\n weightBold: {\n Bhrd7zp: \"flh3ekv\"\n },\n alignCenter: {\n fsow6f: \"f17mccla\"\n },\n alignEnd: {\n fsow6f: \"f12ymhq5\"\n },\n alignJustify: {\n fsow6f: \"f1j59e10\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".fpgzoln{text-align:start;}\", \".f1w7gpdv{display:inline;}\", \".f6juhto{white-space:normal;}\", \".f1mtd64y{overflow-x:visible;}\", \".f1y7q3j9{overflow-y:visible;}\", \".f2jf649{text-overflow:clip;}\", \".fz5stix{white-space:nowrap;}\", \".f1p9o1ba{overflow-x:hidden;}\", \".f1sil6mw{overflow-y:hidden;}\", \".f1cmbuwj{text-overflow:ellipsis;}\", \".ftgm304{display:block;}\", \".f1j4dglz{font-style:italic;}\", \".f13mvf36{text-decoration-line:underline;}\", \".fv5q2k7{text-decoration-line:line-through;}\", \".f1drk4o6{text-decoration-line:line-through underline;}\", \".f13mqy1h{font-size:var(--fontSizeBase100);}\", \".fcpl73t{line-height:var(--lineHeightBase100);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\", \".f1pp30po{font-size:var(--fontSizeBase500);}\", \".f106mvju{line-height:var(--lineHeightBase500);}\", \".f1x0m3f5{font-size:var(--fontSizeBase600);}\", \".fb86gi6{line-height:var(--lineHeightBase600);}\", \".fojgt09{font-size:var(--fontSizeHero700);}\", \".fcen8rp{line-height:var(--lineHeightHero700);}\", \".fccw675{font-size:var(--fontSizeHero800);}\", \".f1ebx5kk{line-height:var(--lineHeightHero800);}\", \".f15afnhw{font-size:var(--fontSizeHero900);}\", \".fr3w3wp{line-height:var(--lineHeightHero900);}\", \".fpyltcb{font-size:var(--fontSizeHero1000);}\", \".f1ivgwrt{line-height:var(--lineHeightHero1000);}\", \".f1fedwem{font-family:var(--fontFamilyMonospace);}\", \".f1uq0ln5{font-family:var(--fontFamilyNumeric);}\", \".fdj6btp{font-weight:var(--fontWeightMedium);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".f17mccla{text-align:center;}\", \".f12ymhq5{text-align:end;}\", \".f1j59e10{text-align:justify;}\"]\n});\n/**\n * Apply styling to the Text slots based on the state\n */\nexport const useTextStyles_unstable = state => {\n const styles = useStyles();\n state.root.className = mergeClasses(textClassNames.root, styles.root, state.wrap === false && styles.nowrap, state.truncate && styles.truncate, state.block && styles.block, state.italic && styles.italic, state.underline && styles.underline, state.strikethrough && styles.strikethrough, state.underline && state.strikethrough && styles.strikethroughUnderline, state.size === 100 && styles.base100, state.size === 200 && styles.base200, state.size === 400 && styles.base400, state.size === 500 && styles.base500, state.size === 600 && styles.base600, state.size === 700 && styles.hero700, state.size === 800 && styles.hero800, state.size === 900 && styles.hero900, state.size === 1000 && styles.hero1000, state.font === 'monospace' && styles.monospace, state.font === 'numeric' && styles.numeric, state.weight === 'medium' && styles.weightMedium, state.weight === 'semibold' && styles.weightSemibold, state.weight === 'bold' && styles.weightBold, state.align === 'center' && styles.alignCenter, state.align === 'end' && styles.alignEnd, state.align === 'justify' && styles.alignJustify, state.root.className);\n return state;\n};\n//# sourceMappingURL=useTextStyles.js.map"],"names":["textClassNames","useTextStyles_unstable","root","useStyles","__styles","Bahqtrf","Be2twd7","Bg96gwp","Bhrd7zp","fsow6f","mc9l5x","Huce71","B68tc82","Bmxbyg5","ygn44y","nowrap","truncate","block","italic","B80ckks","underline","w71qe1","strikethrough","strikethroughUnderline","base100","base200","base400","base500","base600","hero700","hero800","hero900","hero1000","monospace","numeric","weightMedium","weightSemibold","weightBold","alignCenter","alignEnd","alignJustify","d","state","styles","className","mergeClasses","wrap","size","font","weight","align"],"mappings":"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"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const body1ClassNames = {
18
- root: "fui-Body1"
18
+ root: 'fui-Body1'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const body1ClassNames = {
37
37
  const Body1 = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: body1ClassNames.root,
40
- displayName: "Body1"
40
+ displayName: 'Body1'
41
41
  }); //# sourceMappingURL=Body1.js.map
42
42
 
43
43
  //# sourceMappingURL=Body1.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Body1/Body1.js"],"sourcesContent":["import { __styles } from \"@griffel/react\";\nimport { createPreset } from \"../createPreset\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const body1ClassNames = {\n root: \"fui-Body1\"\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n/**\n * Text preset component for the Body1 typography variant\n */\nexport const Body1 = /*#__PURE__*/createPreset({\n useStyles,\n className: body1ClassNames.root,\n displayName: \"Body1\"\n});\n//# sourceMappingURL=Body1.js.map"],"names":["body1ClassNames","Body1","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,eAAe,MAAfA;IAmBAC,KAAK,MAALA;;uBAtBY;8BACI;AAEtB,MAAMD,kBAAkB;IAC7BE,MAAM;AACR;AACA;;CAEC,GACD,MAAMC,YAAY,WAAW,GAAEC,IAAAA,kBAAQ,EAAC;IACtCF,MAAM;QACJG,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAmD;KAAmD;AAC3M;AAIO,MAAMR,QAAQ,WAAW,GAAES,IAAAA,0BAAY,EAAC;IAC7CP;IACAQ,WAAWX,gBAAgBE,IAAI;IAC/BU,aAAa;AACf,IACA,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Body1/Body1.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1ClassNames = {\n root: 'fui-Body1'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n/**\n * Text preset component for the Body1 typography variant\n */\nexport const Body1 = /*#__PURE__*/createPreset({\n useStyles,\n className: body1ClassNames.root,\n displayName: 'Body1'\n});\n//# sourceMappingURL=Body1.js.map"],"names":["body1ClassNames","Body1","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,eAAe,MAAfA;IAmBAC,KAAK,MAALA;;uBAtBY;8BACI;AAEtB,MAAMD,kBAAkB;IAC7BE,MAAM;AACR;AACA;;CAEC,GACD,MAAMC,YAAY,WAAW,GAAEC,IAAAA,kBAAQ,EAAC;IACtCF,MAAM;QACJG,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAmD;KAAmD;AAC3M;AAIO,MAAMR,QAAQ,WAAW,GAAES,IAAAA,0BAAY,EAAC;IAC7CP;IACAQ,WAAWX,gBAAgBE,IAAI;IAC/BU,aAAa;AACf,IACA,iCAAiC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Body1/index.js"],"sourcesContent":["export * from \"./Body1\";\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Body1/index.js"],"sourcesContent":["export * from './Body1';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}