@citygross/components 0.7.225 → 0.7.227

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.
@@ -11,8 +11,8 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
11
11
  var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
12
12
 
13
13
  var CartItemSummaryWrapper = styled__default["default"].div(templateObject_1 || (templateObject_1 = _tslib.__makeTemplateObject(["\n display: flex;\n flex-direction: column;\n gap: 20px;\n @media (min-width: ", "px) {\n flex-direction: row;\n }\n"], ["\n display: flex;\n flex-direction: column;\n gap: 20px;\n @media (min-width: ", "px) {\n flex-direction: row;\n }\n"])), function (props) { var _a; return (_a = props.theme.breakpoints) === null || _a === void 0 ? void 0 : _a.xs; });
14
- var CancelledWrapper = styled__default["default"].div(templateObject_2 || (templateObject_2 = _tslib.__makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n"])));
15
- var ItemInformationContainer = styled__default["default"].div(templateObject_3 || (templateObject_3 = _tslib.__makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n"])));
14
+ var CancelledWrapper = styled__default["default"].div(templateObject_2 || (templateObject_2 = _tslib.__makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"])));
15
+ var ItemInformationContainer = styled__default["default"].div(templateObject_3 || (templateObject_3 = _tslib.__makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"])));
16
16
  var AmountText = styled__default["default"](typography.H3)(templateObject_4 || (templateObject_4 = _tslib.__makeTemplateObject(["\n white-space: nowrap;\n"], ["\n white-space: nowrap;\n"])));
17
17
  var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
18
18
 
@@ -9,7 +9,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
9
9
 
10
10
  var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
11
11
 
12
- var BaseLink = styled__default["default"].a(templateObject_1 || (templateObject_1 = _tslib.__makeTemplateObject(["\n user-select: ", ";\n pointer-events: ", ";\n cursor: pointer;\n text-decoration: ", ";\n\n /* typography */\n color: ", ";\n line-height: ", ";\n white-space: ", ";\n ", "\n\n &:hover {\n text-decoration: ", ";\n }\n border-radius: ", "px;\n &:focus {\n outline: 3px solid ", ";\n }\n"], ["\n user-select: ", ";\n pointer-events: ", ";\n cursor: pointer;\n text-decoration: ", ";\n\n /* typography */\n color: ", ";\n line-height: ", ";\n white-space: ", ";\n ", "\n\n &:hover {\n text-decoration: ", ";\n }\n border-radius: ", "px;\n &:focus {\n outline: 3px solid ", ";\n }\n"])), function (props) { return props.isDisabled && 'none'; }, function (props) { return (props.isDisabled ? 'none' : 'all'); }, function (props) { return props.textDecoration; }, function (props) {
12
+ var BaseLink = styled__default["default"].a(templateObject_1 || (templateObject_1 = _tslib.__makeTemplateObject(["\n user-select: ", ";\n pointer-events: ", ";\n cursor: pointer;\n text-decoration: ", ";\n\n /* typography */\n color: ", ";\n line-height: ", ";\n white-space: ", ";\n ", "\n\n &:hover {\n text-decoration: ", ";\n }\n border-radius: ", "px;\n &:focus-visible {\n outline: 3px solid ", ";\n }\n"], ["\n user-select: ", ";\n pointer-events: ", ";\n cursor: pointer;\n text-decoration: ", ";\n\n /* typography */\n color: ", ";\n line-height: ", ";\n white-space: ", ";\n ", "\n\n &:hover {\n text-decoration: ", ";\n }\n border-radius: ", "px;\n &:focus-visible {\n outline: 3px solid ", ";\n }\n"])), function (props) { return props.isDisabled && 'none'; }, function (props) { return (props.isDisabled ? 'none' : 'all'); }, function (props) { return props.textDecoration; }, function (props) {
13
13
  var _a, _b, _c, _d;
14
14
  return props.inverted
15
15
  ? (props === null || props === void 0 ? void 0 : props.isDisabled)
@@ -3,8 +3,8 @@ import { H3 } from '@citygross/typography';
3
3
  import styled from 'styled-components';
4
4
 
5
5
  var CartItemSummaryWrapper = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n gap: 20px;\n @media (min-width: ", "px) {\n flex-direction: row;\n }\n"], ["\n display: flex;\n flex-direction: column;\n gap: 20px;\n @media (min-width: ", "px) {\n flex-direction: row;\n }\n"])), function (props) { var _a; return (_a = props.theme.breakpoints) === null || _a === void 0 ? void 0 : _a.xs; });
6
- var CancelledWrapper = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n"])));
7
- var ItemInformationContainer = styled.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n"])));
6
+ var CancelledWrapper = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"])));
7
+ var ItemInformationContainer = styled.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"])));
8
8
  var AmountText = styled(H3)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n white-space: nowrap;\n"], ["\n white-space: nowrap;\n"])));
9
9
  var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
10
10
 
@@ -1,7 +1,7 @@
1
1
  import { __makeTemplateObject } from '../../../../_virtual/_tslib.js';
2
2
  import styled from 'styled-components';
3
3
 
4
- var BaseLink = styled.a(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n user-select: ", ";\n pointer-events: ", ";\n cursor: pointer;\n text-decoration: ", ";\n\n /* typography */\n color: ", ";\n line-height: ", ";\n white-space: ", ";\n ", "\n\n &:hover {\n text-decoration: ", ";\n }\n border-radius: ", "px;\n &:focus {\n outline: 3px solid ", ";\n }\n"], ["\n user-select: ", ";\n pointer-events: ", ";\n cursor: pointer;\n text-decoration: ", ";\n\n /* typography */\n color: ", ";\n line-height: ", ";\n white-space: ", ";\n ", "\n\n &:hover {\n text-decoration: ", ";\n }\n border-radius: ", "px;\n &:focus {\n outline: 3px solid ", ";\n }\n"])), function (props) { return props.isDisabled && 'none'; }, function (props) { return (props.isDisabled ? 'none' : 'all'); }, function (props) { return props.textDecoration; }, function (props) {
4
+ var BaseLink = styled.a(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n user-select: ", ";\n pointer-events: ", ";\n cursor: pointer;\n text-decoration: ", ";\n\n /* typography */\n color: ", ";\n line-height: ", ";\n white-space: ", ";\n ", "\n\n &:hover {\n text-decoration: ", ";\n }\n border-radius: ", "px;\n &:focus-visible {\n outline: 3px solid ", ";\n }\n"], ["\n user-select: ", ";\n pointer-events: ", ";\n cursor: pointer;\n text-decoration: ", ";\n\n /* typography */\n color: ", ";\n line-height: ", ";\n white-space: ", ";\n ", "\n\n &:hover {\n text-decoration: ", ";\n }\n border-radius: ", "px;\n &:focus-visible {\n outline: 3px solid ", ";\n }\n"])), function (props) { return props.isDisabled && 'none'; }, function (props) { return (props.isDisabled ? 'none' : 'all'); }, function (props) { return props.textDecoration; }, function (props) {
5
5
  var _a, _b, _c, _d;
6
6
  return props.inverted
7
7
  ? (props === null || props === void 0 ? void 0 : props.isDisabled)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citygross/components",
3
- "version": "0.7.225",
3
+ "version": "0.7.227",
4
4
  "license": "ISC",
5
5
  "sideEffects": false,
6
6
  "main": "./build/cjs/components/src/index.js",
@@ -74,5 +74,5 @@
74
74
  "react-slick": "^0.30.1",
75
75
  "slick-carousel": "^1.8.1"
76
76
  },
77
- "gitHead": "eb2b41167d55b0010cd529e236335338862b8865"
77
+ "gitHead": "293a4deb365d5f4bf09c5c2c9774a203d32e06ec"
78
78
  }