@citygross/components 0.8.73 → 0.8.74

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.
@@ -43,7 +43,7 @@ var PriceTagWrapper = styled__default["default"].div(templateObject_3 || (templa
43
43
  var ButtonWrapper = styled__default["default"].div(templateObject_4 || (templateObject_4 = _tslib.__makeTemplateObject(["\n grid-area: ButtonWrapper;\n display: flex;\n align-items: center;\n gap: ", "px;\n justify-self: end;\n min-width: ", "px;\n\n @media (min-width: ", "px) {\n flex-direction: column;\n gap: ", "px;\n margin-top: -", "px;\n }\n"], ["\n grid-area: ButtonWrapper;\n display: flex;\n align-items: center;\n gap: ", "px;\n justify-self: end;\n min-width: ", "px;\n\n @media (min-width: ", "px) {\n flex-direction: column;\n gap: ", "px;\n margin-top: -", "px;\n }\n"])), function (_a) {
44
44
  var _b;
45
45
  var theme = _a.theme;
46
- return (_b = theme.spacings) === null || _b === void 0 ? void 0 : _b.xs;
46
+ return (_b = theme.spacings) === null || _b === void 0 ? void 0 : _b.sm;
47
47
  }, function (_a) {
48
48
  var _b;
49
49
  var theme = _a.theme;
@@ -55,7 +55,7 @@ var ButtonWrapper = styled__default["default"].div(templateObject_4 || (template
55
55
  }, function (_a) {
56
56
  var _b;
57
57
  var theme = _a.theme;
58
- return (_b = theme.spacings) === null || _b === void 0 ? void 0 : _b.sm;
58
+ return (_b = theme.spacings) === null || _b === void 0 ? void 0 : _b.xxs;
59
59
  }, function (_a) {
60
60
  var _b;
61
61
  var theme = _a.theme;
@@ -35,7 +35,7 @@ var PriceTagWrapper = styled.div(templateObject_3 || (templateObject_3 = __makeT
35
35
  var ButtonWrapper = styled.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n grid-area: ButtonWrapper;\n display: flex;\n align-items: center;\n gap: ", "px;\n justify-self: end;\n min-width: ", "px;\n\n @media (min-width: ", "px) {\n flex-direction: column;\n gap: ", "px;\n margin-top: -", "px;\n }\n"], ["\n grid-area: ButtonWrapper;\n display: flex;\n align-items: center;\n gap: ", "px;\n justify-self: end;\n min-width: ", "px;\n\n @media (min-width: ", "px) {\n flex-direction: column;\n gap: ", "px;\n margin-top: -", "px;\n }\n"])), function (_a) {
36
36
  var _b;
37
37
  var theme = _a.theme;
38
- return (_b = theme.spacings) === null || _b === void 0 ? void 0 : _b.xs;
38
+ return (_b = theme.spacings) === null || _b === void 0 ? void 0 : _b.sm;
39
39
  }, function (_a) {
40
40
  var _b;
41
41
  var theme = _a.theme;
@@ -47,7 +47,7 @@ var ButtonWrapper = styled.div(templateObject_4 || (templateObject_4 = __makeTem
47
47
  }, function (_a) {
48
48
  var _b;
49
49
  var theme = _a.theme;
50
- return (_b = theme.spacings) === null || _b === void 0 ? void 0 : _b.sm;
50
+ return (_b = theme.spacings) === null || _b === void 0 ? void 0 : _b.xxs;
51
51
  }, function (_a) {
52
52
  var _b;
53
53
  var theme = _a.theme;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citygross/components",
3
- "version": "0.8.73",
3
+ "version": "0.8.74",
4
4
  "license": "ISC",
5
5
  "sideEffects": false,
6
6
  "main": "./build/cjs/components/src/index.js",
@@ -76,5 +76,5 @@
76
76
  "react-slick": "^0.30.1",
77
77
  "slick-carousel": "^1.8.1"
78
78
  },
79
- "gitHead": "fcc46bd21b6ef93540ea57b2046fa33c86f1d28d"
79
+ "gitHead": "81095e84486838ae5831c60cbb7a864be61447b8"
80
80
  }