@nuwatop/code-canvas-core 0.5.31 → 0.5.32
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/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -4235,7 +4235,7 @@ const sa = (e, t, n, i) => {
|
|
|
4235
4235
|
"span",
|
|
4236
4236
|
{
|
|
4237
4237
|
style: {
|
|
4238
|
-
display: "flex",
|
|
4238
|
+
display: "inline-flex",
|
|
4239
4239
|
alignItems: "center",
|
|
4240
4240
|
justifyContent: "center",
|
|
4241
4241
|
width: a,
|
|
@@ -4249,7 +4249,7 @@ const sa = (e, t, n, i) => {
|
|
|
4249
4249
|
{
|
|
4250
4250
|
role: "button",
|
|
4251
4251
|
tabIndex: 0,
|
|
4252
|
-
style: { cursor: "pointer", display: "
|
|
4252
|
+
style: { cursor: "pointer", display: "flex" },
|
|
4253
4253
|
onClick: () => h(l, { ...n }),
|
|
4254
4254
|
onKeyDown: (y) => {
|
|
4255
4255
|
(y.key === "Enter" || y.key === " ") && (y.preventDefault(), h(l, { ...n }));
|