tiptapify 0.0.14 → 0.0.16
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/README.md +1 -1
- package/dist/tiptapify.css +1 -1
- package/dist/tiptapify.mjs +20975 -24023
- package/dist/tiptapify.umd.js +37 -37
- package/package.json +1 -1
- package/src/components/Tiptapify.vue +25 -31
- package/src/components/Toolbar/Items.vue +0 -3
- package/src/components/Toolbar/items.ts +1 -6
- package/src/composables/Toolbar/Misc/useInvisibleCharacters.ts +1 -1
- package/src/extensions/components/Emoji.vue +71 -17
- package/src/extensions/emoji/activities.ts +0 -88
- package/src/extensions/emoji/animals_and_nature.ts +0 -56
- package/src/extensions/emoji/flags.ts +0 -48
- package/src/extensions/emoji/food_and_drink.ts +0 -16
- package/src/extensions/emoji/objects.ts +0 -400
- package/src/extensions/emoji/people_and_body.ts +52 -1372
- package/src/extensions/emoji/smileys_and_emotion.ts +0 -128
- package/src/extensions/emoji/symbols.ts +0 -552
- package/src/extensions/emoji/travel_and_places.ts +0 -392
- package/src/types/toolbarItems.ts +0 -2
- package/src/components/Toolbar/Toggle.vue +0 -30
|
@@ -159,14 +159,6 @@ export default [
|
|
|
159
159
|
"group": "Smileys & Emotion",
|
|
160
160
|
"subgroup": "face-affection"
|
|
161
161
|
},
|
|
162
|
-
{
|
|
163
|
-
"codes": "263A",
|
|
164
|
-
"char": "☺",
|
|
165
|
-
"name": "smiling face",
|
|
166
|
-
"category": "Smileys & Emotion (face-affection)",
|
|
167
|
-
"group": "Smileys & Emotion",
|
|
168
|
-
"subgroup": "face-affection"
|
|
169
|
-
},
|
|
170
162
|
{
|
|
171
163
|
"codes": "1F61A",
|
|
172
164
|
"char": "😚",
|
|
@@ -351,14 +343,6 @@ export default [
|
|
|
351
343
|
"group": "Smileys & Emotion",
|
|
352
344
|
"subgroup": "face-neutral-skeptical"
|
|
353
345
|
},
|
|
354
|
-
{
|
|
355
|
-
"codes": "1F636 200D 1F32B",
|
|
356
|
-
"char": "😶🌫",
|
|
357
|
-
"name": "face in clouds",
|
|
358
|
-
"category": "Smileys & Emotion (face-neutral-skeptical)",
|
|
359
|
-
"group": "Smileys & Emotion",
|
|
360
|
-
"subgroup": "face-neutral-skeptical"
|
|
361
|
-
},
|
|
362
346
|
{
|
|
363
347
|
"codes": "1F60F",
|
|
364
348
|
"char": "😏",
|
|
@@ -423,14 +407,6 @@ export default [
|
|
|
423
407
|
"group": "Smileys & Emotion",
|
|
424
408
|
"subgroup": "face-neutral-skeptical"
|
|
425
409
|
},
|
|
426
|
-
{
|
|
427
|
-
"codes": "1F642 200D 2194",
|
|
428
|
-
"char": "🙂↔",
|
|
429
|
-
"name": "head shaking horizontally",
|
|
430
|
-
"category": "Smileys & Emotion (face-neutral-skeptical)",
|
|
431
|
-
"group": "Smileys & Emotion",
|
|
432
|
-
"subgroup": "face-neutral-skeptical"
|
|
433
|
-
},
|
|
434
410
|
{
|
|
435
411
|
"codes": "1F642 200D 2195 FE0F",
|
|
436
412
|
"char": "🙂↕️",
|
|
@@ -439,14 +415,6 @@ export default [
|
|
|
439
415
|
"group": "Smileys & Emotion",
|
|
440
416
|
"subgroup": "face-neutral-skeptical"
|
|
441
417
|
},
|
|
442
|
-
{
|
|
443
|
-
"codes": "1F642 200D 2195",
|
|
444
|
-
"char": "🙂↕",
|
|
445
|
-
"name": "head shaking vertically",
|
|
446
|
-
"category": "Smileys & Emotion (face-neutral-skeptical)",
|
|
447
|
-
"group": "Smileys & Emotion",
|
|
448
|
-
"subgroup": "face-neutral-skeptical"
|
|
449
|
-
},
|
|
450
418
|
{
|
|
451
419
|
"codes": "1F60C",
|
|
452
420
|
"char": "😌",
|
|
@@ -679,14 +647,6 @@ export default [
|
|
|
679
647
|
"group": "Smileys & Emotion",
|
|
680
648
|
"subgroup": "face-concerned"
|
|
681
649
|
},
|
|
682
|
-
{
|
|
683
|
-
"codes": "2639",
|
|
684
|
-
"char": "☹",
|
|
685
|
-
"name": "frowning face",
|
|
686
|
-
"category": "Smileys & Emotion (face-concerned)",
|
|
687
|
-
"group": "Smileys & Emotion",
|
|
688
|
-
"subgroup": "face-concerned"
|
|
689
|
-
},
|
|
690
650
|
{
|
|
691
651
|
"codes": "1F62E",
|
|
692
652
|
"char": "😮",
|
|
@@ -919,14 +879,6 @@ export default [
|
|
|
919
879
|
"group": "Smileys & Emotion",
|
|
920
880
|
"subgroup": "face-negative"
|
|
921
881
|
},
|
|
922
|
-
{
|
|
923
|
-
"codes": "2620",
|
|
924
|
-
"char": "☠",
|
|
925
|
-
"name": "skull and crossbones",
|
|
926
|
-
"category": "Smileys & Emotion (face-negative)",
|
|
927
|
-
"group": "Smileys & Emotion",
|
|
928
|
-
"subgroup": "face-negative"
|
|
929
|
-
},
|
|
930
882
|
{
|
|
931
883
|
"codes": "1F4A9",
|
|
932
884
|
"char": "💩",
|
|
@@ -1167,14 +1119,6 @@ export default [
|
|
|
1167
1119
|
"group": "Smileys & Emotion",
|
|
1168
1120
|
"subgroup": "heart"
|
|
1169
1121
|
},
|
|
1170
|
-
{
|
|
1171
|
-
"codes": "2763",
|
|
1172
|
-
"char": "❣",
|
|
1173
|
-
"name": "heart exclamation",
|
|
1174
|
-
"category": "Smileys & Emotion (heart)",
|
|
1175
|
-
"group": "Smileys & Emotion",
|
|
1176
|
-
"subgroup": "heart"
|
|
1177
|
-
},
|
|
1178
1122
|
{
|
|
1179
1123
|
"codes": "1F494",
|
|
1180
1124
|
"char": "💔",
|
|
@@ -1191,14 +1135,6 @@ export default [
|
|
|
1191
1135
|
"group": "Smileys & Emotion",
|
|
1192
1136
|
"subgroup": "heart"
|
|
1193
1137
|
},
|
|
1194
|
-
{
|
|
1195
|
-
"codes": "2764 200D 1F525",
|
|
1196
|
-
"char": "❤🔥",
|
|
1197
|
-
"name": "heart on fire",
|
|
1198
|
-
"category": "Smileys & Emotion (heart)",
|
|
1199
|
-
"group": "Smileys & Emotion",
|
|
1200
|
-
"subgroup": "heart"
|
|
1201
|
-
},
|
|
1202
1138
|
{
|
|
1203
1139
|
"codes": "2764 FE0F 200D 1FA79",
|
|
1204
1140
|
"char": "❤️🩹",
|
|
@@ -1207,14 +1143,6 @@ export default [
|
|
|
1207
1143
|
"group": "Smileys & Emotion",
|
|
1208
1144
|
"subgroup": "heart"
|
|
1209
1145
|
},
|
|
1210
|
-
{
|
|
1211
|
-
"codes": "2764 200D 1FA79",
|
|
1212
|
-
"char": "❤🩹",
|
|
1213
|
-
"name": "mending heart",
|
|
1214
|
-
"category": "Smileys & Emotion (heart)",
|
|
1215
|
-
"group": "Smileys & Emotion",
|
|
1216
|
-
"subgroup": "heart"
|
|
1217
|
-
},
|
|
1218
1146
|
{
|
|
1219
1147
|
"codes": "2764 FE0F",
|
|
1220
1148
|
"char": "❤️",
|
|
@@ -1223,14 +1151,6 @@ export default [
|
|
|
1223
1151
|
"group": "Smileys & Emotion",
|
|
1224
1152
|
"subgroup": "heart"
|
|
1225
1153
|
},
|
|
1226
|
-
{
|
|
1227
|
-
"codes": "2764",
|
|
1228
|
-
"char": "❤",
|
|
1229
|
-
"name": "red heart",
|
|
1230
|
-
"category": "Smileys & Emotion (heart)",
|
|
1231
|
-
"group": "Smileys & Emotion",
|
|
1232
|
-
"subgroup": "heart"
|
|
1233
|
-
},
|
|
1234
1154
|
{
|
|
1235
1155
|
"codes": "1FA77",
|
|
1236
1156
|
"char": "🩷",
|
|
@@ -1383,14 +1303,6 @@ export default [
|
|
|
1383
1303
|
"group": "Smileys & Emotion",
|
|
1384
1304
|
"subgroup": "emotion"
|
|
1385
1305
|
},
|
|
1386
|
-
{
|
|
1387
|
-
"codes": "1F573",
|
|
1388
|
-
"char": "🕳",
|
|
1389
|
-
"name": "hole",
|
|
1390
|
-
"category": "Smileys & Emotion (emotion)",
|
|
1391
|
-
"group": "Smileys & Emotion",
|
|
1392
|
-
"subgroup": "emotion"
|
|
1393
|
-
},
|
|
1394
1306
|
{
|
|
1395
1307
|
"codes": "1F4AC",
|
|
1396
1308
|
"char": "💬",
|
|
@@ -1407,30 +1319,6 @@ export default [
|
|
|
1407
1319
|
"group": "Smileys & Emotion",
|
|
1408
1320
|
"subgroup": "emotion"
|
|
1409
1321
|
},
|
|
1410
|
-
{
|
|
1411
|
-
"codes": "1F441 200D 1F5E8 FE0F",
|
|
1412
|
-
"char": "👁🗨️",
|
|
1413
|
-
"name": "eye in speech bubble",
|
|
1414
|
-
"category": "Smileys & Emotion (emotion)",
|
|
1415
|
-
"group": "Smileys & Emotion",
|
|
1416
|
-
"subgroup": "emotion"
|
|
1417
|
-
},
|
|
1418
|
-
{
|
|
1419
|
-
"codes": "1F441 FE0F 200D 1F5E8",
|
|
1420
|
-
"char": "👁️🗨",
|
|
1421
|
-
"name": "eye in speech bubble",
|
|
1422
|
-
"category": "Smileys & Emotion (emotion)",
|
|
1423
|
-
"group": "Smileys & Emotion",
|
|
1424
|
-
"subgroup": "emotion"
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"codes": "1F441 200D 1F5E8",
|
|
1428
|
-
"char": "👁🗨",
|
|
1429
|
-
"name": "eye in speech bubble",
|
|
1430
|
-
"category": "Smileys & Emotion (emotion)",
|
|
1431
|
-
"group": "Smileys & Emotion",
|
|
1432
|
-
"subgroup": "emotion"
|
|
1433
|
-
},
|
|
1434
1322
|
{
|
|
1435
1323
|
"codes": "1F5E8 FE0F",
|
|
1436
1324
|
"char": "🗨️",
|
|
@@ -1439,14 +1327,6 @@ export default [
|
|
|
1439
1327
|
"group": "Smileys & Emotion",
|
|
1440
1328
|
"subgroup": "emotion"
|
|
1441
1329
|
},
|
|
1442
|
-
{
|
|
1443
|
-
"codes": "1F5E8",
|
|
1444
|
-
"char": "🗨",
|
|
1445
|
-
"name": "left speech bubble",
|
|
1446
|
-
"category": "Smileys & Emotion (emotion)",
|
|
1447
|
-
"group": "Smileys & Emotion",
|
|
1448
|
-
"subgroup": "emotion"
|
|
1449
|
-
},
|
|
1450
1330
|
{
|
|
1451
1331
|
"codes": "1F5EF FE0F",
|
|
1452
1332
|
"char": "🗯️",
|
|
@@ -1455,14 +1335,6 @@ export default [
|
|
|
1455
1335
|
"group": "Smileys & Emotion",
|
|
1456
1336
|
"subgroup": "emotion"
|
|
1457
1337
|
},
|
|
1458
|
-
{
|
|
1459
|
-
"codes": "1F5EF",
|
|
1460
|
-
"char": "🗯",
|
|
1461
|
-
"name": "right anger bubble",
|
|
1462
|
-
"category": "Smileys & Emotion (emotion)",
|
|
1463
|
-
"group": "Smileys & Emotion",
|
|
1464
|
-
"subgroup": "emotion"
|
|
1465
|
-
},
|
|
1466
1338
|
{
|
|
1467
1339
|
"codes": "1F4AD",
|
|
1468
1340
|
"char": "💭",
|