@pingux/astro 2.40.0 → 2.40.1
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.
@@ -163,6 +163,9 @@ var fieldHelperText = {
|
|
163
163
|
}
|
164
164
|
})
|
165
165
|
};
|
166
|
+
var fontDefault = {
|
167
|
+
fontFamily: '"pingito", "Helvetica Neue", Helvetica, Roboto, "Segoe UI", sans-serif'
|
168
|
+
};
|
166
169
|
var text = {
|
167
170
|
base: {
|
168
171
|
color: 'neutral.20',
|
@@ -181,15 +184,13 @@ var text = {
|
|
181
184
|
fontSize: 15,
|
182
185
|
fontWeight: 500,
|
183
186
|
position: 'absolute',
|
184
|
-
fontFamily: 'proxima-nova, sans-serif',
|
185
187
|
color: 'text.secondary'
|
186
|
-
}),
|
187
|
-
input: {
|
188
|
+
}, fontDefault),
|
189
|
+
input: _objectSpread({
|
188
190
|
color: 'neutral.30',
|
189
191
|
fontSize: 15,
|
190
|
-
fontWeight: 500
|
191
|
-
|
192
|
-
}
|
192
|
+
fontWeight: 500
|
193
|
+
}, fontDefault)
|
193
194
|
};
|
194
195
|
var activeFloatLabel = {
|
195
196
|
fontWeight: 0,
|
@@ -237,7 +238,7 @@ var input = _objectSpread(_objectSpread({}, text.input), {}, {
|
|
237
238
|
var _default = {
|
238
239
|
name: 'End User',
|
239
240
|
fonts: {
|
240
|
-
standard:
|
241
|
+
standard: fontDefault.fontFamily
|
241
242
|
},
|
242
243
|
space: spacing,
|
243
244
|
shadows: shadows,
|
@@ -156,6 +156,9 @@ var fieldHelperText = {
|
|
156
156
|
}
|
157
157
|
})
|
158
158
|
};
|
159
|
+
var fontDefault = {
|
160
|
+
fontFamily: '"pingito", "Helvetica Neue", Helvetica, Roboto, "Segoe UI", sans-serif'
|
161
|
+
};
|
159
162
|
var text = {
|
160
163
|
base: {
|
161
164
|
color: 'neutral.20',
|
@@ -174,15 +177,13 @@ var text = {
|
|
174
177
|
fontSize: 15,
|
175
178
|
fontWeight: 500,
|
176
179
|
position: 'absolute',
|
177
|
-
fontFamily: 'proxima-nova, sans-serif',
|
178
180
|
color: 'text.secondary'
|
179
|
-
}),
|
180
|
-
input: {
|
181
|
+
}, fontDefault),
|
182
|
+
input: _objectSpread({
|
181
183
|
color: 'neutral.30',
|
182
184
|
fontSize: 15,
|
183
|
-
fontWeight: 500
|
184
|
-
|
185
|
-
}
|
185
|
+
fontWeight: 500
|
186
|
+
}, fontDefault)
|
186
187
|
};
|
187
188
|
var activeFloatLabel = {
|
188
189
|
fontWeight: 0,
|
@@ -230,7 +231,7 @@ var input = _objectSpread(_objectSpread({}, text.input), {}, {
|
|
230
231
|
export default {
|
231
232
|
name: 'End User',
|
232
233
|
fonts: {
|
233
|
-
standard:
|
234
|
+
standard: fontDefault.fontFamily
|
234
235
|
},
|
235
236
|
space: spacing,
|
236
237
|
shadows: shadows,
|