@pie-element/extended-text-entry 11.0.2-next.24 → 11.0.2-next.28

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.
@@ -236,7 +236,7 @@
236
236
  }
237
237
  }
238
238
  },
239
- "languageCharacters": {
239
+ "characters": {
240
240
  "title": "EditableHtmlButtonConfigure",
241
241
  "type": "object",
242
242
  "properties": {
@@ -509,7 +509,7 @@
509
509
  }
510
510
  }
511
511
  },
512
- "languageCharacters": {
512
+ "characters": {
513
513
  "title": "EditableHtmlButtonConfigure",
514
514
  "type": "object",
515
515
  "properties": {
@@ -905,7 +905,7 @@
905
905
  }
906
906
  }
907
907
  },
908
- "languageCharacters": {
908
+ "characters": {
909
909
  "title": "EditableHtmlButtonConfigure",
910
910
  "type": "object",
911
911
  "properties": {
@@ -1262,7 +1262,7 @@
1262
1262
  }
1263
1263
  }
1264
1264
  },
1265
- "languageCharacters": {
1265
+ "characters": {
1266
1266
  "title": "EditableHtmlButtonConfigure",
1267
1267
  "type": "object",
1268
1268
  "properties": {
@@ -1531,7 +1531,7 @@
1531
1531
  }
1532
1532
  }
1533
1533
  },
1534
- "languageCharacters": {
1534
+ "characters": {
1535
1535
  "title": "EditableHtmlButtonConfigure",
1536
1536
  "type": "object",
1537
1537
  "properties": {
@@ -180,9 +180,9 @@ Properties of the `h3` object:
180
180
 
181
181
  Indicates if the plugin is disabled or not
182
182
 
183
- ### `languageCharacters` (object)
183
+ ### `characters` (object)
184
184
 
185
- Properties of the `languageCharacters` object:
185
+ Properties of the `characters` object:
186
186
 
187
187
  #### `disabled` (boolean)
188
188
 
@@ -381,9 +381,9 @@ Properties of the `h3` object:
381
381
 
382
382
  Indicates if the plugin is disabled or not
383
383
 
384
- ### `languageCharacters` (object)
384
+ ### `characters` (object)
385
385
 
386
- Properties of the `languageCharacters` object:
386
+ Properties of the `characters` object:
387
387
 
388
388
  #### `disabled` (boolean)
389
389
 
@@ -677,9 +677,9 @@ Properties of the `h3` object:
677
677
 
678
678
  Indicates if the plugin is disabled or not
679
679
 
680
- ## `languageCharacters` (object)
680
+ ## `characters` (object)
681
681
 
682
- Properties of the `languageCharacters` object:
682
+ Properties of the `characters` object:
683
683
 
684
684
  ### `disabled` (boolean)
685
685
 
@@ -953,9 +953,9 @@ Properties of the `h3` object:
953
953
 
954
954
  Indicates if the plugin is disabled or not
955
955
 
956
- #### `languageCharacters` (object)
956
+ #### `characters` (object)
957
957
 
958
- Properties of the `languageCharacters` object:
958
+ Properties of the `characters` object:
959
959
 
960
960
  ##### `disabled` (boolean)
961
961
 
@@ -1150,9 +1150,9 @@ Properties of the `h3` object:
1150
1150
 
1151
1151
  Indicates if the plugin is disabled or not
1152
1152
 
1153
- ### `languageCharacters` (object)
1153
+ ### `characters` (object)
1154
1154
 
1155
- Properties of the `languageCharacters` object:
1155
+ Properties of the `characters` object:
1156
1156
 
1157
1157
  #### `disabled` (boolean)
1158
1158
 
@@ -365,7 +365,7 @@
365
365
  }
366
366
  }
367
367
  },
368
- "languageCharacters": {
368
+ "characters": {
369
369
  "title": "EditableHtmlButtonConfigure",
370
370
  "type": "object",
371
371
  "properties": {
@@ -634,7 +634,7 @@
634
634
  }
635
635
  }
636
636
  },
637
- "languageCharacters": {
637
+ "characters": {
638
638
  "title": "EditableHtmlButtonConfigure",
639
639
  "type": "object",
640
640
  "properties": {
@@ -287,9 +287,9 @@ Properties of the `h3` object:
287
287
 
288
288
  Indicates if the plugin is disabled or not
289
289
 
290
- #### `languageCharacters` (object)
290
+ #### `characters` (object)
291
291
 
292
- Properties of the `languageCharacters` object:
292
+ Properties of the `characters` object:
293
293
 
294
294
  ##### `disabled` (boolean)
295
295
 
@@ -484,9 +484,9 @@ Properties of the `h3` object:
484
484
 
485
485
  Indicates if the plugin is disabled or not
486
486
 
487
- ### `languageCharacters` (object)
487
+ ### `characters` (object)
488
488
 
489
- Properties of the `languageCharacters` object:
489
+ Properties of the `characters` object:
490
490
 
491
491
  #### `disabled` (boolean)
492
492
 
@@ -1,4 +1,4 @@
1
- import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.6/module/index.js";
1
+ import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.7/module/index.js";
2
2
  import {_dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_editable_html} from "../../../@pie-lib/pie-toolbox-module@5.0.5/module/index.js";
3
3
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
4
4
  function getDefaultExportFromCjs(x) {
package/module/element.js CHANGED
@@ -1,4 +1,4 @@
1
- import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.6/module/index.js";
1
+ import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.7/module/index.js";
2
2
  import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.5/module/index.js";
3
3
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
4
4
  function getDefaultExportFromCjs(x) {
@@ -4,7 +4,7 @@
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/pie-toolbox-math-rendering-module",
7
- "version": "2.0.6"
7
+ "version": "2.0.7"
8
8
  },
9
9
  {
10
10
  "name": "@pie-lib/pie-toolbox-module",
package/module/print.js CHANGED
@@ -1,4 +1,4 @@
1
- import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.6/module/index.js";
1
+ import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.7/module/index.js";
2
2
  import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.5/module/index.js";
3
3
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
4
4
  function getDefaultExportFromCjs(x) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/extended-text-entry",
3
- "version": "11.0.2-next.24+20938e339",
3
+ "version": "11.0.2-next.28+25840d96b",
4
4
  "description": "",
5
5
  "repository": "pie-framework/pie-elements",
6
6
  "publishConfig": {
@@ -20,7 +20,7 @@
20
20
  "react": "^16.8.1",
21
21
  "react-dom": "^16.8.1"
22
22
  },
23
- "gitHead": "20938e339e595d838a76a24a3458bcfc1c87e002",
23
+ "gitHead": "25840d96ba0c7c36082a93aa4208a7ac28d31342",
24
24
  "scripts": {
25
25
  "postpublish": "../../scripts/postpublish"
26
26
  },