@nicorp/nui 0.1.7 → 0.1.8
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +6 -6
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -12367,12 +12367,12 @@ function Df({
|
|
|
12367
12367
|
const gd = Me("font-bold tracking-tight", {
|
|
12368
12368
|
variants: {
|
|
12369
12369
|
level: {
|
|
12370
|
-
1: "text-
|
|
12371
|
-
2: "text-
|
|
12372
|
-
3: "text-
|
|
12373
|
-
4: "text-
|
|
12374
|
-
5: "text-
|
|
12375
|
-
6: "text-
|
|
12370
|
+
1: "text-2xl lg:text-3xl",
|
|
12371
|
+
2: "text-xl lg:text-2xl",
|
|
12372
|
+
3: "text-lg lg:text-xl",
|
|
12373
|
+
4: "text-base lg:text-lg",
|
|
12374
|
+
5: "text-sm lg:text-base",
|
|
12375
|
+
6: "text-xs lg:text-sm"
|
|
12376
12376
|
}
|
|
12377
12377
|
},
|
|
12378
12378
|
defaultVariants: {
|