@chakra-ui/slider
Advanced tools
Comparing version
@@ -687,2 +687,3 @@ "use strict"; | ||
const { getMarkerProps } = useRangeSliderContext(); | ||
const styles = useRangeSliderStyles(); | ||
const markProps = getMarkerProps(props, ref); | ||
@@ -693,3 +694,4 @@ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)( | ||
...markProps, | ||
className: cx("chakra-slider__marker", props.className) | ||
className: cx("chakra-slider__marker", props.className), | ||
__css: styles.mark | ||
} | ||
@@ -696,0 +698,0 @@ ); |
@@ -675,2 +675,3 @@ "use strict"; | ||
const { getMarkerProps } = useRangeSliderContext(); | ||
const styles = useRangeSliderStyles(); | ||
const markProps = getMarkerProps(props, ref); | ||
@@ -681,3 +682,4 @@ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)( | ||
...markProps, | ||
className: cx("chakra-slider__marker", props.className) | ||
className: cx("chakra-slider__marker", props.className), | ||
__css: styles.mark | ||
} | ||
@@ -684,0 +686,0 @@ ); |
{ | ||
"name": "@chakra-ui/slider", | ||
"version": "2.0.24", | ||
"version": "2.0.25", | ||
"description": "Accessible slider component for React that implements <input type=range>", | ||
@@ -54,9 +54,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"@emotion/styled": "^11.8.1", | ||
"@emotion/styled": "^11.11.0", | ||
"react": "^18.0.0", | ||
"clean-package": "2.2.0", | ||
"@chakra-ui/utils": "2.0.15", | ||
"@chakra-ui/system": "2.5.7", | ||
"@chakra-ui/theme": "3.1.1", | ||
"@chakra-ui/provider": "2.2.4" | ||
"@chakra-ui/system": "2.5.8", | ||
"@chakra-ui/theme": "3.1.2", | ||
"@chakra-ui/provider": "2.3.0" | ||
}, | ||
@@ -63,0 +63,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
181913
0.12%5439
0.11%