@elice/material-runbox 1.241107.0-planpricing.0 → 1.241112.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.
|
@@ -138,6 +138,7 @@ var MaterialRunboxContent = function MaterialRunboxContent(_ref) {
|
|
|
138
138
|
},
|
|
139
139
|
children: jsxRuntime.jsxs(material.Stack, {
|
|
140
140
|
gap: "0.5rem",
|
|
141
|
+
textAlign: "center",
|
|
141
142
|
children: [jsxRuntime.jsx(material.Typography, {
|
|
142
143
|
variant: "h6",
|
|
143
144
|
color: "text.secondary",
|
|
@@ -147,7 +148,6 @@ var MaterialRunboxContent = function MaterialRunboxContent(_ref) {
|
|
|
147
148
|
}), jsxRuntime.jsx(material.Typography, {
|
|
148
149
|
variant: "body1",
|
|
149
150
|
whiteSpace: "pre-line",
|
|
150
|
-
textAlign: "center",
|
|
151
151
|
color: "text.tertiary",
|
|
152
152
|
children: intl$1.formatMessage({
|
|
153
153
|
id: 'runbox.runtime.message.lxp_plan_required'
|
|
@@ -134,6 +134,7 @@ var MaterialRunboxContent = function MaterialRunboxContent(_ref) {
|
|
|
134
134
|
},
|
|
135
135
|
children: jsxs(Stack, {
|
|
136
136
|
gap: "0.5rem",
|
|
137
|
+
textAlign: "center",
|
|
137
138
|
children: [jsx(Typography, {
|
|
138
139
|
variant: "h6",
|
|
139
140
|
color: "text.secondary",
|
|
@@ -143,7 +144,6 @@ var MaterialRunboxContent = function MaterialRunboxContent(_ref) {
|
|
|
143
144
|
}), jsx(Typography, {
|
|
144
145
|
variant: "body1",
|
|
145
146
|
whiteSpace: "pre-line",
|
|
146
|
-
textAlign: "center",
|
|
147
147
|
color: "text.tertiary",
|
|
148
148
|
children: intl.formatMessage({
|
|
149
149
|
id: 'runbox.runtime.message.lxp_plan_required'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elice/material-runbox",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.241112.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",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@elice/intl": "0.240710.0",
|
|
53
|
-
"@elice/material-shared-types": "1.
|
|
54
|
-
"@elice/material-shared-utils": "1.
|
|
53
|
+
"@elice/material-shared-types": "1.241112.0",
|
|
54
|
+
"@elice/material-shared-utils": "1.241112.0",
|
|
55
55
|
"@elice/mui-elements": "^5.240820.0",
|
|
56
56
|
"@elice/mui-system": "^5.240820.0",
|
|
57
57
|
"@elice/mui-x-snackbar": "^5.240820.0",
|