@salesgenterp/ui-components 0.4.174 → 0.4.175

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/dist/index.js CHANGED
@@ -5152,9 +5152,12 @@ var CategoryText = styled__default.div(_templateObject14$1 || (_templateObject14
5152
5152
  var _props$theme4;
5153
5153
  return (_props$theme4 = props.theme) === null || _props$theme4 === void 0 ? void 0 : _props$theme4.primaryColor;
5154
5154
  });
5155
- var DiscoverContainer = styled__default.div(_templateObject15$1 || (_templateObject15$1 = _taggedTemplateLiteralLoose(["\n background: ", ";\n padding: 1.8rem;\n border-radius: 14px;\n h3,\n svg {\n color: #000;\n font-size: 2rem;\n font-weight: 700;\n line-height: 2rem;\n }\n"])), function (props) {
5155
+ var DiscoverContainer = styled__default.div(_templateObject15$1 || (_templateObject15$1 = _taggedTemplateLiteralLoose(["\n background: ", ";\n padding: 1.8rem;\n border-radius: 14px;\n h3,\n svg {\n color: ", ";\n font-size: 2rem;\n font-weight: 700;\n line-height: 2rem;\n }\n"])), function (props) {
5156
5156
  var _props$theme5;
5157
5157
  return "rgba(" + hexToRgbA((_props$theme5 = props.theme) === null || _props$theme5 === void 0 ? void 0 : _props$theme5.primaryColor) + ",0.2)";
5158
+ }, function (props) {
5159
+ var _props$theme6;
5160
+ return (_props$theme6 = props.theme) === null || _props$theme6 === void 0 ? void 0 : _props$theme6.fontColor;
5158
5161
  });
5159
5162
  var StatusContainer = styled__default(material.Stack)(_templateObject16 || (_templateObject16 = _taggedTemplateLiteralLoose(["\n box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;\n padding: 4px 8px;\n border-radius: 6px;\n background-color: ", ";\n color: #fff;\n"])), function (props) {
5160
5163
  return props.primaryColor;