singularity-components 0.1.99 → 0.1.100

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/main.d.cts CHANGED
@@ -122,7 +122,7 @@ declare function TableCaption({ className, ...props }: React$1.ComponentProps<"c
122
122
 
123
123
  declare const textBodyVariants: (props?: ({
124
124
  size?: "base" | "sm" | "lg" | "xs" | "xl" | null | undefined;
125
- foreground?: "default" | "secondary" | "black" | "white" | "gray" | "primary" | null | undefined;
125
+ foreground?: "default" | "secondary" | "black" | "white" | "gray" | "primary" | "muted" | null | undefined;
126
126
  weight?: "bold" | "normal" | "medium" | "semibold" | null | undefined;
127
127
  } & class_variance_authority_types.ClassProp) | undefined) => string;
128
128
  interface TextBodyProps extends React__default.HTMLAttributes<HTMLParagraphElement>, VariantProps<typeof textBodyVariants> {
@@ -132,7 +132,7 @@ declare const TextBody: React__default.FC<TextBodyProps>;
132
132
  declare const textDisplayVariants: (props?: ({
133
133
  size?: "sm" | "lg" | "md" | "xs" | "xl" | "2xl" | "3xl" | null | undefined;
134
134
  weight?: "bold" | "normal" | "medium" | "semibold" | null | undefined;
135
- foreground?: "default" | "secondary" | "black" | "white" | "gray" | "primary" | "gradient" | null | undefined;
135
+ foreground?: "default" | "secondary" | "black" | "white" | "gray" | "primary" | "gradient" | "muted" | null | undefined;
136
136
  } & class_variance_authority_types.ClassProp) | undefined) => string;
137
137
  interface TextDisplayProps extends React__default.HTMLAttributes<HTMLSpanElement>, VariantProps<typeof textDisplayVariants> {
138
138
  }
@@ -140,7 +140,7 @@ declare const TextDisplay: React__default.FC<TextDisplayProps>;
140
140
 
141
141
  declare const textHeadingVariants: (props?: ({
142
142
  variant?: "h1" | "h2" | "h3" | "h4" | null | undefined;
143
- foreground?: "default" | "secondary" | "black" | "white" | "gray" | "primary" | "gradient" | null | undefined;
143
+ foreground?: "default" | "secondary" | "black" | "white" | "gray" | "primary" | "gradient" | "muted" | null | undefined;
144
144
  } & class_variance_authority_types.ClassProp) | undefined) => string;
145
145
  interface TextHeadingProps extends React__default.HTMLAttributes<HTMLHeadingElement>, VariantProps<typeof textHeadingVariants> {
146
146
  as?: "h1" | "h2" | "h3" | "h4";
package/dist/main.d.ts CHANGED
@@ -122,7 +122,7 @@ declare function TableCaption({ className, ...props }: React$1.ComponentProps<"c
122
122
 
123
123
  declare const textBodyVariants: (props?: ({
124
124
  size?: "base" | "sm" | "lg" | "xs" | "xl" | null | undefined;
125
- foreground?: "default" | "secondary" | "black" | "white" | "gray" | "primary" | null | undefined;
125
+ foreground?: "default" | "secondary" | "black" | "white" | "gray" | "primary" | "muted" | null | undefined;
126
126
  weight?: "bold" | "normal" | "medium" | "semibold" | null | undefined;
127
127
  } & class_variance_authority_types.ClassProp) | undefined) => string;
128
128
  interface TextBodyProps extends React__default.HTMLAttributes<HTMLParagraphElement>, VariantProps<typeof textBodyVariants> {
@@ -132,7 +132,7 @@ declare const TextBody: React__default.FC<TextBodyProps>;
132
132
  declare const textDisplayVariants: (props?: ({
133
133
  size?: "sm" | "lg" | "md" | "xs" | "xl" | "2xl" | "3xl" | null | undefined;
134
134
  weight?: "bold" | "normal" | "medium" | "semibold" | null | undefined;
135
- foreground?: "default" | "secondary" | "black" | "white" | "gray" | "primary" | "gradient" | null | undefined;
135
+ foreground?: "default" | "secondary" | "black" | "white" | "gray" | "primary" | "gradient" | "muted" | null | undefined;
136
136
  } & class_variance_authority_types.ClassProp) | undefined) => string;
137
137
  interface TextDisplayProps extends React__default.HTMLAttributes<HTMLSpanElement>, VariantProps<typeof textDisplayVariants> {
138
138
  }
@@ -140,7 +140,7 @@ declare const TextDisplay: React__default.FC<TextDisplayProps>;
140
140
 
141
141
  declare const textHeadingVariants: (props?: ({
142
142
  variant?: "h1" | "h2" | "h3" | "h4" | null | undefined;
143
- foreground?: "default" | "secondary" | "black" | "white" | "gray" | "primary" | "gradient" | null | undefined;
143
+ foreground?: "default" | "secondary" | "black" | "white" | "gray" | "primary" | "gradient" | "muted" | null | undefined;
144
144
  } & class_variance_authority_types.ClassProp) | undefined) => string;
145
145
  interface TextHeadingProps extends React__default.HTMLAttributes<HTMLHeadingElement>, VariantProps<typeof textHeadingVariants> {
146
146
  as?: "h1" | "h2" | "h3" | "h4";
package/dist/main.js CHANGED
@@ -21492,6 +21492,7 @@ var textBodyVariants = cva("", {
21492
21492
  },
21493
21493
  foreground: {
21494
21494
  default: "sg:text-foreground",
21495
+ muted: "sg:text-muted-foreground",
21495
21496
  black: "sg:text-black",
21496
21497
  white: "sg:text-white",
21497
21498
  gray: "sg:text-gray",
@@ -21554,6 +21555,7 @@ var textDisplayVariants = cva("sg:block sg:tracking-tight", {
21554
21555
  },
21555
21556
  foreground: {
21556
21557
  default: "sg:text-foreground",
21558
+ muted: "sg:text-muted-foreground",
21557
21559
  black: "sg:text-black",
21558
21560
  white: "sg:text-white",
21559
21561
  gray: "sg:text-gray",
@@ -21594,12 +21596,13 @@ var textHeadingVariants = cva("", {
21594
21596
  variants: {
21595
21597
  variant: {
21596
21598
  h1: "sg:text-xl sg:font-bold sg:tracking-tight sg:lg:text-4xl",
21597
- h2: "sg:text-xl sg:font-semibold sg:tracking-tight sg:transition-colors sg:first:mt-0",
21598
- h3: "sg:text-xl sg:font-semibold sg:tracking-tight",
21599
+ h2: "sg:text-xl sg:font-semibold sg:tracking-tight sg:transition-colors sg:first:mt-0 sg:lg:text-3xl",
21600
+ h3: "sg:text-xl sg:font-semibold sg:tracking-tight sg:lg:text-2xl",
21599
21601
  h4: "sg:text-lg sg:font-semibold sg:tracking-tight"
21600
21602
  },
21601
21603
  foreground: {
21602
21604
  default: "sg:text-foreground",
21605
+ muted: "sg:text-muted-foreground",
21603
21606
  black: "sg:text-black",
21604
21607
  white: "sg:text-white",
21605
21608
  gray: "sg:text-gray",