@basic-ui/material 1.0.0-alpha.50 → 1.0.0-alpha.51

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.
@@ -2599,6 +2599,7 @@ const IconContainer = ({
2599
2599
  children
2600
2600
  }) => /*#__PURE__*/jsxRuntime.jsx(Box, {
2601
2601
  position: "absolute",
2602
+ "data-icon-container": position,
2602
2603
  __css: {
2603
2604
  top: 0,
2604
2605
  [position === 'start' ? 'left' : 'right']: polished.rem(PADDING_LEFT_WITH_ICON),