@nectary/components 0.29.1 → 0.31.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.
- package/accordion-item/types.d.ts +1 -2
- package/accordion-item/utils.d.ts +2 -1
- package/alert/index.js +1 -1
- package/alert/types.d.ts +1 -2
- package/alert/utils.d.ts +2 -1
- package/alert-button/index.js +1 -1
- package/avatar/types.d.ts +2 -3
- package/avatar/utils.d.ts +3 -2
- package/avatar-status/index.js +1 -3
- package/avatar-status/types.d.ts +1 -2
- package/avatar-status/utils.d.ts +1 -1
- package/button/index.js +1 -1
- package/button/types.d.ts +14 -2
- package/button/utils.d.ts +2 -1
- package/card/index.js +1 -1
- package/card-container/index.js +1 -1
- package/chat-bubble/types.d.ts +2 -3
- package/chat-bubble/utils.d.ts +3 -2
- package/checkbox/index.js +1 -1
- package/colors.json +6 -1
- package/date-picker/index.d.ts +19 -0
- package/date-picker/index.js +419 -0
- package/date-picker/types.d.ts +26 -0
- package/date-picker/utils.d.ts +32 -0
- package/date-picker/utils.js +145 -0
- package/dialog/index.js +23 -5
- package/dropdown-checkbox-option/index.js +1 -1
- package/icon-button/index.js +1 -1
- package/icons/create-icon-class.d.ts +1 -307
- package/icons/keyboard-double-arrow-left/index.d.ts +11 -0
- package/icons/keyboard-double-arrow-left/index.js +4 -0
- package/icons/keyboard-double-arrow-right/index.d.ts +11 -0
- package/icons/keyboard-double-arrow-right/index.js +4 -0
- package/icons-branded/ai/index.d.ts +11 -0
- package/icons-branded/ai/index.js +4 -0
- package/icons-branded/chat/index.d.ts +11 -0
- package/icons-branded/chat/index.js +4 -0
- package/icons-branded/create-icon-class.d.ts +1 -311
- package/icons-branded/custom-message/index.d.ts +11 -0
- package/icons-branded/custom-message/index.js +4 -0
- package/icons-branded/integration/index.d.ts +11 -0
- package/icons-branded/integration/index.js +4 -0
- package/icons-branded/line-chart-down/index.d.ts +11 -0
- package/icons-branded/line-chart-down/index.js +4 -0
- package/icons-branded/line-chart-up/index.d.ts +11 -0
- package/icons-branded/line-chart-up/index.js +4 -0
- package/icons-branded/mms/index.d.ts +11 -0
- package/icons-branded/mms/index.js +4 -0
- package/icons-branded/push/index.d.ts +11 -0
- package/icons-branded/push/index.js +4 -0
- package/icons-branded/rcs/index.d.ts +11 -0
- package/icons-branded/rcs/index.js +4 -0
- package/icons-branded/sms/index.d.ts +11 -0
- package/icons-branded/sms/index.js +4 -0
- package/icons-branded/time/index.d.ts +11 -0
- package/icons-branded/time/index.js +4 -0
- package/icons-channel/apple-business-chat-square/index.d.ts +11 -0
- package/icons-channel/apple-business-chat-square/index.js +4 -0
- package/icons-channel/create-icon-class.d.ts +1 -310
- package/icons-channel/create-icon-class.js +1 -1
- package/icons-channel/facebook-messenger-square/index.d.ts +11 -0
- package/icons-channel/facebook-messenger-square/index.js +4 -0
- package/icons-channel/instagram-square/index.d.ts +11 -0
- package/icons-channel/instagram-square/index.js +4 -0
- package/icons-channel/line-square/index.d.ts +11 -0
- package/icons-channel/line-square/index.js +4 -0
- package/icons-channel/talk-square/index.d.ts +11 -0
- package/icons-channel/talk-square/index.js +4 -0
- package/icons-channel/telegram-square/index.d.ts +11 -0
- package/icons-channel/telegram-square/index.js +4 -0
- package/icons-channel/twitter-square/index.d.ts +11 -0
- package/icons-channel/twitter-square/index.js +4 -0
- package/icons-channel/viber-square/index.d.ts +11 -0
- package/icons-channel/viber-square/index.js +4 -0
- package/icons-channel/wechat-square/index.d.ts +11 -0
- package/icons-channel/wechat-square/index.js +4 -0
- package/icons-channel/whatsapp-square/index.d.ts +11 -0
- package/icons-channel/whatsapp-square/index.js +4 -0
- package/illustrations/5g/index.d.ts +11 -0
- package/illustrations/5g/index.js +4 -0
- package/illustrations/about-page/index.d.ts +11 -0
- package/illustrations/about-page/index.js +4 -0
- package/illustrations/bank/index.d.ts +11 -0
- package/illustrations/bank/index.js +4 -0
- package/illustrations/boost/index.d.ts +11 -0
- package/illustrations/boost/index.js +4 -0
- package/illustrations/buildvoicebot/index.d.ts +11 -0
- package/illustrations/buildvoicebot/index.js +4 -0
- package/illustrations/call-center/index.d.ts +11 -0
- package/illustrations/call-center/index.js +4 -0
- package/illustrations/cat-texting/index.d.ts +11 -0
- package/illustrations/cat-texting/index.js +4 -0
- package/illustrations/chat-bot/index.d.ts +11 -0
- package/illustrations/chat-bot/index.js +4 -0
- package/illustrations/check/index.d.ts +11 -0
- package/illustrations/check/index.js +4 -0
- package/illustrations/code/index.d.ts +11 -0
- package/illustrations/code/index.js +4 -0
- package/illustrations/contact-us/index.d.ts +11 -0
- package/illustrations/contact-us/index.js +4 -0
- package/illustrations/contactus/index.d.ts +11 -0
- package/illustrations/contactus/index.js +4 -0
- package/illustrations/conversation-api/index.d.ts +11 -0
- package/illustrations/conversation-api/index.js +4 -0
- package/illustrations/cooking/index.d.ts +11 -0
- package/illustrations/cooking/index.js +4 -0
- package/illustrations/costumer-support/index.d.ts +11 -0
- package/illustrations/costumer-support/index.js +4 -0
- package/illustrations/create-illustration-class.d.ts +1 -0
- package/illustrations/create-illustration-class.js +68 -0
- package/illustrations/credit-card/index.d.ts +11 -0
- package/illustrations/credit-card/index.js +4 -0
- package/illustrations/credit-card-30-degrees/index.d.ts +11 -0
- package/illustrations/credit-card-30-degrees/index.js +4 -0
- package/illustrations/cute-bee/index.d.ts +11 -0
- package/illustrations/cute-bee/index.js +4 -0
- package/illustrations/decorative-flamingo/index.d.ts +11 -0
- package/illustrations/decorative-flamingo/index.js +4 -0
- package/illustrations/decorative-rainbow/index.d.ts +11 -0
- package/illustrations/decorative-rainbow/index.js +4 -0
- package/illustrations/delivery-service-package/index.d.ts +11 -0
- package/illustrations/delivery-service-package/index.js +4 -0
- package/illustrations/desktop/index.d.ts +11 -0
- package/illustrations/desktop/index.js +4 -0
- package/illustrations/document/index.d.ts +11 -0
- package/illustrations/document/index.js +4 -0
- package/illustrations/flower-hand/index.d.ts +11 -0
- package/illustrations/flower-hand/index.js +4 -0
- package/illustrations/football/index.d.ts +11 -0
- package/illustrations/football/index.js +4 -0
- package/illustrations/geometric-shapes-passing/index.d.ts +11 -0
- package/illustrations/geometric-shapes-passing/index.js +4 -0
- package/illustrations/girl-on-phone/index.d.ts +11 -0
- package/illustrations/girl-on-phone/index.js +4 -0
- package/illustrations/global-reach/index.d.ts +11 -0
- package/illustrations/global-reach/index.js +4 -0
- package/illustrations/hand-ok/index.d.ts +11 -0
- package/illustrations/hand-ok/index.js +4 -0
- package/illustrations/hands-laptop/index.d.ts +11 -0
- package/illustrations/hands-laptop/index.js +4 -0
- package/illustrations/handset-omnichannel-messages/index.d.ts +11 -0
- package/illustrations/handset-omnichannel-messages/index.js +4 -0
- package/illustrations/happy-text/index.d.ts +11 -0
- package/illustrations/happy-text/index.js +4 -0
- package/illustrations/headphones/index.d.ts +11 -0
- package/illustrations/headphones/index.js +4 -0
- package/illustrations/heart/index.d.ts +11 -0
- package/illustrations/heart/index.js +4 -0
- package/illustrations/hero-messages/index.d.ts +11 -0
- package/illustrations/hero-messages/index.js +4 -0
- package/illustrations/hero-page/index.d.ts +11 -0
- package/illustrations/hero-page/index.js +4 -0
- package/illustrations/jump/index.d.ts +11 -0
- package/illustrations/jump/index.js +4 -0
- package/illustrations/laptop-holding/index.d.ts +11 -0
- package/illustrations/laptop-holding/index.js +4 -0
- package/illustrations/laptop-sitting-verified/index.d.ts +11 -0
- package/illustrations/laptop-sitting-verified/index.js +4 -0
- package/illustrations/lightning/index.d.ts +11 -0
- package/illustrations/lightning/index.js +4 -0
- package/illustrations/lock/index.d.ts +11 -0
- package/illustrations/lock/index.js +4 -0
- package/illustrations/lying-and-looking-at-the-phone/index.d.ts +11 -0
- package/illustrations/lying-and-looking-at-the-phone/index.js +4 -0
- package/illustrations/magnifying-glass/index.d.ts +11 -0
- package/illustrations/magnifying-glass/index.js +4 -0
- package/illustrations/man-on-right/index.d.ts +11 -0
- package/illustrations/man-on-right/index.js +4 -0
- package/illustrations/meeting-scrum/index.d.ts +11 -0
- package/illustrations/meeting-scrum/index.js +4 -0
- package/illustrations/meeting-scrum-2/index.d.ts +11 -0
- package/illustrations/meeting-scrum-2/index.js +4 -0
- package/illustrations/megaphone/index.d.ts +11 -0
- package/illustrations/megaphone/index.js +4 -0
- package/illustrations/menu/index.d.ts +11 -0
- package/illustrations/menu/index.js +4 -0
- package/illustrations/message-passing/index.d.ts +11 -0
- package/illustrations/message-passing/index.js +4 -0
- package/illustrations/message-recieved/index.d.ts +11 -0
- package/illustrations/message-recieved/index.js +4 -0
- package/illustrations/messages/index.d.ts +11 -0
- package/illustrations/messages/index.js +4 -0
- package/illustrations/messages-on-yellow-bg/index.d.ts +11 -0
- package/illustrations/messages-on-yellow-bg/index.js +4 -0
- package/illustrations/messages-shopping/index.d.ts +11 -0
- package/illustrations/messages-shopping/index.js +4 -0
- package/illustrations/monitor/index.d.ts +11 -0
- package/illustrations/monitor/index.js +4 -0
- package/illustrations/numbers-passing/index.d.ts +11 -0
- package/illustrations/numbers-passing/index.js +4 -0
- package/illustrations/office-worker/index.d.ts +11 -0
- package/illustrations/office-worker/index.js +4 -0
- package/illustrations/old-person-on-phone/index.d.ts +11 -0
- package/illustrations/old-person-on-phone/index.js +4 -0
- package/illustrations/omnichannel-messaging/index.d.ts +11 -0
- package/illustrations/omnichannel-messaging/index.js +4 -0
- package/illustrations/on-the-phone/index.d.ts +11 -0
- package/illustrations/on-the-phone/index.js +4 -0
- package/illustrations/parcel-delivery/index.d.ts +11 -0
- package/illustrations/parcel-delivery/index.js +4 -0
- package/illustrations/passing-heart/index.d.ts +11 -0
- package/illustrations/passing-heart/index.js +4 -0
- package/illustrations/passing-heart-cool/index.d.ts +11 -0
- package/illustrations/passing-heart-cool/index.js +4 -0
- package/illustrations/person-on-phone/index.d.ts +11 -0
- package/illustrations/person-on-phone/index.js +4 -0
- package/illustrations/person-on-walk/index.d.ts +11 -0
- package/illustrations/person-on-walk/index.js +4 -0
- package/illustrations/person-with-dog/index.d.ts +11 -0
- package/illustrations/person-with-dog/index.js +4 -0
- package/illustrations/person-with-phone/index.d.ts +11 -0
- package/illustrations/person-with-phone/index.js +4 -0
- package/illustrations/phone-and-cat/index.js +4 -0
- package/illustrations/pineapple/index.d.ts +11 -0
- package/illustrations/pineapple/index.js +4 -0
- package/illustrations/pizza/index.d.ts +11 -0
- package/illustrations/pizza/index.js +4 -0
- package/illustrations/plane/index.d.ts +11 -0
- package/illustrations/plane/index.js +4 -0
- package/illustrations/presenting-charts/index.d.ts +11 -0
- package/illustrations/presenting-charts/index.js +4 -0
- package/illustrations/product-page/index.d.ts +11 -0
- package/illustrations/product-page/index.js +4 -0
- package/illustrations/product-page-2/index.d.ts +11 -0
- package/illustrations/product-page-2/index.js +4 -0
- package/illustrations/scooter/index.d.ts +11 -0
- package/illustrations/scooter/index.js +4 -0
- package/illustrations/security/index.d.ts +11 -0
- package/illustrations/security/index.js +4 -0
- package/illustrations/security-camera/index.d.ts +11 -0
- package/illustrations/security-camera/index.js +4 -0
- package/illustrations/sherlockholmes/index.d.ts +11 -0
- package/illustrations/sherlockholmes/index.js +4 -0
- package/illustrations/shoe/index.d.ts +11 -0
- package/illustrations/shoe/index.js +4 -0
- package/illustrations/shopping/index.d.ts +11 -0
- package/illustrations/shopping/index.js +4 -0
- package/illustrations/shopping-cart/index.d.ts +11 -0
- package/illustrations/shopping-cart/index.js +4 -0
- package/illustrations/sick-kid/index.d.ts +11 -0
- package/illustrations/sick-kid/index.js +4 -0
- package/illustrations/sitting-messaging/index.d.ts +11 -0
- package/illustrations/sitting-messaging/index.js +4 -0
- package/illustrations/sitting-person/index.d.ts +11 -0
- package/illustrations/sitting-person/index.js +4 -0
- package/illustrations/sitting-person-2/index.d.ts +11 -0
- package/illustrations/sitting-person-2/index.js +4 -0
- package/illustrations/sofa/index.d.ts +11 -0
- package/illustrations/sofa/index.js +4 -0
- package/illustrations/stats/index.d.ts +11 -0
- package/illustrations/stats/index.js +4 -0
- package/illustrations/support-center/index.d.ts +11 -0
- package/illustrations/support-center/index.js +4 -0
- package/illustrations/supporting-device/index.d.ts +11 -0
- package/illustrations/supporting-device/index.js +4 -0
- package/illustrations/supporting-device-2/index.d.ts +11 -0
- package/illustrations/supporting-device-2/index.js +4 -0
- package/illustrations/supporting-device-3/index.d.ts +11 -0
- package/illustrations/supporting-device-3/index.js +4 -0
- package/illustrations/supporting-device-4/index.d.ts +11 -0
- package/illustrations/supporting-device-4/index.js +4 -0
- package/illustrations/surf/index.d.ts +11 -0
- package/illustrations/surf/index.js +4 -0
- package/illustrations/taxi/index.d.ts +11 -0
- package/illustrations/taxi/index.js +4 -0
- package/illustrations/taxi-2/index.d.ts +11 -0
- package/illustrations/taxi-2/index.js +4 -0
- package/illustrations/teamwork-from-phone/index.d.ts +11 -0
- package/illustrations/teamwork-from-phone/index.js +4 -0
- package/illustrations/telemast/index.d.ts +11 -0
- package/illustrations/telemast/index.js +4 -0
- package/illustrations/texting-sitting/index.d.ts +11 -0
- package/illustrations/texting-sitting/index.js +4 -0
- package/illustrations/texting-sofa/index.d.ts +11 -0
- package/illustrations/texting-sofa/index.js +4 -0
- package/illustrations/train/index.d.ts +11 -0
- package/illustrations/train/index.js +4 -0
- package/illustrations/types.d.ts +16 -0
- package/illustrations/types.js +1 -0
- package/illustrations/utils.d.ts +3 -0
- package/illustrations/utils.js +2 -0
- package/illustrations/video-voice-call/index.d.ts +11 -0
- package/illustrations/video-voice-call/index.js +4 -0
- package/illustrations/voicebot/index.d.ts +11 -0
- package/illustrations/voicebot/index.js +4 -0
- package/illustrations/walking-on-phone/index.d.ts +11 -0
- package/illustrations/walking-on-phone/index.js +4 -0
- package/illustrations/what-tools/index.d.ts +11 -0
- package/illustrations/what-tools/index.js +4 -0
- package/illustrations/win-together/index.d.ts +11 -0
- package/illustrations/win-together/index.js +4 -0
- package/illustrations/win-together-two-people/index.d.ts +11 -0
- package/illustrations/win-together-two-people/index.js +4 -0
- package/illustrations/wizard/index.d.ts +11 -0
- package/illustrations/wizard/index.js +4 -0
- package/illustrations/woman-hand-lifted/index.d.ts +11 -0
- package/illustrations/woman-hand-lifted/index.js +4 -0
- package/illustrations/woman-on-left/index.d.ts +11 -0
- package/illustrations/woman-on-left/index.js +4 -0
- package/illustrations/woman-on-right/index.d.ts +11 -0
- package/illustrations/woman-on-right/index.js +4 -0
- package/input/index.js +1 -1
- package/input/types.d.ts +38 -12
- package/input/utils.d.ts +2 -1
- package/link/index.js +18 -4
- package/link/types.d.ts +0 -2
- package/logo/create-logo-class.d.ts +1 -311
- package/package.json +1 -1
- package/popover/index.js +76 -47
- package/popover/types.d.ts +1 -2
- package/popover/utils.d.ts +2 -1
- package/search/index.js +1 -1
- package/segment/index.d.ts +1 -0
- package/segment/index.js +109 -6
- package/segment/types.d.ts +4 -0
- package/segment/utils.d.ts +5 -0
- package/segment/utils.js +6 -0
- package/select/index.js +1 -1
- package/spinner/types.d.ts +1 -2
- package/spinner/utils.d.ts +2 -1
- package/table-cell/types.d.ts +4 -5
- package/table-cell/utils.d.ts +2 -1
- package/table-head-cell/types.d.ts +4 -4
- package/tag/index.js +1 -1
- package/tag/types.d.ts +1 -2
- package/tag/utils.d.ts +2 -1
- package/text/index.js +0 -1
- package/text/types.d.ts +1 -2
- package/text/utils.d.ts +1 -1
- package/textarea/index.js +1 -1
- package/theme.css +17 -0
- package/title/index.js +0 -2
- package/title/types.d.ts +2 -3
- package/title/utils.d.ts +4 -3
- package/title/utils.js +21 -0
- package/toggle/index.js +1 -1
- package/tooltip/index.js +1 -1
- package/tooltip/types.d.ts +1 -2
- package/tooltip/utils.d.ts +2 -1
- package/utils.d.ts +4 -0
- package/utils.js +35 -4
- package/illustration/create-illustration-class.d.ts +0 -310
- package/illustration/create-illustration-class.js +0 -51
- package/illustration/phone-and-cat/index.js +0 -4
- package/illustration/types.d.ts +0 -8
- /package/{illustration → date-picker}/types.js +0 -0
- /package/{illustration → illustrations}/phone-and-cat/index.d.ts +0 -0
|
@@ -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-custom-message': TSinchIconBrandedReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-branded-custom-message': 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="M33.827 13H12a3 3 0 0 0-3 3v16a3 3 0 0 0 3 3h2v5.69L23.95 35H36a3 3 0 0 0 3-3V20.863l-2 2.004v9.143a1 1 0 0 1-1 1H23.43L16 37.25V33h-4a1 1 0 0 1-1-1V16a1 1 0 0 1 1-1l19.82.008L33.826 13Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M44.006 7.427a3.49 3.49 0 0 0-2.47 1.023l-11.17 11.17a.999.999 0 0 0-.263.464l-1.176 4.703A1 1 0 0 0 30.14 26l4.703-1.176a1 1 0 0 0 .464-.263l11.17-11.17a3.494 3.494 0 0 0-2.471-5.964Zm-1.057 2.437a1.494 1.494 0 1 1 2.113 2.113L34.09 22.951l-2.818.704.705-2.817L42.949 9.864Z" class="accent"/><path d="M27.222 22H14.778a.703.703 0 0 1-.55-.293A1.16 1.16 0 0 1 14 21c0-.265.082-.52.228-.707a.703.703 0 0 1 .55-.293h12.444c.206 0 .404.105.55.293.146.187.228.442.228.707 0 .265-.082.52-.228.707a.703.703 0 0 1-.55.293ZM24 28h-9a1 1 0 0 1 0-2h9a1 1 0 1 1 0 2Z" class="accent"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-branded-custom-message', 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-integration': TSinchIconBrandedReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-branded-integration': 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 fill-rule="evenodd" clip-rule="evenodd" d="M11 8a5 5 0 0 1 5 5c0 2.42-1.715 4.539-4 5 0-.033.003.033 0 0v3a2 2 0 0 0 2 2h8a1 1 0 1 1 0 2h-8a4 4 0 0 1-4-4v-3c-.003.033 0-.033 0 0-2.285-.461-4-2.58-4-5a5 5 0 0 1 5-5Zm0 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z" class="accent"/><path d="M18 21v-2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2h2v-2a3 3 0 0 0-3-3H19a3 3 0 0 0-3 3v2h2Zm14 8v-2h-2v2a1 1 0 0 1-1 1H19a1 1 0 0 1-1-1v-2h-2v2a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M37 40a5 5 0 0 1-5-5c0-2.42 1.715-4.539 4-5 0 .033-.003-.033 0 0v-3a2 2 0 0 0-2-2h-8a1 1 0 1 1 0-2h8a4 4 0 0 1 4 4v3c.003-.033 0 .033 0 0 2.284.461 4 2.58 4 5a5 5 0 0 1-5 5Zm0-2a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-branded-integration', 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-line-chart-down': TSinchIconBrandedReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-branded-line-chart-down': 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 fill-rule="evenodd" clip-rule="evenodd" d="M11.2 37h25.6c.59 0 1.067-.448 1.067-1V12c0-.552-.478-1-1.067-1H11.2c-.59 0-1.067.448-1.067 1v24c0 .552.478 1 1.067 1Zm25.6 2c1.767 0 3.2-1.343 3.2-3V12c0-1.657-1.433-3-3.2-3H11.2C9.433 9 8 10.343 8 12v24c0 1.657 1.433 3 3.2 3h25.6Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.293 17.293a1 1 0 0 1 1.414 0L21 23.586l3.293-3.293a1 1 0 0 1 1.414 0L33 27.586V25a1 1 0 1 1 2 0v5a1 1 0 0 1-1 1h-5a1 1 0 1 1 0-2h2.586L25 22.414l-3.293 3.293a1 1 0 0 1-1.414 0l-7-7a1 1 0 0 1 0-1.414Z" class="accent"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-branded-line-chart-down', 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-line-chart-up': TSinchIconBrandedReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-branded-line-chart-up': 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 fill-rule="evenodd" clip-rule="evenodd" d="M11.2 37h25.6c.59 0 1.2-.448 1.2-1V12c0-.552-.61-1-1.2-1H11.2c-.59 0-1.2.448-1.2 1v24c0 .552.61 1 1.2 1Zm25.6 2c1.767 0 3.2-1.343 3.2-3V12c0-1.657-1.433-3-3.2-3H11.2C9.433 9 8 10.343 8 12v24c0 1.657 1.433 3 3.2 3h25.6Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M29 19a1 1 0 1 1 0-2h5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-2.586l-7.293 7.293a1 1 0 0 1-1.414 0L21 24.414l-6.293 6.293a1 1 0 0 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0L25 25.586 31.586 19H29Z" class="accent"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-branded-line-chart-up', 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-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 { TSinchIconBrandedElement, TSinchIconBrandedReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-branded-time': TSinchIconBrandedReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-branded-time': 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="M32.175 18.4c0 .6.4 1 1 1 .2 0 .3 0 .5-.1l8.6-5c.5-.3.7-.9.4-1.4-.3-.5-.9-.7-1.4-.4l-8.6 5c-.3.2-.5.5-.5.9Zm11.425-.732a1 1 0 1 1 1 1.732l-7.022 4.054a1 1 0 1 1-1-1.732l7.022-4.054Z"/><path d="M37.871 25.903a1.237 1.237 0 0 1 .024-.123c.124-.485.565-.84 1.074-.807.55.036.971.512.901 1.06l-.018.141-.006.042a16 16 0 1 1-5.043-14.018l.032.029.104.097c.403.377.382 1.012-.02 1.39-.371.35-.937.358-1.341.063a1.055 1.055 0 0 1-.097-.08 14 14 0 1 0 4.39 12.206Z"/><path d="M26 17a1 1 0 1 0-2 0v7.586l-4.707 4.707a1 1 0 0 0 1.414 1.414l5-5A1 1 0 0 0 26 25v-8Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-branded-time', 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));
|