@hubspot/ui-extensions 0.8.47 → 0.8.50
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/dist/experimental/types.d.ts +6 -1
- package/dist/types.d.ts +105 -0
- package/dist/types.js +105 -0
- package/package.json +2 -2
|
@@ -26,7 +26,7 @@ export interface TabsProps {
|
|
|
26
26
|
* Visual style variant of the tabs.
|
|
27
27
|
* @defaultValue 'default'
|
|
28
28
|
*/
|
|
29
|
-
variant?: 'default' | 'enclosed'
|
|
29
|
+
variant?: 'default' | 'enclosed';
|
|
30
30
|
/**
|
|
31
31
|
* Whether the tab should fill available space.
|
|
32
32
|
*/
|
|
@@ -57,6 +57,11 @@ export interface TabProps {
|
|
|
57
57
|
* The tooltip text of the tab.
|
|
58
58
|
*/
|
|
59
59
|
tooltip?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The tab's tooltip placement
|
|
62
|
+
* @defaultValue 'top'
|
|
63
|
+
*/
|
|
64
|
+
tooltipPlacement?: 'top' | 'bottom' | 'left' | 'right';
|
|
60
65
|
}
|
|
61
66
|
/**
|
|
62
67
|
* @ignore
|
package/dist/types.d.ts
CHANGED
|
@@ -554,6 +554,111 @@ export declare const iconNames: {
|
|
|
554
554
|
readonly notification: "notification";
|
|
555
555
|
readonly bulb: "bulb";
|
|
556
556
|
readonly settings: "settings";
|
|
557
|
+
readonly filter: "filter";
|
|
558
|
+
readonly gauge: "gauge";
|
|
559
|
+
readonly enroll: "enroll";
|
|
560
|
+
readonly generateChart: "generateChart";
|
|
561
|
+
readonly gift: "gift";
|
|
562
|
+
readonly flame: "highlyEngagedLead";
|
|
563
|
+
readonly inbox: "inbox";
|
|
564
|
+
readonly image: "insertImage";
|
|
565
|
+
readonly quote: "insertQuote";
|
|
566
|
+
readonly insertVideo: "insertVideo";
|
|
567
|
+
readonly invoice: "invoice";
|
|
568
|
+
readonly key: "key";
|
|
569
|
+
readonly book: "knowledgeBase";
|
|
570
|
+
readonly globe: "language";
|
|
571
|
+
readonly lesson: "lesson";
|
|
572
|
+
readonly link: "link";
|
|
573
|
+
readonly listView: "listView";
|
|
574
|
+
readonly locked: "locked";
|
|
575
|
+
readonly mention: "mention";
|
|
576
|
+
readonly messages: "messages";
|
|
577
|
+
readonly mobile: "mobile";
|
|
578
|
+
readonly notificationOff: "notificationOff";
|
|
579
|
+
readonly hash: "numericDataType";
|
|
580
|
+
readonly objectAssociations: "objectAssociations";
|
|
581
|
+
readonly objectAssociationsManyToMany: "objectAssociationsManyToMany";
|
|
582
|
+
readonly objectAssociationsManyToOne: "objectAssociationsManyToOne";
|
|
583
|
+
readonly office365: "office365";
|
|
584
|
+
readonly order: "order";
|
|
585
|
+
readonly paymentSubscriptions: "paymentSubscriptions";
|
|
586
|
+
readonly product: "product";
|
|
587
|
+
readonly powerPointFile: "powerPointFile";
|
|
588
|
+
readonly presentation: "presentation";
|
|
589
|
+
readonly publish: "publish";
|
|
590
|
+
readonly questionAnswer: "questionAnswer";
|
|
591
|
+
readonly quickbooks: "quickbooks";
|
|
592
|
+
readonly readMore: "readMore";
|
|
593
|
+
readonly realEstateListing: "realEstateListing";
|
|
594
|
+
readonly readOnlyView: "readOnlyView";
|
|
595
|
+
readonly recentlySelected: "recentlySelected";
|
|
596
|
+
readonly record: "record";
|
|
597
|
+
readonly redo: "redo";
|
|
598
|
+
readonly undo: "undo";
|
|
599
|
+
readonly registration: "registration";
|
|
600
|
+
readonly replace: "replace";
|
|
601
|
+
readonly rotate: "rotate";
|
|
602
|
+
readonly salesQuote: "salesQuote";
|
|
603
|
+
readonly salesTemplates: "salesTemplates";
|
|
604
|
+
readonly sequences: "sequences";
|
|
605
|
+
readonly spellCheck: "spellCheck";
|
|
606
|
+
readonly strike: "strike";
|
|
607
|
+
readonly tablet: "tablet";
|
|
608
|
+
readonly tag: "tag";
|
|
609
|
+
readonly tasks: "tasks";
|
|
610
|
+
readonly test: "test";
|
|
611
|
+
readonly ticket: "ticket";
|
|
612
|
+
readonly thumbsUp: "thumbsUp";
|
|
613
|
+
readonly thumbsDown: "thumbsDown";
|
|
614
|
+
readonly translate: "translate";
|
|
615
|
+
readonly trophy: "trophy";
|
|
616
|
+
readonly videoFile: "videoFile";
|
|
617
|
+
readonly videoPlayerSubtitles: "videoPlayerSubtitles";
|
|
618
|
+
readonly view: "view";
|
|
619
|
+
readonly viewDetails: "viewDetails";
|
|
620
|
+
readonly website: "website";
|
|
621
|
+
readonly workflows: "workflows";
|
|
622
|
+
readonly zoomIn: "zoomIn";
|
|
623
|
+
readonly zoomOut: "zoomOut";
|
|
624
|
+
readonly goal: "goal";
|
|
625
|
+
readonly campaigns: "campaigns";
|
|
626
|
+
readonly cap: "cap";
|
|
627
|
+
readonly block: "block";
|
|
628
|
+
readonly bank: "bank";
|
|
629
|
+
readonly approvals: "approvals";
|
|
630
|
+
readonly appointment: "appointment";
|
|
631
|
+
readonly facebook: "socialBlockFacebook";
|
|
632
|
+
readonly googlePlus: "socialBlockGoogleplus";
|
|
633
|
+
readonly instagram: "socialBlockInstagram";
|
|
634
|
+
readonly linkedin: "socialBlockLinkedin";
|
|
635
|
+
readonly pinterest: "socialBlockPinterest";
|
|
636
|
+
readonly rss: "socialBlockRss";
|
|
637
|
+
readonly twitter: "socialBlockTwitter";
|
|
638
|
+
readonly x: "socialBlockX";
|
|
639
|
+
readonly xing: "socialBlockXing";
|
|
640
|
+
readonly youtube: "socialBlockYoutube";
|
|
641
|
+
readonly youtubePlay: "socialBlockYoutubeplay";
|
|
642
|
+
readonly sortAlpAsc: "sortAlpAsc";
|
|
643
|
+
readonly sortAlpDesc: "sortAlpDesc";
|
|
644
|
+
readonly sortAmtAsc: "sortAmtAsc";
|
|
645
|
+
readonly sortAmtDesc: "sortAmtDesc";
|
|
646
|
+
readonly sortNumAsc: "sortNumAsc";
|
|
647
|
+
readonly sortNumDesc: "sortNumDesc";
|
|
648
|
+
readonly sortTableAsc: "sortTableAsc";
|
|
649
|
+
readonly sortTableDesc: "sortTableDesc";
|
|
650
|
+
readonly text: "text";
|
|
651
|
+
readonly textColor: "textColor";
|
|
652
|
+
readonly textDataType: "textDataType";
|
|
653
|
+
readonly textSnippet: "textSnippet";
|
|
654
|
+
readonly calling: "calling";
|
|
655
|
+
readonly callingHangup: "callingHangup";
|
|
656
|
+
readonly callingMade: "callingMade";
|
|
657
|
+
readonly callingMissed: "callingMissed";
|
|
658
|
+
readonly callingVoicemail: "callingVoicemail";
|
|
659
|
+
readonly faceHappyFilled: "emojiFillHappy";
|
|
660
|
+
readonly faceNeutralFilled: "emojiFillNeutral";
|
|
661
|
+
readonly faceSadFilled: "emojiFillSad";
|
|
557
662
|
};
|
|
558
663
|
export type IconNames = keyof typeof iconNames;
|
|
559
664
|
/**
|
package/dist/types.js
CHANGED
|
@@ -63,6 +63,111 @@ export const iconNames = {
|
|
|
63
63
|
notification: 'notification',
|
|
64
64
|
bulb: 'bulb',
|
|
65
65
|
settings: 'settings',
|
|
66
|
+
filter: 'filter',
|
|
67
|
+
gauge: 'gauge',
|
|
68
|
+
enroll: 'enroll',
|
|
69
|
+
generateChart: 'generateChart',
|
|
70
|
+
gift: 'gift',
|
|
71
|
+
flame: 'highlyEngagedLead',
|
|
72
|
+
inbox: 'inbox',
|
|
73
|
+
image: 'insertImage',
|
|
74
|
+
quote: 'insertQuote',
|
|
75
|
+
insertVideo: 'insertVideo',
|
|
76
|
+
invoice: 'invoice',
|
|
77
|
+
key: 'key',
|
|
78
|
+
book: 'knowledgeBase',
|
|
79
|
+
globe: 'language',
|
|
80
|
+
lesson: 'lesson',
|
|
81
|
+
link: 'link',
|
|
82
|
+
listView: 'listView',
|
|
83
|
+
locked: 'locked',
|
|
84
|
+
mention: 'mention',
|
|
85
|
+
messages: 'messages',
|
|
86
|
+
mobile: 'mobile',
|
|
87
|
+
notificationOff: 'notificationOff',
|
|
88
|
+
hash: 'numericDataType',
|
|
89
|
+
objectAssociations: 'objectAssociations',
|
|
90
|
+
objectAssociationsManyToMany: 'objectAssociationsManyToMany',
|
|
91
|
+
objectAssociationsManyToOne: 'objectAssociationsManyToOne',
|
|
92
|
+
office365: 'office365',
|
|
93
|
+
order: 'order',
|
|
94
|
+
paymentSubscriptions: 'paymentSubscriptions',
|
|
95
|
+
product: 'product',
|
|
96
|
+
powerPointFile: 'powerPointFile',
|
|
97
|
+
presentation: 'presentation',
|
|
98
|
+
publish: 'publish',
|
|
99
|
+
questionAnswer: 'questionAnswer',
|
|
100
|
+
quickbooks: 'quickbooks',
|
|
101
|
+
readMore: 'readMore',
|
|
102
|
+
realEstateListing: 'realEstateListing',
|
|
103
|
+
readOnlyView: 'readOnlyView',
|
|
104
|
+
recentlySelected: 'recentlySelected',
|
|
105
|
+
record: 'record',
|
|
106
|
+
redo: 'redo',
|
|
107
|
+
undo: 'undo',
|
|
108
|
+
registration: 'registration',
|
|
109
|
+
replace: 'replace',
|
|
110
|
+
rotate: 'rotate',
|
|
111
|
+
salesQuote: 'salesQuote',
|
|
112
|
+
salesTemplates: 'salesTemplates',
|
|
113
|
+
sequences: 'sequences',
|
|
114
|
+
spellCheck: 'spellCheck',
|
|
115
|
+
strike: 'strike',
|
|
116
|
+
tablet: 'tablet',
|
|
117
|
+
tag: 'tag',
|
|
118
|
+
tasks: 'tasks',
|
|
119
|
+
test: 'test',
|
|
120
|
+
ticket: 'ticket',
|
|
121
|
+
thumbsUp: 'thumbsUp',
|
|
122
|
+
thumbsDown: 'thumbsDown',
|
|
123
|
+
translate: 'translate',
|
|
124
|
+
trophy: 'trophy',
|
|
125
|
+
videoFile: 'videoFile',
|
|
126
|
+
videoPlayerSubtitles: 'videoPlayerSubtitles',
|
|
127
|
+
view: 'view',
|
|
128
|
+
viewDetails: 'viewDetails',
|
|
129
|
+
website: 'website',
|
|
130
|
+
workflows: 'workflows',
|
|
131
|
+
zoomIn: 'zoomIn',
|
|
132
|
+
zoomOut: 'zoomOut',
|
|
133
|
+
goal: 'goal',
|
|
134
|
+
campaigns: 'campaigns',
|
|
135
|
+
cap: 'cap',
|
|
136
|
+
block: 'block',
|
|
137
|
+
bank: 'bank',
|
|
138
|
+
approvals: 'approvals',
|
|
139
|
+
appointment: 'appointment',
|
|
140
|
+
facebook: 'socialBlockFacebook',
|
|
141
|
+
googlePlus: 'socialBlockGoogleplus',
|
|
142
|
+
instagram: 'socialBlockInstagram',
|
|
143
|
+
linkedin: 'socialBlockLinkedin',
|
|
144
|
+
pinterest: 'socialBlockPinterest',
|
|
145
|
+
rss: 'socialBlockRss',
|
|
146
|
+
twitter: 'socialBlockTwitter',
|
|
147
|
+
x: 'socialBlockX',
|
|
148
|
+
xing: 'socialBlockXing',
|
|
149
|
+
youtube: 'socialBlockYoutube',
|
|
150
|
+
youtubePlay: 'socialBlockYoutubeplay',
|
|
151
|
+
sortAlpAsc: 'sortAlpAsc',
|
|
152
|
+
sortAlpDesc: 'sortAlpDesc',
|
|
153
|
+
sortAmtAsc: 'sortAmtAsc',
|
|
154
|
+
sortAmtDesc: 'sortAmtDesc',
|
|
155
|
+
sortNumAsc: 'sortNumAsc',
|
|
156
|
+
sortNumDesc: 'sortNumDesc',
|
|
157
|
+
sortTableAsc: 'sortTableAsc',
|
|
158
|
+
sortTableDesc: 'sortTableDesc',
|
|
159
|
+
text: 'text',
|
|
160
|
+
textColor: 'textColor',
|
|
161
|
+
textDataType: 'textDataType',
|
|
162
|
+
textSnippet: 'textSnippet',
|
|
163
|
+
calling: 'calling',
|
|
164
|
+
callingHangup: 'callingHangup',
|
|
165
|
+
callingMade: 'callingMade',
|
|
166
|
+
callingMissed: 'callingMissed',
|
|
167
|
+
callingVoicemail: 'callingVoicemail',
|
|
168
|
+
faceHappyFilled: 'emojiFillHappy',
|
|
169
|
+
faceNeutralFilled: 'emojiFillNeutral',
|
|
170
|
+
faceSadFilled: 'emojiFillSad',
|
|
66
171
|
};
|
|
67
172
|
/**
|
|
68
173
|
* @category Serverless
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hubspot/ui-extensions",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.50",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"react-reconciler": "^0.29.0",
|
|
61
61
|
"typescript": "5.0.4"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "0274315aed3fa8709f2ba403335e98316ceb7d2a"
|
|
64
64
|
}
|