@lanaco/lnc-react-ui 2.1.1 → 2.1.2

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
@@ -52277,7 +52277,7 @@ TagSelector.propTypes = {
52277
52277
  color: PropTypes.oneOf(["primary", "secondary", "success", "error", "warning", "gray", "background"])
52278
52278
  };
52279
52279
 
52280
- var css_248z$2 = ".styles-module_container__swxOe {\n width: 100%;\n background-color: #fff2cc;\n}\n\n.styles-module_number__vYJoL {\n text-align: center;\n font-weight: bold;\n}\n\n.styles-module_success__1Va5g {\n color: rgb(31, 128, 231);\n}\n\n.styles-module_danger__RqvlL {\n color: red;\n}\n\n.styles-module_warning__22B9e {\n color: rgb(165, 117, 15);\n}\n\n.styles-module_ContainerWrapper__1TiC_ {\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n border: 1px solid var(--base-color);\n}\n";
52280
+ var css_248z$2 = ".styles-module_container__swxOe {\n width: 100%;\n background-color: #eff1f3;\n}\n\n.styles-module_number__vYJoL {\n text-align: center;\n font-weight: bold;\n}\n\n.styles-module_success__1Va5g {\n color: rgb(31, 128, 231);\n}\n\n.styles-module_danger__RqvlL {\n color: red;\n}\n\n.styles-module_warning__22B9e {\n color: rgb(165, 117, 15);\n}\n\n.styles-module_ContainerWrapper__1TiC_ {\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n border: 1px solid var(--base-color);\n}\n";
52281
52281
  var styles = {"container":"styles-module_container__swxOe","number":"styles-module_number__vYJoL","success":"styles-module_success__1Va5g","danger":"styles-module_danger__RqvlL","warning":"styles-module_warning__22B9e","ContainerWrapper":"styles-module_ContainerWrapper__1TiC_"};
52282
52282
  styleInject(css_248z$2);
52283
52283
 
package/lib/index.js CHANGED
@@ -52318,7 +52318,7 @@ TagSelector.propTypes = {
52318
52318
  color: PropTypes__default['default'].oneOf(["primary", "secondary", "success", "error", "warning", "gray", "background"])
52319
52319
  };
52320
52320
 
52321
- var css_248z$2 = ".styles-module_container__swxOe {\n width: 100%;\n background-color: #fff2cc;\n}\n\n.styles-module_number__vYJoL {\n text-align: center;\n font-weight: bold;\n}\n\n.styles-module_success__1Va5g {\n color: rgb(31, 128, 231);\n}\n\n.styles-module_danger__RqvlL {\n color: red;\n}\n\n.styles-module_warning__22B9e {\n color: rgb(165, 117, 15);\n}\n\n.styles-module_ContainerWrapper__1TiC_ {\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n border: 1px solid var(--base-color);\n}\n";
52321
+ var css_248z$2 = ".styles-module_container__swxOe {\n width: 100%;\n background-color: #eff1f3;\n}\n\n.styles-module_number__vYJoL {\n text-align: center;\n font-weight: bold;\n}\n\n.styles-module_success__1Va5g {\n color: rgb(31, 128, 231);\n}\n\n.styles-module_danger__RqvlL {\n color: red;\n}\n\n.styles-module_warning__22B9e {\n color: rgb(165, 117, 15);\n}\n\n.styles-module_ContainerWrapper__1TiC_ {\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n border: 1px solid var(--base-color);\n}\n";
52322
52322
  var styles = {"container":"styles-module_container__swxOe","number":"styles-module_number__vYJoL","success":"styles-module_success__1Va5g","danger":"styles-module_danger__RqvlL","warning":"styles-module_warning__22B9e","ContainerWrapper":"styles-module_ContainerWrapper__1TiC_"};
52323
52323
  styleInject(css_248z$2);
52324
52324
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanaco/lnc-react-ui",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "component library",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",