@alfalab/core-components-list-header 2.2.2 → 2.2.3

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,14 @@
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
+ ## [2.2.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-list-header@2.2.2...@alfalab/core-components-list-header@2.2.3) (2022-07-18)
7
+
8
+ **Note:** Version bump only for package @alfalab/core-components-list-header
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-list-header@2.2.1...@alfalab/core-components-list-header@2.2.2) (2022-07-15)
7
15
 
8
16
 
package/Component.js CHANGED
@@ -11,7 +11,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
11
11
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
12
12
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
13
13
 
14
- var styles = {"component":"list-header__component_1luvy","description":"list-header__description_1luvy","filled":"list-header__filled_1luvy"};
14
+ var styles = {"component":"list-header__component_1or0o","description":"list-header__description_1or0o","filled":"list-header__filled_1or0o"};
15
15
  require('./index.css')
16
16
 
17
17
  var ListHeader = function (_a) {
package/esm/Component.js CHANGED
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Typography } from '@alfalab/core-components-typography/esm';
4
4
 
5
- var styles = {"component":"list-header__component_1luvy","description":"list-header__description_1luvy","filled":"list-header__filled_1luvy"};
5
+ var styles = {"component":"list-header__component_1or0o","description":"list-header__description_1or0o","filled":"list-header__filled_1or0o"};
6
6
  require('./index.css')
7
7
 
8
8
  var ListHeader = function (_a) {
package/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: o8kdf */
1
+ /* hash: dp43k */
2
2
  :root {
3
3
  --color-light-specialbg-component: rgba(11, 31, 53, 0.07);
4
4
  }
@@ -20,13 +20,13 @@
20
20
  :root {
21
21
  --list-header-description-opacity: 0.6;
22
22
  }
23
- .list-header__component_1luvy {
23
+ .list-header__component_1or0o {
24
24
  margin: var(--gap-xl) var(--gap-s-neg) var(--gap-m);
25
25
  padding: var(--gap-xs) var(--gap-s);
26
26
  }
27
- .list-header__description_1luvy {
27
+ .list-header__description_1or0o {
28
28
  opacity: var(--list-header-description-opacity);
29
29
  }
30
- .list-header__filled_1luvy {
30
+ .list-header__filled_1or0o {
31
31
  background-color: var(--color-light-specialbg-component);
32
32
  }
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: o8kdf */
1
+ /* hash: dp43k */
2
2
  :root {
3
3
  --color-light-specialbg-component: rgba(11, 31, 53, 0.07);
4
4
  }
@@ -20,13 +20,13 @@
20
20
  :root {
21
21
  --list-header-description-opacity: 0.6;
22
22
  }
23
- .list-header__component_1luvy {
23
+ .list-header__component_1or0o {
24
24
  margin: var(--gap-xl) var(--gap-s-neg) var(--gap-m);
25
25
  padding: var(--gap-xs) var(--gap-s);
26
26
  }
27
- .list-header__description_1luvy {
27
+ .list-header__description_1or0o {
28
28
  opacity: var(--list-header-description-opacity);
29
29
  }
30
- .list-header__filled_1luvy {
30
+ .list-header__filled_1or0o {
31
31
  background-color: var(--color-light-specialbg-component);
32
32
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Typography } from '@alfalab/core-components-typography/modern';
4
4
 
5
- var styles = {"component":"list-header__component_1luvy","description":"list-header__description_1luvy","filled":"list-header__filled_1luvy"};
5
+ var styles = {"component":"list-header__component_1or0o","description":"list-header__description_1or0o","filled":"list-header__filled_1or0o"};
6
6
  require('./index.css')
7
7
 
8
8
  const ListHeader = ({ title, description, filled = true, className, dataTestId, }) => (React.createElement("div", { "data-test-id": dataTestId, className: cn(styles.component, { [styles.filled]: filled }, className) },
package/modern/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: o8kdf */
1
+ /* hash: dp43k */
2
2
  :root {
3
3
  --color-light-specialbg-component: rgba(11, 31, 53, 0.07);
4
4
  }
@@ -20,13 +20,13 @@
20
20
  :root {
21
21
  --list-header-description-opacity: 0.6;
22
22
  }
23
- .list-header__component_1luvy {
23
+ .list-header__component_1or0o {
24
24
  margin: var(--gap-xl) var(--gap-s-neg) var(--gap-m);
25
25
  padding: var(--gap-xs) var(--gap-s);
26
26
  }
27
- .list-header__description_1luvy {
27
+ .list-header__description_1or0o {
28
28
  opacity: var(--list-header-description-opacity);
29
29
  }
30
- .list-header__filled_1luvy {
30
+ .list-header__filled_1or0o {
31
31
  background-color: var(--color-light-specialbg-component);
32
32
  }
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-list-header",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "ListHeader component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "main": "index.js",
8
8
  "module": "./esm/index.js",
9
9
  "scripts": {
10
- "postinstall": "node ./send-stats.js > /dev/null 2>&1 || exit 0"
10
+ "postinstall": "node -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \""
11
11
  },
12
12
  "publishConfig": {
13
13
  "access": "public",
14
14
  "directory": "dist"
15
15
  },
16
16
  "dependencies": {
17
- "@alfalab/core-components-typography": "^2.6.2",
17
+ "@alfalab/core-components-typography": "^2.6.3",
18
18
  "classnames": "^2.2.6"
19
19
  },
20
20
  "peerDependencies": {