@rarui/styles 1.30.1-rc.2 → 1.30.1-rc.3

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,13 +7395,21 @@ declare const chipStyles: {
7395
7395
  height: "1.5rem";
7396
7396
  };
7397
7397
  };
7398
+ textOverflow: {
7399
+ true: {
7400
+ minWidth: "auto";
7401
+ width: "100%";
7402
+ };
7403
+ };
7404
+ }>;
7405
+ content: import("@vanilla-extract/recipes").RuntimeFn<{
7398
7406
  textOverflow: {
7399
7407
  true: {
7400
7408
  textOverflow: "ellipsis";
7401
7409
  whiteSpace: "nowrap";
7402
- minWidth: "100%";
7403
7410
  width: "100%";
7404
7411
  display: "block";
7412
+ overflow: "hidden";
7405
7413
  };
7406
7414
  };
7407
7415
  }>;
@@ -7450,13 +7458,21 @@ export declare const chip: {
7450
7458
  height: "1.5rem";
7451
7459
  };
7452
7460
  };
7461
+ textOverflow: {
7462
+ true: {
7463
+ minWidth: "auto";
7464
+ width: "100%";
7465
+ };
7466
+ };
7467
+ }>;
7468
+ content: import("@vanilla-extract/recipes").RuntimeFn<{
7453
7469
  textOverflow: {
7454
7470
  true: {
7455
7471
  textOverflow: "ellipsis";
7456
7472
  whiteSpace: "nowrap";
7457
- minWidth: "100%";
7458
7473
  width: "100%";
7459
7474
  display: "block";
7475
+ overflow: "hidden";
7460
7476
  };
7461
7477
  };
7462
7478
  }>;
@@ -8716,13 +8732,13 @@ declare const selectStyles: {
8716
8732
  */
8717
8733
  size: {
8718
8734
  large: {
8719
- minHeight: "3rem";
8735
+ height: "3rem";
8720
8736
  };
8721
8737
  medium: {
8722
- minHeight: "2.75rem";
8738
+ height: "2.5rem";
8723
8739
  };
8724
8740
  small: {
8725
- minHeight: "2rem";
8741
+ height: "2rem";
8726
8742
  padding: `0 var(--${string})` | `0 var(--${string}, ${string})` | `0 var(--${string}, ${number})`;
8727
8743
  };
8728
8744
  };
@@ -8757,13 +8773,13 @@ export declare const select: {
8757
8773
  };
8758
8774
  size: {
8759
8775
  large: {
8760
- minHeight: "3rem";
8776
+ height: "3rem";
8761
8777
  };
8762
8778
  medium: {
8763
- minHeight: "2.75rem";
8779
+ height: "2.5rem";
8764
8780
  };
8765
8781
  small: {
8766
- minHeight: "2rem";
8782
+ height: "2rem";
8767
8783
  padding: `0 var(--${string})` | `0 var(--${string}, ${string})` | `0 var(--${string}, ${number})`;
8768
8784
  };
8769
8785
  };