@lvce-editor/preview-sandbox-worker 2.0.0 → 2.1.0

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.
@@ -990,8 +990,6 @@ const create$1 = async ({
990
990
  return rpc;
991
991
  };
992
992
 
993
- const RendererWorker = 1;
994
-
995
993
  const createMockRpc = ({
996
994
  commandMap
997
995
  }) => {
@@ -1060,6 +1058,62 @@ const create = rpcId => {
1060
1058
  };
1061
1059
  };
1062
1060
 
1061
+ const Button$1 = 1;
1062
+ const Div$1 = 4;
1063
+ const H1$1 = 5;
1064
+ const Input$1 = 6;
1065
+ const Span$1 = 8;
1066
+ const Table$1 = 9;
1067
+ const TBody$1 = 10;
1068
+ const Td$1 = 11;
1069
+ const Th$1 = 13;
1070
+ const THead$1 = 14;
1071
+ const Tr$1 = 15;
1072
+ const Img$1 = 17;
1073
+ const Del$1 = 21;
1074
+ const H2$1 = 22;
1075
+ const H3$1 = 23;
1076
+ const H4$1 = 24;
1077
+ const H5$1 = 25;
1078
+ const H6$1 = 26;
1079
+ const Article$1 = 27;
1080
+ const Aside$1 = 28;
1081
+ const Footer$1 = 29;
1082
+ const Header$1 = 30;
1083
+ const Nav$1 = 40;
1084
+ const Section$1 = 41;
1085
+ const Search$1 = 42;
1086
+ const Dd$1 = 43;
1087
+ const Dl$1 = 44;
1088
+ const Figcaption$1 = 45;
1089
+ const Figure$1 = 46;
1090
+ const Hr$1 = 47;
1091
+ const Li$1 = 48;
1092
+ const Ol$1 = 49;
1093
+ const P$1 = 50;
1094
+ const Pre$1 = 51;
1095
+ const A$1 = 53;
1096
+ const Abbr$1 = 54;
1097
+ const Br$1 = 55;
1098
+ const Cite$1 = 56;
1099
+ const Data$1 = 57;
1100
+ const Time$1 = 58;
1101
+ const Tfoot$1 = 59;
1102
+ const Ul$1 = 60;
1103
+ const TextArea$1 = 62;
1104
+ const Select$1 = 63;
1105
+ const Option$1 = 64;
1106
+ const Code$1 = 65;
1107
+ const Label$1 = 66;
1108
+ const Dt$1 = 67;
1109
+ const Iframe$1 = 68;
1110
+ const Style = 72;
1111
+ const Html = 73;
1112
+ const Canvas$1 = 77;
1113
+ const Reference = 100;
1114
+
1115
+ const RendererWorker = 1;
1116
+
1063
1117
  const {
1064
1118
  invoke: invoke$1,
1065
1119
  set: set$3
@@ -1123,60 +1177,6 @@ const set$1 = (uid, instance) => {
1123
1177
  states$1.set(uid, instance);
1124
1178
  };
1125
1179
 
1126
- const Button$1 = 1;
1127
- const Div$1 = 4;
1128
- const H1$1 = 5;
1129
- const Input$1 = 6;
1130
- const Span$1 = 8;
1131
- const Table$1 = 9;
1132
- const TBody$1 = 10;
1133
- const Td$1 = 11;
1134
- const Th$1 = 13;
1135
- const THead$1 = 14;
1136
- const Tr$1 = 15;
1137
- const Img$1 = 17;
1138
- const Del$1 = 21;
1139
- const H2$1 = 22;
1140
- const H3$1 = 23;
1141
- const H4$1 = 24;
1142
- const H5$1 = 25;
1143
- const H6$1 = 26;
1144
- const Article$1 = 27;
1145
- const Aside$1 = 28;
1146
- const Footer$1 = 29;
1147
- const Header$1 = 30;
1148
- const Nav$1 = 40;
1149
- const Section$1 = 41;
1150
- const Search$1 = 42;
1151
- const Dd$1 = 43;
1152
- const Dl$1 = 44;
1153
- const Figcaption$1 = 45;
1154
- const Figure$1 = 46;
1155
- const Hr$1 = 47;
1156
- const Li$1 = 48;
1157
- const Ol$1 = 49;
1158
- const P$1 = 50;
1159
- const Pre$1 = 51;
1160
- const A$1 = 53;
1161
- const Abbr$1 = 54;
1162
- const Br$1 = 55;
1163
- const Cite$1 = 56;
1164
- const Data$1 = 57;
1165
- const Time$1 = 58;
1166
- const Tfoot$1 = 59;
1167
- const Ul$1 = 60;
1168
- const TextArea$1 = 62;
1169
- const Select$1 = 63;
1170
- const Option$1 = 64;
1171
- const Code$1 = 65;
1172
- const Label$1 = 66;
1173
- const Dt$1 = 67;
1174
- const Iframe$1 = 68;
1175
- const Style = 72;
1176
- const Html = 73;
1177
- const Canvas$1 = 77;
1178
- const Reference = 100;
1179
-
1180
1180
  const Text = 12;
1181
1181
 
1182
1182
  const text = data => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/preview-sandbox-worker",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Preview SandBox Worker",
5
5
  "repository": {
6
6
  "type": "git",