@basic-ui/material 1.0.0-alpha.39 → 1.0.0-alpha.40
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 +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/esm/Chip/ButtonChip.d.ts +1 -1
- package/build/esm/Select/CustomContainerExample.d.ts +1 -1
- package/build/esm/Table/TableHead.d.ts +1 -1
- package/build/esm/index.d.ts +1 -0
- package/build/esm/index.js +1 -0
- package/build/esm/index.js.map +1 -1
- package/build/tsconfig-build.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/index.ts +1 -0
package/build/cjs/index.js
CHANGED
|
@@ -6088,6 +6088,7 @@ exports.mixColor = mixColor;
|
|
|
6088
6088
|
exports.rippleStyle = rippleStyle;
|
|
6089
6089
|
exports.sx = sx;
|
|
6090
6090
|
exports.theme = theme;
|
|
6091
|
+
exports.useAnimation = useAnimation;
|
|
6091
6092
|
exports.useAppBarContext = useAppBarContext;
|
|
6092
6093
|
exports.useRipple = useRipple;
|
|
6093
6094
|
exports.useRippleHandlers = useRippleHandlers;
|