New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@elliemae/ds-card-navigation

Package Overview
Dependencies
Maintainers
2
Versions
2415
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elliemae/ds-card-navigation - npm Package Compare versions

Comparing version 0.3.33 to 0.3.34

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.3.34](http://githubdev.dco.elmae/platform-ui/dimsum/compare/v0.3.33...v0.3.34) (2019-09-23)
### Features
* Update Card Navigation [PUI-1264](https://jira.elliemae.io/browse/PUI-1264) ([13796da](http://githubdev.dco.elmae/platform-ui/dimsum/commit/13796da))
## [0.3.33](http://githubdev.dco.elmae/platform-ui/dimsum/compare/v0.3.32...v0.3.33) (2019-09-18)

@@ -8,0 +19,0 @@

7

dist/ds-card-navigation.js

@@ -130,3 +130,6 @@ 'use strict';

return React.createElement(CardNavigationBoxWrapper, _extends({}, rest, containerProps, {
return React.createElement(CardNavigationBoxWrapper, _extends({
role: "button",
tabIndex: 0
}, rest, containerProps, {
__source: {

@@ -213,3 +216,3 @@ fileName: _jsxFileName,

buttonType: DSButton.BUTTON_TYPE.TEXT,
size: DSButton.BUTTON_SIZE.M,
size: DSButton.BUTTON_SIZE.L,
__source: {

@@ -216,0 +219,0 @@ fileName: _jsxFileName,

{
"name": "@elliemae/ds-card-navigation",
"version": "0.3.33",
"version": "0.3.34",
"license": "MIT",

@@ -18,4 +18,4 @@ "description": "Ellie Mae - Dim Sum - Card Navigation",

"dependencies": {
"@elliemae/ds-basic": "0.3.33",
"@elliemae/ds-classnames": "0.3.33"
"@elliemae/ds-basic": "0.3.34",
"@elliemae/ds-classnames": "0.3.34"
},

@@ -22,0 +22,0 @@ "peerDependencies": {

@@ -30,3 +30,3 @@ import React from 'react'

return (
<CardNavigationBoxWrapper {...rest} {...containerProps}>
<CardNavigationBoxWrapper role='button' tabIndex={0} {...rest} {...containerProps}>
<CardNavigationIcon classProps={{ type }}>

@@ -54,3 +54,3 @@ <Icon size='l' />

buttonType={BUTTON_TYPE.TEXT}
size={BUTTON_SIZE.M}
size={BUTTON_SIZE.L}
/>

@@ -57,0 +57,0 @@ </CardNavigationAction>

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