Skip to content

Commit 3a2ed1b

Browse files
Merge pull request #789 from contentstack/feature/new-logo-update
Contantstack logo and favicon updated according to new branding
2 parents 6eacc6d + 901af41 commit 3a2ed1b

File tree

28 files changed

+155
-93
lines changed

28 files changed

+155
-93
lines changed

.talismanrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,11 @@ fileignoreconfig:
9191
checksum: 38d2188de3b4df88ed5e195c13b77ad7c469fe5c4d1265f1ffb868dbe3844ae1
9292
- filename: api/package-lock.json
9393
checksum: 09b36877f7e86bb806a9657f852a448dc32fa1dfb350d0fde5fd843c54a27bf0
94+
- filename: ui/src/components/DestinationStack/Actions/LoadLanguageMapper.tsx
95+
checksum: 4e9bd6dcdb08fab85a3d8200e0dffa0d003743ebbb42d5043228cfd46f7e91da
96+
- filename: ui/src/components/DestinationStack/Actions/LoadLanguageMapper.tsx
97+
checksum: 4e9bd6dcdb08fab85a3d8200e0dffa0d003743ebbb42d5043228cfd46f7e91da
98+
- filename: ui/src/components/DestinationStack/Actions/LoadLanguageMapper.tsx
99+
checksum: dde885393dfdd813f1dace88ce8ce79e3fb438801ee5e7bf19855fe1394cb78c
94100

95101
version: "1.0"

api/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@contentstack/cli-utilities": "^1.12.0",
3030
"@contentstack/json-rte-serializer": "^2.0.7",
3131
"@contentstack/marketplace-sdk": "^1.2.4",
32-
"axios": "^1.8.2",
32+
"axios": "^1.12.0",
3333
"chokidar": "^3.6.0",
3434
"cors": "^2.8.5",
3535
"dotenv": "^16.3.1",

ui/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/react": "^18.3.21",
1313
"@types/react-dom": "^18.2.13",
1414
"@types/react-redux": "^7.1.33",
15-
"axios": "^1.8.3",
15+
"axios": "^1.12.0",
1616
"bootstrap": "^5.3.6",
1717
"chokidar": "^3.6.0",
1818
"final-form": "^4.20.10",

ui/public/favicon.ico

-11.5 KB
Binary file not shown.
-16.7 KB
Binary file not shown.

ui/public/images/contentstack.png

-1.95 KB
Binary file not shown.

ui/src/cmsData/main_header.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"content_type": "image/svg+xml",
2222
"file_size": "10160",
2323
"tags": [],
24-
"filename": "icon-cs-mobile.svg",
25-
"url": "https://images.contentstack.io/v3/assets/blt7359e2a55efae483/blt0b9a8281aeac3ec0/664c27d3c9024c35b5ad593a/CS_logo.png",
24+
"filename": "contentstack-logo.svg",
25+
"url": "https://images.contentstack.io/v3/assets/blt77d44a06c81b1730/blt2e24a315fedaeaf7/68bc10f25f14881bc908b6c2/CS_OnlyLogo.webp",
2626
"ACL": [],
2727
"is_dir": false,
2828
"parent_uid": "blt8e7f7872baa3a09e",
2929
"_version": 1,
30-
"title": "icon-cs-mobile.svg"
30+
"title": "Contentstack"
3131
},
3232
"url": "/projects"
3333
}

ui/src/components/AdvancePropertise/index.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@
105105
position: relative;
106106
z-index: 10000;
107107
}
108-
.Select__control--menu-is-open {
109-
position: relative;
110-
border: 2px solid red;
111-
z-index: 10000;
112-
}
113108
}
114109
.Radio-class {
115110
display: flex;

0 commit comments

Comments
 (0)