@underverse-ui/underverse 1.0.74 → 1.0.76
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/api-reference.json +30 -2
- package/dist/index.cjs +3882 -3131
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +189 -1
- package/dist/index.d.ts +189 -1
- package/dist/index.js +3639 -2885
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/api-reference.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@underverse-ui/underverse",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.76",
|
|
4
4
|
"sourceEntry": "src/index.ts",
|
|
5
|
-
"totalExports":
|
|
5
|
+
"totalExports": 225,
|
|
6
6
|
"exports": [
|
|
7
7
|
{
|
|
8
8
|
"name": "*",
|
|
@@ -1372,6 +1372,20 @@
|
|
|
1372
1372
|
"local": false,
|
|
1373
1373
|
"aliasOf": "default"
|
|
1374
1374
|
},
|
|
1375
|
+
{
|
|
1376
|
+
"name": "UEditorFontFamilyOption",
|
|
1377
|
+
"kind": "type",
|
|
1378
|
+
"source": "./components/UEditor",
|
|
1379
|
+
"reexport": true,
|
|
1380
|
+
"local": false
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"name": "UEditorFontSizeOption",
|
|
1384
|
+
"kind": "type",
|
|
1385
|
+
"source": "./components/UEditor",
|
|
1386
|
+
"reexport": true,
|
|
1387
|
+
"local": false
|
|
1388
|
+
},
|
|
1375
1389
|
{
|
|
1376
1390
|
"name": "UEditorInlineUploadedItem",
|
|
1377
1391
|
"kind": "type",
|
|
@@ -1379,6 +1393,20 @@
|
|
|
1379
1393
|
"reexport": true,
|
|
1380
1394
|
"local": false
|
|
1381
1395
|
},
|
|
1396
|
+
{
|
|
1397
|
+
"name": "UEditorLetterSpacingOption",
|
|
1398
|
+
"kind": "type",
|
|
1399
|
+
"source": "./components/UEditor",
|
|
1400
|
+
"reexport": true,
|
|
1401
|
+
"local": false
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"name": "UEditorLineHeightOption",
|
|
1405
|
+
"kind": "type",
|
|
1406
|
+
"source": "./components/UEditor",
|
|
1407
|
+
"reexport": true,
|
|
1408
|
+
"local": false
|
|
1409
|
+
},
|
|
1382
1410
|
{
|
|
1383
1411
|
"name": "UEditorPrepareContentForSaveError",
|
|
1384
1412
|
"kind": "value",
|