@pingux/astro 2.105.0-alpha.1 → 2.105.1-alpha.0
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.
@@ -110,6 +110,9 @@ export declare const text: {
|
|
110
110
|
fontFamily: string;
|
111
111
|
};
|
112
112
|
panelHeaderSubtext: {
|
113
|
+
textOverflow: string;
|
114
|
+
overflow: string;
|
115
|
+
whiteSpace: string;
|
113
116
|
alignSelf: string;
|
114
117
|
fontSize: string;
|
115
118
|
mt: string;
|
@@ -123,6 +126,9 @@ export declare const text: {
|
|
123
126
|
wordBreak: wordBreak;
|
124
127
|
};
|
125
128
|
panelHeaderText: {
|
129
|
+
textOverflow: string;
|
130
|
+
overflow: string;
|
131
|
+
whiteSpace: string;
|
126
132
|
alignSelf: string;
|
127
133
|
fontSize: string;
|
128
134
|
color: string;
|
@@ -211,8 +211,8 @@ var text = _objectSpread(_objectSpread(_objectSpread({
|
|
211
211
|
color: 'text.secondary',
|
212
212
|
fontFamily: 'standard'
|
213
213
|
},
|
214
|
-
panelHeaderSubtext: listViewItemSubtext,
|
215
|
-
panelHeaderText: listViewItemText,
|
214
|
+
panelHeaderSubtext: _objectSpread(_objectSpread({}, listViewItemSubtext), textEllipsis),
|
215
|
+
panelHeaderText: _objectSpread(_objectSpread({}, listViewItemText), textEllipsis),
|
216
216
|
sectionTitle: sectionTitle,
|
217
217
|
subtitle: subtitle,
|
218
218
|
tabLabel: tabLabel,
|
@@ -202,8 +202,8 @@ export var text = _objectSpread(_objectSpread(_objectSpread({
|
|
202
202
|
color: 'text.secondary',
|
203
203
|
fontFamily: 'standard'
|
204
204
|
},
|
205
|
-
panelHeaderSubtext: listViewItemSubtext,
|
206
|
-
panelHeaderText: listViewItemText,
|
205
|
+
panelHeaderSubtext: _objectSpread(_objectSpread({}, listViewItemSubtext), textEllipsis),
|
206
|
+
panelHeaderText: _objectSpread(_objectSpread({}, listViewItemText), textEllipsis),
|
207
207
|
sectionTitle: sectionTitle,
|
208
208
|
subtitle: subtitle,
|
209
209
|
tabLabel: tabLabel,
|