@plasmicapp/react-web 0.2.236 → 0.2.238
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 +2243 -2093
- package/dist/index.cjs.js +79 -101
- package/dist/index.cjs.js.map +1 -1
- package/dist/react-web.esm.js +3 -3
- package/dist/react-web.esm.js.map +1 -1
- package/lib/auth/index.cjs.js +2 -6
- package/lib/auth/index.cjs.js.map +1 -1
- package/lib/data-sources/index.cjs.js +2 -6
- package/lib/data-sources/index.cjs.js.map +1 -1
- package/lib/host/index.cjs.js +2 -6
- package/lib/host/index.cjs.js.map +1 -1
- package/lib/prepass/index.cjs.js +2 -6
- package/lib/prepass/index.cjs.js.map +1 -1
- package/lib/query/index.cjs.js +2 -6
- package/lib/query/index.cjs.js.map +1 -1
- package/package.json +10 -10
- package/skinny/dist/{collection-utils-2f28e4eb.js → collection-utils-12be6625.js} +4 -4
- package/skinny/dist/{collection-utils-2f28e4eb.js.map → collection-utils-12be6625.js.map} +1 -1
- package/skinny/dist/{common-ed411407.js → common-e74df507.js} +4 -4
- package/skinny/dist/common-e74df507.js.map +1 -0
- package/skinny/dist/{context-034b8d25.js → context-e56b6773.js} +1 -1
- package/skinny/dist/{context-034b8d25.js.map → context-e56b6773.js.map} +1 -1
- package/skinny/dist/index.js +6 -7
- package/skinny/dist/index.js.map +1 -1
- package/skinny/dist/plume/button/index.js +2 -2
- package/skinny/dist/plume/button/index.js.map +1 -1
- package/skinny/dist/plume/checkbox/index.js +5 -5
- package/skinny/dist/plume/checkbox/index.js.map +1 -1
- package/skinny/dist/plume/menu/index.js +7 -7
- package/skinny/dist/plume/menu/index.js.map +1 -1
- package/skinny/dist/plume/menu-button/index.js +6 -6
- package/skinny/dist/plume/menu-button/index.js.map +1 -1
- package/skinny/dist/plume/select/index.js +7 -7
- package/skinny/dist/plume/select/index.js.map +1 -1
- package/skinny/dist/plume/switch/index.js +5 -5
- package/skinny/dist/plume/switch/index.js.map +1 -1
- package/skinny/dist/plume/text-input/index.js +2 -2
- package/skinny/dist/plume/text-input/index.js.map +1 -1
- package/skinny/dist/plume/triggered-overlay/index.js +6 -7
- package/skinny/dist/plume/triggered-overlay/index.js.map +1 -1
- package/skinny/dist/{plume-utils-e699cd08.js → plume-utils-3d2c0c98.js} +2 -2
- package/skinny/dist/{plume-utils-e699cd08.js.map → plume-utils-3d2c0c98.js.map} +1 -1
- package/skinny/dist/{props-utils-9d74371f.js → props-utils-30c7073a.js} +2 -2
- package/skinny/dist/{props-utils-9d74371f.js.map → props-utils-30c7073a.js.map} +1 -1
- package/skinny/dist/{react-utils-5ff031c2.js → react-utils-8796beba.js} +2 -2
- package/skinny/dist/{react-utils-5ff031c2.js.map → react-utils-8796beba.js.map} +1 -1
- package/skinny/dist/render/PlasmicHead/index.js.map +1 -1
- package/skinny/dist/render/PlasmicImg/index.js +2 -2
- package/skinny/dist/render/PlasmicImg/index.js.map +1 -1
- package/skinny/dist/{ssr-d19c2950.js → ssr-90db5fad.js} +2 -2
- package/skinny/dist/{ssr-d19c2950.js.map → ssr-90db5fad.js.map} +1 -1
- package/skinny/dist/common-ed411407.js.map +0 -1
package/dist/react-web.esm.js
CHANGED
|
@@ -11,7 +11,7 @@ import * as ReactDOM from 'react-dom';
|
|
|
11
11
|
import ReactDOM__default from 'react-dom';
|
|
12
12
|
import { SSRProvider, useIsSSR as useIsSSR$1 } from '@react-aria/ssr';
|
|
13
13
|
import { useFocusRing, useFocusable, FocusScope } from '@react-aria/focus';
|
|
14
|
-
import { proxy,
|
|
14
|
+
import { proxy, useSnapshot, ref, getVersion, subscribe } from 'valtio';
|
|
15
15
|
import clone from 'clone';
|
|
16
16
|
import deepEqual from 'fast-deep-equal';
|
|
17
17
|
import { useCheckbox as useCheckbox$1 } from '@react-aria/checkbox';
|
|
@@ -29,7 +29,7 @@ import { useSelectState } from '@react-stately/select';
|
|
|
29
29
|
import { useSwitch as useSwitch$1 } from '@react-aria/switch';
|
|
30
30
|
import { useOverlay, useOverlayPosition, DismissButton } from '@react-aria/overlays';
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
/******************************************************************************
|
|
33
33
|
Copyright (c) Microsoft Corporation.
|
|
34
34
|
|
|
35
35
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -99,7 +99,7 @@ function __generator(thisArg, body) {
|
|
|
99
99
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
100
100
|
function step(op) {
|
|
101
101
|
if (f) throw new TypeError("Generator is already executing.");
|
|
102
|
-
while (_) try {
|
|
102
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
103
103
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
104
104
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
105
105
|
switch (op[0]) {
|