@simpli-route/apollo-ds 0.1.53 → 0.1.54

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.
Files changed (82) hide show
  1. package/dist/components/InvisibleDatepicker/types.d.ts +4 -0
  2. package/dist/index.cjs106.js +1 -1
  3. package/dist/index.cjs107.js +1 -1
  4. package/dist/index.cjs108.js +1 -1
  5. package/dist/index.cjs109.js +1 -1
  6. package/dist/index.cjs110.js +1 -1
  7. package/dist/index.cjs111.js +1 -1
  8. package/dist/index.cjs112.js +1 -1
  9. package/dist/index.cjs12.js +1 -1
  10. package/dist/index.cjs22.js +1 -1
  11. package/dist/index.cjs24.js +1 -1
  12. package/dist/index.cjs27.js +1 -1
  13. package/dist/index.cjs29.js +1 -1
  14. package/dist/index.cjs33.js +1 -1
  15. package/dist/index.cjs34.js +1 -1
  16. package/dist/index.cjs35.js +1 -1
  17. package/dist/index.cjs36.js +1 -1
  18. package/dist/index.cjs52.js +1 -1
  19. package/dist/index.cjs6.js +1 -1
  20. package/dist/index.cjs63.js +1 -1
  21. package/dist/index.cjs64.js +1 -1
  22. package/dist/index.cjs65.js +1 -1
  23. package/dist/index.cjs66.js +1 -1
  24. package/dist/index.cjs68.js +1 -1
  25. package/dist/index.cjs69.js +1 -1
  26. package/dist/index.cjs70.js +1 -1
  27. package/dist/index.cjs71.js +1 -1
  28. package/dist/index.cjs72.js +1 -1
  29. package/dist/index.cjs74.js +1 -1
  30. package/dist/index.cjs75.js +1 -1
  31. package/dist/index.cjs76.js +1 -1
  32. package/dist/index.cjs77.js +1 -1
  33. package/dist/index.cjs78.js +1 -1
  34. package/dist/index.cjs79.js +1 -1
  35. package/dist/index.cjs8.js +1 -1
  36. package/dist/index.cjs80.js +1 -1
  37. package/dist/index.cjs81.js +1 -1
  38. package/dist/index.cjs82.js +1 -1
  39. package/dist/index.cjs83.js +1 -1
  40. package/dist/index.cjs84.js +1 -1
  41. package/dist/index.es106.js +57 -4
  42. package/dist/index.es107.js +6 -28
  43. package/dist/index.es108.js +28 -4
  44. package/dist/index.es109.js +2 -8
  45. package/dist/index.es110.js +8 -340
  46. package/dist/index.es111.js +336 -162
  47. package/dist/index.es112.js +161 -52
  48. package/dist/index.es12.js +1 -1
  49. package/dist/index.es22.js +1 -1
  50. package/dist/index.es24.js +2 -2
  51. package/dist/index.es27.js +1 -1
  52. package/dist/index.es29.js +2 -2
  53. package/dist/index.es33.js +3 -3
  54. package/dist/index.es34.js +2 -2
  55. package/dist/index.es35.js +3 -3
  56. package/dist/index.es36.js +1 -1
  57. package/dist/index.es52.js +12 -7
  58. package/dist/index.es6.js +1 -1
  59. package/dist/index.es63.js +28 -16
  60. package/dist/index.es64.js +15 -14
  61. package/dist/index.es65.js +14 -13
  62. package/dist/index.es66.js +14 -28
  63. package/dist/index.es68.js +163 -10
  64. package/dist/index.es69.js +10 -10
  65. package/dist/index.es70.js +13 -12
  66. package/dist/index.es71.js +10 -13
  67. package/dist/index.es72.js +12 -163
  68. package/dist/index.es74.js +97 -36
  69. package/dist/index.es75.js +13 -7
  70. package/dist/index.es76.js +7 -18
  71. package/dist/index.es77.js +15 -146
  72. package/dist/index.es78.js +144 -96
  73. package/dist/index.es79.js +19 -13
  74. package/dist/index.es8.js +3 -3
  75. package/dist/index.es80.js +20 -19
  76. package/dist/index.es81.js +10 -20
  77. package/dist/index.es82.js +9 -9
  78. package/dist/index.es83.js +45 -10
  79. package/dist/index.es84.js +25 -30
  80. package/dist/stories/Datepicker.stories.d.ts +1 -0
  81. package/dist/style.css +9 -0
  82. package/package.json +1 -1
@@ -1,151 +1,20 @@
1
- import { cva as s } from "class-variance-authority";
2
- const e = [
3
- {
4
- state: "pending",
5
- isHovered: !0,
6
- isDisabled: !1,
7
- isPressed: !1,
8
- class: "bg-neutral-600"
9
- },
10
- {
11
- state: "inProgress",
12
- isHovered: !0,
13
- isDisabled: !1,
14
- isPressed: !1,
15
- class: "bg-blue-600"
16
- },
17
- {
18
- state: "completed",
19
- isHovered: !0,
20
- isDisabled: !1,
21
- isPressed: !1,
22
- class: "bg-success-600"
23
- },
24
- {
25
- state: "error",
26
- isHovered: !0,
27
- isDisabled: !1,
28
- isPressed: !1,
29
- class: "bg-error-600"
30
- }
31
- ], t = [
32
- {
33
- isDisabled: !0,
34
- isPressed: !1,
35
- class: "bg-neutral-600"
36
- },
37
- {
38
- isDisabled: !1,
39
- isPressed: !1,
40
- state: "pending",
41
- class: "bg-neutral-500"
42
- },
43
- {
44
- isDisabled: !1,
45
- isPressed: !1,
46
- state: "inProgress",
47
- class: "bg-blue-500"
48
- },
49
- {
50
- isDisabled: !1,
51
- isPressed: !1,
52
- state: "completed",
53
- class: "bg-success-500"
54
- },
55
- {
56
- isDisabled: !1,
57
- isPressed: !1,
58
- state: "error",
59
- class: "bg-error-500"
60
- }
61
- ], r = [
62
- {
63
- isPressed: !0,
64
- isDisabled: !1,
65
- state: "pending",
66
- class: "bg-neutral-900"
67
- },
68
- {
69
- isPressed: !0,
70
- isDisabled: !1,
71
- state: "inProgress",
72
- class: "bg-blue-800"
73
- },
74
- {
75
- isPressed: !0,
76
- isDisabled: !1,
77
- state: "completed",
78
- class: "bg-success-800"
79
- },
80
- {
81
- isPressed: !0,
82
- isDisabled: !1,
83
- state: "error",
84
- class: "bg-error-800"
85
- }
86
- ], i = s(
87
- "flex shrink-0 items-center justify-center rounded-full focus-visible:outline-0 focus:outline-0",
88
- {
89
- variants: {
90
- size: {
91
- xs: "size-8",
92
- md: "size-[50px]"
93
- },
94
- state: {
95
- pending: "",
96
- inProgress: "",
97
- completed: "",
98
- error: ""
99
- },
100
- isDisabled: {
101
- true: "",
102
- false: ""
103
- },
104
- isHovered: {
105
- true: "",
106
- false: ""
107
- },
108
- isPressed: {
109
- true: "",
110
- false: ""
1
+ import t from "./index.es110.js";
2
+ import s from "@simpli-route/tailwind-preset";
3
+ import o from "./index.es111.js";
4
+ import e from "./index.es112.js";
5
+ const { fontFamily: i } = t, l = {
6
+ presets: [s],
7
+ mode: "jit",
8
+ content: ["./index.html", "./node_modules/@simpli-route/**/*.{js,ts,jsx,tsx}", "./src/**/*.{js,ts,jsx,tsx}"],
9
+ theme: {
10
+ extend: {
11
+ fontFamily: {
12
+ sans: ["var(--font-open-sans)", ...i.sans]
111
13
  }
112
- },
113
- compoundVariants: [...e, ...t, ...r]
114
- }
115
- ), l = s("leading-5 tracking-wide font-normal text-black", {
116
- variants: {
117
- size: {
118
- xs: "text-sm",
119
- md: "text-md"
120
- }
121
- }
122
- }), d = s("flex items-center justify-center", {
123
- variants: {
124
- size: {
125
- xs: "text-base size-4",
126
- md: "text-lg size-[18px]"
127
- },
128
- state: {
129
- pending: "text-neutral-50",
130
- inProgress: "text-neutral-50",
131
- completed: "text-neutral-50",
132
- error: "text-neutral-50"
133
- },
134
- isHovered: {
135
- true: "",
136
- false: ""
137
14
  }
138
15
  },
139
- compoundVariants: [
140
- {
141
- state: "error",
142
- isHovered: !0,
143
- class: "text-error-600"
144
- }
145
- ]
146
- });
16
+ plugins: [o, e]
17
+ };
147
18
  export {
148
- d as iconVariants,
149
- l as labelVariants,
150
- i as stepVariants
19
+ l as default
151
20
  };
@@ -1,103 +1,151 @@
1
- import { j as l } from "./index.es40.js";
2
- import { cn as P } from "./index.es41.js";
3
- import { SliderThumb as j } from "./index.es112.js";
4
- const T = ({
5
- state: r,
6
- type: n,
7
- showTypeValue: t,
8
- suffix: c,
9
- classNameFilled: a,
10
- classNameUnfilled: m,
11
- modeTooltip: b,
12
- positionTooltip: h,
13
- classNameThumb: d,
14
- isHiddenValue: v,
15
- suffixRangeCustom: e
16
- }) => /* @__PURE__ */ l.jsxs("div", { className: "relative", children: [
17
- t === "default" && !v ? /* @__PURE__ */ l.jsxs("div", { className: "flex justify-between", children: [
18
- /* @__PURE__ */ l.jsxs(
19
- "div",
20
- {
21
- className: "absolute top-4 text-sm text-neutral-900",
22
- style: { left: `${r.getThumbPercent(0) * 100}%`, transform: "translateX(-50%)" },
23
- children: [
24
- r.values[0],
25
- n === "range" && (e == null ? void 0 : e.left) || c
26
- ]
1
+ import { cva as s } from "class-variance-authority";
2
+ const e = [
3
+ {
4
+ state: "pending",
5
+ isHovered: !0,
6
+ isDisabled: !1,
7
+ isPressed: !1,
8
+ class: "bg-neutral-600"
9
+ },
10
+ {
11
+ state: "inProgress",
12
+ isHovered: !0,
13
+ isDisabled: !1,
14
+ isPressed: !1,
15
+ class: "bg-blue-600"
16
+ },
17
+ {
18
+ state: "completed",
19
+ isHovered: !0,
20
+ isDisabled: !1,
21
+ isPressed: !1,
22
+ class: "bg-success-600"
23
+ },
24
+ {
25
+ state: "error",
26
+ isHovered: !0,
27
+ isDisabled: !1,
28
+ isPressed: !1,
29
+ class: "bg-error-600"
30
+ }
31
+ ], t = [
32
+ {
33
+ isDisabled: !0,
34
+ isPressed: !1,
35
+ class: "bg-neutral-600"
36
+ },
37
+ {
38
+ isDisabled: !1,
39
+ isPressed: !1,
40
+ state: "pending",
41
+ class: "bg-neutral-500"
42
+ },
43
+ {
44
+ isDisabled: !1,
45
+ isPressed: !1,
46
+ state: "inProgress",
47
+ class: "bg-blue-500"
48
+ },
49
+ {
50
+ isDisabled: !1,
51
+ isPressed: !1,
52
+ state: "completed",
53
+ class: "bg-success-500"
54
+ },
55
+ {
56
+ isDisabled: !1,
57
+ isPressed: !1,
58
+ state: "error",
59
+ class: "bg-error-500"
60
+ }
61
+ ], r = [
62
+ {
63
+ isPressed: !0,
64
+ isDisabled: !1,
65
+ state: "pending",
66
+ class: "bg-neutral-900"
67
+ },
68
+ {
69
+ isPressed: !0,
70
+ isDisabled: !1,
71
+ state: "inProgress",
72
+ class: "bg-blue-800"
73
+ },
74
+ {
75
+ isPressed: !0,
76
+ isDisabled: !1,
77
+ state: "completed",
78
+ class: "bg-success-800"
79
+ },
80
+ {
81
+ isPressed: !0,
82
+ isDisabled: !1,
83
+ state: "error",
84
+ class: "bg-error-800"
85
+ }
86
+ ], i = s(
87
+ "flex shrink-0 items-center justify-center rounded-full focus-visible:outline-0 focus:outline-0",
88
+ {
89
+ variants: {
90
+ size: {
91
+ xs: "size-8",
92
+ md: "size-[50px]"
93
+ },
94
+ state: {
95
+ pending: "",
96
+ inProgress: "",
97
+ completed: "",
98
+ error: ""
99
+ },
100
+ isDisabled: {
101
+ true: "",
102
+ false: ""
103
+ },
104
+ isHovered: {
105
+ true: "",
106
+ false: ""
107
+ },
108
+ isPressed: {
109
+ true: "",
110
+ false: ""
27
111
  }
28
- ),
29
- n === "range" && /* @__PURE__ */ l.jsxs(
30
- "div",
31
- {
32
- className: "absolute top-4 text-sm text-neutral-900",
33
- style: { left: `${r.getThumbPercent(1) * 100}%`, transform: "translateX(-50%)" },
34
- children: [
35
- r.values[1],
36
- (e == null ? void 0 : e.right) || c
37
- ]
38
- }
39
- )
40
- ] }) : null,
41
- /* @__PURE__ */ l.jsx(
42
- "div",
43
- {
44
- className: P("absolute top-1/2 h-2 w-full -translate-y-1/2 rounded-full bg-primary-100", m)
112
+ },
113
+ compoundVariants: [...e, ...t, ...r]
114
+ }
115
+ ), l = s("leading-5 tracking-wide font-normal text-black", {
116
+ variants: {
117
+ size: {
118
+ xs: "text-sm",
119
+ md: "text-md"
45
120
  }
46
- ),
47
- /* @__PURE__ */ l.jsx(
48
- "div",
49
- {
50
- className: P("absolute top-1/2 h-2 -translate-y-1/2 rounded-full bg-primary-500", a),
51
- style: {
52
- width: `${n === "range" ? r.getThumbPercent(1) * 100 - r.getThumbPercent(0) * 100 : r.getThumbPercent(0) * 100}%`,
53
- left: n === "range" ? `${r.getThumbPercent(0) * 100}%` : "0%"
54
- }
121
+ }
122
+ }), d = s("flex items-center justify-center", {
123
+ variants: {
124
+ size: {
125
+ xs: "text-base size-4",
126
+ md: "text-lg size-[18px]"
127
+ },
128
+ state: {
129
+ pending: "text-neutral-50",
130
+ inProgress: "text-neutral-50",
131
+ completed: "text-neutral-50",
132
+ error: "text-neutral-50"
133
+ },
134
+ isHovered: {
135
+ true: "",
136
+ false: ""
55
137
  }
56
- ),
57
- n === "range" ? /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
58
- /* @__PURE__ */ l.jsx(
59
- j,
60
- {
61
- index: 0,
62
- valuePercent: r.getThumbPercent(0),
63
- value: r.values[0],
64
- suffix: (e == null ? void 0 : e.left) || c,
65
- modeTooltip: b,
66
- positionTooltip: h,
67
- showTypeValue: t,
68
- isHiddenValue: v,
69
- classNameThumb: d
70
- }
71
- ),
72
- /* @__PURE__ */ l.jsx(
73
- j,
74
- {
75
- index: 1,
76
- valuePercent: r.getThumbPercent(1),
77
- value: r.values[1],
78
- suffix: (e == null ? void 0 : e.right) || c,
79
- modeTooltip: b,
80
- positionTooltip: h,
81
- showTypeValue: t,
82
- isHiddenValue: v,
83
- classNameThumb: d
84
- }
85
- )
86
- ] }) : /* @__PURE__ */ l.jsx(
87
- j,
138
+ },
139
+ compoundVariants: [
88
140
  {
89
- index: 0,
90
- valuePercent: r.getThumbPercent(0),
91
- value: r.values[0],
92
- suffix: c,
93
- modeTooltip: b,
94
- positionTooltip: h,
95
- showTypeValue: t,
96
- isHiddenValue: v,
97
- classNameThumb: d
141
+ state: "error",
142
+ isHovered: !0,
143
+ class: "text-error-600"
98
144
  }
99
- )
100
- ] });
145
+ ]
146
+ });
101
147
  export {
102
- T as SliderContainerTrack
148
+ d as iconVariants,
149
+ l as labelVariants,
150
+ i as stepVariants
103
151
  };
@@ -1,15 +1,21 @@
1
- const o = (e, g, r = 1) => {
2
- if (g === "range" && Array.isArray(e) && e.length === 2) {
3
- const [t, f] = e;
4
- if (f - t < r) {
5
- if (t > f - r)
6
- return [f - r, f];
7
- if (f < t + r)
8
- return [t, t + r];
9
- }
10
- }
11
- return e;
12
- };
1
+ import { j as t } from "./index.es40.js";
2
+ import { cn as c } from "./index.es41.js";
3
+ const i = ({
4
+ label: e,
5
+ description: x,
6
+ errorMessage: s,
7
+ isDisabled: l,
8
+ isInvalid: r,
9
+ children: n,
10
+ renderLabelIcon: m
11
+ }) => !e && !x && !n ? null : /* @__PURE__ */ t.jsxs("div", { className: "flex flex-col", children: [
12
+ e ? /* @__PURE__ */ t.jsxs("div", { className: "flex items-center gap-x-1", children: [
13
+ /* @__PURE__ */ t.jsx("p", { className: c("text-sm font-semibold", l ? "text-neutral-600" : "text-neutral-900"), children: e }),
14
+ m ? /* @__PURE__ */ t.jsx(t.Fragment, { children: m }) : null
15
+ ] }) : n,
16
+ x && !s && /* @__PURE__ */ t.jsx("p", { className: c("text-xs", l ? "text-neutral-600" : "text-neutral-800"), children: x }),
17
+ r && s && /* @__PURE__ */ t.jsx("p", { className: "text-sm text-red-500", children: s })
18
+ ] });
13
19
  export {
14
- o as validateMinDistance
20
+ i as ContentSwitch
15
21
  };
package/dist/index.es8.js CHANGED
@@ -3,9 +3,9 @@ import { parseColor as h } from "@react-stately/color";
3
3
  import { useState as a, useEffect as w } from "react";
4
4
  import { ColorPicker as L, Label as R, DialogTrigger as T, Button as W, ColorSwatch as $, Popover as q, Dialog as G } from "react-aria-components";
5
5
  import { cn as J } from "./index.es41.js";
6
- import { ColorArea as K } from "./index.es63.js";
7
- import { ColorField as M } from "./index.es64.js";
8
- import { ColorSlider as Q } from "./index.es65.js";
6
+ import { ColorArea as K } from "./index.es64.js";
7
+ import { ColorField as M } from "./index.es65.js";
8
+ import { ColorSlider as Q } from "./index.es66.js";
9
9
  const ne = (v) => {
10
10
  const {
11
11
  value: l,
@@ -1,21 +1,22 @@
1
- import { j as t } from "./index.es40.js";
2
- import { cn as c } from "./index.es41.js";
3
- const i = ({
4
- label: e,
5
- description: x,
6
- errorMessage: s,
7
- isDisabled: l,
8
- isInvalid: r,
9
- children: n,
10
- renderLabelIcon: m
11
- }) => !e && !x && !n ? null : /* @__PURE__ */ t.jsxs("div", { className: "flex flex-col", children: [
12
- e ? /* @__PURE__ */ t.jsxs("div", { className: "flex items-center gap-x-1", children: [
13
- /* @__PURE__ */ t.jsx("p", { className: c("text-sm font-semibold", l ? "text-neutral-600" : "text-neutral-900"), children: e }),
14
- m ? /* @__PURE__ */ t.jsx(t.Fragment, { children: m }) : null
15
- ] }) : n,
16
- x && !s && /* @__PURE__ */ t.jsx("p", { className: c("text-xs", l ? "text-neutral-600" : "text-neutral-800"), children: x }),
17
- r && s && /* @__PURE__ */ t.jsx("p", { className: "text-sm text-red-500", children: s })
18
- ] });
1
+ import { j as i } from "./index.es40.js";
2
+ import { cn as m } from "./index.es41.js";
3
+ import { indicatorVariants as n } from "./index.es61.js";
4
+ const c = ({ isSelected: r, isDisabled: o, isHovered: f, size: a, dimensions: t }) => /* @__PURE__ */ i.jsx(
5
+ "div",
6
+ {
7
+ className: m(
8
+ n({
9
+ isSelected: r,
10
+ isDisabled: o,
11
+ size: a,
12
+ isHoveredWhenOff: f && !r
13
+ })
14
+ ),
15
+ style: {
16
+ left: r ? `${t.onLeft}px` : `${t.offLeft}px`
17
+ }
18
+ }
19
+ );
19
20
  export {
20
- i as ContentSwitch
21
+ c as SwitchIndicator
21
22
  };
@@ -1,22 +1,12 @@
1
- import { j as i } from "./index.es40.js";
2
- import { cn as m } from "./index.es41.js";
3
- import { indicatorVariants as n } from "./index.es61.js";
4
- const c = ({ isSelected: r, isDisabled: o, isHovered: f, size: a, dimensions: t }) => /* @__PURE__ */ i.jsx(
5
- "div",
6
- {
7
- className: m(
8
- n({
9
- isSelected: r,
10
- isDisabled: o,
11
- size: a,
12
- isHoveredWhenOff: f && !r
13
- })
14
- ),
15
- style: {
16
- left: r ? `${t.onLeft}px` : `${t.offLeft}px`
17
- }
18
- }
19
- );
1
+ import { j as p } from "./index.es40.js";
2
+ import { useRef as f } from "react";
3
+ import { useTab as u } from "react-aria";
4
+ import { cn as x } from "./index.es41.js";
5
+ import { tabVariants as y } from "./index.es83.js";
6
+ const D = (t) => {
7
+ const { className: i, item: r, orientation: n, state: s, id: a = void 0 } = t, { key: e, rendered: c } = r, m = s.selectedKey === e, d = s.disabledKeys.has(e) || (s == null ? void 0 : s.isDisabled), o = f(null), { tabProps: l } = u({ key: String(e) }, s, o), b = x(y({ isActive: m, orientation: n, isDisabledTab: d }), i);
8
+ return /* @__PURE__ */ p.jsx("div", { ...l, ref: o, className: b, id: a, children: c });
9
+ };
20
10
  export {
21
- c as SwitchIndicator
11
+ D as Tab
22
12
  };
@@ -1,12 +1,12 @@
1
- import { j as p } from "./index.es40.js";
2
- import { useRef as f } from "react";
3
- import { useTab as u } from "react-aria";
4
- import { cn as x } from "./index.es41.js";
5
- import { tabVariants as y } from "./index.es84.js";
6
- const D = (t) => {
7
- const { className: i, item: r, orientation: n, state: s, id: a = void 0 } = t, { key: e, rendered: c } = r, m = s.selectedKey === e, d = s.disabledKeys.has(e) || (s == null ? void 0 : s.isDisabled), o = f(null), { tabProps: l } = u({ key: String(e) }, s, o), b = x(y({ isActive: m, orientation: n, isDisabledTab: d }), i);
8
- return /* @__PURE__ */ p.jsx("div", { ...l, ref: o, className: b, id: a, children: c });
1
+ import { j as m } from "./index.es40.js";
2
+ import { useRef as l } from "react";
3
+ import { useTabPanel as p } from "react-aria";
4
+ import { cn as i } from "./index.es41.js";
5
+ const P = (r) => {
6
+ var t;
7
+ const { className: o, state: s, ...n } = r, e = l(null), { tabPanelProps: a } = p(n, s, e), c = i("", o);
8
+ return /* @__PURE__ */ m.jsx("div", { ...a, ref: e, className: c, children: (t = s.selectedItem) == null ? void 0 : t.props.children });
9
9
  };
10
10
  export {
11
- D as Tab
11
+ P as TabPanel
12
12
  };
@@ -1,12 +1,47 @@
1
- import { j as m } from "./index.es40.js";
2
- import { useRef as l } from "react";
3
- import { useTabPanel as p } from "react-aria";
4
- import { cn as i } from "./index.es41.js";
5
- const P = (r) => {
6
- var t;
7
- const { className: o, state: s, ...n } = r, e = l(null), { tabPanelProps: a } = p(n, s, e), c = i("", o);
8
- return /* @__PURE__ */ m.jsx("div", { ...a, ref: e, className: c, children: (t = s.selectedItem) == null ? void 0 : t.props.children });
9
- };
1
+ import { cva as r } from "class-variance-authority";
2
+ const t = r("flex h-full max-h-12", {
3
+ variants: {
4
+ orientation: {
5
+ horizontal: "flex-col",
6
+ vertical: "flex-row"
7
+ }
8
+ }
9
+ }), a = r(
10
+ "group inline-flex cursor-pointer items-center px-4 py-3 text-sm font-semibold focus-visible:outline-none",
11
+ {
12
+ variants: {
13
+ isActive: {
14
+ true: "bg-primary-50 text-primary-500 ",
15
+ false: "text-primary-300 hover:text-primary-500 hover:border-primary-500"
16
+ },
17
+ isDisabledTab: {
18
+ true: "",
19
+ false: ""
20
+ },
21
+ orientation: {
22
+ horizontal: "border-b-2 border-transparent",
23
+ vertical: "border-r-2 border-transparent"
24
+ }
25
+ },
26
+ compoundVariants: [
27
+ {
28
+ isDisabledTab: !0,
29
+ orientation: "horizontal",
30
+ class: "border-b-2 cursor-not-allowed !border-neutral-600 !text-neutral-600 bg-neutral-200"
31
+ },
32
+ {
33
+ isDisabledTab: !0,
34
+ orientation: "vertical",
35
+ class: "border-r-2 cursor-not-allowed !border-neutral-600 !text-neutral-600 bg-neutral-200"
36
+ },
37
+ { isActive: !0, orientation: "horizontal", class: "border-b-2 border-primary-500" },
38
+ { isActive: !1, orientation: "horizontal", class: "border-b-2 border-primary-300" },
39
+ { isActive: !1, orientation: "vertical", class: "border-r-2 border-primary-200" },
40
+ { isActive: !0, orientation: "vertical", class: "border-r-2 border-primary-500" }
41
+ ]
42
+ }
43
+ );
10
44
  export {
11
- P as TabPanel
45
+ a as tabVariants,
46
+ t as tabsVariants
12
47
  };