@descope/web-components-ui 1.0.288 → 1.0.289

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.
@@ -7981,6 +7981,10 @@ const ButtonSelectionGroupItemClass = compose(
7981
7981
  selector: () => ButtonClass.componentName,
7982
7982
  property: ButtonClass.cssVarList.borderColor,
7983
7983
  },
7984
+ borderWidth: {
7985
+ selector: () => ButtonClass.componentName,
7986
+ property: ButtonClass.cssVarList.borderWidth,
7987
+ },
7984
7988
  borderStyle: {
7985
7989
  selector: () => ButtonClass.componentName,
7986
7990
  property: ButtonClass.cssVarList.borderStyle,
@@ -8011,6 +8015,7 @@ const buttonSelectionGroupItem = {
8011
8015
  [vars$a.borderStyle]: 'solid',
8012
8016
  [vars$a.borderRadius]: globalRefs$8.radius.sm,
8013
8017
  [vars$a.outlineColor]: 'transparent',
8018
+ [vars$a.borderWidth]: globalRefs$8.border.xs,
8014
8019
 
8015
8020
  _hover: {
8016
8021
  [vars$a.backgroundColor]: globalRefs$8.colors.surface.highlight,