@mieweb/ui 0.7.1-dev.2 → 0.7.1-dev.3
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/{chunk-MCCO4A23.js → chunk-BKKP35YK.js} +156 -18
- package/dist/chunk-BKKP35YK.js.map +1 -0
- package/dist/{chunk-7VF6WO7H.cjs → chunk-WTDUNCGI.cjs} +156 -18
- package/dist/chunk-WTDUNCGI.cjs.map +1 -0
- package/dist/components/MediaEditor/index.cjs +6 -6
- package/dist/components/MediaEditor/index.js +1 -1
- package/dist/index.cjs +6 -6
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/dist/chunk-7VF6WO7H.cjs.map +0 -1
- package/dist/chunk-MCCO4A23.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { FillerWordsModal, MediaEditor, SilenceSettingsModal, SpeedMarkerMenu, WordEditorModal } from '../../chunk-
|
|
1
|
+
export { FillerWordsModal, MediaEditor, SilenceSettingsModal, SpeedMarkerMenu, WordEditorModal } from '../../chunk-BKKP35YK.js';
|
|
2
2
|
import '../../chunk-JBB25LFB.js';
|
|
3
3
|
import '../../chunk-KOCTIB6U.js';
|
|
4
4
|
import '../../chunk-XCLQZ4FV.js';
|
package/dist/index.cjs
CHANGED
|
@@ -38,7 +38,7 @@ var chunkBB4WQ4LV_cjs = require('./chunk-BB4WQ4LV.cjs');
|
|
|
38
38
|
var chunkCVC4NWFA_cjs = require('./chunk-CVC4NWFA.cjs');
|
|
39
39
|
var chunkKBEKQMVY_cjs = require('./chunk-KBEKQMVY.cjs');
|
|
40
40
|
var chunkCKD554XR_cjs = require('./chunk-CKD554XR.cjs');
|
|
41
|
-
var
|
|
41
|
+
var chunkWTDUNCGI_cjs = require('./chunk-WTDUNCGI.cjs');
|
|
42
42
|
var chunkGOKC4CCZ_cjs = require('./chunk-GOKC4CCZ.cjs');
|
|
43
43
|
require('./chunk-GLXTVCHN.cjs');
|
|
44
44
|
var chunkBYUV3IZV_cjs = require('./chunk-BYUV3IZV.cjs');
|
|
@@ -43221,23 +43221,23 @@ Object.defineProperty(exports, "FenceBlock", {
|
|
|
43221
43221
|
});
|
|
43222
43222
|
Object.defineProperty(exports, "FillerWordsModal", {
|
|
43223
43223
|
enumerable: true,
|
|
43224
|
-
get: function () { return
|
|
43224
|
+
get: function () { return chunkWTDUNCGI_cjs.FillerWordsModal; }
|
|
43225
43225
|
});
|
|
43226
43226
|
Object.defineProperty(exports, "MediaEditor", {
|
|
43227
43227
|
enumerable: true,
|
|
43228
|
-
get: function () { return
|
|
43228
|
+
get: function () { return chunkWTDUNCGI_cjs.MediaEditor; }
|
|
43229
43229
|
});
|
|
43230
43230
|
Object.defineProperty(exports, "SilenceSettingsModal", {
|
|
43231
43231
|
enumerable: true,
|
|
43232
|
-
get: function () { return
|
|
43232
|
+
get: function () { return chunkWTDUNCGI_cjs.SilenceSettingsModal; }
|
|
43233
43233
|
});
|
|
43234
43234
|
Object.defineProperty(exports, "SpeedMarkerMenu", {
|
|
43235
43235
|
enumerable: true,
|
|
43236
|
-
get: function () { return
|
|
43236
|
+
get: function () { return chunkWTDUNCGI_cjs.SpeedMarkerMenu; }
|
|
43237
43237
|
});
|
|
43238
43238
|
Object.defineProperty(exports, "WordEditorModal", {
|
|
43239
43239
|
enumerable: true,
|
|
43240
|
-
get: function () { return
|
|
43240
|
+
get: function () { return chunkWTDUNCGI_cjs.WordEditorModal; }
|
|
43241
43241
|
});
|
|
43242
43242
|
Object.defineProperty(exports, "Slider", {
|
|
43243
43243
|
enumerable: true,
|
package/dist/index.js
CHANGED
|
@@ -47,7 +47,7 @@ export { HtmlPreviewBlock } from './chunk-UFYXU7KV.js';
|
|
|
47
47
|
export { MermaidBlock } from './chunk-T3RWXOCM.js';
|
|
48
48
|
export { SurveyBlock } from './chunk-I2W24RHW.js';
|
|
49
49
|
export { FenceBlock } from './chunk-RHYIFIT5.js';
|
|
50
|
-
export { FillerWordsModal, MediaEditor, SilenceSettingsModal, SpeedMarkerMenu, WordEditorModal } from './chunk-
|
|
50
|
+
export { FillerWordsModal, MediaEditor, SilenceSettingsModal, SpeedMarkerMenu, WordEditorModal } from './chunk-BKKP35YK.js';
|
|
51
51
|
export { Slider, sliderRangeVariants, sliderThumbVariants, sliderTrackVariants } from './chunk-JBB25LFB.js';
|
|
52
52
|
import './chunk-RISZWWEQ.js';
|
|
53
53
|
export { MediaPlayer, inferMediaKind, mediaPlayerVariants } from './chunk-KOCTIB6U.js';
|