@fluentui/react-migration-v0-v9 9.0.26 → 9.0.28

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 (78) hide show
  1. package/CHANGELOG.json +73 -1
  2. package/CHANGELOG.md +27 -2
  3. package/lib/components/Flex/Flex.js +3 -3
  4. package/lib/components/Flex/Flex.js.map +1 -1
  5. package/lib/components/Flex/FlexItem.mixins.js.map +1 -1
  6. package/lib/components/FormField/FormFieldShim.js +4 -3
  7. package/lib/components/FormField/FormFieldShim.js.map +1 -1
  8. package/lib/components/Grid/Grid.mixins.js.map +1 -1
  9. package/lib/components/Grid/GridShim.js +1 -1
  10. package/lib/components/Grid/GridShim.js.map +1 -1
  11. package/lib/components/ItemLayout/ItemLayout.js.map +1 -1
  12. package/lib/components/Primitive/Primitive.js +1 -1
  13. package/lib/components/Primitive/Primitive.js.map +1 -1
  14. package/lib/components/Segment/Segment.js +1 -1
  15. package/lib/components/Segment/Segment.js.map +1 -1
  16. package/lib/components/StyledText/StyledText.js +1 -1
  17. package/lib/components/StyledText/StyledText.js.map +1 -1
  18. package/lib-commonjs/components/Button/ButtonMigration.mixins.js +29 -19
  19. package/lib-commonjs/components/Button/ButtonMigration.mixins.js.map +1 -1
  20. package/lib-commonjs/components/Button/index.js +2 -2
  21. package/lib-commonjs/components/Button/index.js.map +1 -1
  22. package/lib-commonjs/components/Flex/Flex.js +15 -11
  23. package/lib-commonjs/components/Flex/Flex.js.map +1 -1
  24. package/lib-commonjs/components/Flex/Flex.styles.js +5 -3
  25. package/lib-commonjs/components/Flex/Flex.styles.js.map +1 -1
  26. package/lib-commonjs/components/Flex/FlexItem.mixins.js +3 -1
  27. package/lib-commonjs/components/Flex/FlexItem.mixins.js.map +1 -1
  28. package/lib-commonjs/components/Flex/index.js +15 -7
  29. package/lib-commonjs/components/Flex/index.js.map +1 -1
  30. package/lib-commonjs/components/FormField/FormFieldShim.js +14 -11
  31. package/lib-commonjs/components/FormField/FormFieldShim.js.map +1 -1
  32. package/lib-commonjs/components/FormField/index.js +2 -2
  33. package/lib-commonjs/components/FormField/index.js.map +1 -1
  34. package/lib-commonjs/components/Grid/Grid.mixins.js +3 -1
  35. package/lib-commonjs/components/Grid/Grid.mixins.js.map +1 -1
  36. package/lib-commonjs/components/Grid/Grid.styles.js +5 -3
  37. package/lib-commonjs/components/Grid/Grid.styles.js.map +1 -1
  38. package/lib-commonjs/components/Grid/GridShim.js +13 -9
  39. package/lib-commonjs/components/Grid/GridShim.js.map +1 -1
  40. package/lib-commonjs/components/Grid/index.js +15 -7
  41. package/lib-commonjs/components/Grid/index.js.map +1 -1
  42. package/lib-commonjs/components/Input/Input.mixins.js +7 -5
  43. package/lib-commonjs/components/Input/Input.mixins.js.map +1 -1
  44. package/lib-commonjs/components/Input/index.js +4 -2
  45. package/lib-commonjs/components/Input/index.js.map +1 -1
  46. package/lib-commonjs/components/ItemLayout/ItemLayout.js +29 -25
  47. package/lib-commonjs/components/ItemLayout/ItemLayout.js.map +1 -1
  48. package/lib-commonjs/components/ItemLayout/ItemLayout.styles.js +5 -3
  49. package/lib-commonjs/components/ItemLayout/ItemLayout.styles.js.map +1 -1
  50. package/lib-commonjs/components/ItemLayout/index.js +3 -3
  51. package/lib-commonjs/components/ItemLayout/index.js.map +1 -1
  52. package/lib-commonjs/components/Primitive/Primitive.js +11 -7
  53. package/lib-commonjs/components/Primitive/Primitive.js.map +1 -1
  54. package/lib-commonjs/components/Primitive/index.js +2 -2
  55. package/lib-commonjs/components/Primitive/index.js.map +1 -1
  56. package/lib-commonjs/components/Segment/Segment.js +13 -9
  57. package/lib-commonjs/components/Segment/Segment.js.map +1 -1
  58. package/lib-commonjs/components/Segment/Segment.styles.js +5 -3
  59. package/lib-commonjs/components/Segment/Segment.styles.js.map +1 -1
  60. package/lib-commonjs/components/Segment/index.js +2 -2
  61. package/lib-commonjs/components/Segment/index.js.map +1 -1
  62. package/lib-commonjs/components/Slider/Slider.mixins.js +3 -1
  63. package/lib-commonjs/components/Slider/Slider.mixins.js.map +1 -1
  64. package/lib-commonjs/components/Slider/index.js +4 -2
  65. package/lib-commonjs/components/Slider/index.js.map +1 -1
  66. package/lib-commonjs/components/Spinner/SpinnerMigration.mixins.js +6 -4
  67. package/lib-commonjs/components/Spinner/SpinnerMigration.mixins.js.map +1 -1
  68. package/lib-commonjs/components/Spinner/index.js +4 -2
  69. package/lib-commonjs/components/Spinner/index.js.map +1 -1
  70. package/lib-commonjs/components/StyledText/StyledText.js +16 -12
  71. package/lib-commonjs/components/StyledText/StyledText.js.map +1 -1
  72. package/lib-commonjs/components/StyledText/StyledText.styles.js +13 -7
  73. package/lib-commonjs/components/StyledText/StyledText.styles.js.map +1 -1
  74. package/lib-commonjs/components/StyledText/index.js +3 -3
  75. package/lib-commonjs/components/StyledText/index.js.map +1 -1
  76. package/lib-commonjs/index.js +85 -35
  77. package/lib-commonjs/index.js.map +1 -1
  78. package/package.json +10 -10
@@ -1 +1 @@
1
- {"version":3,"sources":["ItemLayout.styles.js"],"sourcesContent":["import { __styles } from '@fluentui/react-components';\nexport const useItemLayoutStyles = /*#__PURE__*/__styles({\n root: {\n mc9l5x: \"f13qh94s\",\n Budl1dq: \"f10xlqro\",\n sshi5w: \"f1e8ugpm\"\n },\n contentMedia: {\n qb2dma: \"f9h729m\",\n Br312pm: \"fis13di\",\n Bw0ie65: \"fsyjsko\",\n Ijaq50: \"faunodf\",\n nk6f5a: \"fcu02xx\",\n Be2twd7: \"f1ugzwwg\",\n Bg96gwp: \"f16tcgob\"\n },\n contentWrapper: {\n qb2dma: \"f9h729m\",\n Br312pm: \"fd46tj4\",\n Bw0ie65: \"fz1yyy6\",\n Ijaq50: \"faunodf\",\n nk6f5a: \"fcu02xx\",\n t21cq0: [\"f1phki43\", \"ff9s3yw\"],\n Be2twd7: \"f1ugzwwg\",\n Bg96gwp: \"f16tcgob\"\n },\n header: {\n qb2dma: \"f1locze1\",\n Br312pm: \"fd46tj4\",\n Bw0ie65: \"fz1yyy6\",\n Ijaq50: \"f16hsg94\",\n nk6f5a: \"f88nxoq\",\n Be2twd7: \"fses1vf\",\n t21cq0: [\"f1phki43\", \"ff9s3yw\"]\n },\n headerMedia: {\n qb2dma: \"f1locze1\",\n Br312pm: \"fis13di\",\n Bw0ie65: \"fsyjsko\",\n Ijaq50: \"f16hsg94\",\n nk6f5a: \"f88nxoq\",\n Be2twd7: \"f1ugzwwg\",\n Bg96gwp: \"f16tcgob\"\n },\n startMedia: {\n qb2dma: \"f7nlbp4\",\n Br312pm: \"fwpfdsa\",\n Bw0ie65: \"f1e2fz10\",\n Ijaq50: \"f16hsg94\",\n nk6f5a: \"fcu02xx\",\n t21cq0: [\"f1phki43\", \"ff9s3yw\"]\n },\n endMedia: {\n qb2dma: \"f7nlbp4\",\n Br312pm: \"f1f195pj\",\n Bw0ie65: \"f1u8tn6t\",\n Ijaq50: \"f16hsg94\",\n nk6f5a: \"fcu02xx\"\n }\n}, {\n d: [\".f13qh94s{display:grid;}\", \".f10xlqro{grid-template-columns:auto 1fr auto auto;}\", \".f1e8ugpm{min-height:48px;}\", \".f9h729m{align-self:start;}\", \".fis13di{grid-column-start:3;}\", \".fsyjsko{grid-column-end:4;}\", \".faunodf{grid-row-start:2;}\", \".fcu02xx{grid-row-end:3;}\", \".f1ugzwwg{font-size:12px;}\", \".f16tcgob{line-height:1.3333;}\", \".fd46tj4{grid-column-start:2;}\", \".fz1yyy6{grid-column-end:3;}\", \".f1phki43{margin-right:8px;}\", \".ff9s3yw{margin-left:8px;}\", \".f1locze1{align-self:end;}\", \".f16hsg94{grid-row-start:1;}\", \".f88nxoq{grid-row-end:2;}\", \".fses1vf{font-size:14px;}\", \".f7nlbp4{align-self:center;}\", \".fwpfdsa{grid-column-start:1;}\", \".f1e2fz10{grid-column-end:2;}\", \".f1f195pj{grid-column-start:4;}\", \".f1u8tn6t{grid-column-end:5;}\"]\n});\n//# sourceMappingURL=ItemLayout.styles.js.map"],"names":["useItemLayoutStyles","__styles","root","mc9l5x","Budl1dq","sshi5w","contentMedia","qb2dma","Br312pm","Bw0ie65","Ijaq50","nk6f5a","Be2twd7","Bg96gwp","contentWrapper","t21cq0","header","headerMedia","startMedia","endMedia","d"],"mappings":";;;;+BACaA;;aAAAA;;iCADY;AAClB,MAAMA,sBAAsB,WAAW,GAAEC,IAAAA,4BAAQ,EAAC;IACvDC,MAAM;QACJC,QAAQ;QACRC,SAAS;QACTC,QAAQ;IACV;IACAC,cAAc;QACZC,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRC,SAAS;QACTC,SAAS;IACX;IACAC,gBAAgB;QACdP,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRI,QAAQ;YAAC;YAAY;SAAU;QAC/BH,SAAS;QACTC,SAAS;IACX;IACAG,QAAQ;QACNT,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRC,SAAS;QACTG,QAAQ;YAAC;YAAY;SAAU;IACjC;IACAE,aAAa;QACXV,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRC,SAAS;QACTC,SAAS;IACX;IACAK,YAAY;QACVX,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRI,QAAQ;YAAC;YAAY;SAAU;IACjC;IACAI,UAAU;QACRZ,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;IACV;AACF,GAAG;IACDS,GAAG;QAAC;QAA4B;QAAwD;QAA+B;QAA+B;QAAkC;QAAgC;QAA+B;QAA6B;QAA8B;QAAkC;QAAkC;QAAgC;QAAgC;QAA8B;QAA8B;QAAgC;QAA6B;QAA6B;QAAgC;QAAkC;QAAiC;QAAmC;KAAgC;AACpvB,IACA,6CAA6C"}
1
+ {"version":3,"sources":["ItemLayout.styles.js"],"sourcesContent":["import { __styles } from '@fluentui/react-components';\nexport const useItemLayoutStyles = /*#__PURE__*/__styles({\n root: {\n mc9l5x: \"f13qh94s\",\n Budl1dq: \"f10xlqro\",\n sshi5w: \"f1e8ugpm\"\n },\n contentMedia: {\n qb2dma: \"f9h729m\",\n Br312pm: \"fis13di\",\n Bw0ie65: \"fsyjsko\",\n Ijaq50: \"faunodf\",\n nk6f5a: \"fcu02xx\",\n Be2twd7: \"f1ugzwwg\",\n Bg96gwp: \"f16tcgob\"\n },\n contentWrapper: {\n qb2dma: \"f9h729m\",\n Br312pm: \"fd46tj4\",\n Bw0ie65: \"fz1yyy6\",\n Ijaq50: \"faunodf\",\n nk6f5a: \"fcu02xx\",\n t21cq0: [\"f1phki43\", \"ff9s3yw\"],\n Be2twd7: \"f1ugzwwg\",\n Bg96gwp: \"f16tcgob\"\n },\n header: {\n qb2dma: \"f1locze1\",\n Br312pm: \"fd46tj4\",\n Bw0ie65: \"fz1yyy6\",\n Ijaq50: \"f16hsg94\",\n nk6f5a: \"f88nxoq\",\n Be2twd7: \"fses1vf\",\n t21cq0: [\"f1phki43\", \"ff9s3yw\"]\n },\n headerMedia: {\n qb2dma: \"f1locze1\",\n Br312pm: \"fis13di\",\n Bw0ie65: \"fsyjsko\",\n Ijaq50: \"f16hsg94\",\n nk6f5a: \"f88nxoq\",\n Be2twd7: \"f1ugzwwg\",\n Bg96gwp: \"f16tcgob\"\n },\n startMedia: {\n qb2dma: \"f7nlbp4\",\n Br312pm: \"fwpfdsa\",\n Bw0ie65: \"f1e2fz10\",\n Ijaq50: \"f16hsg94\",\n nk6f5a: \"fcu02xx\",\n t21cq0: [\"f1phki43\", \"ff9s3yw\"]\n },\n endMedia: {\n qb2dma: \"f7nlbp4\",\n Br312pm: \"f1f195pj\",\n Bw0ie65: \"f1u8tn6t\",\n Ijaq50: \"f16hsg94\",\n nk6f5a: \"fcu02xx\"\n }\n}, {\n d: [\".f13qh94s{display:grid;}\", \".f10xlqro{grid-template-columns:auto 1fr auto auto;}\", \".f1e8ugpm{min-height:48px;}\", \".f9h729m{align-self:start;}\", \".fis13di{grid-column-start:3;}\", \".fsyjsko{grid-column-end:4;}\", \".faunodf{grid-row-start:2;}\", \".fcu02xx{grid-row-end:3;}\", \".f1ugzwwg{font-size:12px;}\", \".f16tcgob{line-height:1.3333;}\", \".fd46tj4{grid-column-start:2;}\", \".fz1yyy6{grid-column-end:3;}\", \".f1phki43{margin-right:8px;}\", \".ff9s3yw{margin-left:8px;}\", \".f1locze1{align-self:end;}\", \".f16hsg94{grid-row-start:1;}\", \".f88nxoq{grid-row-end:2;}\", \".fses1vf{font-size:14px;}\", \".f7nlbp4{align-self:center;}\", \".fwpfdsa{grid-column-start:1;}\", \".f1e2fz10{grid-column-end:2;}\", \".f1f195pj{grid-column-start:4;}\", \".f1u8tn6t{grid-column-end:5;}\"]\n});\n//# sourceMappingURL=ItemLayout.styles.js.map"],"names":["useItemLayoutStyles","__styles","root","mc9l5x","Budl1dq","sshi5w","contentMedia","qb2dma","Br312pm","Bw0ie65","Ijaq50","nk6f5a","Be2twd7","Bg96gwp","contentWrapper","t21cq0","header","headerMedia","startMedia","endMedia","d"],"mappings":";;;;+BACaA;;;eAAAA;;;iCADY;AAClB,MAAMA,sBAAsB,WAAW,GAAEC,IAAAA,yBAAQ,EAAC;IACvDC,MAAM;QACJC,QAAQ;QACRC,SAAS;QACTC,QAAQ;IACV;IACAC,cAAc;QACZC,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRC,SAAS;QACTC,SAAS;IACX;IACAC,gBAAgB;QACdP,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRI,QAAQ;YAAC;YAAY;SAAU;QAC/BH,SAAS;QACTC,SAAS;IACX;IACAG,QAAQ;QACNT,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRC,SAAS;QACTG,QAAQ;YAAC;YAAY;SAAU;IACjC;IACAE,aAAa;QACXV,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRC,SAAS;QACTC,SAAS;IACX;IACAK,YAAY;QACVX,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRI,QAAQ;YAAC;YAAY;SAAU;IACjC;IACAI,UAAU;QACRZ,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;IACV;AACF,GAAG;IACDS,GAAG;QAAC;QAA4B;QAAwD;QAA+B;QAA+B;QAAkC;QAAgC;QAA+B;QAA6B;QAA8B;QAAkC;QAAkC;QAAgC;QAAgC;QAA8B;QAA8B;QAAgC;QAA6B;QAA6B;QAAgC;QAAkC;QAAiC;QAAmC;KAAgC;AACpvB,IACA,6CAA6C"}
@@ -2,6 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
6
- _exportStar(require("./ItemLayout"), exports);
7
- _exportStar(require("./ItemLayout.styles"), exports);
5
+ const _export_star = require("@swc/helpers/_/_export_star");
6
+ _export_star._(require("./ItemLayout"), exports);
7
+ _export_star._(require("./ItemLayout.styles"), exports);
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export * from './ItemLayout';\nexport * from './ItemLayout.styles';\n"],"names":[],"mappings":";;;;;oBAAc;oBACA"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export * from './ItemLayout';\nexport * from './ItemLayout.styles';\n"],"names":[],"mappings":";;;;;uBAAc;uBACA"}
@@ -9,17 +9,21 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- primitiveClassName: ()=>primitiveClassName,
13
- Primitive: ()=>Primitive
12
+ primitiveClassName: function() {
13
+ return primitiveClassName;
14
+ },
15
+ Primitive: function() {
16
+ return Primitive;
17
+ }
14
18
  });
15
- const _interopRequireWildcard = require("@swc/helpers/lib/_interop_require_wildcard.js").default;
16
- const _react = /*#__PURE__*/ _interopRequireWildcard(require("react"));
17
- const _reactComponents = require("@fluentui/react-components");
19
+ const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
20
+ const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
21
+ const _reactcomponents = require("@fluentui/react-components");
18
22
  const primitiveClassName = 'fui-Primitive';
19
23
  const Primitive = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
20
- const { as: Component = 'div' , ...rest } = props;
24
+ const { as: Component = 'div', ...rest } = props;
21
25
  const dir = typeof props.children === 'string' ? 'auto' : undefined;
22
- const className = (0, _reactComponents.mergeClasses)(primitiveClassName, props.className);
26
+ const className = (0, _reactcomponents.mergeClasses)(primitiveClassName, props.className);
23
27
  return /*#__PURE__*/ _react.createElement(Component, {
24
28
  dir: dir,
25
29
  ...rest,
@@ -1 +1 @@
1
- {"version":3,"sources":["Primitive.js"],"sourcesContent":["import * as React from 'react';\nimport { mergeClasses } from '@fluentui/react-components';\nexport const primitiveClassName = 'fui-Primitive';\nexport const Primitive = /*#__PURE__*/ React.forwardRef((props, ref)=>{\n const { as: Component = 'div' , ...rest } = props;\n const dir = typeof props.children === 'string' ? 'auto' : undefined;\n const className = mergeClasses(primitiveClassName, props.className);\n return /*#__PURE__*/ React.createElement(Component, {\n dir: dir,\n ...rest,\n className: className,\n ref: ref\n });\n});\nPrimitive.displayName = 'Primitive';\n"],"names":["primitiveClassName","Primitive","React","forwardRef","props","ref","as","Component","rest","dir","children","undefined","className","mergeClasses","createElement","displayName"],"mappings":";;;;;;;;;;;IAEaA,kBAAkB,MAAlBA;IACAC,SAAS,MAATA;;;6DAHU;iCACM;AACtB,MAAMD,qBAAqB;AAC3B,MAAMC,YAAY,WAAW,GAAGC,OAAMC,UAAU,CAAC,CAACC,OAAOC,MAAM;IAClE,MAAM,EAAEC,IAAIC,YAAY,KAAK,CAAA,EAAG,GAAGC,MAAM,GAAGJ;IAC5C,MAAMK,MAAM,OAAOL,MAAMM,QAAQ,KAAK,WAAW,SAASC,SAAS;IACnE,MAAMC,YAAYC,IAAAA,6BAAY,EAACb,oBAAoBI,MAAMQ,SAAS;IAClE,OAAO,WAAW,GAAGV,OAAMY,aAAa,CAACP,WAAW;QAChDE,KAAKA;QACL,GAAGD,IAAI;QACPI,WAAWA;QACXP,KAAKA;IACT;AACJ;AACAJ,UAAUc,WAAW,GAAG"}
1
+ {"version":3,"sources":["Primitive.js"],"sourcesContent":["import * as React from 'react';\nimport { mergeClasses } from '@fluentui/react-components';\nexport const primitiveClassName = 'fui-Primitive';\nexport const Primitive = /*#__PURE__*/ React.forwardRef((props, ref)=>{\n const { as: Component = 'div', ...rest } = props;\n const dir = typeof props.children === 'string' ? 'auto' : undefined;\n const className = mergeClasses(primitiveClassName, props.className);\n return /*#__PURE__*/ React.createElement(Component, {\n dir: dir,\n ...rest,\n className: className,\n ref: ref\n });\n});\nPrimitive.displayName = 'Primitive';\n"],"names":["primitiveClassName","Primitive","React","forwardRef","props","ref","as","Component","rest","dir","children","undefined","className","mergeClasses","createElement","displayName"],"mappings":";;;;;;;;;;;IAEaA,kBAAkB;eAAlBA;;IACAC,SAAS;eAATA;;;;iEAHU;iCACM;AACtB,MAAMD,qBAAqB;AAC3B,MAAMC,YAAY,WAAW,GAAGC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IAC5D,MAAM,EAAEC,IAAIC,YAAY,KAAK,EAAE,GAAGC,MAAM,GAAGJ;IAC3C,MAAMK,MAAM,OAAOL,MAAMM,QAAQ,KAAK,WAAW,SAASC;IAC1D,MAAMC,YAAYC,IAAAA,6BAAY,EAACb,oBAAoBI,MAAMQ,SAAS;IAClE,OAAO,WAAW,GAAGV,OAAMY,aAAa,CAACP,WAAW;QAChDE,KAAKA;QACL,GAAGD,IAAI;QACPI,WAAWA;QACXP,KAAKA;IACT;AACJ;AACAJ,UAAUc,WAAW,GAAG"}
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
6
- _exportStar(require("./Primitive"), exports);
5
+ const _export_star = require("@swc/helpers/_/_export_star");
6
+ _export_star._(require("./Primitive"), exports);
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export * from './Primitive';\n"],"names":[],"mappings":";;;;;oBAAc"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export * from './Primitive';\n"],"names":[],"mappings":";;;;;uBAAc"}
@@ -9,18 +9,22 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- segmentClassName: ()=>segmentClassName,
13
- Segment: ()=>Segment
12
+ segmentClassName: function() {
13
+ return segmentClassName;
14
+ },
15
+ Segment: function() {
16
+ return Segment;
17
+ }
14
18
  });
15
- const _interopRequireWildcard = require("@swc/helpers/lib/_interop_require_wildcard.js").default;
16
- const _reactComponents = require("@fluentui/react-components");
17
- const _react = /*#__PURE__*/ _interopRequireWildcard(require("react"));
18
- const _segmentStyles = require("./Segment.styles");
19
+ const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
20
+ const _reactcomponents = require("@fluentui/react-components");
21
+ const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
22
+ const _Segmentstyles = require("./Segment.styles");
19
23
  const segmentClassName = 'fui-Segment';
20
24
  const Segment = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
21
- const { children , className , ...rest } = props;
22
- const classes = (0, _segmentStyles.useSegmentStyles)();
23
- const segmentClasses = (0, _reactComponents.mergeClasses)(segmentClassName, classes.segment, className);
25
+ const { children, className, ...rest } = props;
26
+ const classes = (0, _Segmentstyles.useSegmentStyles)();
27
+ const segmentClasses = (0, _reactcomponents.mergeClasses)(segmentClassName, classes.segment, className);
24
28
  return /*#__PURE__*/ _react.createElement("div", {
25
29
  ref: ref,
26
30
  className: segmentClasses,
@@ -1 +1 @@
1
- {"version":3,"sources":["Segment.js"],"sourcesContent":["import { mergeClasses } from '@fluentui/react-components';\nimport * as React from 'react';\nimport { useSegmentStyles } from './Segment.styles';\nexport const segmentClassName = 'fui-Segment';\nexport const Segment = /*#__PURE__*/ React.forwardRef((props, ref)=>{\n const { children , className , ...rest } = props;\n const classes = useSegmentStyles();\n const segmentClasses = mergeClasses(segmentClassName, classes.segment, className);\n return /*#__PURE__*/ React.createElement(\"div\", {\n ref: ref,\n className: segmentClasses,\n ...rest\n }, children);\n});\nSegment.displayName = 'Segment';\n"],"names":["segmentClassName","Segment","React","forwardRef","props","ref","children","className","rest","classes","useSegmentStyles","segmentClasses","mergeClasses","segment","createElement","displayName"],"mappings":";;;;;;;;;;;IAGaA,gBAAgB,MAAhBA;IACAC,OAAO,MAAPA;;;iCAJgB;6DACN;+BACU;AAC1B,MAAMD,mBAAmB;AACzB,MAAMC,UAAU,WAAW,GAAGC,OAAMC,UAAU,CAAC,CAACC,OAAOC,MAAM;IAChE,MAAM,EAAEC,SAAQ,EAAGC,UAAS,EAAG,GAAGC,MAAM,GAAGJ;IAC3C,MAAMK,UAAUC,IAAAA,+BAAgB;IAChC,MAAMC,iBAAiBC,IAAAA,6BAAY,EAACZ,kBAAkBS,QAAQI,OAAO,EAAEN;IACvE,OAAO,WAAW,GAAGL,OAAMY,aAAa,CAAC,OAAO;QAC5CT,KAAKA;QACLE,WAAWI;QACX,GAAGH,IAAI;IACX,GAAGF;AACP;AACAL,QAAQc,WAAW,GAAG"}
1
+ {"version":3,"sources":["Segment.js"],"sourcesContent":["import { mergeClasses } from '@fluentui/react-components';\nimport * as React from 'react';\nimport { useSegmentStyles } from './Segment.styles';\nexport const segmentClassName = 'fui-Segment';\nexport const Segment = /*#__PURE__*/ React.forwardRef((props, ref)=>{\n const { children, className, ...rest } = props;\n const classes = useSegmentStyles();\n const segmentClasses = mergeClasses(segmentClassName, classes.segment, className);\n return /*#__PURE__*/ React.createElement(\"div\", {\n ref: ref,\n className: segmentClasses,\n ...rest\n }, children);\n});\nSegment.displayName = 'Segment';\n"],"names":["segmentClassName","Segment","React","forwardRef","props","ref","children","className","rest","classes","useSegmentStyles","segmentClasses","mergeClasses","segment","createElement","displayName"],"mappings":";;;;;;;;;;;IAGaA,gBAAgB;eAAhBA;;IACAC,OAAO;eAAPA;;;;iCAJgB;iEACN;+BACU;AAC1B,MAAMD,mBAAmB;AACzB,MAAMC,UAAU,WAAW,GAAGC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IAC1D,MAAM,EAAEC,QAAQ,EAAEC,SAAS,EAAE,GAAGC,MAAM,GAAGJ;IACzC,MAAMK,UAAUC,IAAAA,+BAAgB;IAChC,MAAMC,iBAAiBC,IAAAA,6BAAY,EAACZ,kBAAkBS,QAAQI,OAAO,EAAEN;IACvE,OAAO,WAAW,GAAGL,OAAMY,aAAa,CAAC,OAAO;QAC5CT,KAAKA;QACLE,WAAWI;QACX,GAAGH,IAAI;IACX,GAAGF;AACP;AACAL,QAAQc,WAAW,GAAG"}
@@ -4,10 +4,12 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "useSegmentStyles", {
6
6
  enumerable: true,
7
- get: ()=>useSegmentStyles
7
+ get: function() {
8
+ return useSegmentStyles;
9
+ }
8
10
  });
9
- const _reactComponents = require("@fluentui/react-components");
10
- const useSegmentStyles = /*#__PURE__*/ (0, _reactComponents["__styles"])({
11
+ const _reactcomponents = require("@fluentui/react-components");
12
+ const useSegmentStyles = /*#__PURE__*/ (0, _reactcomponents.__styles)({
11
13
  segment: {
12
14
  z8tnut: "fvbs34e",
13
15
  z189sj: [
@@ -1 +1 @@
1
- {"version":3,"sources":["Segment.styles.js"],"sourcesContent":["import { __styles, shorthands, tokens } from '@fluentui/react-components';\nexport const useSegmentStyles = /*#__PURE__*/__styles({\n segment: {\n z8tnut: \"fvbs34e\",\n z189sj: [\"fde2wo7\", \"fyan362\"],\n Byoj8tv: \"f57rjzg\",\n uwmqm3: [\"fyan362\", \"fde2wo7\"],\n B4j52fo: \"ftac7j7\",\n Bekrc4i: [\"f1358rze\", \"f1rvrf73\"],\n Bn0qgzm: \"fqdk4by\",\n ibv6hh: [\"f1rvrf73\", \"f1358rze\"],\n g2u3we: \"f1p3nwhy\",\n h3c5rm: [\"f11589ue\", \"f1pdflbu\"],\n B9xav0g: \"f1q5o8ev\",\n zhjwy3: [\"f1pdflbu\", \"f11589ue\"],\n icvyot: \"fzkkow9\",\n vrafjx: [\"fcdblym\", \"fjik90z\"],\n oivjwe: \"fg706s2\",\n wvpqe5: [\"fjik90z\", \"fcdblym\"],\n De3pzq: \"fxugw4r\",\n E5pizo: \"f16uyjdj\"\n }\n}, {\n d: [\".fvbs34e{padding-top:1em;}\", \".fde2wo7{padding-right:1em;}\", \".fyan362{padding-left:1em;}\", \".f57rjzg{padding-bottom:1em;}\", \".ftac7j7{border-top-width:2px;}\", \".f1358rze{border-right-width:0;}\", \".f1rvrf73{border-left-width:0;}\", \".fqdk4by{border-bottom-width:0;}\", \".f1p3nwhy{border-top-color:transparent;}\", \".f11589ue{border-right-color:transparent;}\", \".f1pdflbu{border-left-color:transparent;}\", \".f1q5o8ev{border-bottom-color:transparent;}\", \".fzkkow9{border-top-style:solid;}\", \".fcdblym{border-right-style:solid;}\", \".fjik90z{border-left-style:solid;}\", \".fg706s2{border-bottom-style:solid;}\", \".fxugw4r{background-color:var(--colorNeutralBackground1);}\", \".f16uyjdj{box-shadow:0 1px 1px 1px var(--colorNeutralShadowKey);}\"]\n});\n//# sourceMappingURL=Segment.styles.js.map"],"names":["useSegmentStyles","__styles","segment","z8tnut","z189sj","Byoj8tv","uwmqm3","B4j52fo","Bekrc4i","Bn0qgzm","ibv6hh","g2u3we","h3c5rm","B9xav0g","zhjwy3","icvyot","vrafjx","oivjwe","wvpqe5","De3pzq","E5pizo","d"],"mappings":";;;;+BACaA;;aAAAA;;iCADgC;AACtC,MAAMA,mBAAmB,WAAW,GAAEC,IAAAA,4BAAQ,EAAC;IACpDC,SAAS;QACPC,QAAQ;QACRC,QAAQ;YAAC;YAAW;SAAU;QAC9BC,SAAS;QACTC,QAAQ;YAAC;YAAW;SAAU;QAC9BC,SAAS;QACTC,SAAS;YAAC;YAAY;SAAW;QACjCC,SAAS;QACTC,QAAQ;YAAC;YAAY;SAAW;QAChCC,QAAQ;QACRC,QAAQ;YAAC;YAAY;SAAW;QAChCC,SAAS;QACTC,QAAQ;YAAC;YAAY;SAAW;QAChCC,QAAQ;QACRC,QAAQ;YAAC;YAAW;SAAU;QAC9BC,QAAQ;QACRC,QAAQ;YAAC;YAAW;SAAU;QAC9BC,QAAQ;QACRC,QAAQ;IACV;AACF,GAAG;IACDC,GAAG;QAAC;QAA8B;QAAgC;QAA+B;QAAiC;QAAmC;QAAoC;QAAmC;QAAoC;QAA4C;QAA8C;QAA6C;QAA+C;QAAqC;QAAuC;QAAsC;QAAwC;QAA8D;KAAoE;AACpuB,IACA,0CAA0C"}
1
+ {"version":3,"sources":["Segment.styles.js"],"sourcesContent":["import { __styles, shorthands, tokens } from '@fluentui/react-components';\nexport const useSegmentStyles = /*#__PURE__*/__styles({\n segment: {\n z8tnut: \"fvbs34e\",\n z189sj: [\"fde2wo7\", \"fyan362\"],\n Byoj8tv: \"f57rjzg\",\n uwmqm3: [\"fyan362\", \"fde2wo7\"],\n B4j52fo: \"ftac7j7\",\n Bekrc4i: [\"f1358rze\", \"f1rvrf73\"],\n Bn0qgzm: \"fqdk4by\",\n ibv6hh: [\"f1rvrf73\", \"f1358rze\"],\n g2u3we: \"f1p3nwhy\",\n h3c5rm: [\"f11589ue\", \"f1pdflbu\"],\n B9xav0g: \"f1q5o8ev\",\n zhjwy3: [\"f1pdflbu\", \"f11589ue\"],\n icvyot: \"fzkkow9\",\n vrafjx: [\"fcdblym\", \"fjik90z\"],\n oivjwe: \"fg706s2\",\n wvpqe5: [\"fjik90z\", \"fcdblym\"],\n De3pzq: \"fxugw4r\",\n E5pizo: \"f16uyjdj\"\n }\n}, {\n d: [\".fvbs34e{padding-top:1em;}\", \".fde2wo7{padding-right:1em;}\", \".fyan362{padding-left:1em;}\", \".f57rjzg{padding-bottom:1em;}\", \".ftac7j7{border-top-width:2px;}\", \".f1358rze{border-right-width:0;}\", \".f1rvrf73{border-left-width:0;}\", \".fqdk4by{border-bottom-width:0;}\", \".f1p3nwhy{border-top-color:transparent;}\", \".f11589ue{border-right-color:transparent;}\", \".f1pdflbu{border-left-color:transparent;}\", \".f1q5o8ev{border-bottom-color:transparent;}\", \".fzkkow9{border-top-style:solid;}\", \".fcdblym{border-right-style:solid;}\", \".fjik90z{border-left-style:solid;}\", \".fg706s2{border-bottom-style:solid;}\", \".fxugw4r{background-color:var(--colorNeutralBackground1);}\", \".f16uyjdj{box-shadow:0 1px 1px 1px var(--colorNeutralShadowKey);}\"]\n});\n//# sourceMappingURL=Segment.styles.js.map"],"names":["useSegmentStyles","__styles","segment","z8tnut","z189sj","Byoj8tv","uwmqm3","B4j52fo","Bekrc4i","Bn0qgzm","ibv6hh","g2u3we","h3c5rm","B9xav0g","zhjwy3","icvyot","vrafjx","oivjwe","wvpqe5","De3pzq","E5pizo","d"],"mappings":";;;;+BACaA;;;eAAAA;;;iCADgC;AACtC,MAAMA,mBAAmB,WAAW,GAAEC,IAAAA,yBAAQ,EAAC;IACpDC,SAAS;QACPC,QAAQ;QACRC,QAAQ;YAAC;YAAW;SAAU;QAC9BC,SAAS;QACTC,QAAQ;YAAC;YAAW;SAAU;QAC9BC,SAAS;QACTC,SAAS;YAAC;YAAY;SAAW;QACjCC,SAAS;QACTC,QAAQ;YAAC;YAAY;SAAW;QAChCC,QAAQ;QACRC,QAAQ;YAAC;YAAY;SAAW;QAChCC,SAAS;QACTC,QAAQ;YAAC;YAAY;SAAW;QAChCC,QAAQ;QACRC,QAAQ;YAAC;YAAW;SAAU;QAC9BC,QAAQ;QACRC,QAAQ;YAAC;YAAW;SAAU;QAC9BC,QAAQ;QACRC,QAAQ;IACV;AACF,GAAG;IACDC,GAAG;QAAC;QAA8B;QAAgC;QAA+B;QAAiC;QAAmC;QAAoC;QAAmC;QAAoC;QAA4C;QAA8C;QAA6C;QAA+C;QAAqC;QAAuC;QAAsC;QAAwC;QAA8D;KAAoE;AACpuB,IACA,0CAA0C"}
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
6
- _exportStar(require("./Segment"), exports);
5
+ const _export_star = require("@swc/helpers/_/_export_star");
6
+ _export_star._(require("./Segment"), exports);
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export * from './Segment';\n"],"names":[],"mappings":";;;;;oBAAc"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export * from './Segment';\n"],"names":[],"mappings":";;;;;uBAAc"}
@@ -4,7 +4,9 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "slider", {
6
6
  enumerable: true,
7
- get: ()=>slider
7
+ get: function() {
8
+ return slider;
9
+ }
8
10
  });
9
11
  const fluid = ()=>({
10
12
  width: '100%'
@@ -1 +1 @@
1
- {"version":3,"sources":["Slider.mixins.js"],"sourcesContent":["const fluid = ()=>({\n width: '100%'\n });\nexport const slider = {\n fluid\n};\n"],"names":["slider","fluid","width"],"mappings":";;;;+BAGaA;;aAAAA;;AAHb,MAAMC,QAAQ,IAAK,CAAA;QACXC,OAAO;IACX,CAAA;AACG,MAAMF,SAAS;IAClBC;AACJ"}
1
+ {"version":3,"sources":["Slider.mixins.js"],"sourcesContent":["const fluid = ()=>({\n width: '100%'\n });\nexport const slider = {\n fluid\n};\n"],"names":["slider","fluid","width"],"mappings":";;;;+BAGaA;;;eAAAA;;;AAHb,MAAMC,QAAQ,IAAK,CAAA;QACXC,OAAO;IACX,CAAA;AACG,MAAMF,SAAS;IAClBC;AACJ"}
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "slider", {
6
6
  enumerable: true,
7
- get: ()=>_sliderMixins.slider
7
+ get: function() {
8
+ return _Slidermixins.slider;
9
+ }
8
10
  });
9
- const _sliderMixins = require("./Slider.mixins");
11
+ const _Slidermixins = require("./Slider.mixins");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { slider } from './Slider.mixins';\n"],"names":["slider"],"mappings":";;;;+BAASA;;aAAAA,oBAAM;;8BAAQ"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export { slider } from './Slider.mixins';\n"],"names":["slider"],"mappings":";;;;+BAASA;;;eAAAA,oBAAM;;;8BAAQ"}
@@ -4,16 +4,18 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "spinner", {
6
6
  enumerable: true,
7
- get: ()=>spinner
7
+ get: function() {
8
+ return spinner;
9
+ }
8
10
  });
9
- const _reactComponents = require("@fluentui/react-components");
11
+ const _reactcomponents = require("@fluentui/react-components");
10
12
  const v0Inline = ()=>({
11
13
  display: 'inline-flex'
12
14
  });
13
15
  const v0SpinnerLabelStyle = ()=>({
14
- [`& .${_reactComponents.labelClassNames.root}`]: {
16
+ [`& .${_reactcomponents.labelClassNames.root}`]: {
15
17
  fontSize: '14px',
16
- fontWeight: _reactComponents.tokens.fontWeightMedium
18
+ fontWeight: _reactcomponents.tokens.fontWeightMedium
17
19
  }
18
20
  });
19
21
  const spinner = {
@@ -1 +1 @@
1
- {"version":3,"sources":["SpinnerMigration.mixins.js"],"sourcesContent":["import { tokens, labelClassNames } from '@fluentui/react-components';\nconst v0Inline = ()=>({\n display: 'inline-flex'\n });\nconst v0SpinnerLabelStyle = ()=>({\n [`& .${labelClassNames.root}`]: {\n fontSize: '14px',\n fontWeight: tokens.fontWeightMedium\n }\n });\nexport const spinner = {\n v0Inline,\n v0SpinnerLabelStyle\n};\n"],"names":["spinner","v0Inline","display","v0SpinnerLabelStyle","labelClassNames","root","fontSize","fontWeight","tokens","fontWeightMedium"],"mappings":";;;;+BAUaA;;aAAAA;;iCAV2B;AACxC,MAAMC,WAAW,IAAK,CAAA;QACdC,SAAS;IACb,CAAA;AACJ,MAAMC,sBAAsB,IAAK,CAAA;QACzB,CAAC,CAAC,GAAG,EAAEC,gCAAe,CAACC,IAAI,CAAC,CAAC,CAAC,EAAE;YAC5BC,UAAU;YACVC,YAAYC,uBAAM,CAACC,gBAAgB;QACvC;IACJ,CAAA;AACG,MAAMT,UAAU;IACnBC;IACAE;AACJ"}
1
+ {"version":3,"sources":["SpinnerMigration.mixins.js"],"sourcesContent":["import { tokens, labelClassNames } from '@fluentui/react-components';\nconst v0Inline = ()=>({\n display: 'inline-flex'\n });\nconst v0SpinnerLabelStyle = ()=>({\n [`& .${labelClassNames.root}`]: {\n fontSize: '14px',\n fontWeight: tokens.fontWeightMedium\n }\n });\nexport const spinner = {\n v0Inline,\n v0SpinnerLabelStyle\n};\n"],"names":["spinner","v0Inline","display","v0SpinnerLabelStyle","labelClassNames","root","fontSize","fontWeight","tokens","fontWeightMedium"],"mappings":";;;;+BAUaA;;;eAAAA;;;iCAV2B;AACxC,MAAMC,WAAW,IAAK,CAAA;QACdC,SAAS;IACb,CAAA;AACJ,MAAMC,sBAAsB,IAAK,CAAA;QACzB,CAAC,CAAC,GAAG,EAAEC,gCAAe,CAACC,IAAI,CAAC,CAAC,CAAC,EAAE;YAC5BC,UAAU;YACVC,YAAYC,uBAAM,CAACC,gBAAgB;QACvC;IACJ,CAAA;AACG,MAAMT,UAAU;IACnBC;IACAE;AACJ"}
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "spinner", {
6
6
  enumerable: true,
7
- get: ()=>_spinnerMigrationMixins.spinner
7
+ get: function() {
8
+ return _SpinnerMigrationmixins.spinner;
9
+ }
8
10
  });
9
- const _spinnerMigrationMixins = require("./SpinnerMigration.mixins");
11
+ const _SpinnerMigrationmixins = require("./SpinnerMigration.mixins");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { spinner } from './SpinnerMigration.mixins';\n"],"names":["spinner"],"mappings":";;;;+BAASA;;aAAAA,+BAAO;;wCAAQ"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export { spinner } from './SpinnerMigration.mixins';\n"],"names":["spinner"],"mappings":";;;;+BAASA;;;eAAAA,+BAAO;;;wCAAQ"}
@@ -9,13 +9,17 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- styledTextClassName: ()=>styledTextClassName,
13
- StyledText: ()=>StyledText
12
+ styledTextClassName: function() {
13
+ return styledTextClassName;
14
+ },
15
+ StyledText: function() {
16
+ return StyledText;
17
+ }
14
18
  });
15
- const _interopRequireWildcard = require("@swc/helpers/lib/_interop_require_wildcard.js").default;
16
- const _react = /*#__PURE__*/ _interopRequireWildcard(require("react"));
17
- const _reactComponents = require("@fluentui/react-components");
18
- const _styledTextStyles = require("./StyledText.styles");
19
+ const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
20
+ const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
21
+ const _reactcomponents = require("@fluentui/react-components");
22
+ const _StyledTextstyles = require("./StyledText.styles");
19
23
  const styledTextClassName = 'fui-StyledText';
20
24
  const sizeMap = {
21
25
  '100': 'base100',
@@ -34,17 +38,17 @@ const sizeMap = {
34
38
  largest: 'hero700'
35
39
  };
36
40
  const StyledText = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
37
- const { align , as: Component = 'span' , atMention , disabled , error , important , success , temporary , timestamp , truncate , weight , wrap =true } = props;
41
+ const { align, as: Component = 'span', atMention, disabled, error, important, success, temporary, timestamp, truncate, weight, wrap = true } = props;
38
42
  const dir = typeof props.children === 'string' ? 'auto' : undefined;
39
- const rootProps = (0, _reactComponents.getNativeElementProps)(Component, {
43
+ const rootProps = (0, _reactcomponents.getNativeElementProps)(Component, {
40
44
  ref,
41
45
  ...props
42
46
  });
43
- const sizeStyles = (0, _styledTextStyles.useSizeStyles)();
44
- const weightStyles = (0, _styledTextStyles.useWeightStyles)();
45
- const styles = (0, _styledTextStyles.useStyles)();
47
+ const sizeStyles = (0, _StyledTextstyles.useSizeStyles)();
48
+ const weightStyles = (0, _StyledTextstyles.useWeightStyles)();
49
+ const styles = (0, _StyledTextstyles.useStyles)();
46
50
  const size = props.size ? sizeMap[props.size] : props.size;
47
- const className = (0, _reactComponents.mergeClasses)(styledTextClassName, size && sizeStyles[size], weight && weightStyles[weight], wrap === false && styles.nowrap, truncate && styles.truncate, align === 'center' && styles.alignCenter, align === 'end' && styles.alignEnd, align === 'justify' && styles.alignJustify, atMention && styles.mention, atMention === 'me' && styles.mentionMe, disabled && styles.disabled, error && styles.error, important && styles.important, success && styles.success, temporary && styles.temporary, timestamp && styles.timestamp, props.className);
51
+ const className = (0, _reactcomponents.mergeClasses)(styledTextClassName, size && sizeStyles[size], weight && weightStyles[weight], wrap === false && styles.nowrap, truncate && styles.truncate, align === 'center' && styles.alignCenter, align === 'end' && styles.alignEnd, align === 'justify' && styles.alignJustify, atMention && styles.mention, atMention === 'me' && styles.mentionMe, disabled && styles.disabled, error && styles.error, important && styles.important, success && styles.success, temporary && styles.temporary, timestamp && styles.timestamp, props.className);
48
52
  return /*#__PURE__*/ _react.createElement(Component, {
49
53
  dir: dir,
50
54
  ...rootProps,
@@ -1 +1 @@
1
- {"version":3,"sources":["StyledText.js"],"sourcesContent":["import * as React from 'react';\nimport { getNativeElementProps, mergeClasses } from '@fluentui/react-components';\nimport { useSizeStyles, useStyles, useWeightStyles } from './StyledText.styles';\nexport const styledTextClassName = 'fui-StyledText';\nconst sizeMap = {\n '100': 'base100',\n '200': 'base200',\n '300': 'base300',\n '400': 'base400',\n '500': 'base500',\n '600': 'base600',\n '700': 'hero700',\n smaller: 'base100',\n small: 'base200',\n medium: 'base300',\n large: 'base400',\n large500: 'base500',\n larger: 'base600',\n largest: 'hero700'\n};\nexport const StyledText = /*#__PURE__*/ React.forwardRef((props, ref)=>{\n const { align , as: Component = 'span' , atMention , disabled , error , important , success , temporary , timestamp , truncate , weight , wrap =true } = props;\n const dir = typeof props.children === 'string' ? 'auto' : undefined;\n const rootProps = getNativeElementProps(Component, {\n ref,\n ...props\n });\n const sizeStyles = useSizeStyles();\n const weightStyles = useWeightStyles();\n const styles = useStyles();\n const size = props.size ? sizeMap[props.size] : props.size;\n const className = mergeClasses(styledTextClassName, size && sizeStyles[size], weight && weightStyles[weight], wrap === false && styles.nowrap, truncate && styles.truncate, align === 'center' && styles.alignCenter, align === 'end' && styles.alignEnd, align === 'justify' && styles.alignJustify, atMention && styles.mention, atMention === 'me' && styles.mentionMe, disabled && styles.disabled, error && styles.error, important && styles.important, success && styles.success, temporary && styles.temporary, timestamp && styles.timestamp, props.className);\n return /*#__PURE__*/ React.createElement(Component, {\n dir: dir,\n ...rootProps,\n className: className\n });\n});\nStyledText.displayName = 'StyledText';\n"],"names":["styledTextClassName","StyledText","sizeMap","smaller","small","medium","large","large500","larger","largest","React","forwardRef","props","ref","align","as","Component","atMention","disabled","error","important","success","temporary","timestamp","truncate","weight","wrap","dir","children","undefined","rootProps","getNativeElementProps","sizeStyles","useSizeStyles","weightStyles","useWeightStyles","styles","useStyles","size","className","mergeClasses","nowrap","alignCenter","alignEnd","alignJustify","mention","mentionMe","createElement","displayName"],"mappings":";;;;;;;;;;;IAGaA,mBAAmB,MAAnBA;IAiBAC,UAAU,MAAVA;;;6DApBU;iCAC6B;kCACM;AACnD,MAAMD,sBAAsB;AACnC,MAAME,UAAU;IACZ,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACPC,SAAS;IACTC,OAAO;IACPC,QAAQ;IACRC,OAAO;IACPC,UAAU;IACVC,QAAQ;IACRC,SAAS;AACb;AACO,MAAMR,aAAa,WAAW,GAAGS,OAAMC,UAAU,CAAC,CAACC,OAAOC,MAAM;IACnE,MAAM,EAAEC,MAAK,EAAGC,IAAIC,YAAY,MAAM,CAAA,EAAGC,UAAS,EAAGC,SAAQ,EAAGC,MAAK,EAAGC,UAAS,EAAGC,QAAO,EAAGC,UAAS,EAAGC,UAAS,EAAGC,SAAQ,EAAGC,OAAM,EAAGC,MAAM,IAAI,CAAA,EAAG,GAAGd;IAC1J,MAAMe,MAAM,OAAOf,MAAMgB,QAAQ,KAAK,WAAW,SAASC,SAAS;IACnE,MAAMC,YAAYC,IAAAA,sCAAqB,EAACf,WAAW;QAC/CH;QACA,GAAGD,KAAK;IACZ;IACA,MAAMoB,aAAaC,IAAAA,+BAAa;IAChC,MAAMC,eAAeC,IAAAA,iCAAe;IACpC,MAAMC,SAASC,IAAAA,2BAAS;IACxB,MAAMC,OAAO1B,MAAM0B,IAAI,GAAGpC,OAAO,CAACU,MAAM0B,IAAI,CAAC,GAAG1B,MAAM0B,IAAI;IAC1D,MAAMC,YAAYC,IAAAA,6BAAY,EAACxC,qBAAqBsC,QAAQN,UAAU,CAACM,KAAK,EAAEb,UAAUS,YAAY,CAACT,OAAO,EAAEC,SAAS,KAAK,IAAIU,OAAOK,MAAM,EAAEjB,YAAYY,OAAOZ,QAAQ,EAAEV,UAAU,YAAYsB,OAAOM,WAAW,EAAE5B,UAAU,SAASsB,OAAOO,QAAQ,EAAE7B,UAAU,aAAasB,OAAOQ,YAAY,EAAE3B,aAAamB,OAAOS,OAAO,EAAE5B,cAAc,QAAQmB,OAAOU,SAAS,EAAE5B,YAAYkB,OAAOlB,QAAQ,EAAEC,SAASiB,OAAOjB,KAAK,EAAEC,aAAagB,OAAOhB,SAAS,EAAEC,WAAWe,OAAOf,OAAO,EAAEC,aAAac,OAAOd,SAAS,EAAEC,aAAaa,OAAOb,SAAS,EAAEX,MAAM2B,SAAS;IACtiB,OAAO,WAAW,GAAG7B,OAAMqC,aAAa,CAAC/B,WAAW;QAChDW,KAAKA;QACL,GAAGG,SAAS;QACZS,WAAWA;IACf;AACJ;AACAtC,WAAW+C,WAAW,GAAG"}
1
+ {"version":3,"sources":["StyledText.js"],"sourcesContent":["import * as React from 'react';\nimport { getNativeElementProps, mergeClasses } from '@fluentui/react-components';\nimport { useSizeStyles, useStyles, useWeightStyles } from './StyledText.styles';\nexport const styledTextClassName = 'fui-StyledText';\nconst sizeMap = {\n '100': 'base100',\n '200': 'base200',\n '300': 'base300',\n '400': 'base400',\n '500': 'base500',\n '600': 'base600',\n '700': 'hero700',\n smaller: 'base100',\n small: 'base200',\n medium: 'base300',\n large: 'base400',\n large500: 'base500',\n larger: 'base600',\n largest: 'hero700'\n};\nexport const StyledText = /*#__PURE__*/ React.forwardRef((props, ref)=>{\n const { align, as: Component = 'span', atMention, disabled, error, important, success, temporary, timestamp, truncate, weight, wrap = true } = props;\n const dir = typeof props.children === 'string' ? 'auto' : undefined;\n const rootProps = getNativeElementProps(Component, {\n ref,\n ...props\n });\n const sizeStyles = useSizeStyles();\n const weightStyles = useWeightStyles();\n const styles = useStyles();\n const size = props.size ? sizeMap[props.size] : props.size;\n const className = mergeClasses(styledTextClassName, size && sizeStyles[size], weight && weightStyles[weight], wrap === false && styles.nowrap, truncate && styles.truncate, align === 'center' && styles.alignCenter, align === 'end' && styles.alignEnd, align === 'justify' && styles.alignJustify, atMention && styles.mention, atMention === 'me' && styles.mentionMe, disabled && styles.disabled, error && styles.error, important && styles.important, success && styles.success, temporary && styles.temporary, timestamp && styles.timestamp, props.className);\n return /*#__PURE__*/ React.createElement(Component, {\n dir: dir,\n ...rootProps,\n className: className\n });\n});\nStyledText.displayName = 'StyledText';\n"],"names":["styledTextClassName","StyledText","sizeMap","smaller","small","medium","large","large500","larger","largest","React","forwardRef","props","ref","align","as","Component","atMention","disabled","error","important","success","temporary","timestamp","truncate","weight","wrap","dir","children","undefined","rootProps","getNativeElementProps","sizeStyles","useSizeStyles","weightStyles","useWeightStyles","styles","useStyles","size","className","mergeClasses","nowrap","alignCenter","alignEnd","alignJustify","mention","mentionMe","createElement","displayName"],"mappings":";;;;;;;;;;;IAGaA,mBAAmB;eAAnBA;;IAiBAC,UAAU;eAAVA;;;;iEApBU;iCAC6B;kCACM;AACnD,MAAMD,sBAAsB;AACnC,MAAME,UAAU;IACZ,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACPC,SAAS;IACTC,OAAO;IACPC,QAAQ;IACRC,OAAO;IACPC,UAAU;IACVC,QAAQ;IACRC,SAAS;AACb;AACO,MAAMR,aAAa,WAAW,GAAGS,OAAMC,UAAU,CAAC,CAACC,OAAOC;IAC7D,MAAM,EAAEC,KAAK,EAAEC,IAAIC,YAAY,MAAM,EAAEC,SAAS,EAAEC,QAAQ,EAAEC,KAAK,EAAEC,SAAS,EAAEC,OAAO,EAAEC,SAAS,EAAEC,SAAS,EAAEC,QAAQ,EAAEC,MAAM,EAAEC,OAAO,IAAI,EAAE,GAAGd;IAC/I,MAAMe,MAAM,OAAOf,MAAMgB,QAAQ,KAAK,WAAW,SAASC;IAC1D,MAAMC,YAAYC,IAAAA,sCAAqB,EAACf,WAAW;QAC/CH;QACA,GAAGD,KAAK;IACZ;IACA,MAAMoB,aAAaC,IAAAA,+BAAa;IAChC,MAAMC,eAAeC,IAAAA,iCAAe;IACpC,MAAMC,SAASC,IAAAA,2BAAS;IACxB,MAAMC,OAAO1B,MAAM0B,IAAI,GAAGpC,OAAO,CAACU,MAAM0B,IAAI,CAAC,GAAG1B,MAAM0B,IAAI;IAC1D,MAAMC,YAAYC,IAAAA,6BAAY,EAACxC,qBAAqBsC,QAAQN,UAAU,CAACM,KAAK,EAAEb,UAAUS,YAAY,CAACT,OAAO,EAAEC,SAAS,SAASU,OAAOK,MAAM,EAAEjB,YAAYY,OAAOZ,QAAQ,EAAEV,UAAU,YAAYsB,OAAOM,WAAW,EAAE5B,UAAU,SAASsB,OAAOO,QAAQ,EAAE7B,UAAU,aAAasB,OAAOQ,YAAY,EAAE3B,aAAamB,OAAOS,OAAO,EAAE5B,cAAc,QAAQmB,OAAOU,SAAS,EAAE5B,YAAYkB,OAAOlB,QAAQ,EAAEC,SAASiB,OAAOjB,KAAK,EAAEC,aAAagB,OAAOhB,SAAS,EAAEC,WAAWe,OAAOf,OAAO,EAAEC,aAAac,OAAOd,SAAS,EAAEC,aAAaa,OAAOb,SAAS,EAAEX,MAAM2B,SAAS;IACtiB,OAAO,WAAW,GAAG7B,OAAMqC,aAAa,CAAC/B,WAAW;QAChDW,KAAKA;QACL,GAAGG,SAAS;QACZS,WAAWA;IACf;AACJ;AACAtC,WAAW+C,WAAW,GAAG"}
@@ -9,12 +9,18 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- useSizeStyles: ()=>useSizeStyles,
13
- useWeightStyles: ()=>useWeightStyles,
14
- useStyles: ()=>useStyles
12
+ useSizeStyles: function() {
13
+ return useSizeStyles;
14
+ },
15
+ useWeightStyles: function() {
16
+ return useWeightStyles;
17
+ },
18
+ useStyles: function() {
19
+ return useStyles;
20
+ }
15
21
  });
16
- const _reactComponents = require("@fluentui/react-components");
17
- const useSizeStyles = /*#__PURE__*/ (0, _reactComponents["__styles"])({
22
+ const _reactcomponents = require("@fluentui/react-components");
23
+ const useSizeStyles = /*#__PURE__*/ (0, _reactcomponents.__styles)({
18
24
  base100: {
19
25
  Be2twd7: "f13mqy1h",
20
26
  Bg96gwp: "fcpl73t"
@@ -61,7 +67,7 @@ const useSizeStyles = /*#__PURE__*/ (0, _reactComponents["__styles"])({
61
67
  ".fcen8rp{line-height:var(--lineHeightHero700);}"
62
68
  ]
63
69
  });
64
- const useWeightStyles = /*#__PURE__*/ (0, _reactComponents["__styles"])({
70
+ const useWeightStyles = /*#__PURE__*/ (0, _reactcomponents.__styles)({
65
71
  light: {
66
72
  Bhrd7zp: "f3wt7jm"
67
73
  },
@@ -90,7 +96,7 @@ const useWeightStyles = /*#__PURE__*/ (0, _reactComponents["__styles"])({
90
96
  ".f1leeax8{font-weight:700;}"
91
97
  ]
92
98
  });
93
- const useStyles = /*#__PURE__*/ (0, _reactComponents["__styles"])({
99
+ const useStyles = /*#__PURE__*/ (0, _reactcomponents.__styles)({
94
100
  mention: {
95
101
  sj55zd: "fyind8e"
96
102
  },
@@ -1 +1 @@
1
- {"version":3,"sources":["StyledText.styles.js"],"sourcesContent":["import { __styles, shorthands, tokens } from '@fluentui/react-components';\nexport const useSizeStyles = /*#__PURE__*/__styles({\n base100: {\n Be2twd7: \"f13mqy1h\",\n Bg96gwp: \"fcpl73t\"\n },\n base200: {\n Be2twd7: \"fy9rknc\",\n Bg96gwp: \"fwrc4pm\"\n },\n base300: {\n Be2twd7: \"fkhj508\",\n Bg96gwp: \"f1i3iumi\"\n },\n base400: {\n Be2twd7: \"fod5ikn\",\n Bg96gwp: \"faaz57k\"\n },\n base500: {\n Be2twd7: \"f1pp30po\",\n Bg96gwp: \"f106mvju\"\n },\n base600: {\n Be2twd7: \"f1x0m3f5\",\n Bg96gwp: \"fb86gi6\"\n },\n hero700: {\n Be2twd7: \"fojgt09\",\n Bg96gwp: \"fcen8rp\"\n }\n}, {\n d: [\".f13mqy1h{font-size:var(--fontSizeBase100);}\", \".fcpl73t{line-height:var(--lineHeightBase100);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\", \".f1pp30po{font-size:var(--fontSizeBase500);}\", \".f106mvju{line-height:var(--lineHeightBase500);}\", \".f1x0m3f5{font-size:var(--fontSizeBase600);}\", \".fb86gi6{line-height:var(--lineHeightBase600);}\", \".fojgt09{font-size:var(--fontSizeHero700);}\", \".fcen8rp{line-height:var(--lineHeightHero700);}\"]\n});\nexport const useWeightStyles = /*#__PURE__*/__styles({\n light: {\n Bhrd7zp: \"f3wt7jm\"\n },\n semilight: {\n Bhrd7zp: \"f13vlhzf\"\n },\n regular: {\n Bhrd7zp: \"f71fsbu\"\n },\n medium: {\n Bhrd7zp: \"f1hd9hm2\"\n },\n semibold: {\n Bhrd7zp: \"fhuq1gn\"\n },\n bold: {\n Bhrd7zp: \"f1leeax8\"\n }\n}, {\n d: [\".f3wt7jm{font-weight:200;}\", \".f13vlhzf{font-weight:300;}\", \".f71fsbu{font-weight:400;}\", \".f1hd9hm2{font-weight:500;}\", \".fhuq1gn{font-weight:600;}\", \".f1leeax8{font-weight:700;}\"]\n});\nexport const useStyles = /*#__PURE__*/__styles({\n mention: {\n sj55zd: \"fyind8e\"\n },\n mentionMe: {\n sj55zd: \"f1ouce03\",\n Bhrd7zp: \"f1leeax8\"\n },\n disabled: {\n sj55zd: \"f1s2aq7o\"\n },\n error: {\n sj55zd: \"f1whyuy6\"\n },\n important: {\n sj55zd: \"f1l8vj45\",\n Bhrd7zp: \"f1leeax8\"\n },\n success: {\n sj55zd: \"f1m7fhi8\"\n },\n temporary: {\n B80ckks: \"f1j4dglz\"\n },\n timestamp: {\n sj55zd: \"f11d4kpn\"\n },\n nowrap: {\n Huce71: \"fz5stix\",\n B68tc82: \"f1p9o1ba\",\n Bmxbyg5: \"f1sil6mw\"\n },\n truncate: {\n ygn44y: \"f1cmbuwj\"\n },\n alignCenter: {\n fsow6f: \"f17mccla\"\n },\n alignEnd: {\n fsow6f: \"f12ymhq5\"\n },\n alignJustify: {\n fsow6f: \"f1j59e10\"\n }\n}, {\n d: [\".fyind8e{color:var(--colorBrandForegroundLink);}\", \".f1ouce03{color:var(--colorPalettePumpkinBorderActive);}\", \".f1leeax8{font-weight:700;}\", \".f1s2aq7o{color:var(--colorNeutralForegroundDisabled);}\", \".f1whyuy6{color:var(--colorPaletteRedForeground3);}\", \".f1l8vj45{color:var(--colorPaletteDarkOrangeForeground3);}\", \".f1m7fhi8{color:var(--colorPaletteGreenForeground3);}\", \".f1j4dglz{font-style:italic;}\", \".f11d4kpn{color:var(--colorNeutralForeground3);}\", \".fz5stix{white-space:nowrap;}\", \".f1p9o1ba{overflow-x:hidden;}\", \".f1sil6mw{overflow-y:hidden;}\", \".f1cmbuwj{text-overflow:ellipsis;}\", \".f17mccla{text-align:center;}\", \".f12ymhq5{text-align:end;}\", \".f1j59e10{text-align:justify;}\"]\n});\n//# sourceMappingURL=StyledText.styles.js.map"],"names":["useSizeStyles","useWeightStyles","useStyles","__styles","base100","Be2twd7","Bg96gwp","base200","base300","base400","base500","base600","hero700","d","light","Bhrd7zp","semilight","regular","medium","semibold","bold","mention","sj55zd","mentionMe","disabled","error","important","success","temporary","B80ckks","timestamp","nowrap","Huce71","B68tc82","Bmxbyg5","truncate","ygn44y","alignCenter","fsow6f","alignEnd","alignJustify"],"mappings":";;;;;;;;;;;IACaA,aAAa,MAAbA;IAgCAC,eAAe,MAAfA;IAsBAC,SAAS,MAATA;;iCAvDgC;AACtC,MAAMF,gBAAgB,WAAW,GAAEG,IAAAA,4BAAQ,EAAC;IACjDC,SAAS;QACPC,SAAS;QACTC,SAAS;IACX;IACAC,SAAS;QACPF,SAAS;QACTC,SAAS;IACX;IACAE,SAAS;QACPH,SAAS;QACTC,SAAS;IACX;IACAG,SAAS;QACPJ,SAAS;QACTC,SAAS;IACX;IACAI,SAAS;QACPL,SAAS;QACTC,SAAS;IACX;IACAK,SAAS;QACPN,SAAS;QACTC,SAAS;IACX;IACAM,SAAS;QACPP,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDO,GAAG;QAAC;QAAgD;QAAmD;QAA+C;QAAmD;QAA+C;QAAoD;QAA+C;QAAmD;QAAgD;QAAoD;QAAgD;QAAmD;QAA+C;KAAkD;AACxrB;AACO,MAAMZ,kBAAkB,WAAW,GAAEE,IAAAA,4BAAQ,EAAC;IACnDW,OAAO;QACLC,SAAS;IACX;IACAC,WAAW;QACTD,SAAS;IACX;IACAE,SAAS;QACPF,SAAS;IACX;IACAG,QAAQ;QACNH,SAAS;IACX;IACAI,UAAU;QACRJ,SAAS;IACX;IACAK,MAAM;QACJL,SAAS;IACX;AACF,GAAG;IACDF,GAAG;QAAC;QAA8B;QAA+B;QAA8B;QAA+B;QAA8B;KAA8B;AAC5L;AACO,MAAMX,YAAY,WAAW,GAAEC,IAAAA,4BAAQ,EAAC;IAC7CkB,SAAS;QACPC,QAAQ;IACV;IACAC,WAAW;QACTD,QAAQ;QACRP,SAAS;IACX;IACAS,UAAU;QACRF,QAAQ;IACV;IACAG,OAAO;QACLH,QAAQ;IACV;IACAI,WAAW;QACTJ,QAAQ;QACRP,SAAS;IACX;IACAY,SAAS;QACPL,QAAQ;IACV;IACAM,WAAW;QACTC,SAAS;IACX;IACAC,WAAW;QACTR,QAAQ;IACV;IACAS,QAAQ;QACNC,QAAQ;QACRC,SAAS;QACTC,SAAS;IACX;IACAC,UAAU;QACRC,QAAQ;IACV;IACAC,aAAa;QACXC,QAAQ;IACV;IACAC,UAAU;QACRD,QAAQ;IACV;IACAE,cAAc;QACZF,QAAQ;IACV;AACF,GAAG;IACDzB,GAAG;QAAC;QAAoD;QAA4D;QAA+B;QAA2D;QAAuD;QAA8D;QAAyD;QAAiC;QAAoD;QAAiC;QAAiC;QAAiC;QAAsC;QAAiC;QAA8B;KAAiC;AAC5rB,IACA,6CAA6C"}
1
+ {"version":3,"sources":["StyledText.styles.js"],"sourcesContent":["import { __styles, shorthands, tokens } from '@fluentui/react-components';\nexport const useSizeStyles = /*#__PURE__*/__styles({\n base100: {\n Be2twd7: \"f13mqy1h\",\n Bg96gwp: \"fcpl73t\"\n },\n base200: {\n Be2twd7: \"fy9rknc\",\n Bg96gwp: \"fwrc4pm\"\n },\n base300: {\n Be2twd7: \"fkhj508\",\n Bg96gwp: \"f1i3iumi\"\n },\n base400: {\n Be2twd7: \"fod5ikn\",\n Bg96gwp: \"faaz57k\"\n },\n base500: {\n Be2twd7: \"f1pp30po\",\n Bg96gwp: \"f106mvju\"\n },\n base600: {\n Be2twd7: \"f1x0m3f5\",\n Bg96gwp: \"fb86gi6\"\n },\n hero700: {\n Be2twd7: \"fojgt09\",\n Bg96gwp: \"fcen8rp\"\n }\n}, {\n d: [\".f13mqy1h{font-size:var(--fontSizeBase100);}\", \".fcpl73t{line-height:var(--lineHeightBase100);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\", \".f1pp30po{font-size:var(--fontSizeBase500);}\", \".f106mvju{line-height:var(--lineHeightBase500);}\", \".f1x0m3f5{font-size:var(--fontSizeBase600);}\", \".fb86gi6{line-height:var(--lineHeightBase600);}\", \".fojgt09{font-size:var(--fontSizeHero700);}\", \".fcen8rp{line-height:var(--lineHeightHero700);}\"]\n});\nexport const useWeightStyles = /*#__PURE__*/__styles({\n light: {\n Bhrd7zp: \"f3wt7jm\"\n },\n semilight: {\n Bhrd7zp: \"f13vlhzf\"\n },\n regular: {\n Bhrd7zp: \"f71fsbu\"\n },\n medium: {\n Bhrd7zp: \"f1hd9hm2\"\n },\n semibold: {\n Bhrd7zp: \"fhuq1gn\"\n },\n bold: {\n Bhrd7zp: \"f1leeax8\"\n }\n}, {\n d: [\".f3wt7jm{font-weight:200;}\", \".f13vlhzf{font-weight:300;}\", \".f71fsbu{font-weight:400;}\", \".f1hd9hm2{font-weight:500;}\", \".fhuq1gn{font-weight:600;}\", \".f1leeax8{font-weight:700;}\"]\n});\nexport const useStyles = /*#__PURE__*/__styles({\n mention: {\n sj55zd: \"fyind8e\"\n },\n mentionMe: {\n sj55zd: \"f1ouce03\",\n Bhrd7zp: \"f1leeax8\"\n },\n disabled: {\n sj55zd: \"f1s2aq7o\"\n },\n error: {\n sj55zd: \"f1whyuy6\"\n },\n important: {\n sj55zd: \"f1l8vj45\",\n Bhrd7zp: \"f1leeax8\"\n },\n success: {\n sj55zd: \"f1m7fhi8\"\n },\n temporary: {\n B80ckks: \"f1j4dglz\"\n },\n timestamp: {\n sj55zd: \"f11d4kpn\"\n },\n nowrap: {\n Huce71: \"fz5stix\",\n B68tc82: \"f1p9o1ba\",\n Bmxbyg5: \"f1sil6mw\"\n },\n truncate: {\n ygn44y: \"f1cmbuwj\"\n },\n alignCenter: {\n fsow6f: \"f17mccla\"\n },\n alignEnd: {\n fsow6f: \"f12ymhq5\"\n },\n alignJustify: {\n fsow6f: \"f1j59e10\"\n }\n}, {\n d: [\".fyind8e{color:var(--colorBrandForegroundLink);}\", \".f1ouce03{color:var(--colorPalettePumpkinBorderActive);}\", \".f1leeax8{font-weight:700;}\", \".f1s2aq7o{color:var(--colorNeutralForegroundDisabled);}\", \".f1whyuy6{color:var(--colorPaletteRedForeground3);}\", \".f1l8vj45{color:var(--colorPaletteDarkOrangeForeground3);}\", \".f1m7fhi8{color:var(--colorPaletteGreenForeground3);}\", \".f1j4dglz{font-style:italic;}\", \".f11d4kpn{color:var(--colorNeutralForeground3);}\", \".fz5stix{white-space:nowrap;}\", \".f1p9o1ba{overflow-x:hidden;}\", \".f1sil6mw{overflow-y:hidden;}\", \".f1cmbuwj{text-overflow:ellipsis;}\", \".f17mccla{text-align:center;}\", \".f12ymhq5{text-align:end;}\", \".f1j59e10{text-align:justify;}\"]\n});\n//# sourceMappingURL=StyledText.styles.js.map"],"names":["useSizeStyles","useWeightStyles","useStyles","__styles","base100","Be2twd7","Bg96gwp","base200","base300","base400","base500","base600","hero700","d","light","Bhrd7zp","semilight","regular","medium","semibold","bold","mention","sj55zd","mentionMe","disabled","error","important","success","temporary","B80ckks","timestamp","nowrap","Huce71","B68tc82","Bmxbyg5","truncate","ygn44y","alignCenter","fsow6f","alignEnd","alignJustify"],"mappings":";;;;;;;;;;;IACaA,aAAa;eAAbA;;IAgCAC,eAAe;eAAfA;;IAsBAC,SAAS;eAATA;;;iCAvDgC;AACtC,MAAMF,gBAAgB,WAAW,GAAEG,IAAAA,yBAAQ,EAAC;IACjDC,SAAS;QACPC,SAAS;QACTC,SAAS;IACX;IACAC,SAAS;QACPF,SAAS;QACTC,SAAS;IACX;IACAE,SAAS;QACPH,SAAS;QACTC,SAAS;IACX;IACAG,SAAS;QACPJ,SAAS;QACTC,SAAS;IACX;IACAI,SAAS;QACPL,SAAS;QACTC,SAAS;IACX;IACAK,SAAS;QACPN,SAAS;QACTC,SAAS;IACX;IACAM,SAAS;QACPP,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDO,GAAG;QAAC;QAAgD;QAAmD;QAA+C;QAAmD;QAA+C;QAAoD;QAA+C;QAAmD;QAAgD;QAAoD;QAAgD;QAAmD;QAA+C;KAAkD;AACxrB;AACO,MAAMZ,kBAAkB,WAAW,GAAEE,IAAAA,yBAAQ,EAAC;IACnDW,OAAO;QACLC,SAAS;IACX;IACAC,WAAW;QACTD,SAAS;IACX;IACAE,SAAS;QACPF,SAAS;IACX;IACAG,QAAQ;QACNH,SAAS;IACX;IACAI,UAAU;QACRJ,SAAS;IACX;IACAK,MAAM;QACJL,SAAS;IACX;AACF,GAAG;IACDF,GAAG;QAAC;QAA8B;QAA+B;QAA8B;QAA+B;QAA8B;KAA8B;AAC5L;AACO,MAAMX,YAAY,WAAW,GAAEC,IAAAA,yBAAQ,EAAC;IAC7CkB,SAAS;QACPC,QAAQ;IACV;IACAC,WAAW;QACTD,QAAQ;QACRP,SAAS;IACX;IACAS,UAAU;QACRF,QAAQ;IACV;IACAG,OAAO;QACLH,QAAQ;IACV;IACAI,WAAW;QACTJ,QAAQ;QACRP,SAAS;IACX;IACAY,SAAS;QACPL,QAAQ;IACV;IACAM,WAAW;QACTC,SAAS;IACX;IACAC,WAAW;QACTR,QAAQ;IACV;IACAS,QAAQ;QACNC,QAAQ;QACRC,SAAS;QACTC,SAAS;IACX;IACAC,UAAU;QACRC,QAAQ;IACV;IACAC,aAAa;QACXC,QAAQ;IACV;IACAC,UAAU;QACRD,QAAQ;IACV;IACAE,cAAc;QACZF,QAAQ;IACV;AACF,GAAG;IACDzB,GAAG;QAAC;QAAoD;QAA4D;QAA+B;QAA2D;QAAuD;QAA8D;QAAyD;QAAiC;QAAoD;QAAiC;QAAiC;QAAiC;QAAsC;QAAiC;QAA8B;KAAiC;AAC5rB,IACA,6CAA6C"}
@@ -2,6 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
6
- _exportStar(require("./StyledText"), exports);
7
- _exportStar(require("./StyledText.styles"), exports);
5
+ const _export_star = require("@swc/helpers/_/_export_star");
6
+ _export_star._(require("./StyledText"), exports);
7
+ _export_star._(require("./StyledText.styles"), exports);
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export * from './StyledText';\nexport * from './StyledText.styles';\n"],"names":[],"mappings":";;;;;oBAAc;oBACA"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export * from './StyledText';\nexport * from './StyledText.styles';\n"],"names":[],"mappings":";;;;;uBAAc;uBACA"}
@@ -9,40 +9,90 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- GridShim: ()=>_index.GridShim,
13
- grid: ()=>_index.grid,
14
- gridClassName: ()=>_index.gridClassName,
15
- useGridStyles: ()=>_index.useGridStyles,
16
- FormFieldShim: ()=>_formField.FormFieldShim,
17
- Segment: ()=>_segment.Segment,
18
- slider: ()=>_slider.slider,
19
- input: ()=>_input.input,
20
- v0Icon: ()=>_button.v0Icon,
21
- v9CustomSizeIcon: ()=>_button.v9CustomSizeIcon,
22
- v9DisabledCursor: ()=>_button.v9DisabledCursor,
23
- v9HoverClasses: ()=>_button.v9HoverClasses,
24
- v9Icon: ()=>_button.v9Icon,
25
- spinner: ()=>_spinner.spinner,
26
- StyledText: ()=>_styledText.StyledText,
27
- styledTextClassName: ()=>_styledText.styledTextClassName,
28
- Primitive: ()=>_primitive.Primitive,
29
- primitiveClassName: ()=>_primitive.primitiveClassName,
30
- ItemLayout: ()=>_itemLayout.ItemLayout,
31
- itemLayoutClassName: ()=>_itemLayout.itemLayoutClassName,
32
- useItemLayoutStyles: ()=>_itemLayout.useItemLayoutStyles,
33
- Flex: ()=>_flex.Flex,
34
- flexClassName: ()=>_flex.flexClassName,
35
- flexItem: ()=>_flex.flexItem,
36
- useFlexStyles: ()=>_flex.useFlexStyles
12
+ GridShim: function() {
13
+ return _index.GridShim;
14
+ },
15
+ grid: function() {
16
+ return _index.grid;
17
+ },
18
+ gridClassName: function() {
19
+ return _index.gridClassName;
20
+ },
21
+ useGridStyles: function() {
22
+ return _index.useGridStyles;
23
+ },
24
+ FormFieldShim: function() {
25
+ return _FormField.FormFieldShim;
26
+ },
27
+ Segment: function() {
28
+ return _Segment.Segment;
29
+ },
30
+ slider: function() {
31
+ return _Slider.slider;
32
+ },
33
+ input: function() {
34
+ return _Input.input;
35
+ },
36
+ v0Icon: function() {
37
+ return _Button.v0Icon;
38
+ },
39
+ v9CustomSizeIcon: function() {
40
+ return _Button.v9CustomSizeIcon;
41
+ },
42
+ v9DisabledCursor: function() {
43
+ return _Button.v9DisabledCursor;
44
+ },
45
+ v9HoverClasses: function() {
46
+ return _Button.v9HoverClasses;
47
+ },
48
+ v9Icon: function() {
49
+ return _Button.v9Icon;
50
+ },
51
+ spinner: function() {
52
+ return _Spinner.spinner;
53
+ },
54
+ StyledText: function() {
55
+ return _StyledText.StyledText;
56
+ },
57
+ styledTextClassName: function() {
58
+ return _StyledText.styledTextClassName;
59
+ },
60
+ Primitive: function() {
61
+ return _Primitive.Primitive;
62
+ },
63
+ primitiveClassName: function() {
64
+ return _Primitive.primitiveClassName;
65
+ },
66
+ ItemLayout: function() {
67
+ return _ItemLayout.ItemLayout;
68
+ },
69
+ itemLayoutClassName: function() {
70
+ return _ItemLayout.itemLayoutClassName;
71
+ },
72
+ useItemLayoutStyles: function() {
73
+ return _ItemLayout.useItemLayoutStyles;
74
+ },
75
+ Flex: function() {
76
+ return _Flex.Flex;
77
+ },
78
+ flexClassName: function() {
79
+ return _Flex.flexClassName;
80
+ },
81
+ flexItem: function() {
82
+ return _Flex.flexItem;
83
+ },
84
+ useFlexStyles: function() {
85
+ return _Flex.useFlexStyles;
86
+ }
37
87
  });
38
88
  const _index = require("./components/Grid/index");
39
- const _formField = require("./components/FormField");
40
- const _segment = require("./components/Segment");
41
- const _slider = require("./components/Slider");
42
- const _input = require("./components/Input");
43
- const _button = require("./components/Button");
44
- const _spinner = require("./components/Spinner");
45
- const _styledText = require("./components/StyledText");
46
- const _primitive = require("./components/Primitive");
47
- const _itemLayout = require("./components/ItemLayout");
48
- const _flex = require("./components/Flex");
89
+ const _FormField = require("./components/FormField");
90
+ const _Segment = require("./components/Segment");
91
+ const _Slider = require("./components/Slider");
92
+ const _Input = require("./components/Input");
93
+ const _Button = require("./components/Button");
94
+ const _Spinner = require("./components/Spinner");
95
+ const _StyledText = require("./components/StyledText");
96
+ const _Primitive = require("./components/Primitive");
97
+ const _ItemLayout = require("./components/ItemLayout");
98
+ const _Flex = require("./components/Flex");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { GridShim, grid, gridClassName, useGridStyles } from './components/Grid/index';\nexport { FormFieldShim } from './components/FormField';\nexport { Segment } from './components/Segment';\nexport { slider } from './components/Slider';\nexport { input } from './components/Input';\nexport { v0Icon, v9CustomSizeIcon, v9DisabledCursor, v9HoverClasses, v9Icon } from './components/Button';\nexport { spinner } from './components/Spinner';\nexport { StyledText, styledTextClassName } from './components/StyledText';\nexport { Primitive, primitiveClassName } from './components/Primitive';\nexport { ItemLayout, itemLayoutClassName, useItemLayoutStyles } from './components/ItemLayout';\nexport { Flex, flexClassName, flexItem, useFlexStyles } from './components/Flex';\n"],"names":["GridShim","grid","gridClassName","useGridStyles","FormFieldShim","Segment","slider","input","v0Icon","v9CustomSizeIcon","v9DisabledCursor","v9HoverClasses","v9Icon","spinner","StyledText","styledTextClassName","Primitive","primitiveClassName","ItemLayout","itemLayoutClassName","useItemLayoutStyles","Flex","flexClassName","flexItem","useFlexStyles"],"mappings":";;;;;;;;;;;IAASA,QAAQ,MAARA,eAAQ;IAAEC,IAAI,MAAJA,WAAI;IAAEC,aAAa,MAAbA,oBAAa;IAAEC,aAAa,MAAbA,oBAAa;IAC5CC,aAAa,MAAbA,wBAAa;IACbC,OAAO,MAAPA,gBAAO;IACPC,MAAM,MAANA,cAAM;IACNC,KAAK,MAALA,YAAK;IACLC,MAAM,MAANA,cAAM;IAAEC,gBAAgB,MAAhBA,wBAAgB;IAAEC,gBAAgB,MAAhBA,wBAAgB;IAAEC,cAAc,MAAdA,sBAAc;IAAEC,MAAM,MAANA,cAAM;IAClEC,OAAO,MAAPA,gBAAO;IACPC,UAAU,MAAVA,sBAAU;IAAEC,mBAAmB,MAAnBA,+BAAmB;IAC/BC,SAAS,MAATA,oBAAS;IAAEC,kBAAkB,MAAlBA,6BAAkB;IAC7BC,UAAU,MAAVA,sBAAU;IAAEC,mBAAmB,MAAnBA,+BAAmB;IAAEC,mBAAmB,MAAnBA,+BAAmB;IACpDC,IAAI,MAAJA,UAAI;IAAEC,aAAa,MAAbA,mBAAa;IAAEC,QAAQ,MAARA,cAAQ;IAAEC,aAAa,MAAbA,mBAAa;;uBAVQ;2BAC/B;yBACN;wBACD;uBACD;wBAC6D;yBAC3D;4BACwB;2BACF;4BACuB;sBACR"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export { GridShim, grid, gridClassName, useGridStyles } from './components/Grid/index';\nexport { FormFieldShim } from './components/FormField';\nexport { Segment } from './components/Segment';\nexport { slider } from './components/Slider';\nexport { input } from './components/Input';\nexport { v0Icon, v9CustomSizeIcon, v9DisabledCursor, v9HoverClasses, v9Icon } from './components/Button';\nexport { spinner } from './components/Spinner';\nexport { StyledText, styledTextClassName } from './components/StyledText';\nexport { Primitive, primitiveClassName } from './components/Primitive';\nexport { ItemLayout, itemLayoutClassName, useItemLayoutStyles } from './components/ItemLayout';\nexport { Flex, flexClassName, flexItem, useFlexStyles } from './components/Flex';\n"],"names":["GridShim","grid","gridClassName","useGridStyles","FormFieldShim","Segment","slider","input","v0Icon","v9CustomSizeIcon","v9DisabledCursor","v9HoverClasses","v9Icon","spinner","StyledText","styledTextClassName","Primitive","primitiveClassName","ItemLayout","itemLayoutClassName","useItemLayoutStyles","Flex","flexClassName","flexItem","useFlexStyles"],"mappings":";;;;;;;;;;;IAASA,QAAQ;eAARA,eAAQ;;IAAEC,IAAI;eAAJA,WAAI;;IAAEC,aAAa;eAAbA,oBAAa;;IAAEC,aAAa;eAAbA,oBAAa;;IAC5CC,aAAa;eAAbA,wBAAa;;IACbC,OAAO;eAAPA,gBAAO;;IACPC,MAAM;eAANA,cAAM;;IACNC,KAAK;eAALA,YAAK;;IACLC,MAAM;eAANA,cAAM;;IAAEC,gBAAgB;eAAhBA,wBAAgB;;IAAEC,gBAAgB;eAAhBA,wBAAgB;;IAAEC,cAAc;eAAdA,sBAAc;;IAAEC,MAAM;eAANA,cAAM;;IAClEC,OAAO;eAAPA,gBAAO;;IACPC,UAAU;eAAVA,sBAAU;;IAAEC,mBAAmB;eAAnBA,+BAAmB;;IAC/BC,SAAS;eAATA,oBAAS;;IAAEC,kBAAkB;eAAlBA,6BAAkB;;IAC7BC,UAAU;eAAVA,sBAAU;;IAAEC,mBAAmB;eAAnBA,+BAAmB;;IAAEC,mBAAmB;eAAnBA,+BAAmB;;IACpDC,IAAI;eAAJA,UAAI;;IAAEC,aAAa;eAAbA,mBAAa;;IAAEC,QAAQ;eAARA,cAAQ;;IAAEC,aAAa;eAAbA,mBAAa;;;uBAVQ;2BAC/B;yBACN;wBACD;uBACD;wBAC6D;yBAC3D;4BACwB;2BACF;4BACuB;sBACR"}