@clikvn/showroom-visualizer 0.4.1-dev-06 → 0.4.1-dev-07

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 (46) hide show
  1. package/.claude/settings.local.json +19 -0
  2. package/CLAUDE.md +145 -145
  3. package/DEVELOPMENT.md +120 -120
  4. package/EXAMPLES.md +967 -967
  5. package/README.md +489 -489
  6. package/SETUP_COMPLETE.md +149 -149
  7. package/base.json +21 -21
  8. package/dist/components/SkinLayer/Floorplan/Minimap/test01.d.ts +15 -0
  9. package/dist/components/SkinLayer/Floorplan/Minimap/test01.d.ts.map +1 -0
  10. package/dist/fonts/icomoon.svg +633 -633
  11. package/dist/hooks/SkinLayer/useProductShake.d.ts +15 -0
  12. package/dist/hooks/SkinLayer/useProductShake.d.ts.map +1 -0
  13. package/dist/hooks/useToolConfig.d.ts.map +1 -1
  14. package/dist/index.js +1 -1
  15. package/dist/models/Visualizer/Tour.d.ts +7 -0
  16. package/dist/models/Visualizer/Tour.d.ts.map +1 -1
  17. package/dist/types/SkinLayer/tool.type.d.ts +4 -0
  18. package/dist/types/SkinLayer/tool.type.d.ts.map +1 -1
  19. package/dist/web.d.ts.map +1 -1
  20. package/dist/web.js +1 -1
  21. package/example/CSS_HANDLING.md +141 -141
  22. package/example/FIXES_SUMMARY.md +131 -121
  23. package/example/PATH_ALIASES.md +102 -103
  24. package/example/README.md +63 -64
  25. package/example/index.html +12 -13
  26. package/example/package.json +25 -25
  27. package/example/postcss.config.cjs +6 -6
  28. package/example/tailwind.config.cjs +12 -12
  29. package/example/tsconfig.node.json +11 -12
  30. package/example/vite.config.ts +142 -142
  31. package/package.json +133 -133
  32. package/rollup.config.js +400 -400
  33. package/tailwind.config.cjs +151 -151
  34. package/dist/components/SkinLayer/Drawer/PoiHeader/index.d.ts +0 -16
  35. package/dist/components/SkinLayer/Drawer/PoiHeader/index.d.ts.map +0 -1
  36. package/dist/components/SkinLayer/Drawer/index.d.ts +0 -29
  37. package/dist/components/SkinLayer/Drawer/index.d.ts.map +0 -1
  38. package/dist/components/SkinLayer/PlayAll/index.d.ts +0 -8
  39. package/dist/components/SkinLayer/PlayAll/index.d.ts.map +0 -1
  40. package/dist/features/VirtualTourVisualizer/index.d.ts +0 -20
  41. package/dist/features/VirtualTourVisualizer/index.d.ts.map +0 -1
  42. package/dist/features/VirtualTourVisualizerUI/index.d.ts +0 -17
  43. package/dist/features/VirtualTourVisualizerUI/index.d.ts.map +0 -1
  44. package/dist/index.html +0 -36
  45. /package/dist/features/ShowroomVisualizer/{cssStyles.d.ts → CssStyles.d.ts} +0 -0
  46. /package/dist/features/ShowroomVisualizer/{cssStyles.d.ts.map → CssStyles.d.ts.map} +0 -0
@@ -0,0 +1,15 @@
1
+ export type ProductShakeOptions = {
2
+ shakeDuration?: number;
3
+ playAGT?: boolean;
4
+ };
5
+ /**
6
+ * Custom hook for product shake animation
7
+ * Triggers shake and AGT playback without waiting for completion
8
+ */
9
+ export declare const useProductShake: () => {
10
+ shakeProduct: (productCode: string, options?: ProductShakeOptions) => Promise<void>;
11
+ isShaking: boolean;
12
+ shakingProductCode: string | null;
13
+ };
14
+ export default useProductShake;
15
+ //# sourceMappingURL=useProductShake.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useProductShake.d.ts","sourceRoot":"","sources":["../../../src/hooks/SkinLayer/useProductShake.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,mBAAmB,GAAG;IAChC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe;gCAeX,MAAM,YACV,mBAAmB,KAC3B,OAAO,CAAC,IAAI,CAAC;;;CAsFjB,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useToolConfig.d.ts","sourceRoot":"","sources":["../../src/hooks/useToolConfig.ts"],"names":[],"mappings":"AAoBA,QAAA,MAAM,aAAa,YAkalB,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"useToolConfig.d.ts","sourceRoot":"","sources":["../../src/hooks/useToolConfig.ts"],"names":[],"mappings":"AAqBA,QAAA,MAAM,aAAa,YAoalB,CAAC;AAEF,eAAe,aAAa,CAAC"}