vue-audio-ui 0.1.5 → 0.1.6
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/src/lib/v-a-analog-meter.vue.d.ts +3 -9
- package/dist/src/lib/v-a-digital-meter-stereo.vue.d.ts +4 -16
- package/dist/src/lib/v-a-digital-meter.vue.d.ts +3 -9
- package/dist/src/lib/v-a-mod-matrix.vue.d.ts +2 -8
- package/dist/src/lib/v-a-oscilloscope.vue.d.ts +2 -8
- package/dist/src/lib/v-a-spectrum-analyzer.vue.d.ts +2 -8
- package/dist/vue-audio-ui.cjs +5 -5
- package/dist/vue-audio-ui.css +1 -1
- package/dist/vue-audio-ui.js +196 -181
- package/dist/vue-audio-ui.umd.cjs +6 -6
- package/package.json +3 -6
package/dist/vue-audio-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.meter-container[data-v-
|
|
1
|
+
.meter-container[data-v-984809e7]{display:inline-block}.visualizer-canvas[data-v-f20165f6]{display:inline-block;cursor:move}.--no-text-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.stereo-meter-container[data-v-f5aea9e4]{display:flex;flex-direction:row;align-items:flex-end;gap:4px}.meter-channel[data-v-f5aea9e4]{margin:0}.fader-container[data-v-9d74edfd]{width:var(--fader-width);height:var(--fader-height);position:relative}.fader-head[data-v-9d74edfd]{max-width:var(--fader-width);max-height:var(--fader-height);cursor:move;position:absolute;top:var(--fader-head-top);left:50%;translate:-50% 0}.fader-head[data-v-9d74edfd] img{max-width:var(--fader-width);max-height:var(--fader-height);display:block;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none}.fader-head[data-v-9d74edfd] svg{max-width:var(--fader-width);max-height:var(--fader-height)}.fader-background[data-v-9d74edfd]{width:var(--fader-width);height:var(--fader-height);position:absolute}.fader-background[data-v-9d74edfd] img{width:100%!important;height:100%!important;display:block;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none}.fader-background[data-v-9d74edfd] svg{width:100%!important;height:100%!important;display:block}.spacer[data-v-9d74edfd]{width:var(--fader-width);height:var(--fader-height);visibility:hidden}.st0[data-v-3cef4f4a]{fill:#4d4d4d}.st1[data-v-3cef4f4a]{fill:#939598}.st2[data-v-3cef4f4a]{fill:#fff}.st3[data-v-3cef4f4a]{fill:none;stroke:#fff;stroke-width:1.7417;stroke-linecap:round;stroke-miterlimit:10}.knob-row[data-v-516025e9]{justify-content:center;display:flex}.knob-shadow[data-v-516025e9]{-webkit-box-shadow:0px 0px 8px var(--shadowColor);box-shadow:0 0 8px var(--shadowColor)}.knob-container[data-v-516025e9]{border-radius:50%;line-height:0px!important;cursor:move}.knob-container[data-v-516025e9] svg{width:100%!important;height:auto!important;display:block}.knob-container[data-v-516025e9] img{width:100%!important;height:auto!important;display:block}.control-container[data-v-516025e9]{display:inline-block}.analyser-canvas[data-v-e2050d2b]{display:block;border:1px solid;border-color:var(--border-color)}button[data-v-87a8a5ae],input[type=submit][data-v-87a8a5ae],input[type=reset][data-v-87a8a5ae]{background:none;color:inherit;border-radius:4px;border:solid 1px black;font:inherit;cursor:pointer;outline:inherit}.button[data-v-87a8a5ae]{cursor:pointer}.button-on[data-v-87a8a5ae]{box-shadow:inset 0 0 10px 3px var(--on-color)}.button-off[data-v-87a8a5ae]{box-shadow:inset 0 0 5px 5px #d3d3d3}.graph-container[data-v-f87b5263]{display:inline-block;margin:auto;width:-webkit-fit-content;width:fit-content;border:2px solid gray}svg[data-v-f87b5263]{display:block}#attackAnchorGhost[data-v-f87b5263],#attackAnchor[data-v-f87b5263]{cursor:ew-resize}#decaySustainAnchorGhost[data-v-f87b5263],#decaySustainAnchor[data-v-f87b5263]{cursor:move}#releaseAnchorGhost[data-v-f87b5263],#releaseAnchor[data-v-f87b5263]{cursor:ew-resize}.dragging[data-v-f87b5263]{cursor:none}.value-label[data-v-f87b5263]{display:block;float:left;padding:0 10px;-webkit-user-select:none;user-select:none}.component-container[data-v-f87b5263]{justify-content:center;display:flex}.numbox[data-v-41e990e3]{display:flex;align-items:center;gap:.2em;min-width:3ch;padding:.2em .4em .2em .3em;-webkit-user-select:none;user-select:none;width:var(--numbox-width)}.numbox.show-border[data-v-41e990e3]{border:1px solid var(--border-color)}.numbox[data-v-41e990e3]:hover{cursor:pointer}.num-trianlge[data-v-41e990e3]{flex:0 0 auto}.num-value[data-v-41e990e3]{flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}input[type=number][data-v-41e990e3]{font-family:inherit;font-size:inherit}.matrix-row[data-v-778558a2]{display:flex}.matrix-cell[data-v-778558a2]{padding:4px;width:80px;display:flex;justify-content:center;align-items:center}.source-label[data-v-778558a2]{width:80px;text-align:right;padding-right:8px}.destination-label[data-v-778558a2]{text-align:center}.keyboard[data-v-25deb579]{padding-left:0;border-radius:5px;height:140px}.keyboard .key[data-v-25deb579]{position:relative;width:30px;height:130px;border:1px solid black;border-right:none;background:#fff;border-radius:5px;cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-block}.keyboard.disabled .key[data-v-25deb579]{cursor:default}.keyboard .black-key[data-v-25deb579]{position:absolute;top:-1px;left:20px;width:20px;height:80px;background:#000;border-radius:5px;box-shadow:0 3px 5px #666;z-index:2;-webkit-user-select:none;user-select:none;display:inline-block}.keyboard>.octave-section:last-child>.key[data-v-25deb579]:last-child{border-right:1px solid black}.octave-section[data-v-25deb579]{display:inline-block}
|