@otfdashkit/ui-native 0.1.1 → 0.1.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 Dave Soni
3
+ Copyright (c) 2026 Dave Kurian
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.d.ts CHANGED
@@ -307,3 +307,20 @@ export type CardScrollerProps<T = unknown> = {
307
307
  export const useCollapsibleHeader: any
308
308
  export type UseCollapsibleHeaderOptions = any
309
309
  export type UseCollapsibleHeaderReturn = any
310
+
311
+ // ─── Shockwave (Skia shader transition) ───────────────────────────────────
312
+ export const Shockwave: any
313
+ export type ShockwaveProps = any
314
+ export type ShockwaveSlotProps = any
315
+ export type ShockwaveContextValue = any
316
+ export type ShockwaveOrigin = any
317
+ export type ShockwaveValue = 'from' | 'to'
318
+
319
+ // ─── Stay (real-estate / booking marketing screens) ───────────────────────
320
+ export const StayBrowseScreen: any
321
+ export const StayDetailScreen: any
322
+ export type StayBrowseScreenProps = any
323
+ export type StayCategoryChip = any
324
+ export type StayDetailMetric = any
325
+ export type StayDetailScreenProps = any
326
+ export type StayListing = any