diff --git a/app/unbundled-webcomponents/app/dist/build/es6/node_modules/@haxtheweb/a11y-collapse/a11y-collapse.js b/app/unbundled-webcomponents/app/dist/build/es6/node_modules/@haxtheweb/a11y-collapse/a11y-collapse.js index 93e7cb52..5c020e0b 100644 --- a/app/unbundled-webcomponents/app/dist/build/es6/node_modules/@haxtheweb/a11y-collapse/a11y-collapse.js +++ b/app/unbundled-webcomponents/app/dist/build/es6/node_modules/@haxtheweb/a11y-collapse/a11y-collapse.js @@ -62,7 +62,7 @@ import{html as e,css as a}from"../../lit/index.js";import{DDD as t}from"../d-d-d overflow: hidden; } #expand { - transform: rotate(0deg); + transform: rotate(var(--a11y-collapse-transform-deg,0deg)); transition: transform 0.75s ease; } #content { @@ -90,7 +90,7 @@ import{html as e,css as a}from"../../lit/index.js";import{DDD as t}from"../d-d-d } @media screen { #expand.rotated { - transform: rotate(-90deg); + transform: rotate(var(--a11y-collapse-transform-rotated-deg, -90deg)); transition: transform 0.75s ease; } :host #content { @@ -108,9 +108,9 @@ import{html as e,css as a}from"../../lit/index.js";import{DDD as t}from"../d-d-d border-color: var(--a11y-collapse-border-color); max-height: 0; transition: - visibility 0.75s ease, - opacity 0.75s ease, - max-height 0.75s ease; + visibility var(--a11y-collapse-transition-duration, 0.75s) ease, + opacity var(--a11y-collapse-transition-duration, 0.75s) ease, + max-height var(--a11y-collapse-transition-duration, 0.75s) ease; overflow-y: hidden; opacity: 1; visibility: visible; diff --git a/app/unbundled-webcomponents/app/dist/build/es6/node_modules/@haxtheweb/app-hax/lib/rpg-character-toast/rpg-character-toast.js b/app/unbundled-webcomponents/app/dist/build/es6/node_modules/@haxtheweb/app-hax/lib/rpg-character-toast/rpg-character-toast.js index 9d8eb7c5..9d0a4f24 100644 --- a/app/unbundled-webcomponents/app/dist/build/es6/node_modules/@haxtheweb/app-hax/lib/rpg-character-toast/rpg-character-toast.js +++ b/app/unbundled-webcomponents/app/dist/build/es6/node_modules/@haxtheweb/app-hax/lib/rpg-character-toast/rpg-character-toast.js @@ -1,4 +1,4 @@ -import{css as t,html as e,unsafeCSS as i}from"../../../../lit/index.js";import{SimpleToastEl as a}from"../../../simple-toast/lib/simple-toast-el.js";import"../../../rpg-character/rpg-character.js";import"../../../future-terminal-text/future-terminal-text.js";const r=new URL("./images/SpeechBubbleL.svg",import.meta.url).href,l=new URL("./images/SpeechBubbleMiddle.svg",import.meta.url).href,s=new URL("./images/SpeechBubbleR.svg",import.meta.url).href;export class RPGCharacterToast extends a{static get tag(){return"rpg-character-toast"}constructor(){super(),this.awaitingMerlinInput=!1,this.windowControllers=new AbortController,this.text="Saved",this.closeText="Close",this.merlin=!1,this.classStyle="",this.future=!1,this.duration=3e3,this.accentColor="grey",this.dark=!1,this.eventCallback=null,this.fire=!1,this.hat="coffee",this.speed=500,this.walking=!1}static get styles(){return[super.styles,t` +import{css as t,html as e,unsafeCSS as i}from"../../../../lit/index.js";import{SimpleToastEl as a}from"../../../simple-toast/lib/simple-toast-el.js";import"../../../rpg-character/rpg-character.js";import"../../../future-terminal-text/future-terminal-text.js";const r=new URL("./images/SpeechBubbleL.svg",import.meta.url).href,s=new URL("./images/SpeechBubbleMiddle.svg",import.meta.url).href,l=new URL("./images/SpeechBubbleR.svg",import.meta.url).href;export class RPGCharacterToast extends a{static get tag(){return"rpg-character-toast"}constructor(){super(),this.awaitingMerlinInput=!1,this.windowControllers=new AbortController,this.text="Saved",this.closeText="Close",this.merlin=!1,this.classStyle="",this.future=!1,this.duration=3e3,this.accentColor="grey",this.dark=!1,this.eventCallback=null,this.fire=!1,this.hat="coffee",this.speed=500,this.walking=!1}static get styles(){return[super.styles,t` :host([opened]) { display: block; padding: 0; @@ -33,7 +33,7 @@ import{css as t,html as e,unsafeCSS as i}from"../../../../lit/index.js";import{S width: 100px; margin: 6px 0px 0px; padding: 16px; - color: var(--simple-colors-default-theme-purple-6, purple); + color: var(--ddd-theme-default-wonderPurple); vertical-align: middle; display: inline-flex; height: 100px; @@ -85,7 +85,7 @@ import{css as t,html as e,unsafeCSS as i}from"../../../../lit/index.js";import{S background-repeat: repeat-x; background-image: var( --rpg-character-toast-mid-background-image, - url("${i(l)}") + url("${i(s)}") ); padding: var(--rpg-character-toast-mid-padding, 54px 2px 0 2px); display: block; @@ -125,7 +125,7 @@ import{css as t,html as e,unsafeCSS as i}from"../../../../lit/index.js";import{S .rightedge { background-image: var( --rpg-character-toast-right-background-image, - url("${i(s)}") + url("${i(l)}") ); width: 40px; background-color: white; diff --git a/app/unbundled-webcomponents/app/dist/build/es6/node_modules/@haxtheweb/app-hax/lib/v1/app-hax-search-results.js b/app/unbundled-webcomponents/app/dist/build/es6/node_modules/@haxtheweb/app-hax/lib/v1/app-hax-search-results.js index 5c83a92e..3bdd2c8d 100644 --- a/app/unbundled-webcomponents/app/dist/build/es6/node_modules/@haxtheweb/app-hax/lib/v1/app-hax-search-results.js +++ b/app/unbundled-webcomponents/app/dist/build/es6/node_modules/@haxtheweb/app-hax/lib/v1/app-hax-search-results.js @@ -44,7 +44,7 @@ import{SimpleColors as e}from"../../../simple-colors/simple-colors.js";import{ht margin-bottom: 8px; } :host([dark]) #noResult { - color: var(--simple-colors-default-theme-grey-12, black); + color: var(--ddd-theme-default-coalyGray); } `]}render(){return t`