@snack-uikit/info-block 0.6.5 → 0.6.7-preview-95f36d41.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/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
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.6.6 (2024-12-17)
7
+
8
+ ### Only dependencies have been changed
9
+ * [@snack-uikit/button@0.19.5](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/button/CHANGELOG.md)
10
+
11
+
12
+
13
+
14
+
6
15
  ## 0.6.5 (2024-12-12)
7
16
 
8
17
  ### Only dependencies have been changed
@@ -6,5 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.InfoBlock = void 0;
7
7
  const Footer_1 = require("./Footer");
8
8
  const InfoBlock_1 = require("./InfoBlock");
9
+ // eslint-disable-next-line import/export
9
10
  exports.InfoBlock = InfoBlock_1.InfoBlock;
10
11
  exports.InfoBlock.Footer = Footer_1.Footer;
@@ -1,4 +1,5 @@
1
1
  import { Footer } from './Footer';
2
2
  import { InfoBlock as InfoBlockComponent } from './InfoBlock';
3
+ // eslint-disable-next-line import/export
3
4
  export const InfoBlock = InfoBlockComponent;
4
5
  InfoBlock.Footer = Footer;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Info Block",
7
- "version": "0.6.5",
7
+ "version": "0.6.7-preview-95f36d41.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -36,12 +36,12 @@
36
36
  "license": "Apache-2.0",
37
37
  "scripts": {},
38
38
  "dependencies": {
39
- "@snack-uikit/button": "0.19.4",
39
+ "@snack-uikit/button": "0.19.5",
40
40
  "@snack-uikit/icon-predefined": "0.7.2",
41
- "@snack-uikit/tooltip": "0.15.2",
41
+ "@snack-uikit/tooltip": "0.15.3-preview-95f36d41.0",
42
42
  "@snack-uikit/typography": "0.8.3",
43
43
  "@snack-uikit/utils": "3.6.0",
44
44
  "classnames": "2.5.1"
45
45
  },
46
- "gitHead": "ac8fa414e1a84f72594d9c509b0daca04b5e48be"
46
+ "gitHead": "e866724aaa8b037109a05efa3e188a2c17989aa6"
47
47
  }
@@ -1,6 +1,7 @@
1
1
  import { Footer, FooterProps as FooterComponentProps } from './Footer';
2
2
  import { InfoBlock as InfoBlockComponent, InfoBlockProps } from './InfoBlock';
3
3
 
4
+ // eslint-disable-next-line import/export
4
5
  export const InfoBlock = InfoBlockComponent as typeof InfoBlockComponent & {
5
6
  Footer: typeof Footer;
6
7
  };
@@ -9,6 +10,7 @@ InfoBlock.Footer = Footer;
9
10
 
10
11
  export { type InfoBlockProps };
11
12
 
13
+ // eslint-disable-next-line import/export
12
14
  export namespace InfoBlock {
13
15
  export type FooterProps = FooterComponentProps;
14
16
  }