@fluxscape/react-runtime 1.0.8 → 1.0.9
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/preview/build/fluxscape.index.preview.js +1 -1
- package/build/preview/build/fluxscape.index.preview.js.map +1 -1
- package/build/preview/build/index.html +15 -6
- package/build/production/build/fluxscape.index.production.js +1 -1
- package/build/production/build/fluxscape.index.production.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.iife.js +1 -1
- package/dist/index.iife.js.map +1 -1
- package/fluxscape.json +1 -2
- package/package.json +1 -1
- package/build/preview/build/index.js.liquid +0 -1
- package/build/preview/public/global.d.ts.keep +0 -721
package/dist/index.es.js
CHANGED
|
@@ -26900,7 +26900,7 @@ var Javascript = {
|
|
|
26900
26900
|
if (!e.error) {
|
|
26901
26901
|
if (Object.keys(this.model.inputPorts).forEach((n) => {
|
|
26902
26902
|
const o = this.model.inputPorts[n].type;
|
|
26903
|
-
(o === "color" || o.name === "color") && (this._internal.inputValues[n] = void 0, this.hasInput(n) ? this.getInput(n).type = "color" : this.registerInput(n, {
|
|
26903
|
+
o && (o === "color" || o.name === "color") && (this._internal.inputValues[n] = void 0, this.hasInput(n) ? this.getInput(n).type = "color" : this.registerInput(n, {
|
|
26904
26904
|
type: "color",
|
|
26905
26905
|
set: userInputSetter$4.bind(this, n)
|
|
26906
26906
|
}));
|