@momentum-design/components 0.27.1 → 0.27.2

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.
@@ -111,7 +111,7 @@ __decorate([
111
111
  __metadata("design:type", Object)
112
112
  ], Spinner.prototype, "ariaLabel", void 0);
113
113
  __decorate([
114
- property({ type: String }),
114
+ property({ type: String, reflect: true }),
115
115
  __metadata("design:type", String)
116
116
  ], Spinner.prototype, "variant", void 0);
117
117
  export default Spinner;