@vectoriox/iox-builder 1.4.15 → 1.4.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vectoriox/iox-builder",
3
- "version": "1.4.15",
3
+ "version": "1.4.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.0.0",
6
6
  "@angular/core": ">=20.0.0",
@@ -172,10 +172,12 @@ declare enum TraitInputType {
172
172
  DirectionalSize = "directionalSize",
173
173
  SelectButton = "selectButton",
174
174
  Scrub = "scrub",
175
+ Range = "range",
175
176
  Icon = "icon",
176
177
  Media = "media",
177
178
  FontFamily = "fontFamily",
178
- GridTemplate = "gridTemplate"
179
+ GridTemplate = "gridTemplate",
180
+ SectionLabel = "sectionLabel"
179
181
  }
180
182
  interface TraitOptionMap {
181
183
  [key: string]: any;