@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
|
@@ -608,12 +608,7 @@
|
|
|
608
608
|
fontStyle: isItalic ? 'italic' : 'normal',
|
|
609
609
|
fontWeight: fontWeight,
|
|
610
610
|
letterSpacing: "-0.01em",
|
|
611
|
-
textDecoration: isStriked ? 'line-through' : isUnderlined ? 'underline' : 'none'
|
|
612
|
-
color: "color.gray.900",
|
|
613
|
-
// Apply dark mode styles
|
|
614
|
-
_dark: {
|
|
615
|
-
color: 'color.gray.100'
|
|
616
|
-
}
|
|
611
|
+
textDecoration: isStriked ? 'line-through' : isUnderlined ? 'underline' : 'none'
|
|
617
612
|
}, noLineBreak, headingStyles, props, views == null ? void 0 : views.container), maxLines && typeof children === 'string' ? (/*#__PURE__*/React__default.createElement(TruncateText, {
|
|
618
613
|
text: children,
|
|
619
614
|
maxLines: maxLines
|