@citygross/components 0.13.14 → 0.13.16

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,11 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
11
11
  var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
12
12
 
13
13
  var SelectContainer = styled__default["default"].div(templateObject_1 || (templateObject_1 = _tslib.__makeTemplateObject(["\n position: relative;\n"], ["\n position: relative;\n"])));
14
- var SelectElement = styled__default["default"].select(templateObject_2 || (templateObject_2 = _tslib.__makeTemplateObject(["\n ", "\n cursor: pointer;\n\n &:not(:disabled):hover {\n background-color: ", ";\n }\n"], ["\n ", "\n cursor: pointer;\n\n &:not(:disabled):hover {\n background-color: ", ";\n }\n"])), FormElement_styles.sharedFormElementStyles, function (_a) {
14
+ var SelectElement = styled__default["default"].select(templateObject_2 || (templateObject_2 = _tslib.__makeTemplateObject(["\n ", "\n cursor: pointer;\n background-color: ", ";\n\n &:not(:disabled):hover {\n background-color: ", ";\n }\n"], ["\n ", "\n cursor: pointer;\n background-color: ", ";\n\n &:not(:disabled):hover {\n background-color: ", ";\n }\n"])), FormElement_styles.sharedFormElementStyles, function (_a) {
15
+ var _b;
16
+ var theme = _a.theme;
17
+ return (_b = theme.palette) === null || _b === void 0 ? void 0 : _b.white;
18
+ }, function (_a) {
15
19
  var _b;
16
20
  var theme = _a.theme;
17
21
  return (_b = theme.palette) === null || _b === void 0 ? void 0 : _b.lightest;
@@ -1 +1 @@
1
- {"version":3,"file":"Select.styles.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Select.styles.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -3,7 +3,11 @@ import styled from 'styled-components';
3
3
  import { sharedFormElementStyles } from '../FormElement.styles.js';
4
4
 
5
5
  var SelectContainer = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n position: relative;\n"], ["\n position: relative;\n"])));
6
- var SelectElement = styled.select(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n cursor: pointer;\n\n &:not(:disabled):hover {\n background-color: ", ";\n }\n"], ["\n ", "\n cursor: pointer;\n\n &:not(:disabled):hover {\n background-color: ", ";\n }\n"])), sharedFormElementStyles, function (_a) {
6
+ var SelectElement = styled.select(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n cursor: pointer;\n background-color: ", ";\n\n &:not(:disabled):hover {\n background-color: ", ";\n }\n"], ["\n ", "\n cursor: pointer;\n background-color: ", ";\n\n &:not(:disabled):hover {\n background-color: ", ";\n }\n"])), sharedFormElementStyles, function (_a) {
7
+ var _b;
8
+ var theme = _a.theme;
9
+ return (_b = theme.palette) === null || _b === void 0 ? void 0 : _b.white;
10
+ }, function (_a) {
7
11
  var _b;
8
12
  var theme = _a.theme;
9
13
  return (_b = theme.palette) === null || _b === void 0 ? void 0 : _b.lightest;
@@ -1 +1 @@
1
- {"version":3,"file":"Select.styles.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Select.styles.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citygross/components",
3
- "version": "0.13.14",
3
+ "version": "0.13.16",
4
4
  "license": "ISC",
5
5
  "sideEffects": false,
6
6
  "main": "./build/cjs/components/src/index.js",
@@ -75,5 +75,5 @@
75
75
  "react-slick": "^0.30.1",
76
76
  "slick-carousel": "^1.8.1"
77
77
  },
78
- "gitHead": "5425bd3f7725b7976dfe5481bc8423f5ab2f6fc3"
78
+ "gitHead": "a70ad4660d3f56c7443e62e044024db8ae7bb1ae"
79
79
  }