@lanaco/lnc-react-ui 3.11.0 → 3.11.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.
package/lib/index.esm.js CHANGED
@@ -47023,7 +47023,7 @@ Chip.propTypes = {
47023
47023
  leadingIcon: PropTypes.string,
47024
47024
  trailingIcon: PropTypes.string,
47025
47025
  avatar: PropTypes.bool,
47026
- borderRadius: PropTypes.oneOf(["regular", "curved"]),
47026
+ borderRadius: PropTypes.oneOf(["slight", "regular", "edged", "curved", "none"]),
47027
47027
  disabled: PropTypes.bool,
47028
47028
  tabIndex: PropTypes.number,
47029
47029
  //---------------------------------------------------------------
@@ -47712,7 +47712,7 @@ Button$1.propTypes = {
47712
47712
  * Icon after the text
47713
47713
  */
47714
47714
  trailingIcon: PropTypes.string,
47715
- borderRadius: PropTypes.oneOf(["regular", "curved", "none"]),
47715
+ borderRadius: PropTypes.oneOf(["slight", "regular", "edged", "curved", "none"]),
47716
47716
  /**
47717
47717
  * Different styles
47718
47718
  */
@@ -47949,7 +47949,7 @@ Button.defaultProps = {
47949
47949
  Button.propTypes = {
47950
47950
  icon: PropTypes.string,
47951
47951
  iconStyle: PropTypes.oneOf(["regular", "solid"]),
47952
- borderRadius: PropTypes.oneOf(["regular", "curved"]),
47952
+ borderRadius: PropTypes.oneOf(["slight", "regular", "edged", "curved", "none"]),
47953
47953
  /**
47954
47954
  * Different styles
47955
47955
  */
@@ -72917,7 +72917,7 @@ ButtonGroup.defaultProps = {
72917
72917
  style: {}
72918
72918
  };
72919
72919
  ButtonGroup.propTypes = {
72920
- borderRadius: PropTypes.oneOf(["regular", "curved"]),
72920
+ borderRadius: PropTypes.oneOf(["slight", "regular", "edged", "curved", "none"]),
72921
72921
  className: PropTypes.string,
72922
72922
  style: PropTypes.object
72923
72923
  };
@@ -72929,7 +72929,7 @@ var _templateObject$y, _templateObject2$c;
72929
72929
  var Container$6 = newStyled.div(_templateObject$y || (_templateObject$y = _taggedTemplateLiteral(["\n display: inline-flex;\n flex-wrap: wrap;\n width: 100%;\n gap: 0.375rem;\n justify-content: ", ";\n"])), function (props) {
72930
72930
  return props.horizontalAlignment;
72931
72931
  });
72932
- var PaginationContainer = newStyled.div(_templateObject2$c || (_templateObject2$c = _taggedTemplateLiteral(["\n & > .button-group-pagination-lnc {\n width: 100%;\n justify-content: ", ";\n }\n"])), function (props) {
72932
+ var PaginationContainer = newStyled.div(_templateObject2$c || (_templateObject2$c = _taggedTemplateLiteral(["\n & > .button-group-pagination-lnc {\n width: 100%;\n justify-content: ", ";\n }\n"])), function (props) {
72933
72933
  return props.horizontalAlignment;
72934
72934
  });
72935
72935
 
@@ -73102,7 +73102,7 @@ Pagination.propTypes = {
73102
73102
  * Applies to the movement buttons and to the page number buttons
73103
73103
  */
73104
73104
  disabled: PropTypes.bool,
73105
- borderRadius: PropTypes.oneOf(["regular", "curved"]),
73105
+ borderRadius: PropTypes.oneOf(["slight", "regular", "edged", "curved", "none"]),
73106
73106
  /**
73107
73107
  * Sets the button `type`
73108
73108
  */
@@ -75240,7 +75240,7 @@ Surface.defaultProps = {
75240
75240
  style: {}
75241
75241
  };
75242
75242
  Surface.propTypes = {
75243
- borderRadius: PropTypes.oneOf(["regular", "slight", "none"]),
75243
+ borderRadius: PropTypes.oneOf(["slight", "regular", "edged", "curved", "none"]),
75244
75244
  boxShadow: PropTypes.oneOf(["xs", "s", "m", "l", "xl", "xxl"]),
75245
75245
  paddign: PropTypes.oneOf(["xs", "s", "m", "l", "xl", "xxl"]),
75246
75246
  fullWidth: PropTypes.bool,
package/lib/index.js CHANGED
@@ -47072,7 +47072,7 @@ Chip.propTypes = {
47072
47072
  leadingIcon: PropTypes__default["default"].string,
47073
47073
  trailingIcon: PropTypes__default["default"].string,
47074
47074
  avatar: PropTypes__default["default"].bool,
47075
- borderRadius: PropTypes__default["default"].oneOf(["regular", "curved"]),
47075
+ borderRadius: PropTypes__default["default"].oneOf(["slight", "regular", "edged", "curved", "none"]),
47076
47076
  disabled: PropTypes__default["default"].bool,
47077
47077
  tabIndex: PropTypes__default["default"].number,
47078
47078
  //---------------------------------------------------------------
@@ -47761,7 +47761,7 @@ Button$1.propTypes = {
47761
47761
  * Icon after the text
47762
47762
  */
47763
47763
  trailingIcon: PropTypes__default["default"].string,
47764
- borderRadius: PropTypes__default["default"].oneOf(["regular", "curved", "none"]),
47764
+ borderRadius: PropTypes__default["default"].oneOf(["slight", "regular", "edged", "curved", "none"]),
47765
47765
  /**
47766
47766
  * Different styles
47767
47767
  */
@@ -47998,7 +47998,7 @@ Button.defaultProps = {
47998
47998
  Button.propTypes = {
47999
47999
  icon: PropTypes__default["default"].string,
48000
48000
  iconStyle: PropTypes__default["default"].oneOf(["regular", "solid"]),
48001
- borderRadius: PropTypes__default["default"].oneOf(["regular", "curved"]),
48001
+ borderRadius: PropTypes__default["default"].oneOf(["slight", "regular", "edged", "curved", "none"]),
48002
48002
  /**
48003
48003
  * Different styles
48004
48004
  */
@@ -72966,7 +72966,7 @@ ButtonGroup.defaultProps = {
72966
72966
  style: {}
72967
72967
  };
72968
72968
  ButtonGroup.propTypes = {
72969
- borderRadius: PropTypes__default["default"].oneOf(["regular", "curved"]),
72969
+ borderRadius: PropTypes__default["default"].oneOf(["slight", "regular", "edged", "curved", "none"]),
72970
72970
  className: PropTypes__default["default"].string,
72971
72971
  style: PropTypes__default["default"].object
72972
72972
  };
@@ -72978,7 +72978,7 @@ var _templateObject$y, _templateObject2$c;
72978
72978
  var Container$6 = newStyled.div(_templateObject$y || (_templateObject$y = _taggedTemplateLiteral__default["default"](["\n display: inline-flex;\n flex-wrap: wrap;\n width: 100%;\n gap: 0.375rem;\n justify-content: ", ";\n"])), function (props) {
72979
72979
  return props.horizontalAlignment;
72980
72980
  });
72981
- var PaginationContainer = newStyled.div(_templateObject2$c || (_templateObject2$c = _taggedTemplateLiteral__default["default"](["\n & > .button-group-pagination-lnc {\n width: 100%;\n justify-content: ", ";\n }\n"])), function (props) {
72981
+ var PaginationContainer = newStyled.div(_templateObject2$c || (_templateObject2$c = _taggedTemplateLiteral__default["default"](["\n & > .button-group-pagination-lnc {\n width: 100%;\n justify-content: ", ";\n }\n"])), function (props) {
72982
72982
  return props.horizontalAlignment;
72983
72983
  });
72984
72984
 
@@ -73151,7 +73151,7 @@ Pagination.propTypes = {
73151
73151
  * Applies to the movement buttons and to the page number buttons
73152
73152
  */
73153
73153
  disabled: PropTypes__default["default"].bool,
73154
- borderRadius: PropTypes__default["default"].oneOf(["regular", "curved"]),
73154
+ borderRadius: PropTypes__default["default"].oneOf(["slight", "regular", "edged", "curved", "none"]),
73155
73155
  /**
73156
73156
  * Sets the button `type`
73157
73157
  */
@@ -75289,7 +75289,7 @@ Surface.defaultProps = {
75289
75289
  style: {}
75290
75290
  };
75291
75291
  Surface.propTypes = {
75292
- borderRadius: PropTypes__default["default"].oneOf(["regular", "slight", "none"]),
75292
+ borderRadius: PropTypes__default["default"].oneOf(["slight", "regular", "edged", "curved", "none"]),
75293
75293
  boxShadow: PropTypes__default["default"].oneOf(["xs", "s", "m", "l", "xl", "xxl"]),
75294
75294
  paddign: PropTypes__default["default"].oneOf(["xs", "s", "m", "l", "xl", "xxl"]),
75295
75295
  fullWidth: PropTypes__default["default"].bool,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lanaco/lnc-react-ui",
3
3
  "type": "module",
4
- "version": "3.11.0",
4
+ "version": "3.11.1",
5
5
  "description": "component library",
6
6
  "main": "lib/index.js",
7
7
  "module": "lib/index.esm.js",