@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
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Subtitle1.ts"],"sourcesContent":["export * from './components/presets/Subtitle1/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/Subtitle1.ts"],"sourcesContent":["export { Subtitle1, subtitle1ClassNames } from './components/presets/Subtitle1/index';\n"],"names":["Subtitle1","subtitle1ClassNames"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,SAAS;eAATA,gBAAS;;IAAEC,mBAAmB;eAAnBA,0BAAmB;;;uBAAQ"}
@@ -2,5 +2,18 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/presets/Subtitle2/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Subtitle2: function() {
13
+ return _index.Subtitle2;
14
+ },
15
+ subtitle2ClassNames: function() {
16
+ return _index.subtitle2ClassNames;
17
+ }
18
+ });
19
+ const _index = require("./components/presets/Subtitle2/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Subtitle2.ts"],"sourcesContent":["export * from './components/presets/Subtitle2/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/Subtitle2.ts"],"sourcesContent":["export { Subtitle2, subtitle2ClassNames } from './components/presets/Subtitle2/index';\n"],"names":["Subtitle2","subtitle2ClassNames"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,SAAS;eAATA,gBAAS;;IAAEC,mBAAmB;eAAnBA,0BAAmB;;;uBAAQ"}
@@ -2,5 +2,18 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/presets/Subtitle2Stronger/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Subtitle2Stronger: function() {
13
+ return _index.Subtitle2Stronger;
14
+ },
15
+ subtitle2StrongerClassNames: function() {
16
+ return _index.subtitle2StrongerClassNames;
17
+ }
18
+ });
19
+ const _index = require("./components/presets/Subtitle2Stronger/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Subtitle2Stronger.ts"],"sourcesContent":["export * from './components/presets/Subtitle2Stronger/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/Subtitle2Stronger.ts"],"sourcesContent":["export { Subtitle2Stronger, subtitle2StrongerClassNames } from './components/presets/Subtitle2Stronger/index';\n"],"names":["Subtitle2Stronger","subtitle2StrongerClassNames"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,iBAAiB;eAAjBA,wBAAiB;;IAAEC,2BAA2B;eAA3BA,kCAA2B;;;uBAAQ"}
@@ -2,5 +2,27 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/Text/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Text: function() {
13
+ return _index.Text;
14
+ },
15
+ renderText_unstable: function() {
16
+ return _index.renderText_unstable;
17
+ },
18
+ textClassNames: function() {
19
+ return _index.textClassNames;
20
+ },
21
+ useTextStyles_unstable: function() {
22
+ return _index.useTextStyles_unstable;
23
+ },
24
+ useText_unstable: function() {
25
+ return _index.useText_unstable;
26
+ }
27
+ });
28
+ const _index = require("./components/Text/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Text.ts"],"sourcesContent":["export * from './components/Text/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
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":";;;;;;;;;;;IAEEA,IAAI;eAAJA,WAAI;;IACJC,mBAAmB;eAAnBA,0BAAmB;;IACnBC,cAAc;eAAdA,qBAAc;;IACdC,sBAAsB;eAAtBA,6BAAsB;;IACtBC,gBAAgB;eAAhBA,uBAAgB;;;uBACX"}
@@ -2,5 +2,18 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/presets/Title1/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Title1: function() {
13
+ return _index.Title1;
14
+ },
15
+ title1ClassNames: function() {
16
+ return _index.title1ClassNames;
17
+ }
18
+ });
19
+ const _index = require("./components/presets/Title1/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Title1.ts"],"sourcesContent":["export * from './components/presets/Title1/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/Title1.ts"],"sourcesContent":["export { Title1, title1ClassNames } from './components/presets/Title1/index';\n"],"names":["Title1","title1ClassNames"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,MAAM;eAANA,aAAM;;IAAEC,gBAAgB;eAAhBA,uBAAgB;;;uBAAQ"}
@@ -2,5 +2,18 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/presets/Title2/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Title2: function() {
13
+ return _index.Title2;
14
+ },
15
+ title2ClassNames: function() {
16
+ return _index.title2ClassNames;
17
+ }
18
+ });
19
+ const _index = require("./components/presets/Title2/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Title2.ts"],"sourcesContent":["export * from './components/presets/Title2/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/Title2.ts"],"sourcesContent":["export { Title2, title2ClassNames } from './components/presets/Title2/index';\n"],"names":["Title2","title2ClassNames"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,MAAM;eAANA,aAAM;;IAAEC,gBAAgB;eAAhBA,uBAAgB;;;uBAAQ"}
@@ -2,5 +2,18 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/presets/Title3/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Title3: function() {
13
+ return _index.Title3;
14
+ },
15
+ title3ClassNames: function() {
16
+ return _index.title3ClassNames;
17
+ }
18
+ });
19
+ const _index = require("./components/presets/Title3/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Title3.ts"],"sourcesContent":["export * from './components/presets/Title3/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/Title3.ts"],"sourcesContent":["export { Title3, title3ClassNames } from './components/presets/Title3/index';\n"],"names":["Title3","title3ClassNames"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,MAAM;eAANA,aAAM;;IAAEC,gBAAgB;eAAhBA,uBAAgB;;;uBAAQ"}
@@ -2,9 +2,30 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./Text"), exports);
7
- _export_star._(require("./Text.types"), exports);
8
- _export_star._(require("./renderText"), exports);
9
- _export_star._(require("./useText"), exports);
10
- _export_star._(require("./useTextStyles.styles"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Text: function() {
13
+ return _Text.Text;
14
+ },
15
+ renderText_unstable: function() {
16
+ return _renderText.renderText_unstable;
17
+ },
18
+ textClassNames: function() {
19
+ return _useTextStylesstyles.textClassNames;
20
+ },
21
+ useTextStyles_unstable: function() {
22
+ return _useTextStylesstyles.useTextStyles_unstable;
23
+ },
24
+ useText_unstable: function() {
25
+ return _useText.useText_unstable;
26
+ }
27
+ });
28
+ const _Text = require("./Text");
29
+ const _renderText = require("./renderText");
30
+ const _useText = require("./useText");
31
+ const _useTextStylesstyles = require("./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":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
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","textClassNames","useTextStyles_unstable","useText_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,IAAI;eAAJA,UAAI;;IAEJC,mBAAmB;eAAnBA,+BAAmB;;IAEnBC,cAAc;eAAdA,mCAAc;;IAAEC,sBAAsB;eAAtBA,2CAAsB;;IADtCC,gBAAgB;eAAhBA,yBAAgB;;;sBAHJ;4BAEe;yBACH;qCACsB"}
@@ -8,6 +8,8 @@ Object.defineProperty(exports, "Body1", {
8
8
  return Body1;
9
9
  }
10
10
  });
11
+ const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
12
+ const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
11
13
  const _createPreset = require("../createPreset");
12
14
  const _useBody1Stylesstyles = require("./useBody1Styles.styles");
13
15
  const Body1 = (0, _createPreset.createPreset)({
@@ -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":["Body1","createPreset","useStyles","useBody1Styles","className","body1ClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;8BAPgB;sCAEmB;AAKzC,MAAMA,QAA4CC,IAAAA,0BAAAA,EAAa;IACpEC,WAAWC,oCAAAA;IACXC,WAAWC,qCAAAA,CAAgBC,IAAI;IAC/BC,aAAa;AACf"}
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":["Body1","createPreset","useStyles","useBody1Styles","className","body1ClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;;iEARU;8BACM;sCAEmB;AAKzC,MAAMA,QAAkDC,IAAAA,0BAAAA,EAAa;IAC1EC,WAAWC,oCAAAA;IACXC,WAAWC,qCAAAA,CAAgBC,IAAI;IAC/BC,aAAa;AACf"}
@@ -2,12 +2,19 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- Object.defineProperty(exports, "body1ClassNames", {
6
- enumerable: true,
7
- get: function() {
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Body1: function() {
13
+ return _Body1.Body1;
14
+ },
15
+ body1ClassNames: function() {
8
16
  return _useBody1Stylesstyles.body1ClassNames;
9
17
  }
10
18
  });
11
- const _export_star = require("@swc/helpers/_/_export_star");
12
- _export_star._(require("./Body1"), exports);
19
+ const _Body1 = require("./Body1");
13
20
  const _useBody1Stylesstyles = require("./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":";;;;+BACSA;;;eAAAA,qCAAe;;;;uBADV;sCACkB"}
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":";;;;;;;;;;;IAASA,KAAK;eAALA,YAAK;;IACLC,eAAe;eAAfA,qCAAe;;;uBADF;sCACU"}
@@ -8,6 +8,8 @@ Object.defineProperty(exports, "Body1Strong", {
8
8
  return Body1Strong;
9
9
  }
10
10
  });
11
+ const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
12
+ const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
11
13
  const _createPreset = require("../createPreset");
12
14
  const _useBody1StrongStylesstyles = require("./useBody1StrongStyles.styles");
13
15
  const Body1Strong = (0, _createPreset.createPreset)({
@@ -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":["Body1Strong","createPreset","useStyles","useBody1StrongStyles","className","body1StrongClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;8BAPgB;4CAE+B;AAKrD,MAAMA,cAAkDC,IAAAA,0BAAAA,EAAa;IAC1EC,WAAWC,gDAAAA;IACXC,WAAWC,iDAAAA,CAAsBC,IAAI;IACrCC,aAAa;AACf"}
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":["Body1Strong","createPreset","useStyles","useBody1StrongStyles","className","body1StrongClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;;iEARU;8BACM;4CAE+B;AAKrD,MAAMA,cAAwDC,IAAAA,0BAAAA,EAAa;IAChFC,WAAWC,gDAAAA;IACXC,WAAWC,iDAAAA,CAAsBC,IAAI;IACrCC,aAAa;AACf"}
@@ -2,12 +2,19 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- Object.defineProperty(exports, "body1StrongClassNames", {
6
- enumerable: true,
7
- get: function() {
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Body1Strong: function() {
13
+ return _Body1Strong.Body1Strong;
14
+ },
15
+ body1StrongClassNames: function() {
8
16
  return _useBody1StrongStylesstyles.body1StrongClassNames;
9
17
  }
10
18
  });
11
- const _export_star = require("@swc/helpers/_/_export_star");
12
- _export_star._(require("./Body1Strong"), exports);
19
+ const _Body1Strong = require("./Body1Strong");
13
20
  const _useBody1StrongStylesstyles = require("./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":";;;;+BACSA;;;eAAAA,iDAAqB;;;;uBADhB;4CACwB"}
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":";;;;;;;;;;;IAASA,WAAW;eAAXA,wBAAW;;IACXC,qBAAqB;eAArBA,iDAAqB;;;6BADF;4CACU"}
@@ -8,6 +8,8 @@ Object.defineProperty(exports, "Body1Stronger", {
8
8
  return Body1Stronger;
9
9
  }
10
10
  });
11
+ const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
12
+ const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
11
13
  const _createPreset = require("../createPreset");
12
14
  const _useBody1StrongerStylesstyles = require("./useBody1StrongerStyles.styles");
13
15
  const Body1Stronger = (0, _createPreset.createPreset)({
@@ -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":["Body1Stronger","createPreset","useStyles","useBody1StrongerStyles","className","body1StrongerClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;8BAPgB;8CAEmC;AAKzD,MAAMA,gBAAoDC,IAAAA,0BAAAA,EAAa;IAC5EC,WAAWC,oDAAAA;IACXC,WAAWC,qDAAAA,CAAwBC,IAAI;IACvCC,aAAa;AACf"}
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":["Body1Stronger","createPreset","useStyles","useBody1StrongerStyles","className","body1StrongerClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;;iEARU;8BACM;8CAEmC;AAKzD,MAAMA,gBAA0DC,IAAAA,0BAAAA,EAAa;IAClFC,WAAWC,oDAAAA;IACXC,WAAWC,qDAAAA,CAAwBC,IAAI;IACvCC,aAAa;AACf"}
@@ -2,12 +2,19 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- Object.defineProperty(exports, "body1StrongerClassNames", {
6
- enumerable: true,
7
- get: function() {
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Body1Stronger: function() {
13
+ return _Body1Stronger.Body1Stronger;
14
+ },
15
+ body1StrongerClassNames: function() {
8
16
  return _useBody1StrongerStylesstyles.body1StrongerClassNames;
9
17
  }
10
18
  });
11
- const _export_star = require("@swc/helpers/_/_export_star");
12
- _export_star._(require("./Body1Stronger"), exports);
19
+ const _Body1Stronger = require("./Body1Stronger");
13
20
  const _useBody1StrongerStylesstyles = require("./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":";;;;+BACSA;;;eAAAA,qDAAuB;;;;uBADlB;8CAC0B"}
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":";;;;;;;;;;;IAASA,aAAa;eAAbA,4BAAa;;IACbC,uBAAuB;eAAvBA,qDAAuB;;;+BADF;8CACU"}
@@ -8,6 +8,8 @@ Object.defineProperty(exports, "Body2", {
8
8
  return Body2;
9
9
  }
10
10
  });
11
+ const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
12
+ const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
11
13
  const _createPreset = require("../createPreset");
12
14
  const _useBody2Stylesstyles = require("./useBody2Styles.styles");
13
15
  const Body2 = (0, _createPreset.createPreset)({
@@ -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":["Body2","createPreset","useStyles","useBody2Styles","className","body2ClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;8BAPgB;sCAEmB;AAKzC,MAAMA,QAA4CC,IAAAA,0BAAAA,EAAa;IACpEC,WAAWC,oCAAAA;IACXC,WAAWC,qCAAAA,CAAgBC,IAAI;IAC/BC,aAAa;AACf"}
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":["Body2","createPreset","useStyles","useBody2Styles","className","body2ClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;;iEARU;8BACM;sCAEmB;AAKzC,MAAMA,QAAkDC,IAAAA,0BAAAA,EAAa;IAC1EC,WAAWC,oCAAAA;IACXC,WAAWC,qCAAAA,CAAgBC,IAAI;IAC/BC,aAAa;AACf"}
@@ -2,12 +2,19 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- Object.defineProperty(exports, "body2ClassNames", {
6
- enumerable: true,
7
- get: function() {
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Body2: function() {
13
+ return _Body2.Body2;
14
+ },
15
+ body2ClassNames: function() {
8
16
  return _useBody2Stylesstyles.body2ClassNames;
9
17
  }
10
18
  });
11
- const _export_star = require("@swc/helpers/_/_export_star");
12
- _export_star._(require("./Body2"), exports);
19
+ const _Body2 = require("./Body2");
13
20
  const _useBody2Stylesstyles = require("./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":";;;;+BACSA;;;eAAAA,qCAAe;;;;uBADV;sCACkB"}
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":";;;;;;;;;;;IAASA,KAAK;eAALA,YAAK;;IACLC,eAAe;eAAfA,qCAAe;;;uBADF;sCACU"}
@@ -8,6 +8,8 @@ Object.defineProperty(exports, "Caption1", {
8
8
  return Caption1;
9
9
  }
10
10
  });
11
+ const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
12
+ const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
11
13
  const _createPreset = require("../createPreset");
12
14
  const _useCaption1Stylesstyles = require("./useCaption1Styles.styles");
13
15
  const Caption1 = (0, _createPreset.createPreset)({
@@ -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":["Caption1","createPreset","useStyles","useCaption1Styles","className","caption1ClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;8BAPgB;yCAEyB;AAK/C,MAAMA,WAA+CC,IAAAA,0BAAAA,EAAa;IACvEC,WAAWC,0CAAAA;IACXC,WAAWC,2CAAAA,CAAmBC,IAAI;IAClCC,aAAa;AACf"}
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":["Caption1","createPreset","useStyles","useCaption1Styles","className","caption1ClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;;iEARU;8BACM;yCAEyB;AAK/C,MAAMA,WAAqDC,IAAAA,0BAAAA,EAAa;IAC7EC,WAAWC,0CAAAA;IACXC,WAAWC,2CAAAA,CAAmBC,IAAI;IAClCC,aAAa;AACf"}
@@ -2,12 +2,19 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- Object.defineProperty(exports, "caption1ClassNames", {
6
- enumerable: true,
7
- get: function() {
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Caption1: function() {
13
+ return _Caption1.Caption1;
14
+ },
15
+ caption1ClassNames: function() {
8
16
  return _useCaption1Stylesstyles.caption1ClassNames;
9
17
  }
10
18
  });
11
- const _export_star = require("@swc/helpers/_/_export_star");
12
- _export_star._(require("./Caption1"), exports);
19
+ const _Caption1 = require("./Caption1");
13
20
  const _useCaption1Stylesstyles = require("./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":";;;;+BACSA;;;eAAAA,2CAAkB;;;;uBADb;yCACqB"}
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":";;;;;;;;;;;IAASA,QAAQ;eAARA,kBAAQ;;IACRC,kBAAkB;eAAlBA,2CAAkB;;;0BADF;yCACU"}
@@ -8,6 +8,8 @@ Object.defineProperty(exports, "Caption1Strong", {
8
8
  return Caption1Strong;
9
9
  }
10
10
  });
11
+ const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
12
+ const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
11
13
  const _createPreset = require("../createPreset");
12
14
  const _useCaption1StrongStylesstyles = require("./useCaption1StrongStyles.styles");
13
15
  const Caption1Strong = (0, _createPreset.createPreset)({
@@ -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":["Caption1Strong","createPreset","useStyles","useCaption1StrongStyles","className","caption1StrongClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;8BAPgB;+CAEqC;AAK3D,MAAMA,iBAAqDC,IAAAA,0BAAAA,EAAa;IAC7EC,WAAWC,sDAAAA;IACXC,WAAWC,uDAAAA,CAAyBC,IAAI;IACxCC,aAAa;AACf"}
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":["Caption1Strong","createPreset","useStyles","useCaption1StrongStyles","className","caption1StrongClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;;iEARU;8BACM;+CAEqC;AAK3D,MAAMA,iBAA2DC,IAAAA,0BAAAA,EAAa;IACnFC,WAAWC,sDAAAA;IACXC,WAAWC,uDAAAA,CAAyBC,IAAI;IACxCC,aAAa;AACf"}
@@ -2,12 +2,19 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- Object.defineProperty(exports, "caption1StrongClassNames", {
6
- enumerable: true,
7
- get: function() {
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Caption1Strong: function() {
13
+ return _Caption1Strong.Caption1Strong;
14
+ },
15
+ caption1StrongClassNames: function() {
8
16
  return _useCaption1StrongStylesstyles.caption1StrongClassNames;
9
17
  }
10
18
  });
11
- const _export_star = require("@swc/helpers/_/_export_star");
12
- _export_star._(require("./Caption1Strong"), exports);
19
+ const _Caption1Strong = require("./Caption1Strong");
13
20
  const _useCaption1StrongStylesstyles = require("./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":";;;;+BACSA;;;eAAAA,uDAAwB;;;;uBADnB;+CAC2B"}
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":";;;;;;;;;;;IAASA,cAAc;eAAdA,8BAAc;;IACdC,wBAAwB;eAAxBA,uDAAwB;;;gCADF;+CACU"}
@@ -8,6 +8,8 @@ Object.defineProperty(exports, "Caption1Stronger", {
8
8
  return Caption1Stronger;
9
9
  }
10
10
  });
11
+ const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
12
+ const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
11
13
  const _createPreset = require("../createPreset");
12
14
  const _useCaption1Strongerstyles = require("./useCaption1Stronger.styles");
13
15
  const Caption1Stronger = (0, _createPreset.createPreset)({
@@ -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":["Caption1Stronger","createPreset","useStyles","useCaption1StrongerStyles","className","caption1StrongerClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;8BAPgB;2CAEyC;AAK/D,MAAMA,mBAAuDC,IAAAA,0BAAAA,EAAa;IAC/EC,WAAWC,oDAAAA;IACXC,WAAWC,qDAAAA,CAA2BC,IAAI;IAC1CC,aAAa;AACf"}
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":["Caption1Stronger","createPreset","useStyles","useCaption1StrongerStyles","className","caption1StrongerClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;;iEARU;8BACM;2CAEyC;AAK/D,MAAMA,mBAA6DC,IAAAA,0BAAAA,EAAa;IACrFC,WAAWC,oDAAAA;IACXC,WAAWC,qDAAAA,CAA2BC,IAAI;IAC1CC,aAAa;AACf"}
@@ -2,12 +2,19 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- Object.defineProperty(exports, "caption1StrongerClassNames", {
6
- enumerable: true,
7
- get: function() {
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Caption1Stronger: function() {
13
+ return _Caption1Stronger.Caption1Stronger;
14
+ },
15
+ caption1StrongerClassNames: function() {
8
16
  return _useCaption1Strongerstyles.caption1StrongerClassNames;
9
17
  }
10
18
  });
11
- const _export_star = require("@swc/helpers/_/_export_star");
12
- _export_star._(require("./Caption1Stronger"), exports);
19
+ const _Caption1Stronger = require("./Caption1Stronger");
13
20
  const _useCaption1Strongerstyles = require("./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":";;;;+BACSA;;;eAAAA,qDAA0B;;;;uBADrB;2CAC6B"}
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":";;;;;;;;;;;IAASA,gBAAgB;eAAhBA,kCAAgB;;IAChBC,0BAA0B;eAA1BA,qDAA0B;;;kCADF;2CACU"}
@@ -8,6 +8,8 @@ Object.defineProperty(exports, "Caption2", {
8
8
  return Caption2;
9
9
  }
10
10
  });
11
+ const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
12
+ const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
11
13
  const _createPreset = require("../createPreset");
12
14
  const _useCaption2Stylesstyles = require("./useCaption2Styles.styles");
13
15
  const Caption2 = (0, _createPreset.createPreset)({
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption2/Caption2.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption2ClassNames, useCaption2Styles } from './useCaption2Styles.styles';\n\n/**\n * Text preset component for the Caption2 typography variant\n */\nexport const Caption2: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption2Styles,\n className: caption2ClassNames.root,\n displayName: 'Caption2',\n});\n"],"names":["Caption2","createPreset","useStyles","useCaption2Styles","className","caption2ClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;8BAPgB;yCAEyB;AAK/C,MAAMA,WAA+CC,IAAAA,0BAAAA,EAAa;IACvEC,WAAWC,0CAAAA;IACXC,WAAWC,2CAAAA,CAAmBC,IAAI;IAClCC,aAAa;AACf"}
1
+ {"version":3,"sources":["../src/components/presets/Caption2/Caption2.tsx"],"sourcesContent":["import * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption2ClassNames, useCaption2Styles } from './useCaption2Styles.styles';\n\n/**\n * Text preset component for the Caption2 typography variant\n */\nexport const Caption2: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption2Styles,\n className: caption2ClassNames.root,\n displayName: 'Caption2',\n});\n"],"names":["Caption2","createPreset","useStyles","useCaption2Styles","className","caption2ClassNames","root","displayName"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;+BAQaA;;;eAAAA;;;;iEARU;8BACM;yCAEyB;AAK/C,MAAMA,WAAqDC,IAAAA,0BAAAA,EAAa;IAC7EC,WAAWC,0CAAAA;IACXC,WAAWC,2CAAAA,CAAmBC,IAAI;IAClCC,aAAa;AACf"}