@e280/shiny 0.1.0-20 → 0.1.0-21

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/x/index.d.ts CHANGED
@@ -1,4 +1,6 @@
1
1
  export * from "./views/button/view.js";
2
2
  export * from "./views/copy/view.js";
3
+ export * from "./views/drawer/control.js";
3
4
  export * from "./views/drawer/view.js";
5
+ export * from "./views/tabs/control.js";
4
6
  export * from "./views/tabs/view.js";
package/x/index.html CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  <title>shiny</title>
10
10
  <link rel="icon" href="/assets/favicon.png"/>
11
- <script type="module" src="demo/main.bundle.min.js?v=697a6c5d02a7"></script>
11
+ <script type="module" src="demo/main.bundle.min.js?v=d02d3cf0536d"></script>
12
12
 
13
13
  <style>
14
14
 
@@ -285,11 +285,11 @@ color: green;
285
285
  </style>
286
286
 
287
287
 
288
- <meta name="theme-color" content="#d068ff">
289
288
  <meta property="og:type" content="website">
290
- <meta property="og:site_name" content="@e280/shiny">
291
289
  <meta property="og:title" content="✨shiny✨">
292
290
  <meta property="og:description" content="web ui library">
291
+ <meta property="og:site_name" content="@e280/shiny">
292
+ <meta name="theme-color" content="#d068ff">
293
293
  <meta property="og:image" content="https://shiny.e280.org/assets/favicon.png">
294
294
 
295
295
 
@@ -297,7 +297,7 @@ color: green;
297
297
  <body>
298
298
  <h1>
299
299
  <strong>✨shiny✨</strong>
300
- <small>v0.1.0-20</small>
300
+ <small>v0.1.0-21</small>
301
301
  </h1>
302
302
 
303
303
  <section>
package/x/index.js CHANGED
@@ -1,5 +1,7 @@
1
1
  export * from "./views/button/view.js";
2
2
  export * from "./views/copy/view.js";
3
+ export * from "./views/drawer/control.js";
3
4
  export * from "./views/drawer/view.js";
5
+ export * from "./views/tabs/control.js";
4
6
  export * from "./views/tabs/view.js";
5
7
  //# sourceMappingURL=index.js.map
package/x/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../s/index.ts"],"names":[],"mappings":"AACA,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../s/index.ts"],"names":[],"mappings":"AACA,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,2BAA2B,CAAA;AACzC,cAAc,wBAAwB,CAAA;AACtC,cAAc,yBAAyB,CAAA;AACvC,cAAc,sBAAsB,CAAA"}