@aloudata/aloudata-design 1.10.2 → 1.10.3

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.
@@ -19,6 +19,10 @@
19
19
  .antTreeFn(@tree-prefix-cls);
20
20
  }
21
21
 
22
+ .ald-tree.draggable-tree {
23
+ padding: 3px 0;
24
+ }
25
+
22
26
  .ald-tree-treenode {
23
27
  display: flex;
24
28
  align-items: center;
@@ -11,7 +11,7 @@
11
11
  }
12
12
  }
13
13
 
14
- .fade-motion(fade, antFade);
14
+ .fade-motion(fade, ant-fade);
15
15
 
16
16
  @keyframes ald-fade-in {
17
17
  0% {
@@ -13,10 +13,10 @@
13
13
  }
14
14
  }
15
15
 
16
- .slide-motion(slide-up, antSlideUp);
17
- .slide-motion(slide-down, antSlideDown);
18
- .slide-motion(slide-left, antSlideLeft);
19
- .slide-motion(slide-right, antSlideRight);
16
+ .slide-motion(slide-up, ald-slide-up);
17
+ .slide-motion(slide-down, ald-slide-down);
18
+ .slide-motion(slide-left, ald-slide-left);
19
+ .slide-motion(slide-right, ald-slide-right);
20
20
 
21
21
  @keyframes ald-slide-up-in {
22
22
  0% {
@@ -17,16 +17,16 @@
17
17
  }
18
18
 
19
19
  // For Modal, Select choosen item
20
- .zoom-motion(zoom, antZoom);
20
+ .zoom-motion(zoom, ald-zoom);
21
21
  // For Popover, Popconfirm, Dropdown
22
- .zoom-motion(zoom-big, antZoomBig);
22
+ .zoom-motion(zoom-big, ald-zoom-big);
23
23
  // For Tooltip
24
- .zoom-motion(zoom-big-fast, antZoomBig, @animation-duration-fast);
24
+ .zoom-motion(zoom-big-fast, ald-zoom-big, @animation-duration-fast);
25
25
 
26
- .zoom-motion(zoom-up, antZoomUp);
27
- .zoom-motion(zoom-down, antZoomDown);
28
- .zoom-motion(zoom-left, antZoomLeft);
29
- .zoom-motion(zoom-right, antZoomRight);
26
+ .zoom-motion(zoom-up, ald-zoom-up);
27
+ .zoom-motion(zoom-down, ald-zoom-down);
28
+ .zoom-motion(zoom-left, ald-zoom-left);
29
+ .zoom-motion(zoom-right, ald-zoom-right);
30
30
 
31
31
  @keyframes ald-zoom-in {
32
32
  0% {
@@ -4,6 +4,7 @@
4
4
  @import './themes/default/scrollBar.less';
5
5
  @import './themes/default/index.less';
6
6
  @ald-prefix: ald;
7
+ @ant-prefix: ant;
7
8
 
8
9
  body {
9
10
  font-family: Inter, 'PingFang SC', SimSun, -apple-system, BlinkMacSystemFont,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "1.10.2",
3
+ "version": "1.10.3",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",