@opexa/portal-components 0.0.583 → 0.0.585

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.
@@ -10,9 +10,9 @@ export declare const menuRecipe: import("tailwind-variants").TVReturnType<{
10
10
  itemIndicator?: import("tailwind-variants").ClassValue;
11
11
  itemGroup?: import("tailwind-variants").ClassValue;
12
12
  itemGroupLabel?: import("tailwind-variants").ClassValue;
13
+ separator?: import("tailwind-variants").ClassValue;
13
14
  arrow?: import("tailwind-variants").ClassValue;
14
15
  arrowTip?: import("tailwind-variants").ClassValue;
15
- separator?: import("tailwind-variants").ClassValue;
16
16
  contextTrigger?: import("tailwind-variants").ClassValue;
17
17
  triggerItem?: import("tailwind-variants").ClassValue;
18
18
  };
@@ -29,14 +29,14 @@ export declare const menuRecipe: import("tailwind-variants").TVReturnType<{
29
29
  itemIndicator?: import("tailwind-variants").ClassValue;
30
30
  itemGroup?: import("tailwind-variants").ClassValue;
31
31
  itemGroupLabel?: import("tailwind-variants").ClassValue;
32
+ separator?: import("tailwind-variants").ClassValue;
32
33
  arrow?: import("tailwind-variants").ClassValue;
33
34
  arrowTip?: import("tailwind-variants").ClassValue;
34
- separator?: import("tailwind-variants").ClassValue;
35
35
  contextTrigger?: import("tailwind-variants").ClassValue;
36
36
  triggerItem?: import("tailwind-variants").ClassValue;
37
37
  };
38
38
  };
39
- } | {}, Record<"content" | "trigger" | "positioner" | "item" | "indicator" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "arrow" | "arrowTip" | "separator" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
39
+ } | {}, Record<"content" | "trigger" | "positioner" | "item" | "indicator" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "separator" | "arrow" | "arrowTip" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
40
40
  [key: string]: {
41
41
  [key: string]: import("tailwind-variants").ClassValue | {
42
42
  content?: import("tailwind-variants").ClassValue;
@@ -48,11 +48,11 @@ export declare const menuRecipe: import("tailwind-variants").TVReturnType<{
48
48
  itemIndicator?: import("tailwind-variants").ClassValue;
49
49
  itemGroup?: import("tailwind-variants").ClassValue;
50
50
  itemGroupLabel?: import("tailwind-variants").ClassValue;
51
+ separator?: import("tailwind-variants").ClassValue;
51
52
  arrow?: import("tailwind-variants").ClassValue;
52
53
  arrowTip?: import("tailwind-variants").ClassValue;
53
- separator?: import("tailwind-variants").ClassValue;
54
54
  contextTrigger?: import("tailwind-variants").ClassValue;
55
55
  triggerItem?: import("tailwind-variants").ClassValue;
56
56
  };
57
57
  };
58
- } | {}, Record<"content" | "trigger" | "positioner" | "item" | "indicator" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "arrow" | "arrowTip" | "separator" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "item" | "indicator" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "arrow" | "arrowTip" | "separator" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>;
58
+ } | {}, Record<"content" | "trigger" | "positioner" | "item" | "indicator" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "separator" | "arrow" | "arrowTip" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "item" | "indicator" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "separator" | "arrow" | "arrowTip" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -11,7 +11,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
11
11
  trigger: string;
12
12
  };
13
13
  };
14
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, undefined, {
14
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, {
15
15
  size: {
16
16
  md: {};
17
17
  };
@@ -23,7 +23,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
23
23
  trigger: string;
24
24
  };
25
25
  };
26
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, import("tailwind-variants").TVReturnType<{
26
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
27
27
  size: {
28
28
  md: {};
29
29
  };
@@ -35,7 +35,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
35
35
  trigger: string;
36
36
  };
37
37
  };
38
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
38
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
39
39
  export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
40
40
  size: {
41
41
  md: {};
@@ -48,7 +48,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
48
48
  trigger: string;
49
49
  };
50
50
  };
51
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, undefined, {
51
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, {
52
52
  size: {
53
53
  md: {};
54
54
  };
@@ -60,7 +60,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
60
60
  trigger: string;
61
61
  };
62
62
  };
63
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, import("tailwind-variants").TVReturnType<{
63
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
64
64
  size: {
65
65
  md: {};
66
66
  };
@@ -72,7 +72,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
72
72
  trigger: string;
73
73
  };
74
74
  };
75
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
75
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
76
76
  export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.IndicatorProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
77
77
  size: {
78
78
  md: {};
@@ -85,7 +85,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
85
85
  trigger: string;
86
86
  };
87
87
  };
88
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, undefined, {
88
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, {
89
89
  size: {
90
90
  md: {};
91
91
  };
@@ -97,7 +97,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
97
97
  trigger: string;
98
98
  };
99
99
  };
100
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, import("tailwind-variants").TVReturnType<{
100
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
101
101
  size: {
102
102
  md: {};
103
103
  };
@@ -109,7 +109,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
109
109
  trigger: string;
110
110
  };
111
111
  };
112
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
112
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
113
113
  export declare const List: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.ListProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
114
114
  size: {
115
115
  md: {};
@@ -122,7 +122,7 @@ export declare const List: import("react").ComponentType<import("@ark-ui/react")
122
122
  trigger: string;
123
123
  };
124
124
  };
125
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, undefined, {
125
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, {
126
126
  size: {
127
127
  md: {};
128
128
  };
@@ -134,7 +134,7 @@ export declare const List: import("react").ComponentType<import("@ark-ui/react")
134
134
  trigger: string;
135
135
  };
136
136
  };
137
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, import("tailwind-variants").TVReturnType<{
137
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
138
138
  size: {
139
139
  md: {};
140
140
  };
@@ -146,7 +146,7 @@ export declare const List: import("react").ComponentType<import("@ark-ui/react")
146
146
  trigger: string;
147
147
  };
148
148
  };
149
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
149
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
150
150
  export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
151
151
  size: {
152
152
  md: {};
@@ -159,7 +159,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
159
159
  trigger: string;
160
160
  };
161
161
  };
162
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, undefined, {
162
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, {
163
163
  size: {
164
164
  md: {};
165
165
  };
@@ -171,7 +171,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
171
171
  trigger: string;
172
172
  };
173
173
  };
174
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, import("tailwind-variants").TVReturnType<{
174
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
175
175
  size: {
176
176
  md: {};
177
177
  };
@@ -183,5 +183,5 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
183
183
  trigger: string;
184
184
  };
185
185
  };
186
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
186
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
187
187
  export declare const Context: (props: Tabs.ContextProps) => import("react").ReactNode;
@@ -10,7 +10,7 @@ export declare const tabsRecipe: import("tailwind-variants").TVReturnType<{
10
10
  trigger: string;
11
11
  };
12
12
  };
13
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, undefined, {
13
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, {
14
14
  size: {
15
15
  md: {};
16
16
  };
@@ -22,7 +22,7 @@ export declare const tabsRecipe: import("tailwind-variants").TVReturnType<{
22
22
  trigger: string;
23
23
  };
24
24
  };
25
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, import("tailwind-variants").TVReturnType<{
25
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
26
26
  size: {
27
27
  md: {};
28
28
  };
@@ -34,4 +34,4 @@ export declare const tabsRecipe: import("tailwind-variants").TVReturnType<{
34
34
  trigger: string;
35
35
  };
36
36
  };
37
- }, Record<"root" | "indicator" | "list" | "trigger" | "content", string | string[]>, undefined, unknown, unknown, undefined>>;
37
+ }, Record<"content" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opexa/portal-components",
3
- "version": "0.0.583",
3
+ "version": "0.0.585",
4
4
  "exports": {
5
5
  "./ui/*": {
6
6
  "types": "./dist/ui/*/index.d.ts",