@warp-ds/elements 2.7.0 → 2.8.0-next.2

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@warp-ds/elements",
4
- "version": "2.7.0-next.2",
4
+ "version": "2.8.0-next.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1581,6 +1581,11 @@
1581
1581
  "description": "Formatter for the tooltip and input mask values.",
1582
1582
  "type": "(value: string, slot: SliderSlot) => string"
1583
1583
  },
1584
+ {
1585
+ "name": "tooltipFormatter",
1586
+ "description": "Replaces valueFormatter for the tooltip. Use in open-ended sliders to show for example \"300+ hk\" instead of \"Max\" in the tooltip.",
1587
+ "type": "(value: string, slot: SliderSlot) => string"
1588
+ },
1584
1589
  {
1585
1590
  "name": "labelFormatter",
1586
1591
  "description": "Formatter for the min and max labels below the range.",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/elements",
3
3
  "type": "module",
4
- "version": "2.7.0",
4
+ "version": "2.8.0-next.2",
5
5
  "packageManager": "pnpm@10.20.0",
6
6
  "description": "Custom elements for Warp",
7
7
  "exports": {