@plasmicpkgs/radix-ui 0.0.41 → 0.0.42

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.js CHANGED
@@ -1057,6 +1057,10 @@ function registerTooltip(PLASMIC) {
1057
1057
  side: {
1058
1058
  ...popoverProps.side,
1059
1059
  defaultValueHint: "top"
1060
+ },
1061
+ delayDuration: {
1062
+ type: "number",
1063
+ defaultValueHint: 700
1060
1064
  }
1061
1065
  },
1062
1066
  overlay: {
package/dist/index.mjs CHANGED
@@ -1012,6 +1012,10 @@ function registerTooltip(PLASMIC) {
1012
1012
  side: {
1013
1013
  ...popoverProps.side,
1014
1014
  defaultValueHint: "top"
1015
+ },
1016
+ delayDuration: {
1017
+ type: "number",
1018
+ defaultValueHint: 700
1015
1019
  }
1016
1020
  },
1017
1021
  overlay: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicpkgs/radix-ui",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "Radix UI components for Plasmic",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -56,5 +56,5 @@
56
56
  "lucide-react": "^0.279.0",
57
57
  "remeda": "^1.27.0"
58
58
  },
59
- "gitHead": "0a16d85aa282b804bfd736331a352032962e8f9b"
59
+ "gitHead": "ee97fd96465e9add4ed661693ddf13292863345a"
60
60
  }