@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.
@@ -4882,17 +4882,28 @@
4882
4882
  borderStyle: 'solid',
4883
4883
  borderColor: 'transparent',
4884
4884
  _hover: {
4885
- opacity: 0.9,
4886
- color: textColor
4885
+ opacity: 0.9
4887
4886
  },
4888
4887
  _active: {
4889
- opacity: 0.95,
4890
- color: textColor
4888
+ opacity: 0.95
4891
4889
  },
4892
4890
  _focusVisible: {
4893
4891
  outline: 'none',
4894
- boxShadow: "0 0 0 2px rgba(255, 255, 255, 1), 0 0 0 4px " + color,
4895
- color: textColor
4892
+ boxShadow: "0 0 0 2px rgba(255, 255, 255, 1), 0 0 0 4px " + color
4893
+ },
4894
+ transition: 'background-color 0.2s ease, opacity 0.2s ease'
4895
+ },
4896
+ reversed: {
4897
+ backgroundColor: textColor,
4898
+ color: color,
4899
+ borderWidth: 1,
4900
+ borderStyle: 'solid',
4901
+ borderColor: textColor,
4902
+ _hover: {
4903
+ opacity: 0.9
4904
+ },
4905
+ _active: {
4906
+ opacity: 0.95
4896
4907
  },
4897
4908
  transition: 'background-color 0.2s ease, opacity 0.2s ease'
4898
4909
  },
@@ -4932,7 +4943,6 @@
4932
4943
  opacity: 0.9
4933
4944
  },
4934
4945
  _active: {
4935
- color: color,
4936
4946
  opacity: 0.95
4937
4947
  },
4938
4948
  _focusVisible: {
@@ -4952,11 +4962,9 @@
4952
4962
  textDecorationThickness: '1px',
4953
4963
  textDecorationColor: color,
4954
4964
  _hover: {
4955
- color: color,
4956
4965
  opacity: 0.8
4957
4966
  },
4958
4967
  _active: {
4959
- color: color,
4960
4968
  opacity: 0.9
4961
4969
  },
4962
4970
  _focusVisible: {