@plasmicapp/react-web 0.2.271 → 0.2.273

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.
@@ -0,0 +1 @@
1
+ export * from "@plasmicapp/loader-splits";
@@ -0,0 +1,13 @@
1
+ 'use strict';
2
+
3
+ var loaderSplits = require('@plasmicapp/loader-splits');
4
+
5
+
6
+
7
+ Object.keys(loaderSplits).forEach(function (k) {
8
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
9
+ enumerable: true,
10
+ get: function () { return loaderSplits[k]; }
11
+ });
12
+ });
13
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
@@ -0,0 +1 @@
1
+ export * from "@plasmicapp/loader-splits";
@@ -0,0 +1,2 @@
1
+ export * from '@plasmicapp/loader-splits';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "0.2.271",
3
+ "version": "0.2.273",
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",
@@ -52,6 +52,11 @@
52
52
  "import": "./lib/auth/index.js",
53
53
  "require": "./lib/auth/index.cjs.js"
54
54
  },
55
+ "./lib/splits": {
56
+ "types": "./lib/splits/index.d.ts",
57
+ "import": "./lib/splits/index.js",
58
+ "require": "./lib/splits/index.cjs.js"
59
+ },
55
60
  "./skinny": {
56
61
  "import": "./skinny/dist/index.js"
57
62
  },
@@ -69,7 +74,7 @@
69
74
  ],
70
75
  "scripts": {
71
76
  "build": "rollup -c && mkdir -p lib && cp src/styles/plasmic.css lib/",
72
- "clean": "rm -rf dist/ skinny/dist/ lib/host/*js lib/host/*.ts lib/host/*.map lib/data-sources/*js lib/data-sources/*.ts lib/data-sources/*.map lib/query/*js lib/query/*.ts lib/query/*.map lib/auth/*js lib/auth/*.ts lib/auth/*.map",
77
+ "clean": "rm -rf dist/ skinny/dist/ lib/host/*js lib/host/*.ts lib/host/*.map lib/data-sources/*js lib/data-sources/*.ts lib/data-sources/*.map lib/query/*js lib/query/*.ts lib/query/*.map lib/auth/*js lib/auth/*.ts lib/auth/*.map lib/splits/*js lib/splits/*.ts lib/splits/*.map",
73
78
  "test": "yarn --cwd=../.. test",
74
79
  "lint": "eslint",
75
80
  "upgrade-aria": "yarn upgrade --latest --scope @react-aria && yarn upgrade --latest --scope @react-stately && yarn upgrade --latest --scope @react-types",
@@ -81,12 +86,13 @@
81
86
  "test-storybook": "test-storybook"
82
87
  },
83
88
  "dependencies": {
84
- "@plasmicapp/auth-react": "0.0.14",
85
- "@plasmicapp/data-sources": "0.1.127",
86
- "@plasmicapp/data-sources-context": "0.1.16",
87
- "@plasmicapp/host": "1.0.172",
88
- "@plasmicapp/prepass": "1.0.8",
89
- "@plasmicapp/query": "0.1.73",
89
+ "@plasmicapp/auth-react": "0.0.15",
90
+ "@plasmicapp/data-sources": "0.1.128",
91
+ "@plasmicapp/data-sources-context": "0.1.17",
92
+ "@plasmicapp/host": "1.0.173",
93
+ "@plasmicapp/loader-splits": "1.0.43",
94
+ "@plasmicapp/prepass": "1.0.9",
95
+ "@plasmicapp/query": "0.1.74",
90
96
  "@react-aria/checkbox": "^3.5.0",
91
97
  "@react-aria/focus": "^3.7.0",
92
98
  "@react-aria/interactions": "^3.10.0",
@@ -151,5 +157,5 @@
151
157
  "react": ">=16.8.0",
152
158
  "react-dom": ">=16.8.0"
153
159
  },
154
- "gitHead": "061bfb393e0e5faabf92ef07b21e60107a5e7971"
160
+ "gitHead": "f9ffe94b022627f4677d77f8d953e27a4076dc39"
155
161
  }
@@ -0,0 +1 @@
1
+ export * from "@plasmicapp/loader-splits";