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.cjs +5 -2
- package/dist/main.cjs.map +1 -1
- package/dist/main.css +73 -11
- package/dist/main.css.map +1 -1
- package/dist/main.d.cts +3 -3
- package/dist/main.d.ts +3 -3
- package/dist/main.js +5 -2
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.cjs
CHANGED
|
@@ -21518,6 +21518,7 @@ var textBodyVariants = classVarianceAuthority.cva("", {
|
|
|
21518
21518
|
},
|
|
21519
21519
|
foreground: {
|
|
21520
21520
|
default: "sg:text-foreground",
|
|
21521
|
+
muted: "sg:text-muted-foreground",
|
|
21521
21522
|
black: "sg:text-black",
|
|
21522
21523
|
white: "sg:text-white",
|
|
21523
21524
|
gray: "sg:text-gray",
|
|
@@ -21580,6 +21581,7 @@ var textDisplayVariants = classVarianceAuthority.cva("sg:block sg:tracking-tight
|
|
|
21580
21581
|
},
|
|
21581
21582
|
foreground: {
|
|
21582
21583
|
default: "sg:text-foreground",
|
|
21584
|
+
muted: "sg:text-muted-foreground",
|
|
21583
21585
|
black: "sg:text-black",
|
|
21584
21586
|
white: "sg:text-white",
|
|
21585
21587
|
gray: "sg:text-gray",
|
|
@@ -21620,12 +21622,13 @@ var textHeadingVariants = classVarianceAuthority.cva("", {
|
|
|
21620
21622
|
variants: {
|
|
21621
21623
|
variant: {
|
|
21622
21624
|
h1: "sg:text-xl sg:font-bold sg:tracking-tight sg:lg:text-4xl",
|
|
21623
|
-
h2: "sg:text-xl sg:font-semibold sg:tracking-tight sg:transition-colors sg:first:mt-0",
|
|
21624
|
-
h3: "sg:text-xl sg:font-semibold sg:tracking-tight",
|
|
21625
|
+
h2: "sg:text-xl sg:font-semibold sg:tracking-tight sg:transition-colors sg:first:mt-0 sg:lg:text-3xl",
|
|
21626
|
+
h3: "sg:text-xl sg:font-semibold sg:tracking-tight sg:lg:text-2xl",
|
|
21625
21627
|
h4: "sg:text-lg sg:font-semibold sg:tracking-tight"
|
|
21626
21628
|
},
|
|
21627
21629
|
foreground: {
|
|
21628
21630
|
default: "sg:text-foreground",
|
|
21631
|
+
muted: "sg:text-muted-foreground",
|
|
21629
21632
|
black: "sg:text-black",
|
|
21630
21633
|
white: "sg:text-white",
|
|
21631
21634
|
gray: "sg:text-gray",
|