@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/dist/index.cjs +0 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/templates/v1/presetTemplateBuilder.ts +5 -5
package/package.json
CHANGED
|
@@ -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
|
};
|