qt-ui-kit 1.0.44 → 1.0.45
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/index.d.mts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -10,7 +10,6 @@ declare enum IntegrationService {
|
|
|
10
10
|
MSCAL = "microsoft_calendar",
|
|
11
11
|
AJIRA = "atlassian_jira"
|
|
12
12
|
}
|
|
13
|
-
type FilterValues = IntegrationService | "done" | "new" | "fires";
|
|
14
13
|
declare enum BaseIconName {
|
|
15
14
|
SEARCH = "search",
|
|
16
15
|
EXTERNAL_LINK = "external_link",
|
|
@@ -247,4 +246,4 @@ type Event = {
|
|
|
247
246
|
|
|
248
247
|
declare const fakeMessages: ChatData[];
|
|
249
248
|
|
|
250
|
-
export { type Attachment, BaseIconName, type CalendarData, ChatBody, type ChatData, ColorVariants, EmailBody, type EmailData, type Event, EventCard, type EventData, type EventGroup, EventState, type EventSummaryParts, EventType, type ExternalPerson, FilterBar, type
|
|
249
|
+
export { type Attachment, BaseIconName, type CalendarData, ChatBody, type ChatData, ColorVariants, EmailBody, type EmailData, type Event, EventCard, type EventData, type EventGroup, EventState, type EventSummaryParts, EventType, type ExternalPerson, FilterBar, type FilterButtonKey, type IconSize, IntegrationService, type MessageData, NavBar, PreviewCard, SearchBar, TicketBody, type TicketComment, type TicketData, UrgencyLevel, fakeMessages };
|
package/dist/index.d.ts
CHANGED
|
@@ -10,7 +10,6 @@ declare enum IntegrationService {
|
|
|
10
10
|
MSCAL = "microsoft_calendar",
|
|
11
11
|
AJIRA = "atlassian_jira"
|
|
12
12
|
}
|
|
13
|
-
type FilterValues = IntegrationService | "done" | "new" | "fires";
|
|
14
13
|
declare enum BaseIconName {
|
|
15
14
|
SEARCH = "search",
|
|
16
15
|
EXTERNAL_LINK = "external_link",
|
|
@@ -247,4 +246,4 @@ type Event = {
|
|
|
247
246
|
|
|
248
247
|
declare const fakeMessages: ChatData[];
|
|
249
248
|
|
|
250
|
-
export { type Attachment, BaseIconName, type CalendarData, ChatBody, type ChatData, ColorVariants, EmailBody, type EmailData, type Event, EventCard, type EventData, type EventGroup, EventState, type EventSummaryParts, EventType, type ExternalPerson, FilterBar, type
|
|
249
|
+
export { type Attachment, BaseIconName, type CalendarData, ChatBody, type ChatData, ColorVariants, EmailBody, type EmailData, type Event, EventCard, type EventData, type EventGroup, EventState, type EventSummaryParts, EventType, type ExternalPerson, FilterBar, type FilterButtonKey, type IconSize, IntegrationService, type MessageData, NavBar, PreviewCard, SearchBar, TicketBody, type TicketComment, type TicketData, UrgencyLevel, fakeMessages };
|