ezpm2gui 1.2.1 → 1.3.0

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.
@@ -1,2 +0,0 @@
1
- body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;transition:background-color .3s ease,color .3s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}[data-theme=dark] ::-webkit-scrollbar-track{background:#ffffff0d}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#fff3}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}:focus{outline:2px solid var(--primary-color);outline-offset:2px}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}
2
- /*# sourceMappingURL=main.672b8f26.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"file":"static/css/main.672b8f26.css","mappings":"AAAA,KAKE,kCAAmC,CACnC,iCAAkC,CAJlC,mIAEY,CAHZ,QAAS,CAMT,mDACF,CAEA,KACE,uEAEF,CAGA,oBAEE,UAAW,CADX,SAEF,CAEA,0BACE,oBAA+B,CAC/B,iBACF,CAEA,0BACE,gBAA8B,CAC9B,iBACF,CAEA,gCACE,oBACF,CAGA,4CACE,oBACF,CAEA,4CACE,gBACF,CAEA,kDACE,oBACF,CAGA,OACE,sCAAuC,CACvC,kBACF,CAGA,EACE,6FACF","sources":["index.css"],"sourcesContent":["body {\r\n margin: 0;\r\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\r\n 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\r\n sans-serif;\r\n -webkit-font-smoothing: antialiased;\r\n -moz-osx-font-smoothing: grayscale;\r\n transition: background-color 0.3s ease, color 0.3s ease;\r\n}\r\n\r\ncode {\r\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\r\n monospace;\r\n}\r\n\r\n/* Global scrollbar styling */\r\n::-webkit-scrollbar {\r\n width: 8px;\r\n height: 8px;\r\n}\r\n\r\n::-webkit-scrollbar-track {\r\n background: rgba(0, 0, 0, 0.05);\r\n border-radius: 4px;\r\n}\r\n\r\n::-webkit-scrollbar-thumb {\r\n background: rgba(0, 0, 0, 0.2);\r\n border-radius: 4px;\r\n}\r\n\r\n::-webkit-scrollbar-thumb:hover {\r\n background: rgba(0, 0, 0, 0.3);\r\n}\r\n\r\n/* Dark mode scrollbar */\r\n[data-theme=\"dark\"] ::-webkit-scrollbar-track {\r\n background: rgba(255, 255, 255, 0.05);\r\n}\r\n\r\n[data-theme=\"dark\"] ::-webkit-scrollbar-thumb {\r\n background: rgba(255, 255, 255, 0.2);\r\n}\r\n\r\n[data-theme=\"dark\"] ::-webkit-scrollbar-thumb:hover {\r\n background: rgba(255, 255, 255, 0.3);\r\n}\r\n\r\n/* Focus styling for accessibility */\r\n*:focus {\r\n outline: 2px solid var(--primary-color);\r\n outline-offset: 2px;\r\n}\r\n\r\n/* Transition for smooth theme switching */\r\n* {\r\n transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;\r\n}\r\n"],"names":[],"sourceRoot":""}