@app-studio/web 0.9.8 → 0.9.10
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/web.cjs.development.js +5 -29
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +5 -29
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +5 -29
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -15270,7 +15270,7 @@
|
|
|
15270
15270
|
*/
|
|
15271
15271
|
var LineHeights$1 = {
|
|
15272
15272
|
xs: 32,
|
|
15273
|
-
sm:
|
|
15273
|
+
sm: 48,
|
|
15274
15274
|
md: 56,
|
|
15275
15275
|
lg: 72,
|
|
15276
15276
|
xl: 80
|
|
@@ -16184,13 +16184,7 @@
|
|
|
16184
16184
|
item: item,
|
|
16185
16185
|
views: views
|
|
16186
16186
|
});
|
|
16187
|
-
})
|
|
16188
|
-
style: {
|
|
16189
|
-
fontSize: '10px',
|
|
16190
|
-
opacity: 0.7,
|
|
16191
|
-
padding: '4px'
|
|
16192
|
-
}
|
|
16193
|
-
}, "Placement: ", optimalPosition.placement)));
|
|
16187
|
+
}));
|
|
16194
16188
|
};
|
|
16195
16189
|
// DropdownMenu Item component
|
|
16196
16190
|
var DropdownMenuItem = _ref4 => {
|
|
@@ -19495,13 +19489,7 @@
|
|
|
19495
19489
|
maxWidth: maxWidth,
|
|
19496
19490
|
// Combine intelligent position styles with user styles
|
|
19497
19491
|
style: Object.assign({}, positionStyles, userStyle)
|
|
19498
|
-
}, views == null ? void 0 : views.container, props), children
|
|
19499
|
-
style: {
|
|
19500
|
-
fontSize: '10px',
|
|
19501
|
-
opacity: 0.7,
|
|
19502
|
-
marginTop: '4px'
|
|
19503
|
-
}
|
|
19504
|
-
}, "Placement: ", optimalPosition.placement)));
|
|
19492
|
+
}, views == null ? void 0 : views.container, props), children);
|
|
19505
19493
|
};
|
|
19506
19494
|
|
|
19507
19495
|
var _excluded$X = ["children", "views", "openDelay", "closeDelay"];
|
|
@@ -19900,13 +19888,7 @@
|
|
|
19900
19888
|
boxShadow: "0px 2px 8px rgba(0, 0, 0, 0.15)",
|
|
19901
19889
|
overflow: "hidden",
|
|
19902
19890
|
style: positionStyles
|
|
19903
|
-
}, views == null ? void 0 : views.content), children
|
|
19904
|
-
style: {
|
|
19905
|
-
fontSize: '8px',
|
|
19906
|
-
opacity: 0.7,
|
|
19907
|
-
padding: '4px'
|
|
19908
|
-
}
|
|
19909
|
-
}, "Placement: ", optimalPosition.placement)));
|
|
19891
|
+
}, views == null ? void 0 : views.content), children);
|
|
19910
19892
|
};
|
|
19911
19893
|
// Menubar Item component
|
|
19912
19894
|
var MenubarItem = _ref6 => {
|
|
@@ -23067,13 +23049,7 @@
|
|
|
23067
23049
|
borderRadius: 4,
|
|
23068
23050
|
boxShadow: "0px 2px 8px rgba(0, 0, 0, 0.15)",
|
|
23069
23051
|
style: positionStyles
|
|
23070
|
-
}, TooltipSizes[size], TooltipVariants[variant], views == null ? void 0 : views.content), typeof content === 'string' ? (/*#__PURE__*/React__default.createElement(appStudio.Text, Object.assign({}, views == null ? void 0 : views.text), content)) : content, showArrow && /*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({}, arrowStyles, views == null ? void 0 : views.arrow))
|
|
23071
|
-
style: {
|
|
23072
|
-
fontSize: '8px',
|
|
23073
|
-
opacity: 0.7,
|
|
23074
|
-
marginTop: '2px'
|
|
23075
|
-
}
|
|
23076
|
-
}, "Placement: ", optimalPosition.placement)))));
|
|
23052
|
+
}, TooltipSizes[size], TooltipVariants[variant], views == null ? void 0 : views.content), typeof content === 'string' ? (/*#__PURE__*/React__default.createElement(appStudio.Text, Object.assign({}, views == null ? void 0 : views.text), content)) : content, showArrow && /*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({}, arrowStyles, views == null ? void 0 : views.arrow)))));
|
|
23077
23053
|
};
|
|
23078
23054
|
|
|
23079
23055
|
var _excluded$18 = ["content", "children", "position", "align", "size", "variant", "openDelay", "closeDelay", "showArrow", "defaultOpen", "isDisabled", "views"];
|