@basic-ui/material 1.0.0-alpha.17 → 1.0.0-alpha.18

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.
@@ -719,6 +719,7 @@ const BaseButton = /*#__PURE__*/react$1.forwardRef((props, ref) => {
719
719
  touchAction: 'manipulation',
720
720
  userSelect: 'none',
721
721
  minWidth: 'auto',
722
+ whiteSpace: 'nowrap',
722
723
  '&::-moz-focus-inner': {
723
724
  border: 0
724
725
  },
@@ -4563,9 +4564,10 @@ const SliderMarker = /*#__PURE__*/react$1.forwardRef(({
4563
4564
  left: '50%',
4564
4565
  transform: 'translate(-50%, -50%)'
4565
4566
  },
4566
- bg: alpha('primary', 0.8),
4567
+ opacity: 0.38,
4568
+ bg: 'on.surface-variant',
4567
4569
  '&[data-state="at-value"],&[data-state="under-value"]': {
4568
- bg: alpha('on.primary', 0.8)
4570
+ bg: 'on.primary'
4569
4571
  },
4570
4572
  ...__css
4571
4573
  }
@@ -4584,7 +4586,7 @@ const SliderTrack = /*#__PURE__*/react$1.forwardRef(({
4584
4586
  __css: {
4585
4587
  position: 'relative',
4586
4588
  borderRadius: 'full',
4587
- bg: alpha('primary', 0.38),
4589
+ bg: 'surface-variant',
4588
4590
  '&[data-orientation="horizontal"]': {
4589
4591
  width: '100%',
4590
4592
  height: 'inherit'
@@ -4629,10 +4631,10 @@ const SliderRange = /*#__PURE__*/react$1.forwardRef(({
4629
4631
  bottom: '0',
4630
4632
  top: '50%',
4631
4633
  '&[data-orientation="horizontal"]': {
4632
- height: '150%'
4634
+ height: '100%'
4633
4635
  },
4634
4636
  '&[data-orientation="vertical"]': {
4635
- width: '150%'
4637
+ width: '100%'
4636
4638
  },
4637
4639
  transform: 'translateY(-50%)',
4638
4640
  ...__css