@onfido/castor
Advanced tools
Comparing version 2.0.3 to 2.1.0
{ | ||
"name": "@onfido/castor", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"description": "Onfido's design system.", | ||
@@ -31,3 +31,3 @@ "author": "Onfido", | ||
"@onfido/castor-tokens": "^1.0.0-beta.5", | ||
"csstype": "^3.0.10" | ||
"csstype": "^3.0.11" | ||
}, | ||
@@ -34,0 +34,0 @@ "peerDependencies": { |
@@ -1,2 +0,1 @@ | ||
import { classy, m } from '@onfido/castor'; | ||
import { html, htmlMatrix, Meta, omit, Story } from '../../../../../docs'; | ||
@@ -17,3 +16,3 @@ import { FieldLabel } from '../field-label/field-label.story'; | ||
argTypes: { | ||
...omit('class', 'id', 'required', 'value'), | ||
...omit('class', 'empty', 'id', 'required', 'value'), | ||
children: { | ||
@@ -88,3 +87,3 @@ description: [ | ||
], | ||
class: classy(m('empty')), | ||
empty: true, | ||
}, | ||
@@ -91,0 +90,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
181685
2163
Updatedcsstype@^3.0.11