@synerise/ds-cruds 0.5.20 → 0.5.21

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.5.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-cruds@0.5.20...@synerise/ds-cruds@0.5.21) (2024-09-17)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-cruds
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.5.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-cruds@0.5.19...@synerise/ds-cruds@0.5.20) (2024-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @synerise/ds-cruds
package/dist/Cruds.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import { CrudsProps, CrudsSubComponents } from './Cruds.types';
3
3
  declare const Cruds: React.FC<CrudsProps> & CrudsSubComponents;
4
4
  export default Cruds;
package/dist/Cruds.js CHANGED
@@ -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 * as React from 'react';
7
+ import React from 'react';
8
8
  import { AddS, CloseS, DragHandleM, DuplicateS, EditS, TrashS, ArrowDownS, ArrowUpS, ShowM } from '@synerise/ds-icon';
9
9
  import * as S from './Cruds.styles';
10
10
  import SingleAction from './SingleAction';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-cruds",
3
- "version": "0.5.20",
3
+ "version": "0.5.21",
4
4
  "description": "Cruds UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,14 +33,14 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-icon": "^0.65.5",
37
- "@synerise/ds-tooltip": "^0.14.40",
38
- "@synerise/ds-utils": "^0.29.2"
36
+ "@synerise/ds-icon": "^0.65.6",
37
+ "@synerise/ds-tooltip": "^0.14.41",
38
+ "@synerise/ds-utils": "^0.29.3"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@synerise/ds-core": "*",
42
42
  "react": ">=16.9.0 <= 17.0.2",
43
43
  "styled-components": "5.0.1"
44
44
  },
45
- "gitHead": "6f3231e4a9e0720ffee61b748488cecd590da6e6"
45
+ "gitHead": "ae3c38b44ca0f9071cd55f7b82c182a99b5710e8"
46
46
  }