@lanaco/lnc-react-ui 2.1.27 → 2.1.28

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/lib/index.esm.js CHANGED
@@ -53201,14 +53201,12 @@ var heightBySize = function heightBySize(size) {
53201
53201
  };
53202
53202
 
53203
53203
  var Container$2 = newStyled.div(_templateObject$2 || (_templateObject$2 = _taggedTemplateLiteral(["\n display: inline-block;\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n"])));
53204
- var Inner$1 = newStyled.div(_templateObject2$2 || (_templateObject2$2 = _taggedTemplateLiteral(["\n display: flex;\n align-items: flex-start;\n flex-direction: row;\n font-family: ", ";\n font-size: ", ";\n padding: 0;\n margin: 0;\n border-radius: 0.5rem;\n\n min-height: ", ";\n max-height: ", ";\n"])), function (props) {
53204
+ var Inner$1 = newStyled.div(_templateObject2$2 || (_templateObject2$2 = _taggedTemplateLiteral(["\n display: flex;\n align-items: flex-start;\n flex-direction: row;\n font-family: ", ";\n font-size: ", ";\n padding: 0;\n margin: 0;\n border-radius: 0.5rem;\n\n min-height: ", ";\n"])), function (props) {
53205
53205
  return props.theme.typography.fontFamily;
53206
53206
  }, function (props) {
53207
53207
  return props.theme.typography[props.size].fontSize;
53208
53208
  }, function (props) {
53209
53209
  return heightBySize(props.size);
53210
- }, function (props) {
53211
- return heightBySize(props.size);
53212
53210
  });
53213
53211
  var TextSpan = newStyled.span(_templateObject3$1 || (_templateObject3$1 = _taggedTemplateLiteral([""])));
53214
53212
  var Text = newStyled.div(_templateObject4$1 || (_templateObject4$1 = _taggedTemplateLiteral(["\n flex: 1;\n\n padding: ", ";\n transition: all 250ms ease;\n border-radius: 0.2rem 0 0 0.2rem;\n white-space: pre;\n flex-grow: 10;\n height: 100%;\n background-color: ", ";\n color: ", ";\n"])), function (props) {
package/lib/index.js CHANGED
@@ -53242,14 +53242,12 @@ var heightBySize = function heightBySize(size) {
53242
53242
  };
53243
53243
 
53244
53244
  var Container$2 = newStyled.div(_templateObject$2 || (_templateObject$2 = _taggedTemplateLiteral__default['default'](["\n display: inline-block;\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n"])));
53245
- var Inner$1 = newStyled.div(_templateObject2$2 || (_templateObject2$2 = _taggedTemplateLiteral__default['default'](["\n display: flex;\n align-items: flex-start;\n flex-direction: row;\n font-family: ", ";\n font-size: ", ";\n padding: 0;\n margin: 0;\n border-radius: 0.5rem;\n\n min-height: ", ";\n max-height: ", ";\n"])), function (props) {
53245
+ var Inner$1 = newStyled.div(_templateObject2$2 || (_templateObject2$2 = _taggedTemplateLiteral__default['default'](["\n display: flex;\n align-items: flex-start;\n flex-direction: row;\n font-family: ", ";\n font-size: ", ";\n padding: 0;\n margin: 0;\n border-radius: 0.5rem;\n\n min-height: ", ";\n"])), function (props) {
53246
53246
  return props.theme.typography.fontFamily;
53247
53247
  }, function (props) {
53248
53248
  return props.theme.typography[props.size].fontSize;
53249
53249
  }, function (props) {
53250
53250
  return heightBySize(props.size);
53251
- }, function (props) {
53252
- return heightBySize(props.size);
53253
53251
  });
53254
53252
  var TextSpan = newStyled.span(_templateObject3$1 || (_templateObject3$1 = _taggedTemplateLiteral__default['default']([""])));
53255
53253
  var Text = newStyled.div(_templateObject4$1 || (_templateObject4$1 = _taggedTemplateLiteral__default['default'](["\n flex: 1;\n\n padding: ", ";\n transition: all 250ms ease;\n border-radius: 0.2rem 0 0 0.2rem;\n white-space: pre;\n flex-grow: 10;\n height: 100%;\n background-color: ", ";\n color: ", ";\n"])), function (props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanaco/lnc-react-ui",
3
- "version": "2.1.27",
3
+ "version": "2.1.28",
4
4
  "description": "component library",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",