@alfalab/core-components-list-header 2.1.5 → 2.2.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,17 @@
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.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-list-header@2.1.5...@alfalab/core-components-list-header@2.2.0) (2022-06-28)
7
+
8
+
9
+ ### Features
10
+
11
+ * circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-list-header@2.1.1...@alfalab/core-components-list-header@2.1.2) (2022-03-30)
7
18
 
8
19
  **Note:** Version bump only for package @alfalab/core-components-list-header
package/dist/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_r18tp","description":"list-header__description_r18tp","filled":"list-header__filled_r18tp"};
14
+ var styles = {"component":"list-header__component_1djpx","description":"list-header__description_1djpx","filled":"list-header__filled_1djpx"};
15
15
  require('./index.css')
16
16
 
17
17
  var ListHeader = function (_a) {
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Typography } from '@alfalab/core-components-typography/dist/esm';
4
4
 
5
- var styles = {"component":"list-header__component_r18tp","description":"list-header__description_r18tp","filled":"list-header__filled_r18tp"};
5
+ var styles = {"component":"list-header__component_1djpx","description":"list-header__description_1djpx","filled":"list-header__filled_1djpx"};
6
6
  require('./index.css')
7
7
 
8
8
  var ListHeader = function (_a) {
@@ -20,13 +20,13 @@
20
20
  :root {
21
21
  --list-header-description-opacity: 0.6;
22
22
  }
23
- .list-header__component_r18tp {
23
+ .list-header__component_1djpx {
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_r18tp {
27
+ .list-header__description_1djpx {
28
28
  opacity: var(--list-header-description-opacity);
29
29
  }
30
- .list-header__filled_r18tp {
30
+ .list-header__filled_1djpx {
31
31
  background-color: var(--color-light-specialbg-component);
32
32
  }
package/dist/index.css CHANGED
@@ -20,13 +20,13 @@
20
20
  :root {
21
21
  --list-header-description-opacity: 0.6;
22
22
  }
23
- .list-header__component_r18tp {
23
+ .list-header__component_1djpx {
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_r18tp {
27
+ .list-header__description_1djpx {
28
28
  opacity: var(--list-header-description-opacity);
29
29
  }
30
- .list-header__filled_r18tp {
30
+ .list-header__filled_1djpx {
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/dist/modern';
4
4
 
5
- var styles = {"component":"list-header__component_r18tp","description":"list-header__description_r18tp","filled":"list-header__filled_r18tp"};
5
+ var styles = {"component":"list-header__component_1djpx","description":"list-header__description_1djpx","filled":"list-header__filled_1djpx"};
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) },
@@ -20,13 +20,13 @@
20
20
  :root {
21
21
  --list-header-description-opacity: 0.6;
22
22
  }
23
- .list-header__component_r18tp {
23
+ .list-header__component_1djpx {
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_r18tp {
27
+ .list-header__description_1djpx {
28
28
  opacity: var(--list-header-description-opacity);
29
29
  }
30
- .list-header__filled_r18tp {
30
+ .list-header__filled_1djpx {
31
31
  background-color: var(--color-light-specialbg-component);
32
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-list-header",
3
- "version": "2.1.5",
3
+ "version": "2.2.0",
4
4
  "description": "ListHeader component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -16,11 +16,11 @@
16
16
  "access": "public"
17
17
  },
18
18
  "dependencies": {
19
- "@alfalab/core-components-typography": "^2.5.3",
20
- "classnames": "2.2.6"
19
+ "@alfalab/core-components-typography": "^2.6.0",
20
+ "classnames": "^2.2.6"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "react": "^16.9.0 || ^17.0.1"
24
24
  },
25
- "gitHead": "34040e2552da41291b99609b318aae4f8c1f3899"
25
+ "gitHead": "dcd5c0c8e25b7c374ff9311505ccf738a82e22c0"
26
26
  }