@aex.is/zero 0.1.7 → 0.1.8
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/bin/zero-darwin-amd64
CHANGED
|
Binary file
|
package/bin/zero-darwin-arm64
CHANGED
|
Binary file
|
package/bin/zero-linux-amd64
CHANGED
|
Binary file
|
package/bin/zero-linux-arm64
CHANGED
|
Binary file
|
|
Binary file
|
package/dist/engine/templates.js
CHANGED
|
@@ -401,7 +401,7 @@ export function ContactForm() {
|
|
|
401
401
|
/>
|
|
402
402
|
</label>
|
|
403
403
|
<button
|
|
404
|
-
className="self-start text-base font-bold underline underline-offset-4
|
|
404
|
+
className="self-start text-base font-bold underline underline-offset-4"
|
|
405
405
|
type="submit"
|
|
406
406
|
disabled={status === 'sending'}
|
|
407
407
|
>
|
|
@@ -929,6 +929,7 @@ export function ContactForm() {
|
|
|
929
929
|
paddingHorizontal={0}
|
|
930
930
|
paddingVertical={0}
|
|
931
931
|
alignSelf=\"flex-start\"
|
|
932
|
+
disabled={status === 'sending'}
|
|
932
933
|
onPress={submit}
|
|
933
934
|
>
|
|
934
935
|
<Text fontFamily={FONT_BOLD} fontSize={FONT_SIZE} color={fg} textDecorationLine=\"underline\">
|