@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/cjs/index.js
CHANGED
|
@@ -355,7 +355,6 @@ var AppHeader = ({
|
|
|
355
355
|
{
|
|
356
356
|
alignItems: "end",
|
|
357
357
|
className,
|
|
358
|
-
height: 36,
|
|
359
358
|
showSeparators: true,
|
|
360
359
|
...htmlAttributes,
|
|
361
360
|
children: [
|
|
@@ -1745,7 +1744,7 @@ var defaultApplicationJson = {
|
|
|
1745
1744
|
allowRenameTab: true,
|
|
1746
1745
|
animateSelectionThumb: false,
|
|
1747
1746
|
location: "main-tab",
|
|
1748
|
-
|
|
1747
|
+
variant: "primary"
|
|
1749
1748
|
},
|
|
1750
1749
|
preserve: true,
|
|
1751
1750
|
active: 0
|