@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.
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -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 disabled:opacity-60"
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\">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aex.is/zero",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Aexis Zero scaffolding CLI",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",