@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.js
CHANGED
|
@@ -3579,18 +3579,6 @@ var NumberInput = import_styled_components2.default.input`
|
|
|
3579
3579
|
width: 100%;
|
|
3580
3580
|
box-sizing: border-box;
|
|
3581
3581
|
`;
|
|
3582
|
-
var RangeRow = import_styled_components2.default.div`
|
|
3583
|
-
display: flex;
|
|
3584
|
-
align-items: center;
|
|
3585
|
-
gap: 0.5rem;
|
|
3586
|
-
`;
|
|
3587
|
-
var RangeValue = import_styled_components2.default.span`
|
|
3588
|
-
font-size: 0.75rem;
|
|
3589
|
-
font-family: monospace;
|
|
3590
|
-
opacity: 0.6;
|
|
3591
|
-
min-width: 3ch;
|
|
3592
|
-
text-align: right;
|
|
3593
|
-
`;
|
|
3594
3582
|
var CheckboxLabel = import_styled_components2.default.label`
|
|
3595
3583
|
display: flex;
|
|
3596
3584
|
align-items: center;
|