@planningcenter/tapestry-migration-cli 2.10.0-rc.2 → 2.10.0-rc.4
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.
|
@@ -2499,6 +2499,9 @@ function requireReact() {
|
|
|
2499
2499
|
}
|
|
2500
2500
|
var reactExports = requireReact();
|
|
2501
2501
|
const React = /* @__PURE__ */ getDefaultExportFromCjs(reactExports);
|
|
2502
|
+
function LoadingSpinner() {
|
|
2503
|
+
return React.createElement("div", { className: "tds-loading-spinner" });
|
|
2504
|
+
}
|
|
2502
2505
|
var classnames = { exports: {} };
|
|
2503
2506
|
/*!
|
|
2504
2507
|
Copyright (c) 2018 Jed Watson.
|
|
@@ -2605,9 +2608,6 @@ const enhanceElementWithClassName = (element, className) => {
|
|
|
2605
2608
|
}
|
|
2606
2609
|
return null;
|
|
2607
2610
|
};
|
|
2608
|
-
function LoadingSpinner() {
|
|
2609
|
-
return React.createElement("div", { className: "tds-loading-spinner" });
|
|
2610
|
-
}
|
|
2611
2611
|
const buildComponentClassName$1 = ({ className, fullWidth, kind, loading, size }) => {
|
|
2612
2612
|
return classNames(kind && "tds-btn", size && size !== "md" && COMPONENT_SIZE_CLASS_MAP[size], kind && COMPONENT_KIND_CLASS_MAP[kind], fullWidth && "tds-btn--full-width", loading && "tds-btn--loading", className);
|
|
2613
2613
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planningcenter/tapestry-migration-cli",
|
|
3
|
-
"version": "2.10.0-rc.
|
|
3
|
+
"version": "2.10.0-rc.4",
|
|
4
4
|
"description": "CLI tool for Tapestry migrations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@emotion/react": "^11.14.0",
|
|
35
|
-
"@planningcenter/tapestry": "^2.10.0-rc.
|
|
35
|
+
"@planningcenter/tapestry": "^2.10.0-rc.4",
|
|
36
36
|
"@planningcenter/tapestry-react": "^4.11.5",
|
|
37
37
|
"@types/jscodeshift": "^17.3.0",
|
|
38
38
|
"@types/node": "^20.0.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "3f56f9be3bfc1163d45b50a06cb4e81be44d1a38"
|
|
56
56
|
}
|