@manamerge/mana-atomic-ui 1.0.163 → 1.0.164
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/themes/themes/davidWeb/atoms/heading.ts +18 -18
- package/dist/themes/themes/davidWeb/atoms/text.ts +2 -2
- package/dist/themes/themes/davidWeb/fonts/Array/Array-BoldWide.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Array/Array-Regular.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Array/Array-Semibold.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Array/Array-SemiboldWide.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Array/Array-Wide.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/index.js +5 -3
- package/package.json +1 -1
|
@@ -165,7 +165,7 @@ const heading = {
|
|
|
165
165
|
fontWeight: 400,
|
|
166
166
|
color: colors.one.b,
|
|
167
167
|
margin: "0px",
|
|
168
|
-
fontFamily: "
|
|
168
|
+
fontFamily: "Array"
|
|
169
169
|
},
|
|
170
170
|
tablet: {
|
|
171
171
|
fontSize: "34px",
|
|
@@ -173,7 +173,7 @@ const heading = {
|
|
|
173
173
|
fontWeight: 400,
|
|
174
174
|
color: colors.one.b,
|
|
175
175
|
margin: "0px",
|
|
176
|
-
fontFamily: "
|
|
176
|
+
fontFamily: "Array"
|
|
177
177
|
},
|
|
178
178
|
desktop: {
|
|
179
179
|
fontSize: "36px",
|
|
@@ -181,7 +181,7 @@ const heading = {
|
|
|
181
181
|
fontWeight: 400,
|
|
182
182
|
color: colors.one.b,
|
|
183
183
|
margin: "0px",
|
|
184
|
-
fontFamily: "
|
|
184
|
+
fontFamily: "Array"
|
|
185
185
|
}
|
|
186
186
|
},
|
|
187
187
|
"Heading-secondary-h2": {
|
|
@@ -191,7 +191,7 @@ const heading = {
|
|
|
191
191
|
fontWeight: 400,
|
|
192
192
|
color: colors.one.b,
|
|
193
193
|
margin: "0px",
|
|
194
|
-
fontFamily: "
|
|
194
|
+
fontFamily: "Array"
|
|
195
195
|
},
|
|
196
196
|
tablet: {
|
|
197
197
|
fontSize: "28px",
|
|
@@ -199,7 +199,7 @@ const heading = {
|
|
|
199
199
|
fontWeight: 400,
|
|
200
200
|
color: colors.one.b,
|
|
201
201
|
margin: "0px",
|
|
202
|
-
fontFamily: "
|
|
202
|
+
fontFamily: "Array"
|
|
203
203
|
},
|
|
204
204
|
desktop: {
|
|
205
205
|
fontSize: "30px",
|
|
@@ -207,7 +207,7 @@ const heading = {
|
|
|
207
207
|
fontWeight: 400,
|
|
208
208
|
color: colors.one.b,
|
|
209
209
|
margin: "0px",
|
|
210
|
-
fontFamily: "
|
|
210
|
+
fontFamily: "Array"
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
213
|
"Heading-secondary-h3": {
|
|
@@ -217,7 +217,7 @@ const heading = {
|
|
|
217
217
|
fontWeight: 400,
|
|
218
218
|
color: colors.one.b,
|
|
219
219
|
margin: "0px",
|
|
220
|
-
fontFamily: "
|
|
220
|
+
fontFamily: "Array"
|
|
221
221
|
},
|
|
222
222
|
tablet: {
|
|
223
223
|
fontSize: "20px",
|
|
@@ -225,7 +225,7 @@ const heading = {
|
|
|
225
225
|
fontWeight: 400,
|
|
226
226
|
color: colors.one.b,
|
|
227
227
|
margin: "0px",
|
|
228
|
-
fontFamily: "
|
|
228
|
+
fontFamily: "Array"
|
|
229
229
|
},
|
|
230
230
|
desktop: {
|
|
231
231
|
fontSize: "24px",
|
|
@@ -233,7 +233,7 @@ const heading = {
|
|
|
233
233
|
fontWeight: 400,
|
|
234
234
|
color: colors.one.b,
|
|
235
235
|
margin: "0px",
|
|
236
|
-
fontFamily: "
|
|
236
|
+
fontFamily: "Array"
|
|
237
237
|
}
|
|
238
238
|
},
|
|
239
239
|
"Heading-secondary-h4": {
|
|
@@ -243,7 +243,7 @@ const heading = {
|
|
|
243
243
|
fontWeight: 400,
|
|
244
244
|
color: colors.one.b,
|
|
245
245
|
margin: "0px",
|
|
246
|
-
fontFamily: "
|
|
246
|
+
fontFamily: "Array"
|
|
247
247
|
},
|
|
248
248
|
tablet: {
|
|
249
249
|
fontSize: "18px",
|
|
@@ -251,7 +251,7 @@ const heading = {
|
|
|
251
251
|
fontWeight: 400,
|
|
252
252
|
color: colors.one.b,
|
|
253
253
|
margin: "0px",
|
|
254
|
-
fontFamily: "
|
|
254
|
+
fontFamily: "Array"
|
|
255
255
|
},
|
|
256
256
|
desktop: {
|
|
257
257
|
fontSize: "20px",
|
|
@@ -259,7 +259,7 @@ const heading = {
|
|
|
259
259
|
fontWeight: 400,
|
|
260
260
|
color: colors.one.b,
|
|
261
261
|
margin: "0px",
|
|
262
|
-
fontFamily: "
|
|
262
|
+
fontFamily: "Array"
|
|
263
263
|
}
|
|
264
264
|
},
|
|
265
265
|
"Heading-secondary-h5": {
|
|
@@ -269,7 +269,7 @@ const heading = {
|
|
|
269
269
|
fontWeight: 400,
|
|
270
270
|
color: colors.one.b,
|
|
271
271
|
margin: "0px",
|
|
272
|
-
fontFamily: "
|
|
272
|
+
fontFamily: "Array"
|
|
273
273
|
},
|
|
274
274
|
tablet: {
|
|
275
275
|
fontSize: "16px",
|
|
@@ -277,7 +277,7 @@ const heading = {
|
|
|
277
277
|
fontWeight: 400,
|
|
278
278
|
color: colors.one.b,
|
|
279
279
|
margin: "0px",
|
|
280
|
-
fontFamily: "
|
|
280
|
+
fontFamily: "Array"
|
|
281
281
|
},
|
|
282
282
|
desktop: {
|
|
283
283
|
fontSize: "16px",
|
|
@@ -285,7 +285,7 @@ const heading = {
|
|
|
285
285
|
fontWeight: 400,
|
|
286
286
|
color: colors.one.b,
|
|
287
287
|
margin: "0px",
|
|
288
|
-
fontFamily: "
|
|
288
|
+
fontFamily: "Array"
|
|
289
289
|
}
|
|
290
290
|
},
|
|
291
291
|
"Heading-secondary-h6": {
|
|
@@ -295,7 +295,7 @@ const heading = {
|
|
|
295
295
|
fontWeight: 400,
|
|
296
296
|
color: colors.one.b,
|
|
297
297
|
margin: "0px",
|
|
298
|
-
fontFamily: "
|
|
298
|
+
fontFamily: "Array"
|
|
299
299
|
},
|
|
300
300
|
tablet: {
|
|
301
301
|
fontSize: "14px",
|
|
@@ -303,7 +303,7 @@ const heading = {
|
|
|
303
303
|
fontWeight: 400,
|
|
304
304
|
color: colors.one.b,
|
|
305
305
|
margin: "0px",
|
|
306
|
-
fontFamily: "
|
|
306
|
+
fontFamily: "Array"
|
|
307
307
|
},
|
|
308
308
|
desktop: {
|
|
309
309
|
fontSize: "14px",
|
|
@@ -311,7 +311,7 @@ const heading = {
|
|
|
311
311
|
fontWeight: 400,
|
|
312
312
|
color: colors.one.b,
|
|
313
313
|
margin: "0px",
|
|
314
|
-
fontFamily: "
|
|
314
|
+
fontFamily: "Array"
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
317
|
};
|
|
@@ -49,7 +49,7 @@ const text = {
|
|
|
49
49
|
fontWeight: 400,
|
|
50
50
|
vColor: colors.one.h,
|
|
51
51
|
margin: "0px",
|
|
52
|
-
fontFamily: "
|
|
52
|
+
fontFamily: "Array"
|
|
53
53
|
},
|
|
54
54
|
"Text-secondary-italic": {
|
|
55
55
|
vFontSize: fontsizes.lg,
|
|
@@ -58,7 +58,7 @@ const text = {
|
|
|
58
58
|
fontStyle: "italic",
|
|
59
59
|
vColor: colors.one.h,
|
|
60
60
|
margin: "0px",
|
|
61
|
-
fontFamily: "
|
|
61
|
+
fontFamily: "Array"
|
|
62
62
|
}
|
|
63
63
|
};
|
|
64
64
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -10,10 +10,12 @@ var _GilmerBold = _interopRequireDefault(require("./Gilmer/Gilmer-Bold.woff2"));
|
|
|
10
10
|
var _GilmerHeavy = _interopRequireDefault(require("./Gilmer/Gilmer-Heavy.woff2"));
|
|
11
11
|
var _GilmerLight = _interopRequireDefault(require("./Gilmer/Gilmer-Light.woff2"));
|
|
12
12
|
var _GilmerMedium = _interopRequireDefault(require("./Gilmer/Gilmer-Medium.woff2"));
|
|
13
|
-
var
|
|
14
|
-
var
|
|
13
|
+
var _ArrayRegular = _interopRequireDefault(require("./Array/Array-Regular.woff2"));
|
|
14
|
+
var _ArrayBoldWide = _interopRequireDefault(require("./Array/Array-BoldWide.woff2"));
|
|
15
15
|
var _templateObject; // Fonts Manamerge Gilmer
|
|
16
16
|
// Fonts SpringWood
|
|
17
|
+
// import SpringwoodBrushItalic from "./Springwood/SpringwoodBrush-Italic.woff2";
|
|
18
|
+
// import SpringwoodBrushRegular from "./Springwood/SpringwoodBrush-Regular.woff2";
|
|
17
19
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
18
20
|
function _taggedTemplateLiteral(e, t) { return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { raw: { value: Object.freeze(t) } })); }
|
|
19
|
-
var DavidWebStyles = exports.DavidWebStyles = (0, _styledComponents.createGlobalStyle)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 300;\n }\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 400;\n }\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 500;\n }\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 700;\n }\n\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 900;\n }\n @font-face {\n font-family:
|
|
21
|
+
var DavidWebStyles = exports.DavidWebStyles = (0, _styledComponents.createGlobalStyle)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 300;\n }\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 400;\n }\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 500;\n }\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 700;\n }\n\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 900;\n }\n @font-face {\n font-family: Array;\n src: url(", ") format('woff2');\n font-style: italic;\n font-weight: 400;\n }\n @font-face {\n font-family: Array;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 400;\n }\n"])), _GilmerLight["default"], _GilmerRegular["default"], _GilmerMedium["default"], _GilmerBold["default"], _GilmerHeavy["default"], _ArrayRegular["default"], _ArrayBoldWide["default"]);
|