@semcore/link 16.0.0 → 16.0.1-prerelease.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 +7 -1
- package/lib/cjs/Link.js +11 -11
- package/lib/cjs/index.d.js.map +1 -1
- package/lib/es6/Link.js +11 -11
- package/lib/es6/index.d.js.map +1 -1
- package/lib/esm/Link.mjs +12 -12
- package/lib/types/index.d.ts +26 -28
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
+
## [16.0.1] - 2025-05-30
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/flex-box` [16.0.0 ~> 16.0.1], `@semcore/base-components` [16.0.0 ~> 16.0.1]).
|
|
10
|
+
|
|
5
11
|
## [16.0.0] - 2025-05-19
|
|
6
12
|
|
|
7
13
|
### Break
|
|
8
14
|
|
|
9
|
-
- `keyboardFocusEnhance`
|
|
15
|
+
- replaced `keyboardFocusEnhance` with `:focus-visible` CSS pseudo-class.
|
|
10
16
|
|
|
11
17
|
## [5.44.4] - 2025-05-13
|
|
12
18
|
|
package/lib/cjs/Link.js
CHANGED
|
@@ -23,19 +23,19 @@ var _logger = _interopRequireDefault(require("@semcore/core/lib/utils/logger"));
|
|
|
23
23
|
var _hasLabels = _interopRequireDefault(require("@semcore/core/lib/utils/hasLabels"));
|
|
24
24
|
var _resolveColorEnhance = _interopRequireDefault(require("@semcore/core/lib/utils/enhances/resolveColorEnhance"));
|
|
25
25
|
/*!__reshadow-styles__:"./style/link.shadow.css"*/
|
|
26
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
|
26
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SLink_nhxgv_gg_{display:inline-block;font-family:inherit;color:var(--intergalactic-text-link, #006dca);line-height:normal;position:relative;cursor:pointer;border:0;padding:0;margin:0;box-shadow:none;-webkit-tap-highlight-color:transparent;background:0 0;transition:color .15s ease-in-out}.___SLink_nhxgv_gg_,.___SLink_nhxgv_gg_:active{-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SLink_nhxgv_gg_:hover{-webkit-text-decoration:none;text-decoration:none}}.___SLink_nhxgv_gg_::-moz-focus-inner{border:0;padding:0}.___SLink_nhxgv_gg_.__active_nhxgv_gg_,.___SLink_nhxgv_gg_:active{color:var(--intergalactic-text-link-hover-active, #044792)}@media (hover:hover){.___SLink_nhxgv_gg_:hover{color:var(--intergalactic-text-link-hover-active, #044792)}}.___SLink_nhxgv_gg_.__active_nhxgv_gg_ .___SText_nhxgv_gg_,.___SLink_nhxgv_gg_:active .___SText_nhxgv_gg_{border-color:currentColor}@media (hover:hover){.___SLink_nhxgv_gg_:hover .___SText_nhxgv_gg_{border-color:currentColor}}.___SLink_nhxgv_gg_.__enableVisited_nhxgv_gg_:visited{color:var(--intergalactic-text-link-visited, #8649e1)}@media (hover:hover){.___SLink_nhxgv_gg_.__enableVisited_nhxgv_gg_:visited:hover{color:var(--intergalactic-text-link-visited, #8649e1)}}.___SLink_nhxgv_gg_.__visually-disabled_nhxgv_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SLink_nhxgv_gg_.__noWrapText_nhxgv_gg_{white-space:nowrap}.___SLink_nhxgv_gg_.__inline_nhxgv_gg_{display:inline}.___SAddon_nhxgv_gg_{display:inline-flex;justify-content:center;align-items:center;margin-bottom:var(--intergalactic-spacing-05x, 2px);vertical-align:middle;pointer-events:none}.___SLink_nhxgv_gg_ .___SAddon_nhxgv_gg_:not(:only-child):first-child{margin-right:var(--intergalactic-spacing-1x, 4px)}.___SLink_nhxgv_gg_ .___SAddon_nhxgv_gg_:not(:only-child):last-child{margin-left:var(--intergalactic-spacing-1x, 4px)}.___SText_nhxgv_gg_{border-bottom-width:1px;border-bottom-style:solid;border-color:transparent;transition:border-bottom-color .15s ease-in-out}.___SLink_nhxgv_gg_.__text-color_nhxgv_gg_{color:var(--text-color_nhxgv)}.___SLink_nhxgv_gg_.__text-color_nhxgv_gg_.__active_nhxgv_gg_,.___SLink_nhxgv_gg_.__text-color_nhxgv_gg_:active{color:var(--text-color_nhxgv);filter:brightness(.8)}@media (hover:hover){.___SLink_nhxgv_gg_.__text-color_nhxgv_gg_:hover{color:var(--text-color_nhxgv);filter:brightness(.8)}}@media (prefers-reduced-motion){.___SLink_nhxgv_gg_,.___SText_nhxgv_gg_{transition:none}}", /*__inner_css_end__*/"nhxgv_gg_"),
|
|
27
27
|
/*__reshadow_css_end__*/
|
|
28
28
|
{
|
|
29
|
-
"__SLink": "
|
|
30
|
-
"_visually-disabled": "__visually-
|
|
31
|
-
"_noWrapText": "
|
|
32
|
-
"_inline": "
|
|
33
|
-
"__SAddon": "
|
|
34
|
-
"__SText": "
|
|
35
|
-
"_active": "
|
|
36
|
-
"_enableVisited": "
|
|
37
|
-
"_text-color": "__text-
|
|
38
|
-
"--text-color": "--text-
|
|
29
|
+
"__SLink": "___SLink_nhxgv_gg_",
|
|
30
|
+
"_visually-disabled": "__visually-disabled_nhxgv_gg_",
|
|
31
|
+
"_noWrapText": "__noWrapText_nhxgv_gg_",
|
|
32
|
+
"_inline": "__inline_nhxgv_gg_",
|
|
33
|
+
"__SAddon": "___SAddon_nhxgv_gg_",
|
|
34
|
+
"__SText": "___SText_nhxgv_gg_",
|
|
35
|
+
"_active": "__active_nhxgv_gg_",
|
|
36
|
+
"_enableVisited": "__enableVisited_nhxgv_gg_",
|
|
37
|
+
"_text-color": "__text-color_nhxgv_gg_",
|
|
38
|
+
"--text-color": "--text-color_nhxgv"
|
|
39
39
|
});
|
|
40
40
|
var RootLink = /*#__PURE__*/function (_Component) {
|
|
41
41
|
(0, _inherits2["default"])(RootLink, _Component);
|
package/lib/cjs/index.d.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import React from 'react';\nimport { Intergalactic, UnknownProperties } from '@semcore/core';\nimport { TextProps } from '@semcore/typography';\nimport { BoxProps } from '@semcore/flex-box';\
|
|
1
|
+
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import React from 'react';\nimport { Intergalactic, UnknownProperties } from '@semcore/core';\nimport { TextProps } from '@semcore/typography';\nimport { BoxProps } from '@semcore/flex-box';\n\n/** @deprecated */\nexport interface ILinkProps extends LinkProps, UnknownProperties {}\nexport type LinkProps = TextProps & {\n /**\n * CSS property of the display link (inline|inline-block)\n * @default false\n */\n inline?: boolean;\n /**\n * Sets the link to the disabled state\n */\n disabled?: boolean;\n /**\n * Sets the link to the active state\n */\n active?: boolean;\n /** This flag enables highlighting of the visited link\n */\n enableVisited?: boolean;\n /** The text will not be moved to a new line\n * @default true\n */\n noWrap?: boolean;\n /** Left addon tag */\n addonLeft?: React.ElementType;\n /** Right addon tag */\n addonRight?: React.ElementType;\n};\n\ndeclare const Link: Intergalactic.Component<'a', LinkProps> & {\n Text: Intergalactic.Component<'span', TextProps>;\n Addon: Intergalactic.Component<'span', BoxProps>;\n};\n\nexport default Link;\n"],"mappings":""}
|
package/lib/es6/Link.js
CHANGED
|
@@ -21,19 +21,19 @@ import logger from '@semcore/core/lib/utils/logger';
|
|
|
21
21
|
import hasLabels from '@semcore/core/lib/utils/hasLabels';
|
|
22
22
|
import resolveColorEnhance from '@semcore/core/lib/utils/enhances/resolveColorEnhance';
|
|
23
23
|
/*!__reshadow-styles__:"./style/link.shadow.css"*/
|
|
24
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
|
24
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SLink_nhxgv_gg_{display:inline-block;font-family:inherit;color:var(--intergalactic-text-link, #006dca);line-height:normal;position:relative;cursor:pointer;border:0;padding:0;margin:0;box-shadow:none;-webkit-tap-highlight-color:transparent;background:0 0;transition:color .15s ease-in-out}.___SLink_nhxgv_gg_,.___SLink_nhxgv_gg_:active{-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SLink_nhxgv_gg_:hover{-webkit-text-decoration:none;text-decoration:none}}.___SLink_nhxgv_gg_::-moz-focus-inner{border:0;padding:0}.___SLink_nhxgv_gg_.__active_nhxgv_gg_,.___SLink_nhxgv_gg_:active{color:var(--intergalactic-text-link-hover-active, #044792)}@media (hover:hover){.___SLink_nhxgv_gg_:hover{color:var(--intergalactic-text-link-hover-active, #044792)}}.___SLink_nhxgv_gg_.__active_nhxgv_gg_ .___SText_nhxgv_gg_,.___SLink_nhxgv_gg_:active .___SText_nhxgv_gg_{border-color:currentColor}@media (hover:hover){.___SLink_nhxgv_gg_:hover .___SText_nhxgv_gg_{border-color:currentColor}}.___SLink_nhxgv_gg_.__enableVisited_nhxgv_gg_:visited{color:var(--intergalactic-text-link-visited, #8649e1)}@media (hover:hover){.___SLink_nhxgv_gg_.__enableVisited_nhxgv_gg_:visited:hover{color:var(--intergalactic-text-link-visited, #8649e1)}}.___SLink_nhxgv_gg_.__visually-disabled_nhxgv_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SLink_nhxgv_gg_.__noWrapText_nhxgv_gg_{white-space:nowrap}.___SLink_nhxgv_gg_.__inline_nhxgv_gg_{display:inline}.___SAddon_nhxgv_gg_{display:inline-flex;justify-content:center;align-items:center;margin-bottom:var(--intergalactic-spacing-05x, 2px);vertical-align:middle;pointer-events:none}.___SLink_nhxgv_gg_ .___SAddon_nhxgv_gg_:not(:only-child):first-child{margin-right:var(--intergalactic-spacing-1x, 4px)}.___SLink_nhxgv_gg_ .___SAddon_nhxgv_gg_:not(:only-child):last-child{margin-left:var(--intergalactic-spacing-1x, 4px)}.___SText_nhxgv_gg_{border-bottom-width:1px;border-bottom-style:solid;border-color:transparent;transition:border-bottom-color .15s ease-in-out}.___SLink_nhxgv_gg_.__text-color_nhxgv_gg_{color:var(--text-color_nhxgv)}.___SLink_nhxgv_gg_.__text-color_nhxgv_gg_.__active_nhxgv_gg_,.___SLink_nhxgv_gg_.__text-color_nhxgv_gg_:active{color:var(--text-color_nhxgv);filter:brightness(.8)}@media (hover:hover){.___SLink_nhxgv_gg_.__text-color_nhxgv_gg_:hover{color:var(--text-color_nhxgv);filter:brightness(.8)}}@media (prefers-reduced-motion){.___SLink_nhxgv_gg_,.___SText_nhxgv_gg_{transition:none}}", /*__inner_css_end__*/"nhxgv_gg_"),
|
|
25
25
|
/*__reshadow_css_end__*/
|
|
26
26
|
{
|
|
27
|
-
"__SLink": "
|
|
28
|
-
"_visually-disabled": "__visually-
|
|
29
|
-
"_noWrapText": "
|
|
30
|
-
"_inline": "
|
|
31
|
-
"__SAddon": "
|
|
32
|
-
"__SText": "
|
|
33
|
-
"_active": "
|
|
34
|
-
"_enableVisited": "
|
|
35
|
-
"_text-color": "__text-
|
|
36
|
-
"--text-color": "--text-
|
|
27
|
+
"__SLink": "___SLink_nhxgv_gg_",
|
|
28
|
+
"_visually-disabled": "__visually-disabled_nhxgv_gg_",
|
|
29
|
+
"_noWrapText": "__noWrapText_nhxgv_gg_",
|
|
30
|
+
"_inline": "__inline_nhxgv_gg_",
|
|
31
|
+
"__SAddon": "___SAddon_nhxgv_gg_",
|
|
32
|
+
"__SText": "___SText_nhxgv_gg_",
|
|
33
|
+
"_active": "__active_nhxgv_gg_",
|
|
34
|
+
"_enableVisited": "__enableVisited_nhxgv_gg_",
|
|
35
|
+
"_text-color": "__text-color_nhxgv_gg_",
|
|
36
|
+
"--text-color": "--text-color_nhxgv"
|
|
37
37
|
});
|
|
38
38
|
var RootLink = /*#__PURE__*/function (_Component) {
|
|
39
39
|
_inherits(RootLink, _Component);
|
package/lib/es6/index.d.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import React from 'react';\nimport { Intergalactic, UnknownProperties } from '@semcore/core';\nimport { TextProps } from '@semcore/typography';\nimport { BoxProps } from '@semcore/flex-box';\
|
|
1
|
+
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import React from 'react';\nimport { Intergalactic, UnknownProperties } from '@semcore/core';\nimport { TextProps } from '@semcore/typography';\nimport { BoxProps } from '@semcore/flex-box';\n\n/** @deprecated */\nexport interface ILinkProps extends LinkProps, UnknownProperties {}\nexport type LinkProps = TextProps & {\n /**\n * CSS property of the display link (inline|inline-block)\n * @default false\n */\n inline?: boolean;\n /**\n * Sets the link to the disabled state\n */\n disabled?: boolean;\n /**\n * Sets the link to the active state\n */\n active?: boolean;\n /** This flag enables highlighting of the visited link\n */\n enableVisited?: boolean;\n /** The text will not be moved to a new line\n * @default true\n */\n noWrap?: boolean;\n /** Left addon tag */\n addonLeft?: React.ElementType;\n /** Right addon tag */\n addonRight?: React.ElementType;\n};\n\ndeclare const Link: Intergalactic.Component<'a', LinkProps> & {\n Text: Intergalactic.Component<'span', TextProps>;\n Addon: Intergalactic.Component<'span', BoxProps>;\n};\n\nexport default Link;\n"],"mappings":""}
|
package/lib/esm/Link.mjs
CHANGED
|
@@ -20,21 +20,21 @@ var style = (
|
|
|
20
20
|
/*__reshadow_css_start__*/
|
|
21
21
|
(sstyled.insert(
|
|
22
22
|
/*__inner_css_start__*/
|
|
23
|
-
".
|
|
23
|
+
".___SLink_nhxgv_gg_{display:inline-block;font-family:inherit;color:var(--intergalactic-text-link, #006dca);line-height:normal;position:relative;cursor:pointer;border:0;padding:0;margin:0;box-shadow:none;-webkit-tap-highlight-color:transparent;background:0 0;transition:color .15s ease-in-out}.___SLink_nhxgv_gg_,.___SLink_nhxgv_gg_:active{-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SLink_nhxgv_gg_:hover{-webkit-text-decoration:none;text-decoration:none}}.___SLink_nhxgv_gg_::-moz-focus-inner{border:0;padding:0}.___SLink_nhxgv_gg_.__active_nhxgv_gg_,.___SLink_nhxgv_gg_:active{color:var(--intergalactic-text-link-hover-active, #044792)}@media (hover:hover){.___SLink_nhxgv_gg_:hover{color:var(--intergalactic-text-link-hover-active, #044792)}}.___SLink_nhxgv_gg_.__active_nhxgv_gg_ .___SText_nhxgv_gg_,.___SLink_nhxgv_gg_:active .___SText_nhxgv_gg_{border-color:currentColor}@media (hover:hover){.___SLink_nhxgv_gg_:hover .___SText_nhxgv_gg_{border-color:currentColor}}.___SLink_nhxgv_gg_.__enableVisited_nhxgv_gg_:visited{color:var(--intergalactic-text-link-visited, #8649e1)}@media (hover:hover){.___SLink_nhxgv_gg_.__enableVisited_nhxgv_gg_:visited:hover{color:var(--intergalactic-text-link-visited, #8649e1)}}.___SLink_nhxgv_gg_.__visually-disabled_nhxgv_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SLink_nhxgv_gg_.__noWrapText_nhxgv_gg_{white-space:nowrap}.___SLink_nhxgv_gg_.__inline_nhxgv_gg_{display:inline}.___SAddon_nhxgv_gg_{display:inline-flex;justify-content:center;align-items:center;margin-bottom:var(--intergalactic-spacing-05x, 2px);vertical-align:middle;pointer-events:none}.___SLink_nhxgv_gg_ .___SAddon_nhxgv_gg_:not(:only-child):first-child{margin-right:var(--intergalactic-spacing-1x, 4px)}.___SLink_nhxgv_gg_ .___SAddon_nhxgv_gg_:not(:only-child):last-child{margin-left:var(--intergalactic-spacing-1x, 4px)}.___SText_nhxgv_gg_{border-bottom-width:1px;border-bottom-style:solid;border-color:transparent;transition:border-bottom-color .15s ease-in-out}.___SLink_nhxgv_gg_.__text-color_nhxgv_gg_{color:var(--text-color_nhxgv)}.___SLink_nhxgv_gg_.__text-color_nhxgv_gg_.__active_nhxgv_gg_,.___SLink_nhxgv_gg_.__text-color_nhxgv_gg_:active{color:var(--text-color_nhxgv);filter:brightness(.8)}@media (hover:hover){.___SLink_nhxgv_gg_.__text-color_nhxgv_gg_:hover{color:var(--text-color_nhxgv);filter:brightness(.8)}}@media (prefers-reduced-motion){.___SLink_nhxgv_gg_,.___SText_nhxgv_gg_{transition:none}}",
|
|
24
24
|
/*__inner_css_end__*/
|
|
25
|
-
"
|
|
25
|
+
"nhxgv_gg_"
|
|
26
26
|
), /*__reshadow_css_end__*/
|
|
27
27
|
{
|
|
28
|
-
"__SLink": "
|
|
29
|
-
"_visually-disabled": "__visually-
|
|
30
|
-
"_noWrapText": "
|
|
31
|
-
"_inline": "
|
|
32
|
-
"__SAddon": "
|
|
33
|
-
"__SText": "
|
|
34
|
-
"_active": "
|
|
35
|
-
"_enableVisited": "
|
|
36
|
-
"_text-color": "__text-
|
|
37
|
-
"--text-color": "--text-
|
|
28
|
+
"__SLink": "___SLink_nhxgv_gg_",
|
|
29
|
+
"_visually-disabled": "__visually-disabled_nhxgv_gg_",
|
|
30
|
+
"_noWrapText": "__noWrapText_nhxgv_gg_",
|
|
31
|
+
"_inline": "__inline_nhxgv_gg_",
|
|
32
|
+
"__SAddon": "___SAddon_nhxgv_gg_",
|
|
33
|
+
"__SText": "___SText_nhxgv_gg_",
|
|
34
|
+
"_active": "__active_nhxgv_gg_",
|
|
35
|
+
"_enableVisited": "__enableVisited_nhxgv_gg_",
|
|
36
|
+
"_text-color": "__text-color_nhxgv_gg_",
|
|
37
|
+
"--text-color": "--text-color_nhxgv"
|
|
38
38
|
})
|
|
39
39
|
);
|
|
40
40
|
var RootLink = /* @__PURE__ */ function(_Component) {
|
package/lib/types/index.d.ts
CHANGED
|
@@ -2,37 +2,35 @@ import React from 'react';
|
|
|
2
2
|
import { Intergalactic, UnknownProperties } from '@semcore/core';
|
|
3
3
|
import { TextProps } from '@semcore/typography';
|
|
4
4
|
import { BoxProps } from '@semcore/flex-box';
|
|
5
|
-
import { KeyboardFocusProps } from '@semcore/core/lib/utils/enhances/keyboardFocusEnhance';
|
|
6
5
|
|
|
7
6
|
/** @deprecated */
|
|
8
7
|
export interface ILinkProps extends LinkProps, UnknownProperties {}
|
|
9
|
-
export type LinkProps = TextProps &
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
};
|
|
8
|
+
export type LinkProps = TextProps & {
|
|
9
|
+
/**
|
|
10
|
+
* CSS property of the display link (inline|inline-block)
|
|
11
|
+
* @default false
|
|
12
|
+
*/
|
|
13
|
+
inline?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Sets the link to the disabled state
|
|
16
|
+
*/
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Sets the link to the active state
|
|
20
|
+
*/
|
|
21
|
+
active?: boolean;
|
|
22
|
+
/** This flag enables highlighting of the visited link
|
|
23
|
+
*/
|
|
24
|
+
enableVisited?: boolean;
|
|
25
|
+
/** The text will not be moved to a new line
|
|
26
|
+
* @default true
|
|
27
|
+
*/
|
|
28
|
+
noWrap?: boolean;
|
|
29
|
+
/** Left addon tag */
|
|
30
|
+
addonLeft?: React.ElementType;
|
|
31
|
+
/** Right addon tag */
|
|
32
|
+
addonRight?: React.ElementType;
|
|
33
|
+
};
|
|
36
34
|
|
|
37
35
|
declare const Link: Intergalactic.Component<'a', LinkProps> & {
|
|
38
36
|
Text: Intergalactic.Component<'span', TextProps>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/link",
|
|
3
3
|
"description": "Semrush Link Component",
|
|
4
|
-
"version": "16.0.
|
|
4
|
+
"version": "16.0.1-prerelease.3",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es6/index.js",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"types": "./lib/types/index.d.ts"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@semcore/typography": "16.
|
|
18
|
-
"@semcore/tooltip": "16.0.
|
|
19
|
-
"@semcore/flex-box": "16.0.
|
|
17
|
+
"@semcore/typography": "16.1.1-prerelease.3",
|
|
18
|
+
"@semcore/tooltip": "16.0.1-prerelease.3",
|
|
19
|
+
"@semcore/flex-box": "16.0.1-prerelease.3"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@semcore/base-components": "^16.0.
|
|
22
|
+
"@semcore/base-components": "^16.0.1-prerelease.3"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|