@alfalab/core-components-list-header 2.2.0 → 2.2.2
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 +20 -0
- package/{dist/Component.d.ts → Component.d.ts} +0 -0
- package/{dist/Component.js → Component.js} +1 -1
- package/{dist/cssm → cssm}/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/Component.js +1 -1
- package/{dist/cssm → cssm}/index.d.ts +0 -0
- package/{dist/cssm → cssm}/index.js +1 -1
- package/{dist/cssm → cssm}/index.module.css +0 -0
- package/{dist/esm → esm}/Component.d.ts +0 -0
- package/{dist/esm → esm}/Component.js +2 -2
- package/{dist/modern → esm}/index.css +4 -4
- package/{dist/esm → esm}/index.d.ts +0 -0
- package/{dist/esm → esm}/index.js +1 -1
- package/{dist/esm/index.css → index.css} +4 -4
- package/{dist/index.d.ts → index.d.ts} +0 -0
- package/{dist/index.js → index.js} +0 -0
- package/{dist/modern → modern}/Component.d.ts +0 -0
- package/{dist/modern → modern}/Component.js +2 -2
- package/{dist → modern}/index.css +4 -4
- package/{dist/modern → modern}/index.d.ts +0 -0
- package/{dist/modern → modern}/index.js +1 -1
- package/package.json +8 -11
- /package/{dist/send-stats.js → send-stats.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.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
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [2.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-list-header@2.2.0...@alfalab/core-components-list-header@2.2.1) (2022-07-14)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @alfalab/core-components-list-header
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [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
26
|
|
|
8
27
|
|
|
@@ -141,4 +160,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
141
160
|
|
|
142
161
|
## [1.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-list-header@1.1.0...@alfalab/core-components-list-header@1.1.1) (2021-03-03)
|
|
143
162
|
|
|
163
|
+
|
|
144
164
|
**Note:** Version bump only for package @alfalab/core-components-list-header
|
|
File without changes
|
|
@@ -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-
|
|
14
|
+
var styles = {"component":"list-header__component_1luvy","description":"list-header__description_1luvy","filled":"list-header__filled_1luvy"};
|
|
15
15
|
require('./index.css')
|
|
16
16
|
|
|
17
17
|
var ListHeader = function (_a) {
|
|
File without changes
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
6
|
var cn = require('classnames');
|
|
7
|
-
var coreComponentsTypography = require('@alfalab/core-components-typography/
|
|
7
|
+
var coreComponentsTypography = require('@alfalab/core-components-typography/cssm');
|
|
8
8
|
var styles = require('./index.module.css');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
File without changes
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
require('react');
|
|
6
6
|
require('classnames');
|
|
7
|
-
require('@alfalab/core-components-typography/
|
|
7
|
+
require('@alfalab/core-components-typography/cssm');
|
|
8
8
|
require('./index.module.css');
|
|
9
9
|
var Component = require('./Component.js');
|
|
10
10
|
|
|
File without changes
|
|
File without changes
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
|
-
import { Typography } from '@alfalab/core-components-typography/
|
|
3
|
+
import { Typography } from '@alfalab/core-components-typography/esm';
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"list-
|
|
5
|
+
var styles = {"component":"list-header__component_1luvy","description":"list-header__description_1luvy","filled":"list-header__filled_1luvy"};
|
|
6
6
|
require('./index.css')
|
|
7
7
|
|
|
8
8
|
var ListHeader = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: o8kdf */
|
|
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-
|
|
23
|
+
.list-header__component_1luvy {
|
|
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-
|
|
27
|
+
.list-header__description_1luvy {
|
|
28
28
|
opacity: var(--list-header-description-opacity);
|
|
29
29
|
}
|
|
30
|
-
.list-
|
|
30
|
+
.list-header__filled_1luvy {
|
|
31
31
|
background-color: var(--color-light-specialbg-component);
|
|
32
32
|
}
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: o8kdf */
|
|
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-
|
|
23
|
+
.list-header__component_1luvy {
|
|
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-
|
|
27
|
+
.list-header__description_1luvy {
|
|
28
28
|
opacity: var(--list-header-description-opacity);
|
|
29
29
|
}
|
|
30
|
-
.list-
|
|
30
|
+
.list-header__filled_1luvy {
|
|
31
31
|
background-color: var(--color-light-specialbg-component);
|
|
32
32
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
|
-
import { Typography } from '@alfalab/core-components-typography/
|
|
3
|
+
import { Typography } from '@alfalab/core-components-typography/modern';
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"list-
|
|
5
|
+
var styles = {"component":"list-header__component_1luvy","description":"list-header__description_1luvy","filled":"list-header__filled_1luvy"};
|
|
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) },
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: o8kdf */
|
|
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-
|
|
23
|
+
.list-header__component_1luvy {
|
|
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-
|
|
27
|
+
.list-header__description_1luvy {
|
|
28
28
|
opacity: var(--list-header-description-opacity);
|
|
29
29
|
}
|
|
30
|
-
.list-
|
|
30
|
+
.list-header__filled_1luvy {
|
|
31
31
|
background-color: var(--color-light-specialbg-component);
|
|
32
32
|
}
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,26 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-list-header",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "ListHeader component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"main": "
|
|
8
|
-
"module": "./
|
|
9
|
-
"files": [
|
|
10
|
-
"dist"
|
|
11
|
-
],
|
|
7
|
+
"main": "index.js",
|
|
8
|
+
"module": "./esm/index.js",
|
|
12
9
|
"scripts": {
|
|
13
|
-
"postinstall": "node ./
|
|
10
|
+
"postinstall": "node ./send-stats.js > /dev/null 2>&1 || exit 0"
|
|
14
11
|
},
|
|
15
12
|
"publishConfig": {
|
|
16
|
-
"access": "public"
|
|
13
|
+
"access": "public",
|
|
14
|
+
"directory": "dist"
|
|
17
15
|
},
|
|
18
16
|
"dependencies": {
|
|
19
|
-
"@alfalab/core-components-typography": "^2.6.
|
|
17
|
+
"@alfalab/core-components-typography": "^2.6.2",
|
|
20
18
|
"classnames": "^2.2.6"
|
|
21
19
|
},
|
|
22
20
|
"peerDependencies": {
|
|
23
21
|
"react": "^16.9.0 || ^17.0.1"
|
|
24
|
-
}
|
|
25
|
-
"gitHead": "dcd5c0c8e25b7c374ff9311505ccf738a82e22c0"
|
|
22
|
+
}
|
|
26
23
|
}
|
|
File without changes
|