@planningcenter/tapestry-react 5.1.2 → 5.1.3

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.
@@ -72,7 +72,7 @@ type Props = {
72
72
  };
73
73
  type DropdownProps = Omit<ButtonProps, keyof Props | 'ref'> & Props;
74
74
  /**
75
- * @deprecated Use `Dropdown` from `@planningcenter/tapestry` instead.
75
+ * @deprecated Use `Dropdown` from `@planningcenter/tapestry` instead for simple action or navigation menus. NOTE: The new component only supports menu-style content (actions, links, sections, separators) — for complex or custom popover content, continue using this component until a generic `Popover` component is available.
76
76
  */
77
77
  declare class Dropdown extends Component<DropdownProps, {
78
78
  isPopoverOpen: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry-react",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
4
4
  "description": "A collection of flexible React components to help you build resilient, accessible user interfaces quickly and effectively.",
5
5
  "author": "Front End Systems Engineering <frontend@pco.bz>",
6
6
  "main": "./dist/index.js",
@@ -49,7 +49,7 @@
49
49
  "@rollup/plugin-node-resolve": "^15.2.3",
50
50
  "@rollup/plugin-terser": "^1.0.0",
51
51
  "@rollup/plugin-typescript": "^11.1.6",
52
- "@swc/cli": "^0.5.2",
52
+ "@swc/cli": "^0.8.1",
53
53
  "@swc/core": "^1.4.0",
54
54
  "@swc/jest": "^0.2.36",
55
55
  "@testing-library/dom": "^10.4.1",