carbon-components-svelte 0.85.1 → 0.85.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/lib/index.js +1 -1
- package/lib/index.mjs +249 -265
- package/package.json +4 -6
- package/src/Breakpoint/Breakpoint.svelte +1 -0
- package/src/OverflowMenu/OverflowMenu.svelte +1 -1
- package/src/TextInput/PasswordInput.svelte +1 -1
- package/src/TextInput/TextInput.svelte +1 -1
- package/src/UIShell/HeaderAction.svelte +1 -0
- package/telemetry.yml +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ Design systems facilitate design and development through reuse, consistency, and
|
|
|
13
13
|
|
|
14
14
|
The Carbon Svelte portfolio also includes:
|
|
15
15
|
|
|
16
|
-
- **[Carbon Icons Svelte](https://github.com/carbon-design-system/carbon-icons-svelte)**: 2,
|
|
16
|
+
- **[Carbon Icons Svelte](https://github.com/carbon-design-system/carbon-icons-svelte)**: 2,400+ Carbon icons as Svelte components
|
|
17
17
|
- **[Carbon Pictograms Svelte](https://github.com/carbon-design-system/carbon-pictograms-svelte)**: 1,100+ Carbon pictograms as Svelte components
|
|
18
18
|
- **[Carbon Charts Svelte](https://github.com/carbon-design-system/carbon-charts/tree/master/packages/svelte)**: 20+ charts, powered by d3
|
|
19
19
|
- **[Carbon Preprocess Svelte](https://github.com/carbon-design-system/carbon-preprocess-svelte)**: Collection of Svelte preprocessors for Carbon
|
|
@@ -274,9 +274,8 @@ Refer to the [Contributing guidelines](CONTRIBUTING.md).
|
|
|
274
274
|
|
|
275
275
|
## <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
|
|
276
276
|
|
|
277
|
-
This package uses IBM Telemetry to collect
|
|
278
|
-
package as a dependency you are agreeing to telemetry collection. To opt out,
|
|
279
|
-
see
|
|
277
|
+
This package uses IBM Telemetry to collect de-identified and anonymized metrics data in CI environments. By installing
|
|
278
|
+
this package as a dependency you are agreeing to telemetry collection. To opt out, see
|
|
280
279
|
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
|
|
281
280
|
For more information on the data being collected, please see the
|
|
282
281
|
[IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
|