@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.cjs.development.js +4 -9
- 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 +4 -9
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +4 -9
- 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/docs/components/Center.mdx +2 -2
- package/docs/components/Vertical.mdx +1 -1
- package/package.json +1 -1
|
@@ -8808,7 +8808,7 @@
|
|
|
8808
8808
|
fontSize: appStudio.Typography.fontSizes[size],
|
|
8809
8809
|
fontWeight: "400" // Regular weight
|
|
8810
8810
|
,
|
|
8811
|
-
lineHeight: "
|
|
8811
|
+
lineHeight: "15px"
|
|
8812
8812
|
}, style), option.label));
|
|
8813
8813
|
};
|
|
8814
8814
|
/**
|
|
@@ -10327,7 +10327,7 @@
|
|
|
10327
10327
|
size: "sm",
|
|
10328
10328
|
fontWeight: "400" // Regular weight
|
|
10329
10329
|
,
|
|
10330
|
-
lineHeight: "
|
|
10330
|
+
lineHeight: "15"
|
|
10331
10331
|
}, views == null ? void 0 : views.infoText), infoText))), error && (/*#__PURE__*/React__default.createElement(appStudio.Text, {
|
|
10332
10332
|
size: "xs",
|
|
10333
10333
|
marginTop: 4,
|
|
@@ -13948,7 +13948,6 @@
|
|
|
13948
13948
|
border: '0 solid transparent',
|
|
13949
13949
|
outline: '0 solid transparent',
|
|
13950
13950
|
boxShadow: 'none',
|
|
13951
|
-
lineHeight: '1',
|
|
13952
13951
|
letterSpacing: '-.5em',
|
|
13953
13952
|
fontSize: 'var(--root-height)',
|
|
13954
13953
|
fontFamily: 'monospace',
|
|
@@ -14546,7 +14545,7 @@
|
|
|
14546
14545
|
marginBottom: '4px'
|
|
14547
14546
|
},
|
|
14548
14547
|
messageContent: {
|
|
14549
|
-
lineHeight:
|
|
14548
|
+
lineHeight: 15
|
|
14550
14549
|
},
|
|
14551
14550
|
messageFooter: {
|
|
14552
14551
|
marginTop: '8px'
|
|
@@ -14718,7 +14717,7 @@
|
|
|
14718
14717
|
maxHeight: '200px',
|
|
14719
14718
|
padding: '8px 12px',
|
|
14720
14719
|
fontSize: '14px',
|
|
14721
|
-
lineHeight: '
|
|
14720
|
+
lineHeight: '15px',
|
|
14722
14721
|
color: 'color.gray.900',
|
|
14723
14722
|
backgroundColor: 'color.white',
|
|
14724
14723
|
border: 'none',
|
|
@@ -15550,7 +15549,6 @@
|
|
|
15550
15549
|
color: "color.gray.400",
|
|
15551
15550
|
pointerEvents: "none",
|
|
15552
15551
|
fontSize: "14px",
|
|
15553
|
-
lineHeight: "1.5",
|
|
15554
15552
|
zIndex: 1
|
|
15555
15553
|
}, views == null ? void 0 : views.placeholder), placeholder)), /*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({
|
|
15556
15554
|
as: "div",
|
|
@@ -15571,7 +15569,6 @@
|
|
|
15571
15569
|
whiteSpace: "pre-wrap",
|
|
15572
15570
|
wordBreak: "break-word",
|
|
15573
15571
|
fontSize: "14px",
|
|
15574
|
-
lineHeight: "1.5",
|
|
15575
15572
|
color: "color.gray.900",
|
|
15576
15573
|
backgroundColor: "transparent"
|
|
15577
15574
|
}, views == null ? void 0 : views.input))), showMentions && filteredMentions.length > 0 && (/*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({
|
|
@@ -26134,14 +26131,12 @@
|
|
|
26134
26131
|
fontWeight: "600" // Semi-bold for better readability
|
|
26135
26132
|
,
|
|
26136
26133
|
color: Theme[variant].content.color,
|
|
26137
|
-
lineHeight: "1.4",
|
|
26138
26134
|
bgColor: Theme[variant].container.backgroundColor
|
|
26139
26135
|
}, views == null ? void 0 : views.title), title), description && (/*#__PURE__*/React__default.createElement(appStudio.Text, Object.assign({
|
|
26140
26136
|
size: "sm",
|
|
26141
26137
|
color: Theme[variant].content.color,
|
|
26142
26138
|
fontWeight: "400" // Regular weight
|
|
26143
26139
|
,
|
|
26144
|
-
lineHeight: "1.5",
|
|
26145
26140
|
bgColor: Theme[variant].container.backgroundColor
|
|
26146
26141
|
}, views == null ? void 0 : views.description), description)), action && actionText && (/*#__PURE__*/React__default.createElement(appStudio.Text, Object.assign({
|
|
26147
26142
|
size: "sm",
|