@aws/mynah-ui
Advanced tools
Comparing version 4.17.0 to 4.17.1
import { ExtendedHTMLElement } from '../../helper/dom'; | ||
import { ChatItemContent, Status } from '../../static'; | ||
import { MynahIcons } from '../icon'; | ||
import { ChatItemContent } from '../../static'; | ||
export interface ChatItemInformationCardProps { | ||
tabId: string; | ||
testId?: string; | ||
messageId: string | undefined; | ||
informationCard: { | ||
title?: string; | ||
status?: { | ||
status?: Status; | ||
icon?: MynahIcons; | ||
body?: string; | ||
}; | ||
description?: string; | ||
icon?: MynahIcons; | ||
content: ChatItemContent; | ||
}; | ||
informationCard: Required<ChatItemContent>['informationCard']; | ||
} | ||
@@ -19,0 +9,0 @@ export declare class ChatItemInformationCard { |
{ | ||
"name": "@aws/mynah-ui", | ||
"displayName": "AWS Mynah UI", | ||
"version": "4.17.0", | ||
"version": "4.17.1", | ||
"description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI", | ||
@@ -34,3 +34,3 @@ "publisher": "Amazon Web Services", | ||
"api-doc-deploy": "npx typedoc src/main.ts --out ./example/dist/api-doc", | ||
"postinstall": "npm install -g live-server && node postinstall.js", | ||
"postinstall": "node postinstall.js", | ||
"prepare": "npx husky" | ||
@@ -37,0 +37,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
24468115
9955