@bigbinary/neeto-site-blocks 1.2.1 → 1.2.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.js CHANGED
@@ -2827,6 +2827,12 @@ var DEFAULT_LINK_STYLES = {
2827
2827
  marginBottom: 0,
2828
2828
  marginTop: 0
2829
2829
  };
2830
+ var IMAGE_POSITIONS = {
2831
+ top: "top",
2832
+ bottom: "bottom",
2833
+ left: "left",
2834
+ right: "right"
2835
+ };
2830
2836
 
2831
2837
  var index$1 = /*#__PURE__*/Object.freeze({
2832
2838
  __proto__: null,
@@ -2850,7 +2856,8 @@ var index$1 = /*#__PURE__*/Object.freeze({
2850
2856
  PRICING_PLANS: PRICING_PLANS,
2851
2857
  DEFAULT_BUTTON_STYLES: DEFAULT_BUTTON_STYLES,
2852
2858
  DEFAULT_TYPOGRAPHY_STYLES: DEFAULT_TYPOGRAPHY_STYLES,
2853
- DEFAULT_LINK_STYLES: DEFAULT_LINK_STYLES
2859
+ DEFAULT_LINK_STYLES: DEFAULT_LINK_STYLES,
2860
+ IMAGE_POSITIONS: IMAGE_POSITIONS
2854
2861
  });
2855
2862
 
2856
2863
  var _excluded$1A = ["size"];
@@ -37960,8 +37967,10 @@ var FeatureWithBulletList = function FeatureWithBulletList(_ref) {
37960
37967
  className: "col-span-12 flex justify-center sm:col-span-6 sm:col-start-7"
37961
37968
  }, /*#__PURE__*/React__default.createElement("ul", {
37962
37969
  className: "list-disc"
37963
- }, bulletList.map(function (featureTitle, index) {
37970
+ }, bulletList.map(function (_ref2, index) {
37971
+ var featureTitle = _ref2.title;
37964
37972
  return /*#__PURE__*/React__default.createElement(Typography$1, {
37973
+ isTitle: true,
37965
37974
  component: "li",
37966
37975
  key: getUniqueKey(featureTitle, index),
37967
37976
  style: design.bulletList