carbon-components-svelte
Advanced tools
Comparing version 0.82.11 to 0.83.0
{ | ||
"name": "carbon-components-svelte", | ||
"version": "0.82.11", | ||
"version": "0.83.0", | ||
"license": "Apache-2.0", | ||
@@ -35,5 +35,7 @@ "description": "Svelte implementation of the Carbon Design System", | ||
"format": "prettier --write \"./**/*.{svelte,js,md}\"", | ||
"postinstall": "ibmtelemetry --config=telemetry.yml", | ||
"release": "standard-version && yarn build:docs" | ||
}, | ||
"dependencies": { | ||
"@ibm/telemetry-js": "^1.2.1", | ||
"flatpickr": "4.6.9" | ||
@@ -87,3 +89,4 @@ }, | ||
"types", | ||
"css" | ||
"css", | ||
"telemetry.yml" | ||
], | ||
@@ -90,0 +93,0 @@ "contributors": [ |
@@ -260,1 +260,10 @@ # carbon-components-svelte | ||
[npm-url]: https://npmjs.com/package/carbon-components-svelte | ||
## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry | ||
This package uses IBM Telemetry to collect anonymous metrics data in CI environments. By installing this | ||
package as a dependency you are agreeing to telemetry collection. To opt out, | ||
see | ||
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection). | ||
For more information on the data being collected, please see the | ||
[IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics). |
import type { SvelteComponentTyped } from "svelte"; | ||
import type { SvelteHTMLElements } from "svelte/elements"; | ||
type RestProps = SvelteHTMLElements["a"] & SvelteHTMLElements["p"]; | ||
type RestProps = SvelteHTMLElements["a"]; | ||
@@ -48,3 +48,3 @@ export interface LinkProps extends RestProps { | ||
*/ | ||
ref?: null | HTMLAnchorElement | HTMLParagraphElement; | ||
ref?: null | HTMLAnchorElement; | ||
@@ -51,0 +51,0 @@ [key: `data-${string}`]: any; |
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
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
7061461
471
73228
269
2
1
+ Added@ibm/telemetry-js@^1.2.1
+ Added@ibm/telemetry-js@1.8.0(transitive)