@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",
@@ -1,3 +1,5 @@
1
+ import { type CSSProperties } from "react";
2
+ export declare function getFallbackTextStyle(shouldHideFlowText: boolean): CSSProperties;
1
3
  export type TorphProps = {
2
4
  text: string;
3
5
  className?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grahlnn/comps",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "React components from grahlnn/comps.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",