@ecohouse/ui 0.1.13 → 0.1.15

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/index.cjs CHANGED
@@ -103,9 +103,9 @@ var statCardTypography = {
103
103
  };
104
104
  var segmentedToggleTypography = {
105
105
  fontFamily: fonts.sans,
106
- fontSize: 14,
106
+ fontSize: 12,
107
107
  fontWeight: "500",
108
- lineHeight: 14,
108
+ lineHeight: 12,
109
109
  letterSpacing: 0
110
110
  };
111
111
  var languageSwitcherTypography = {
@@ -169,10 +169,10 @@ var inputTypography = {
169
169
  },
170
170
  field: {
171
171
  fontFamily: fonts.sans,
172
- fontSize: 14,
172
+ fontSize: 12,
173
173
  fontWeight: "400",
174
- lineHeight: 19,
175
- letterSpacing: 0
174
+ lineHeight: 12,
175
+ letterSpacing: 0.36
176
176
  },
177
177
  hint: {
178
178
  fontFamily: fonts.sans,
@@ -192,10 +192,10 @@ var selectTypography = {
192
192
  },
193
193
  field: {
194
194
  fontFamily: fonts.sans,
195
- fontSize: 14,
195
+ fontSize: 12,
196
196
  fontWeight: "400",
197
- lineHeight: 19,
198
- letterSpacing: 0
197
+ lineHeight: 12,
198
+ letterSpacing: 0.36
199
199
  },
200
200
  hint: {
201
201
  fontFamily: fonts.sans,
@@ -270,10 +270,10 @@ var textareaTypography = {
270
270
  },
271
271
  field: {
272
272
  fontFamily: fonts.sans,
273
- fontSize: 14,
273
+ fontSize: 12,
274
274
  fontWeight: "400",
275
- lineHeight: 19,
276
- letterSpacing: 0
275
+ lineHeight: 12,
276
+ letterSpacing: 0.36
277
277
  },
278
278
  hint: {
279
279
  fontFamily: fonts.sans,