@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
package/dist/web.esm.js
CHANGED
|
@@ -15294,7 +15294,7 @@ var TitleSizes = {
|
|
|
15294
15294
|
*/
|
|
15295
15295
|
var LineHeights$1 = {
|
|
15296
15296
|
xs: 32,
|
|
15297
|
-
sm:
|
|
15297
|
+
sm: 48,
|
|
15298
15298
|
md: 56,
|
|
15299
15299
|
lg: 72,
|
|
15300
15300
|
xl: 80
|
|
@@ -16208,13 +16208,7 @@ var DropdownMenuContent = _ref3 => {
|
|
|
16208
16208
|
item: item,
|
|
16209
16209
|
views: views
|
|
16210
16210
|
});
|
|
16211
|
-
})
|
|
16212
|
-
style: {
|
|
16213
|
-
fontSize: '10px',
|
|
16214
|
-
opacity: 0.7,
|
|
16215
|
-
padding: '4px'
|
|
16216
|
-
}
|
|
16217
|
-
}, "Placement: ", optimalPosition.placement)));
|
|
16211
|
+
}));
|
|
16218
16212
|
};
|
|
16219
16213
|
// DropdownMenu Item component
|
|
16220
16214
|
var DropdownMenuItem = _ref4 => {
|
|
@@ -19519,13 +19513,7 @@ var HoverCardContent = _ref3 => {
|
|
|
19519
19513
|
maxWidth: maxWidth,
|
|
19520
19514
|
// Combine intelligent position styles with user styles
|
|
19521
19515
|
style: Object.assign({}, positionStyles, userStyle)
|
|
19522
|
-
}, views == null ? void 0 : views.container, props), children
|
|
19523
|
-
style: {
|
|
19524
|
-
fontSize: '10px',
|
|
19525
|
-
opacity: 0.7,
|
|
19526
|
-
marginTop: '4px'
|
|
19527
|
-
}
|
|
19528
|
-
}, "Placement: ", optimalPosition.placement)));
|
|
19516
|
+
}, views == null ? void 0 : views.container, props), children);
|
|
19529
19517
|
};
|
|
19530
19518
|
|
|
19531
19519
|
var _excluded$X = ["children", "views", "openDelay", "closeDelay"];
|
|
@@ -19924,13 +19912,7 @@ var MenubarContent = _ref5 => {
|
|
|
19924
19912
|
boxShadow: "0px 2px 8px rgba(0, 0, 0, 0.15)",
|
|
19925
19913
|
overflow: "hidden",
|
|
19926
19914
|
style: positionStyles
|
|
19927
|
-
}, views == null ? void 0 : views.content), children
|
|
19928
|
-
style: {
|
|
19929
|
-
fontSize: '8px',
|
|
19930
|
-
opacity: 0.7,
|
|
19931
|
-
padding: '4px'
|
|
19932
|
-
}
|
|
19933
|
-
}, "Placement: ", optimalPosition.placement)));
|
|
19915
|
+
}, views == null ? void 0 : views.content), children);
|
|
19934
19916
|
};
|
|
19935
19917
|
// Menubar Item component
|
|
19936
19918
|
var MenubarItem = _ref6 => {
|
|
@@ -23091,13 +23073,7 @@ var TooltipView = _ref4 => {
|
|
|
23091
23073
|
borderRadius: 4,
|
|
23092
23074
|
boxShadow: "0px 2px 8px rgba(0, 0, 0, 0.15)",
|
|
23093
23075
|
style: positionStyles
|
|
23094
|
-
}, TooltipSizes[size], TooltipVariants[variant], views == null ? void 0 : views.content), typeof content === 'string' ? (/*#__PURE__*/React.createElement(Text$1, Object.assign({}, views == null ? void 0 : views.text), content)) : content, showArrow && /*#__PURE__*/React.createElement(View, Object.assign({}, arrowStyles, views == null ? void 0 : views.arrow))
|
|
23095
|
-
style: {
|
|
23096
|
-
fontSize: '8px',
|
|
23097
|
-
opacity: 0.7,
|
|
23098
|
-
marginTop: '2px'
|
|
23099
|
-
}
|
|
23100
|
-
}, "Placement: ", optimalPosition.placement)))));
|
|
23076
|
+
}, TooltipSizes[size], TooltipVariants[variant], views == null ? void 0 : views.content), typeof content === 'string' ? (/*#__PURE__*/React.createElement(Text$1, Object.assign({}, views == null ? void 0 : views.text), content)) : content, showArrow && /*#__PURE__*/React.createElement(View, Object.assign({}, arrowStyles, views == null ? void 0 : views.arrow)))));
|
|
23101
23077
|
};
|
|
23102
23078
|
|
|
23103
23079
|
var _excluded$18 = ["content", "children", "position", "align", "size", "variant", "openDelay", "closeDelay", "showArrow", "defaultOpen", "isDisabled", "views"];
|