@rabex-kit/rabex-ui 0.1.54 → 0.1.55
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/dist/Theme/getDesignTokens.d.ts +11 -0
- package/dist/rabex-ui.cjs.development.js +12 -1
- package/dist/rabex-ui.cjs.development.js.map +1 -1
- package/dist/rabex-ui.cjs.production.min.js +1 -1
- package/dist/rabex-ui.cjs.production.min.js.map +1 -1
- package/dist/rabex-ui.esm.js +12 -1
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/rabex-ui.esm.js
CHANGED
@@ -4904,7 +4904,18 @@ var getDesignTokens = function getDesignTokens(_ref) {
|
|
4904
4904
|
MuiLoadingButton: RabexLoadingButton.components
|
4905
4905
|
}),
|
4906
4906
|
palette: _extends({}, mode === 'light' ? createPalette(RabexLightPalette) : createPalette(RabexDarkPalette)),
|
4907
|
-
typography: RabexTypography.typography
|
4907
|
+
typography: RabexTypography.typography,
|
4908
|
+
breakpoints: {
|
4909
|
+
values: {
|
4910
|
+
xs: 0,
|
4911
|
+
sm: 600,
|
4912
|
+
md: 900,
|
4913
|
+
lg: 1200,
|
4914
|
+
xl: 1440,
|
4915
|
+
xxl: 1536,
|
4916
|
+
xxxl: 1920
|
4917
|
+
}
|
4918
|
+
}
|
4908
4919
|
};
|
4909
4920
|
};
|
4910
4921
|
|