@deephaven/app-utils 0.108.1-alpha-parent-theme.39 → 0.108.1-alpha-parent-theme.40

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.
@@ -8,6 +8,7 @@ export * from './FontsLoaded';
8
8
  export * from './PluginsBootstrap';
9
9
  export * from './ThemeBootstrap';
10
10
  export * from './useConnection';
11
+ export * from './useCustomThemes';
11
12
  export * from './useServerConfig';
12
13
  export * from './useUser';
13
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC"}
@@ -8,6 +8,7 @@ export * from "./FontsLoaded.js";
8
8
  export * from "./PluginsBootstrap.js";
9
9
  export * from "./ThemeBootstrap.js";
10
10
  export * from "./useConnection.js";
11
+ export * from "./useCustomThemes.js";
11
12
  export * from "./useServerConfig.js";
12
13
  export * from "./useUser.js";
13
14
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../src/components/index.ts"],"sourcesContent":["export * from './AppBootstrap';\nexport * from './AppDashboards';\nexport * from './AuthBootstrap';\nexport * from './ConnectionBootstrap';\nexport * from './ConnectionContext';\nexport * from './FontBootstrap';\nexport * from './FontsLoaded';\nexport * from './PluginsBootstrap';\nexport * from './ThemeBootstrap';\nexport * from './useConnection';\nexport * from './useServerConfig';\nexport * from './useUser';\n"],"mappings":""}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../src/components/index.ts"],"sourcesContent":["export * from './AppBootstrap';\nexport * from './AppDashboards';\nexport * from './AuthBootstrap';\nexport * from './ConnectionBootstrap';\nexport * from './ConnectionContext';\nexport * from './FontBootstrap';\nexport * from './FontsLoaded';\nexport * from './PluginsBootstrap';\nexport * from './ThemeBootstrap';\nexport * from './useConnection';\nexport * from './useCustomThemes';\nexport * from './useServerConfig';\nexport * from './useUser';\n"],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/app-utils",
3
- "version": "0.108.1-alpha-parent-theme.39+0e3a4f85",
3
+ "version": "0.108.1-alpha-parent-theme.40+865cd9c0",
4
4
  "description": "Deephaven App Utils",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",
@@ -22,7 +22,7 @@
22
22
  "build:babel": "babel ./src --out-dir ./dist --extensions \".ts,.tsx,.js,.jsx\" --source-maps --root-mode upward"
23
23
  },
24
24
  "devDependencies": {
25
- "@deephaven/test-utils": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
25
+ "@deephaven/test-utils": "^0.108.1-alpha-parent-theme.40+865cd9c0",
26
26
  "react": "^17.x",
27
27
  "react-dom": "^17.x",
28
28
  "react-redux": "^7.x",
@@ -30,26 +30,26 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@adobe/react-spectrum": "3.38.0",
33
- "@deephaven/auth-plugins": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
34
- "@deephaven/chart": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
35
- "@deephaven/components": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
36
- "@deephaven/console": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
37
- "@deephaven/dashboard": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
38
- "@deephaven/dashboard-core-plugins": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
39
- "@deephaven/file-explorer": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
40
- "@deephaven/golden-layout": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
41
- "@deephaven/icons": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
42
- "@deephaven/iris-grid": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
43
- "@deephaven/jsapi-bootstrap": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
44
- "@deephaven/jsapi-components": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
33
+ "@deephaven/auth-plugins": "^0.108.1-alpha-parent-theme.40+865cd9c0",
34
+ "@deephaven/chart": "^0.108.1-alpha-parent-theme.40+865cd9c0",
35
+ "@deephaven/components": "^0.108.1-alpha-parent-theme.40+865cd9c0",
36
+ "@deephaven/console": "^0.108.1-alpha-parent-theme.40+865cd9c0",
37
+ "@deephaven/dashboard": "^0.108.1-alpha-parent-theme.40+865cd9c0",
38
+ "@deephaven/dashboard-core-plugins": "^0.108.1-alpha-parent-theme.40+865cd9c0",
39
+ "@deephaven/file-explorer": "^0.108.1-alpha-parent-theme.40+865cd9c0",
40
+ "@deephaven/golden-layout": "^0.108.1-alpha-parent-theme.40+865cd9c0",
41
+ "@deephaven/icons": "^0.108.1-alpha-parent-theme.40+865cd9c0",
42
+ "@deephaven/iris-grid": "^0.108.1-alpha-parent-theme.40+865cd9c0",
43
+ "@deephaven/jsapi-bootstrap": "^0.108.1-alpha-parent-theme.40+865cd9c0",
44
+ "@deephaven/jsapi-components": "^0.108.1-alpha-parent-theme.40+865cd9c0",
45
45
  "@deephaven/jsapi-types": "^1.0.0-dev0.37.2",
46
- "@deephaven/jsapi-utils": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
47
- "@deephaven/log": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
48
- "@deephaven/plugin": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
49
- "@deephaven/react-hooks": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
50
- "@deephaven/redux": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
51
- "@deephaven/storage": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
52
- "@deephaven/utils": "^0.108.1-alpha-parent-theme.39+0e3a4f85",
46
+ "@deephaven/jsapi-utils": "^0.108.1-alpha-parent-theme.40+865cd9c0",
47
+ "@deephaven/log": "^0.108.1-alpha-parent-theme.40+865cd9c0",
48
+ "@deephaven/plugin": "^0.108.1-alpha-parent-theme.40+865cd9c0",
49
+ "@deephaven/react-hooks": "^0.108.1-alpha-parent-theme.40+865cd9c0",
50
+ "@deephaven/redux": "^0.108.1-alpha-parent-theme.40+865cd9c0",
51
+ "@deephaven/storage": "^0.108.1-alpha-parent-theme.40+865cd9c0",
52
+ "@deephaven/utils": "^0.108.1-alpha-parent-theme.40+865cd9c0",
53
53
  "@fontsource/fira-mono": "5.0.13",
54
54
  "@fontsource/fira-sans": "5.0.20",
55
55
  "@paciolan/remote-component": "2.13.0",
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "0e3a4f85f19b141b1ac789c07d1508038bd8b87c"
77
+ "gitHead": "865cd9c0d67952557c619d54ef62262a3bfe1031"
78
78
  }