@ecohouse/ui 0.1.13 → 0.1.14
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 +9 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +11 -11
- package/dist/index.d.ts +11 -11
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/theme/colors.test.ts +19 -1
- package/src/theme/typography.ts +11 -11
package/dist/index.cjs
CHANGED
|
@@ -169,10 +169,10 @@ var inputTypography = {
|
|
|
169
169
|
},
|
|
170
170
|
field: {
|
|
171
171
|
fontFamily: fonts.sans,
|
|
172
|
-
fontSize:
|
|
172
|
+
fontSize: 12,
|
|
173
173
|
fontWeight: "400",
|
|
174
|
-
lineHeight:
|
|
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:
|
|
195
|
+
fontSize: 12,
|
|
196
196
|
fontWeight: "400",
|
|
197
|
-
lineHeight:
|
|
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:
|
|
273
|
+
fontSize: 12,
|
|
274
274
|
fontWeight: "400",
|
|
275
|
-
lineHeight:
|
|
276
|
-
letterSpacing: 0
|
|
275
|
+
lineHeight: 12,
|
|
276
|
+
letterSpacing: 0.36
|
|
277
277
|
},
|
|
278
278
|
hint: {
|
|
279
279
|
fontFamily: fonts.sans,
|