@fluentui/react-migration-v0-v9 9.0.1 → 9.0.3
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.
- package/CHANGELOG.json +85 -1
- package/CHANGELOG.md +29 -2
- package/lib/components/Button/ButtonMigration.mixins.js +61 -62
- package/lib/components/Button/ButtonMigration.mixins.js.map +1 -1
- package/lib/components/Button/index.js +0 -1
- package/lib/components/Button/index.js.map +1 -1
- package/lib/components/Flex/Flex.js +53 -65
- package/lib/components/Flex/Flex.js.map +1 -1
- package/lib/components/Flex/Flex.styles.js.map +1 -1
- package/lib/components/Flex/FlexItem.mixins.js +71 -72
- package/lib/components/Flex/FlexItem.mixins.js.map +1 -1
- package/lib/components/Flex/index.js +0 -1
- package/lib/components/Flex/index.js.map +1 -1
- package/lib/components/FormField/FormFieldShim.js +32 -38
- package/lib/components/FormField/FormFieldShim.js.map +1 -1
- package/lib/components/FormField/index.js +0 -1
- package/lib/components/FormField/index.js.map +1 -1
- package/lib/components/Grid/Grid.mixins.js +11 -12
- package/lib/components/Grid/Grid.mixins.js.map +1 -1
- package/lib/components/Grid/Grid.styles.js.map +1 -1
- package/lib/components/Grid/GridShim.js +23 -27
- package/lib/components/Grid/GridShim.js.map +1 -1
- package/lib/components/Grid/index.js +0 -1
- package/lib/components/Grid/index.js.map +1 -1
- package/lib/components/Input/Input.mixins.js +16 -17
- package/lib/components/Input/Input.mixins.js.map +1 -1
- package/lib/components/Input/index.js +0 -1
- package/lib/components/Input/index.js.map +1 -1
- package/lib/components/ItemLayout/ItemLayout.js +47 -51
- package/lib/components/ItemLayout/ItemLayout.js.map +1 -1
- package/lib/components/ItemLayout/ItemLayout.styles.js +0 -0
- package/lib/components/ItemLayout/ItemLayout.styles.js.map +1 -1
- package/lib/components/ItemLayout/index.js +0 -1
- package/lib/components/ItemLayout/index.js.map +1 -1
- package/lib/components/Primitive/Primitive.js +10 -14
- package/lib/components/Primitive/Primitive.js.map +1 -1
- package/lib/components/Primitive/index.js +0 -1
- package/lib/components/Primitive/index.js.map +1 -1
- package/lib/components/Segment/Segment.js +9 -14
- package/lib/components/Segment/Segment.js.map +1 -1
- package/lib/components/Segment/Segment.styles.js.map +1 -1
- package/lib/components/Segment/index.js +0 -1
- package/lib/components/Segment/index.js.map +1 -1
- package/lib/components/Slider/Slider.mixins.js +4 -5
- package/lib/components/Slider/Slider.mixins.js.map +1 -1
- package/lib/components/Slider/index.js +0 -1
- package/lib/components/Slider/index.js.map +1 -1
- package/lib/components/Spinner/SpinnerMigration.mixins.js +11 -12
- package/lib/components/Spinner/SpinnerMigration.mixins.js.map +1 -1
- package/lib/components/Spinner/index.js +0 -1
- package/lib/components/Spinner/index.js.map +1 -1
- package/lib/components/StyledText/StyledText.js +31 -45
- package/lib/components/StyledText/StyledText.js.map +1 -1
- package/lib/components/StyledText/StyledText.styles.js.map +1 -1
- package/lib/components/StyledText/index.js +0 -1
- package/lib/components/StyledText/index.js.map +1 -1
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/components/Button/ButtonMigration.mixins.js +1 -3
- package/lib-commonjs/components/Button/ButtonMigration.mixins.js.map +1 -1
- package/lib-commonjs/components/Button/index.js +0 -3
- package/lib-commonjs/components/Button/index.js.map +1 -1
- package/lib-commonjs/components/Flex/Flex.js +1 -3
- package/lib-commonjs/components/Flex/Flex.js.map +1 -1
- package/lib-commonjs/components/Flex/Flex.styles.js +0 -2
- package/lib-commonjs/components/Flex/Flex.styles.js.map +1 -1
- package/lib-commonjs/components/Flex/FlexItem.mixins.js +1 -3
- package/lib-commonjs/components/Flex/FlexItem.mixins.js.map +1 -1
- package/lib-commonjs/components/Flex/index.js +0 -3
- package/lib-commonjs/components/Flex/index.js.map +1 -1
- package/lib-commonjs/components/FormField/FormFieldShim.js +1 -3
- package/lib-commonjs/components/FormField/FormFieldShim.js.map +1 -1
- package/lib-commonjs/components/FormField/index.js +0 -3
- package/lib-commonjs/components/FormField/index.js.map +1 -1
- package/lib-commonjs/components/Grid/Grid.mixins.js +1 -3
- package/lib-commonjs/components/Grid/Grid.mixins.js.map +1 -1
- package/lib-commonjs/components/Grid/Grid.styles.js +0 -2
- package/lib-commonjs/components/Grid/Grid.styles.js.map +1 -1
- package/lib-commonjs/components/Grid/GridShim.js +1 -3
- package/lib-commonjs/components/Grid/GridShim.js.map +1 -1
- package/lib-commonjs/components/Grid/index.js +0 -3
- package/lib-commonjs/components/Grid/index.js.map +1 -1
- package/lib-commonjs/components/Input/Input.mixins.js +1 -3
- package/lib-commonjs/components/Input/Input.mixins.js.map +1 -1
- package/lib-commonjs/components/Input/index.js +0 -3
- package/lib-commonjs/components/Input/index.js.map +1 -1
- package/lib-commonjs/components/ItemLayout/ItemLayout.js +1 -3
- package/lib-commonjs/components/ItemLayout/ItemLayout.js.map +1 -1
- package/lib-commonjs/components/ItemLayout/ItemLayout.styles.js +0 -2
- package/lib-commonjs/components/ItemLayout/ItemLayout.styles.js.map +1 -1
- package/lib-commonjs/components/ItemLayout/index.js +0 -3
- package/lib-commonjs/components/ItemLayout/index.js.map +1 -1
- package/lib-commonjs/components/Primitive/Primitive.js +1 -3
- package/lib-commonjs/components/Primitive/Primitive.js.map +1 -1
- package/lib-commonjs/components/Primitive/index.js +0 -3
- package/lib-commonjs/components/Primitive/index.js.map +1 -1
- package/lib-commonjs/components/Segment/Segment.js +1 -3
- package/lib-commonjs/components/Segment/Segment.js.map +1 -1
- package/lib-commonjs/components/Segment/Segment.styles.js +0 -2
- package/lib-commonjs/components/Segment/Segment.styles.js.map +1 -1
- package/lib-commonjs/components/Segment/index.js +0 -3
- package/lib-commonjs/components/Segment/index.js.map +1 -1
- package/lib-commonjs/components/Slider/Slider.mixins.js +1 -3
- package/lib-commonjs/components/Slider/Slider.mixins.js.map +1 -1
- package/lib-commonjs/components/Slider/index.js +0 -3
- package/lib-commonjs/components/Slider/index.js.map +1 -1
- package/lib-commonjs/components/Spinner/SpinnerMigration.mixins.js +1 -3
- package/lib-commonjs/components/Spinner/SpinnerMigration.mixins.js.map +1 -1
- package/lib-commonjs/components/Spinner/index.js +0 -3
- package/lib-commonjs/components/Spinner/index.js.map +1 -1
- package/lib-commonjs/components/StyledText/StyledText.js +1 -3
- package/lib-commonjs/components/StyledText/StyledText.js.map +1 -1
- package/lib-commonjs/components/StyledText/StyledText.styles.js +0 -2
- package/lib-commonjs/components/StyledText/StyledText.styles.js.map +1 -1
- package/lib-commonjs/components/StyledText/index.js +0 -3
- package/lib-commonjs/components/StyledText/index.js.map +1 -1
- package/lib-commonjs/index.js +0 -3
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +8 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}\", \".ftuwxu6{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}\", \".f1vx9l62{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}\", \".f6jr5hl{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}\", \".f122n59{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}\", \".fgs5rwf{-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}\", \".f1q9h2pe{-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}\", \".fbhxue7{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;}\", \".f4d9j23{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}\", \".f9c4gz4{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;}\", \".fsxf2b5{-webkit-box-pack:stretch;-ms-flex-pack:stretch;-webkit-justify-content:stretch;justify-content:stretch;}\", \".f1iw3tyt{-webkit-box-pack:space-around;-ms-flex-pack:space-around;-webkit-justify-content:space-around;justify-content:space-around;}\", \".f1869bpl{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}\", \".figf6al{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;-webkit-justify-content:space-evenly;justify-content:space-evenly;}\", \".fni485r{-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;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{-webkit-column-gap:10px;column-gap:10px;}\", \".f4px1ci{-webkit-column-gap:8px;column-gap:8px;}\", \".f1lv1r8n{-webkit-column-gap:15px;column-gap:15px;}\", \".fzco7x8{-webkit-column-gap:30px;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;QAAwF;QAAoH;QAA6F;QAA2H;QAA2G;QAAmH;QAAgH;QAAuH;QAAiH;QAA+G;QAAqH;QAA0I;QAA4G;QAAyI;QAAkG;QAAyB;QAA2B;QAA2B;QAA0B;QAA4B;QAA0B;QAAuD;QAAoD;QAAuD;QAAsD;QAAgC;QAAiC;QAAgC;KAAkC;AAC/pE,IACA,uCAAuC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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"}
|
|
@@ -46,6 +46,4 @@ const FormFieldShim = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
|
|
|
46
46
|
const context = (0, _reactComponents.useFieldContextValues_unstable)(state);
|
|
47
47
|
return (0, _reactComponents.renderField_unstable)(state, context);
|
|
48
48
|
});
|
|
49
|
-
FormFieldShim.displayName = 'FormFieldShim';
|
|
50
|
-
|
|
51
|
-
//# sourceMappingURL=FormFieldShim.js.map
|
|
49
|
+
FormFieldShim.displayName = 'FormFieldShim';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './FormFieldShim';\n"],"names":[],"mappings":";;;;;oBAAc"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;-webkit-justify-content:space-evenly;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;QAAyI;QAAqC;QAAgD;QAAiD;QAAiD;QAAmD;QAAmD;QAAoD;KAAmD;AAC/iB,IACA,uCAAuC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export { input } from './Input.mixins';\n"],"names":["input"],"mappings":";;;;+BAASA;;aAAAA,kBAAK;;6BAAQ"}
|
|
@@ -66,6 +66,4 @@ const ItemLayout = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
|
|
|
66
66
|
const { slots , slotProps } = (0, _reactUtilities.getSlotsNext)(state);
|
|
67
67
|
return /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(slots.root, slotProps.root, slots.startMedia && /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(slots.startMedia, slotProps.startMedia), slots.header && /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(slots.header, slotProps.header), slots.headerMedia && /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(slots.headerMedia, slotProps.headerMedia), slots.contentWrapper && /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(slots.contentWrapper, slotProps.contentWrapper, state.root.children), slots.contentMedia && /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(slots.contentMedia, slotProps.contentMedia), slots.endMedia && /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(slots.endMedia, slotProps.endMedia));
|
|
68
68
|
});
|
|
69
|
-
ItemLayout.displayName = 'ItemLayout';
|
|
70
|
-
|
|
71
|
-
//# sourceMappingURL=ItemLayout.js.map
|
|
69
|
+
ItemLayout.displayName = 'ItemLayout';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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, getSlotsNext, resolveShorthand } 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: getNativeElementProps('div', {\n ...props,\n ref\n }),\n contentMedia: resolveShorthand(props.contentMedia),\n contentWrapper: resolveShorthand(props.contentWrapper, {\n required: true\n }),\n header: resolveShorthand(props.header),\n headerMedia: resolveShorthand(props.headerMedia),\n startMedia: resolveShorthand(props.startMedia),\n endMedia: resolveShorthand(props.endMedia)\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 const { slots , slotProps } = getSlotsNext(state);\n return /*#__PURE__*/ createElement(slots.root, slotProps.root, slots.startMedia && /*#__PURE__*/ createElement(slots.startMedia, slotProps.startMedia), slots.header && /*#__PURE__*/ createElement(slots.header, slotProps.header), slots.headerMedia && /*#__PURE__*/ createElement(slots.headerMedia, slotProps.headerMedia), slots.contentWrapper && /*#__PURE__*/ createElement(slots.contentWrapper, slotProps.contentWrapper, state.root.children), slots.contentMedia && /*#__PURE__*/ createElement(slots.contentMedia, slotProps.contentMedia), slots.endMedia && /*#__PURE__*/ createElement(slots.endMedia, slotProps.endMedia));\n});\nItemLayout.displayName = 'ItemLayout';\n"],"names":["itemLayoutClassName","ItemLayout","React","forwardRef","props","ref","state","components","root","contentWrapper","contentMedia","header","headerMedia","startMedia","endMedia","getNativeElementProps","resolveShorthand","required","styles","useItemLayoutStyles","className","mergeClasses","slots","slotProps","getSlotsNext","createElement","children","displayName"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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{-webkit-align-self:start;-ms-flex-item-align:start;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{-webkit-align-self:end;-ms-flex-item-align:end;align-self:end;}\", \".f16hsg94{grid-row-start:1;}\", \".f88nxoq{grid-row-end:2;}\", \".fses1vf{font-size:14px;}\", \".f7nlbp4{-webkit-align-self:center;-ms-flex-item-align:center;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;QAAkF;QAAkC;QAAgC;QAA+B;QAA6B;QAA8B;QAAkC;QAAkC;QAAgC;QAAgC;QAA8B;QAA6E;QAAgC;QAA6B;QAA6B;QAAqF;QAAkC;QAAiC;QAAmC;KAAgC;AAC34B,IACA,6CAA6C"}
|
|
@@ -5,6 +5,3 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
|
6
6
|
_exportStar(require("./ItemLayout"), exports);
|
|
7
7
|
_exportStar(require("./ItemLayout.styles"), exports);
|
|
8
|
-
//# sourceMappingURL=index.js.map
|
|
9
|
-
|
|
10
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './ItemLayout';\nexport * from './ItemLayout.styles';\n"],"names":[],"mappings":";;;;;oBAAc;oBACA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Primitive';\n"],"names":[],"mappings":";;;;;oBAAc"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export * from './Segment';\n"],"names":[],"mappings":";;;;;oBAAc"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export { slider } from './Slider.mixins';\n"],"names":["slider"],"mappings":";;;;+BAASA;;aAAAA,oBAAM;;8BAAQ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export { spinner } from './SpinnerMigration.mixins';\n"],"names":["spinner"],"mappings":";;;;+BAASA;;aAAAA,+BAAO;;wCAAQ"}
|
|
@@ -51,6 +51,4 @@ const StyledText = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
|
|
|
51
51
|
className: className
|
|
52
52
|
});
|
|
53
53
|
});
|
|
54
|
-
StyledText.displayName = 'StyledText';
|
|
55
|
-
|
|
56
|
-
//# sourceMappingURL=StyledText.js.map
|
|
54
|
+
StyledText.displayName = 'StyledText';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
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"}
|