@rocket.chat/ui-kit
Advanced tools
Comparing version 0.32.0-dev.349 to 0.32.0-dev.350
@@ -1,6 +0,7 @@ | ||
export type Markdown = { | ||
import type { WithTranslations } from '../WithTranslations'; | ||
export type Markdown = WithTranslations<{ | ||
type: 'mrkdwn'; | ||
text: string; | ||
verbatim?: boolean; | ||
}; | ||
}>; | ||
//# sourceMappingURL=Markdown.d.ts.map |
@@ -1,6 +0,7 @@ | ||
export type PlainText = { | ||
import type { WithTranslations } from '../WithTranslations'; | ||
export type PlainText = WithTranslations<{ | ||
type: 'plain_text'; | ||
text: string; | ||
emoji?: boolean; | ||
}; | ||
}>; | ||
//# sourceMappingURL=PlainText.d.ts.map |
import type { Markdown } from './text/Markdown'; | ||
import type { PlainText } from './text/PlainText'; | ||
type I18n = { | ||
i18n?: { | ||
key: string; | ||
args?: { | ||
[key: string]: string | number; | ||
}; | ||
}; | ||
}; | ||
export type TextObject = (PlainText | Markdown) & I18n; | ||
export {}; | ||
export type TextObject = PlainText | Markdown; | ||
//# sourceMappingURL=TextObject.d.ts.map |
@@ -48,2 +48,4 @@ export { ConfirmationDialog } from './blocks/ConfirmationDialog'; | ||
export * from './blocks/deprecations'; | ||
export { type BlockRenderers } from './rendering/BlockRenderers'; | ||
export { type RenderableLayoutBlock } from './blocks/RenderableLayoutBlock'; | ||
export { uiKitAttachment } from './rendering/surfaces/uiKitAttachment'; | ||
@@ -50,0 +52,0 @@ export { uiKitBanner } from './rendering/surfaces/uiKitBanner'; |
@@ -1,6 +0,7 @@ | ||
export type Markdown = { | ||
import type { WithTranslations } from '../WithTranslations'; | ||
export type Markdown = WithTranslations<{ | ||
type: 'mrkdwn'; | ||
text: string; | ||
verbatim?: boolean; | ||
}; | ||
}>; | ||
//# sourceMappingURL=Markdown.d.ts.map |
@@ -1,6 +0,7 @@ | ||
export type PlainText = { | ||
import type { WithTranslations } from '../WithTranslations'; | ||
export type PlainText = WithTranslations<{ | ||
type: 'plain_text'; | ||
text: string; | ||
emoji?: boolean; | ||
}; | ||
}>; | ||
//# sourceMappingURL=PlainText.d.ts.map |
import type { Markdown } from './text/Markdown'; | ||
import type { PlainText } from './text/PlainText'; | ||
type I18n = { | ||
i18n?: { | ||
key: string; | ||
args?: { | ||
[key: string]: string | number; | ||
}; | ||
}; | ||
}; | ||
export type TextObject = (PlainText | Markdown) & I18n; | ||
export {}; | ||
export type TextObject = PlainText | Markdown; | ||
//# sourceMappingURL=TextObject.d.ts.map |
@@ -48,2 +48,4 @@ export { ConfirmationDialog } from './blocks/ConfirmationDialog'; | ||
export * from './blocks/deprecations'; | ||
export { type BlockRenderers } from './rendering/BlockRenderers'; | ||
export { type RenderableLayoutBlock } from './blocks/RenderableLayoutBlock'; | ||
export { uiKitAttachment } from './rendering/surfaces/uiKitAttachment'; | ||
@@ -50,0 +52,0 @@ export { uiKitBanner } from './rendering/surfaces/uiKitBanner'; |
{ | ||
"name": "@rocket.chat/ui-kit", | ||
"version": "0.32.0-dev.349", | ||
"version": "0.32.0-dev.350", | ||
"description": "Interactive UI elements for Rocket.Chat Apps", | ||
@@ -44,5 +44,5 @@ "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", | ||
"@babel/preset-env": "~7.21.4", | ||
"@rocket.chat/eslint-config-alt": "~0.32.0-dev.166", | ||
"@rocket.chat/icons": "~0.32.0-dev.396", | ||
"@rocket.chat/prettier-config": "~0.31.26-dev.4", | ||
"@rocket.chat/eslint-config-alt": "~0.32.0-dev.167", | ||
"@rocket.chat/icons": "~0.32.0-dev.397", | ||
"@rocket.chat/prettier-config": "~0.31.26-dev.5", | ||
"@types/jest": "~29.5.0", | ||
@@ -49,0 +49,0 @@ "babel-loader": "~9.1.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
340949
691
3240