@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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +6 -0
- package/es/index.js +4 -0
- package/lib/index.js +4 -0
- package/package.json +1 -1
- package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +8 -0
- package/src/components/Box/__tests__/index.spec.tsx +1 -0
- package/src/components/Box/config.ts +4 -0
- package/stats/8.85.0/rn-stats.html +4842 -0
- package/types/components/Box/config.d.ts +4 -0
|
@@ -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";
|