@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.
- package/dist/components/InvisibleDatepicker/types.d.ts +4 -0
- package/dist/index.cjs106.js +1 -1
- package/dist/index.cjs107.js +1 -1
- package/dist/index.cjs108.js +1 -1
- package/dist/index.cjs109.js +1 -1
- package/dist/index.cjs110.js +1 -1
- package/dist/index.cjs111.js +1 -1
- package/dist/index.cjs112.js +1 -1
- package/dist/index.cjs12.js +1 -1
- package/dist/index.cjs22.js +1 -1
- package/dist/index.cjs24.js +1 -1
- package/dist/index.cjs27.js +1 -1
- package/dist/index.cjs29.js +1 -1
- package/dist/index.cjs33.js +1 -1
- package/dist/index.cjs34.js +1 -1
- package/dist/index.cjs35.js +1 -1
- package/dist/index.cjs36.js +1 -1
- package/dist/index.cjs52.js +1 -1
- package/dist/index.cjs6.js +1 -1
- package/dist/index.cjs63.js +1 -1
- package/dist/index.cjs64.js +1 -1
- package/dist/index.cjs65.js +1 -1
- package/dist/index.cjs66.js +1 -1
- package/dist/index.cjs68.js +1 -1
- package/dist/index.cjs69.js +1 -1
- package/dist/index.cjs70.js +1 -1
- package/dist/index.cjs71.js +1 -1
- package/dist/index.cjs72.js +1 -1
- package/dist/index.cjs74.js +1 -1
- package/dist/index.cjs75.js +1 -1
- package/dist/index.cjs76.js +1 -1
- package/dist/index.cjs77.js +1 -1
- package/dist/index.cjs78.js +1 -1
- package/dist/index.cjs79.js +1 -1
- package/dist/index.cjs8.js +1 -1
- package/dist/index.cjs80.js +1 -1
- package/dist/index.cjs81.js +1 -1
- package/dist/index.cjs82.js +1 -1
- package/dist/index.cjs83.js +1 -1
- package/dist/index.cjs84.js +1 -1
- package/dist/index.es106.js +57 -4
- package/dist/index.es107.js +6 -28
- package/dist/index.es108.js +28 -4
- package/dist/index.es109.js +2 -8
- package/dist/index.es110.js +8 -340
- package/dist/index.es111.js +336 -162
- package/dist/index.es112.js +161 -52
- package/dist/index.es12.js +1 -1
- package/dist/index.es22.js +1 -1
- package/dist/index.es24.js +2 -2
- package/dist/index.es27.js +1 -1
- package/dist/index.es29.js +2 -2
- package/dist/index.es33.js +3 -3
- package/dist/index.es34.js +2 -2
- package/dist/index.es35.js +3 -3
- package/dist/index.es36.js +1 -1
- package/dist/index.es52.js +12 -7
- package/dist/index.es6.js +1 -1
- package/dist/index.es63.js +28 -16
- package/dist/index.es64.js +15 -14
- package/dist/index.es65.js +14 -13
- package/dist/index.es66.js +14 -28
- package/dist/index.es68.js +163 -10
- package/dist/index.es69.js +10 -10
- package/dist/index.es70.js +13 -12
- package/dist/index.es71.js +10 -13
- package/dist/index.es72.js +12 -163
- package/dist/index.es74.js +97 -36
- package/dist/index.es75.js +13 -7
- package/dist/index.es76.js +7 -18
- package/dist/index.es77.js +15 -146
- package/dist/index.es78.js +144 -96
- package/dist/index.es79.js +19 -13
- package/dist/index.es8.js +3 -3
- package/dist/index.es80.js +20 -19
- package/dist/index.es81.js +10 -20
- package/dist/index.es82.js +9 -9
- package/dist/index.es83.js +45 -10
- package/dist/index.es84.js +25 -30
- package/dist/stories/Datepicker.stories.d.ts +1 -0
- package/dist/style.css +9 -0
- package/package.json +1 -1
package/dist/index.es68.js
CHANGED
|
@@ -1,12 +1,165 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { cva as e } from "class-variance-authority";
|
|
2
|
+
const t = [
|
|
3
|
+
{
|
|
4
|
+
intent: "primary",
|
|
5
|
+
isHovered: !0,
|
|
6
|
+
isDisabled: !1,
|
|
7
|
+
isActive: !1,
|
|
8
|
+
class: "bg-primary-100"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
intent: "secondary",
|
|
12
|
+
isHovered: !0,
|
|
13
|
+
isDisabled: !1,
|
|
14
|
+
isActive: !1,
|
|
15
|
+
class: "bg-primary-500 text-primary-50"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
intent: "minimal",
|
|
19
|
+
isHovered: !0,
|
|
20
|
+
isDisabled: !1,
|
|
21
|
+
isActive: !1,
|
|
22
|
+
class: "bg-neutral-200 text-neutral-800"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
intent: "error",
|
|
26
|
+
isHovered: !0,
|
|
27
|
+
isDisabled: !1,
|
|
28
|
+
isActive: !1,
|
|
29
|
+
class: "bg-error-100"
|
|
30
|
+
}
|
|
31
|
+
], r = [
|
|
32
|
+
{
|
|
33
|
+
intent: "primary",
|
|
34
|
+
isActive: !0,
|
|
35
|
+
isDisabled: !1,
|
|
36
|
+
class: "bg-primary-500 text-primary-50"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
intent: "primary",
|
|
40
|
+
isActive: !0,
|
|
41
|
+
isDisabled: !0,
|
|
42
|
+
class: "bg-primary-300 text-primary-100"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
intent: "secondary",
|
|
46
|
+
isActive: !0,
|
|
47
|
+
isDisabled: !1,
|
|
48
|
+
class: "bg-primary-500 text-primary-50"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
intent: "secondary",
|
|
52
|
+
isActive: !0,
|
|
53
|
+
isDisabled: !0,
|
|
54
|
+
class: "bg-primary-100 text-primary-300"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
intent: "minimal",
|
|
58
|
+
isActive: !0,
|
|
59
|
+
isDisabled: !1,
|
|
60
|
+
class: "text-primary-500"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
intent: "minimal",
|
|
64
|
+
isActive: !0,
|
|
65
|
+
isDisabled: !0,
|
|
66
|
+
class: "text-neutral-700"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
intent: "error",
|
|
70
|
+
isActive: !0,
|
|
71
|
+
isDisabled: !1,
|
|
72
|
+
class: "bg-error-700 text-error-50"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
intent: "error",
|
|
76
|
+
isActive: !0,
|
|
77
|
+
isDisabled: !0,
|
|
78
|
+
class: "bg-error-300 text-error-100"
|
|
79
|
+
}
|
|
80
|
+
], i = [
|
|
81
|
+
{
|
|
82
|
+
intent: "primary",
|
|
83
|
+
isDisabled: !0,
|
|
84
|
+
isActive: !1,
|
|
85
|
+
class: "text-neutral-600"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
intent: "primary",
|
|
89
|
+
isDisabled: !0,
|
|
90
|
+
isActive: !0,
|
|
91
|
+
class: "bg-primary-300 text-primary-100"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
intent: "secondary",
|
|
95
|
+
isDisabled: !0,
|
|
96
|
+
isActive: !1,
|
|
97
|
+
class: "bg-neutral-400 text-neutral-600"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
intent: "secondary",
|
|
101
|
+
isDisabled: !0,
|
|
102
|
+
isActive: !0,
|
|
103
|
+
class: "bg-primary-100 text-primary-300"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
intent: "minimal",
|
|
107
|
+
isDisabled: !0,
|
|
108
|
+
isActive: !1,
|
|
109
|
+
class: "text-neutral-600"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
intent: "minimal",
|
|
113
|
+
isDisabled: !0,
|
|
114
|
+
isActive: !0,
|
|
115
|
+
class: "text-neutral-700"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
intent: "error",
|
|
119
|
+
isDisabled: !0,
|
|
120
|
+
isActive: !1,
|
|
121
|
+
class: "text-neutral-600"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
intent: "error",
|
|
125
|
+
isDisabled: !0,
|
|
126
|
+
isActive: !0,
|
|
127
|
+
class: "bg-error-300 text-primary-100"
|
|
128
|
+
}
|
|
129
|
+
], a = e(
|
|
130
|
+
"inline-flex items-center justify-center rounded-lg border border-transparent transition duration-150 ease-in-out focus:outline-none",
|
|
131
|
+
{
|
|
132
|
+
variants: {
|
|
133
|
+
intent: {
|
|
134
|
+
primary: "bg-transparent text-primary-500",
|
|
135
|
+
secondary: "bg-primary-200 text-primary-500",
|
|
136
|
+
minimal: "bg-transparent text-neutral-700",
|
|
137
|
+
error: "bg-transparent text-error-500"
|
|
138
|
+
},
|
|
139
|
+
size: {
|
|
140
|
+
xxs: "p-1",
|
|
141
|
+
xs: "p-2",
|
|
142
|
+
sm: "p-2.5",
|
|
143
|
+
md: "p-3",
|
|
144
|
+
lg: "p-4"
|
|
145
|
+
},
|
|
146
|
+
isDisabled: {
|
|
147
|
+
true: "pointer-events-none cursor-not-allowed"
|
|
148
|
+
},
|
|
149
|
+
isHovered: {
|
|
150
|
+
true: ""
|
|
151
|
+
},
|
|
152
|
+
isActive: {
|
|
153
|
+
true: ""
|
|
154
|
+
},
|
|
155
|
+
isFocused: {
|
|
156
|
+
false: "",
|
|
157
|
+
true: "focus:outline-none focus:ring-offset-2 outline-none ring-2 ring-sky-400"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
compoundVariants: [...t, ...r, ...i]
|
|
161
|
+
}
|
|
162
|
+
);
|
|
10
163
|
export {
|
|
11
|
-
|
|
164
|
+
a as buttonVariants
|
|
12
165
|
};
|
package/dist/index.es69.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { j as d } from "./index.es40.js";
|
|
2
|
+
import { forwardRef as p } from "react";
|
|
3
|
+
import { cn as f } from "./index.es41.js";
|
|
4
|
+
import { overlayVariants as v } from "./index.es103.js";
|
|
5
|
+
const y = (e, a) => {
|
|
6
|
+
const { zIndex: s = 200, opacity: t = "md", blur: o = "sm", children: m, className: c, center: r = !0, fixed: i, ...n } = e, l = f(v({ opacity: t, fixed: i, center: r, blur: o }), `z-[${s}]`, c);
|
|
7
|
+
return /* @__PURE__ */ d.jsx("div", { ref: a, className: l, "data-center": r || void 0, ...n, children: m });
|
|
8
|
+
}, x = p(y);
|
|
9
|
+
x.displayName = "Overlay";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
x as Overlay
|
|
12
12
|
};
|
package/dist/index.es70.js
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
1
|
+
import { useState as r, useEffect as c } from "react";
|
|
2
|
+
function d(e, t = 300) {
|
|
3
|
+
const [u, o] = r(e);
|
|
4
|
+
return c(() => {
|
|
5
|
+
const n = setTimeout(() => {
|
|
6
|
+
o(e);
|
|
7
|
+
}, t);
|
|
8
|
+
return () => {
|
|
9
|
+
clearTimeout(n);
|
|
10
|
+
};
|
|
11
|
+
}, [e, t]), u;
|
|
12
|
+
}
|
|
12
13
|
export {
|
|
13
|
-
|
|
14
|
+
d as useDebouncedValue
|
|
14
15
|
};
|
package/dist/index.es71.js
CHANGED
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
};
|
|
11
|
-
}, [e, t]), u;
|
|
12
|
-
}
|
|
1
|
+
import { j as n } from "./index.es40.js";
|
|
2
|
+
import { cn as x } from "./index.es41.js";
|
|
3
|
+
const m = ({
|
|
4
|
+
description: t,
|
|
5
|
+
descriptionClasses: i,
|
|
6
|
+
errorMessage: r,
|
|
7
|
+
errorClasses: s,
|
|
8
|
+
isInvalidField: e
|
|
9
|
+
}) => t && !e ? /* @__PURE__ */ n.jsx("div", { slot: "description", className: x("text-xs leading-3 text-neutral-700", i), children: t }) : r && e ? /* @__PURE__ */ n.jsx("div", { className: x("text-xs leading-3 text-error-500", s), children: r }) : null;
|
|
13
10
|
export {
|
|
14
|
-
|
|
11
|
+
m as CaptionNumberField
|
|
15
12
|
};
|
package/dist/index.es72.js
CHANGED
|
@@ -1,165 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
isHovered: !0,
|
|
13
|
-
isDisabled: !1,
|
|
14
|
-
isActive: !1,
|
|
15
|
-
class: "bg-primary-500 text-primary-50"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
intent: "minimal",
|
|
19
|
-
isHovered: !0,
|
|
20
|
-
isDisabled: !1,
|
|
21
|
-
isActive: !1,
|
|
22
|
-
class: "bg-neutral-200 text-neutral-800"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
intent: "error",
|
|
26
|
-
isHovered: !0,
|
|
27
|
-
isDisabled: !1,
|
|
28
|
-
isActive: !1,
|
|
29
|
-
class: "bg-error-100"
|
|
30
|
-
}
|
|
31
|
-
], r = [
|
|
32
|
-
{
|
|
33
|
-
intent: "primary",
|
|
34
|
-
isActive: !0,
|
|
35
|
-
isDisabled: !1,
|
|
36
|
-
class: "bg-primary-500 text-primary-50"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
intent: "primary",
|
|
40
|
-
isActive: !0,
|
|
41
|
-
isDisabled: !0,
|
|
42
|
-
class: "bg-primary-300 text-primary-100"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
intent: "secondary",
|
|
46
|
-
isActive: !0,
|
|
47
|
-
isDisabled: !1,
|
|
48
|
-
class: "bg-primary-500 text-primary-50"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
intent: "secondary",
|
|
52
|
-
isActive: !0,
|
|
53
|
-
isDisabled: !0,
|
|
54
|
-
class: "bg-primary-100 text-primary-300"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
intent: "minimal",
|
|
58
|
-
isActive: !0,
|
|
59
|
-
isDisabled: !1,
|
|
60
|
-
class: "text-primary-500"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
intent: "minimal",
|
|
64
|
-
isActive: !0,
|
|
65
|
-
isDisabled: !0,
|
|
66
|
-
class: "text-neutral-700"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
intent: "error",
|
|
70
|
-
isActive: !0,
|
|
71
|
-
isDisabled: !1,
|
|
72
|
-
class: "bg-error-700 text-error-50"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
intent: "error",
|
|
76
|
-
isActive: !0,
|
|
77
|
-
isDisabled: !0,
|
|
78
|
-
class: "bg-error-300 text-error-100"
|
|
79
|
-
}
|
|
80
|
-
], i = [
|
|
81
|
-
{
|
|
82
|
-
intent: "primary",
|
|
83
|
-
isDisabled: !0,
|
|
84
|
-
isActive: !1,
|
|
85
|
-
class: "text-neutral-600"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
intent: "primary",
|
|
89
|
-
isDisabled: !0,
|
|
90
|
-
isActive: !0,
|
|
91
|
-
class: "bg-primary-300 text-primary-100"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
intent: "secondary",
|
|
95
|
-
isDisabled: !0,
|
|
96
|
-
isActive: !1,
|
|
97
|
-
class: "bg-neutral-400 text-neutral-600"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
intent: "secondary",
|
|
101
|
-
isDisabled: !0,
|
|
102
|
-
isActive: !0,
|
|
103
|
-
class: "bg-primary-100 text-primary-300"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
intent: "minimal",
|
|
107
|
-
isDisabled: !0,
|
|
108
|
-
isActive: !1,
|
|
109
|
-
class: "text-neutral-600"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
intent: "minimal",
|
|
113
|
-
isDisabled: !0,
|
|
114
|
-
isActive: !0,
|
|
115
|
-
class: "text-neutral-700"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
intent: "error",
|
|
119
|
-
isDisabled: !0,
|
|
120
|
-
isActive: !1,
|
|
121
|
-
class: "text-neutral-600"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
intent: "error",
|
|
125
|
-
isDisabled: !0,
|
|
126
|
-
isActive: !0,
|
|
127
|
-
class: "bg-error-300 text-primary-100"
|
|
128
|
-
}
|
|
129
|
-
], a = e(
|
|
130
|
-
"inline-flex items-center justify-center rounded-lg border border-transparent transition duration-150 ease-in-out focus:outline-none",
|
|
131
|
-
{
|
|
132
|
-
variants: {
|
|
133
|
-
intent: {
|
|
134
|
-
primary: "bg-transparent text-primary-500",
|
|
135
|
-
secondary: "bg-primary-200 text-primary-500",
|
|
136
|
-
minimal: "bg-transparent text-neutral-700",
|
|
137
|
-
error: "bg-transparent text-error-500"
|
|
138
|
-
},
|
|
139
|
-
size: {
|
|
140
|
-
xxs: "p-1",
|
|
141
|
-
xs: "p-2",
|
|
142
|
-
sm: "p-2.5",
|
|
143
|
-
md: "p-3",
|
|
144
|
-
lg: "p-4"
|
|
145
|
-
},
|
|
146
|
-
isDisabled: {
|
|
147
|
-
true: "pointer-events-none cursor-not-allowed"
|
|
148
|
-
},
|
|
149
|
-
isHovered: {
|
|
150
|
-
true: ""
|
|
151
|
-
},
|
|
152
|
-
isActive: {
|
|
153
|
-
true: ""
|
|
154
|
-
},
|
|
155
|
-
isFocused: {
|
|
156
|
-
false: "",
|
|
157
|
-
true: "focus:outline-none focus:ring-offset-2 outline-none ring-2 ring-sky-400"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
compoundVariants: [...t, ...r, ...i]
|
|
161
|
-
}
|
|
162
|
-
);
|
|
1
|
+
import { j as e } from "./index.es40.js";
|
|
2
|
+
import { UpChevronIcon as n, DownChevronIcon as o } from "./index.es42.js";
|
|
3
|
+
import { Button as s } from "react-aria-components";
|
|
4
|
+
import { cn as c } from "./index.es41.js";
|
|
5
|
+
const x = ({ isDisabled: r }) => {
|
|
6
|
+
const t = c("flex items-center justify-center", r ? "text-neutral-600" : "text-primary-500");
|
|
7
|
+
return /* @__PURE__ */ e.jsxs("div", { className: "absolute inset-y-0 right-0 flex flex-col items-center justify-center space-y-0.5 pr-2", children: [
|
|
8
|
+
/* @__PURE__ */ e.jsx(s, { slot: "increment", className: t, children: /* @__PURE__ */ e.jsx(n, { className: "size-3.5" }) }),
|
|
9
|
+
/* @__PURE__ */ e.jsx(s, { slot: "decrement", className: t, children: /* @__PURE__ */ e.jsx(o, { className: "size-3.5" }) })
|
|
10
|
+
] });
|
|
11
|
+
};
|
|
163
12
|
export {
|
|
164
|
-
|
|
13
|
+
x as StepperButton
|
|
165
14
|
};
|
package/dist/index.es74.js
CHANGED
|
@@ -1,42 +1,103 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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.es106.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
|
+
]
|
|
24
27
|
}
|
|
25
|
-
|
|
26
|
-
|
|
28
|
+
),
|
|
29
|
+
n === "range" && /* @__PURE__ */ l.jsxs(
|
|
30
|
+
"div",
|
|
27
31
|
{
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
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)
|
|
45
|
+
}
|
|
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
|
+
}
|
|
55
|
+
}
|
|
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,
|
|
32
74
|
{
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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
|
|
36
84
|
}
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
|
|
85
|
+
)
|
|
86
|
+
] }) : /* @__PURE__ */ l.jsx(
|
|
87
|
+
j,
|
|
88
|
+
{
|
|
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
|
|
98
|
+
}
|
|
99
|
+
)
|
|
100
|
+
] });
|
|
40
101
|
export {
|
|
41
|
-
|
|
102
|
+
T as SliderContainerTrack
|
|
42
103
|
};
|
package/dist/index.es75.js
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|
+
};
|
|
7
13
|
export {
|
|
8
|
-
|
|
14
|
+
o as validateMinDistance
|
|
9
15
|
};
|
package/dist/index.es76.js
CHANGED
|
@@ -1,20 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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]
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
plugins: [o, e]
|
|
17
|
-
};
|
|
1
|
+
import { getDefaultExportFromCjs as e } from "./index.es107.js";
|
|
2
|
+
import "./index.es108.js";
|
|
3
|
+
import { __exports as r } from "./index.es109.js";
|
|
4
|
+
let o = r;
|
|
5
|
+
var t = (o.__esModule ? o : { default: o }).default;
|
|
6
|
+
const a = /* @__PURE__ */ e(t);
|
|
18
7
|
export {
|
|
19
|
-
|
|
8
|
+
a as default
|
|
20
9
|
};
|