@nualang/nualang-ui-components 0.1.1309 → 0.1.1310

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.
@@ -991,31 +991,26 @@ function Classroom({
991
991
  pt: "8px",
992
992
  children: [/*#__PURE__*/_jsx("div", {
993
993
  className: classes.grow
994
- }), /*#__PURE__*/_jsxs(Box, {
995
- sx: {
996
- display: "flex",
997
- alignItems: "center",
998
- justifyContent: "space-between",
999
- mb: 2
1000
- },
1001
- children: [/*#__PURE__*/_jsx(Typography, {
1002
- variant: "headline",
1003
- color: "inherit",
1004
- fontSize: 24,
1005
- children: t("discussions")
1006
- }), /*#__PURE__*/_jsx(Tooltip, {
1007
- title: t("refresh_discuss"),
1008
- placement: "left",
1009
- children: /*#__PURE__*/_jsx(IconButton, {
994
+ }), /*#__PURE__*/_jsx(Tooltip, {
995
+ title: t("refresh_discuss"),
996
+ placement: "left",
997
+ children: /*#__PURE__*/_jsx(IconButton, {
998
+ sx: {
999
+ position: "absolute",
1000
+ right: theme.spacing(),
1001
+ marginRight: theme.spacing(2),
1002
+ zIndex: 1,
1010
1003
  size: "large",
1011
- "aria-label": "Refresh",
1012
- onClick: refetchData,
1013
- id: "discussRefreshScheduled",
1014
- children: /*#__PURE__*/_jsx(Refresh, {
1015
- fontSize: "inherit"
1016
- })
1004
+ marginTop: "5px"
1005
+ },
1006
+ size: "large",
1007
+ "aria-label": "Refresh",
1008
+ onClick: refetchData,
1009
+ id: "discussRefreshScheduled",
1010
+ children: /*#__PURE__*/_jsx(Refresh, {
1011
+ fontSize: "inherit"
1017
1012
  })
1018
- })]
1013
+ })
1019
1014
  }), /*#__PURE__*/_jsx(_Fragment, {
1020
1015
  children: isCreator && createdDiscussions?.length > 0 && /*#__PURE__*/_jsx("div", {
1021
1016
  id: "discussGroupedDiscussions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nualang/nualang-ui-components",
3
- "version": "0.1.1309",
3
+ "version": "0.1.1310",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [