@featherds/dialog
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -28,2 +28,8 @@ var __defProp = Object.defineProperty; | ||
import { useLabelProperty } from "@featherds/composables/LabelProperty"; | ||
var _export_sfc = (sfc, props) => { | ||
for (const [key, val] of props) { | ||
sfc[key] = val; | ||
} | ||
return sfc; | ||
}; | ||
const _sfc_main$2 = { | ||
@@ -162,3 +168,3 @@ props: { | ||
} | ||
_sfc_main$2.render = _sfc_render$2; | ||
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}"; | ||
@@ -204,4 +210,3 @@ const _sfc_main$1 = { | ||
} | ||
_sfc_main$1.render = _sfc_render$1; | ||
_sfc_main$1.__scopeId = "data-v-9d6dba3a"; | ||
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}"; | ||
@@ -280,4 +285,4 @@ const LABELS = { | ||
components: { | ||
FocusTrap: _sfc_main$2, | ||
DialogClose: _sfc_main$1 | ||
FocusTrap, | ||
DialogClose | ||
} | ||
@@ -376,4 +381,3 @@ }; | ||
} | ||
_sfc_main.render = _sfc_render; | ||
_sfc_main.__scopeId = "data-v-7eb55876"; | ||
export { _sfc_main$1 as DialogClose, _sfc_main as FeatherDialog, _sfc_main$2 as FocusTrap }; | ||
var FeatherDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7eb55876"]]); | ||
export { DialogClose, FeatherDialog, FocusTrap }; |
{ | ||
"name": "@featherds/dialog", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"publishConfig": { | ||
@@ -12,6 +12,6 @@ "access": "public" | ||
"dependencies": { | ||
"@featherds/composables": "^0.2.4", | ||
"@featherds/icon": "^0.2.4", | ||
"@featherds/styles": "^0.2.4", | ||
"@featherds/utils": "^0.2.4", | ||
"@featherds/composables": "^0.2.5", | ||
"@featherds/icon": "^0.2.5", | ||
"@featherds/styles": "^0.2.5", | ||
"@featherds/utils": "^0.2.5", | ||
"vue": "^3.1.0-0" | ||
@@ -24,3 +24,3 @@ }, | ||
"types": "./src/index.d.ts", | ||
"gitHead": "14a6e4fa352587dafe9f5e533d289439b8c3ca74" | ||
"gitHead": "8178471231a961203ce2380b3435eda2e1e9eb39" | ||
} |
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
52845
858
Updated@featherds/icon@^0.2.5
Updated@featherds/styles@^0.2.5
Updated@featherds/utils@^0.2.5