stargazer-ui 1.5.16 → 1.5.17

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.
@@ -78,8 +78,8 @@ export type FormSelectControlType = {
78
78
  className?: string;
79
79
  placeholder?: string;
80
80
  searchable?: boolean;
81
- value: any;
82
- label: ReactNode;
81
+ value?: any;
82
+ label?: ReactNode;
83
83
  } & BaseButtonType;
84
84
  export type FormSelectInputType = {
85
85
  className?: string;
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"stargazer-ui","version":"1.5.16","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 5000","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"},"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":{"lodash":"^4.17.21","react":">=17.0.0","react-dom":">=17.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@babel/core":"^7.16.5","@govtechsg/sgds-react":"^2.3.0","@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/lodash":"^4.17.4","@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","lodash":"^4.17.21","react":">=17.0.0","react-bootstrap":"^2.10.1","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.17","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 5000","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"},"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":{"lodash":"^4.17.21","react":">=17.0.0","react-dom":">=17.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@babel/core":"^7.16.5","@govtechsg/sgds-react":"^2.3.0","@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/lodash":"^4.17.4","@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","lodash":"^4.17.21","react":">=17.0.0","react-bootstrap":"^2.10.1","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"}}