pydzn 0.1.1__py3-none-any.whl → 0.1.2__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.
- pydzn/components/button/component.py +2 -1
- pydzn/grid_builder.py +1 -1
- {pydzn-0.1.1.dist-info → pydzn-0.1.2.dist-info}/METADATA +1 -1
- {pydzn-0.1.1.dist-info → pydzn-0.1.2.dist-info}/RECORD +7 -7
- {pydzn-0.1.1.dist-info → pydzn-0.1.2.dist-info}/WHEEL +0 -0
- {pydzn-0.1.1.dist-info → pydzn-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {pydzn-0.1.1.dist-info → pydzn-0.1.2.dist-info}/top_level.txt +0 -0
pydzn/grid_builder.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pydzn
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: Tiny design-system utilities (Tailwind-like), composable HTML components, and a grid layout builder for Python/Jinja apps.
|
5
5
|
Author-email: Ryan Kirkish <ryan@foo.com>
|
6
6
|
License: Apache-2.0
|
@@ -1,13 +1,13 @@
|
|
1
1
|
pydzn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
pydzn/base_component.py,sha256=iXjT12Pgqgbix9Ebm7KzimDpwrkOxSwzEzK12aP0qx4,5342
|
3
3
|
pydzn/dzn.py,sha256=mdbDtI30smAjfjcnGrI2tyRVJlKZhrF0MbaPDqF1pqw,11776
|
4
|
-
pydzn/grid_builder.py,sha256=
|
4
|
+
pydzn/grid_builder.py,sha256=Qtxx8Si_vIqV7dwOgAs6jPUIJm0F_IvZtD2BrRWKnb8,9771
|
5
5
|
pydzn/components/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
pydzn/components/button/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
pydzn/components/button/component.py,sha256=
|
7
|
+
pydzn/components/button/component.py,sha256=KF9dDoIXZ4cQ_z_g2nDrzSjr0BEJ6skLF5ur0eqgxAw,1028
|
8
8
|
pydzn/components/button/template.html,sha256=RD0XPzHG0DlWgwlODNNs6PU4yp0arxEsajmGoB8k2vI,99
|
9
|
-
pydzn-0.1.
|
10
|
-
pydzn-0.1.
|
11
|
-
pydzn-0.1.
|
12
|
-
pydzn-0.1.
|
13
|
-
pydzn-0.1.
|
9
|
+
pydzn-0.1.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
10
|
+
pydzn-0.1.2.dist-info/METADATA,sha256=7Nnt_30H2g9nkza7we-Mcxpb1P7krEKXRQICsfSkFac,1565
|
11
|
+
pydzn-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
12
|
+
pydzn-0.1.2.dist-info/top_level.txt,sha256=QPNKgtzCjxN7JSGId_GxBlQaq7X8yNEzCUrYbKAXudA,6
|
13
|
+
pydzn-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|