bge-ui 1.6.6 → 1.6.7

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
@@ -8276,7 +8276,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
8276
8276
  */
8277
8277
  openDelay: {
8278
8278
  type: Number,
8279
- default: 0,
8279
+ default: 500,
8280
8280
  validator: (value) => {
8281
8281
  const isPositive = value >= 0;
8282
8282
  if (!isPositive) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bge-ui",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -84,7 +84,7 @@ const props = defineProps({
84
84
  */
85
85
  openDelay: {
86
86
  type: Number,
87
- default: 0,
87
+ default: 500,
88
88
  validator: (value: number) => {
89
89
  const isPositive = value >= 0;
90
90
  if (!isPositive) {