@elice/material-exercise 1.240718.0-trasncript.1 → 1.240718.1
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.
|
@@ -161,10 +161,8 @@ const ExerciseMenuStdioFileBrowser = () => {
|
|
|
161
161
|
open: open,
|
|
162
162
|
anchorEl: anchorRef.current,
|
|
163
163
|
placement: "bottom-end",
|
|
164
|
-
// lower than community floating button
|
|
165
|
-
// - ref : https://elicer.atlassian.net/browse/IP-2987
|
|
166
164
|
style: {
|
|
167
|
-
zIndex:
|
|
165
|
+
zIndex: 99
|
|
168
166
|
}
|
|
169
167
|
}, React.createElement(ExerciseMenuStdioFileBrowser_styled.StyledFilePopoverContent, null, renderStdioFilePopoverHeader(), renderStdioFilePopoverBody()));
|
|
170
168
|
};
|
|
@@ -157,10 +157,8 @@ const ExerciseMenuStdioFileBrowser = () => {
|
|
|
157
157
|
open: open,
|
|
158
158
|
anchorEl: anchorRef.current,
|
|
159
159
|
placement: "bottom-end",
|
|
160
|
-
// lower than community floating button
|
|
161
|
-
// - ref : https://elicer.atlassian.net/browse/IP-2987
|
|
162
160
|
style: {
|
|
163
|
-
zIndex:
|
|
161
|
+
zIndex: 99
|
|
164
162
|
}
|
|
165
163
|
}, React.createElement(StyledFilePopoverContent, null, renderStdioFilePopoverHeader(), renderStdioFilePopoverBody()));
|
|
166
164
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elice/material-exercise",
|
|
3
|
-
"version": "1.240718.
|
|
3
|
+
"version": "1.240718.1",
|
|
4
4
|
"description": "User view and editing components of Elice material exercise",
|
|
5
5
|
"repository": "https://git.elicer.io/elice/frontend/library/elice-material",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"@elice/icons": "^1.230814.0",
|
|
86
86
|
"@elice/intl": "0.240425.0-rc.2",
|
|
87
87
|
"@elice/markdown": "^1.220815.0",
|
|
88
|
-
"@elice/material-shared-types": "1.240718.
|
|
89
|
-
"@elice/material-shared-utils": "1.240718.
|
|
88
|
+
"@elice/material-shared-types": "1.240718.1",
|
|
89
|
+
"@elice/material-shared-utils": "1.240718.1",
|
|
90
90
|
"@elice/mui-elements": "^5.230825.0",
|
|
91
91
|
"@elice/mui-system": "^5.230825.0",
|
|
92
92
|
"@elice/types": "1.240709.0",
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
"recoil": "^0.6.1",
|
|
117
117
|
"styled-components": "^5.2.0"
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "c1b2b8f98c5eed547941a327188a09f6ed21f6e4"
|
|
120
120
|
}
|