@nectary/components 0.29.1 → 0.30.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 (113) hide show
  1. package/accordion-item/types.d.ts +1 -2
  2. package/accordion-item/utils.d.ts +2 -1
  3. package/alert/index.js +1 -1
  4. package/alert/types.d.ts +1 -2
  5. package/alert/utils.d.ts +2 -1
  6. package/alert-button/index.js +1 -1
  7. package/avatar/types.d.ts +2 -3
  8. package/avatar/utils.d.ts +3 -2
  9. package/avatar-status/index.js +1 -3
  10. package/avatar-status/types.d.ts +1 -2
  11. package/avatar-status/utils.d.ts +1 -1
  12. package/button/index.js +1 -1
  13. package/button/types.d.ts +1 -2
  14. package/button/utils.d.ts +2 -1
  15. package/card/index.js +1 -1
  16. package/card-container/index.js +1 -1
  17. package/chat-bubble/types.d.ts +2 -3
  18. package/chat-bubble/utils.d.ts +3 -2
  19. package/checkbox/index.js +1 -1
  20. package/colors.json +6 -1
  21. package/date-picker/index.d.ts +19 -0
  22. package/date-picker/index.js +419 -0
  23. package/date-picker/types.d.ts +26 -0
  24. package/date-picker/types.js +1 -0
  25. package/date-picker/utils.d.ts +32 -0
  26. package/date-picker/utils.js +142 -0
  27. package/dialog/index.js +23 -5
  28. package/dropdown-checkbox-option/index.js +1 -1
  29. package/icon-button/index.js +1 -1
  30. package/icons/create-icon-class.d.ts +1 -307
  31. package/icons/keyboard-double-arrow-left/index.d.ts +11 -0
  32. package/icons/keyboard-double-arrow-left/index.js +4 -0
  33. package/icons/keyboard-double-arrow-right/index.d.ts +11 -0
  34. package/icons/keyboard-double-arrow-right/index.js +4 -0
  35. package/icons-branded/chat/index.d.ts +11 -0
  36. package/icons-branded/chat/index.js +4 -0
  37. package/icons-branded/create-icon-class.d.ts +1 -311
  38. package/icons-branded/mms/index.d.ts +11 -0
  39. package/icons-branded/mms/index.js +4 -0
  40. package/icons-branded/push/index.d.ts +11 -0
  41. package/icons-branded/push/index.js +4 -0
  42. package/icons-branded/rcs/index.d.ts +11 -0
  43. package/icons-branded/rcs/index.js +4 -0
  44. package/icons-branded/sms/index.d.ts +11 -0
  45. package/icons-branded/sms/index.js +4 -0
  46. package/icons-channel/apple-business-chat-square/index.d.ts +11 -0
  47. package/icons-channel/apple-business-chat-square/index.js +4 -0
  48. package/icons-channel/create-icon-class.d.ts +1 -310
  49. package/icons-channel/create-icon-class.js +1 -1
  50. package/icons-channel/facebook-messenger-square/index.d.ts +11 -0
  51. package/icons-channel/facebook-messenger-square/index.js +4 -0
  52. package/icons-channel/instagram-square/index.d.ts +11 -0
  53. package/icons-channel/instagram-square/index.js +4 -0
  54. package/icons-channel/line-square/index.d.ts +11 -0
  55. package/icons-channel/line-square/index.js +4 -0
  56. package/icons-channel/talk-square/index.d.ts +11 -0
  57. package/icons-channel/talk-square/index.js +4 -0
  58. package/icons-channel/telegram-square/index.d.ts +11 -0
  59. package/icons-channel/telegram-square/index.js +4 -0
  60. package/icons-channel/twitter-square/index.d.ts +11 -0
  61. package/icons-channel/twitter-square/index.js +4 -0
  62. package/icons-channel/viber-square/index.d.ts +11 -0
  63. package/icons-channel/viber-square/index.js +4 -0
  64. package/icons-channel/wechat-square/index.d.ts +11 -0
  65. package/icons-channel/wechat-square/index.js +4 -0
  66. package/icons-channel/whatsapp-square/index.d.ts +11 -0
  67. package/icons-channel/whatsapp-square/index.js +4 -0
  68. package/illustration/create-illustration-class.d.ts +1 -310
  69. package/illustration/create-illustration-class.js +20 -3
  70. package/illustration/phone-and-cat/index.js +1 -1
  71. package/illustration/types.d.ts +8 -0
  72. package/illustration/utils.d.ts +3 -0
  73. package/illustration/utils.js +2 -0
  74. package/input/index.js +1 -1
  75. package/input/types.d.ts +4 -5
  76. package/input/utils.d.ts +2 -1
  77. package/link/index.js +18 -4
  78. package/link/types.d.ts +0 -2
  79. package/logo/create-logo-class.d.ts +1 -311
  80. package/package.json +1 -1
  81. package/popover/index.js +76 -47
  82. package/popover/types.d.ts +1 -2
  83. package/popover/utils.d.ts +2 -1
  84. package/search/index.js +1 -1
  85. package/segment/index.d.ts +1 -0
  86. package/segment/index.js +109 -6
  87. package/segment/types.d.ts +4 -0
  88. package/segment/utils.d.ts +5 -0
  89. package/segment/utils.js +6 -0
  90. package/select/index.js +1 -1
  91. package/spinner/types.d.ts +1 -2
  92. package/spinner/utils.d.ts +2 -1
  93. package/table-cell/types.d.ts +4 -5
  94. package/table-cell/utils.d.ts +2 -1
  95. package/table-head-cell/types.d.ts +4 -4
  96. package/tag/index.js +1 -1
  97. package/tag/types.d.ts +1 -2
  98. package/tag/utils.d.ts +2 -1
  99. package/text/index.js +0 -1
  100. package/text/types.d.ts +1 -2
  101. package/text/utils.d.ts +1 -1
  102. package/textarea/index.js +1 -1
  103. package/theme.css +17 -0
  104. package/title/index.js +0 -2
  105. package/title/types.d.ts +2 -3
  106. package/title/utils.d.ts +4 -3
  107. package/title/utils.js +21 -0
  108. package/toggle/index.js +1 -1
  109. package/tooltip/index.js +1 -1
  110. package/tooltip/types.d.ts +1 -2
  111. package/tooltip/utils.d.ts +2 -1
  112. package/utils.d.ts +4 -0
  113. package/utils.js +35 -4
@@ -1,311 +1 @@
1
- export declare const createIconClass: (templateHTML: string) => {
2
- new (): {
3
- $svg: SVGElement;
4
- size: number;
5
- inverted: boolean;
6
- connectedCallback(): void;
7
- attributeChangedCallback(name: string, _: string | null, newVal: string | null): void;
8
- attachShadow(options?: Partial<ShadowRootInit> | undefined): ShadowRoot;
9
- accessKey: string;
10
- readonly accessKeyLabel: string;
11
- autocapitalize: string;
12
- dir: string;
13
- draggable: boolean;
14
- hidden: boolean;
15
- innerText: string;
16
- lang: string;
17
- readonly offsetHeight: number;
18
- readonly offsetLeft: number;
19
- readonly offsetParent: Element | null;
20
- readonly offsetTop: number;
21
- readonly offsetWidth: number;
22
- outerText: string;
23
- spellcheck: boolean;
24
- title: string;
25
- translate: boolean;
26
- attachInternals(): ElementInternals;
27
- click(): void;
28
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
29
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
30
- removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
31
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
32
- readonly attributes: NamedNodeMap;
33
- readonly classList: DOMTokenList;
34
- className: string;
35
- readonly clientHeight: number;
36
- readonly clientLeft: number;
37
- readonly clientTop: number;
38
- readonly clientWidth: number;
39
- id: string;
40
- readonly localName: string;
41
- readonly namespaceURI: string | null;
42
- onfullscreenchange: ((this: Element, ev: Event) => any) | null;
43
- onfullscreenerror: ((this: Element, ev: Event) => any) | null;
44
- outerHTML: string;
45
- readonly ownerDocument: Document;
46
- readonly part: DOMTokenList;
47
- readonly prefix: string | null;
48
- readonly scrollHeight: number;
49
- scrollLeft: number;
50
- scrollTop: number;
51
- readonly scrollWidth: number;
52
- readonly shadowRoot: ShadowRoot | null;
53
- slot: string;
54
- readonly tagName: string;
55
- closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
56
- closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
57
- closest<E extends Element = Element>(selectors: string): E | null;
58
- getAttribute(qualifiedName: string): string | null;
59
- getAttributeNS(namespace: string | null, localName: string): string | null;
60
- getAttributeNames(): string[];
61
- getAttributeNode(qualifiedName: string): Attr | null;
62
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
63
- getBoundingClientRect(): DOMRect;
64
- getClientRects(): DOMRectList;
65
- getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
66
- getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
67
- getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
68
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
69
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
70
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
71
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
72
- hasAttribute(qualifiedName: string): boolean;
73
- hasAttributeNS(namespace: string | null, localName: string): boolean;
74
- hasAttributes(): boolean;
75
- hasPointerCapture(pointerId: number): boolean;
76
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
77
- insertAdjacentHTML(position: InsertPosition, text: string): void;
78
- insertAdjacentText(where: InsertPosition, data: string): void;
79
- matches(selectors: string): boolean;
80
- releasePointerCapture(pointerId: number): void;
81
- removeAttribute(qualifiedName: string): void;
82
- removeAttributeNS(namespace: string | null, localName: string): void;
83
- removeAttributeNode(attr: Attr): Attr;
84
- requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
85
- requestPointerLock(): void;
86
- scroll(options?: ScrollToOptions | undefined): void;
87
- scroll(x: number, y: number): void;
88
- scrollBy(options?: ScrollToOptions | undefined): void;
89
- scrollBy(x: number, y: number): void;
90
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
91
- scrollTo(options?: ScrollToOptions | undefined): void;
92
- scrollTo(x: number, y: number): void;
93
- setAttribute(qualifiedName: string, value: string): void;
94
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
95
- setAttributeNode(attr: Attr): Attr | null;
96
- setAttributeNodeNS(attr: Attr): Attr | null;
97
- setPointerCapture(pointerId: number): void;
98
- toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
99
- webkitMatchesSelector(selectors: string): boolean;
100
- readonly baseURI: string;
101
- readonly childNodes: NodeListOf<ChildNode>;
102
- readonly firstChild: ChildNode | null;
103
- readonly isConnected: boolean;
104
- readonly lastChild: ChildNode | null;
105
- readonly nextSibling: ChildNode | null;
106
- readonly nodeName: string;
107
- readonly nodeType: number;
108
- nodeValue: string | null;
109
- readonly parentElement: HTMLElement | null;
110
- readonly parentNode: ParentNode | null;
111
- readonly previousSibling: ChildNode | null;
112
- textContent: string | null;
113
- appendChild<T extends Node>(node: T): T;
114
- cloneNode(deep?: boolean | undefined): Node;
115
- compareDocumentPosition(other: Node): number;
116
- contains(other: Node | null): boolean;
117
- getRootNode(options?: GetRootNodeOptions | undefined): Node;
118
- hasChildNodes(): boolean;
119
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
120
- isDefaultNamespace(namespace: string | null): boolean;
121
- isEqualNode(otherNode: Node | null): boolean;
122
- isSameNode(otherNode: Node | null): boolean;
123
- lookupNamespaceURI(prefix: string | null): string | null;
124
- lookupPrefix(namespace: string | null): string | null;
125
- normalize(): void;
126
- removeChild<T_2 extends Node>(child: T_2): T_2;
127
- replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
128
- readonly ATTRIBUTE_NODE: number;
129
- readonly CDATA_SECTION_NODE: number;
130
- readonly COMMENT_NODE: number;
131
- readonly DOCUMENT_FRAGMENT_NODE: number;
132
- readonly DOCUMENT_NODE: number;
133
- readonly DOCUMENT_POSITION_CONTAINED_BY: number;
134
- readonly DOCUMENT_POSITION_CONTAINS: number;
135
- readonly DOCUMENT_POSITION_DISCONNECTED: number;
136
- readonly DOCUMENT_POSITION_FOLLOWING: number;
137
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
138
- readonly DOCUMENT_POSITION_PRECEDING: number;
139
- readonly DOCUMENT_TYPE_NODE: number;
140
- readonly ELEMENT_NODE: number;
141
- readonly ENTITY_NODE: number;
142
- readonly ENTITY_REFERENCE_NODE: number;
143
- readonly NOTATION_NODE: number;
144
- readonly PROCESSING_INSTRUCTION_NODE: number;
145
- readonly TEXT_NODE: number;
146
- dispatchEvent(event: Event): boolean;
147
- ariaAtomic: string | null;
148
- ariaAutoComplete: string | null;
149
- ariaBusy: string | null;
150
- ariaChecked: string | null;
151
- ariaColCount: string | null;
152
- ariaColIndex: string | null;
153
- ariaColSpan: string | null;
154
- ariaCurrent: string | null;
155
- ariaDisabled: string | null;
156
- ariaExpanded: string | null;
157
- ariaHasPopup: string | null;
158
- ariaHidden: string | null;
159
- ariaKeyShortcuts: string | null;
160
- ariaLabel: string | null;
161
- ariaLevel: string | null;
162
- ariaLive: string | null;
163
- ariaModal: string | null;
164
- ariaMultiLine: string | null;
165
- ariaMultiSelectable: string | null;
166
- ariaOrientation: string | null;
167
- ariaPlaceholder: string | null;
168
- ariaPosInSet: string | null;
169
- ariaPressed: string | null;
170
- ariaReadOnly: string | null;
171
- ariaRequired: string | null;
172
- ariaRoleDescription: string | null;
173
- ariaRowCount: string | null;
174
- ariaRowIndex: string | null;
175
- ariaRowSpan: string | null;
176
- ariaSelected: string | null;
177
- ariaSetSize: string | null;
178
- ariaSort: string | null;
179
- ariaValueMax: string | null;
180
- ariaValueMin: string | null;
181
- ariaValueNow: string | null;
182
- ariaValueText: string | null;
183
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
184
- getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
185
- after(...nodes: (string | Node)[]): void;
186
- before(...nodes: (string | Node)[]): void;
187
- remove(): void;
188
- replaceWith(...nodes: (string | Node)[]): void;
189
- innerHTML: string;
190
- readonly nextElementSibling: Element | null;
191
- readonly previousElementSibling: Element | null;
192
- readonly childElementCount: number;
193
- readonly children: HTMLCollection;
194
- readonly firstElementChild: Element | null;
195
- readonly lastElementChild: Element | null;
196
- append(...nodes: (string | Node)[]): void;
197
- prepend(...nodes: (string | Node)[]): void;
198
- querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6] | null;
199
- querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7] | null;
200
- querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
201
- querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
202
- querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
203
- querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
204
- replaceChildren(...nodes: (string | Node)[]): void;
205
- readonly assignedSlot: HTMLSlotElement | null;
206
- oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
207
- oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
208
- onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
209
- readonly style: CSSStyleDeclaration;
210
- contentEditable: string;
211
- enterKeyHint: string;
212
- inputMode: string;
213
- readonly isContentEditable: boolean;
214
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
215
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
216
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
217
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
218
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
219
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
220
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
221
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
222
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
223
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
224
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
225
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
226
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
227
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
228
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
229
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
230
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
231
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
232
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
233
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
234
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
235
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
236
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
237
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
238
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
239
- onerror: OnErrorEventHandler;
240
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
241
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
242
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
243
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
244
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
245
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
246
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
247
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
248
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
249
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
250
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
251
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
252
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
253
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
254
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
255
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
256
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
257
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
258
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
259
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
260
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
261
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
262
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
263
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
264
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
265
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
266
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
267
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
268
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
269
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
270
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
271
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
272
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
273
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
274
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
275
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
276
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
277
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
278
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
279
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
280
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
281
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
282
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
283
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
284
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
285
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
286
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
287
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
288
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
289
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
290
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
291
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
292
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
293
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
294
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
295
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
296
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
297
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
298
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
299
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
300
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
301
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
302
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
303
- autofocus: boolean;
304
- readonly dataset: DOMStringMap;
305
- nonce?: string | undefined;
306
- tabIndex: number;
307
- blur(): void;
308
- focus(options?: FocusOptions | undefined): void;
309
- };
310
- readonly observedAttributes: string[];
311
- };
1
+ export declare const createIconClass: (templateHTML: string) => CustomElementConstructor;
@@ -0,0 +1,11 @@
1
+ import type { TSinchIconBrandedElement, TSinchIconBrandedReact } from '../types';
2
+ declare global {
3
+ namespace JSX {
4
+ interface IntrinsicElements {
5
+ 'sinch-icon-branded-mms': TSinchIconBrandedReact;
6
+ }
7
+ }
8
+ interface HTMLElementTagNameMap {
9
+ 'sinch-icon-branded-mms': TSinchIconBrandedElement;
10
+ }
11
+ }
@@ -0,0 +1,4 @@
1
+ import { defineCustomElement } from '../../utils';
2
+ import { createIconClass } from '../create-icon-class';
3
+ const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true"><path d="M19.1 31.3h-1.6l-2.2 3.6-2.2-3.6h-1.6V39H13v-5l2.2 3.6h.2l2.2-3.6v5h1.5v-7.7Zm9.7 0h-1.6L25 34.9l-2.2-3.6h-1.6V39h1.5v-5l2.2 3.6h.2l2.2-3.6v5h1.5v-7.7Zm5 7.9c1.6 0 2.8-.9 2.8-2.3 0-1.6-1.3-2-2.5-2.4-1.2-.4-1.5-.6-1.5-1.1 0-.4.4-.8 1-.8.8 0 1.2.4 1.5 1l1.3-.7c-.5-1.1-1.5-1.7-2.8-1.7-1.3 0-2.6.8-2.6 2.3 0 1.5 1.1 2 2.3 2.3 1.1.3 1.7.6 1.7 1.1 0 .4-.3.8-1.2.8-1 0-1.5-.5-1.8-1.2l-1.3.8c.4 1.1 1.5 1.9 3.1 1.9Z"/><path class="accent" d="M17.2 17.8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm3.3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM34 11.1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-9.8 4.1c-.1 0-.2 0-.3-.1-.3-.2-.4-.6-.3-.9l2.7-4.7c.1-.2.3-.3.6-.3.2 0 .5.1.6.3l1.6 2.6 1.4-1.4c.3-.3.7-.3 1 0l3.4 3.4c.3.3.3.7 0 1-.3.3-.7.3-1 0l-2.9-3-1.5 1.5c-.1.1-.4.2-.6.2-.2 0-.4-.1-.5-.3L27 11.1l-2.1 3.7c-.2.2-.4.4-.7.4Z"/><path d="M20.9 16.5c0 1.1.9 2 2 2h4.8l1.3.7 5.4 3.1v-3.8h1.4c1.1 0 2-.9 2-2V7.7c0-1.1-.9-2-2-2H22.9c-1.1 0-2 .9-2 2v8.8Zm0-6.1h-6.8c-1.1 0-2 .9-2 2v8.8c0 1.1.9 2 2 2h1.4V27l6.7-3.8H27c1.1 0 2-.9 2-2v-.4l-1.4-.8v1.1c0 .4-.3.7-.7.7h-5.1l-5 3v-2.9h-2.7c-.4 0-.7-.3-.7-.7v-8.8c0-.4.3-.7.7-.7h6.8m15.5 4.8c0 .4-.3.7-.7.7H33v2.9l-4-2.4-1-.5h-5.1c-.4 0-.7-.3-.7-.7V7.7c0-.4.3-.7.7-.7h12.8c.4 0 .7.3.7.7v8.8Z"/></svg>';
4
+ defineCustomElement('sinch-icon-branded-mms', createIconClass(templateHTML));
@@ -0,0 +1,11 @@
1
+ import type { TSinchIconBrandedElement, TSinchIconBrandedReact } from '../types';
2
+ declare global {
3
+ namespace JSX {
4
+ interface IntrinsicElements {
5
+ 'sinch-icon-branded-push': TSinchIconBrandedReact;
6
+ }
7
+ }
8
+ interface HTMLElementTagNameMap {
9
+ 'sinch-icon-branded-push': TSinchIconBrandedElement;
10
+ }
11
+ }
@@ -0,0 +1,4 @@
1
+ import { defineCustomElement } from '../../utils';
2
+ import { createIconClass } from '../create-icon-class';
3
+ const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true"><path d="M16.1 33.7c0 1.4-1.1 2.5-2.6 2.5H12v2.6h-1.3v-7.7h2.8c1.5.1 2.6 1.2 2.6 2.6Zm-1.3 0c0-.8-.5-1.3-1.3-1.3H12V35h1.6c.7 0 1.2-.5 1.2-1.3Zm2.6 2.6v-5.1h1.3v5.1c0 .9.5 1.5 1.6 1.5s1.7-.6 1.7-1.5v-5.1h1.3v5.1c0 1.7-1.2 2.7-2.9 2.7-1.8 0-3-1-3-2.7Zm7.2.8 1.1-.6c.3.8.9 1.3 1.9 1.3 1 0 1.4-.5 1.4-1 0-.7-.6-.9-1.7-1.3-1.2-.4-2.4-.8-2.4-2.3 0-1.4 1.2-2.2 2.5-2.2s2.2.7 2.7 1.7l-1.1.6c-.3-.6-.8-1.1-1.6-1.1-.7 0-1.2.4-1.2 1s.4.8 1.6 1.2c1.3.4 2.6.8 2.6 2.3 0 1.4-1.1 2.3-2.7 2.3-1.7 0-2.7-.8-3.1-1.9Zm12.8-5.9v7.7h-1.3v-3.3h-3.3v3.3h-1.3v-7.7h1.3v3.2h3.3v-3.2h1.3ZM23.8 8.5h-5.1c-.2 0-.3-.1-.4-.2-.1-.1-.2-.3-.2-.4 0-.2.1-.3.2-.4.1-.1.3-.2.4-.2h5.1c.2 0 .3.1.4.2.1.1.2.3.2.4 0 .2-.1.3-.2.4-.1.1-.2.2-.4.2Z"/><path class="accent" d="M35.6 13.5h-1.9c-.2 0-.3-.1-.4-.2-.1-.1-.3-.2-.3-.4s.1-.3.2-.4c.1-.1.3-.2.4-.2h1.9c.2 0 .3.1.4.2.1.1.2.3.2.4 0 .2-.1.3-.2.4-.1.1-.2.2-.3.2Z"/><path d="M21.6 24.9c.5 0 .9-.4.9-.9s-.4-1-.9-1-.9.4-.9.9.4 1 .9 1Z"/><path class="accent" d="M27.7 23.3c-1.1 0-2-.9-2-2H27c0 .5.3.8.8.8s.8-.3.8-.7v-.1h1.3c-.2 1.1-1.1 2-2.2 2Z"/><path d="M26 27.4h-9.5c-.6 0-1.1-.2-1.5-.6-.4-.4-.6-1-.6-1.5V6.9c0-.6.2-1.1.6-1.5.4-.4 1-.6 1.5-.6H26c.6 0 1.1.2 1.5.6.4.4.6 1 .6 1.5v3.5h-1.3V6.9c0-.2-.1-.5-.3-.7 0-.1-.2-.2-.5-.2h-9.5c-.2 0-.5.1-.7.3-.2.2-.3.4-.3.7v18.4c0 .2.1.5.3.7.2.2.4.3.7.3H26c.2 0 .5-.1.7-.3.2-.2.3-.4.3-.7v-1l1.3.8v.2c0 .6-.2 1.1-.6 1.5-.5.3-1.1.5-1.7.5Z"/><path class="accent" d="M27 9.4c-2.1.3-3.8 2.1-3.8 4.3 0 3.4-1.2 4.7-1.6 5.2-.3.2-.4.6-.3.9.2.4.6.4 1.2.4h10.2c.6 0 1 0 1.2-.4.2-.5 0-.8-.2-1-.4-.5-1.6-1.7-1.6-5.2 0-2.2-1.6-4-3.8-4.2 0 0-.4-.1-1.3 0Zm-3.7 9.5c.6-.9 1.3-2.5 1.3-5.3 0-1.7 1.4-3 3-3h.1c1.7 0 3 1.4 3 3 0 2.8.7 4.4 1.3 5.3h-8.7ZM36.6 9l-3.2 2c-.1.1-.3.1-.5.1s-.3-.1-.4-.3c-.1-.1-.1-.3-.1-.5s.1-.3.3-.4l3.2-2c.1-.1.3-.1.5-.1s.3.1.4.3c.1.1.1.3.1.5s-.1.3-.3.4Zm-3.9-1.9-.9 1.6c-.1.1-.2.3-.4.3s-.4 0-.5-.1c-.1-.1-.3-.2-.3-.4s0-.3.1-.5l.9-1.6c.1-.1.2-.3.4-.3s.3 0 .5.1c.1.1.3.2.3.4s-.1.4-.1.5Z"/></svg>';
4
+ defineCustomElement('sinch-icon-branded-push', createIconClass(templateHTML));
@@ -0,0 +1,11 @@
1
+ import type { TSinchIconBrandedElement, TSinchIconBrandedReact } from '../types';
2
+ declare global {
3
+ namespace JSX {
4
+ interface IntrinsicElements {
5
+ 'sinch-icon-branded-rcs': TSinchIconBrandedReact;
6
+ }
7
+ }
8
+ interface HTMLElementTagNameMap {
9
+ 'sinch-icon-branded-rcs': TSinchIconBrandedElement;
10
+ }
11
+ }
@@ -0,0 +1,4 @@
1
+ import { defineCustomElement } from '../../utils';
2
+ import { createIconClass } from '../create-icon-class';
3
+ const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true"><path d="M17.6 39h1.6l-1.7-2.8c.9-.4 1.5-1.2 1.5-2.2 0-1.4-1.1-2.5-2.5-2.5h-3V39H15v-2.6h1l1.6 2.6Zm-2.7-6.1h1.5c.6 0 1 .5 1 1.1 0 .6-.5 1.1-1 1.1h-1.5v-2.2Zm9.7 6.3c1.4 0 2.6-.7 3.2-1.8l-1.3-.7c-.4.7-1.1 1.1-2 1.1-1.5 0-2.4-1-2.4-2.5s1-2.5 2.4-2.5c.9 0 1.6.4 2 1.1l1.3-.7c-.6-1.1-1.9-1.8-3.2-1.8-2.3 0-3.9 1.7-3.9 3.9 0 2.1 1.6 3.9 3.9 3.9Zm7.8 0c1.6 0 2.7-.9 2.7-2.3 0-1.5-1.3-1.9-2.5-2.3-1.1-.3-1.4-.6-1.4-1.1 0-.4.4-.8 1-.8.8 0 1.2.4 1.4 1l1.2-.7c-.5-1.1-1.5-1.7-2.7-1.7-1.3 0-2.5.8-2.5 2.2 0 1.4 1.1 1.9 2.3 2.2 1.1.3 1.6.5 1.6 1.1 0 .4-.3.8-1.2.8-.9 0-1.5-.5-1.7-1.1l-1.3.7c.5 1.2 1.5 2 3.1 2Z"/><path class="accent" d="M16.6 18.3c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .5 1 1 1Zm3.3 0c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .5 1 1 1Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="m27 19 6.6 3.9V19h1.3c.5 0 1-.2 1.4-.6.4-.4.6-.9.6-1.4V8.3c0-.5-.2-1-.6-1.4-.4-.4-.9-.6-1.4-.6H22.3c-.5 0-1 .2-1.4.6-.4.4-.6.9-.6 1.4V11h-6.7c-.5 0-1 .2-1.4.6-.4.4-.6.9-.6 1.4v8.7c0 .5.2 1 .6 1.4.4.4.9.6 1.4.6h1.3v3.8l6.7-3.8h4.7c.5 0 1-.2 1.4-.6.4-.4.6-.9.6-1.4v-.4l-1.3-.8v1.2c0 .2-.1.3-.2.5s-.3.2-.5.2h-5.1l-4.9 2.8v-2.8h-2.7c-.2 0-.3-.1-.5-.2s-.2-.3-.2-.5V13c0-.2.1-.3.2-.5.1-.1.3-.2.5-.2h6.7V17c0 .5.2 1 .6 1.4.4.4.9.6 1.4.6H27ZM21.8 7.9c.1-.1.3-.2.5-.2H35c.2 0 .3.1.5.2.1.1.2.3.2.5V17c0 .2-.1.3-.2.5-.1.1-.3.2-.5.2h-2.7v2.9l-5-2.9h-5c-.2 0-.3-.1-.5-.2s-.2-.3-.2-.5V8.3c0-.1.1-.3.2-.4Z"/><path class="accent" d="m30.7 12.4-.8-.5-.8-.5-1.6-.9c-.2-.2-.6.1-.6.3v3.7c0 .3.3.5.6.3l1.6-.9.8-.5.8-.5c.3-.2.2-.3 0-.5Z"/></svg>';
4
+ defineCustomElement('sinch-icon-branded-rcs', createIconClass(templateHTML));
@@ -0,0 +1,11 @@
1
+ import type { TSinchIconBrandedElement, TSinchIconBrandedReact } from '../types';
2
+ declare global {
3
+ namespace JSX {
4
+ interface IntrinsicElements {
5
+ 'sinch-icon-branded-sms': TSinchIconBrandedReact;
6
+ }
7
+ }
8
+ interface HTMLElementTagNameMap {
9
+ 'sinch-icon-branded-sms': TSinchIconBrandedElement;
10
+ }
11
+ }
@@ -0,0 +1,4 @@
1
+ import { defineCustomElement } from '../../utils';
2
+ import { createIconClass } from '../create-icon-class';
3
+ const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true"><path class="accent" d="M29.7 14.2H18.8c-.2 0-.4-.1-.5-.2-.1-.1-.2-.3-.2-.5s.1-.4.2-.5c.1-.1.3-.2.5-.2h10.9c.2 0 .4.1.5.2.1.1.2.3.2.5s-.1.4-.2.5c-.1.1-.3.2-.5.2Zm0 4.1H18.8c-.2 0-.4-.1-.5-.2-.1-.1-.2-.3-.2-.5s.1-.4.2-.5c.1-.1.3-.2.5-.2h10.9c.2 0 .4.1.5.2.1.1.2.3.2.5s-.1.4-.2.5c-.1.1-.3.2-.5.2Z"/><path d="m17.4 27.1 6.8-4.1h8.2c.5 0 1.1-.2 1.5-.6.4-.4.6-.7.6-1.3v-11c0-.5-.2-1.1-.6-1.5-.4-.4-.9-.6-1.4-.6H16.1c-.5 0-1.1.2-1.5.6-.4.4-.6.9-.6 1.5v11.1c0 .5.2 1.1.6 1.5.4.3.8.3 1.4.3h1.4v4.1ZM32.5 9.4c.2 0 .4.1.5.2.1.1.2.5.2.7V21c0 .2-.1.4-.2.5-.1.1-.3.2-.5.2h-8.6l-5.1 3.1v-3.1h-2.7c-.2 0-.4-.1-.5-.2-.1-.1-.2-.3-.2-.5V10.2c0-.2.1-.5.2-.7.1-.1.3-.2.5-.2l16.4.1ZM14.3 39.2c1.6 0 2.8-.9 2.8-2.3 0-1.6-1.3-2-2.5-2.4-1.2-.4-1.5-.6-1.5-1.1 0-.4.4-.8 1-.8.8 0 1.2.4 1.5 1l1.3-.7c-.5-1.1-1.5-1.7-2.8-1.7-1.3 0-2.5.8-2.5 2.3 0 1.5 1.1 2 2.3 2.3 1.1.3 1.7.6 1.7 1.1 0 .4-.3.8-1.2.8-1 0-1.5-.5-1.8-1.2l-1.3.8c.4 1.1 1.5 1.9 3 1.9Zm12.4-7.9h-1.6l-2.2 3.6-2.2-3.6h-1.6V39h1.5v-5l2.2 3.6h.2l2.2-3.6v5h1.5v-7.7Zm5.1 7.9c1.6 0 2.8-.9 2.8-2.3 0-1.6-1.3-2-2.5-2.4-1.2-.4-1.5-.6-1.5-1.1 0-.4.4-.8 1-.8.8 0 1.2.4 1.5 1l1.3-.7c-.5-1.1-1.5-1.7-2.8-1.7-1.3 0-2.5.8-2.5 2.3 0 1.5 1.1 2 2.3 2.3 1.1.3 1.7.6 1.7 1.1 0 .4-.3.8-1.2.8-1 0-1.5-.5-1.8-1.2l-1.3.8c.3 1.1 1.4 1.9 3 1.9Z"/></svg>';
4
+ defineCustomElement('sinch-icon-branded-sms', createIconClass(templateHTML));
@@ -0,0 +1,11 @@
1
+ import type { TSinchIconChannelElement, TSinchIconChannelReact } from '../types';
2
+ declare global {
3
+ namespace JSX {
4
+ interface IntrinsicElements {
5
+ 'sinch-icon-channel-apple-business-chat-square': TSinchIconChannelReact;
6
+ }
7
+ }
8
+ interface HTMLElementTagNameMap {
9
+ 'sinch-icon-channel-apple-business-chat-square': TSinchIconChannelElement;
10
+ }
11
+ }
@@ -0,0 +1,4 @@
1
+ import { defineCustomElement } from '../../utils';
2
+ import { createIconClass } from '../create-icon-class';
3
+ const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><path d="M7.7 0h32.5c4.2 0 7.6 3.414 7.6 7.632v32.636c0 4.217-3.4 7.632-7.6 7.632H7.7c-4.2 0-7.6-3.415-7.6-7.632V7.632C.1 3.414 3.5 0 7.7 0Z" fill="url(#a)"/><path d="M24.4 7.531c-9.7 0-17.5 6.528-17.5 14.662 0 5.12 3.2 9.94 8.5 12.552-.7 1.506-1.7 3.012-3.1 4.318 2.6-.502 5-1.406 7.1-2.812 1.6.402 3.3.602 5 .602 9.7 0 17.5-6.527 17.5-14.66C42 14.058 34.1 7.53 24.4 7.53Z" fill="#fff"/><defs><linearGradient id="a" x1="23.95" y1="48.25" x2="23.95" y2=".35" gradientUnits="userSpaceOnUse"><stop stop-color="#0CBD2A"/><stop offset="1" stop-color="#5BF675"/></linearGradient></defs></svg>';
4
+ defineCustomElement('sinch-icon-channel-apple-business-chat-square', createIconClass(templateHTML));