@elastic/eui 75.1.0 → 75.1.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.
- package/es/components/code/code_block_annotations.js +1 -1
- package/lib/components/code/code_block_annotations.js +1 -1
- package/optimize/es/components/code/code_block_annotations.js +1 -1
- package/optimize/lib/components/code/code_block_annotations.js +1 -1
- package/package.json +1 -1
- package/test-env/components/code/code_block_annotations.js +1 -1
|
@@ -69,7 +69,7 @@ export var EuiCodeBlockAnnotation = function EuiCodeBlockAnnotation(_ref) {
|
|
|
69
69
|
css: styles.euiCodeBlockAnnotation,
|
|
70
70
|
zIndex: Number(euiTheme.levels.mask) + 1 // Ensure fullscreen annotation popovers sit above the mask
|
|
71
71
|
,
|
|
72
|
-
anchorPosition: "
|
|
72
|
+
anchorPosition: "downLeft",
|
|
73
73
|
panelProps: {
|
|
74
74
|
'data-test-subj': 'euiCodeBlockAnnotationPopover'
|
|
75
75
|
}
|
|
@@ -86,7 +86,7 @@ var EuiCodeBlockAnnotation = function EuiCodeBlockAnnotation(_ref) {
|
|
|
86
86
|
css: styles.euiCodeBlockAnnotation,
|
|
87
87
|
zIndex: Number(euiTheme.levels.mask) + 1 // Ensure fullscreen annotation popovers sit above the mask
|
|
88
88
|
,
|
|
89
|
-
anchorPosition: "
|
|
89
|
+
anchorPosition: "downLeft",
|
|
90
90
|
panelProps: {
|
|
91
91
|
'data-test-subj': 'euiCodeBlockAnnotationPopover'
|
|
92
92
|
}
|
|
@@ -57,7 +57,7 @@ export var EuiCodeBlockAnnotation = function EuiCodeBlockAnnotation(_ref) {
|
|
|
57
57
|
css: styles.euiCodeBlockAnnotation,
|
|
58
58
|
zIndex: Number(euiTheme.levels.mask) + 1 // Ensure fullscreen annotation popovers sit above the mask
|
|
59
59
|
,
|
|
60
|
-
anchorPosition: "
|
|
60
|
+
anchorPosition: "downLeft",
|
|
61
61
|
panelProps: {
|
|
62
62
|
'data-test-subj': 'euiCodeBlockAnnotationPopover'
|
|
63
63
|
}
|
|
@@ -81,7 +81,7 @@ var EuiCodeBlockAnnotation = function EuiCodeBlockAnnotation(_ref) {
|
|
|
81
81
|
css: styles.euiCodeBlockAnnotation,
|
|
82
82
|
zIndex: Number(euiTheme.levels.mask) + 1 // Ensure fullscreen annotation popovers sit above the mask
|
|
83
83
|
,
|
|
84
|
-
anchorPosition: "
|
|
84
|
+
anchorPosition: "downLeft",
|
|
85
85
|
panelProps: {
|
|
86
86
|
'data-test-subj': 'euiCodeBlockAnnotationPopover'
|
|
87
87
|
}
|
package/package.json
CHANGED
|
@@ -83,7 +83,7 @@ var EuiCodeBlockAnnotation = function EuiCodeBlockAnnotation(_ref) {
|
|
|
83
83
|
css: styles.euiCodeBlockAnnotation,
|
|
84
84
|
zIndex: Number(euiTheme.levels.mask) + 1 // Ensure fullscreen annotation popovers sit above the mask
|
|
85
85
|
,
|
|
86
|
-
anchorPosition: "
|
|
86
|
+
anchorPosition: "downLeft",
|
|
87
87
|
panelProps: {
|
|
88
88
|
'data-test-subj': 'euiCodeBlockAnnotationPopover'
|
|
89
89
|
}
|