@limetech/lime-elements 37.2.0-next.1 → 37.2.0-next.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/CHANGELOG.md +24 -0
- package/dist/cjs/limel-form.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-help.cjs.entry.js.map +1 -1
- package/dist/collection/components/action-bar/action-bar-item/action-bar-overflow-menu.js +1 -1
- package/dist/collection/components/form/form.types.js.map +1 -1
- package/dist/collection/components/form/widgets/input-field.js.map +1 -1
- package/dist/collection/components/help/help.js +16 -4
- package/dist/collection/components/help/help.js.map +1 -1
- package/dist/collection/components/help/help.types.js +2 -0
- package/dist/collection/components/help/help.types.js.map +1 -0
- package/dist/collection/components/menu/menu.js +2 -2
- package/dist/collection/components/menu-list/menu-list.js +1 -1
- package/dist/collection/components/split-button/split-button.js +1 -1
- package/dist/esm/limel-form.entry.js.map +1 -1
- package/dist/esm/limel-help.entry.js.map +1 -1
- package/dist/lime-elements/p-1ca94bcf.entry.js.map +1 -1
- package/dist/lime-elements/p-8289f3f5.entry.js.map +1 -1
- package/dist/types/components/form/form.types.d.ts +2 -2
- package/dist/types/components/help/help.d.ts +6 -13
- package/dist/types/components/help/help.types.d.ts +28 -0
- package/dist/types/components.d.ts +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [37.2.0-next.3](https://github.com/Lundalogik/lime-elements/compare/v37.2.0-next.2...v37.2.0-next.3) (2024-02-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
* **LimeSchemaOptions:** replace use of internal type `Components.LimelHelp` with interface `Help` ([eb1d0f4](https://github.com/Lundalogik/lime-elements/commit/eb1d0f4afeb8c3c3f5bb866c3c5f168eb96dd8f0))
|
|
8
|
+
|
|
9
|
+
## [37.2.0-next.2](https://github.com/Lundalogik/lime-elements/compare/v37.2.0-next.1...v37.2.0-next.2) (2024-02-02)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
* **icon:** do not crash if icon is `null` ([f8699a9](https://github.com/Lundalogik/lime-elements/commit/f8699a929317eb699e2e9e46558fe8c98cc070fd)), closes [#2752](https://github.com/Lundalogik/lime-elements/issues/2752)
|
|
16
|
+
|
|
1
17
|
## [37.2.0-next.1](https://github.com/Lundalogik/lime-elements/compare/v37.1.0...v37.2.0-next.1) (2024-02-02)
|
|
2
18
|
|
|
3
19
|
|
|
@@ -142,6 +158,14 @@
|
|
|
142
158
|
* **menu:** calculate currentSubMenu even when searching ([6da2af4](https://github.com/Lundalogik/lime-elements/commit/6da2af4a25d039ab2775e451eb36886fda43e635))
|
|
143
159
|
* **menu:** clear search when navigating the menu ([baa4d25](https://github.com/Lundalogik/lime-elements/commit/baa4d25c3e29f92d850c0d1719e94fab21c4c636))
|
|
144
160
|
|
|
161
|
+
## [37.1.1](https://github.com/Lundalogik/lime-elements/compare/v37.1.0...v37.1.1) (2024-02-02)
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### Bug Fixes
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
* **icon:** do not crash if icon is `null` ([f8699a9](https://github.com/Lundalogik/lime-elements/commit/f8699a929317eb699e2e9e46558fe8c98cc070fd)), closes [#2752](https://github.com/Lundalogik/lime-elements/issues/2752)
|
|
168
|
+
|
|
145
169
|
## [37.1.0](https://github.com/Lundalogik/lime-elements/compare/v37.0.0...v37.1.0) (2024-02-02)
|
|
146
170
|
|
|
147
171
|
|