@aloudata/aloudata-design 1.2.0 → 1.2.1

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.
@@ -5,6 +5,6 @@ declare const DoubleCircleIcon: (props: {
5
5
  size?: number | undefined;
6
6
  innerColor?: string | undefined;
7
7
  children: React.ReactNode;
8
- type?: "warning" | "error" | "success" | "info" | undefined;
8
+ type?: "error" | "warning" | "success" | "info" | undefined;
9
9
  }) => JSX.Element;
10
10
  export default DoubleCircleIcon;
@@ -13,7 +13,7 @@
13
13
  color: @NL0;
14
14
  box-shadow: @shadow-L;
15
15
 
16
- .ant-dropdown-menu-submenu-title{
16
+ .ant-dropdown-menu-submenu-title {
17
17
  font-size: 13px;
18
18
  }
19
19
  }
@@ -36,7 +36,7 @@
36
36
  background-color: @BG100;
37
37
  }
38
38
  }
39
- }
39
+ }
40
40
  }
41
41
 
42
42
  .ald-menu.ald-menu,
@@ -45,7 +45,6 @@
45
45
  background-color: #f8f8f8;
46
46
  }
47
47
 
48
-
49
48
  .ant-dropdown-menu-item {
50
49
  padding: 8px 12px;
51
50
  line-height: 20px;
@@ -54,6 +53,8 @@
54
53
 
55
54
  .ant-dropdown-menu-item,
56
55
  .ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title {
56
+ padding: 8px 24px 8px 8px;
57
+
57
58
  &:hover {
58
59
  background-color: #f8f8f8;
59
60
  }
@@ -70,7 +71,7 @@
70
71
  }
71
72
 
72
73
  .ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title {
73
- padding: 8px 24px 8px 12px;
74
+ padding: 8px 24px 8px 8px;
74
75
  line-height: 20px;
75
76
  border-radius: 0 !important;
76
77
 
@@ -45,44 +45,44 @@
45
45
  line-height: 20px;
46
46
  font-size: 13px;
47
47
  width: 100%;
48
- padding:0;
48
+ padding: 0;
49
49
  height: initial;
50
- margin:0;
50
+ margin: 0;
51
51
 
52
- &:hover{
52
+ &:hover {
53
53
  background: none;
54
54
  }
55
55
 
56
- .ant-menu-submenu-expand-icon{
57
- inset-inline-end:0;
58
- width:initial;
56
+ .ant-menu-submenu-expand-icon {
57
+ inset-inline-end: 0;
58
+ width: initial;
59
59
  }
60
60
  }
61
61
  }
62
62
 
63
- .ant-menu-submenu{
64
- padding:6px 0;
63
+ .ant-menu-submenu {
64
+ padding: 6px 0;
65
65
 
66
- .ant-menu-submenu-title{
67
- padding: 0 12px;
66
+ .ant-menu-submenu-title {
67
+ padding: 0 8px;
68
68
  }
69
69
  }
70
70
 
71
- .ant-menu-title-content{
71
+ .ant-menu-title-content {
72
72
  line-height: 20px;
73
73
  font-size: 13px;
74
74
  width: 100%;
75
- padding:0;
75
+ padding: 0;
76
76
  height: initial;
77
- margin:0;
77
+ margin: 0;
78
78
 
79
- &:hover{
79
+ &:hover {
80
80
  background: none;
81
81
  }
82
82
  }
83
83
  }
84
84
 
85
- .ant-menu-submenu.ant-menu-submenu.ant-menu-submenu-popup.ant-menu{
85
+ .ant-menu-submenu.ant-menu-submenu.ant-menu-submenu-popup.ant-menu {
86
86
  .ant-menu-vertical {
87
87
  border: 1px solid @BG70;
88
88
  border-radius: 2px;
@@ -127,39 +127,38 @@
127
127
  line-height: 20px;
128
128
  font-size: 13px;
129
129
  width: 100%;
130
- padding:0;
130
+ padding: 0;
131
131
  height: initial;
132
- margin:0;
132
+ margin: 0;
133
133
 
134
- &:hover{
134
+ &:hover {
135
135
  background: none;
136
136
  }
137
137
  }
138
-
139
138
  }
140
139
 
141
- .ant-menu-submenu{
142
- padding:6px 0;
140
+ .ant-menu-submenu {
141
+ padding: 6px 0;
143
142
 
144
- .ant-menu-submenu-title{
145
- padding: 0 12px;
143
+ .ant-menu-submenu-title {
144
+ padding: 0 8px;
146
145
  }
147
146
  }
148
147
 
149
- .ant-menu.ant-menu-sub{
148
+ .ant-menu.ant-menu-sub {
150
149
  padding: 0;
151
150
  }
152
151
 
153
- .ant-menu-title-content{
152
+ .ant-menu-title-content {
154
153
  line-height: 20px;
155
154
  font-size: 13px;
156
155
  width: 100%;
157
- padding:0;
156
+ padding: 0;
158
157
  height: initial;
159
- margin:0;
158
+ margin: 0;
160
159
 
161
- &:hover{
160
+ &:hover {
162
161
  background: none;
163
162
  }
164
- }
165
- }
163
+ }
164
+ }
@@ -1,3 +1,3 @@
1
1
  import Skeleton from 'antd/es/skeleton/Skeleton';
2
- export { SkeletonProps } from 'antd/es/skeleton/Skeleton';
2
+ export type { SkeletonProps } from 'antd/es/skeleton/Skeleton';
3
3
  export default Skeleton;
@@ -1,3 +1,2 @@
1
1
  import Skeleton from 'antd/es/skeleton/Skeleton';
2
- export { SkeletonProps } from 'antd/es/skeleton/Skeleton';
3
2
  export default Skeleton;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",