@smg-automotive/components 25.10.0-migrate-range-slider-to-chakra-v3.1 → 25.10.0-migrate-range-slider-to-chakra-v3.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.
package/dist/cjs/index.js CHANGED
@@ -814,7 +814,7 @@ var sliderSlotRecipe = react$1.defineSlotRecipe({
814
814
  flexDirection: 'column',
815
815
  fontSize: 'base',
816
816
  '--slider-marker-inset': '4px',
817
- '--slider-marker-track': '5px',
817
+ '--slider-marker-track': '4px',
818
818
  '--slider-thumb-border': '1px',
819
819
  '--slider-thumb-boxShadow': '0 0 0 8px #2988E14D',
820
820
  },
@@ -824,13 +824,13 @@ var sliderSlotRecipe = react$1.defineSlotRecipe({
824
824
  track: {
825
825
  flex: '1',
826
826
  height: 'var(--slider-marker-track)',
827
- bg: 'gray.300',
828
- borderRadius: 'full',
827
+ bg: 'gray.200',
828
+ borderRadius: 'sm',
829
829
  },
830
830
  range: {
831
- height: 'var(--slider-marker-inset)',
832
- bg: 'gray.800',
833
- borderRadius: 'full',
831
+ height: 'var(--slider-marker-track)',
832
+ bg: 'gray.900',
833
+ borderRadius: 'sm',
834
834
  },
835
835
  markerGroup: {
836
836
  position: 'absolute!',