@kopexa/theme 1.7.2 → 1.7.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/{chunk-J4TVYRE7.mjs → chunk-OFCZZVGK.mjs} +3 -0
- package/dist/components/index.js +3 -0
- package/dist/components/index.mjs +1 -1
- package/dist/components/section-row.d.mts +9 -0
- package/dist/components/section-row.d.ts +9 -0
- package/dist/components/section-row.js +3 -0
- package/dist/components/section-row.mjs +1 -1
- package/dist/index.js +3 -0
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -2077,6 +2077,9 @@ 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"
|
|
2080
2083
|
}
|
|
2081
2084
|
},
|
|
2082
2085
|
spacing: {
|
|
@@ -11,6 +11,9 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
11
11
|
title: string;
|
|
12
12
|
valueContainer: string;
|
|
13
13
|
};
|
|
14
|
+
horizontalCentered: {
|
|
15
|
+
root: string;
|
|
16
|
+
};
|
|
14
17
|
};
|
|
15
18
|
spacing: {
|
|
16
19
|
tight: {
|
|
@@ -52,6 +55,9 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
52
55
|
title: string;
|
|
53
56
|
valueContainer: string;
|
|
54
57
|
};
|
|
58
|
+
horizontalCentered: {
|
|
59
|
+
root: string;
|
|
60
|
+
};
|
|
55
61
|
};
|
|
56
62
|
spacing: {
|
|
57
63
|
tight: {
|
|
@@ -93,6 +99,9 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
93
99
|
title: string;
|
|
94
100
|
valueContainer: string;
|
|
95
101
|
};
|
|
102
|
+
horizontalCentered: {
|
|
103
|
+
root: string;
|
|
104
|
+
};
|
|
96
105
|
};
|
|
97
106
|
spacing: {
|
|
98
107
|
tight: {
|
|
@@ -11,6 +11,9 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
11
11
|
title: string;
|
|
12
12
|
valueContainer: string;
|
|
13
13
|
};
|
|
14
|
+
horizontalCentered: {
|
|
15
|
+
root: string;
|
|
16
|
+
};
|
|
14
17
|
};
|
|
15
18
|
spacing: {
|
|
16
19
|
tight: {
|
|
@@ -52,6 +55,9 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
52
55
|
title: string;
|
|
53
56
|
valueContainer: string;
|
|
54
57
|
};
|
|
58
|
+
horizontalCentered: {
|
|
59
|
+
root: string;
|
|
60
|
+
};
|
|
55
61
|
};
|
|
56
62
|
spacing: {
|
|
57
63
|
tight: {
|
|
@@ -93,6 +99,9 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
93
99
|
title: string;
|
|
94
100
|
valueContainer: string;
|
|
95
101
|
};
|
|
102
|
+
horizontalCentered: {
|
|
103
|
+
root: string;
|
|
104
|
+
};
|
|
96
105
|
};
|
|
97
106
|
spacing: {
|
|
98
107
|
tight: {
|
|
@@ -46,6 +46,9 @@ 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"
|
|
49
52
|
}
|
|
50
53
|
},
|
|
51
54
|
spacing: {
|
package/dist/index.js
CHANGED
|
@@ -2077,6 +2077,9 @@ 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"
|
|
2080
2083
|
}
|
|
2081
2084
|
},
|
|
2082
2085
|
spacing: {
|
package/dist/index.mjs
CHANGED