@hero-design/rn 8.84.3 → 8.85.0

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.
@@ -127,6 +127,10 @@ declare const config: {
127
127
  readonly property: "paddingVertical";
128
128
  readonly scale: "space";
129
129
  };
130
+ readonly gap: {
131
+ readonly property: "gap";
132
+ readonly scale: "space";
133
+ };
130
134
  readonly backgroundColor: {
131
135
  readonly property: "backgroundColor";
132
136
  readonly scale: "colors";