@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/build/dist/lib/index.debug.js +1 -1
- package/build/dist/lib/index.debug.min.js +1 -1
- package/build/dist/lib/index.js +3 -0
- package/build/dist/lib/index.min.js +1 -1
- package/build/dist/lib/standalone.js +3 -0
- package/build/dist/lib/standalone.min.js +1 -1
- package/build/dist/lib/style-guide.js +4755 -10621
- package/build/dist/lib/style-guide.min.js +1 -2
- package/package.json +1 -1
- package/src/javascripts/index.js +3 -0
- package/src/javascripts/style-guide/components/static-core.js +1 -1
- package/build/dist/lib/style-guide.min.js.LICENSE.txt +0 -9
package/build/dist/lib/index.js
CHANGED
|
@@ -9937,6 +9937,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
9937
9937
|
"AgentInfo": () => (/* reexport */ agent_info),
|
|
9938
9938
|
"AppFrame": () => (/* reexport */ app_frame),
|
|
9939
9939
|
"ChatFrame": () => (/* reexport */ chat_frame),
|
|
9940
|
+
"ComponentFilter": () => (/* reexport */ component_filter),
|
|
9940
9941
|
"Conversation": () => (/* reexport */ conversation),
|
|
9941
9942
|
"DeprecatedToggleButton": () => (/* reexport */ toggle_button),
|
|
9942
9943
|
"DeprecatedView": () => (/* reexport */ deprecated_view),
|
|
@@ -25493,6 +25494,8 @@ const DeprecatedView = () => {
|
|
|
25493
25494
|
|
|
25494
25495
|
// Used by: Client
|
|
25495
25496
|
|
|
25497
|
+
// Used by: StyleGuide
|
|
25498
|
+
|
|
25496
25499
|
// Used by: Client
|
|
25497
25500
|
// Used by: StyleGuide
|
|
25498
25501
|
|