@blockslides/ai-context 0.3.2 → 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.js CHANGED
@@ -2039,6 +2039,11 @@ var twoImageColumns = {
2039
2039
  };
2040
2040
  var registry = {
2041
2041
  "tpl.titleAndSubheader": titleAndSubheader,
2042
+ "tpl.accentLeft": accentLeft,
2043
+ "tpl.accentRight": accentRight,
2044
+ "tpl.accentTop": accentTop,
2045
+ "tpl.accentRightFit": accentRightFit,
2046
+ "tpl.accentLeftFit": accentLeftFit,
2042
2047
  "tpl.imageAndText": imageAndText,
2043
2048
  "tpl.textAndImage": textAndImage,
2044
2049
  "tpl.twoColumns": twoColumns,
@@ -2050,11 +2055,6 @@ var registry = {
2050
2055
  "tpl.titleWithBullets": titleWithBullets,
2051
2056
  "tpl.titleBulletsAndImage": titleBulletsAndImage,
2052
2057
  "tpl.fullImage": fullImage,
2053
- "tpl.accentLeft": accentLeft,
2054
- "tpl.accentRight": accentRight,
2055
- "tpl.accentTop": accentTop,
2056
- "tpl.accentRightFit": accentRightFit,
2057
- "tpl.accentLeftFit": accentLeftFit,
2058
2058
  "tpl.twoImageColumns": twoImageColumns
2059
2059
  };
2060
2060
  var listPresetTemplates = () => Object.values(registry);