@colisweb/rescript-toolkit 1.28.0 → 1.28.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colisweb/rescript-toolkit",
3
- "version": "1.28.0",
3
+ "version": "1.28.1",
4
4
  "scripts": {
5
5
  "clean": "rescript clean",
6
6
  "build": "rescript build",
@@ -45,7 +45,6 @@ let show = (~title, ~description=?, ~closable=true, ~variant, ~timeout=5000, ())
45
45
  timeout: timeout,
46
46
  }),
47
47
  )
48
- id
49
48
  }
50
49
 
51
50
  let remove = id => store.dispatch(Remove(id))
@@ -8,8 +8,7 @@ let show: (
8
8
  ~variant: variant,
9
9
  ~timeout: int=?, // default: 5000
10
10
  unit,
11
- ) => id
12
- let hide: id => unit
11
+ ) => unit
13
12
 
14
13
  module Provider: {
15
14
  @react.component