@synerise/ds-list-item 0.4.9 → 0.4.11

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,22 @@
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.4.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-list-item@0.4.10...@synerise/ds-list-item@0.4.11) (2024-09-17)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-list-item
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.4.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-list-item@0.4.9...@synerise/ds-list-item@0.4.10) (2024-09-13)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-list-item
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.4.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-list-item@0.4.8...@synerise/ds-list-item@0.4.9) (2024-09-11)
7
23
 
8
24
 
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import '@synerise/ds-core/dist/js/style';
3
3
  import { ListItemProps } from './ListItem.types';
4
4
  declare const ListItem: (props: ListItemProps) => React.JSX.Element;
package/dist/ListItem.js CHANGED
@@ -2,7 +2,7 @@ var _excluded = ["text", "children", "type"];
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 * as React from 'react';
5
+ import React from 'react';
6
6
  import '@synerise/ds-core/dist/js/style';
7
7
  import { itemTypes } from './ListItem.types';
8
8
  import { Text, Danger, Select } from './components';
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import type { BasicItemProps } from '../../ListItem.types';
3
3
  declare const Danger: ({ children, ...rest }: BasicItemProps) => React.JSX.Element;
4
4
  export default Danger;
@@ -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 * as React from 'react';
5
+ import React from 'react';
6
6
  import * as S from './Danger.styles';
7
7
 
8
8
  var Danger = function Danger(_ref) {
@@ -1,2 +1,2 @@
1
- import * as React from 'react';
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 * as React from 'react';
8
+ import React from 'react';
9
9
  import { IconContainer } from '@synerise/ds-icon';
10
10
  import Text from '../Text/Text';
11
11
  import { Wrapper, Inner, PrefixWrapper } from '../Text/Text.styles';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-list-item",
3
- "version": "0.4.9",
3
+ "version": "0.4.11",
4
4
  "description": "ListItem 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.4",
37
- "@synerise/ds-tooltip": "^0.14.39",
38
- "@synerise/ds-utils": "^0.29.1",
36
+ "@synerise/ds-icon": "^0.65.6",
37
+ "@synerise/ds-tooltip": "^0.14.41",
38
+ "@synerise/ds-utils": "^0.29.3",
39
39
  "copy-to-clipboard": "^3.3.1",
40
40
  "rc-trigger": "^5.2.5",
41
41
  "uuid": "^8.3.2"
@@ -46,5 +46,5 @@
46
46
  "react": ">=16.9.0 <= 17.0.2",
47
47
  "styled-components": "5.0.1"
48
48
  },
49
- "gitHead": "fcf3fa64e906cf9fefb37a61ee28218c8eed9b73"
49
+ "gitHead": "ae3c38b44ca0f9071cd55f7b82c182a99b5710e8"
50
50
  }