@limrun/ui 0.9.0-rc.1 → 0.9.0-rc.2
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/core/device-install/apple/client.d.ts +1 -0
- package/dist/core/device-install/apple/provisioning.d.ts +42 -31
- package/dist/core/device-install/apple/relay.d.ts +5 -9
- package/dist/core/device-install/storage/browser-storage.d.ts +18 -0
- package/dist/device-install/index.cjs +1 -9
- package/dist/device-install/index.js +75 -210
- package/dist/device-install/react.cjs +1 -1
- package/dist/device-install/react.js +1 -1
- package/dist/device-install-dialog-CSwQgbBm.js +2 -0
- package/dist/device-install-dialog-nThj775b.mjs +395 -0
- package/dist/hooks/use-device-install.d.ts +18 -3
- package/dist/index.cjs +1 -1
- package/dist/index.js +3 -3
- package/dist/use-device-install-C1uVac59.mjs +13541 -0
- package/dist/use-device-install-Ca4jcVKU.js +31 -0
- package/package.json +1 -1
- package/src/components/device-install/device-install-dialog.tsx +82 -13
- package/src/core/device-install/apple/client.ts +92 -4
- package/src/core/device-install/apple/provisioning.ts +67 -24
- package/src/core/device-install/apple/relay.ts +121 -205
- package/src/core/device-install/storage/browser-storage.ts +14 -1
- package/src/hooks/use-device-install.ts +583 -38
- package/dist/device-install-dialog-CTwVViYY.js +0 -2
- package/dist/device-install-dialog-zzKJu7SM.mjs +0 -328
- package/dist/use-device-install-CgrOKKyi.mjs +0 -13042
- package/dist/use-device-install-DDKRf6IL.js +0 -23
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as lA, jsx as BA, Fragment as Be } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as ce, useRef as m, useState as L, useMemo as PA, useEffect as fA, useImperativeHandle as re } from "react";
|
|
3
|
-
import { c as OA } from "./device-install-dialog-
|
|
4
|
-
import { D as He, D as le } from "./device-install-dialog-
|
|
5
|
-
import { u as Ue } from "./use-device-install-
|
|
3
|
+
import { c as OA } from "./device-install-dialog-nThj775b.mjs";
|
|
4
|
+
import { D as He, D as le } from "./device-install-dialog-nThj775b.mjs";
|
|
5
|
+
import { u as Ue } from "./use-device-install-C1uVac59.mjs";
|
|
6
6
|
import './index.css';const mA = {
|
|
7
7
|
INJECT_KEYCODE: 0,
|
|
8
8
|
INJECT_TOUCH_EVENT: 2,
|