streamlit-toggle-diy 1.0.1__py3-none-any.whl → 1.1.4__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 (37) hide show
  1. streamlit_toggle_diy/__init__.py +208 -53
  2. streamlit_toggle_diy/frontend/build/asset-manifest.json +19 -0
  3. streamlit_toggle_diy/frontend/build/bootstrap.min.css +9501 -0
  4. streamlit_toggle_diy/frontend/build/index.html +1 -0
  5. streamlit_toggle_diy/frontend/build/precache-manifest.208239bd31634c912148876425127f2c.js +22 -0
  6. streamlit_toggle_diy/frontend/build/precache-manifest.669f85f994ea2c0d193915faa9d91f97.js +22 -0
  7. streamlit_toggle_diy/frontend/build/precache-manifest.b7df6085566f07f8f27b94ee8ed2d302.js +22 -0
  8. streamlit_toggle_diy/frontend/build/service-worker.js +39 -0
  9. streamlit_toggle_diy/frontend/build/static/js/2.82cd69ef.chunk.js +3 -0
  10. streamlit_toggle_diy/frontend/build/static/js/2.82cd69ef.chunk.js.LICENSE.txt +68 -0
  11. streamlit_toggle_diy/frontend/build/static/js/2.82cd69ef.chunk.js.map +1 -0
  12. streamlit_toggle_diy/frontend/build/static/js/2.9720bf9e.chunk.js +3 -0
  13. streamlit_toggle_diy/frontend/build/static/js/2.9720bf9e.chunk.js.LICENSE.txt +68 -0
  14. streamlit_toggle_diy/frontend/build/static/js/2.9720bf9e.chunk.js.map +1 -0
  15. streamlit_toggle_diy/frontend/build/static/js/main.72a874a0.chunk.js +2 -0
  16. streamlit_toggle_diy/frontend/build/static/js/main.72a874a0.chunk.js.map +1 -0
  17. streamlit_toggle_diy/frontend/build/static/js/main.93eb9d37.chunk.js +2 -0
  18. streamlit_toggle_diy/frontend/build/static/js/main.93eb9d37.chunk.js.map +1 -0
  19. streamlit_toggle_diy/frontend/build/static/js/main.9f3c3eed.chunk.js +2 -0
  20. streamlit_toggle_diy/frontend/build/static/js/main.9f3c3eed.chunk.js.map +1 -0
  21. streamlit_toggle_diy/frontend/build/static/js/runtime-main.cc20bba3.js +2 -0
  22. streamlit_toggle_diy/frontend/build/static/js/runtime-main.cc20bba3.js.map +1 -0
  23. streamlit_toggle_diy/frontend/build/static/js/runtime-main.d76c522e.js +2 -0
  24. streamlit_toggle_diy/frontend/build/static/js/runtime-main.d76c522e.js.map +1 -0
  25. streamlit_toggle_diy/frontend/public/bootstrap.min.css +9501 -0
  26. streamlit_toggle_diy/frontend/public/index.html +25 -0
  27. streamlit_toggle_diy/frontend/src/index.tsx +11 -0
  28. streamlit_toggle_diy/frontend/src/react-app-env.d.ts +1 -0
  29. streamlit_toggle_diy/frontend/src/streamlit_toggle.tsx +170 -0
  30. streamlit_toggle_diy/frontend/src/style.css +6 -0
  31. streamlit_toggle_diy-1.1.4.dist-info/METADATA +88 -0
  32. streamlit_toggle_diy-1.1.4.dist-info/RECORD +35 -0
  33. {streamlit_toggle_diy-1.0.1.dist-info → streamlit_toggle_diy-1.1.4.dist-info}/WHEEL +1 -1
  34. streamlit_toggle_diy-1.0.1.dist-info/METADATA +0 -10
  35. streamlit_toggle_diy-1.0.1.dist-info/RECORD +0 -6
  36. {streamlit_toggle_diy-1.0.1.dist-info → streamlit_toggle_diy-1.1.4.dist-info}/LICENSE +0 -0
  37. {streamlit_toggle_diy-1.0.1.dist-info → streamlit_toggle_diy-1.1.4.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,68 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
8
+
9
+ /**
10
+ * @license
11
+ * Copyright 2018-2021 Streamlit Inc.
12
+ *
13
+ * Licensed under the Apache License, Version 2.0 (the "License");
14
+ * you may not use this file except in compliance with the License.
15
+ * You may obtain a copy of the License at
16
+ *
17
+ * http://www.apache.org/licenses/LICENSE-2.0
18
+ *
19
+ * Unless required by applicable law or agreed to in writing, software
20
+ * distributed under the License is distributed on an "AS IS" BASIS,
21
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22
+ * See the License for the specific language governing permissions and
23
+ * limitations under the License.
24
+ */
25
+
26
+ /**
27
+ * A better abstraction over CSS.
28
+ *
29
+ * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
30
+ * @website https://github.com/cssinjs/jss
31
+ * @license MIT
32
+ */
33
+
34
+ /** @license React v0.19.1
35
+ * scheduler.production.min.js
36
+ *
37
+ * Copyright (c) Facebook, Inc. and its affiliates.
38
+ *
39
+ * This source code is licensed under the MIT license found in the
40
+ * LICENSE file in the root directory of this source tree.
41
+ */
42
+
43
+ /** @license React v16.13.1
44
+ * react-is.production.min.js
45
+ *
46
+ * Copyright (c) Facebook, Inc. and its affiliates.
47
+ *
48
+ * This source code is licensed under the MIT license found in the
49
+ * LICENSE file in the root directory of this source tree.
50
+ */
51
+
52
+ /** @license React v16.14.0
53
+ * react-dom.production.min.js
54
+ *
55
+ * Copyright (c) Facebook, Inc. and its affiliates.
56
+ *
57
+ * This source code is licensed under the MIT license found in the
58
+ * LICENSE file in the root directory of this source tree.
59
+ */
60
+
61
+ /** @license React v16.14.0
62
+ * react.production.min.js
63
+ *
64
+ * Copyright (c) Facebook, Inc. and its affiliates.
65
+ *
66
+ * This source code is licensed under the MIT license found in the
67
+ * LICENSE file in the root directory of this source tree.
68
+ */