@mittwald/flow-react-components 0.2.0-alpha.157 → 0.2.0-alpha.159
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 +12 -0
- package/dist/assets/doc-properties.json +36476 -36470
- package/dist/js/components/src/components/NotificationProvider/{NotificationContainer.mjs → NotificationContainer/NotificationContainer.mjs} +2 -2
- package/dist/js/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.mjs.map +1 -0
- package/dist/js/components/src/components/NotificationProvider/NotificationProvider.mjs +4 -2
- package/dist/js/components/src/components/NotificationProvider/NotificationProvider.mjs.map +1 -1
- package/dist/js/components/src/components/Wrap/Wrap.mjs.map +1 -1
- package/dist/js/components/src/lib/hooks/useProps.mjs +16 -10
- package/dist/js/components/src/lib/hooks/useProps.mjs.map +1 -1
- package/dist/js/components/src/lib/react/areChildrenEmpty.mjs +23 -0
- package/dist/js/components/src/lib/react/areChildrenEmpty.mjs.map +1 -0
- package/dist/js/flr-universal.mjs +1 -1
- package/dist/js/icons.mjs +1 -0
- package/dist/js/icons.mjs.map +1 -1
- package/dist/js/internal.mjs +1 -0
- package/dist/js/internal.mjs.map +1 -1
- package/dist/types/components/Modal/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/NotificationProvider/NotificationContainer/NotificationContainer.d.ts.map +1 -0
- package/dist/types/components/NotificationProvider/NotificationContainer/index.d.ts +2 -0
- package/dist/types/components/NotificationProvider/NotificationContainer/index.d.ts.map +1 -0
- package/dist/types/components/NotificationProvider/NotificationContainer/view.d.ts +8 -0
- package/dist/types/components/NotificationProvider/NotificationContainer/view.d.ts.map +1 -0
- package/dist/types/components/NotificationProvider/NotificationProvider.d.ts +1 -2
- package/dist/types/components/NotificationProvider/NotificationProvider.d.ts.map +1 -1
- package/dist/types/components/NotificationProvider/index.d.ts +0 -1
- package/dist/types/components/NotificationProvider/index.d.ts.map +1 -1
- package/dist/types/components/Wrap/Wrap.d.ts +3 -2
- package/dist/types/components/Wrap/Wrap.d.ts.map +1 -1
- package/dist/types/flr-universal.d.ts +1 -1
- package/dist/types/flr-universal.d.ts.map +1 -1
- package/dist/types/internal.d.ts +1 -0
- package/dist/types/internal.d.ts.map +1 -1
- package/dist/types/lib/hooks/public.d.ts +1 -0
- package/dist/types/lib/hooks/public.d.ts.map +1 -1
- package/dist/types/lib/hooks/useProps.d.ts.map +1 -1
- package/dist/types/lib/hooks/useProps.test.d.ts.map +1 -0
- package/dist/types/lib/react/areChildrenEmpty.d.ts +3 -0
- package/dist/types/lib/react/areChildrenEmpty.d.ts.map +1 -0
- package/package.json +4 -4
- package/dist/js/components/src/components/NotificationProvider/NotificationContainer.mjs.map +0 -1
- package/dist/types/components/Modal/components/ModalTrigger/view.d.ts +0 -8
- package/dist/types/components/Modal/components/ModalTrigger/view.d.ts.map +0 -1
- package/dist/types/components/NotificationProvider/NotificationContainer.d.ts.map +0 -1
- package/dist/types/components/NotificationProvider/view.d.ts +0 -8
- package/dist/types/components/NotificationProvider/view.d.ts.map +0 -1
- package/dist/types/lib/propsContext/useProps.test.d.ts.map +0 -1
- package/dist/types/views/NotificationProviderView.d.ts +0 -5
- package/dist/types/views/NotificationProviderView.d.ts.map +0 -1
- /package/dist/js/components/src/components/NotificationProvider/{NotificationContainer.module.scss.mjs → NotificationContainer/NotificationContainer.module.scss.mjs} +0 -0
- /package/dist/js/components/src/components/NotificationProvider/{NotificationContainer.module.scss.mjs.map → NotificationContainer/NotificationContainer.module.scss.mjs.map} +0 -0
- /package/dist/types/components/NotificationProvider/{NotificationContainer.d.ts → NotificationContainer/NotificationContainer.d.ts} +0 -0
- /package/dist/types/lib/{propsContext → hooks}/useProps.test.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.2.0-alpha.159](https://github.com/mittwald/flow/compare/0.2.0-alpha.158...0.2.0-alpha.159) (2025-04-25)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* allow context-overwrite of nullish React children ([#1403](https://github.com/mittwald/flow/issues/1403)) ([5ae6675](https://github.com/mittwald/flow/commit/5ae667568e6e8099fe4b689a95048431904cdbbf))
|
|
11
|
+
|
|
12
|
+
# [0.2.0-alpha.158](https://github.com/mittwald/flow/compare/0.2.0-alpha.157...0.2.0-alpha.158) (2025-04-24)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **Remote:** support Notifications from remote ([#1401](https://github.com/mittwald/flow/issues/1401)) ([4933816](https://github.com/mittwald/flow/commit/493381666d1eb1d698c9c230c4a6554b6ca0554b))
|
|
17
|
+
|
|
6
18
|
# [0.2.0-alpha.157](https://github.com/mittwald/flow/compare/0.2.0-alpha.156...0.2.0-alpha.157) (2025-04-23)
|
|
7
19
|
|
|
8
20
|
### Bug Fixes
|