carbon-components-svelte
Advanced tools
Comparing version 0.81.1 to 0.81.2
{ | ||
"name": "carbon-components-svelte", | ||
"version": "0.81.1", | ||
"version": "0.81.2", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "description": "Svelte implementation of the Carbon Design System", |
@@ -30,3 +30,3 @@ import type { SvelteComponentTyped } from "svelte"; | ||
/** | ||
* Override the item name, title, labelText passed to the checkbox input | ||
* Override the item name, title, labelText, or value passed to the user-selectable checkbox input as well as the hidden inputs. | ||
* @default (item) => {} | ||
@@ -38,2 +38,3 @@ */ | ||
title?: string; | ||
value?: string; | ||
}; | ||
@@ -40,0 +41,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
7153029
72500