@skyux/forms 10.18.0 → 10.19.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.
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  export declare class SkyCheckboxGroupComponent {
8
8
  #private;
9
9
  /**
10
- * The content of the help popover. When specified along with `labelText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
10
+ * The content of the help popover. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
11
11
  * button is added to the checkbox group fieldset legend. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
12
12
  * when clicked using the specified content and optional title.
13
13
  * @preview
@@ -20,15 +20,15 @@ export declare class SkyCheckboxGroupComponent {
20
20
  */
21
21
  helpPopoverTitle: string | undefined;
22
22
  /**
23
- * The text to display as the checkbox group's label.
23
+ * The text to display as the checkbox group's heading.
24
24
  * @preview
25
25
  */
26
- labelText: string;
26
+ headingText: string;
27
27
  /**
28
- * Indicates whether to hide the `labelText`.
28
+ * Indicates whether to hide the `headingText`.
29
29
  * @preview
30
30
  */
31
- labelHidden: boolean;
31
+ headingHidden: boolean;
32
32
  /**
33
33
  * [Persistent inline help text](https://developer.blackbaud.com/skyux/design/guidelines/user-assistance#inline-help) that provides
34
34
  * additional context to the user.
@@ -51,11 +51,17 @@ export declare class SkyCheckboxGroupComponent {
51
51
  * @preview
52
52
  */
53
53
  formGroup: FormGroup;
54
+ /**
55
+ * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is
56
+ * placed beside the checkbox group heading. Clicking the button invokes global help as configured by the application.
57
+ * @preview
58
+ */
59
+ helpKey: string | undefined;
54
60
  protected errorId: string;
55
61
  protected formErrorsDataId: string;
56
62
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyCheckboxGroupComponent, never>;
57
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyCheckboxGroupComponent, "sky-checkbox-group", never, { "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "labelText": { "alias": "labelText"; "required": true; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "required": { "alias": "required"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "formGroup": { "alias": "formGroup"; "required": true; }; }, {}, never, ["sky-checkbox[icon]", "sky-checkbox", "sky-form-error"], true, never>;
58
- static ngAcceptInputType_labelHidden: unknown;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyCheckboxGroupComponent, "sky-checkbox-group", never, { "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "headingText": { "alias": "headingText"; "required": true; }; "headingHidden": { "alias": "headingHidden"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "required": { "alias": "required"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "formGroup": { "alias": "formGroup"; "required": true; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, {}, never, ["sky-checkbox[icon]", "sky-checkbox", "sky-form-error"], true, never>;
64
+ static ngAcceptInputType_headingHidden: unknown;
59
65
  static ngAcceptInputType_required: unknown;
60
66
  static ngAcceptInputType_stacked: unknown;
61
67
  }
@@ -133,6 +133,12 @@ export declare class SkyCheckboxComponent implements ControlValueAccessor, OnIni
133
133
  * @preview
134
134
  */
135
135
  stacked: boolean;
136
+ /**
137
+ * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is
138
+ * placed beside the checkbox label. Clicking the button invokes global help as configured by the application.
139
+ * @preview
140
+ */
141
+ helpKey: string | undefined;
136
142
  /**
137
143
  * Fires when users select or deselect the checkbox.
138
144
  */
@@ -181,7 +187,7 @@ export declare class SkyCheckboxComponent implements ControlValueAccessor, OnIni
181
187
  /** Called when the checkbox is blurred. Needed to properly implement ControlValueAccessor. */
182
188
  onTouched: () => any;
183
189
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyCheckboxComponent, never>;
184
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyCheckboxComponent, "sky-checkbox", never, { "label": { "alias": "label"; "required": false; }; "labelledBy": { "alias": "labelledBy"; "required": false; }; "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "name": { "alias": "name"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "checkboxType": { "alias": "checkboxType"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "required": { "alias": "required"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; }, { "change": "change"; "checkedChange": "checkedChange"; "disabledChange": "disabledChange"; "indeterminateChange": "indeterminateChange"; }, never, ["sky-checkbox-label", "sky-form-error"], false, never>;
190
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyCheckboxComponent, "sky-checkbox", never, { "label": { "alias": "label"; "required": false; }; "labelledBy": { "alias": "labelledBy"; "required": false; }; "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "name": { "alias": "name"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "checkboxType": { "alias": "checkboxType"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "required": { "alias": "required"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, { "change": "change"; "checkedChange": "checkedChange"; "disabledChange": "disabledChange"; "indeterminateChange": "indeterminateChange"; }, never, ["sky-checkbox-label", "sky-form-error"], false, never>;
185
191
  static ngAcceptInputType_required: unknown;
186
192
  static ngAcceptInputType_labelHidden: unknown;
187
193
  static ngAcceptInputType_stacked: unknown;
@@ -7,10 +7,10 @@ import * as i0 from "@angular/core";
7
7
  */
8
8
  export declare class SkyFieldGroupComponent {
9
9
  /**
10
- * The text to display as the field group's label.
10
+ * The text to display as the field group's heading.
11
11
  * @preview
12
12
  */
13
- labelText: string;
13
+ headingText: string;
14
14
  /**
15
15
  * [Persistent inline help text](https://developer.blackbaud.com/skyux/design/guidelines/user-assistance#inline-help) that provides
16
16
  * additional context to the user.
@@ -18,10 +18,10 @@ export declare class SkyFieldGroupComponent {
18
18
  */
19
19
  hintText: string | undefined;
20
20
  /**
21
- * Indicates whether to hide the `labelText`.
21
+ * Indicates whether to hide the `headingText`.
22
22
  * @preview
23
23
  */
24
- labelHidden: boolean;
24
+ headingHidden: boolean;
25
25
  /**
26
26
  * Whether the field group is stacked on another field group. When specified, the appropriate
27
27
  * vertical spacing is automatically added to the field group.
@@ -39,8 +39,8 @@ export declare class SkyFieldGroupComponent {
39
39
  */
40
40
  set headingStyle(value: SkyFieldGroupHeadingStyle);
41
41
  /**
42
- * The content of the help popover. When specified along with `labelText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
43
- * button is added to the field group label. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
42
+ * The content of the help popover. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
43
+ * button is added to the field group heading. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
44
44
  * when clicked using the specified content and optional title.
45
45
  * @preview
46
46
  */
@@ -53,14 +53,14 @@ export declare class SkyFieldGroupComponent {
53
53
  helpPopoverTitle: string | undefined;
54
54
  /**
55
55
  * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is
56
- * placed beside the field group label. Clicking the button invokes global help as configured by the application.
56
+ * placed beside the field group heading. Clicking the button invokes global help as configured by the application.
57
57
  * @preview
58
58
  */
59
59
  helpKey: string | undefined;
60
60
  protected headingClass: string;
61
61
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyFieldGroupComponent, never>;
62
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyFieldGroupComponent, "sky-field-group", never, { "labelText": { "alias": "labelText"; "required": true; }; "hintText": { "alias": "hintText"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "headingStyle": { "alias": "headingStyle"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, {}, never, ["*"], true, never>;
63
- static ngAcceptInputType_labelHidden: unknown;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyFieldGroupComponent, "sky-field-group", never, { "headingText": { "alias": "headingText"; "required": true; }; "hintText": { "alias": "hintText"; "required": false; }; "headingHidden": { "alias": "headingHidden"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "headingStyle": { "alias": "headingStyle"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, {}, never, ["*"], true, never>;
63
+ static ngAcceptInputType_headingHidden: unknown;
64
64
  static ngAcceptInputType_stacked: unknown;
65
65
  static ngAcceptInputType_headingLevel: unknown;
66
66
  static ngAcceptInputType_headingStyle: unknown;
@@ -122,6 +122,12 @@ export declare class SkyFileDropComponent implements OnInit, OnDestroy {
122
122
  * @preview
123
123
  */
124
124
  stacked: boolean;
125
+ /**
126
+ * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is
127
+ * placed beside the file attachment label. Clicking the button invokes global help as configured by the application.
128
+ * @preview
129
+ */
130
+ helpKey: string | undefined;
125
131
  inputEl: ElementRef | undefined;
126
132
  display: string | undefined;
127
133
  rejectedOver: boolean;
@@ -141,7 +147,7 @@ export declare class SkyFileDropComponent implements OnInit, OnDestroy {
141
147
  addLink(event: Event): void;
142
148
  onLinkBlur(): void;
143
149
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyFileDropComponent, never>;
144
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyFileDropComponent, "sky-file-drop", never, { "fileUploadAriaLabel": { "alias": "fileUploadAriaLabel"; "required": false; }; "linkUploadAriaLabel": { "alias": "linkUploadAriaLabel"; "required": false; }; "minFileSize": { "alias": "minFileSize"; "required": false; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "validateFn": { "alias": "validateFn"; "required": false; }; "acceptedTypes": { "alias": "acceptedTypes"; "required": false; }; "noClick": { "alias": "noClick"; "required": false; }; "allowLinks": { "alias": "allowLinks"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "required": { "alias": "required"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; }, { "filesChanged": "filesChanged"; "linkInputBlur": "linkInputBlur"; "linkChanged": "linkChanged"; }, never, ["*"], false, never>;
150
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyFileDropComponent, "sky-file-drop", never, { "fileUploadAriaLabel": { "alias": "fileUploadAriaLabel"; "required": false; }; "linkUploadAriaLabel": { "alias": "linkUploadAriaLabel"; "required": false; }; "minFileSize": { "alias": "minFileSize"; "required": false; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "validateFn": { "alias": "validateFn"; "required": false; }; "acceptedTypes": { "alias": "acceptedTypes"; "required": false; }; "noClick": { "alias": "noClick"; "required": false; }; "allowLinks": { "alias": "allowLinks"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "required": { "alias": "required"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, { "filesChanged": "filesChanged"; "linkInputBlur": "linkInputBlur"; "linkChanged": "linkChanged"; }, never, ["*"], false, never>;
145
151
  static ngAcceptInputType_labelHidden: unknown;
146
152
  static ngAcceptInputType_required: unknown;
147
153
  static ngAcceptInputType_stacked: unknown;
@@ -2,6 +2,8 @@ import { AfterContentInit, AfterViewInit, ChangeDetectorRef, OnDestroy, OnInit,
2
2
  import { NgControl } from '@angular/forms';
3
3
  import { SkyRadioGroupIdService } from './radio-group-id.service';
4
4
  import { SkyRadioComponent } from './radio.component';
5
+ import { SkyRadioGroupHeadingLevel } from './types/radio-group-heading-level';
6
+ import { SkyRadioGroupHeadingStyle } from './types/radio-group-heading-style';
5
7
  import * as i0 from "@angular/core";
6
8
  /**
7
9
  * Organizes radio buttons into a group. It is required for radio
@@ -17,7 +19,7 @@ export declare class SkyRadioGroupComponent implements AfterContentInit, AfterVi
17
19
  * [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
18
20
  * If the radio button group does not include a visible label, use `ariaLabel` instead.
19
21
  * For more information about the `aria-labelledby` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby).
20
- * @deprecated Use `labelText` instead.
22
+ * @deprecated Use `headingText` instead.
21
23
  */
22
24
  set ariaLabelledBy(value: string | undefined);
23
25
  get ariaLabelledBy(): string | undefined;
@@ -27,7 +29,7 @@ export declare class SkyRadioGroupComponent implements AfterContentInit, AfterVi
27
29
  * [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
28
30
  * If the radio button group includes a visible label, use `ariaLabelledBy` instead.
29
31
  * For more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label).
30
- * @deprecated Use `labelText` instead.
32
+ * @deprecated Use `headingText` instead.
31
33
  */
32
34
  set ariaLabel(value: string | undefined);
33
35
  get ariaLabel(): string | undefined;
@@ -38,6 +40,16 @@ export declare class SkyRadioGroupComponent implements AfterContentInit, AfterVi
38
40
  */
39
41
  set disabled(value: boolean | undefined);
40
42
  get disabled(): boolean;
43
+ /**
44
+ * The heading level in the document structure.
45
+ * @preview
46
+ */
47
+ headingLevel: SkyRadioGroupHeadingLevel;
48
+ /**
49
+ * The heading font style.
50
+ * @preview
51
+ */
52
+ set headingStyle(value: SkyRadioGroupHeadingStyle);
41
53
  /**
42
54
  * The name for the collection of radio buttons that the component groups together.
43
55
  * This property overwrites the deprecated `name` property on individual `sky-radio` elements,
@@ -77,15 +89,15 @@ export declare class SkyRadioGroupComponent implements AfterContentInit, AfterVi
77
89
  set tabIndex(value: number | undefined);
78
90
  get tabIndex(): number | undefined;
79
91
  /**
80
- * The text to display as the radio group's label.
92
+ * The text to display as the radio group's heading.
81
93
  * @preview
82
94
  */
83
- labelText: string | undefined;
95
+ headingText: string | undefined;
84
96
  /**
85
- * Indicates whether to hide the `labelText`.
97
+ * Indicates whether to hide the `headingText`.
86
98
  * @preview
87
99
  */
88
- labelHidden: boolean;
100
+ headingHidden: boolean;
89
101
  display: string | undefined;
90
102
  /**
91
103
  * [Persistent inline help text](https://developer.blackbaud.com/skyux/design/guidelines/user-assistance#inline-help) that provides
@@ -94,7 +106,7 @@ export declare class SkyRadioGroupComponent implements AfterContentInit, AfterVi
94
106
  */
95
107
  hintText: string | undefined;
96
108
  /**
97
- * The content of the help popover. When specified along with `labelText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
109
+ * The content of the help popover. When specified along with `headingText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
98
110
  * button is added to radio group. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
99
111
  * when clicked using the specified content and optional title.
100
112
  * @preview
@@ -117,6 +129,7 @@ export declare class SkyRadioGroupComponent implements AfterContentInit, AfterVi
117
129
  radios: QueryList<SkyRadioComponent> | undefined;
118
130
  protected errorId: string;
119
131
  protected ngControl: NgControl | undefined;
132
+ protected headingClass: string;
120
133
  constructor(changeDetector: ChangeDetectorRef, radioGroupIdSvc: SkyRadioGroupIdService, ngControl: NgControl);
121
134
  ngAfterContentInit(): void;
122
135
  ngAfterViewInit(): void;
@@ -132,7 +145,9 @@ export declare class SkyRadioGroupComponent implements AfterContentInit, AfterVi
132
145
  registerOnChange(fn: (value: any) => void): void;
133
146
  registerOnTouched(fn: any): void;
134
147
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyRadioGroupComponent, [null, null, { optional: true; self: true; }]>;
135
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyRadioGroupComponent, "sky-radio-group", never, { "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "value": { "alias": "value"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; }, {}, ["radios"], ["*", "sky-form-error"], false, never>;
148
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyRadioGroupComponent, "sky-radio-group", never, { "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "headingStyle": { "alias": "headingStyle"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "value": { "alias": "value"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "headingText": { "alias": "headingText"; "required": false; }; "headingHidden": { "alias": "headingHidden"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; }, {}, ["radios"], ["*", "sky-form-error"], false, never>;
149
+ static ngAcceptInputType_headingLevel: unknown;
150
+ static ngAcceptInputType_headingStyle: unknown;
136
151
  static ngAcceptInputType_stacked: unknown;
137
- static ngAcceptInputType_labelHidden: unknown;
152
+ static ngAcceptInputType_headingHidden: unknown;
138
153
  }
@@ -0,0 +1 @@
1
+ export type SkyRadioGroupHeadingLevel = 3 | 4 | 5;
@@ -0,0 +1 @@
1
+ export type SkyRadioGroupHeadingStyle = 3 | 4 | 5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/forms",
3
- "version": "10.18.0",
3
+ "version": "10.19.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.18.0",
45
- "@skyux/core": "10.18.0",
46
- "@skyux/help-inline": "10.18.0",
47
- "@skyux/i18n": "10.18.0",
48
- "@skyux/indicators": "10.18.0",
49
- "@skyux/popovers": "10.18.0",
50
- "@skyux/theme": "10.18.0"
44
+ "@skyux-sdk/testing": "10.19.0",
45
+ "@skyux/core": "10.19.0",
46
+ "@skyux/help-inline": "10.19.0",
47
+ "@skyux/i18n": "10.19.0",
48
+ "@skyux/indicators": "10.19.0",
49
+ "@skyux/popovers": "10.19.0",
50
+ "@skyux/theme": "10.19.0"
51
51
  },
52
52
  "dependencies": {
53
53
  "tslib": "^2.6.2"