@pingux/astro 2.102.0-alpha.5 → 2.103.0-alpha.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/lib/cjs/components/NavigationHeader/NavigationHeader.mdx +2 -2
- package/lib/cjs/components/NavigationHeader/NavigationHeader.stories.js +1 -1
- package/lib/cjs/styles/themes/next-gen/convertedComponentList.js +1 -1
- package/lib/components/NavigationHeader/NavigationHeader.mdx +2 -2
- package/lib/components/NavigationHeader/NavigationHeader.stories.js +1 -1
- package/lib/styles/themes/next-gen/convertedComponentList.js +1 -1
- package/package.json +1 -1
@@ -1,9 +1,9 @@
|
|
1
1
|
import { Meta } from '@storybook/addon-docs';
|
2
2
|
|
3
|
-
<Meta title="
|
3
|
+
<Meta title="Experimental/NavigationHeader/NavigationHeader" />
|
4
4
|
|
5
5
|
# NavigationHeader
|
6
|
-
The
|
6
|
+
The NavigationHeader component is designed to help users navigate to different pages.
|
7
7
|
It incorporates several child components, including Link, Image, Avatar, and PopUp, allowing for a customizable and functional navigation experience.
|
8
8
|
|
9
9
|
### Required components
|
@@ -20,7 +20,7 @@ var _HeaderAccountMenu = _interopRequireDefault(require("./HeaderAccountMenu"));
|
|
20
20
|
var _NavigationHeader = _interopRequireDefault(require("./NavigationHeader.mdx"));
|
21
21
|
var _react2 = require("@emotion/react");
|
22
22
|
var _default = {
|
23
|
-
title: '
|
23
|
+
title: 'Experimental/NavigationHeader',
|
24
24
|
component: _index.NavigationHeader,
|
25
25
|
parameters: {
|
26
26
|
docs: {
|
@@ -5,7 +5,7 @@ _Object$defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
6
6
|
});
|
7
7
|
exports.nextGenOnlyComponents = exports["default"] = exports.componentSpecificNextGenBlacklist = void 0;
|
8
|
-
var nextGenConvertedComponents = ['DataTable', 'Message', 'Button', 'Badge', 'IconButton', 'CheckboxField', 'Messages', 'PopoverMenu', 'TextField', 'PasswordField', 'SearchField', 'SelectField', 'Modal', 'RadioField', 'MultiValuesField', 'TextAreaField', 'RadioGroupField', 'Tabs', 'ProgressBar', 'NavBar', 'OverlayPanel', 'AstroProvider', 'ListView', 'NavigationHeader', 'Avatar', 'MultivaluesField', 'Text', 'Link', 'Card', 'IconWrapper', 'ComboBoxField', 'CodeView', 'Sticker Sheet'];
|
8
|
+
var nextGenConvertedComponents = ['DataTable', 'Message', 'Button', 'Badge', 'IconButton', 'CheckboxField', 'Messages', 'PopoverMenu', 'TextField', 'PasswordField', 'SearchField', 'SelectField', 'Modal', 'RadioField', 'MultiValuesField', 'TextAreaField', 'RadioGroupField', 'Tabs', 'ProgressBar', 'NavBar', 'OverlayPanel', 'AstroProvider', 'ListView', 'NavigationHeader', 'Avatar', 'MultivaluesField', 'Text', 'Link', 'Card', 'IconWrapper', 'ComboBoxField', 'CodeView', 'Sticker Sheet', 'NextGen ListViewItem'];
|
9
9
|
var componentSpecificNextGenBlacklist = {
|
10
10
|
AstroProvider: ['Default', 'With Custom Theme Override'],
|
11
11
|
Badge: ['Status Badge Variants', 'Badge With Left Slot And Icon', 'Callout Badges', 'Removable'],
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { Meta } from '@storybook/addon-docs';
|
2
2
|
|
3
|
-
<Meta title="
|
3
|
+
<Meta title="Experimental/NavigationHeader/NavigationHeader" />
|
4
4
|
|
5
5
|
# NavigationHeader
|
6
|
-
The
|
6
|
+
The NavigationHeader component is designed to help users navigate to different pages.
|
7
7
|
It incorporates several child components, including Link, Image, Avatar, and PopUp, allowing for a customizable and functional navigation experience.
|
8
8
|
|
9
9
|
### Required components
|
@@ -12,7 +12,7 @@ import HeaderAccountMenu from './HeaderAccountMenu';
|
|
12
12
|
import NavigationHeaderReadme from './NavigationHeader.mdx';
|
13
13
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
14
14
|
export default {
|
15
|
-
title: '
|
15
|
+
title: 'Experimental/NavigationHeader',
|
16
16
|
component: NavigationHeader,
|
17
17
|
parameters: {
|
18
18
|
docs: {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
var nextGenConvertedComponents = ['DataTable', 'Message', 'Button', 'Badge', 'IconButton', 'CheckboxField', 'Messages', 'PopoverMenu', 'TextField', 'PasswordField', 'SearchField', 'SelectField', 'Modal', 'RadioField', 'MultiValuesField', 'TextAreaField', 'RadioGroupField', 'Tabs', 'ProgressBar', 'NavBar', 'OverlayPanel', 'AstroProvider', 'ListView', 'NavigationHeader', 'Avatar', 'MultivaluesField', 'Text', 'Link', 'Card', 'IconWrapper', 'ComboBoxField', 'CodeView', 'Sticker Sheet'];
|
1
|
+
var nextGenConvertedComponents = ['DataTable', 'Message', 'Button', 'Badge', 'IconButton', 'CheckboxField', 'Messages', 'PopoverMenu', 'TextField', 'PasswordField', 'SearchField', 'SelectField', 'Modal', 'RadioField', 'MultiValuesField', 'TextAreaField', 'RadioGroupField', 'Tabs', 'ProgressBar', 'NavBar', 'OverlayPanel', 'AstroProvider', 'ListView', 'NavigationHeader', 'Avatar', 'MultivaluesField', 'Text', 'Link', 'Card', 'IconWrapper', 'ComboBoxField', 'CodeView', 'Sticker Sheet', 'NextGen ListViewItem'];
|
2
2
|
export var componentSpecificNextGenBlacklist = {
|
3
3
|
AstroProvider: ['Default', 'With Custom Theme Override'],
|
4
4
|
Badge: ['Status Badge Variants', 'Badge With Left Slot And Icon', 'Callout Badges', 'Removable'],
|