@skyux/datetime 10.7.0 → 10.8.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.
@@ -50,6 +50,7 @@ export declare class SkyDateRangePickerComponent implements OnInit, OnChanges, O
50
50
  /**
51
51
  * [Persistent inline help text](https://developer.blackbaud.com/skyux/design/guidelines/user-assistance#inline-help) that provides
52
52
  * additional context to the user.
53
+ * @preview
53
54
  */
54
55
  hintText: string | undefined;
55
56
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/datetime",
3
- "version": "10.7.0",
3
+ "version": "10.8.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -41,13 +41,13 @@
41
41
  "@angular/core": "^17.3.4",
42
42
  "@angular/forms": "^17.3.4",
43
43
  "@angular/platform-browser": "^17.3.4",
44
- "@skyux-sdk/testing": "10.7.0",
45
- "@skyux/core": "10.7.0",
46
- "@skyux/forms": "10.7.0",
47
- "@skyux/i18n": "10.7.0",
48
- "@skyux/indicators": "10.7.0",
49
- "@skyux/popovers": "10.7.0",
50
- "@skyux/theme": "10.7.0",
44
+ "@skyux-sdk/testing": "10.8.0",
45
+ "@skyux/core": "10.8.0",
46
+ "@skyux/forms": "10.8.0",
47
+ "@skyux/i18n": "10.8.0",
48
+ "@skyux/indicators": "10.8.0",
49
+ "@skyux/popovers": "10.8.0",
50
+ "@skyux/theme": "10.8.0",
51
51
  "moment": "^2.30.1"
52
52
  },
53
53
  "dependencies": {