@impulsedev/chameleon 3.3.0 → 3.6.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/README.md CHANGED
@@ -21,4 +21,4 @@ If possible, Chameleon will attach the struct of related resources
21
21
 
22
22
  ### Documentation
23
23
 
24
- [Docs](https://impulsedoes.github.io/chameleon/)
24
+ [Docs](https://chameleon.voidlogger.xyz)
@@ -29,7 +29,7 @@ import {
29
29
  resolveRole,
30
30
  resolveUser,
31
31
  serializeComponent
32
- } from "./chunk-G4SUOXGV.js";
32
+ } from "./chunk-SEC6DGVP.js";
33
33
  export {
34
34
  ActionRowBuilder,
35
35
  ButtonBuilder,
@@ -147,7 +147,19 @@ var ComponentType = {
147
147
  USER_SELECT: 5,
148
148
  ROLE_SELECT: 6,
149
149
  MENTIONABLE_SELECT: 7,
150
- CHANNEL_SELECT: 8
150
+ CHANNEL_SELECT: 8,
151
+ SECTION: 9,
152
+ TEXT_DISPLAY: 10,
153
+ THUMBNAIL: 11,
154
+ MEDIA_GALLERY: 12,
155
+ FILE: 13,
156
+ SEPARATOR: 14,
157
+ CONTAINER: 17,
158
+ LABEL: 18,
159
+ FILE_UPLOAD: 19,
160
+ RADIO_GROUP: 21,
161
+ CHECKBOX_GROUP: 22,
162
+ CHECKBOX: 23
151
163
  };
152
164
  var ButtonStyle = {
153
165
  PRIMARY: 1,