@synerise/ds-menu 0.17.11 → 0.17.12
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
|
+
## [0.17.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-menu@0.17.11...@synerise/ds-menu@0.17.12) (2023-06-28)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-menu
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.17.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-menu@0.17.10...@synerise/ds-menu@0.17.11) (2023-06-14)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @synerise/ds-menu
|
|
@@ -6,7 +6,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
6
6
|
|
|
7
7
|
import * as React from 'react';
|
|
8
8
|
import Icon, { AngleRightS } from '@synerise/ds-icon';
|
|
9
|
-
import theme from '@synerise/ds-core
|
|
9
|
+
import { theme } from '@synerise/ds-core';
|
|
10
10
|
import { escapeRegEx } from '@synerise/ds-utils';
|
|
11
11
|
import * as S from './Breadcrumb.styles';
|
|
12
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { FlattenSimpleInterpolation } from 'styled-components';
|
|
3
|
-
import { ThemeProps } from '@synerise/ds-core
|
|
3
|
+
import { ThemeProps } from '@synerise/ds-core';
|
|
4
4
|
export declare const ArrowRight: import("styled-components").StyledComponent<"div", any, {
|
|
5
5
|
visible: boolean;
|
|
6
6
|
}, never>;
|
|
@@ -13,7 +13,7 @@ import Trigger from 'rc-trigger';
|
|
|
13
13
|
import Tooltip from '@synerise/ds-tooltip';
|
|
14
14
|
import { escapeRegEx } from '@synerise/ds-utils';
|
|
15
15
|
import Icon, { CheckS, AngleRightS } from '@synerise/ds-icon';
|
|
16
|
-
import theme from '@synerise/ds-core
|
|
16
|
+
import { theme } from '@synerise/ds-core';
|
|
17
17
|
import * as S from './Text.styles';
|
|
18
18
|
import { triggerPlacements } from '../../../utils';
|
|
19
19
|
import { VisibilityTrigger } from '../../../Menu.types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-menu",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.12",
|
|
4
4
|
"description": "Menu UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
],
|
|
33
33
|
"types": "dist/index.d.ts",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@synerise/ds-icon": "^0.
|
|
36
|
-
"@synerise/ds-tooltip": "^0.13.
|
|
37
|
-
"@synerise/ds-typography": "^0.12.
|
|
35
|
+
"@synerise/ds-icon": "^0.57.0",
|
|
36
|
+
"@synerise/ds-tooltip": "^0.13.7",
|
|
37
|
+
"@synerise/ds-typography": "^0.12.8",
|
|
38
38
|
"classnames": "^2.2.6",
|
|
39
39
|
"rc-menu": "8.10.7"
|
|
40
40
|
},
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"@synerise/ds-core": "*",
|
|
43
43
|
"react": ">=16.9.0 < 17.0.0"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "948b33abd56086fc73880204892f90bd6ddc0a72"
|
|
46
46
|
}
|