@elice/material-runbox 1.240514.2 → 1.240517.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.
@@ -29,7 +29,9 @@ const MaterialRunbox = _a => {
29
29
  __intl
30
30
  } = _a,
31
31
  contentProps = tslib.__rest(_a, ["enableAutoShutdownToggle", "enableUrlShare", "locale", "showMessenger", "eliceMaterialRunboxApiConfiguration", "__intl"]);
32
- return React.createElement(intl.RawEliceIntlProvider, Object.assign({}, __intl), React.createElement(MaterialRunboxContext.default, {
32
+ return React.createElement(intl.RawEliceIntlProvider, {
33
+ value: __intl
34
+ }, React.createElement(MaterialRunboxContext.default, {
33
35
  enableAutoShutdownToggle: enableAutoShutdownToggle,
34
36
  enableUrlShare: enableUrlShare,
35
37
  locale: locale,
@@ -25,7 +25,9 @@ const MaterialRunbox = _a => {
25
25
  __intl
26
26
  } = _a,
27
27
  contentProps = __rest(_a, ["enableAutoShutdownToggle", "enableUrlShare", "locale", "showMessenger", "eliceMaterialRunboxApiConfiguration", "__intl"]);
28
- return React.createElement(RawEliceIntlProvider, Object.assign({}, __intl), React.createElement(MaterialRunboxContextProvider, {
28
+ return React.createElement(RawEliceIntlProvider, {
29
+ value: __intl
30
+ }, React.createElement(MaterialRunboxContextProvider, {
29
31
  enableAutoShutdownToggle: enableAutoShutdownToggle,
30
32
  enableUrlShare: enableUrlShare,
31
33
  locale: locale,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-runbox",
3
- "version": "1.240514.2",
3
+ "version": "1.240517.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",
@@ -51,9 +51,9 @@
51
51
  "tslib": "^2.6.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@elice/intl": "0.240425.0-rc.0",
55
- "@elice/material-shared-types": "1.240514.2",
56
- "@elice/material-shared-utils": "1.240514.2",
54
+ "@elice/intl": "0.240425.0-rc.1",
55
+ "@elice/material-shared-types": "1.240517.0",
56
+ "@elice/material-shared-utils": "1.240517.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",
@@ -74,5 +74,5 @@
74
74
  "react": "^17.0.2",
75
75
  "react-use": "^17.2.4"
76
76
  },
77
- "gitHead": "b13df05d69f1f8b7081d670ec2986a6212875563"
77
+ "gitHead": "bb6cdfa264766bb3a10117bd0482152179e59414"
78
78
  }