@aloudata/aloudata-design 0.2.0-beta.5 → 0.2.0-beta.6

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.
Files changed (139) hide show
  1. package/es/Button/index.d.ts +0 -1
  2. package/es/Button/index.js +0 -1
  3. package/es/Button/style/index.js +1 -1
  4. package/es/Button/style/index.less +255 -0
  5. package/es/Dropdown/Button.d.ts +0 -1
  6. package/es/Dropdown/Button.js +0 -1
  7. package/es/Dropdown/index.d.ts +0 -1
  8. package/es/Dropdown/index.js +0 -1
  9. package/es/Dropdown/style/index.js +1 -1
  10. package/es/Dropdown/style/index.less +40 -0
  11. package/es/Empty/index.d.ts +0 -1
  12. package/es/Empty/index.js +0 -1
  13. package/es/Empty/style/index.js +1 -1
  14. package/es/Empty/style/index.less +23 -0
  15. package/es/Icon/index.less +32 -0
  16. package/es/Input/index.d.ts +0 -1
  17. package/es/Input/index.js +1 -2
  18. package/es/Input/style/index.js +1 -1
  19. package/es/Input/style/index.less +65 -0
  20. package/es/Menu/Divider.d.ts +0 -1
  21. package/es/Menu/Divider.js +0 -1
  22. package/es/Menu/MenuItem.d.ts +0 -1
  23. package/es/Menu/MenuItem.js +0 -1
  24. package/es/Menu/SubMenu.d.ts +0 -1
  25. package/es/Menu/SubMenu.js +0 -1
  26. package/es/Menu/index.d.ts +0 -1
  27. package/es/Menu/index.js +0 -1
  28. package/es/Menu/style/index.js +1 -1
  29. package/es/Menu/style/index.less +37 -0
  30. package/es/Navigator/index.d.ts +0 -1
  31. package/es/Navigator/index.js +0 -1
  32. package/es/Navigator/style/index.js +1 -1
  33. package/es/Navigator/style/index.less +228 -0
  34. package/es/Select/Selector/index.js +1 -1
  35. package/es/Select/index.d.ts +0 -1
  36. package/es/Select/index.js +0 -1
  37. package/es/Select/style/index.js +1 -1
  38. package/es/Select/style/index.less +532 -0
  39. package/es/Table/index.d.ts +0 -1
  40. package/es/Table/index.js +0 -1
  41. package/es/Table/style/index.js +1 -1
  42. package/es/Table/style/index.less +141 -0
  43. package/es/Tabs/index.d.ts +0 -1
  44. package/es/Tabs/index.js +0 -1
  45. package/es/Tabs/style/index.js +1 -1
  46. package/es/Tabs/style/index.less +61 -0
  47. package/es/Tooltip/index.d.ts +0 -1
  48. package/es/Tooltip/index.js +0 -1
  49. package/es/Tooltip/style/index.js +1 -1
  50. package/es/Tooltip/style/index.less +14 -0
  51. package/es/style/index.js +1 -1
  52. package/es/style/index.less +3 -0
  53. package/es/style/mixins/{index.css → index.less} +0 -0
  54. package/es/style/themes/default/index.less +36 -0
  55. package/es/style/themes/default/themeColor.module.less +259 -0
  56. package/lib/Button/index.d.ts +0 -1
  57. package/lib/Button/index.js +0 -2
  58. package/lib/Button/style/index.js +1 -1
  59. package/lib/Button/style/index.less +255 -0
  60. package/lib/Dropdown/Button.d.ts +0 -1
  61. package/lib/Dropdown/Button.js +0 -2
  62. package/lib/Dropdown/index.d.ts +0 -1
  63. package/lib/Dropdown/index.js +0 -2
  64. package/lib/Dropdown/style/index.js +1 -1
  65. package/lib/Dropdown/style/index.less +40 -0
  66. package/lib/Empty/index.d.ts +0 -1
  67. package/lib/Empty/index.js +0 -2
  68. package/lib/Empty/style/index.js +1 -1
  69. package/lib/Empty/style/index.less +23 -0
  70. package/lib/Icon/index.less +32 -0
  71. package/lib/Input/index.d.ts +0 -1
  72. package/lib/Input/index.js +0 -2
  73. package/lib/Input/style/index.js +1 -1
  74. package/lib/Input/style/index.less +65 -0
  75. package/lib/Menu/Divider.d.ts +0 -1
  76. package/lib/Menu/Divider.js +0 -2
  77. package/lib/Menu/MenuItem.d.ts +0 -1
  78. package/lib/Menu/MenuItem.js +0 -2
  79. package/lib/Menu/SubMenu.d.ts +0 -1
  80. package/lib/Menu/SubMenu.js +0 -2
  81. package/lib/Menu/index.d.ts +0 -1
  82. package/lib/Menu/index.js +0 -2
  83. package/lib/Menu/style/index.js +1 -1
  84. package/lib/Menu/style/index.less +37 -0
  85. package/lib/Navigator/index.d.ts +0 -1
  86. package/lib/Navigator/index.js +0 -2
  87. package/lib/Navigator/style/index.js +1 -1
  88. package/lib/Navigator/style/index.less +228 -0
  89. package/lib/Select/Selector/index.js +1 -1
  90. package/lib/Select/index.d.ts +0 -1
  91. package/lib/Select/index.js +0 -2
  92. package/lib/Select/style/index.js +1 -1
  93. package/lib/Select/style/index.less +532 -0
  94. package/lib/Table/index.d.ts +0 -1
  95. package/lib/Table/index.js +0 -2
  96. package/lib/Table/style/index.js +1 -1
  97. package/lib/Table/style/index.less +141 -0
  98. package/lib/Tabs/index.d.ts +0 -1
  99. package/lib/Tabs/index.js +0 -2
  100. package/lib/Tabs/style/index.js +1 -1
  101. package/lib/Tabs/style/index.less +61 -0
  102. package/lib/Tooltip/index.d.ts +0 -1
  103. package/lib/Tooltip/index.js +0 -2
  104. package/lib/Tooltip/style/index.js +1 -1
  105. package/lib/Tooltip/style/index.less +14 -0
  106. package/lib/style/index.js +1 -1
  107. package/lib/style/index.less +3 -0
  108. package/lib/style/mixins/{index.css → index.less} +0 -0
  109. package/lib/style/themes/default/index.less +36 -0
  110. package/lib/style/themes/default/themeColor.module.less +259 -0
  111. package/package.json +3 -2
  112. package/es/Button/style/index.css +0 -374
  113. package/es/Dropdown/style/index.css +0 -178
  114. package/es/Empty/style/index.css +0 -162
  115. package/es/Icon/index.css +0 -8
  116. package/es/Input/style/index.css +0 -215
  117. package/es/Menu/style/index.css +0 -208
  118. package/es/Navigator/style/index.css +0 -328
  119. package/es/Select/style/index.css +0 -493
  120. package/es/Table/style/index.css +0 -248
  121. package/es/Tabs/style/index.css +0 -194
  122. package/es/Tooltip/style/index.css +0 -154
  123. package/es/style/index.css +0 -145
  124. package/es/style/themes/default/index.css +0 -145
  125. package/es/style/themes/default/themeColor.module.css +0 -145
  126. package/lib/Button/style/index.css +0 -374
  127. package/lib/Dropdown/style/index.css +0 -178
  128. package/lib/Empty/style/index.css +0 -162
  129. package/lib/Icon/index.css +0 -8
  130. package/lib/Input/style/index.css +0 -215
  131. package/lib/Menu/style/index.css +0 -208
  132. package/lib/Navigator/style/index.css +0 -328
  133. package/lib/Select/style/index.css +0 -493
  134. package/lib/Table/style/index.css +0 -248
  135. package/lib/Tabs/style/index.css +0 -194
  136. package/lib/Tooltip/style/index.css +0 -154
  137. package/lib/style/index.css +0 -145
  138. package/lib/style/themes/default/index.css +0 -145
  139. package/lib/style/themes/default/themeColor.module.css +0 -145
@@ -1,328 +0,0 @@
1
- /**
2
- *中性浅色背景 Neutral Light
3
- * 主要用于文字颜色
4
- **/
5
- /**
6
- *中性深色背景 Neutral Dark
7
- * 主要用于文字颜色
8
- **/
9
- /**
10
- * 品牌色 Brand
11
- * 用作主操作强调、文字链、品牌传递
12
- **/
13
- /**
14
- * 辅助A Secondary A
15
- * 表达完成、成功
16
- **/
17
- /**
18
- * 辅助B Secondary B
19
- * 表达提醒、警告
20
- **/
21
- /**
22
- * 辅助C Secondary C
23
- * 表达错误、失败
24
- **/
25
- /**
26
- * 背景色 Background
27
- * 主要用于背景色
28
- **/
29
- /**
30
- * 品牌背景 Brand Background
31
- * 品牌色衍生灰调背景
32
- **/
33
- /***
34
- * 黑白
35
- ***/
36
- /***
37
- * 图片
38
- ***/
39
- /***
40
- * 投影
41
- ***/
42
- :export {
43
- NL0: #121212;
44
- NL97: rgba(18, 18, 18, 0.03);
45
- NL95: rgba(18, 18, 18, 0.05);
46
- NL90: rgba(18, 18, 18, 0.1);
47
- NL80: rgba(18, 18, 18, 0.2);
48
- NL70: rgba(18, 18, 18, 0.3);
49
- NL60: rgba(18, 18, 18, 0.4);
50
- NL50: rgba(18, 18, 18, 0.5);
51
- NL40: rgba(18, 18, 18, 0.6);
52
- NL30: rgba(18, 18, 18, 0.7);
53
- NL20: rgba(18, 18, 18, 0.8);
54
- NL10: rgba(18, 18, 18, 0.9);
55
- ND0: #FFFFFF;
56
- ND97: rgba(255, 255, 255, 0.03);
57
- ND95: rgba(255, 255, 255, 0.05);
58
- ND90: rgba(255, 255, 255, 0.1);
59
- ND80: rgba(255, 255, 255, 0.2);
60
- ND70: rgba(255, 255, 255, 0.3);
61
- ND60: rgba(255, 255, 255, 0.4);
62
- ND50: rgba(255, 255, 255, 0.5);
63
- ND40: rgba(255, 255, 255, 0.6);
64
- ND30: rgba(255, 255, 255, 0.7);
65
- ND20: rgba(255, 255, 255, 0.8);
66
- ND10: rgba(255, 255, 255, 0.9);
67
- B10: #00127B;
68
- B20: #1029BC;
69
- B30: #2944D7;
70
- B40: #435CF0;
71
- B50: #6077FF;
72
- B60: #7F92FF;
73
- B70: #9FADFF;
74
- B80: #BDC9FF;
75
- B90: #DFE3FE;
76
- B95: #EFF1FF;
77
- B98: #F8F9FF;
78
- SA10: #00270F;
79
- SA20: #024F20;
80
- SA30: #007830;
81
- SA40: #059F41;
82
- SA50: #08C552;
83
- SA60: #1BDE6D;
84
- SA70: #35F886;
85
- SA80: #70FFAB;
86
- SA90: #B8FFD5;
87
- SA95: #DBFFEA;
88
- SA98: #EFFFF5;
89
- SB10: #261600;
90
- SB20: #542B00;
91
- SB30: #7E4100;
92
- SB40: #A85700;
93
- SB50: #D26E00;
94
- SB60: #F48500;
95
- SB70: #FFA000;
96
- SB80: #FFBF5B;
97
- SB90: #FFDEB0;
98
- SB95: #FFF0D9;
99
- SB98: #FFF8EE;
100
- SC10: #550005;
101
- SC20: #AF0001;
102
- SC30: #EC0011;
103
- SC40: #FF0033;
104
- SC50: #FF2755;
105
- SC60: #FF5B78;
106
- SC70: #FF879A;
107
- SC80: #FFAFBB;
108
- SC90: #FFD7DE;
109
- SC95: #FFEBEE;
110
- SC98: #FFF6F7;
111
- BG0: #121212;
112
- BG10: #2A2A2A;
113
- BG20: #414141;
114
- BG30: #595959;
115
- BG40: #717171;
116
- BG50: #88888B;
117
- BG60: #A0A0A0;
118
- BG70: #B7B7B7;
119
- BG80: #D0D0D0;
120
- BG90: #E7E8E8;
121
- BG95: #F3F3F3;
122
- BG97: #F8F8F8;
123
- BG100: #FFFFFF;
124
- BBG10: #061B3B;
125
- BBG15: #112645;
126
- BBG20: #203555;
127
- BBG30: #3B4F6E;
128
- BBG40: #536788;
129
- BBG50: #6C82A3;
130
- BBG60: #869BBB;
131
- BBG70: #A0B5D5;
132
- BBG80: #BACDEE;
133
- BBG90: #D7E7FE;
134
- BBG95: #EBF3FF;
135
- BBG97: #F3F8FF;
136
- BBG98: #F7F8FF;
137
- WHITE: #FFFFFF;
138
- BLACK: #121212;
139
- IMAGE_HOLDER: rgba(153, 152, 152, 0.3);
140
- MATE: rgba(0, 0, 0, 0.5);
141
- SHADOW_OPTION: 0 1px 1px rgba(0, 0, 0, 0.12);
142
- SHADOW_CARD: 0 1px 3px rgba(0, 0, 0, 0.1), 0 2px 1px rgba(0, 0, 0, 0.06), 0 1px 1px rgba(0, 0, 0, 0.08);
143
- SHADOW_ACTIONSHEET: 0 3px 5px rgba(0, 0, 0, 0.1), 0 1px 18px rgba(0, 0, 0, 0.06), 0 6px 10px rgba(0, 0, 0, 0.08);
144
- SHADOW_NOTIFICATION: 0 11px 15px rgba(0, 0, 0, 0.1), 0 9px 46px rgba(0, 0, 0, 0.08), 0 24px 38px rgba(0, 0, 0, 0.04);
145
- }
146
- .icon {
147
- font-size: 16px;
148
- }
149
- @font-face {
150
- font-family: ald-iconfont;
151
- /* Project id 3211525 */
152
- src: url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'), url('./iconfont/iconfont.woff?t=1648447992265') format('woff'), url('./iconfont/iconfont.ttf?t=1648447992265') format('truetype');
153
- }
154
- /* stylelint-disable */
155
- .ald-nav {
156
- width: 216px;
157
- background-color: #112645;
158
- height: 100%;
159
- display: flex;
160
- flex-direction: column;
161
- overflow: hidden;
162
- user-select: none;
163
- }
164
- .ald-nav-logo {
165
- height: 72px;
166
- padding: 24px;
167
- width: 100%;
168
- }
169
- .ald-nav-logo-able-click {
170
- cursor: pointer;
171
- }
172
- .ald-nav-menu-icon-right.anticon {
173
- color: rgba(255, 255, 255, 0.4);
174
- }
175
- .ald-nav-menu {
176
- flex: 1;
177
- overflow-y: auto;
178
- overflow-x: hidden;
179
- }
180
- .ald-nav-menu .ant-menu-sub.ant-menu-inline {
181
- background-color: unset;
182
- }
183
- .ald-nav-menu .anticon.ant-menu-item-icon {
184
- font-size: 20px !important;
185
- width: 20px !important;
186
- height: 20px !important;
187
- }
188
- .ald-nav-menu::-webkit-scrollbar-thumb {
189
- border-radius: 6px;
190
- background: rgba(255, 255, 255, 0.1);
191
- border: 3px solid transparent;
192
- background-clip: padding-box;
193
- }
194
- .ald-nav-menu::-webkit-scrollbar {
195
- background-color: transparent;
196
- width: 12px;
197
- height: 12px;
198
- }
199
- .ald-nav-menu .ant-menu-inline,
200
- .ald-nav-menu .ant-menu-vertical,
201
- .ald-nav-menu .ant-menu-vertical-left {
202
- border-right: unset;
203
- }
204
- .ald-nav-menu .ant-menu {
205
- background: #112645;
206
- color: #FFFFFF;
207
- }
208
- .ald-nav-menu .ant-menu.ant-menu-root .ant-menu-item {
209
- margin-bottom: 16px;
210
- padding: 0 12px !important;
211
- }
212
- .ald-nav-menu .ant-menu.ant-menu-root li:nth-last-child(1) {
213
- margin-bottom: 0;
214
- }
215
- .ald-nav-menu .ant-menu.ant-menu-sub .ant-menu-item {
216
- margin-top: 4px;
217
- margin-bottom: 0;
218
- padding: 0 12px 0 44px!important;
219
- }
220
- .ald-nav-menu .ant-menu .ant-menu-item-only-child {
221
- color: rgba(255, 255, 255, 0.7);
222
- height: 32px !important;
223
- line-height: 32px !important;
224
- font-size: 12px !important;
225
- font-family: 'PingFang SC';
226
- font-style: normal;
227
- font-weight: 400;
228
- font-size: 12px;
229
- line-height: 16px;
230
- }
231
- .ald-nav-menu .ant-menu .ant-menu-item-only-child:hover {
232
- color: rgba(255, 255, 255, 0.7) !important;
233
- }
234
- .ald-nav-menu .ant-menu .ant-menu-item-only-child.ant-menu-item-selected {
235
- font-weight: 500;
236
- }
237
- .ald-nav-menu .ant-menu .ant-menu-item-only-child.ant-menu-item-selected:hover {
238
- color: #FFFFFF !important;
239
- }
240
- .ald-nav-menu .ant-menu .ant-menu-item {
241
- height: 40px;
242
- width: 100%;
243
- border-radius: 8px;
244
- font-family: 'PingFang SC';
245
- font-style: normal;
246
- font-weight: 500;
247
- font-size: 14px;
248
- line-height: 20px;
249
- }
250
- .ald-nav-menu .ant-menu .ant-menu-item ::before {
251
- width: 4px;
252
- content: '';
253
- background: transparent;
254
- height: 100%;
255
- position: absolute;
256
- top: 0;
257
- left: -12px;
258
- border-radius: 1px;
259
- transition: all 0.3s;
260
- }
261
- .ald-nav-menu .ant-menu .ant-menu-item-selected {
262
- background-color: #203555 !important;
263
- color: #FFFFFF;
264
- position: relative;
265
- overflow: unset;
266
- }
267
- .ald-nav-menu .ant-menu .ant-menu-item-selected ::before {
268
- background: #435CF0;
269
- }
270
- .ald-nav-menu .ant-menu .ant-menu-item::after {
271
- display: none !important;
272
- }
273
- .ald-nav-menu .ant-menu .ant-menu-submenu {
274
- margin-bottom: 16px;
275
- }
276
- .ald-nav-menu .ant-menu .ant-menu-submenu .ant-menu-submenu-title {
277
- padding: 0 12px !important;
278
- height: 40px;
279
- line-height: 40px;
280
- font-family: 'PingFang SC';
281
- font-style: normal;
282
- font-weight: 500;
283
- font-size: 14px;
284
- line-height: 20px;
285
- }
286
- .ald-nav-menu .ant-menu .ant-menu-submenu .ant-menu-submenu-title:hover {
287
- color: #FFFFFF;
288
- }
289
- .ald-nav-menu .ant-menu .ant-menu-submenu-selected {
290
- color: #FFFFFF;
291
- }
292
- .ald-nav-menu .ant-menu .ant-menu-submenu-active {
293
- color: #FFFFFF;
294
- }
295
- .ald-nav-menu .ant-menu .ant-menu-item .ant-menu-item-icon + span,
296
- .ald-nav-menu .ant-menu .ant-menu-submenu-title .ant-menu-item-icon + span,
297
- .ald-nav-menu .ant-menu .ant-menu-item .anticon + span,
298
- .ald-nav-menu .ant-menu .ant-menu-submenu-title .anticon + span {
299
- margin-left: 12px;
300
- }
301
- .ald-nav-menu .ant-menu .ant-menu-item:active,
302
- .ald-nav-menu .ant-menu .ant-menu-submenu-title:active {
303
- background: unset;
304
- }
305
- .ald-nav-menu .ant-menu .ant-menu-inline .ant-menu-item,
306
- .ald-nav-menu .ant-menu .ant-menu-inline .ant-menu-submenu-title {
307
- width: 100% !important;
308
- }
309
- .ald-nav-menu .ant-menu .ant-menu-vertical .ant-menu-item::after,
310
- .ald-nav-menu .ant-menu .ant-menu-vertical-left .ant-menu-item::after,
311
- .ald-nav-menu .ant-menu .ant-menu-vertical-right .ant-menu-item::after,
312
- .ald-nav-menu .ant-menu .ant-menu-inline .ant-menu-item::after {
313
- display: none;
314
- }
315
- .ald-nav-menu .ant-menu-light .ant-menu-item:hover,
316
- .ald-nav-menu .ant-menu-light .ant-menu-item-active,
317
- .ald-nav-menu .ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
318
- .ald-nav-menu .ant-menu-light .ant-menu-submenu-active,
319
- .ald-nav-menu .ant-menu-light .ant-menu-submenu-title:hover {
320
- color: unset;
321
- }
322
- .ald-nav-footer {
323
- height: 72px;
324
- }
325
- .ald-nav-footer-wrap {
326
- color: #FFFFFF;
327
- height: 100%;
328
- }