@revolist/revo-dropdown
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -22,3 +22,6 @@ /* eslint-disable */ | ||
'open' | ||
]); | ||
], { | ||
"modelProp": "changeValue", | ||
"modelUpdateEvent": "changeValue" | ||
}); | ||
export const RevoList = /*@__PURE__*/ defineContainer('revo-list', [ | ||
@@ -25,0 +28,0 @@ 'sourceItems', |
@@ -28,3 +28,7 @@ /* eslint-disable */ | ||
'open' | ||
]); | ||
], | ||
{ | ||
"modelProp": "changeValue", | ||
"modelUpdateEvent": "changeValue" | ||
}); | ||
@@ -31,0 +35,0 @@ |
{ | ||
"name": "@revolist/revo-dropdown", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Minimalistic dropdown with keyboard support and search", | ||
@@ -85,4 +85,5 @@ "main": "dist/index.cjs.js", | ||
"react-dom": "^17.0.1", | ||
"rxjs": "^6.6.3" | ||
"rxjs": "^6.6.3", | ||
"gh-pages": "^3.1.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
564646
13971
20