@norwegian/core-components 8.0.1 → 8.0.2
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/assets/documentation/select/select.md +0 -1
- package/fesm2022/norwegian-core-components.mjs +939 -1381
- package/fesm2022/norwegian-core-components.mjs.map +1 -1
- package/index.d.ts +216 -502
- package/package.json +1 -1
- package/styles/2__generic/_fonts.scss +1 -1
- package/assets/documentation/select-new/select-new.md +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
The Select component allows users to choose from a dropdown list and supports extensive variants such as content inside options, inline mode, errors, compact mode, filled mode, disabled mode, and reactive forms.
|