This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C = i.StyleSheet.create({ | |
anchorContainer: { | |
height: 0, | |
width: 0 | |
}, | |
panelContainer: { | |
flex: 1, | |
flexDirection: "column", | |
backgroundColor: d.default.PANEL, | |
borderRadius: 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
L.defaultProps = { | |
useDynamicRowSize: !1, | |
rows: [], | |
alphaPadding: 0, | |
scrollType: "vertical", | |
enableStaticRender: !0, | |
snapToInterval: 0, | |
snapToAlignment: "start", | |
showIndicator: !0, | |
enableOnMove: !1, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tooltipPanel: { | |
transform: [{ | |
scale3d: [.7, .7, .7] | |
}, { | |
translate: [0, -.03, .03] | |
}, { | |
rotateX: "45deg" | |
}] | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
S.default = { | |
SET_ACCESS_TOKEN: "SET_ACCESS_TOKEN", | |
FETCHED_AVATAR_ASSET_IDS: "FETCHED_AVATAR_ASSET_IDS", | |
SET_AVATAR_MATERIAL_IDS: "SET_AVATAR_MATERIAL_IDS", | |
SET_AVATAR_MESH_IDS: "SET_AVATAR_MESH_IDS", | |
SET_CURRENT_AVATAR_IDS: "SET_CURRENT_AVATAR_IDS", | |
SET_DEEPLINKING_INITIAL_URL: "SET_DEEPLINKING_INITIAL_URL", | |
UPDATE_DEEPLINKING_URL: "UPDATE_DEEPLINKING_URL", | |
SET_DEEPLINKING_HANDLED: "SET_DEEPLINKING_HANDLED", | |
RETURN_DEEPLINKING: "RETURN_DEEPLINKING", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Transform Tool* | |
Idle* | |
Trigger down with hover -> Move | |
Trigger down no hover -> Select | |
Move | |
Trigger released -> Idle | |
Snapping Enabled* | |
A-button down -> Snapping Disabled | |
Snapped | |
Snap target not in range -> Unsnapped |
OlderNewer