@deephaven/auth-plugins 0.37.4-relative-base.6 → 0.37.4-relative-base.7
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/dist/Login.d.ts +1 -1
- package/dist/Login.d.ts.map +1 -1
- package/dist/Login.js +1 -1
- package/dist/Login.js.map +1 -1
- package/package.json +11 -11
package/dist/Login.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import './Login.scss';
|
|
|
3
3
|
interface LoginProps {
|
|
4
4
|
/** What to show in the login input part of the login form. */
|
|
5
5
|
children: React.ReactNode;
|
|
6
|
-
/** Path to the logo
|
|
6
|
+
/** Path to the custom logo, relative to document base */
|
|
7
7
|
logoPath?: string;
|
|
8
8
|
}
|
|
9
9
|
export declare function Login({ children, logoPath }: LoginProps): JSX.Element;
|
package/dist/Login.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Login.d.ts","sourceRoot":"","sources":["../src/Login.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,cAAc,CAAC;AAEtB,UAAU,UAAU;IAClB,8DAA8D;IAC9D,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAE1B,
|
|
1
|
+
{"version":3,"file":"Login.d.ts","sourceRoot":"","sources":["../src/Login.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,cAAc,CAAC;AAEtB,UAAU,UAAU;IAClB,8DAA8D;IAC9D,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAE1B,yDAAyD;IACzD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,KAAK,CAAC,EAAE,QAAQ,EAAE,QAAuB,EAAE,EAAE,UAAU,eAgBtE;AAED,eAAe,KAAK,CAAC"}
|
package/dist/Login.js
CHANGED
package/dist/Login.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Login.js","names":["React","RandomAreaPlotAnimation","Login","children","logoPath","Date","getFullYear"],"sources":["../src/Login.tsx"],"sourcesContent":["import React from 'react';\nimport { RandomAreaPlotAnimation } from '@deephaven/components';\nimport './Login.scss';\n\ninterface LoginProps {\n /** What to show in the login input part of the login form. */\n children: React.ReactNode;\n\n /** Path to the logo
|
|
1
|
+
{"version":3,"file":"Login.js","names":["React","RandomAreaPlotAnimation","Login","children","logoPath","Date","getFullYear"],"sources":["../src/Login.tsx"],"sourcesContent":["import React from 'react';\nimport { RandomAreaPlotAnimation } from '@deephaven/components';\nimport './Login.scss';\n\ninterface LoginProps {\n /** What to show in the login input part of the login form. */\n children: React.ReactNode;\n\n /** Path to the custom logo, relative to document base */\n logoPath?: string;\n}\n\nexport function Login({ children, logoPath = './logo.png' }: LoginProps) {\n return (\n <div className=\"login-container\">\n <RandomAreaPlotAnimation />\n <div className=\"login-box\">\n <div className=\"logo\">\n <img src={logoPath} alt=\"Deephaven Data Labs\" />\n </div>\n {children}\n <p className=\"footer\">\n © 2016-{new Date().getFullYear()} Deephaven Data Labs LLC. Patent\n Pending.\n </p>\n </div>\n </div>\n );\n}\n\nexport default Login;\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,uBAAuB,QAAQ,uBAAuB;AAAC;AAWhE,OAAO,SAASC,KAAK,OAAoD;EAAA,IAAnD;IAAEC,QAAQ;IAAEC,QAAQ,GAAG;EAAyB,CAAC;EACrE,oBACE;IAAK,SAAS,EAAC;EAAiB,gBAC9B,oBAAC,uBAAuB,OAAG,eAC3B;IAAK,SAAS,EAAC;EAAW,gBACxB;IAAK,SAAS,EAAC;EAAM,gBACnB;IAAK,GAAG,EAAEA,QAAS;IAAC,GAAG,EAAC;EAAqB,EAAG,CAC5C,EACLD,QAAQ,eACT;IAAG,SAAS,EAAC;EAAQ,GAAC,YACb,EAAC,IAAIE,IAAI,EAAE,CAACC,WAAW,EAAE,EAAC,2CAEnC,CAAI,CACA,CACF;AAEV;AAEA,eAAeJ,KAAK"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/auth-plugins",
|
|
3
|
-
"version": "0.37.4-relative-base.
|
|
3
|
+
"version": "0.37.4-relative-base.7+20f2a47f",
|
|
4
4
|
"description": "Deephaven Auth Plugins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Deephaven",
|
|
@@ -33,20 +33,20 @@
|
|
|
33
33
|
"build:sass": "sass --embed-sources --load-path=../../node_modules ./src:./dist"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@deephaven/components": "^0.37.4-relative-base.
|
|
37
|
-
"@deephaven/jsapi-bootstrap": "^0.37.4-relative-base.
|
|
38
|
-
"@deephaven/jsapi-components": "^0.37.4-relative-base.
|
|
39
|
-
"@deephaven/jsapi-types": "^0.37.4-relative-base.
|
|
40
|
-
"@deephaven/jsapi-utils": "^0.37.4-relative-base.
|
|
41
|
-
"@deephaven/log": "^0.37.4-relative-base.
|
|
42
|
-
"@deephaven/redux": "^0.37.4-relative-base.
|
|
43
|
-
"@deephaven/utils": "^0.37.4-relative-base.
|
|
36
|
+
"@deephaven/components": "^0.37.4-relative-base.7+20f2a47f",
|
|
37
|
+
"@deephaven/jsapi-bootstrap": "^0.37.4-relative-base.7+20f2a47f",
|
|
38
|
+
"@deephaven/jsapi-components": "^0.37.4-relative-base.7+20f2a47f",
|
|
39
|
+
"@deephaven/jsapi-types": "^0.37.4-relative-base.7+20f2a47f",
|
|
40
|
+
"@deephaven/jsapi-utils": "^0.37.4-relative-base.7+20f2a47f",
|
|
41
|
+
"@deephaven/log": "^0.37.4-relative-base.7+20f2a47f",
|
|
42
|
+
"@deephaven/redux": "^0.37.4-relative-base.7+20f2a47f",
|
|
43
|
+
"@deephaven/utils": "^0.37.4-relative-base.7+20f2a47f",
|
|
44
44
|
"classnames": "^2.3.1",
|
|
45
45
|
"js-cookie": "^3.0.5",
|
|
46
46
|
"react-transition-group": "^4.4.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@deephaven/tsconfig": "^0.37.4-relative-base.
|
|
49
|
+
"@deephaven/tsconfig": "^0.37.4-relative-base.7+20f2a47f",
|
|
50
50
|
"@types/react": "^17.0.2"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "20f2a47fb8e6fed1478d38dc39ae55747ad446ea"
|
|
64
64
|
}
|