@plasmicpkgs/plasmic-nav 0.0.218 → 0.0.220

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.
@@ -1,18 +1,18 @@
1
- import registerComponent, { CanvasComponentProps, CodeComponentMeta } from "@plasmicapp/host/registerComponent";
2
- import React from "react";
3
- interface Props extends CanvasComponentProps {
4
- brand?: React.ReactNode;
5
- menuItems?: React.ReactNode;
6
- className?: string;
7
- closeButton?: React.ReactNode;
8
- openButton?: React.ReactNode;
9
- forceOpenMenu?: boolean;
10
- itemsGap?: number;
11
- responsiveBreakpoint?: number;
12
- }
13
- export declare function NavigationBar(props: Props): React.JSX.Element;
14
- export declare const navigationBarComponentMeta: CodeComponentMeta<Props>;
15
- export declare function registerNavigationBar(loader?: {
16
- registerComponent: typeof registerComponent;
17
- }, customMetaProps?: CodeComponentMeta<React.ComponentProps<typeof NavigationBar>>): void;
18
- export {};
1
+ import registerComponent, { CanvasComponentProps, CodeComponentMeta } from "@plasmicapp/host/registerComponent";
2
+ import React from "react";
3
+ interface Props extends CanvasComponentProps {
4
+ brand?: React.ReactNode;
5
+ menuItems?: React.ReactNode;
6
+ className?: string;
7
+ closeButton?: React.ReactNode;
8
+ openButton?: React.ReactNode;
9
+ forceOpenMenu?: boolean;
10
+ itemsGap?: number;
11
+ responsiveBreakpoint?: number;
12
+ }
13
+ export declare function NavigationBar(props: Props): React.JSX.Element;
14
+ export declare const navigationBarComponentMeta: CodeComponentMeta<Props>;
15
+ export declare function registerNavigationBar(loader?: {
16
+ registerComponent: typeof registerComponent;
17
+ }, customMetaProps?: CodeComponentMeta<React.ComponentProps<typeof NavigationBar>>): void;
18
+ export {};
package/dist/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from "./PlasmicNavigationBar";
1
+ export * from "./PlasmicNavigationBar";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicpkgs/plasmic-nav",
3
- "version": "0.0.218",
3
+ "version": "0.0.220",
4
4
  "description": "Plasmic mobile navigation menu and registration calls",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,14 +21,14 @@
21
21
  "scripts": {
22
22
  "build": "tsdx build",
23
23
  "start": "tsdx watch",
24
- "test": "TEST_CWD=`pwd` yarn --cwd=../.. test --passWithNoTests",
24
+ "test": "TEST_CWD=`pwd` pnpm -w test --passWithNoTests",
25
25
  "lint": "tsdx lint",
26
26
  "prepublishOnly": "npm run build",
27
27
  "size": "size-limit",
28
28
  "analyze": "size-limit --why"
29
29
  },
30
30
  "devDependencies": {
31
- "@plasmicapp/host": "2.0.5",
31
+ "@plasmicapp/host": "2.0.7",
32
32
  "@types/node": "^14.0.26",
33
33
  "@types/react": "^18",
34
34
  "tsdx": "^0.14.1",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "41f43c9b107d2fff575c443bc4649fa708897242"
45
+ "gitHead": "6087f1621240c66b20d4a8fcf02c8bf889c554aa"
46
46
  }