lumiverse-spindle-types 0.5.6 → 0.5.7

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lumiverse-spindle-types",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "types": "./src/index.ts",
5
5
  "keywords": [
6
6
  "lumiverse",
package/src/index.ts CHANGED
@@ -227,6 +227,9 @@ export type {
227
227
  SpindleNumericInputHandle,
228
228
  SpindleNumberStepperOptions,
229
229
  SpindleNumberStepperHandle,
230
+ SpindleRangeSliderFormat,
231
+ SpindleRangeSliderOptions,
232
+ SpindleRangeSliderHandle,
230
233
  SpindleCheckboxOptions,
231
234
  SpindleCheckboxHandle,
232
235
  SpindleSwitchOptions,