@rbxts/react
Advanced tools
Comparing version 0.3.4 to 0.3.5
{ | ||
"name": "@rbxts/react", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "React bindings for Roblox", | ||
@@ -30,5 +30,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@rbxts/react-vendor": "0.3.4" | ||
"@rbxts/react-vendor": "0.3.5" | ||
}, | ||
"scripts": {} | ||
} |
@@ -22,3 +22,3 @@ import * as PropTypes from "./prop-types"; | ||
type JSXElementConstructor<P> = ((props: P) => ReactElement<any, any>) | (new (props: P) => Component<any, any>); | ||
type JSXElementConstructor<P> = ((props: P) => ReactNode) | (new (props: P) => Component<any, any>); | ||
@@ -402,3 +402,3 @@ interface RefObject<T> { | ||
interface FunctionComponent<P = {}> { | ||
(props: PropsWithChildren<P>, context?: any): ReactElement<any, any>; | ||
(props: P, context?: any): ReactNode; | ||
propTypes?: WeakValidationMap<P> | undefined; | ||
@@ -413,3 +413,3 @@ contextTypes?: ValidationMap<any> | undefined; | ||
interface VoidFunctionComponent<P = {}> { | ||
(props: P, context?: any): ReactElement<any, any>; | ||
(props: P, context?: any): ReactNode; | ||
propTypes?: WeakValidationMap<P> | undefined; | ||
@@ -1176,2 +1176,3 @@ contextTypes?: ValidationMap<any> | undefined; | ||
namespace JSX { | ||
type ElementType = string | React.JSXElementConstructor<any>; | ||
interface Element extends React.ReactElement<any, any> {} | ||
@@ -1235,9 +1236,5 @@ interface ElementClass extends React.Component<any> { | ||
audioreverb: React.InstanceProps<AudioReverb>; | ||
audiosearchparams: React.InstanceProps<AudioSearchParams>; | ||
backpack: React.InstanceProps<Backpack>; | ||
ballsocketconstraint: React.InstanceProps<BallSocketConstraint>; | ||
beam: React.InstanceProps<Beam>; | ||
billboardgui: React.InstanceProps<BillboardGui>; | ||
bindableevent: React.InstanceProps<BindableEvent>; | ||
bindablefunction: React.InstanceProps<BindableFunction>; | ||
blockmesh: React.InstanceProps<BlockMesh>; | ||
@@ -1250,3 +1247,2 @@ bloomeffect: React.InstanceProps<BloomEffect>; | ||
bodygyro: React.InstanceProps<BodyGyro>; | ||
bodypartdescription: React.InstanceProps<BodyPartDescription>; | ||
bodyposition: React.InstanceProps<BodyPosition>; | ||
@@ -1258,5 +1254,3 @@ bodythrust: React.InstanceProps<BodyThrust>; | ||
boxhandleadornment: React.InstanceProps<BoxHandleAdornment>; | ||
breakpoint: React.InstanceProps<Breakpoint>; | ||
brickcolorvalue: React.InstanceProps<BrickColorValue>; | ||
bubblechatmessageproperties: React.InstanceProps<BubbleChatMessageProperties>; | ||
buoyancysensor: React.InstanceProps<BuoyancySensor>; | ||
@@ -1283,10 +1277,4 @@ camera: React.InstanceProps<Camera>; | ||
cylindricalconstraint: React.InstanceProps<CylindricalConstraint>; | ||
datastoregetoptions: React.InstanceProps<DataStoreGetOptions>; | ||
datastoreincrementoptions: React.InstanceProps<DataStoreIncrementOptions>; | ||
datastoreoptions: React.InstanceProps<DataStoreOptions>; | ||
datastoresetoptions: React.InstanceProps<DataStoreSetOptions>; | ||
decal: React.InstanceProps<Decal>; | ||
depthoffieldeffect: React.InstanceProps<DepthOfFieldEffect>; | ||
dialog: React.InstanceProps<Dialog>; | ||
dialogchoice: React.InstanceProps<DialogChoice>; | ||
distortionsoundeffect: React.InstanceProps<DistortionSoundEffect>; | ||
@@ -1301,6 +1289,3 @@ doubleconstrainedvalue: React.InstanceProps<DoubleConstrainedValue>; | ||
eulerrotationcurve: React.InstanceProps<EulerRotationCurve>; | ||
experienceinviteoptions: React.InstanceProps<ExperienceInviteOptions>; | ||
explosion: React.InstanceProps<Explosion>; | ||
facecontrols: React.InstanceProps<FaceControls>; | ||
filemesh: React.InstanceProps<FileMesh>; | ||
fire: React.InstanceProps<Fire>; | ||
@@ -1313,8 +1298,4 @@ flangesoundeffect: React.InstanceProps<FlangeSoundEffect>; | ||
frame: React.InstanceProps<Frame>; | ||
gettextboundsparams: React.InstanceProps<GetTextBoundsParams>; | ||
glue: React.InstanceProps<Glue>; | ||
groundcontroller: React.InstanceProps<GroundController>; | ||
handles: React.InstanceProps<Handles>; | ||
hat: React.InstanceProps<Hat>; | ||
hiddensurfaceremovalasset: React.InstanceProps<HiddenSurfaceRemovalAsset>; | ||
highlight: React.InstanceProps<Highlight>; | ||
@@ -1331,4 +1312,2 @@ hingeconstraint: React.InstanceProps<HingeConstraint>; | ||
intconstrainedvalue: React.InstanceProps<IntConstrainedValue>; | ||
internalsyncitem: React.InstanceProps<InternalSyncItem>; | ||
intersectoperation: React.InstanceProps<IntersectOperation>; | ||
intvalue: React.InstanceProps<IntValue>; | ||
@@ -1343,13 +1322,7 @@ keyframe: React.InstanceProps<Keyframe>; | ||
localscript: React.InstanceProps<LocalScript>; | ||
manualglue: React.InstanceProps<ManualGlue>; | ||
manualweld: React.InstanceProps<ManualWeld>; | ||
markercurve: React.InstanceProps<MarkerCurve>; | ||
materialvariant: React.InstanceProps<MaterialVariant>; | ||
meshpart: React.InstanceProps<MeshPart>; | ||
model: React.InstanceProps<Model>; | ||
modulescript: React.InstanceProps<ModuleScript>; | ||
motor: React.InstanceProps<Motor>; | ||
motor6d: React.InstanceProps<Motor6D>; | ||
motorfeature: React.InstanceProps<MotorFeature>; | ||
negateoperation: React.InstanceProps<NegateOperation>; | ||
nocollisionconstraint: React.InstanceProps<NoCollisionConstraint>; | ||
@@ -1359,14 +1332,7 @@ numberpose: React.InstanceProps<NumberPose>; | ||
objectvalue: React.InstanceProps<ObjectValue>; | ||
operationgraph: React.InstanceProps<OperationGraph>; | ||
pants: React.InstanceProps<Pants>; | ||
part: React.InstanceProps<Part>; | ||
particleemitter: React.InstanceProps<ParticleEmitter>; | ||
partoperation: React.InstanceProps<PartOperation>; | ||
path2d: React.InstanceProps<Path2D>; | ||
pathfindinglink: React.InstanceProps<PathfindingLink>; | ||
pathfindingmodifier: React.InstanceProps<PathfindingModifier>; | ||
pitchshiftsoundeffect: React.InstanceProps<PitchShiftSoundEffect>; | ||
plane: React.InstanceProps<Plane>; | ||
planeconstraint: React.InstanceProps<PlaneConstraint>; | ||
plugincapabilities: React.InstanceProps<PluginCapabilities>; | ||
pointlight: React.InstanceProps<PointLight>; | ||
@@ -1377,13 +1343,7 @@ pose: React.InstanceProps<Pose>; | ||
rayvalue: React.InstanceProps<RayValue>; | ||
remoteevent: React.InstanceProps<RemoteEvent>; | ||
remotefunction: React.InstanceProps<RemoteFunction>; | ||
reverbsoundeffect: React.InstanceProps<ReverbSoundEffect>; | ||
rigidconstraint: React.InstanceProps<RigidConstraint>; | ||
robloxeditableimage: React.InstanceProps<RobloxEditableImage>; | ||
rocketpropulsion: React.InstanceProps<RocketPropulsion>; | ||
rodconstraint: React.InstanceProps<RodConstraint>; | ||
ropeconstraint: React.InstanceProps<RopeConstraint>; | ||
rotate: React.InstanceProps<Rotate>; | ||
rotatep: React.InstanceProps<RotateP>; | ||
rotatev: React.InstanceProps<RotateV>; | ||
rotationcurve: React.InstanceProps<RotationCurve>; | ||
@@ -1395,12 +1355,7 @@ screengui: React.InstanceProps<ScreenGui>; | ||
selectionbox: React.InstanceProps<SelectionBox>; | ||
selectionpartlasso: React.InstanceProps<SelectionPartLasso>; | ||
selectionpointlasso: React.InstanceProps<SelectionPointLasso>; | ||
selectionsphere: React.InstanceProps<SelectionSphere>; | ||
shirt: React.InstanceProps<Shirt>; | ||
shirtgraphic: React.InstanceProps<ShirtGraphic>; | ||
skateboardcontroller: React.InstanceProps<SkateboardController>; | ||
skateboardplatform: React.InstanceProps<SkateboardPlatform>; | ||
sky: React.InstanceProps<Sky>; | ||
smoke: React.InstanceProps<Smoke>; | ||
snap: React.InstanceProps<Snap>; | ||
sound: React.InstanceProps<Sound>; | ||
@@ -1414,6 +1369,3 @@ soundgroup: React.InstanceProps<SoundGroup>; | ||
springconstraint: React.InstanceProps<SpringConstraint>; | ||
startergear: React.InstanceProps<StarterGear>; | ||
stringvalue: React.InstanceProps<StringValue>; | ||
studioattachment: React.InstanceProps<StudioAttachment>; | ||
studiocallout: React.InstanceProps<StudioCallout>; | ||
stylederive: React.InstanceProps<StyleDerive>; | ||
@@ -1429,11 +1381,4 @@ stylelink: React.InstanceProps<StyleLink>; | ||
swimcontroller: React.InstanceProps<SwimController>; | ||
team: React.InstanceProps<Team>; | ||
teleportoptions: React.InstanceProps<TeleportOptions>; | ||
terraindetail: React.InstanceProps<TerrainDetail>; | ||
terrainregion: React.InstanceProps<TerrainRegion>; | ||
textbox: React.InstanceProps<TextBox>; | ||
textbutton: React.InstanceProps<TextButton>; | ||
textchannel: React.InstanceProps<TextChannel>; | ||
textchatcommand: React.InstanceProps<TextChatCommand>; | ||
textchatmessageproperties: React.InstanceProps<TextChatMessageProperties>; | ||
textlabel: React.InstanceProps<TextLabel>; | ||
@@ -1444,3 +1389,2 @@ texture: React.InstanceProps<Texture>; | ||
torsionspringconstraint: React.InstanceProps<TorsionSpringConstraint>; | ||
trackerstreamanimation: React.InstanceProps<TrackerStreamAnimation>; | ||
trail: React.InstanceProps<Trail>; | ||
@@ -1462,9 +1406,3 @@ tremolosoundeffect: React.InstanceProps<TremoloSoundEffect>; | ||
uitextsizeconstraint: React.InstanceProps<UITextSizeConstraint>; | ||
unionoperation: React.InstanceProps<UnionOperation>; | ||
universalconstraint: React.InstanceProps<UniversalConstraint>; | ||
usernotification: React.InstanceProps<UserNotification>; | ||
usernotificationpayload: React.InstanceProps<UserNotificationPayload>; | ||
usernotificationpayloadanalyticsdata: React.InstanceProps<UserNotificationPayloadAnalyticsData>; | ||
usernotificationpayloadjoinexperience: React.InstanceProps<UserNotificationPayloadJoinExperience>; | ||
usernotificationpayloadparametervalue: React.InstanceProps<UserNotificationPayloadParameterValue>; | ||
vector3curve: React.InstanceProps<Vector3Curve>; | ||
@@ -1471,0 +1409,0 @@ vector3value: React.InstanceProps<Vector3Value>; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76624
1366
+ Added@rbxts/react-vendor@0.3.5(transitive)
- Removed@rbxts/react-vendor@0.3.4(transitive)
Updated@rbxts/react-vendor@0.3.5