@app-studio/web 0.8.89 → 0.8.90
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 +1 -6
- 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 +1 -6
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +1 -6
- 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
|
@@ -631,12 +631,7 @@ var TextView = _ref3 => {
|
|
|
631
631
|
fontStyle: isItalic ? 'italic' : 'normal',
|
|
632
632
|
fontWeight: fontWeight,
|
|
633
633
|
letterSpacing: "-0.01em",
|
|
634
|
-
textDecoration: isStriked ? 'line-through' : isUnderlined ? 'underline' : 'none'
|
|
635
|
-
color: "color.gray.900",
|
|
636
|
-
// Apply dark mode styles
|
|
637
|
-
_dark: {
|
|
638
|
-
color: 'color.gray.100'
|
|
639
|
-
}
|
|
634
|
+
textDecoration: isStriked ? 'line-through' : isUnderlined ? 'underline' : 'none'
|
|
640
635
|
}, noLineBreak, headingStyles, props, views == null ? void 0 : views.container), maxLines && typeof children === 'string' ? (/*#__PURE__*/React.createElement(TruncateText, {
|
|
641
636
|
text: children,
|
|
642
637
|
maxLines: maxLines
|