@next-bricks/presentational-bricks 1.240.2 → 1.241.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.
package/dist/stories.json CHANGED
@@ -12339,7 +12339,7 @@
12339
12339
  "name": "autoplaySpeed",
12340
12340
  "type": "number",
12341
12341
  "required": "false",
12342
- "default": "1000",
12342
+ "default": "3000",
12343
12343
  "description": "自定义轮播项的停留时间",
12344
12344
  "group": "advanced"
12345
12345
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.240.2",
3
+ "version": "1.241.2",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/presentational-bricks",
6
6
  "license": "GPL-3.0",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@fortawesome/fontawesome-svg-core": "^1.2.35",
32
- "@next-core/custom-antd-styles": "^1.23.21",
32
+ "@next-core/custom-antd-styles": "^1.24.1",
33
33
  "@next-libs/basic-components": "^3.4.0",
34
34
  "@next-libs/clipboard": "^3.0.2",
35
35
  "@next-libs/cmdb-utils": "^3.1.0",
@@ -55,5 +55,5 @@
55
55
  "@next-dll/ace": "*",
56
56
  "@next-dll/react-dnd": "*"
57
57
  },
58
- "gitHead": "e1684584c0048dfe53f65bf9823ad3c4bb6c8283"
58
+ "gitHead": "a50e0ceb8edf1b0441472e6a3de1a57f58295223"
59
59
  }