Socket
Socket
Sign inDemoInstall

@khanacademy/wonder-blocks-cell

Package Overview
Dependencies
Maintainers
1
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/wonder-blocks-cell - npm Package Compare versions

Comparing version 3.0.29 to 3.0.30

8

CHANGELOG.md
# @khanacademy/wonder-blocks-cell
## 3.0.30
### Patch Changes
- ddcb198a: Updating code comments to use PhosphorIcon examples
- Updated dependencies [7b24db93]
- @khanacademy/wonder-blocks-clickable@4.0.10
## 3.0.29

@@ -4,0 +12,0 @@

4

dist/components/compact-cell.d.ts

@@ -14,6 +14,8 @@ import * as React from "react";

* import {CompactCell} from "@khanacademy/wonder-blocks-cell";
* import {PhosphorIcon} from "@khanacademy/wonder-blocks-icon";
* import caretRightIcon from "@phosphor-icons/core/regular/caret-right.svg";
*
* <CompactCell
* title="Compact cell"
* rightAccessory={<Icon icon={icons.caretRight} size="medium" />}
* rightAccessory={<PhosphorIcon icon={caretRightIcon} size="medium" />}
* />

@@ -20,0 +22,0 @@ * ```

@@ -28,9 +28,10 @@ import * as React from "react";

* import {DetailCell} from "@khanacademy/wonder-blocks-cell";
* import {PhosphorIcon} from "@khanacademy/wonder-blocks-icon";
*
* <DetailCell
* leftAccessory={<Icon icon={icons.contentVideo} size="medium" />}
* leftAccessory={<PhosphorIcon icon={contentVideo} size="medium" />}
* subtitle1="Subtitle 1"
* title="Detail cell"
* subtitle1="Subtitle 2"
* rightAccessory={<Icon icon={icons.caretRight} size="medium" />}
* rightAccessory={<PhosphorIcon icon={caretRight} size="medium" />}
* />

@@ -37,0 +38,0 @@ * ```

{
"name": "@khanacademy/wonder-blocks-cell",
"version": "3.0.29",
"version": "3.0.30",
"design": "v1",

@@ -17,3 +17,3 @@ "publishConfig": {

"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-clickable": "^4.0.9",
"@khanacademy/wonder-blocks-clickable": "^4.0.10",
"@khanacademy/wonder-blocks-color": "^3.0.0",

@@ -20,0 +20,0 @@ "@khanacademy/wonder-blocks-core": "^6.3.0",

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

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