Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "atom.io", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Reactive state graph for React, Preact, and vanilla", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -214,3 +214,3 @@ var __create = Object.create; | ||
var import_react = require("react"); | ||
var import_jsx_runtime = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime = require("react/jsx-runtime"); | ||
var ElasticInput = (0, import_react.forwardRef)(function ElasticInputFC(props, ref) { | ||
@@ -281,3 +281,3 @@ var _a2, _b, _c, _d; | ||
// ../../hamr/src/react-elastic-input/NumberInput.tsx | ||
var import_jsx_runtime2 = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime2 = require("react/jsx-runtime"); | ||
function round(value, decimalPlaces) { | ||
@@ -413,3 +413,3 @@ if (decimalPlaces === void 0) | ||
// ../../hamr/src/react-elastic-input/TextInput.tsx | ||
var import_jsx_runtime3 = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime3 = require("react/jsx-runtime"); | ||
var TextInput = ({ | ||
@@ -457,3 +457,3 @@ value, | ||
// ../../hamr/src/react-json-editor/json-editor-internal.tsx | ||
var import_jsx_runtime4 = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime4 = require("react/jsx-runtime"); | ||
var JsonEditor_INTERNAL = ({ | ||
@@ -523,3 +523,3 @@ data, | ||
// ../../hamr/src/react-json-editor/editors-by-type/array-editor.tsx | ||
var import_jsx_runtime5 = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime5 = require("react/jsx-runtime"); | ||
var ArrayEditor = ({ | ||
@@ -1114,3 +1114,3 @@ path = [], | ||
// ../../hamr/src/react-json-editor/editors-by-type/object-editor.tsx | ||
var import_jsx_runtime6 = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime6 = require("react/jsx-runtime"); | ||
var PropertyAdder = ({ | ||
@@ -1210,3 +1210,3 @@ addProperty, | ||
// ../../hamr/src/react-json-editor/editors-by-type/primitive-editors.tsx | ||
var import_jsx_runtime7 = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime7 = require("react/jsx-runtime"); | ||
var BooleanEditor = ({ | ||
@@ -1259,3 +1259,3 @@ data, | ||
// ../../hamr/src/react-error-boundary/DefaultFallback.tsx | ||
var import_jsx_runtime8 = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime8 = require("react/jsx-runtime"); | ||
var DefaultFallback = ({ error, errorInfo }) => { | ||
@@ -1310,3 +1310,3 @@ var _a2, _b; | ||
// ../../hamr/src/react-error-boundary/ErrorBoundary.tsx | ||
var import_jsx_runtime9 = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime9 = require("react/jsx-runtime"); | ||
var ErrorBoundary = class extends import_react4.Component { | ||
@@ -1337,3 +1337,3 @@ constructor(props) { | ||
// ../../hamr/src/react-json-editor/default-components.tsx | ||
var import_jsx_runtime10 = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime10 = require("react/jsx-runtime"); | ||
var DEFAULT_JSON_EDITOR_COMPONENTS = { | ||
@@ -1377,3 +1377,3 @@ ErrorBoundary: ({ children }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(ErrorBoundary, { children }), | ||
var import_ajv = __toESM(require("ajv")); | ||
var import_jsx_runtime11 = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime11 = require("react/jsx-runtime"); | ||
var JsonEditor = ({ | ||
@@ -1431,3 +1431,3 @@ data, | ||
// ../src/react-devtools/StateEditor.tsx | ||
var import_jsx_runtime12 = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime12 = require("react/jsx-runtime"); | ||
var StateEditor = ({ storeHooks, token }) => { | ||
@@ -1469,3 +1469,3 @@ const [data, set] = storeHooks.useIO(token); | ||
// ../src/react-devtools/TokenList.tsx | ||
var import_jsx_runtime13 = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime13 = require("react/jsx-runtime"); | ||
var TokenList = ({ storeHooks, tokenIndex }) => { | ||
@@ -1502,3 +1502,3 @@ const tokenIds = storeHooks.useO(tokenIndex); | ||
// ../src/react-devtools/AtomIODevtools.tsx | ||
var import_jsx_runtime14 = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime14 = require("react/jsx-runtime"); | ||
var { atomTokenIndexState, selectorTokenIndexState } = import_atom2.__INTERNAL__.META.attachMetaState(); | ||
@@ -1505,0 +1505,0 @@ var devtoolsAreOpenState = (0, import_atom2.atom)({ |
@@ -45,3 +45,3 @@ var __create = Object.create; | ||
var AtomIO = __toESM(require("atom.io")); | ||
var import_jsx_runtime = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime = require("react/jsx-runtime"); | ||
var StoreContext = React.createContext( | ||
@@ -48,0 +48,0 @@ AtomIO.__INTERNAL__.IMPLICIT.STORE |
@@ -62,3 +62,3 @@ var __create = Object.create; | ||
// ../src/realtime-react/realtime-context.tsx | ||
var import_jsx_runtime = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime = require("react/jsx-runtime"); | ||
var RealtimeContext = React.createContext({ | ||
@@ -87,3 +87,3 @@ socket: (0, import_socket.io)() | ||
var AtomIO2 = __toESM(require("atom.io")); | ||
var import_jsx_runtime2 = require("@emotion/react/jsx-runtime"); | ||
var import_jsx_runtime2 = require("react/jsx-runtime"); | ||
var StoreContext = React2.createContext( | ||
@@ -90,0 +90,0 @@ AtomIO2.__INTERNAL__.IMPLICIT.STORE |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1091667