Skip to content

Commit

Permalink
chore: bump to version 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosabot committed Feb 2, 2025
1 parent 40935c7 commit 7b52f89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/streamline-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class StreamlineCardEditor extends HTMLElement {
}
setConfig(t) {
const s = StreamlineCardEditor.formatConfig(t), [r] = Object.keys(this._templates), i = {};
i.type = s.type, i.template = s.template ?? r ?? "", i.variables = s.variables ?? {};
i.type = s.type, i.template = s.template ?? r ?? "", i.variables = s.variables ?? {}, s.grid_options && (i.grid_options = s.grid_options), s.visibility && (i.visibility = s.visibility);
const n = this.setVariablesDefault(i);
deepEqual(n, this._config) === !1 && (this._config = n, this.saveConfig(i)), this.render();
}
Expand Down Expand Up @@ -275,7 +275,7 @@ function evaluateConfig(e, a, t) {
}
return s;
}
const version = "0.0.21";
const version = "0.0.22";
(async function e() {
const a = window.loadCardHelpers ? await window.loadCardHelpers() : void 0;
class t extends HTMLElement {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamline-card",
"version": "0.0.21",
"version": "0.0.22",
"description": "",
"type": "module",
"main": "src/streamline-card.js",
Expand Down

0 comments on commit 7b52f89

Please sign in to comment.