tpmkms_4wp 9.4.5-beta.3 → 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
  },
@@ -24780,20 +24793,6 @@
24780
24793
  0
24781
24794
  ]
24782
24795
  ],
24783
- [
24784
- [
24785
- "is",
24786
- 0
24787
- ],
24788
- [
24789
- "list",
24790
- 1
24791
- ],
24792
- [
24793
- "unknown",
24794
- 0
24795
- ]
24796
- ],
24797
24796
  [
24798
24797
  [
24799
24798
  "is",
@@ -48256,20 +48255,6 @@
48256
48255
  0
48257
48256
  ]
48258
48257
  ],
48259
- [
48260
- [
48261
- "is",
48262
- 0
48263
- ],
48264
- [
48265
- "list",
48266
- 1
48267
- ],
48268
- [
48269
- "unknown",
48270
- 0
48271
- ]
48272
- ],
48273
48258
  [
48274
48259
  [
48275
48260
  "is",
@@ -53876,6 +53861,19 @@
53876
53861
  ]
53877
53862
  ],
53878
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
53879
53877
  }
53880
53878
  ]
53881
53879
  },
@@ -54035,10 +54033,10 @@
54035
54033
  ],
54036
54034
  "semantics": [
54037
54035
  {
54038
- "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:374"
54036
+ "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:376"
54039
54037
  },
54040
54038
  {
54041
- "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:383"
54039
+ "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:385"
54042
54040
  }
54043
54041
  ],
54044
54042
  "priorities": [
@@ -54873,34 +54871,6 @@
54873
54871
  0
54874
54872
  ]
54875
54873
  ],
54876
- [
54877
- [
54878
- "is",
54879
- 0
54880
- ],
54881
- [
54882
- "list",
54883
- 1
54884
- ],
54885
- [
54886
- "unknown",
54887
- 0
54888
- ]
54889
- ],
54890
- [
54891
- [
54892
- "is",
54893
- 0
54894
- ],
54895
- [
54896
- "list",
54897
- 1
54898
- ],
54899
- [
54900
- "unknown",
54901
- 0
54902
- ]
54903
- ],
54904
54874
  [
54905
54875
  [
54906
54876
  "is",
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.3"
355
+ "theprogrammablemind_4wp": "9.4.5-beta.5"
355
356
  },
356
- "version": "9.4.5-beta.3",
357
+ "version": "9.4.5-beta.5",
357
358
  "license": "UNLICENSED"
358
359
  }