@baseline-ui/core 0.29.2 → 0.29.3

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/dist/index.d.mts CHANGED
@@ -381,7 +381,7 @@ interface SliderProps extends Omit<AriaSliderProps<number> & SliderStateOptions<
381
381
  */
382
382
  includeNumberInput?: boolean;
383
383
  }
384
- interface IconSliderProps extends Pick<SliderProps, "value" | "minValue" | "maxValue" | "onChange" | "defaultValue" | "includeNumberInput">, StylingProps, IconComponentProps {
384
+ interface IconSliderProps extends Pick<SliderProps, "value" | "minValue" | "maxValue" | "onChange" | "defaultValue" | "includeNumberInput" | "step" | "numberFormatOptions">, StylingProps, IconComponentProps {
385
385
  /**
386
386
  * A function to format the value of the slider.
387
387
  *
package/dist/index.d.ts CHANGED
@@ -381,7 +381,7 @@ interface SliderProps extends Omit<AriaSliderProps<number> & SliderStateOptions<
381
381
  */
382
382
  includeNumberInput?: boolean;
383
383
  }
384
- interface IconSliderProps extends Pick<SliderProps, "value" | "minValue" | "maxValue" | "onChange" | "defaultValue" | "includeNumberInput">, StylingProps, IconComponentProps {
384
+ interface IconSliderProps extends Pick<SliderProps, "value" | "minValue" | "maxValue" | "onChange" | "defaultValue" | "includeNumberInput" | "step" | "numberFormatOptions">, StylingProps, IconComponentProps {
385
385
  /**
386
386
  * A function to format the value of the slider.
387
387
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baseline-ui/core",
3
- "version": "0.29.2",
3
+ "version": "0.29.3",
4
4
  "description": "Baseline UI is a set of accessible components and tools for building accessible, customizable, production-ready user interfaces",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -47,9 +47,9 @@
47
47
  "slate-hyperscript": "^0.100.0",
48
48
  "slate-react": "^0.107.1",
49
49
  "tailwind-merge": "^2.4.0",
50
- "@baseline-ui/tokens": "0.29.2",
51
- "@baseline-ui/utils": "0.29.2",
52
- "@baseline-ui/icons": "0.29.2"
50
+ "@baseline-ui/icons": "0.29.3",
51
+ "@baseline-ui/tokens": "0.29.3",
52
+ "@baseline-ui/utils": "0.29.3"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "react": "^17.0.2 || ^18.0.0",
@@ -60,7 +60,7 @@
60
60
  "@types/dompurify": "3.0.5",
61
61
  "@types/markdown-it": "^14.1.2",
62
62
  "@vanilla-extract/recipes": "0.5.3",
63
- "@baseline-ui/translations": "0.29.2"
63
+ "@baseline-ui/translations": "0.29.3"
64
64
  },
65
65
  "license": "SEE LICENSE IN https://pspdfkit.com/legal/License.pdf",
66
66
  "publishConfig": {