@lukso/web-components 1.136.0 → 1.137.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8131,16 +8131,16 @@ exports.LuksoIcon = class LuksoIcon extends shared_tailwindElement_index.Tailwin
8131
8131
  }
8132
8132
  };
8133
8133
  __decorateClass([
8134
- property.n({ type: String })
8134
+ property.n({ type: String, reflect: true })
8135
8135
  ], exports.LuksoIcon.prototype, "name", 2);
8136
8136
  __decorateClass([
8137
- property.n({ type: String })
8137
+ property.n({ type: String, reflect: true })
8138
8138
  ], exports.LuksoIcon.prototype, "size", 2);
8139
8139
  __decorateClass([
8140
- property.n({ type: String })
8140
+ property.n({ type: String, reflect: true })
8141
8141
  ], exports.LuksoIcon.prototype, "color", 2);
8142
8142
  __decorateClass([
8143
- property.n({ type: String, attribute: "secondary-color" })
8143
+ property.n({ type: String, attribute: "secondary-color", reflect: true })
8144
8144
  ], exports.LuksoIcon.prototype, "secondaryColor", 2);
8145
8145
  exports.LuksoIcon = __decorateClass([
8146
8146
  property.t("lukso-icon")
@@ -8127,16 +8127,16 @@ let LuksoIcon = class extends TailwindStyledElement(style) {
8127
8127
  }
8128
8128
  };
8129
8129
  __decorateClass([
8130
- n({ type: String })
8130
+ n({ type: String, reflect: true })
8131
8131
  ], LuksoIcon.prototype, "name", 2);
8132
8132
  __decorateClass([
8133
- n({ type: String })
8133
+ n({ type: String, reflect: true })
8134
8134
  ], LuksoIcon.prototype, "size", 2);
8135
8135
  __decorateClass([
8136
- n({ type: String })
8136
+ n({ type: String, reflect: true })
8137
8137
  ], LuksoIcon.prototype, "color", 2);
8138
8138
  __decorateClass([
8139
- n({ type: String, attribute: "secondary-color" })
8139
+ n({ type: String, attribute: "secondary-color", reflect: true })
8140
8140
  ], LuksoIcon.prototype, "secondaryColor", 2);
8141
8141
  LuksoIcon = __decorateClass([
8142
8142
  t("lukso-icon")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/web-components",
3
- "version": "1.136.0",
3
+ "version": "1.137.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",