@waveform-playlist/spectrogram 7.0.0 → 7.1.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/dist/index.js +0 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -3536,18 +3536,6 @@ var NumberInput = styled2.input`
|
|
|
3536
3536
|
width: 100%;
|
|
3537
3537
|
box-sizing: border-box;
|
|
3538
3538
|
`;
|
|
3539
|
-
var RangeRow = styled2.div`
|
|
3540
|
-
display: flex;
|
|
3541
|
-
align-items: center;
|
|
3542
|
-
gap: 0.5rem;
|
|
3543
|
-
`;
|
|
3544
|
-
var RangeValue = styled2.span`
|
|
3545
|
-
font-size: 0.75rem;
|
|
3546
|
-
font-family: monospace;
|
|
3547
|
-
opacity: 0.6;
|
|
3548
|
-
min-width: 3ch;
|
|
3549
|
-
text-align: right;
|
|
3550
|
-
`;
|
|
3551
3539
|
var CheckboxLabel = styled2.label`
|
|
3552
3540
|
display: flex;
|
|
3553
3541
|
align-items: center;
|