@planningcenter/tapestry-migration-cli 4.0.0-rc.19 → 4.0.0-rc.20

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.
@@ -2539,34 +2539,6 @@ const React$1 = /* @__PURE__ */ _mergeNamespaces({
2539
2539
  function LoadingSpinner() {
2540
2540
  return React.createElement("div", { className: "tds-loading-spinner" });
2541
2541
  }
2542
- const TooltipTriggerContext = reactExports.createContext(null);
2543
- const COMPONENT_KIND_CLASS_MAP = {
2544
- delete: "tds-btn--delete",
2545
- ghost: "tds-btn--ghost-neutral",
2546
- "ghost-delete": "tds-btn--ghost-delete",
2547
- "ghost-interaction": "tds-btn--ghost-interaction",
2548
- "inline-text": "tds-btn--inline-text",
2549
- neutral: "tds-btn--neutral",
2550
- "neutral-inline": "tds-btn--neutral-inline",
2551
- pill: "tds-btn--pill",
2552
- primary: "tds-btn--interaction",
2553
- "primary-page-header": "tds-btn--primary-page-header",
2554
- secondary: "tds-btn--outline-neutral",
2555
- "secondary-delete": "tds-btn--outline-delete",
2556
- "secondary-interaction": "tds-btn--outline-interaction",
2557
- "secondary-page-header": "tds-btn--secondary-page-header",
2558
- "staff-only": "tds-btn--staff-only"
2559
- };
2560
- const COMPONENT_SIZE_CLASS_MAP = {
2561
- lg: "tds-btn--lg",
2562
- md: "",
2563
- sm: "tds-btn--sm",
2564
- xl: "tds-btn--xl",
2565
- xs: "tds-btn--xs"
2566
- };
2567
- function wrapStringWithSpan(content) {
2568
- return typeof content === "string" ? React.createElement("span", null, content) : content;
2569
- }
2570
2542
  var classnames = { exports: {} };
2571
2543
  /*!
2572
2544
  Copyright (c) 2018 Jed Watson.
@@ -2632,11 +2604,6 @@ function requireClassnames() {
2632
2604
  }
2633
2605
  var classnamesExports = requireClassnames();
2634
2606
  const classNames = /* @__PURE__ */ getDefaultExportFromCjs(classnamesExports);
2635
- function $a4e76a5424781910$export$e08e3b67e392101e(...callbacks) {
2636
- return (...args) => {
2637
- for (let callback of callbacks) if (typeof callback === "function") callback(...args);
2638
- };
2639
- }
2640
2607
  let $390e54f620492c70$export$d41a04c74483c6ef = /* @__PURE__ */ new Map();
2641
2608
  if (typeof FinalizationRegistry !== "undefined") new FinalizationRegistry((heldValue) => {
2642
2609
  $390e54f620492c70$export$d41a04c74483c6ef.delete(heldValue);
@@ -2655,6 +2622,11 @@ function $390e54f620492c70$export$cd8c9cb68f842629(idA, idB) {
2655
2622
  }
2656
2623
  return idB;
2657
2624
  }
2625
+ function $a4e76a5424781910$export$e08e3b67e392101e(...callbacks) {
2626
+ return (...args) => {
2627
+ for (let callback of callbacks) if (typeof callback === "function") callback(...args);
2628
+ };
2629
+ }
2658
2630
  function $4064df0d6f9620e1$export$c9058316764c140e(...refs) {
2659
2631
  if (refs.length === 1 && refs[0]) return refs[0];
2660
2632
  return (value) => {
@@ -2710,6 +2682,34 @@ function $bbaa08b3cd72f041$export$9d1611c77c2fe928(...args) {
2710
2682
  }
2711
2683
  return result;
2712
2684
  }
2685
+ const TooltipTriggerContext = reactExports.createContext(null);
2686
+ const COMPONENT_KIND_CLASS_MAP = {
2687
+ delete: "tds-btn--delete",
2688
+ ghost: "tds-btn--ghost-neutral",
2689
+ "ghost-delete": "tds-btn--ghost-delete",
2690
+ "ghost-interaction": "tds-btn--ghost-interaction",
2691
+ "inline-text": "tds-btn--inline-text",
2692
+ neutral: "tds-btn--neutral",
2693
+ "neutral-inline": "tds-btn--neutral-inline",
2694
+ pill: "tds-btn--pill",
2695
+ primary: "tds-btn--interaction",
2696
+ "primary-page-header": "tds-btn--primary-page-header",
2697
+ secondary: "tds-btn--outline-neutral",
2698
+ "secondary-delete": "tds-btn--outline-delete",
2699
+ "secondary-interaction": "tds-btn--outline-interaction",
2700
+ "secondary-page-header": "tds-btn--secondary-page-header",
2701
+ "staff-only": "tds-btn--staff-only"
2702
+ };
2703
+ const COMPONENT_SIZE_CLASS_MAP = {
2704
+ lg: "tds-btn--lg",
2705
+ md: "",
2706
+ sm: "tds-btn--sm",
2707
+ xl: "tds-btn--xl",
2708
+ xs: "tds-btn--xs"
2709
+ };
2710
+ function wrapStringWithSpan(content) {
2711
+ return typeof content === "string" ? React.createElement("span", null, content) : content;
2712
+ }
2713
2713
  const BaseButton = reactExports.forwardRef(({ "aria-describedby": ariaDescribedBy, "aria-label": ariaLabel, className, disabled = false, fullWidth, kind = "secondary", label, loading = false, loadingAriaLabel = "Loading...", prefix, size, suffix, ...restProps }, ref) => {
2714
2714
  const tooltip = reactExports.useContext(TooltipTriggerContext);
2715
2715
  const { "aria-describedby": tooltipId, ...tooltipTriggerProps } = tooltip?.triggerProps ?? {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry-migration-cli",
3
- "version": "4.0.0-rc.19",
3
+ "version": "4.0.0-rc.20",
4
4
  "description": "CLI tool for Tapestry migrations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@emotion/react": "^11.14.0",
33
- "@planningcenter/tapestry": "^4.0.0-rc.19",
33
+ "@planningcenter/tapestry": "^4.0.0-rc.20",
34
34
  "@planningcenter/tapestry-react": "^4.11.5",
35
35
  "@types/jscodeshift": "^17.3.0",
36
36
  "@types/node": "^20.0.0",
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "5d497315d34df6ab8ee13cf0bad07f7fb093b65e"
53
+ "gitHead": "e45176dc554f62e58dc87bce4de1e1715b1b1991"
54
54
  }