@swisspost/design-system-components-react 9.0.0-next.8 → 9.0.0-next.9
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.
|
@@ -4,14 +4,17 @@ export declare const PostAccordionItem: import("react").ForwardRefExoticComponen
|
|
|
4
4
|
export declare const PostAvatar: import("react").ForwardRefExoticComponent<JSX.PostAvatar & Omit<import("react").HTMLAttributes<HTMLPostAvatarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostAvatarElement>>;
|
|
5
5
|
export declare const PostBackToTop: import("react").ForwardRefExoticComponent<JSX.PostBackToTop & Omit<import("react").HTMLAttributes<HTMLPostBackToTopElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostBackToTopElement>>;
|
|
6
6
|
export declare const PostBanner: import("react").ForwardRefExoticComponent<JSX.PostBanner & Omit<import("react").HTMLAttributes<HTMLPostBannerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostBannerElement>>;
|
|
7
|
+
export declare const PostBreadcrumb: import("react").ForwardRefExoticComponent<JSX.PostBreadcrumb & Omit<import("react").HTMLAttributes<HTMLPostBreadcrumbElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostBreadcrumbElement>>;
|
|
7
8
|
export declare const PostBreadcrumbItem: import("react").ForwardRefExoticComponent<JSX.PostBreadcrumbItem & Omit<import("react").HTMLAttributes<HTMLPostBreadcrumbItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostBreadcrumbItemElement>>;
|
|
8
9
|
export declare const PostCardControl: import("react").ForwardRefExoticComponent<JSX.PostCardControl & Omit<import("react").HTMLAttributes<HTMLPostCardControlElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostCardControlElement>>;
|
|
9
10
|
export declare const PostClosebutton: import("react").ForwardRefExoticComponent<JSX.PostClosebutton & Omit<import("react").HTMLAttributes<HTMLPostClosebuttonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostClosebuttonElement>>;
|
|
10
11
|
export declare const PostCollapsible: import("react").ForwardRefExoticComponent<JSX.PostCollapsible & Omit<import("react").HTMLAttributes<HTMLPostCollapsibleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostCollapsibleElement>>;
|
|
11
12
|
export declare const PostCollapsibleTrigger: import("react").ForwardRefExoticComponent<JSX.PostCollapsibleTrigger & Omit<import("react").HTMLAttributes<HTMLPostCollapsibleTriggerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostCollapsibleTriggerElement>>;
|
|
13
|
+
export declare const PostFooter: import("react").ForwardRefExoticComponent<JSX.PostFooter & Omit<import("react").HTMLAttributes<HTMLPostFooterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostFooterElement>>;
|
|
12
14
|
export declare const PostHeader: import("react").ForwardRefExoticComponent<JSX.PostHeader & Omit<import("react").HTMLAttributes<HTMLPostHeaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostHeaderElement>>;
|
|
13
15
|
export declare const PostIcon: import("react").ForwardRefExoticComponent<JSX.PostIcon & Omit<import("react").HTMLAttributes<HTMLPostIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostIconElement>>;
|
|
14
16
|
export declare const PostLanguageOption: import("react").ForwardRefExoticComponent<JSX.PostLanguageOption & Omit<import("react").HTMLAttributes<HTMLPostLanguageOptionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostLanguageOptionElement>>;
|
|
17
|
+
export declare const PostLanguageSwitch: import("react").ForwardRefExoticComponent<JSX.PostLanguageSwitch & Omit<import("react").HTMLAttributes<HTMLPostLanguageSwitchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostLanguageSwitchElement>>;
|
|
15
18
|
export declare const PostList: import("react").ForwardRefExoticComponent<JSX.PostList & Omit<import("react").HTMLAttributes<HTMLPostListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostListElement>>;
|
|
16
19
|
export declare const PostListItem: import("react").ForwardRefExoticComponent<JSX.PostListItem & Omit<import("react").HTMLAttributes<HTMLPostListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostListItemElement>>;
|
|
17
20
|
export declare const PostLogo: import("react").ForwardRefExoticComponent<JSX.PostLogo & Omit<import("react").HTMLAttributes<HTMLPostLogoElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPostLogoElement>>;
|
|
@@ -9,14 +9,17 @@ export const PostAccordionItem = /*@__PURE__*/ createReactComponent('post-accord
|
|
|
9
9
|
export const PostAvatar = /*@__PURE__*/ createReactComponent('post-avatar');
|
|
10
10
|
export const PostBackToTop = /*@__PURE__*/ createReactComponent('post-back-to-top');
|
|
11
11
|
export const PostBanner = /*@__PURE__*/ createReactComponent('post-banner');
|
|
12
|
+
export const PostBreadcrumb = /*@__PURE__*/ createReactComponent('post-breadcrumb');
|
|
12
13
|
export const PostBreadcrumbItem = /*@__PURE__*/ createReactComponent('post-breadcrumb-item');
|
|
13
14
|
export const PostCardControl = /*@__PURE__*/ createReactComponent('post-card-control');
|
|
14
15
|
export const PostClosebutton = /*@__PURE__*/ createReactComponent('post-closebutton');
|
|
15
16
|
export const PostCollapsible = /*@__PURE__*/ createReactComponent('post-collapsible');
|
|
16
17
|
export const PostCollapsibleTrigger = /*@__PURE__*/ createReactComponent('post-collapsible-trigger');
|
|
18
|
+
export const PostFooter = /*@__PURE__*/ createReactComponent('post-footer');
|
|
17
19
|
export const PostHeader = /*@__PURE__*/ createReactComponent('post-header');
|
|
18
20
|
export const PostIcon = /*@__PURE__*/ createReactComponent('post-icon');
|
|
19
21
|
export const PostLanguageOption = /*@__PURE__*/ createReactComponent('post-language-option');
|
|
22
|
+
export const PostLanguageSwitch = /*@__PURE__*/ createReactComponent('post-language-switch');
|
|
20
23
|
export const PostList = /*@__PURE__*/ createReactComponent('post-list');
|
|
21
24
|
export const PostListItem = /*@__PURE__*/ createReactComponent('post-list-item');
|
|
22
25
|
export const PostLogo = /*@__PURE__*/ createReactComponent('post-logo');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/stencil-generated/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/stencil-generated/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swisspost/design-system-components-react",
|
|
3
|
-
"version": "9.0.0-next.
|
|
3
|
+
"version": "9.0.0-next.9",
|
|
4
4
|
"description": "Design System React Components for easy integration with the React ecosystem",
|
|
5
5
|
"author": "Swiss Post <design-system@post.ch>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"linkDirectory": true
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@swisspost/design-system-components": "9.0.0-next.
|
|
25
|
+
"@swisspost/design-system-components": "9.0.0-next.9"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "20.14.14",
|