@fluentui/react-migration-v0-v9 9.0.27 → 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 +46 -1
  2. package/CHANGELOG.md +16 -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
@@ -4,9 +4,11 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "useFlexStyles", {
6
6
  enumerable: true,
7
- get: ()=>useFlexStyles
7
+ get: function() {
8
+ return useFlexStyles;
9
+ }
8
10
  });
9
- const _reactComponents = require("@fluentui/react-components");
11
+ const _reactcomponents = require("@fluentui/react-components");
10
12
  const gapValues = {
11
13
  smaller: '8px',
12
14
  small: '10px',
@@ -16,7 +18,7 @@ const gapValues = {
16
18
  const paddingValues = {
17
19
  medium: '10px'
18
20
  };
19
- const useFlexStyles = /*#__PURE__*/ (0, _reactComponents["__styles"])({
21
+ const useFlexStyles = /*#__PURE__*/ (0, _reactcomponents.__styles)({
20
22
  flex: {
21
23
  mc9l5x: "f22iagw"
22
24
  },
@@ -1 +1 @@
1
- {"version":3,"sources":["Flex.styles.js"],"sourcesContent":["import { __styles, shorthands } from '@fluentui/react-components';\nconst gapValues = {\n smaller: '8px',\n small: '10px',\n medium: '15px',\n large: '30px'\n};\nconst paddingValues = {\n medium: '10px'\n};\nexport const useFlexStyles = /*#__PURE__*/__styles({\n flex: {\n mc9l5x: \"f22iagw\"\n },\n inline: {\n mc9l5x: \"ftuwxu6\"\n },\n column: {\n Beiy3e4: \"f1vx9l62\"\n },\n alignItemsFlexStart: {\n Bt984gj: \"f6jr5hl\"\n },\n alignItemsCenter: {\n Bt984gj: \"f122n59\"\n },\n alignItemsFlexEnd: {\n Bt984gj: \"fgs5rwf\"\n },\n alignItemsStretch: {\n Bt984gj: \"f1q9h2pe\"\n },\n justifyContentFlexStart: {\n Brf1p80: \"fbhxue7\"\n },\n justifyContentCenter: {\n Brf1p80: \"f4d9j23\"\n },\n justifyContentFlexEnd: {\n Brf1p80: \"f9c4gz4\"\n },\n justifyContentStretch: {\n Brf1p80: \"fsxf2b5\"\n },\n justifyContentSpaceAround: {\n Brf1p80: \"f1iw3tyt\"\n },\n justifyContentSpaceBetween: {\n Brf1p80: \"f1869bpl\"\n },\n justifyContentSpaceEvenly: {\n Brf1p80: \"figf6al\"\n },\n wrap: {\n Eh141a: \"fni485r\"\n },\n fill: {\n a9b677: \"fly5x3f\",\n Bqenvij: \"f1l02sjl\"\n },\n gapForColumnFlexSmall: {\n Belr9w4: \"fd7ph1c\"\n },\n gapForColumnFlexSmaller: {\n Belr9w4: \"fn67r4l\"\n },\n gapForColumnFlexMedium: {\n Belr9w4: \"f16r77es\"\n },\n gapForColumnFlexLarge: {\n Belr9w4: \"fej36a\"\n },\n gapForRowFlexSmall: {\n i8kkvl: \"f18w1nra\"\n },\n gapForRowFlexSmaller: {\n i8kkvl: \"f4px1ci\"\n },\n gapForRowFlexMedium: {\n i8kkvl: \"f1lv1r8n\"\n },\n gapForRowFlexLarge: {\n i8kkvl: \"fzco7x8\"\n },\n paddingMedium: {\n z8tnut: \"f1809wu7\",\n z189sj: [\"f81rol6\", \"frdkuqy\"],\n Byoj8tv: \"f1fow5ox\",\n uwmqm3: [\"frdkuqy\", \"f81rol6\"]\n }\n}, {\n d: [\".f22iagw{display:flex;}\", \".ftuwxu6{display:inline-flex;}\", \".f1vx9l62{flex-direction:column;}\", \".f6jr5hl{align-items:flex-start;}\", \".f122n59{align-items:center;}\", \".fgs5rwf{align-items:flex-end;}\", \".f1q9h2pe{align-items:stretch;}\", \".fbhxue7{justify-content:flex-start;}\", \".f4d9j23{justify-content:center;}\", \".f9c4gz4{justify-content:flex-end;}\", \".fsxf2b5{justify-content:stretch;}\", \".f1iw3tyt{justify-content:space-around;}\", \".f1869bpl{justify-content:space-between;}\", \".figf6al{justify-content:space-evenly;}\", \".fni485r{flex-wrap:wrap;}\", \".fly5x3f{width:100%;}\", \".f1l02sjl{height:100%;}\", \".fd7ph1c{row-gap:10px;}\", \".fn67r4l{row-gap:8px;}\", \".f16r77es{row-gap:15px;}\", \".fej36a{row-gap:30px;}\", \".f18w1nra{column-gap:10px;}\", \".f4px1ci{column-gap:8px;}\", \".f1lv1r8n{column-gap:15px;}\", \".fzco7x8{column-gap:30px;}\", \".f1809wu7{padding-top:10px;}\", \".f81rol6{padding-right:10px;}\", \".frdkuqy{padding-left:10px;}\", \".f1fow5ox{padding-bottom:10px;}\"]\n});\n//# sourceMappingURL=Flex.styles.js.map"],"names":["useFlexStyles","gapValues","smaller","small","medium","large","paddingValues","__styles","flex","mc9l5x","inline","column","Beiy3e4","alignItemsFlexStart","Bt984gj","alignItemsCenter","alignItemsFlexEnd","alignItemsStretch","justifyContentFlexStart","Brf1p80","justifyContentCenter","justifyContentFlexEnd","justifyContentStretch","justifyContentSpaceAround","justifyContentSpaceBetween","justifyContentSpaceEvenly","wrap","Eh141a","fill","a9b677","Bqenvij","gapForColumnFlexSmall","Belr9w4","gapForColumnFlexSmaller","gapForColumnFlexMedium","gapForColumnFlexLarge","gapForRowFlexSmall","i8kkvl","gapForRowFlexSmaller","gapForRowFlexMedium","gapForRowFlexLarge","paddingMedium","z8tnut","z189sj","Byoj8tv","uwmqm3","d"],"mappings":";;;;+BAUaA;;aAAAA;;iCAVwB;AACrC,MAAMC,YAAY;IAChBC,SAAS;IACTC,OAAO;IACPC,QAAQ;IACRC,OAAO;AACT;AACA,MAAMC,gBAAgB;IACpBF,QAAQ;AACV;AACO,MAAMJ,gBAAgB,WAAW,GAAEO,IAAAA,4BAAQ,EAAC;IACjDC,MAAM;QACJC,QAAQ;IACV;IACAC,QAAQ;QACND,QAAQ;IACV;IACAE,QAAQ;QACNC,SAAS;IACX;IACAC,qBAAqB;QACnBC,SAAS;IACX;IACAC,kBAAkB;QAChBD,SAAS;IACX;IACAE,mBAAmB;QACjBF,SAAS;IACX;IACAG,mBAAmB;QACjBH,SAAS;IACX;IACAI,yBAAyB;QACvBC,SAAS;IACX;IACAC,sBAAsB;QACpBD,SAAS;IACX;IACAE,uBAAuB;QACrBF,SAAS;IACX;IACAG,uBAAuB;QACrBH,SAAS;IACX;IACAI,2BAA2B;QACzBJ,SAAS;IACX;IACAK,4BAA4B;QAC1BL,SAAS;IACX;IACAM,2BAA2B;QACzBN,SAAS;IACX;IACAO,MAAM;QACJC,QAAQ;IACV;IACAC,MAAM;QACJC,QAAQ;QACRC,SAAS;IACX;IACAC,uBAAuB;QACrBC,SAAS;IACX;IACAC,yBAAyB;QACvBD,SAAS;IACX;IACAE,wBAAwB;QACtBF,SAAS;IACX;IACAG,uBAAuB;QACrBH,SAAS;IACX;IACAI,oBAAoB;QAClBC,QAAQ;IACV;IACAC,sBAAsB;QACpBD,QAAQ;IACV;IACAE,qBAAqB;QACnBF,QAAQ;IACV;IACAG,oBAAoB;QAClBH,QAAQ;IACV;IACAI,eAAe;QACbC,QAAQ;QACRC,QAAQ;YAAC;YAAW;SAAU;QAC9BC,SAAS;QACTC,QAAQ;YAAC;YAAW;SAAU;IAChC;AACF,GAAG;IACDC,GAAG;QAAC;QAA2B;QAAkC;QAAqC;QAAqC;QAAiC;QAAmC;QAAmC;QAAyC;QAAqC;QAAuC;QAAsC;QAA4C;QAA6C;QAA2C;QAA6B;QAAyB;QAA2B;QAA2B;QAA0B;QAA4B;QAA0B;QAA+B;QAA6B;QAA+B;QAA8B;QAAgC;QAAiC;QAAgC;KAAkC;AAC38B,IACA,uCAAuC"}
1
+ {"version":3,"sources":["Flex.styles.js"],"sourcesContent":["import { __styles, shorthands } from '@fluentui/react-components';\nconst gapValues = {\n smaller: '8px',\n small: '10px',\n medium: '15px',\n large: '30px'\n};\nconst paddingValues = {\n medium: '10px'\n};\nexport const useFlexStyles = /*#__PURE__*/__styles({\n flex: {\n mc9l5x: \"f22iagw\"\n },\n inline: {\n mc9l5x: \"ftuwxu6\"\n },\n column: {\n Beiy3e4: \"f1vx9l62\"\n },\n alignItemsFlexStart: {\n Bt984gj: \"f6jr5hl\"\n },\n alignItemsCenter: {\n Bt984gj: \"f122n59\"\n },\n alignItemsFlexEnd: {\n Bt984gj: \"fgs5rwf\"\n },\n alignItemsStretch: {\n Bt984gj: \"f1q9h2pe\"\n },\n justifyContentFlexStart: {\n Brf1p80: \"fbhxue7\"\n },\n justifyContentCenter: {\n Brf1p80: \"f4d9j23\"\n },\n justifyContentFlexEnd: {\n Brf1p80: \"f9c4gz4\"\n },\n justifyContentStretch: {\n Brf1p80: \"fsxf2b5\"\n },\n justifyContentSpaceAround: {\n Brf1p80: \"f1iw3tyt\"\n },\n justifyContentSpaceBetween: {\n Brf1p80: \"f1869bpl\"\n },\n justifyContentSpaceEvenly: {\n Brf1p80: \"figf6al\"\n },\n wrap: {\n Eh141a: \"fni485r\"\n },\n fill: {\n a9b677: \"fly5x3f\",\n Bqenvij: \"f1l02sjl\"\n },\n gapForColumnFlexSmall: {\n Belr9w4: \"fd7ph1c\"\n },\n gapForColumnFlexSmaller: {\n Belr9w4: \"fn67r4l\"\n },\n gapForColumnFlexMedium: {\n Belr9w4: \"f16r77es\"\n },\n gapForColumnFlexLarge: {\n Belr9w4: \"fej36a\"\n },\n gapForRowFlexSmall: {\n i8kkvl: \"f18w1nra\"\n },\n gapForRowFlexSmaller: {\n i8kkvl: \"f4px1ci\"\n },\n gapForRowFlexMedium: {\n i8kkvl: \"f1lv1r8n\"\n },\n gapForRowFlexLarge: {\n i8kkvl: \"fzco7x8\"\n },\n paddingMedium: {\n z8tnut: \"f1809wu7\",\n z189sj: [\"f81rol6\", \"frdkuqy\"],\n Byoj8tv: \"f1fow5ox\",\n uwmqm3: [\"frdkuqy\", \"f81rol6\"]\n }\n}, {\n d: [\".f22iagw{display:flex;}\", \".ftuwxu6{display:inline-flex;}\", \".f1vx9l62{flex-direction:column;}\", \".f6jr5hl{align-items:flex-start;}\", \".f122n59{align-items:center;}\", \".fgs5rwf{align-items:flex-end;}\", \".f1q9h2pe{align-items:stretch;}\", \".fbhxue7{justify-content:flex-start;}\", \".f4d9j23{justify-content:center;}\", \".f9c4gz4{justify-content:flex-end;}\", \".fsxf2b5{justify-content:stretch;}\", \".f1iw3tyt{justify-content:space-around;}\", \".f1869bpl{justify-content:space-between;}\", \".figf6al{justify-content:space-evenly;}\", \".fni485r{flex-wrap:wrap;}\", \".fly5x3f{width:100%;}\", \".f1l02sjl{height:100%;}\", \".fd7ph1c{row-gap:10px;}\", \".fn67r4l{row-gap:8px;}\", \".f16r77es{row-gap:15px;}\", \".fej36a{row-gap:30px;}\", \".f18w1nra{column-gap:10px;}\", \".f4px1ci{column-gap:8px;}\", \".f1lv1r8n{column-gap:15px;}\", \".fzco7x8{column-gap:30px;}\", \".f1809wu7{padding-top:10px;}\", \".f81rol6{padding-right:10px;}\", \".frdkuqy{padding-left:10px;}\", \".f1fow5ox{padding-bottom:10px;}\"]\n});\n//# sourceMappingURL=Flex.styles.js.map"],"names":["useFlexStyles","gapValues","smaller","small","medium","large","paddingValues","__styles","flex","mc9l5x","inline","column","Beiy3e4","alignItemsFlexStart","Bt984gj","alignItemsCenter","alignItemsFlexEnd","alignItemsStretch","justifyContentFlexStart","Brf1p80","justifyContentCenter","justifyContentFlexEnd","justifyContentStretch","justifyContentSpaceAround","justifyContentSpaceBetween","justifyContentSpaceEvenly","wrap","Eh141a","fill","a9b677","Bqenvij","gapForColumnFlexSmall","Belr9w4","gapForColumnFlexSmaller","gapForColumnFlexMedium","gapForColumnFlexLarge","gapForRowFlexSmall","i8kkvl","gapForRowFlexSmaller","gapForRowFlexMedium","gapForRowFlexLarge","paddingMedium","z8tnut","z189sj","Byoj8tv","uwmqm3","d"],"mappings":";;;;+BAUaA;;;eAAAA;;;iCAVwB;AACrC,MAAMC,YAAY;IAChBC,SAAS;IACTC,OAAO;IACPC,QAAQ;IACRC,OAAO;AACT;AACA,MAAMC,gBAAgB;IACpBF,QAAQ;AACV;AACO,MAAMJ,gBAAgB,WAAW,GAAEO,IAAAA,yBAAQ,EAAC;IACjDC,MAAM;QACJC,QAAQ;IACV;IACAC,QAAQ;QACND,QAAQ;IACV;IACAE,QAAQ;QACNC,SAAS;IACX;IACAC,qBAAqB;QACnBC,SAAS;IACX;IACAC,kBAAkB;QAChBD,SAAS;IACX;IACAE,mBAAmB;QACjBF,SAAS;IACX;IACAG,mBAAmB;QACjBH,SAAS;IACX;IACAI,yBAAyB;QACvBC,SAAS;IACX;IACAC,sBAAsB;QACpBD,SAAS;IACX;IACAE,uBAAuB;QACrBF,SAAS;IACX;IACAG,uBAAuB;QACrBH,SAAS;IACX;IACAI,2BAA2B;QACzBJ,SAAS;IACX;IACAK,4BAA4B;QAC1BL,SAAS;IACX;IACAM,2BAA2B;QACzBN,SAAS;IACX;IACAO,MAAM;QACJC,QAAQ;IACV;IACAC,MAAM;QACJC,QAAQ;QACRC,SAAS;IACX;IACAC,uBAAuB;QACrBC,SAAS;IACX;IACAC,yBAAyB;QACvBD,SAAS;IACX;IACAE,wBAAwB;QACtBF,SAAS;IACX;IACAG,uBAAuB;QACrBH,SAAS;IACX;IACAI,oBAAoB;QAClBC,QAAQ;IACV;IACAC,sBAAsB;QACpBD,QAAQ;IACV;IACAE,qBAAqB;QACnBF,QAAQ;IACV;IACAG,oBAAoB;QAClBH,QAAQ;IACV;IACAI,eAAe;QACbC,QAAQ;QACRC,QAAQ;YAAC;YAAW;SAAU;QAC9BC,SAAS;QACTC,QAAQ;YAAC;YAAW;SAAU;IAChC;AACF,GAAG;IACDC,GAAG;QAAC;QAA2B;QAAkC;QAAqC;QAAqC;QAAiC;QAAmC;QAAmC;QAAyC;QAAqC;QAAuC;QAAsC;QAA4C;QAA6C;QAA2C;QAA6B;QAAyB;QAA2B;QAA2B;QAA0B;QAA4B;QAA0B;QAA+B;QAA6B;QAA+B;QAA8B;QAAgC;QAAiC;QAAgC;KAAkC;AAC38B,IACA,uCAAuC"}
@@ -4,7 +4,9 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "flexItem", {
6
6
  enumerable: true,
7
- get: ()=>flexItem
7
+ get: function() {
8
+ return flexItem;
9
+ }
8
10
  });
9
11
  const ALIGN = {
10
12
  auto: {
@@ -1 +1 @@
1
- {"version":3,"sources":["FlexItem.mixins.js"],"sourcesContent":["const ALIGN = {\n auto: {\n alignSelf: 'auto'\n },\n start: {\n alignSelf: 'flex-start'\n },\n end: {\n alignSelf: 'flex-end'\n },\n center: {\n alignSelf: 'center'\n },\n baseline: {\n alignSelf: 'baseline'\n },\n stretch: {\n alignSelf: 'stretch'\n }\n};\nconst SIZE = {\n half: {\n flexBasis: '50%'\n },\n quarter: {\n flexBasis: '25%'\n },\n small: {\n flexBasis: '150px'\n },\n medium: {\n flexBasis: '200px'\n },\n large: {\n flexBasis: '300px'\n }\n};\nconst align = (value)=>ALIGN[value];\nconst size = (value)=>SIZE[value];\nconst grow = (flexGrow)=>{\n if (flexGrow === true) {\n return {\n flexGrow: 1\n };\n } else if (flexGrow) {\n return {\n flexGrow\n };\n } else {\n return undefined;\n }\n};\nconst shrink = (flexShrink)=>{\n if (typeof flexShrink === 'number') {\n return {\n flexShrink\n };\n } else if (flexShrink === false) {\n return {\n flexShrink: 0\n };\n } else {\n return undefined;\n }\n};\nconst pushRow = ()=>({\n marginLeft: 'auto'\n });\nconst pushColumn = ()=>({\n marginTop: 'auto'\n });\nexport const flexItem = {\n align,\n size,\n grow,\n shrink,\n pushRow,\n pushColumn\n};\n"],"names":["flexItem","ALIGN","auto","alignSelf","start","end","center","baseline","stretch","SIZE","half","flexBasis","quarter","small","medium","large","align","value","size","grow","flexGrow","undefined","shrink","flexShrink","pushRow","marginLeft","pushColumn","marginTop"],"mappings":";;;;+BAuEaA;;aAAAA;;AAvEb,MAAMC,QAAQ;IACVC,MAAM;QACFC,WAAW;IACf;IACAC,OAAO;QACHD,WAAW;IACf;IACAE,KAAK;QACDF,WAAW;IACf;IACAG,QAAQ;QACJH,WAAW;IACf;IACAI,UAAU;QACNJ,WAAW;IACf;IACAK,SAAS;QACLL,WAAW;IACf;AACJ;AACA,MAAMM,OAAO;IACTC,MAAM;QACFC,WAAW;IACf;IACAC,SAAS;QACLD,WAAW;IACf;IACAE,OAAO;QACHF,WAAW;IACf;IACAG,QAAQ;QACJH,WAAW;IACf;IACAI,OAAO;QACHJ,WAAW;IACf;AACJ;AACA,MAAMK,QAAQ,CAACC,QAAQhB,KAAK,CAACgB,MAAM;AACnC,MAAMC,OAAO,CAACD,QAAQR,IAAI,CAACQ,MAAM;AACjC,MAAME,OAAO,CAACC,WAAW;IACrB,IAAIA,aAAa,IAAI,EAAE;QACnB,OAAO;YACHA,UAAU;QACd;IACJ,OAAO,IAAIA,UAAU;QACjB,OAAO;YACHA;QACJ;IACJ,OAAO;QACH,OAAOC;IACX,CAAC;AACL;AACA,MAAMC,SAAS,CAACC,aAAa;IACzB,IAAI,OAAOA,eAAe,UAAU;QAChC,OAAO;YACHA;QACJ;IACJ,OAAO,IAAIA,eAAe,KAAK,EAAE;QAC7B,OAAO;YACHA,YAAY;QAChB;IACJ,OAAO;QACH,OAAOF;IACX,CAAC;AACL;AACA,MAAMG,UAAU,IAAK,CAAA;QACbC,YAAY;IAChB,CAAA;AACJ,MAAMC,aAAa,IAAK,CAAA;QAChBC,WAAW;IACf,CAAA;AACG,MAAM3B,WAAW;IACpBgB;IACAE;IACAC;IACAG;IACAE;IACAE;AACJ"}
1
+ {"version":3,"sources":["FlexItem.mixins.js"],"sourcesContent":["const ALIGN = {\n auto: {\n alignSelf: 'auto'\n },\n start: {\n alignSelf: 'flex-start'\n },\n end: {\n alignSelf: 'flex-end'\n },\n center: {\n alignSelf: 'center'\n },\n baseline: {\n alignSelf: 'baseline'\n },\n stretch: {\n alignSelf: 'stretch'\n }\n};\nconst SIZE = {\n half: {\n flexBasis: '50%'\n },\n quarter: {\n flexBasis: '25%'\n },\n small: {\n flexBasis: '150px'\n },\n medium: {\n flexBasis: '200px'\n },\n large: {\n flexBasis: '300px'\n }\n};\nconst align = (value)=>ALIGN[value];\nconst size = (value)=>SIZE[value];\nconst grow = (flexGrow)=>{\n if (flexGrow === true) {\n return {\n flexGrow: 1\n };\n } else if (flexGrow) {\n return {\n flexGrow\n };\n } else {\n return undefined;\n }\n};\nconst shrink = (flexShrink)=>{\n if (typeof flexShrink === 'number') {\n return {\n flexShrink\n };\n } else if (flexShrink === false) {\n return {\n flexShrink: 0\n };\n } else {\n return undefined;\n }\n};\nconst pushRow = ()=>({\n marginLeft: 'auto'\n });\nconst pushColumn = ()=>({\n marginTop: 'auto'\n });\nexport const flexItem = {\n align,\n size,\n grow,\n shrink,\n pushRow,\n pushColumn\n};\n"],"names":["flexItem","ALIGN","auto","alignSelf","start","end","center","baseline","stretch","SIZE","half","flexBasis","quarter","small","medium","large","align","value","size","grow","flexGrow","undefined","shrink","flexShrink","pushRow","marginLeft","pushColumn","marginTop"],"mappings":";;;;+BAuEaA;;;eAAAA;;;AAvEb,MAAMC,QAAQ;IACVC,MAAM;QACFC,WAAW;IACf;IACAC,OAAO;QACHD,WAAW;IACf;IACAE,KAAK;QACDF,WAAW;IACf;IACAG,QAAQ;QACJH,WAAW;IACf;IACAI,UAAU;QACNJ,WAAW;IACf;IACAK,SAAS;QACLL,WAAW;IACf;AACJ;AACA,MAAMM,OAAO;IACTC,MAAM;QACFC,WAAW;IACf;IACAC,SAAS;QACLD,WAAW;IACf;IACAE,OAAO;QACHF,WAAW;IACf;IACAG,QAAQ;QACJH,WAAW;IACf;IACAI,OAAO;QACHJ,WAAW;IACf;AACJ;AACA,MAAMK,QAAQ,CAACC,QAAQhB,KAAK,CAACgB,MAAM;AACnC,MAAMC,OAAO,CAACD,QAAQR,IAAI,CAACQ,MAAM;AACjC,MAAME,OAAO,CAACC;IACV,IAAIA,aAAa,MAAM;QACnB,OAAO;YACHA,UAAU;QACd;IACJ,OAAO,IAAIA,UAAU;QACjB,OAAO;YACHA;QACJ;IACJ,OAAO;QACH,OAAOC;IACX;AACJ;AACA,MAAMC,SAAS,CAACC;IACZ,IAAI,OAAOA,eAAe,UAAU;QAChC,OAAO;YACHA;QACJ;IACJ,OAAO,IAAIA,eAAe,OAAO;QAC7B,OAAO;YACHA,YAAY;QAChB;IACJ,OAAO;QACH,OAAOF;IACX;AACJ;AACA,MAAMG,UAAU,IAAK,CAAA;QACbC,YAAY;IAChB,CAAA;AACJ,MAAMC,aAAa,IAAK,CAAA;QAChBC,WAAW;IACf,CAAA;AACG,MAAM3B,WAAW;IACpBgB;IACAE;IACAC;IACAG;IACAE;IACAE;AACJ"}
@@ -9,11 +9,19 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- Flex: ()=>_flex.Flex,
13
- flexClassName: ()=>_flex.flexClassName,
14
- useFlexStyles: ()=>_flexStyles.useFlexStyles,
15
- flexItem: ()=>_flexItemMixins.flexItem
12
+ Flex: function() {
13
+ return _Flex.Flex;
14
+ },
15
+ flexClassName: function() {
16
+ return _Flex.flexClassName;
17
+ },
18
+ useFlexStyles: function() {
19
+ return _Flexstyles.useFlexStyles;
20
+ },
21
+ flexItem: function() {
22
+ return _FlexItemmixins.flexItem;
23
+ }
16
24
  });
17
- const _flex = require("./Flex");
18
- const _flexStyles = require("./Flex.styles");
19
- const _flexItemMixins = require("./FlexItem.mixins");
25
+ const _Flex = require("./Flex");
26
+ const _Flexstyles = require("./Flex.styles");
27
+ const _FlexItemmixins = require("./FlexItem.mixins");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { Flex, flexClassName } from './Flex';\nexport { useFlexStyles } from './Flex.styles';\nexport { flexItem } from './FlexItem.mixins';\n"],"names":["Flex","flexClassName","useFlexStyles","flexItem"],"mappings":";;;;;;;;;;;IAASA,IAAI,MAAJA,UAAI;IAAEC,aAAa,MAAbA,mBAAa;IACnBC,aAAa,MAAbA,yBAAa;IACbC,QAAQ,MAARA,wBAAQ;;sBAFmB;4BACN;gCACL"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export { Flex, flexClassName } from './Flex';\nexport { useFlexStyles } from './Flex.styles';\nexport { flexItem } from './FlexItem.mixins';\n"],"names":["Flex","flexClassName","useFlexStyles","flexItem"],"mappings":";;;;;;;;;;;IAASA,IAAI;eAAJA,UAAI;;IAAEC,aAAa;eAAbA,mBAAa;;IACnBC,aAAa;eAAbA,yBAAa;;IACbC,QAAQ;eAARA,wBAAQ;;;sBAFmB;4BACN;gCACL"}
@@ -4,17 +4,20 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "FormFieldShim", {
6
6
  enumerable: true,
7
- get: ()=>FormFieldShim
7
+ get: function() {
8
+ return FormFieldShim;
9
+ }
8
10
  });
9
- const _interopRequireWildcard = require("@swc/helpers/lib/_interop_require_wildcard.js").default;
10
- const _reactComponents = require("@fluentui/react-components");
11
- const _react = /*#__PURE__*/ _interopRequireWildcard(require("react"));
11
+ const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
12
+ const _reactcomponents = require("@fluentui/react-components");
13
+ const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
12
14
  const FormFieldShim = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
13
- const { errorMessage , required , control , label } = props;
15
+ var _control, _control1;
16
+ const { errorMessage, required, control, label } = props;
14
17
  const fieldProps = {
15
18
  required
16
19
  };
17
- if (errorMessage && (control === null || control === void 0 ? void 0 : control.error) === 'true') {
20
+ if (errorMessage && ((_control = control) === null || _control === void 0 ? void 0 : _control.error) === 'true') {
18
21
  fieldProps.validationState = 'error';
19
22
  if (typeof errorMessage === 'object') {
20
23
  fieldProps.validationMessage = errorMessage.content;
@@ -30,7 +33,7 @@ const FormFieldShim = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
30
33
  fieldProps.label = label;
31
34
  }
32
35
  }
33
- const children = props.children || (control === null || control === void 0 ? void 0 : control.content);
36
+ const children = props.children || ((_control1 = control) === null || _control1 === void 0 ? void 0 : _control1.content);
34
37
  if (/*#__PURE__*/ _react.isValidElement(children)) {
35
38
  const child = children;
36
39
  // Use the Field's child render function to pass the field control props to the child
@@ -41,9 +44,9 @@ const FormFieldShim = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
41
44
  } else {
42
45
  fieldProps.children = children;
43
46
  }
44
- const state = (0, _reactComponents.useField_unstable)(fieldProps, ref);
45
- (0, _reactComponents.useFieldStyles_unstable)(state);
46
- const context = (0, _reactComponents.useFieldContextValues_unstable)(state);
47
- return (0, _reactComponents.renderField_unstable)(state, context);
47
+ const state = (0, _reactcomponents.useField_unstable)(fieldProps, ref);
48
+ (0, _reactcomponents.useFieldStyles_unstable)(state);
49
+ const context = (0, _reactcomponents.useFieldContextValues_unstable)(state);
50
+ return (0, _reactcomponents.renderField_unstable)(state, context);
48
51
  });
49
52
  FormFieldShim.displayName = 'FormFieldShim';
@@ -1 +1 @@
1
- {"version":3,"sources":["FormFieldShim.js"],"sourcesContent":["import { renderField_unstable, useFieldContextValues_unstable, useFieldStyles_unstable, useField_unstable } from '@fluentui/react-components';\nimport * as React from 'react';\nexport const FormFieldShim = /*#__PURE__*/ React.forwardRef((props, ref)=>{\n const { errorMessage , required , control , label } = props;\n const fieldProps = {\n required\n };\n if (errorMessage && (control === null || control === void 0 ? void 0 : control.error) === 'true') {\n fieldProps.validationState = 'error';\n if (typeof errorMessage === 'object') {\n fieldProps.validationMessage = errorMessage.content;\n }\n if (typeof errorMessage === 'string') {\n fieldProps.validationMessage = errorMessage;\n }\n }\n if (label) {\n if (typeof label === 'object') {\n fieldProps.label = label.content;\n } else {\n fieldProps.label = label;\n }\n }\n const children = props.children || (control === null || control === void 0 ? void 0 : control.content);\n if (/*#__PURE__*/ React.isValidElement(children)) {\n const child = children;\n // Use the Field's child render function to pass the field control props to the child\n fieldProps.children = (fieldControlProps)=>/*#__PURE__*/ React.cloneElement(child, {\n ...fieldControlProps,\n ...child.props\n });\n } else {\n fieldProps.children = children;\n }\n const state = useField_unstable(fieldProps, ref);\n useFieldStyles_unstable(state);\n const context = useFieldContextValues_unstable(state);\n return renderField_unstable(state, context);\n});\nFormFieldShim.displayName = 'FormFieldShim';\n"],"names":["FormFieldShim","React","forwardRef","props","ref","errorMessage","required","control","label","fieldProps","error","validationState","validationMessage","content","children","isValidElement","child","fieldControlProps","cloneElement","state","useField_unstable","useFieldStyles_unstable","context","useFieldContextValues_unstable","renderField_unstable","displayName"],"mappings":";;;;+BAEaA;;aAAAA;;;iCAFoG;6DAC1F;AAChB,MAAMA,gBAAgB,WAAW,GAAGC,OAAMC,UAAU,CAAC,CAACC,OAAOC,MAAM;IACtE,MAAM,EAAEC,aAAY,EAAGC,SAAQ,EAAGC,QAAO,EAAGC,MAAK,EAAG,GAAGL;IACvD,MAAMM,aAAa;QACfH;IACJ;IACA,IAAID,gBAAgB,AAACE,CAAAA,YAAY,IAAI,IAAIA,YAAY,KAAK,IAAI,KAAK,IAAIA,QAAQG,KAAK,AAAD,MAAO,QAAQ;QAC9FD,WAAWE,eAAe,GAAG;QAC7B,IAAI,OAAON,iBAAiB,UAAU;YAClCI,WAAWG,iBAAiB,GAAGP,aAAaQ,OAAO;QACvD,CAAC;QACD,IAAI,OAAOR,iBAAiB,UAAU;YAClCI,WAAWG,iBAAiB,GAAGP;QACnC,CAAC;IACL,CAAC;IACD,IAAIG,OAAO;QACP,IAAI,OAAOA,UAAU,UAAU;YAC3BC,WAAWD,KAAK,GAAGA,MAAMK,OAAO;QACpC,OAAO;YACHJ,WAAWD,KAAK,GAAGA;QACvB,CAAC;IACL,CAAC;IACD,MAAMM,WAAWX,MAAMW,QAAQ,IAAKP,CAAAA,YAAY,IAAI,IAAIA,YAAY,KAAK,IAAI,KAAK,IAAIA,QAAQM,OAAO,AAAD;IACpG,IAAI,WAAW,GAAGZ,OAAMc,cAAc,CAACD,WAAW;QAC9C,MAAME,QAAQF;QACd,qFAAqF;QACrFL,WAAWK,QAAQ,GAAG,CAACG,oBAAoB,WAAW,GAAGhB,OAAMiB,YAAY,CAACF,OAAO;gBAC3E,GAAGC,iBAAiB;gBACpB,GAAGD,MAAMb,KAAK;YAClB;IACR,OAAO;QACHM,WAAWK,QAAQ,GAAGA;IAC1B,CAAC;IACD,MAAMK,QAAQC,IAAAA,kCAAiB,EAACX,YAAYL;IAC5CiB,IAAAA,wCAAuB,EAACF;IACxB,MAAMG,UAAUC,IAAAA,+CAA8B,EAACJ;IAC/C,OAAOK,IAAAA,qCAAoB,EAACL,OAAOG;AACvC;AACAtB,cAAcyB,WAAW,GAAG"}
1
+ {"version":3,"sources":["FormFieldShim.js"],"sourcesContent":["import { renderField_unstable, useFieldContextValues_unstable, useFieldStyles_unstable, useField_unstable } from '@fluentui/react-components';\nimport * as React from 'react';\nexport const FormFieldShim = /*#__PURE__*/ React.forwardRef((props, ref)=>{\n var _control, _control1;\n const { errorMessage, required, control, label } = props;\n const fieldProps = {\n required\n };\n if (errorMessage && ((_control = control) === null || _control === void 0 ? void 0 : _control.error) === 'true') {\n fieldProps.validationState = 'error';\n if (typeof errorMessage === 'object') {\n fieldProps.validationMessage = errorMessage.content;\n }\n if (typeof errorMessage === 'string') {\n fieldProps.validationMessage = errorMessage;\n }\n }\n if (label) {\n if (typeof label === 'object') {\n fieldProps.label = label.content;\n } else {\n fieldProps.label = label;\n }\n }\n const children = props.children || ((_control1 = control) === null || _control1 === void 0 ? void 0 : _control1.content);\n if (/*#__PURE__*/ React.isValidElement(children)) {\n const child = children;\n // Use the Field's child render function to pass the field control props to the child\n fieldProps.children = (fieldControlProps)=>/*#__PURE__*/ React.cloneElement(child, {\n ...fieldControlProps,\n ...child.props\n });\n } else {\n fieldProps.children = children;\n }\n const state = useField_unstable(fieldProps, ref);\n useFieldStyles_unstable(state);\n const context = useFieldContextValues_unstable(state);\n return renderField_unstable(state, context);\n});\nFormFieldShim.displayName = 'FormFieldShim';\n"],"names":["FormFieldShim","React","forwardRef","props","ref","_control","_control1","errorMessage","required","control","label","fieldProps","error","validationState","validationMessage","content","children","isValidElement","child","fieldControlProps","cloneElement","state","useField_unstable","useFieldStyles_unstable","context","useFieldContextValues_unstable","renderField_unstable","displayName"],"mappings":";;;;+BAEaA;;;eAAAA;;;;iCAFoG;iEAC1F;AAChB,MAAMA,gBAAgB,WAAW,GAAGC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IAChE,IAAIC,UAAUC;IACd,MAAM,EAAEC,YAAY,EAAEC,QAAQ,EAAEC,OAAO,EAAEC,KAAK,EAAE,GAAGP;IACnD,MAAMQ,aAAa;QACfH;IACJ;IACA,IAAID,gBAAgB,AAAC,CAAA,AAACF,CAAAA,WAAWI,OAAM,MAAO,QAAQJ,aAAa,KAAK,IAAI,KAAK,IAAIA,SAASO,KAAK,AAAD,MAAO,QAAQ;QAC7GD,WAAWE,eAAe,GAAG;QAC7B,IAAI,OAAON,iBAAiB,UAAU;YAClCI,WAAWG,iBAAiB,GAAGP,aAAaQ,OAAO;QACvD;QACA,IAAI,OAAOR,iBAAiB,UAAU;YAClCI,WAAWG,iBAAiB,GAAGP;QACnC;IACJ;IACA,IAAIG,OAAO;QACP,IAAI,OAAOA,UAAU,UAAU;YAC3BC,WAAWD,KAAK,GAAGA,MAAMK,OAAO;QACpC,OAAO;YACHJ,WAAWD,KAAK,GAAGA;QACvB;IACJ;IACA,MAAMM,WAAWb,MAAMa,QAAQ,IAAK,CAAA,AAACV,CAAAA,YAAYG,OAAM,MAAO,QAAQH,cAAc,KAAK,IAAI,KAAK,IAAIA,UAAUS,OAAO,AAAD;IACtH,IAAI,WAAW,GAAGd,OAAMgB,cAAc,CAACD,WAAW;QAC9C,MAAME,QAAQF;QACd,qFAAqF;QACrFL,WAAWK,QAAQ,GAAG,CAACG,oBAAoB,WAAW,GAAGlB,OAAMmB,YAAY,CAACF,OAAO;gBAC3E,GAAGC,iBAAiB;gBACpB,GAAGD,MAAMf,KAAK;YAClB;IACR,OAAO;QACHQ,WAAWK,QAAQ,GAAGA;IAC1B;IACA,MAAMK,QAAQC,IAAAA,kCAAiB,EAACX,YAAYP;IAC5CmB,IAAAA,wCAAuB,EAACF;IACxB,MAAMG,UAAUC,IAAAA,+CAA8B,EAACJ;IAC/C,OAAOK,IAAAA,qCAAoB,EAACL,OAAOG;AACvC;AACAxB,cAAc2B,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("./FormFieldShim"), exports);
5
+ const _export_star = require("@swc/helpers/_/_export_star");
6
+ _export_star._(require("./FormFieldShim"), exports);
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export * from './FormFieldShim';\n"],"names":[],"mappings":";;;;;oBAAc"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export * from './FormFieldShim';\n"],"names":[],"mappings":";;;;;uBAAc"}
@@ -4,7 +4,9 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "grid", {
6
6
  enumerable: true,
7
- get: ()=>grid
7
+ get: function() {
8
+ return grid;
9
+ }
8
10
  });
9
11
  const getCSSTemplateValue = (template)=>{
10
12
  const templateAsNumber = Number(template);
@@ -1 +1 @@
1
- {"version":3,"sources":["Grid.mixins.js"],"sourcesContent":["const getCSSTemplateValue = (template)=>{\n const templateAsNumber = Number(template);\n return !isNaN(templateAsNumber) && templateAsNumber > 0 ? `repeat(${template}, 1fr)` : String(template);\n};\nconst columns = (template)=>({\n gridTemplateColumns: getCSSTemplateValue(template)\n });\nconst rows = (template)=>({\n gridTemplateRows: getCSSTemplateValue(template)\n });\nexport const grid = {\n columns,\n rows\n};\n"],"names":["grid","getCSSTemplateValue","template","templateAsNumber","Number","isNaN","String","columns","gridTemplateColumns","rows","gridTemplateRows"],"mappings":";;;;+BAUaA;;aAAAA;;AAVb,MAAMC,sBAAsB,CAACC,WAAW;IACpC,MAAMC,mBAAmBC,OAAOF;IAChC,OAAO,CAACG,MAAMF,qBAAqBA,mBAAmB,IAAI,CAAC,OAAO,EAAED,SAAS,MAAM,CAAC,GAAGI,OAAOJ,SAAS;AAC3G;AACA,MAAMK,UAAU,CAACL,WAAY,CAAA;QACrBM,qBAAqBP,oBAAoBC;IAC7C,CAAA;AACJ,MAAMO,OAAO,CAACP,WAAY,CAAA;QAClBQ,kBAAkBT,oBAAoBC;IAC1C,CAAA;AACG,MAAMF,OAAO;IAChBO;IACAE;AACJ"}
1
+ {"version":3,"sources":["Grid.mixins.js"],"sourcesContent":["const getCSSTemplateValue = (template)=>{\n const templateAsNumber = Number(template);\n return !isNaN(templateAsNumber) && templateAsNumber > 0 ? `repeat(${template}, 1fr)` : String(template);\n};\nconst columns = (template)=>({\n gridTemplateColumns: getCSSTemplateValue(template)\n });\nconst rows = (template)=>({\n gridTemplateRows: getCSSTemplateValue(template)\n });\nexport const grid = {\n columns,\n rows\n};\n"],"names":["grid","getCSSTemplateValue","template","templateAsNumber","Number","isNaN","String","columns","gridTemplateColumns","rows","gridTemplateRows"],"mappings":";;;;+BAUaA;;;eAAAA;;;AAVb,MAAMC,sBAAsB,CAACC;IACzB,MAAMC,mBAAmBC,OAAOF;IAChC,OAAO,CAACG,MAAMF,qBAAqBA,mBAAmB,IAAI,CAAC,OAAO,EAAED,SAAS,MAAM,CAAC,GAAGI,OAAOJ;AAClG;AACA,MAAMK,UAAU,CAACL,WAAY,CAAA;QACrBM,qBAAqBP,oBAAoBC;IAC7C,CAAA;AACJ,MAAMO,OAAO,CAACP,WAAY,CAAA;QAClBQ,kBAAkBT,oBAAoBC;IAC1C,CAAA;AACG,MAAMF,OAAO;IAChBO;IACAE;AACJ"}
@@ -4,10 +4,12 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "useGridStyles", {
6
6
  enumerable: true,
7
- get: ()=>useGridStyles
7
+ get: function() {
8
+ return useGridStyles;
9
+ }
8
10
  });
9
- const _reactComponents = require("@fluentui/react-components");
10
- const useGridStyles = /*#__PURE__*/ (0, _reactComponents["__styles"])({
11
+ const _reactcomponents = require("@fluentui/react-components");
12
+ const useGridStyles = /*#__PURE__*/ (0, _reactcomponents.__styles)({
11
13
  grid: {
12
14
  mc9l5x: "f13qh94s",
13
15
  Brf1p80: "figf6al"
@@ -1 +1 @@
1
- {"version":3,"sources":["Grid.styles.js"],"sourcesContent":["import { __styles } from '@fluentui/react-components';\nexport const useGridStyles = /*#__PURE__*/__styles({\n grid: {\n mc9l5x: \"f13qh94s\",\n Brf1p80: \"figf6al\"\n },\n onlyRows: {\n Bxotwcr: \"f1u07yai\"\n },\n rows1: {\n wkccdc: \"f47j106\"\n },\n rows2: {\n wkccdc: \"f1tiwqaz\"\n },\n rows3: {\n wkccdc: \"f15gdfvi\"\n },\n columns1: {\n Budl1dq: \"f1lkdla\"\n },\n columns2: {\n Budl1dq: \"fi0ouf2\"\n },\n columns3: {\n Budl1dq: \"f18eqifj\"\n },\n columnsDefault: {\n Budl1dq: \"f14wuttv\"\n }\n}, {\n d: [\".f13qh94s{display:grid;}\", \".figf6al{justify-content:space-evenly;}\", \".f1u07yai{grid-auto-flow:column;}\", \".f47j106{grid-template-rows:repeat(1, 1fr);}\", \".f1tiwqaz{grid-template-rows:repeat(2, 1fr);}\", \".f15gdfvi{grid-template-rows:repeat(3, 1fr);}\", \".f1lkdla{grid-template-columns:repeat(1, 1fr);}\", \".fi0ouf2{grid-template-columns:repeat(2, 1fr);}\", \".f18eqifj{grid-template-columns:repeat(3, 1fr);}\", \".f14wuttv{grid-template-columns:repeat(5, 1fr);}\"]\n});\n//# sourceMappingURL=Grid.styles.js.map"],"names":["useGridStyles","__styles","grid","mc9l5x","Brf1p80","onlyRows","Bxotwcr","rows1","wkccdc","rows2","rows3","columns1","Budl1dq","columns2","columns3","columnsDefault","d"],"mappings":";;;;+BACaA;;aAAAA;;iCADY;AAClB,MAAMA,gBAAgB,WAAW,GAAEC,IAAAA,4BAAQ,EAAC;IACjDC,MAAM;QACJC,QAAQ;QACRC,SAAS;IACX;IACAC,UAAU;QACRC,SAAS;IACX;IACAC,OAAO;QACLC,QAAQ;IACV;IACAC,OAAO;QACLD,QAAQ;IACV;IACAE,OAAO;QACLF,QAAQ;IACV;IACAG,UAAU;QACRC,SAAS;IACX;IACAC,UAAU;QACRD,SAAS;IACX;IACAE,UAAU;QACRF,SAAS;IACX;IACAG,gBAAgB;QACdH,SAAS;IACX;AACF,GAAG;IACDI,GAAG;QAAC;QAA4B;QAA2C;QAAqC;QAAgD;QAAiD;QAAiD;QAAmD;QAAmD;QAAoD;KAAmD;AACjd,IACA,uCAAuC"}
1
+ {"version":3,"sources":["Grid.styles.js"],"sourcesContent":["import { __styles } from '@fluentui/react-components';\nexport const useGridStyles = /*#__PURE__*/__styles({\n grid: {\n mc9l5x: \"f13qh94s\",\n Brf1p80: \"figf6al\"\n },\n onlyRows: {\n Bxotwcr: \"f1u07yai\"\n },\n rows1: {\n wkccdc: \"f47j106\"\n },\n rows2: {\n wkccdc: \"f1tiwqaz\"\n },\n rows3: {\n wkccdc: \"f15gdfvi\"\n },\n columns1: {\n Budl1dq: \"f1lkdla\"\n },\n columns2: {\n Budl1dq: \"fi0ouf2\"\n },\n columns3: {\n Budl1dq: \"f18eqifj\"\n },\n columnsDefault: {\n Budl1dq: \"f14wuttv\"\n }\n}, {\n d: [\".f13qh94s{display:grid;}\", \".figf6al{justify-content:space-evenly;}\", \".f1u07yai{grid-auto-flow:column;}\", \".f47j106{grid-template-rows:repeat(1, 1fr);}\", \".f1tiwqaz{grid-template-rows:repeat(2, 1fr);}\", \".f15gdfvi{grid-template-rows:repeat(3, 1fr);}\", \".f1lkdla{grid-template-columns:repeat(1, 1fr);}\", \".fi0ouf2{grid-template-columns:repeat(2, 1fr);}\", \".f18eqifj{grid-template-columns:repeat(3, 1fr);}\", \".f14wuttv{grid-template-columns:repeat(5, 1fr);}\"]\n});\n//# sourceMappingURL=Grid.styles.js.map"],"names":["useGridStyles","__styles","grid","mc9l5x","Brf1p80","onlyRows","Bxotwcr","rows1","wkccdc","rows2","rows3","columns1","Budl1dq","columns2","columns3","columnsDefault","d"],"mappings":";;;;+BACaA;;;eAAAA;;;iCADY;AAClB,MAAMA,gBAAgB,WAAW,GAAEC,IAAAA,yBAAQ,EAAC;IACjDC,MAAM;QACJC,QAAQ;QACRC,SAAS;IACX;IACAC,UAAU;QACRC,SAAS;IACX;IACAC,OAAO;QACLC,QAAQ;IACV;IACAC,OAAO;QACLD,QAAQ;IACV;IACAE,OAAO;QACLF,QAAQ;IACV;IACAG,UAAU;QACRC,SAAS;IACX;IACAC,UAAU;QACRD,SAAS;IACX;IACAE,UAAU;QACRF,SAAS;IACX;IACAG,gBAAgB;QACdH,SAAS;IACX;AACF,GAAG;IACDI,GAAG;QAAC;QAA4B;QAA2C;QAAqC;QAAgD;QAAiD;QAAiD;QAAmD;QAAmD;QAAoD;KAAmD;AACjd,IACA,uCAAuC"}
@@ -9,17 +9,21 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- gridShimClassName: ()=>gridShimClassName,
13
- GridShim: ()=>GridShim
12
+ gridShimClassName: function() {
13
+ return gridShimClassName;
14
+ },
15
+ GridShim: function() {
16
+ return GridShim;
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 _gridStyles = require("./Grid.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 _Gridstyles = require("./Grid.styles");
19
23
  const gridShimClassName = 'fui-Grid';
20
24
  const GridShim = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
21
- const { rows , columns , className , ...rest } = props;
22
- const classes = (0, _gridStyles.useGridStyles)();
25
+ const { rows, columns, className, ...rest } = props;
26
+ const classes = (0, _Gridstyles.useGridStyles)();
23
27
  const classMaps = _react.useMemo(()=>({
24
28
  rowsClasses: {
25
29
  1: classes.rows1,
@@ -34,7 +38,7 @@ const GridShim = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
34
38
  }), [
35
39
  classes
36
40
  ]);
37
- const gridClasses = (0, _reactComponents.mergeClasses)(gridShimClassName, classes.grid, !rows && !columns && classes.columnsDefault, rows && !columns && classes.onlyRows, rows && classMaps.rowsClasses[rows], columns && classMaps.columnsClasses[columns], className);
41
+ const gridClasses = (0, _reactcomponents.mergeClasses)(gridShimClassName, classes.grid, !rows && !columns && classes.columnsDefault, rows && !columns && classes.onlyRows, rows && classMaps.rowsClasses[rows], columns && classMaps.columnsClasses[columns], className);
38
42
  return /*#__PURE__*/ _react.createElement("div", {
39
43
  ref: ref,
40
44
  className: gridClasses,
@@ -1 +1 @@
1
- {"version":3,"sources":["GridShim.js"],"sourcesContent":["import { mergeClasses } from '@fluentui/react-components';\nimport * as React from 'react';\nimport { useGridStyles } from './Grid.styles';\nexport const gridShimClassName = 'fui-Grid';\nexport const GridShim = /*#__PURE__*/ React.forwardRef((props, ref)=>{\n const { rows , columns , className , ...rest } = props;\n const classes = useGridStyles();\n const classMaps = React.useMemo(()=>({\n rowsClasses: {\n 1: classes.rows1,\n 2: classes.rows2,\n 3: classes.rows3\n },\n columnsClasses: {\n 1: classes.columns1,\n 2: classes.columns2,\n 3: classes.columns3\n }\n }), [\n classes\n ]);\n const gridClasses = mergeClasses(gridShimClassName, classes.grid, !rows && !columns && classes.columnsDefault, rows && !columns && classes.onlyRows, rows && classMaps.rowsClasses[rows], columns && classMaps.columnsClasses[columns], className);\n return /*#__PURE__*/ React.createElement(\"div\", {\n ref: ref,\n className: gridClasses,\n ...rest\n });\n});\nGridShim.displayName = 'GridShim';\n"],"names":["gridShimClassName","GridShim","React","forwardRef","props","ref","rows","columns","className","rest","classes","useGridStyles","classMaps","useMemo","rowsClasses","rows1","rows2","rows3","columnsClasses","columns1","columns2","columns3","gridClasses","mergeClasses","grid","columnsDefault","onlyRows","createElement","displayName"],"mappings":";;;;;;;;;;;IAGaA,iBAAiB,MAAjBA;IACAC,QAAQ,MAARA;;;iCAJgB;6DACN;4BACO;AACvB,MAAMD,oBAAoB;AAC1B,MAAMC,WAAW,WAAW,GAAGC,OAAMC,UAAU,CAAC,CAACC,OAAOC,MAAM;IACjE,MAAM,EAAEC,KAAI,EAAGC,QAAO,EAAGC,UAAS,EAAG,GAAGC,MAAM,GAAGL;IACjD,MAAMM,UAAUC,IAAAA,yBAAa;IAC7B,MAAMC,YAAYV,OAAMW,OAAO,CAAC,IAAK,CAAA;YAC7BC,aAAa;gBACT,GAAGJ,QAAQK,KAAK;gBAChB,GAAGL,QAAQM,KAAK;gBAChB,GAAGN,QAAQO,KAAK;YACpB;YACAC,gBAAgB;gBACZ,GAAGR,QAAQS,QAAQ;gBACnB,GAAGT,QAAQU,QAAQ;gBACnB,GAAGV,QAAQW,QAAQ;YACvB;QACJ,CAAA,GAAI;QACJX;KACH;IACD,MAAMY,cAAcC,IAAAA,6BAAY,EAACvB,mBAAmBU,QAAQc,IAAI,EAAE,CAAClB,QAAQ,CAACC,WAAWG,QAAQe,cAAc,EAAEnB,QAAQ,CAACC,WAAWG,QAAQgB,QAAQ,EAAEpB,QAAQM,UAAUE,WAAW,CAACR,KAAK,EAAEC,WAAWK,UAAUM,cAAc,CAACX,QAAQ,EAAEC;IACxO,OAAO,WAAW,GAAGN,OAAMyB,aAAa,CAAC,OAAO;QAC5CtB,KAAKA;QACLG,WAAWc;QACX,GAAGb,IAAI;IACX;AACJ;AACAR,SAAS2B,WAAW,GAAG"}
1
+ {"version":3,"sources":["GridShim.js"],"sourcesContent":["import { mergeClasses } from '@fluentui/react-components';\nimport * as React from 'react';\nimport { useGridStyles } from './Grid.styles';\nexport const gridShimClassName = 'fui-Grid';\nexport const GridShim = /*#__PURE__*/ React.forwardRef((props, ref)=>{\n const { rows, columns, className, ...rest } = props;\n const classes = useGridStyles();\n const classMaps = React.useMemo(()=>({\n rowsClasses: {\n 1: classes.rows1,\n 2: classes.rows2,\n 3: classes.rows3\n },\n columnsClasses: {\n 1: classes.columns1,\n 2: classes.columns2,\n 3: classes.columns3\n }\n }), [\n classes\n ]);\n const gridClasses = mergeClasses(gridShimClassName, classes.grid, !rows && !columns && classes.columnsDefault, rows && !columns && classes.onlyRows, rows && classMaps.rowsClasses[rows], columns && classMaps.columnsClasses[columns], className);\n return /*#__PURE__*/ React.createElement(\"div\", {\n ref: ref,\n className: gridClasses,\n ...rest\n });\n});\nGridShim.displayName = 'GridShim';\n"],"names":["gridShimClassName","GridShim","React","forwardRef","props","ref","rows","columns","className","rest","classes","useGridStyles","classMaps","useMemo","rowsClasses","rows1","rows2","rows3","columnsClasses","columns1","columns2","columns3","gridClasses","mergeClasses","grid","columnsDefault","onlyRows","createElement","displayName"],"mappings":";;;;;;;;;;;IAGaA,iBAAiB;eAAjBA;;IACAC,QAAQ;eAARA;;;;iCAJgB;iEACN;4BACO;AACvB,MAAMD,oBAAoB;AAC1B,MAAMC,WAAW,WAAW,GAAGC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IAC3D,MAAM,EAAEC,IAAI,EAAEC,OAAO,EAAEC,SAAS,EAAE,GAAGC,MAAM,GAAGL;IAC9C,MAAMM,UAAUC,IAAAA,yBAAa;IAC7B,MAAMC,YAAYV,OAAMW,OAAO,CAAC,IAAK,CAAA;YAC7BC,aAAa;gBACT,GAAGJ,QAAQK,KAAK;gBAChB,GAAGL,QAAQM,KAAK;gBAChB,GAAGN,QAAQO,KAAK;YACpB;YACAC,gBAAgB;gBACZ,GAAGR,QAAQS,QAAQ;gBACnB,GAAGT,QAAQU,QAAQ;gBACnB,GAAGV,QAAQW,QAAQ;YACvB;QACJ,CAAA,GAAI;QACJX;KACH;IACD,MAAMY,cAAcC,IAAAA,6BAAY,EAACvB,mBAAmBU,QAAQc,IAAI,EAAE,CAAClB,QAAQ,CAACC,WAAWG,QAAQe,cAAc,EAAEnB,QAAQ,CAACC,WAAWG,QAAQgB,QAAQ,EAAEpB,QAAQM,UAAUE,WAAW,CAACR,KAAK,EAAEC,WAAWK,UAAUM,cAAc,CAACX,QAAQ,EAAEC;IACxO,OAAO,WAAW,GAAGN,OAAMyB,aAAa,CAAC,OAAO;QAC5CtB,KAAKA;QACLG,WAAWc;QACX,GAAGb,IAAI;IACX;AACJ;AACAR,SAAS2B,WAAW,GAAG"}
@@ -9,11 +9,19 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- GridShim: ()=>_gridShim.GridShim,
13
- gridClassName: ()=>_gridShim.gridShimClassName,
14
- useGridStyles: ()=>_gridStyles.useGridStyles,
15
- grid: ()=>_gridMixins.grid
12
+ GridShim: function() {
13
+ return _GridShim.GridShim;
14
+ },
15
+ gridClassName: function() {
16
+ return _GridShim.gridShimClassName;
17
+ },
18
+ useGridStyles: function() {
19
+ return _Gridstyles.useGridStyles;
20
+ },
21
+ grid: function() {
22
+ return _Gridmixins.grid;
23
+ }
16
24
  });
17
- const _gridShim = require("./GridShim");
18
- const _gridStyles = require("./Grid.styles");
19
- const _gridMixins = require("./Grid.mixins");
25
+ const _GridShim = require("./GridShim");
26
+ const _Gridstyles = require("./Grid.styles");
27
+ const _Gridmixins = require("./Grid.mixins");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { GridShim, gridShimClassName as gridClassName } from './GridShim';\nexport { useGridStyles } from './Grid.styles';\nexport { grid } from './Grid.mixins';\n"],"names":["GridShim","gridClassName","gridShimClassName","useGridStyles","grid"],"mappings":";;;;;;;;;;;IAASA,QAAQ,MAARA,kBAAQ;IAAuBC,aAAa,MAAlCC,2BAAiB;IAC3BC,aAAa,MAAbA,yBAAa;IACbC,IAAI,MAAJA,gBAAI;;0BAFgD;4BAC/B;4BACT"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export { GridShim, gridShimClassName as gridClassName } from './GridShim';\nexport { useGridStyles } from './Grid.styles';\nexport { grid } from './Grid.mixins';\n"],"names":["GridShim","gridClassName","gridShimClassName","useGridStyles","grid"],"mappings":";;;;;;;;;;;IAASA,QAAQ;eAARA,kBAAQ;;IAAuBC,aAAa;eAAlCC,2BAAiB;;IAC3BC,aAAa;eAAbA,yBAAa;;IACbC,IAAI;eAAJA,gBAAI;;;0BAFgD;4BAC/B;4BACT"}
@@ -4,20 +4,22 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "input", {
6
6
  enumerable: true,
7
- get: ()=>input
7
+ get: function() {
8
+ return input;
9
+ }
8
10
  });
9
- const _reactComponents = require("@fluentui/react-components");
11
+ const _reactcomponents = require("@fluentui/react-components");
10
12
  const fluid = ()=>({
11
13
  width: '100%'
12
14
  });
13
15
  const error = ()=>({
14
- ..._reactComponents.shorthands.border('1px', 'solid', _reactComponents.tokens.colorPaletteRedBorderActive)
16
+ ..._reactcomponents.shorthands.border('1px', 'solid', _reactcomponents.tokens.colorPaletteRedBorderActive)
15
17
  });
16
18
  const errorIndicator = ()=>({
17
- color: _reactComponents.tokens.colorPaletteRedBorderActive
19
+ color: _reactcomponents.tokens.colorPaletteRedBorderActive
18
20
  });
19
21
  const successIndicator = ()=>({
20
- color: _reactComponents.tokens.colorPaletteGreenForeground1
22
+ color: _reactcomponents.tokens.colorPaletteGreenForeground1
21
23
  });
22
24
  const input = {
23
25
  error,
@@ -1 +1 @@
1
- {"version":3,"sources":["Input.mixins.js"],"sourcesContent":["import { shorthands, tokens } from '@fluentui/react-components';\nconst fluid = ()=>({\n width: '100%'\n });\nconst error = ()=>({\n ...shorthands.border('1px', 'solid', tokens.colorPaletteRedBorderActive)\n });\nconst errorIndicator = ()=>({\n color: tokens.colorPaletteRedBorderActive\n });\nconst successIndicator = ()=>({\n color: tokens.colorPaletteGreenForeground1\n });\nexport const input = {\n error,\n errorIndicator,\n fluid,\n successIndicator\n};\n"],"names":["input","fluid","width","error","shorthands","border","tokens","colorPaletteRedBorderActive","errorIndicator","color","successIndicator","colorPaletteGreenForeground1"],"mappings":";;;;+BAaaA;;aAAAA;;iCAbsB;AACnC,MAAMC,QAAQ,IAAK,CAAA;QACXC,OAAO;IACX,CAAA;AACJ,MAAMC,QAAQ,IAAK,CAAA;QACX,GAAGC,2BAAU,CAACC,MAAM,CAAC,OAAO,SAASC,uBAAM,CAACC,2BAA2B,CAAC;IAC5E,CAAA;AACJ,MAAMC,iBAAiB,IAAK,CAAA;QACpBC,OAAOH,uBAAM,CAACC,2BAA2B;IAC7C,CAAA;AACJ,MAAMG,mBAAmB,IAAK,CAAA;QACtBD,OAAOH,uBAAM,CAACK,4BAA4B;IAC9C,CAAA;AACG,MAAMX,QAAQ;IACjBG;IACAK;IACAP;IACAS;AACJ"}
1
+ {"version":3,"sources":["Input.mixins.js"],"sourcesContent":["import { shorthands, tokens } from '@fluentui/react-components';\nconst fluid = ()=>({\n width: '100%'\n });\nconst error = ()=>({\n ...shorthands.border('1px', 'solid', tokens.colorPaletteRedBorderActive)\n });\nconst errorIndicator = ()=>({\n color: tokens.colorPaletteRedBorderActive\n });\nconst successIndicator = ()=>({\n color: tokens.colorPaletteGreenForeground1\n });\nexport const input = {\n error,\n errorIndicator,\n fluid,\n successIndicator\n};\n"],"names":["input","fluid","width","error","shorthands","border","tokens","colorPaletteRedBorderActive","errorIndicator","color","successIndicator","colorPaletteGreenForeground1"],"mappings":";;;;+BAaaA;;;eAAAA;;;iCAbsB;AACnC,MAAMC,QAAQ,IAAK,CAAA;QACXC,OAAO;IACX,CAAA;AACJ,MAAMC,QAAQ,IAAK,CAAA;QACX,GAAGC,2BAAU,CAACC,MAAM,CAAC,OAAO,SAASC,uBAAM,CAACC,2BAA2B,CAAC;IAC5E,CAAA;AACJ,MAAMC,iBAAiB,IAAK,CAAA;QACpBC,OAAOH,uBAAM,CAACC,2BAA2B;IAC7C,CAAA;AACJ,MAAMG,mBAAmB,IAAK,CAAA;QACtBD,OAAOH,uBAAM,CAACK,4BAA4B;IAC9C,CAAA;AACG,MAAMX,QAAQ;IACjBG;IACAK;IACAP;IACAS;AACJ"}
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "input", {
6
6
  enumerable: true,
7
- get: ()=>_inputMixins.input
7
+ get: function() {
8
+ return _Inputmixins.input;
9
+ }
8
10
  });
9
- const _inputMixins = require("./Input.mixins");
11
+ const _Inputmixins = require("./Input.mixins");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { input } from './Input.mixins';\n"],"names":["input"],"mappings":";;;;+BAASA;;aAAAA,kBAAK;;6BAAQ"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export { input } from './Input.mixins';\n"],"names":["input"],"mappings":";;;;+BAASA;;;eAAAA,kBAAK;;;6BAAQ"}
@@ -9,15 +9,19 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- itemLayoutClassName: ()=>itemLayoutClassName,
13
- ItemLayout: ()=>ItemLayout
12
+ itemLayoutClassName: function() {
13
+ return itemLayoutClassName;
14
+ },
15
+ ItemLayout: function() {
16
+ return ItemLayout;
17
+ }
14
18
  });
15
- const _interopRequireWildcard = require("@swc/helpers/lib/_interop_require_wildcard.js").default;
16
- const _reactJsxRuntime = require("@fluentui/react-jsx-runtime");
17
- const _react = /*#__PURE__*/ _interopRequireWildcard(require("react"));
18
- const _reactComponents = require("@fluentui/react-components");
19
- const _reactUtilities = require("@fluentui/react-utilities");
20
- const _itemLayoutStyles = require("./ItemLayout.styles");
19
+ const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
20
+ const _reactjsxruntime = require("@fluentui/react-jsx-runtime");
21
+ const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
22
+ const _reactcomponents = require("@fluentui/react-components");
23
+ const _reactutilities = require("@fluentui/react-utilities");
24
+ const _ItemLayoutstyles = require("./ItemLayout.styles");
21
25
  const itemLayoutClassName = 'fui-ItemLayout';
22
26
  const ItemLayout = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
23
27
  const state = {
@@ -30,53 +34,53 @@ const ItemLayout = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
30
34
  startMedia: 'div',
31
35
  endMedia: 'div'
32
36
  },
33
- root: _reactUtilities.slot.always((0, _reactUtilities.getNativeElementProps)('div', {
37
+ root: _reactutilities.slot.always((0, _reactutilities.getNativeElementProps)('div', {
34
38
  ...props,
35
39
  ref
36
40
  }), {
37
41
  elementType: 'div'
38
42
  }),
39
- contentMedia: _reactUtilities.slot.optional(props.contentMedia, {
43
+ contentMedia: _reactutilities.slot.optional(props.contentMedia, {
40
44
  elementType: 'div'
41
45
  }),
42
- contentWrapper: _reactUtilities.slot.optional(props.contentWrapper, {
46
+ contentWrapper: _reactutilities.slot.optional(props.contentWrapper, {
43
47
  renderByDefault: true,
44
48
  elementType: 'div'
45
49
  }),
46
- header: _reactUtilities.slot.optional(props.header, {
50
+ header: _reactutilities.slot.optional(props.header, {
47
51
  elementType: 'div'
48
52
  }),
49
- headerMedia: _reactUtilities.slot.optional(props.headerMedia, {
53
+ headerMedia: _reactutilities.slot.optional(props.headerMedia, {
50
54
  elementType: 'div'
51
55
  }),
52
- startMedia: _reactUtilities.slot.optional(props.startMedia, {
56
+ startMedia: _reactutilities.slot.optional(props.startMedia, {
53
57
  elementType: 'div'
54
58
  }),
55
- endMedia: _reactUtilities.slot.optional(props.endMedia, {
59
+ endMedia: _reactutilities.slot.optional(props.endMedia, {
56
60
  elementType: 'div'
57
61
  })
58
62
  };
59
- const styles = (0, _itemLayoutStyles.useItemLayoutStyles)();
60
- state.root.className = (0, _reactComponents.mergeClasses)(itemLayoutClassName, styles.root, state.root.className);
63
+ const styles = (0, _ItemLayoutstyles.useItemLayoutStyles)();
64
+ state.root.className = (0, _reactcomponents.mergeClasses)(itemLayoutClassName, styles.root, state.root.className);
61
65
  if (state.contentWrapper) {
62
- state.contentWrapper.className = (0, _reactComponents.mergeClasses)(styles.contentWrapper, state.contentWrapper.className);
66
+ state.contentWrapper.className = (0, _reactcomponents.mergeClasses)(styles.contentWrapper, state.contentWrapper.className);
63
67
  }
64
68
  if (state.contentMedia) {
65
- state.contentMedia.className = (0, _reactComponents.mergeClasses)(styles.contentMedia, state.contentMedia.className);
69
+ state.contentMedia.className = (0, _reactcomponents.mergeClasses)(styles.contentMedia, state.contentMedia.className);
66
70
  }
67
71
  if (state.header) {
68
- state.header.className = (0, _reactComponents.mergeClasses)(styles.header, state.header.className);
72
+ state.header.className = (0, _reactcomponents.mergeClasses)(styles.header, state.header.className);
69
73
  }
70
74
  if (state.headerMedia) {
71
- state.headerMedia.className = (0, _reactComponents.mergeClasses)(styles.headerMedia, state.headerMedia.className);
75
+ state.headerMedia.className = (0, _reactcomponents.mergeClasses)(styles.headerMedia, state.headerMedia.className);
72
76
  }
73
77
  if (state.startMedia) {
74
- state.startMedia.className = (0, _reactComponents.mergeClasses)(styles.startMedia, state.startMedia.className);
78
+ state.startMedia.className = (0, _reactcomponents.mergeClasses)(styles.startMedia, state.startMedia.className);
75
79
  }
76
80
  if (state.endMedia) {
77
- state.endMedia.className = (0, _reactComponents.mergeClasses)(styles.endMedia, state.endMedia.className);
81
+ state.endMedia.className = (0, _reactcomponents.mergeClasses)(styles.endMedia, state.endMedia.className);
78
82
  }
79
- (0, _reactUtilities.assertSlots)(state);
80
- return /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(state.root, null, state.startMedia && /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(state.startMedia, null), state.header && /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(state.header, null), state.headerMedia && /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(state.headerMedia, null), state.contentWrapper && /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(state.contentWrapper, null, state.root.children), state.contentMedia && /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(state.contentMedia, null), state.endMedia && /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(state.endMedia, null));
83
+ (0, _reactutilities.assertSlots)(state);
84
+ return /*#__PURE__*/ (0, _reactjsxruntime.createElement)(state.root, null, state.startMedia && /*#__PURE__*/ (0, _reactjsxruntime.createElement)(state.startMedia, null), state.header && /*#__PURE__*/ (0, _reactjsxruntime.createElement)(state.header, null), state.headerMedia && /*#__PURE__*/ (0, _reactjsxruntime.createElement)(state.headerMedia, null), state.contentWrapper && /*#__PURE__*/ (0, _reactjsxruntime.createElement)(state.contentWrapper, null, state.root.children), state.contentMedia && /*#__PURE__*/ (0, _reactjsxruntime.createElement)(state.contentMedia, null), state.endMedia && /*#__PURE__*/ (0, _reactjsxruntime.createElement)(state.endMedia, null));
81
85
  });
82
86
  ItemLayout.displayName = 'ItemLayout';
@@ -1 +1 @@
1
- {"version":3,"sources":["ItemLayout.js"],"sourcesContent":["/** @jsxRuntime classic */ /** @jsx createElement */ import { createElement } from '@fluentui/react-jsx-runtime';\nimport * as React from 'react';\nimport { mergeClasses } from '@fluentui/react-components';\nimport { getNativeElementProps, slot, assertSlots } from '@fluentui/react-utilities';\nimport { useItemLayoutStyles } from './ItemLayout.styles';\nexport const itemLayoutClassName = 'fui-ItemLayout';\nexport const ItemLayout = /*#__PURE__*/ React.forwardRef((props, ref)=>{\n const state = {\n components: {\n root: 'div',\n contentWrapper: 'div',\n contentMedia: 'div',\n header: 'div',\n headerMedia: 'div',\n startMedia: 'div',\n endMedia: 'div'\n },\n root: slot.always(getNativeElementProps('div', {\n ...props,\n ref\n }), {\n elementType: 'div'\n }),\n contentMedia: slot.optional(props.contentMedia, {\n elementType: 'div'\n }),\n contentWrapper: slot.optional(props.contentWrapper, {\n renderByDefault: true,\n elementType: 'div'\n }),\n header: slot.optional(props.header, {\n elementType: 'div'\n }),\n headerMedia: slot.optional(props.headerMedia, {\n elementType: 'div'\n }),\n startMedia: slot.optional(props.startMedia, {\n elementType: 'div'\n }),\n endMedia: slot.optional(props.endMedia, {\n elementType: 'div'\n })\n };\n const styles = useItemLayoutStyles();\n state.root.className = mergeClasses(itemLayoutClassName, styles.root, state.root.className);\n if (state.contentWrapper) {\n state.contentWrapper.className = mergeClasses(styles.contentWrapper, state.contentWrapper.className);\n }\n if (state.contentMedia) {\n state.contentMedia.className = mergeClasses(styles.contentMedia, state.contentMedia.className);\n }\n if (state.header) {\n state.header.className = mergeClasses(styles.header, state.header.className);\n }\n if (state.headerMedia) {\n state.headerMedia.className = mergeClasses(styles.headerMedia, state.headerMedia.className);\n }\n if (state.startMedia) {\n state.startMedia.className = mergeClasses(styles.startMedia, state.startMedia.className);\n }\n if (state.endMedia) {\n state.endMedia.className = mergeClasses(styles.endMedia, state.endMedia.className);\n }\n assertSlots(state);\n return /*#__PURE__*/ createElement(state.root, null, state.startMedia && /*#__PURE__*/ createElement(state.startMedia, null), state.header && /*#__PURE__*/ createElement(state.header, null), state.headerMedia && /*#__PURE__*/ createElement(state.headerMedia, null), state.contentWrapper && /*#__PURE__*/ createElement(state.contentWrapper, null, state.root.children), state.contentMedia && /*#__PURE__*/ createElement(state.contentMedia, null), state.endMedia && /*#__PURE__*/ createElement(state.endMedia, null));\n});\nItemLayout.displayName = 'ItemLayout';\n"],"names":["itemLayoutClassName","ItemLayout","React","forwardRef","props","ref","state","components","root","contentWrapper","contentMedia","header","headerMedia","startMedia","endMedia","slot","always","getNativeElementProps","elementType","optional","renderByDefault","styles","useItemLayoutStyles","className","mergeClasses","assertSlots","createElement","children","displayName"],"mappings":"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"}
1
+ {"version":3,"sources":["ItemLayout.js"],"sourcesContent":["/** @jsxRuntime classic */ /** @jsx createElement */ import { createElement } from '@fluentui/react-jsx-runtime';\nimport * as React from 'react';\nimport { mergeClasses } from '@fluentui/react-components';\nimport { getNativeElementProps, slot, assertSlots } from '@fluentui/react-utilities';\nimport { useItemLayoutStyles } from './ItemLayout.styles';\nexport const itemLayoutClassName = 'fui-ItemLayout';\nexport const ItemLayout = /*#__PURE__*/ React.forwardRef((props, ref)=>{\n const state = {\n components: {\n root: 'div',\n contentWrapper: 'div',\n contentMedia: 'div',\n header: 'div',\n headerMedia: 'div',\n startMedia: 'div',\n endMedia: 'div'\n },\n root: slot.always(getNativeElementProps('div', {\n ...props,\n ref\n }), {\n elementType: 'div'\n }),\n contentMedia: slot.optional(props.contentMedia, {\n elementType: 'div'\n }),\n contentWrapper: slot.optional(props.contentWrapper, {\n renderByDefault: true,\n elementType: 'div'\n }),\n header: slot.optional(props.header, {\n elementType: 'div'\n }),\n headerMedia: slot.optional(props.headerMedia, {\n elementType: 'div'\n }),\n startMedia: slot.optional(props.startMedia, {\n elementType: 'div'\n }),\n endMedia: slot.optional(props.endMedia, {\n elementType: 'div'\n })\n };\n const styles = useItemLayoutStyles();\n state.root.className = mergeClasses(itemLayoutClassName, styles.root, state.root.className);\n if (state.contentWrapper) {\n state.contentWrapper.className = mergeClasses(styles.contentWrapper, state.contentWrapper.className);\n }\n if (state.contentMedia) {\n state.contentMedia.className = mergeClasses(styles.contentMedia, state.contentMedia.className);\n }\n if (state.header) {\n state.header.className = mergeClasses(styles.header, state.header.className);\n }\n if (state.headerMedia) {\n state.headerMedia.className = mergeClasses(styles.headerMedia, state.headerMedia.className);\n }\n if (state.startMedia) {\n state.startMedia.className = mergeClasses(styles.startMedia, state.startMedia.className);\n }\n if (state.endMedia) {\n state.endMedia.className = mergeClasses(styles.endMedia, state.endMedia.className);\n }\n assertSlots(state);\n return /*#__PURE__*/ createElement(state.root, null, state.startMedia && /*#__PURE__*/ createElement(state.startMedia, null), state.header && /*#__PURE__*/ createElement(state.header, null), state.headerMedia && /*#__PURE__*/ createElement(state.headerMedia, null), state.contentWrapper && /*#__PURE__*/ createElement(state.contentWrapper, null, state.root.children), state.contentMedia && /*#__PURE__*/ createElement(state.contentMedia, null), state.endMedia && /*#__PURE__*/ createElement(state.endMedia, null));\n});\nItemLayout.displayName = 'ItemLayout';\n"],"names":["itemLayoutClassName","ItemLayout","React","forwardRef","props","ref","state","components","root","contentWrapper","contentMedia","header","headerMedia","startMedia","endMedia","slot","always","getNativeElementProps","elementType","optional","renderByDefault","styles","useItemLayoutStyles","className","mergeClasses","assertSlots","createElement","children","displayName"],"mappings":"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"}
@@ -4,10 +4,12 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "useItemLayoutStyles", {
6
6
  enumerable: true,
7
- get: ()=>useItemLayoutStyles
7
+ get: function() {
8
+ return useItemLayoutStyles;
9
+ }
8
10
  });
9
- const _reactComponents = require("@fluentui/react-components");
10
- const useItemLayoutStyles = /*#__PURE__*/ (0, _reactComponents["__styles"])({
11
+ const _reactcomponents = require("@fluentui/react-components");
12
+ const useItemLayoutStyles = /*#__PURE__*/ (0, _reactcomponents.__styles)({
11
13
  root: {
12
14
  mc9l5x: "f13qh94s",
13
15
  Budl1dq: "f10xlqro",
@@ -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"}