@app-studio/web 0.9.9 → 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.
@@ -15301,7 +15301,7 @@ var TitleSizes = {
15301
15301
  */
15302
15302
  var LineHeights$1 = {
15303
15303
  xs: 32,
15304
- sm: 40,
15304
+ sm: 48,
15305
15305
  md: 56,
15306
15306
  lg: 72,
15307
15307
  xl: 80
@@ -16215,13 +16215,7 @@ var DropdownMenuContent = _ref3 => {
16215
16215
  item: item,
16216
16216
  views: views
16217
16217
  });
16218
- }), (/*#__PURE__*/React__default.createElement("div", {
16219
- style: {
16220
- fontSize: '10px',
16221
- opacity: 0.7,
16222
- padding: '4px'
16223
- }
16224
- }, "Placement: ", optimalPosition.placement)));
16218
+ }));
16225
16219
  };
16226
16220
  // DropdownMenu Item component
16227
16221
  var DropdownMenuItem = _ref4 => {
@@ -19526,13 +19520,7 @@ var HoverCardContent = _ref3 => {
19526
19520
  maxWidth: maxWidth,
19527
19521
  // Combine intelligent position styles with user styles
19528
19522
  style: Object.assign({}, positionStyles, userStyle)
19529
- }, views == null ? void 0 : views.container, props), children, (/*#__PURE__*/React__default.createElement("div", {
19530
- style: {
19531
- fontSize: '10px',
19532
- opacity: 0.7,
19533
- marginTop: '4px'
19534
- }
19535
- }, "Placement: ", optimalPosition.placement)));
19523
+ }, views == null ? void 0 : views.container, props), children);
19536
19524
  };
19537
19525
 
19538
19526
  var _excluded$X = ["children", "views", "openDelay", "closeDelay"];
@@ -19931,13 +19919,7 @@ var MenubarContent = _ref5 => {
19931
19919
  boxShadow: "0px 2px 8px rgba(0, 0, 0, 0.15)",
19932
19920
  overflow: "hidden",
19933
19921
  style: positionStyles
19934
- }, views == null ? void 0 : views.content), children, (/*#__PURE__*/React__default.createElement("div", {
19935
- style: {
19936
- fontSize: '8px',
19937
- opacity: 0.7,
19938
- padding: '4px'
19939
- }
19940
- }, "Placement: ", optimalPosition.placement)));
19922
+ }, views == null ? void 0 : views.content), children);
19941
19923
  };
19942
19924
  // Menubar Item component
19943
19925
  var MenubarItem = _ref6 => {
@@ -23098,13 +23080,7 @@ var TooltipView = _ref4 => {
23098
23080
  borderRadius: 4,
23099
23081
  boxShadow: "0px 2px 8px rgba(0, 0, 0, 0.15)",
23100
23082
  style: positionStyles
23101
- }, 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)), (/*#__PURE__*/React__default.createElement("div", {
23102
- style: {
23103
- fontSize: '8px',
23104
- opacity: 0.7,
23105
- marginTop: '2px'
23106
- }
23107
- }, "Placement: ", optimalPosition.placement)))));
23083
+ }, 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)))));
23108
23084
  };
23109
23085
 
23110
23086
  var _excluded$18 = ["content", "children", "position", "align", "size", "variant", "openDelay", "closeDelay", "showArrow", "defaultOpen", "isDisabled", "views"];