kopia lustrzana https://github.com/shoelace-style/shoelace
add custom-elements.json to exports
rodzic
e624701022
commit
0f0f71af9b
|
@ -8,6 +8,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti
|
||||||
|
|
||||||
## Next
|
## Next
|
||||||
|
|
||||||
|
- Added `custom-elements.json` to package exports
|
||||||
- Added `tag__base`, `tag__content`, `tag__remove-button`, `tag__remove-button__base` parts to `<sl-select>`
|
- Added `tag__base`, `tag__content`, `tag__remove-button`, `tag__remove-button__base` parts to `<sl-select>`
|
||||||
- Fixed a bug in `<sl-rating>` that allowed the `sl-change` event to be emitted when disabled [#1220](https://github.com/shoelace-style/shoelace/issues/1220)
|
- Fixed a bug in `<sl-rating>` that allowed the `sl-change` event to be emitted when disabled [#1220](https://github.com/shoelace-style/shoelace/issues/1220)
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
"types": "./dist/shoelace.d.ts",
|
"types": "./dist/shoelace.d.ts",
|
||||||
"import": "./dist/shoelace.js"
|
"import": "./dist/shoelace.js"
|
||||||
},
|
},
|
||||||
|
"./dist/custom-elements.json": "./dist/custom-elements.json",
|
||||||
"./dist/themes/*": "./dist/themes/*",
|
"./dist/themes/*": "./dist/themes/*",
|
||||||
"./dist/components/*": "./dist/components/*",
|
"./dist/components/*": "./dist/components/*",
|
||||||
"./dist/utilities/*": "./dist/utilities/*",
|
"./dist/utilities/*": "./dist/utilities/*",
|
||||||
|
|
Ładowanie…
Reference in New Issue