micro-sidebar 1.2.1__tar.gz → 1.2.2__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.
Files changed (20) hide show
  1. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/PKG-INFO +2 -1
  2. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/README.md +2 -1
  3. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/micro_sidebar.egg-info/PKG-INFO +2 -1
  4. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/pyproject.toml +1 -1
  5. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/setup.py +1 -1
  6. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/sidebar/templates/sidebar/main.html +1 -1
  7. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/LICENSE +0 -0
  8. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/MANIFEST.in +0 -0
  9. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/micro_sidebar.egg-info/SOURCES.txt +0 -0
  10. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/micro_sidebar.egg-info/dependency_links.txt +0 -0
  11. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/micro_sidebar.egg-info/requires.txt +0 -0
  12. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/micro_sidebar.egg-info/top_level.txt +0 -0
  13. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/setup.cfg +0 -0
  14. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/sidebar/__init__.py +0 -0
  15. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/sidebar/apps.py +0 -0
  16. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/sidebar/migrations/__init__.py +0 -0
  17. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/sidebar/static/sidebar/sidebar.css +0 -0
  18. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/sidebar/static/sidebar/sidebar.js +0 -0
  19. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/sidebar/urls.py +0 -0
  20. {micro_sidebar-1.2.1 → micro_sidebar-1.2.2}/sidebar/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: micro_sidebar
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: A Reusable RTL Django Sidebar App
5
5
  Home-page: https://github.com/debeski/micro-sidebar
6
6
  Author: DeBeski
@@ -114,3 +114,4 @@ While it may theoretically work in LTR environments if standard Bootstrap files
114
114
  | **v1.1.0** | Renamed `content.html` to `main.html` for clarity. Refactored to use `{% block items %}` for easier extension. |
115
115
  | **v1.2.0** | **New Theme Implementation:** Redesigned UI with rounded pill-shaped items, tactile micro-animations, and a refined color palette. Improved responsiveness with dynamic top-offset calculations and inline FOUC fixes for small screens. Fixed tooltip stickiness bug. |
116
116
  | **v1.2.1** | **Positioning Fix:** Added `align-self: flex-start` to resolve 60px vertical offset in flex containers. Removed legacy `sidebar-top-offset` CSS variable and JS calculations. Added `box-shadow: none` and `outline: none` to accordion buttons to remove focus ring. Fixed page flickering on wider screens by constraining sidebar height with `calc(100vh - header-height)`. |
117
+ | **v1.2.2** | **CSP Compliance:** Added `nonce` attribute support to inline scripts for Content Security Policy compliance. |
@@ -87,4 +87,5 @@ While it may theoretically work in LTR environments if standard Bootstrap files
87
87
  | **v1.0.2** | Improved documentation clarity and added usage instructions. |
88
88
  | **v1.1.0** | Renamed `content.html` to `main.html` for clarity. Refactored to use `{% block items %}` for easier extension. |
89
89
  | **v1.2.0** | **New Theme Implementation:** Redesigned UI with rounded pill-shaped items, tactile micro-animations, and a refined color palette. Improved responsiveness with dynamic top-offset calculations and inline FOUC fixes for small screens. Fixed tooltip stickiness bug. |
90
- | **v1.2.1** | **Positioning Fix:** Added `align-self: flex-start` to resolve 60px vertical offset in flex containers. Removed legacy `sidebar-top-offset` CSS variable and JS calculations. Added `box-shadow: none` and `outline: none` to accordion buttons to remove focus ring. Fixed page flickering on wider screens by constraining sidebar height with `calc(100vh - header-height)`. |
90
+ | **v1.2.1** | **Positioning Fix:** Added `align-self: flex-start` to resolve 60px vertical offset in flex containers. Removed legacy `sidebar-top-offset` CSS variable and JS calculations. Added `box-shadow: none` and `outline: none` to accordion buttons to remove focus ring. Fixed page flickering on wider screens by constraining sidebar height with `calc(100vh - header-height)`. |
91
+ | **v1.2.2** | **CSP Compliance:** Added `nonce` attribute support to inline scripts for Content Security Policy compliance. |
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: micro-sidebar
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: A Reusable RTL Django Sidebar App
5
5
  Home-page: https://github.com/debeski/micro-sidebar
6
6
  Author: DeBeski
@@ -114,3 +114,4 @@ While it may theoretically work in LTR environments if standard Bootstrap files
114
114
  | **v1.1.0** | Renamed `content.html` to `main.html` for clarity. Refactored to use `{% block items %}` for easier extension. |
115
115
  | **v1.2.0** | **New Theme Implementation:** Redesigned UI with rounded pill-shaped items, tactile micro-animations, and a refined color palette. Improved responsiveness with dynamic top-offset calculations and inline FOUC fixes for small screens. Fixed tooltip stickiness bug. |
116
116
  | **v1.2.1** | **Positioning Fix:** Added `align-self: flex-start` to resolve 60px vertical offset in flex containers. Removed legacy `sidebar-top-offset` CSS variable and JS calculations. Added `box-shadow: none` and `outline: none` to accordion buttons to remove focus ring. Fixed page flickering on wider screens by constraining sidebar height with `calc(100vh - header-height)`. |
117
+ | **v1.2.2** | **CSP Compliance:** Added `nonce` attribute support to inline scripts for Content Security Policy compliance. |
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
 
8
8
  [project]
9
9
  name = "micro_sidebar"
10
- version = "1.2.1"
10
+ version = "1.2.2"
11
11
  description = "A Reusable RTL Django Sidebar App"
12
12
  readme = "README.md"
13
13
  requires-python = ">=3.9"
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="micro_sidebar",
5
- version="1.2.1",
5
+ version="1.2.2",
6
6
  author="DeBeski",
7
7
  author_email="debeski1@gmail.com",
8
8
  description="A Reusable RTL Django Sidebar App",
@@ -9,7 +9,7 @@
9
9
  id="sidebar"
10
10
  data-toggle-url="{% url 'toggle_sidebar' %}"
11
11
  data-session-collapsed="{{ request.session.sidebarCollapsed|yesno:'true,false' }}">
12
- <script>
12
+ <script nonce="{{ request.csp_nonce }}">
13
13
  // Immediate FOUC fix for small screens
14
14
  (function() {
15
15
  var screenWidth = window.innerWidth;
File without changes
File without changes
File without changes