sphinx-filter-tabs 1.2.0__py3-none-any.whl → 1.2.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.
- filter_tabs/static/filter_tabs.css +4 -4
- {sphinx_filter_tabs-1.2.0.dist-info → sphinx_filter_tabs-1.2.2.dist-info}/METADATA +2 -4
- sphinx_filter_tabs-1.2.2.dist-info/RECORD +11 -0
- sphinx_filter_tabs-1.2.0.dist-info/RECORD +0 -11
- {sphinx_filter_tabs-1.2.0.dist-info → sphinx_filter_tabs-1.2.2.dist-info}/WHEEL +0 -0
- {sphinx_filter_tabs-1.2.0.dist-info → sphinx_filter_tabs-1.2.2.dist-info}/entry_points.txt +0 -0
- {sphinx_filter_tabs-1.2.0.dist-info → sphinx_filter_tabs-1.2.2.dist-info}/licenses/LICENSE +0 -0
- {sphinx_filter_tabs-1.2.0.dist-info → sphinx_filter_tabs-1.2.2.dist-info}/top_level.txt +0 -0
|
@@ -63,15 +63,15 @@
|
|
|
63
63
|
|
|
64
64
|
/* Active tab styling */
|
|
65
65
|
.sft-radio-group input[type="radio"]:checked + label {
|
|
66
|
-
color: var(--sft-
|
|
67
|
-
border-bottom-color: var(--sft-
|
|
66
|
+
color: var(--sft-highlight-color, #007bff);
|
|
67
|
+
border-bottom-color: var(--sft-highlight-color, #007bff);
|
|
68
68
|
background: white;
|
|
69
69
|
font-weight: 600;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
/* Focus styling for keyboard navigation */
|
|
73
73
|
.sft-radio-group input[type="radio"]:focus + label {
|
|
74
|
-
outline: 2px solid var(--sft-
|
|
74
|
+
outline: 2px solid var(--sft-highlight-color, #007bff);
|
|
75
75
|
outline-offset: 2px;
|
|
76
76
|
box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.25);
|
|
77
77
|
z-index: 1;
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
|
|
98
98
|
/* Focus styling for panels */
|
|
99
99
|
.sft-panel:focus {
|
|
100
|
-
outline: 2px solid var(--sft-
|
|
100
|
+
outline: 2px solid var(--sft-highlight-color, #007bff);
|
|
101
101
|
outline-offset: -2px;
|
|
102
102
|
border-radius: 4px;
|
|
103
103
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sphinx-filter-tabs
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
4
4
|
Summary: A Sphinx extension for accessible, CSS-first filterable content tabs.
|
|
5
|
-
Author-email: Aputsiak Niels Janussen <
|
|
5
|
+
Author-email: Aputsiak Niels Janussen <aputtu+sphinx@gmail.com>
|
|
6
6
|
License: GNU General Public License v3.0
|
|
7
7
|
Project-URL: Homepage, https://github.com/aputtu/sphinx-filter-tabs
|
|
8
8
|
Project-URL: Repository, https://github.com/aputtu/sphinx-filter-tabs.git
|
|
@@ -33,8 +33,6 @@ Dynamic: license-file
|
|
|
33
33
|
|
|
34
34
|
A robust Sphinx extension for creating accessible, JavaScript-free, filterable content tabs.
|
|
35
35
|
|
|
36
|
-
A robust Sphinx extension for creating accessible, JavaScript-free, filterable content tabs.
|
|
37
|
-
|
|
38
36
|
**📖 View extension and documentation at: https://aputtu.github.io/sphinx-filter-tabs/**
|
|
39
37
|
|
|
40
38
|
This extension provides `filter-tabs` and `tab` directives to create user-friendly, switchable content blocks, ideal for showing code examples in multiple languages or instructions for different platforms.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
filter_tabs/__init__.py,sha256=VPpIhj4HaLeMX7ai7dZFkUm81ii2ePPGjCd9hsMjsN4,397
|
|
2
|
+
filter_tabs/extension.py,sha256=Dspt9r8TVoYChHFvGsncuV01GEga7BOOsPaMwYdMQcg,18014
|
|
3
|
+
filter_tabs/renderer.py,sha256=e_nUV67ojDHfEXWB7jFkclzy4fOLotluKBg573fGng8,10436
|
|
4
|
+
filter_tabs/static/filter_tabs.css,sha256=V7y8BCp0UTQ1KXZNeIYtfz0Zt6b-uJPKYeXcx4PHz4A,3913
|
|
5
|
+
filter_tabs/static/filter_tabs.js,sha256=-d_TJREyNxu9TtQNDLvQ0G5qCVWR2TxwrWmApGs2CBo,6559
|
|
6
|
+
sphinx_filter_tabs-1.2.2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
7
|
+
sphinx_filter_tabs-1.2.2.dist-info/METADATA,sha256=qX7ycCD1JfwXgju5W5pnlhoN1p09cnR_U9yUQZrFpBk,3483
|
|
8
|
+
sphinx_filter_tabs-1.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
+
sphinx_filter_tabs-1.2.2.dist-info/entry_points.txt,sha256=za_bQcueY8AHyq7XnnjkW9X3C-LsZjeERVQ_ds7jV1A,62
|
|
10
|
+
sphinx_filter_tabs-1.2.2.dist-info/top_level.txt,sha256=K0Iy-6EsYYdvlyXdsJT0SQg-BLDBgT5-Y8ZKy5SNAfc,12
|
|
11
|
+
sphinx_filter_tabs-1.2.2.dist-info/RECORD,,
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
filter_tabs/__init__.py,sha256=VPpIhj4HaLeMX7ai7dZFkUm81ii2ePPGjCd9hsMjsN4,397
|
|
2
|
-
filter_tabs/extension.py,sha256=Dspt9r8TVoYChHFvGsncuV01GEga7BOOsPaMwYdMQcg,18014
|
|
3
|
-
filter_tabs/renderer.py,sha256=e_nUV67ojDHfEXWB7jFkclzy4fOLotluKBg573fGng8,10436
|
|
4
|
-
filter_tabs/static/filter_tabs.css,sha256=a2oj4E--r2zv4JfNhEWYqbpAeQRHSS1mA0mGFi4bviQ,3929
|
|
5
|
-
filter_tabs/static/filter_tabs.js,sha256=-d_TJREyNxu9TtQNDLvQ0G5qCVWR2TxwrWmApGs2CBo,6559
|
|
6
|
-
sphinx_filter_tabs-1.2.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
7
|
-
sphinx_filter_tabs-1.2.0.dist-info/METADATA,sha256=rzeejykvI9_0R53RMpuhe9Ewht3r4F4uSQfppC6tCY4,3579
|
|
8
|
-
sphinx_filter_tabs-1.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
-
sphinx_filter_tabs-1.2.0.dist-info/entry_points.txt,sha256=za_bQcueY8AHyq7XnnjkW9X3C-LsZjeERVQ_ds7jV1A,62
|
|
10
|
-
sphinx_filter_tabs-1.2.0.dist-info/top_level.txt,sha256=K0Iy-6EsYYdvlyXdsJT0SQg-BLDBgT5-Y8ZKy5SNAfc,12
|
|
11
|
-
sphinx_filter_tabs-1.2.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|