@synerise/ds-popconfirm 0.10.51 → 0.10.53

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.10.53](https://github.com/Synerise/synerise-design/compare/@synerise/ds-popconfirm@0.10.52...@synerise/ds-popconfirm@0.10.53) (2024-09-26)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-popconfirm
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.10.52](https://github.com/Synerise/synerise-design/compare/@synerise/ds-popconfirm@0.10.51...@synerise/ds-popconfirm@0.10.52) (2024-09-17)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-popconfirm
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.10.51](https://github.com/Synerise/synerise-design/compare/@synerise/ds-popconfirm@0.10.50...@synerise/ds-popconfirm@0.10.51) (2024-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-popconfirm
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import { ConfirmMessageProps } from './ConfirmMessage.types';
3
3
  export declare const ConfirmMessage: React.FC<ConfirmMessageProps>;
4
4
  export default ConfirmMessage;
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import AntdTooltip from 'antd/lib/tooltip';
3
3
  import * as S from './ConfirmMessage.style';
4
4
  export var ConfirmMessage = function ConfirmMessage(_ref) {
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  export interface ConfirmMessageProps {
3
3
  displayDuration?: number;
4
4
  title: string;
@@ -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 '@synerise/ds-core/dist/js/style';
9
9
  import "./style/index.css";
10
10
  import { Carousel } from 'antd';
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import Button from '@synerise/ds-button';
3
3
  export declare const AntdPopconfirm: import("styled-components").StyledComponent<({ ...rest }: any) => React.JSX.Element, any, {}, never>;
4
4
  export declare const PopconfirmContent: import("styled-components").StyledComponent<"div", any, {
@@ -2,7 +2,7 @@ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("
2
2
 
3
3
  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); }
4
4
 
5
- import * as React from 'react';
5
+ import React from 'react';
6
6
  import styled from 'styled-components';
7
7
  import Popconfirm from 'antd/lib/popconfirm';
8
8
  import Button from '@synerise/ds-button';
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import { PopconfirmProps } from 'antd/lib/popconfirm';
3
3
  import { ConfirmMessageProps } from './ConfirmMessage/ConfirmMessage.types';
4
4
  export type PopconfirmType = React.FC<Omit<PopconfirmProps, 'okType'> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-popconfirm",
3
- "version": "0.10.51",
3
+ "version": "0.10.53",
4
4
  "description": "Popconfirm UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -25,7 +25,8 @@
25
25
  "prepublish": "npm run build",
26
26
  "test": "jest",
27
27
  "test:watch": "npm run test -- --watchAll",
28
- "types": "tsc --noEmit"
28
+ "types": "tsc --noEmit",
29
+ "upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
29
30
  },
30
31
  "sideEffects": [
31
32
  "dist/style/*",
@@ -33,9 +34,9 @@
33
34
  ],
34
35
  "types": "dist/index.d.ts",
35
36
  "dependencies": {
36
- "@synerise/ds-button": "^0.21.10",
37
- "@synerise/ds-icon": "^0.65.5",
38
- "@synerise/ds-utils": "^0.29.2"
37
+ "@synerise/ds-button": "^0.21.12",
38
+ "@synerise/ds-icon": "^0.65.7",
39
+ "@synerise/ds-utils": "^0.29.4"
39
40
  },
40
41
  "peerDependencies": {
41
42
  "@synerise/ds-core": "*",
@@ -43,5 +44,5 @@
43
44
  "react": ">=16.9.0 <= 17.0.2",
44
45
  "styled-components": "5.0.1"
45
46
  },
46
- "gitHead": "6f3231e4a9e0720ffee61b748488cecd590da6e6"
47
+ "gitHead": "fc06bd0f13401a57329fb92985b735de33108dbc"
47
48
  }