@brightspace-ui/core 3.171.1 → 3.171.3

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.
@@ -82,6 +82,7 @@ const SWATCH_TRANSPARENT = `<svg xmlns="http://www.w3.org/2000/svg" width="24" h
82
82
 
83
83
  /**
84
84
  * This component allows for inputting a HEX color value.
85
+ * @slot - Dropdown content for the color input
85
86
  * @slot inline-help - Help text that will appear below the input. Use this only when other helpful cues are not sufficient, such as a carefully-worded label.
86
87
  * @fires change - Dispatched when an alteration to the value is committed by the user.
87
88
  */
@@ -155,7 +155,7 @@ class InputDateTimeRange extends InteractiveMixin(FocusMixin(SkeletonMixin(FormE
155
155
  * Time zone identifier for the time inputs to use.
156
156
  * @type {string}
157
157
  */
158
- timeZoneId: { type: String },
158
+ timeZoneId: { attribute: 'time-zone-id', type: String },
159
159
  /**
160
160
  * Hides the time zone inside the time selection dropdowns. Should only be used when the time input values are not related to any one time zone
161
161
  * @type {Boolean}
@@ -89,7 +89,7 @@ class InputDateTime extends FocusMixin(LabelledMixin(SkeletonMixin(FormElementMi
89
89
  * Time zone identifier for the time input to use.
90
90
  * @type {string}
91
91
  */
92
- timeZoneId: { type: String },
92
+ timeZoneId: { type: String, attribute: 'time-zone-id' },
93
93
  /**
94
94
  * Hides the time zone inside the time selection dropdown. Should only be used when the time input value is not related to any one time zone
95
95
  * @type {Boolean}
@@ -5547,6 +5547,10 @@
5547
5547
  }
5548
5548
  ],
5549
5549
  "slots": [
5550
+ {
5551
+ "name": "",
5552
+ "description": "Dropdown content for the color input"
5553
+ },
5550
5554
  {
5551
5555
  "name": "inline-help",
5552
5556
  "description": "Help text that will appear below the input. Use this only when other helpful cues are not sufficient, such as a carefully-worded label."
@@ -5882,7 +5886,7 @@
5882
5886
  "type": "string"
5883
5887
  },
5884
5888
  {
5885
- "name": "timeZoneId",
5889
+ "name": "time-zone-id",
5886
5890
  "description": "Time zone identifier for the time inputs to use.",
5887
5891
  "type": "string"
5888
5892
  },
@@ -6003,7 +6007,7 @@
6003
6007
  },
6004
6008
  {
6005
6009
  "name": "timeZoneId",
6006
- "attribute": "timeZoneId",
6010
+ "attribute": "time-zone-id",
6007
6011
  "description": "Time zone identifier for the time inputs to use.",
6008
6012
  "type": "string"
6009
6013
  },
@@ -6116,7 +6120,7 @@
6116
6120
  "description": "A component that consists of a \"<d2l-input-date>\" and a \"<d2l-input-time>\" component. The time input only appears once a date is selected. This component displays the \"value\" if one is specified, and reflects the selected value when one is selected or entered.",
6117
6121
  "attributes": [
6118
6122
  {
6119
- "name": "timeZoneId",
6123
+ "name": "time-zone-id",
6120
6124
  "description": "Time zone identifier for the time input to use.",
6121
6125
  "type": "string"
6122
6126
  },
@@ -6200,7 +6204,7 @@
6200
6204
  "properties": [
6201
6205
  {
6202
6206
  "name": "timeZoneId",
6203
- "attribute": "timeZoneId",
6207
+ "attribute": "time-zone-id",
6204
6208
  "description": "Time zone identifier for the time input to use.",
6205
6209
  "type": "string"
6206
6210
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.171.1",
3
+ "version": "3.171.3",
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",