@yaoxiu/marketing-dsl 1.5.1 → 1.5.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.
@@ -2956,7 +2956,6 @@ var imageBanner = {
2956
2956
  height: "auto",
2957
2957
  layout: "flow",
2958
2958
  style: { radius: 8, maxWidth: 1200, overflow: "hidden" },
2959
- onShow: { type: "track", event: "banner_show", params: { banner: "autumn" } },
2960
2959
  onClose: {
2961
2960
  type: "track",
2962
2961
  event: "banner_dismiss",
@@ -2859,7 +2859,6 @@ var imageBanner = {
2859
2859
  height: "auto",
2860
2860
  layout: "flow",
2861
2861
  style: { radius: 8, maxWidth: 1200, overflow: "hidden" },
2862
- onShow: { type: "track", event: "banner_show", params: { banner: "autumn" } },
2863
2862
  onClose: {
2864
2863
  type: "track",
2865
2864
  event: "banner_dismiss",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaoxiu/marketing-dsl",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "type": "module",
5
5
  "description": "营销弹窗 DSL 解释器核心,纯逻辑无框架依赖",
6
6
  "license": "MIT",