@app-studio/web 0.9.19 → 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/package.json +1 -1
|
@@ -73,7 +73,6 @@ export * from './CookieConsent/CookieConsent/CookieConsent.props';
|
|
|
73
73
|
export * from './ContextMenu/ContextMenu/ContextMenu.props';
|
|
74
74
|
export * from './Form/Select/Select/Select.props';
|
|
75
75
|
export * from './Form/Switch/Switch/Switch.props';
|
|
76
|
-
export * from './Form/Switch/Switch/Switch.props';
|
|
77
76
|
export * from './Form/TextArea/TextArea/TextArea.props';
|
|
78
77
|
export * from './Form/TextField/TextField/TextField.props';
|
|
79
78
|
export * from './Form/Checkbox/Checkbox/Checkbox.props';
|
|
@@ -39,7 +39,6 @@ require('core-js/modules/es.string.search.js');
|
|
|
39
39
|
require('core-js/modules/es.array.flat-map.js');
|
|
40
40
|
require('core-js/modules/es.array.unscopables.flat-map.js');
|
|
41
41
|
require('core-js/modules/es.array.sort.js');
|
|
42
|
-
var components = require('src/components');
|
|
43
42
|
|
|
44
43
|
function asyncGeneratorStep(n, t, e, r, o, a, c) {
|
|
45
44
|
try {
|
|
@@ -31303,7 +31302,7 @@ var TraceVisualization = _ref => {
|
|
|
31303
31302
|
fontSize: "sm",
|
|
31304
31303
|
fontWeight: "600",
|
|
31305
31304
|
color: "color.gray.700"
|
|
31306
|
-
}, "Visualization Type"), /*#__PURE__*/React__default.createElement(
|
|
31305
|
+
}, "Visualization Type"), /*#__PURE__*/React__default.createElement(Select, {
|
|
31307
31306
|
value: visualizationType,
|
|
31308
31307
|
onChange: onVisualizationChange,
|
|
31309
31308
|
options: [{
|