Skip to content

Commit

Permalink
v2.0.13 (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgabrielgsp authored Feb 16, 2024
1 parent aa2e678 commit 41ccd68
Show file tree
Hide file tree
Showing 148 changed files with 5,417 additions and 2,408 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_SEED_PEACE_GLOBE
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Pali Wallet",
"version": "2.0.12",
"version": "2.0.14",
"icons": {
"16": "assets/icons/favicon-16.png",
"32": "assets/icons/favicon-32.png",
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paliwallet",
"version": "2.0.12",
"version": "2.0.14",
"description": "A Non-Custodial Crypto Wallet",
"private": true,
"repository": {
Expand Down Expand Up @@ -48,9 +48,9 @@
"@babel/runtime": "^7.21.5",
"@headlessui/react": "^1.6.0",
"@heroicons/react": "^1.0.5",
"@pollum-io/sysweb3-keyring": "^1.0.475",
"@pollum-io/sysweb3-network": "1.0.94",
"@pollum-io/sysweb3-utils": "^1.1.231",
"@pollum-io/sysweb3-keyring": "^1.0.477",
"@pollum-io/sysweb3-network": "^1.0.95",
"@pollum-io/sysweb3-utils": "^1.1.232",
"@reduxjs/toolkit": "^1.4.0",
"@tippyjs/react": "^4.2.6",
"@types/chrome": "^0.0.235",
Expand Down Expand Up @@ -116,6 +116,7 @@
"tailwindcss": "^3.3.2",
"tippy.js": "^6.3.7",
"trezor-connect": "^8.1.29",
"uuid": "^9.0.1",
"webext-redux": "^2.1.7",
"webextension-polyfill": "^0.8.0",
"webextension-polyfill-ts": "^0.25.0",
Expand All @@ -134,6 +135,7 @@
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.3",
"@types/selenium-webdriver": "^4.1.14",
"@types/uuid": "^9.0.7",
"@types/webpack": "^5.28.1",
"@typescript-eslint/parser": "^5.10.2",
"babel-loader": "^9.1.2",
Expand Down
42 changes: 34 additions & 8 deletions palette.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ module.exports = {
disabled: '#FFFFFF4D',
blue200: '#4D76B8',
pink200: '#FF3E91',
blackAlpha: 'rgba(0,0,0,0.08)',
white200: 'rgba(255,255,255, .2)',
white850: 'rgba(255,255,255, .85)',
deepBlue: '#223552',
headerGradient:
'linear-gradient(90deg, rgba(40,79,148,1) 25.72%, rgba(254,0,119,1) 141.55%)',
},
Expand Down Expand Up @@ -66,28 +68,52 @@ module.exports = {
},

brand: {
royalblue: '#4d76b8',
royalbluemedium: '#4ca1cf',
royalblue: '#4D76B8',
royalbluemedium: '#4CA1CF',
blue100: '#4CA1CF',
assetGuidText: 'rgba(133, 182, 255, 0.6)',
pink: '#9F0949',
pink200: '#FF3E91',
blue: '#4D76B8',
blue100: '#C9DEFF',
blue200: '#4CA1CF',
blue400: '#4D76B8',
blue400: '#4d76b8',
blue500: '#1E365C',
blue600: '#162742',
blue700: '#111E33',
blue800: '#07152A',
green: '#8EC100',
darkGreen: '#83b100',
darkGreen: '#83B100',
black: '#000',
orange: '#FE9B07',
white: '#fff',
red: '#D70000',
redDark: '#c60000',
deepPink: '#cb2c70',
deepPink100: '#ff3e91',
redDark: '#C60000',
deepPink: '#CB2C70',
deepPink100: '#FF3E91',
gray: '#808080',
graylight: '#f5f5f5',
graylight: '#F5F5F5',
gray200: '#A2A5AB',
gray300: '#808795',
whiteAlpaBlue: '#283851',
yellowInfo: '#FE9B07',
},
border: {
default: 'rgba(255, 255, 255, 0.16)',
diffBLUE: '#1F2B3F',
},
alpha: {
whiteAlpha100: 'rgba(255, 255, 255, 0.06)',
whiteAlpha200: 'rgba(255, 255, 255, 0.08)',
whiteAlpha300: 'rgba(255, 255, 255, 0.16)',
},

alpha: {
whiteAlpha300: 'rgba(255, 255, 255, 0.16)',
whiteAlpha200: 'rgba(255, 255, 255, 0.08)',
},

extraColors: {
red: '#D70000',
},
};
3 changes: 3 additions & 0 deletions source/assets/icons/ArrowDown.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions source/assets/icons/arrowScrollUp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions source/assets/icons/checkAt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions source/assets/icons/detailArrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions source/assets/icons/editTx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions source/assets/icons/externalExplorer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions source/assets/icons/externalLink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions source/assets/icons/greenChecked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions source/assets/icons/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions source/assets/icons/input_error_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions source/assets/icons/input_success_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions source/assets/icons/loading.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions source/assets/icons/network.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions source/assets/icons/receivedArrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions source/assets/icons/speedUp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions source/assets/icons/trashIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 41ccd68

Please sign in to comment.