@grahlnn/comps 0.1.10 → 0.1.11
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/index.js
CHANGED
|
@@ -4259,7 +4259,8 @@ var SCREEN_READER_ONLY_STYLE = {
|
|
|
4259
4259
|
};
|
|
4260
4260
|
var FALLBACK_TEXT_STYLE = {
|
|
4261
4261
|
display: "block",
|
|
4262
|
-
gridArea: "1 / 1"
|
|
4262
|
+
gridArea: "1 / 1",
|
|
4263
|
+
whiteSpace: "nowrap"
|
|
4263
4264
|
};
|
|
4264
4265
|
var SHARED_GLYPH_TYPOGRAPHY_STYLE = {
|
|
4265
4266
|
font: "inherit",
|