This commit is contained in:
lx
2026-07-06 14:01:11 -04:00
commit c4f97d729d
16468 changed files with 935321 additions and 0 deletions
@@ -0,0 +1,12 @@
--[[
Package link auto-generated by Rotriever
]]
local PackageIndex = script.Parent.Parent
local package = PackageIndex["asset-card"]["asset-card"]
if package.ClassName == "ModuleScript" then
return require(package)
end
return package
@@ -0,0 +1,12 @@
--[[
Package link auto-generated by Rotriever
]]
local PackageIndex = script.Parent.Parent
local package = PackageIndex["roblox_infinite-scroller-98304e77-0.5.6"]["infinite-scroller"]
if package.ClassName == "ModuleScript" then
return require(package)
end
return package
@@ -0,0 +1,6 @@
return function()
it("SHOULD initialize UIBlox when required", function()
local LuaChatDeps = require(script.Parent)
expect(LuaChatDeps.UIBlox.Config).to.be.ok()
end)
end
@@ -0,0 +1,4 @@
return {
fixToastResizeConfig = true,
expandableTextAutomaticResizeConfig = true,
}
@@ -0,0 +1,14 @@
local LuaChatDeps = script.Parent
-- initialize UIBlox once here, there should be no other
-- consumers of this instance of UIBlox
local UIBloxConfig = require(script.config.UIBlox)
local UIBlox = require(LuaChatDeps.UIBlox)
UIBlox.init(UIBloxConfig)
return {
InfiniteScroll = require(LuaChatDeps.InfiniteScroller),
RoduxNetworking = require(LuaChatDeps.RoduxNetworking),
UIBlox = UIBlox,
AssetCard = require(LuaChatDeps.AssetCard),
}
@@ -0,0 +1,12 @@
--[[
Package link auto-generated by Rotriever
]]
local PackageIndex = script.Parent.Parent
local package = PackageIndex["rodux-networking"]["rodux-networking"]
if package.ClassName == "ModuleScript" then
return require(package)
end
return package
@@ -0,0 +1,12 @@
--[[
Package link auto-generated by Rotriever
]]
local PackageIndex = script.Parent.Parent
local package = PackageIndex["UIBlox"]["UIBlox"]
if package.ClassName == "ModuleScript" then
return require(package)
end
return package
@@ -0,0 +1,11 @@
# Generated by Rotriever. Format subject to change in future releases.
name = "LuaChatDeps"
version = "0.1.3"
commit = "6144362fd181fe94fd213ec8569ba95f0a61faed"
source = "git+https://github.rbx.com/roblox/lua-chat-deps#master"
dependencies = [
"AssetCard asset-card c7b683fb git+https://github.com/roblox/asset-card#v1.0.2",
"InfiniteScroller roblox/infinite-scroller 0.5.6 url+https://github.com/roblox/infinite-scroller",
"RoduxNetworking rodux-networking ea19cfe3 git+https://github.rbx.com/roblox/rodux-networking#v1.0.1",
"UIBlox UIBlox a253d523 git+https://github.com/roblox/uiblox#master",
]