@takuma-ru/vue-swipe-modal
Advanced tools
Comparing version 4.0.1 to 4.0.3
{ | ||
"name": "@takuma-ru/vue-swipe-modal", | ||
"version": "4.0.1", | ||
"version": "4.0.3", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Swipeable Bottom Sheet library for vue2 and vue3", |
@@ -156,2 +156,10 @@ # @takuma-ru/vue-swpie-modal | ||
| **tip-color** | String | `#c8c8c8` | Tip chip color | | ||
| **dark-contents-color** | String | `black` | Modal background color in dark mode | | ||
| **dark-contents-color** | String | `black` | Modal background color in dark mode | | ||
## :warning: WARN | ||
- #### ontents-height supports only "px", "vh", and "vw". | ||
Contents-height of "%", "vmin", etc. are not supported. We are currently working on a feature to allow use of these values. Please wait a little. | ||
- #### The behavior of vue2.x may be unstable. | ||
This library is based on [vue-demi](https://github.com/vueuse/vue-demi) and developed in the vue3 environment. Therefore, there is a risk that parts of the library that are not interoperable with vue2.x may not work properly. | ||
We are working on a way to address this issue as well. However, it is a very complex issue and will take time to resolve. | ||
Please use vue3 as much as possible. |
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
43880
165