@groupeactual/ui-kit 0.4.18 → 0.4.19
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/cjs/index.js +0 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -51332,7 +51332,6 @@ var useMaterialThemeTokens = function (themeName) {
|
|
|
51332
51332
|
snackbar: 1400,
|
|
51333
51333
|
tooltip: 1500
|
|
51334
51334
|
},
|
|
51335
|
-
spacing: Number(designTokens["".concat(themeName, "SpacingXxs")]),
|
|
51336
51335
|
palette: getMuiPalette(themeName)
|
|
51337
51336
|
};
|
|
51338
51337
|
var muiCss = useMaterialThemeCss(muiTokensObject).muiCss;
|