@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.
package/dist/web.esm.js CHANGED
@@ -8840,7 +8840,7 @@ var Item = _ref => {
8840
8840
  fontSize: Typography.fontSizes[size],
8841
8841
  fontWeight: "400" // Regular weight
8842
8842
  ,
8843
- lineHeight: "1.5"
8843
+ lineHeight: "15px"
8844
8844
  }, style), option.label));
8845
8845
  };
8846
8846
  /**
@@ -10359,7 +10359,7 @@ var CheckboxView = _ref => {
10359
10359
  size: "sm",
10360
10360
  fontWeight: "400" // Regular weight
10361
10361
  ,
10362
- lineHeight: "1.5"
10362
+ lineHeight: "15"
10363
10363
  }, views == null ? void 0 : views.infoText), infoText))), error && (/*#__PURE__*/React.createElement(Text, {
10364
10364
  size: "xs",
10365
10365
  marginTop: 4,
@@ -13980,7 +13980,6 @@ var OTPInputView = _ref => {
13980
13980
  border: '0 solid transparent',
13981
13981
  outline: '0 solid transparent',
13982
13982
  boxShadow: 'none',
13983
- lineHeight: '1',
13984
13983
  letterSpacing: '-.5em',
13985
13984
  fontSize: 'var(--root-height)',
13986
13985
  fontFamily: 'monospace',
@@ -14578,7 +14577,7 @@ var DefaultAgentChatStyles = {
14578
14577
  marginBottom: '4px'
14579
14578
  },
14580
14579
  messageContent: {
14581
- lineHeight: 1.5
14580
+ lineHeight: 15
14582
14581
  },
14583
14582
  messageFooter: {
14584
14583
  marginTop: '8px'
@@ -14750,7 +14749,7 @@ var DefaultChatInputStyles = {
14750
14749
  maxHeight: '200px',
14751
14750
  padding: '8px 12px',
14752
14751
  fontSize: '14px',
14753
- lineHeight: '1.5',
14752
+ lineHeight: '15px',
14754
14753
  color: 'color.gray.900',
14755
14754
  backgroundColor: 'color.white',
14756
14755
  border: 'none',
@@ -15582,7 +15581,6 @@ var EditableInput = /*#__PURE__*/forwardRef((_ref, ref) => {
15582
15581
  color: "color.gray.400",
15583
15582
  pointerEvents: "none",
15584
15583
  fontSize: "14px",
15585
- lineHeight: "1.5",
15586
15584
  zIndex: 1
15587
15585
  }, views == null ? void 0 : views.placeholder), placeholder)), /*#__PURE__*/React.createElement(View, Object.assign({
15588
15586
  as: "div",
@@ -15603,7 +15601,6 @@ var EditableInput = /*#__PURE__*/forwardRef((_ref, ref) => {
15603
15601
  whiteSpace: "pre-wrap",
15604
15602
  wordBreak: "break-word",
15605
15603
  fontSize: "14px",
15606
- lineHeight: "1.5",
15607
15604
  color: "color.gray.900",
15608
15605
  backgroundColor: "transparent"
15609
15606
  }, views == null ? void 0 : views.input))), showMentions && filteredMentions.length > 0 && (/*#__PURE__*/React.createElement(View, Object.assign({
@@ -26166,14 +26163,12 @@ var ToastView = _ref => {
26166
26163
  fontWeight: "600" // Semi-bold for better readability
26167
26164
  ,
26168
26165
  color: Theme[variant].content.color,
26169
- lineHeight: "1.4",
26170
26166
  bgColor: Theme[variant].container.backgroundColor
26171
26167
  }, views == null ? void 0 : views.title), title), description && (/*#__PURE__*/React.createElement(Text, Object.assign({
26172
26168
  size: "sm",
26173
26169
  color: Theme[variant].content.color,
26174
26170
  fontWeight: "400" // Regular weight
26175
26171
  ,
26176
- lineHeight: "1.5",
26177
26172
  bgColor: Theme[variant].container.backgroundColor
26178
26173
  }, views == null ? void 0 : views.description), description)), action && actionText && (/*#__PURE__*/React.createElement(Text, Object.assign({
26179
26174
  size: "sm",