@fulate/components 1.0.2 → 1.0.3

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 (2) hide show
  1. package/dist/index.js +6 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -165,22 +165,22 @@ var BUTTON_SIZE = {
165
165
  height: 32,
166
166
  fontSize: 13,
167
167
  minWidth: 56,
168
- horizontalPadding: 20,
169
- textHorizontalPadding: 12
168
+ horizontalPadding: 8,
169
+ textHorizontalPadding: 8
170
170
  },
171
171
  medium: {
172
172
  height: 40,
173
173
  fontSize: 14,
174
174
  minWidth: 64,
175
- horizontalPadding: 24,
176
- textHorizontalPadding: 16
175
+ horizontalPadding: 8,
176
+ textHorizontalPadding: 8
177
177
  },
178
178
  large: {
179
179
  height: 48,
180
180
  fontSize: 16,
181
181
  minWidth: 72,
182
- horizontalPadding: 28,
183
- textHorizontalPadding: 20
182
+ horizontalPadding: 8,
183
+ textHorizontalPadding: 8
184
184
  }
185
185
  };
186
186
  function getRestBackground(variant, color, disabled) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fulate/components",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",