@aloudata/aloudata-design 1.9.15 → 1.9.16

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.
@@ -167,6 +167,7 @@
167
167
  &.ant-btn-loading {
168
168
  color: @button-text-color-active;
169
169
  background-color: @button-text-bg-color-active;
170
+ mix-blend-mode:multiply;
170
171
  }
171
172
 
172
173
  &[disabled] {
@@ -18,7 +18,7 @@ import { Modal as AntdModal } from 'antd';
18
18
  import { modalGlobalConfig } from 'antd/lib/modal/confirm';
19
19
  import useModal from 'antd/lib/modal/useModal/index';
20
20
  import classNames from 'classnames';
21
- import { IconButton } from "../dist";
21
+ import IconButton from "../IconButton";
22
22
  import React from 'react';
23
23
  import { btnPrefix, getButtonSizeClass, getButtonType, getDangerStatus, getShape } from "../Button";
24
24
  import { AlertTriangleDuotone, CancelCircleDuotone, CheckCircleDuotone, CloseLLine, InfoCircleDuotone } from "../Icon";
@@ -16,6 +16,7 @@
16
16
  display: flex;
17
17
  height: 36px;
18
18
  box-sizing: border-box;
19
+ cursor: pointer;
19
20
 
20
21
  &:hover {
21
22
  background-color: @BG90;
@@ -10,6 +10,7 @@
10
10
  margin-left: 0;
11
11
  height: 32px;
12
12
  box-sizing: border-box;
13
+ cursor: pointer;
13
14
 
14
15
  &:hover {
15
16
  background-color: @BG90;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "1.9.15",
3
+ "version": "1.9.16",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",