@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.
package/dist/web.esm.js CHANGED
@@ -4914,17 +4914,28 @@ var getButtonVariants = function getButtonVariants(color, isLight, isThemeLight)
4914
4914
  borderStyle: 'solid',
4915
4915
  borderColor: 'transparent',
4916
4916
  _hover: {
4917
- opacity: 0.9,
4918
- color: textColor
4917
+ opacity: 0.9
4919
4918
  },
4920
4919
  _active: {
4921
- opacity: 0.95,
4922
- color: textColor
4920
+ opacity: 0.95
4923
4921
  },
4924
4922
  _focusVisible: {
4925
4923
  outline: 'none',
4926
- boxShadow: "0 0 0 2px rgba(255, 255, 255, 1), 0 0 0 4px " + color,
4927
- color: textColor
4924
+ boxShadow: "0 0 0 2px rgba(255, 255, 255, 1), 0 0 0 4px " + color
4925
+ },
4926
+ transition: 'background-color 0.2s ease, opacity 0.2s ease'
4927
+ },
4928
+ reversed: {
4929
+ backgroundColor: textColor,
4930
+ color: color,
4931
+ borderWidth: 1,
4932
+ borderStyle: 'solid',
4933
+ borderColor: textColor,
4934
+ _hover: {
4935
+ opacity: 0.9
4936
+ },
4937
+ _active: {
4938
+ opacity: 0.95
4928
4939
  },
4929
4940
  transition: 'background-color 0.2s ease, opacity 0.2s ease'
4930
4941
  },
@@ -4964,7 +4975,6 @@ var getButtonVariants = function getButtonVariants(color, isLight, isThemeLight)
4964
4975
  opacity: 0.9
4965
4976
  },
4966
4977
  _active: {
4967
- color: color,
4968
4978
  opacity: 0.95
4969
4979
  },
4970
4980
  _focusVisible: {
@@ -4984,11 +4994,9 @@ var getButtonVariants = function getButtonVariants(color, isLight, isThemeLight)
4984
4994
  textDecorationThickness: '1px',
4985
4995
  textDecorationColor: color,
4986
4996
  _hover: {
4987
- color: color,
4988
4997
  opacity: 0.8
4989
4998
  },
4990
4999
  _active: {
4991
- color: color,
4992
5000
  opacity: 0.9
4993
5001
  },
4994
5002
  _focusVisible: {