@ray-js/smart-ui 2.12.1-beta-6 → 2.12.1-beta-8

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.
@@ -19,6 +19,13 @@ export interface SmartIndexBarProps {
19
19
  * @default true
20
20
  */
21
21
  sticky?: boolean;
22
+ /**
23
+ * 滚动时是否开启上一个吸顶锚点的上推动画效果
24
+ *
25
+ * @version 2.12.1
26
+ * @default true
27
+ */
28
+ stickyPush?: boolean;
22
29
  /**
23
30
  * 锚点自动吸顶时与顶部的距离
24
31
  *
@@ -19,6 +19,13 @@ export interface SmartIndexBarProps {
19
19
  * @default true
20
20
  */
21
21
  sticky?: boolean;
22
+ /**
23
+ * 滚动时是否开启上一个吸顶锚点的上推动画效果
24
+ *
25
+ * @version 2.12.1
26
+ * @default true
27
+ */
28
+ stickyPush?: boolean;
22
29
  /**
23
30
  * 锚点自动吸顶时与顶部的距离
24
31
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "2.12.1-beta-6",
3
+ "version": "2.12.1-beta-8",
4
4
  "description": "轻量、可靠的智能小程序 UI 组件库",
5
5
  "scripts": {
6
6
  "syncMiniappData": "node ./build/syncMiniappData.js",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@ray-js/components-ty-slider": "^0.3.9",
45
- "@tuya-miniapp/smart-ui": "2.12.1-beta-6",
45
+ "@tuya-miniapp/smart-ui": "2.12.1-beta-8",
46
46
  "lodash-es": "^4.17.21"
47
47
  },
48
48
  "devDependencies": {