@rango-dev/widget-embedded 0.28.0 → 0.28.1-next.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/widget-embedded",
3
- "version": "0.28.0",
3
+ "version": "0.28.1-next.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -29,7 +29,7 @@
29
29
  "@rango-dev/queue-manager-core": "^0.26.0",
30
30
  "@rango-dev/queue-manager-rango-preset": "^0.33.0",
31
31
  "@rango-dev/queue-manager-react": "^0.26.0",
32
- "@rango-dev/ui": "^0.34.0",
32
+ "@rango-dev/ui": "^0.34.1-next.0",
33
33
  "@rango-dev/wallets-react": "^0.19.0",
34
34
  "@rango-dev/wallets-shared": "^0.33.0",
35
35
  "bignumber.js": "^9.1.1",
@@ -34,7 +34,7 @@ export const WalletButton = styled('button', {
34
34
  position: 'relative',
35
35
 
36
36
  '&:hover': {
37
- $$color: '$colors$info100',
37
+ $$color: '$colors$secondary100',
38
38
  [`.${darkTheme} &`]: {
39
39
  $$color: '$colors$neutral100',
40
40
  },
@@ -42,7 +42,7 @@ export const WalletButton = styled('button', {
42
42
  },
43
43
 
44
44
  '&:focus-visible': {
45
- $$color: '$colors$info100',
45
+ $$color: '$colors$secondary100',
46
46
  [`.${darkTheme} &`]: {
47
47
  $$color: '$colors$info700',
48
48
  },
@@ -138,14 +138,14 @@ export const CustomDestinationButton = styled('div', {
138
138
  borderBottomRightRadius: '0',
139
139
  borderBottomLeftRadius: '0',
140
140
  '&:hover': {
141
- $$color: '$colors$info100',
141
+ $$color: '$colors$secondary100',
142
142
  [`.${darkTheme} &`]: {
143
143
  $$color: '$colors$neutral100',
144
144
  },
145
145
  backgroundColor: '$$color',
146
146
  },
147
147
  '&:focus-visible': {
148
- $$background: '$colors$info100',
148
+ $$background: '$colors$secondary100',
149
149
  [`.${darkTheme} &`]: {
150
150
  $$background: '$colors$info700',
151
151
  },
@@ -6,7 +6,7 @@ export const HeaderButton = styled(IconButton, {
6
6
  padding: '0',
7
7
  overflow: 'unset',
8
8
  '&:hover': {
9
- backgroundColor: '$info100',
9
+ backgroundColor: '$secondary100',
10
10
  [`.${darkTheme} &`]: {
11
11
  backgroundColor: '$neutral',
12
12
  },
@@ -147,7 +147,7 @@ export const SummaryContainer = styled('div', {
147
147
  listItem: false,
148
148
  selected: true,
149
149
  css: {
150
- $$color: '$colors$info100',
150
+ $$color: '$colors$secondary100',
151
151
  [`.${darkTheme} &`]: {
152
152
  $$color: '$colors$secondary600',
153
153
  },