@antimatter-audio/antimatter-ui 10.7.1 → 10.7.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
@@ -1916,7 +1916,7 @@ function Slider(param) {
1916
1916
  }, getBarTransformStyles({
1917
1917
  orientation: sliderOrientation,
1918
1918
  polarity: polarity,
1919
- normalisedValue: normalisedValue * 100
1919
+ normalisedValue: normalisedValue
1920
1920
  }))
1921
1921
  }) : ''), /*#__PURE__*/ React__default.createElement(Label, {
1922
1922
  padding: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antimatter-audio/antimatter-ui",
3
- "version": "10.7.1",
3
+ "version": "10.7.2",
4
4
  "description": "React UI component library for Antimatter Audio.",
5
5
  "repository": {
6
6
  "type": "git",