@planningcenter/tapestry-migration-cli 2.10.1-rc.0 → 2.10.1
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/tapestry-react-shim.cjs +51 -41
- package/package.json +3 -3
|
@@ -616,7 +616,7 @@ var hasRequiredReact_development;
|
|
|
616
616
|
function requireReact_development() {
|
|
617
617
|
if (hasRequiredReact_development) return react_development.exports;
|
|
618
618
|
hasRequiredReact_development = 1;
|
|
619
|
-
(function(module2,
|
|
619
|
+
(function(module2, exports$1) {
|
|
620
620
|
if (process.env.NODE_ENV !== "production") {
|
|
621
621
|
(function() {
|
|
622
622
|
if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== "undefined" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart === "function") {
|
|
@@ -2442,42 +2442,42 @@ function requireReact_development() {
|
|
|
2442
2442
|
toArray,
|
|
2443
2443
|
only: onlyChild
|
|
2444
2444
|
};
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2445
|
+
exports$1.Children = Children;
|
|
2446
|
+
exports$1.Component = Component;
|
|
2447
|
+
exports$1.Fragment = REACT_FRAGMENT_TYPE;
|
|
2448
|
+
exports$1.Profiler = REACT_PROFILER_TYPE;
|
|
2449
|
+
exports$1.PureComponent = PureComponent;
|
|
2450
|
+
exports$1.StrictMode = REACT_STRICT_MODE_TYPE;
|
|
2451
|
+
exports$1.Suspense = REACT_SUSPENSE_TYPE;
|
|
2452
|
+
exports$1.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = ReactSharedInternals;
|
|
2453
|
+
exports$1.act = act;
|
|
2454
|
+
exports$1.cloneElement = cloneElement$1;
|
|
2455
|
+
exports$1.createContext = createContext;
|
|
2456
|
+
exports$1.createElement = createElement$1;
|
|
2457
|
+
exports$1.createFactory = createFactory;
|
|
2458
|
+
exports$1.createRef = createRef;
|
|
2459
|
+
exports$1.forwardRef = forwardRef;
|
|
2460
|
+
exports$1.isValidElement = isValidElement;
|
|
2461
|
+
exports$1.lazy = lazy;
|
|
2462
|
+
exports$1.memo = memo;
|
|
2463
|
+
exports$1.startTransition = startTransition;
|
|
2464
|
+
exports$1.unstable_act = act;
|
|
2465
|
+
exports$1.useCallback = useCallback;
|
|
2466
|
+
exports$1.useContext = useContext;
|
|
2467
|
+
exports$1.useDebugValue = useDebugValue;
|
|
2468
|
+
exports$1.useDeferredValue = useDeferredValue;
|
|
2469
|
+
exports$1.useEffect = useEffect;
|
|
2470
|
+
exports$1.useId = useId;
|
|
2471
|
+
exports$1.useImperativeHandle = useImperativeHandle;
|
|
2472
|
+
exports$1.useInsertionEffect = useInsertionEffect;
|
|
2473
|
+
exports$1.useLayoutEffect = useLayoutEffect;
|
|
2474
|
+
exports$1.useMemo = useMemo;
|
|
2475
|
+
exports$1.useReducer = useReducer;
|
|
2476
|
+
exports$1.useRef = useRef;
|
|
2477
|
+
exports$1.useState = useState;
|
|
2478
|
+
exports$1.useSyncExternalStore = useSyncExternalStore;
|
|
2479
|
+
exports$1.useTransition = useTransition;
|
|
2480
|
+
exports$1.version = ReactVersion;
|
|
2481
2481
|
if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== "undefined" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop === "function") {
|
|
2482
2482
|
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
|
|
2483
2483
|
}
|
|
@@ -2947,6 +2947,7 @@ const tokens = {
|
|
|
2947
2947
|
"--t-fill-color-status-error": "hsl(8, 60%, 47%)",
|
|
2948
2948
|
"--t-fill-color-status-error-ghost": "hsl(9, 59%, 93%)",
|
|
2949
2949
|
"--t-fill-color-status-error-dim": "hsl(7, 60%, 97%)",
|
|
2950
|
+
"--t-fill-color-status-error-hover": "hsl(8, 60%, 40%)",
|
|
2950
2951
|
"--t-fill-color-status-error-solid": "hsl(8, 60%, 47%)",
|
|
2951
2952
|
"--t-fill-color-alert-info": "hsl(204, 94%, 49%)",
|
|
2952
2953
|
"--t-fill-color-alert-success": "hsl(122, 60%, 41%)",
|
|
@@ -3241,6 +3242,10 @@ const tokens = {
|
|
|
3241
3242
|
"--t-shadow-overflow-color": "hsla(0, 0%, 0%, 0.07)",
|
|
3242
3243
|
"--t-font-sans-serif": "ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
|
|
3243
3244
|
"--t-font-monospace": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",
|
|
3245
|
+
"--t-focus-ring-color": "hsl(204, 100%, 40%)",
|
|
3246
|
+
"--t-focus-ring-offset": "2px",
|
|
3247
|
+
"--t-focus-ring-outline": "var(--t-focus-ring-width) solid var(--t-focus-ring-color)",
|
|
3248
|
+
"--t-focus-ring-width": "2px",
|
|
3244
3249
|
"--t-form-background-color": "hsl(0, 0%, 100%)",
|
|
3245
3250
|
"--t-form-background-color-disabled": "hsl(0, 0%, 95%)",
|
|
3246
3251
|
"--t-form-background-color-error": "hsl(0, 0%, 100%)",
|
|
@@ -3248,11 +3253,16 @@ const tokens = {
|
|
|
3248
3253
|
"--t-form-border-color": "hsl(0, 0%, 88%)",
|
|
3249
3254
|
"--t-form-border-color-disabled": "hsl(0, 0%, 88%)",
|
|
3250
3255
|
"--t-form-border-color-error": "hsl(8, 60%, 47%)",
|
|
3256
|
+
"--t-form-border-color-error-hover": "hsl(8, 60%, 40%)",
|
|
3251
3257
|
"--t-form-border-color-focus": "hsl(204, 100%, 40%)",
|
|
3252
3258
|
"--t-form-border-color-hover": "hsl(0, 0%, 81%)",
|
|
3253
3259
|
"--t-form-border-color-readonly": "hsla(0, 0%, 100%, 0)",
|
|
3254
3260
|
"--t-form-border-radius": "4px",
|
|
3255
3261
|
"--t-form-border-width": "1px",
|
|
3262
|
+
"--t-form-color": "hsl(0, 0%, 24%)",
|
|
3263
|
+
"--t-form-color-disabled": "hsl(0, 0%, 68%)",
|
|
3264
|
+
"--t-form-color-error": "hsl(0, 0%, 24%)",
|
|
3265
|
+
"--t-form-color-readonly": "hsl(0, 0%, 24%)",
|
|
3256
3266
|
"--t-form-font-color": "hsl(0, 0%, 24%)",
|
|
3257
3267
|
"--t-form-font-color-disabled": "hsl(0, 0%, 68%)",
|
|
3258
3268
|
"--t-form-font-color-error": "hsl(8, 60%, 45%)",
|
|
@@ -4921,9 +4931,9 @@ var hasRequiredIsBuffer;
|
|
|
4921
4931
|
function requireIsBuffer() {
|
|
4922
4932
|
if (hasRequiredIsBuffer) return isBuffer.exports;
|
|
4923
4933
|
hasRequiredIsBuffer = 1;
|
|
4924
|
-
(function(module2,
|
|
4934
|
+
(function(module2, exports$1) {
|
|
4925
4935
|
var root = require_root(), stubFalse = requireStubFalse();
|
|
4926
|
-
var freeExports =
|
|
4936
|
+
var freeExports = exports$1 && !exports$1.nodeType && exports$1;
|
|
4927
4937
|
var freeModule = freeExports && true && module2 && !module2.nodeType && module2;
|
|
4928
4938
|
var moduleExports = freeModule && freeModule.exports === freeExports;
|
|
4929
4939
|
var Buffer = moduleExports ? root.Buffer : void 0;
|
|
@@ -4984,9 +4994,9 @@ var hasRequired_nodeUtil;
|
|
|
4984
4994
|
function require_nodeUtil() {
|
|
4985
4995
|
if (hasRequired_nodeUtil) return _nodeUtil.exports;
|
|
4986
4996
|
hasRequired_nodeUtil = 1;
|
|
4987
|
-
(function(module2,
|
|
4997
|
+
(function(module2, exports$1) {
|
|
4988
4998
|
var freeGlobal = require_freeGlobal();
|
|
4989
|
-
var freeExports =
|
|
4999
|
+
var freeExports = exports$1 && !exports$1.nodeType && exports$1;
|
|
4990
5000
|
var freeModule = freeExports && true && module2 && !module2.nodeType && module2;
|
|
4991
5001
|
var moduleExports = freeModule && freeModule.exports === freeExports;
|
|
4992
5002
|
var freeProcess = moduleExports && freeGlobal.process;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planningcenter/tapestry-migration-cli",
|
|
3
|
-
"version": "2.10.1
|
|
3
|
+
"version": "2.10.1",
|
|
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.1
|
|
35
|
+
"@planningcenter/tapestry": "^2.10.1",
|
|
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": "94181f7ebf7ebea00378aab9f552e7d451a29057"
|
|
56
56
|
}
|