glints-aries 4.0.240 → 4.0.241

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.
@@ -6,7 +6,7 @@ import { space12, space8 } from '../utilities/spacing';
6
6
  export var StyledAlertContainer = styled.div.withConfig({
7
7
  displayName: "AlertStyle__StyledAlertContainer",
8
8
  componentId: "sc-1e5i2kj-0"
9
- })(["position:fixed;top:90px;right:24px;display:flex;padding:", ";gap:", ";max-width:640px;width:fit-content;border-radius:", ";box-shadow:0px 8px 20px rgba(71,71,71,0.2),0px 3px 6px -3px rgba(71,71,71,0.08);animation:slide-from-right 400ms cubic-bezier(0.35,0.8,1,0.86);z-index:100;color:", ";svg{display:block;height:24px;width:24px;}&[data-titled='true'] svg{margin-top:3px;}&[data-status='success']{background:", ";}&[data-status='success'] svg{fill:", ";}&[data-status='info']{background:", ";}&[data-status='info'] svg{fill:", ";}&[data-status='warning']{background:", ";}&[data-status='warning'] svg{fill:", ";}&[data-status='error']{background:", ";}&[data-status='error'] svg{fill:", ";}@media (max-width:", "){top:60px;&[data-titled='true']{margin-top:-1px;}&[data-titled='true'] svg{margin-top:0;}padding:", ";min-height:37px;}@media (max-width:480px){&[data-titled='true']{margin-top:-1px;}&[data-titled='true'] svg{margin-top:0;}max-width:calc(100vw - 48px);}@keyframes slide-from-right{0%{transform:translateX(50px);}50%{transform:translateX(0px);}75%{transform:translateX(-10px);}100%{transform:translateX(0px);}}"], space12, space8, borderRadius4, Neutral.B18, Green.B89, Green.B61, Blue.S08, Blue.Brand, Orange.S42, Orange.S86, Red.B100, Red.B93, Breakpoints.large, space8);
9
+ })(["position:fixed;top:90px;right:24px;display:flex;padding:", ";gap:", ";max-width:640px;width:fit-content;border-radius:", ";box-shadow:0px 8px 20px rgba(71,71,71,0.2),0px 3px 6px -3px rgba(71,71,71,0.08);animation:slide-from-right 400ms cubic-bezier(0.35,0.8,1,0.86);z-index:100;color:", ";svg{display:block;height:24px;width:24px;}&[data-titled='true'] svg{margin-top:3px;}&[data-status='success']{background:", ";}&[data-status='success'] svg{fill:", ";}&[data-status='info']{background:", ";}&[data-status='info'] svg{fill:", ";}&[data-status='warning']{background:", ";}&[data-status='warning'] svg{fill:", ";}&[data-status='error']{background:", ";}&[data-status='error'] svg{fill:", ";}@media (max-width:", "){top:60px;&[data-titled='true']{margin-top:-1px;}&[data-titled='true'] svg{margin-top:0;}padding:", ";min-height:37px;}@media (max-width:480px){&[data-titled='true']{margin-top:-1px;}&[data-titled='true'] svg{margin-top:0;}max-width:calc(100vw - 48px);}@keyframes slide-from-right{0%{transform:translateX(50px);}50%{transform:translateX(0px);}75%{transform:translateX(-10px);}100%{transform:translateX(0px);}}"], space12, space8, borderRadius4, Neutral.B18, Green.B89, Green.B61, Blue.S08, Blue.S99, Orange.S21, Orange.S86, Red.B100, Red.B93, Breakpoints.large, space8);
10
10
  export var StyledAlertCloseIconContainer = styled.div.withConfig({
11
11
  displayName: "AlertStyle__StyledAlertCloseIconContainer",
12
12
  componentId: "sc-1e5i2kj-1"
@@ -4,7 +4,7 @@ import * as Breakpoints from '../utilities/breakpoints';
4
4
  import { Blue, Green, Neutral, Orange, Red } from '../utilities/colors';
5
5
  var mediumAvatarSizeStyle = "\n width: 40px;\n height: 40px;\n \n @media (max-width: " + Breakpoints.large + ") {\n width: 32px;\n height: 32px;\n }\n";
6
6
  var largeAvatarSizeStyle = "\n width: 60px;\n height: 60px;\n\n @media (max-width: " + Breakpoints.large + ") {\n width: 40px;\n height: 40px;\n }\n";
7
- var avatarBackgroundColor = (_avatarBackgroundColo = {}, _avatarBackgroundColo['supplementary'] = Neutral.B99, _avatarBackgroundColo['warning'] = Orange.S42, _avatarBackgroundColo['danger'] = Red.B100, _avatarBackgroundColo['success'] = Green.B89, _avatarBackgroundColo['outstanding'] = Blue.S08, _avatarBackgroundColo);
7
+ var avatarBackgroundColor = (_avatarBackgroundColo = {}, _avatarBackgroundColo['supplementary'] = Neutral.B99, _avatarBackgroundColo['warning'] = Orange.S21, _avatarBackgroundColo['danger'] = Red.B100, _avatarBackgroundColo['success'] = Green.B89, _avatarBackgroundColo['outstanding'] = Blue.S08, _avatarBackgroundColo);
8
8
  var avatarSizeVariant = (_avatarSizeVariant = {}, _avatarSizeVariant['large'] = largeAvatarSizeStyle, _avatarSizeVariant['medium'] = mediumAvatarSizeStyle, _avatarSizeVariant);
9
9
  var getAvatarBackgroundColor = function getAvatarBackgroundColor(variant) {
10
10
  if (!(variant in avatarBackgroundColor)) {
@@ -3,7 +3,7 @@ import styled from 'styled-components';
3
3
  import { borderRadius20 } from '../utilities/borderRadius';
4
4
  import { Blue, Green, Neutral, Orange, Red, Yellow } from '../utilities/colors';
5
5
  import { space8 } from '../utilities/spacing';
6
- var badgeBackgroundColor = (_badgeBackgroundColor = {}, _badgeBackgroundColor['neutral'] = Neutral.B95, _badgeBackgroundColor['success'] = Green.B89, _badgeBackgroundColor['information'] = Blue.S08, _badgeBackgroundColor['warning'] = Orange.S42, _badgeBackgroundColor['critical'] = Red.B100, _badgeBackgroundColor['promotion'] = Yellow.S75, _badgeBackgroundColor['enticing'] = Orange.S87, _badgeBackgroundColor['attention'] = Red.B93, _badgeBackgroundColor);
6
+ var badgeBackgroundColor = (_badgeBackgroundColor = {}, _badgeBackgroundColor['neutral'] = Neutral.B95, _badgeBackgroundColor['success'] = Green.B89, _badgeBackgroundColor['information'] = Blue.S08, _badgeBackgroundColor['warning'] = Orange.S21, _badgeBackgroundColor['critical'] = Red.B100, _badgeBackgroundColor['promotion'] = Yellow.S75, _badgeBackgroundColor['enticing'] = Orange.S87, _badgeBackgroundColor['attention'] = Red.B93, _badgeBackgroundColor);
7
7
  export var badgeTextColor = (_badgeTextColor = {}, _badgeTextColor['neutral'] = Neutral.B18, _badgeTextColor['success'] = Neutral.B18, _badgeTextColor['information'] = Neutral.B18, _badgeTextColor['warning'] = Neutral.B18, _badgeTextColor['critical'] = Neutral.B18, _badgeTextColor['promotion'] = Neutral.B18, _badgeTextColor['enticing'] = Neutral.B100, _badgeTextColor['attention'] = Neutral.B100, _badgeTextColor);
8
8
  var getBadgeBackgroundColor = function getBadgeBackgroundColor(status) {
9
9
  if (!(status in badgeBackgroundColor)) {
@@ -10,7 +10,7 @@ export var StyledCloseIconWrapper = styled.div.withConfig({
10
10
  export var StyledBanner = styled.div.withConfig({
11
11
  displayName: "BannerStyle__StyledBanner",
12
12
  componentId: "sc-1suv683-1"
13
- })(["min-height:100px;padding:20px;background:", ";color:", ";border:1px solid ", ";border-radius:", ";svg{position:absolute;fill:", ";height:24px;width:24px;top:0;}&[data-titled='true'] svg{top:3px;}&[data-status='success']{background:", ";border:1px solid ", ";}&[data-status='success'] svg{fill:", ";}&[data-status='info']{background:", ";border:1px solid ", ";}&[data-status='info'] svg{fill:", ";}&[data-status='warning']{background:", ";border:1px solid ", ";}&[data-status='warning'] svg{fill:", ";}&[data-status='critical']{background:", ";border:1px solid ", ";}&[data-status='critical'] svg{fill:", ";}@media (max-width:", "){min-height:89px;&[data-titled='true'] svg{top:0;}}"], Neutral.B99, Neutral.B18, Neutral.B68, borderRadius8, Neutral.B40, Green.B89, Neutral.B68, Green.B61, Blue.S08, Blue.S99, Blue.S99, Orange.S42, Orange.S86, Orange.S87, Red.B100, Red.B93, Red.B93, Breakpoints.large);
13
+ })(["min-height:100px;padding:20px;background:", ";color:", ";border:1px solid ", ";border-radius:", ";svg{position:absolute;fill:", ";height:24px;width:24px;top:0;}&[data-titled='true'] svg{top:3px;}&[data-status='success']{background:", ";border:1px solid ", ";}&[data-status='success'] svg{fill:", ";}&[data-status='info']{background:", ";border:1px solid ", ";}&[data-status='info'] svg{fill:", ";}&[data-status='warning']{background:", ";border:1px solid ", ";}&[data-status='warning'] svg{fill:", ";}&[data-status='critical']{background:", ";border:1px solid ", ";}&[data-status='critical'] svg{fill:", ";}@media (max-width:", "){min-height:89px;&[data-titled='true'] svg{top:0;}}"], Neutral.B99, Neutral.B18, Neutral.B68, borderRadius8, Neutral.B40, Green.B89, Neutral.B68, Green.B61, Blue.S08, Blue.S99, Blue.S99, Orange.S21, Orange.S86, Orange.S87, Red.B100, Red.B93, Red.B93, Breakpoints.large);
14
14
  export var StyledBannerContentContainer = styled.div.withConfig({
15
15
  displayName: "BannerStyle__StyledBannerContentContainer",
16
16
  componentId: "sc-1suv683-2"
@@ -1,5 +1,5 @@
1
1
  export declare const Brand = "#F06730";
2
- export declare const S42 = "#FAD491";
2
+ export declare const S21 = "#FCE9C8";
3
3
  export declare const S64 = "#F7BD59";
4
4
  export declare const S86 = "#F5A623";
5
5
  export declare const S87 = "#F48620";
@@ -1,5 +1,5 @@
1
1
  export var Brand = '#F06730';
2
- export var S42 = '#FAD491';
2
+ export var S21 = '#FCE9C8';
3
3
  export var S64 = '#F7BD59';
4
4
  export var S86 = '#F5A623';
5
5
  export var S87 = '#F48620';
@@ -1,6 +1,6 @@
1
1
  export declare const Brand = "#EC272B";
2
- export declare const B100 = "#FFC7C2";
3
- export declare const B99 = "#FC6568";
2
+ export declare const B100 = "#FFE5E6";
3
+ export declare const B99 = "#FCCACB";
4
4
  export declare const B93 = "#EC272B";
5
5
  export declare const B74 = "#BD3638";
6
6
  export declare const B65 = "#8F393B";
@@ -1,6 +1,6 @@
1
1
  export var Brand = '#EC272B';
2
- export var B100 = '#FFC7C2';
3
- export var B99 = '#FC6568';
2
+ export var B100 = '#FFE5E6';
3
+ export var B99 = '#FCCACB';
4
4
  export var B93 = '#EC272B';
5
5
  export var B74 = '#BD3638';
6
6
  export var B65 = '#8F393B';
@@ -13,7 +13,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
13
13
  var StyledAlertContainer = _styledComponents["default"].div.withConfig({
14
14
  displayName: "AlertStyle__StyledAlertContainer",
15
15
  componentId: "sc-1e5i2kj-0"
16
- })(["position:fixed;top:90px;right:24px;display:flex;padding:", ";gap:", ";max-width:640px;width:fit-content;border-radius:", ";box-shadow:0px 8px 20px rgba(71,71,71,0.2),0px 3px 6px -3px rgba(71,71,71,0.08);animation:slide-from-right 400ms cubic-bezier(0.35,0.8,1,0.86);z-index:100;color:", ";svg{display:block;height:24px;width:24px;}&[data-titled='true'] svg{margin-top:3px;}&[data-status='success']{background:", ";}&[data-status='success'] svg{fill:", ";}&[data-status='info']{background:", ";}&[data-status='info'] svg{fill:", ";}&[data-status='warning']{background:", ";}&[data-status='warning'] svg{fill:", ";}&[data-status='error']{background:", ";}&[data-status='error'] svg{fill:", ";}@media (max-width:", "){top:60px;&[data-titled='true']{margin-top:-1px;}&[data-titled='true'] svg{margin-top:0;}padding:", ";min-height:37px;}@media (max-width:480px){&[data-titled='true']{margin-top:-1px;}&[data-titled='true'] svg{margin-top:0;}max-width:calc(100vw - 48px);}@keyframes slide-from-right{0%{transform:translateX(50px);}50%{transform:translateX(0px);}75%{transform:translateX(-10px);}100%{transform:translateX(0px);}}"], _spacing.space12, _spacing.space8, _borderRadius.borderRadius4, _colors.Neutral.B18, _colors.Green.B89, _colors.Green.B61, _colors.Blue.S08, _colors.Blue.Brand, _colors.Orange.S42, _colors.Orange.S86, _colors.Red.B100, _colors.Red.B93, Breakpoints.large, _spacing.space8);
16
+ })(["position:fixed;top:90px;right:24px;display:flex;padding:", ";gap:", ";max-width:640px;width:fit-content;border-radius:", ";box-shadow:0px 8px 20px rgba(71,71,71,0.2),0px 3px 6px -3px rgba(71,71,71,0.08);animation:slide-from-right 400ms cubic-bezier(0.35,0.8,1,0.86);z-index:100;color:", ";svg{display:block;height:24px;width:24px;}&[data-titled='true'] svg{margin-top:3px;}&[data-status='success']{background:", ";}&[data-status='success'] svg{fill:", ";}&[data-status='info']{background:", ";}&[data-status='info'] svg{fill:", ";}&[data-status='warning']{background:", ";}&[data-status='warning'] svg{fill:", ";}&[data-status='error']{background:", ";}&[data-status='error'] svg{fill:", ";}@media (max-width:", "){top:60px;&[data-titled='true']{margin-top:-1px;}&[data-titled='true'] svg{margin-top:0;}padding:", ";min-height:37px;}@media (max-width:480px){&[data-titled='true']{margin-top:-1px;}&[data-titled='true'] svg{margin-top:0;}max-width:calc(100vw - 48px);}@keyframes slide-from-right{0%{transform:translateX(50px);}50%{transform:translateX(0px);}75%{transform:translateX(-10px);}100%{transform:translateX(0px);}}"], _spacing.space12, _spacing.space8, _borderRadius.borderRadius4, _colors.Neutral.B18, _colors.Green.B89, _colors.Green.B61, _colors.Blue.S08, _colors.Blue.S99, _colors.Orange.S21, _colors.Orange.S86, _colors.Red.B100, _colors.Red.B93, Breakpoints.large, _spacing.space8);
17
17
  exports.StyledAlertContainer = StyledAlertContainer;
18
18
  var StyledAlertCloseIconContainer = _styledComponents["default"].div.withConfig({
19
19
  displayName: "AlertStyle__StyledAlertCloseIconContainer",
@@ -11,7 +11,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
11
11
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
12
  var mediumAvatarSizeStyle = "\n width: 40px;\n height: 40px;\n \n @media (max-width: " + Breakpoints.large + ") {\n width: 32px;\n height: 32px;\n }\n";
13
13
  var largeAvatarSizeStyle = "\n width: 60px;\n height: 60px;\n\n @media (max-width: " + Breakpoints.large + ") {\n width: 40px;\n height: 40px;\n }\n";
14
- var avatarBackgroundColor = (_avatarBackgroundColo = {}, _avatarBackgroundColo['supplementary'] = _colors.Neutral.B99, _avatarBackgroundColo['warning'] = _colors.Orange.S42, _avatarBackgroundColo['danger'] = _colors.Red.B100, _avatarBackgroundColo['success'] = _colors.Green.B89, _avatarBackgroundColo['outstanding'] = _colors.Blue.S08, _avatarBackgroundColo);
14
+ var avatarBackgroundColor = (_avatarBackgroundColo = {}, _avatarBackgroundColo['supplementary'] = _colors.Neutral.B99, _avatarBackgroundColo['warning'] = _colors.Orange.S21, _avatarBackgroundColo['danger'] = _colors.Red.B100, _avatarBackgroundColo['success'] = _colors.Green.B89, _avatarBackgroundColo['outstanding'] = _colors.Blue.S08, _avatarBackgroundColo);
15
15
  var avatarSizeVariant = (_avatarSizeVariant = {}, _avatarSizeVariant['large'] = largeAvatarSizeStyle, _avatarSizeVariant['medium'] = mediumAvatarSizeStyle, _avatarSizeVariant);
16
16
  var getAvatarBackgroundColor = function getAvatarBackgroundColor(variant) {
17
17
  if (!(variant in avatarBackgroundColor)) {
@@ -8,7 +8,7 @@ var _borderRadius = require("../utilities/borderRadius");
8
8
  var _colors = require("../utilities/colors");
9
9
  var _spacing = require("../utilities/spacing");
10
10
  var _badgeBackgroundColor, _badgeTextColor;
11
- var badgeBackgroundColor = (_badgeBackgroundColor = {}, _badgeBackgroundColor['neutral'] = _colors.Neutral.B95, _badgeBackgroundColor['success'] = _colors.Green.B89, _badgeBackgroundColor['information'] = _colors.Blue.S08, _badgeBackgroundColor['warning'] = _colors.Orange.S42, _badgeBackgroundColor['critical'] = _colors.Red.B100, _badgeBackgroundColor['promotion'] = _colors.Yellow.S75, _badgeBackgroundColor['enticing'] = _colors.Orange.S87, _badgeBackgroundColor['attention'] = _colors.Red.B93, _badgeBackgroundColor);
11
+ var badgeBackgroundColor = (_badgeBackgroundColor = {}, _badgeBackgroundColor['neutral'] = _colors.Neutral.B95, _badgeBackgroundColor['success'] = _colors.Green.B89, _badgeBackgroundColor['information'] = _colors.Blue.S08, _badgeBackgroundColor['warning'] = _colors.Orange.S21, _badgeBackgroundColor['critical'] = _colors.Red.B100, _badgeBackgroundColor['promotion'] = _colors.Yellow.S75, _badgeBackgroundColor['enticing'] = _colors.Orange.S87, _badgeBackgroundColor['attention'] = _colors.Red.B93, _badgeBackgroundColor);
12
12
  var badgeTextColor = (_badgeTextColor = {}, _badgeTextColor['neutral'] = _colors.Neutral.B18, _badgeTextColor['success'] = _colors.Neutral.B18, _badgeTextColor['information'] = _colors.Neutral.B18, _badgeTextColor['warning'] = _colors.Neutral.B18, _badgeTextColor['critical'] = _colors.Neutral.B18, _badgeTextColor['promotion'] = _colors.Neutral.B18, _badgeTextColor['enticing'] = _colors.Neutral.B100, _badgeTextColor['attention'] = _colors.Neutral.B100, _badgeTextColor);
13
13
  exports.badgeTextColor = badgeTextColor;
14
14
  var getBadgeBackgroundColor = function getBadgeBackgroundColor(status) {
@@ -18,7 +18,7 @@ exports.StyledCloseIconWrapper = StyledCloseIconWrapper;
18
18
  var StyledBanner = _styledComponents["default"].div.withConfig({
19
19
  displayName: "BannerStyle__StyledBanner",
20
20
  componentId: "sc-1suv683-1"
21
- })(["min-height:100px;padding:20px;background:", ";color:", ";border:1px solid ", ";border-radius:", ";svg{position:absolute;fill:", ";height:24px;width:24px;top:0;}&[data-titled='true'] svg{top:3px;}&[data-status='success']{background:", ";border:1px solid ", ";}&[data-status='success'] svg{fill:", ";}&[data-status='info']{background:", ";border:1px solid ", ";}&[data-status='info'] svg{fill:", ";}&[data-status='warning']{background:", ";border:1px solid ", ";}&[data-status='warning'] svg{fill:", ";}&[data-status='critical']{background:", ";border:1px solid ", ";}&[data-status='critical'] svg{fill:", ";}@media (max-width:", "){min-height:89px;&[data-titled='true'] svg{top:0;}}"], _colors.Neutral.B99, _colors.Neutral.B18, _colors.Neutral.B68, _borderRadius.borderRadius8, _colors.Neutral.B40, _colors.Green.B89, _colors.Neutral.B68, _colors.Green.B61, _colors.Blue.S08, _colors.Blue.S99, _colors.Blue.S99, _colors.Orange.S42, _colors.Orange.S86, _colors.Orange.S87, _colors.Red.B100, _colors.Red.B93, _colors.Red.B93, Breakpoints.large);
21
+ })(["min-height:100px;padding:20px;background:", ";color:", ";border:1px solid ", ";border-radius:", ";svg{position:absolute;fill:", ";height:24px;width:24px;top:0;}&[data-titled='true'] svg{top:3px;}&[data-status='success']{background:", ";border:1px solid ", ";}&[data-status='success'] svg{fill:", ";}&[data-status='info']{background:", ";border:1px solid ", ";}&[data-status='info'] svg{fill:", ";}&[data-status='warning']{background:", ";border:1px solid ", ";}&[data-status='warning'] svg{fill:", ";}&[data-status='critical']{background:", ";border:1px solid ", ";}&[data-status='critical'] svg{fill:", ";}@media (max-width:", "){min-height:89px;&[data-titled='true'] svg{top:0;}}"], _colors.Neutral.B99, _colors.Neutral.B18, _colors.Neutral.B68, _borderRadius.borderRadius8, _colors.Neutral.B40, _colors.Green.B89, _colors.Neutral.B68, _colors.Green.B61, _colors.Blue.S08, _colors.Blue.S99, _colors.Blue.S99, _colors.Orange.S21, _colors.Orange.S86, _colors.Orange.S87, _colors.Red.B100, _colors.Red.B93, _colors.Red.B93, Breakpoints.large);
22
22
  exports.StyledBanner = StyledBanner;
23
23
  var StyledBannerContentContainer = _styledComponents["default"].div.withConfig({
24
24
  displayName: "BannerStyle__StyledBannerContentContainer",
@@ -1,5 +1,5 @@
1
1
  export declare const Brand = "#F06730";
2
- export declare const S42 = "#FAD491";
2
+ export declare const S21 = "#FCE9C8";
3
3
  export declare const S64 = "#F7BD59";
4
4
  export declare const S86 = "#F5A623";
5
5
  export declare const S87 = "#F48620";
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
 
3
3
  exports.__esModule = true;
4
- exports.S87 = exports.S86 = exports.S64 = exports.S42 = exports.S100 = exports.Brand = void 0;
4
+ exports.S87 = exports.S86 = exports.S64 = exports.S21 = exports.S100 = exports.Brand = void 0;
5
5
  var Brand = '#F06730';
6
6
  exports.Brand = Brand;
7
- var S42 = '#FAD491';
8
- exports.S42 = S42;
7
+ var S21 = '#FCE9C8';
8
+ exports.S21 = S21;
9
9
  var S64 = '#F7BD59';
10
10
  exports.S64 = S64;
11
11
  var S86 = '#F5A623';
@@ -1,6 +1,6 @@
1
1
  export declare const Brand = "#EC272B";
2
- export declare const B100 = "#FFC7C2";
3
- export declare const B99 = "#FC6568";
2
+ export declare const B100 = "#FFE5E6";
3
+ export declare const B99 = "#FCCACB";
4
4
  export declare const B93 = "#EC272B";
5
5
  export declare const B74 = "#BD3638";
6
6
  export declare const B65 = "#8F393B";
@@ -4,9 +4,9 @@ exports.__esModule = true;
4
4
  exports.Brand = exports.B99 = exports.B93 = exports.B74 = exports.B65 = exports.B100 = void 0;
5
5
  var Brand = '#EC272B';
6
6
  exports.Brand = Brand;
7
- var B100 = '#FFC7C2';
7
+ var B100 = '#FFE5E6';
8
8
  exports.B100 = B100;
9
- var B99 = '#FC6568';
9
+ var B99 = '#FCCACB';
10
10
  exports.B99 = B99;
11
11
  var B93 = '#EC272B';
12
12
  exports.B93 = B93;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glints-aries",
3
- "version": "4.0.240",
3
+ "version": "4.0.241",
4
4
  "description": "Glints ui-kit for frontend",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./es/index.js",