@elice/material-exercise 1.240718.0-trasncript.0 → 1.240718.0-trasncript.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,8 +161,10 @@ 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
164
166
  style: {
165
- zIndex: 99
167
+ zIndex: 9
166
168
  }
167
169
  }, React.createElement(ExerciseMenuStdioFileBrowser_styled.StyledFilePopoverContent, null, renderStdioFilePopoverHeader(), renderStdioFilePopoverBody()));
168
170
  };
@@ -157,8 +157,10 @@ 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
160
162
  style: {
161
- zIndex: 99
163
+ zIndex: 9
162
164
  }
163
165
  }, React.createElement(StyledFilePopoverContent, null, renderStdioFilePopoverHeader(), renderStdioFilePopoverBody()));
164
166
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-exercise",
3
- "version": "1.240718.0-trasncript.0",
3
+ "version": "1.240718.0-trasncript.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.0-trasncript.0",
89
- "@elice/material-shared-utils": "1.240718.0-trasncript.0",
88
+ "@elice/material-shared-types": "1.240718.0-trasncript.1",
89
+ "@elice/material-shared-utils": "1.240718.0-trasncript.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": "832dc77a5e38ff02e0bfec8905a3a9706b9b9593"
119
+ "gitHead": "8d0acefda30430959f8f115ad467d2449f86d8a7"
120
120
  }