carbon-components-svelte 0.72.2 → 0.73.0
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/CHANGELOG.md +17 -8
- package/README.md +3 -0
- package/css/all.css +1 -1
- package/css/g10.css +1 -1
- package/css/g100.css +1 -1
- package/css/g80.css +1 -1
- package/css/g90.css +1 -1
- package/css/white.css +1 -1
- package/lib/index.js +1 -1
- package/lib/index.mjs +291 -165
- package/package.json +3 -3
- package/src/Checkbox/Checkbox.svelte +1 -0
- package/src/FileUploader/Filename.svelte +4 -0
- package/src/FluidForm/FluidForm.svelte +4 -0
- package/src/ProgressBar/ProgressBar.svelte +35 -3
- package/types/Checkbox/Checkbox.svelte.d.ts +2 -1
- package/types/FileUploader/Filename.svelte.d.ts +4 -1
- package/types/FluidForm/FluidForm.svelte.d.ts +2 -1
- package/types/ProgressBar/ProgressBar.svelte.d.ts +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,31 +2,40 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
### [0.
|
|
5
|
+
### [0.73.0](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.72.3...v0.73.0) (2023-02-19)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **progress-bar:** add `status` prop ([#1560](https://github.com/carbon-design-system/carbon-components-svelte/issues/1560)) ([7ddbf17](https://github.com/carbon-design-system/carbon-components-svelte/commit/7ddbf17cbb82bd78256037af8028ea20b9c35d5a))
|
|
6
10
|
|
|
11
|
+
### [0.72.3](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.72.2...v0.72.3) (2023-02-11)
|
|
7
12
|
|
|
8
13
|
### Bug Fixes
|
|
9
14
|
|
|
10
|
-
|
|
15
|
+
- **types:** add missing `$$restProps` for `Checkbox`, `Filename`, `FluidForm` ([#1655](https://github.com/carbon-design-system/carbon-components-svelte/issues/1655)) ([6450e8b](https://github.com/carbon-design-system/carbon-components-svelte/commit/6450e8b0b17e1538043f131d64e2d1fc667c95a8))
|
|
11
16
|
|
|
12
|
-
### [0.72.
|
|
17
|
+
### [0.72.2](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.72.1...v0.72.2) (2023-02-05)
|
|
13
18
|
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- **dropdown:** dispatch correct `selectedItem` in `select` event ([#1646](https://github.com/carbon-design-system/carbon-components-svelte/issues/1646)) ([d897484](https://github.com/carbon-design-system/carbon-components-svelte/commit/d897484abfcc8be351ac87b0f0bb49900f4b4b1d)), closes [#1645](https://github.com/carbon-design-system/carbon-components-svelte/issues/1645)
|
|
22
|
+
|
|
23
|
+
### [0.72.1](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.72.0...v0.72.1) (2023-01-25)
|
|
14
24
|
|
|
15
25
|
### Bug Fixes
|
|
16
26
|
|
|
17
|
-
|
|
27
|
+
- **dropdown:** fix ssr issue ([#1639](https://github.com/carbon-design-system/carbon-components-svelte/issues/1639)) ([8cb5d53](https://github.com/carbon-design-system/carbon-components-svelte/commit/8cb5d538f7ad10d7c93e10c04f01d2c77b4eba44)), closes [#1638](https://github.com/carbon-design-system/carbon-components-svelte/issues/1638)
|
|
18
28
|
|
|
19
29
|
## [0.72.0](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.71.0...v0.72.0) (2023-01-18)
|
|
20
30
|
|
|
21
|
-
|
|
22
31
|
### ⚠ BREAKING CHANGES
|
|
23
32
|
|
|
24
|
-
|
|
33
|
+
- **tree-view:** remove `expanded` property from `TreeNode` interface (#1631)
|
|
25
34
|
|
|
26
35
|
### Bug Fixes
|
|
27
36
|
|
|
28
|
-
|
|
29
|
-
|
|
37
|
+
- **dropdown:** close when user clicks outside iframe ([#1596](https://github.com/carbon-design-system/carbon-components-svelte/issues/1596)) ([73aa6e2](https://github.com/carbon-design-system/carbon-components-svelte/commit/73aa6e216aa99df3b0b3186398e6466db523cf88)), closes [#1595](https://github.com/carbon-design-system/carbon-components-svelte/issues/1595)
|
|
38
|
+
- **tree-view:** remove `expanded` property from `TreeNode` interface ([#1631](https://github.com/carbon-design-system/carbon-components-svelte/issues/1631)) ([ec867c4](https://github.com/carbon-design-system/carbon-components-svelte/commit/ec867c46ba7adce02938d6516557d3312591fa5f)), closes [#1630](https://github.com/carbon-design-system/carbon-components-svelte/issues/1630)
|
|
30
39
|
|
|
31
40
|
## [0.71.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.71.0) - 2022-12-31
|
|
32
41
|
|
package/README.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
[![NPM][npm]][npm-url]
|
|
4
4
|

|
|
5
5
|

|
|
6
|
+
<a href="https://discord.gg/J7JEUEkTRX">
|
|
7
|
+
<img src="https://img.shields.io/discord/689212587170201628?color=5865F2&style=for-the-badge" alt="Chat with us on Discord">
|
|
8
|
+
</a>
|
|
6
9
|
|
|
7
10
|
Carbon Components Svelte is a [Svelte](https://github.com/sveltejs/svelte) component library that implements the [Carbon Design System](https://github.com/carbon-design-system), an open source design system by IBM.
|
|
8
11
|
|