@simpli-route/apollo-ds 0.1.70 → 0.1.71
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/SearchField/types.d.ts +4 -0
- package/dist/index.cjs10.js +1 -1
- package/dist/index.cjs100.js +1 -1
- package/dist/index.cjs101.js +1 -1
- package/dist/index.cjs11.js +1 -1
- package/dist/index.cjs119.js +1 -1
- package/dist/index.cjs120.js +1 -1
- package/dist/index.cjs121.js +1 -1
- package/dist/index.cjs122.js +1 -1
- package/dist/index.cjs123.js +1 -1
- package/dist/index.cjs124.js +1 -1
- package/dist/index.cjs125.js +1 -1
- package/dist/index.cjs127.js +1 -1
- package/dist/index.cjs128.js +1 -1
- package/dist/index.cjs129.js +1 -1
- package/dist/index.cjs130.js +1 -1
- package/dist/index.cjs131.js +1 -1
- package/dist/index.cjs132.js +1 -1
- package/dist/index.cjs14.js +1 -1
- package/dist/index.cjs18.js +1 -1
- package/dist/index.cjs24.js +1 -1
- package/dist/index.cjs26.js +1 -1
- package/dist/index.cjs29.js +1 -1
- package/dist/index.cjs30.js +1 -1
- package/dist/index.cjs31.js +1 -1
- package/dist/index.cjs35.js +1 -1
- package/dist/index.cjs73.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.cjs80.js +1 -1
- package/dist/index.cjs81.js +1 -1
- package/dist/index.cjs82.js +1 -3
- package/dist/index.cjs83.js +1 -1
- package/dist/index.cjs84.js +3 -1
- package/dist/index.cjs85.js +1 -1
- package/dist/index.cjs86.js +1 -1
- package/dist/index.cjs87.js +1 -1
- package/dist/index.cjs88.js +1 -1
- package/dist/index.cjs89.js +1 -1
- package/dist/index.cjs90.js +1 -1
- package/dist/index.cjs91.js +1 -1
- package/dist/index.cjs92.js +1 -1
- package/dist/index.es10.js +3 -3
- package/dist/index.es100.js +1 -1
- package/dist/index.es101.js +1 -1
- package/dist/index.es11.js +1 -1
- package/dist/index.es119.js +30 -5
- package/dist/index.es120.js +4 -3
- package/dist/index.es121.js +4 -3
- package/dist/index.es122.js +3 -19
- package/dist/index.es123.js +18 -29
- package/dist/index.es124.js +57 -4
- package/dist/index.es125.js +4 -28
- package/dist/index.es127.js +4 -8
- package/dist/index.es128.js +27 -341
- package/dist/index.es129.js +2 -166
- package/dist/index.es130.js +8 -57
- package/dist/index.es131.js +340 -2
- package/dist/index.es132.js +166 -2
- package/dist/index.es14.js +1 -1
- package/dist/index.es18.js +1 -1
- package/dist/index.es24.js +1 -1
- package/dist/index.es26.js +2 -2
- package/dist/index.es29.js +50 -46
- package/dist/index.es30.js +2 -2
- package/dist/index.es31.js +2 -2
- package/dist/index.es35.js +3 -3
- package/dist/index.es73.js +16 -38
- package/dist/index.es74.js +14 -15
- package/dist/index.es75.js +13 -14
- package/dist/index.es76.js +38 -14
- package/dist/index.es77.js +10 -163
- package/dist/index.es78.js +12 -10
- package/dist/index.es79.js +10 -12
- package/dist/index.es80.js +163 -10
- package/dist/index.es81.js +101 -13
- package/dist/index.es82.js +11 -153
- package/dist/index.es83.js +13 -12
- package/dist/index.es84.js +155 -7
- package/dist/index.es85.js +12 -42
- package/dist/index.es86.js +7 -20
- package/dist/index.es87.js +42 -78
- package/dist/index.es88.js +20 -7
- package/dist/index.es89.js +78 -18
- package/dist/index.es90.js +7 -149
- package/dist/index.es91.js +16 -99
- package/dist/index.es92.js +147 -11
- package/package.json +1 -1
package/dist/index.es10.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.es48.js";
|
|
6
|
-
import { ColorArea as K } from "./index.
|
|
7
|
-
import { ColorField as M } from "./index.
|
|
8
|
-
import { ColorSlider as Q } from "./index.
|
|
6
|
+
import { ColorArea as K } from "./index.es73.js";
|
|
7
|
+
import { ColorField as M } from "./index.es74.js";
|
|
8
|
+
import { ColorSlider as Q } from "./index.es75.js";
|
|
9
9
|
const ne = (v) => {
|
|
10
10
|
const {
|
|
11
11
|
value: l,
|
package/dist/index.es100.js
CHANGED
package/dist/index.es101.js
CHANGED
package/dist/index.es11.js
CHANGED
|
@@ -4,7 +4,7 @@ import { useState as N } from "react";
|
|
|
4
4
|
import { useFilter as K, Button as Q, Select as T, Popover as U } from "react-aria-components";
|
|
5
5
|
import { cn as p } from "./index.es48.js";
|
|
6
6
|
import { Loader as W } from "./index.es23.js";
|
|
7
|
-
import { PopoverContent as X } from "./index.
|
|
7
|
+
import { PopoverContent as X } from "./index.es76.js";
|
|
8
8
|
import { selectInputPopoverVariants as Y } from "./index.es54.js";
|
|
9
9
|
import { filterButtonVariants as Z, filterButtonBadgeVariants as _ } from "./index.es55.js";
|
|
10
10
|
const $ = ({
|
package/dist/index.es119.js
CHANGED
|
@@ -1,7 +1,32 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { cva as l } from "class-variance-authority";
|
|
2
|
+
const e = l("absolute inset-0 z-[1000px] overflow-hidden", {
|
|
3
|
+
variants: {
|
|
4
|
+
opacity: {
|
|
5
|
+
sm: "bg-neutral-50/10",
|
|
6
|
+
md: "bg-neutral-50/20",
|
|
7
|
+
lg: "bg-neutral-50/30",
|
|
8
|
+
xl: "bg-neutral-50/50",
|
|
9
|
+
"2xl": "bg-neutral-50/60",
|
|
10
|
+
"3xl": "bg-neutral-50/75"
|
|
11
|
+
},
|
|
12
|
+
fixed: {
|
|
13
|
+
true: "fixed",
|
|
14
|
+
false: ""
|
|
15
|
+
},
|
|
16
|
+
center: {
|
|
17
|
+
true: "flex items-center justify-center",
|
|
18
|
+
false: ""
|
|
19
|
+
},
|
|
20
|
+
blur: {
|
|
21
|
+
sm: "backdrop-blur-sm",
|
|
22
|
+
md: "backdrop-blur-md",
|
|
23
|
+
lg: "backdrop-blur-lg",
|
|
24
|
+
xl: "backdrop-blur-xl",
|
|
25
|
+
"2xl": "backdrop-blur-2xl",
|
|
26
|
+
"3xl": "backdrop-blur-3xl"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
});
|
|
5
30
|
export {
|
|
6
|
-
|
|
31
|
+
e as overlayVariants
|
|
7
32
|
};
|
package/dist/index.es120.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { j as t } from "./index.es47.js";
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { CrossIcon as s } from "./index.es49.js";
|
|
3
|
+
import { IconButton as e } from "./index.es14.js";
|
|
4
|
+
const m = ({ icon: o, onPress: n, isDisabled: r }) => /* @__PURE__ */ t.jsx(e, { intent: "minimal", size: "xxs", "data-testid": "clear-icon-button", isDisabled: r, onPress: n, children: o ?? /* @__PURE__ */ t.jsx(s, { className: "size-5 text-neutral-700", "data-testid": "clear-icon" }) });
|
|
4
5
|
export {
|
|
5
|
-
|
|
6
|
+
m as ClearIconButton
|
|
6
7
|
};
|
package/dist/index.es121.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
1
|
+
import { j as t } from "./index.es47.js";
|
|
2
|
+
import { SearchIcon as e } from "./index.es49.js";
|
|
3
|
+
const s = ({ icon: r }) => r ?? /* @__PURE__ */ t.jsx(e, { className: "size-6 text-neutral-700", "data-testid": "search-icon" });
|
|
3
4
|
export {
|
|
4
|
-
|
|
5
|
+
s as SearchIcon
|
|
5
6
|
};
|
package/dist/index.es122.js
CHANGED
|
@@ -1,21 +1,5 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
import { searchOptionVariants as h } from "./index.es66.js";
|
|
4
|
-
const m = ({
|
|
5
|
-
items: a,
|
|
6
|
-
onItemSelect: l
|
|
7
|
-
}) => /* @__PURE__ */ t.jsx(n, { items: a, className: "max-h-60 overflow-auto outline-none", children: (o) => /* @__PURE__ */ t.jsx(
|
|
8
|
-
r,
|
|
9
|
-
{
|
|
10
|
-
id: o.id,
|
|
11
|
-
textValue: o.label,
|
|
12
|
-
className: ({ isDisabled: s, isSelected: i, isFocused: e }) => h({ isFocused: e, isSelected: i, isDisabled: s }),
|
|
13
|
-
onAction: l ? () => l(o.id) : void 0,
|
|
14
|
-
children: o.shouldHighlight ? /* @__PURE__ */ t.jsx("span", { children: o.highlightedParts.map(
|
|
15
|
-
(s, i) => s.highlight ? /* @__PURE__ */ t.jsx("span", { className: "font-bold text-neutral-900", children: s.text }, s.text + i) : s.text
|
|
16
|
-
) }) : o.label
|
|
17
|
-
}
|
|
18
|
-
) });
|
|
1
|
+
import { j as e } from "./index.es47.js";
|
|
2
|
+
const o = ({ text: t }) => /* @__PURE__ */ e.jsx("div", { className: "max-h-60 overflow-auto p-4 text-center text-sm text-neutral-600", children: t ?? "No results found" });
|
|
19
3
|
export {
|
|
20
|
-
|
|
4
|
+
o as NoResultsMessage
|
|
21
5
|
};
|
package/dist/index.es123.js
CHANGED
|
@@ -1,32 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
true: "flex items-center justify-center",
|
|
18
|
-
false: ""
|
|
19
|
-
},
|
|
20
|
-
blur: {
|
|
21
|
-
sm: "backdrop-blur-sm",
|
|
22
|
-
md: "backdrop-blur-md",
|
|
23
|
-
lg: "backdrop-blur-lg",
|
|
24
|
-
xl: "backdrop-blur-xl",
|
|
25
|
-
"2xl": "backdrop-blur-2xl",
|
|
26
|
-
"3xl": "backdrop-blur-3xl"
|
|
27
|
-
}
|
|
1
|
+
import { j as t } from "./index.es47.js";
|
|
2
|
+
import { ListBox as n, ListBoxItem as r } from "react-aria-components";
|
|
3
|
+
import { searchOptionVariants as h } from "./index.es66.js";
|
|
4
|
+
const m = ({
|
|
5
|
+
items: a,
|
|
6
|
+
onItemSelect: l
|
|
7
|
+
}) => /* @__PURE__ */ t.jsx(n, { items: a, className: "max-h-60 overflow-auto outline-none", children: (o) => /* @__PURE__ */ t.jsx(
|
|
8
|
+
r,
|
|
9
|
+
{
|
|
10
|
+
id: o.id,
|
|
11
|
+
textValue: o.label,
|
|
12
|
+
className: ({ isDisabled: s, isSelected: i, isFocused: e }) => h({ isFocused: e, isSelected: i, isDisabled: s }),
|
|
13
|
+
onAction: l ? () => l(o.id) : void 0,
|
|
14
|
+
children: o.shouldHighlight ? /* @__PURE__ */ t.jsx("span", { children: o.highlightedParts.map(
|
|
15
|
+
(s, i) => s.highlight ? /* @__PURE__ */ t.jsx("span", { className: "font-bold text-neutral-900", children: s.text }, s.text + i) : s.text
|
|
16
|
+
) }) : o.label
|
|
28
17
|
}
|
|
29
|
-
});
|
|
18
|
+
) });
|
|
30
19
|
export {
|
|
31
|
-
|
|
20
|
+
m as SearchListBox
|
|
32
21
|
};
|
package/dist/index.es124.js
CHANGED
|
@@ -1,6 +1,59 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
}
|
|
1
|
+
import { j as r } from "./index.es47.js";
|
|
2
|
+
import { SliderThumb as m } from "react-aria-components";
|
|
3
|
+
import { cn as i } from "./index.es48.js";
|
|
4
|
+
import { Tooltip as c } from "./index.es43.js";
|
|
5
|
+
import { TooltipTrigger as d } from "./index.es44.js";
|
|
6
|
+
const y = ({
|
|
7
|
+
index: o,
|
|
8
|
+
valuePercent: n,
|
|
9
|
+
value: a,
|
|
10
|
+
suffix: p,
|
|
11
|
+
modeTooltip: g,
|
|
12
|
+
positionTooltip: t,
|
|
13
|
+
showTypeValue: s,
|
|
14
|
+
classNameThumb: e,
|
|
15
|
+
isHiddenValue: l
|
|
16
|
+
}) => /* @__PURE__ */ r.jsx(
|
|
17
|
+
"div",
|
|
18
|
+
{
|
|
19
|
+
className: i("absolute", s === "tooltip" && !l ? "top-[-6px]" : "top-1/2"),
|
|
20
|
+
style: { left: `${n * 100}%`, transform: "translate(-50%, -50%)" },
|
|
21
|
+
children: s === "tooltip" && !l ? /* @__PURE__ */ r.jsxs(d, { closeDelay: 100, delay: 100, children: [
|
|
22
|
+
/* @__PURE__ */ r.jsx("div", { children: /* @__PURE__ */ r.jsx(
|
|
23
|
+
m,
|
|
24
|
+
{
|
|
25
|
+
index: o,
|
|
26
|
+
className: i(
|
|
27
|
+
"dragging:bg-primary-100 size-5 rounded-full bg-primary-500 outline-none ring-black transition focus-visible:ring-2",
|
|
28
|
+
e
|
|
29
|
+
)
|
|
30
|
+
}
|
|
31
|
+
) }),
|
|
32
|
+
/* @__PURE__ */ r.jsxs(
|
|
33
|
+
c,
|
|
34
|
+
{
|
|
35
|
+
mode: g,
|
|
36
|
+
placement: t,
|
|
37
|
+
size: "sm",
|
|
38
|
+
className: i("!text-sm", t === "top" ? "!mb-6" : "!mt-6"),
|
|
39
|
+
children: [
|
|
40
|
+
a,
|
|
41
|
+
p
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
)
|
|
45
|
+
] }) : /* @__PURE__ */ r.jsx(
|
|
46
|
+
m,
|
|
47
|
+
{
|
|
48
|
+
index: o,
|
|
49
|
+
className: i(
|
|
50
|
+
"dragging:bg-primary-100 size-5 rounded-full bg-primary-500 outline-none ring-black transition focus-visible:ring-2",
|
|
51
|
+
e
|
|
52
|
+
)
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
}
|
|
56
|
+
);
|
|
4
57
|
export {
|
|
5
|
-
|
|
58
|
+
y as SliderThumb
|
|
6
59
|
};
|
package/dist/index.es125.js
CHANGED
|
@@ -1,28 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import { __exports as s } from "./index.es136.js";
|
|
6
|
-
(function(t) {
|
|
7
|
-
Object.defineProperty(t, "__esModule", {
|
|
8
|
-
value: !0
|
|
9
|
-
}), Object.defineProperty(t, "default", {
|
|
10
|
-
enumerable: !0,
|
|
11
|
-
get: function() {
|
|
12
|
-
return f;
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
const o = /* @__PURE__ */ r(l), n = /* @__PURE__ */ r(s);
|
|
16
|
-
function r(e) {
|
|
17
|
-
return e && e.__esModule ? e : {
|
|
18
|
-
default: e
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
function f(...e) {
|
|
22
|
-
let [, ...u] = (0, n.default)(e[0]);
|
|
23
|
-
return (0, o.default)([
|
|
24
|
-
...e,
|
|
25
|
-
...u
|
|
26
|
-
]);
|
|
27
|
-
}
|
|
28
|
-
})(i);
|
|
1
|
+
var r = {};
|
|
2
|
+
export {
|
|
3
|
+
r as __exports
|
|
4
|
+
};
|
package/dist/index.es127.js
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
let e = a;
|
|
5
|
-
var o = (e.__esModule ? e : { default: e }).default;
|
|
6
|
-
const r = /* @__PURE__ */ t(o);
|
|
1
|
+
function e(t) {
|
|
2
|
+
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
3
|
+
}
|
|
7
4
|
export {
|
|
8
|
-
|
|
9
|
-
r as default
|
|
5
|
+
e as getDefaultExportFromCjs
|
|
10
6
|
};
|
package/dist/index.es128.js
CHANGED
|
@@ -1,342 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
let c = t(s);
|
|
14
|
-
return !c || c.includes("var(") ? i : c.replace("<alpha-value>", "1");
|
|
1
|
+
import { __exports as i } from "./index.es129.js";
|
|
2
|
+
import "./index.es133.js";
|
|
3
|
+
import "./index.es134.js";
|
|
4
|
+
import { __exports as l } from "./index.es135.js";
|
|
5
|
+
import { __exports as s } from "./index.es136.js";
|
|
6
|
+
(function(t) {
|
|
7
|
+
Object.defineProperty(t, "__esModule", {
|
|
8
|
+
value: !0
|
|
9
|
+
}), Object.defineProperty(t, "default", {
|
|
10
|
+
enumerable: !0,
|
|
11
|
+
get: function() {
|
|
12
|
+
return f;
|
|
15
13
|
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"[type='week']",
|
|
32
|
-
"[multiple]",
|
|
33
|
-
"textarea",
|
|
34
|
-
"select"
|
|
35
|
-
],
|
|
36
|
-
class: [".form-input", ".form-textarea", ".form-select", ".form-multiselect"],
|
|
37
|
-
styles: {
|
|
38
|
-
appearance: "none",
|
|
39
|
-
"background-color": "#fff",
|
|
40
|
-
"border-color": r(
|
|
41
|
-
t("colors.gray.500", o.gray[500]),
|
|
42
|
-
"--tw-border-opacity"
|
|
43
|
-
),
|
|
44
|
-
"border-width": f.DEFAULT,
|
|
45
|
-
"border-radius": u.none,
|
|
46
|
-
"padding-top": e[2],
|
|
47
|
-
"padding-right": e[3],
|
|
48
|
-
"padding-bottom": e[2],
|
|
49
|
-
"padding-left": e[3],
|
|
50
|
-
"font-size": C,
|
|
51
|
-
"line-height": $,
|
|
52
|
-
"--tw-shadow": "0 0 #0000",
|
|
53
|
-
"&:focus": {
|
|
54
|
-
outline: "2px solid transparent",
|
|
55
|
-
"outline-offset": "2px",
|
|
56
|
-
"--tw-ring-inset": "var(--tw-empty,/*!*/ /*!*/)",
|
|
57
|
-
"--tw-ring-offset-width": "0px",
|
|
58
|
-
"--tw-ring-offset-color": "#fff",
|
|
59
|
-
"--tw-ring-color": r(
|
|
60
|
-
t("colors.blue.600", o.blue[600]),
|
|
61
|
-
"--tw-ring-opacity"
|
|
62
|
-
),
|
|
63
|
-
"--tw-ring-offset-shadow": "var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)",
|
|
64
|
-
"--tw-ring-shadow": "var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)",
|
|
65
|
-
"box-shadow": "var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)",
|
|
66
|
-
"border-color": r(
|
|
67
|
-
t("colors.blue.600", o.blue[600]),
|
|
68
|
-
"--tw-border-opacity"
|
|
69
|
-
)
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
base: ["input::placeholder", "textarea::placeholder"],
|
|
75
|
-
class: [".form-input::placeholder", ".form-textarea::placeholder"],
|
|
76
|
-
styles: {
|
|
77
|
-
color: r(t("colors.gray.500", o.gray[500]), "--tw-text-opacity"),
|
|
78
|
-
opacity: "1"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
base: ["::-webkit-datetime-edit-fields-wrapper"],
|
|
83
|
-
class: [".form-input::-webkit-datetime-edit-fields-wrapper"],
|
|
84
|
-
styles: {
|
|
85
|
-
padding: "0"
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
// Unfortunate hack until https://bugs.webkit.org/show_bug.cgi?id=198959 is fixed.
|
|
90
|
-
// This sucks because users can't change line-height with a utility on date inputs now.
|
|
91
|
-
// Reference: https://github.com/twbs/bootstrap/pull/31993
|
|
92
|
-
base: ["::-webkit-date-and-time-value"],
|
|
93
|
-
class: [".form-input::-webkit-date-and-time-value"],
|
|
94
|
-
styles: {
|
|
95
|
-
"min-height": "1.5em"
|
|
96
|
-
}
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
// In Safari on iOS date and time inputs are centered instead of left-aligned and can't be
|
|
100
|
-
// changed with `text-align` utilities on the input by default. Resetting this to `inherit`
|
|
101
|
-
// makes them left-aligned by default and makes it possible to override the alignment with
|
|
102
|
-
// utility classes without using an arbitrary variant to target the pseudo-elements.
|
|
103
|
-
base: ["::-webkit-date-and-time-value"],
|
|
104
|
-
class: [".form-input::-webkit-date-and-time-value"],
|
|
105
|
-
styles: {
|
|
106
|
-
"text-align": "inherit"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
// In Safari on macOS date time inputs that are set to `display: block` have unexpected
|
|
111
|
-
// extra bottom spacing. This can be corrected by setting the `::-webkit-datetime-edit`
|
|
112
|
-
// pseudo-element to `display: inline-flex`, instead of the browser default of
|
|
113
|
-
// `display: inline-block`.
|
|
114
|
-
base: ["::-webkit-datetime-edit"],
|
|
115
|
-
class: [".form-input::-webkit-datetime-edit"],
|
|
116
|
-
styles: {
|
|
117
|
-
display: "inline-flex"
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
// In Safari on macOS date time inputs are 4px taller than normal inputs
|
|
122
|
-
// This is because there is extra padding on the datetime-edit and datetime-edit-{part}-field pseudo elements
|
|
123
|
-
// See https://github.com/tailwindlabs/tailwindcss-forms/issues/95
|
|
124
|
-
base: [
|
|
125
|
-
"::-webkit-datetime-edit",
|
|
126
|
-
"::-webkit-datetime-edit-year-field",
|
|
127
|
-
"::-webkit-datetime-edit-month-field",
|
|
128
|
-
"::-webkit-datetime-edit-day-field",
|
|
129
|
-
"::-webkit-datetime-edit-hour-field",
|
|
130
|
-
"::-webkit-datetime-edit-minute-field",
|
|
131
|
-
"::-webkit-datetime-edit-second-field",
|
|
132
|
-
"::-webkit-datetime-edit-millisecond-field",
|
|
133
|
-
"::-webkit-datetime-edit-meridiem-field"
|
|
134
|
-
],
|
|
135
|
-
class: [
|
|
136
|
-
".form-input::-webkit-datetime-edit",
|
|
137
|
-
".form-input::-webkit-datetime-edit-year-field",
|
|
138
|
-
".form-input::-webkit-datetime-edit-month-field",
|
|
139
|
-
".form-input::-webkit-datetime-edit-day-field",
|
|
140
|
-
".form-input::-webkit-datetime-edit-hour-field",
|
|
141
|
-
".form-input::-webkit-datetime-edit-minute-field",
|
|
142
|
-
".form-input::-webkit-datetime-edit-second-field",
|
|
143
|
-
".form-input::-webkit-datetime-edit-millisecond-field",
|
|
144
|
-
".form-input::-webkit-datetime-edit-meridiem-field"
|
|
145
|
-
],
|
|
146
|
-
styles: {
|
|
147
|
-
"padding-top": 0,
|
|
148
|
-
"padding-bottom": 0
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
base: ["select"],
|
|
153
|
-
class: [".form-select"],
|
|
154
|
-
styles: {
|
|
155
|
-
"background-image": `url("${d(
|
|
156
|
-
`<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"><path stroke="${g(
|
|
157
|
-
"colors.gray.500",
|
|
158
|
-
o.gray[500]
|
|
159
|
-
)}" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 8l4 4 4-4"/></svg>`
|
|
160
|
-
)}")`,
|
|
161
|
-
"background-position": `right ${e[2]} center`,
|
|
162
|
-
"background-repeat": "no-repeat",
|
|
163
|
-
"background-size": "1.5em 1.5em",
|
|
164
|
-
"padding-right": e[10],
|
|
165
|
-
"print-color-adjust": "exact"
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
base: ["[multiple]", '[size]:where(select:not([size="1"]))'],
|
|
170
|
-
class: ['.form-select:where([size]:not([size="1"]))'],
|
|
171
|
-
styles: {
|
|
172
|
-
"background-image": "initial",
|
|
173
|
-
"background-position": "initial",
|
|
174
|
-
"background-repeat": "unset",
|
|
175
|
-
"background-size": "initial",
|
|
176
|
-
"padding-right": e[3],
|
|
177
|
-
"print-color-adjust": "unset"
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
base: ["[type='checkbox']", "[type='radio']"],
|
|
182
|
-
class: [".form-checkbox", ".form-radio"],
|
|
183
|
-
styles: {
|
|
184
|
-
appearance: "none",
|
|
185
|
-
padding: "0",
|
|
186
|
-
"print-color-adjust": "exact",
|
|
187
|
-
display: "inline-block",
|
|
188
|
-
"vertical-align": "middle",
|
|
189
|
-
"background-origin": "border-box",
|
|
190
|
-
"user-select": "none",
|
|
191
|
-
"flex-shrink": "0",
|
|
192
|
-
height: e[4],
|
|
193
|
-
width: e[4],
|
|
194
|
-
color: r(t("colors.blue.600", o.blue[600]), "--tw-text-opacity"),
|
|
195
|
-
"background-color": "#fff",
|
|
196
|
-
"border-color": r(
|
|
197
|
-
t("colors.gray.500", o.gray[500]),
|
|
198
|
-
"--tw-border-opacity"
|
|
199
|
-
),
|
|
200
|
-
"border-width": f.DEFAULT,
|
|
201
|
-
"--tw-shadow": "0 0 #0000"
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
base: ["[type='checkbox']"],
|
|
206
|
-
class: [".form-checkbox"],
|
|
207
|
-
styles: {
|
|
208
|
-
"border-radius": u.none
|
|
209
|
-
}
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
base: ["[type='radio']"],
|
|
213
|
-
class: [".form-radio"],
|
|
214
|
-
styles: {
|
|
215
|
-
"border-radius": "100%"
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
base: ["[type='checkbox']:focus", "[type='radio']:focus"],
|
|
220
|
-
class: [".form-checkbox:focus", ".form-radio:focus"],
|
|
221
|
-
styles: {
|
|
222
|
-
outline: "2px solid transparent",
|
|
223
|
-
"outline-offset": "2px",
|
|
224
|
-
"--tw-ring-inset": "var(--tw-empty,/*!*/ /*!*/)",
|
|
225
|
-
"--tw-ring-offset-width": "2px",
|
|
226
|
-
"--tw-ring-offset-color": "#fff",
|
|
227
|
-
"--tw-ring-color": r(
|
|
228
|
-
t("colors.blue.600", o.blue[600]),
|
|
229
|
-
"--tw-ring-opacity"
|
|
230
|
-
),
|
|
231
|
-
"--tw-ring-offset-shadow": "var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)",
|
|
232
|
-
"--tw-ring-shadow": "var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)",
|
|
233
|
-
"box-shadow": "var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)"
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
base: ["[type='checkbox']:checked", "[type='radio']:checked"],
|
|
238
|
-
class: [".form-checkbox:checked", ".form-radio:checked"],
|
|
239
|
-
styles: {
|
|
240
|
-
"border-color": "transparent",
|
|
241
|
-
"background-color": "currentColor",
|
|
242
|
-
"background-size": "100% 100%",
|
|
243
|
-
"background-position": "center",
|
|
244
|
-
"background-repeat": "no-repeat"
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
base: ["[type='checkbox']:checked"],
|
|
249
|
-
class: [".form-checkbox:checked"],
|
|
250
|
-
styles: {
|
|
251
|
-
"background-image": `url("${d(
|
|
252
|
-
'<svg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z"/></svg>'
|
|
253
|
-
)}")`,
|
|
254
|
-
"@media (forced-colors: active) ": {
|
|
255
|
-
appearance: "auto"
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
base: ["[type='radio']:checked"],
|
|
261
|
-
class: [".form-radio:checked"],
|
|
262
|
-
styles: {
|
|
263
|
-
"background-image": `url("${d(
|
|
264
|
-
'<svg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="3"/></svg>'
|
|
265
|
-
)}")`,
|
|
266
|
-
"@media (forced-colors: active) ": {
|
|
267
|
-
appearance: "auto"
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
base: [
|
|
273
|
-
"[type='checkbox']:checked:hover",
|
|
274
|
-
"[type='checkbox']:checked:focus",
|
|
275
|
-
"[type='radio']:checked:hover",
|
|
276
|
-
"[type='radio']:checked:focus"
|
|
277
|
-
],
|
|
278
|
-
class: [
|
|
279
|
-
".form-checkbox:checked:hover",
|
|
280
|
-
".form-checkbox:checked:focus",
|
|
281
|
-
".form-radio:checked:hover",
|
|
282
|
-
".form-radio:checked:focus"
|
|
283
|
-
],
|
|
284
|
-
styles: {
|
|
285
|
-
"border-color": "transparent",
|
|
286
|
-
"background-color": "currentColor"
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
base: ["[type='checkbox']:indeterminate"],
|
|
291
|
-
class: [".form-checkbox:indeterminate"],
|
|
292
|
-
styles: {
|
|
293
|
-
"background-image": `url("${d(
|
|
294
|
-
'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16"><path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 8h8"/></svg>'
|
|
295
|
-
)}")`,
|
|
296
|
-
"border-color": "transparent",
|
|
297
|
-
"background-color": "currentColor",
|
|
298
|
-
"background-size": "100% 100%",
|
|
299
|
-
"background-position": "center",
|
|
300
|
-
"background-repeat": "no-repeat",
|
|
301
|
-
"@media (forced-colors: active) ": {
|
|
302
|
-
appearance: "auto"
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
base: ["[type='checkbox']:indeterminate:hover", "[type='checkbox']:indeterminate:focus"],
|
|
308
|
-
class: [".form-checkbox:indeterminate:hover", ".form-checkbox:indeterminate:focus"],
|
|
309
|
-
styles: {
|
|
310
|
-
"border-color": "transparent",
|
|
311
|
-
"background-color": "currentColor"
|
|
312
|
-
}
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
base: ["[type='file']"],
|
|
316
|
-
class: null,
|
|
317
|
-
styles: {
|
|
318
|
-
background: "unset",
|
|
319
|
-
"border-color": "inherit",
|
|
320
|
-
"border-width": "0",
|
|
321
|
-
"border-radius": "0",
|
|
322
|
-
padding: "0",
|
|
323
|
-
"font-size": "unset",
|
|
324
|
-
"line-height": "inherit"
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
base: ["[type='file']:focus"],
|
|
329
|
-
class: null,
|
|
330
|
-
styles: {
|
|
331
|
-
outline: ["1px solid ButtonText", "1px auto -webkit-focus-ring-color"]
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
], p = (s) => m.map((i) => i[s] === null ? null : { [i[s]]: i.styles }).filter(Boolean);
|
|
335
|
-
l.includes("base") && n(p("base")), l.includes("class") && w(p("class"));
|
|
336
|
-
};
|
|
337
|
-
});
|
|
338
|
-
var B = j;
|
|
339
|
-
const U = /* @__PURE__ */ h(B);
|
|
340
|
-
export {
|
|
341
|
-
U as default
|
|
342
|
-
};
|
|
14
|
+
});
|
|
15
|
+
const o = /* @__PURE__ */ r(l), n = /* @__PURE__ */ r(s);
|
|
16
|
+
function r(e) {
|
|
17
|
+
return e && e.__esModule ? e : {
|
|
18
|
+
default: e
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
function f(...e) {
|
|
22
|
+
let [, ...u] = (0, n.default)(e[0]);
|
|
23
|
+
return (0, o.default)([
|
|
24
|
+
...e,
|
|
25
|
+
...u
|
|
26
|
+
]);
|
|
27
|
+
}
|
|
28
|
+
})(i);
|