@descope/web-components-ui 1.0.156 → 1.0.158

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,37 +1 @@
1
1
  # web-components-ui
2
-
3
- # Architecture
4
-
5
- ## `flow-components`
6
-
7
- ## `screen-renderer-service`
8
-
9
- ## `web-components-ui`
10
-
11
- ### Components
12
-
13
- - DescopeUI
14
- - Components Library ([Vaadain Web Components](https://vaadin.com/docs/latest/components))
15
-
16
- ### Build
17
-
18
- _Webpack_
19
-
20
- - `UMD` - Hosted, consumed by client in runtime
21
-
22
- _Rollup_
23
-
24
- - `ESM` - Consumed by `console-app` in build
25
- - `CJS` - Consumed by `screen-renderer-service` in build
26
-
27
- ### CreateProxy
28
-
29
- Wraps the web component with a ProxyElement.
30
-
31
- ### Discovery & Lazy Loading
32
-
33
- ### Hosted Service
34
-
35
- ### Style API
36
-
37
- - Cover gaps between style API of our components and Vaadain’s style API