@quenty/sprites 13.19.6 → 13.19.7-canary.90de6eb.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [13.19.7-canary.90de6eb.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/sprites@13.19.6...@quenty/sprites@13.19.7-canary.90de6eb.0) (2026-01-03)
7
+
8
+ **Note:** Version bump only for package @quenty/sprites
9
+
10
+
11
+
12
+
13
+
6
14
  ## [13.19.6](https://github.com/Quenty/NevermoreEngine/compare/@quenty/sprites@13.19.5...@quenty/sprites@13.19.6) (2025-12-31)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/sprites
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/sprites",
3
- "version": "13.19.6",
3
+ "version": "13.19.7-canary.90de6eb.0",
4
4
  "description": "Spritesheet utility for Roblox including a built-in InputImageLibrary",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,16 +26,16 @@
26
26
  "Quenty"
27
27
  ],
28
28
  "dependencies": {
29
- "@quenty/baseobject": "^10.9.0",
30
- "@quenty/loader": "^10.9.0",
31
- "@quenty/maid": "^3.5.0",
32
- "@quenty/uiobjectutils": "^6.19.5"
29
+ "@quenty/baseobject": "10.9.1-canary.90de6eb.0",
30
+ "@quenty/loader": "10.9.1-canary.90de6eb.0",
31
+ "@quenty/maid": "3.5.1-canary.90de6eb.0",
32
+ "@quenty/uiobjectutils": "6.19.6-canary.90de6eb.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@quenty/string": "^3.3.3"
35
+ "@quenty/string": "3.3.4-canary.90de6eb.0"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "ed3284dd547d8f9922043ca68ed16bf3769806bb"
40
+ "gitHead": "90de6ebb6e0cb5e6798e08b312cb1864c1d3354c"
41
41
  }
@@ -1,9 +1,11 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  @class InputImageLibrary.story
3
4
  ]]
4
5
 
5
- local require =
6
- require(game:GetService("ServerScriptService"):FindFirstChild("LoaderUtils", true).Parent).bootstrapStory(script)
6
+ local require = (require :: any)(
7
+ game:GetService("ServerScriptService"):FindFirstChild("LoaderUtils", true).Parent
8
+ ).bootstrapStory(script) :: typeof(require(script.Parent.loader).load(script))
7
9
 
8
10
  local InputImageLibrary = require("InputImageLibrary")
9
11
  local Maid = require("Maid")
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  Generated KeyboardDark with Python
3
4
  @class KeyboardDark
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  Generated KeyboardLight with Python
3
4
  @class KeyboardLight
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  Generated PS5Dark with Python
3
4
  @class PS5Dark
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  Generated Gestures with Python
3
4
  @class Gestures
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  Generated XboxOneDark with Python
3
4
  @class XboxOneDark
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  Generated XboxOneLight with Python
3
4
  @class XboxOneLight
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  InputImageLibrary with a variety of dark and light themed icons for inputs on keyboard, xbox, touched events,
3
4
  mouse, and more.