@nysds/components 1.19.2 → 1.19.3-alpha-1

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.
@@ -60,6 +60,7 @@ export declare class NysCheckboxgroup extends LitElement {
60
60
  private _slottedDescriptionText;
61
61
  private _hasOtherError;
62
62
  private _otherErrorCheckbox;
63
+ private _hasSharedNames;
63
64
  private _internals;
64
65
  /**
65
66
  * Lifecycle methods
@@ -96,5 +97,7 @@ export declare class NysCheckboxgroup extends LitElement {
96
97
  private _handleChildErrorClear;
97
98
  private _handleOtherInput;
98
99
  private _checkOtherInputs;
100
+ /** Drupal-like naming support **/
101
+ private _checkSharedNames;
99
102
  render(): import("lit-html").TemplateResult<1>;
100
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nysds/components",
3
- "version": "1.19.2",
3
+ "version": "1.19.3-alpha-1",
4
4
  "description": "New York State's design system and code component library.",
5
5
  "type": "module",
6
6
  "workspaces": [