@elice/material-assignment 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.
@@ -28,7 +28,9 @@ const MaterialAssignment = ({
28
28
  __intl
29
29
  }) => {
30
30
  const prefixCls = 'em-material-assignment';
31
- return React.createElement(intl.RawEliceIntlProvider, Object.assign({}, __intl), React.createElement(StyledMaterialAssignmentWrapper, {
31
+ return React.createElement(intl.RawEliceIntlProvider, {
32
+ value: __intl
33
+ }, React.createElement(StyledMaterialAssignmentWrapper, {
32
34
  className: classnames(prefixCls, className)
33
35
  }, React.createElement(MaterialAssignmentContent.default, {
34
36
  materialAssignmentId: materialAssignmentId,
@@ -24,7 +24,9 @@ const MaterialAssignment = ({
24
24
  __intl
25
25
  }) => {
26
26
  const prefixCls = 'em-material-assignment';
27
- return React.createElement(RawEliceIntlProvider, Object.assign({}, __intl), React.createElement(StyledMaterialAssignmentWrapper, {
27
+ return React.createElement(RawEliceIntlProvider, {
28
+ value: __intl
29
+ }, React.createElement(StyledMaterialAssignmentWrapper, {
28
30
  className: classnames(prefixCls, className)
29
31
  }, React.createElement(MaterialAssignmentContent, {
30
32
  materialAssignmentId: materialAssignmentId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-assignment",
3
- "version": "1.240514.2",
3
+ "version": "1.240517.0",
4
4
  "description": "User view and editing components of Elice material assignment",
5
5
  "repository": "https://git.elicer.io/elice/frontend/library/elice-material",
6
6
  "license": "UNLICENSED",
@@ -50,10 +50,10 @@
50
50
  "@elice/design-tokens": "^1.220803.0",
51
51
  "@elice/icons": "^1.230814.0",
52
52
  "@elice/icons-legacy": "npm:@elice/icons@0.230814.0",
53
- "@elice/intl": "0.240425.0-rc.0",
53
+ "@elice/intl": "0.240425.0-rc.1",
54
54
  "@elice/markdown": "^1.220815.0",
55
- "@elice/material-shared-types": "1.240514.2",
56
- "@elice/material-shared-utils": "1.240514.2",
55
+ "@elice/material-shared-types": "1.240517.0",
56
+ "@elice/material-shared-utils": "1.240517.0",
57
57
  "@elice/types": "^1.240208.0",
58
58
  "@types/classnames": "^2.3.1",
59
59
  "@types/react": "~17.0.9",
@@ -62,5 +62,5 @@
62
62
  "react-use": "^17.2.4",
63
63
  "styled-components": "^5.3.0"
64
64
  },
65
- "gitHead": "b13df05d69f1f8b7081d670ec2986a6212875563"
65
+ "gitHead": "bb6cdfa264766bb3a10117bd0482152179e59414"
66
66
  }