@blockslides/ai-context 0.3.0 → 0.3.2

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@blockslides/ai-context",
3
3
  "description": "AI context snippets for BlockSlides (v1 atoms, examples, schemas, types)",
4
- "version": "0.3.0",
4
+ "version": "0.3.2",
5
5
  "keywords": [
6
6
  "blockslides",
7
7
  "ai",
@@ -670,6 +670,11 @@ const twoImageColumns: PresetTemplate = {
670
670
 
671
671
  const registry: Record<PresetKey, PresetTemplate> = {
672
672
  "tpl.titleAndSubheader": titleAndSubheader,
673
+ "tpl.accentLeft": accentLeft,
674
+ "tpl.accentRight": accentRight,
675
+ "tpl.accentTop": accentTop,
676
+ "tpl.accentRightFit": accentRightFit,
677
+ "tpl.accentLeftFit": accentLeftFit,
673
678
  "tpl.imageAndText": imageAndText,
674
679
  "tpl.textAndImage": textAndImage,
675
680
  "tpl.twoColumns": twoColumns,
@@ -681,11 +686,6 @@ const registry: Record<PresetKey, PresetTemplate> = {
681
686
  "tpl.titleWithBullets": titleWithBullets,
682
687
  "tpl.titleBulletsAndImage": titleBulletsAndImage,
683
688
  "tpl.fullImage": fullImage,
684
- "tpl.accentLeft": accentLeft,
685
- "tpl.accentRight": accentRight,
686
- "tpl.accentTop": accentTop,
687
- "tpl.accentRightFit": accentRightFit,
688
- "tpl.accentLeftFit": accentLeftFit,
689
689
  "tpl.twoImageColumns": twoImageColumns,
690
690
 
691
691
  };