Skip to content

Commit 9f1aeec

Browse files
committed
Fix ActiveCampaign loading
1 parent 1dfde2b commit 9f1aeec

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/Client/src/icons/activecampaign.ts renamed to src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/Client/src/icons/icon-activecampaign.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default `
2-
<svg width="306" height="306" viewBox="0 0 306 306" fill="none" xmlns="http://www.w3.org/2000/svg">
2+
<svg viewBox="0 0 306 306" fill="none" xmlns="http://www.w3.org/2000/svg">
33
<path d="M190.319 152.752L125.953 195.497C122.971 197.485 121.479 200.715 121.479 203.946V214.632L199.514 163.438C202.993 160.953 205.23 156.976 205.23 152.752C205.23 148.527 203.242 144.55 199.514 142.065L121.479 91.3677V101.308C121.479 104.788 123.219 108.018 125.953 109.758L190.319 152.752Z" fill="#004CFF"/>
44
<path d="M151.55 156.231C155.029 158.467 159.503 158.467 162.982 156.231L168.449 152.503L127.692 124.918C125.207 123.178 121.479 124.918 121.479 128.148V136.349L142.603 150.515L151.55 156.231Z" fill="#004CFF"/>
55
</svg>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default [
22
{
33
name: 'icon-activecampaign',
4-
path: () => import('./activecampaign.js')
4+
path: () => import('./icon-activecampaign.js')
55
}
66
];

src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/Client/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
3+
"target": "ES2022",
44
"experimentalDecorators": true,
55
"useDefineForClassFields": false,
66
"module": "ESNext",
7-
"lib": [ "ES2020", "DOM", "DOM.Iterable" ],
7+
"lib": [ "ES2022", "DOM", "DOM.Iterable" ],
88
"skipLibCheck": true,
99

1010
/* Bundler mode */

src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/Umbraco.Cms.Integrations.Crm.ActiveCampaign.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="Umbraco.Cms.Api.Common" Version="[14.0.0, 15)" />
33-
<PackageReference Include="Umbraco.Cms.Api.Management" Version="[14.0.0, 15)" />
34-
<PackageReference Include="Umbraco.Cms.Web.Common" Version="[14.0.0, 15)" />
32+
<PackageReference Include="Umbraco.Cms.Api.Common" Version="[14.2.0, 15)" />
33+
<PackageReference Include="Umbraco.Cms.Api.Management" Version="[14.2.0, 15)" />
34+
<PackageReference Include="Umbraco.Cms.Web.Common" Version="[14.2.0, 15)" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

0 commit comments

Comments
 (0)