@next-bricks/basic-bricks 1.258.12 → 1.258.13

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
@@ -5853,6 +5853,11 @@
5853
5853
  "group": "basic"
5854
5854
  }
5855
5855
  ],
5856
+ "events": [
5857
+ {
5858
+ "type": "time.change"
5859
+ }
5860
+ ],
5856
5861
  "methods": [
5857
5862
  {
5858
5863
  "name": "reStartTimer",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.258.12",
3
+ "version": "1.258.13",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
6
6
  "license": "GPL-3.0",
@@ -54,5 +54,5 @@
54
54
  "immutability-helper": "^3.1.1"
55
55
  },
56
56
  "sideEffects": true,
57
- "gitHead": "372a40dcbe2b05ab460a3f4fceabfd32135e1dc2"
57
+ "gitHead": "eb8f25bdc6bc334e8ad16ba648b8e16f295f4298"
58
58
  }