amotify 0.0.63 → 0.0.64

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amotify",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "description": "UI Component for React",
5
5
  "main": "dist/launch.js",
6
6
  "types": "dist/@types.d.ts",
@@ -47,6 +47,7 @@ export const LaunchReactApplication = ( props: amotify.global.LaunchReactApplica
47
47
  appearances
48
48
  } = props
49
49
  let base = $( '#' + launchID + ' .AMOTIFY_be_root' )
50
+
50
51
  if ( !base[ 0 ] || !reactElement ) return
51
52
  if ( appearances ) {
52
53
  let {
package/src/launch.tsx CHANGED
@@ -24,7 +24,8 @@ import {
24
24
  useStore,
25
25
  useRecycle,
26
26
  StyleConverter,
27
- LaunchReactApplication
27
+ LaunchReactApplication,
28
+ LaunchSubApplication
28
29
  } from './@global'
29
30
  import {
30
31
  Flex,
@@ -71,7 +72,12 @@ const amotify: amotify = {
71
72
  React,
72
73
  ReactDOM,
73
74
  ReactRouterDOM,
74
- pageTransit,useStore,useRecycle,StyleConverter,LaunchReactApplication
75
+ pageTransit,
76
+ useStore,
77
+ useRecycle,
78
+ StyleConverter,
79
+ LaunchReactApplication,
80
+ LaunchSubApplication
75
81
  },
76
82
  atoms: { Flex,FlexBr,FAI,Placeholder,Grid,Logo,Box,Span,Paragraph,Img },
77
83
  mols: { List,Accordion,LinkifyText,Text,Column,Row },