@transferwise/components 0.0.0-experimental-a2b7c0b → 0.0.0-experimental-cec2df1
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/package.json
CHANGED
|
@@ -192,7 +192,6 @@ export const Radio = generateVariantsForControl('radio');
|
|
|
192
192
|
export const Switch = generateVariantsForControl('switch');
|
|
193
193
|
export const NonInteractive = generateVariantsForControl('non-interactive');
|
|
194
194
|
|
|
195
|
-
// Width-constrained variants (350px)
|
|
196
195
|
export const Button350px = {
|
|
197
196
|
...generateVariantsForControl('button', 350),
|
|
198
197
|
name: 'Button (350px)',
|
|
@@ -258,7 +257,6 @@ export const NonInteractive350px = {
|
|
|
258
257
|
name: 'Non Interactive (350px)',
|
|
259
258
|
};
|
|
260
259
|
|
|
261
|
-
// Width-constrained variants (275px)
|
|
262
260
|
export const Button275px = {
|
|
263
261
|
...generateVariantsForControl('button', 275),
|
|
264
262
|
name: 'Button (275px)',
|