@elice/material-runbox 1.231128.0 → 1.231130.0-firefoxheader.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.
|
@@ -98,22 +98,17 @@ var MaterialRunboxHeader = function MaterialRunboxHeader(_ref2) {
|
|
|
98
98
|
//
|
|
99
99
|
//
|
|
100
100
|
//
|
|
101
|
-
return React__default["default"].createElement(StyledHeader, null, React__default["default"].createElement(material.
|
|
102
|
-
direction: "row",
|
|
103
|
-
sx: {
|
|
104
|
-
height: '100%',
|
|
105
|
-
padding: '0.465rem 0'
|
|
106
|
-
}
|
|
107
|
-
}, React__default["default"].createElement(material.Box, {
|
|
101
|
+
return React__default["default"].createElement(StyledHeader, null, React__default["default"].createElement(material.Box, {
|
|
108
102
|
component: "img",
|
|
109
103
|
src: runbox_logo["default"],
|
|
110
104
|
alt: "elice runbox",
|
|
111
105
|
sx: {
|
|
112
106
|
width: 'auto',
|
|
113
107
|
height: '100%',
|
|
114
|
-
imageRendering: 'auto'
|
|
108
|
+
imageRendering: 'auto',
|
|
109
|
+
padding: '0.465rem 0'
|
|
115
110
|
}
|
|
116
|
-
})
|
|
111
|
+
}), React__default["default"].createElement(material.Stack, {
|
|
117
112
|
direction: "row",
|
|
118
113
|
alignItems: "center",
|
|
119
114
|
gap: "0.5rem"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { taggedTemplateLiteral as _taggedTemplateLiteral } from '../../_virtual/_rollupPluginBabelHelpers.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import styled from '@emotion/styled';
|
|
4
|
-
import {
|
|
4
|
+
import { Box, Stack } from '@mui/material';
|
|
5
5
|
import MaterialRunboxActionAutoShutdown from './actions/MaterialRunboxActionAutoShutdown.js';
|
|
6
6
|
import MaterialRunboxActionGrade from './actions/MaterialRunboxActionGrade.js';
|
|
7
7
|
import MaterialRunboxActionReset from './actions/MaterialRunboxActionReset.js';
|
|
@@ -89,22 +89,17 @@ var MaterialRunboxHeader = function MaterialRunboxHeader(_ref2) {
|
|
|
89
89
|
//
|
|
90
90
|
//
|
|
91
91
|
//
|
|
92
|
-
return React.createElement(StyledHeader, null, React.createElement(
|
|
93
|
-
direction: "row",
|
|
94
|
-
sx: {
|
|
95
|
-
height: '100%',
|
|
96
|
-
padding: '0.465rem 0'
|
|
97
|
-
}
|
|
98
|
-
}, React.createElement(Box, {
|
|
92
|
+
return React.createElement(StyledHeader, null, React.createElement(Box, {
|
|
99
93
|
component: "img",
|
|
100
94
|
src: runboxLogoImage,
|
|
101
95
|
alt: "elice runbox",
|
|
102
96
|
sx: {
|
|
103
97
|
width: 'auto',
|
|
104
98
|
height: '100%',
|
|
105
|
-
imageRendering: 'auto'
|
|
99
|
+
imageRendering: 'auto',
|
|
100
|
+
padding: '0.465rem 0'
|
|
106
101
|
}
|
|
107
|
-
})
|
|
102
|
+
}), React.createElement(Stack, {
|
|
108
103
|
direction: "row",
|
|
109
104
|
alignItems: "center",
|
|
110
105
|
gap: "0.5rem"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elice/material-runbox",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.231130.0-firefoxheader.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",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"react-intl": "^5.20.10",
|
|
68
68
|
"react-use": "^17.2.4"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "c2630db5d551bd965b03052a2abebc509297ed25"
|
|
71
71
|
}
|