Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions variable-app/plugin/dist/plugin.system.js

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions variable-app/plugin/dist/plugin.system.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/** @license React v0.19.1
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.14.0
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
4 changes: 4 additions & 0 deletions variable-app/plugin/dist/types/plugin.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare const _default: Promise<{
SocialEmbedPlugin: any;
} | undefined>;
export default _default;
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from "react";
import "./style.css";
declare const VariableComponent: (props: any) => React.JSX.Element;
export default VariableComponent;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import React from "react";
declare const VariableIcon: () => React.JSX.Element;
export default VariableIcon;
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from "react";
import "./modal.css";
declare const VariablePluginModal: (props: any) => React.JSX.Element;
export default VariablePluginModal;
2 changes: 2 additions & 0 deletions variable-app/plugin/dist/types/variable_plugin/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * as VariableComponent from './VariableComponent';
export * as VariablePluginModal from './VariablePluginModal';
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export declare const fieldExtractor: (field: any[], uid: string) => {
[key: string]: any;
};
Loading
Loading