@semcore/feature-highlight 17.0.0-prerelease.31 → 17.0.0-prerelease.36
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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notice.type.js","names":[],"sources":["../../../../src/components/notice/Notice.type.ts"],"sourcesContent":["import type {
|
|
1
|
+
{"version":3,"file":"Notice.type.js","names":[],"sources":["../../../../src/components/notice/Notice.type.ts"],"sourcesContent":["import type { Intergalactic } from '@semcore/core';\nimport type { NoticeSmartProps } from '@semcore/notice';\nimport type Notice from '@semcore/notice';\n\nexport type HighlightedNoticeComponent = Intergalactic.Component<'div', NoticeSmartProps> & {\n Label: typeof Notice['Label'];\n Actions: typeof Notice['Actions'];\n Content: typeof Notice['Content'];\n Title: typeof Notice['Title'];\n Text: typeof Notice['Text'];\n Close: typeof Notice['Close'];\n};\n"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notice.type.js","names":[],"sources":["../../../../src/components/notice/Notice.type.ts"],"sourcesContent":["import type {
|
|
1
|
+
{"version":3,"file":"Notice.type.js","names":[],"sources":["../../../../src/components/notice/Notice.type.ts"],"sourcesContent":["import type { Intergalactic } from '@semcore/core';\nimport type { NoticeSmartProps } from '@semcore/notice';\nimport type Notice from '@semcore/notice';\n\nexport type HighlightedNoticeComponent = Intergalactic.Component<'div', NoticeSmartProps> & {\n Label: typeof Notice['Label'];\n Actions: typeof Notice['Actions'];\n Content: typeof Notice['Content'];\n Title: typeof Notice['Title'];\n Text: typeof Notice['Text'];\n Close: typeof Notice['Close'];\n};\n"],"mappings":"","ignoreList":[]}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { Intergalactic } from '@semcore/core';
|
|
2
|
+
import type { NoticeSmartProps } from '@semcore/notice';
|
|
2
3
|
import type Notice from '@semcore/notice';
|
|
3
|
-
export type HighlightedNoticeComponent =
|
|
4
|
+
export type HighlightedNoticeComponent = Intergalactic.Component<'div', NoticeSmartProps> & {
|
|
5
|
+
Label: typeof Notice['Label'];
|
|
6
|
+
Actions: typeof Notice['Actions'];
|
|
7
|
+
Content: typeof Notice['Content'];
|
|
8
|
+
Title: typeof Notice['Title'];
|
|
9
|
+
Text: typeof Notice['Text'];
|
|
10
|
+
Close: typeof Notice['Close'];
|
|
11
|
+
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/feature-highlight",
|
|
3
3
|
"description": "Semrush toolkit for accent features",
|
|
4
|
-
"version": "17.0.0-prerelease.
|
|
4
|
+
"version": "17.0.0-prerelease.36",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.mjs",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -16,18 +16,18 @@
|
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@semcore/badge": "^17.0.0-prerelease.
|
|
20
|
-
"@semcore/base-trigger": "^17.0.0-prerelease.
|
|
21
|
-
"@semcore/button": "^17.0.0-prerelease.
|
|
22
|
-
"@semcore/checkbox": "^17.0.0-prerelease.
|
|
23
|
-
"@semcore/input": "^17.0.0-prerelease.
|
|
24
|
-
"@semcore/notice": "^17.0.0-prerelease.
|
|
25
|
-
"@semcore/pills": "^17.0.0-prerelease.
|
|
26
|
-
"@semcore/radio": "^17.0.0-prerelease.
|
|
27
|
-
"@semcore/select": "^17.0.0-prerelease.
|
|
28
|
-
"@semcore/switch": "^17.0.0-prerelease.
|
|
29
|
-
"@semcore/tab-line": "^17.0.0-prerelease.
|
|
30
|
-
"@semcore/typography": "^17.0.0-prerelease.
|
|
19
|
+
"@semcore/badge": "^17.0.0-prerelease.36",
|
|
20
|
+
"@semcore/base-trigger": "^17.0.0-prerelease.36",
|
|
21
|
+
"@semcore/button": "^17.0.0-prerelease.36",
|
|
22
|
+
"@semcore/checkbox": "^17.0.0-prerelease.36",
|
|
23
|
+
"@semcore/input": "^17.0.0-prerelease.36",
|
|
24
|
+
"@semcore/notice": "^17.0.0-prerelease.36",
|
|
25
|
+
"@semcore/pills": "^17.0.0-prerelease.36",
|
|
26
|
+
"@semcore/radio": "^17.0.0-prerelease.36",
|
|
27
|
+
"@semcore/select": "^17.0.0-prerelease.36",
|
|
28
|
+
"@semcore/switch": "^17.0.0-prerelease.36",
|
|
29
|
+
"@semcore/tab-line": "^17.0.0-prerelease.36",
|
|
30
|
+
"@semcore/typography": "^17.0.0-prerelease.36"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@semcore/base-components": "^17.0.0 || ^17.0.0-0"
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"directory": "semcore/feature-highlight"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@semcore/base-components": "17.0.0-prerelease.
|
|
42
|
-
"@semcore/core": "17.0.0-prerelease.
|
|
41
|
+
"@semcore/base-components": "17.0.0-prerelease.36",
|
|
42
|
+
"@semcore/core": "17.0.0-prerelease.36",
|
|
43
43
|
"@semcore/testing-utils": "1.0.0"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|