@lynx-example/lynx-ui-swiper 0.0.5 → 0.0.6
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/Basic/index.tsx +3 -3
- package/Basic/styles.css +1 -1
- package/BasicDynamic/index.tsx +3 -3
- package/BasicUpdateSize/index.tsx +3 -3
- package/Bounces/index.tsx +3 -3
- package/CHANGELOG.md +9 -0
- package/Custom/index.tsx +3 -3
- package/CustomScale/index.tsx +3 -3
- package/CustomTinder/index.tsx +2 -2
- package/CustomTinder/styles.css +1 -1
- package/DifferentHeight/index.tsx +4 -4
- package/DifferentHeight/styles.css +1 -1
- package/Direction/index.tsx +2 -4
- package/EmptyDataBug/index.tsx +12 -12
- package/Indicator/index.tsx +3 -3
- package/Lazy/index.tsx +4 -4
- package/Loop/index.tsx +3 -3
- package/RTL/index.tsx +3 -3
- package/RTLCustom/index.tsx +3 -3
- package/RTLLoop/index.tsx +3 -3
- package/RTLLoopLynxRTL/index.tsx +3 -3
- package/WithGap/index.tsx +3 -3
- package/dist/SwiperBasic.lynx.bundle +0 -0
- package/dist/SwiperBasic.web.bundle +1 -1
- package/dist/SwiperBasicDynamic.lynx.bundle +0 -0
- package/dist/SwiperBasicDynamic.web.bundle +1 -1
- package/dist/SwiperBasicUpdateSize.lynx.bundle +0 -0
- package/dist/SwiperBasicUpdateSize.web.bundle +1 -1
- package/dist/SwiperBounces.lynx.bundle +0 -0
- package/dist/SwiperBounces.web.bundle +1 -1
- package/dist/SwiperCustom.lynx.bundle +0 -0
- package/dist/SwiperCustom.web.bundle +1 -1
- package/dist/SwiperCustomScale.lynx.bundle +0 -0
- package/dist/SwiperCustomScale.web.bundle +1 -1
- package/dist/SwiperCustomTinder.lynx.bundle +0 -0
- package/dist/SwiperCustomTinder.web.bundle +1 -1
- package/dist/SwiperDifferentHeight.lynx.bundle +0 -0
- package/dist/SwiperDifferentHeight.web.bundle +1 -1
- package/dist/SwiperEmptyDataBug.lynx.bundle +0 -0
- package/dist/SwiperEmptyDataBug.web.bundle +1 -1
- package/dist/SwiperIndicator.lynx.bundle +0 -0
- package/dist/SwiperIndicator.web.bundle +1 -1
- package/dist/SwiperLazy.lynx.bundle +0 -0
- package/dist/SwiperLazy.web.bundle +1 -1
- package/dist/SwiperLoop.lynx.bundle +0 -0
- package/dist/SwiperLoop.web.bundle +1 -1
- package/dist/SwiperRTL.lynx.bundle +0 -0
- package/dist/SwiperRTL.web.bundle +1 -1
- package/dist/SwiperRTLCustom.lynx.bundle +0 -0
- package/dist/SwiperRTLCustom.web.bundle +1 -1
- package/dist/SwiperRTLLoop.lynx.bundle +0 -0
- package/dist/SwiperRTLLoop.web.bundle +1 -1
- package/dist/SwiperRTLLynxRTL.lynx.bundle +0 -0
- package/dist/SwiperRTLLynxRTL.web.bundle +1 -1
- package/dist/SwiperWithGap.lynx.bundle +0 -0
- package/dist/SwiperWithGap.web.bundle +1 -1
- 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.
|
|
3
|
+
"version": "0.0.6",
|
|
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.
|
|
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.
|
|
29
|
+
"@lynx-js/lynx-ui": "3.132.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@lynx-js/qrcode-rsbuild-plugin": "0.
|
|
33
|
-
"@lynx-js/react-rsbuild-plugin": "0.
|
|
34
|
-
"@lynx-js/rspeedy": "0.
|
|
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
|
},
|