@ecl/ec-specs-text-input
Advanced tools
Comparing version 2.9.0 to 2.10.0
// Simple content for demo | ||
module.exports = { | ||
id: 'example-input-id-1', | ||
placeholder: 'Placeholder', | ||
label: 'Label', | ||
width: 'm', | ||
}; |
module.exports = { | ||
id: 'example-input-id-2', | ||
is_disabled: true, | ||
placeholder: 'Placeholder', | ||
width: 'm', | ||
}; |
module.exports = { | ||
id: 'example-input-id-3', | ||
has_error: true, | ||
placeholder: 'Placeholder', | ||
width: 'm', | ||
}; |
@@ -5,3 +5,3 @@ { | ||
"license": "EUPL-1.1", | ||
"version": "2.9.0", | ||
"version": "2.10.0", | ||
"description": "ECL Text Input Specs", | ||
@@ -24,3 +24,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "78d443b1e119bb479cc51d83641a6a9a435bc2bf" | ||
"gitHead": "545c5c940fe2a67adcd540fafb374e01d165046f" | ||
} |
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
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
14046