@featherds/dialog
Advanced tools
Comparing version 0.2.9 to 0.2.10
@@ -17,6 +17,3 @@ var __defProp = Object.defineProperty; | ||
}; | ||
var __require = typeof require !== "undefined" ? require : (x) => { | ||
throw new Error('Dynamic require of "' + x + '" is not supported'); | ||
}; | ||
import { openBlock, createElementBlock, createElementVNode, renderSlot, pushScopeId, popScopeId, resolveComponent, normalizeClass, withModifiers, createVNode, toRef, ref, computed, watch, withDirectives, Transition, withCtx, vShow, toDisplayString, createCommentVNode, createBlock } from "vue"; | ||
import { openBlock, createElementBlock, createElementVNode, renderSlot, resolveComponent, normalizeClass, withModifiers, createVNode, toRef, ref, computed, watch, withDirectives, Transition, withCtx, vShow, toDisplayString, createCommentVNode, createBlock } from "vue"; | ||
import { FeatherIcon } from "@featherds/icon"; | ||
@@ -169,3 +166,3 @@ import Close from "@featherds/icon/navigation/Close"; | ||
var FocusTrap = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]); | ||
var DialogClose_vue_vue_type_style_index_0_scoped_true_lang = "a.closeButton[data-v-9d6dba3a] {\n position: absolute;\n top: 0px;\n right: 0px;\n cursor: pointer;\n font-size: 18px;\n color: var(--feather-secondary-text-on-surface);\n text-decoration: none;\n display: flex;\n align-items: center;\n justify-content: center;\n height: 48px;\n width: 48px;\n text-align: center;\n}\na.closeButton[data-v-9d6dba3a]:visited {\n color: var(--feather-secondary-text-on-surface);\n}\na.closeButton[data-v-9d6dba3a]:hover, a.closeButton[data-v-9d6dba3a]:active {\n text-decoration: none;\n color: var(--feather-primary-text-on-surface);\n}\na.closeButton.small[data-v-9d6dba3a] {\n height: 40px;\n width: 40px;\n}\n.fill[data-v-9d6dba3a] {\n width: 100%;\n}"; | ||
var DialogClose_vue_vue_type_style_index_0_scoped_true_lang = ""; | ||
const _sfc_main$1 = { | ||
@@ -190,5 +187,3 @@ emits: ["close"], | ||
}; | ||
pushScopeId("data-v-9d6dba3a"); | ||
const _hoisted_1$1 = ["aria-label"]; | ||
popScopeId(); | ||
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) { | ||
@@ -212,3 +207,3 @@ const _component_FeatherIcon = resolveComponent("FeatherIcon"); | ||
var DialogClose = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-9d6dba3a"]]); | ||
var FeatherDialog_vue_vue_type_style_index_0_scoped_true_lang = ".feather-dialog[data-v-7eb55876] {\n position: fixed;\n left: 0;\n top: 0;\n height: 100vh;\n width: 100vw;\n display: flex;\n justify-content: center;\n align-items: center;\n z-index: var(--feather-zindex-modal);\n}\n.feather-dialog.relative[data-v-7eb55876] {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n height: auto;\n width: auto;\n}\n.content[data-v-7eb55876] {\n z-index: 1;\n background-color: var(--feather-surface);\n border-radius: 2px;\n box-shadow: var(--feather-shadow-24);\n background-color: var(--feather-elevation-background-24);\n position: relative;\n margin: 0 24px;\n}\n.content[data-v-7eb55876]:focus-visible,\n.focus-area[data-v-7eb55876]:focus-visible {\n outline: none;\n}\n.dialog-body[data-v-7eb55876] {\n padding: 24px;\n color: var(--feather-secondary-text-on-surface);\n}\n.dialog-body header[data-v-7eb55876] {\n color: var(--feather-primary-text-on-surface);\n font-family: var(--feather-header-font-family);\n color: var(--feather-primary-text-on-surface);\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 1rem;\n line-height: 2rem;\n font-weight: var(--feather-font-normal);\n letter-spacing: 0.0125em;\n margin-bottom: 24px;\n line-height: 1.25em;\n}\n.dialog-body p[data-v-7eb55876] {\n padding: 0;\n}\n.dialog-footer[data-v-7eb55876] {\n padding: 8px;\n text-align: right;\n}\n.dialog-footer[data-v-7eb55876] .btn {\n margin: 0;\n}\n.dialog-footer[data-v-7eb55876] .btn + .btn {\n margin-left: 8px;\n}\n.dialog-content[data-v-7eb55876] {\n display: flex;\n font-size: 38px;\n}\n.dialog-content .icon-wrapper[data-v-7eb55876] {\n padding-right: 32px;\n line-height: 1.25em;\n}\n[data-v-7eb55876] .closeButton {\n margin-top: 13px;\n margin-right: 13px;\n}\n.trap[data-v-7eb55876] {\n z-index: 1;\n}\n.fade-enter-active[data-v-7eb55876],\n.fade-leave-active[data-v-7eb55876] {\n transition: opacity 0.5s ease;\n}\n.fade-enter-to[data-v-7eb55876],\n.fade-leave-from[data-v-7eb55876] {\n opacity: 1;\n}\n.fade-enter-from[data-v-7eb55876],\n.fade-leave-to[data-v-7eb55876] {\n opacity: 0;\n}\n.delayFade-enter-active[data-v-7eb55876],\n.delayFade-leave-active[data-v-7eb55876] {\n transition: opacity 0.5s ease;\n transition-delay: 200ms;\n}\n.delayFade-enter-to[data-v-7eb55876],\n.delayFade-leave-from[data-v-7eb55876] {\n opacity: 1;\n}\n.delayFade-enter-from[data-v-7eb55876],\n.delayFade-leave-to[data-v-7eb55876] {\n opacity: 0;\n}\n.backdrop[data-v-7eb55876] {\n flex: none;\n position: fixed;\n left: 0;\n top: 0;\n height: 100vh;\n width: 100vw;\n background-color: var(--feather-disabled-text-on-surface);\n}\n.backdrop.transparent[data-v-7eb55876] {\n background-color: transparent;\n}\n.relative .backdrop[data-v-7eb55876] {\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: 0;\n height: auto;\n width: auto;\n}"; | ||
var FeatherDialog_vue_vue_type_style_index_0_scoped_true_lang = ""; | ||
const LABELS = { | ||
@@ -290,3 +285,2 @@ title: "REQUIRED", | ||
}; | ||
pushScopeId("data-v-7eb55876"); | ||
const _hoisted_1 = { class: "backdrop" }; | ||
@@ -311,3 +305,2 @@ const _hoisted_2 = ["aria-labelledby"]; | ||
}; | ||
popScopeId(); | ||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { | ||
@@ -314,0 +307,0 @@ const _component_DialogClose = resolveComponent("DialogClose"); |
{ | ||
"name": "@featherds/dialog", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"publishConfig": { | ||
@@ -12,6 +12,6 @@ "access": "public" | ||
"dependencies": { | ||
"@featherds/composables": "^0.2.9", | ||
"@featherds/icon": "^0.2.9", | ||
"@featherds/styles": "^0.2.9", | ||
"@featherds/utils": "^0.2.9", | ||
"@featherds/composables": "^0.2.10", | ||
"@featherds/icon": "^0.2.10", | ||
"@featherds/styles": "^0.2.10", | ||
"@featherds/utils": "^0.2.10", | ||
"vue": "^3.1.0-0" | ||
@@ -24,3 +24,3 @@ }, | ||
"types": "./src/index.d.ts", | ||
"gitHead": "28578b1da72bd2bf1f56dded784e513fa34333d8" | ||
"gitHead": "945b2b349bd8bab6b37b573ae2bb7fb70e170f4d" | ||
} |
Sorry, the diff of this file is not supported yet
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1
49151
840
Updated@featherds/icon@^0.2.10
Updated@featherds/styles@^0.2.10
Updated@featherds/utils@^0.2.10