@app-studio/web 0.9.56 → 0.9.57

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.
@@ -8847,7 +8847,7 @@ var Item = _ref => {
8847
8847
  fontSize: appStudio.Typography.fontSizes[size],
8848
8848
  fontWeight: "400" // Regular weight
8849
8849
  ,
8850
- lineHeight: "1.5"
8850
+ lineHeight: "15px"
8851
8851
  }, style), option.label));
8852
8852
  };
8853
8853
  /**
@@ -10366,7 +10366,7 @@ var CheckboxView = _ref => {
10366
10366
  size: "sm",
10367
10367
  fontWeight: "400" // Regular weight
10368
10368
  ,
10369
- lineHeight: "1.5"
10369
+ lineHeight: "15"
10370
10370
  }, views == null ? void 0 : views.infoText), infoText))), error && (/*#__PURE__*/React__default.createElement(appStudio.Text, {
10371
10371
  size: "xs",
10372
10372
  marginTop: 4,
@@ -13987,7 +13987,6 @@ var OTPInputView = _ref => {
13987
13987
  border: '0 solid transparent',
13988
13988
  outline: '0 solid transparent',
13989
13989
  boxShadow: 'none',
13990
- lineHeight: '1',
13991
13990
  letterSpacing: '-.5em',
13992
13991
  fontSize: 'var(--root-height)',
13993
13992
  fontFamily: 'monospace',
@@ -14585,7 +14584,7 @@ var DefaultAgentChatStyles = {
14585
14584
  marginBottom: '4px'
14586
14585
  },
14587
14586
  messageContent: {
14588
- lineHeight: 1.5
14587
+ lineHeight: 15
14589
14588
  },
14590
14589
  messageFooter: {
14591
14590
  marginTop: '8px'
@@ -14757,7 +14756,7 @@ var DefaultChatInputStyles = {
14757
14756
  maxHeight: '200px',
14758
14757
  padding: '8px 12px',
14759
14758
  fontSize: '14px',
14760
- lineHeight: '1.5',
14759
+ lineHeight: '15px',
14761
14760
  color: 'color.gray.900',
14762
14761
  backgroundColor: 'color.white',
14763
14762
  border: 'none',
@@ -15589,7 +15588,6 @@ var EditableInput = /*#__PURE__*/React.forwardRef((_ref, ref) => {
15589
15588
  color: "color.gray.400",
15590
15589
  pointerEvents: "none",
15591
15590
  fontSize: "14px",
15592
- lineHeight: "1.5",
15593
15591
  zIndex: 1
15594
15592
  }, views == null ? void 0 : views.placeholder), placeholder)), /*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({
15595
15593
  as: "div",
@@ -15610,7 +15608,6 @@ var EditableInput = /*#__PURE__*/React.forwardRef((_ref, ref) => {
15610
15608
  whiteSpace: "pre-wrap",
15611
15609
  wordBreak: "break-word",
15612
15610
  fontSize: "14px",
15613
- lineHeight: "1.5",
15614
15611
  color: "color.gray.900",
15615
15612
  backgroundColor: "transparent"
15616
15613
  }, views == null ? void 0 : views.input))), showMentions && filteredMentions.length > 0 && (/*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({
@@ -26173,14 +26170,12 @@ var ToastView = _ref => {
26173
26170
  fontWeight: "600" // Semi-bold for better readability
26174
26171
  ,
26175
26172
  color: Theme[variant].content.color,
26176
- lineHeight: "1.4",
26177
26173
  bgColor: Theme[variant].container.backgroundColor
26178
26174
  }, views == null ? void 0 : views.title), title), description && (/*#__PURE__*/React__default.createElement(appStudio.Text, Object.assign({
26179
26175
  size: "sm",
26180
26176
  color: Theme[variant].content.color,
26181
26177
  fontWeight: "400" // Regular weight
26182
26178
  ,
26183
- lineHeight: "1.5",
26184
26179
  bgColor: Theme[variant].container.backgroundColor
26185
26180
  }, views == null ? void 0 : views.description), description)), action && actionText && (/*#__PURE__*/React__default.createElement(appStudio.Text, Object.assign({
26186
26181
  size: "sm",