@splunk/react-page 8.2.0-beta.1 → 8.2.0
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/18.js +1 -1
- package/CHANGELOG.md +5 -0
- package/baseLayout.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +6 -6
package/18.js
CHANGED
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
* @param {string} [options.layout = 'scrolling'] - Set to `fixed` to fix all navigation bars
|
|
347
347
|
* to the edge of the page.
|
|
348
348
|
* @param {Boolean} [options.useGlobalLayerStack = true] - Wraps elements in @splunk/react-ui's LayerStackGlobalProvider.
|
|
349
|
-
* @
|
|
349
|
+
* @param {Boolean} [options.navLayout = 'classic'] - Used to determine layout asset to load. Ex. "classic" or "auto".
|
|
350
350
|
* @param {String} [options.theme = 'light'] - Used to theme UI elements. Ex. "light" or "dark".
|
|
351
351
|
* @param {String} [options.themeFamily = 'enterprise'] - Ex. Theme family to use for UI elements. Ex. "enterprise" or "prisma".
|
|
352
352
|
* @param {String} [options.themeDensity] - Ex. Theme density to use for UI elements. Ex. "compact" or "comfortable".
|
package/CHANGELOG.md
CHANGED
package/baseLayout.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export default layout;
|
|
|
16
16
|
* @param {string} [options.layout = 'scrolling'] - Set to `fixed` to fix all navigation bars
|
|
17
17
|
* to the edge of the page.
|
|
18
18
|
* @param {Boolean} [options.useGlobalLayerStack = true] - Wraps elements in @splunk/react-ui's LayerStackGlobalProvider.
|
|
19
|
-
* @
|
|
19
|
+
* @param {Boolean} [options.navLayout = 'classic'] - Used to determine layout asset to load. Ex. "classic" or "auto".
|
|
20
20
|
* @param {String} [options.theme = 'light'] - Used to theme UI elements. Ex. "light" or "dark".
|
|
21
21
|
* @param {String} [options.themeFamily = 'enterprise'] - Ex. Theme family to use for UI elements. Ex. "enterprise" or "prisma".
|
|
22
22
|
* @param {String} [options.themeDensity] - Ex. Theme density to use for UI elements. Ex. "compact" or "comfortable".
|
package/index.js
CHANGED
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
* @param {string} [options.layout = 'scrolling'] - Set to `fixed` to fix all navigation bars
|
|
349
349
|
* to the edge of the page.
|
|
350
350
|
* @param {Boolean} [options.useGlobalLayerStack = true] - Wraps elements in @splunk/react-ui's LayerStackGlobalProvider.
|
|
351
|
-
* @
|
|
351
|
+
* @param {Boolean} [options.navLayout = 'classic'] - Used to determine layout asset to load. Ex. "classic" or "auto".
|
|
352
352
|
* @param {String} [options.theme = 'light'] - Used to theme UI elements. Ex. "light" or "dark".
|
|
353
353
|
* @param {String} [options.themeFamily = 'enterprise'] - Ex. Theme family to use for UI elements. Ex. "enterprise" or "prisma".
|
|
354
354
|
* @param {String} [options.themeDensity] - Ex. Theme density to use for UI elements. Ex. "compact" or "comfortable".
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splunk/react-page",
|
|
3
|
-
"version": "8.2.0
|
|
3
|
+
"version": "8.2.0",
|
|
4
4
|
"description": "Load React components into the latest layout from Splunk Enterprise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Splunk Inc.",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"types:start": "yarn types:build --watch"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@splunk/react-ui": "^5.
|
|
29
|
-
"@splunk/splunk-utils": "^3.
|
|
30
|
-
"@splunk/themes": "^1.
|
|
31
|
-
"@splunk/ui-utils": "^1.
|
|
28
|
+
"@splunk/react-ui": "^5.7.1",
|
|
29
|
+
"@splunk/splunk-utils": "^3.4.0",
|
|
30
|
+
"@splunk/themes": "^1.4.1",
|
|
31
|
+
"@splunk/ui-utils": "^1.12.0",
|
|
32
32
|
"prop-types": "^15.6.2",
|
|
33
33
|
"scriptjs": "^2.5.8"
|
|
34
34
|
},
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@splunk/eslint-config": "^5.0.0",
|
|
41
41
|
"@splunk/react-docs": "^1.4.0",
|
|
42
42
|
"@splunk/stylelint-config": "^5.0.0",
|
|
43
|
-
"@splunk/webpack-configs": "^7.0.
|
|
43
|
+
"@splunk/webpack-configs": "^7.0.3",
|
|
44
44
|
"babel-loader": "^8.3.0",
|
|
45
45
|
"babel-plugin-transform-imports": "^2.0.0",
|
|
46
46
|
"cross-env": "^6.0.3",
|