@clds/paper
Advanced tools
Comparing version 0.14.6 to 0.15.0
{ | ||
"name": "@clds/paper", | ||
"description": "", | ||
"version": "0.14.6", | ||
"version": "0.15.0", | ||
"author": "Cloudinary", | ||
@@ -11,8 +11,7 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"@clds/component-theme": "0.14.6" | ||
"@clds/component-theme": "0.15.0" | ||
}, | ||
"devDependencies": { | ||
"@clds/testing-library": "0.14.6", | ||
"@clds/typography": "0.14.6", | ||
"@ladle/react": "2.4.5", | ||
"chai": "4.3.6", | ||
"jsdom": "20.0.2", | ||
@@ -23,3 +22,5 @@ "jsdom-global": "3.0.2", | ||
"react-is": "16.13.1", | ||
"styled-components": "5.1.0" | ||
"styled-components": "5.1.0", | ||
"@clds/testing-library": "0.15.0", | ||
"@clds/typography": "0.15.0" | ||
}, | ||
@@ -31,13 +32,2 @@ "peerDependencies": { | ||
}, | ||
"publishConfig": { | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"typings": "./dist/esm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
} | ||
}, | ||
"repository": "cloudinary/design-system.git", | ||
@@ -44,0 +34,0 @@ "scripts": { |
{ | ||
"name": "paper", | ||
"$schema": "../../../node_modules/nx/schemas/project-schema.json", | ||
@@ -3,0 +4,0 @@ "projectType": "library", |
@@ -10,3 +10,3 @@ import styled, { css } from 'styled-components'; | ||
*/ | ||
export const Paper = styled.div.attrs<PaperProps>((props ) => ({ | ||
export const Paper = styled.div.attrs<PaperProps>((props) => ({ | ||
'data-test': props['data-test'] ?? 'paper', | ||
@@ -13,0 +13,0 @@ 'data-test-specifier': props['data-test-specifier'], |
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
666
28971
10
+ Added@clds/component-theme@0.15.0(transitive)
+ Added@clds/feature-flags@0.15.0(transitive)
+ Added@clds/theme-helper@0.15.0(transitive)
+ Added@clds/themes@0.15.0(transitive)
- Removed@clds/component-theme@0.14.6(transitive)
- Removed@clds/feature-flags@0.14.6(transitive)
- Removed@clds/theme-helper@0.14.6(transitive)
- Removed@clds/themes@0.14.6(transitive)
Updated@clds/component-theme@0.15.0