@basic-ui/material 1.0.0-alpha.2 → 1.0.0-alpha.5
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/build/cjs/index.js +2 -1
- package/build/cjs/index.js.map +1 -1
- package/build/esm/Chip/ButtonChip.d.ts +1 -1
- package/build/esm/Combobox/Combobox.d.ts +7 -7
- package/build/esm/ListItem/ListItem.d.ts +1 -1
- package/build/esm/ListItem/ListItem.js +1 -0
- package/build/esm/ListItem/ListItem.js.map +1 -1
- package/build/esm/Menu/Menu.d.ts +4 -4
- package/build/esm/Select/Select.d.ts +1 -1
- package/build/esm/SelectItem/SelectItem.d.ts +1 -1
- package/build/esm/Switch/Switch.d.ts +2 -3
- package/build/esm/Switch/Switch.js.map +1 -1
- package/build/esm/Tab/Tab.d.ts +1 -1
- package/build/esm/Tab/Tab.js +1 -1
- package/build/esm/Tab/Tab.js.map +1 -1
- package/build/esm/Table/TableHead.d.ts +1 -1
- package/build/esm/ThemeExplorer/components.js +2 -1
- package/build/esm/ThemeExplorer/components.js.map +1 -1
- package/build/esm/ThemeExplorer/makeColorScheme.js +2 -1
- package/build/esm/ThemeExplorer/makeColorScheme.js.map +1 -1
- package/build/esm/ThemeExplorer/useDeferredColor.js +2 -1
- package/build/esm/ThemeExplorer/useDeferredColor.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/ListItem/ListItem.tsx +1 -0
- package/src/Switch/Switch.tsx +1 -1
- package/src/Tab/Tab.tsx +1 -1
- package/src/ThemeExplorer/ThemeBuilder.story.tsx +1 -1
- package/src/ThemeExplorer/components.tsx +1 -1
- package/src/ThemeExplorer/makeColorScheme.tsx +1 -1
- package/src/ThemeExplorer/useDeferredColor.tsx +1 -1
package/build/cjs/index.js
CHANGED
|
@@ -2785,6 +2785,7 @@ const ListItem = /*#__PURE__*/react$1.forwardRef(function ListItem(props, forwar
|
|
|
2785
2785
|
},
|
|
2786
2786
|
'&[aria-selected="true"]': {
|
|
2787
2787
|
backgroundColor: alpha(color, baseOpacity + 0.12),
|
|
2788
|
+
color,
|
|
2788
2789
|
':hover': {
|
|
2789
2790
|
backgroundColor: alpha(color, hoverOpacity + 0.12)
|
|
2790
2791
|
},
|
|
@@ -5087,7 +5088,7 @@ const TabInner = /*#__PURE__*/react$1.forwardRef(function Tab(props, forwardedRe
|
|
|
5087
5088
|
return /*#__PURE__*/jsxRuntime.jsxs(Box, {
|
|
5088
5089
|
position: "relative",
|
|
5089
5090
|
display: "flex",
|
|
5090
|
-
|
|
5091
|
+
flex: 1,
|
|
5091
5092
|
flexDirection: "column",
|
|
5092
5093
|
children: [/*#__PURE__*/jsxRuntime.jsx(RippleBox, _extends__default['default']({
|
|
5093
5094
|
as: innerAs,
|