@rarui/styles 1.30.1-rc.4 → 1.30.1

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.d.ts CHANGED
@@ -7395,6 +7395,10 @@ declare const chipStyles: {
7395
7395
  height: "1.5rem";
7396
7396
  };
7397
7397
  };
7398
+ /**
7399
+ * Specifies whether to handle text overflow within the chip.
7400
+ * When true, overflowing text is typically truncated with an ellipsis.
7401
+ */
7398
7402
  textOverflow: {
7399
7403
  true: {
7400
7404
  minWidth: "auto";
@@ -7403,6 +7407,10 @@ declare const chipStyles: {
7403
7407
  };
7404
7408
  }>;
7405
7409
  content: import("@vanilla-extract/recipes").RuntimeFn<{
7410
+ /**
7411
+ * Specifies whether to handle text overflow within the chip.
7412
+ * When true, overflowing text is typically truncated with an ellipsis.
7413
+ */
7406
7414
  textOverflow: {
7407
7415
  true: {
7408
7416
  textOverflow: "ellipsis";
@@ -8147,7 +8155,7 @@ declare const styles$1: {
8147
8155
  };
8148
8156
  }>;
8149
8157
  };
8150
- export type InputVariants = RecipeVariants<typeof styles$1.container> & RecipeVariants<typeof styles$1.input>;
8158
+ export type InputVariants = NonNullable<RecipeVariants<typeof styles$1.container> & RecipeVariants<typeof styles$1.input>>;
8151
8159
  export declare const input: {
8152
8160
  classnames: {
8153
8161
  container: import("@vanilla-extract/recipes").RuntimeFn<{