kopia lustrzana https://github.com/shoelace-style/shoelace
revert dist
rodzic
0cc8fdb8f8
commit
6c7d7f4b7e
|
@ -21,6 +21,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti
|
|||
- `data-valid` - indicates that the form control is valid
|
||||
- `data-user-invalid` - indicates the form control is invalid and the user has interacted with it
|
||||
- `data-user-valid` - indicates the form control is valid and the user has interacted with it
|
||||
- Added npm exports [#1020](https://github.com/shoelace-style/shoelace/pull/1020)
|
||||
- Added `checkValidity()` method to all form controls
|
||||
- Added `reportValidity()` method to `<sl-range>`
|
||||
- Added `button--checked` to `<sl-radio-button>` and `control--checked` to `<sl-radio>` to style just the checked state [#933](https://github.com/shoelace-style/shoelace/pull/933)
|
||||
|
|
10
package.json
10
package.json
|
@ -14,11 +14,11 @@
|
|||
"types": "./dist/shoelace.d.ts",
|
||||
"import": "./dist/shoelace.js"
|
||||
},
|
||||
"./themes/*": "./dist/themes/*",
|
||||
"./components/*": "./dist/components/*",
|
||||
"./utilities/*": "./dist/utilities/*",
|
||||
"./react/*": "./dist/react/*",
|
||||
"./translations/*": "./dist/translations/*"
|
||||
"./dist/themes/*": "./dist/themes/*",
|
||||
"./dist/components/*": "./dist/components/*",
|
||||
"./dist/utilities/*": "./dist/utilities/*",
|
||||
"./dist/react/*": "./dist/react/*",
|
||||
"./dist/translations/*": "./dist/translations/*"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
Ładowanie…
Reference in New Issue