@synerise/ds-menu 0.19.14 → 0.19.15
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 +8 -0
- package/dist/Elements/Breadcrumb/Breadcrumb.d.ts +1 -1
- package/dist/Elements/Breadcrumb/Breadcrumb.js +1 -1
- package/dist/Elements/Breadcrumb/Breadcrumb.types.d.ts +1 -1
- package/dist/Elements/Header/Header.d.ts +1 -1
- package/dist/Elements/Header/Header.js +1 -1
- package/dist/Elements/Item/Danger/Danger.d.ts +1 -1
- package/dist/Elements/Item/Danger/Danger.js +1 -1
- package/dist/Elements/Item/Danger/Danger.styles.d.ts +1 -1
- package/dist/Elements/Item/Danger/Danger.styles.js +1 -1
- package/dist/Elements/Item/MenuItem.d.ts +1 -1
- package/dist/Elements/Item/MenuItem.js +1 -1
- package/dist/Elements/Item/MenuItem.types.d.ts +1 -1
- package/dist/Elements/Item/Select/Select.d.ts +1 -1
- package/dist/Elements/Item/Select/Select.js +1 -1
- package/dist/Elements/Item/Select/Select.styles.d.ts +1 -1
- package/dist/Elements/Item/Select/Select.styles.js +2 -3
- package/dist/Elements/Item/SubmenuText/SubmenuText.d.ts +1 -1
- package/dist/Elements/Item/SubmenuText/SubmenuText.js +1 -1
- package/dist/Elements/Item/SubmenuText/SubmenuText.styles.d.ts +1 -1
- package/dist/Elements/Item/SubmenuText/SubmenuText.styles.js +1 -1
- package/dist/Elements/Item/Text/Text.d.ts +1 -1
- package/dist/Elements/Item/Text/Text.js +2 -2
- package/dist/Elements/Item/Text/Text.styles.d.ts +1 -1
- package/dist/Elements/Item/Text/Text.types.d.ts +1 -1
- package/dist/Elements/SubMenu/SubMenu.d.ts +1 -1
- package/dist/Elements/SubMenu/SubMenu.js +1 -1
- package/dist/Elements/SubMenu/SubMenu.types.d.ts +1 -1
- package/dist/Menu.d.ts +1 -1
- package/dist/Menu.js +1 -1
- package/package.json +5 -5
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.19.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-menu@0.19.14...@synerise/ds-menu@0.19.15) (2024-09-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-menu
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.19.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-menu@0.19.13...@synerise/ds-menu@0.19.14) (2024-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @synerise/ds-menu
|
|
@@ -4,7 +4,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
|
|
|
4
4
|
|
|
5
5
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
6
6
|
|
|
7
|
-
import
|
|
7
|
+
import React from 'react';
|
|
8
8
|
import Icon, { AngleRightS } from '@synerise/ds-icon';
|
|
9
9
|
import { theme } from '@synerise/ds-core';
|
|
10
10
|
import { escapeRegEx } from '@synerise/ds-utils';
|
|
@@ -2,7 +2,7 @@ var _excluded = ["children"];
|
|
|
2
2
|
|
|
3
3
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import React from 'react';
|
|
6
6
|
import '@synerise/ds-core/dist/js/style';
|
|
7
7
|
import * as S from './Danger.styles';
|
|
8
8
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare const DangerItem: import("styled-components").StyledComponent<({ children, disabled, ...rest }: any) => React.JSX.Element, any, {}, never>;
|
|
@@ -5,7 +5,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
|
|
|
5
5
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
6
6
|
|
|
7
7
|
import styled from 'styled-components';
|
|
8
|
-
import
|
|
8
|
+
import React from 'react';
|
|
9
9
|
import { IconContainer } from '@synerise/ds-icon';
|
|
10
10
|
import Text from '../Text/Text';
|
|
11
11
|
import { ContentWrapper, PrefixelWrapper } from '../Text/Text.styles'; // eslint-disable-next-line import/prefer-default-export
|
|
@@ -4,7 +4,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
|
|
|
4
4
|
|
|
5
5
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
6
6
|
|
|
7
|
-
import
|
|
7
|
+
import React from 'react';
|
|
8
8
|
import '@synerise/ds-core/dist/js/style';
|
|
9
9
|
import { ItemType } from './MenuItem.types';
|
|
10
10
|
import SubMenuItem from '../SubMenu/SubMenu';
|
|
@@ -4,7 +4,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
|
|
|
4
4
|
|
|
5
5
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
6
6
|
|
|
7
|
-
import
|
|
7
|
+
import React from 'react';
|
|
8
8
|
import { v4 as uuid } from 'uuid';
|
|
9
9
|
import '@synerise/ds-core/dist/js/style';
|
|
10
10
|
import * as S from './Select.styles';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare const SelectItem: import("styled-components").StyledComponent<({ children, disabled, ...rest }: any) => React.JSX.Element, any, {}, never>;
|
|
@@ -5,7 +5,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
|
|
|
5
5
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
6
6
|
|
|
7
7
|
import styled from 'styled-components';
|
|
8
|
-
import
|
|
8
|
+
import React from 'react';
|
|
9
9
|
import { SuffixWraper } from '../Text/Text.styles';
|
|
10
10
|
import Text from '../Text/Text'; // eslint-disable-next-line import/prefer-default-export
|
|
11
11
|
|
|
@@ -21,8 +21,7 @@ export var SelectItem = styled(function (_ref) {
|
|
|
21
21
|
disabled: disabled
|
|
22
22
|
}, rest), children)
|
|
23
23
|
);
|
|
24
|
-
})
|
|
25
|
-
.withConfig({
|
|
24
|
+
}).withConfig({
|
|
26
25
|
displayName: "Selectstyles__SelectItem",
|
|
27
26
|
componentId: "h6ad3-0"
|
|
28
27
|
})(["&{", " > *{filter:opacity(0);transition:filter 0.3s ease-in-out,color 0.3s ease-in-out;}}&:hover,&:focus{", " > *{filter:opacity(100%);color:", ";}}"], SuffixWraper, SuffixWraper, function (props) {
|
|
@@ -4,7 +4,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
|
|
|
4
4
|
|
|
5
5
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
6
6
|
|
|
7
|
-
import
|
|
7
|
+
import React from 'react';
|
|
8
8
|
import { v4 as uuid } from 'uuid';
|
|
9
9
|
import '@synerise/ds-core/dist/js/style';
|
|
10
10
|
import * as S from './SubmenuText.styles';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare const SubtitleItemWrapper: import("styled-components").StyledComponent<"ul", any, {}, never>;
|
|
3
3
|
export declare const SubmenuText: import("styled-components").StyledComponent<({ children, disabled, childrenCollapsed, ...rest }: any) => React.JSX.Element, any, {}, never>;
|
|
@@ -5,7 +5,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
|
|
|
5
5
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
6
6
|
|
|
7
7
|
import styled from 'styled-components';
|
|
8
|
-
import
|
|
8
|
+
import React from 'react';
|
|
9
9
|
import { ContentWrapper } from '../Text/Text.styles';
|
|
10
10
|
import Text from '../Text/Text'; // eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
11
11
|
|
|
@@ -4,11 +4,11 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
4
4
|
|
|
5
5
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
6
6
|
|
|
7
|
-
import
|
|
7
|
+
import React from 'react';
|
|
8
8
|
import "rc-trigger/assets/index.css";
|
|
9
9
|
import classNames from 'classnames';
|
|
10
10
|
import { useTheme } from 'styled-components';
|
|
11
|
-
import
|
|
11
|
+
import copy from 'copy-to-clipboard';
|
|
12
12
|
import Trigger from 'rc-trigger';
|
|
13
13
|
import Tooltip from '@synerise/ds-tooltip';
|
|
14
14
|
import { escapeRegEx } from '@synerise/ds-utils';
|
|
@@ -6,7 +6,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
6
6
|
|
|
7
7
|
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
|
|
8
8
|
|
|
9
|
-
import
|
|
9
|
+
import React from 'react';
|
|
10
10
|
import { v4 as uuid } from 'uuid';
|
|
11
11
|
import classNames from 'classnames';
|
|
12
12
|
import '@synerise/ds-core/dist/js/style';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MenuProps } from 'antd/lib/menu';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import { MenuItemProps } from '../Item/MenuItem.types';
|
|
4
4
|
export interface SubMenuProps extends Omit<MenuProps, 'dataSource' | 'footer'> {
|
|
5
5
|
key?: React.ReactText;
|
package/dist/Menu.d.ts
CHANGED
package/dist/Menu.js
CHANGED
|
@@ -8,7 +8,7 @@ function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.crea
|
|
|
8
8
|
|
|
9
9
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
10
10
|
|
|
11
|
-
import
|
|
11
|
+
import React from 'react';
|
|
12
12
|
import '@synerise/ds-core/dist/js/style';
|
|
13
13
|
import Tooltip from '@synerise/ds-tooltip';
|
|
14
14
|
import "./style/index.css";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-menu",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.15",
|
|
4
4
|
"description": "Menu UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
],
|
|
34
34
|
"types": "dist/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@synerise/ds-icon": "^0.65.
|
|
37
|
-
"@synerise/ds-tooltip": "^0.14.
|
|
38
|
-
"@synerise/ds-utils": "^0.29.
|
|
36
|
+
"@synerise/ds-icon": "^0.65.6",
|
|
37
|
+
"@synerise/ds-tooltip": "^0.14.41",
|
|
38
|
+
"@synerise/ds-utils": "^0.29.3",
|
|
39
39
|
"classnames": "2.3.2",
|
|
40
40
|
"copy-to-clipboard": "^3.3.1",
|
|
41
41
|
"rc-menu": "8.10.7",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"react": ">=16.9.0 <= 17.0.2",
|
|
49
49
|
"styled-components": "^5.0.1"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "ae3c38b44ca0f9071cd55f7b82c182a99b5710e8"
|
|
52
52
|
}
|