@app-studio/web 0.9.48 → 0.9.49

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.
@@ -4921,17 +4921,28 @@ var getButtonVariants = function getButtonVariants(color, isLight, isThemeLight)
4921
4921
  borderStyle: 'solid',
4922
4922
  borderColor: 'transparent',
4923
4923
  _hover: {
4924
- opacity: 0.9,
4925
- color: textColor
4924
+ opacity: 0.9
4926
4925
  },
4927
4926
  _active: {
4928
- opacity: 0.95,
4929
- color: textColor
4927
+ opacity: 0.95
4930
4928
  },
4931
4929
  _focusVisible: {
4932
4930
  outline: 'none',
4933
- boxShadow: "0 0 0 2px rgba(255, 255, 255, 1), 0 0 0 4px " + color,
4934
- color: textColor
4931
+ boxShadow: "0 0 0 2px rgba(255, 255, 255, 1), 0 0 0 4px " + color
4932
+ },
4933
+ transition: 'background-color 0.2s ease, opacity 0.2s ease'
4934
+ },
4935
+ reversed: {
4936
+ backgroundColor: textColor,
4937
+ color: color,
4938
+ borderWidth: 1,
4939
+ borderStyle: 'solid',
4940
+ borderColor: textColor,
4941
+ _hover: {
4942
+ opacity: 0.9
4943
+ },
4944
+ _active: {
4945
+ opacity: 0.95
4935
4946
  },
4936
4947
  transition: 'background-color 0.2s ease, opacity 0.2s ease'
4937
4948
  },
@@ -4971,7 +4982,6 @@ var getButtonVariants = function getButtonVariants(color, isLight, isThemeLight)
4971
4982
  opacity: 0.9
4972
4983
  },
4973
4984
  _active: {
4974
- color: color,
4975
4985
  opacity: 0.95
4976
4986
  },
4977
4987
  _focusVisible: {
@@ -4991,11 +5001,9 @@ var getButtonVariants = function getButtonVariants(color, isLight, isThemeLight)
4991
5001
  textDecorationThickness: '1px',
4992
5002
  textDecorationColor: color,
4993
5003
  _hover: {
4994
- color: color,
4995
5004
  opacity: 0.8
4996
5005
  },
4997
5006
  _active: {
4998
- color: color,
4999
5007
  opacity: 0.9
5000
5008
  },
5001
5009
  _focusVisible: {