@elice/material-runbox 1.240709.0-udl1.0 → 1.240710.0-runboxclientversion.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,7 +44,6 @@ const MaterialRunboxContent = ({
44
44
  }) => {
45
45
  const intl$1 = intl.useRawEliceIntl();
46
46
  const {
47
- locale,
48
47
  showMessenger
49
48
  } = MaterialRunboxContext.useMaterialRunboxContext();
50
49
  const materialRunboxApi = MaterialRunboxApiContext.useMaterialRunboxApiContext();
@@ -153,7 +152,6 @@ const MaterialRunboxContent = ({
153
152
  }, {
154
153
  signal
155
154
  }),
156
- locale: locale,
157
155
  onRunboxRefetchRequest: refetch
158
156
  }, 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)))));
159
157
  };
@@ -40,7 +40,6 @@ const MaterialRunboxContent = ({
40
40
  }) => {
41
41
  const intl = useRawEliceIntl();
42
42
  const {
43
- locale,
44
43
  showMessenger
45
44
  } = useMaterialRunboxContext();
46
45
  const materialRunboxApi = useMaterialRunboxApiContext();
@@ -149,7 +148,6 @@ const MaterialRunboxContent = ({
149
148
  }, {
150
149
  signal
151
150
  }),
152
- locale: locale,
153
151
  onRunboxRefetchRequest: refetch
154
152
  }, React.createElement(StyledRunboxContainer, null, React.createElement(MaterialRunboxHeader, Object.assign({}, props)), React.createElement(MaterialRunboxBody, Object.assign({}, props)), React.createElement(MaterialRunboxFooter, Object.assign({}, props)))));
155
153
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-runbox",
3
- "version": "1.240709.0-udl1.0",
3
+ "version": "1.240710.0-runboxclientversion.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",
@@ -52,13 +52,13 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "@elice/intl": "0.240425.0-rc.2",
55
- "@elice/material-shared-types": "1.240709.0",
56
- "@elice/material-shared-utils": "1.240709.0",
55
+ "@elice/material-shared-types": "1.240710.0",
56
+ "@elice/material-shared-utils": "1.240710.0",
57
57
  "@elice/mui-elements": "^5.231130.0",
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.240521.0",
61
+ "@elice/runbox-client": "1.240710.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": "f16299613c933cc8e35e85acb50eacf673826f5e"
77
+ "gitHead": "08d01f006bd6f7be787a427bcbd042be7953fdd5"
78
78
  }