Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@amazon-connect/theme
Advanced tools
The theme package defines and applies the Connect theme when developing with Cloudscape.
% npm install -P @amazon-connect/theme
The theme package must be imported once at the entry point of the application.
src/index.ts
import { applyConnectTheme } from "@amazon-connect/theme";
applyConnectTheme();
From then on cloudscape components and design tokens can be used directly from Cloudscape.
src/App.ts
import * as React from "react";
import Button from "@cloudscape-design/components/button";
export default () => {
return <Button variant="primary">Button</Button>;
}
1.0.4
@amazon-connect/email
, providing the ability to handle email contacts through the EmailClient
@amazon-connect/file
, providing the ability to handle attachments through the FileClient
@amazon-connect/message-template
, providing the ability to work with message templates through the MessageTemplateClient
@amazon-connect/quick-responses
, providing the ability to search quick responses through the QuickResponsesClient
@amazon-connect/contact
AgentClient
: Fixed AgentState and AgentStateChanged type@amazon-connect/user
SettingsClient
: Fixed the getLanguage type and UserLanguageChanged type@amazon-connect/voice
VoiceRequests
enum to VoiceRoutes
FAQs
Theme for apps functionality of the Amazon Connect SDK
The npm package @amazon-connect/theme receives a total of 47 weekly downloads. As such, @amazon-connect/theme popularity was classified as not popular.
We found that @amazon-connect/theme demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.