@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.
@@ -22,6 +22,9 @@ 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"
25
28
  }
26
29
  },
27
30
  spacing: {
@@ -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: {
@@ -40,7 +40,7 @@ import {
40
40
  } from "../chunk-CZMZHA7U.mjs";
41
41
  import {
42
42
  sectionRow
43
- } from "../chunk-J4TVYRE7.mjs";
43
+ } from "../chunk-OFCZZVGK.mjs";
44
44
  import {
45
45
  separator
46
46
  } from "../chunk-VCLXE57S.mjs";
@@ -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: {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sectionRow
3
- } from "../chunk-J4TVYRE7.mjs";
3
+ } from "../chunk-OFCZZVGK.mjs";
4
4
  export {
5
5
  sectionRow
6
6
  };
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
@@ -41,7 +41,7 @@ import {
41
41
  } from "./chunk-CZMZHA7U.mjs";
42
42
  import {
43
43
  sectionRow
44
- } from "./chunk-J4TVYRE7.mjs";
44
+ } from "./chunk-OFCZZVGK.mjs";
45
45
  import {
46
46
  separator
47
47
  } from "./chunk-VCLXE57S.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/theme",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "The default theme for Kopexa components",
5
5
  "keywords": [
6
6
  "theme",