stargazer-ui 1.5.36 → 1.5.37

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.
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"stargazer-ui","version":"1.5.36","description":"React component library made by Stargazer Works","module":"./index.js","types":"./index.d.ts","scripts":{"test":"\"echo \\\"Error: no test specified\\\" && exit 1\"","dev":"vite --config vite.config.js --port 3001","build":"tsc --p ./tsconfig-build.json && vite build --config vite.config.js","rollup":"rimraf dist && rollup -c","postrollup":"node scripts/writePackageJsons.js && sass src/styles/_components.scss dist/styles/stargazerui.css","packageJsons":"node scripts/writePackageJsons.js","makecss":"sass src/styles/_components.scss dist/styles/stargazerui.css","publish2":"cd dist && npm publish"},"type":"module","engines":{"node":">=18.0.0"},"repository":{"type":"git","url":"git+https://github.com/Xoror/stargazer-ui.git"},"keywords":["ui","library","stargazer-works"],"author":"Stargazer Works","license":"MIT","bugs":{"url":"https://github.com/Xoror/stargazer-ui/issues"},"homepage":"https://github.com/Xoror/stargazer-ui#readme","peerDependencies":{"react":">=17.0.0","react-dom":">=17.0.0","es-toolkit":"^1.45.1"},"publishConfig":{"access":"public"},"devDependencies":{"@babel/core":"^7.16.5","@reduxjs/toolkit":"^2.2.1","@rollup/plugin-commonjs":"^25.0.7","@rollup/plugin-node-resolve":"^15.2.3","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-typescript":"^11.1.6","@types/node":"^20.8.10","@types/react":"^18.2.35","@types/react-dom":"^18.2.14","@typescript-eslint/eslint-plugin":"^6.9.1","@typescript-eslint/parser":"^6.9.1","@vitejs/plugin-react":"^1.3.2","ally.js":"^1.4.1","eslint":"^8.53.0","eslint-plugin-react-hooks":"^4.6.0","eslint-plugin-react-refresh":"^0.4.4","glob":"^10.3.10","react":">=17.0.0","react-dom":">=17.0.0","react-router-dom":"^6.23.1","rollup":"^4.12.0","rollup-plugin-dts":"^6.1.0","rollup-plugin-generate-package-json":"^3.2.0","rollup-plugin-peer-deps-external":"^2.2.4","rollup-plugin-typescript2":"^0.36.0","sass":"^1.71.1","tslib":"^2.6.2","typescript":"^5.2.2","vite":"^6.1.1","vite-plugin-dts":"^4.5.0"}}
1
+ {"name":"stargazer-ui","version":"1.5.37","description":"React component library made by Stargazer Works","module":"./index.js","types":"./index.d.ts","scripts":{"test":"\"echo \\\"Error: no test specified\\\" && exit 1\"","dev":"vite --config vite.config.js --port 3001","build":"tsc --p ./tsconfig-build.json && vite build --config vite.config.js","rollup":"rimraf dist && rollup -c","postrollup":"node scripts/writePackageJsons.js && sass src/styles/_components.scss dist/styles/stargazerui.css","packageJsons":"node scripts/writePackageJsons.js","makecss":"sass src/styles/_components.scss dist/styles/stargazerui.css","publish2":"cd dist && npm publish"},"type":"module","engines":{"node":">=18.0.0"},"repository":{"type":"git","url":"git+https://github.com/Xoror/stargazer-ui.git"},"keywords":["ui","library","stargazer-works"],"author":"Stargazer Works","license":"MIT","bugs":{"url":"https://github.com/Xoror/stargazer-ui/issues"},"homepage":"https://github.com/Xoror/stargazer-ui#readme","peerDependencies":{"react":">=17.0.0","react-dom":">=17.0.0","es-toolkit":"^1.45.1"},"publishConfig":{"access":"public"},"devDependencies":{"@babel/core":"^7.16.5","@reduxjs/toolkit":"^2.2.1","@rollup/plugin-commonjs":"^25.0.7","@rollup/plugin-node-resolve":"^15.2.3","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-typescript":"^11.1.6","@types/node":"^20.8.10","@types/react":"^18.2.35","@types/react-dom":"^18.2.14","@typescript-eslint/eslint-plugin":"^6.9.1","@typescript-eslint/parser":"^6.9.1","@vitejs/plugin-react":"^1.3.2","ally.js":"^1.4.1","eslint":"^8.53.0","eslint-plugin-react-hooks":"^4.6.0","eslint-plugin-react-refresh":"^0.4.4","glob":"^10.3.10","react":">=17.0.0","react-dom":">=17.0.0","react-router-dom":"^6.23.1","rollup":"^4.12.0","rollup-plugin-dts":"^6.1.0","rollup-plugin-generate-package-json":"^3.2.0","rollup-plugin-peer-deps-external":"^2.2.4","rollup-plugin-typescript2":"^0.36.0","sass":"^1.71.1","tslib":"^2.6.2","typescript":"^5.2.2","vite":"^6.1.1","vite-plugin-dts":"^4.5.0"}}
@@ -6323,7 +6323,7 @@ $grid-breakpoints: (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 140
6323
6323
  }
6324
6324
 
6325
6325
  .sg-offCanvas-dialog {
6326
- z-index: calc(var(sg--zindex-modal) + 1);
6326
+ z-index: calc(var(--sg-zindex-modal) + 1);
6327
6327
  position: relative;
6328
6328
  width: auto;
6329
6329
  max-height: 100vh;