@acuteinfo/common-screens 1.0.61 → 1.0.62

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,4 +1,4 @@
1
- export declare const PasswordRotation: ({ classes, ResetPassword, open, username, accessToken, tokenType, handleClose, validatePasswordFn }: {
1
+ export declare const PasswordRotation: ({ classes, ResetPassword, open, username, accessToken, tokenType, handleClose, validatePasswordFn, }: {
2
2
  classes: any;
3
3
  ResetPassword: any;
4
4
  open: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acuteinfo/common-screens",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "react",
@@ -12,7 +12,7 @@
12
12
  "main": "dist/index.js",
13
13
  "types": "dist/index.d.ts",
14
14
  "dependencies": {
15
- "@acuteinfo/common-base": "^1.0.35",
15
+ "@acuteinfo/common-base": "^1.0.36",
16
16
  "@emotion/react": "^11.11.1",
17
17
  "@emotion/styled": "^11.11.0",
18
18
  "@fortawesome/fontawesome-svg-core": "^6.5.2",
@@ -110,4 +110,4 @@
110
110
  "react": "^18.2.0",
111
111
  "react-dom": "^18.2.0"
112
112
  }
113
- }
113
+ }
package/rollup.config.mjs CHANGED
@@ -45,7 +45,7 @@ export default defineConfig({
45
45
  // commonjs(),
46
46
  nodePolyfills(),
47
47
  typescript({ tsconfig: "tsconfig.json" }),
48
- // terser(),
48
+ terser(),
49
49
  postcss({
50
50
  minimize: true,
51
51
  extensions: [".css"],