@groupeactual/ui-kit 0.3.1 → 0.3.2

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 CHANGED
@@ -51694,7 +51694,7 @@ var Checkbox = function (_a) {
51694
51694
 
51695
51695
  /**
51696
51696
  * Do not edit directly
51697
- * Generated on Fri, 25 Nov 2022 19:49:09 GMT
51697
+ * Generated on Sat, 26 Nov 2022 03:31:03 GMT
51698
51698
  */
51699
51699
  var DefaultWebShadowAllContent = { "color": "#2727271f", "type": "dropShadow", "x": "0", "y": "2", "blur": "10", "spread": "0" };
51700
51700
  var DefaultSpacingXxs = "4";
@@ -52049,6 +52049,14 @@ var useMaterialThemeTokens = function (themeName) {
52049
52049
  var designTokens = tokens;
52050
52050
  var muiTokens = React.useMemo(function () {
52051
52051
  return {
52052
+ components: {
52053
+ MuiInputLabel: {
52054
+ styleOverrides: {
52055
+ // TODO : override css here
52056
+ root: {}
52057
+ }
52058
+ }
52059
+ },
52052
52060
  typography: {
52053
52061
  fontFamily: getFontFamilies(themeName).join(','),
52054
52062
  big_number: {
@@ -52209,7 +52217,7 @@ var useMaterialThemeTokens = function (themeName) {
52209
52217
  snackbar: 1400,
52210
52218
  tooltip: 1500
52211
52219
  },
52212
- spacing: designTokens["".concat(themeName, "SpacingXxs")],
52220
+ spacing: Number(designTokens["".concat(themeName, "SpacingXxs")]),
52213
52221
  palette: getMuiPalette(themeName)
52214
52222
  };
52215
52223
  }, [tokens, themeName]);