@wix/editor-react-types 1.0.19 → 1.0.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-types",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "React types for Wix Editor components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -50,5 +50,5 @@
50
50
  }
51
51
  },
52
52
  "type": "module",
53
- "falconPackageHash": "52e6cc63cabd4a59dd083a27f242a18e66d6a911bf5f7efd3e06e87a"
53
+ "falconPackageHash": "71c9ec40647bb492e8264b41f6e817f0a376cf1b53e13956d4ea4b00"
54
54
  }
package/src/index.ts CHANGED
@@ -4,7 +4,6 @@ export type { Video, VideoSource, AdaptiveVideoSource, VideoSourceType } from '.
4
4
  export type { VectorArt } from './vectorArt'
5
5
  export type { A11y } from './a11y'
6
6
  export type { Audio, AudioSource } from './audio'
7
- export type { BuilderAudio } from './builderAudio'
8
7
  export type { MenuItems, MenuItem } from './menuItems'
9
8
  export type { Wix } from './wix'
10
9
  export type {
@@ -1,4 +0,0 @@
1
- import type { Audio } from './audio';
2
- /** @deprecated Use Audio instead (should be deleted) */
3
- export type BuilderAudio = Audio;
4
- //# sourceMappingURL=builderAudio.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"builderAudio.d.ts","sourceRoot":"","sources":["../src/builderAudio.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAEpC,wDAAwD;AACxD,MAAM,MAAM,YAAY,GAAG,KAAK,CAAA"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=builderAudio.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"builderAudio.js","sourceRoot":"","sources":["../src/builderAudio.ts"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- import type { Audio } from './audio'
2
-
3
- /** @deprecated Use Audio instead (should be deleted) */
4
- export type BuilderAudio = Audio