Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@guardian/atoms-rendering

Package Overview
Dependencies
Maintainers
45
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guardian/atoms-rendering - npm Package Compare versions

Comparing version 23.2.0 to 23.2.1

6

CHANGELOG.md
# @guardian/atoms-rendering
## 23.2.1
### Patch Changes
- 9a0c753: Adding improved labels to like & dislike button for Q&A atom
## 23.2.0

@@ -4,0 +10,0 @@

4

dist/commonjs/expandableAtom/Footer.js

@@ -51,7 +51,7 @@ "use strict";

` }, { children: [jsx_runtime_1.jsx("div", { children: "Was this helpful?" }, void 0),
jsx_runtime_1.jsx("button", Object.assign({ "data-testid": "like", css: buttonStyling, onClick: () => {
jsx_runtime_1.jsx("button", Object.assign({ "aria-label": "yes, this was helpful", "data-testid": "like", css: buttonStyling, onClick: () => {
likeHandler();
setShowThankYou(true);
} }, { children: jsx_runtime_1.jsx(ThumbImage, {}, void 0) }), void 0),
jsx_runtime_1.jsx("button", Object.assign({ css: [
jsx_runtime_1.jsx("button", Object.assign({ "aria-label": "no, this was not helpful", css: [
buttonStyling,

@@ -58,0 +58,0 @@ react_2.css `

@@ -48,7 +48,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";

` }, { children: [_jsx("div", { children: "Was this helpful?" }, void 0),
_jsx("button", Object.assign({ "data-testid": "like", css: buttonStyling, onClick: () => {
_jsx("button", Object.assign({ "aria-label": "yes, this was helpful", "data-testid": "like", css: buttonStyling, onClick: () => {
likeHandler();
setShowThankYou(true);
} }, { children: _jsx(ThumbImage, {}, void 0) }), void 0),
_jsx("button", Object.assign({ css: [
_jsx("button", Object.assign({ "aria-label": "no, this was not helpful", css: [
buttonStyling,

@@ -55,0 +55,0 @@ css `

@@ -7,3 +7,3 @@ {

},
"version": "23.2.0",
"version": "23.2.1",
"source": "src/index.ts",

@@ -10,0 +10,0 @@ "main": "dist/commonjs/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc