@plasmicapp/react-web 0.2.328 → 0.2.330
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/all.d.ts +8 -0
- package/package.json +5 -5
package/dist/all.d.ts
CHANGED
|
@@ -11879,11 +11879,19 @@ interface ClassType<P> extends PropTypeBase<P> {
|
|
|
11879
11879
|
* knows what this selector means.
|
|
11880
11880
|
*/
|
|
11881
11881
|
label?: string;
|
|
11882
|
+
/**
|
|
11883
|
+
* Initial styles to be applied for this selector
|
|
11884
|
+
*/
|
|
11885
|
+
defaultStyles?: CSSProperties;
|
|
11882
11886
|
}[];
|
|
11883
11887
|
/**
|
|
11884
11888
|
* If specified, then only shows these style sections for styling this class
|
|
11885
11889
|
*/
|
|
11886
11890
|
styleSections?: StyleSection[];
|
|
11891
|
+
/**
|
|
11892
|
+
* Initial styles to be applied for this class
|
|
11893
|
+
*/
|
|
11894
|
+
defaultStyles?: CSSProperties;
|
|
11887
11895
|
}
|
|
11888
11896
|
interface ThemeResetClassType<P> extends PropTypeBase<P> {
|
|
11889
11897
|
type: "themeResetClass";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.330",
|
|
4
4
|
"description": "plasmic library for rendering in the presentational style",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"@plasmicapp/auth-react": "0.0.20",
|
|
90
|
-
"@plasmicapp/data-sources": "0.1.
|
|
90
|
+
"@plasmicapp/data-sources": "0.1.151",
|
|
91
91
|
"@plasmicapp/data-sources-context": "0.1.21",
|
|
92
|
-
"@plasmicapp/host": "1.0.
|
|
93
|
-
"@plasmicapp/loader-splits": "1.0.
|
|
92
|
+
"@plasmicapp/host": "1.0.192",
|
|
93
|
+
"@plasmicapp/loader-splits": "1.0.60",
|
|
94
94
|
"@plasmicapp/prepass": "1.0.16",
|
|
95
95
|
"@plasmicapp/query": "0.1.78",
|
|
96
96
|
"@react-aria/checkbox": "^3.11.2",
|
|
@@ -157,5 +157,5 @@
|
|
|
157
157
|
"react": ">=16.8.0",
|
|
158
158
|
"react-dom": ">=16.8.0"
|
|
159
159
|
},
|
|
160
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "0597c84c0fa0df12523bfdbc1ba21ce81d34d63c"
|
|
161
161
|
}
|