@otfdashkit/ui-native 0.1.3 → 0.1.5
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/index.d.ts +4 -3
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -15
- package/dist/skia.d.ts +0 -14
- package/dist/skia.js +0 -317
- package/dist/skia.js.map +0 -1
- package/dist/skia.mjs +0 -310
- package/dist/skia.mjs.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -308,9 +308,10 @@ export const useCollapsibleHeader: any
|
|
|
308
308
|
export type UseCollapsibleHeaderOptions = any
|
|
309
309
|
export type UseCollapsibleHeaderReturn = any
|
|
310
310
|
|
|
311
|
-
// ─── Shockwave
|
|
312
|
-
//
|
|
313
|
-
//
|
|
311
|
+
// ─── Shockwave is CLI-installed, not shipped via npm ─────────────────────
|
|
312
|
+
// Source lives at `packages/ui-native/registry/components/shockwave/`.
|
|
313
|
+
// Consumers install via the shadcn CLI; types come from the local copy.
|
|
314
|
+
// See `.claude/skills/otf-arch/PEER-DEP-RULES.md`.
|
|
314
315
|
|
|
315
316
|
// ─── Stay (real-estate / booking marketing screens) ───────────────────────
|
|
316
317
|
export const StayBrowseScreen: any
|
package/dist/index.js
CHANGED
|
@@ -29,8 +29,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
29
29
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
30
|
|
|
31
31
|
// src/index.ts
|
|
32
|
-
var
|
|
33
|
-
__export(
|
|
32
|
+
var index_exports = {};
|
|
33
|
+
__export(index_exports, {
|
|
34
34
|
Accordion: () => import_tamagui78.Accordion,
|
|
35
35
|
ActionSheet: () => ActionSheet,
|
|
36
36
|
Adapt: () => import_tamagui78.Adapt,
|
|
@@ -237,7 +237,7 @@ __export(src_exports, {
|
|
|
237
237
|
useWindowDimensions: () => import_tamagui78.useWindowDimensions,
|
|
238
238
|
withStaticProperties: () => import_tamagui78.withStaticProperties
|
|
239
239
|
});
|
|
240
|
-
module.exports = __toCommonJS(
|
|
240
|
+
module.exports = __toCommonJS(index_exports);
|
|
241
241
|
|
|
242
242
|
// src/config/tamagui.config.ts
|
|
243
243
|
var import_v5 = require("@tamagui/config/v5");
|
|
@@ -4232,7 +4232,7 @@ function OtfPopover({
|
|
|
4232
4232
|
}
|
|
4233
4233
|
|
|
4234
4234
|
// src/index.ts
|
|
4235
|
-
__reExport(
|
|
4235
|
+
__reExport(index_exports, require("@tamagui/lucide-icons"), module.exports);
|
|
4236
4236
|
|
|
4237
4237
|
// src/patterns/ImmersiveMediaScreen.tsx
|
|
4238
4238
|
var import_tamagui67 = require("tamagui");
|