@vygruppen/spor-react 12.4.9 → 12.4.10
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/.turbo/turbo-build.log +12 -12
- package/.turbo/turbo-postinstall.log +1 -1
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/theme/tokens/breakpoints.ts +0 -1
package/dist/index.mjs
CHANGED
@@ -10100,7 +10100,6 @@ var animationStyles = defineAnimationStyles({
|
|
10100
10100
|
}
|
10101
10101
|
});
|
10102
10102
|
var breakpoints = {
|
10103
|
-
base: "0px",
|
10104
10103
|
sm: tokens23__default.size.breakpoint.sm,
|
10105
10104
|
md: tokens23__default.size.breakpoint.md,
|
10106
10105
|
lg: tokens23__default.size.breakpoint.lg,
|