@plasmicapp/react-web 1.0.36 → 1.0.37

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.
Files changed (2) hide show
  1. package/lib/plasmic.css +1 -1
  2. package/package.json +4 -4
package/lib/plasmic.css CHANGED
@@ -57,7 +57,7 @@
57
57
  right: 0;
58
58
  margin: 0;
59
59
  padding: 0;
60
- border: none;
60
+ border: 0;
61
61
  display: block;
62
62
  width: 100%;
63
63
  min-width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "Runtime library for rendering Plasmic-generated React components — variants, slots, overrides, and styling.",
5
5
  "homepage": "https://www.plasmic.app",
6
6
  "repository": {
@@ -103,11 +103,11 @@
103
103
  "dlv": "^1.1.3",
104
104
  "valtio": "^1.6.4",
105
105
  "@plasmicapp/auth-react": "0.0.33",
106
- "@plasmicapp/loader-splits": "1.0.78",
107
- "@plasmicapp/prepass": "1.0.29",
106
+ "@plasmicapp/data-sources": "1.0.28",
108
107
  "@plasmicapp/data-sources-context": "0.1.25",
109
108
  "@plasmicapp/host": "2.0.18",
110
- "@plasmicapp/data-sources": "1.0.28",
109
+ "@plasmicapp/loader-splits": "1.0.78",
110
+ "@plasmicapp/prepass": "1.0.29",
111
111
  "@plasmicapp/query": "0.1.87"
112
112
  },
113
113
  "devDependencies": {