@jotx-labs/standard-lib 2.4.214 → 2.4.216

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.
@@ -50,6 +50,18 @@ exports.SlidePropertiesBlock = {
50
50
  required: false,
51
51
  default: true,
52
52
  description: 'Show slide numbers'
53
+ },
54
+ fontfamily: {
55
+ type: 'string',
56
+ required: false,
57
+ default: 'inter',
58
+ description: 'Font family for slides (inter, roboto, serif, mono, fira, outfit, poppins, playfair, space, caveat)'
59
+ },
60
+ autoanimate: {
61
+ type: 'boolean',
62
+ required: false,
63
+ default: false,
64
+ description: 'Enable fragment-based animate-in for slide blocks'
53
65
  }
54
66
  }
55
67
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jotx-labs/standard-lib",
3
- "version": "2.4.214",
3
+ "version": "2.4.216",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -19,7 +19,7 @@
19
19
  "author": "balajiboominathan",
20
20
  "license": "Apache-2.0",
21
21
  "dependencies": {
22
- "@jotx-labs/registry": "^2.4.214"
22
+ "@jotx-labs/registry": "^2.4.216"
23
23
  },
24
24
  "devDependencies": {
25
25
  "typescript": "^5.0.0"