markuapad 0.2.3 → 0.2.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b622ab9d63527f5ead32ad0123959f420120aa98
4
- data.tar.gz: d6cd8fc4a1963b198726fd7b1253b8b2d9899d8c
3
+ metadata.gz: a73e60eb047f8610c7037366c6a304a8673b5290
4
+ data.tar.gz: e3168593c9a14df764d8d5cde3fa205b08e55a6f
5
5
  SHA512:
6
- metadata.gz: 0e5d84ac92d7a5990146c09b74e72e3916fd779f7b79ef2c72654782f7fd0f7cc69d38be4c95d462bd5243fbe626d522deb22f898dfb7fb757610ad11a411e33
7
- data.tar.gz: fcd2664917d478936d5784ca635e04db9048b1030abd4d1c842a13369f60dbe95041bb60d4c3dd1d9426f26211b1a370d1d757bd6881289e5a9c3fb76ca1460b
6
+ metadata.gz: 24be6acf0a9cc7596ec77b72dd83090512dc5a6651c08a0877fa7008db859e2dd20b20d0bdd7f87bdb147ccb565f41276b09415adb26b75d903186c99972d7be
7
+ data.tar.gz: 55d80d867f9b75f76352eb066731c56ca61e68cf788a9457edd1c32a5de4dd4a93e27dda7bbfc179a927c0c06a574b6b0d747bca5d5dd4a2aae2a262fa4fac08
@@ -55896,7 +55896,7 @@
55896
55896
 
55897
55897
  // Set up the timer to clear the flash message
55898
55898
  _this.timer = setTimeout(function () {
55899
- _this.setState({ error: null });
55899
+ _this.setState({ flash: null });
55900
55900
  }, 5000);
55901
55901
  });
55902
55902
  }
data/build/app.js CHANGED
@@ -55881,7 +55881,7 @@
55881
55881
 
55882
55882
  // Set up the timer to clear the flash message
55883
55883
  _this.timer = setTimeout(function () {
55884
- _this.setState({ error: null });
55884
+ _this.setState({ flash: null });
55885
55885
  }, 5000);
55886
55886
  });
55887
55887
  }
data/build/dist.js CHANGED
@@ -55896,7 +55896,7 @@
55896
55896
 
55897
55897
  // Set up the timer to clear the flash message
55898
55898
  _this.timer = setTimeout(function () {
55899
- _this.setState({ error: null });
55899
+ _this.setState({ flash: null });
55900
55900
  }, 5000);
55901
55901
  });
55902
55902
  }
data/build/web.js CHANGED
@@ -55889,7 +55889,7 @@
55889
55889
 
55890
55890
  // Set up the timer to clear the flash message
55891
55891
  _this.timer = setTimeout(function () {
55892
- _this.setState({ error: null });
55892
+ _this.setState({ flash: null });
55893
55893
  }, 5000);
55894
55894
  });
55895
55895
  }
@@ -1,3 +1,3 @@
1
1
  module Markuapad
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
data/src/jsx/toolbar.jsx CHANGED
@@ -26,7 +26,7 @@ class Toolbar extends React.Component {
26
26
 
27
27
  // Set up the timer to clear the flash message
28
28
  this.timer = setTimeout(() => {
29
- this.setState({ error: null })
29
+ this.setState({ flash: null })
30
30
  }, 5000)
31
31
  })
32
32
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markuapad
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Braden Simpson