tpmkms_4wp 9.4.5-beta.4 → 9.4.5-beta.5

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.
@@ -425,6 +425,19 @@
425
425
  ]
426
426
  ],
427
427
  "choose": 2
428
+ },
429
+ {
430
+ "context": [
431
+ [
432
+ "styleModifier_wp",
433
+ 0
434
+ ],
435
+ [
436
+ "statefulElement_wp",
437
+ 0
438
+ ]
439
+ ],
440
+ "choose": 1
428
441
  }
429
442
  ]
430
443
  },
@@ -53848,6 +53861,19 @@
53848
53861
  ]
53849
53862
  ],
53850
53863
  "choose": 2
53864
+ },
53865
+ {
53866
+ "context": [
53867
+ [
53868
+ "styleModifier_wp",
53869
+ 0
53870
+ ],
53871
+ [
53872
+ "statefulElement_wp",
53873
+ 0
53874
+ ]
53875
+ ],
53876
+ "choose": 1
53851
53877
  }
53852
53878
  ]
53853
53879
  },
@@ -54007,10 +54033,10 @@
54007
54033
  ],
54008
54034
  "semantics": [
54009
54035
  {
54010
- "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:374"
54036
+ "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:376"
54011
54037
  },
54012
54038
  {
54013
- "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:383"
54039
+ "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:385"
54014
54040
  }
54015
54041
  ],
54016
54042
  "priorities": [
package/common/wp.js CHANGED
@@ -259,6 +259,8 @@ template = {
259
259
  { context: [["article",0],["statefulElement_wp",0]], choose: 1 },
260
260
  { context: [["article",0],["statefulElement_wp",1]], choose: 1 },
261
261
  { context: [["article",0],["ordinal", 0],["statefulElement_wp",0]], choose: 2 },
262
+
263
+ { context: [["styleModifier_wp",0],["statefulElement_wp",0]], choose: 1 },
262
264
  ]
263
265
  },
264
266
 
package/package.json CHANGED
@@ -238,6 +238,7 @@
238
238
  "common/latin.instance.json",
239
239
  "common/latin.js",
240
240
  "common/latin.test.json",
241
+ "common/latin_helpers.js",
241
242
  "common/length.instance.json",
242
243
  "common/length.js",
243
244
  "common/length.test.json",
@@ -351,8 +352,8 @@
351
352
  "scriptjs": "^2.5.9",
352
353
  "table": "^6.7.1",
353
354
  "uuid": "^9.0.0",
354
- "theprogrammablemind_4wp": "9.4.5-beta.4"
355
+ "theprogrammablemind_4wp": "9.4.5-beta.5"
355
356
  },
356
- "version": "9.4.5-beta.4",
357
+ "version": "9.4.5-beta.5",
357
358
  "license": "UNLICENSED"
358
359
  }