streamlit-toggle-diy 1.1.6__py3-none-any.whl → 1.1.7__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.
- streamlit_toggle_diy/__init__.py +1 -5
- {streamlit_toggle_diy-1.1.6.dist-info → streamlit_toggle_diy-1.1.7.dist-info}/METADATA +1 -1
- {streamlit_toggle_diy-1.1.6.dist-info → streamlit_toggle_diy-1.1.7.dist-info}/RECORD +6 -6
- {streamlit_toggle_diy-1.1.6.dist-info → streamlit_toggle_diy-1.1.7.dist-info}/LICENSE +0 -0
- {streamlit_toggle_diy-1.1.6.dist-info → streamlit_toggle_diy-1.1.7.dist-info}/WHEEL +0 -0
- {streamlit_toggle_diy-1.1.6.dist-info → streamlit_toggle_diy-1.1.7.dist-info}/top_level.txt +0 -0
streamlit_toggle_diy/__init__.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2
2
|
import streamlit.components.v1 as components
|
3
3
|
import streamlit as st
|
4
4
|
|
5
|
-
_RELEASE =
|
5
|
+
_RELEASE = True
|
6
6
|
|
7
7
|
if not _RELEASE:
|
8
8
|
_component_func = components.declare_component(
|
@@ -289,7 +289,3 @@ if not _RELEASE:
|
|
289
289
|
disabled=range_slider_toggle,
|
290
290
|
)
|
291
291
|
|
292
|
-
st_toggle_switch(
|
293
|
-
key='q4',
|
294
|
-
label_start="Disable Filter",
|
295
|
-
label_end="Disable Filter",)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: streamlit_toggle_diy
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.7
|
4
4
|
Summary: A customized Streamlit toggle switch component with customizable labels, colors, and border radius
|
5
5
|
Home-page: https://github.com/flowing-water1/streamlit-toggle-switch-diy
|
6
6
|
Author: Flow Water
|
@@ -1,4 +1,4 @@
|
|
1
|
-
streamlit_toggle_diy/__init__.py,sha256=
|
1
|
+
streamlit_toggle_diy/__init__.py,sha256=bLR6g_L60ibW6HvlKb6AMDeNjJ9Mb58XF9MA5HyJvcI,10977
|
2
2
|
streamlit_toggle_diy/frontend/build/asset-manifest.json,sha256=qfETDzbMQeJ5PRPWpUAh5LueoPLLTCtc1xKjnRWK5yQ,859
|
3
3
|
streamlit_toggle_diy/frontend/build/bootstrap.min.css,sha256=hTwg6axJ8dAPmGVJmYTrsQS3JhKWA0skJ-td54UbEOk,197459
|
4
4
|
streamlit_toggle_diy/frontend/build/index.html,sha256=9tj-facr4nSvlRvdAGRxTOvH7PwRtBWXwCDEaokbiUo,2085
|
@@ -34,8 +34,8 @@ streamlit_toggle_diy/frontend/src/index.tsx,sha256=X_k1aZGH_KKCQnhoxvBtBG_r09zqa
|
|
34
34
|
streamlit_toggle_diy/frontend/src/react-app-env.d.ts,sha256=V-2kxMBKHcpFxihXMmiCzpzJSMS1KXPA48O35MP6OZA,40
|
35
35
|
streamlit_toggle_diy/frontend/src/streamlit_toggle.tsx,sha256=3ktIY7mrErKbEaBFMOnes-7ihU7OpoGBkY5NgBiLDvk,5490
|
36
36
|
streamlit_toggle_diy/frontend/src/style.css,sha256=Dv1altORNXSycHo4hYEtekgCYJQNNJ_FmqvkZCwmwpA,142
|
37
|
-
streamlit_toggle_diy-1.1.
|
38
|
-
streamlit_toggle_diy-1.1.
|
39
|
-
streamlit_toggle_diy-1.1.
|
40
|
-
streamlit_toggle_diy-1.1.
|
41
|
-
streamlit_toggle_diy-1.1.
|
37
|
+
streamlit_toggle_diy-1.1.7.dist-info/LICENSE,sha256=NjPmumOMFSp_Jkk0GC961Ie0-R4mbAV6POCovLzRQJk,1061
|
38
|
+
streamlit_toggle_diy-1.1.7.dist-info/METADATA,sha256=--fz1Kl3CsAXvW1uTjMbXEoOlbDcdoqowCo1EiDSxMA,6888
|
39
|
+
streamlit_toggle_diy-1.1.7.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
40
|
+
streamlit_toggle_diy-1.1.7.dist-info/top_level.txt,sha256=nFI-mEsztmjsHXlvV0MpfzhT-2ovmY270y2Ulm--D3I,21
|
41
|
+
streamlit_toggle_diy-1.1.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|