@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.
@@ -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: {
@@ -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: {
@@ -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-I4ZIT7EK.mjs";
44
44
  import {
45
45
  separator
46
46
  } from "../chunk-VCLXE57S.mjs";
@@ -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: {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sectionRow
3
- } from "../chunk-J4TVYRE7.mjs";
3
+ } from "../chunk-I4ZIT7EK.mjs";
4
4
  export {
5
5
  sectionRow
6
6
  };
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
@@ -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-I4ZIT7EK.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.4",
4
4
  "description": "The default theme for Kopexa components",
5
5
  "keywords": [
6
6
  "theme",