@seamly/web-ui 20.0.0-beta.1 → 20.0.0-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamly/web-ui",
3
- "version": "20.0.0-beta.1",
3
+ "version": "20.0.0-beta.2",
4
4
  "main": "build/dist/lib/index.js",
5
5
  "module": "",
6
6
  "exports": {
@@ -135,6 +135,9 @@ export { default as View } from './ui/components/view'
135
135
  // Used by: Client
136
136
  export { default as DeprecatedView } from './ui/components/view/deprecated-view'
137
137
 
138
+ // Used by: StyleGuide
139
+ export { default as ComponentFilter } from './ui/components/conversation/component-filter'
140
+
138
141
  // Used by: Client
139
142
  // Used by: StyleGuide
140
143
  export { visibilityStates } from './domains/visibility'
@@ -6,6 +6,7 @@ import {
6
6
  SeamlyApiContext,
7
7
  SeamlyLiveRegionContext,
8
8
  StoreProvider,
9
+ ComponentFilter,
9
10
  createReduxStore,
10
11
  } from '@seamly/web-ui'
11
12
  import stateReducer from '../../domains/store/state-reducer'
@@ -22,7 +23,6 @@ import {
22
23
  Actions as ConfigActions,
23
24
  } from '../../domains/config'
24
25
  import { Reducer as visibilityReducer } from '../../domains/visibility'
25
- import ComponentFilter from '../../ui/components/conversation/component-filter'
26
26
 
27
27
  const bareApi = {
28
28
  send: () => {},
@@ -1,9 +0,0 @@
1
- /*!
2
- * focus-trap 6.7.1
3
- * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
4
- */
5
-
6
- /*!
7
- * tabbable 5.2.1
8
- * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
9
- */