@db-ux/react-core-components 3.0.2-shell2-badc28f → 3.0.2-shell4-bdb351c

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,5 +1,5 @@
1
1
  import { GlobalProps, GlobalState, ShellControlPanelDesktopPositionType, ShellControlPanelMobilePositionType } from '../../shared/model';
2
- export declare const ShellSubNavigationMobilePosition: readonly ["top", "bottom"];
2
+ export declare const ShellSubNavigationMobilePosition: readonly ["top", "bottom", "none"];
3
3
  export type ShellSubNavigationMobilePositionType = (typeof ShellSubNavigationMobilePosition)[number];
4
4
  export type DBShellDefaultProps = {
5
5
  /**
@@ -1 +1 @@
1
- export const ShellSubNavigationMobilePosition = ['top', 'bottom'];
1
+ export const ShellSubNavigationMobilePosition = ['top', 'bottom', 'none'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/react-core-components",
3
- "version": "3.0.2-shell2-badc28f",
3
+ "version": "3.0.2-shell4-bdb351c",
4
4
  "description": "React components for @db-ux/core-components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "sideEffects": false,
40
40
  "dependencies": {
41
- "@db-ux/core-components": "3.0.2-shell2-badc28f",
42
- "@db-ux/core-foundations": "3.0.2-shell2-badc28f"
41
+ "@db-ux/core-components": "3.0.2-shell4-bdb351c",
42
+ "@db-ux/core-foundations": "3.0.2-shell4-bdb351c"
43
43
  }
44
44
  }