@trafilea/afrodita-components 5.0.0-beta.269 → 5.0.0-beta.270

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.d.ts CHANGED
@@ -1941,6 +1941,9 @@ declare type ThemeComponent = {
1941
1941
  hurryTimeCard: {
1942
1942
  backgroundColor: string;
1943
1943
  };
1944
+ guaranteedFit?: {
1945
+ backgroundColor: string;
1946
+ };
1944
1947
  };
1945
1948
  thankyou: {
1946
1949
  orderBanner?: {
@@ -13178,7 +13178,7 @@ var PriceContainer = newStyled.div(templateObject_4$l || (templateObject_4$l = _
13178
13178
  })
13179
13179
  : 'justify-content: end';
13180
13180
  });
13181
- var Quantity = newStyled.div(templateObject_5$e || (templateObject_5$e = __makeTemplateObject(["\n position: absolute;\n right: 0;\n top: 0;\n transform: translate(30%, -30%);\n border-radius: 50%;\n width: 1rem;\n height: 1rem;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: var(--colors-shades-300-color);\n color: var(--colors-shades-450-contrast);\n font-size: 0.75rem;\n font-weight: 600;\n line-height: 24px;\n"], ["\n position: absolute;\n right: 0;\n top: 0;\n transform: translate(30%, -30%);\n border-radius: 50%;\n width: 1rem;\n height: 1rem;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: var(--colors-shades-300-color);\n color: var(--colors-shades-450-contrast);\n font-size: 0.75rem;\n font-weight: 600;\n line-height: 24px;\n"])));
13181
+ var Quantity = newStyled.div(templateObject_5$e || (templateObject_5$e = __makeTemplateObject(["\n position: absolute;\n right: 0;\n top: 0;\n transform: translate(30%, -30%);\n border-radius: 50%;\n width: 1rem;\n height: 1rem;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: var(--colors-shades-300-color);\n color: var(--colors-shades-white-contrast);\n font-size: 0.75rem;\n font-weight: 600;\n line-height: 24px;\n"], ["\n position: absolute;\n right: 0;\n top: 0;\n transform: translate(30%, -30%);\n border-radius: 50%;\n width: 1rem;\n height: 1rem;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: var(--colors-shades-300-color);\n color: var(--colors-shades-white-contrast);\n font-size: 0.75rem;\n font-weight: 600;\n line-height: 24px;\n"])));
13182
13182
  var StyledSpan = newStyled.span(templateObject_6$d || (templateObject_6$d = __makeTemplateObject(["\n display: block;\n transform: translateY(1px);\n"], ["\n display: block;\n transform: translateY(1px);\n"])));
13183
13183
  var SimpleOrderItem = function (_a) {
13184
13184
  var title = _a.title, className = _a.className, subtitle = _a.subtitle, image = _a.image, price = _a.price, tag = _a.tag, quantity = _a.quantity, finalPriceStyle = _a.finalPriceStyle;
package/build/index.js CHANGED
@@ -13204,7 +13204,7 @@ var PriceContainer = newStyled.div(templateObject_4$l || (templateObject_4$l = _
13204
13204
  })
13205
13205
  : 'justify-content: end';
13206
13206
  });
13207
- var Quantity = newStyled.div(templateObject_5$e || (templateObject_5$e = __makeTemplateObject(["\n position: absolute;\n right: 0;\n top: 0;\n transform: translate(30%, -30%);\n border-radius: 50%;\n width: 1rem;\n height: 1rem;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: var(--colors-shades-300-color);\n color: var(--colors-shades-450-contrast);\n font-size: 0.75rem;\n font-weight: 600;\n line-height: 24px;\n"], ["\n position: absolute;\n right: 0;\n top: 0;\n transform: translate(30%, -30%);\n border-radius: 50%;\n width: 1rem;\n height: 1rem;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: var(--colors-shades-300-color);\n color: var(--colors-shades-450-contrast);\n font-size: 0.75rem;\n font-weight: 600;\n line-height: 24px;\n"])));
13207
+ var Quantity = newStyled.div(templateObject_5$e || (templateObject_5$e = __makeTemplateObject(["\n position: absolute;\n right: 0;\n top: 0;\n transform: translate(30%, -30%);\n border-radius: 50%;\n width: 1rem;\n height: 1rem;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: var(--colors-shades-300-color);\n color: var(--colors-shades-white-contrast);\n font-size: 0.75rem;\n font-weight: 600;\n line-height: 24px;\n"], ["\n position: absolute;\n right: 0;\n top: 0;\n transform: translate(30%, -30%);\n border-radius: 50%;\n width: 1rem;\n height: 1rem;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: var(--colors-shades-300-color);\n color: var(--colors-shades-white-contrast);\n font-size: 0.75rem;\n font-weight: 600;\n line-height: 24px;\n"])));
13208
13208
  var StyledSpan = newStyled.span(templateObject_6$d || (templateObject_6$d = __makeTemplateObject(["\n display: block;\n transform: translateY(1px);\n"], ["\n display: block;\n transform: translateY(1px);\n"])));
13209
13209
  var SimpleOrderItem = function (_a) {
13210
13210
  var title = _a.title, className = _a.className, subtitle = _a.subtitle, image = _a.image, price = _a.price, tag = _a.tag, quantity = _a.quantity, finalPriceStyle = _a.finalPriceStyle;
@@ -639,6 +639,9 @@ declare type ThemeComponent = {
639
639
  hurryTimeCard: {
640
640
  backgroundColor: string;
641
641
  };
642
+ guaranteedFit?: {
643
+ backgroundColor: string;
644
+ };
642
645
  };
643
646
  thankyou: {
644
647
  orderBanner?: {
@@ -639,6 +639,9 @@ declare type ThemeComponent = {
639
639
  hurryTimeCard: {
640
640
  backgroundColor: string;
641
641
  };
642
+ guaranteedFit?: {
643
+ backgroundColor: string;
644
+ };
642
645
  };
643
646
  thankyou: {
644
647
  orderBanner?: {
@@ -639,6 +639,9 @@ declare type ThemeComponent = {
639
639
  hurryTimeCard: {
640
640
  backgroundColor: string;
641
641
  };
642
+ guaranteedFit?: {
643
+ backgroundColor: string;
644
+ };
642
645
  };
643
646
  thankyou: {
644
647
  orderBanner?: {
@@ -639,6 +639,9 @@ declare type ThemeComponent = {
639
639
  hurryTimeCard: {
640
640
  backgroundColor: string;
641
641
  };
642
+ guaranteedFit?: {
643
+ backgroundColor: string;
644
+ };
642
645
  };
643
646
  thankyou: {
644
647
  orderBanner?: {
@@ -794,13 +794,13 @@ var truekind = {
794
794
  },
795
795
  },
796
796
  orderBar: {
797
- backgroundColor: '#E7C9B2',
797
+ backgroundColor: '#F7F4F2',
798
798
  fontColor: '--colors-shades-700-color',
799
799
  },
800
800
  banner: {
801
- outlineColor: '#E7C9B2',
802
- filledColor: '#FFF5E9',
803
- fontColor: '--colors-shades-700-color',
801
+ outlineColor: '--colors-semantic-urgent-color',
802
+ filledColor: '--colors-semantic-urgent-color',
803
+ fontColor: '--colors-shades-white-color',
804
804
  },
805
805
  offerTitleText: {
806
806
  size: '18px',
@@ -836,13 +836,16 @@ var truekind = {
836
836
  regular: '--colors-shades-400-color',
837
837
  deal: '--colors-pallete-primary-color',
838
838
  each: '--colors-shades-700-color',
839
- badgeBG: '#EB9F79',
840
- badgeColor: '--colors-shades-700-color',
839
+ badgeBG: '--colors-pallete-primary-color',
840
+ badgeColor: '--colors-shades-white-color',
841
841
  },
842
842
  },
843
843
  hurryTimeCard: {
844
844
  backgroundColor: '#FCD7B8',
845
845
  },
846
+ guaranteedFit: {
847
+ backgroundColor: '#FFF5E9',
848
+ },
846
849
  },
847
850
  thankyou: {
848
851
  orderBanner: {
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": "5.0.0-beta.269",
6
+ "version": "5.0.0-beta.270",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",