@carbon/ibm-products-web-components 0.27.0-rc.0 → 0.28.0-rc.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.
Files changed (102) hide show
  1. package/README.md +85 -0
  2. package/custom-elements.json +128 -10
  3. package/es/components/about-modal/about-modal.d.ts +28 -16
  4. package/es/components/about-modal/about-modal.figma.d.ts +7 -0
  5. package/es/components/about-modal/about-modal.figma.js +52 -0
  6. package/es/components/about-modal/about-modal.figma.js.map +1 -0
  7. package/es/components/about-modal/about-modal.scss.js +1 -1
  8. package/es/components/checklist/checklist.scss.js +1 -1
  9. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +27 -11
  10. package/es/components/full-page-error/full-page-error.figma.d.ts +1 -0
  11. package/es/components/full-page-error/full-page-error.figma.js +69 -0
  12. package/es/components/full-page-error/full-page-error.figma.js.map +1 -0
  13. package/es/components/interstitial-screen/interstitial-screen-body-item.d.ts +27 -11
  14. package/es/components/interstitial-screen/interstitial-screen-body.d.ts +27 -11
  15. package/es/components/interstitial-screen/interstitial-screen-footer.d.ts +27 -11
  16. package/es/components/interstitial-screen/interstitial-screen-header.d.ts +27 -11
  17. package/es/components/interstitial-screen/interstitial-screen.d.ts +27 -11
  18. package/es/components/notification-panel/notification-footer.d.ts +27 -11
  19. package/es/components/notification-panel/notification-panel.d.ts +27 -11
  20. package/es/components/notification-panel/notification.d.ts +27 -11
  21. package/es/components/notification-panel/notification.scss.js +1 -1
  22. package/es/components/options-tile/options-tile.d.ts +27 -11
  23. package/es/components/page-header/_story-assets/2x1.jpg.js +11 -0
  24. package/es/components/page-header/_story-assets/2x1.jpg.js.map +1 -0
  25. package/es/components/page-header/_story-assets/3x2.jpg.js +11 -0
  26. package/es/components/page-header/_story-assets/3x2.jpg.js.map +1 -0
  27. package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +1 -1
  28. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +1 -1
  29. package/es/components/page-header/page-header.scss.js +1 -1
  30. package/es/components/page-header/page-header.test.js +57 -69
  31. package/es/components/page-header/page-header.test.js.map +1 -1
  32. package/es/components/side-panel/side-panel.d.ts +27 -11
  33. package/es/components/side-panel/side-panel.scss.js +1 -1
  34. package/es/components/tearsheet/tearsheet.d.ts +27 -11
  35. package/es/components/tearsheet/tearsheet.scss.js +1 -1
  36. package/es/components/user-avatar/user-avatar.d.ts +27 -11
  37. package/es/components/user-avatar/user-avatar.figma.d.ts +7 -0
  38. package/es/components/user-avatar/user-avatar.figma.js +136 -0
  39. package/es/components/user-avatar/user-avatar.figma.js.map +1 -0
  40. package/es/node_modules/@carbon/layout/es/index.js +44 -0
  41. package/es/node_modules/@carbon/layout/es/index.js.map +1 -0
  42. package/es/packages/ibm-products-web-components/package.json.js +1 -1
  43. package/es-custom/components/about-modal/about-modal.d.ts +28 -16
  44. package/es-custom/components/about-modal/about-modal.figma.d.ts +7 -0
  45. package/es-custom/components/about-modal/about-modal.figma.js +52 -0
  46. package/es-custom/components/about-modal/about-modal.figma.js.map +1 -0
  47. package/es-custom/components/about-modal/about-modal.scss.js +1 -1
  48. package/es-custom/components/checklist/checklist.scss.js +1 -1
  49. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +27 -11
  50. package/es-custom/components/full-page-error/full-page-error.figma.d.ts +1 -0
  51. package/es-custom/components/full-page-error/full-page-error.figma.js +69 -0
  52. package/es-custom/components/full-page-error/full-page-error.figma.js.map +1 -0
  53. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.d.ts +27 -11
  54. package/es-custom/components/interstitial-screen/interstitial-screen-body.d.ts +27 -11
  55. package/es-custom/components/interstitial-screen/interstitial-screen-footer.d.ts +27 -11
  56. package/es-custom/components/interstitial-screen/interstitial-screen-header.d.ts +27 -11
  57. package/es-custom/components/interstitial-screen/interstitial-screen.d.ts +27 -11
  58. package/es-custom/components/notification-panel/notification-footer.d.ts +27 -11
  59. package/es-custom/components/notification-panel/notification-panel.d.ts +27 -11
  60. package/es-custom/components/notification-panel/notification.d.ts +27 -11
  61. package/es-custom/components/notification-panel/notification.scss.js +1 -1
  62. package/es-custom/components/options-tile/options-tile.d.ts +27 -11
  63. package/es-custom/components/page-header/_story-assets/2x1.jpg.js +11 -0
  64. package/es-custom/components/page-header/_story-assets/2x1.jpg.js.map +1 -0
  65. package/es-custom/components/page-header/_story-assets/3x2.jpg.js +11 -0
  66. package/es-custom/components/page-header/_story-assets/3x2.jpg.js.map +1 -0
  67. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +1 -1
  68. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +1 -1
  69. package/es-custom/components/page-header/page-header.scss.js +1 -1
  70. package/es-custom/components/page-header/page-header.test.js +57 -69
  71. package/es-custom/components/page-header/page-header.test.js.map +1 -1
  72. package/es-custom/components/side-panel/side-panel.d.ts +27 -11
  73. package/es-custom/components/side-panel/side-panel.scss.js +1 -1
  74. package/es-custom/components/tearsheet/tearsheet.d.ts +27 -11
  75. package/es-custom/components/tearsheet/tearsheet.scss.js +1 -1
  76. package/es-custom/components/user-avatar/user-avatar.d.ts +27 -11
  77. package/es-custom/components/user-avatar/user-avatar.figma.d.ts +7 -0
  78. package/es-custom/components/user-avatar/user-avatar.figma.js +136 -0
  79. package/es-custom/components/user-avatar/user-avatar.figma.js.map +1 -0
  80. package/es-custom/node_modules/@carbon/layout/es/index.js +44 -0
  81. package/es-custom/node_modules/@carbon/layout/es/index.js.map +1 -0
  82. package/es-custom/packages/ibm-products-web-components/package.json.js +1 -1
  83. package/lib/components/about-modal/about-modal.d.ts +28 -16
  84. package/lib/components/about-modal/about-modal.figma.d.ts +7 -0
  85. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +27 -11
  86. package/lib/components/full-page-error/full-page-error.figma.d.ts +1 -0
  87. package/lib/components/interstitial-screen/interstitial-screen-body-item.d.ts +27 -11
  88. package/lib/components/interstitial-screen/interstitial-screen-body.d.ts +27 -11
  89. package/lib/components/interstitial-screen/interstitial-screen-footer.d.ts +27 -11
  90. package/lib/components/interstitial-screen/interstitial-screen-header.d.ts +27 -11
  91. package/lib/components/interstitial-screen/interstitial-screen.d.ts +27 -11
  92. package/lib/components/notification-panel/notification-footer.d.ts +27 -11
  93. package/lib/components/notification-panel/notification-panel.d.ts +27 -11
  94. package/lib/components/notification-panel/notification.d.ts +27 -11
  95. package/lib/components/options-tile/options-tile.d.ts +27 -11
  96. package/lib/components/side-panel/side-panel.d.ts +27 -11
  97. package/lib/components/tearsheet/tearsheet.d.ts +27 -11
  98. package/lib/components/user-avatar/user-avatar.d.ts +27 -11
  99. package/lib/components/user-avatar/user-avatar.figma.d.ts +7 -0
  100. package/package.json +14 -12
  101. package/scss/components/page-header/_story-assets/set-of-tags/set-of-tags.scss +2 -0
  102. package/scss/components/truncated-text/truncated-text.scss +0 -1
@@ -17,6 +17,7 @@ declare const CDSCoachmarkBeacon_base: {
17
17
  accessKey: string;
18
18
  readonly accessKeyLabel: string;
19
19
  autocapitalize: string;
20
+ autocorrect: boolean;
20
21
  dir: string;
21
22
  draggable: boolean;
22
23
  hidden: boolean;
@@ -38,13 +39,14 @@ declare const CDSCoachmarkBeacon_base: {
38
39
  click(): void;
39
40
  hidePopover(): void;
40
41
  showPopover(): void;
41
- togglePopover(force?: boolean): boolean;
42
+ togglePopover(options?: boolean): boolean;
42
43
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
43
44
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
44
45
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
45
46
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
46
47
  readonly attributes: NamedNodeMap;
47
- readonly classList: DOMTokenList;
48
+ get classList(): DOMTokenList;
49
+ set classList(value: string): any;
48
50
  className: string;
49
51
  readonly clientHeight: number;
50
52
  readonly clientLeft: number;
@@ -59,7 +61,8 @@ declare const CDSCoachmarkBeacon_base: {
59
61
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
60
62
  outerHTML: string;
61
63
  readonly ownerDocument: Document;
62
- readonly part: DOMTokenList;
64
+ get part(): DOMTokenList;
65
+ set part(value: string): any;
63
66
  readonly prefix: string | null;
64
67
  readonly scrollHeight: number;
65
68
  scrollLeft: number;
@@ -122,6 +125,8 @@ declare const CDSCoachmarkBeacon_base: {
122
125
  setPointerCapture(pointerId: number): void;
123
126
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
124
127
  webkitMatchesSelector(selectors: string): boolean;
128
+ get textContent(): string;
129
+ set textContent(value: string | null): any;
125
130
  readonly baseURI: string;
126
131
  readonly childNodes: NodeListOf<ChildNode>;
127
132
  readonly firstChild: ChildNode | null;
@@ -134,9 +139,8 @@ declare const CDSCoachmarkBeacon_base: {
134
139
  readonly parentElement: HTMLElement | null;
135
140
  readonly parentNode: ParentNode | null;
136
141
  readonly previousSibling: ChildNode | null;
137
- textContent: string | null;
138
142
  appendChild<T_1 extends Node>(node: T_1): T_1;
139
- cloneNode(deep?: boolean): Node;
143
+ cloneNode(subtree?: boolean): Node;
140
144
  compareDocumentPosition(other: Node): number;
141
145
  contains(other: Node | null): boolean;
142
146
  getRootNode(options?: GetRootNodeOptions): Node;
@@ -169,6 +173,7 @@ declare const CDSCoachmarkBeacon_base: {
169
173
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
170
174
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
171
175
  dispatchEvent(event: Event): boolean;
176
+ ariaActiveDescendantElement: Element | null;
172
177
  ariaAtomic: string | null;
173
178
  ariaAutoComplete: string | null;
174
179
  ariaBrailleLabel: string | null;
@@ -179,25 +184,33 @@ declare const CDSCoachmarkBeacon_base: {
179
184
  ariaColIndex: string | null;
180
185
  ariaColIndexText: string | null;
181
186
  ariaColSpan: string | null;
187
+ ariaControlsElements: ReadonlyArray<Element> | null;
182
188
  ariaCurrent: string | null;
189
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
183
190
  ariaDescription: string | null;
191
+ ariaDetailsElements: ReadonlyArray<Element> | null;
184
192
  ariaDisabled: string | null;
193
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
185
194
  ariaExpanded: string | null;
195
+ ariaFlowToElements: ReadonlyArray<Element> | null;
186
196
  ariaHasPopup: string | null;
187
197
  ariaHidden: string | null;
188
198
  ariaInvalid: string | null;
189
199
  ariaKeyShortcuts: string | null;
190
200
  ariaLabel: string | null;
201
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
191
202
  ariaLevel: string | null;
192
203
  ariaLive: string | null;
193
204
  ariaModal: string | null;
194
205
  ariaMultiLine: string | null;
195
206
  ariaMultiSelectable: string | null;
196
207
  ariaOrientation: string | null;
208
+ ariaOwnsElements: ReadonlyArray<Element> | null;
197
209
  ariaPlaceholder: string | null;
198
210
  ariaPosInSet: string | null;
199
211
  ariaPressed: string | null;
200
212
  ariaReadOnly: string | null;
213
+ ariaRelevant: string | null;
201
214
  ariaRequired: string | null;
202
215
  ariaRoleDescription: string | null;
203
216
  ariaRowCount: string | null;
@@ -239,7 +252,8 @@ declare const CDSCoachmarkBeacon_base: {
239
252
  replaceChildren(...nodes: (Node | string)[]): void;
240
253
  readonly assignedSlot: HTMLSlotElement | null;
241
254
  readonly attributeStyleMap: StylePropertyMap;
242
- readonly style: CSSStyleDeclaration;
255
+ get style(): CSSStyleDeclaration;
256
+ set style(cssText: string): any;
243
257
  contentEditable: string;
244
258
  enterKeyHint: string;
245
259
  inputMode: string;
@@ -249,18 +263,19 @@ declare const CDSCoachmarkBeacon_base: {
249
263
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
250
264
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
251
265
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
252
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
266
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
253
267
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
254
- onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
268
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
269
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
255
270
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
256
271
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
257
272
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
258
273
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
259
274
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
260
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
275
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
261
276
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
262
277
  oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
263
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
278
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
264
279
  oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
265
280
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
266
281
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -308,6 +323,7 @@ declare const CDSCoachmarkBeacon_base: {
308
323
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
309
324
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
310
325
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
326
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
311
327
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
312
328
  onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
313
329
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -326,7 +342,7 @@ declare const CDSCoachmarkBeacon_base: {
326
342
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
327
343
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
328
344
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
329
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
345
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
330
346
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
331
347
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
332
348
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
@@ -15,6 +15,7 @@ declare const CDSInterstitialScreenBodyItem_base: {
15
15
  accessKey: string;
16
16
  readonly accessKeyLabel: string;
17
17
  autocapitalize: string;
18
+ autocorrect: boolean;
18
19
  dir: string;
19
20
  draggable: boolean;
20
21
  hidden: boolean;
@@ -36,13 +37,14 @@ declare const CDSInterstitialScreenBodyItem_base: {
36
37
  click(): void;
37
38
  hidePopover(): void;
38
39
  showPopover(): void;
39
- togglePopover(force?: boolean): boolean;
40
+ togglePopover(options?: boolean): boolean;
40
41
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
41
42
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
42
43
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
43
44
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
44
45
  readonly attributes: NamedNodeMap;
45
- readonly classList: DOMTokenList;
46
+ get classList(): DOMTokenList;
47
+ set classList(value: string): any;
46
48
  className: string;
47
49
  readonly clientHeight: number;
48
50
  readonly clientLeft: number;
@@ -57,7 +59,8 @@ declare const CDSInterstitialScreenBodyItem_base: {
57
59
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
58
60
  outerHTML: string;
59
61
  readonly ownerDocument: Document;
60
- readonly part: DOMTokenList;
62
+ get part(): DOMTokenList;
63
+ set part(value: string): any;
61
64
  readonly prefix: string | null;
62
65
  readonly scrollHeight: number;
63
66
  scrollLeft: number;
@@ -120,6 +123,8 @@ declare const CDSInterstitialScreenBodyItem_base: {
120
123
  setPointerCapture(pointerId: number): void;
121
124
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
122
125
  webkitMatchesSelector(selectors: string): boolean;
126
+ get textContent(): string;
127
+ set textContent(value: string | null): any;
123
128
  readonly baseURI: string;
124
129
  readonly childNodes: NodeListOf<ChildNode>;
125
130
  readonly firstChild: ChildNode | null;
@@ -132,9 +137,8 @@ declare const CDSInterstitialScreenBodyItem_base: {
132
137
  readonly parentElement: HTMLElement | null;
133
138
  readonly parentNode: ParentNode | null;
134
139
  readonly previousSibling: ChildNode | null;
135
- textContent: string | null;
136
140
  appendChild<T_1 extends Node>(node: T_1): T_1;
137
- cloneNode(deep?: boolean): Node;
141
+ cloneNode(subtree?: boolean): Node;
138
142
  compareDocumentPosition(other: Node): number;
139
143
  contains(other: Node | null): boolean;
140
144
  getRootNode(options?: GetRootNodeOptions): Node;
@@ -167,6 +171,7 @@ declare const CDSInterstitialScreenBodyItem_base: {
167
171
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
168
172
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
169
173
  dispatchEvent(event: Event): boolean;
174
+ ariaActiveDescendantElement: Element | null;
170
175
  ariaAtomic: string | null;
171
176
  ariaAutoComplete: string | null;
172
177
  ariaBrailleLabel: string | null;
@@ -177,25 +182,33 @@ declare const CDSInterstitialScreenBodyItem_base: {
177
182
  ariaColIndex: string | null;
178
183
  ariaColIndexText: string | null;
179
184
  ariaColSpan: string | null;
185
+ ariaControlsElements: ReadonlyArray<Element> | null;
180
186
  ariaCurrent: string | null;
187
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
181
188
  ariaDescription: string | null;
189
+ ariaDetailsElements: ReadonlyArray<Element> | null;
182
190
  ariaDisabled: string | null;
191
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
183
192
  ariaExpanded: string | null;
193
+ ariaFlowToElements: ReadonlyArray<Element> | null;
184
194
  ariaHasPopup: string | null;
185
195
  ariaHidden: string | null;
186
196
  ariaInvalid: string | null;
187
197
  ariaKeyShortcuts: string | null;
188
198
  ariaLabel: string | null;
199
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
189
200
  ariaLevel: string | null;
190
201
  ariaLive: string | null;
191
202
  ariaModal: string | null;
192
203
  ariaMultiLine: string | null;
193
204
  ariaMultiSelectable: string | null;
194
205
  ariaOrientation: string | null;
206
+ ariaOwnsElements: ReadonlyArray<Element> | null;
195
207
  ariaPlaceholder: string | null;
196
208
  ariaPosInSet: string | null;
197
209
  ariaPressed: string | null;
198
210
  ariaReadOnly: string | null;
211
+ ariaRelevant: string | null;
199
212
  ariaRequired: string | null;
200
213
  ariaRoleDescription: string | null;
201
214
  ariaRowCount: string | null;
@@ -237,7 +250,8 @@ declare const CDSInterstitialScreenBodyItem_base: {
237
250
  replaceChildren(...nodes: (Node | string)[]): void;
238
251
  readonly assignedSlot: HTMLSlotElement | null;
239
252
  readonly attributeStyleMap: StylePropertyMap;
240
- readonly style: CSSStyleDeclaration;
253
+ get style(): CSSStyleDeclaration;
254
+ set style(cssText: string): any;
241
255
  contentEditable: string;
242
256
  enterKeyHint: string;
243
257
  inputMode: string;
@@ -247,18 +261,19 @@ declare const CDSInterstitialScreenBodyItem_base: {
247
261
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
248
262
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
249
263
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
250
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
264
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
251
265
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
252
- onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
266
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
267
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
253
268
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
254
269
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
255
270
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
256
271
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
257
272
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
258
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
273
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
259
274
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
260
275
  oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
261
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
276
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
262
277
  oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
263
278
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
264
279
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -306,6 +321,7 @@ declare const CDSInterstitialScreenBodyItem_base: {
306
321
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
307
322
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
308
323
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
324
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
309
325
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
310
326
  onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
311
327
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -324,7 +340,7 @@ declare const CDSInterstitialScreenBodyItem_base: {
324
340
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
325
341
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
326
342
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
327
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
343
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
328
344
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
329
345
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
330
346
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
@@ -16,6 +16,7 @@ declare const CDSInterstitialScreenBody_base: {
16
16
  accessKey: string;
17
17
  readonly accessKeyLabel: string;
18
18
  autocapitalize: string;
19
+ autocorrect: boolean;
19
20
  dir: string;
20
21
  draggable: boolean;
21
22
  hidden: boolean;
@@ -37,13 +38,14 @@ declare const CDSInterstitialScreenBody_base: {
37
38
  click(): void;
38
39
  hidePopover(): void;
39
40
  showPopover(): void;
40
- togglePopover(force?: boolean): boolean;
41
+ togglePopover(options?: boolean): boolean;
41
42
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
42
43
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
43
44
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
44
45
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
45
46
  readonly attributes: NamedNodeMap;
46
- readonly classList: DOMTokenList;
47
+ get classList(): DOMTokenList;
48
+ set classList(value: string): any;
47
49
  className: string;
48
50
  readonly clientHeight: number;
49
51
  readonly clientLeft: number;
@@ -58,7 +60,8 @@ declare const CDSInterstitialScreenBody_base: {
58
60
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
59
61
  outerHTML: string;
60
62
  readonly ownerDocument: Document;
61
- readonly part: DOMTokenList;
63
+ get part(): DOMTokenList;
64
+ set part(value: string): any;
62
65
  readonly prefix: string | null;
63
66
  readonly scrollHeight: number;
64
67
  scrollLeft: number;
@@ -121,6 +124,8 @@ declare const CDSInterstitialScreenBody_base: {
121
124
  setPointerCapture(pointerId: number): void;
122
125
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
123
126
  webkitMatchesSelector(selectors: string): boolean;
127
+ get textContent(): string;
128
+ set textContent(value: string | null): any;
124
129
  readonly baseURI: string;
125
130
  readonly childNodes: NodeListOf<ChildNode>;
126
131
  readonly firstChild: ChildNode | null;
@@ -133,9 +138,8 @@ declare const CDSInterstitialScreenBody_base: {
133
138
  readonly parentElement: HTMLElement | null;
134
139
  readonly parentNode: ParentNode | null;
135
140
  readonly previousSibling: ChildNode | null;
136
- textContent: string | null;
137
141
  appendChild<T_1 extends Node>(node: T_1): T_1;
138
- cloneNode(deep?: boolean): Node;
142
+ cloneNode(subtree?: boolean): Node;
139
143
  compareDocumentPosition(other: Node): number;
140
144
  contains(other: Node | null): boolean;
141
145
  getRootNode(options?: GetRootNodeOptions): Node;
@@ -168,6 +172,7 @@ declare const CDSInterstitialScreenBody_base: {
168
172
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
169
173
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
170
174
  dispatchEvent(event: Event): boolean;
175
+ ariaActiveDescendantElement: Element | null;
171
176
  ariaAtomic: string | null;
172
177
  ariaAutoComplete: string | null;
173
178
  ariaBrailleLabel: string | null;
@@ -178,25 +183,33 @@ declare const CDSInterstitialScreenBody_base: {
178
183
  ariaColIndex: string | null;
179
184
  ariaColIndexText: string | null;
180
185
  ariaColSpan: string | null;
186
+ ariaControlsElements: ReadonlyArray<Element> | null;
181
187
  ariaCurrent: string | null;
188
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
182
189
  ariaDescription: string | null;
190
+ ariaDetailsElements: ReadonlyArray<Element> | null;
183
191
  ariaDisabled: string | null;
192
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
184
193
  ariaExpanded: string | null;
194
+ ariaFlowToElements: ReadonlyArray<Element> | null;
185
195
  ariaHasPopup: string | null;
186
196
  ariaHidden: string | null;
187
197
  ariaInvalid: string | null;
188
198
  ariaKeyShortcuts: string | null;
189
199
  ariaLabel: string | null;
200
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
190
201
  ariaLevel: string | null;
191
202
  ariaLive: string | null;
192
203
  ariaModal: string | null;
193
204
  ariaMultiLine: string | null;
194
205
  ariaMultiSelectable: string | null;
195
206
  ariaOrientation: string | null;
207
+ ariaOwnsElements: ReadonlyArray<Element> | null;
196
208
  ariaPlaceholder: string | null;
197
209
  ariaPosInSet: string | null;
198
210
  ariaPressed: string | null;
199
211
  ariaReadOnly: string | null;
212
+ ariaRelevant: string | null;
200
213
  ariaRequired: string | null;
201
214
  ariaRoleDescription: string | null;
202
215
  ariaRowCount: string | null;
@@ -238,7 +251,8 @@ declare const CDSInterstitialScreenBody_base: {
238
251
  replaceChildren(...nodes: (Node | string)[]): void;
239
252
  readonly assignedSlot: HTMLSlotElement | null;
240
253
  readonly attributeStyleMap: StylePropertyMap;
241
- readonly style: CSSStyleDeclaration;
254
+ get style(): CSSStyleDeclaration;
255
+ set style(cssText: string): any;
242
256
  contentEditable: string;
243
257
  enterKeyHint: string;
244
258
  inputMode: string;
@@ -248,18 +262,19 @@ declare const CDSInterstitialScreenBody_base: {
248
262
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
249
263
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
250
264
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
251
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
265
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
252
266
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
253
- onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
267
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
268
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
254
269
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
255
270
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
256
271
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
257
272
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
258
273
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
259
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
274
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
260
275
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
261
276
  oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
262
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
277
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
263
278
  oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
264
279
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
265
280
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -307,6 +322,7 @@ declare const CDSInterstitialScreenBody_base: {
307
322
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
308
323
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
309
324
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
325
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
310
326
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
311
327
  onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
312
328
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -325,7 +341,7 @@ declare const CDSInterstitialScreenBody_base: {
325
341
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
326
342
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
327
343
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
328
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
344
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
329
345
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
330
346
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
331
347
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
@@ -19,6 +19,7 @@ declare const CDSInterstitialScreenFooter_base: {
19
19
  accessKey: string;
20
20
  readonly accessKeyLabel: string;
21
21
  autocapitalize: string;
22
+ autocorrect: boolean;
22
23
  dir: string;
23
24
  draggable: boolean;
24
25
  hidden: boolean;
@@ -40,13 +41,14 @@ declare const CDSInterstitialScreenFooter_base: {
40
41
  click(): void;
41
42
  hidePopover(): void;
42
43
  showPopover(): void;
43
- togglePopover(force?: boolean): boolean;
44
+ togglePopover(options?: boolean): boolean;
44
45
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
45
46
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
46
47
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
47
48
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
48
49
  readonly attributes: NamedNodeMap;
49
- readonly classList: DOMTokenList;
50
+ get classList(): DOMTokenList;
51
+ set classList(value: string): any;
50
52
  className: string;
51
53
  readonly clientHeight: number;
52
54
  readonly clientLeft: number;
@@ -61,7 +63,8 @@ declare const CDSInterstitialScreenFooter_base: {
61
63
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
62
64
  outerHTML: string;
63
65
  readonly ownerDocument: Document;
64
- readonly part: DOMTokenList;
66
+ get part(): DOMTokenList;
67
+ set part(value: string): any;
65
68
  readonly prefix: string | null;
66
69
  readonly scrollHeight: number;
67
70
  scrollLeft: number;
@@ -124,6 +127,8 @@ declare const CDSInterstitialScreenFooter_base: {
124
127
  setPointerCapture(pointerId: number): void;
125
128
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
126
129
  webkitMatchesSelector(selectors: string): boolean;
130
+ get textContent(): string;
131
+ set textContent(value: string | null): any;
127
132
  readonly baseURI: string;
128
133
  readonly childNodes: NodeListOf<ChildNode>;
129
134
  readonly firstChild: ChildNode | null;
@@ -136,9 +141,8 @@ declare const CDSInterstitialScreenFooter_base: {
136
141
  readonly parentElement: HTMLElement | null;
137
142
  readonly parentNode: ParentNode | null;
138
143
  readonly previousSibling: ChildNode | null;
139
- textContent: string | null;
140
144
  appendChild<T_1 extends Node>(node: T_1): T_1;
141
- cloneNode(deep?: boolean): Node;
145
+ cloneNode(subtree?: boolean): Node;
142
146
  compareDocumentPosition(other: Node): number;
143
147
  contains(other: Node | null): boolean;
144
148
  getRootNode(options?: GetRootNodeOptions): Node;
@@ -171,6 +175,7 @@ declare const CDSInterstitialScreenFooter_base: {
171
175
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
172
176
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
173
177
  dispatchEvent(event: Event): boolean;
178
+ ariaActiveDescendantElement: Element | null;
174
179
  ariaAtomic: string | null;
175
180
  ariaAutoComplete: string | null;
176
181
  ariaBrailleLabel: string | null;
@@ -181,25 +186,33 @@ declare const CDSInterstitialScreenFooter_base: {
181
186
  ariaColIndex: string | null;
182
187
  ariaColIndexText: string | null;
183
188
  ariaColSpan: string | null;
189
+ ariaControlsElements: ReadonlyArray<Element> | null;
184
190
  ariaCurrent: string | null;
191
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
185
192
  ariaDescription: string | null;
193
+ ariaDetailsElements: ReadonlyArray<Element> | null;
186
194
  ariaDisabled: string | null;
195
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
187
196
  ariaExpanded: string | null;
197
+ ariaFlowToElements: ReadonlyArray<Element> | null;
188
198
  ariaHasPopup: string | null;
189
199
  ariaHidden: string | null;
190
200
  ariaInvalid: string | null;
191
201
  ariaKeyShortcuts: string | null;
192
202
  ariaLabel: string | null;
203
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
193
204
  ariaLevel: string | null;
194
205
  ariaLive: string | null;
195
206
  ariaModal: string | null;
196
207
  ariaMultiLine: string | null;
197
208
  ariaMultiSelectable: string | null;
198
209
  ariaOrientation: string | null;
210
+ ariaOwnsElements: ReadonlyArray<Element> | null;
199
211
  ariaPlaceholder: string | null;
200
212
  ariaPosInSet: string | null;
201
213
  ariaPressed: string | null;
202
214
  ariaReadOnly: string | null;
215
+ ariaRelevant: string | null;
203
216
  ariaRequired: string | null;
204
217
  ariaRoleDescription: string | null;
205
218
  ariaRowCount: string | null;
@@ -241,7 +254,8 @@ declare const CDSInterstitialScreenFooter_base: {
241
254
  replaceChildren(...nodes: (Node | string)[]): void;
242
255
  readonly assignedSlot: HTMLSlotElement | null;
243
256
  readonly attributeStyleMap: StylePropertyMap;
244
- readonly style: CSSStyleDeclaration;
257
+ get style(): CSSStyleDeclaration;
258
+ set style(cssText: string): any;
245
259
  contentEditable: string;
246
260
  enterKeyHint: string;
247
261
  inputMode: string;
@@ -251,18 +265,19 @@ declare const CDSInterstitialScreenFooter_base: {
251
265
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
252
266
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
253
267
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
254
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
268
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
255
269
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
256
- onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
270
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
271
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
257
272
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
258
273
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
259
274
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
260
275
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
261
276
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
262
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
277
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
263
278
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
264
279
  oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
265
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
280
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
266
281
  oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
267
282
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
268
283
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -310,6 +325,7 @@ declare const CDSInterstitialScreenFooter_base: {
310
325
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
311
326
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
312
327
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
328
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
313
329
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
314
330
  onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
315
331
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -328,7 +344,7 @@ declare const CDSInterstitialScreenFooter_base: {
328
344
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
329
345
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
330
346
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
331
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
347
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
332
348
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
333
349
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
334
350
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;