@citygross/components 0.19.0 → 0.19.1
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,7 +11,7 @@ var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
|
|
|
11
11
|
|
|
12
12
|
var Flex = styled__default["default"].div(templateObject_1 || (templateObject_1 = _tslib.__makeTemplateObject(["\n display: flex;\n align-items: ", ";\n flex-direction: ", ";\n gap: ", "px;\n justify-content: ", ";\n"], ["\n display: flex;\n align-items: ", ";\n flex-direction: ", ";\n gap: ", "px;\n justify-content: ", ";\n"])), function (_a) {
|
|
13
13
|
var alignItems = _a.alignItems, row = _a.row;
|
|
14
|
-
return alignItems !== null && alignItems !== void 0 ? alignItems : (row ? 'center' : '
|
|
14
|
+
return alignItems !== null && alignItems !== void 0 ? alignItems : (row ? 'center' : 'initial');
|
|
15
15
|
}, function (_a) {
|
|
16
16
|
var row = _a.row;
|
|
17
17
|
return (row ? 'row' : 'column');
|
|
@@ -20,7 +20,7 @@ var Flex = styled__default["default"].div(templateObject_1 || (templateObject_1
|
|
|
20
20
|
return gap !== null && gap !== void 0 ? gap : 0;
|
|
21
21
|
}, function (_a) {
|
|
22
22
|
var justifyContent = _a.justifyContent;
|
|
23
|
-
return justifyContent !== null && justifyContent !== void 0 ? justifyContent : '
|
|
23
|
+
return justifyContent !== null && justifyContent !== void 0 ? justifyContent : 'initial';
|
|
24
24
|
});
|
|
25
25
|
var templateObject_1;
|
|
26
26
|
|
|
@@ -3,7 +3,7 @@ import styled from 'styled-components';
|
|
|
3
3
|
|
|
4
4
|
var Flex = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n align-items: ", ";\n flex-direction: ", ";\n gap: ", "px;\n justify-content: ", ";\n"], ["\n display: flex;\n align-items: ", ";\n flex-direction: ", ";\n gap: ", "px;\n justify-content: ", ";\n"])), function (_a) {
|
|
5
5
|
var alignItems = _a.alignItems, row = _a.row;
|
|
6
|
-
return alignItems !== null && alignItems !== void 0 ? alignItems : (row ? 'center' : '
|
|
6
|
+
return alignItems !== null && alignItems !== void 0 ? alignItems : (row ? 'center' : 'initial');
|
|
7
7
|
}, function (_a) {
|
|
8
8
|
var row = _a.row;
|
|
9
9
|
return (row ? 'row' : 'column');
|
|
@@ -12,7 +12,7 @@ var Flex = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObje
|
|
|
12
12
|
return gap !== null && gap !== void 0 ? gap : 0;
|
|
13
13
|
}, function (_a) {
|
|
14
14
|
var justifyContent = _a.justifyContent;
|
|
15
|
-
return justifyContent !== null && justifyContent !== void 0 ? justifyContent : '
|
|
15
|
+
return justifyContent !== null && justifyContent !== void 0 ? justifyContent : 'initial';
|
|
16
16
|
});
|
|
17
17
|
var templateObject_1;
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@citygross/components",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.1",
|
|
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": "
|
|
79
|
+
"gitHead": "58b6cc0df01ded1ef360e47262497489e81684e6"
|
|
80
80
|
}
|