@fluentui/react-migration-v0-v9 9.0.0 → 9.0.2
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 +67 -1
- package/CHANGELOG.md +26 -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 +6 -6
|
@@ -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"}
|
|
@@ -5,6 +5,3 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
|
6
6
|
_exportStar(require("./StyledText"), exports);
|
|
7
7
|
_exportStar(require("./StyledText.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 './StyledText';\nexport * from './StyledText.styles';\n"],"names":[],"mappings":";;;;;oBAAc;oBACA"}
|
package/lib-commonjs/index.js
CHANGED
|
@@ -46,6 +46,3 @@ const _styledText = require("./components/StyledText");
|
|
|
46
46
|
const _primitive = require("./components/Primitive");
|
|
47
47
|
const _itemLayout = require("./components/ItemLayout");
|
|
48
48
|
const _flex = require("./components/Flex");
|
|
49
|
-
//# sourceMappingURL=index.js.map
|
|
50
|
-
|
|
51
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export { GridShim, grid, gridClassName, useGridStyles } from './components/Grid/index';\nexport { FormFieldShim } from './components/FormField';\nexport { Segment } from './components/Segment';\nexport { slider } from './components/Slider';\nexport { input } from './components/Input';\nexport { v0Icon, v9CustomSizeIcon, v9DisabledCursor, v9HoverClasses, v9Icon } from './components/Button';\nexport { spinner } from './components/Spinner';\nexport { StyledText, styledTextClassName } from './components/StyledText';\nexport { Primitive, primitiveClassName } from './components/Primitive';\nexport { ItemLayout, itemLayoutClassName, useItemLayoutStyles } from './components/ItemLayout';\nexport { Flex, flexClassName, flexItem, useFlexStyles } from './components/Flex';\n"],"names":["GridShim","grid","gridClassName","useGridStyles","FormFieldShim","Segment","slider","input","v0Icon","v9CustomSizeIcon","v9DisabledCursor","v9HoverClasses","v9Icon","spinner","StyledText","styledTextClassName","Primitive","primitiveClassName","ItemLayout","itemLayoutClassName","useItemLayoutStyles","Flex","flexClassName","flexItem","useFlexStyles"],"mappings":";;;;;;;;;;;IAASA,QAAQ,MAARA,eAAQ;IAAEC,IAAI,MAAJA,WAAI;IAAEC,aAAa,MAAbA,oBAAa;IAAEC,aAAa,MAAbA,oBAAa;IAC5CC,aAAa,MAAbA,wBAAa;IACbC,OAAO,MAAPA,gBAAO;IACPC,MAAM,MAANA,cAAM;IACNC,KAAK,MAALA,YAAK;IACLC,MAAM,MAANA,cAAM;IAAEC,gBAAgB,MAAhBA,wBAAgB;IAAEC,gBAAgB,MAAhBA,wBAAgB;IAAEC,cAAc,MAAdA,sBAAc;IAAEC,MAAM,MAANA,cAAM;IAClEC,OAAO,MAAPA,gBAAO;IACPC,UAAU,MAAVA,sBAAU;IAAEC,mBAAmB,MAAnBA,+BAAmB;IAC/BC,SAAS,MAATA,oBAAS;IAAEC,kBAAkB,MAAlBA,6BAAkB;IAC7BC,UAAU,MAAVA,sBAAU;IAAEC,mBAAmB,MAAnBA,+BAAmB;IAAEC,mBAAmB,MAAnBA,+BAAmB;IACpDC,IAAI,MAAJA,UAAI;IAAEC,aAAa,MAAbA,mBAAa;IAAEC,QAAQ,MAARA,cAAQ;IAAEC,aAAa,MAAbA,mBAAa;;uBAVQ;2BAC/B;yBACN;wBACD;uBACD;wBAC6D;yBAC3D;4BACwB;2BACF;4BACuB;sBACR"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-migration-v0-v9",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.2",
|
|
4
4
|
"description": "Migration shim components and methods for hybrid v0/v9 applications building on Fluent UI React.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@fluentui/eslint-plugin": "*",
|
|
29
29
|
"@fluentui/react-conformance": "*",
|
|
30
|
-
"@fluentui/react-conformance-griffel": "9.0.0-beta.
|
|
30
|
+
"@fluentui/react-conformance-griffel": "9.0.0-beta.22",
|
|
31
31
|
"@fluentui/scripts-api-extractor": "*",
|
|
32
32
|
"@fluentui/scripts-tasks": "*",
|
|
33
33
|
"@fluentui/scripts-storybook": "*"
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@fluentui/react-icons": "^2.0.196",
|
|
37
37
|
"@fluentui/react-theme": "^9.1.8",
|
|
38
|
-
"@fluentui/react-utilities": "^9.9.
|
|
39
|
-
"@fluentui/react-jsx-runtime": "9.0.0-alpha.
|
|
40
|
-
"@
|
|
41
|
-
"@fluentui/react-components": "^9.20.3",
|
|
38
|
+
"@fluentui/react-utilities": "^9.9.2",
|
|
39
|
+
"@fluentui/react-jsx-runtime": "9.0.0-alpha.6",
|
|
40
|
+
"@fluentui/react-components": "^9.21.0",
|
|
42
41
|
"@fluentui/react-northstar": "^0.66.4",
|
|
42
|
+
"@griffel/react": "^1.5.7",
|
|
43
43
|
"@swc/helpers": "^0.4.14"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|