taxforge 0.9.24__py3-none-any.whl → 0.9.25__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.
- aitax/__init__.py +1 -1
- aitax/aitax.py +9 -9
- aitax/cli.py +1 -1
- {taxforge-0.9.24.dist-info → taxforge-0.9.25.dist-info}/METADATA +1 -1
- taxforge-0.9.25.dist-info/RECORD +12 -0
- taxforge-0.9.24.dist-info/RECORD +0 -12
- {taxforge-0.9.24.dist-info → taxforge-0.9.25.dist-info}/WHEEL +0 -0
- {taxforge-0.9.24.dist-info → taxforge-0.9.25.dist-info}/entry_points.txt +0 -0
- {taxforge-0.9.24.dist-info → taxforge-0.9.25.dist-info}/top_level.txt +0 -0
aitax/__init__.py
CHANGED
aitax/aitax.py
CHANGED
|
@@ -22,7 +22,7 @@ def styled_input(placeholder: str, value, on_change, input_type: str = "text", w
|
|
|
22
22
|
background="white",
|
|
23
23
|
border=f"1px solid {COLORS['border']}",
|
|
24
24
|
color=COLORS["text_primary"],
|
|
25
|
-
_placeholder={"color":
|
|
25
|
+
_placeholder={"color": "#64748b"}, # Darker placeholder (slate-500)
|
|
26
26
|
padding="10px 12px",
|
|
27
27
|
border_radius="8px",
|
|
28
28
|
_focus={
|
|
@@ -795,7 +795,7 @@ def review_page() -> rx.Component:
|
|
|
795
795
|
background="white",
|
|
796
796
|
border=f"1px solid {COLORS['border']}",
|
|
797
797
|
color=COLORS["text_primary"],
|
|
798
|
-
_placeholder={"color":
|
|
798
|
+
_placeholder={"color": "#64748b"},
|
|
799
799
|
padding="10px 12px",
|
|
800
800
|
border_radius="8px",
|
|
801
801
|
_focus={"border_color": COLORS["accent_primary"], "box_shadow": f"0 0 0 3px {COLORS['accent_light']}"},
|
|
@@ -809,7 +809,7 @@ def review_page() -> rx.Component:
|
|
|
809
809
|
background="white",
|
|
810
810
|
border=f"1px solid {COLORS['border']}",
|
|
811
811
|
color=COLORS["text_primary"],
|
|
812
|
-
_placeholder={"color":
|
|
812
|
+
_placeholder={"color": "#64748b"},
|
|
813
813
|
padding="10px 12px",
|
|
814
814
|
border_radius="8px",
|
|
815
815
|
_focus={"border_color": COLORS["accent_primary"], "box_shadow": f"0 0 0 3px {COLORS['accent_light']}"},
|
|
@@ -822,7 +822,7 @@ def review_page() -> rx.Component:
|
|
|
822
822
|
background="white",
|
|
823
823
|
border=f"1px solid {COLORS['border']}",
|
|
824
824
|
color=COLORS["text_primary"],
|
|
825
|
-
_placeholder={"color":
|
|
825
|
+
_placeholder={"color": "#64748b"},
|
|
826
826
|
padding="10px 12px",
|
|
827
827
|
border_radius="8px",
|
|
828
828
|
_focus={"border_color": COLORS["accent_primary"], "box_shadow": f"0 0 0 3px {COLORS['accent_light']}"},
|
|
@@ -839,7 +839,7 @@ def review_page() -> rx.Component:
|
|
|
839
839
|
background="white",
|
|
840
840
|
border=f"1px solid {COLORS['border']}",
|
|
841
841
|
color=COLORS["text_primary"],
|
|
842
|
-
_placeholder={"color":
|
|
842
|
+
_placeholder={"color": "#64748b"},
|
|
843
843
|
padding="10px 12px",
|
|
844
844
|
border_radius="8px",
|
|
845
845
|
_focus={"border_color": COLORS["accent_primary"], "box_shadow": f"0 0 0 3px {COLORS['accent_light']}"},
|
|
@@ -852,7 +852,7 @@ def review_page() -> rx.Component:
|
|
|
852
852
|
background="white",
|
|
853
853
|
border=f"1px solid {COLORS['border']}",
|
|
854
854
|
color=COLORS["text_primary"],
|
|
855
|
-
_placeholder={"color":
|
|
855
|
+
_placeholder={"color": "#64748b"},
|
|
856
856
|
padding="10px 12px",
|
|
857
857
|
border_radius="8px",
|
|
858
858
|
_focus={"border_color": COLORS["accent_primary"], "box_shadow": f"0 0 0 3px {COLORS['accent_light']}"},
|
|
@@ -869,7 +869,7 @@ def review_page() -> rx.Component:
|
|
|
869
869
|
background="white",
|
|
870
870
|
border=f"1px solid {COLORS['border']}",
|
|
871
871
|
color=COLORS["text_primary"],
|
|
872
|
-
_placeholder={"color":
|
|
872
|
+
_placeholder={"color": "#64748b"},
|
|
873
873
|
padding="10px 12px",
|
|
874
874
|
border_radius="8px",
|
|
875
875
|
_focus={"border_color": COLORS["accent_primary"], "box_shadow": f"0 0 0 3px {COLORS['accent_light']}"},
|
|
@@ -882,7 +882,7 @@ def review_page() -> rx.Component:
|
|
|
882
882
|
background="white",
|
|
883
883
|
border=f"1px solid {COLORS['border']}",
|
|
884
884
|
color=COLORS["text_primary"],
|
|
885
|
-
_placeholder={"color":
|
|
885
|
+
_placeholder={"color": "#64748b"},
|
|
886
886
|
padding="10px 12px",
|
|
887
887
|
border_radius="8px",
|
|
888
888
|
_focus={"border_color": COLORS["accent_primary"], "box_shadow": f"0 0 0 3px {COLORS['accent_light']}"},
|
|
@@ -899,7 +899,7 @@ def review_page() -> rx.Component:
|
|
|
899
899
|
background="white",
|
|
900
900
|
border=f"1px solid {COLORS['border']}",
|
|
901
901
|
color=COLORS["text_primary"],
|
|
902
|
-
_placeholder={"color":
|
|
902
|
+
_placeholder={"color": "#64748b"},
|
|
903
903
|
padding="10px 12px",
|
|
904
904
|
border_radius="8px",
|
|
905
905
|
_focus={"border_color": COLORS["accent_primary"], "box_shadow": f"0 0 0 3px {COLORS['accent_light']}"},
|
aitax/cli.py
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
aitax/__init__.py,sha256=ajfDUEk4Hw2IcDwK0X7UqsIXYbxVjofHfjRkXWM9mVA,68
|
|
2
|
+
aitax/aitax.py,sha256=z6tUK0Fg-n1b3Dp1HAHJ2CsmRby_bbXkrbIer2V9COc,75680
|
|
3
|
+
aitax/cli.py,sha256=tFw4M1VcrMFT3OdOcahIPfBpRKJ_fFa1HHXAvTfvkus,2651
|
|
4
|
+
aitax/components.py,sha256=p3MQgKQr95zmO5Uu-jcgCBApuULoV_AD2SZvAGGT0dw,23855
|
|
5
|
+
aitax/document_extractor.py,sha256=k1mEXNp5nxM7jSLi7_okZuElu6PItrKL7K2yHRpOc6c,16130
|
|
6
|
+
aitax/persistence.py,sha256=m9Bel2wrgDaduNQyRxyfXRYEsw_z_83xc2oK2I94FXI,5932
|
|
7
|
+
aitax/state.py,sha256=D85kA3mcUUP7YuDARfstTPjSPilVv2HAKDYD3K2jIAI,47234
|
|
8
|
+
taxforge-0.9.25.dist-info/METADATA,sha256=MdnGzM8S5azyq5ph0Ac2TVmJmqPhLasXULDNmdZYkVg,4874
|
|
9
|
+
taxforge-0.9.25.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
10
|
+
taxforge-0.9.25.dist-info/entry_points.txt,sha256=2dG4U_m3yvQaVeD8LeEGm1v8szyNGQtXUZOvbwH75Gg,44
|
|
11
|
+
taxforge-0.9.25.dist-info/top_level.txt,sha256=H7DuLZSRzSwHT5STc7uQa0oTOsKcNYUz2Pn4a4C5Q0Y,6
|
|
12
|
+
taxforge-0.9.25.dist-info/RECORD,,
|
taxforge-0.9.24.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
aitax/__init__.py,sha256=PFQlZ7HU1mcQdh9Jr5vc7gjtxm9ZwoYnri359kdqLzc,68
|
|
2
|
-
aitax/aitax.py,sha256=XXvfqcFjrnGVcsOOAJK74RkGclbByNbid3URC0QGCCg,75745
|
|
3
|
-
aitax/cli.py,sha256=rkykM7eyC1YQ7b8vOcYK3H2LQjFhFPYlsOdy-EPR16Y,2651
|
|
4
|
-
aitax/components.py,sha256=p3MQgKQr95zmO5Uu-jcgCBApuULoV_AD2SZvAGGT0dw,23855
|
|
5
|
-
aitax/document_extractor.py,sha256=k1mEXNp5nxM7jSLi7_okZuElu6PItrKL7K2yHRpOc6c,16130
|
|
6
|
-
aitax/persistence.py,sha256=m9Bel2wrgDaduNQyRxyfXRYEsw_z_83xc2oK2I94FXI,5932
|
|
7
|
-
aitax/state.py,sha256=D85kA3mcUUP7YuDARfstTPjSPilVv2HAKDYD3K2jIAI,47234
|
|
8
|
-
taxforge-0.9.24.dist-info/METADATA,sha256=3JKfaGcexFvKi9dGbUlpfWytgSedHSltEUXQ9I53-Lo,4874
|
|
9
|
-
taxforge-0.9.24.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
10
|
-
taxforge-0.9.24.dist-info/entry_points.txt,sha256=2dG4U_m3yvQaVeD8LeEGm1v8szyNGQtXUZOvbwH75Gg,44
|
|
11
|
-
taxforge-0.9.24.dist-info/top_level.txt,sha256=H7DuLZSRzSwHT5STc7uQa0oTOsKcNYUz2Pn4a4C5Q0Y,6
|
|
12
|
-
taxforge-0.9.24.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|