@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
|
@@ -18029,6 +18029,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
18029
18029
|
"AgentInfo": function() { return /* reexport */ agent_info; },
|
|
18030
18030
|
"AppFrame": function() { return /* reexport */ app_frame; },
|
|
18031
18031
|
"ChatFrame": function() { return /* reexport */ chat_frame; },
|
|
18032
|
+
"ComponentFilter": function() { return /* reexport */ component_filter; },
|
|
18032
18033
|
"Conversation": function() { return /* reexport */ conversation; },
|
|
18033
18034
|
"DeprecatedToggleButton": function() { return /* reexport */ toggle_button; },
|
|
18034
18035
|
"DeprecatedView": function() { return /* reexport */ deprecated_view; },
|
|
@@ -34454,6 +34455,8 @@ const DeprecatedView = () => {
|
|
|
34454
34455
|
|
|
34455
34456
|
// Used by: Client
|
|
34456
34457
|
|
|
34458
|
+
// Used by: StyleGuide
|
|
34459
|
+
|
|
34457
34460
|
// Used by: Client
|
|
34458
34461
|
// Used by: StyleGuide
|
|
34459
34462
|
|