@next-bricks/advanced 0.49.7 → 0.49.8

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/types.json CHANGED
@@ -1303,26 +1303,6 @@
1303
1303
  ],
1304
1304
  "methods": []
1305
1305
  },
1306
- "eo-text-tooltip": {
1307
- "properties": [
1308
- {
1309
- "name": "label",
1310
- "annotation": {
1311
- "type": "keyword",
1312
- "value": "string"
1313
- }
1314
- },
1315
- {
1316
- "name": "lineClamp",
1317
- "annotation": {
1318
- "type": "keyword",
1319
- "value": "number"
1320
- }
1321
- }
1322
- ],
1323
- "events": [],
1324
- "methods": []
1325
- },
1326
1306
  "advanced.pdf-viewer": {
1327
1307
  "properties": [
1328
1308
  {
@@ -1367,6 +1347,26 @@
1367
1347
  "events": [],
1368
1348
  "methods": []
1369
1349
  },
1350
+ "eo-text-tooltip": {
1351
+ "properties": [
1352
+ {
1353
+ "name": "label",
1354
+ "annotation": {
1355
+ "type": "keyword",
1356
+ "value": "string"
1357
+ }
1358
+ },
1359
+ {
1360
+ "name": "lineClamp",
1361
+ "annotation": {
1362
+ "type": "keyword",
1363
+ "value": "number"
1364
+ }
1365
+ }
1366
+ ],
1367
+ "events": [],
1368
+ "methods": []
1369
+ },
1370
1370
  "advanced.capture-snapshot": {
1371
1371
  "type": "provider",
1372
1372
  "params": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/advanced",
3
- "version": "0.49.7",
3
+ "version": "0.49.8",
4
4
  "homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/advanced",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,5 +45,5 @@
45
45
  "@next-bricks/icons": "*",
46
46
  "@next-bricks/markdown": "*"
47
47
  },
48
- "gitHead": "2332fda0d51aafd84d08144f3659fc01cff28412"
48
+ "gitHead": "30d507c1ee8feb2f59f9ba66a091a7416592808f"
49
49
  }