propro-common-components 0.2.6 → 0.2.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "propro-common-components",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "type": "module",
5
5
  "main": "dist/propro-common-components.js",
6
6
  "types": "dist/main.d.ts",
@@ -32,6 +32,7 @@
32
32
  "@plasmicpkgs/plasmic-embed-css": "^0.1.194",
33
33
  "@plasmicpkgs/plasmic-rich-components": "^1.0.199",
34
34
  "@plasmicpkgs/plasmic-tabs": "^0.0.49",
35
+ "@plasmicpkgs/react-aria": "^0.0.122",
35
36
  "@plasmicpkgs/react-awesome-reveal": "^3.8.211",
36
37
  "@radix-ui/react-avatar": "^1.0.4",
37
38
  "@radix-ui/react-dialog": "^1.0.5",
@@ -102,8 +103,8 @@
102
103
  "vite-plugin-lib-inject-css": "^1.3.0"
103
104
  },
104
105
  "peerDependencies": {
105
- "@tanstack/react-query": "^5.66.0",
106
- "@tanstack/react-query-devtools": "^5.66.0",
106
+ "@tanstack/react-query": "^5.69.0",
107
+ "@tanstack/react-query-devtools": "^5.69.0",
107
108
  "axios": "^1.6.7",
108
109
  "react": "^18.2.0",
109
110
  "react-dom": "^18.2.0",
@@ -1,49 +0,0 @@
1
- import { Flex as Flex__, StrictProps } from '@plasmicapp/react-web';
2
- /** @jsxRuntime classic */
3
- /** @jsx createPlasmicElementProxy */
4
- /** @jsxFrag React.Fragment */
5
- import * as React from "react";
6
- export type PlasmicIconImports__VariantMembers = {};
7
- export type PlasmicIconImports__VariantsArgs = {};
8
- export declare const PlasmicIconImports__VariantProps: never[];
9
- export type PlasmicIconImports__ArgsType = {};
10
- export declare const PlasmicIconImports__ArgProps: never[];
11
- export type PlasmicIconImports__OverridesType = {
12
- root?: Flex__<"div">;
13
- };
14
- export interface DefaultIconImportsProps {
15
- className?: string;
16
- }
17
- declare const PlasmicDescendants: {
18
- readonly root: readonly ["root"];
19
- };
20
- type NodeNameType = keyof typeof PlasmicDescendants;
21
- type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
22
- type ReservedPropsType = "variants" | "args" | "overrides";
23
- type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicIconImports__OverridesType, DescendantsType<T>>;
24
- export declare const PlasmicIconImports: {
25
- <T extends {
26
- variants?: PlasmicIconImports__VariantsArgs | undefined;
27
- args?: PlasmicIconImports__ArgsType | undefined;
28
- overrides?: NodeOverridesType<"root"> | undefined;
29
- } & Omit<PlasmicIconImports__VariantsArgs, ReservedPropsType> & Omit<PlasmicIconImports__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "root" | ReservedPropsType> & {
30
- key?: React.Key | undefined;
31
- }>(props: T & StrictProps<T, {
32
- variants?: PlasmicIconImports__VariantsArgs | undefined;
33
- args?: PlasmicIconImports__ArgsType | undefined;
34
- overrides?: NodeOverridesType<"root"> | undefined;
35
- } & Omit<PlasmicIconImports__VariantsArgs, ReservedPropsType> & Omit<PlasmicIconImports__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "root" | ReservedPropsType> & {
36
- key?: React.Key | undefined;
37
- }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
38
- displayName: string;
39
- } & {
40
- internalVariantProps: never[];
41
- internalArgProps: never[];
42
- pageMetadata: {
43
- title: string;
44
- description: string;
45
- ogImageSrc: string;
46
- canonical: string;
47
- };
48
- };
49
- export default PlasmicIconImports;