@plasmicapp/react-web
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -182,2 +182,3 @@ "use strict"; | ||
delete props["data-plasmic-wrap-flex-child"]; | ||
delete props["data-plasmic-trigger-props"]; | ||
return createPlasmicElement(override, defaultElement, mergeProps.apply(void 0, __spreadArrays([props, children.length === 0 ? {} : { children: children }], triggerProps)), wrapFlexChild); | ||
@@ -184,0 +185,0 @@ } |
{ | ||
"name": "@plasmicapp/react-web", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "plasmic library for rendering in the presentational style", | ||
@@ -12,3 +12,4 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "tsc && mkdir -p lib && cp src/styles/plasmic.css lib/" | ||
"build": "tsc && mkdir -p lib && cp src/styles/plasmic.css lib/", | ||
"prepare": "yarn build" | ||
}, | ||
@@ -15,0 +16,0 @@ "dependencies": { |
39192
870