@coveord/plasma-mantine 52.17.0 → 52.17.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.
@@ -1 +1 @@
1
- {"version":3,"file":"StickyFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/sticky-footer/StickyFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAGZ,aAAa,EACb,iBAAiB,EACjB,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAa,SAAS,EAAC,MAAM,OAAO,CAAC;AAE5C,MAAM,WAAW,iBAAkB,SAAQ,YAAY,CAAC,SAAS,CAAC,OAAO,SAAS,CAAC,CAAC;IAChF;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,QAAA,MAAM,SAAS;;;;;;;;CAUZ,CAAC;AAOJ,eAAO,MAAM,YAAY,8GAavB,CAAC"}
1
+ {"version":3,"file":"StickyFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/sticky-footer/StickyFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAGZ,aAAa,EACb,iBAAiB,EACjB,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAa,SAAS,EAAC,MAAM,OAAO,CAAC;AAE5C,MAAM,WAAW,iBAAkB,SAAQ,YAAY,CAAC,SAAS,CAAC,OAAO,SAAS,CAAC,CAAC;IAChF;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,QAAA,MAAM,SAAS;;;;;;;;CAWZ,CAAC;AAOJ,eAAO,MAAM,YAAY,8GAavB,CAAC"}
@@ -16,12 +16,13 @@ var _core = require("@mantine/core");
16
16
  var _react = require("react");
17
17
  var useStyles = (0, _core.createStyles)(function(theme) {
18
18
  return {
19
- root: {},
20
- footer: {
19
+ root: {
21
20
  position: "sticky",
22
21
  bottom: 0,
23
22
  zIndex: 10,
24
- backgroundColor: "white",
23
+ backgroundColor: "white"
24
+ },
25
+ footer: {
25
26
  padding: theme.spacing.lg
26
27
  },
27
28
  divider: {}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/components/sticky-footer/StickyFooter.tsx"],"sourcesContent":["import {\n Box,\n createStyles,\n DefaultProps,\n Divider,\n Group,\n GroupPosition,\n MantineNumberSize,\n Selectors,\n useComponentDefaultProps,\n} from '@mantine/core';\nimport {forwardRef, ReactNode} from 'react';\n\nexport interface StickyFooterProps extends DefaultProps<Selectors<typeof useStyles>> {\n /**\n * Whether a border is render on top of the footer\n */\n borderTop?: boolean;\n /**\n * Position of the children within the footer\n *\n * @default 'right'\n */\n position?: GroupPosition;\n /**\n * Defines the spacing between footer children\n *\n * @default 'sm'\n */\n spacing?: MantineNumberSize;\n /**\n * Footer's children, usually buttons\n */\n children?: ReactNode;\n}\n\nconst useStyles = createStyles((theme) => ({\n root: {},\n footer: {\n position: 'sticky',\n bottom: 0,\n zIndex: 10,\n backgroundColor: 'white',\n padding: theme.spacing.lg,\n },\n divider: {},\n}));\n\nconst defaultProps: Partial<StickyFooterProps> = {\n spacing: 'sm',\n position: 'right',\n};\n\nexport const StickyFooter = forwardRef<HTMLDivElement, StickyFooterProps>((props, ref) => {\n const {borderTop, spacing, position, children, className, classNames, styles, unstyled, ...others} =\n useComponentDefaultProps('StickyFooter', defaultProps, props);\n const {classes, cx} = useStyles(null, {name: 'StickyFooter', classNames, styles, unstyled});\n\n return (\n <Box ref={ref} className={cx(classes.root, className)}>\n {borderTop ? <Divider size=\"xs\" className={classes.divider} /> : null}\n <Group position={position} spacing={spacing} className={classes.footer} {...others}>\n {children}\n </Group>\n </Box>\n );\n});\n"],"names":["StickyFooter","useStyles","createStyles","theme","root","footer","position","bottom","zIndex","backgroundColor","padding","spacing","lg","divider","defaultProps","forwardRef","props","ref","useComponentDefaultProps","borderTop","children","className","classNames","styles","unstyled","others","name","classes","cx","Box","Divider","size","Group"],"mappings":";;;;+BAqDaA;;;eAAAA;;;;;;;oBA3CN;qBAC6B;AAyBpC,IAAMC,YAAYC,IAAAA,kBAAY,EAAC,SAACC;WAAW;QACvCC,MAAM,CAAC;QACPC,QAAQ;YACJC,UAAU;YACVC,QAAQ;YACRC,QAAQ;YACRC,iBAAiB;YACjBC,SAASP,MAAMQ,OAAO,CAACC,EAAE;QAC7B;QACAC,SAAS,CAAC;IACd;;AAEA,IAAMC,eAA2C;IAC7CH,SAAS;IACTL,UAAU;AACd;AAEO,IAAMN,6BAAee,IAAAA,iBAAU,EAAoC,SAACC,OAAOC;IAC9E,IACIC,4BAAAA,IAAAA,8BAAwB,EAAC,gBAAgBJ,cAAcE,QADpDG,YACHD,0BADGC,WAAWR,UACdO,0BADcP,SAASL,WACvBY,0BADuBZ,UAAUc,WACjCF,0BADiCE,UAAUC,YAC3CH,0BAD2CG,WAAWC,aACtDJ,0BADsDI,YAAYC,SAClEL,0BADkEK,QAAQC,WAC1EN,0BAD0EM,UAAaC,sCACvFP;QADGC;QAAWR;QAASL;QAAUc;QAAUC;QAAWC;QAAYC;QAAQC;;IAE9E,IAAsBvB,aAAAA,UAAU,MAAM;QAACyB,MAAM;QAAgBJ,YAAAA;QAAYC,QAAAA;QAAQC,UAAAA;IAAQ,IAAlFG,UAAe1B,WAAf0B,SAASC,KAAM3B,WAAN2B;IAEhB,qBACI,sBAACC,SAAG;QAACZ,KAAKA;QAAKI,WAAWO,GAAGD,QAAQvB,IAAI,EAAEiB;;YACtCF,0BAAY,qBAACW,aAAO;gBAACC,MAAK;gBAAKV,WAAWM,QAAQd,OAAO;iBAAO;0BACjE,qBAACmB,WAAK;gBAAC1B,UAAUA;gBAAUK,SAASA;gBAASU,WAAWM,QAAQtB,MAAM;eAAMoB;0BACvEL;;;;AAIjB"}
1
+ {"version":3,"sources":["../../../../src/components/sticky-footer/StickyFooter.tsx"],"sourcesContent":["import {\n Box,\n createStyles,\n DefaultProps,\n Divider,\n Group,\n GroupPosition,\n MantineNumberSize,\n Selectors,\n useComponentDefaultProps,\n} from '@mantine/core';\nimport {forwardRef, ReactNode} from 'react';\n\nexport interface StickyFooterProps extends DefaultProps<Selectors<typeof useStyles>> {\n /**\n * Whether a border is render on top of the footer\n */\n borderTop?: boolean;\n /**\n * Position of the children within the footer\n *\n * @default 'right'\n */\n position?: GroupPosition;\n /**\n * Defines the spacing between footer children\n *\n * @default 'sm'\n */\n spacing?: MantineNumberSize;\n /**\n * Footer's children, usually buttons\n */\n children?: ReactNode;\n}\n\nconst useStyles = createStyles((theme) => ({\n root: {\n position: 'sticky',\n bottom: 0,\n zIndex: 10,\n backgroundColor: 'white',\n },\n footer: {\n padding: theme.spacing.lg,\n },\n divider: {},\n}));\n\nconst defaultProps: Partial<StickyFooterProps> = {\n spacing: 'sm',\n position: 'right',\n};\n\nexport const StickyFooter = forwardRef<HTMLDivElement, StickyFooterProps>((props, ref) => {\n const {borderTop, spacing, position, children, className, classNames, styles, unstyled, ...others} =\n useComponentDefaultProps('StickyFooter', defaultProps, props);\n const {classes, cx} = useStyles(null, {name: 'StickyFooter', classNames, styles, unstyled});\n\n return (\n <Box ref={ref} className={cx(classes.root, className)}>\n {borderTop ? <Divider size=\"xs\" className={classes.divider} /> : null}\n <Group position={position} spacing={spacing} className={classes.footer} {...others}>\n {children}\n </Group>\n </Box>\n );\n});\n"],"names":["StickyFooter","useStyles","createStyles","theme","root","position","bottom","zIndex","backgroundColor","footer","padding","spacing","lg","divider","defaultProps","forwardRef","props","ref","useComponentDefaultProps","borderTop","children","className","classNames","styles","unstyled","others","name","classes","cx","Box","Divider","size","Group"],"mappings":";;;;+BAsDaA;;;eAAAA;;;;;;;oBA5CN;qBAC6B;AAyBpC,IAAMC,YAAYC,IAAAA,kBAAY,EAAC,SAACC;WAAW;QACvCC,MAAM;YACFC,UAAU;YACVC,QAAQ;YACRC,QAAQ;YACRC,iBAAiB;QACrB;QACAC,QAAQ;YACJC,SAASP,MAAMQ,OAAO,CAACC,EAAE;QAC7B;QACAC,SAAS,CAAC;IACd;;AAEA,IAAMC,eAA2C;IAC7CH,SAAS;IACTN,UAAU;AACd;AAEO,IAAML,6BAAee,IAAAA,iBAAU,EAAoC,SAACC,OAAOC;IAC9E,IACIC,4BAAAA,IAAAA,8BAAwB,EAAC,gBAAgBJ,cAAcE,QADpDG,YACHD,0BADGC,WAAWR,UACdO,0BADcP,SAASN,WACvBa,0BADuBb,UAAUe,WACjCF,0BADiCE,UAAUC,YAC3CH,0BAD2CG,WAAWC,aACtDJ,0BADsDI,YAAYC,SAClEL,0BADkEK,QAAQC,WAC1EN,0BAD0EM,UAAaC,sCACvFP;QADGC;QAAWR;QAASN;QAAUe;QAAUC;QAAWC;QAAYC;QAAQC;;IAE9E,IAAsBvB,aAAAA,UAAU,MAAM;QAACyB,MAAM;QAAgBJ,YAAAA;QAAYC,QAAAA;QAAQC,UAAAA;IAAQ,IAAlFG,UAAe1B,WAAf0B,SAASC,KAAM3B,WAAN2B;IAEhB,qBACI,sBAACC,SAAG;QAACZ,KAAKA;QAAKI,WAAWO,GAAGD,QAAQvB,IAAI,EAAEiB;;YACtCF,0BAAY,qBAACW,aAAO;gBAACC,MAAK;gBAAKV,WAAWM,QAAQd,OAAO;iBAAO;0BACjE,qBAACmB,WAAK;gBAAC3B,UAAUA;gBAAUM,SAASA;gBAASU,WAAWM,QAAQlB,MAAM;eAAMgB;0BACvEL;;;;AAIjB"}
@@ -1 +1 @@
1
- {"version":3,"file":"StickyFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/sticky-footer/StickyFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAGZ,aAAa,EACb,iBAAiB,EACjB,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAa,SAAS,EAAC,MAAM,OAAO,CAAC;AAE5C,MAAM,WAAW,iBAAkB,SAAQ,YAAY,CAAC,SAAS,CAAC,OAAO,SAAS,CAAC,CAAC;IAChF;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,QAAA,MAAM,SAAS;;;;;;;;CAUZ,CAAC;AAOJ,eAAO,MAAM,YAAY,8GAavB,CAAC"}
1
+ {"version":3,"file":"StickyFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/sticky-footer/StickyFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAGZ,aAAa,EACb,iBAAiB,EACjB,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAa,SAAS,EAAC,MAAM,OAAO,CAAC;AAE5C,MAAM,WAAW,iBAAkB,SAAQ,YAAY,CAAC,SAAS,CAAC,OAAO,SAAS,CAAC,CAAC;IAChF;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,QAAA,MAAM,SAAS;;;;;;;;CAWZ,CAAC;AAOJ,eAAO,MAAM,YAAY,8GAavB,CAAC"}
@@ -6,12 +6,13 @@ import { Box, createStyles, Divider, Group, useComponentDefaultProps } from "@ma
6
6
  import { forwardRef } from "react";
7
7
  var useStyles = createStyles(function(theme) {
8
8
  return {
9
- root: {},
10
- footer: {
9
+ root: {
11
10
  position: "sticky",
12
11
  bottom: 0,
13
12
  zIndex: 10,
14
- backgroundColor: "white",
13
+ backgroundColor: "white"
14
+ },
15
+ footer: {
15
16
  padding: theme.spacing.lg
16
17
  },
17
18
  divider: {}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/components/sticky-footer/StickyFooter.tsx"],"sourcesContent":["import {\n Box,\n createStyles,\n DefaultProps,\n Divider,\n Group,\n GroupPosition,\n MantineNumberSize,\n Selectors,\n useComponentDefaultProps,\n} from '@mantine/core';\nimport {forwardRef, ReactNode} from 'react';\n\nexport interface StickyFooterProps extends DefaultProps<Selectors<typeof useStyles>> {\n /**\n * Whether a border is render on top of the footer\n */\n borderTop?: boolean;\n /**\n * Position of the children within the footer\n *\n * @default 'right'\n */\n position?: GroupPosition;\n /**\n * Defines the spacing between footer children\n *\n * @default 'sm'\n */\n spacing?: MantineNumberSize;\n /**\n * Footer's children, usually buttons\n */\n children?: ReactNode;\n}\n\nconst useStyles = createStyles((theme) => ({\n root: {},\n footer: {\n position: 'sticky',\n bottom: 0,\n zIndex: 10,\n backgroundColor: 'white',\n padding: theme.spacing.lg,\n },\n divider: {},\n}));\n\nconst defaultProps: Partial<StickyFooterProps> = {\n spacing: 'sm',\n position: 'right',\n};\n\nexport const StickyFooter = forwardRef<HTMLDivElement, StickyFooterProps>((props, ref) => {\n const {borderTop, spacing, position, children, className, classNames, styles, unstyled, ...others} =\n useComponentDefaultProps('StickyFooter', defaultProps, props);\n const {classes, cx} = useStyles(null, {name: 'StickyFooter', classNames, styles, unstyled});\n\n return (\n <Box ref={ref} className={cx(classes.root, className)}>\n {borderTop ? <Divider size=\"xs\" className={classes.divider} /> : null}\n <Group position={position} spacing={spacing} className={classes.footer} {...others}>\n {children}\n </Group>\n </Box>\n );\n});\n"],"names":["Box","createStyles","Divider","Group","useComponentDefaultProps","forwardRef","useStyles","theme","root","footer","position","bottom","zIndex","backgroundColor","padding","spacing","lg","divider","defaultProps","StickyFooter","props","ref","borderTop","children","className","classNames","styles","unstyled","others","name","classes","cx","size"],"mappings":";;;;AAAA,SACIA,GAAG,EACHC,YAAY,EAEZC,OAAO,EACPC,KAAK,EAILC,wBAAwB,QACrB,gBAAgB;AACvB,SAAQC,UAAU,QAAkB,QAAQ;AAyB5C,IAAMC,YAAYL,aAAa,SAACM;WAAW;QACvCC,MAAM,CAAC;QACPC,QAAQ;YACJC,UAAU;YACVC,QAAQ;YACRC,QAAQ;YACRC,iBAAiB;YACjBC,SAASP,MAAMQ,OAAO,CAACC,EAAE;QAC7B;QACAC,SAAS,CAAC;IACd;;AAEA,IAAMC,eAA2C;IAC7CH,SAAS;IACTL,UAAU;AACd;AAEA,OAAO,IAAMS,6BAAed,WAA8C,SAACe,OAAOC;IAC9E,IACIjB,4BAAAA,yBAAyB,gBAAgBc,cAAcE,QADpDE,YACHlB,0BADGkB,WAAWP,UACdX,0BADcW,SAASL,WACvBN,0BADuBM,UAAUa,WACjCnB,0BADiCmB,UAAUC,YAC3CpB,0BAD2CoB,WAAWC,aACtDrB,0BADsDqB,YAAYC,SAClEtB,0BADkEsB,QAAQC,WAC1EvB,0BAD0EuB,UAAaC,oCACvFxB;QADGkB;QAAWP;QAASL;QAAUa;QAAUC;QAAWC;QAAYC;QAAQC;;IAE9E,IAAsBrB,aAAAA,UAAU,MAAM;QAACuB,MAAM;QAAgBJ,YAAAA;QAAYC,QAAAA;QAAQC,UAAAA;IAAQ,IAAlFG,UAAexB,WAAfwB,SAASC,KAAMzB,WAANyB;IAEhB,qBACI,MAAC/B;QAAIqB,KAAKA;QAAKG,WAAWO,GAAGD,QAAQtB,IAAI,EAAEgB;;YACtCF,0BAAY,KAACpB;gBAAQ8B,MAAK;gBAAKR,WAAWM,QAAQb,OAAO;iBAAO;0BACjE,KAACd;gBAAMO,UAAUA;gBAAUK,SAASA;gBAASS,WAAWM,QAAQrB,MAAM;eAAMmB;0BACvEL;;;;AAIjB,GAAG"}
1
+ {"version":3,"sources":["../../../../src/components/sticky-footer/StickyFooter.tsx"],"sourcesContent":["import {\n Box,\n createStyles,\n DefaultProps,\n Divider,\n Group,\n GroupPosition,\n MantineNumberSize,\n Selectors,\n useComponentDefaultProps,\n} from '@mantine/core';\nimport {forwardRef, ReactNode} from 'react';\n\nexport interface StickyFooterProps extends DefaultProps<Selectors<typeof useStyles>> {\n /**\n * Whether a border is render on top of the footer\n */\n borderTop?: boolean;\n /**\n * Position of the children within the footer\n *\n * @default 'right'\n */\n position?: GroupPosition;\n /**\n * Defines the spacing between footer children\n *\n * @default 'sm'\n */\n spacing?: MantineNumberSize;\n /**\n * Footer's children, usually buttons\n */\n children?: ReactNode;\n}\n\nconst useStyles = createStyles((theme) => ({\n root: {\n position: 'sticky',\n bottom: 0,\n zIndex: 10,\n backgroundColor: 'white',\n },\n footer: {\n padding: theme.spacing.lg,\n },\n divider: {},\n}));\n\nconst defaultProps: Partial<StickyFooterProps> = {\n spacing: 'sm',\n position: 'right',\n};\n\nexport const StickyFooter = forwardRef<HTMLDivElement, StickyFooterProps>((props, ref) => {\n const {borderTop, spacing, position, children, className, classNames, styles, unstyled, ...others} =\n useComponentDefaultProps('StickyFooter', defaultProps, props);\n const {classes, cx} = useStyles(null, {name: 'StickyFooter', classNames, styles, unstyled});\n\n return (\n <Box ref={ref} className={cx(classes.root, className)}>\n {borderTop ? <Divider size=\"xs\" className={classes.divider} /> : null}\n <Group position={position} spacing={spacing} className={classes.footer} {...others}>\n {children}\n </Group>\n </Box>\n );\n});\n"],"names":["Box","createStyles","Divider","Group","useComponentDefaultProps","forwardRef","useStyles","theme","root","position","bottom","zIndex","backgroundColor","footer","padding","spacing","lg","divider","defaultProps","StickyFooter","props","ref","borderTop","children","className","classNames","styles","unstyled","others","name","classes","cx","size"],"mappings":";;;;AAAA,SACIA,GAAG,EACHC,YAAY,EAEZC,OAAO,EACPC,KAAK,EAILC,wBAAwB,QACrB,gBAAgB;AACvB,SAAQC,UAAU,QAAkB,QAAQ;AAyB5C,IAAMC,YAAYL,aAAa,SAACM;WAAW;QACvCC,MAAM;YACFC,UAAU;YACVC,QAAQ;YACRC,QAAQ;YACRC,iBAAiB;QACrB;QACAC,QAAQ;YACJC,SAASP,MAAMQ,OAAO,CAACC,EAAE;QAC7B;QACAC,SAAS,CAAC;IACd;;AAEA,IAAMC,eAA2C;IAC7CH,SAAS;IACTN,UAAU;AACd;AAEA,OAAO,IAAMU,6BAAed,WAA8C,SAACe,OAAOC;IAC9E,IACIjB,4BAAAA,yBAAyB,gBAAgBc,cAAcE,QADpDE,YACHlB,0BADGkB,WAAWP,UACdX,0BADcW,SAASN,WACvBL,0BADuBK,UAAUc,WACjCnB,0BADiCmB,UAAUC,YAC3CpB,0BAD2CoB,WAAWC,aACtDrB,0BADsDqB,YAAYC,SAClEtB,0BADkEsB,QAAQC,WAC1EvB,0BAD0EuB,UAAaC,oCACvFxB;QADGkB;QAAWP;QAASN;QAAUc;QAAUC;QAAWC;QAAYC;QAAQC;;IAE9E,IAAsBrB,aAAAA,UAAU,MAAM;QAACuB,MAAM;QAAgBJ,YAAAA;QAAYC,QAAAA;QAAQC,UAAAA;IAAQ,IAAlFG,UAAexB,WAAfwB,SAASC,KAAMzB,WAANyB;IAEhB,qBACI,MAAC/B;QAAIqB,KAAKA;QAAKG,WAAWO,GAAGD,QAAQtB,IAAI,EAAEgB;;YACtCF,0BAAY,KAACpB;gBAAQ8B,MAAK;gBAAKR,WAAWM,QAAQb,OAAO;iBAAO;0BACjE,KAACd;gBAAMM,UAAUA;gBAAUM,SAASA;gBAASS,WAAWM,QAAQjB,MAAM;eAAMe;0BACvEL;;;;AAIjB,GAAG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveord/plasma-mantine",
3
- "version": "52.17.0",
3
+ "version": "52.17.2",
4
4
  "description": "A Plasma flavoured Mantine theme",
5
5
  "keywords": [
6
6
  "plasma",
@@ -34,8 +34,8 @@
34
34
  "@mantine/utils": "6.0.19",
35
35
  "@monaco-editor/react": "4.5.1",
36
36
  "@swc/helpers": "0.5.1",
37
- "@tanstack/react-table": "8.10.0",
38
- "@tanstack/table-core": "8.10.0",
37
+ "@tanstack/react-table": "8.10.1",
38
+ "@tanstack/table-core": "8.10.1",
39
39
  "dayjs": "1.11.9",
40
40
  "fast-deep-equal": "3.1.3",
41
41
  "lodash.debounce": "4.0.8",
@@ -35,12 +35,13 @@ export interface StickyFooterProps extends DefaultProps<Selectors<typeof useStyl
35
35
  }
36
36
 
37
37
  const useStyles = createStyles((theme) => ({
38
- root: {},
39
- footer: {
38
+ root: {
40
39
  position: 'sticky',
41
40
  bottom: 0,
42
41
  zIndex: 10,
43
42
  backgroundColor: 'white',
43
+ },
44
+ footer: {
44
45
  padding: theme.spacing.lg,
45
46
  },
46
47
  divider: {},