@openremote/or-asset-viewer 1.3.0-snapshot.20250219145435 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/umd/index.js +2 -1
- package/dist/umd/index.orbundle.js +4 -3
- package/package.json +15 -15
package/dist/umd/index.js
CHANGED
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
--internal-or-panel-heading-color: var(--or-panel-heading-color, var(--or-app-color3, ${r(gi.DefaultColor3)}));
|
|
771
771
|
--internal-or-panel-heading-font-size: var(--or-panel-heading-font-size, larger);
|
|
772
772
|
--internal-or-panel-heading-font-weight: var(--or-panel-heading-font-weight, bolder);
|
|
773
|
-
|
|
773
|
+
--internal-or-panel-heading-text-transform: var(--or-panel-heading-text-transform, unset);
|
|
774
774
|
display: block;
|
|
775
775
|
}
|
|
776
776
|
|
|
@@ -798,6 +798,7 @@
|
|
|
798
798
|
font-size: var(--internal-or-panel-heading-font-size);
|
|
799
799
|
font-weight: var(--internal-or-panel-heading-font-weight);
|
|
800
800
|
color: var(--internal-or-panel-heading-color);
|
|
801
|
+
text-transform: var(--internal-or-panel-heading-text-transform);
|
|
801
802
|
}
|
|
802
803
|
`;let Ra=class extends le{static get styles(){return[o`${r(Ia)}`,o`${r(Ca)}`,Oa]}render(){return $`
|
|
803
804
|
<div id="wrapper">
|