@trafilea/afrodita-components 4.4.0-beta.3 → 4.4.0-beta.6
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/build/index.esm.js
CHANGED
|
@@ -12516,7 +12516,7 @@ var ImageContainer = newStyled.div(function (_a) {
|
|
|
12516
12516
|
});
|
|
12517
12517
|
});
|
|
12518
12518
|
var Container$d = newStyled.a(templateObject_1$j || (templateObject_1$j = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: center;\n width: min-content;\n text-decoration: none;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: center;\n width: min-content;\n text-decoration: none;\n"])));
|
|
12519
|
-
var H1 = newStyled.h1(templateObject_2$9 || (templateObject_2$9 = __makeTemplateObject(["\n font-size: 0.875rem;\n font-weight: normal;\n line-height: 1.375rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n"], ["\n font-size: 0.875rem;\n font-weight: normal;\n line-height: 1.375rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n"])), function (props) { return props.theme.colors.pallete.secondary.color; }, function (props) { return props.align; });
|
|
12519
|
+
var H1 = newStyled.h1(templateObject_2$9 || (templateObject_2$9 = __makeTemplateObject(["\n font-size: 0.875rem;\n font-weight: normal;\n line-height: 1.375rem;\n min-height: 2.75rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n"], ["\n font-size: 0.875rem;\n font-weight: normal;\n line-height: 1.375rem;\n min-height: 2.75rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n"])), function (props) { return props.theme.colors.pallete.secondary.color; }, function (props) { return props.align; });
|
|
12520
12520
|
var getStylesBySize = function (size) {
|
|
12521
12521
|
switch (size) {
|
|
12522
12522
|
case ComponentSize.Medium:
|
package/build/index.js
CHANGED
|
@@ -12542,7 +12542,7 @@ var ImageContainer = newStyled.div(function (_a) {
|
|
|
12542
12542
|
});
|
|
12543
12543
|
});
|
|
12544
12544
|
var Container$d = newStyled.a(templateObject_1$j || (templateObject_1$j = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: center;\n width: min-content;\n text-decoration: none;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: center;\n width: min-content;\n text-decoration: none;\n"])));
|
|
12545
|
-
var H1 = newStyled.h1(templateObject_2$9 || (templateObject_2$9 = __makeTemplateObject(["\n font-size: 0.875rem;\n font-weight: normal;\n line-height: 1.375rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n"], ["\n font-size: 0.875rem;\n font-weight: normal;\n line-height: 1.375rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n"])), function (props) { return props.theme.colors.pallete.secondary.color; }, function (props) { return props.align; });
|
|
12545
|
+
var H1 = newStyled.h1(templateObject_2$9 || (templateObject_2$9 = __makeTemplateObject(["\n font-size: 0.875rem;\n font-weight: normal;\n line-height: 1.375rem;\n min-height: 2.75rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n"], ["\n font-size: 0.875rem;\n font-weight: normal;\n line-height: 1.375rem;\n min-height: 2.75rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n"])), function (props) { return props.theme.colors.pallete.secondary.color; }, function (props) { return props.align; });
|
|
12546
12546
|
var getStylesBySize = function (size) {
|
|
12547
12547
|
switch (size) {
|
|
12548
12548
|
case exports.ComponentSize.Medium:
|
|
@@ -268,19 +268,19 @@ var shapermint = {
|
|
|
268
268
|
size: {
|
|
269
269
|
xsmall: {
|
|
270
270
|
fontSize: '0.625rem',
|
|
271
|
-
lineHeight: '0.
|
|
271
|
+
lineHeight: '0.625rem',
|
|
272
272
|
},
|
|
273
273
|
small: {
|
|
274
274
|
fontSize: '0.875rem',
|
|
275
|
-
lineHeight: '
|
|
275
|
+
lineHeight: '0.875rem',
|
|
276
276
|
},
|
|
277
277
|
medium: {
|
|
278
278
|
fontSize: '1rem',
|
|
279
|
-
lineHeight: '
|
|
279
|
+
lineHeight: '1rem',
|
|
280
280
|
},
|
|
281
281
|
large: {
|
|
282
282
|
fontSize: '1.125rem',
|
|
283
|
-
lineHeight: '1.
|
|
283
|
+
lineHeight: '1.125rem',
|
|
284
284
|
},
|
|
285
285
|
},
|
|
286
286
|
},
|
|
@@ -349,19 +349,19 @@ var truekind = {
|
|
|
349
349
|
size: {
|
|
350
350
|
xsmall: {
|
|
351
351
|
fontSize: '0.625rem',
|
|
352
|
-
lineHeight: '0.
|
|
352
|
+
lineHeight: '0.625rem',
|
|
353
353
|
},
|
|
354
354
|
small: {
|
|
355
355
|
fontSize: '0.875rem',
|
|
356
|
-
lineHeight: '
|
|
356
|
+
lineHeight: '0.875rem',
|
|
357
357
|
},
|
|
358
358
|
medium: {
|
|
359
359
|
fontSize: '1rem',
|
|
360
|
-
lineHeight: '
|
|
360
|
+
lineHeight: '1rem',
|
|
361
361
|
},
|
|
362
362
|
large: {
|
|
363
363
|
fontSize: '1.125rem',
|
|
364
|
-
lineHeight: '1.
|
|
364
|
+
lineHeight: '1.125rem',
|
|
365
365
|
},
|
|
366
366
|
},
|
|
367
367
|
},
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Trafilea's Design System",
|
|
4
4
|
"author": "Trafilea",
|
|
5
5
|
"repository": "https://github.com/trafilea/afrodita-components",
|
|
6
|
-
"version": "4.4.0-beta.
|
|
6
|
+
"version": "4.4.0-beta.6",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|