Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-modal

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-modal - npm Package Compare versions

Comparing version 2.15.0 to 2.16.0

2

lib/index.js

@@ -189,3 +189,3 @@ function _extends() {

});
var version = "2.15.0";
var version = "2.16.0";
TINYModal.version = version;

@@ -192,0 +192,0 @@ TINYModal.model = {

@@ -121,3 +121,3 @@ import Button from '@opentiny/vue-button';

style: {
zIndex: this.state.modalZindex,
zIndex: state.modalZindex,
top: modalTop ? modalTop + "px" : null

@@ -149,3 +149,9 @@ },

class: "tiny-modal__title"
}, title || t("ui.alert.title")), resize ? h(zoomLocat ? iconMinscreenLeft() : iconFullscreenLeft(), {
}, [typeof status === "string" ? h(STATUS_MAPPING_COMPINENT[status.toUpperCase()], {
class: [constants.STATUS_MAPPING_CLASSS[status.toUpperCase()]],
style: "display: inline-block; margin-right: 5px;"
}) : h(status, {
class: ["tiny-modal__status-icon"],
style: "display: inline-block; margin-right: 5px;"
}), h("span", title || t("ui.alert.title"))]), resize ? h(zoomLocat ? iconMinscreenLeft() : iconFullscreenLeft(), {
class: ["tiny-modal__zoom-btn", "trigger__btn"],

@@ -162,5 +168,5 @@ on: {

class: ["tiny-modal__body", type === "message" ? "is-message" : ""]
}, [status && (state.theme !== "saas" || type === "message") ? h("div", {
}, [status && state.theme !== "saas" ? h("div", {
class: "tiny-modal__status-wrapper"
}, [typeof status === "string" ? h(STATUS_MAPPING_COMPINENT[status.toUpperCase()], {
}, [typeof status === "string" && type === "message" ? h(STATUS_MAPPING_COMPINENT[status.toUpperCase()], {
class: [constants.STATUS_MAPPING_CLASSS[status.toUpperCase()]]

@@ -167,0 +173,0 @@ }) : h(status, {

{
"name": "@opentiny/vue-modal",
"version": "2.15.0",
"version": "2.16.0",
"description": "",

@@ -10,11 +10,11 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.15.0",
"@opentiny/vue-common": "~2.15.0",
"@opentiny/vue-button": "~2.15.0",
"@opentiny/vue-checkbox": "~2.15.0",
"@opentiny/vue-checkbox-group": "~2.15.0",
"@opentiny/vue-popconfirm": "~2.15.0",
"@opentiny/vue-icon": "~2.15.0",
"@opentiny/vue-theme-mobile": "~3.15.0",
"@opentiny/vue-theme": "~3.15.0"
"@opentiny/vue-renderless": "~3.16.0",
"@opentiny/vue-common": "~2.16.0",
"@opentiny/vue-button": "~2.16.0",
"@opentiny/vue-checkbox": "~2.16.0",
"@opentiny/vue-checkbox-group": "~2.16.0",
"@opentiny/vue-popconfirm": "~2.16.0",
"@opentiny/vue-icon": "~2.16.0",
"@opentiny/vue-theme-mobile": "~3.16.0",
"@opentiny/vue-theme": "~3.16.0"
},

@@ -21,0 +21,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc