@kopexa/theme 1.7.3 → 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-OFCZZVGK.mjs → chunk-I4ZIT7EK.mjs} +2 -1
- package/dist/components/index.js +2 -1
- package/dist/components/index.mjs +1 -1
- package/dist/components/section-row.d.mts +3 -0
- package/dist/components/section-row.d.ts +3 -0
- package/dist/components/section-row.js +2 -1
- package/dist/components/section-row.mjs +1 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -24,7 +24,8 @@ var sectionRow = tv({
|
|
|
24
24
|
valueContainer: "col-start-1"
|
|
25
25
|
},
|
|
26
26
|
horizontalCentered: {
|
|
27
|
-
root: "sm:grid-cols-[min(33%,--spacing(80))_auto] sm:items-center"
|
|
27
|
+
root: "sm:grid-cols-[min(33%,--spacing(80))_auto] sm:items-center",
|
|
28
|
+
valueContainer: "items-center"
|
|
28
29
|
}
|
|
29
30
|
},
|
|
30
31
|
spacing: {
|
package/dist/components/index.js
CHANGED
|
@@ -2079,7 +2079,8 @@ var sectionRow = (0, import_tailwind_variants28.tv)({
|
|
|
2079
2079
|
valueContainer: "col-start-1"
|
|
2080
2080
|
},
|
|
2081
2081
|
horizontalCentered: {
|
|
2082
|
-
root: "sm:grid-cols-[min(33%,--spacing(80))_auto] sm:items-center"
|
|
2082
|
+
root: "sm:grid-cols-[min(33%,--spacing(80))_auto] sm:items-center",
|
|
2083
|
+
valueContainer: "items-center"
|
|
2083
2084
|
}
|
|
2084
2085
|
},
|
|
2085
2086
|
spacing: {
|
|
@@ -13,6 +13,7 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
horizontalCentered: {
|
|
15
15
|
root: string;
|
|
16
|
+
valueContainer: string;
|
|
16
17
|
};
|
|
17
18
|
};
|
|
18
19
|
spacing: {
|
|
@@ -57,6 +58,7 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
57
58
|
};
|
|
58
59
|
horizontalCentered: {
|
|
59
60
|
root: string;
|
|
61
|
+
valueContainer: string;
|
|
60
62
|
};
|
|
61
63
|
};
|
|
62
64
|
spacing: {
|
|
@@ -101,6 +103,7 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
101
103
|
};
|
|
102
104
|
horizontalCentered: {
|
|
103
105
|
root: string;
|
|
106
|
+
valueContainer: string;
|
|
104
107
|
};
|
|
105
108
|
};
|
|
106
109
|
spacing: {
|
|
@@ -13,6 +13,7 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
horizontalCentered: {
|
|
15
15
|
root: string;
|
|
16
|
+
valueContainer: string;
|
|
16
17
|
};
|
|
17
18
|
};
|
|
18
19
|
spacing: {
|
|
@@ -57,6 +58,7 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
57
58
|
};
|
|
58
59
|
horizontalCentered: {
|
|
59
60
|
root: string;
|
|
61
|
+
valueContainer: string;
|
|
60
62
|
};
|
|
61
63
|
};
|
|
62
64
|
spacing: {
|
|
@@ -101,6 +103,7 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
101
103
|
};
|
|
102
104
|
horizontalCentered: {
|
|
103
105
|
root: string;
|
|
106
|
+
valueContainer: string;
|
|
104
107
|
};
|
|
105
108
|
};
|
|
106
109
|
spacing: {
|
|
@@ -48,7 +48,8 @@ var sectionRow = (0, import_tailwind_variants.tv)({
|
|
|
48
48
|
valueContainer: "col-start-1"
|
|
49
49
|
},
|
|
50
50
|
horizontalCentered: {
|
|
51
|
-
root: "sm:grid-cols-[min(33%,--spacing(80))_auto] sm:items-center"
|
|
51
|
+
root: "sm:grid-cols-[min(33%,--spacing(80))_auto] sm:items-center",
|
|
52
|
+
valueContainer: "items-center"
|
|
52
53
|
}
|
|
53
54
|
},
|
|
54
55
|
spacing: {
|
package/dist/index.js
CHANGED
|
@@ -2079,7 +2079,8 @@ var sectionRow = (0, import_tailwind_variants28.tv)({
|
|
|
2079
2079
|
valueContainer: "col-start-1"
|
|
2080
2080
|
},
|
|
2081
2081
|
horizontalCentered: {
|
|
2082
|
-
root: "sm:grid-cols-[min(33%,--spacing(80))_auto] sm:items-center"
|
|
2082
|
+
root: "sm:grid-cols-[min(33%,--spacing(80))_auto] sm:items-center",
|
|
2083
|
+
valueContainer: "items-center"
|
|
2083
2084
|
}
|
|
2084
2085
|
},
|
|
2085
2086
|
spacing: {
|
package/dist/index.mjs
CHANGED