@launchpad-ui/inline-edit 0.3.10 → 0.3.12

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.
@@ -18,20 +18,7 @@ type InlineEditProps = ComponentProps<'div'> & InlineVariants & Pick<ComponentPr
18
18
  *
19
19
  * https://launchpad.launchdarkly.com/?path=/docs/components-forms-textfield--docs#minimal
20
20
  */
21
- declare const InlineEdit: import("react").ForwardRefExoticComponent<Omit<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
22
- layout?: "horizontal" | "vertical" | undefined;
23
- } & Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "defaultValue"> & {
24
- 'data-test-id'?: string | undefined;
25
- onConfirm: (value: string) => void;
26
- hideEdit?: boolean | undefined;
27
- renderInput?: ReactElement<TextFieldProps | IconFieldProps | TextAreaProps, string | import("react").JSXElementConstructor<any>> | undefined;
28
- isEditing?: boolean | undefined;
29
- onCancel?: (() => void) | undefined;
30
- onEdit?: (() => void) | undefined;
31
- cancelButtonLabel?: string | undefined;
32
- editButtonLabel?: string | undefined;
33
- confirmButtonLabel?: string | undefined;
34
- }, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
21
+ declare const InlineEdit: import("react").ForwardRefExoticComponent<Omit<InlineEditProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
35
22
  export { InlineEdit };
36
23
  export type { InlineEditProps };
37
24
  //# sourceMappingURL=InlineEdit.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InlineEdit.d.ts","sourceRoot":"","sources":["../src/InlineEdit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAwB,YAAY,EAAE,MAAM,OAAO,CAAC;AAChF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAc9D,KAAK,eAAe,GAAG,cAAc,CAAC,KAAK,CAAC,GAC3C,cAAc,GACd,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,cAAc,CAAC,GAAG;IAC/C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,YAAY,CAAC,cAAc,GAAG,cAAc,GAAG,aAAa,CAAC,CAAC;IAC5E,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEH;;;;GAIG;AACH,QAAA,MAAM,UAAU;;;;uBAhBK,MAAM,KAAK,IAAI;;;;sBAIjB,IAAI;oBACN,IAAI;;;;4DAoKpB,CAAC;AAIF,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,YAAY,EAAE,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"InlineEdit.d.ts","sourceRoot":"","sources":["../src/InlineEdit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAwB,YAAY,EAAE,MAAM,OAAO,CAAC;AAChF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAc9D,KAAK,eAAe,GAAG,cAAc,CAAC,KAAK,CAAC,GAC3C,cAAc,GACd,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,cAAc,CAAC,GAAG;IAC/C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,YAAY,CAAC,cAAc,GAAG,cAAc,GAAG,aAAa,CAAC,CAAC;IAC5E,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEH;;;;GAIG;AACH,QAAA,MAAM,UAAU,2HAyJf,CAAC;AAIF,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,YAAY,EAAE,eAAe,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchpad-ui/inline-edit",
3
- "version": "0.3.10",
3
+ "version": "0.3.12",
4
4
  "status": "alpha",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -31,26 +31,26 @@
31
31
  },
32
32
  "source": "src/index.ts",
33
33
  "dependencies": {
34
- "@react-aria/button": "3.9.3",
35
- "@react-aria/focus": "3.16.2",
36
- "@react-aria/interactions": "3.21.1",
37
- "@react-aria/utils": "3.23.2",
34
+ "@react-aria/button": "3.9.4",
35
+ "@react-aria/focus": "3.17.0",
36
+ "@react-aria/interactions": "3.21.2",
37
+ "@react-aria/utils": "3.24.0",
38
38
  "@vanilla-extract/recipes": "^0.5.0",
39
39
  "classix": "2.1.17",
40
- "@launchpad-ui/button": "~0.12.9",
41
- "@launchpad-ui/form": "~0.11.10",
42
- "@launchpad-ui/icons": "~0.17.2",
40
+ "@launchpad-ui/button": "~0.12.10",
41
+ "@launchpad-ui/form": "~0.11.12",
42
+ "@launchpad-ui/icons": "~0.17.3",
43
43
  "@launchpad-ui/tokens": "~0.9.10",
44
44
  "@launchpad-ui/vars": "~0.2.17"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@vanilla-extract/css": "^1.14.0",
48
- "react": "18.2.0",
49
- "react-dom": "18.2.0"
48
+ "react": "18.3.1",
49
+ "react-dom": "18.3.1"
50
50
  },
51
51
  "devDependencies": {
52
- "react": "18.2.0",
53
- "react-dom": "18.2.0"
52
+ "react": "18.3.1",
53
+ "react-dom": "18.3.1"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "vite build -c ../../vite.config.mts && tsc --project tsconfig.build.json",