@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 +1 -1
- package/dist/index.d.ts +17 -0
- package/dist/index.js +608 -106
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +539 -14
- package/dist/index.mjs.map +1 -1
- package/package.json +13 -4
package/LICENSE
CHANGED
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
|