streamlit-nightly 1.32.3.dev20240328__py2.py3-none-any.whl → 1.32.3.dev20240330__py2.py3-none-any.whl

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.
Files changed (35) hide show
  1. streamlit/__init__.py +2 -1
  2. streamlit/delta_generator.py +2 -0
  3. streamlit/elements/html.py +83 -0
  4. streamlit/proto/Element_pb2.py +4 -3
  5. streamlit/proto/Element_pb2.pyi +9 -4
  6. streamlit/proto/Html_pb2.py +26 -0
  7. streamlit/proto/Html_pb2.pyi +45 -0
  8. streamlit/static/asset-manifest.json +9 -7
  9. streamlit/static/index.html +1 -1
  10. streamlit/static/static/css/2411.8b8f33d6.chunk.css +1 -0
  11. streamlit/static/static/css/3092.95a45cfe.chunk.css +1 -0
  12. streamlit/static/static/css/43.e3b876c5.chunk.css +1 -0
  13. streamlit/static/static/js/2411.a8823789.chunk.js +2 -0
  14. streamlit/static/static/js/2634.1249dc7a.chunk.js +1 -0
  15. streamlit/static/static/js/2736.779ccbc1.chunk.js +2 -0
  16. streamlit/static/static/js/2736.779ccbc1.chunk.js.LICENSE.txt +60 -0
  17. streamlit/static/static/js/4132.49bf3f2c.chunk.js.LICENSE.txt +4 -4
  18. streamlit/static/static/js/937.a1248039.chunk.js +2 -0
  19. streamlit/static/static/js/937.a1248039.chunk.js.LICENSE.txt +1 -0
  20. streamlit/static/static/js/main.356407e8.js +2 -0
  21. {streamlit_nightly-1.32.3.dev20240328.dist-info → streamlit_nightly-1.32.3.dev20240330.dist-info}/METADATA +1 -1
  22. {streamlit_nightly-1.32.3.dev20240328.dist-info → streamlit_nightly-1.32.3.dev20240330.dist-info}/RECORD +28 -22
  23. streamlit/static/static/css/2411.81b3d18f.chunk.css +0 -1
  24. streamlit/static/static/css/3092.f719e2e6.chunk.css +0 -1
  25. streamlit/static/static/css/43.c24b25fa.chunk.css +0 -1
  26. streamlit/static/static/js/2411.b389bf4e.chunk.js +0 -2
  27. streamlit/static/static/js/2736.17fbad1a.chunk.js +0 -2
  28. streamlit/static/static/js/2736.17fbad1a.chunk.js.LICENSE.txt +0 -60
  29. streamlit/static/static/js/main.722453f0.js +0 -2
  30. /streamlit/static/static/js/{2411.b389bf4e.chunk.js.LICENSE.txt → 2411.a8823789.chunk.js.LICENSE.txt} +0 -0
  31. /streamlit/static/static/js/{main.722453f0.js.LICENSE.txt → main.356407e8.js.LICENSE.txt} +0 -0
  32. {streamlit_nightly-1.32.3.dev20240328.data → streamlit_nightly-1.32.3.dev20240330.data}/scripts/streamlit.cmd +0 -0
  33. {streamlit_nightly-1.32.3.dev20240328.dist-info → streamlit_nightly-1.32.3.dev20240330.dist-info}/WHEEL +0 -0
  34. {streamlit_nightly-1.32.3.dev20240328.dist-info → streamlit_nightly-1.32.3.dev20240330.dist-info}/entry_points.txt +0 -0
  35. {streamlit_nightly-1.32.3.dev20240328.dist-info → streamlit_nightly-1.32.3.dev20240330.dist-info}/top_level.txt +0 -0
@@ -1,60 +0,0 @@
1
- /*
2
- * @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
3
- * @license MIT
4
- * @preserve Project Home: https://github.com/voidqk/polybooljs
5
- */
6
-
7
- /*
8
- object-assign
9
- (c) Sindre Sorhus
10
- @license MIT
11
- */
12
-
13
- /*!
14
- * The buffer module from node.js, for the browser.
15
- *
16
- * @author Feross Aboukhadijeh <https://feross.org>
17
- * @license MIT
18
- */
19
-
20
- /*!
21
- * Determine if an object is a Buffer
22
- *
23
- * @author Feross Aboukhadijeh <https://feross.org>
24
- * @license MIT
25
- */
26
-
27
- /*!
28
- * pad-left <https://github.com/jonschlinkert/pad-left>
29
- *
30
- * Copyright (c) 2014-2015, Jon Schlinkert.
31
- * Licensed under the MIT license.
32
- */
33
-
34
- /*!
35
- * repeat-string <https://github.com/jonschlinkert/repeat-string>
36
- *
37
- * Copyright (c) 2014-2015, Jon Schlinkert.
38
- * Licensed under the MIT License.
39
- */
40
-
41
- /*!
42
- * The buffer module from node.js, for the browser.
43
- *
44
- * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
45
- * @license MIT
46
- */
47
-
48
- /*!
49
- * The buffer module from node.js, for the browser.
50
- *
51
- * @author Feross Aboukhadijeh <https://feross.org>
52
- * @license MIT
53
- */
54
-
55
- /*! Native Promise Only
56
- v0.8.1 (c) Kyle Simpson
57
- MIT License: http://getify.mit-license.org
58
- */
59
-
60
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */