@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.
Files changed (92) hide show
  1. package/dist/components/SearchField/types.d.ts +4 -0
  2. package/dist/index.cjs10.js +1 -1
  3. package/dist/index.cjs100.js +1 -1
  4. package/dist/index.cjs101.js +1 -1
  5. package/dist/index.cjs11.js +1 -1
  6. package/dist/index.cjs119.js +1 -1
  7. package/dist/index.cjs120.js +1 -1
  8. package/dist/index.cjs121.js +1 -1
  9. package/dist/index.cjs122.js +1 -1
  10. package/dist/index.cjs123.js +1 -1
  11. package/dist/index.cjs124.js +1 -1
  12. package/dist/index.cjs125.js +1 -1
  13. package/dist/index.cjs127.js +1 -1
  14. package/dist/index.cjs128.js +1 -1
  15. package/dist/index.cjs129.js +1 -1
  16. package/dist/index.cjs130.js +1 -1
  17. package/dist/index.cjs131.js +1 -1
  18. package/dist/index.cjs132.js +1 -1
  19. package/dist/index.cjs14.js +1 -1
  20. package/dist/index.cjs18.js +1 -1
  21. package/dist/index.cjs24.js +1 -1
  22. package/dist/index.cjs26.js +1 -1
  23. package/dist/index.cjs29.js +1 -1
  24. package/dist/index.cjs30.js +1 -1
  25. package/dist/index.cjs31.js +1 -1
  26. package/dist/index.cjs35.js +1 -1
  27. package/dist/index.cjs73.js +1 -1
  28. package/dist/index.cjs74.js +1 -1
  29. package/dist/index.cjs75.js +1 -1
  30. package/dist/index.cjs76.js +1 -1
  31. package/dist/index.cjs77.js +1 -1
  32. package/dist/index.cjs78.js +1 -1
  33. package/dist/index.cjs79.js +1 -1
  34. package/dist/index.cjs80.js +1 -1
  35. package/dist/index.cjs81.js +1 -1
  36. package/dist/index.cjs82.js +1 -3
  37. package/dist/index.cjs83.js +1 -1
  38. package/dist/index.cjs84.js +3 -1
  39. package/dist/index.cjs85.js +1 -1
  40. package/dist/index.cjs86.js +1 -1
  41. package/dist/index.cjs87.js +1 -1
  42. package/dist/index.cjs88.js +1 -1
  43. package/dist/index.cjs89.js +1 -1
  44. package/dist/index.cjs90.js +1 -1
  45. package/dist/index.cjs91.js +1 -1
  46. package/dist/index.cjs92.js +1 -1
  47. package/dist/index.es10.js +3 -3
  48. package/dist/index.es100.js +1 -1
  49. package/dist/index.es101.js +1 -1
  50. package/dist/index.es11.js +1 -1
  51. package/dist/index.es119.js +30 -5
  52. package/dist/index.es120.js +4 -3
  53. package/dist/index.es121.js +4 -3
  54. package/dist/index.es122.js +3 -19
  55. package/dist/index.es123.js +18 -29
  56. package/dist/index.es124.js +57 -4
  57. package/dist/index.es125.js +4 -28
  58. package/dist/index.es127.js +4 -8
  59. package/dist/index.es128.js +27 -341
  60. package/dist/index.es129.js +2 -166
  61. package/dist/index.es130.js +8 -57
  62. package/dist/index.es131.js +340 -2
  63. package/dist/index.es132.js +166 -2
  64. package/dist/index.es14.js +1 -1
  65. package/dist/index.es18.js +1 -1
  66. package/dist/index.es24.js +1 -1
  67. package/dist/index.es26.js +2 -2
  68. package/dist/index.es29.js +50 -46
  69. package/dist/index.es30.js +2 -2
  70. package/dist/index.es31.js +2 -2
  71. package/dist/index.es35.js +3 -3
  72. package/dist/index.es73.js +16 -38
  73. package/dist/index.es74.js +14 -15
  74. package/dist/index.es75.js +13 -14
  75. package/dist/index.es76.js +38 -14
  76. package/dist/index.es77.js +10 -163
  77. package/dist/index.es78.js +12 -10
  78. package/dist/index.es79.js +10 -12
  79. package/dist/index.es80.js +163 -10
  80. package/dist/index.es81.js +101 -13
  81. package/dist/index.es82.js +11 -153
  82. package/dist/index.es83.js +13 -12
  83. package/dist/index.es84.js +155 -7
  84. package/dist/index.es85.js +12 -42
  85. package/dist/index.es86.js +7 -20
  86. package/dist/index.es87.js +42 -78
  87. package/dist/index.es88.js +20 -7
  88. package/dist/index.es89.js +78 -18
  89. package/dist/index.es90.js +7 -149
  90. package/dist/index.es91.js +16 -99
  91. package/dist/index.es92.js +147 -11
  92. package/package.json +1 -1
@@ -1,151 +1,9 @@
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: ""
111
- }
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
- }
138
- },
139
- compoundVariants: [
140
- {
141
- state: "error",
142
- isHovered: !0,
143
- class: "text-error-600"
144
- }
145
- ]
146
- });
1
+ import { getDefaultExportFromCjs as e } from "./index.es127.js";
2
+ import "./index.es128.js";
3
+ import { __exports as r } from "./index.es129.js";
4
+ let o = r;
5
+ var t = (o.__esModule ? o : { default: o }).default;
6
+ const a = /* @__PURE__ */ e(t);
147
7
  export {
148
- d as iconVariants,
149
- l as labelVariants,
150
- i as stepVariants
8
+ a as default
151
9
  };
@@ -1,103 +1,20 @@
1
- import { j as l } from "./index.es47.js";
2
- import { cn as P } from "./index.es48.js";
3
- import { SliderThumb as j } from "./index.es130.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
- ]
27
- }
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)
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%"
1
+ import t from "./index.es130.js";
2
+ import s from "@simpli-route/tailwind-preset";
3
+ import o from "./index.es131.js";
4
+ import e from "./index.es132.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]
54
13
  }
55
14
  }
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,
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
- ] });
15
+ },
16
+ plugins: [o, e]
17
+ };
101
18
  export {
102
- T as SliderContainerTrack
19
+ l as default
103
20
  };
@@ -1,15 +1,151 @@
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];
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: ""
111
+ }
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"
9
120
  }
10
121
  }
11
- return e;
12
- };
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
+ }
138
+ },
139
+ compoundVariants: [
140
+ {
141
+ state: "error",
142
+ isHovered: !0,
143
+ class: "text-error-600"
144
+ }
145
+ ]
146
+ });
13
147
  export {
14
- o as validateMinDistance
148
+ d as iconVariants,
149
+ l as labelVariants,
150
+ i as stepVariants
15
151
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simpli-route/apollo-ds",
3
- "version": "0.1.70",
3
+ "version": "0.1.71",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"