@launchpad-ui/inline-edit 0.3.1 → 0.3.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.
package/dist/index.es.js CHANGED
@@ -10,8 +10,8 @@ import { useUpdateEffect, mergeRefs, mergeProps } from "@react-aria/utils";
10
10
  import { cx } from "classix";
11
11
  import { forwardRef, useState, useRef, cloneElement, Children } from "react";
12
12
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
13
- var cancelButton = "_1oig0624";
14
13
  var container = "_1oig0620";
14
+ var cancelButton = "_1oig0624";
15
15
  var inline = createRuntimeFn({ defaultClassName: "_1oig0621", variantClassNames: { layout: { vertical: "_1oig0622", horizontal: "_1oig0623" } }, defaultVariants: {}, compoundVariants: [] });
16
16
  var readButton = "_1oig0625";
17
17
  const InlineEdit = /* @__PURE__ */ forwardRef(
package/dist/index.js CHANGED
@@ -12,8 +12,8 @@ const utils = require("@react-aria/utils");
12
12
  const classix = require("classix");
13
13
  const react = require("react");
14
14
  const createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
15
- var cancelButton = "_1oig0624";
16
15
  var container = "_1oig0620";
16
+ var cancelButton = "_1oig0624";
17
17
  var inline = createRuntimeFn.createRuntimeFn({ defaultClassName: "_1oig0621", variantClassNames: { layout: { vertical: "_1oig0622", horizontal: "_1oig0623" } }, defaultVariants: {}, compoundVariants: [] });
18
18
  var readButton = "_1oig0625";
19
19
  const InlineEdit = /* @__PURE__ */ react.forwardRef(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchpad-ui/inline-edit",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "status": "alpha",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -26,17 +26,17 @@
26
26
  },
27
27
  "source": "src/index.ts",
28
28
  "dependencies": {
29
- "@react-aria/button": "3.9.1",
30
- "@react-aria/focus": "3.16.0",
31
- "@react-aria/interactions": "3.20.1",
32
- "@react-aria/utils": "3.23.0",
29
+ "@react-aria/button": "3.9.2",
30
+ "@react-aria/focus": "3.16.1",
31
+ "@react-aria/interactions": "3.21.0",
32
+ "@react-aria/utils": "3.23.1",
33
33
  "@vanilla-extract/recipes": "^0.5.0",
34
34
  "classix": "2.1.17",
35
- "@launchpad-ui/button": "~0.12.1",
36
- "@launchpad-ui/form": "~0.11.1",
37
- "@launchpad-ui/icons": "~0.16.1",
38
- "@launchpad-ui/tokens": "~0.9.4",
39
- "@launchpad-ui/vars": "~0.2.11"
35
+ "@launchpad-ui/button": "~0.12.2",
36
+ "@launchpad-ui/form": "~0.11.3",
37
+ "@launchpad-ui/icons": "~0.16.2",
38
+ "@launchpad-ui/tokens": "~0.9.5",
39
+ "@launchpad-ui/vars": "~0.2.12"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@vanilla-extract/css": "^1.14.0",