@fluentui/react-text 9.4.27 → 9.4.29

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 (215) hide show
  1. package/CHANGELOG.md +27 -6
  2. package/dist/index.d.ts +17 -18
  3. package/lib/Body1.js +1 -1
  4. package/lib/Body1.js.map +1 -1
  5. package/lib/Body1Strong.js +1 -1
  6. package/lib/Body1Strong.js.map +1 -1
  7. package/lib/Body1Stronger.js +1 -1
  8. package/lib/Body1Stronger.js.map +1 -1
  9. package/lib/Body2.js +1 -1
  10. package/lib/Body2.js.map +1 -1
  11. package/lib/Caption1.js +1 -1
  12. package/lib/Caption1.js.map +1 -1
  13. package/lib/Caption1Strong.js +1 -1
  14. package/lib/Caption1Strong.js.map +1 -1
  15. package/lib/Caption1Stronger.js +1 -1
  16. package/lib/Caption1Stronger.js.map +1 -1
  17. package/lib/Caption2.js +1 -1
  18. package/lib/Caption2.js.map +1 -1
  19. package/lib/Caption2Strong.js +1 -1
  20. package/lib/Caption2Strong.js.map +1 -1
  21. package/lib/Display.js +1 -1
  22. package/lib/Display.js.map +1 -1
  23. package/lib/LargeTitle.js +1 -1
  24. package/lib/LargeTitle.js.map +1 -1
  25. package/lib/Subtitle1.js +1 -1
  26. package/lib/Subtitle1.js.map +1 -1
  27. package/lib/Subtitle2.js +1 -1
  28. package/lib/Subtitle2.js.map +1 -1
  29. package/lib/Subtitle2Stronger.js +1 -1
  30. package/lib/Subtitle2Stronger.js.map +1 -1
  31. package/lib/Text.js +1 -1
  32. package/lib/Text.js.map +1 -1
  33. package/lib/Title1.js +1 -1
  34. package/lib/Title1.js.map +1 -1
  35. package/lib/Title2.js +1 -1
  36. package/lib/Title2.js.map +1 -1
  37. package/lib/Title3.js +1 -1
  38. package/lib/Title3.js.map +1 -1
  39. package/lib/components/Text/index.js +4 -5
  40. package/lib/components/Text/index.js.map +1 -1
  41. package/lib/components/presets/Body1/Body1.js +1 -0
  42. package/lib/components/presets/Body1/Body1.js.map +1 -1
  43. package/lib/components/presets/Body1/index.js +1 -1
  44. package/lib/components/presets/Body1/index.js.map +1 -1
  45. package/lib/components/presets/Body1Strong/Body1Strong.js +1 -0
  46. package/lib/components/presets/Body1Strong/Body1Strong.js.map +1 -1
  47. package/lib/components/presets/Body1Strong/index.js +1 -1
  48. package/lib/components/presets/Body1Strong/index.js.map +1 -1
  49. package/lib/components/presets/Body1Stronger/Body1Stronger.js +1 -0
  50. package/lib/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
  51. package/lib/components/presets/Body1Stronger/index.js +1 -1
  52. package/lib/components/presets/Body1Stronger/index.js.map +1 -1
  53. package/lib/components/presets/Body2/Body2.js +1 -0
  54. package/lib/components/presets/Body2/Body2.js.map +1 -1
  55. package/lib/components/presets/Body2/index.js +1 -1
  56. package/lib/components/presets/Body2/index.js.map +1 -1
  57. package/lib/components/presets/Caption1/Caption1.js +1 -0
  58. package/lib/components/presets/Caption1/Caption1.js.map +1 -1
  59. package/lib/components/presets/Caption1/index.js +1 -1
  60. package/lib/components/presets/Caption1/index.js.map +1 -1
  61. package/lib/components/presets/Caption1Strong/Caption1Strong.js +1 -0
  62. package/lib/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
  63. package/lib/components/presets/Caption1Strong/index.js +1 -1
  64. package/lib/components/presets/Caption1Strong/index.js.map +1 -1
  65. package/lib/components/presets/Caption1Stronger/Caption1Stronger.js +1 -0
  66. package/lib/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
  67. package/lib/components/presets/Caption1Stronger/index.js +1 -1
  68. package/lib/components/presets/Caption1Stronger/index.js.map +1 -1
  69. package/lib/components/presets/Caption2/Caption2.js +1 -0
  70. package/lib/components/presets/Caption2/Caption2.js.map +1 -1
  71. package/lib/components/presets/Caption2/index.js +1 -1
  72. package/lib/components/presets/Caption2/index.js.map +1 -1
  73. package/lib/components/presets/Caption2Strong/Caption2Strong.js +1 -0
  74. package/lib/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
  75. package/lib/components/presets/Caption2Strong/index.js +1 -1
  76. package/lib/components/presets/Caption2Strong/index.js.map +1 -1
  77. package/lib/components/presets/Display/Display.js +1 -0
  78. package/lib/components/presets/Display/Display.js.map +1 -1
  79. package/lib/components/presets/Display/index.js +1 -1
  80. package/lib/components/presets/Display/index.js.map +1 -1
  81. package/lib/components/presets/LargeTitle/LargeTitle.js +1 -0
  82. package/lib/components/presets/LargeTitle/LargeTitle.js.map +1 -1
  83. package/lib/components/presets/LargeTitle/index.js +1 -1
  84. package/lib/components/presets/LargeTitle/index.js.map +1 -1
  85. package/lib/components/presets/Subtitle1/Subtitle1.js +1 -0
  86. package/lib/components/presets/Subtitle1/Subtitle1.js.map +1 -1
  87. package/lib/components/presets/Subtitle1/index.js +1 -1
  88. package/lib/components/presets/Subtitle1/index.js.map +1 -1
  89. package/lib/components/presets/Subtitle2/Subtitle2.js +1 -0
  90. package/lib/components/presets/Subtitle2/Subtitle2.js.map +1 -1
  91. package/lib/components/presets/Subtitle2/index.js +1 -1
  92. package/lib/components/presets/Subtitle2/index.js.map +1 -1
  93. package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +1 -0
  94. package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
  95. package/lib/components/presets/Subtitle2Stronger/index.js +1 -1
  96. package/lib/components/presets/Subtitle2Stronger/index.js.map +1 -1
  97. package/lib/components/presets/Title1/Title1.js +1 -0
  98. package/lib/components/presets/Title1/Title1.js.map +1 -1
  99. package/lib/components/presets/Title1/index.js +1 -1
  100. package/lib/components/presets/Title1/index.js.map +1 -1
  101. package/lib/components/presets/Title2/Title2.js +1 -0
  102. package/lib/components/presets/Title2/Title2.js.map +1 -1
  103. package/lib/components/presets/Title2/index.js +1 -1
  104. package/lib/components/presets/Title2/index.js.map +1 -1
  105. package/lib/components/presets/Title3/Title3.js +1 -0
  106. package/lib/components/presets/Title3/Title3.js.map +1 -1
  107. package/lib/components/presets/Title3/index.js +1 -1
  108. package/lib/components/presets/Title3/index.js.map +1 -1
  109. package/lib-commonjs/Body1.js +15 -2
  110. package/lib-commonjs/Body1.js.map +1 -1
  111. package/lib-commonjs/Body1Strong.js +15 -2
  112. package/lib-commonjs/Body1Strong.js.map +1 -1
  113. package/lib-commonjs/Body1Stronger.js +15 -2
  114. package/lib-commonjs/Body1Stronger.js.map +1 -1
  115. package/lib-commonjs/Body2.js +15 -2
  116. package/lib-commonjs/Body2.js.map +1 -1
  117. package/lib-commonjs/Caption1.js +15 -2
  118. package/lib-commonjs/Caption1.js.map +1 -1
  119. package/lib-commonjs/Caption1Strong.js +15 -2
  120. package/lib-commonjs/Caption1Strong.js.map +1 -1
  121. package/lib-commonjs/Caption1Stronger.js +15 -2
  122. package/lib-commonjs/Caption1Stronger.js.map +1 -1
  123. package/lib-commonjs/Caption2.js +15 -2
  124. package/lib-commonjs/Caption2.js.map +1 -1
  125. package/lib-commonjs/Caption2Strong.js +15 -2
  126. package/lib-commonjs/Caption2Strong.js.map +1 -1
  127. package/lib-commonjs/Display.js +15 -2
  128. package/lib-commonjs/Display.js.map +1 -1
  129. package/lib-commonjs/LargeTitle.js +15 -2
  130. package/lib-commonjs/LargeTitle.js.map +1 -1
  131. package/lib-commonjs/Subtitle1.js +15 -2
  132. package/lib-commonjs/Subtitle1.js.map +1 -1
  133. package/lib-commonjs/Subtitle2.js +15 -2
  134. package/lib-commonjs/Subtitle2.js.map +1 -1
  135. package/lib-commonjs/Subtitle2Stronger.js +15 -2
  136. package/lib-commonjs/Subtitle2Stronger.js.map +1 -1
  137. package/lib-commonjs/Text.js +24 -2
  138. package/lib-commonjs/Text.js.map +1 -1
  139. package/lib-commonjs/Title1.js +15 -2
  140. package/lib-commonjs/Title1.js.map +1 -1
  141. package/lib-commonjs/Title2.js +15 -2
  142. package/lib-commonjs/Title2.js.map +1 -1
  143. package/lib-commonjs/Title3.js +15 -2
  144. package/lib-commonjs/Title3.js.map +1 -1
  145. package/lib-commonjs/components/Text/index.js +27 -6
  146. package/lib-commonjs/components/Text/index.js.map +1 -1
  147. package/lib-commonjs/components/presets/Body1/Body1.js +2 -0
  148. package/lib-commonjs/components/presets/Body1/Body1.js.map +1 -1
  149. package/lib-commonjs/components/presets/Body1/index.js +12 -5
  150. package/lib-commonjs/components/presets/Body1/index.js.map +1 -1
  151. package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js +2 -0
  152. package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js.map +1 -1
  153. package/lib-commonjs/components/presets/Body1Strong/index.js +12 -5
  154. package/lib-commonjs/components/presets/Body1Strong/index.js.map +1 -1
  155. package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js +2 -0
  156. package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
  157. package/lib-commonjs/components/presets/Body1Stronger/index.js +12 -5
  158. package/lib-commonjs/components/presets/Body1Stronger/index.js.map +1 -1
  159. package/lib-commonjs/components/presets/Body2/Body2.js +2 -0
  160. package/lib-commonjs/components/presets/Body2/Body2.js.map +1 -1
  161. package/lib-commonjs/components/presets/Body2/index.js +12 -5
  162. package/lib-commonjs/components/presets/Body2/index.js.map +1 -1
  163. package/lib-commonjs/components/presets/Caption1/Caption1.js +2 -0
  164. package/lib-commonjs/components/presets/Caption1/Caption1.js.map +1 -1
  165. package/lib-commonjs/components/presets/Caption1/index.js +12 -5
  166. package/lib-commonjs/components/presets/Caption1/index.js.map +1 -1
  167. package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js +2 -0
  168. package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
  169. package/lib-commonjs/components/presets/Caption1Strong/index.js +12 -5
  170. package/lib-commonjs/components/presets/Caption1Strong/index.js.map +1 -1
  171. package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js +2 -0
  172. package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
  173. package/lib-commonjs/components/presets/Caption1Stronger/index.js +12 -5
  174. package/lib-commonjs/components/presets/Caption1Stronger/index.js.map +1 -1
  175. package/lib-commonjs/components/presets/Caption2/Caption2.js +2 -0
  176. package/lib-commonjs/components/presets/Caption2/Caption2.js.map +1 -1
  177. package/lib-commonjs/components/presets/Caption2/index.js +12 -5
  178. package/lib-commonjs/components/presets/Caption2/index.js.map +1 -1
  179. package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js +2 -0
  180. package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
  181. package/lib-commonjs/components/presets/Caption2Strong/index.js +12 -5
  182. package/lib-commonjs/components/presets/Caption2Strong/index.js.map +1 -1
  183. package/lib-commonjs/components/presets/Display/Display.js +2 -0
  184. package/lib-commonjs/components/presets/Display/Display.js.map +1 -1
  185. package/lib-commonjs/components/presets/Display/index.js +12 -5
  186. package/lib-commonjs/components/presets/Display/index.js.map +1 -1
  187. package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js +2 -0
  188. package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js.map +1 -1
  189. package/lib-commonjs/components/presets/LargeTitle/index.js +12 -5
  190. package/lib-commonjs/components/presets/LargeTitle/index.js.map +1 -1
  191. package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js +2 -0
  192. package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js.map +1 -1
  193. package/lib-commonjs/components/presets/Subtitle1/index.js +12 -5
  194. package/lib-commonjs/components/presets/Subtitle1/index.js.map +1 -1
  195. package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js +2 -0
  196. package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js.map +1 -1
  197. package/lib-commonjs/components/presets/Subtitle2/index.js +12 -5
  198. package/lib-commonjs/components/presets/Subtitle2/index.js.map +1 -1
  199. package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +2 -0
  200. package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
  201. package/lib-commonjs/components/presets/Subtitle2Stronger/index.js +12 -5
  202. package/lib-commonjs/components/presets/Subtitle2Stronger/index.js.map +1 -1
  203. package/lib-commonjs/components/presets/Title1/Title1.js +2 -0
  204. package/lib-commonjs/components/presets/Title1/Title1.js.map +1 -1
  205. package/lib-commonjs/components/presets/Title1/index.js +12 -5
  206. package/lib-commonjs/components/presets/Title1/index.js.map +1 -1
  207. package/lib-commonjs/components/presets/Title2/Title2.js +2 -0
  208. package/lib-commonjs/components/presets/Title2/Title2.js.map +1 -1
  209. package/lib-commonjs/components/presets/Title2/index.js +12 -5
  210. package/lib-commonjs/components/presets/Title2/index.js.map +1 -1
  211. package/lib-commonjs/components/presets/Title3/Title3.js +2 -0
  212. package/lib-commonjs/components/presets/Title3/Title3.js.map +1 -1
  213. package/lib-commonjs/components/presets/Title3/index.js +12 -5
  214. package/lib-commonjs/components/presets/Title3/index.js.map +1 -1
  215. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,21 +1,42 @@
1
1
  # Change Log - @fluentui/react-text
2
2
 
3
- This log was last generated on Mon, 11 Nov 2024 09:55:25 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 09 Dec 2024 17:34:00 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.4.29)
8
+
9
+ Mon, 09 Dec 2024 17:34:00 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.4.28..@fluentui/react-text_v9.4.29)
11
+
12
+ ### Patches
13
+
14
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
15
+
16
+ ## [9.4.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.4.28)
17
+
18
+ Fri, 06 Dec 2024 12:53:46 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.4.27..@fluentui/react-text_v9.4.28)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
24
+ - Bump @fluentui/react-theme to v9.1.23 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
25
+ - Bump @fluentui/react-utilities to v9.18.18 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
26
+ - Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
27
+
7
28
  ## [9.4.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.4.27)
8
29
 
9
- Mon, 11 Nov 2024 09:55:25 GMT
30
+ Mon, 11 Nov 2024 10:01:00 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.4.26..@fluentui/react-text_v9.4.27)
11
32
 
12
33
  ### Patches
13
34
 
14
35
  - chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
15
- - Bump @fluentui/react-shared-contexts to v9.21.0 ([PR #31887](https://github.com/microsoft/fluentui/pull/31887) by beachball)
16
- - Bump @fluentui/react-theme to v9.1.22 ([PR #31887](https://github.com/microsoft/fluentui/pull/31887) by beachball)
17
- - Bump @fluentui/react-utilities to v9.18.17 ([PR #31887](https://github.com/microsoft/fluentui/pull/31887) by beachball)
18
- - Bump @fluentui/react-jsx-runtime to v9.0.46 ([PR #31887](https://github.com/microsoft/fluentui/pull/31887) by beachball)
36
+ - Bump @fluentui/react-shared-contexts to v9.21.0 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
37
+ - Bump @fluentui/react-theme to v9.1.22 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
38
+ - Bump @fluentui/react-utilities to v9.18.17 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
39
+ - Bump @fluentui/react-jsx-runtime to v9.0.46 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
19
40
 
20
41
  ## [9.4.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.4.26)
21
42
 
package/dist/index.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  import type { ComponentProps } from '@fluentui/react-utilities';
2
2
  import type { ComponentState } from '@fluentui/react-utilities';
3
3
  import type { ForwardRefComponent } from '@fluentui/react-utilities';
4
- import type { FunctionComponent } from 'react';
5
4
  import * as React_2 from 'react';
6
5
  import type { Slot } from '@fluentui/react-utilities';
7
6
  import { SlotClassNames } from '@fluentui/react-utilities';
@@ -9,77 +8,77 @@ import { SlotClassNames } from '@fluentui/react-utilities';
9
8
  /**
10
9
  * Text preset component for the Body1 typography variant
11
10
  */
12
- export declare const Body1: FunctionComponent<TextPresetProps>;
11
+ export declare const Body1: React_2.FunctionComponent<TextPresetProps>;
13
12
 
14
13
  export declare const body1ClassNames: SlotClassNames<TextSlots>;
15
14
 
16
15
  /**
17
16
  * Text preset component for the Body1Strong typography variant
18
17
  */
19
- export declare const Body1Strong: FunctionComponent<TextPresetProps>;
18
+ export declare const Body1Strong: React_2.FunctionComponent<TextPresetProps>;
20
19
 
21
20
  export declare const body1StrongClassNames: SlotClassNames<TextSlots>;
22
21
 
23
22
  /**
24
23
  * Text preset component for the Body1Stronger typography variant
25
24
  */
26
- export declare const Body1Stronger: FunctionComponent<TextPresetProps>;
25
+ export declare const Body1Stronger: React_2.FunctionComponent<TextPresetProps>;
27
26
 
28
27
  export declare const body1StrongerClassNames: SlotClassNames<TextSlots>;
29
28
 
30
29
  /**
31
30
  * Text preset component for the Body2 typography variant
32
31
  */
33
- export declare const Body2: FunctionComponent<TextPresetProps>;
32
+ export declare const Body2: React_2.FunctionComponent<TextPresetProps>;
34
33
 
35
34
  export declare const body2ClassNames: SlotClassNames<TextSlots>;
36
35
 
37
36
  /**
38
37
  * Text preset component for the Caption1 typography variant
39
38
  */
40
- export declare const Caption1: FunctionComponent<TextPresetProps>;
39
+ export declare const Caption1: React_2.FunctionComponent<TextPresetProps>;
41
40
 
42
41
  export declare const caption1ClassNames: SlotClassNames<TextSlots>;
43
42
 
44
43
  /**
45
44
  * Text preset component for the Caption1Strong typography variant
46
45
  */
47
- export declare const Caption1Strong: FunctionComponent<TextPresetProps>;
46
+ export declare const Caption1Strong: React_2.FunctionComponent<TextPresetProps>;
48
47
 
49
48
  export declare const caption1StrongClassNames: SlotClassNames<TextSlots>;
50
49
 
51
50
  /**
52
51
  * Text preset component for the Caption1Stronger typography variant
53
52
  */
54
- export declare const Caption1Stronger: FunctionComponent<TextPresetProps>;
53
+ export declare const Caption1Stronger: React_2.FunctionComponent<TextPresetProps>;
55
54
 
56
55
  export declare const caption1StrongerClassNames: SlotClassNames<TextSlots>;
57
56
 
58
57
  /**
59
58
  * Text preset component for the Caption2 typography variant
60
59
  */
61
- export declare const Caption2: FunctionComponent<TextPresetProps>;
60
+ export declare const Caption2: React_2.FunctionComponent<TextPresetProps>;
62
61
 
63
62
  export declare const caption2ClassNames: SlotClassNames<TextSlots>;
64
63
 
65
64
  /**
66
65
  * Text preset component for the Caption2Strong typography variant
67
66
  */
68
- export declare const Caption2Strong: FunctionComponent<TextPresetProps>;
67
+ export declare const Caption2Strong: React_2.FunctionComponent<TextPresetProps>;
69
68
 
70
69
  export declare const caption2StrongClassNames: SlotClassNames<TextSlots>;
71
70
 
72
71
  /**
73
72
  * Text preset component for the Display typography variant
74
73
  */
75
- export declare const Display: FunctionComponent<TextPresetProps>;
74
+ export declare const Display: React_2.FunctionComponent<TextPresetProps>;
76
75
 
77
76
  export declare const displayClassNames: SlotClassNames<TextSlots>;
78
77
 
79
78
  /**
80
79
  * Text preset component for the Large Title typography variant
81
80
  */
82
- export declare const LargeTitle: FunctionComponent<TextPresetProps>;
81
+ export declare const LargeTitle: React_2.FunctionComponent<TextPresetProps>;
83
82
 
84
83
  export declare const largeTitleClassNames: SlotClassNames<TextSlots>;
85
84
 
@@ -91,21 +90,21 @@ export declare const renderText_unstable: (state: TextState) => JSX.Element;
91
90
  /**
92
91
  * Text preset component for the Subtitle1 typography variant
93
92
  */
94
- export declare const Subtitle1: FunctionComponent<TextPresetProps>;
93
+ export declare const Subtitle1: React_2.FunctionComponent<TextPresetProps>;
95
94
 
96
95
  export declare const subtitle1ClassNames: SlotClassNames<TextSlots>;
97
96
 
98
97
  /**
99
98
  * Text preset component for the Subtitle2 typography variant
100
99
  */
101
- export declare const Subtitle2: FunctionComponent<TextPresetProps>;
100
+ export declare const Subtitle2: React_2.FunctionComponent<TextPresetProps>;
102
101
 
103
102
  export declare const subtitle2ClassNames: SlotClassNames<TextSlots>;
104
103
 
105
104
  /**
106
105
  * Text preset component for the Subtitle2Stronger typography variant
107
106
  */
108
- export declare const Subtitle2Stronger: FunctionComponent<TextPresetProps>;
107
+ export declare const Subtitle2Stronger: React_2.FunctionComponent<TextPresetProps>;
109
108
 
110
109
  export declare const subtitle2StrongerClassNames: SlotClassNames<TextSlots>;
111
110
 
@@ -203,21 +202,21 @@ export declare type TextState = ComponentState<TextSlots> & Required<Pick<TextPr
203
202
  /**
204
203
  * Text preset component for the Title 1 typography variant
205
204
  */
206
- export declare const Title1: FunctionComponent<TextPresetProps>;
205
+ export declare const Title1: React_2.FunctionComponent<TextPresetProps>;
207
206
 
208
207
  export declare const title1ClassNames: SlotClassNames<TextSlots>;
209
208
 
210
209
  /**
211
210
  * Text preset component for the Title 2 typography variant
212
211
  */
213
- export declare const Title2: FunctionComponent<TextPresetProps>;
212
+ export declare const Title2: React_2.FunctionComponent<TextPresetProps>;
214
213
 
215
214
  export declare const title2ClassNames: SlotClassNames<TextSlots>;
216
215
 
217
216
  /**
218
217
  * Text preset component for the Title 3 typography variant
219
218
  */
220
- export declare const Title3: FunctionComponent<TextPresetProps>;
219
+ export declare const Title3: React_2.FunctionComponent<TextPresetProps>;
221
220
 
222
221
  export declare const title3ClassNames: SlotClassNames<TextSlots>;
223
222
 
package/lib/Body1.js CHANGED
@@ -1 +1 @@
1
- export * from './components/presets/Body1/index';
1
+ export { Body1, body1ClassNames } from './components/presets/Body1/index';
package/lib/Body1.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Body1.ts"],"sourcesContent":["export * from './components/presets/Body1/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,mCAAmC"}
1
+ {"version":3,"sources":["../src/Body1.ts"],"sourcesContent":["export { Body1, body1ClassNames } from './components/presets/Body1/index';\n"],"names":["Body1","body1ClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,KAAK,EAAEC,eAAe,QAAQ,mCAAmC"}
@@ -1 +1 @@
1
- export * from './components/presets/Body1Strong/index';
1
+ export { Body1Strong, body1StrongClassNames } from './components/presets/Body1Strong/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Body1Strong.ts"],"sourcesContent":["export * from './components/presets/Body1Strong/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,yCAAyC"}
1
+ {"version":3,"sources":["../src/Body1Strong.ts"],"sourcesContent":["export { Body1Strong, body1StrongClassNames } from './components/presets/Body1Strong/index';\n"],"names":["Body1Strong","body1StrongClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,WAAW,EAAEC,qBAAqB,QAAQ,yCAAyC"}
@@ -1 +1 @@
1
- export * from './components/presets/Body1Stronger/index';
1
+ export { Body1Stronger, body1StrongerClassNames } from './components/presets/Body1Stronger/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Body1Stronger.ts"],"sourcesContent":["export * from './components/presets/Body1Stronger/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,2CAA2C"}
1
+ {"version":3,"sources":["../src/Body1Stronger.ts"],"sourcesContent":["export { Body1Stronger, body1StrongerClassNames } from './components/presets/Body1Stronger/index';\n"],"names":["Body1Stronger","body1StrongerClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,aAAa,EAAEC,uBAAuB,QAAQ,2CAA2C"}
package/lib/Body2.js CHANGED
@@ -1 +1 @@
1
- export * from './components/presets/Body2/index';
1
+ export { Body2, body2ClassNames } from './components/presets/Body2/index';
package/lib/Body2.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Body2.ts"],"sourcesContent":["export * from './components/presets/Body2/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,mCAAmC"}
1
+ {"version":3,"sources":["../src/Body2.ts"],"sourcesContent":["export { Body2, body2ClassNames } from './components/presets/Body2/index';\n"],"names":["Body2","body2ClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,KAAK,EAAEC,eAAe,QAAQ,mCAAmC"}
package/lib/Caption1.js CHANGED
@@ -1 +1 @@
1
- export * from './components/presets/Caption1/index';
1
+ export { Caption1, caption1ClassNames } from './components/presets/Caption1/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Caption1.ts"],"sourcesContent":["export * from './components/presets/Caption1/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,sCAAsC"}
1
+ {"version":3,"sources":["../src/Caption1.ts"],"sourcesContent":["export { Caption1, caption1ClassNames } from './components/presets/Caption1/index';\n"],"names":["Caption1","caption1ClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,QAAQ,EAAEC,kBAAkB,QAAQ,sCAAsC"}
@@ -1 +1 @@
1
- export * from './components/presets/Caption1Strong/index';
1
+ export { Caption1Strong, caption1StrongClassNames } from './components/presets/Caption1Strong/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Caption1Strong.ts"],"sourcesContent":["export * from './components/presets/Caption1Strong/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,4CAA4C"}
1
+ {"version":3,"sources":["../src/Caption1Strong.ts"],"sourcesContent":["export { Caption1Strong, caption1StrongClassNames } from './components/presets/Caption1Strong/index';\n"],"names":["Caption1Strong","caption1StrongClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,cAAc,EAAEC,wBAAwB,QAAQ,4CAA4C"}
@@ -1 +1 @@
1
- export * from './components/presets/Caption1Stronger/index';
1
+ export { Caption1Stronger, caption1StrongerClassNames } from './components/presets/Caption1Stronger/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Caption1Stronger.ts"],"sourcesContent":["export * from './components/presets/Caption1Stronger/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,8CAA8C"}
1
+ {"version":3,"sources":["../src/Caption1Stronger.ts"],"sourcesContent":["export { Caption1Stronger, caption1StrongerClassNames } from './components/presets/Caption1Stronger/index';\n"],"names":["Caption1Stronger","caption1StrongerClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,gBAAgB,EAAEC,0BAA0B,QAAQ,8CAA8C"}
package/lib/Caption2.js CHANGED
@@ -1 +1 @@
1
- export * from './components/presets/Caption2/index';
1
+ export { Caption2, caption2ClassNames } from './components/presets/Caption2/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Caption2.ts"],"sourcesContent":["export * from './components/presets/Caption2/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,sCAAsC"}
1
+ {"version":3,"sources":["../src/Caption2.ts"],"sourcesContent":["export { Caption2, caption2ClassNames } from './components/presets/Caption2/index';\n"],"names":["Caption2","caption2ClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,QAAQ,EAAEC,kBAAkB,QAAQ,sCAAsC"}
@@ -1 +1 @@
1
- export * from './components/presets/Caption2Strong/index';
1
+ export { Caption2Strong, caption2StrongClassNames } from './components/presets/Caption2Strong/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Caption2Strong.ts"],"sourcesContent":["export * from './components/presets/Caption2Strong/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,4CAA4C"}
1
+ {"version":3,"sources":["../src/Caption2Strong.ts"],"sourcesContent":["export { Caption2Strong, caption2StrongClassNames } from './components/presets/Caption2Strong/index';\n"],"names":["Caption2Strong","caption2StrongClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,cAAc,EAAEC,wBAAwB,QAAQ,4CAA4C"}
package/lib/Display.js CHANGED
@@ -1 +1 @@
1
- export * from './components/presets/Display/index';
1
+ export { Display, displayClassNames } from './components/presets/Display/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Display.ts"],"sourcesContent":["export * from './components/presets/Display/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,qCAAqC"}
1
+ {"version":3,"sources":["../src/Display.ts"],"sourcesContent":["export { Display, displayClassNames } from './components/presets/Display/index';\n"],"names":["Display","displayClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,OAAO,EAAEC,iBAAiB,QAAQ,qCAAqC"}
package/lib/LargeTitle.js CHANGED
@@ -1 +1 @@
1
- export * from './components/presets/LargeTitle/index';
1
+ export { LargeTitle, largeTitleClassNames } from './components/presets/LargeTitle/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/LargeTitle.ts"],"sourcesContent":["export * from './components/presets/LargeTitle/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,wCAAwC"}
1
+ {"version":3,"sources":["../src/LargeTitle.ts"],"sourcesContent":["export { LargeTitle, largeTitleClassNames } from './components/presets/LargeTitle/index';\n"],"names":["LargeTitle","largeTitleClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,UAAU,EAAEC,oBAAoB,QAAQ,wCAAwC"}
package/lib/Subtitle1.js CHANGED
@@ -1 +1 @@
1
- export * from './components/presets/Subtitle1/index';
1
+ export { Subtitle1, subtitle1ClassNames } from './components/presets/Subtitle1/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Subtitle1.ts"],"sourcesContent":["export * from './components/presets/Subtitle1/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,uCAAuC"}
1
+ {"version":3,"sources":["../src/Subtitle1.ts"],"sourcesContent":["export { Subtitle1, subtitle1ClassNames } from './components/presets/Subtitle1/index';\n"],"names":["Subtitle1","subtitle1ClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,SAAS,EAAEC,mBAAmB,QAAQ,uCAAuC"}
package/lib/Subtitle2.js CHANGED
@@ -1 +1 @@
1
- export * from './components/presets/Subtitle2/index';
1
+ export { Subtitle2, subtitle2ClassNames } from './components/presets/Subtitle2/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Subtitle2.ts"],"sourcesContent":["export * from './components/presets/Subtitle2/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,uCAAuC"}
1
+ {"version":3,"sources":["../src/Subtitle2.ts"],"sourcesContent":["export { Subtitle2, subtitle2ClassNames } from './components/presets/Subtitle2/index';\n"],"names":["Subtitle2","subtitle2ClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,SAAS,EAAEC,mBAAmB,QAAQ,uCAAuC"}
@@ -1 +1 @@
1
- export * from './components/presets/Subtitle2Stronger/index';
1
+ export { Subtitle2Stronger, subtitle2StrongerClassNames } from './components/presets/Subtitle2Stronger/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Subtitle2Stronger.ts"],"sourcesContent":["export * from './components/presets/Subtitle2Stronger/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,+CAA+C"}
1
+ {"version":3,"sources":["../src/Subtitle2Stronger.ts"],"sourcesContent":["export { Subtitle2Stronger, subtitle2StrongerClassNames } from './components/presets/Subtitle2Stronger/index';\n"],"names":["Subtitle2Stronger","subtitle2StrongerClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,iBAAiB,EAAEC,2BAA2B,QAAQ,+CAA+C"}
package/lib/Text.js CHANGED
@@ -1 +1 @@
1
- export * from './components/Text/index';
1
+ export { Text, renderText_unstable, textClassNames, useTextStyles_unstable, useText_unstable } from './components/Text/index';
package/lib/Text.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Text.ts"],"sourcesContent":["export * from './components/Text/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,0BAA0B"}
1
+ {"version":3,"sources":["../src/Text.ts"],"sourcesContent":["export type { TextPresetProps, TextProps, TextSlots, TextState } from './components/Text/index';\nexport {\n Text,\n renderText_unstable,\n textClassNames,\n useTextStyles_unstable,\n useText_unstable,\n} from './components/Text/index';\n"],"names":["Text","renderText_unstable","textClassNames","useTextStyles_unstable","useText_unstable"],"rangeMappings":"","mappings":"AACA,SACEA,IAAI,EACJC,mBAAmB,EACnBC,cAAc,EACdC,sBAAsB,EACtBC,gBAAgB,QACX,0BAA0B"}
package/lib/Title1.js CHANGED
@@ -1 +1 @@
1
- export * from './components/presets/Title1/index';
1
+ export { Title1, title1ClassNames } from './components/presets/Title1/index';
package/lib/Title1.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Title1.ts"],"sourcesContent":["export * from './components/presets/Title1/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,oCAAoC"}
1
+ {"version":3,"sources":["../src/Title1.ts"],"sourcesContent":["export { Title1, title1ClassNames } from './components/presets/Title1/index';\n"],"names":["Title1","title1ClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,MAAM,EAAEC,gBAAgB,QAAQ,oCAAoC"}
package/lib/Title2.js CHANGED
@@ -1 +1 @@
1
- export * from './components/presets/Title2/index';
1
+ export { Title2, title2ClassNames } from './components/presets/Title2/index';
package/lib/Title2.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Title2.ts"],"sourcesContent":["export * from './components/presets/Title2/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,oCAAoC"}
1
+ {"version":3,"sources":["../src/Title2.ts"],"sourcesContent":["export { Title2, title2ClassNames } from './components/presets/Title2/index';\n"],"names":["Title2","title2ClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,MAAM,EAAEC,gBAAgB,QAAQ,oCAAoC"}
package/lib/Title3.js CHANGED
@@ -1 +1 @@
1
- export * from './components/presets/Title3/index';
1
+ export { Title3, title3ClassNames } from './components/presets/Title3/index';
package/lib/Title3.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Title3.ts"],"sourcesContent":["export * from './components/presets/Title3/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,oCAAoC"}
1
+ {"version":3,"sources":["../src/Title3.ts"],"sourcesContent":["export { Title3, title3ClassNames } from './components/presets/Title3/index';\n"],"names":["Title3","title3ClassNames"],"rangeMappings":"","mappings":"AAAA,SAASA,MAAM,EAAEC,gBAAgB,QAAQ,oCAAoC"}
@@ -1,5 +1,4 @@
1
- export * from './Text';
2
- export * from './Text.types';
3
- export * from './renderText';
4
- export * from './useText';
5
- export * from './useTextStyles.styles';
1
+ export { Text } from './Text';
2
+ export { renderText_unstable } from './renderText';
3
+ export { useText_unstable } from './useText';
4
+ export { textClassNames, useTextStyles_unstable } from './useTextStyles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Text/index.ts"],"sourcesContent":["export * from './Text';\nexport * from './Text.types';\nexport * from './renderText';\nexport * from './useText';\nexport * from './useTextStyles.styles';\n"],"names":[],"rangeMappings":";;;;","mappings":"AAAA,cAAc,SAAS;AACvB,cAAc,eAAe;AAC7B,cAAc,eAAe;AAC7B,cAAc,YAAY;AAC1B,cAAc,yBAAyB"}
1
+ {"version":3,"sources":["../src/components/Text/index.ts"],"sourcesContent":["export { Text } from './Text';\nexport type { TextPresetProps, TextProps, TextSlots, TextState } from './Text.types';\nexport { renderText_unstable } from './renderText';\nexport { useText_unstable } from './useText';\nexport { textClassNames, useTextStyles_unstable } from './useTextStyles.styles';\n"],"names":["Text","renderText_unstable","useText_unstable","textClassNames","useTextStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,IAAI,QAAQ,SAAS;AAE9B,SAASC,mBAAmB,QAAQ,eAAe;AACnD,SAASC,gBAAgB,QAAQ,YAAY;AAC7C,SAASC,cAAc,EAAEC,sBAAsB,QAAQ,yBAAyB"}
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import { createPreset } from '../createPreset';
2
3
  import { body1ClassNames, useBody1Styles } from './useBody1Styles.styles';
3
4
  /**
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body1/Body1.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1ClassNames, useBody1Styles } from './useBody1Styles.styles';\n\n/**\n * Text preset component for the Body1 typography variant\n */\nexport const Body1: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1Styles,\n className: body1ClassNames.root,\n displayName: 'Body1',\n});\n"],"names":["createPreset","body1ClassNames","useBody1Styles","Body1","useStyles","className","root","displayName"],"rangeMappings":";;;;;;;;","mappings":"AACA,SAASA,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,eAAe,EAAEC,cAAc,QAAQ,0BAA0B;AAE1E;;CAEC,GACD,OAAO,MAAMC,QAA4CH,aAAa;IACpEI,WAAWF;IACXG,WAAWJ,gBAAgBK,IAAI;IAC/BC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Body1/Body1.tsx"],"sourcesContent":["import * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1ClassNames, useBody1Styles } from './useBody1Styles.styles';\n\n/**\n * Text preset component for the Body1 typography variant\n */\nexport const Body1: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1Styles,\n className: body1ClassNames.root,\n displayName: 'Body1',\n});\n"],"names":["React","createPreset","body1ClassNames","useBody1Styles","Body1","useStyles","className","root","displayName"],"rangeMappings":";;;;;;;;;","mappings":"AAAA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,eAAe,EAAEC,cAAc,QAAQ,0BAA0B;AAE1E;;CAEC,GACD,OAAO,MAAMC,QAAkDH,aAAa;IAC1EI,WAAWF;IACXG,WAAWJ,gBAAgBK,IAAI;IAC/BC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export * from './Body1';
1
+ export { Body1 } from './Body1';
2
2
  export { body1ClassNames } from './useBody1Styles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body1/index.ts"],"sourcesContent":["export * from './Body1';\nexport { body1ClassNames } from './useBody1Styles.styles';\n"],"names":["body1ClassNames"],"rangeMappings":";","mappings":"AAAA,cAAc,UAAU;AACxB,SAASA,eAAe,QAAQ,0BAA0B"}
1
+ {"version":3,"sources":["../src/components/presets/Body1/index.ts"],"sourcesContent":["export { Body1 } from './Body1';\nexport { body1ClassNames } from './useBody1Styles.styles';\n"],"names":["Body1","body1ClassNames"],"rangeMappings":";","mappings":"AAAA,SAASA,KAAK,QAAQ,UAAU;AAChC,SAASC,eAAe,QAAQ,0BAA0B"}
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import { createPreset } from '../createPreset';
2
3
  import { body1StrongClassNames, useBody1StrongStyles } from './useBody1StrongStyles.styles';
3
4
  /**
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body1Strong/Body1Strong.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1StrongClassNames, useBody1StrongStyles } from './useBody1StrongStyles.styles';\n\n/**\n * Text preset component for the Body1Strong typography variant\n */\nexport const Body1Strong: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1StrongStyles,\n className: body1StrongClassNames.root,\n displayName: 'Body1Strong',\n});\n"],"names":["createPreset","body1StrongClassNames","useBody1StrongStyles","Body1Strong","useStyles","className","root","displayName"],"rangeMappings":";;;;;;;;","mappings":"AACA,SAASA,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,qBAAqB,EAAEC,oBAAoB,QAAQ,gCAAgC;AAE5F;;CAEC,GACD,OAAO,MAAMC,cAAkDH,aAAa;IAC1EI,WAAWF;IACXG,WAAWJ,sBAAsBK,IAAI;IACrCC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Body1Strong/Body1Strong.tsx"],"sourcesContent":["import * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1StrongClassNames, useBody1StrongStyles } from './useBody1StrongStyles.styles';\n\n/**\n * Text preset component for the Body1Strong typography variant\n */\nexport const Body1Strong: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1StrongStyles,\n className: body1StrongClassNames.root,\n displayName: 'Body1Strong',\n});\n"],"names":["React","createPreset","body1StrongClassNames","useBody1StrongStyles","Body1Strong","useStyles","className","root","displayName"],"rangeMappings":";;;;;;;;;","mappings":"AAAA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,qBAAqB,EAAEC,oBAAoB,QAAQ,gCAAgC;AAE5F;;CAEC,GACD,OAAO,MAAMC,cAAwDH,aAAa;IAChFI,WAAWF;IACXG,WAAWJ,sBAAsBK,IAAI;IACrCC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export * from './Body1Strong';
1
+ export { Body1Strong } from './Body1Strong';
2
2
  export { body1StrongClassNames } from './useBody1StrongStyles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body1Strong/index.ts"],"sourcesContent":["export * from './Body1Strong';\nexport { body1StrongClassNames } from './useBody1StrongStyles.styles';\n"],"names":["body1StrongClassNames"],"rangeMappings":";","mappings":"AAAA,cAAc,gBAAgB;AAC9B,SAASA,qBAAqB,QAAQ,gCAAgC"}
1
+ {"version":3,"sources":["../src/components/presets/Body1Strong/index.ts"],"sourcesContent":["export { Body1Strong } from './Body1Strong';\nexport { body1StrongClassNames } from './useBody1StrongStyles.styles';\n"],"names":["Body1Strong","body1StrongClassNames"],"rangeMappings":";","mappings":"AAAA,SAASA,WAAW,QAAQ,gBAAgB;AAC5C,SAASC,qBAAqB,QAAQ,gCAAgC"}
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import { createPreset } from '../createPreset';
2
3
  import { body1StrongerClassNames, useBody1StrongerStyles } from './useBody1StrongerStyles.styles';
3
4
  /**
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body1Stronger/Body1Stronger.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1StrongerClassNames, useBody1StrongerStyles } from './useBody1StrongerStyles.styles';\n\n/**\n * Text preset component for the Body1Stronger typography variant\n */\nexport const Body1Stronger: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1StrongerStyles,\n className: body1StrongerClassNames.root,\n displayName: 'Body1Stronger',\n});\n"],"names":["createPreset","body1StrongerClassNames","useBody1StrongerStyles","Body1Stronger","useStyles","className","root","displayName"],"rangeMappings":";;;;;;;;","mappings":"AACA,SAASA,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,uBAAuB,EAAEC,sBAAsB,QAAQ,kCAAkC;AAElG;;CAEC,GACD,OAAO,MAAMC,gBAAoDH,aAAa;IAC5EI,WAAWF;IACXG,WAAWJ,wBAAwBK,IAAI;IACvCC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Body1Stronger/Body1Stronger.tsx"],"sourcesContent":["import * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1StrongerClassNames, useBody1StrongerStyles } from './useBody1StrongerStyles.styles';\n\n/**\n * Text preset component for the Body1Stronger typography variant\n */\nexport const Body1Stronger: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1StrongerStyles,\n className: body1StrongerClassNames.root,\n displayName: 'Body1Stronger',\n});\n"],"names":["React","createPreset","body1StrongerClassNames","useBody1StrongerStyles","Body1Stronger","useStyles","className","root","displayName"],"rangeMappings":";;;;;;;;;","mappings":"AAAA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,uBAAuB,EAAEC,sBAAsB,QAAQ,kCAAkC;AAElG;;CAEC,GACD,OAAO,MAAMC,gBAA0DH,aAAa;IAClFI,WAAWF;IACXG,WAAWJ,wBAAwBK,IAAI;IACvCC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export * from './Body1Stronger';
1
+ export { Body1Stronger } from './Body1Stronger';
2
2
  export { body1StrongerClassNames } from './useBody1StrongerStyles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body1Stronger/index.ts"],"sourcesContent":["export * from './Body1Stronger';\nexport { body1StrongerClassNames } from './useBody1StrongerStyles.styles';\n"],"names":["body1StrongerClassNames"],"rangeMappings":";","mappings":"AAAA,cAAc,kBAAkB;AAChC,SAASA,uBAAuB,QAAQ,kCAAkC"}
1
+ {"version":3,"sources":["../src/components/presets/Body1Stronger/index.ts"],"sourcesContent":["export { Body1Stronger } from './Body1Stronger';\nexport { body1StrongerClassNames } from './useBody1StrongerStyles.styles';\n"],"names":["Body1Stronger","body1StrongerClassNames"],"rangeMappings":";","mappings":"AAAA,SAASA,aAAa,QAAQ,kBAAkB;AAChD,SAASC,uBAAuB,QAAQ,kCAAkC"}
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import { createPreset } from '../createPreset';
2
3
  import { body2ClassNames, useBody2Styles } from './useBody2Styles.styles';
3
4
  /**
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body2/Body2.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body2ClassNames, useBody2Styles } from './useBody2Styles.styles';\n\n/**\n * Text preset component for the Body2 typography variant\n */\nexport const Body2: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody2Styles,\n className: body2ClassNames.root,\n displayName: 'Body2',\n});\n"],"names":["createPreset","body2ClassNames","useBody2Styles","Body2","useStyles","className","root","displayName"],"rangeMappings":";;;;;;;;","mappings":"AACA,SAASA,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,eAAe,EAAEC,cAAc,QAAQ,0BAA0B;AAE1E;;CAEC,GACD,OAAO,MAAMC,QAA4CH,aAAa;IACpEI,WAAWF;IACXG,WAAWJ,gBAAgBK,IAAI;IAC/BC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Body2/Body2.tsx"],"sourcesContent":["import * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body2ClassNames, useBody2Styles } from './useBody2Styles.styles';\n\n/**\n * Text preset component for the Body2 typography variant\n */\nexport const Body2: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody2Styles,\n className: body2ClassNames.root,\n displayName: 'Body2',\n});\n"],"names":["React","createPreset","body2ClassNames","useBody2Styles","Body2","useStyles","className","root","displayName"],"rangeMappings":";;;;;;;;;","mappings":"AAAA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,eAAe,EAAEC,cAAc,QAAQ,0BAA0B;AAE1E;;CAEC,GACD,OAAO,MAAMC,QAAkDH,aAAa;IAC1EI,WAAWF;IACXG,WAAWJ,gBAAgBK,IAAI;IAC/BC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export * from './Body2';
1
+ export { Body2 } from './Body2';
2
2
  export { body2ClassNames } from './useBody2Styles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body2/index.ts"],"sourcesContent":["export * from './Body2';\nexport { body2ClassNames } from './useBody2Styles.styles';\n"],"names":["body2ClassNames"],"rangeMappings":";","mappings":"AAAA,cAAc,UAAU;AACxB,SAASA,eAAe,QAAQ,0BAA0B"}
1
+ {"version":3,"sources":["../src/components/presets/Body2/index.ts"],"sourcesContent":["export { Body2 } from './Body2';\nexport { body2ClassNames } from './useBody2Styles.styles';\n"],"names":["Body2","body2ClassNames"],"rangeMappings":";","mappings":"AAAA,SAASA,KAAK,QAAQ,UAAU;AAChC,SAASC,eAAe,QAAQ,0BAA0B"}
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import { createPreset } from '../createPreset';
2
3
  import { caption1ClassNames, useCaption1Styles } from './useCaption1Styles.styles';
3
4
  /**
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption1/Caption1.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1ClassNames, useCaption1Styles } from './useCaption1Styles.styles';\n\n/**\n * Text preset component for the Caption1 typography variant\n */\nexport const Caption1: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1Styles,\n className: caption1ClassNames.root,\n displayName: 'Caption1',\n});\n"],"names":["createPreset","caption1ClassNames","useCaption1Styles","Caption1","useStyles","className","root","displayName"],"rangeMappings":";;;;;;;;","mappings":"AACA,SAASA,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,kBAAkB,EAAEC,iBAAiB,QAAQ,6BAA6B;AAEnF;;CAEC,GACD,OAAO,MAAMC,WAA+CH,aAAa;IACvEI,WAAWF;IACXG,WAAWJ,mBAAmBK,IAAI;IAClCC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Caption1/Caption1.tsx"],"sourcesContent":["import * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1ClassNames, useCaption1Styles } from './useCaption1Styles.styles';\n\n/**\n * Text preset component for the Caption1 typography variant\n */\nexport const Caption1: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1Styles,\n className: caption1ClassNames.root,\n displayName: 'Caption1',\n});\n"],"names":["React","createPreset","caption1ClassNames","useCaption1Styles","Caption1","useStyles","className","root","displayName"],"rangeMappings":";;;;;;;;;","mappings":"AAAA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,kBAAkB,EAAEC,iBAAiB,QAAQ,6BAA6B;AAEnF;;CAEC,GACD,OAAO,MAAMC,WAAqDH,aAAa;IAC7EI,WAAWF;IACXG,WAAWJ,mBAAmBK,IAAI;IAClCC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export * from './Caption1';
1
+ export { Caption1 } from './Caption1';
2
2
  export { caption1ClassNames } from './useCaption1Styles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption1/index.ts"],"sourcesContent":["export * from './Caption1';\nexport { caption1ClassNames } from './useCaption1Styles.styles';\n"],"names":["caption1ClassNames"],"rangeMappings":";","mappings":"AAAA,cAAc,aAAa;AAC3B,SAASA,kBAAkB,QAAQ,6BAA6B"}
1
+ {"version":3,"sources":["../src/components/presets/Caption1/index.ts"],"sourcesContent":["export { Caption1 } from './Caption1';\nexport { caption1ClassNames } from './useCaption1Styles.styles';\n"],"names":["Caption1","caption1ClassNames"],"rangeMappings":";","mappings":"AAAA,SAASA,QAAQ,QAAQ,aAAa;AACtC,SAASC,kBAAkB,QAAQ,6BAA6B"}
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import { createPreset } from '../createPreset';
2
3
  import { caption1StrongClassNames, useCaption1StrongStyles } from './useCaption1StrongStyles.styles';
3
4
  /**
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption1Strong/Caption1Strong.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1StrongClassNames, useCaption1StrongStyles } from './useCaption1StrongStyles.styles';\n\n/**\n * Text preset component for the Caption1Strong typography variant\n */\nexport const Caption1Strong: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongStyles,\n className: caption1StrongClassNames.root,\n displayName: 'Caption1Strong',\n});\n"],"names":["createPreset","caption1StrongClassNames","useCaption1StrongStyles","Caption1Strong","useStyles","className","root","displayName"],"rangeMappings":";;;;;;;;","mappings":"AACA,SAASA,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,wBAAwB,EAAEC,uBAAuB,QAAQ,mCAAmC;AAErG;;CAEC,GACD,OAAO,MAAMC,iBAAqDH,aAAa;IAC7EI,WAAWF;IACXG,WAAWJ,yBAAyBK,IAAI;IACxCC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Caption1Strong/Caption1Strong.tsx"],"sourcesContent":["import * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1StrongClassNames, useCaption1StrongStyles } from './useCaption1StrongStyles.styles';\n\n/**\n * Text preset component for the Caption1Strong typography variant\n */\nexport const Caption1Strong: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongStyles,\n className: caption1StrongClassNames.root,\n displayName: 'Caption1Strong',\n});\n"],"names":["React","createPreset","caption1StrongClassNames","useCaption1StrongStyles","Caption1Strong","useStyles","className","root","displayName"],"rangeMappings":";;;;;;;;;","mappings":"AAAA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,wBAAwB,EAAEC,uBAAuB,QAAQ,mCAAmC;AAErG;;CAEC,GACD,OAAO,MAAMC,iBAA2DH,aAAa;IACnFI,WAAWF;IACXG,WAAWJ,yBAAyBK,IAAI;IACxCC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export * from './Caption1Strong';
1
+ export { Caption1Strong } from './Caption1Strong';
2
2
  export { caption1StrongClassNames } from './useCaption1StrongStyles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption1Strong/index.ts"],"sourcesContent":["export * from './Caption1Strong';\nexport { caption1StrongClassNames } from './useCaption1StrongStyles.styles';\n"],"names":["caption1StrongClassNames"],"rangeMappings":";","mappings":"AAAA,cAAc,mBAAmB;AACjC,SAASA,wBAAwB,QAAQ,mCAAmC"}
1
+ {"version":3,"sources":["../src/components/presets/Caption1Strong/index.ts"],"sourcesContent":["export { Caption1Strong } from './Caption1Strong';\nexport { caption1StrongClassNames } from './useCaption1StrongStyles.styles';\n"],"names":["Caption1Strong","caption1StrongClassNames"],"rangeMappings":";","mappings":"AAAA,SAASA,cAAc,QAAQ,mBAAmB;AAClD,SAASC,wBAAwB,QAAQ,mCAAmC"}
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import { createPreset } from '../createPreset';
2
3
  import { caption1StrongerClassNames, useCaption1StrongerStyles } from './useCaption1Stronger.styles';
3
4
  /**
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption1Stronger/Caption1Stronger.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1StrongerClassNames, useCaption1StrongerStyles } from './useCaption1Stronger.styles';\n\n/**\n * Text preset component for the Caption1Stronger typography variant\n */\nexport const Caption1Stronger: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongerStyles,\n className: caption1StrongerClassNames.root,\n displayName: 'Caption1Stronger',\n});\n"],"names":["createPreset","caption1StrongerClassNames","useCaption1StrongerStyles","Caption1Stronger","useStyles","className","root","displayName"],"rangeMappings":";;;;;;;;","mappings":"AACA,SAASA,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,0BAA0B,EAAEC,yBAAyB,QAAQ,+BAA+B;AAErG;;CAEC,GACD,OAAO,MAAMC,mBAAuDH,aAAa;IAC/EI,WAAWF;IACXG,WAAWJ,2BAA2BK,IAAI;IAC1CC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Caption1Stronger/Caption1Stronger.tsx"],"sourcesContent":["import * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1StrongerClassNames, useCaption1StrongerStyles } from './useCaption1Stronger.styles';\n\n/**\n * Text preset component for the Caption1Stronger typography variant\n */\nexport const Caption1Stronger: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongerStyles,\n className: caption1StrongerClassNames.root,\n displayName: 'Caption1Stronger',\n});\n"],"names":["React","createPreset","caption1StrongerClassNames","useCaption1StrongerStyles","Caption1Stronger","useStyles","className","root","displayName"],"rangeMappings":";;;;;;;;;","mappings":"AAAA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,0BAA0B,EAAEC,yBAAyB,QAAQ,+BAA+B;AAErG;;CAEC,GACD,OAAO,MAAMC,mBAA6DH,aAAa;IACrFI,WAAWF;IACXG,WAAWJ,2BAA2BK,IAAI;IAC1CC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export * from './Caption1Stronger';
1
+ export { Caption1Stronger } from './Caption1Stronger';
2
2
  export { caption1StrongerClassNames } from './useCaption1Stronger.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption1Stronger/index.ts"],"sourcesContent":["export * from './Caption1Stronger';\nexport { caption1StrongerClassNames } from './useCaption1Stronger.styles';\n"],"names":["caption1StrongerClassNames"],"rangeMappings":";","mappings":"AAAA,cAAc,qBAAqB;AACnC,SAASA,0BAA0B,QAAQ,+BAA+B"}
1
+ {"version":3,"sources":["../src/components/presets/Caption1Stronger/index.ts"],"sourcesContent":["export { Caption1Stronger } from './Caption1Stronger';\nexport { caption1StrongerClassNames } from './useCaption1Stronger.styles';\n"],"names":["Caption1Stronger","caption1StrongerClassNames"],"rangeMappings":";","mappings":"AAAA,SAASA,gBAAgB,QAAQ,qBAAqB;AACtD,SAASC,0BAA0B,QAAQ,+BAA+B"}