@internetstiftelsen/styleguide 2.26.20 → 2.26.21

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.
@@ -57,7 +57,7 @@ var VideoGuidePlayback = function () {
57
57
  };
58
58
 
59
59
  this.resetState = function () {
60
- _this.setPlayActive();
60
+ _this.setPauseActive();
61
61
  _this.clearState();
62
62
  _this.setBackwardState(false);
63
63
  _this.setForwardState(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetstiftelsen/styleguide",
3
- "version": "2.26.20",
3
+ "version": "2.26.21",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -141,7 +141,7 @@ export default class VideoGuidePlayback {
141
141
  };
142
142
 
143
143
  resetState = () => {
144
- this.setPlayActive();
144
+ this.setPauseActive();
145
145
  this.clearState();
146
146
  this.setBackwardState(false);
147
147
  this.setForwardState(false);