kibana/packages/kbn-ui-actions-browser
Vadim Kibana ebb61a5089
create @kbn/ui-actions-browser package (#149202)
## Summary

Partially addresses https://github.com/elastic/kibana/issues/147757

Sets up Ui Actions package and starts moving services from the plugin to
the package.

- [x] Setup `@kbn/ui-actions` package.
- [ ] Move code components to the package
  - [x] Types
  - [ ] Triggers
  - [ ] Actions
  - [ ] `UiActionsService`
- [x] Make `ui_actions` plugin use the new package.

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-01-19 18:28:07 +01:00
..
src create @kbn/ui-actions-browser package (#149202) 2023-01-19 18:28:07 +01:00
index.ts create @kbn/ui-actions-browser package (#149202) 2023-01-19 18:28:07 +01:00
jest.config.js create @kbn/ui-actions-browser package (#149202) 2023-01-19 18:28:07 +01:00
kibana.jsonc create @kbn/ui-actions-browser package (#149202) 2023-01-19 18:28:07 +01:00
package.json create @kbn/ui-actions-browser package (#149202) 2023-01-19 18:28:07 +01:00
README.md create @kbn/ui-actions-browser package (#149202) 2023-01-19 18:28:07 +01:00
tsconfig.json create @kbn/ui-actions-browser package (#149202) 2023-01-19 18:28:07 +01:00

@kbn/ui-actions-browser

Empty package generated by @kbn/generate