glints-aries 4.0.286 → 4.0.287
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/es/@next/Select/components/Activator/ActivatorSelect.js +1 -1
- package/es/@next/Tag/Tag.js +1 -1
- package/es/@next/Typography/TypographyStyles.js +2 -2
- package/lib/@next/Select/components/Activator/ActivatorSelect.js +1 -1
- package/lib/@next/Tag/Tag.js +1 -1
- package/lib/@next/Typography/TypographyStyles.js +2 -2
- package/package.json +1 -1
|
@@ -65,7 +65,7 @@ export var ActivatorSelect = function ActivatorSelect(_ref) {
|
|
|
65
65
|
}),
|
|
66
66
|
textColor: Blue.S99
|
|
67
67
|
}, selectedLabels[0]), selectedValues.length > 1 && /*#__PURE__*/React.createElement(Typography, {
|
|
68
|
-
variant: "
|
|
68
|
+
variant: "subtitle2",
|
|
69
69
|
color: disabled ? Neutral.B85 : Neutral.B40
|
|
70
70
|
}, "... and ", selectedValues.length - 1, " more"));
|
|
71
71
|
}
|
package/es/@next/Tag/Tag.js
CHANGED
|
@@ -24,7 +24,7 @@ export var Tag = /*#__PURE__*/React.forwardRef(function Tag(_ref, ref) {
|
|
|
24
24
|
return Neutral.B18;
|
|
25
25
|
};
|
|
26
26
|
var content = typeof children === 'string' || typeof children === 'number' ? /*#__PURE__*/React.createElement(Typography, {
|
|
27
|
-
variant: "
|
|
27
|
+
variant: "subtitle2",
|
|
28
28
|
color: handleTextColor(),
|
|
29
29
|
as: 'span'
|
|
30
30
|
}, children) : children;
|
|
@@ -12,8 +12,8 @@ export var subtitle1 = css(["font-family:", ",sans-serif;font-weight:600;font-si
|
|
|
12
12
|
export var subtitle2 = css(["font-family:", ",sans-serif;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0.25px;@media (max-width:", "){font-size:12px;letter-spacing:0;}"], NotoSans, Breakpoints.large);
|
|
13
13
|
export var body1 = css(["font-family:", ",sans-serif;font-weight:400;font-size:16px;line-height:150%;letter-spacing:0px;@media (max-width:", "){font-size:14px;}"], NotoSans, Breakpoints.large);
|
|
14
14
|
export var body2 = css(["font-family:", ",sans-serif;font-weight:600;font-size:16px;line-height:150%;letter-spacing:0.25px;@media (max-width:", "){font-size:14px;line-height:140%;letter-spacing:0;}"], NotoSans, Breakpoints.large);
|
|
15
|
-
export var button = css(["font-family:", ",sans-serif;font-weight:700;font-size:14px;line-height:150%;letter-spacing:
|
|
16
|
-
export var caption = css(["font-family:", ",sans-serif;font-weight:
|
|
15
|
+
export var button = css(["font-family:", ",sans-serif;font-weight:700;font-size:14px;line-height:150%;letter-spacing:0.75px;@media (max-width:", "){font-weight:600;letter-spacing:0.25px;}"], NotoSans, Breakpoints.large);
|
|
16
|
+
export var caption = css(["font-family:", ",sans-serif;font-weight:600;font-size:14px;line-height:150%;letter-spacing:0.25px;@media (max-width:", "){font-size:12px;letter-spacing:0px;}"], NotoSans, Breakpoints.large);
|
|
17
17
|
export var overline = css(["font-family:", ",sans-serif;font-weight:500;font-size:12px;line-height:140%;letter-spacing:1.5px;@media (max-width:", "){font-size:10px;letter-spacing:0.2px;}"], NotoSans, Breakpoints.large);
|
|
18
18
|
export var variantCssMapping = (_variantCssMapping = {}, _variantCssMapping['headline1'] = headline1, _variantCssMapping['headline2'] = headline2, _variantCssMapping['headline3'] = headline3, _variantCssMapping['headline4'] = headline4, _variantCssMapping['headline5'] = headline5, _variantCssMapping['headline6'] = headline6, _variantCssMapping['subtitle1'] = subtitle1, _variantCssMapping['subtitle2'] = subtitle2, _variantCssMapping['body1'] = body1, _variantCssMapping['body2'] = body2, _variantCssMapping['button'] = button, _variantCssMapping['caption'] = caption, _variantCssMapping['overline'] = overline, _variantCssMapping);
|
|
19
19
|
export var StyledTypography = styled.p.withConfig({
|
|
@@ -72,7 +72,7 @@ var ActivatorSelect = function ActivatorSelect(_ref) {
|
|
|
72
72
|
}),
|
|
73
73
|
textColor: _colors.Blue.S99
|
|
74
74
|
}, selectedLabels[0]), selectedValues.length > 1 && /*#__PURE__*/_react["default"].createElement(_Typography.Typography, {
|
|
75
|
-
variant: "
|
|
75
|
+
variant: "subtitle2",
|
|
76
76
|
color: disabled ? _colors.Neutral.B85 : _colors.Neutral.B40
|
|
77
77
|
}, "... and ", selectedValues.length - 1, " more"));
|
|
78
78
|
}
|
package/lib/@next/Tag/Tag.js
CHANGED
|
@@ -29,7 +29,7 @@ var Tag = /*#__PURE__*/_react["default"].forwardRef(function Tag(_ref, ref) {
|
|
|
29
29
|
return _colors.Neutral.B18;
|
|
30
30
|
};
|
|
31
31
|
var content = typeof children === 'string' || typeof children === 'number' ? /*#__PURE__*/_react["default"].createElement(_Typography.Typography, {
|
|
32
|
-
variant: "
|
|
32
|
+
variant: "subtitle2",
|
|
33
33
|
color: handleTextColor(),
|
|
34
34
|
as: 'span'
|
|
35
35
|
}, children) : children;
|
|
@@ -28,9 +28,9 @@ var body1 = (0, _styledComponents.css)(["font-family:", ",sans-serif;font-weight
|
|
|
28
28
|
exports.body1 = body1;
|
|
29
29
|
var body2 = (0, _styledComponents.css)(["font-family:", ",sans-serif;font-weight:600;font-size:16px;line-height:150%;letter-spacing:0.25px;@media (max-width:", "){font-size:14px;line-height:140%;letter-spacing:0;}"], _fonts.NotoSans, Breakpoints.large);
|
|
30
30
|
exports.body2 = body2;
|
|
31
|
-
var button = (0, _styledComponents.css)(["font-family:", ",sans-serif;font-weight:700;font-size:14px;line-height:150%;letter-spacing:
|
|
31
|
+
var button = (0, _styledComponents.css)(["font-family:", ",sans-serif;font-weight:700;font-size:14px;line-height:150%;letter-spacing:0.75px;@media (max-width:", "){font-weight:600;letter-spacing:0.25px;}"], _fonts.NotoSans, Breakpoints.large);
|
|
32
32
|
exports.button = button;
|
|
33
|
-
var caption = (0, _styledComponents.css)(["font-family:", ",sans-serif;font-weight:
|
|
33
|
+
var caption = (0, _styledComponents.css)(["font-family:", ",sans-serif;font-weight:600;font-size:14px;line-height:150%;letter-spacing:0.25px;@media (max-width:", "){font-size:12px;letter-spacing:0px;}"], _fonts.NotoSans, Breakpoints.large);
|
|
34
34
|
exports.caption = caption;
|
|
35
35
|
var overline = (0, _styledComponents.css)(["font-family:", ",sans-serif;font-weight:500;font-size:12px;line-height:140%;letter-spacing:1.5px;@media (max-width:", "){font-size:10px;letter-spacing:0.2px;}"], _fonts.NotoSans, Breakpoints.large);
|
|
36
36
|
exports.overline = overline;
|