@aws-amplify/codegen-ui
Advanced tools
Comparing version 1.2.0 to 1.2.1-365007e.0
@@ -252,2 +252,6 @@ export declare type FigmaMetadata = { | ||
/** | ||
* These are the string values accepted by operator | ||
*/ | ||
export declare type RelationalOperator = 'eq' | 'ne' | 'le' | 'lt' | 'ge' | 'gt'; | ||
/** | ||
* Component property that represents a conditional expression | ||
@@ -259,3 +263,3 @@ */ | ||
field?: string; | ||
operator: string; | ||
operator: RelationalOperator; | ||
operand: string | number | boolean; | ||
@@ -262,0 +266,0 @@ then: StudioComponentProperty; |
{ | ||
"name": "@aws-amplify/codegen-ui", | ||
"version": "1.2.0", | ||
"version": "1.2.1-365007e.0", | ||
"description": "generic component code generation interface definitions", | ||
@@ -53,3 +53,3 @@ "author": "Amazon Web Services", | ||
}, | ||
"gitHead": "cd1430860266e88dd11abd2e4d6ebbd1149be0d9" | ||
"gitHead": "7ae665bf8881c8ebc035eae000326062a42c76a2" | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
158499
1322
1