stargazer-ui 1.5.44 → 1.5.45

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.44","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","adjustVersionNumber":"node scripts/adjustVersionNumber.js","rollup":"rimraf dist && rollup -c --configPlugin typescript","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":{"es-toolkit":"^1.45.1","react":">=17.0.0","react-dom":">=17.0.0"},"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":"^1.0.0","@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.45","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","adjustVersionNumber":"node scripts/adjustVersionNumber.js","rollup":"rimraf dist && rollup -c --configPlugin typescript","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":{"es-toolkit":"^1.45.1","react":">=17.0.0","react-dom":">=17.0.0"},"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":"^1.0.0","@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"}}
@@ -5130,7 +5130,7 @@ textarea.sg-form-control {
5130
5130
  position: relative;
5131
5131
  line-height: 1.4em;
5132
5132
  min-width: min(12em, 100%);
5133
- max-width: 15em;
5133
+ max-width: max(15em, 100%);
5134
5134
  padding-block: var(--input-padding-x);
5135
5135
  padding-inline: var(--input-padding-y) calc(3 * var(--input-padding-y));
5136
5136
  color: var(--input-text-color);