cozy-ui 121.2.0 → 121.4.0

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.
Files changed (31) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/assets/icons/twake/illus/twake_workplace.svg +1 -0
  3. package/assets/icons/twake/phone-download_twake.svg +1 -1
  4. package/assets/icons/ui/desktop-download.svg +1 -0
  5. package/package.json +1 -1
  6. package/react/Banner/Readme.md +2 -0
  7. package/react/Banner/index.jsx +4 -1
  8. package/react/Buttons/Readme.md +37 -2
  9. package/react/Buttons/index.jsx +16 -3
  10. package/react/Icon/Readme.md +6 -2
  11. package/react/Icons/DesktopDownload.jsx +13 -0
  12. package/react/Icons/PhoneDownload_twake.jsx +3 -2
  13. package/react/Icons/TwakeWorkplace.jsx +83 -0
  14. package/react/MuiCozyTheme/overrides/makeLightNormalOverrides.js +24 -3
  15. package/react/MuiCozyTheme/overrides/twake/makeLightNormalOverrides.js +16 -1
  16. package/transpiled/react/Banner/index.js +5 -1
  17. package/transpiled/react/Buttons/index.js +7 -4
  18. package/transpiled/react/Icon/icons-sprite.js +1 -1
  19. package/transpiled/react/Icons/DesktopDownload.js +15 -0
  20. package/transpiled/react/Icons/PhoneDownload_twake.js +4 -2
  21. package/transpiled/react/Icons/TwakeWorkplace.js +86 -0
  22. package/transpiled/react/MuiCozyTheme/overrides/makeDarkInvertedOverrides.d.ts +24 -3
  23. package/transpiled/react/MuiCozyTheme/overrides/makeDarkNormalOverrides.d.ts +24 -3
  24. package/transpiled/react/MuiCozyTheme/overrides/makeLightInvertedOverrides.d.ts +24 -3
  25. package/transpiled/react/MuiCozyTheme/overrides/makeLightNormalOverrides.d.ts +24 -3
  26. package/transpiled/react/MuiCozyTheme/overrides/makeLightNormalOverrides.js +24 -3
  27. package/transpiled/react/MuiCozyTheme/overrides/twake/makeDarkInvertedOverrides.d.ts +40 -4
  28. package/transpiled/react/MuiCozyTheme/overrides/twake/makeDarkNormalOverrides.d.ts +40 -4
  29. package/transpiled/react/MuiCozyTheme/overrides/twake/makeLightInvertedOverrides.d.ts +40 -4
  30. package/transpiled/react/MuiCozyTheme/overrides/twake/makeLightNormalOverrides.d.ts +40 -4
  31. package/transpiled/react/MuiCozyTheme/overrides/twake/makeLightNormalOverrides.js +16 -1
@@ -0,0 +1,15 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ // Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/ui/desktop-download.svg` to regenerate;
3
+ import React from 'react';
4
+
5
+ function SvgDesktopDownload(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 16 15"
8
+ }, props), /*#__PURE__*/React.createElement("path", {
9
+ d: "M14.4 11.2H1.6V1.6H8V0H1.6C.712 0 0 .712 0 1.6v9.6c0 .88.712 1.6 1.6 1.6h3.2v1.6h6.4v-1.6h3.2c.88 0 1.6-.72 1.6-1.6V8.8h-1.6v2.4z"
10
+ }), /*#__PURE__*/React.createElement("path", {
11
+ d: "M12 8.8l4-4-1.128-1.128L12.8 5.736V0h-1.6v5.736L9.128 3.672 8 4.8l4 4z"
12
+ }));
13
+ }
14
+
15
+ export default SvgDesktopDownload;
@@ -4,9 +4,11 @@ import React from 'react';
4
4
 
5
5
  function SvgPhoneDownloadTwake(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 14 16"
7
+ viewBox: "0 0 14 17"
8
8
  }, props), /*#__PURE__*/React.createElement("path", {
9
- d: "M13.177 5.647H9.412V0H3.765v5.647H0l6.588 6.588 6.589-6.588zM5.647 7.53V1.882H7.53V7.53h1.102L6.588 9.572 4.546 7.529h1.101zM0 14.118h13.177V16H0v-1.882z"
9
+ d: "M9.182 12.586H1.909V3.859H7V2.404H1.91v-.727H7V.229L1.91.222C1.11.222.454.877.454 1.677v13.09c0 .8.654 1.455 1.454 1.455h7.273c.8 0 1.454-.654 1.454-1.454V11.13H9.182v1.455zm0 2.182H1.909v-.728h7.273v.728z"
10
+ }), /*#__PURE__*/React.createElement("path", {
11
+ d: "M9.91 9.677l3.636-3.637-1.026-1.025-1.884 1.876V1.677H9.182V6.89L7.298 5.015 6.273 6.04l3.636 3.637z"
10
12
  }));
11
13
  }
12
14
 
@@ -0,0 +1,86 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ // Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/twake/illus/workplace_twake.svg` to regenerate;
3
+ import React from 'react';
4
+
5
+ function SvgTwakeWorkplace(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 22 22",
8
+ fill: "none"
9
+ }, props), /*#__PURE__*/React.createElement("rect", {
10
+ x: 0.498,
11
+ y: 0.495,
12
+ width: 21.51,
13
+ height: 21.51,
14
+ rx: 6.563,
15
+ fill: "#fff"
16
+ }), /*#__PURE__*/React.createElement("rect", {
17
+ x: 0.498,
18
+ y: 0.495,
19
+ width: 21.51,
20
+ height: 21.51,
21
+ rx: 6.563,
22
+ fill: "url(#workplace_twake_svg__paint0_linear_1573_14803)"
23
+ }), /*#__PURE__*/React.createElement("rect", {
24
+ x: 0.498,
25
+ y: 0.495,
26
+ width: 21.51,
27
+ height: 21.51,
28
+ rx: 6.563,
29
+ fill: "url(#workplace_twake_svg__paint1_linear_1573_14803)"
30
+ }), /*#__PURE__*/React.createElement("rect", {
31
+ x: 0.498,
32
+ y: 0.495,
33
+ width: 21.51,
34
+ height: 21.51,
35
+ rx: 6.563,
36
+ fill: "url(#workplace_twake_svg__paint2_linear_1573_14803)"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M11.281 3.7c.008.006.017.01.027.012l.014.002a.405.405 0 01.156.05c.015.007.03.016.044.024l1.068.605 1.25.707.906.512.056.032a.487.487 0 01.229.363l.002.1v3.145a.489.489 0 01-.71.401c-.017-.008-.034-.018-.05-.027l-1.606-.909-1.138-.642-.056-.032a.542.542 0 00-.178-.051h-.058a.462.462 0 00-.213.053c-.02.01-.038.021-.056.032l-1.215.696-1.458.835a3.52 3.52 0 01-.063.036.533.533 0 01-.176.058l-.07.002a.433.433 0 01-.195-.046.48.48 0 01-.283-.433V6.05a.483.483 0 01.224-.404l.05-.029.86-.493 1.021-.585 1.033-.59.256-.147.056-.032a.553.553 0 01.107-.044.53.53 0 01.071-.013.048.048 0 00.025-.012l.07-.002zm-7.514 8.774a.036.036 0 00.026-.032.487.487 0 01.27-.389l.652-.376 1.455-.84.566-.326.063-.036a.49.49 0 01.702.418v3.209a.49.49 0 00.213.394.671.671 0 00.068.04l.62.348 1.278.714.792.442.062.035c.11.064.188.168.22.29a.463.463 0 01.013.192.476.476 0 01-.224.35c-.02.013-.042.024-.063.036L8.411 18.08l-.704.386c-.019.01-.036.022-.057.031a.494.494 0 01-.48-.016l-.217-.127-2.877-1.692a.533.533 0 01-.055-.033.487.487 0 01-.219-.306c-.005-.02-.007-.043-.01-.064a.028.028 0 00-.018-.02.04.04 0 00-.007-.003v-3.763zm11.207 6.103a.078.078 0 00-.017-.012.533.533 0 00-.055-.016.47.47 0 01-.127-.049l-.069-.04-1.063-.613-1.573-.907-.05-.03a.477.477 0 01-.224-.4.477.477 0 01.27-.448l.896-.514 1.21-.692.566-.325.074-.043a.487.487 0 00.227-.35 1.02 1.02 0 00.006-.115v-3.092c0-.024 0-.04.002-.058a.481.481 0 01.356-.43.471.471 0 01.113-.019.492.492 0 01.285.084l.722.415 1.268.733.665.383.062.036a.469.469 0 01.19.218.15.15 0 01.015.048.083.083 0 00.016.032v3.964a.032.032 0 00-.015.023.178.178 0 01-.017.055.48.48 0 01-.18.208.67.67 0 01-.062.035l-.978.56-2.18 1.25a.376.376 0 01-.055.032.468.468 0 01-.127.05.389.389 0 00-.048.013.03.03 0 00-.016.014h-.087z",
39
+ fill: "#fff"
40
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
41
+ id: "workplace_twake_svg__paint0_linear_1573_14803",
42
+ x1: 22.008,
43
+ y1: 13.042,
44
+ x2: 0.498,
45
+ y2: 13.042,
46
+ gradientUnits: "userSpaceOnUse"
47
+ }, /*#__PURE__*/React.createElement("stop", {
48
+ offset: 0.13,
49
+ stopColor: "#A033FF"
50
+ }), /*#__PURE__*/React.createElement("stop", {
51
+ offset: 0.61,
52
+ stopColor: "#0094FF"
53
+ }), /*#__PURE__*/React.createElement("stop", {
54
+ offset: 1,
55
+ stopColor: "#4FB500"
56
+ })), /*#__PURE__*/React.createElement("linearGradient", {
57
+ id: "workplace_twake_svg__paint1_linear_1573_14803",
58
+ x1: 10.356,
59
+ y1: 7.217,
60
+ x2: 3.634,
61
+ y2: 20.66,
62
+ gradientUnits: "userSpaceOnUse"
63
+ }, /*#__PURE__*/React.createElement("stop", {
64
+ stopColor: "#FFD600",
65
+ stopOpacity: 0
66
+ }), /*#__PURE__*/React.createElement("stop", {
67
+ offset: 0.563,
68
+ stopColor: "#FFC700"
69
+ })), /*#__PURE__*/React.createElement("linearGradient", {
70
+ id: "workplace_twake_svg__paint2_linear_1573_14803",
71
+ x1: 12.149,
72
+ y1: 13.042,
73
+ x2: 19.767,
74
+ y2: 21.109,
75
+ gradientUnits: "userSpaceOnUse"
76
+ }, /*#__PURE__*/React.createElement("stop", {
77
+ offset: 0.03,
78
+ stopColor: "#FF3B30",
79
+ stopOpacity: 0
80
+ }), /*#__PURE__*/React.createElement("stop", {
81
+ offset: 0.843,
82
+ stopColor: "#E73B2D"
83
+ }))));
84
+ }
85
+
86
+ export default SvgTwakeWorkplace;
@@ -139,9 +139,16 @@ export function makeDarkInvertedOverrides(theme: any): {
139
139
  MuiButton: {
140
140
  root: {
141
141
  borderRadius: number;
142
- height: string;
143
142
  lineHeight: string;
144
143
  padding: string;
144
+ '&.customSize': {
145
+ '&-default': {
146
+ height: string;
147
+ };
148
+ '&-auto': {
149
+ minHeight: string;
150
+ };
151
+ };
145
152
  '&.ghost': {
146
153
  borderStyle: string;
147
154
  '&:hover': {
@@ -150,15 +157,29 @@ export function makeDarkInvertedOverrides(theme: any): {
150
157
  };
151
158
  };
152
159
  sizeSmall: {
153
- height: string;
154
160
  padding: string;
161
+ '&.customSize': {
162
+ '&-default': {
163
+ height: string;
164
+ };
165
+ '&-auto': {
166
+ minHeight: string;
167
+ };
168
+ };
155
169
  '&$text': {
156
170
  padding: string;
157
171
  };
158
172
  };
159
173
  sizeLarge: {
160
- height: string;
161
174
  padding: string;
175
+ '&.customSize': {
176
+ '&-default': {
177
+ height: string;
178
+ };
179
+ '&-auto': {
180
+ minHeight: string;
181
+ };
182
+ };
162
183
  '&$text': {
163
184
  padding: string;
164
185
  };
@@ -139,9 +139,16 @@ export function makeDarkNormalOverrides(theme: any): {
139
139
  MuiButton: {
140
140
  root: {
141
141
  borderRadius: number;
142
- height: string;
143
142
  lineHeight: string;
144
143
  padding: string;
144
+ '&.customSize': {
145
+ '&-default': {
146
+ height: string;
147
+ };
148
+ '&-auto': {
149
+ minHeight: string;
150
+ };
151
+ };
145
152
  '&.ghost': {
146
153
  borderStyle: string;
147
154
  '&:hover': {
@@ -150,15 +157,29 @@ export function makeDarkNormalOverrides(theme: any): {
150
157
  };
151
158
  };
152
159
  sizeSmall: {
153
- height: string;
154
160
  padding: string;
161
+ '&.customSize': {
162
+ '&-default': {
163
+ height: string;
164
+ };
165
+ '&-auto': {
166
+ minHeight: string;
167
+ };
168
+ };
155
169
  '&$text': {
156
170
  padding: string;
157
171
  };
158
172
  };
159
173
  sizeLarge: {
160
- height: string;
161
174
  padding: string;
175
+ '&.customSize': {
176
+ '&-default': {
177
+ height: string;
178
+ };
179
+ '&-auto': {
180
+ minHeight: string;
181
+ };
182
+ };
162
183
  '&$text': {
163
184
  padding: string;
164
185
  };
@@ -139,9 +139,16 @@ export function makeLightInvertedOverrides(theme: any): {
139
139
  MuiButton: {
140
140
  root: {
141
141
  borderRadius: number;
142
- height: string;
143
142
  lineHeight: string;
144
143
  padding: string;
144
+ '&.customSize': {
145
+ '&-default': {
146
+ height: string;
147
+ };
148
+ '&-auto': {
149
+ minHeight: string;
150
+ };
151
+ };
145
152
  '&.ghost': {
146
153
  borderStyle: string;
147
154
  '&:hover': {
@@ -150,15 +157,29 @@ export function makeLightInvertedOverrides(theme: any): {
150
157
  };
151
158
  };
152
159
  sizeSmall: {
153
- height: string;
154
160
  padding: string;
161
+ '&.customSize': {
162
+ '&-default': {
163
+ height: string;
164
+ };
165
+ '&-auto': {
166
+ minHeight: string;
167
+ };
168
+ };
155
169
  '&$text': {
156
170
  padding: string;
157
171
  };
158
172
  };
159
173
  sizeLarge: {
160
- height: string;
161
174
  padding: string;
175
+ '&.customSize': {
176
+ '&-default': {
177
+ height: string;
178
+ };
179
+ '&-auto': {
180
+ minHeight: string;
181
+ };
182
+ };
162
183
  '&$text': {
163
184
  padding: string;
164
185
  };
@@ -139,9 +139,16 @@ export function makeLightNormalOverrides(theme: any): {
139
139
  MuiButton: {
140
140
  root: {
141
141
  borderRadius: number;
142
- height: string;
143
142
  lineHeight: string;
144
143
  padding: string;
144
+ '&.customSize': {
145
+ '&-default': {
146
+ height: string;
147
+ };
148
+ '&-auto': {
149
+ minHeight: string;
150
+ };
151
+ };
145
152
  '&.ghost': {
146
153
  borderStyle: string;
147
154
  '&:hover': {
@@ -150,15 +157,29 @@ export function makeLightNormalOverrides(theme: any): {
150
157
  };
151
158
  };
152
159
  sizeSmall: {
153
- height: string;
154
160
  padding: string;
161
+ '&.customSize': {
162
+ '&-default': {
163
+ height: string;
164
+ };
165
+ '&-auto': {
166
+ minHeight: string;
167
+ };
168
+ };
155
169
  '&$text': {
156
170
  padding: string;
157
171
  };
158
172
  };
159
173
  sizeLarge: {
160
- height: string;
161
174
  padding: string;
175
+ '&.customSize': {
176
+ '&-default': {
177
+ height: string;
178
+ };
179
+ '&-auto': {
180
+ minHeight: string;
181
+ };
182
+ };
162
183
  '&$text': {
163
184
  padding: string;
164
185
  };
@@ -151,9 +151,16 @@ export var makeLightNormalOverrides = function makeLightNormalOverrides(theme) {
151
151
  MuiButton: {
152
152
  root: {
153
153
  borderRadius: 2,
154
- height: '2.5rem',
155
154
  lineHeight: 'normal',
156
155
  padding: '0 1rem',
156
+ '&.customSize': {
157
+ '&-default': {
158
+ height: '2.5rem'
159
+ },
160
+ '&-auto': {
161
+ minHeight: '2.5rem'
162
+ }
163
+ },
157
164
  '&.ghost': {
158
165
  borderStyle: 'dashed !important',
159
166
  // important needed to override disable state
@@ -164,15 +171,29 @@ export var makeLightNormalOverrides = function makeLightNormalOverrides(theme) {
164
171
  }
165
172
  },
166
173
  sizeSmall: {
167
- height: '2rem',
168
174
  padding: '0 0.75rem',
175
+ '&.customSize': {
176
+ '&-default': {
177
+ height: '2rem'
178
+ },
179
+ '&-auto': {
180
+ minHeight: '2rem'
181
+ }
182
+ },
169
183
  '&$text': {
170
184
  padding: '8px 6px'
171
185
  }
172
186
  },
173
187
  sizeLarge: {
174
- height: '3rem',
175
188
  padding: '0 1.25rem',
189
+ '&.customSize': {
190
+ '&-default': {
191
+ height: '3rem'
192
+ },
193
+ '&-auto': {
194
+ minHeight: '3rem'
195
+ }
196
+ },
176
197
  '&$text': {
177
198
  padding: '14px 10px'
178
199
  }
@@ -139,9 +139,16 @@ export function makeDarkInvertedTwakeOverrides(theme: any): {
139
139
  MuiButton: {
140
140
  root: {
141
141
  borderRadius: number;
142
- height: string;
143
142
  lineHeight: string;
144
143
  padding: string;
144
+ '&.customSize': {
145
+ '&-default': {
146
+ height: string;
147
+ };
148
+ '&-auto': {
149
+ minHeight: string;
150
+ };
151
+ };
145
152
  '&.ghost': {
146
153
  borderStyle: string;
147
154
  '&:hover': {
@@ -150,15 +157,29 @@ export function makeDarkInvertedTwakeOverrides(theme: any): {
150
157
  };
151
158
  };
152
159
  sizeSmall: {
153
- height: string;
154
160
  padding: string;
161
+ '&.customSize': {
162
+ '&-default': {
163
+ height: string;
164
+ };
165
+ '&-auto': {
166
+ minHeight: string;
167
+ };
168
+ };
155
169
  '&$text': {
156
170
  padding: string;
157
171
  };
158
172
  };
159
173
  sizeLarge: {
160
- height: string;
161
174
  padding: string;
175
+ '&.customSize': {
176
+ '&-default': {
177
+ height: string;
178
+ };
179
+ '&-auto': {
180
+ minHeight: string;
181
+ };
182
+ };
162
183
  '&$text': {
163
184
  padding: string;
164
185
  };
@@ -1621,6 +1642,14 @@ export function makeDarkInvertedTwakeOverrides(theme: any): {
1621
1642
  };
1622
1643
  };
1623
1644
  };
1645
+ MuiLinearProgress: {
1646
+ root: {
1647
+ height: number;
1648
+ };
1649
+ colorPrimary: {
1650
+ backgroundColor: any;
1651
+ };
1652
+ };
1624
1653
  MuiButton: {
1625
1654
  root: {
1626
1655
  borderRadius: number;
@@ -1633,8 +1662,15 @@ export function makeDarkInvertedTwakeOverrides(theme: any): {
1633
1662
  };
1634
1663
  };
1635
1664
  sizeSmall: {
1636
- height: string;
1637
1665
  padding: string;
1666
+ '&.customSize': {
1667
+ '&-default': {
1668
+ height: string;
1669
+ };
1670
+ '&-auto': {
1671
+ minHeight: string;
1672
+ };
1673
+ };
1638
1674
  '&$text': {
1639
1675
  padding: string;
1640
1676
  };
@@ -139,9 +139,16 @@ export function makeDarkNormalTwakeOverrides(theme: any): {
139
139
  MuiButton: {
140
140
  root: {
141
141
  borderRadius: number;
142
- height: string;
143
142
  lineHeight: string;
144
143
  padding: string;
144
+ '&.customSize': {
145
+ '&-default': {
146
+ height: string;
147
+ };
148
+ '&-auto': {
149
+ minHeight: string;
150
+ };
151
+ };
145
152
  '&.ghost': {
146
153
  borderStyle: string;
147
154
  '&:hover': {
@@ -150,15 +157,29 @@ export function makeDarkNormalTwakeOverrides(theme: any): {
150
157
  };
151
158
  };
152
159
  sizeSmall: {
153
- height: string;
154
160
  padding: string;
161
+ '&.customSize': {
162
+ '&-default': {
163
+ height: string;
164
+ };
165
+ '&-auto': {
166
+ minHeight: string;
167
+ };
168
+ };
155
169
  '&$text': {
156
170
  padding: string;
157
171
  };
158
172
  };
159
173
  sizeLarge: {
160
- height: string;
161
174
  padding: string;
175
+ '&.customSize': {
176
+ '&-default': {
177
+ height: string;
178
+ };
179
+ '&-auto': {
180
+ minHeight: string;
181
+ };
182
+ };
162
183
  '&$text': {
163
184
  padding: string;
164
185
  };
@@ -1621,6 +1642,14 @@ export function makeDarkNormalTwakeOverrides(theme: any): {
1621
1642
  };
1622
1643
  };
1623
1644
  };
1645
+ MuiLinearProgress: {
1646
+ root: {
1647
+ height: number;
1648
+ };
1649
+ colorPrimary: {
1650
+ backgroundColor: any;
1651
+ };
1652
+ };
1624
1653
  MuiButton: {
1625
1654
  root: {
1626
1655
  borderRadius: number;
@@ -1633,8 +1662,15 @@ export function makeDarkNormalTwakeOverrides(theme: any): {
1633
1662
  };
1634
1663
  };
1635
1664
  sizeSmall: {
1636
- height: string;
1637
1665
  padding: string;
1666
+ '&.customSize': {
1667
+ '&-default': {
1668
+ height: string;
1669
+ };
1670
+ '&-auto': {
1671
+ minHeight: string;
1672
+ };
1673
+ };
1638
1674
  '&$text': {
1639
1675
  padding: string;
1640
1676
  };
@@ -139,9 +139,16 @@ export function makeLightInvertedTwakeOverrides(theme: any): {
139
139
  MuiButton: {
140
140
  root: {
141
141
  borderRadius: number;
142
- height: string;
143
142
  lineHeight: string;
144
143
  padding: string;
144
+ '&.customSize': {
145
+ '&-default': {
146
+ height: string;
147
+ };
148
+ '&-auto': {
149
+ minHeight: string;
150
+ };
151
+ };
145
152
  '&.ghost': {
146
153
  borderStyle: string;
147
154
  '&:hover': {
@@ -150,15 +157,29 @@ export function makeLightInvertedTwakeOverrides(theme: any): {
150
157
  };
151
158
  };
152
159
  sizeSmall: {
153
- height: string;
154
160
  padding: string;
161
+ '&.customSize': {
162
+ '&-default': {
163
+ height: string;
164
+ };
165
+ '&-auto': {
166
+ minHeight: string;
167
+ };
168
+ };
155
169
  '&$text': {
156
170
  padding: string;
157
171
  };
158
172
  };
159
173
  sizeLarge: {
160
- height: string;
161
174
  padding: string;
175
+ '&.customSize': {
176
+ '&-default': {
177
+ height: string;
178
+ };
179
+ '&-auto': {
180
+ minHeight: string;
181
+ };
182
+ };
162
183
  '&$text': {
163
184
  padding: string;
164
185
  };
@@ -1621,6 +1642,14 @@ export function makeLightInvertedTwakeOverrides(theme: any): {
1621
1642
  };
1622
1643
  };
1623
1644
  };
1645
+ MuiLinearProgress: {
1646
+ root: {
1647
+ height: number;
1648
+ };
1649
+ colorPrimary: {
1650
+ backgroundColor: any;
1651
+ };
1652
+ };
1624
1653
  MuiButton: {
1625
1654
  root: {
1626
1655
  borderRadius: number;
@@ -1633,8 +1662,15 @@ export function makeLightInvertedTwakeOverrides(theme: any): {
1633
1662
  };
1634
1663
  };
1635
1664
  sizeSmall: {
1636
- height: string;
1637
1665
  padding: string;
1666
+ '&.customSize': {
1667
+ '&-default': {
1668
+ height: string;
1669
+ };
1670
+ '&-auto': {
1671
+ minHeight: string;
1672
+ };
1673
+ };
1638
1674
  '&$text': {
1639
1675
  padding: string;
1640
1676
  };
@@ -139,9 +139,16 @@ export function makeLightNormalTwakeOverrides(theme: any): {
139
139
  MuiButton: {
140
140
  root: {
141
141
  borderRadius: number;
142
- height: string;
143
142
  lineHeight: string;
144
143
  padding: string;
144
+ '&.customSize': {
145
+ '&-default': {
146
+ height: string;
147
+ };
148
+ '&-auto': {
149
+ minHeight: string;
150
+ };
151
+ };
145
152
  '&.ghost': {
146
153
  borderStyle: string;
147
154
  '&:hover': {
@@ -150,15 +157,29 @@ export function makeLightNormalTwakeOverrides(theme: any): {
150
157
  };
151
158
  };
152
159
  sizeSmall: {
153
- height: string;
154
160
  padding: string;
161
+ '&.customSize': {
162
+ '&-default': {
163
+ height: string;
164
+ };
165
+ '&-auto': {
166
+ minHeight: string;
167
+ };
168
+ };
155
169
  '&$text': {
156
170
  padding: string;
157
171
  };
158
172
  };
159
173
  sizeLarge: {
160
- height: string;
161
174
  padding: string;
175
+ '&.customSize': {
176
+ '&-default': {
177
+ height: string;
178
+ };
179
+ '&-auto': {
180
+ minHeight: string;
181
+ };
182
+ };
162
183
  '&$text': {
163
184
  padding: string;
164
185
  };
@@ -1621,6 +1642,14 @@ export function makeLightNormalTwakeOverrides(theme: any): {
1621
1642
  };
1622
1643
  };
1623
1644
  };
1645
+ MuiLinearProgress: {
1646
+ root: {
1647
+ height: number;
1648
+ };
1649
+ colorPrimary: {
1650
+ backgroundColor: any;
1651
+ };
1652
+ };
1624
1653
  MuiButton: {
1625
1654
  root: {
1626
1655
  borderRadius: number;
@@ -1633,8 +1662,15 @@ export function makeLightNormalTwakeOverrides(theme: any): {
1633
1662
  };
1634
1663
  };
1635
1664
  sizeSmall: {
1636
- height: string;
1637
1665
  padding: string;
1666
+ '&.customSize': {
1667
+ '&-default': {
1668
+ height: string;
1669
+ };
1670
+ '&-auto': {
1671
+ minHeight: string;
1672
+ };
1673
+ };
1638
1674
  '&$text': {
1639
1675
  padding: string;
1640
1676
  };