@vuu-ui/vuu-shell 0.8.24-debug → 0.8.25-debug
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/cjs/index.js +1 -2
- package/cjs/index.js.map +2 -2
- package/esm/index.js +1 -2
- package/esm/index.js.map +2 -2
- package/index.css +12 -71
- package/index.css.map +2 -2
- package/package.json +9 -9
- package/types/shellTypes.d.ts +1 -0
package/esm/index.js
CHANGED
|
@@ -301,7 +301,6 @@ var AppHeader = ({
|
|
|
301
301
|
{
|
|
302
302
|
alignItems: "end",
|
|
303
303
|
className,
|
|
304
|
-
height: 36,
|
|
305
304
|
showSeparators: true,
|
|
306
305
|
...htmlAttributes,
|
|
307
306
|
children: [
|
|
@@ -1700,7 +1699,7 @@ var defaultApplicationJson = {
|
|
|
1700
1699
|
allowRenameTab: true,
|
|
1701
1700
|
animateSelectionThumb: false,
|
|
1702
1701
|
location: "main-tab",
|
|
1703
|
-
|
|
1702
|
+
variant: "primary"
|
|
1704
1703
|
},
|
|
1705
1704
|
preserve: true,
|
|
1706
1705
|
active: 0
|