@blockslides/ai-context 0.3.1 → 0.3.3

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 CHANGED
@@ -2062,6 +2062,11 @@ var twoImageColumns = {
2062
2062
  };
2063
2063
  var registry = {
2064
2064
  "tpl.titleAndSubheader": titleAndSubheader,
2065
+ "tpl.accentLeft": accentLeft,
2066
+ "tpl.accentRight": accentRight,
2067
+ "tpl.accentTop": accentTop,
2068
+ "tpl.accentRightFit": accentRightFit,
2069
+ "tpl.accentLeftFit": accentLeftFit,
2065
2070
  "tpl.imageAndText": imageAndText,
2066
2071
  "tpl.textAndImage": textAndImage,
2067
2072
  "tpl.twoColumns": twoColumns,
@@ -2073,11 +2078,6 @@ var registry = {
2073
2078
  "tpl.titleWithBullets": titleWithBullets,
2074
2079
  "tpl.titleBulletsAndImage": titleBulletsAndImage,
2075
2080
  "tpl.fullImage": fullImage,
2076
- "tpl.accentLeft": accentLeft,
2077
- "tpl.accentRight": accentRight,
2078
- "tpl.accentTop": accentTop,
2079
- "tpl.accentRightFit": accentRightFit,
2080
- "tpl.accentLeftFit": accentLeftFit,
2081
2081
  "tpl.twoImageColumns": twoImageColumns
2082
2082
  };
2083
2083
  var listPresetTemplates = () => Object.values(registry);