htmy 0.8.1__py3-none-any.whl → 0.8.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.
htmy/html.py
CHANGED
|
@@ -709,6 +709,18 @@ class i(Tag):
|
|
|
709
709
|
tag_config = _DefaultTagConfig.inline_children
|
|
710
710
|
|
|
711
711
|
|
|
712
|
+
class kbd(Tag):
|
|
713
|
+
"""
|
|
714
|
+
`<kbd>` element.
|
|
715
|
+
|
|
716
|
+
See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd.
|
|
717
|
+
"""
|
|
718
|
+
|
|
719
|
+
__slots__ = ()
|
|
720
|
+
|
|
721
|
+
tag_config = _DefaultTagConfig.inline_children
|
|
722
|
+
|
|
723
|
+
|
|
712
724
|
class picture(Tag):
|
|
713
725
|
"""
|
|
714
726
|
`<picture>` element.
|
|
@@ -2,7 +2,7 @@ htmy/__init__.py,sha256=h1UOBOdcmwzkelpu2uGZXkXO_XLtXYiU6pW1-3kCj7k,1929
|
|
|
2
2
|
htmy/core.py,sha256=mvNbxTRS8HNnjMSwe4NEJdL1KF19pJImF4Ciip6837I,15484
|
|
3
3
|
htmy/etree.py,sha256=3znZCYQ5xbNqyXYSYFkUh6M22QLWMYWhTNjUcgpjCLc,4051
|
|
4
4
|
htmy/function_component.py,sha256=iSp5cGrErmIsc-VfNq053_J2m-Nuu_k2xK9UxvEnlw8,12431
|
|
5
|
-
htmy/html.py,sha256=
|
|
5
|
+
htmy/html.py,sha256=Pw9KCSn0X01D_fwIpcckI9nsQWNJMiYbcqQH0q2ezuM,21276
|
|
6
6
|
htmy/i18n.py,sha256=Kobvm9mFoNcJas52KQbheiRIzJF1Ad1azOhtfm_k0BE,5123
|
|
7
7
|
htmy/io.py,sha256=oEXXVnpdbjs2NzAGi36Pept-pyvXshEGHrbBFzcHYio,344
|
|
8
8
|
htmy/md/__init__.py,sha256=lxBJnYplkDuxYuiese6My9KYp1DeGdzo70iUdYTvMnE,334
|
|
@@ -15,7 +15,7 @@ htmy/renderer/default.py,sha256=kFfgWPF7I3h7EmIDZamVeDNvI6ngnxfLIAnMUsWiMas,1091
|
|
|
15
15
|
htmy/snippet.py,sha256=9-ltfs4rugv6kFNzAY0PYNP3YI3xvJG8lkxEnYcCYWw,10538
|
|
16
16
|
htmy/typing.py,sha256=kRi_rkQQ5CNL1TyUhEVHjTh96zHpBZlNxqr2TTTfyzI,3546
|
|
17
17
|
htmy/utils.py,sha256=Kp0j9G8CBeRiyFGmz-CoDiLtXHfpvHzlTVsWeDhIebM,1935
|
|
18
|
-
htmy-0.8.
|
|
19
|
-
htmy-0.8.
|
|
20
|
-
htmy-0.8.
|
|
21
|
-
htmy-0.8.
|
|
18
|
+
htmy-0.8.2.dist-info/LICENSE,sha256=rFtoGU_3c_rlacXgOZapTHfMErN-JFPT5Bq_col4bqI,1067
|
|
19
|
+
htmy-0.8.2.dist-info/METADATA,sha256=sro_ZXPlLpQbnZmDfQ-RhRwce2Gg77nrZQhNAJTUUc4,20123
|
|
20
|
+
htmy-0.8.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
21
|
+
htmy-0.8.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|