@expofp/floorplan 3.0.0-alpha.14 → 3.0.0-alpha.15

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 (44) hide show
  1. package/dist/browser/Debug-Bn7mmuWl.js +40 -0
  2. package/dist/browser/Demo-pwpeopeB.js +47 -0
  3. package/dist/browser/{Free-Dm2FRajw.js → Free-CeZSHheC.js} +29 -20
  4. package/dist/browser/Gallery-BTasOfWx.js +288 -0
  5. package/dist/browser/GpsLoader-BS8b-Aif.js +140 -0
  6. package/dist/browser/{KioskStore-Bvvm0aNQ.js → KioskStore-_Zcv0Bc0.js} +57 -48
  7. package/dist/browser/Mapbox-Cl59-8BN.js +118 -0
  8. package/dist/browser/{SetKioskMode-BecTBVRp.js → SetKioskMode-CjjAW8SI.js} +66 -57
  9. package/dist/browser/{ShowKiosk-C-6DHz7T.js → ShowKiosk-DUcthTIK.js} +28 -19
  10. package/dist/browser/{ThreeComponent-Brnrh22I.js → ThreeComponent-CdelmApV.js} +181 -172
  11. package/dist/browser/boolean-editor-HetrPeeC.js +157 -0
  12. package/dist/browser/bundle.json +29 -29
  13. package/dist/browser/{client-D3Op9Jdd.js → client-BMgLu7eB.js} +590 -581
  14. package/dist/browser/{data-0pZ-ZMEi.js → data-eO9H1gMa.js} +276 -267
  15. package/dist/browser/{debug-overlay-6c_tWF4O.js → debug-overlay-DqIeCuHo.js} +98 -89
  16. package/dist/browser/debug-ui-6t_iunMd.js +67 -0
  17. package/dist/browser/{favicon-DalyEhbd.js → favicon-CoF9H4Pb.js} +11 -2
  18. package/dist/browser/fetch-retry.umd-GcX1W9qV.js +123 -0
  19. package/dist/browser/{flex-OW_m-DBA.js → flex-BC_JSvaB.js} +80 -71
  20. package/dist/browser/{floorplan.ready-D-VQ-QvS.js → floorplan.ready-CZn5dvsU.js} +1011 -987
  21. package/dist/browser/index-C1Rwmp91.js +54 -0
  22. package/dist/browser/{index-BuJlIIdP.js → index-CEVUHq8g.js} +96 -87
  23. package/dist/browser/{index-BUq8_R36.js → index-Dba8EyWF.js} +41 -32
  24. package/dist/browser/{index-Zz9lJz5_.js → index-DnV82MKb.js} +296 -287
  25. package/dist/browser/index-Dp-WygGH.js +57 -0
  26. package/dist/browser/index-sNwIhVDZ.js +92 -0
  27. package/dist/browser/{index-AJbTBu7z.js → index-uGr-_9rk.js} +258 -249
  28. package/dist/browser/index.js +11 -2
  29. package/dist/browser/jsx-runtime-BHfPvO9I.js +40 -0
  30. package/dist/browser/{main-CD9JioNt.js → main-DYasSc7U.js} +24 -15
  31. package/dist/browser/{particles.min-BZTb0pvb.js → particles.min-B6O6_M_h.js} +43 -34
  32. package/package.json +4 -3
  33. package/dist/browser/Debug-Pul6-ZdY.js +0 -31
  34. package/dist/browser/Demo-DN_Ej-P_.js +0 -38
  35. package/dist/browser/Gallery-TLr-wfCG.js +0 -279
  36. package/dist/browser/GpsLoader-CeS0cp98.js +0 -131
  37. package/dist/browser/Mapbox-DizBJSb0.js +0 -109
  38. package/dist/browser/boolean-editor-Duwgypgb.js +0 -148
  39. package/dist/browser/debug-ui-TGRI1j4k.js +0 -58
  40. package/dist/browser/fetch-retry.umd-BZ52tMyv.js +0 -114
  41. package/dist/browser/index-B2YV6GNs.js +0 -48
  42. package/dist/browser/index-D0SjrKD-.js +0 -45
  43. package/dist/browser/index-Vc2rrV4B.js +0 -83
  44. package/dist/browser/jsx-runtime-jIxVPx5o.js +0 -31
@@ -0,0 +1,157 @@
1
+ import { j as s } from "./jsx-runtime-BHfPvO9I.js";
2
+ import { r as a } from "./index-DnV82MKb.js";
3
+ import { y as x } from "./index-C1Rwmp91.js";
4
+ import { u as E, a as A, P as N, c as H, b as L, d as U, r as R, v as j, e as k, f as q, o as F, p as C, g as O, h as W } from "./flex-BC_JSvaB.js";
5
+ (function() {
6
+ try {
7
+ var e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
8
+ e.SENTRY_RELEASE = { id: "3.0.0-alpha.15" };
9
+ var t = new e.Error().stack;
10
+ t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "c0ec8938-c81b-4daa-8383-4af7f28c6913", e._sentryDebugIdIdentifier = "sentry-dbid-c0ec8938-c81b-4daa-8383-4af7f28c6913");
11
+ } catch {
12
+ }
13
+ })();
14
+ function X(e) {
15
+ const t = a.useRef({ value: e, previous: e });
16
+ return a.useMemo(() => (t.current.value !== e && (t.current.previous = t.current.value, t.current.value = e), t.current.previous), [e]);
17
+ }
18
+ var v = "Switch", [Y] = U(v), [G, J] = Y(v), _ = a.forwardRef(
19
+ (e, t) => {
20
+ const {
21
+ __scopeSwitch: r,
22
+ name: n,
23
+ checked: o,
24
+ defaultChecked: c,
25
+ required: u,
26
+ disabled: i,
27
+ value: d = "on",
28
+ onCheckedChange: b,
29
+ form: l,
30
+ ...w
31
+ } = e, [p, f] = a.useState(null), y = E(t, (m) => f(m)), S = a.useRef(!1), g = p ? l || !!p.closest("form") : !0, [h, M] = A({
32
+ prop: o,
33
+ defaultProp: c != null ? c : !1,
34
+ onChange: b,
35
+ caller: v
36
+ });
37
+ return /* @__PURE__ */ s.jsxs(G, { scope: r, checked: h, disabled: i, children: [
38
+ /* @__PURE__ */ s.jsx(
39
+ N.button,
40
+ {
41
+ type: "button",
42
+ role: "switch",
43
+ "aria-checked": h,
44
+ "aria-required": u,
45
+ "data-state": z(h),
46
+ "data-disabled": i ? "" : void 0,
47
+ disabled: i,
48
+ value: d,
49
+ ...w,
50
+ ref: y,
51
+ onClick: H(e.onClick, (m) => {
52
+ M((D) => !D), g && (S.current = m.isPropagationStopped(), S.current || m.stopPropagation());
53
+ })
54
+ }
55
+ ),
56
+ g && /* @__PURE__ */ s.jsx(
57
+ T,
58
+ {
59
+ control: p,
60
+ bubbles: !S.current,
61
+ name: n,
62
+ value: d,
63
+ checked: h,
64
+ required: u,
65
+ disabled: i,
66
+ form: l,
67
+ style: { transform: "translateX(-100%)" }
68
+ }
69
+ )
70
+ ] });
71
+ }
72
+ );
73
+ _.displayName = v;
74
+ var P = "SwitchThumb", I = a.forwardRef(
75
+ (e, t) => {
76
+ const { __scopeSwitch: r, ...n } = e, o = J(P, r);
77
+ return /* @__PURE__ */ s.jsx(
78
+ N.span,
79
+ {
80
+ "data-state": z(o.checked),
81
+ "data-disabled": o.disabled ? "" : void 0,
82
+ ...n,
83
+ ref: t
84
+ }
85
+ );
86
+ }
87
+ );
88
+ I.displayName = P;
89
+ var K = "SwitchBubbleInput", T = a.forwardRef(
90
+ ({
91
+ __scopeSwitch: e,
92
+ control: t,
93
+ checked: r,
94
+ bubbles: n = !0,
95
+ ...o
96
+ }, c) => {
97
+ const u = a.useRef(null), i = E(u, c), d = X(r), b = L(t);
98
+ return a.useEffect(() => {
99
+ const l = u.current;
100
+ if (!l) return;
101
+ const w = window.HTMLInputElement.prototype, f = Object.getOwnPropertyDescriptor(
102
+ w,
103
+ "checked"
104
+ ).set;
105
+ if (d !== r && f) {
106
+ const y = new Event("click", { bubbles: n });
107
+ f.call(l, r), l.dispatchEvent(y);
108
+ }
109
+ }, [d, r, n]), /* @__PURE__ */ s.jsx(
110
+ "input",
111
+ {
112
+ type: "checkbox",
113
+ "aria-hidden": !0,
114
+ defaultChecked: r,
115
+ ...o,
116
+ tabIndex: -1,
117
+ ref: i,
118
+ style: {
119
+ ...o.style,
120
+ ...b,
121
+ position: "absolute",
122
+ pointerEvents: "none",
123
+ opacity: 0,
124
+ margin: 0
125
+ }
126
+ }
127
+ );
128
+ }
129
+ );
130
+ T.displayName = K;
131
+ function z(e) {
132
+ return e ? "checked" : "unchecked";
133
+ }
134
+ var Q = _, V = I;
135
+ const Z = ["horizontal", "vertical"], ee = ["1", "2", "3", "4"], te = { orientation: { type: "enum", className: "rt-r-orientation", values: Z, default: "horizontal", responsive: !0 }, size: { type: "enum", className: "rt-r-size", values: ee, default: "1", responsive: !0 }, color: { ...R.color, default: "gray" }, decorative: { type: "boolean", default: !0 } }, $ = a.forwardRef((e, t) => {
136
+ const { className: r, color: n, decorative: o, ...c } = j(e, te, k);
137
+ return a.createElement("span", { "data-accent-color": n, role: o ? void 0 : "separator", ...c, ref: t, className: x("rt-Separator", r) });
138
+ });
139
+ $.displayName = "Separator";
140
+ const re = ["1", "2", "3"], se = ["classic", "surface", "soft"], ae = { size: { type: "enum", className: "rt-r-size", values: re, default: "2", responsive: !0 }, variant: { type: "enum", className: "rt-variant", values: se, default: "surface" }, ...R, ...F, ...q }, B = a.forwardRef((e, t) => {
141
+ const { className: r, color: n, radius: o, ...c } = j(e, ae, k);
142
+ return a.createElement(Q, { "data-accent-color": n, "data-radius": o, ...c, asChild: !1, ref: t, className: x("rt-reset", "rt-SwitchRoot", r) }, a.createElement(V, { className: x("rt-SwitchThumb", { "rt-high-contrast": e.highContrast }) }));
143
+ });
144
+ B.displayName = "Switch";
145
+ const oe = ({
146
+ label: e,
147
+ children: t
148
+ }) => /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
149
+ /* @__PURE__ */ s.jsxs(C, { children: [
150
+ /* @__PURE__ */ s.jsx(O, { size: "4", children: e }),
151
+ /* @__PURE__ */ s.jsx(C, { mt: "10px", children: t })
152
+ ] }),
153
+ /* @__PURE__ */ s.jsx($, { size: "4", my: "20px" })
154
+ ] }), ue = (e) => /* @__PURE__ */ s.jsx(oe, { label: e.label, children: /* @__PURE__ */ s.jsx(W, { children: /* @__PURE__ */ s.jsx(B, { checked: e.value, onCheckedChange: (t) => e.onChange(t) }) }) });
155
+ export {
156
+ ue as BooleanEditor
157
+ };
@@ -2,67 +2,67 @@
2
2
  "entry": "index.js",
3
3
  "files": [
4
4
  {
5
- "file": "Debug-Pul6-ZdY.js"
5
+ "file": "Debug-Bn7mmuWl.js"
6
6
  },
7
7
  {
8
- "file": "Demo-DN_Ej-P_.js"
8
+ "file": "Demo-pwpeopeB.js"
9
9
  },
10
10
  {
11
- "file": "Free-Dm2FRajw.js"
11
+ "file": "Free-CeZSHheC.js"
12
12
  },
13
13
  {
14
- "file": "Gallery-TLr-wfCG.js"
14
+ "file": "Gallery-BTasOfWx.js"
15
15
  },
16
16
  {
17
- "file": "GpsLoader-CeS0cp98.js"
17
+ "file": "GpsLoader-BS8b-Aif.js"
18
18
  },
19
19
  {
20
- "file": "KioskStore-Bvvm0aNQ.js"
20
+ "file": "KioskStore-_Zcv0Bc0.js"
21
21
  },
22
22
  {
23
- "file": "Mapbox-DizBJSb0.js"
23
+ "file": "Mapbox-Cl59-8BN.js"
24
24
  },
25
25
  {
26
- "file": "SetKioskMode-BecTBVRp.js"
26
+ "file": "SetKioskMode-CjjAW8SI.js"
27
27
  },
28
28
  {
29
- "file": "ShowKiosk-C-6DHz7T.js"
29
+ "file": "ShowKiosk-DUcthTIK.js"
30
30
  },
31
31
  {
32
- "file": "ThreeComponent-Brnrh22I.js"
32
+ "file": "ThreeComponent-CdelmApV.js"
33
33
  },
34
34
  {
35
- "file": "boolean-editor-Duwgypgb.js"
35
+ "file": "boolean-editor-HetrPeeC.js"
36
36
  },
37
37
  {
38
- "file": "client-D3Op9Jdd.js"
38
+ "file": "client-BMgLu7eB.js"
39
39
  },
40
40
  {
41
41
  "file": "compat-helper.js"
42
42
  },
43
43
  {
44
- "file": "data-0pZ-ZMEi.js"
44
+ "file": "data-eO9H1gMa.js"
45
45
  },
46
46
  {
47
- "file": "debug-overlay-6c_tWF4O.js"
47
+ "file": "debug-overlay-DqIeCuHo.js"
48
48
  },
49
49
  {
50
- "file": "debug-ui-TGRI1j4k.js"
50
+ "file": "debug-ui-6t_iunMd.js"
51
51
  },
52
52
  {
53
53
  "file": "expofp-overlay.png"
54
54
  },
55
55
  {
56
- "file": "favicon-DalyEhbd.js"
56
+ "file": "favicon-CoF9H4Pb.js"
57
57
  },
58
58
  {
59
- "file": "fetch-retry.umd-BZ52tMyv.js"
59
+ "file": "fetch-retry.umd-GcX1W9qV.js"
60
60
  },
61
61
  {
62
- "file": "flex-OW_m-DBA.js"
62
+ "file": "flex-BC_JSvaB.js"
63
63
  },
64
64
  {
65
- "file": "floorplan.ready-D-VQ-QvS.js"
65
+ "file": "floorplan.ready-CZn5dvsU.js"
66
66
  },
67
67
  {
68
68
  "file": "fonts/efp-symbols.woff"
@@ -149,31 +149,31 @@
149
149
  "file": "icons/yah.svg"
150
150
  },
151
151
  {
152
- "file": "index-AJbTBu7z.js"
152
+ "file": "index-C1Rwmp91.js"
153
153
  },
154
154
  {
155
- "file": "index-B2YV6GNs.js"
155
+ "file": "index-CEVUHq8g.js"
156
156
  },
157
157
  {
158
- "file": "index-BUq8_R36.js"
158
+ "file": "index-Dba8EyWF.js"
159
159
  },
160
160
  {
161
- "file": "index-BuJlIIdP.js"
161
+ "file": "index-DnV82MKb.js"
162
162
  },
163
163
  {
164
- "file": "index-D0SjrKD-.js"
164
+ "file": "index-Dp-WygGH.js"
165
165
  },
166
166
  {
167
- "file": "index-Vc2rrV4B.js"
167
+ "file": "index-sNwIhVDZ.js"
168
168
  },
169
169
  {
170
- "file": "index-Zz9lJz5_.js"
170
+ "file": "index-uGr-_9rk.js"
171
171
  },
172
172
  {
173
173
  "file": "index.js"
174
174
  },
175
175
  {
176
- "file": "jsx-runtime-jIxVPx5o.js"
176
+ "file": "jsx-runtime-BHfPvO9I.js"
177
177
  },
178
178
  {
179
179
  "file": "locales/ar.json"
@@ -233,10 +233,10 @@
233
233
  "file": "locales/zh.json"
234
234
  },
235
235
  {
236
- "file": "main-CD9JioNt.js"
236
+ "file": "main-DYasSc7U.js"
237
237
  },
238
238
  {
239
- "file": "particles.min-BZTb0pvb.js"
239
+ "file": "particles.min-B6O6_M_h.js"
240
240
  },
241
241
  {
242
242
  "file": "template.html"