@rocket.chat/ui-kit
Advanced tools
Comparing version 0.32.0-dev.318 to 0.32.0-dev.319
@@ -9,4 +9,5 @@ import type { ActionsBlock } from './layout/ActionsBlock'; | ||
import type { SectionBlock } from './layout/SectionBlock'; | ||
import type { TabNavigationBlock } from './layout/TabNavigationBlock'; | ||
import type { VideoConferenceBlock } from './layout/VideoConferenceBlock'; | ||
export type LayoutBlock = PreviewBlock | ActionsBlock | ConditionalBlock | ContextBlock | DividerBlock | ImageBlock | InputBlock | SectionBlock | VideoConferenceBlock | PreviewBlock; | ||
export type LayoutBlock = PreviewBlock | ActionsBlock | ConditionalBlock | ContextBlock | DividerBlock | ImageBlock | InputBlock | SectionBlock | VideoConferenceBlock | PreviewBlock | TabNavigationBlock; | ||
//# sourceMappingURL=LayoutBlock.d.ts.map |
@@ -10,4 +10,5 @@ export declare enum LayoutBlockType { | ||
PREVIEW = "preview", | ||
TAB_NAVIGATION = "tab_navigation", | ||
VIDEO_CONF = "video_conf" | ||
} | ||
//# sourceMappingURL=LayoutBlockType.d.ts.map |
@@ -14,4 +14,5 @@ "use strict"; | ||
LayoutBlockType["PREVIEW"] = "preview"; | ||
LayoutBlockType["TAB_NAVIGATION"] = "tab_navigation"; | ||
LayoutBlockType["VIDEO_CONF"] = "video_conf"; | ||
})(LayoutBlockType = exports.LayoutBlockType || (exports.LayoutBlockType = {})); | ||
//# sourceMappingURL=LayoutBlockType.js.map |
@@ -33,2 +33,3 @@ export { ConfirmationDialog } from './blocks/ConfirmationDialog'; | ||
export { LayoutBlock } from './blocks/LayoutBlock'; | ||
export { TabNavigationBlock } from './blocks/layout/TabNavigationBlock'; | ||
export { InputElementDispatchAction } from './blocks/InputElementDispatchAction'; | ||
@@ -35,0 +36,0 @@ export { Block } from './blocks/Block'; |
@@ -9,4 +9,5 @@ import type { ActionsBlock } from './layout/ActionsBlock'; | ||
import type { SectionBlock } from './layout/SectionBlock'; | ||
import type { TabNavigationBlock } from './layout/TabNavigationBlock'; | ||
import type { VideoConferenceBlock } from './layout/VideoConferenceBlock'; | ||
export type LayoutBlock = PreviewBlock | ActionsBlock | ConditionalBlock | ContextBlock | DividerBlock | ImageBlock | InputBlock | SectionBlock | VideoConferenceBlock | PreviewBlock; | ||
export type LayoutBlock = PreviewBlock | ActionsBlock | ConditionalBlock | ContextBlock | DividerBlock | ImageBlock | InputBlock | SectionBlock | VideoConferenceBlock | PreviewBlock | TabNavigationBlock; | ||
//# sourceMappingURL=LayoutBlock.d.ts.map |
@@ -10,4 +10,5 @@ export declare enum LayoutBlockType { | ||
PREVIEW = "preview", | ||
TAB_NAVIGATION = "tab_navigation", | ||
VIDEO_CONF = "video_conf" | ||
} | ||
//# sourceMappingURL=LayoutBlockType.d.ts.map |
@@ -11,4 +11,5 @@ export var LayoutBlockType; | ||
LayoutBlockType["PREVIEW"] = "preview"; | ||
LayoutBlockType["TAB_NAVIGATION"] = "tab_navigation"; | ||
LayoutBlockType["VIDEO_CONF"] = "video_conf"; | ||
})(LayoutBlockType || (LayoutBlockType = {})); | ||
//# sourceMappingURL=LayoutBlockType.js.map |
@@ -33,2 +33,3 @@ export { ConfirmationDialog } from './blocks/ConfirmationDialog'; | ||
export { LayoutBlock } from './blocks/LayoutBlock'; | ||
export { TabNavigationBlock } from './blocks/layout/TabNavigationBlock'; | ||
export { InputElementDispatchAction } from './blocks/InputElementDispatchAction'; | ||
@@ -35,0 +36,0 @@ export { Block } from './blocks/Block'; |
{ | ||
"name": "@rocket.chat/ui-kit", | ||
"version": "0.32.0-dev.318", | ||
"version": "0.32.0-dev.319", | ||
"description": "Interactive UI elements for Rocket.Chat Apps", | ||
@@ -44,4 +44,4 @@ "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", | ||
"@babel/preset-env": "~7.21.4", | ||
"@rocket.chat/eslint-config-alt": "~0.32.0-dev.135", | ||
"@rocket.chat/prettier-config": "~0.31.23-dev.157", | ||
"@rocket.chat/eslint-config-alt": "~0.32.0-dev.136", | ||
"@rocket.chat/prettier-config": "~0.31.23-dev.158", | ||
"@types/jest": "~29.5.0", | ||
@@ -48,0 +48,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
313908
635
3007