@kopexa/theme 1.7.2 → 1.7.4
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/{chunk-J4TVYRE7.mjs → chunk-I4ZIT7EK.mjs} +4 -0
- package/dist/components/index.js +4 -0
- package/dist/components/index.mjs +1 -1
- package/dist/components/section-row.d.mts +12 -0
- package/dist/components/section-row.d.ts +12 -0
- package/dist/components/section-row.js +4 -0
- package/dist/components/section-row.mjs +1 -1
- package/dist/index.js +4 -0
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -22,6 +22,10 @@ var sectionRow = tv({
|
|
|
22
22
|
root: "grid-cols-1",
|
|
23
23
|
title: "col-start-1",
|
|
24
24
|
valueContainer: "col-start-1"
|
|
25
|
+
},
|
|
26
|
+
horizontalCentered: {
|
|
27
|
+
root: "sm:grid-cols-[min(33%,--spacing(80))_auto] sm:items-center",
|
|
28
|
+
valueContainer: "items-center"
|
|
25
29
|
}
|
|
26
30
|
},
|
|
27
31
|
spacing: {
|
package/dist/components/index.js
CHANGED
|
@@ -2077,6 +2077,10 @@ var sectionRow = (0, import_tailwind_variants28.tv)({
|
|
|
2077
2077
|
root: "grid-cols-1",
|
|
2078
2078
|
title: "col-start-1",
|
|
2079
2079
|
valueContainer: "col-start-1"
|
|
2080
|
+
},
|
|
2081
|
+
horizontalCentered: {
|
|
2082
|
+
root: "sm:grid-cols-[min(33%,--spacing(80))_auto] sm:items-center",
|
|
2083
|
+
valueContainer: "items-center"
|
|
2080
2084
|
}
|
|
2081
2085
|
},
|
|
2082
2086
|
spacing: {
|
|
@@ -11,6 +11,10 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
11
11
|
title: string;
|
|
12
12
|
valueContainer: string;
|
|
13
13
|
};
|
|
14
|
+
horizontalCentered: {
|
|
15
|
+
root: string;
|
|
16
|
+
valueContainer: string;
|
|
17
|
+
};
|
|
14
18
|
};
|
|
15
19
|
spacing: {
|
|
16
20
|
tight: {
|
|
@@ -52,6 +56,10 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
52
56
|
title: string;
|
|
53
57
|
valueContainer: string;
|
|
54
58
|
};
|
|
59
|
+
horizontalCentered: {
|
|
60
|
+
root: string;
|
|
61
|
+
valueContainer: string;
|
|
62
|
+
};
|
|
55
63
|
};
|
|
56
64
|
spacing: {
|
|
57
65
|
tight: {
|
|
@@ -93,6 +101,10 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
93
101
|
title: string;
|
|
94
102
|
valueContainer: string;
|
|
95
103
|
};
|
|
104
|
+
horizontalCentered: {
|
|
105
|
+
root: string;
|
|
106
|
+
valueContainer: string;
|
|
107
|
+
};
|
|
96
108
|
};
|
|
97
109
|
spacing: {
|
|
98
110
|
tight: {
|
|
@@ -11,6 +11,10 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
11
11
|
title: string;
|
|
12
12
|
valueContainer: string;
|
|
13
13
|
};
|
|
14
|
+
horizontalCentered: {
|
|
15
|
+
root: string;
|
|
16
|
+
valueContainer: string;
|
|
17
|
+
};
|
|
14
18
|
};
|
|
15
19
|
spacing: {
|
|
16
20
|
tight: {
|
|
@@ -52,6 +56,10 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
52
56
|
title: string;
|
|
53
57
|
valueContainer: string;
|
|
54
58
|
};
|
|
59
|
+
horizontalCentered: {
|
|
60
|
+
root: string;
|
|
61
|
+
valueContainer: string;
|
|
62
|
+
};
|
|
55
63
|
};
|
|
56
64
|
spacing: {
|
|
57
65
|
tight: {
|
|
@@ -93,6 +101,10 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
93
101
|
title: string;
|
|
94
102
|
valueContainer: string;
|
|
95
103
|
};
|
|
104
|
+
horizontalCentered: {
|
|
105
|
+
root: string;
|
|
106
|
+
valueContainer: string;
|
|
107
|
+
};
|
|
96
108
|
};
|
|
97
109
|
spacing: {
|
|
98
110
|
tight: {
|
|
@@ -46,6 +46,10 @@ var sectionRow = (0, import_tailwind_variants.tv)({
|
|
|
46
46
|
root: "grid-cols-1",
|
|
47
47
|
title: "col-start-1",
|
|
48
48
|
valueContainer: "col-start-1"
|
|
49
|
+
},
|
|
50
|
+
horizontalCentered: {
|
|
51
|
+
root: "sm:grid-cols-[min(33%,--spacing(80))_auto] sm:items-center",
|
|
52
|
+
valueContainer: "items-center"
|
|
49
53
|
}
|
|
50
54
|
},
|
|
51
55
|
spacing: {
|
package/dist/index.js
CHANGED
|
@@ -2077,6 +2077,10 @@ var sectionRow = (0, import_tailwind_variants28.tv)({
|
|
|
2077
2077
|
root: "grid-cols-1",
|
|
2078
2078
|
title: "col-start-1",
|
|
2079
2079
|
valueContainer: "col-start-1"
|
|
2080
|
+
},
|
|
2081
|
+
horizontalCentered: {
|
|
2082
|
+
root: "sm:grid-cols-[min(33%,--spacing(80))_auto] sm:items-center",
|
|
2083
|
+
valueContainer: "items-center"
|
|
2080
2084
|
}
|
|
2081
2085
|
},
|
|
2082
2086
|
spacing: {
|
package/dist/index.mjs
CHANGED