@lofcz/pptist 2.0.19 → 2.0.20

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.
@@ -3198,6 +3198,10 @@ export type NamespaceEditorTranslation = {
3198
3198
  * T​e​x​t​ ​b​o​x​ ​f​i​l​l​:
3199
3199
  */
3200
3200
  textBoxFill: string;
3201
+ /**
3202
+ * F​i​x​e​d​ ​h​e​i​g​h​t​:
3203
+ */
3204
+ fixedHeight: string;
3201
3205
  /**
3202
3206
  * L​a​r​g​e​ ​t​i​t​l​e
3203
3207
  */
@@ -7794,6 +7798,10 @@ export type TranslationFunctions = {
7794
7798
  * Text box fill:
7795
7799
  */
7796
7800
  textBoxFill: () => LocalizedString;
7801
+ /**
7802
+ * Fixed height:
7803
+ */
7804
+ fixedHeight: () => LocalizedString;
7797
7805
  /**
7798
7806
  * Large title
7799
7807
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lofcz/pptist",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
4
4
  "description": "PPTist presentation editor embed bundle with a typed agentic bridge.",
5
5
  "type": "module",
6
6
  "main": "dist/embed/pptist-embed.js",