@brightspace-ui/core 3.48.2 → 3.49.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,10 +48,6 @@ class InputPercent extends FocusMixin(LabelledMixin(SkeletonMixin(FormElementMix
48
48
  * @type {number}
49
49
  */
50
50
  minFractionDigits: { type: Number, attribute: 'min-fraction-digits' },
51
- /**
52
- * @ignore
53
- */
54
- placeholder: { type: String },
55
51
  /**
56
52
  * Indicates that a value is required
57
53
  * @type {boolean}
@@ -120,7 +116,6 @@ class InputPercent extends FocusMixin(LabelledMixin(SkeletonMixin(FormElementMix
120
116
  min-fraction-digits="${ifDefined(this.minFractionDigits)}"
121
117
  name="${ifDefined(this.name)}"
122
118
  ?noValidate="${this.noValidate}"
123
- placeholder="${ifDefined(this.placeholder)}"
124
119
  ?required="${this.required}"
125
120
  ?skeleton="${this.skeleton}"
126
121
  unit="%"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.48.2",
3
+ "version": "3.49.0",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",