@app-studio/web 0.9.18 → 0.9.20
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/dist/components/index.d.ts +0 -1
- package/dist/web.cjs.development.js +1 -2
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +1 -2
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +5 -5
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/docs/README.md +52 -0
- package/docs/adk-components.md +316 -0
- package/docs/adk-quick-start.md +294 -0
- package/docs/api-integration.md +801 -0
- package/docs/api-reference/README.md +103 -0
- package/docs/api-reference/data-display/flow.md +220 -0
- package/docs/api-reference/data-display/tree.md +210 -0
- package/docs/api-reference/form/chat-input.md +210 -0
- package/docs/api-reference/utility/button.md +145 -0
- package/docs/api-reference/utility/title.md +301 -0
- package/docs/app-studio.md +302 -0
- package/docs/component-development/guide.md +546 -0
- package/docs/contributing/documentation.md +153 -0
- package/docs/conventions.md +536 -0
- package/docs/design-system/theming.md +299 -0
- package/docs/documentation-system.md +143 -0
- package/docs/getting-started/component-usage.md +211 -0
- package/docs/getting-started/introduction.md +114 -0
- package/docs/guide.md +550 -0
- package/docs/integration-guide.md +449 -0
- package/docs/tutorials/README.md +51 -0
- package/docs/tutorials/basic/creating-a-simple-form.md +566 -0
- package/package.json +3 -2
package/dist/web.esm.js
CHANGED
|
@@ -32,7 +32,6 @@ import 'core-js/modules/es.string.search.js';
|
|
|
32
32
|
import 'core-js/modules/es.array.flat-map.js';
|
|
33
33
|
import 'core-js/modules/es.array.unscopables.flat-map.js';
|
|
34
34
|
import 'core-js/modules/es.array.sort.js';
|
|
35
|
-
import { Select as Select$1 } from 'src/components';
|
|
36
35
|
|
|
37
36
|
function asyncGeneratorStep(n, t, e, r, o, a, c) {
|
|
38
37
|
try {
|
|
@@ -31296,7 +31295,7 @@ var TraceVisualization = _ref => {
|
|
|
31296
31295
|
fontSize: "sm",
|
|
31297
31296
|
fontWeight: "600",
|
|
31298
31297
|
color: "color.gray.700"
|
|
31299
|
-
}, "Visualization Type"), /*#__PURE__*/React.createElement(Select
|
|
31298
|
+
}, "Visualization Type"), /*#__PURE__*/React.createElement(Select, {
|
|
31300
31299
|
value: visualizationType,
|
|
31301
31300
|
onChange: onVisualizationChange,
|
|
31302
31301
|
options: [{
|