@ebot7/edem
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -106,3 +106,3 @@ 'use strict'; | ||
const edDropdownCss = ":host{box-sizing:border-box;display:contents}:host *{box-sizing:border-box}.trigger{display:contents}main{display:none;position:fixed;top:0;left:-200vw;z-index:600}.inner{overflow:visible;background-color:#FFFFFF;border-radius:8px;box-shadow:0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07)}::slotted(ed-menu){border:none}"; | ||
const edDropdownCss = ":host{box-sizing:border-box;display:contents}:host *{box-sizing:border-box}.trigger{display:contents}main{display:none;position:fixed;top:0;left:-200vw;z-index:1300}.inner{overflow:visible;background-color:#FFFFFF;border-radius:8px;box-shadow:0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07)}::slotted(ed-menu){border:none}"; | ||
@@ -109,0 +109,0 @@ const EdDropdown = class { |
@@ -95,8 +95,8 @@ 'use strict'; | ||
"token-z-index-header": "400", | ||
"token-z-index-toast": "500", | ||
"token-z-index-dropdown": "600", | ||
"token-z-index-overlay": "700", | ||
"token-z-index-spinner": "800", | ||
"token-z-index-modal": "900", | ||
"token-z-index-popup": "950" | ||
"token-z-index-overlay": "1100", | ||
"token-z-index-toast": "1200", | ||
"token-z-index-dropdown": "1300", | ||
"token-z-index-spinner": "1400", | ||
"token-z-index-modal": "1500", | ||
"token-z-index-popup": "1600" | ||
}; | ||
@@ -125,3 +125,3 @@ | ||
const edToastCss = ":host{box-sizing:border-box;display:block;position:fixed;z-index:600;will-change:transform}:host *{box-sizing:border-box}:host:host(.toast-top){top:0}:host:host(.toast-bottom){bottom:0}:host:host(.toast-left){left:-200vw;right:auto;transition:left 0ms 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host:host(.toast-left) .inner{transform:translateX(-120%)}:host:host(.toast-right){right:-200vw;left:auto;transition:right 0ms 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host:host(.toast-right) .inner{transform:translateX(120%)}:host(.toast-open):host(.toast-left){left:20px;right:auto;transition:left 0ms 0ms, transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host(.toast-open):host(.toast-right){right:20px;left:auto;transition:right 0ms 0ms, transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host(.toast-open) .inner{opacity:1;transform:translateX(0) !important}.inner{display:grid;grid-template-columns:-webkit-max-content 1fr -webkit-max-content;grid-template-columns:max-content 1fr max-content;grid-gap:8px;align-items:start;max-width:400px;padding:12px;-webkit-padding-end:8px;padding-inline-end:8px;box-shadow:0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07);background-color:#FFFFFF;border-radius:4px;transition:transform 100ms cubic-bezier(0.4, 0, 0.2, 1), opacity 100ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0}.content{display:grid;grid-template-columns:1fr;gap:8px;overflow:hidden}.icon{height:24px}.close-button{height:24px}.close-button::part(native-button){-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px}:host(.toast-color-default) .inner{background-color:#FFFFFF}:host(.toast-color-primary) .inner{background-color:#a9e3fd}:host(.toast-color-success) .inner{background-color:#dceccd}:host(.toast-color-warning) .inner{background-color:#fdf0d3}:host(.toast-color-error) .inner{background-color:#faccd0}:host(.toast-color-info) .inner{background-color:#c9e3ee}"; | ||
const edToastCss = ":host{box-sizing:border-box;display:block;position:fixed;z-index:1200;will-change:transform}:host *{box-sizing:border-box}:host:host(.toast-top){top:0}:host:host(.toast-bottom){bottom:0}:host:host(.toast-left){left:-200vw;right:auto;transition:left 0ms 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host:host(.toast-left) .inner{transform:translateX(-120%)}:host:host(.toast-right){right:-200vw;left:auto;transition:right 0ms 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host:host(.toast-right) .inner{transform:translateX(120%)}:host(.toast-open):host(.toast-left){left:20px;right:auto;transition:left 0ms 0ms, transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host(.toast-open):host(.toast-right){right:20px;left:auto;transition:right 0ms 0ms, transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host(.toast-open) .inner{opacity:1;transform:translateX(0) !important}.inner{display:grid;grid-template-columns:-webkit-max-content 1fr -webkit-max-content;grid-template-columns:max-content 1fr max-content;grid-gap:8px;align-items:start;max-width:400px;padding:12px;-webkit-padding-end:8px;padding-inline-end:8px;box-shadow:0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07);background-color:#FFFFFF;border-radius:4px;transition:transform 100ms cubic-bezier(0.4, 0, 0.2, 1), opacity 100ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0}.content{display:grid;grid-template-columns:1fr;gap:8px;overflow:hidden}.icon{height:24px}.close-button{height:24px}.close-button::part(native-button){-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px}:host(.toast-color-default) .inner{background-color:#FFFFFF}:host(.toast-color-primary) .inner{background-color:#a9e3fd}:host(.toast-color-success) .inner{background-color:#dceccd}:host(.toast-color-warning) .inner{background-color:#fdf0d3}:host(.toast-color-error) .inner{background-color:#faccd0}:host(.toast-color-info) .inner{background-color:#c9e3ee}"; | ||
@@ -128,0 +128,0 @@ const EdToast = class { |
@@ -1,1 +0,1 @@ | ||
import{p as e,b as o}from"./p-d1194610.js";import{g as t}from"./p-8210311b.js";(()=>{const o=import.meta.url,t={};return""!==o&&(t.resourcesUrl=new URL(".",o).href),e(t)})().then((e=>(t(),o([["p-5b733726",[[1,"ed-select",{color:[513],fullWidth:[516,"full-width"],helpText:[513,"help-text"],followingHelpText:[513,"following-help-text"],name:[513],disabled:[516],clearable:[516],multiple:[516],searchable:[516],maxTags:[514,"max-tags"],value:[1544],label:[513],placeholder:[513],startIcon:[513,"start-icon"],endIcon:[513,"end-icon"],compareFunc:[513,"compare-func"],searchFunc:[513,"search-func"],open:[32],inputValue:[32],setFocus:[64],removeFocus:[64]}]]],["p-177b81e7",[[1,"ed-toast",{label:[513],icon:[513],open:[1540],autoHideTimeout:[514,"auto-hide-timeout"],autoRemove:[516,"auto-remove"],color:[513],position:[513]}]]],["p-74aa72cb",[[1,"ed-tree-node",{label:[513],open:[1540],color:[513],fill:[513],align:[513],size:[513],value:[520],disabled:[516],folder:[516]}]]],["p-40a4448d",[[1,"ed-checkbox",{color:[513],name:[513],checked:[1540],indeterminate:[1540],disabled:[516],size:[513],value:[520],setFocus:[64],removeFocus:[64]}]]],["p-1c4b5ac2",[[1,"ed-button-group",{disabled:[516],justified:[516],fullWidth:[516,"full-width"],color:[513],setFocus:[64],removeFocus:[64]}]]],["p-5d0329a6",[[1,"ed-divider"]]],["p-24c007eb",[[1,"ed-menu-header"]]],["p-80505ff3",[[1,"ed-tree-view",{allowDrag:[516,"allow-drag"],allowFoldersDrag:[516,"allow-folders-drag"]}]]],["p-15d10409",[[1,"ed-button",{fullWidth:[516,"full-width"],color:[513],align:[513],size:[513],fill:[513],disabled:[516],active:[516],href:[513],rel:[513],target:[513],type:[513],name:[513],value:[520],setFocus:[64],removeFocus:[64]}],[1,"ed-icon",{name:[513],color:[513],size:[513],iconContent:[32]}]]],["p-11101e57",[[1,"ed-accordion",{label:[513],color:[513],size:[513],fill:[513],icon:[513],disabled:[516],open:[1540]}]]],["p-b319806c",[[1,"ed-text",{variant:[513],weight:[1537],case:[513],component:[513],align:[513],color:[513],noWrap:[516,"no-wrap"]}]]],["p-f660b3b8",[[1,"ed-tag",{clickable:[516],deletable:[516],noTruncate:[516,"no-truncate"],color:[513],fill:[513],align:[513],size:[513],disabled:[516],value:[520],title:[32]}],[1,"ed-option",{name:[513],active:[516],selected:[516],disabled:[516],value:[520]}],[1,"ed-dropdown",{position:[513],autoFocusOnContent:[516,"auto-focus-on-content"],autoFocusOnTrigger:[516,"auto-focus-on-trigger"],openEvent:[513,"open-event"],closeEvent:[513,"close-event"],open:[1540],matchWidth:[516,"match-width"],keyboardCloseDisabled:[516,"keyboard-close-disabled"],clickAwayCloseDisabled:[516,"click-away-close-disabled"],openTimeout:[514,"open-timeout"],closeTimeout:[514,"close-timeout"],dropdownID:[32],update:[64]}],[6,"ed-input",{color:[513],fullWidth:[516,"full-width"],label:[513],accept:[513],autocapitalize:[513],autocomplete:[513],autocorrect:[513],autofocus:[516],selectOnFocus:[516,"select-on-focus"],debounce:[514],disabled:[516],inputmode:[513],rows:[514],max:[513],maxlength:[514],min:[513],minlength:[514],multiple:[516],multiline:[516],name:[513],pattern:[513],placeholder:[513],helpText:[513,"help-text"],followingHelpText:[513,"following-help-text"],readonly:[516],required:[516],step:[513],size:[514],type:[513],align:[513],value:[1025],hideValue:[516,"hide-value"],hasFocus:[32],setFocus:[64],removeFocus:[64],getInputElement:[64],selectText:[64]}],[1,"ed-menu",{setFocus:[64],removeFocus:[64],getOptions:[64],setFirstOptionActive:[64],setNextOptionActive:[64],setPrevOptionActive:[64],selectActiveOption:[64]}]]]],e)))); | ||
import{p as e,b as o}from"./p-d1194610.js";import{g as t}from"./p-8210311b.js";(()=>{const o=import.meta.url,t={};return""!==o&&(t.resourcesUrl=new URL(".",o).href),e(t)})().then((e=>(t(),o([["p-5b733726",[[1,"ed-select",{color:[513],fullWidth:[516,"full-width"],helpText:[513,"help-text"],followingHelpText:[513,"following-help-text"],name:[513],disabled:[516],clearable:[516],multiple:[516],searchable:[516],maxTags:[514,"max-tags"],value:[1544],label:[513],placeholder:[513],startIcon:[513,"start-icon"],endIcon:[513,"end-icon"],compareFunc:[513,"compare-func"],searchFunc:[513,"search-func"],open:[32],inputValue:[32],setFocus:[64],removeFocus:[64]}]]],["p-d053cdd4",[[1,"ed-toast",{label:[513],icon:[513],open:[1540],autoHideTimeout:[514,"auto-hide-timeout"],autoRemove:[516,"auto-remove"],color:[513],position:[513]}]]],["p-74aa72cb",[[1,"ed-tree-node",{label:[513],open:[1540],color:[513],fill:[513],align:[513],size:[513],value:[520],disabled:[516],folder:[516]}]]],["p-40a4448d",[[1,"ed-checkbox",{color:[513],name:[513],checked:[1540],indeterminate:[1540],disabled:[516],size:[513],value:[520],setFocus:[64],removeFocus:[64]}]]],["p-1c4b5ac2",[[1,"ed-button-group",{disabled:[516],justified:[516],fullWidth:[516,"full-width"],color:[513],setFocus:[64],removeFocus:[64]}]]],["p-5d0329a6",[[1,"ed-divider"]]],["p-24c007eb",[[1,"ed-menu-header"]]],["p-80505ff3",[[1,"ed-tree-view",{allowDrag:[516,"allow-drag"],allowFoldersDrag:[516,"allow-folders-drag"]}]]],["p-15d10409",[[1,"ed-button",{fullWidth:[516,"full-width"],color:[513],align:[513],size:[513],fill:[513],disabled:[516],active:[516],href:[513],rel:[513],target:[513],type:[513],name:[513],value:[520],setFocus:[64],removeFocus:[64]}],[1,"ed-icon",{name:[513],color:[513],size:[513],iconContent:[32]}]]],["p-11101e57",[[1,"ed-accordion",{label:[513],color:[513],size:[513],fill:[513],icon:[513],disabled:[516],open:[1540]}]]],["p-b319806c",[[1,"ed-text",{variant:[513],weight:[1537],case:[513],component:[513],align:[513],color:[513],noWrap:[516,"no-wrap"]}]]],["p-8ddd832c",[[1,"ed-tag",{clickable:[516],deletable:[516],noTruncate:[516,"no-truncate"],color:[513],fill:[513],align:[513],size:[513],disabled:[516],value:[520],title:[32]}],[1,"ed-option",{name:[513],active:[516],selected:[516],disabled:[516],value:[520]}],[1,"ed-dropdown",{position:[513],autoFocusOnContent:[516,"auto-focus-on-content"],autoFocusOnTrigger:[516,"auto-focus-on-trigger"],openEvent:[513,"open-event"],closeEvent:[513,"close-event"],open:[1540],matchWidth:[516,"match-width"],keyboardCloseDisabled:[516,"keyboard-close-disabled"],clickAwayCloseDisabled:[516,"click-away-close-disabled"],openTimeout:[514,"open-timeout"],closeTimeout:[514,"close-timeout"],dropdownID:[32],update:[64]}],[6,"ed-input",{color:[513],fullWidth:[516,"full-width"],label:[513],accept:[513],autocapitalize:[513],autocomplete:[513],autocorrect:[513],autofocus:[516],selectOnFocus:[516,"select-on-focus"],debounce:[514],disabled:[516],inputmode:[513],rows:[514],max:[513],maxlength:[514],min:[513],minlength:[514],multiple:[516],multiline:[516],name:[513],pattern:[513],placeholder:[513],helpText:[513,"help-text"],followingHelpText:[513,"following-help-text"],readonly:[516],required:[516],step:[513],size:[514],type:[513],align:[513],value:[1025],hideValue:[516,"hide-value"],hasFocus:[32],setFocus:[64],removeFocus:[64],getInputElement:[64],selectText:[64]}],[1,"ed-menu",{setFocus:[64],removeFocus:[64],getOptions:[64],setFirstOptionActive:[64],setNextOptionActive:[64],setPrevOptionActive:[64],selectActiveOption:[64]}]]]],e)))); |
@@ -102,3 +102,3 @@ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-4ce6f4c8.js'; | ||
const edDropdownCss = ":host{box-sizing:border-box;display:contents}:host *{box-sizing:border-box}.trigger{display:contents}main{display:none;position:fixed;top:0;left:-200vw;z-index:600}.inner{overflow:visible;background-color:#FFFFFF;border-radius:8px;box-shadow:0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07)}::slotted(ed-menu){border:none}"; | ||
const edDropdownCss = ":host{box-sizing:border-box;display:contents}:host *{box-sizing:border-box}.trigger{display:contents}main{display:none;position:fixed;top:0;left:-200vw;z-index:1300}.inner{overflow:visible;background-color:#FFFFFF;border-radius:8px;box-shadow:0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07)}::slotted(ed-menu){border:none}"; | ||
@@ -105,0 +105,0 @@ const EdDropdown = class { |
@@ -91,8 +91,8 @@ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-4ce6f4c8.js'; | ||
"token-z-index-header": "400", | ||
"token-z-index-toast": "500", | ||
"token-z-index-dropdown": "600", | ||
"token-z-index-overlay": "700", | ||
"token-z-index-spinner": "800", | ||
"token-z-index-modal": "900", | ||
"token-z-index-popup": "950" | ||
"token-z-index-overlay": "1100", | ||
"token-z-index-toast": "1200", | ||
"token-z-index-dropdown": "1300", | ||
"token-z-index-spinner": "1400", | ||
"token-z-index-modal": "1500", | ||
"token-z-index-popup": "1600" | ||
}; | ||
@@ -121,3 +121,3 @@ | ||
const edToastCss = ":host{box-sizing:border-box;display:block;position:fixed;z-index:600;will-change:transform}:host *{box-sizing:border-box}:host:host(.toast-top){top:0}:host:host(.toast-bottom){bottom:0}:host:host(.toast-left){left:-200vw;right:auto;transition:left 0ms 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host:host(.toast-left) .inner{transform:translateX(-120%)}:host:host(.toast-right){right:-200vw;left:auto;transition:right 0ms 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host:host(.toast-right) .inner{transform:translateX(120%)}:host(.toast-open):host(.toast-left){left:20px;right:auto;transition:left 0ms 0ms, transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host(.toast-open):host(.toast-right){right:20px;left:auto;transition:right 0ms 0ms, transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host(.toast-open) .inner{opacity:1;transform:translateX(0) !important}.inner{display:grid;grid-template-columns:-webkit-max-content 1fr -webkit-max-content;grid-template-columns:max-content 1fr max-content;grid-gap:8px;align-items:start;max-width:400px;padding:12px;-webkit-padding-end:8px;padding-inline-end:8px;box-shadow:0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07);background-color:#FFFFFF;border-radius:4px;transition:transform 100ms cubic-bezier(0.4, 0, 0.2, 1), opacity 100ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0}.content{display:grid;grid-template-columns:1fr;gap:8px;overflow:hidden}.icon{height:24px}.close-button{height:24px}.close-button::part(native-button){-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px}:host(.toast-color-default) .inner{background-color:#FFFFFF}:host(.toast-color-primary) .inner{background-color:#a9e3fd}:host(.toast-color-success) .inner{background-color:#dceccd}:host(.toast-color-warning) .inner{background-color:#fdf0d3}:host(.toast-color-error) .inner{background-color:#faccd0}:host(.toast-color-info) .inner{background-color:#c9e3ee}"; | ||
const edToastCss = ":host{box-sizing:border-box;display:block;position:fixed;z-index:1200;will-change:transform}:host *{box-sizing:border-box}:host:host(.toast-top){top:0}:host:host(.toast-bottom){bottom:0}:host:host(.toast-left){left:-200vw;right:auto;transition:left 0ms 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host:host(.toast-left) .inner{transform:translateX(-120%)}:host:host(.toast-right){right:-200vw;left:auto;transition:right 0ms 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host:host(.toast-right) .inner{transform:translateX(120%)}:host(.toast-open):host(.toast-left){left:20px;right:auto;transition:left 0ms 0ms, transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host(.toast-open):host(.toast-right){right:20px;left:auto;transition:right 0ms 0ms, transform 100ms cubic-bezier(0.4, 0, 0.2, 1)}:host(.toast-open) .inner{opacity:1;transform:translateX(0) !important}.inner{display:grid;grid-template-columns:-webkit-max-content 1fr -webkit-max-content;grid-template-columns:max-content 1fr max-content;grid-gap:8px;align-items:start;max-width:400px;padding:12px;-webkit-padding-end:8px;padding-inline-end:8px;box-shadow:0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07);background-color:#FFFFFF;border-radius:4px;transition:transform 100ms cubic-bezier(0.4, 0, 0.2, 1), opacity 100ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0}.content{display:grid;grid-template-columns:1fr;gap:8px;overflow:hidden}.icon{height:24px}.close-button{height:24px}.close-button::part(native-button){-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px}:host(.toast-color-default) .inner{background-color:#FFFFFF}:host(.toast-color-primary) .inner{background-color:#a9e3fd}:host(.toast-color-success) .inner{background-color:#dceccd}:host(.toast-color-warning) .inner{background-color:#fdf0d3}:host(.toast-color-error) .inner{background-color:#faccd0}:host(.toast-color-info) .inner{background-color:#c9e3ee}"; | ||
@@ -124,0 +124,0 @@ const EdToast = class { |
{ | ||
"name": "@ebot7/edem", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"main": "dist/index.cjs.js", | ||
@@ -64,3 +64,3 @@ "module": "dist/index.js", | ||
"@ebot7/edem-fonts": "^0.2.0", | ||
"@ebot7/edem-tokens": "^0.6.0" | ||
"@ebot7/edem-tokens": "^0.6.1" | ||
}, | ||
@@ -74,3 +74,3 @@ "nyc": { | ||
}, | ||
"gitHead": "a813a9fb64d9610edc4cb17b0d37f8696f213cea" | ||
"gitHead": "69f148799e1dbe2f7d2f321280c9403076b0efc1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
1381154
Updated@ebot7/edem-tokens@^0.6.1