@pie-element/ebsr 9.16.1-next.3 → 9.17.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [9.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr@9.16.0...@pie-element/ebsr@9.17.0) (2024-06-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
12
+
13
+
14
+
15
+
16
+
6
17
  # [9.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr@9.15.1...@pie-element/ebsr@9.16.0) (2024-06-19)
7
18
 
8
19
 
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [9.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-configure@9.14.0...@pie-element/ebsr-configure@9.15.0) (2024-06-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
12
+
13
+
14
+
15
+
16
+
6
17
  # [9.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-configure@9.13.1...@pie-element/ebsr-configure@9.14.0) (2024-06-19)
7
18
 
8
19
 
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr-configure",
3
3
  "private": true,
4
- "version": "9.14.0",
4
+ "version": "9.15.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
8
8
  "author": "",
9
9
  "dependencies": {
10
10
  "@material-ui/core": "^3.9.2",
11
- "@pie-element/multiple-choice": "^8.19.0",
11
+ "@pie-element/multiple-choice": "^8.20.0",
12
12
  "@pie-framework/pie-configure-events": "^1.2.0",
13
- "@pie-lib/pie-toolbox": "1.23.1",
13
+ "@pie-lib/pie-toolbox": "1.24.0",
14
14
  "lodash": "^4.17.15",
15
15
  "prop-types": "^15.6.2",
16
16
  "react": "^16.8.1",
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [7.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-controller@7.13.0...@pie-element/ebsr-controller@7.14.0) (2024-06-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
12
+
13
+
14
+
15
+
16
+
6
17
  # [7.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-controller@7.12.0...@pie-element/ebsr-controller@7.13.0) (2024-06-19)
7
18
 
8
19
 
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr-controller",
3
3
  "private": true,
4
- "version": "7.13.0",
4
+ "version": "7.14.0",
5
5
  "description": "",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-lib/pie-toolbox": "1.23.1",
10
+ "@pie-lib/pie-toolbox": "1.24.0",
11
11
  "lodash": "^4.17.15"
12
12
  },
13
13
  "author": "",
@@ -191,6 +191,28 @@
191
191
  ]
192
192
  },
193
193
  "title": "customPlugins"
194
+ },
195
+ "blockquote": {
196
+ "title": "EditableHtmlButtonConfigure",
197
+ "type": "object",
198
+ "properties": {
199
+ "disabled": {
200
+ "description": "Indicates if the plugin is disabled or not",
201
+ "type": "boolean",
202
+ "title": "disabled"
203
+ }
204
+ }
205
+ },
206
+ "h3": {
207
+ "title": "EditableHtmlButtonConfigure",
208
+ "type": "object",
209
+ "properties": {
210
+ "disabled": {
211
+ "description": "Indicates if the plugin is disabled or not",
212
+ "type": "boolean",
213
+ "title": "disabled"
214
+ }
215
+ }
194
216
  }
195
217
  }
196
218
  },
@@ -320,6 +342,28 @@
320
342
  ]
321
343
  },
322
344
  "title": "customPlugins"
345
+ },
346
+ "blockquote": {
347
+ "title": "EditableHtmlButtonConfigure",
348
+ "type": "object",
349
+ "properties": {
350
+ "disabled": {
351
+ "description": "Indicates if the plugin is disabled or not",
352
+ "type": "boolean",
353
+ "title": "disabled"
354
+ }
355
+ }
356
+ },
357
+ "h3": {
358
+ "title": "EditableHtmlButtonConfigure",
359
+ "type": "object",
360
+ "properties": {
361
+ "disabled": {
362
+ "description": "Indicates if the plugin is disabled or not",
363
+ "type": "boolean",
364
+ "title": "disabled"
365
+ }
366
+ }
323
367
  }
324
368
  }
325
369
  },
@@ -444,6 +488,28 @@
444
488
  ]
445
489
  },
446
490
  "title": "customPlugins"
491
+ },
492
+ "blockquote": {
493
+ "title": "EditableHtmlButtonConfigure",
494
+ "type": "object",
495
+ "properties": {
496
+ "disabled": {
497
+ "description": "Indicates if the plugin is disabled or not",
498
+ "type": "boolean",
499
+ "title": "disabled"
500
+ }
501
+ }
502
+ },
503
+ "h3": {
504
+ "title": "EditableHtmlButtonConfigure",
505
+ "type": "object",
506
+ "properties": {
507
+ "disabled": {
508
+ "description": "Indicates if the plugin is disabled or not",
509
+ "type": "boolean",
510
+ "title": "disabled"
511
+ }
512
+ }
447
513
  }
448
514
  }
449
515
  },
@@ -658,6 +724,28 @@
658
724
  ]
659
725
  },
660
726
  "title": "customPlugins"
727
+ },
728
+ "blockquote": {
729
+ "title": "EditableHtmlButtonConfigure",
730
+ "type": "object",
731
+ "properties": {
732
+ "disabled": {
733
+ "description": "Indicates if the plugin is disabled or not",
734
+ "type": "boolean",
735
+ "title": "disabled"
736
+ }
737
+ }
738
+ },
739
+ "h3": {
740
+ "title": "EditableHtmlButtonConfigure",
741
+ "type": "object",
742
+ "properties": {
743
+ "disabled": {
744
+ "description": "Indicates if the plugin is disabled or not",
745
+ "type": "boolean",
746
+ "title": "disabled"
747
+ }
748
+ }
661
749
  }
662
750
  }
663
751
  },
@@ -749,6 +837,28 @@
749
837
  ]
750
838
  },
751
839
  "title": "customPlugins"
840
+ },
841
+ "blockquote": {
842
+ "title": "EditableHtmlButtonConfigure",
843
+ "type": "object",
844
+ "properties": {
845
+ "disabled": {
846
+ "description": "Indicates if the plugin is disabled or not",
847
+ "type": "boolean",
848
+ "title": "disabled"
849
+ }
850
+ }
851
+ },
852
+ "h3": {
853
+ "title": "EditableHtmlButtonConfigure",
854
+ "type": "object",
855
+ "properties": {
856
+ "disabled": {
857
+ "description": "Indicates if the plugin is disabled or not",
858
+ "type": "boolean",
859
+ "title": "disabled"
860
+ }
861
+ }
752
862
  }
753
863
  }
754
864
  },
@@ -954,6 +1064,28 @@
954
1064
  ]
955
1065
  },
956
1066
  "title": "customPlugins"
1067
+ },
1068
+ "blockquote": {
1069
+ "title": "EditableHtmlButtonConfigure",
1070
+ "type": "object",
1071
+ "properties": {
1072
+ "disabled": {
1073
+ "description": "Indicates if the plugin is disabled or not",
1074
+ "type": "boolean",
1075
+ "title": "disabled"
1076
+ }
1077
+ }
1078
+ },
1079
+ "h3": {
1080
+ "title": "EditableHtmlButtonConfigure",
1081
+ "type": "object",
1082
+ "properties": {
1083
+ "disabled": {
1084
+ "description": "Indicates if the plugin is disabled or not",
1085
+ "type": "boolean",
1086
+ "title": "disabled"
1087
+ }
1088
+ }
957
1089
  }
958
1090
  }
959
1091
  },
@@ -1083,6 +1215,28 @@
1083
1215
  ]
1084
1216
  },
1085
1217
  "title": "customPlugins"
1218
+ },
1219
+ "blockquote": {
1220
+ "title": "EditableHtmlButtonConfigure",
1221
+ "type": "object",
1222
+ "properties": {
1223
+ "disabled": {
1224
+ "description": "Indicates if the plugin is disabled or not",
1225
+ "type": "boolean",
1226
+ "title": "disabled"
1227
+ }
1228
+ }
1229
+ },
1230
+ "h3": {
1231
+ "title": "EditableHtmlButtonConfigure",
1232
+ "type": "object",
1233
+ "properties": {
1234
+ "disabled": {
1235
+ "description": "Indicates if the plugin is disabled or not",
1236
+ "type": "boolean",
1237
+ "title": "disabled"
1238
+ }
1239
+ }
1086
1240
  }
1087
1241
  }
1088
1242
  },
@@ -1207,6 +1361,28 @@
1207
1361
  ]
1208
1362
  },
1209
1363
  "title": "customPlugins"
1364
+ },
1365
+ "blockquote": {
1366
+ "title": "EditableHtmlButtonConfigure",
1367
+ "type": "object",
1368
+ "properties": {
1369
+ "disabled": {
1370
+ "description": "Indicates if the plugin is disabled or not",
1371
+ "type": "boolean",
1372
+ "title": "disabled"
1373
+ }
1374
+ }
1375
+ },
1376
+ "h3": {
1377
+ "title": "EditableHtmlButtonConfigure",
1378
+ "type": "object",
1379
+ "properties": {
1380
+ "disabled": {
1381
+ "description": "Indicates if the plugin is disabled or not",
1382
+ "type": "boolean",
1383
+ "title": "disabled"
1384
+ }
1385
+ }
1210
1386
  }
1211
1387
  }
1212
1388
  },
@@ -1421,6 +1597,28 @@
1421
1597
  ]
1422
1598
  },
1423
1599
  "title": "customPlugins"
1600
+ },
1601
+ "blockquote": {
1602
+ "title": "EditableHtmlButtonConfigure",
1603
+ "type": "object",
1604
+ "properties": {
1605
+ "disabled": {
1606
+ "description": "Indicates if the plugin is disabled or not",
1607
+ "type": "boolean",
1608
+ "title": "disabled"
1609
+ }
1610
+ }
1611
+ },
1612
+ "h3": {
1613
+ "title": "EditableHtmlButtonConfigure",
1614
+ "type": "object",
1615
+ "properties": {
1616
+ "disabled": {
1617
+ "description": "Indicates if the plugin is disabled or not",
1618
+ "type": "boolean",
1619
+ "title": "disabled"
1620
+ }
1621
+ }
1424
1622
  }
1425
1623
  }
1426
1624
  },
@@ -1512,6 +1710,28 @@
1512
1710
  ]
1513
1711
  },
1514
1712
  "title": "customPlugins"
1713
+ },
1714
+ "blockquote": {
1715
+ "title": "EditableHtmlButtonConfigure",
1716
+ "type": "object",
1717
+ "properties": {
1718
+ "disabled": {
1719
+ "description": "Indicates if the plugin is disabled or not",
1720
+ "type": "boolean",
1721
+ "title": "disabled"
1722
+ }
1723
+ }
1724
+ },
1725
+ "h3": {
1726
+ "title": "EditableHtmlButtonConfigure",
1727
+ "type": "object",
1728
+ "properties": {
1729
+ "disabled": {
1730
+ "description": "Indicates if the plugin is disabled or not",
1731
+ "type": "boolean",
1732
+ "title": "disabled"
1733
+ }
1734
+ }
1515
1735
  }
1516
1736
  }
1517
1737
  },
@@ -1838,6 +2058,28 @@
1838
2058
  ]
1839
2059
  },
1840
2060
  "title": "customPlugins"
2061
+ },
2062
+ "blockquote": {
2063
+ "title": "EditableHtmlButtonConfigure",
2064
+ "type": "object",
2065
+ "properties": {
2066
+ "disabled": {
2067
+ "description": "Indicates if the plugin is disabled or not",
2068
+ "type": "boolean",
2069
+ "title": "disabled"
2070
+ }
2071
+ }
2072
+ },
2073
+ "h3": {
2074
+ "title": "EditableHtmlButtonConfigure",
2075
+ "type": "object",
2076
+ "properties": {
2077
+ "disabled": {
2078
+ "description": "Indicates if the plugin is disabled or not",
2079
+ "type": "boolean",
2080
+ "title": "disabled"
2081
+ }
2082
+ }
1841
2083
  }
1842
2084
  }
1843
2085
  },
@@ -1967,6 +2209,28 @@
1967
2209
  ]
1968
2210
  },
1969
2211
  "title": "customPlugins"
2212
+ },
2213
+ "blockquote": {
2214
+ "title": "EditableHtmlButtonConfigure",
2215
+ "type": "object",
2216
+ "properties": {
2217
+ "disabled": {
2218
+ "description": "Indicates if the plugin is disabled or not",
2219
+ "type": "boolean",
2220
+ "title": "disabled"
2221
+ }
2222
+ }
2223
+ },
2224
+ "h3": {
2225
+ "title": "EditableHtmlButtonConfigure",
2226
+ "type": "object",
2227
+ "properties": {
2228
+ "disabled": {
2229
+ "description": "Indicates if the plugin is disabled or not",
2230
+ "type": "boolean",
2231
+ "title": "disabled"
2232
+ }
2233
+ }
1970
2234
  }
1971
2235
  }
1972
2236
  },
@@ -2091,6 +2355,28 @@
2091
2355
  ]
2092
2356
  },
2093
2357
  "title": "customPlugins"
2358
+ },
2359
+ "blockquote": {
2360
+ "title": "EditableHtmlButtonConfigure",
2361
+ "type": "object",
2362
+ "properties": {
2363
+ "disabled": {
2364
+ "description": "Indicates if the plugin is disabled or not",
2365
+ "type": "boolean",
2366
+ "title": "disabled"
2367
+ }
2368
+ }
2369
+ },
2370
+ "h3": {
2371
+ "title": "EditableHtmlButtonConfigure",
2372
+ "type": "object",
2373
+ "properties": {
2374
+ "disabled": {
2375
+ "description": "Indicates if the plugin is disabled or not",
2376
+ "type": "boolean",
2377
+ "title": "disabled"
2378
+ }
2379
+ }
2094
2380
  }
2095
2381
  }
2096
2382
  },
@@ -2305,6 +2591,28 @@
2305
2591
  ]
2306
2592
  },
2307
2593
  "title": "customPlugins"
2594
+ },
2595
+ "blockquote": {
2596
+ "title": "EditableHtmlButtonConfigure",
2597
+ "type": "object",
2598
+ "properties": {
2599
+ "disabled": {
2600
+ "description": "Indicates if the plugin is disabled or not",
2601
+ "type": "boolean",
2602
+ "title": "disabled"
2603
+ }
2604
+ }
2605
+ },
2606
+ "h3": {
2607
+ "title": "EditableHtmlButtonConfigure",
2608
+ "type": "object",
2609
+ "properties": {
2610
+ "disabled": {
2611
+ "description": "Indicates if the plugin is disabled or not",
2612
+ "type": "boolean",
2613
+ "title": "disabled"
2614
+ }
2615
+ }
2308
2616
  }
2309
2617
  }
2310
2618
  },
@@ -2396,6 +2704,28 @@
2396
2704
  ]
2397
2705
  },
2398
2706
  "title": "customPlugins"
2707
+ },
2708
+ "blockquote": {
2709
+ "title": "EditableHtmlButtonConfigure",
2710
+ "type": "object",
2711
+ "properties": {
2712
+ "disabled": {
2713
+ "description": "Indicates if the plugin is disabled or not",
2714
+ "type": "boolean",
2715
+ "title": "disabled"
2716
+ }
2717
+ }
2718
+ },
2719
+ "h3": {
2720
+ "title": "EditableHtmlButtonConfigure",
2721
+ "type": "object",
2722
+ "properties": {
2723
+ "disabled": {
2724
+ "description": "Indicates if the plugin is disabled or not",
2725
+ "type": "boolean",
2726
+ "title": "disabled"
2727
+ }
2728
+ }
2399
2729
  }
2400
2730
  }
2401
2731
  },
@@ -2517,6 +2847,28 @@
2517
2847
  ]
2518
2848
  },
2519
2849
  "title": "customPlugins"
2850
+ },
2851
+ "blockquote": {
2852
+ "title": "EditableHtmlButtonConfigure",
2853
+ "type": "object",
2854
+ "properties": {
2855
+ "disabled": {
2856
+ "description": "Indicates if the plugin is disabled or not",
2857
+ "type": "boolean",
2858
+ "title": "disabled"
2859
+ }
2860
+ }
2861
+ },
2862
+ "h3": {
2863
+ "title": "EditableHtmlButtonConfigure",
2864
+ "type": "object",
2865
+ "properties": {
2866
+ "disabled": {
2867
+ "description": "Indicates if the plugin is disabled or not",
2868
+ "type": "boolean",
2869
+ "title": "disabled"
2870
+ }
2871
+ }
2520
2872
  }
2521
2873
  }
2522
2874
  },
@@ -2621,6 +2973,28 @@
2621
2973
  ]
2622
2974
  },
2623
2975
  "title": "customPlugins"
2976
+ },
2977
+ "blockquote": {
2978
+ "title": "EditableHtmlButtonConfigure",
2979
+ "type": "object",
2980
+ "properties": {
2981
+ "disabled": {
2982
+ "description": "Indicates if the plugin is disabled or not",
2983
+ "type": "boolean",
2984
+ "title": "disabled"
2985
+ }
2986
+ }
2987
+ },
2988
+ "h3": {
2989
+ "title": "EditableHtmlButtonConfigure",
2990
+ "type": "object",
2991
+ "properties": {
2992
+ "disabled": {
2993
+ "description": "Indicates if the plugin is disabled or not",
2994
+ "type": "boolean",
2995
+ "title": "disabled"
2996
+ }
2997
+ }
2624
2998
  }
2625
2999
  }
2626
3000
  },
@@ -2797,6 +3171,28 @@
2797
3171
  ]
2798
3172
  },
2799
3173
  "title": "customPlugins"
3174
+ },
3175
+ "blockquote": {
3176
+ "title": "EditableHtmlButtonConfigure",
3177
+ "type": "object",
3178
+ "properties": {
3179
+ "disabled": {
3180
+ "description": "Indicates if the plugin is disabled or not",
3181
+ "type": "boolean",
3182
+ "title": "disabled"
3183
+ }
3184
+ }
3185
+ },
3186
+ "h3": {
3187
+ "title": "EditableHtmlButtonConfigure",
3188
+ "type": "object",
3189
+ "properties": {
3190
+ "disabled": {
3191
+ "description": "Indicates if the plugin is disabled or not",
3192
+ "type": "boolean",
3193
+ "title": "disabled"
3194
+ }
3195
+ }
2800
3196
  }
2801
3197
  }
2802
3198
  },