@lynx-example/lynx-ui-swiper 0.0.5 → 0.0.7

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 (57) hide show
  1. package/Basic/index.tsx +3 -3
  2. package/Basic/styles.css +1 -1
  3. package/BasicDynamic/index.tsx +3 -3
  4. package/BasicUpdateSize/index.tsx +3 -3
  5. package/Bounces/index.tsx +3 -3
  6. package/CHANGELOG.md +16 -0
  7. package/Custom/index.tsx +3 -3
  8. package/CustomScale/index.tsx +3 -3
  9. package/CustomTinder/index.tsx +2 -2
  10. package/CustomTinder/styles.css +1 -1
  11. package/DifferentHeight/index.tsx +4 -4
  12. package/DifferentHeight/styles.css +1 -1
  13. package/Direction/index.tsx +2 -4
  14. package/EmptyDataBug/index.tsx +12 -12
  15. package/Indicator/index.tsx +3 -3
  16. package/Lazy/index.tsx +4 -4
  17. package/Loop/index.tsx +3 -3
  18. package/RTL/index.tsx +3 -3
  19. package/RTLCustom/index.tsx +3 -3
  20. package/RTLLoop/index.tsx +3 -3
  21. package/RTLLoopLynxRTL/index.tsx +3 -3
  22. package/WithGap/index.tsx +3 -3
  23. package/dist/SwiperBasic.lynx.bundle +0 -0
  24. package/dist/SwiperBasic.web.bundle +1 -1
  25. package/dist/SwiperBasicDynamic.lynx.bundle +0 -0
  26. package/dist/SwiperBasicDynamic.web.bundle +1 -1
  27. package/dist/SwiperBasicUpdateSize.lynx.bundle +0 -0
  28. package/dist/SwiperBasicUpdateSize.web.bundle +1 -1
  29. package/dist/SwiperBounces.lynx.bundle +0 -0
  30. package/dist/SwiperBounces.web.bundle +1 -1
  31. package/dist/SwiperCustom.lynx.bundle +0 -0
  32. package/dist/SwiperCustom.web.bundle +1 -1
  33. package/dist/SwiperCustomScale.lynx.bundle +0 -0
  34. package/dist/SwiperCustomScale.web.bundle +1 -1
  35. package/dist/SwiperCustomTinder.lynx.bundle +0 -0
  36. package/dist/SwiperCustomTinder.web.bundle +1 -1
  37. package/dist/SwiperDifferentHeight.lynx.bundle +0 -0
  38. package/dist/SwiperDifferentHeight.web.bundle +1 -1
  39. package/dist/SwiperEmptyDataBug.lynx.bundle +0 -0
  40. package/dist/SwiperEmptyDataBug.web.bundle +1 -1
  41. package/dist/SwiperIndicator.lynx.bundle +0 -0
  42. package/dist/SwiperIndicator.web.bundle +1 -1
  43. package/dist/SwiperLazy.lynx.bundle +0 -0
  44. package/dist/SwiperLazy.web.bundle +1 -1
  45. package/dist/SwiperLoop.lynx.bundle +0 -0
  46. package/dist/SwiperLoop.web.bundle +1 -1
  47. package/dist/SwiperRTL.lynx.bundle +0 -0
  48. package/dist/SwiperRTL.web.bundle +1 -1
  49. package/dist/SwiperRTLCustom.lynx.bundle +0 -0
  50. package/dist/SwiperRTLCustom.web.bundle +1 -1
  51. package/dist/SwiperRTLLoop.lynx.bundle +0 -0
  52. package/dist/SwiperRTLLoop.web.bundle +1 -1
  53. package/dist/SwiperRTLLynxRTL.lynx.bundle +0 -0
  54. package/dist/SwiperRTLLynxRTL.web.bundle +1 -1
  55. package/dist/SwiperWithGap.lynx.bundle +0 -0
  56. package/dist/SwiperWithGap.web.bundle +1 -1
  57. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-example/lynx-ui-swiper",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "Example app demonstrating Swiper usage in lynx-ui",
5
5
  "homepage": "https://github.com/lynx-family/lynx-ui/tree/main/apps/examples/Swiper#readme",
6
6
  "repository": {
@@ -23,15 +23,15 @@
23
23
  "lynx.config.mjs"
24
24
  ],
25
25
  "dependencies": {
26
- "@lynx-js/react": "0.113.0",
26
+ "@lynx-js/react": "0.114.0",
27
27
  "clsx": "^2.1.1",
28
28
  "@lynx-js/luna-styles": "0.1.0",
29
- "@lynx-js/lynx-ui": "3.131.1"
29
+ "@lynx-js/lynx-ui": "3.133.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@lynx-js/qrcode-rsbuild-plugin": "0.3.3",
33
- "@lynx-js/react-rsbuild-plugin": "0.11.2",
34
- "@lynx-js/rspeedy": "0.11.2",
32
+ "@lynx-js/qrcode-rsbuild-plugin": "0.4.6",
33
+ "@lynx-js/react-rsbuild-plugin": "0.12.4",
34
+ "@lynx-js/rspeedy": "0.12.2",
35
35
  "@lynx-js/types": "3.6.0",
36
36
  "@types/react": "^18.3.8"
37
37
  },