tui-utilities 1.0.24__tar.gz → 1.0.25__tar.gz

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.

Potentially problematic release.


This version of tui-utilities might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tui_utilities
3
- Version: 1.0.24
3
+ Version: 1.0.25
4
4
  Summary: Personal-use console utilities library
5
5
  Author-email: Guido Iván Gross <grossguidoivan@gmail.com>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tui_utilities"
3
- version = "1.0.24"
3
+ version = "1.0.25"
4
4
  description = "Personal-use console utilities library"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT"}
@@ -77,10 +77,6 @@ def _style(
77
77
  if plain_text:
78
78
  styled = apply_text_styles(object)
79
79
  return styled
80
- if isinstance(object, Text):
81
- aligned = apply_alignment(object)
82
- padded = apply_padding(aligned)
83
- return padded
84
80
  if isinstance(object, (str, list)):
85
81
  styled = apply_text_styles(object)
86
82
  aligned = apply_alignment(styled)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tui_utilities
3
- Version: 1.0.24
3
+ Version: 1.0.25
4
4
  Summary: Personal-use console utilities library
5
5
  Author-email: Guido Iván Gross <grossguidoivan@gmail.com>
6
6
  License: MIT
File without changes
File without changes