@elice/material-runbox 1.240710.0-runboxclientversion.0 → 1.240710.0

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.
@@ -44,6 +44,7 @@ const MaterialRunboxContent = ({
44
44
  }) => {
45
45
  const intl$1 = intl.useRawEliceIntl();
46
46
  const {
47
+ locale,
47
48
  showMessenger
48
49
  } = MaterialRunboxContext.useMaterialRunboxContext();
49
50
  const materialRunboxApi = MaterialRunboxApiContext.useMaterialRunboxApiContext();
@@ -152,6 +153,7 @@ const MaterialRunboxContent = ({
152
153
  }, {
153
154
  signal
154
155
  }),
156
+ locale: locale,
155
157
  onRunboxRefetchRequest: refetch
156
158
  }, React.createElement(StyledRunboxContainer, null, React.createElement(MaterialRunboxHeader.default, Object.assign({}, props)), React.createElement(MaterialRunboxBody.default, Object.assign({}, props)), React.createElement(MaterialRunboxFooter.default, Object.assign({}, props)))));
157
159
  };
@@ -40,6 +40,7 @@ const MaterialRunboxContent = ({
40
40
  }) => {
41
41
  const intl = useRawEliceIntl();
42
42
  const {
43
+ locale,
43
44
  showMessenger
44
45
  } = useMaterialRunboxContext();
45
46
  const materialRunboxApi = useMaterialRunboxApiContext();
@@ -148,6 +149,7 @@ const MaterialRunboxContent = ({
148
149
  }, {
149
150
  signal
150
151
  }),
152
+ locale: locale,
151
153
  onRunboxRefetchRequest: refetch
152
154
  }, React.createElement(StyledRunboxContainer, null, React.createElement(MaterialRunboxHeader, Object.assign({}, props)), React.createElement(MaterialRunboxBody, Object.assign({}, props)), React.createElement(MaterialRunboxFooter, Object.assign({}, props)))));
153
155
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-runbox",
3
- "version": "1.240710.0-runboxclientversion.0",
3
+ "version": "1.240710.0",
4
4
  "description": "User view and editing components of Elice material runbox",
5
5
  "repository": "https://git.elicer.io/elice/frontend/library/elice-material",
6
6
  "license": "UNLICENSED",
@@ -58,7 +58,7 @@
58
58
  "@elice/mui-system": "^5.230815.0",
59
59
  "@elice/mui-x-snackbar": "^5.231130.0",
60
60
  "@elice/openapi-client-material-runbox": "1.240328.0",
61
- "@elice/runbox-client": "1.240710.0",
61
+ "@elice/runbox-client": "1.240521.0",
62
62
  "@elice/types": "^1.240619.0",
63
63
  "@emotion/react": "^11.10.5",
64
64
  "@emotion/styled": "^11.10.5",
@@ -74,5 +74,5 @@
74
74
  "react": "^17.0.2",
75
75
  "react-use": "^17.2.4"
76
76
  },
77
- "gitHead": "08d01f006bd6f7be787a427bcbd042be7953fdd5"
77
+ "gitHead": "26aba6603e491668e8258b108b3b45f31ba33b24"
78
78
  }