@snack-uikit/card 0.16.10-preview-95f36d41.0 → 0.16.10

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/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 0.16.10 (2024-12-25)
7
+
8
+ ### Only dependencies have been changed
9
+ * [@snack-uikit/list@0.22.1](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/list/CHANGELOG.md)
10
+ * [@snack-uikit/truncate-string@0.6.3](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/truncate-string/CHANGELOG.md)
11
+
12
+
13
+
14
+
15
+
6
16
  ## 0.16.9 (2024-12-20)
7
17
 
8
18
  ### Only dependencies have been changed
@@ -1,8 +1,10 @@
1
1
  import { FooterAction, FooterActionProps, FooterCallToAction, FooterCallToActionProps, FooterPromo, FooterPromoProps } from './components';
2
+ export declare const Footer: {
3
+ Promo: typeof FooterPromo;
4
+ Action: typeof FooterAction;
5
+ CallToAction: typeof FooterCallToAction;
6
+ };
2
7
  export declare namespace Footer {
3
- const Promo: typeof FooterPromo;
4
- const Action: typeof FooterAction;
5
- const CallToAction: typeof FooterCallToAction;
6
8
  type PromoProps = FooterPromoProps;
7
9
  type ActionProps = FooterActionProps;
8
10
  type CallToActionProps = FooterCallToActionProps;
@@ -5,9 +5,8 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.Footer = void 0;
7
7
  const components_1 = require("./components");
8
- var Footer;
9
- (function (Footer) {
10
- Footer.Promo = components_1.FooterPromo;
11
- Footer.Action = components_1.FooterAction;
12
- Footer.CallToAction = components_1.FooterCallToAction;
13
- })(Footer || (exports.Footer = Footer = {}));
8
+ exports.Footer = {
9
+ Promo: components_1.FooterPromo,
10
+ Action: components_1.FooterAction,
11
+ CallToAction: components_1.FooterCallToAction
12
+ };
@@ -9,7 +9,6 @@ const Footer_1 = require("./Footer");
9
9
  const FunctionBadge_1 = require("./FunctionBadge");
10
10
  const Header_1 = require("./Header");
11
11
  const Image_1 = require("./Image");
12
- // eslint-disable-next-line import/export
13
12
  exports.Card = Card_1.Card;
14
13
  exports.Card.Header = Header_1.Header;
15
14
  exports.Card.Footer = Footer_1.Footer;
@@ -1,8 +1,10 @@
1
1
  import { FooterAction, FooterActionProps, FooterCallToAction, FooterCallToActionProps, FooterPromo, FooterPromoProps } from './components';
2
+ export declare const Footer: {
3
+ Promo: typeof FooterPromo;
4
+ Action: typeof FooterAction;
5
+ CallToAction: typeof FooterCallToAction;
6
+ };
2
7
  export declare namespace Footer {
3
- const Promo: typeof FooterPromo;
4
- const Action: typeof FooterAction;
5
- const CallToAction: typeof FooterCallToAction;
6
8
  type PromoProps = FooterPromoProps;
7
9
  type ActionProps = FooterActionProps;
8
10
  type CallToActionProps = FooterCallToActionProps;
@@ -1,7 +1,6 @@
1
1
  import { FooterAction, FooterCallToAction, FooterPromo, } from './components';
2
- export var Footer;
3
- (function (Footer) {
4
- Footer.Promo = FooterPromo;
5
- Footer.Action = FooterAction;
6
- Footer.CallToAction = FooterCallToAction;
7
- })(Footer || (Footer = {}));
2
+ export const Footer = {
3
+ Promo: FooterPromo,
4
+ Action: FooterAction,
5
+ CallToAction: FooterCallToAction,
6
+ };
@@ -3,7 +3,6 @@ import { Footer } from './Footer';
3
3
  import { FunctionBadge } from './FunctionBadge';
4
4
  import { Header } from './Header';
5
5
  import { Image } from './Image';
6
- // eslint-disable-next-line import/export
7
6
  export const Card = CardComponent;
8
7
  Card.Header = Header;
9
8
  Card.Footer = Footer;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Card",
7
- "version": "0.16.10-preview-95f36d41.0",
7
+ "version": "0.16.10",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -39,14 +39,14 @@
39
39
  "@snack-uikit/button": "0.19.5",
40
40
  "@snack-uikit/icon-predefined": "0.7.2",
41
41
  "@snack-uikit/icons": "0.24.1",
42
- "@snack-uikit/list": "0.22.1-preview-95f36d41.0",
42
+ "@snack-uikit/list": "0.22.1",
43
43
  "@snack-uikit/promo-tag": "0.7.0",
44
44
  "@snack-uikit/tag": "0.12.1",
45
- "@snack-uikit/truncate-string": "0.6.3-preview-95f36d41.0",
45
+ "@snack-uikit/truncate-string": "0.6.3",
46
46
  "@snack-uikit/typography": "0.8.3",
47
47
  "@snack-uikit/utils": "3.6.0",
48
48
  "classnames": "2.5.1",
49
49
  "merge-refs": "1.3.0"
50
50
  },
51
- "gitHead": "e866724aaa8b037109a05efa3e188a2c17989aa6"
51
+ "gitHead": "5f981cd3d7c5169db2bff1d58db36b6c83da6861"
52
52
  }
@@ -7,10 +7,13 @@ import {
7
7
  FooterPromoProps,
8
8
  } from './components';
9
9
 
10
+ export const Footer = {
11
+ Promo: FooterPromo,
12
+ Action: FooterAction,
13
+ CallToAction: FooterCallToAction,
14
+ };
15
+
10
16
  export namespace Footer {
11
- export const Promo = FooterPromo;
12
- export const Action = FooterAction;
13
- export const CallToAction = FooterCallToAction;
14
17
  export type PromoProps = FooterPromoProps;
15
18
  export type ActionProps = FooterActionProps;
16
19
  export type CallToActionProps = FooterCallToActionProps;
@@ -4,7 +4,6 @@ import { FunctionBadge, FunctionBadgeProps as FunctionBadgeComponentProps } from
4
4
  import { Header, HeaderProps as HeaderComponentProps } from './Header';
5
5
  import { Image, ImageProps as ImageComponentProps } from './Image';
6
6
 
7
- // eslint-disable-next-line import/export
8
7
  export const Card = CardComponent as typeof CardComponent & {
9
8
  Header: typeof Header;
10
9
  Image: typeof Image;
@@ -19,7 +18,6 @@ Card.FunctionBadge = FunctionBadge;
19
18
 
20
19
  export { type CardProps };
21
20
 
22
- // eslint-disable-next-line import/export
23
21
  export namespace Card {
24
22
  export type HeaderProps = HeaderComponentProps;
25
23
  export type ImageProps = ImageComponentProps;