@antimatter-audio/antimatter-ui 7.0.0 → 7.0.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -727,7 +727,7 @@ var useSlider = function(param) {
727
727
  end: mockProperties === null || mockProperties === void 0 ? void 0 : mockProperties.end
728
728
  }));
729
729
  setScaledValue(mockInitialScaledValue);
730
- sliderState.setNormalizedValue(mockInitialScaledValue);
730
+ setNormalizedValue(mockInitialScaledValue);
731
731
  return;
732
732
  } else {
733
733
  var valueListenerId = sliderState.valueChangedEvent.addListener(function() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antimatter-audio/antimatter-ui",
3
- "version": "7.0.0",
3
+ "version": "7.0.2",
4
4
  "description": "React UI component library for Antimatter Audio.",
5
5
  "repository": {
6
6
  "type": "git",