@quenty/buttonhighlightmodel 14.36.0 → 14.36.1

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,10 @@
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
+ ## [14.36.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/buttonhighlightmodel@14.36.0...@quenty/buttonhighlightmodel@14.36.1) (2026-05-30)
7
+
8
+ **Note:** Version bump only for package @quenty/buttonhighlightmodel
9
+
6
10
  # [14.36.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/buttonhighlightmodel@14.35.0...@quenty/buttonhighlightmodel@14.36.0) (2026-05-29)
7
11
 
8
12
  **Note:** Version bump only for package @quenty/buttonhighlightmodel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/buttonhighlightmodel",
3
- "version": "14.36.0",
3
+ "version": "14.36.1",
4
4
  "description": "Contains model information for the current button",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -31,18 +31,18 @@
31
31
  "dependencies": {
32
32
  "@quenty/acceltween": "2.7.0",
33
33
  "@quenty/baseobject": "10.13.0",
34
- "@quenty/blend": "12.36.0",
35
- "@quenty/instanceutils": "13.30.0",
34
+ "@quenty/blend": "12.36.1",
35
+ "@quenty/instanceutils": "13.30.1",
36
36
  "@quenty/loader": "10.11.0",
37
37
  "@quenty/maid": "3.9.0",
38
38
  "@quenty/rectutils": "1.5.0",
39
- "@quenty/rx": "13.28.2",
40
- "@quenty/signal": "7.13.0",
39
+ "@quenty/rx": "13.28.3",
40
+ "@quenty/signal": "7.13.1",
41
41
  "@quenty/steputils": "3.6.3",
42
- "@quenty/valueobject": "13.31.0"
42
+ "@quenty/valueobject": "13.31.1"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "f4a374a0a294ee8900aa5cb68ab138b0acf3e0ae"
47
+ "gitHead": "598b2b62b36bdcbdbbd56f7db10c399831cc6eba"
48
48
  }
@@ -447,7 +447,7 @@ end
447
447
  --[=[
448
448
  Sets whether the model is choosen
449
449
  @param isChoosen boolean
450
- @param doNotAnimate boolean
450
+ @param doNotAnimate boolean?
451
451
  ]=]
452
452
  function ButtonHighlightModel.SetIsChoosen(self: ButtonHighlightModel, isChoosen: boolean, doNotAnimate: boolean?): ()
453
453
  assert(type(isChoosen) == "boolean", "Bad isChoosen")
@@ -533,7 +533,7 @@ end
533
533
  --[=[
534
534
  Sets whether a key is down
535
535
  @param isKeyDown boolean
536
- @param doNotAnimate boolean -- Optional
536
+ @param doNotAnimate boolean?
537
537
  ]=]
538
538
  function ButtonHighlightModel.SetKeyDown(self: ButtonHighlightModel, isKeyDown: boolean, doNotAnimate: boolean?): ()
539
539
  assert(type(isKeyDown) == "boolean", "Bad isKeyDown")