@e280/shiny 0.1.0-8 → 0.1.0-9
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/package.json +1 -1
- package/s/components/drawer/style.css.ts +2 -1
- package/s/demo/demo.bundle.ts +1 -0
- package/x/components/drawer/style.css.js +2 -1
- package/x/components/drawer/style.css.js.map +1 -1
- package/x/demo/demo.bundle.js +1 -0
- package/x/demo/demo.bundle.js.map +1 -1
- package/x/demo/demo.bundle.min.js +3 -1
- package/x/demo/demo.bundle.min.js.map +2 -2
- package/x/index.html +2 -2
- package/x/install/basic.bundle.min.js +2 -1
- package/x/install/basic.bundle.min.js.map +2 -2
package/x/index.html
CHANGED
|
@@ -128,7 +128,7 @@ body > section {
|
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
</style>
|
|
131
|
-
<script type=module src="demo/demo.bundle.min.js?v=
|
|
131
|
+
<script type=module src="demo/demo.bundle.min.js?v=33047b482a03"></script>
|
|
132
132
|
<link rel="icon" href="assets/favicon.png?v=0414eeb5fcc2"/>
|
|
133
133
|
|
|
134
134
|
<meta name="theme-color" content="#d068ff">
|
|
@@ -145,7 +145,7 @@ body > section {
|
|
|
145
145
|
|
|
146
146
|
<h1>
|
|
147
147
|
<strong>✨shiny✨</strong>
|
|
148
|
-
<small>v0.1.0-
|
|
148
|
+
<small>v0.1.0-9</small>
|
|
149
149
|
</h1>
|
|
150
150
|
|
|
151
151
|
<section>
|
|
@@ -97,6 +97,7 @@ ${q}
|
|
|
97
97
|
height: 100%;
|
|
98
98
|
--button-size: 2em;
|
|
99
99
|
--anim-duration: 200ms;
|
|
100
|
+
--tray-height: auto;
|
|
100
101
|
--blanket-bg: #1118;
|
|
101
102
|
--blanket-backdrop-filter: blur(0.5em);
|
|
102
103
|
}
|
|
@@ -135,7 +136,7 @@ ${q}
|
|
|
135
136
|
position: absolute;
|
|
136
137
|
top: 0;
|
|
137
138
|
width: calc(100% - var(--button-size));
|
|
138
|
-
height:
|
|
139
|
+
height: var(--tray-height);
|
|
139
140
|
|
|
140
141
|
opacity: 1;
|
|
141
142
|
transform: translateX(-100%);
|