@fileverse-dev/ddoc 2.1.4-patch-3 → 2.1.4-patch-4

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.
Files changed (2) hide show
  1. package/dist/index.es.js +62 -62
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -139207,128 +139207,128 @@ const nzt = un.create({
139207
139207
  addInputRules() {
139208
139208
  return [
139209
139209
  St({
139210
- find: /1st\b/,
139211
- replace: "1ˢᵗ"
139210
+ find: /1st\s$/,
139211
+ replace: "1ˢᵗ "
139212
139212
  }),
139213
139213
  St({
139214
- find: /2nd\b/,
139215
- replace: "2ⁿᵈ"
139214
+ find: /2nd\s$/,
139215
+ replace: "2ⁿᵈ "
139216
139216
  }),
139217
139217
  St({
139218
- find: /3rd\b/,
139219
- replace: "3ʳᵈ"
139218
+ find: /3rd\s$/,
139219
+ replace: "3ʳᵈ "
139220
139220
  }),
139221
139221
  St({
139222
- find: /4th\b/,
139223
- replace: "4ᵗʰ"
139222
+ find: /4th\s$/,
139223
+ replace: "4ᵗʰ "
139224
139224
  }),
139225
139225
  St({
139226
- find: /5th\b/,
139227
- replace: "5ᵗʰ"
139226
+ find: /5th\s$/,
139227
+ replace: "5ᵗʰ "
139228
139228
  }),
139229
139229
  St({
139230
- find: /6th\b/,
139231
- replace: "6ᵗʰ"
139230
+ find: /6th\s$/,
139231
+ replace: "6ᵗʰ "
139232
139232
  }),
139233
139233
  St({
139234
- find: /7th\b/,
139235
- replace: "7ᵗʰ"
139234
+ find: /7th\s$/,
139235
+ replace: "7ᵗʰ "
139236
139236
  }),
139237
139237
  St({
139238
- find: /8th\b/,
139239
- replace: "8ᵗʰ"
139238
+ find: /8th\s$/,
139239
+ replace: "8ᵗʰ "
139240
139240
  }),
139241
139241
  St({
139242
- find: /9th\b/,
139243
- replace: "9ᵗʰ"
139242
+ find: /9th\s$/,
139243
+ replace: "9ᵗʰ "
139244
139244
  }),
139245
139245
  St({
139246
- find: /10th\b/,
139247
- replace: "10ᵗʰ"
139246
+ find: /10th\s$/,
139247
+ replace: "10ᵗʰ "
139248
139248
  }),
139249
139249
  St({
139250
- find: /11th\b/,
139251
- replace: "11ᵗʰ"
139250
+ find: /11th\s$/,
139251
+ replace: "11ᵗʰ "
139252
139252
  }),
139253
139253
  St({
139254
- find: /12th\b/,
139255
- replace: "12ᵗʰ"
139254
+ find: /12th\s$/,
139255
+ replace: "12ᵗʰ "
139256
139256
  }),
139257
139257
  St({
139258
- find: /13th\b/,
139259
- replace: "13ᵗʰ"
139258
+ find: /13th\s$/,
139259
+ replace: "13ᵗʰ "
139260
139260
  }),
139261
139261
  St({
139262
- find: /14th\b/,
139263
- replace: "14ᵗʰ"
139262
+ find: /14th\s$/,
139263
+ replace: "14ᵗʰ "
139264
139264
  }),
139265
139265
  St({
139266
- find: /15th\b/,
139267
- replace: "15ᵗʰ"
139266
+ find: /15th\s$/,
139267
+ replace: "15ᵗʰ "
139268
139268
  }),
139269
139269
  St({
139270
- find: /16th\b/,
139271
- replace: "16ᵗʰ"
139270
+ find: /16th\s$/,
139271
+ replace: "16ᵗʰ "
139272
139272
  }),
139273
139273
  St({
139274
- find: /17th\b/,
139275
- replace: "17ᵗʰ"
139274
+ find: /17th\s$/,
139275
+ replace: "17ᵗʰ "
139276
139276
  }),
139277
139277
  St({
139278
- find: /18th\b/,
139279
- replace: "18ᵗʰ"
139278
+ find: /18th\s$/,
139279
+ replace: "18ᵗʰ "
139280
139280
  }),
139281
139281
  St({
139282
- find: /19th\b/,
139283
- replace: "19ᵗʰ"
139282
+ find: /19th\s$/,
139283
+ replace: "19ᵗʰ "
139284
139284
  }),
139285
139285
  St({
139286
- find: /20th\b/,
139287
- replace: "20ᵗʰ"
139286
+ find: /20th\s$/,
139287
+ replace: "20ᵗʰ "
139288
139288
  }),
139289
139289
  St({
139290
- find: /21st\b/,
139291
- replace: "21ˢᵗ"
139290
+ find: /21st\s$/,
139291
+ replace: "21ˢᵗ "
139292
139292
  }),
139293
139293
  St({
139294
- find: /22nd\b/,
139295
- replace: "22ⁿᵈ"
139294
+ find: /22nd\s$/,
139295
+ replace: "22ⁿᵈ "
139296
139296
  }),
139297
139297
  St({
139298
- find: /23rd\b/,
139299
- replace: "23ʳᵈ"
139298
+ find: /23rd\s$/,
139299
+ replace: "23ʳᵈ "
139300
139300
  }),
139301
139301
  St({
139302
- find: /24th\b/,
139303
- replace: "24ᵗʰ"
139302
+ find: /24th\s$/,
139303
+ replace: "24ᵗʰ "
139304
139304
  }),
139305
139305
  St({
139306
- find: /25th\b/,
139307
- replace: "25ᵗʰ"
139306
+ find: /25th\s$/,
139307
+ replace: "25ᵗʰ "
139308
139308
  }),
139309
139309
  St({
139310
- find: /26th\b/,
139311
- replace: "26ᵗʰ"
139310
+ find: /26th\s$/,
139311
+ replace: "26ᵗʰ "
139312
139312
  }),
139313
139313
  St({
139314
- find: /27th\b/,
139315
- replace: "27ᵗʰ"
139314
+ find: /27th\s$/,
139315
+ replace: "27ᵗʰ "
139316
139316
  }),
139317
139317
  St({
139318
- find: /28th\b/,
139319
- replace: "28ᵗʰ"
139318
+ find: /28th\s$/,
139319
+ replace: "28ᵗʰ "
139320
139320
  }),
139321
139321
  St({
139322
- find: /29th\b/,
139323
- replace: "29ᵗʰ"
139322
+ find: /29th\s$/,
139323
+ replace: "29ᵗʰ "
139324
139324
  }),
139325
139325
  St({
139326
- find: /30th\b/,
139327
- replace: "30ᵗʰ"
139326
+ find: /30th\s$/,
139327
+ replace: "30ᵗʰ "
139328
139328
  }),
139329
139329
  St({
139330
- find: /31st\b/,
139331
- replace: "31ˢᵗ"
139330
+ find: /31st\s$/,
139331
+ replace: "31ˢᵗ "
139332
139332
  })
139333
139333
  // textInputRule({ find: /-___- $/, replace: '😑 ' }),
139334
139334
  // textInputRule({ find: /:'-\) $/, replace: '😂 ' }),
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "2.1.4-patch-3",
5
+ "version": "2.1.4-patch-4",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {