Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucanis committed Feb 12, 2024
1 parent c67b2ac commit b495cdf
Show file tree
Hide file tree
Showing 7 changed files with 146 additions and 77 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"husky": "^8.0.1"
},
"dependencies": {
"@thelia/blocks-editor": "^1.3.2"
"@thelia/blocks-editor": "^1.3.3"
}
}
69 changes: 69 additions & 0 deletions templates/backOffice/default/vendor/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ declare const Accordion: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
icon: react.FunctionComponent<react.SVGProps<SVGSVGElement> & {
title?: string | undefined;
Expand All @@ -81,6 +84,9 @@ declare const Accordion: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
};

Expand Down Expand Up @@ -146,6 +152,9 @@ declare const BlockSeparator: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
icon: react.FunctionComponent<react.SVGProps<SVGSVGElement> & {
title?: string | undefined;
Expand All @@ -156,6 +165,9 @@ declare const BlockSeparator: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
};

Expand Down Expand Up @@ -203,13 +215,19 @@ declare const Group: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
description: {
default: string;
fr: string;
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
};

Expand Down Expand Up @@ -240,13 +258,19 @@ declare const BlockHighlight: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
description: {
default: string;
fr: string;
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
};

Expand All @@ -259,13 +283,19 @@ declare const Columns: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
layout: {
default: string;
fr: string;
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
initialData: never[][];
customIcon: JSX.Element;
Expand All @@ -281,6 +311,9 @@ declare const Columns: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
};
ThreeColumns: {
Expand All @@ -291,13 +324,19 @@ declare const Columns: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
title: {
default: string;
fr: string;
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
initialData: never[][];
customIcon: JSX.Element;
Expand All @@ -313,6 +352,9 @@ declare const Columns: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
};
FourColumns: {
Expand All @@ -323,13 +365,19 @@ declare const Columns: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
title: {
default: string;
fr: string;
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
initialData: never[][];
customIcon: JSX.Element;
Expand All @@ -345,6 +393,9 @@ declare const Columns: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
};
FiveColumns: {
Expand All @@ -355,13 +406,19 @@ declare const Columns: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
title: {
default: string;
fr: string;
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
initialData: never[][];
customIcon: JSX.Element;
Expand All @@ -377,6 +434,9 @@ declare const Columns: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
};
SixColumns: {
Expand All @@ -387,13 +447,19 @@ declare const Columns: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
title: {
default: string;
fr: string;
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
initialData: never[][];
customIcon: JSX.Element;
Expand All @@ -409,6 +475,9 @@ declare const Columns: {
en: string;
es: string;
it: string;
cz: string;
pl: string;
de: string;
};
};
};
Expand Down
94 changes: 47 additions & 47 deletions templates/backOffice/default/vendor/index.global.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/backOffice/default/vendor/index.global.js.map

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions templates/backOffice/default/vendor/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/backOffice/default/vendor/index.js.map

Large diffs are not rendered by default.

0 comments on commit b495cdf

Please sign in to comment.