@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.
@@ -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: "leftCenter",
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: "leftCenter",
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: "leftCenter",
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: "leftCenter",
84
+ anchorPosition: "downLeft",
85
85
  panelProps: {
86
86
  'data-test-subj': 'euiCodeBlockAnnotationPopover'
87
87
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elastic/eui",
3
3
  "description": "Elastic UI Component Library",
4
- "version": "75.1.0",
4
+ "version": "75.1.1",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "lib",
7
7
  "module": "es",
@@ -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: "leftCenter",
86
+ anchorPosition: "downLeft",
87
87
  panelProps: {
88
88
  'data-test-subj': 'euiCodeBlockAnnotationPopover'
89
89
  }