@atlaskit/smart-card 19.1.12 → 19.1.13
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/CHANGELOG.md +6 -0
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/HoverCard/index.js +3 -1
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/HoverCard/index.js +3 -1
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/HoverCard/index.js +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/cjs/version.json
CHANGED
|
@@ -191,7 +191,9 @@ var HoverCardComponent = function HoverCardComponent(_ref) {
|
|
|
191
191
|
onMouseEnter: initShowCard,
|
|
192
192
|
onMouseLeave: initHideCard
|
|
193
193
|
}), children);
|
|
194
|
-
}
|
|
194
|
+
},
|
|
195
|
+
zIndex: 501 // Temporary fix for Confluence inline comment on editor mod has z-index of 500
|
|
196
|
+
|
|
195
197
|
});
|
|
196
198
|
};
|
|
197
199
|
|
package/dist/es2019/version.json
CHANGED
|
@@ -141,7 +141,9 @@ export const HoverCardComponent = ({
|
|
|
141
141
|
trigger: triggerProps => jsx("span", _extends({}, triggerProps, {
|
|
142
142
|
onMouseEnter: initShowCard,
|
|
143
143
|
onMouseLeave: initHideCard
|
|
144
|
-
}), children)
|
|
144
|
+
}), children),
|
|
145
|
+
zIndex: 501 // Temporary fix for Confluence inline comment on editor mod has z-index of 500
|
|
146
|
+
|
|
145
147
|
});
|
|
146
148
|
};
|
|
147
149
|
export const HoverCard = withAnalyticsContext({
|
package/dist/esm/version.json
CHANGED
|
@@ -158,7 +158,9 @@ export var HoverCardComponent = function HoverCardComponent(_ref) {
|
|
|
158
158
|
onMouseEnter: initShowCard,
|
|
159
159
|
onMouseLeave: initHideCard
|
|
160
160
|
}), children);
|
|
161
|
-
}
|
|
161
|
+
},
|
|
162
|
+
zIndex: 501 // Temporary fix for Confluence inline comment on editor mod has z-index of 500
|
|
163
|
+
|
|
162
164
|
});
|
|
163
165
|
};
|
|
164
166
|
export var HoverCard = withAnalyticsContext({
|